*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#F35716;
    --colorBotones:#F35716;
    --colorFondo:#262A56;
    --paddingSecciones:60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Lato', sans-serif;
}

  .coloruno{
  color: #3a5c8a;
  font-size: 28px;  
  font-weight: 800;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .imglogo{
    width: 60%;
    border-radius: 50%;
    padding-left:460px;
    opacity: 75%;
     transition: transform 0.5s ease;
    }

      .imglogo:hover{
      transform: scale(1.1);
      opacity: 100%;
      }


/**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: #3a5c8a;
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 10px;
    font-weight: 700;   
}

.enlaces a:hover{
    text-decoration: underline;
}

 .colores01{
    color: #7bbaef;
    font-size: 35px;
    text-align: left;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
     }


     .colores02{
  color: #416d9c;
  font-size: 85px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/**HERO*/

.hero{
    height: 500px;
    background-image: url("../img/PRINCIPAL04.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.contenedor-textos{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: left;
}

.hero h1{
    font-size: 60px;
    font-weight: 700;
}



/*.hero p{
    font-weight: 300;
    font-size: 25px;
   */

   .card-title{
    font-size: 15px;
    color: #2c4e81;
    text-align: right;
    font-size: 15px;
    margin-top: 25px;
    text-decoration:underline;
   }

   .card-text{
    font-size: 13px;
    color: #3b4a61;
    text-align: justify;
    padding:0 5px;
    margin-top: 25px;
   }


/**MAIN**/

.carduno{
text-align: center;
}

.carddos{
 padding: 30px;
 border-radius: 3%;
 margin: 10px;
 margin-top: 60px;
 transform: scale(1);
}

.carddos:hover{
background-color: #7bbaef;
color: #F5F7F8;
}


.carddos01{
font-size: 18px;
text-align: right;
color: #2c4e81;
}

.carddos02{
font-size: 13px;
text-align: justify;
color: #3b4a61;
}

/**TERMINA CARD05 **/

.copy{
    text-align: center;
    margin: 20px 0;
    color: #2c4e81;
    font-weight: 900;
    font-size: 19px; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;                                                                                 
}

.copy02{
  color: #7bbaef;
  font-weight: 800;
  font-size: 38px;  
  text-align: center; 
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;                                                                                 
}

.copy05{
    text-align: center;
    color: #2c4e81;
    margin: 20px 0;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;                                                                                 
    font-weight: 900;
}

.projects{
    background: #7bbaef;
    margin-top: 35px;
    margin:auto 115px; 
    padding:0 75px;    
}

.contenedor{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: var(--paddingSecciones);
}


.contuno{
  color: #6fb0e5;
  font-size: 45px;
  margin:0 37px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contdos{
  color: #2c4e81;
  font-size: 25px;
  margin:0 22px;
  font-weight: 800;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 15px;
  letter-spacing: 5%;
}

.conttres{
  color: #2c4e81;
  font-size: 20px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}

.contcuatro{
  color: #3b4a61;
  font-size: 14px;
  text-align: justify;
  margin-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.prinimg{
  width: 60%;
  border-radius: 50%;
  margin:0 100px;
  padding: 15px;
  opacity: 75%;
  transition: transform 0.5s ease;
}

.prinimg:hover{
transform: scale(1.2);
opacity: 100%;
}

.contenedorfooter{
    background-color: #fff;
    overflow: hidden;
    margin-top: 50px;
}

.mas01{
  margin-top: 50px;
}

.mas02{
  color: #2c4e81;
 font-size: 40px;
 font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.mas03{
color: #3e4d62;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}

.mas04{
font-size: 15px;
color: #3e4d62;
font-family: Arial, Helvetica, sans-serif;
}

.prinimg01{
 border-radius: 3%;
 width: 70%;
 opacity: 75%;
 transition: transform 0.6s ease;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
 transition: border-radius 0.6s ease;
}


.prinimg01:hover{
  opacity: 100%;
  border-radius: 50%;
   transform: scale(1.1) rotate(3deg);
}


.carr01{
border-radius: 1%;
margin-top: 30px;
}

.containerdos{
  text-align: center;
  margin-top: 5px;
}

.containerdos01{
  font-size: 22px;
  padding: 0 55px;
  margin-top: 60px;
  text-align: justify;
  color: #2c4e81;
  letter-spacing: 5px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.containerdos02{
  font-size: 15px;
  padding: 0 55px;
  text-align: justify;
  color: #65798c;
  font-family: Arial, Helvetica, sans-serif;
}

.container01{
   text-align: center;
}

.titulo-seccion{
    text-align: center;
    font-size: 25px;
    color: var(--colorFondo);
    font-weight: 0;
    margin-top: 80px;
    text-transform: uppercase; 
    font-family:Arial, Helvetica, sans-serif;
    }

.projectszero{
    margin-top: 35px;
    margin: 20px 35px 75px 60px;
    border-radius: 1%;
}

.contenedorzero{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.imgzero{
  width: 50%;
  border-radius:3%;
  opacity: 55%;
}

.imgzero:hover{
  opacity: 100%;
}

.titulo-seccionzero{
    text-align: right;
    font-size: 28px;
    color: #2c4e81;
    margin-top: 70px;
    text-transform: uppercase; 
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .copyzero{
      color: #3a5c8a;
      text-align: right;
      margin-top:15px;
    }

    .top01{
    opacity: 0.9;
    transition: all 0.5s ease;
    filter: blur(3px);
   }

    .top01:hover{
      filter: blur(0);
      opacity: 1;
      transform: scale(1.05);
    }


.parrazero{
  color: #2c4e81;
  font-size: 32px;
  letter-spacing: 5px;
  font-weight: 900;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.parrazero01{
  color: #2c4e81;
  font-size: 23px;
  letter-spacing: 5px;
  font-weight: 900;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.parrauno{
color: #fff;
font-size: 20px;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
}


.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);  
}




/**footer{  
    background: #fff;
    background-position: center;
    background-size: cover;
    border: 2px solid #00000018; /* color y grosor 
}*/

.titulo-seccionuno{
    text-align: center;
    font-size: 38px;
    font-weight: 0;
    font-weight: 800;
     background-position: center;
    background-size: cover;
    margin-top: 100px;
    text-transform: uppercase; 
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

footer .titulo-seccionuno, 
footer .copy{
    color: #2c4e81; 
}

.contfooter{
  color: #2c4e81;
  text-align: center;
  font-size: 13px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
  }

.img02{
    transition: all 2s;
    border-radius: 3%;
}

.img02:hover{
  transform: rotate(360deg);
}

.redes-sociales i{
    font-size: 50px;
    color: #7bbaef;
    transition: all 2s;
    font-weight: 900;
}
.redes-sociales i:hover{
    transform: rotate(360deg);
}

.coloruno{
   transition: all 2s;
}

.coloruno i:hover{
    transform: rotate(360deg);
}
/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:768px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.hero h1{
    font-size: 38px;
}

.logo{
    height: 60px;     
}

.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 90%;
}
.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}

  .colores01{    
    font-size: 20px;
    text-align: center;
     }

.titulo-seccionzero{
    text-align: center;
    font-size: 20px;
    color: #2c4e81;
    margin-top: 30px;
    padding: 0 1px;
    text-transform: uppercase; 
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .mas02{
      margin: 0 50px;
     font-size: 25px;
     text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.mas01{
  margin-top: 20px;
  padding-bottom:0 50px;
  margin: 10px;
}

.mas03{
color: #3e4d62;
font-size: 20px;
margin-top: 15px;
text-align: center;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.mas04{
  text-align: justify;
font-size: 15px;
color: #3e4d62;
font-family: Arial, Helvetica, sans-serif;
}


.titulo-seccionuno{
    text-align: center;
    font-size: 25px;
    font-weight: 0;
    font-weight: 800;
     background-position: center;
    background-size: cover;
    margin-top: 40px;
    text-transform: uppercase; 
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

.prinimg01{
 width: 50%;
 margin-top: 50px;
 margin: 0 70px;
}

.copyzero{
      text-align: center;
      font-size: 15px;
      padding: 10px 0;
      font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    }

.projectszero{
    margin-top: 35px;
    margin: 25px 35px 15px 15px;
    border-radius: 1%;
}

  .imglogo{
    width: 50%;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items:center;
    }


   .colores02{
  font-size: 45px; 
  text-align: center;
 }

.carddos{
 padding: 10px;
 border-radius: 3%;
 margin: 10px;
}

.carddos01{
font-size: 18px;
text-align: center;
color: #2c4e81;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.carddos02{
font-size: 13px;
text-align: justify;
color: #3b4a61;
}

.contuno{
  color: #6fb0e5;
  font-size: 40px;
  margin:0 20px;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contdos{
  color: #2c4e81;
  font-size: 17px; 
  text-align: center;
}

.containerdos01{
  font-size: 15px;
  padding:0 100px;
  margin-top: 10px;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin: 1px;
}

.containerdos02{
  font-size: 12px;
  padding: 0 25px;
  text-align: justify;
  color: #65798c;
  margin-top: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.containerdos{
  text-align: center;
  padding: 0px 0; 
}

  .top01{
    width: 85%;
    height: 50%;
    margin: 0 25px;
   }

   .card-text{
    font-size: 15px;
    color: #3b4a61;
    text-align: justify;
    padding:0 25px;
   }
   .card-title{
      color: #2c4e81;
    text-align: center;
   
   }

.prinimg{
  width: 50%;
  margin:0 100px;
  padding: 19px; 
}

.conttres{
  padding: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contcuatro{
  color: #3b4a61;
  font-size: 14px;
  padding: 0 25px;
  text-align: justify;
  margin-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
}


.titulo-seccion{
    font-size: 18px;
    font-weight: 800;
    }

.copy{
font-size: 17px;
padding: 0 11px;
}

.copy02{    
    font-size: 29px;
}

.copy05{
     font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;                                                                                 
    font-weight: 900;
}

.projects{
    margin-top: 35px;
    margin:5px; 
    padding:0 75px;    
}

.parrauno{
font-size: 12px;
text-align: justify;
}

.parrazero{
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 900;
  text-align: center;
}

.parrazero01{
  font-size: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contfooter{
  color: #2c4e81;
  text-align: center;
  font-size: 13px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.container01 .glass svg {
  font-size: 22px;
  fill: #262A56;
}

}















