@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemon&family=Roboto:wght@400;500&display=swap');

:root {
    --azul: #18428D;
    --blanco: #fff;
    --gris: #545454;
    --rojo: #d40018;
    --dorado: #D0B062;
}

body {
    font-family: 'Fira Sans', sans-serif;
    /*
    font-family: 'Lemon', serif; 
    font-family: 'Roboto', sans-serif;
    */
}

.__d-none {
    display: none;
}

.header__logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

main {
    position: relative;
    float: left;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 41%, rgba(234, 238, 245, 1) 74%);
}

/* Header */

header {
    position: relative;
    width: 100%;
    padding-top: 5px;
    background-color: #d60126;
    padding-bottom: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.header__logo {
    padding-top: 15px;
}

.header__logo img {
    width: 150px;
}

.header__menu {
    padding-top: 10px;
    display: flex;
    text-align: right;
    padding-bottom: 10px;
    justify-content: end;
    align-items: center;
}

.header__menu a,
.header__menu>div {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
    color: var(--blanco);
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    font-family: 'Brevia';
    text-align: center;
}

.redes_header a img {
    width: 32px;
}

.header__menu .azul {
    background-color: #17428d;
    border-radius: 5px;
}

.header__submenu {
    padding-right: 25px !important;
    cursor: pointer;
}

.header__submenu:before {
    background-image: url(../img/caret-down-solid.svg);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 8px;
    background-repeat: no-repeat;
}

.header__submenu.show__header__submenu:before {
    background-image: url(../img/caret-up-solid.svg);
}

.header__submenu--list {
    position: absolute;
    z-index: 1;
    width: 300px;
    background-color: #fff;
    top: 55px;
    right: 0px;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0px 1px 6px #0202024a !important;
}

.header__submenu--list a {
    display: block;
    color: #101952;
    border-bottom: 2px solid #9f9f9f26;
    padding: 5px;
    padding-right: 12px;
}

.header__submenu--list a:last-child {
    border-bottom: 0px solid #9f9f9f26 !important;
}

.show__header__submenu {
    position: relative;
}

.header__menu .active {
    border-bottom: 2px solid var(--rojo);
}

section.apuesta_futuro {
    position: relative;
    float: left;
    width: 100%;
}

/* Footer */

footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #d60126;
    font-family: 'Brevia';
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__top {
    position: relative;
    float: left;
    width: 100%;
    color: var(--blanco);
    padding-bottom: 10px;
    padding-top: 40px;
}

.footer__top .container {
    flex-wrap: wrap;
    gap: 3rem;
}

.hr-vertical {
    border-left: 1px solid #fff;
    height: 8rem;
    margin-right: 3rem;
}

.logos {
    display: flex;
    /* margin-bottom: 40px; */
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

/* .logos img {
    margin-left: 40px;
    margin-right: 40px;
} */

.footer__left {
    position: relative;
    float: left;
    min-width: 20%;
    /* width: 50%; */
    /* text-align: right; */
    /* padding-right: 40px; */
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.footer__left a {
    display: block;
    margin-bottom: 30px;
}

.footer__left p {
    font-size: 18px;
    margin: 0px;
}

/* .footer__right {
    position: relative;
    float: left;
    min-width: 20%;
    text-align: left;
    padding-left: 30px;
} */

.footer__right p {
    font-size: 18px;
    margin-bottom: 5px;
}

.footer__right a {
    color: var(--blanco);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

/* .footer__left .icono {
    position: absolute;
    left: -2.5rem;
    top: .2rem;
} */

.icono {
    width: 18px;
    margin-right: 9px;
}

.footer__foolouw_us {
    /* margin-left: 4rem; */
    text-align: center;
    font-size: 18px;
}

.footer__foolouw_us p {
    margin-bottom: 0;
}

.footer__foolouw_us ul {
    margin-bottom: 0;
}

.footer__bottom {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    color: var(--blanco);
    font-size: 18px;
}

.footer__bottom>div {
    padding-bottom: 35px;
}

.footer__bottom>div a {
    text-decoration: revert;
    margin: 0;
    margin-top: 5px;
}

.footer__bottom__facebook {
    /* margin-bottom: 15px; */
    display: block;
    margin-top: 15px;
}

.footer__bottom__facebook img {
    width: 24px;
}

.footer__bottom a {
    color: var(--blanco);
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.footer__bottom p {
    margin: 0px;
    font-size: 16px;
}

/* Interiores */

.interiores {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 41%, rgba(234, 238, 245, 1) 74%);
}

.interiores__title {
    font-family: 'Brevia';
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    text-align: left;
    color: var(--azul);
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

.interiores img {
    margin: 0 auto;
    display: block;
}

a.button__compraboleto {
    position: fixed;
    bottom: 3rem;
    z-index: 999999999;
    left: 3rem;
    text-decoration: none;
    color: white;
    border: 6px solid orange;
    font-weight: bolder;
    font-style: italic;
    padding: .3rem 2rem;
    border-radius: 50px;
    background: red;
    font-size: 1.3rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button__compraboleto p {
    margin: 0;
}

.button__compraboleto p:first-child {
    margin-bottom: -10px;
}

a.button__compraboleto img {
    width: 190px;
}

.header__menu .active {
    color: #FFA700;
}

.button_modal_video {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 35px;
    padding: 10px !important;
    background-color: #fff;
    color: #018b99;
    border-radius: 52px;
    cursor: pointer;
}

.whatsapp-button {
    position: fixed;
    font-size: 4rem;
    bottom: 1rem;
    right: 2rem;
    color: #25D366;
    z-index: 9999;
}

.whatsapp-button:hover {
	color: #25D366;
    scale: 1.03;
}

@media only screen and (max-width: 992px) and (min-width: 300px) {

    a.button__compraboleto {
        bottom: 3rem;
        left: 2rem;
    }

    /* Header Movil */

    div#header__menu--movil {
        display: block !important;
        color: #fff;
        position: absolute;
        top: 13px;
        right: 20px;
        font-size: 35px;
        padding: 6px;
        border-radius: 5px;
        line-height: normal;
        z-index: 2;
    }

    .header__menu {
        padding-top: 5px;
    }

    .header__menu {
        transition: height 0.35s ease-in-out;
        overflow: hidden;
    }

    .header__menu:not(.active) {
        display: none;
    }

    .header__menu.active {
        display: block;
    }

    .header__menu a,
    .header__menu>div {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }

    .redes_header {
        display: flex !important;
    }

    .redes_header a {
        margin: 0px !important;
        padding: 0px !important;
    }

    .header__submenu:before {
        right: 80px;
    }

    .header__submenu--list {
        position: relative;
        width: 100%;
        top: 10px;
        right: 0px;
    }

    .header__logo img {
        width: 145px;
    }

    .header__logo {
        padding-top: 8px;
        padding-bottom: 14px;
    }


    /* Footer Movil */

    .footer__top {
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }

    .footer__left {
        border-right: 0px;
        padding: 0px;
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }

    .footer__left a {
        margin-bottom: 15px;
    }

    .footer__right {
        padding-left: 0px;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .footer__right ul {
        justify-content: center;
        gap: 20px;
    }

    /* a.footer__bottom__facebook {
        margin-right: 0px !important;
    } */

    /* footer .icono {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    } */

    .footer__foolouw_us {
        margin-left: 0;
        margin-top: 1rem;
    }

    .footer__bottom {
        padding-bottom: 20px;
        padding-top: 15px;
    }

    footer .logos {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        border-bottom: 1px solid white;
    }

    footer .logos img {
        margin-left: 20px;
        margin-right: 5px;
        margin-bottom: 28px;
    }

    .row {
        padding: 0px !important;
        margin: 0 !important;
    }

    .titles {
        font-size: 30px !important;
    }

    .button_modal_video {
        width: 280px;
        font-size: 16px;
    }

    div#ModalVideoComprar video {
        width: 100%;
        height: 300px !important;
    }

    .button__compraboleto p:first-child {
        margin-bottom: -5px;
    }

    .hr-vertical {
        display: none;
    }

}