*{
    font-family: 'Roboto', sans-serif;
}

/* Header */
.bg-header{
    position: relative;
    background-color: white;
    box-shadow: 0 0 10px -5px black;
}
.header-contenedor{
    padding: 30px 0;
}
.header-cont-1{
    width: 50%;
    margin-right: 200px;
    z-index: 4;
    display: flex;
}
.header-cont-2{
    top: 1rem;
    width: 100%;
    position: absolute;
    justify-content: center;
    z-index: 3;
}

.header-logo img{
    max-width: 120px;
}

.header-cont-3{
    width: 50%;
    margin-left: 150px;
    z-index: 4;
    display: flex;
}
.header-link{
    font-size: 1.05rem;
    color: black !important;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 400;
}
.header-link-activo{
    font-weight: 600 !important;
}
.header-btn-escribir{
    border-radius: 8px !important;
    background-color: #ffc529 !important;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10px;
    color: black;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}
.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;
}

.btns-lang{
    position: fixed;
    right: 0;
    top: 8rem;
    z-index: 9;
    padding: 1rem;
    padding-left: 1.2rem;
    background: rgb(229 229 229 / 80%);
    border-radius: 30px 0 0 30px;
}
.btns-lang a,
.btn_off a{
    border-radius: 50%;
    border: 3px solid #fff;
}
.btns-lang .active,
.btn_off .active{
    border: 3px solid #f1ff23;
}

.btn_off{
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.header-offcanvas{
    background-color: rgb(29, 23, 23) !important;
}
.offcanvas-enlace{
    color: white !important;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: rgb(142, 159, 45) !important;
    font-weight: 500;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}
.carousel-indicators{
    z-index: 99 !important;
}
.carousel-indicators [data-bs-target]{
    background-color: #854E13 !important;
}
/* Footer */
.footer-container{
    padding: 70px 30px 20px 30px;
}
.footer-1{
    border-top: 1px solid black;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-link{
    color: black !important;
    font-size: 1.2rem;
}
.footer-2{
    width: 100%;
}
.footer-2 a{
    color: #b2a697 !important;
    text-decoration: none;
}


@media (max-width: 1440px) {
    .footer-container{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 1200px) {

    .header-cont-1{
        margin-right: 140px;
    }
    .header-cont-3{
        margin-left: 140px;
    }
    .header-link{
        margin-left: 20px;
        margin-right: 20px;
    }
    .header-btn-escribir{
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer-container{
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .header-logo img{
        width: 80px;
    }
    .btns-lang{
        display: none;
    }
    .btn-abrir-menu{
        display: inline !important;
        visibility: visible !important;
        position: absolute;
        right: 30px;
        z-index: 4;
    }
    .header-contenedor{
        padding: 1rem;
    }
    .header-cont-2{
        position: unset;
        justify-content: space-between !important;
    }
    .header-cont-1{
        display: none !important;
        visibility: hidden !important;
    }
    .header-cont-3{
        display: none !important;
        visibility: hidden !important;
    }
    .footer-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-1{
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
    .footer-logo{
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .footer-container{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .footer-1 > div{
        display: none !important;
        visibility: hidden !important;
    }
    .footer-2{
        gap: 3rem;
        flex-direction: column;
        align-items: center;
    }
    .footer-2 > p{
        text-align: center;
    }
}

@media (max-width: 576px) {

    .btns-lang{
        display: none;
    }
}

@media (max-width: 425px) {
    .footer-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-abrir-menu{
        font-size: 1.5rem !important;
        right: 20px;
        padding: 0px 10px !important;
    }
    .footer-2 > p{
        font-size: 0.9rem;
    }
    .footer-2-1 a{
        font-size: 0.9rem;
    }
}

@media (max-width: 375px) {
    .btn-abrir-menu{
        font-size: 1.2rem !important;
    }
}