*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones:#466b6e;
    --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;
   
}

 .encabezado{
    background: #fff;
 }

 .tel01{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #bc9652;
}
.tel02{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #bc9652;
    font-weight: 900;
}

/*section{                
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/DIS03.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    display: inline-flex;
    background-blend-mode: multiply;               
}**/

.columnas01{
    color: #000000;
    text-align: center;
}

.colum01{
text-align: center;
padding: 50px;
}

.columnas02{
color: #466b6e;
font-size: 30px;
font-weight: 900;
letter-spacing: 5px;
}

.columnas03{
    color: #113d40;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 8px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.servicio01{
    color: #9bb7b8;
    font-size: 19px;
    font-weight: 900;    
    font-family: Arial, Helvetica, sans-serif;    
}

.serv01{
    color: #ba8e44;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 900;
}

.serv02{
    color: #113d40;
    font-family: Arial, Helvetica, sans-serif;    font-size: 13px;
    font-weight: 600;
}


.text1{
    color: #123634;
    text-align: left;
    font-size: 13px;
}

.text11{
    color:#466b6e;
    text-align: left;
    font-size: 34px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
     
}

.text3{
    color:#9bb7b8;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.text33{
    color:#1F3F3D;
    font-size: 12px;
    padding: 15px;
    width: 350px;
    line-height: 20px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

.text34{
   color:#9bb7b8;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    width: 60%;
    height: 10%;
    font-family: Arial, Helvetica, sans-serif;
}

.text4{
    color:#466b6e;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.text5{
 color: #123634;
    text-align: justify;
    font-size: 12px;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.icono1{
    color: #123634;
    font-size: 60px;
    opacity: 80%;
    transition-property: transform;
    transition-duration: 300ms;
}

  .icono1:hover{
    transform: scale(1.2);
    opacity: 75%;
  }

.container1{
    background-color: #aebaae2c;
    padding: 40px 40px 40px 40px;
    margin: 50px auto;
    width:1000px;
    height: 460px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
}

.container100{
    background-color: #aebaae2c;
    padding: 40px 40px 40px 40px;
    margin: 50px auto;
    width:1000px;
    height: 460px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
}


.container11{
    padding: 50px 50px 50px 50px;
    margin: 50px auto;
    width:1000px;
    height: 500px;
    border-radius: 20px;
}

.logo{    
  width: 300px;
  height: auto;
  border-radius: 50%;
  display: flex; 
  overflow: hidden; 
  position: relative;
  padding: 25px 25px 25px 25px; 
  transition-property: transform;
  transition-duration: 300ms;
  margin: 0 80px;
}

  .logo:hover{
    transform: scale(1.2);
    opacity: 75%;
  }


.icono01{
    color: #113d40;
    font-size: 25px;
    text-align: left;  
}

.img01{
    width: 120%;
}

 .titul{
    color: #113d40;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 30px;
 }

 .titul01{
   color: #113d40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
 }



.colores{
    color: #1F3F3D;
    font-weight: 900;
    background-color: #fff;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif; 
 }

  .colores03{
    color: #113d40;
    font-family: Arial, Helvetica, sans-serif;    font-size: 35px;
    font-weight: 900;
    padding: 0 10px;
}

.colores100{
    color: #1F3F3D;
    font-weight: 900;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif; 
 }

  .container2{
   display: flex;
   justify-content: center;  /* o space-between/space-around */
   flex-wrap: wrap;          /* si quieres que se ajusten en pantallas pequeñas */
   gap: 20px; 
   margin: 10px;
  }

  .text100{
   text-align: center;
    color: #113d40;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif; 
    text-transform: uppercase;
    padding: 15px;
  }

  .text21{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 15px;
    background-color: #aebaae44;
    letter-spacing: 1px;
    border-radius: 5%;
    padding: 15px 15px 15px 15px;    
}

  .text22{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1px; 
    background-color: #aebaae44;
     border-radius: 5%;
    padding: 15px 15px 15px 15px;  
  }

  .text23{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1px;   
     border-radius: 5%;
    background-color: #aebaae44;
    padding: 15px 15px 15px 15px;  
}

  .text24{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1px;  
     border-radius: 5%;
    background-color: #aebaae44;
    padding: 15px 15px 15px 15px;  
}

  .text25{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1px; 
     border-radius: 5%;
    background-color: #aebaae44;
    padding: 15px 15px 15px 15px;   
}

 .texto01{
color: #545454;
text-align: end;
font-size: 25px;
font-weight: 700;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 0 10px;
}

.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;

}


/**HERO*/

.hero{
    height: 550px;
    background-image: 
    linear-gradient(-20deg, #d3d2b518 0%, #0cc2b686 100%), 
    url(../img/SERV2.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 #1F3F3D;
}

.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: #fff;
    text-decoration: none;
    border-radius: 10px;
}

/**MAIN**/

.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;
}

.titulo-seccion01{
    text-align: right;
    font-size: 28px;
    color:#545454;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    font-weight: 700;

}

.seccion03{
  color: #466b6e;
  font-size: 23px;
  text-align: center;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.seccion033{
  color: #466b6e;
  font-size: 23px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.img02{
    border-radius: 5%;
    width: 350px;
    height: 250px;
    overflow: hidden;
    display: flex;
    position: relative;   
    transition-property: transform;
    transition-duration: 300ms;
}

.img02:hover{
    transform: scale(1.1);
    opacity: 65%;
  }



.seccion04{
    color: #123634;
    font-size: 23px;
    text-align: center;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}


.copy{
    text-align: center;
    color: var(--colorTextos);
    margin: 20px 0;
}

.copy01{
    color: #fff;
    text-align:center;
    font-size: 48px;
    font-weight: 700;

}

.copy02{
    color: #466b6e;
    text-align: center;
    font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;   
    
}

.copy03{
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:30px;
    font-weight: 900 ;
}

.copy07{
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:22px;
    font-weight: 700;
}

    .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:#fff;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size:45px;
        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-color: #1F3F3D;
    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: #EAECCC;
    transition: 3s;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
 }


 .mapa{
    border-radius: 3%; 
 }

.iconos02{
    color: #466b6e;
    font-size: 25px;
    transition: 3s; 
}

.iconos02 i:hover{
    transform: rotate(360deg);
 }

 .iconos03{
    color: #ba8e44;
    font-size: 20px;
 }

 .foot01{
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #1F3F3D;
    margin: auto;
    padding: auto;
    
 }
/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:780px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}


.container1{
    background-color: #aebaae2c;
    padding: 40px 40px 40px 40px;
    margin: 50px auto;
    width:300px;
    height: 650px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
   }

.logo{    
  width: 180px;
  height: auto;
  border-radius: 50%;
  display: flex; 
  overflow: hidden; 
  position: relative;
  padding: 25px 25px 25px 25px; 
  transition-property: transform;
  transition-duration: 300ms;
  margin: 0 20px;
}


.text11{
    color:#466b6e;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif; 
}

.seccion04{
    color: #123634;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.seccion03{
  color: #466b6e;
  font-size: 16px;
  text-align: center;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.text5{
 color: #545454;
    text-align: justify;
    font-size: 11px;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

 .copy02{
    color: #545454;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

  .container2{
   display: flex;
   justify-content:flex-start;  /* o space-between/space-around */
   flex-wrap: wrap;          /* si quieres que se ajusten en pantallas pequeñas */
   gap: 10px; 
   width: 350px;
   overflow: hidden;
   position: relative;
   margin: 0 30px;
   display: flex;

  }

.text100{
   text-align: center;
    color: #113d40;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif; 
    text-transform: uppercase;
    padding:0 10px;
    padding: 10px 10px 10px 10px;
  }

    .text21{
    padding: 5px 5px 5px 5px;  
    width: 120px;  
}

    .text22{
    padding: 5px 5px 5px 5px;  
    width: 120px;  
}
    .text23{
    padding: 5px 5px 5px 5px;  
    width: 120px;  
}
    .text24{
    padding: 5px 5px 5px 5px;  
    width: 120px;  
}
    .text25{
    padding: 5px 5px 5px 5px;  
    width: 120px;  
}

.text4{
    color:#466b6e;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.servicio01{
    color: #9bb7b8;
    font-size: 12px;
    font-weight: 900;    
    font-family: Arial, Helvetica, sans-serif;    
}

.serv02{
    color: #113d40;
    font-family: Arial, Helvetica, sans-serif;    font-size: 13px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
}

.img02{
    border-radius: 5%;
    width: 180px;
    height: 150px;
    overflow: hidden;
    display: flex;
    position: relative;   
    margin:0 10px;
    transition-property: transform;
    transition-duration: 300ms;
}

.container11{
    border-radius: 20px;
    width: 120%;
    height: 100%;
    max-width: 1000px;
    margin:0 10px;
}

.contenedor{
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    gap: 10px;
    overflow: hidden;
    padding: var(--paddingSecciones);    
}

.text3{
    color:#9bb7b8;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.text33{
    color:#1F3F3D;
    font-size: 10px;
    padding: 15px;
    width: 200px;
    line-height: 15px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

.img01{
    width: 200px;
    overflow: hidden;
    margin: 0 5px;
}


.copy03{
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:25px;
    font-weight: 900 ;
}

.copy07{
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    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;
}

    
.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;
}

  .colores03{
    color: #113d40;
    font-family: Arial, Helvetica, sans-serif;    font-size: 35px;
    font-weight: 900;
    padding: 0 10px;
    font-size: 25px;
}
}














