
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
        
}

.contenedor1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.header{
    width: 100vw;
    padding: 0 50px;
    padding-top: 10px;
    display: flex;
    height: 100px;
    justify-content: space-between;
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    z-index: 5;
}

.box-logo{
    display: flex;
    width:15%;
    height: auto;
}

.imagen1{
    height: 100%;
}

.datos{
    display: flex;
    align-items: center;
    font-size: 20px;
    
}

.icon{
    padding-right: 5px;
    font-size: 35px;
    color: #0064ac;
} 

.icon2{
    display: flex;
    font-size: 90px;
    color: #0064ac;
}

.seccion1{
    display: flex;
    width: 100%;
}

.seccion2{
    display: flex;
    justify-content: space-evenly;
    padding: 80px 0;
    font-size: 17px;
}

.hero img{
    margin-top: 100px;
    width: 100vw;
}

.titulo0{
    padding-top: 35px;
    padding-bottom: 20px;
    color: #0064ac;
    font-size: 35px;
    text-align: center;
    width: 90%;
    margin: auto;
}
   

.feature{
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}


.titulo1{
    color: #0064ac;
    font-size: 25px;
    padding: 10px 0;
}


.seccion3{
   
    display: flex;
    justify-content: center;
    height: 600px;
}
  
.hide-overflow{
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.hero2 {
    display: flex;
    background-image:linear-gradient(rgba(0, 114, 207, 0.5), rgb(0, 114, 207, 0.5)), url('../imagenes/imagen1secc3.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero2:hover{
    transform: scale(1.1);
    transition: 0.4s;
}

.box-icon1{
    width: 20%;

}


.nube{
    width: 100%;
}


.textonube, .textorep{
    padding-top: 15px;
    text-align:  center;
    width: 55%;
    font-size: 22px;
    color: #ffffff;

}

.hero3 {
    display: flex;
    background-image:linear-gradient(rgba(0, 114, 207, 0.5), rgb(0, 114, 207, 0.5)), url('../imagenes/paranube.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;

} 

.hero3:hover{
    transform: scale(1.1);
    transition: 0.4s;
    
}

.box-icon2{
    width: 40%;
    
}

.rep{
    width: 100%;
    
}




.cajaslogan{
    display: flex;
    font-size: 40px;
    color: #ffffff;
    background: #0064ac;
    justify-content: center;
    align-content: center;
    margin-bottom: 60px;
    padding: 20px 0px;

}

.seccion4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
}

.imagen2{
    width: 35vw;
}


.texto1{
    font-size: 25px;
    text-align: justify;
    width: 50%;

}

.hero4 {
    display: flex;
    background-image: linear-gradient(rgba(0, 114, 207, 0.5), rgb(0, 114, 207, 0.5)),url('../imagenes/trabajo-oficina.jpg');
    height:90vh;
    width: 100%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}


.titulo2 { 
    font-size: 60px;
    color: #ffffff;
    width: 50%;
    border-bottom: solid;
    text-align: center;
    padding-bottom: 10px;
}
    

.texto2 {
    font-size: 30px;
    color: #ffffff;
    width: 50%;
    text-align: center;
    padding-top: 30px;
    
}







.icon5{
    padding-right: 5px;
    font-size: 50px;
    color: #0064ac;
    }


.formulario{
    background-color: #0064ac;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
    }
    
    
 .titulofor{
    display: flex;
    justify-content: center;
    }
    
.relleno{
    padding-top: 15px;
    width: 50%;
    display: flex;
    flex-direction: column;
    
    }
    
.relleno input{
      font-size: 15px;
      font-family: 'Muli', sans-serif;
      height: 40px;
      justify-content: space-between;
      border: 3px solid #429af1; 
      width: 37%;
    }
    
.relleno div {
      display: flex;
      justify-content: space-between;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    
.area{
      margin-top: 20px;
      border:3px solid #429af1; 
      font-family: 'Muli', sans-serif;
      font-size: 15px;
      margin-bottom: 20px;
    }
    
.nombretel{
    justify-content: space-between;
    }

.titulo4{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: #ffffff;
    color: #0064ac;
    font-size: 30px;
    padding: 10px 0;

    }

.footer{
    padding: 20px 0;
    text-align: center;
    color:#0064ac;
    background-color: #ffffff;
      }

.footer a {
    font-size: 20px;
    color: #0064ac;
    text-decoration: none;    
      }






       /*--------------------*/
      /*     animaciones    */
     /*--------------------*/
      
.js--wp-1,
.js--wp-2 {
    opacity: 0;
}

.js--wp-1 .animated,
.js--wp-2 .animated {
    opacity: 1;
}

.js--wp-3{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20vw;
    background-color: #ffffff;
    color: #0064ac;
    font-size: 30px;
    padding: 10px 0;
    animation-duration: 1s;
}