@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 {
    justify-content: left;
}

.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;
    }
}

@media screen and (max-width: 991px) {
    .container_premio h2 {
        white-space: nowrap;
        overflow: visible;
        font-size: 1.4rem !important;
    }
}

.responsive-title {
    font-size: xxx-large; /* tamaño por defecto (laptop o pantallas grandes) */
    text-align: center;
    color: #feda6a;
    line-height: 1.5;
}

/* 📱 Para móviles (pantallas de 768px o menos) */
@media (max-width: 768px) {
    .responsive-title {
        font-size: 1.5rem;
    }
}


/* Text and pictures ============================================================================== */

.title {
    color: white;
    font-size: 2rem;
    margin-top: 2rem;
}

.subtitle {
    text-align: justify;
    color: #d4d4d4;
    font-size: 1.3rem;
}

.container_pictures {
    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);
}