*{
    font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: 'BadComic';
    src: url('../fonts/BadComic-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

p, h1, h2, h3, h4, h5, a, span, li, ul{
    font-family: 'BadComic', sans-serif;
}

/* Header */
.header-logo{
    width: 200px;
}
.bg-header{
    background-color: white;
    box-shadow: 0 0 2px 0 #ccc;
}
.btn-abrir-menu{
    display: none !important;
    visibility: hidden !important;
    background: none !important;
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .2) !important;
    font-size: 2rem !important;
    padding: 0px 10px !important;
}
.header-barra-navegacion{
    padding: 10px 100px;
    background-color: #45210E;
}
.header-nav-enlace{
    color: #eec746a4 !important;
    font-weight: 300;
    font-size: 1.1rem;
    
}
.header-nav-enlace > span{
    padding-top: 5px;
    transition: all 0.15s ease-in-out;
}
.header-nav-enlace:hover > span{
    border-top: 3px solid #EFBF94;
}
.header-col-2 > .nav > .nav-link{
    color: white;
}
.nav-link-activo span{
    border-top: 3px solid #EFBF94;
    color: #EEC746;
    font-weight: 500;
}
.header-rs{
    margin-left: 30px;
}
.header-rs>a{
    text-decoration: none;
}
.nav-icono-rs-1{
    margin-right: 10px;
}
.borde-menu-header{
    color: rgba(255, 255, 255, .3);
    font-size: 1.5rem;
}
.borde-menu-header:hover{
    color: rgba(255, 255, 255, .3);
}
.btns-lang{
    position: fixed;
    right: 0;
    top: 9rem;
    z-index: 999;
    padding: 1rem;
    padding-left: 1.2rem;
    background: rgb(229 229 229 / 80%);
    border-radius: 30px 0 0 30px;
}
.btns-lang a{
    border-radius: 50%;
    border: 3px solid #fff;
}
.btns-lang .active{
    border: 3px solid #f1ff23;
}
.header-offcanvas{
    background-color: white;
}
.offcanvas-enlace{
    color: black !important;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: #45210E !important;
    font-weight: 500;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}


.footer-1{
    background-image: url('../img/home/footer.png');
    background-position: top center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
.footer-img{
    display: inline-block;
    margin: 40px 0 16px;
}
.link-dev{
    padding-bottom: 20px;
}
.link-dev > a{
    color: white;
    text-decoration: none;
}

.div-rpe{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 3rem;
}
/*===========WSP===========*/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
.whatsapp-float:hover {
    opacity: 0.8;
}


@media (max-width: 1920px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .header-barra-navegacion{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .header-barra-navegacion{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-logo{
        width: 150px;
    }
    .header-rs{
        display: none !important;
        visibility: hidden !important;
    }
    .header-nav-enlace{
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .header-barra-navegacion{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .btn-abrir-menu{
        display: block !important;
        visibility: visible !important;
    }
    .header-contenedor-menus{
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .btns-lang{
        display: none;
    }
}

@media (max-width: 425px) {
    .header-logo{
        width: 80px;
    }
    .btn-abrir-menu{
        font-size: 1.5rem !important;
        padding: 0px 8px !important;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}