﻿@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Halant', serif;
    font-size: 1.05rem;
}

#btnNotificacion1 .fa-exclamation-circle {
    color: #00695C !important;
}

#btnNotificacion2 .fa-exclamation-circle {
    color: #757575 !important;
}

.badge-danger {
    background-color: #757575;
}

.badge-success {
    background-color: #00695C !important;
}

.navbar {
    background-color: #fff !important;
    margin-bottom: 16px;
    position: sticky;
    top: 35px;
    z-index: 1000;
}

.dropdown-toggle::after {
    display: inline-flex;
}

.btn-success {
    background-color: #00695C !important;
}

.btn-outline-success, .text-success {
    color: #00695C !important;
}

.breadcrumb a {
    color: #00695C !important;
}

.dropdown-item:hover, .breadcrumb-item a:hover, .enlaceProducto:hover, .navbar .nav-link:hover {
    color: #00695C !important;
}

.navbarLogin a:hover, .navbarLogin a:hover i, .navbarLogin .dropdown-toggle:hover.dropdown-toggle:after {
    color: #fff !important;
}

.titulo {
    color: #00695C !important;
    border-bottom: 3px solid #00695C !important;
}

.carousel-indicators li.active {
    background-color: #00695C !important;
    border: 1px solid #00695C !important;
}

.btn-outline-success {
    color: #00695C;
    border-color: #00695C;
}

    .btn-outline-success:hover {
        border-color: #00695C;
        background-color: #00695C !important;
    }

    li.nav-item.active, .bg-success, .btn-success .btn-outline-success:hover, .page-item.active .page-link, .page-item .page-link:hover {
        background-color: #00695C !important;
        border-color: #00695C !important;
    }

#divFooter {
    background-color: #00695C !important;
}

.navbarLogin {
    position: sticky;
    top: 0;
    z-index: 1001;
    background-color: #424242;
    min-height: 35px;
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px;
    line-height: 100%;
}

.navbar-desktop .submenu .nav-link, .navbar-desktop .submenu .nav-link:hover,
.navbar-desktop .submenu .nav-linkL:active,
.navbar-desktop .submenu .nav-link:focus {
    line-height: 100%;
}

#navbarContent .dropdown-toggle:after {
    border-top-color: #fff;
}

.contenedor-legado-literario {
    margin: 16px 0 24px 0;
    width: 100%;
    height: 300px;
    background-image: url(/Content/legados-literarios/img/banner-legados-literarios.jpeg);
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

    .contenedor-legado-literario h2 {
        width: 100%;
        text-align: center;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-transform: uppercase;
        padding: 24px 0;
        line-height: 100%;
        letter-spacing: 12px;
        font-size: 40px;
    }

.contenedor-legado-literario-desc {
    background-color: #f2f2f2;
    padding: 24px;
    margin-bottom: 24px;
}

.contenedor-legado-literario-desc p {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
/*
.fas.fa-bars {
    color: #fff;
}*/

.registrate {
    font-size: 1rem;
    color: #fff !important;
}

.dropdown-submenu .dropdown-item.submenu-selected:focus {
    color: #00695C !important;
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #00695C !important;
}

.visor-carrito a:hover {
    color: #00695C !important;
}

.contenedor-clasico {
    height: 300px;
    width: 100%;
    border-radius: 16px;
    margin: 0 0 56px 0;
    order: 4;
}

    .contenedor-clasico .clasico {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
    }

.breadcrumb {
    padding-top: 0;
}

.navbar-desktop .submenu {
    background-color: #00695C !important;
}

@media(max-width: 991px) {
    .contenedor-clasico {
        order: 3;
    }
}

@media(max-width: 767px) {
    /*.fas.text-success {
        color: #fff !important;
    }*/

    .contenedor-legado-literario {
        background-size: cover;
    }

        .contenedor-legado-literario h2 {
            font-size: 32px;
        }

    .contenedor-legado-literario-desc {
        padding: 16px;
    }

    .contenedor-legado-literario-desc p {
        font-size: 18px;
    }

    .contenedor-clasico {
        height: auto;
    }
}

@media(max-width: 499px) {
    .contenedor-clasico {
        order: 2;
    }
}
