*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones:#333446;
    --colorFondo:#5d8a9f;
    --paddingSecciones:60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: var(--paddingSecciones);
    
}

/**MENU*/
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
   
}

.logo{    
    display: block;
    font-size: 3rem;
    margin: 25px;
   
}

.logo02{    
    width: 15%;
    height: 15%;
    border-radius: 50%; 
 }

 .encabezado{
    background: #333446;
 }

.columnas01{
    color: #000000;
    text-align: center;
}

.colum01{
text-align: center;
padding: 50px;
}

.columnas02{
color: #333446;
font-size: 30px;
font-weight: 900;
letter-spacing: 5px;
}

.columnas03{
    color: #675a5c;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 5px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.servicio01{
    color: #183B4E;
    font-size: 20px;
    font-weight: 700;    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

.serv01{
    color: #675a5c; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 900;
}

.serv02{
    color: #183B4E;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.num01 i    {
color: #675a5c;
background: #fff9eb;
padding: 30px;
font-size: 55px;
font-weight: 700;
border-radius: 50%;
}

.num02{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #183B4E;
    font-weight: 700;
}

.num03{
    color: #000000;
    font-size: 1.3rem;
}

.text1{
    color: #183B4E;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    letter-spacing: 1px; 
}


.img01{
    width: 90%;
    border-radius: 50%;
}

 .correo01{
    color: #fff9eb;
    font-weight: 600;
 }

  .correo02 a{
    color: #fff9eb;
    font-weight: 600;
 }

   .correo02 i{
    color: #fff9eb;
    font-weight: 600;
 }

 .titul{
    color: #fff9eb;
    font-weight: 700;
    font-size: 20px;
 }

 .titul01 ul li a{
   color: #d69b10;
   font-weight: 900;
   font-size: 20px;
 }

.colores{
    color: #fff9eb;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  }

  .colores03{
    color: #fff9eb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 900;
    background: #333446;
    padding: 0 10px;
}

  .colores01{
    color: #3E7B27;
    font-size: 20px;
    text-align: center;
  }

 .colores02{    
    color: #3E7B27;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .text2{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 15px;
}


.texto01{
color: #545454;
text-align: end;
font-size: 25px;
font-weight: 700;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.texto02{
    color: #545454;
    text-align: justify;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.texto03{
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.texto04{
    color: #545454;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.texto05{
    color: #545454;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
    font-size: 20px;

}

.imagen01{
    color: #EE7570;
    font-size: 90px;
    text-align: center;
    padding: 25px;
}

  
.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    color: #EE7570 ;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 700;
}

.enlaces a:hover{
    text-decoration: underline;
}
/**HERO*/

.hero{
    height: 550px;
    background-image: url("../img/img011.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.contenedor-textos{
    padding: 0;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.container01{
text-align: center;
}

.imagecolum01{
    width: 90%;
    border-radius: 3%;
    box-shadow: 0 0 8px rgba(51, 44, 44, 0.9);
}

.efecto {
    transition-property: transform;
    transition-duration: 300ms;
  
  }
  
  .efecto:hover{
    transform: scale(1.2);
    opacity: 65%;
  }

.hero h1{
    font-size: 60px;
    font-weight: 700;
}

.hero p{
    font-weight: 300;
    font-size: 25px;
    margin: 15px 0;    
}

.boton{
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background: var(--colorBotones);
    color: #fff9eb;
    text-decoration: none;
    border-radius: 10px;
}

/**MAIN**/

.titulo-seccion{
    text-align: center;
    font-size: 28px;
    color:#675a5c;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.titulo-seccion01{
    text-align: right;
    font-size: 28px;
    color:#333446;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    font-weight: 700;

}

.seccion02{
    color: #000000;
    text-align: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

.copy{
    text-align: center;
    color: var(--colorTextos);
    margin: 20px 0;
}

.copy01{
    color: #fff;
    text-align:center;
    font-size: 48px;
    font-weight: 700;

}

.copy02{
    color: #545454;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
}

.copy03{
    color: #fff9eb;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:40px;
    font-weight: 900 ;
}

.copy07{
    color: #fff9eb;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:25px;
    font-weight: 900 ;
}

    .copy04{
    color:#fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:50px;
    font-weight: 700;
    }

    .copy05{
        color: #545454;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-weight: 800;
    }

    .copy06{
        color:#fff9eb;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size:50px;
        font-weight: 700;
    }

    .copy022{
        color: #545454;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        font-weight: 700;
    }

.beneficios{
    padding-top: var(--marginElementos);
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
   
}

.beneficio{
    font-size: 20px;
    width: 10em;
    height: 10em;
    background-image: url(../img/imagen-flexbox-min.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:center;
    border-radius: 5%; 
}
.projects{
    background: #f2f2f2;
}

.contenedor-imagenes {
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap; 
}

.contenedor-imagenes img{
    display: block;
    object-fit: cover;
    width: 30%;
    height: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
}

.peopel{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.person{
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    font-weight: 300;
}

footer{  
    background-image: 
    linear-gradient(-20deg, #d6a6ab1f 0%, #d85d731e 100%), 
    url(../img/CALCU.png);
    background-position: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:center;
   
}

footer .titulo-seccion, 
footer .copy{
    color: #EAECCC;
   

}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
   
}

.redes-sociales i{
    font-size: 70px;
    color: #333446;
    transition: 3s;
    font-weight: 900;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
 }


 .mapa{
    border-radius: 3%; 
 }

.iconos02{
    color: #EE7570;
    font-weight: 900;
    font-size: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 3s;
}

.iconos02 i:hover{
    transform: rotate(360deg);
 }


/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:800px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.img01{
    width: 200px;
    overflow: hidden;
    margin: 0 5px;
}

.columnas03{
    color: #ee5853;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 5px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.columnas02{
    color: #A6CDC6;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 5px;
 }

 .copy02{
    color: #545454;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.copy03{
    color: #333446; 
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:35px;
    font-weight: 900 ;
}

.copy07{
    color: #333446;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    font-weight: 900 ;
}

.hero h1{
    font-size: 38px;
}

.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 90%;
}
.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}

.titulo-seccion{
    font-size: 25px;
}

.titulo-seccion01{
    text-align: right;
    font-size: 20px;
    color:#545454;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
    font-weight: 700;
}

.titulo-seccion{
    text-align: right;
    font-size: 28px;
    color:#000000;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.logo01 img{
    width: 10%;
    height: 10%;
    border-radius: 50%;    
}

.logo02{
    width: 40%;
    height: 40%;
    border-radius: 50%; 
}
     
.copy06{
font-size: 20px;
}

.copy022{
    color: #545454;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 700;
}
}














