*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones:#2c82b7;
    --colorFondo:#5d8a9f;
    --paddingSecciones:60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Lato', 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{
    height: 150px; 
    border-radius: 50%;    
}

.logo img{
    display: block;
    height: 100%;
    width: 70%;
    border-radius: 50%; 
    opacity: 50%;
}

.logo01{
    display: block;
    width: 70%;
    height: 70%;
    margin-top: 15px;
    padding: 15px;
    transition: transform 1s;
    cursor: pointer;
}

.logo01:hover{
   transform: scale(1.2);
}



.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    color: #1e3672;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.enlaces a:hover{
    text-decoration: underline;
}

/**HERO*/

.hero{
    height: 550px;
    background-image: 
    linear-gradient(-20deg, #0eb6c233 0%, #0443a01c 100%), 
    url(../img/imgdos.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;  
}


.contenedor-textos{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.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: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: transform 1s;
}

.boton:hover{
transform: scale(1.3);
opacity: 100%;
}


.icono01{
color: #FFF;
background: #0095b0;
font-size: 50px;
padding: 40px;
border-radius: 50%;
}

.icono02{
color: #0095b0;
padding: 5px;
font-size: 20px;
transition: transform 1s;
cursor: pointer;
opacity: 45%;
}

.icono02:hover{
transform: scale(2);
opacity: 100%;
}


.text01{
    color: #1e3672;
    font-size: 13px;
    margin: 15px;
    font-family: Arial, Helvetica, sans-serif;    text-align: justify;  
}


/**MAIN**/

.titulo-seccion{
    text-align: center;
    font-size: 32px;
    color: #1e3672;
    font-weight: 900;
    text-transform: uppercase;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.copy{
    color: #FFF;
    margin: 20px 0;
    text-align:center;
    font-size: 25px;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.copy01{
    color: #1e3672;
    text-align: left;
    font-size: 20px;   
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}

.copy02{
    color: #232021;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
    margin: 25px;
}

.copy3{
    color: #1e3672;
    margin: 20px 0;
    text-align:center;
    font-size: 45px;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.icono {
    color: #0a664b;  
}
 
.mapa{
    text-align: center;
    width: 100%;
    height: 100%;
}

.colores20 {
color: #0497b2;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 55px;
font-weight: 900;

}
 
 .colores01 {
color: #85a4c8;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 900;
 text-shadow: 2px 4px #1e3672d0;
font-size: 65px;
}

.colores02{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-size: 90px;
}

.contentuno{
    position: relative;
    width: 100%;
    height: 50vh;
    color: #0095b0;
    background: url(../img/itres.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    display: inline-flex;
    background-blend-mode: multiply;                       
}

.titulo01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #232021;
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 2px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
  }

.titulo01{
    color: #0b98b2;
}

.containercero{
    text-align: center;
    width: 160%;
    height: 200%;
}

.containeruno{
   width: 100%;
    max-width: 1300px;
    margin: 25px auto;
    overflow: hidden;
    text-align: center;
}

.serimg{
 border-radius: 3%;
 width: 80%;
 height: 100%;
 transition: all 0.9s ease;
 opacity: 75%;
 cursor: pointer;
}

.serimg:hover{
 transform: rotate(360deg) scale(1.4) translateY(-10px);
 opacity: 100%;
 border-radius: 5%;
}
.sertext{
    color:#5b80a6;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin: 35px;
    padding:0 35px;
}

.sertext01{
    color:#1B3C53;
    text-align: justify;
    font-size: 13px;
    margin: 35px;
    padding:0 35px;
}

.icono03{
color:#309947;
transition: transform 1s;
cursor: pointer;
}

.icono03:hover{
   transform: scale(1.3);
  
}

.nos01{
color: #1B3C53;
text-align: justify;
font-size: 20px;
margin: 80px 0;
padding: 5px;
}

.nos02{
color: #1B3C53;
text-align: justify;
font-size: 20px;
margin: 10px 0;
padding: 5px;
}

.colores03{
    color: #1e3672;
    text-decoration:double;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;    
    text-transform: uppercase;
}

.coloruno{
color: #85a4c8;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 900;
 text-shadow: 2px 4px #1e3672d0;
font-size: 45px;
}

.colordos{
    color: #309947;
    font-size: 30px;  
    font-weight: 900;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colorocho{
    color: #5b80a6;
    font-size: 20px;  
    font-weight: 900;
    font-family:Arial, Helvetica, sans-serif;
}

.colortres{
    color: #309947;
    font-size: 30px;  
    font-weight: 900;
    font-family:Arial, Helvetica, sans-serif;
}

.colortres{
    transition: all 2s;
}

.colortres i:hover{
    transform: rotate(360deg);
}
.colorcuatro{
color: #1e3672;
text-decoration:double;
font-weight: 800;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 30px;
}

.colorcinco{
color:#0095b0; 
font-weight: 800;
font-size: 30px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: right;
}

.colorseis{
    color: #232021;
    font-weight: 600;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    text-align: justify;
}

.colorsiete{
        color:#232021; 
        font-weight: 800;
        font-size: 30px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
}

.projects{
    background: #fff;
}

.projects01{
    width: 100%;
    max-width: 1300px;
    margin: 35px auto;
    overflow: hidden;
    text-align: center;  
}

.contenedor-imagenes {
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap; 
}

.contenedor-imagenes img{
    display: block;
    object-fit: cover;
    width: 28%;
    height: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
  }

.contenedor-imagenes img{
 transition: transform 1s;
cursor: pointer;
}

.contenedor-imagenes img:hover{
   transform: scale(1.2);
   
}


.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: #5b80a6;
    background-position: center;
    background-size: cover;
}

footer, 
footer .copy{
    color: #F5F7F8;
   

}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
   
}

.redes-sociales i{
    font-size: 40px;
    color: #EAECCC;
    transition: all 2s;
}
.redes-sociales i:hover{
    transform: rotate(360deg);
}


/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/
@media screen and (max-width:780px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.hero h1{
    font-size: 38px;
}

.logo{
    height: 100px;     
}

.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 70%;
}
.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}

.titulo-seccion{
    color: #FFF;
    font-size: 30px;
    font-weight: 900;
}

.copy{
    font-size: 19px;
}

.copy3{
    font-size: 30px;
}

.colortres{
    color: #0095b0;
    font-size: 20px;  
    font-weight: 900;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

 .colores01 {
font-size: 40px;
}

.colores02 p{
    font-size: 1rem;    
}

.coloruno{
font-size: 35px;
}

.colordos{
    font-size: 20px;  
}

.containercero{ 
   width: 200%;
   height: 200%;
   max-width: 980px;
   overflow: hidden;
   position: relative;
   display: flex;
  
}


.nos01{
font-size: 12px;
margin: 10px;
padding:0 5px;
}

.logo01{
    width: 50%;
    height: 40%;
    padding: 2px 10px 1px 1px;
    margin: 10px 2px 1px 1px
}
.contenedor{
    width: 100%;
    max-width: 1200px;
    padding: 5px;
    margin: 5px;
     overflow: hidden;
    padding: var(--paddingSecciones);
}

.copy01{
    color: #1e3672;
    text-align: center;
    font-size: 15px;  
}

.colorcuatro{
font-weight: 800;
font-size: 18px;
}

.colores03{
    font-size: 18px;    
}

.containeruno{
   width: 100%;
   max-width: 1600px;
   margin: 1px;
   padding: 1px auto;
   overflow: hidden;
   text-align: center;
}

.serimg{
 border-radius: 3%;
 width: 110%;
 height: 50%;
 opacity: 75%;
 cursor: pointer;
}


.sertext{
    color:#5b80a6;
    text-align: justify;
    font-size: 13px;
    margin: 5px;
    padding: 5px;
}

.sertext01{
    color:#1B3C53;
    text-align: justify;
    font-size: 10px;
    margin:5px;
    padding:5px;
}
.copy{    
    font-size: 15px;
}

.titulo-seccion{
    font-size: 23px;
}

.projects01{
    width: 90%;
    max-width: 1000px;
    margin:0 2px;
    overflow: hidden;
    text-align: center;  
}

.text01{
    color: #1e3672;
    font-size: 11px;
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;    text-align: justify;  
}

.colortres{
    color: #309947;
    font-size: 20px;  
   
}

}















