*{box-sizing:border-box;}

@font-face {
    font-family: tipo3;
    src: url(icomoon.ttf);}

    .header{width:1000px;height:250px;
        margin:auto;border-radius:15px;
        background-color:#003e0092;
        text-align:center;
        padding-top:70px;

    }
    .tipoheader{font-family: 'Twilight New Moon'; color:#ffffff; font-size: 100px;}

    .contenedor{width:1000px;height:200px;margin:auto;
    border-radius: 15px;
    background-color:#347e77a0;
    display:flex; flex-direction:row;
    justify-content:space-evenly;
    align-items:top;}

    .c{width:100px;height:100px;
background-color:#A3BFBA; 
margin-top:50px;
border-radius:15px;
text-align:center;
padding-top:25px;
transition:all 0.4s;}
    .tipotexto{font-size: 16px; font-family:'Gill Sans'}
    .tipoiconos{font: 40px tipo3;
            color:rgb(0, 0, 0);}

.c:hover{height:125px;
    border:solid rgba(255, 228, 181, 0.08);
    color:#197c7c;
    }

.tipoiconos:hover{
transform:scale(1.4); padding-top:30px;}
.verde{color:#3D8748;}
.verde2{color:#5C8D5E;}
.verde3{color:#57987A;}
.verde4{color:#53A191;}
.verde5{color:#02707F}

.cuerpo{width:1000px;height:1000px;
background-color:#E6F2DC;
margin:auto;border-radius:15px;
}

