body{
    width: auto;
    box-sizing: border-box;
    font-family: 'Poppins';
}
.container-fluid{
    overflow: hidden;
}
/* NAV */
#navbar{
    background-color: #252E50;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navlogo{
    width: 150px;

}

#validationError{
    color: red;
}

.phone{
    color: white;
    font-size: 14px;
    font-weight: 800;
}

.phone-link{
    color: white;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.phone-link:hover{
    color: white;
    text-decoration: underline #3D56E0;
}

.mr-8{
    margin-right: 8rem;
}

/* HERO */
#hero{
    padding-top: 60px;
    padding-bottom: 25px;
}
.herotittlexs{
    font-family: 'Poppins', sans-serif;
    color: #3D56E0;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}
.herotittle{
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}
.herosubtittle{
    color: #3D3A62;
    font-family:'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.heroimg{
    width: 100%;
}
.hero{
    animation-name: opacidad;
    animation-duration: 0.5s;
}
@keyframes opacidad {
    from {opacity:0%;}
    to {opacity: 100%;}
}



/* BLOQUE2 */
#bloque2{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(151, 181, 255, 0.3) 100%);
}
.box{
    background-color: white;
    height: 260px;
    border-radius: 20px;
    box-shadow: 0px 4px 13px rgba(61, 86, 224, 0.5);
}

.boxtext{
    font-family:'Poppins', sans-serif ;
    font-size: 14px;
    color: #3D3A62;
    font-weight: 700;
}
/*slider*/
.slider{
    display: none;
    padding: 15px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(151, 181, 255, 0.3) 100%);
    width: 100%;
}
.swiper {
    width: 100%;
    height: 340px;
}
.swiper-slide{
    display: flex;
    justify-content: center;
}
.swiper-pagination{
    bottom: 0px!important;
    margin-bottom: 20px;
}

/* BLOQUE3 y 4*/
.img{
    width:100%;
}

/* BLOQUE5*/
.bloque5container{
    background-color:#F5F9F6 ;
}
.empleadobox{
    border: 1px solid #3D56E0 ;
    border-radius: 20px;
}

/* BANNER*/
.banner{
    background: linear-gradient(90deg, #3D56E0 0%, #252E50 100%);
}
.img-banner{
    width: 80%;
}
.banner .imgbanner .img{
    width:350px;
    height: 280px;
}


/* BLOQUE7*/
#iconcheck{
    color: #3D56E0;
    font-size: 14px;
}


/* BLOQUE8*/
#bloque8{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(151, 181, 255, 0.3) 100%);
}
.icon-check{
    color: #3D56E0;
}

#backtotopcontainer{
    display: flex;
    justify-content: flex-end;
}
.backtotopcontainer{
    padding: 10px;
    height: 52px;
    width: 52px;
    transition: 0.5s;
    border-radius: 100%;
    
}

.backtotop{
    width: 30px;


}

/* .backtotop .iconosvg:hover{
    fill: white;
} */

.backtotopcontainer:hover{
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    border-radius: 100%;
    background-color: #3D56E0; 
}
.backtotopcontainer:hover .iconosvg{
    fill: white;
}
/* FOOTER*/
#footer{
    background-color:#242625;
}
.textfooter span a{
    color: white;
}
#imgfooter{
    width: 130px;
}
.armadillotext{
    color: #f7c90b;
    padding-left: 5px;
    padding-right: 5px;
}

/* MODAL TEXTOS LEGALES */
.modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.btnmodal:hover{
    color: white;
}
.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
    border-radius: 10px;
}
.modal-window header {
    font-weight: bold;
}
.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}
.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.modal-close:hover {
    color: black;
}
.textolegal{
    height: 500px;
    overflow: scroll;
}

/* BUTTONS */
.btnsolid{
    width: 170px;
    height: 40px;
    background: linear-gradient(90deg, #97B5FF 0%, #6F8EEF 46.64%, #3D56E0 99.15%);
    font-family:'Poppins', sans-serif ;
    font-size: 14px;
    font-weight: 600;
    color: white;
    border-radius: 42px;
    border: 0px;
    transition:box-shadow 0.3s;
    
    
    
}
.btnsolid a{
    color: white;
}
.btnsolid:hover{
    
    background:#3D56E0;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    
   
}
.btnsolid a:hover{
    text-decoration: none;
}

.btn-outline{
    width: 170px;
    height: 40px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 42px;
    font-family:'Poppins', sans-serif ;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.btn-outline a{
    color: white;
    
}
.btn-outline:hover{
    background-color: white;
    color:#252E50 ;
    border: white;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.3);
}
.btn-outline a:hover{
    text-decoration: none;
    color:#252E50 
}

.btn-outline:active{
    border: #1E253F;
}
.btnmobile{
    display: none;
}


/* TEXTOS*/
.tittle{
    color: black;
    font-family:'Poppins', sans-serif ;
    font-weight: 700;
    font-size: 36px;

}
.subtittle{
    color: #6F8EEF;
    font-family:'Poppins', sans-serif ;
    font-size: 16px;
    font-weight: 400;
}
.textfooter{
    font-family:'Poppins', sans-serif ;
    color: white;
    font-size: 12px;
    font-weight: 700;
}


/*MEDIA QUERIES para móviles*/
@media (max-width: 768px) {
    #navbarSupportedContent{
        display:  none !important;
    }

    .header-hanna{
        justify-content: center !important;
    }
    /*nav*/
    .navbar{
        padding: 20px!important;
    }
    .navlogo{
        margin:0px!important;
        width: 150px!important;
    }
    .btn-outline{
        margin:0px!important;
    }


    /*hero*/
    .hero{
        padding: 15px!important;
        margin-top: 25px;
    }
    .herotittle{
        font-size:24px ;
        line-height: 30px;
    }
    .herotittlexs{
        font-size:20px ;
    }
    .herosubtittle{
        font-size: 16px;
    }
    .tittle{
        font-size: 24px;
    }
    .subtittle{
        font-size: 16px;
    }
    .heroimgcontainer{
        justify-content: center!important;   
    }
    .heroimg{
        padding: 0px!important;
    }
    .btndesktop{
        display: none;
    }
    .btnmobile{
        display:flex;
        
        margin-top: 40px;
    }

    /*bloque2 y slider*/
    #bloque2{
        padding: 15px!important;
    }
    .box{
        margin-bottom: 20px;
        width: calc(100% - 20px);
    }
    .box2{
        padding-top: 0px!important;
    }
    .slider{
        display: block;
        padding:50px 20px;
    }
    .swiper{
        padding-top: 30px!important;
    }
    #bloque2{
        display: none!important;
    }
    

    /*bloque3*/
    .bloque3{
        display: block!important;
        padding:50px 20px!important;
    }
    .imginformes{
        padding-top: 50px;
    }
    .imgregistrodesktop{
        display: none;
    }
    .imgregistromobile{
        display: block;
        padding-top: 50px;
    }
    /*bloque5*/
    .bloque5{
        padding: 15px!important;
    }
    .bloque5 .bloque3{
        padding-top: 0px!important;
    }
    /*banner*/
    .bannertext{
        padding: 10px!important;
        text-align: center;
    }
    .bannertext button{
        margin-top: 30px!important;
    }
    .bannerfondo{
        background-image: url('../images/bannermobile.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .imgbanner{
        display: none;
    }
    /*bloque7*/
    .bloque7{
        padding: 15px!important;
    }
    .imgdondequieras{
        margin: 0px!important;
        padding-top: 30px;
    }
    .imgrrhhdesktop{
        display: none;
    }
    .imgrrhhmobile{
        display: block;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    /*bloque8*/
    .bloque8{
        padding-top: 30px;
    }
    .labelnombre{
        padding-top: 30px;
    }
    #bloque8 .tittle{
        padding-top: 40px;
    }
    .boxtext{
        font-size: 16px;
    }
    /*form*/
    .btnform{
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .imgform{
        display: none;
    }
    /*footer*/
    footer{
        min-height: 174px;
        text-align: center!important;
        flex-direction: column;
        box-sizing: content-box;
    }
    .copyright{
        padding-top: 0px!important;
        text-align: center!important;
        order: 2;
    }
    .avisolegal{
        padding-top: 0px!important;
        text-align: center!important;
        order: 3;
    }
    
}
/*MQ para Tablet*/

@media (min-width: 769px) and (max-width: 992px){
    /*hero*/
    .hero{
        padding: 15px!important;
        margin-top: 50px;
    }
    .herotittle{
        font-size:24px ;
        line-height: 30px;
    }
    .herotittlexs{
        font-size:20px ;
    }
    .tittle{
        font-size: 24px;
    }
    .subtittle{
        font-size: 14px;
    }
    .heroimgcontainer{
        justify-content: center!important;   
    }
    .heroimg{
        padding: 0px!important;
    }
    .btndesktop{
        display: none;
    }
    .btnmobile{
        display:flex;
       
    }
}


/*MQ para Desktop*/
@media (min-width: 993px){
    #navbar div{
        max-width: 1450px;
    }
    .hero{

        max-width: 1250px;
    }
    #bloque2 div{
        max-width: 1250px;
    }
    .bloque3{
        max-width: 1250px;
    }
    .bloque5{
        max-width: 1250px;
    }
    
    .btnmobile{
        display: none;
    }
    .imgregistrodesktop{
        display: block;
    }
    .imgregistromobile{
        display: none;
    }
    .imgrrhhdesktop{
        display: block;
    }
    .imgrrhhmobile{
        display: none;
    }
    #backtotopcontainer{
        max-width: 1250px;
        padding-top: 80px;
        padding-bottom: 40px;
    }
}


/* TRANSICIONES */
html {
    scroll-behavior: smooth;
  }