@font-face {
    font-family: 'HelveticaNeue';
    src: url('/tipografia/HelveticaNeue-01.ttf') format('truetype');
}

:root {
    /* Tamaños tipografías */
    --f-42: 23px;
    --f-32: 22px;
    --f-27: 20px;
    --f-26: 18px;
    --f-22: 17px;
    --f-20: 16px;
    --f-18: 15px;
    --f-17: 15px;
    --f-16: 13px;
    --f-15: 12px;
    --f-14: 11px;
    --f-12: 11px;
    --f-12: 10px;
    --f-10: 9px;
    /* Colores */
    --verde: #007D35;
    --rojo: #db090c;
    --esmeralda: #31A09F;
    --morado: #5B3EA7;
    --naranja: #E35016;
    --azul-oscuro: #3F4357;
    --rosa: #E31445;
    --rojo-claro: #DC0310;
    --rojo-oscuro: #C70B0F;
    --amarillo: #F2B300;
    --amarillo-claro: #DEB422;
    --gris: #707070;
    --gris-claro: #777;
    --gris-claro-2: #bbb;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

body {
    font-family: 'HelveticaNeue';
}

br.no-special {
    display: block;
}

br.special {
    display: none;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

p {
    margin: 0;
}

#btn-logout__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cc-logo-floating__button {
    width: 60px;
    margin: auto;
}

#history-container {
    height: 40rem;
    overflow-y: scroll;
}

#section-container-inner__right {
    display: flex;
    justify-content: flex-end;
}

#widget-container {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.border-hs {
    border: 2px solid var(--verde);
}

.btn-outline-hs {
    border: 1px solid var(--verde);
    background-color: #fff;
    color: var(--verde);
}

.btn-results {
    background: var(--verde);
    color: white !important;
    right: 115px;
    text-align: center !important;
    width: 235px;
    padding: 5px !important;
    font-size: var(--f-18);
    border: none;
    border-radius: .5rem;
}

.carousel-container__home,
.carousel-container__home .carousel-item-img__desktop {
    /* height: 71.3vh; */
    height: 100%;
}

.carousel-container__interno,
.carousel-container__interno .carousel-item-img__desktop {
    height: 20.3vh;
}

.carousel-indicators [data-bs-target] {
    border: 0;
}

.dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: .7rem;
}

.dot.challenge {
    background-color: #067934;
}

.dropdown-divider {
    height: 0;
    width: 80%;
    margin: 0.5rem auto;
    overflow: hidden;
    border-top: 2px solid rgba(0,0,0,.15);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.bg-default {
    background-color: #f8f5f5;
}

.bg-gray__special {
    background-color: #eee;
}

.bg-hs {
    background-color: var(--verde) !important;
}

.bg-hs-footer {
    background-color: #018E3B;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: .7rem;
    z-index: 1;
    animation: alisSlideInUp 1s infinite; 
    -webkit-animation: alisSlideInUp 1s infinite;
}
.floating-buttons {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 6px;
    right: -0.5rem;
    z-index: 1;
    animation: alisSlideInUp 1s infinite; 
    -webkit-animation: alisSlideInUp 1s infinite;
}
.font-green-hs{
    color: var(--verde) !important;
}

.bg-green__keg {
    background-color: #00802D !important;
}

.f-14 {
    font-size: 11px;
}

.main-interno {
    height: 90vh;
}

/* Styles for select with custom HTML inside */
.multiselect {
    width: 13rem;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-line__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.selectBox select {
    width: 100%;
}

.ring-hs {
    --tw-ring-opacity: 1;
    --tw-ring-color: var(--verde);
}

.salir-Popup {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.salir-Popup:hover {
    color: #7f8c8d;
    text-decoration: none;
    cursor: pointer;
}

.stage-title__top {
    font-size: 1.2rem;
    font-weight: bold;
    color: dark;
    background-color: #f7c744;
    padding: 2px 1rem;
    text-transform: uppercase;
}

.text-hs {
    color: var(--verde) !important;
}

.text-transparent {
    color: transparent;
}

.link-menu-whatsapp__group {
    width: 14rem;
    height: 2rem;
    background-color: #01ba1d;
    border: 2px solid #01bd20;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    margin-right: 1rem;
}

.link-menu-whatsapp__group .whatsapp-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}

.link-menu-videoteca {
    width: 12rem;
    height: 2rem;
    border: 2px solid #c10c0d;
    border-radius: 7px;
    background: url(https://heinekenstars-media.s3.us-east-2.amazonaws.com/assets_varios/icono_videoteca.svg) no-repeat;
    background-size: 90% 90%;
    background-position: center;
}

@media screen and (min-width: 320px) {
     :root {
        --f-42: calc(23px + 19 * ((100vw - 320px) / 880));
        --f-32: calc(22px + 16 * ((100vw - 320px) / 880));
        --f-27: calc(20px + 7 * ((100vw - 320px) / 880));
        --f-26: calc(18px + 8 * ((100vw - 320px) / 880));
        --f-22: calc(17px + 5 * ((100vw - 320px) / 880));
        --f-20: calc(16px + 4 * ((100vw - 320px) / 880));
        --f-18: calc(15px + 3 * ((100vw - 320px) / 880));
        --f-17: calc(15px + 2 * ((100vw - 320px) / 680));
        --f-16: calc(13px + 3 * ((100vw - 320px) / 680));
        --f-15: calc(12px + 3 * ((100vw - 320px) / 680));
        --f-14: calc(11px + 3 * ((100vw - 320px) / 680));
        --f-13: calc(10px + 3 * ((100vw - 320px) / 680));
        --f-12: calc(10px + 2 * ((100vw - 320px) / 680));
        --f-10: calc(9px + 1 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
     :root {
        --f-42: 42px;
        --f-32: 32px;
        --f-27: 27px;
        --f-26: 26px;
        --f-22: 22px;
        --f-20: 20px;
        --f-18: 18px;
        --f-17: 17px;
        --f-16: 16px;
        --f-15: 15px;
        --f-14: 14px;
        --f-12: 13px;
        --f-12: 12px;
        --f-10: 10px;
    }
}


/* Helpers */


/* Colores */

.h-color-verde {
    color: var(--verde) !important;
}

.h-color-rojo-oscuro {
    color: var(--rojo-oscuro) !important;
}

.h-color-amarillo {
    color: var(--amarillo) !important;
}

.h-color-esmeralda {
    color: var(--esmeralda) !important;
}

.h-color-morado {
    color: var(--morado) !important;
}

.h-color-naranja {
    color: var(--naranja) !important;
}

.h-color-azul-oscuro {
    color: var(--azul-oscuro) !important;
}

.h-color-rosa {
    color: var(--rosa) !important;
}

.h-color-gris {
    color: var(--gris) !important;
}

.h-color-verde-background {
    background: var(--verde) !important;
    filter: opacity(0.5);
}

.h-color-rojo-oscuro-background {
    background: var(--rojo-oscuro) !important;
    filter: opacity(0.5);
}

.h-color-amarillo-background {
    background: #f9d980 !important;
}

.h-color-esmeralda-background {
    background: #98d0cf !important;
}

.h-color-morado-background {
    background: #ad9ed3 !important;
}

.h-color-naranja-background {
    background: #f1a88a !important;
}

.h-color-azul-oscuro-background {
    background: #9fa1ab !important;
}

.h-color-rosa-background {
    background: #f18aa2 !important;
}

.h-color-gris-background {
    background: var(--gris) !important;
    filter: opacity(0.5);
}

.progress-holy-week-sales__container {
    background-color: #f0fafc;
}


/* Centrado */

.h-h-center {
    display: flex;
    justify-content: center;
}

.h-v-center {
    display: flex;
    align-items: center;
}

.h-hv-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Sombras */

.h-shadow-1 {
    box-shadow: 0 3px 5px -1px #888;
}

.month-indicator {
    font-weight: bold;
    font-size: x-large;
}

#navbar-desktop {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.subcategory-radio {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 7px;
    border-color: var(--verde);
    border-style: solid;
}

.w-60 {
    width: 60%;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}


/* Tamaños tipografías */

h1 {
    font-weight: 800;
}

h1 {
    font-size: 23px;
}

@media screen and (min-width: 320px) {
    h1 {
        font-size: calc(23px + 19 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 42px;
    }
}

.f-42 {
    font-size: 23px;
}

@media screen and (min-width: 320px) {
    .f-42 {
        font-size: calc(23px + 19 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .f-42 {
        font-size: 42px;
    }
}

.f-27 {
    font-size: 20px;
}

@media screen and (min-width: 320px) {
    .f-27 {
        font-size: calc(20px + 7 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .f-27 {
        font-size: 27px;
    }
}

h2 {
    font-weight: 700;
}

h2 {
    font-size: 18px;
}

@media screen and (min-width: 320px) {
    h2 {
        font-size: calc(18px + 8 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    h2 {
        font-size: 26px;
    }
}

.f-26 {
    font-size: 18px;
}

@media screen and (min-width: 320px) {
    .f-26 {
        font-size: calc(18px + 8 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .f-26 {
        font-size: 26px;
    }
}

.f-22 {
    font-size: 17px;
}

@media screen and (min-width: 320px) {
    .f-22 {
        font-size: calc(17px + 5 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .f-22 {
        font-size: 22px;
    }
}

.f-20 {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    .f-20 {
        font-size: calc(16px + 4 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .f-20 {
        font-size: 20px;
    }
}

h3 {
    font-weight: 800;
}

h3 {
    font-size: 15px;
}

@media screen and (min-width: 320px) {
    h3 {
        font-size: calc(15px + 3 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    h3 {
        font-size: 18px;
    }
}

.f-18 {
    font-size: 15px;
}

@media screen and (min-width: 320px) {
    .f-18 {
        font-size: calc(15px + 3 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .f-18 {
        font-size: 18px;
    }
}

p {
    font-weight: 400;
}

p {
    font-size: 15px;
}

@media screen and (min-width: 320px) {
    p {
        font-size: calc(10px + 2 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    p {
        font-size: 15px;
    }
}

ul li {
    font-weight: 400;
}

ul li {
    font-size: 15px;
}

@media screen and (min-width: 320px) {
    ul li {
        font-size: calc(15px + 2 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    ul li {
        font-size: 17px;
    }
}

/* a {
    font-size: 15px;
} */

/* @media screen and (min-width: 320px) {
    a {
        font-size: calc(15px + 2 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    a {
        font-size: 17px;
    }
} */

.f-17 {
    font-size: 15px;
}

@media screen and (min-width: 320px) {
    .f-17 {
        font-size: calc(15px + 2 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    .f-17 {
        font-size: 17px;
    }
}

h4 {
    font-weight: 800;
    margin-bottom: 15px;
}

h4 {
    font-size: 13px;
}

@media screen and (min-width: 320px) {
    h4 {
        font-size: calc(13px + 3 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    h4 {
        font-size: 16px;
    }
}

.f-16 {
    font-size: 13px;
}

@media screen and (min-width: 320px) {
    .f-16 {
        font-size: calc(13px + 3 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    .f-16 {
        font-size: 16px;
    }
}

h5 {
    font-weight: 800;
    margin-bottom: 15px;
}

h5 {
    font-size: 12px;
}

@media screen and (min-width: 320px) {
    h5 {
        font-size: calc(12px + 3 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    h5 {
        font-size: 15px;
    }
}

.f-15 {
    font-size: 12px;
}

@media screen and (min-width: 320px) {
    .f-15 {
        font-size: calc(12px + 3 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    .f-15 {
        font-size: 11px;
    }
}

@media screen and (min-width: 320px) {
    .f-14 {
        font-size: calc(11px + 3 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    .f-14 {
        font-size: 14px;
    }
}

.f-12 {
    font-size: 10px;
}

@media screen and (min-width: 320px) {
    .f-12 {
        font-size: calc(10px + 2 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    .f-12 {
        font-size: 12px;
    }
}

h6 {
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    color: #2f445d;
    letter-spacing: 2px;
}

h6 {
    font-size: 9px;
}

@media screen and (min-width: 320px) {
    h6 {
        font-size: calc(9px + 1 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    h6 {
        font-size: 10px;
    }
}

.f-10 {
    font-size: 9px;
}

@media screen and (min-width: 320px) {
    .f-10 {
        font-size: calc(9px + 1 * ((100vw - 320px) / 680));
    }
}

@media screen and (max-width: 1440px) {

    .f-10 {
        font-size: 10px;
    }

    #navbar-desktop {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
}

@media screen and (max-width: 1018px) {
    #widget-container {
        display: flex;
        /* Align items to right */
        justify-content: right;
        width: 94%;
        margin: 1rem auto;
    }
}

@media only screen and (max-width: 768px) {

    br.no-special {
        display: none;
    }

    br.special {
        display: block;
    }

    #widget-container {
        display: flex;
        /* Align items to right */
        justify-content: center;
        width: 85%;
        margin: 1rem auto;
    }

    .carousel-container__home,
    .carousel-container__home .carousel-item-img__desktop {
        height: 46vh;
    }

    .carousel-container__interno {

    }

    .link-menu-whatsapp__group {
        width: 14rem;
        height: 2rem;
        background-color: #01ba1d;
        border: 2px solid #01bd20;
        border-radius: 7px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        margin-right: 1rem;
    }
    
    .link-menu-whatsapp__group .whatsapp-icon {
        width: 1.4rem;
        height: 1.4rem;
    }

    .main-interno{
        overflow-x: hidden;
    }

    .stage-title__top {
        font-size: 1.2rem;
        font-weight: bold;
        color: dark;
        background-color: #f7c744;
        padding: 2px 1rem;
        text-transform: uppercase;
        width: 50%;
        margin: 0 auto;
    }
}









.modalPopups {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.modalp-body img {
    border: 5px solid #fff;
    border-radius: 5px;
    object-fit: cover;
}

.contenido-modalp {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    animation-name: modalPopup;
    animation-duration: 1s;
}

@keyframes modalPopup {
    from {
        top: -330px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.banner-home-container{
    height: 100% !important;
    margin-top: 2.6rem;

}

@media screen and (max-width: 1366px) {
    .banner-home-container{
        margin-top: 0.4rem;
    }
}
.img-login-logo{
    width: 360px;
}
.column-login-footer, .column-info-footer{
    width:280px;
    text-align: center;
}
.column-info-footer{
    height: 75px;
    padding-top: 15px;
}
.img-whatsapp-footer{
    margin: auto;    
    width: 46px;
}
.column-whatsapp-footer {
    position: relative;
    top: -2rem;
    margin: auto;
    height: 16px;
}
.text-atention-time-footer, .text-tyc-footer{
    font-size: 10px;
    color: #ffffff;
}
.text-info-footer{
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .img-login-logo{
        width: 220px;
    }
    .column-login-footer, .column-info-footer{
        width:100%;
    }
    .text-info-footer{
        font-size: 12px;
    }
}

.btn-shadow-hs {
    box-shadow: 0px 3px 6px #00000059;
}

.svg-challenge-colored {
    filter: invert(80%) sepia(29%) saturate(98%) hue-rotate(334deg) brightness(301%) contrast(96%);
}

.svg-mission-colored {
    filter: invert(80%) sepia(35%) saturate(95%) hue-rotate(350deg) brightness(350%) contrast(99%);
}