/*header premios inicio*/
.header_back {}

.ratio {
    background-color: transparent !important;
}

#premio_banner {
    cursor: pointer;
}

.click:hover {
    cursor: pointer;
}

.titles {
    font-family: 'Brevia';
    font-weight: 900;
    font-style: italic;

    color: var(--rojo);
    line-height: normal;
    margin-bottom: 50px
}

.btn:hover {
    color: #fff;
}

.titles__permiso {
    font-size: 2rem;
    color: var(--rojo);
}

.titles__visita {
    font-size: 4rem;
    margin: 0;
    color: var(--rojo);
}

.titles__adress {
    color: var(--azul);
    font: 3rem;
}

.title__hours {
    color: var(--azul);
    font-weight: 300;
    font-size: 1rem;
}

.btn-blue {
    background-color: #18428d;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    font-family: 'Brevia';
    font-weight: 900;
    font-style: italic;
    width: 179px;
    margin: 0 auto;
}

.gray {
    background-color: #f2f2f2;
}

.gray-gradient {

    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

.btn-red {
    background-color: var(--rojo);
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    font-family: 'Brevia';
    font-weight: 900;
    font-style: italic;
    width: fit-content;
}

.first_letter:first-letter {
    font-size: 1em;
    font-family: serif;
    float: left;
}

/* div#demo {
    padding-bottom: 80px;
} */

#demo .carousel-indicators .active {
    opacity: 1 !important;
    background-color: #d60126 !important;
}

#demo .carousel-indicators [data-bs-target] {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    border: 1px solid #6f6f6f !important;
}

.premios img {
    width: 100%;
}

.heart-banner {
    position: relative;
    display: inline-block;
    margin-bottom: -.5rem;
}

.heart-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.heart-banner article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
        /* rotate(-3deg) */
    ;
    /* Center and rotate */
    text-align: center;
    color: red;
    font-weight: bold;
}

.heart-banner p {
    font-size: 4rem;
    margin: 0;
    font-style: oblique;
    font-weight: bolder;
}

.heart-banner p:first-child {
    font-size: 3rem;
}

.container-awards {
    position: relative;
    display: flex;
    width: 100%;
    height: 90vh;
    background-image: url('../img/2025/banners/1er_premio.png');
    background-size: cover;
    background-position: center;
    transition: background-image 0s;
}

.transition-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    /* Fade in and out */
    /* z-index: 10; */
    /* Higher than the columns */
}

.column {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    padding: 4rem 4rem 2.5rem 4rem;
    transition: flex 0.5s ease;
    cursor: pointer;
    color: white;
    text-align: left;
}

.column h2,
.column p {
    font-size: 1.9rem !important;
}

.column:not(:last-child) {
    border-right: 1px solid white;
}


.column.active {
    flex: 3;
}


.column h2 {
    z-index: 1;
}

.column img {
    width: 10rem;
    margin-bottom: .5rem;
}

.column.active {
    flex: 2;
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* background-color: rgba(0, 0, 0, 0.548); */
    transition: margin-right 4s ease-in-out 1s;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(6px);
}

.column:not(.active) {
    flex: 1;
}

.home_tour {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.__d-none {
    display: none !important;
}

/* Make sure the hidden content still occupies space but isn't visible */
.__d-invisible {
    visibility: hidden;
    opacity: 0;
    /* transition: opacity 0.5s ease; */
}

.__d-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.selling-points {
    position: relative;
    display: inline-block;
    background-image: url('../img/2025/banners/PAT_01.png');
    background-size: cover;
    background-position: center;
    /* height: 15rem; */
    width: 100%;
    padding: 9rem;
}

.selling-points img {
    display: block;
    width: 100%;
    height: 100%;
}

.selling-points article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
        /* rotate(-3deg) */
    ;
    font-size: 3rem;
    text-align: center;
    color: white;
    font-weight: bolder;
    width: 58%;
    font-style: oblique;
}

.selling-points article hr {
    height: .4rem;
    opacity: 1;
    /* color: #ffa600; */
    color: #ffcb00;
    ;
}

/* our winners */

.our-winners {
    position: relative;
    background-image: url('../img/2025/banners/winners-background.png');
    background-size: cover;
    background-position: center;
    margin-top: -1rem;
    padding-bottom: 2rem;
}

.principal-message {
    text-align: center;
    color: white;
    font-size: 2.7rem;
    font-style: oblique;
    font-weight: bolder;
    padding: 4rem;
}

.principal-message p {
    margin-bottom: 0;
}

.our-winners .row {
    width: 100%;
}

.our-winners .far {
    font-size: 5rem;
}

.our-winners__item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    background-image: url('../img/2025/banners/winners-photo-style.png');
    background-size: 42.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.our-winners__item__img img {
    height: 31rem;
    z-index: 2;
    /* Place image on top of watermark */
}

.our-winners__item__texto {
    text-align: center;
    color: white;
}

.our-winners__item__texto h4 {
    margin-bottom: 1rem;
}

.our-winners__item__texto h2 {
    font-size: 4rem;
}

.our-winners__item__texto span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.23);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    font-weight: bold;
    text-align: center;
    font-size: 22rem;
    width: 100%;
    overflow: hidden;
}

/* punto de venta */

.punto_venta {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 70px;
}

.punto_venta .imagen_1 {
    z-index: 2;
    position: relative;
    width: 50%;
    float: right;
}

.punto_venta .imagen_2 {
    position: absolute;
    width: 41%;
    left: 24%;
    top: 23%;
    z-index: 1;
}

.punto_venta a {
    z-index: 3;
    position: absolute;
    top: 79%;
    left: 22%;
    font-size: 30px;
    text-decoration: none;
    color: #d60027;
    border: 1px solid #d60027;
    border-radius: 31px;
    text-align: center;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}


/* compra boleto inicio */

.compra_boleto_inicio {
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: end;
    gap: 0%;
    margin-bottom: 50px;
    margin-top: 30px;
    justify-content: center;
}

.compra_boleto_inicio .imagen_2 {
    width: 100%;
}

.compra_boleto_inicio .imagen_1 {
    width: 400px;
}

.compra_boleto_inicio h1 {
    width: 60%;
    color: #d60027;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ku_boleot {
    width: 43%;
}

.boton_boleto {
    width: 44%;
    text-align: center;
}

/*Ganadores */

img.ganadores__icon {
    width: 150px;
    margin: 0 auto;
}

.ganadores__item img {
    height: 364px;
    object-fit: cover;
    border-radius: 10px;
}

.ganadores__item h2 {
    background-color: #ffa701;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
}

.ganadores__item {
    width: 33%;
    position: relative;
}


/*Ganadores colaboradores*/


.ganadores,
.ganadores_colaboradores {
    padding-top: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.ganadores__title,
.ganadores_colaboradores__title {
    font-family: 'Lemon', serif;
    font-size: 3rem;
    text-align: center;
    color: #018b99;
    margin-bottom: 60px;
}

.ganadores__title span,
.ganadores_colaboradores__title span {
    display: block;
    color: var(--rojo);
    line-height: normal;
}

.ganadores__list span,
.ganadores_colaboradores__list span {
    display: block;
    font-weight: 600;
}

.ganadores__list,
.ganadores_colaboradores__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    padding: 5px 0;
    margin-bottom: 20px;
}

.ganadores__list video,
.ganadores_colaboradores__list video {
    width: 100%;
}

.ganadores__item img,
.ganadores_colaboradores__item img {
    width: 100%;
    cursor: pointer;
}

.ganadores_colaboradores__item {
    width: 34%;
    position: relative;
    margin-bottom: 30px;
}

.ganadores_colaboradores__item img {
    height: 383px;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}

div#ModalGanadores video,
div#ModalGanadoresColaboradores video {
    width: 100%;
}

div#ModalGanadores .modal-body,
div#ModalGanadoresColaboradores .modal-body {
    padding: 0px;
}

div#ModalGanadores .modal-footer,
div#ModalGanadoresColaboradores .modal-footer {
    border-top: 0px solid #dee2e6;
}

.triangle {
    width: 30px;
    height: 60px;
    border-left: solid 45px rgb(255 255 255 / 42%);
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
}

.triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 37%;
}

a.button_conoce_colaboradores {
    font-size: 30px;
    text-decoration: none;
    color: #d60027;
    border: 1px solid #d60027;
    border-radius: 31px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 600px;
}

/*Testimoniales*/

.testimoniales {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    float: left;
    width: 100%;
}

.testimoniales__title {
    font-family: 'Brevia';
    font-weight: 900;
    font-style: italic;
    font-size: 3rem;
    text-align: center;
    color: var(--azul);
    line-height: normal;
}

.testimoniales__title span {
    display: block;
    color: var(--rojo);
}

.testimoniales__intro {
    font-size: 1.4rem;
    color: var(--gris);
    width: 530px;
    text-align: center;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: normal;
}

.testimoniales__intro--rojo {
    font-family: 'Brevia';
    font-weight: 700;
    color: var(--rojo);
}

.testimoniales__intro--azul {
    font-family: 'Brevia';
    font-weight: 700;
    color: var(--azul);
}

.testimoniales__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px;
    padding: 50px 0;
}

.testimoniales__list img {
    width: 100%;
    padding: 20px;
}

.testimoniales__list h1 {
    font-size: 1.6rem;
    font-family: 'Brevia';
    font-weight: 700;
    color: var(--azul);
    text-align: center;
    padding: 10px 18px;
}

.testimoniales__list p {
    font-size: 1.2rem;
    color: var(--gris);
    text-align: center;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    margin-top: 4px;
}

.testimoniales__item {
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    width: 87%;
}

.testimoniales__item__img {
    position: relative;
}

.testimoniales__item__img:hover .testimoniales__item__img_text {
    position: absolute;
    top: 0px;
    padding: 40px;
    background-color: var(--dorado);
    color: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 1.4rem;
    height: 100%;
    display: flex !important;
    justify-self: center;
    align-items: center;
    text-align: center;
}

.testimoniales__item__img img {
    width: 330px;
    height: 320px;
    object-fit: contain;
}

#testimoniales .carousel-indicators .active {
    opacity: 1 !important;
    background-color: #d60126 !important;
}

#testimoniales .carousel-indicators [data-bs-target] {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    border: 1px solid #6f6f6f !important;
}

div#testimoniales {
    padding-bottom: 60px;
}

.testimoniales__item__texto {
    padding: 0px 50px;
}

.testimoniales__item h2 {
    color: #d60027;
    font-weight: 300;
    font-size: 30px;
}

.testimoniales__item h1 {
    font-family: 'Lemon', serif;
    font-size: 30px;
    color: #018b99;
    margin-bottom: 20px;
    margin-top: 20px;
}

.testimoniales__item h3 {
    font-family: 'Lemon', serif;
    font-size: 30px;
    color: #ffa600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.testimoniales__item h4 {
    font-family: 'Lemon', serif;
    font-size: 30px;
    color: #d60027;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* Aliados */

.aliados {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('../img/2025/banners/nuestros_aliados_background.png');
    background-size: cover;
    background-position: center;
}

img.aliados__icon {
    width: 40rem;
    margin: 3rem auto;
}

.aliados__title {
    font-family: 'Lemon', serif;
    font-size: 3rem;
    text-align: center;
    color: #018b99;
    margin-bottom: 60px;
}

.aliados__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    padding: 5px 0;
    margin-bottom: 7rem;
    width: 100vw !important;
}

.aliados__item {
    /* width: 20%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.aliados__list img {
    width: 100%;
    height: 195px;
    object-fit: contain;
}


.aliados__item img {
    transition: transform 0.3s ease;
}

.aliados__item img:hover {
    transform: scale(1.1) translate(0, -9%);
}

.aliados__item.box_shadow_padding {
    background: transparent;

    & img {
        padding: 2.08rem;
        filter: drop-shadow(0 0 1rem #d0d0d0);
    }
}

/* Aliados */

.btn-escritorio {
    display: block !important;
}

.btn-movil {
    display: none !important;
}


#slider_apuesta .carousel-indicators [data-bs-target] {
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    background-color: #fff0 !important;
}

#slider_apuesta .carousel-indicators .active {
    opacity: 1 !important;
    background-color: #fff !important;
}

.recorrido_360_escritorio {
    display: block;
}


.recorrido_360_movil {
    display: none;
}

a.recorrido_360_escritorio img {
    width: 400px;
}

a.recorrido_360_movil,
a.recorrido_360_escritorio {
    text-align: center;
    margin-top: 60px;
}


a.recorrido_360_movil {
    margin-bottom: 60px;
}

/* Cuntdown */
.image-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

#countdown {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12rem;
    text-align: center;
    width: 100%;
}

.time {
    display: inline-block;
    width: 2ch;
    text-align: center;
}


/* Cuntdown */

@media only screen and (max-width: 480px) {

    html {
        font-size: 7px;
    }

    .heart-banner article {
        transform: translate(-50%, -2%);
    }

    .container-awards {
        flex-direction: column;
        height: 85vh;
    }

    .column:not(:last-child) {
        border-bottom: 1px solid white;
    }

    .hr-vertical {
        display: none;
    }

    .container-awards {
        background-image: url('../img/2025/banners/1er_premio_movil.png');
    }

    .aliados__list img {
        height: 118px;
    }

    footer p,
    footer a {
        font-size: 2rem !important;
    }

    .selling-points {
        padding: 12rem;
    }

    .our-winners {
        padding-bottom: 4rem;
    }

    .our-winners__item__texto h2 {
        font-size: 3rem;
    }

    .our-winners__item__texto h4 {
        font-size: 2rem;
    }

    .transition-overlay,
    .container-awards {
        background-position: inherit;
    }

    .column {
        padding: 4rem 4rem 5.5rem 4rem;
    }

    #demo .carousel-indicators [data-bs-target] {
        width: 15px !important;
        height: 15px !important;
    }

    .aliados__item.box_shadow_padding img {
        padding: 2.8rem;
    }

    #countdown {
	top: 44%;
	font-size: 9.5rem;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    html {
        font-size: 9px;
    }

    .container-awards {
        flex-direction: column;
        height: 85vh;
    }

    .column:not(:last-child) {
        border-bottom: 1px solid white;
    }

    .hr-vertical {
        display: none;
    }

    .container-awards {
        background-image: url('../img/2025/banners/1er_premio_movil.png');
    }

    .column {
        padding: 4rem 4rem 5.5rem 4rem;
    }

    #demo .carousel-indicators [data-bs-target] {
        width: 18px !important;
        height: 18px !important;
    }

    .aliados__item.box_shadow_padding img {
        padding: 3.6rem;
    }

    #countdown {
        font-size: 9rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 10px;
    }

    .container-awards {
        flex-direction: column;
        height: 85vh;
    }

    .container-awards {
        background-image: url('../img/2025/banners/1er_premio_movil.png');
    }

    .column:not(:last-child) {
        border-bottom: 1px solid white;
    }

    .hr-vertical {
        display: none;
    }

    .aliados__list img {
        height: 139px;
    }

    .column {
        padding: 4rem 4rem 5.5rem 4rem;
    }

    #demo .carousel-indicators [data-bs-target] {
        width: 21px !important;
        height: 21px !important;
    }

    .aliados__item.box_shadow_padding img {
        padding: 2.3rem;
    }

    #countdown {
        font-size: 9rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1370px) {
    html {
        font-size: 11px;
    }

    .aliados__item.box_shadow_padding img {
        padding: 2.8rem;
    }

}

@media only screen and (max-width: 992px) and (min-width: 300px) {
    a.button__compraboleto {
        left: 3rem !important;
        font-size: 2.3rem !important;
    }

    .whatsapp-button {
        font-size: 7rem !important;
    }
}