*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones:#545454;
    --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: 120px; 
    border-radius: 50%;    
}

.logo img{
    display: block;
    height: 100%;
    width: 70%;
    border-radius: 50%; 
    opacity: 50%;
}

.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    color: #555553;
    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, #06312e3b 0%, #c40fa65b 100%), 
    url(../img/img08.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;
}


.icono01{
color: #FFF;
background: #555553;
font-size: 50px;
padding: 40px;
border-radius: 50%;
}


.text01{
    color: #232021;
    font-size: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 800;
    
}
/**MAIN**/

.titulo-seccion{
    text-align: center;
    font-size: 50px;
    color: #fff;
    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: #555553;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.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: #fff;
    margin: 20px 0;
    text-align:center;
    font-size: 40px;
    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: #555553;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 55px;
font-weight: 900;

}
 
 .colores01 {
color: #555553;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 900;
font-size: 55px;
}

.colores02{
    color: #F5F7F8;
   letter-spacing: 8px;
    font-size: 90px;
    font-family:fantasy;
    font-weight: bolder;
}

.colores03{
    color: #555553;
    text-decoration:double;
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 35px;    
}

.contentuno{
    position: relative;
    width: 100%;
    height: 50vh;
    color: #0095b0;
    background: url(../img/img02.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;
}


.coloruno{
color: #545454;
font-size: 30px;  
font-weight: 800;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.colordos{
    color: #555553;
    font-size: 30px;  
    font-weight: 800;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.colortres{
    color: #555553;
    font-size: 30px;  
    font-weight: 900;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colortres{
    transition: all 2s;
}

.colortres i:hover{
    transform: rotate(360deg);
}


.colorcuatro{
color: #545454;
text-decoration:double;
font-weight: 800;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 35px;
}

.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:#555553; 
        font-weight: 800;
        font-size: 30px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
}

.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;
}


.projects01{
    width: 90%;
    max-width: 1100px;
    margin: 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: 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: #555553 ;
    background-position: center;
    background-size: cover;
}

footer .titulo-seccion, 
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: 80px;
    color: #EAECCC;
    transition: all 2s;
}
.redes-sociales i:hover{
    transform: rotate(360deg);
}

.copy020{
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:800px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.hero h1{
    font-size: 38px;
}

.logo{
    height: 80px;     
}

.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{
    color: #FFF;
    font-size: 33px;
    font-weight: 900;
}

.copy{
    font-size: 19px;
}

.copy3{
    font-size: 30px;
}

.copy020{
font-size: 18px;
text-align: center;
color: #FFF;
font-weight: 700;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colortres{
    color: #545454;
    font-size: 20px;  
    font-weight: 900;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

}















