﻿#banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    display: flex;
    align-items: center;
}


.modal-header .close .fa-times {
    color: #fff !important;
    opacity: 1;
    font-size: 16px;
}

.btn-chat,
#root-accessiblity {
    display: none !important;
}



.texto-banner {
    text-align: left;
}

.texto-banner h1 {
    line-height: 1.4 !important;
}

.banner-row {
    display: flex;
    justify-content: flex-end;
}

#banner .titulo,
#banner .subtitulo {
    color: #fff !important;
}


.logo-libro {
    max-width: 970px;
}

#description {
    background: #83253A;
    padding: 90px 0;

}



#description .text-container h1,
#description .text-container h2 {
    color: #fff;
    text-transform: none !important;
    text-align: center;
}

#description .text-container h1 {
    font-size: 32px;
    margin-bottom: 36px;
    font-weight: 500;
}

#description .text-container h2 {
    line-height: 1.6 !important;
    font-size: 20px;
    margin-bottom: 36px;
    font-weight: 500;
}

@media(min-width:1512px) and (max-width:1600) {
    #banner {
        background: url('/Personas/Paginas/nosotros/Landing_Marileidy_Paulino/imagenes/banner-desktop.webp') !important;
    }
}

@media(min-width:1200px) {
    #banner {
        background: url('/Personas/Paginas/nosotros/Landing_Marileidy_Paulino/imagenes/banner-desktop.webp');
        padding: 111px 0;
        height: 700px;
        z-index: 7;
        position: relative;
    }

    #banner .titulo {
        font-size: 54px;
    }

    #banner .subtitulo {
        font-size: 35px;
    }

    .logo-libro {
        width: 50%;
    }

    #description {
        z-index: 7;
        position: relative;
    }
}

@media(max-width:1199px) {
    #banner {
        background: url('/Personas/Paginas/nosotros/Landing_Marileidy_Paulino/imagenes/banner-tablet.webp');
        padding: 76px 0;
        height: 450px;
    }

    .logo-libro {
        width: 70%;
    }

    #banner .titulo {
        font-size: 44px;
    }

    #banner .subtitulo {
        font-size: 25px;
    }
}



@media(max-width:991px) {

    #banner,
    #description {
        display: none;
    }

}