@import '../../global.css';
body {
    background: var(--background);
}


/* Header ========================================================================================= */

.header-section {
    margin-bottom: 2rem;
}

.header-section.menu-fixed {
    background-color: var(--background);
    box-shadow: initial!important;
    border-bottom: 1px solid var(--color-1);
}

.header-top-left a {
    color: var(--color-4);
}

.header-top-left a:hover {
    opacity: .8;
}

.navbar {
    padding: 0px;
    max-width: inherit;
    margin: inherit;
    background-color: transparent!important;
}

.navbar-collapse {
    background-color: transparent!important;
}

.main-menu li a {
    padding: 29px 25px!important;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-1)!important;
}

.navmain {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

#navbarSupportedContent {
    justify-content: flex-end;
    padding-right: 0!important;
}

.main-menu li a:hover {
    color: var(--color-3)!important;
}

.main-menu>li:last-child a {
    padding-right: 0!important;
}


/* Menu movil */

.menu_movile {
    display: none;
}

.menu_movile ul {
    display: flex;
    flex-direction: row;
}

.menu_movile a {
    background: transparent;
    padding: 2rem .9rem!important;
}

.menu_movile ul li:last-child a {
    padding-right: 0!important;
}

.menu_movile a svg {
    height: 40px;
}

.menu_movile .payment_method .st0 {
    fill: none;
}

.menu_movile .payment_method .st1 {
    fill: var(--color-3);
}

.menu_movile .ticket .st0 {
    fill: none;
}

.menu_movile .ticket .st1 {
    display: none;
}

.menu_movile .ticket .st2 {
    display: inline;
}

.menu_movile .ticket .st3 {
    fill: none;
    stroke: #CECECE;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.menu_movile .ticket .st4 {
    fill: var(--color-3);
}

.menu_movile .gift .st0 {
    fill: none;
}

.menu_movile .gift .st1 {
    fill: var(--color-3);
}

@media (max-width: 991px) {
    .menu_movile {
        display: block;
    }
    #navbarSupportedContent {
        display: none;
    }
}


/* Formas de pago ================================================================================= */

.title {
    color: white;
    font-size: 2rem;
    border-radius: 5px;
    background-color: var(--color-3);
}

.subtitles p {
    text-align: justify;
    color: #d4d4d4;
    font-size: 1.3rem;
}

.item-lista-formas {
    border-bottom: 1px solid #4a4a4a;
    padding: 0 0 2rem 0;
    margin-top: 2rem;
}

.container_whatsapp {
    margin-top: 2rem
}


/* Footer ========================================================================================= */

.footer-section {
    margin-top: 4rem;
}

.footer-bottom {
    background: transparent;
    border-top: 1px solid var(--color-1);
}

.footer-bottom p {
    color: var(--color-1);
}

.footer-bottom li a {
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
}