@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Italic.ttf") format("truetype");
    font-style: italic;
}
@font-face {
    font-family: Bree;
    src: url("../fonts/BreeRegular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: Bree;
    src: url("../fonts/BreeBold.woff2") format("woff2");
    font-weight: 700;
}
@font-face {
    font-family: Amor;
    src: url("../fonts/AmorSansPro.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    src: url("../fonts/MaterialSymbolsOutlined-VariableFont_FILL\,GRAD\,opsz\,wght.ttf") format("woff2");
}
:root{
    --color-main: #D50057;
    --color-secondary:#FFA400;
    --color-terciary:#960048;
    --color-paragraph:#252a2d;
}
.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 100%;
    line-height: 1.75;
    font-weight: 400;
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4 {
    font-family: Bree, serif;
}
h1,
h2,
h3,
h4{
    color:white;
}
h2 {
    font-size: 3rem;
}
h3{
    font-size: 2.75rem;
}
h4 {
    font-size: 2.5rem;
}
.card-text{
    padding: 1rem 1rem 0;
}
.card-name{
    padding: 0 1rem;
}
.card-body > br{
        display: block;
}
.card-body-alt > br{
    display: none;
}
.col-fases .card-text,
.fases-title span,
p {
    color: var(--color-paragraph);
}
.card-text.link{
    color: var(--color-main);
}
.custom-container {
    max-width: 1200px;
}
.navbar {
    background: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(16px);
}
.burdeos-content,
.stick-bottom,
.winners .card {
    backdrop-filter: blur(4px);
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
    border: 0 !important;
    box-shadow: none !important;
}
.prev-header {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    position: relative;
    display: block;
    padding: 0;
}
.prev-header .header-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#offcanvasNavbar {
    background-color: var(--color-main);
    height: 100vh;
}
.offcanvas-header .btn-close {
    background-color: #fff;
    opacity: 1 !important;
    font-size: 10px !important;
}
.offcanvas-body .navbar-nav {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}
.offcanvas-body .navbar-nav .active {
    color: #ce0058;
    position: relative;
}
.offcanvas-body .navbar-nav .active:after {
    content: "\2022";
    color: #ce0058;
    float: right;
    font-weight: 800;
    font-size: 21px;
    line-height: 19px;
    margin-right: 5px;
    position: absolute;
    top: 8px;
    right: 0;
}
.animation-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: transparent;
}
.button-play,
.text-play {
    left: 50%;
    transition: 0.3s;
    top: 0;
    transform: translateX(-50%);
}
.premio,
.premio-content {
    flex-direction: column;
    display: flex;
}
.animation-container:after {
    content: " ";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.64);
}
#lottie-animation {
    width: 100%;
    height: 100vh;
    background-color: transparent;
}
.premio {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 24px;
    font-family: Inter, serif;
    padding: 30px 0 0;
    height: auto;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}
.premio-content {
    justify-content: start;
    width: 100%;
    margin: 10rem 0 0;
}
.title-head {
    font-family: Bree, serif;
    font-size: 96px;
    line-height: 90px;
    color: var(--color-main) !important;
    margin-bottom: 32px;
}
.title-desc {
    font-family: Inter, serif !important;
    font-size: 32px;
    color: var(--color-paragraph);
}
.twenty-aniv{
    font-family: Inter, serif !important;
    font-size: 44px;
    font-weight: 700;
    color: var(--color-main);
}

.add-server {
    width: 100% !important;
}
.overlay-play {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.center-play {
    width: 764px;
    height: 63px;
    position: relative;
    cursor: pointer;
}
.section-title {
    font-size: 3.25rem;
    color: var(--color-main);
    margin-bottom: 1.5rem;
}
.section-text {
    font-size: 1.5rem;
}
.arrow-icon-wrapper img.default,
.center-play:hover .button-play {
    opacity: 1;
}
.arrow-icon-wrapper img.hover,
.center-play:hover .text-play {
    opacity: 0;
}
#myVideo .modal-content {
    background: #000;
}
.button-play {
    position: absolute;
    opacity: 0;
    z-index: 9;
}
.button-play-2 {
    opacity: 1 !important;
}
.text-ganadores{
    margin: 24px 0 80px;
}
.ganadores{
    padding: 0;
    margin-top: 5rem;
}
.siguiente-section{
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 0;
}
.siguiente-title{
    text-align: center;
}
.siguiente-text{
    margin: 0 auto 5rem;
    text-align: center;
    max-width: 50rem;
}
.siguiente-btn{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-decoration: none;
    color: white;
    padding: 1rem 0;
    border: 2px solid white;
    border-radius: 200px;
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(4px);
    max-width: 360px;
    cursor: pointer;
    transition: 500ms;
}
.siguiente-btn:hover{
    border-color: var(--color-main);
    background-color: rgba(206, 0, 88,0.5);
}
@media (max-width: 768px) {
    .button-play {
        opacity: 1;
    }
    .ganadores{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .siguiente-section{
        margin-top: 0;
        margin-bottom: 5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .siguiente-text{
        margin-bottom: 2.5rem;
    }
    
    .card-text{
        padding: 1.375rem 1.375rem 0;
    }
    
    .card-name{
        padding: 0 22px;
    }
}
.text-play {
    position: absolute;
    font-size: 42px;
    font-family: Bree, serif;
    text-decoration: underline;
    color: #fff;
}
.img-premio,
.inspiran,
.video {
    position: relative;
}
.winners .card {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 8px;
    border: 0;
}
.winners .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.winners .card {
    font-style: italic;
    padding: 5px;
}
.winners .card .card-name {
    font-weight: 600;
}
.video {
    max-width: 1200px;
    display: block;
    padding: 0;
    margin: 10rem auto 0;
}
.video video {
    z-index: 2;
    min-width: 100%;
    height: 30rem;
    object-fit: cover;
}
#animation-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    background: linear-gradient(to bottom, #3a3a3a, #2a2a2a);
}
#animation-canvas {
    max-width: 100%;
    max-height: 100vh;
}
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    z-index: 100;
}
#loading-progress {
    margin-top: 10px;
}
.grey-content {
    background-color: #d4d4d4;
    height: auto;
    color: #fff;
}
.img-premio {
    margin: 100px auto;
    display: block;
    height: calc(100vh - 200px);
    z-index: 1;
}
.inspiran {
    margin: 10rem auto 12.5rem;
    z-index: 1;
}
.inspiran h1 {
    font-size: 46px;
}
.winners {
    overflow: hidden;
    margin-top: 60px;
}
.fases {
    margin-top: 50px;
}
.fases-title {
    margin-bottom: 40px;
}
.slick-slide .card {
    background-color: #ffffffa1;
    backdrop-filter: blur(8px);
    color: #fff;
    border-radius: 20px;
}
.slick-slide .card-img-top {
    padding: 10px;
    border-radius: 20px !important;
}
@media (max-width: 480px) {
    .winners .slick-slide {
        padding: 0 10px !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    .winners .card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    .slick-list {
        padding: 2.5rem 1.5rem !important;
        margin: 0 !important;
    }
    .slick-track {
        display: flex !important;
        gap: 0 !important;
    }
}
.burdeos-content,
footer {
    padding-bottom: 0;
    z-index: 1;
    margin-bottom: 100px;
}
.burdeos-content {
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
}
.fases-card,
footer {
    background-color: #fff;
    position: relative;
}
.images-fases {
    overflow: hidden;
    width: 98%;
    cursor: pointer;
}
.padding-top-img {
    padding-top: 80px;
}
.images-fases.top-right {
    margin-top: -80px;
}
footer {
    color: #252a2d;
    font-size: 14px;
}
footer .row {
    border-bottom: 2px solid #efefef;
    padding: 2.5rem 0;
}
.content-logo-pie {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.logo-data {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
.content-social-page {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
    align-items: center;
}
.social-bt {
    text-decoration: none;
}
.links {
    color: var(--color-main);
    font-size: 16px;
}
.link-sep {
    color: var(--color-main);
    font-size: 16px;
    margin: 0 5px;
}
.fases-title {
    padding: 80px 30px;
}
.fases-title h1 {
    font-size: 46px;
    color: var(--color-main);
    margin-bottom: 30px;
}
.fases-card {
    color: #333;
    padding: 1.75rem 0.75rem;
    height: auto;
    border: 2px solid #fff;
}
.fases-card .card-title {
    color: var(--color-main);
    font-weight: bolder;
    margin-bottom: 30px;
    padding: 0 1rem;
}
.col-fases .fases-card:before {
    content: "\2022";
    position: absolute;
    color: #333;
    top: -80px;
    left: 50%;
    font-size: 40px;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 3;
}
.col-fases:not(:last-child) .fases-card:after {
    content: " ";
    top: -43px;
    height: 2px;
    background-color: #777;
    position: absolute;
    width: 0%;
    left: 50%;
    transition: 0.5s;
}
.col-fases .fases-card.active::before {
    color: var(--color-main);
    z-index: 3;
}
.col-fases:not(:last-child) .fases-card.add-width::after {
    width: 110% !important;
}
.fases-card.active {
    border: 2px solid var(--color-main);
    background-color: var(--color-main);
    color: #fff;
}
.col-fases .fases-card.active:before {
    font-size: 46px;
    top: -86px;
}
.col-fases .fases-card.active .card-text,
.fases-card .card-text a,
.fases-card.active .card-title,
.white-text,
.white-text-02 {
    color: #fff;
}
.fases-card .number {
    position: absolute;
    margin-top: -65px;
    left: 50%;
    transform: translateX(-50%);
    color: #777;
}
.fases-card.active .number {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-main);
}
.fases-bottom {
    margin-top: 5rem;
    margin-bottom: 10rem;
}
.modal-header {
    justify-content: flex-end;
    border-bottom: #fff;
}
.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.text-modal-content {
    width: 60%;
}
.stick-bottom {
    position: fixed;
    bottom: 0;
    /* top: calc(100% - 80px); */
    background: rgba(255, 255, 255, 0.52);
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.form-check-input:checked {
    background-color:var(--color-main) !important;
    border-color: var(--color-main) !important;
}
.text-descubre {
    font-weight: 700;
}
.text-banco,
.text-descubre {
    margin-bottom: 15px;
}
.text-modal-content h1 {
    font-family: Bree, serif;
    color: var(--color-main);
    padding-bottom: 20px;
}
.text-modal-content .form-check {
    text-align: center;
    padding: 20px 0;
}
.text-modal-content .form-check .form-check-input {
    float: none;
    border: 1px solid var(--color-main);
}
.text-modal-content .bt-politica {
    margin-top: 20px;
}
.bt-politica .bi-arrow-right,
.btn-continue .bi-arrow-right,
.btn-submit .bi-arrow-right {
    font-weight: bolder !important;
}
.bt-politica,
.btn-continue,
.btn-submit {
    width: 320px;
    padding: 14px 30px;
    font-weight: 700;
    border-radius: 50px;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    color: #fff;
    transition: 0.5s;
    font-size: 16px;
}
.bt-politica:hover,
.btn-continue:hover,
.btn-submit:hover {
    background-color: #960048;
    border: 1px solid #960048;
    color: #fff;
}
.btn-disabled {
    background-color: #d8dada;
    border: 1px solid #d8dada;
    color: #949c9f;
    pointer-events: none;
    width: 320px;
}
.image-fase-four,
    .image-fase-one,
    .image-fase-three,
    .image-fase-two {
        width: 480px;
        height: auto;
        border-radius: 1rem;
    }

@media (max-width: 575.98px) {
    .text-modal-content .form-check {
        text-align: left;
    }
    .bt-politica,
    .btn-continue,
    .btn-disabled,
    .btn-submit {
        width: 95%;
    }
    .section-title {
        font-size: 2.75rem;
    }
    .section-text {
        font-size: 1.25rem;
    }
}
@media (max-width: 760px) {
    .content-logo-pie,
    .offcanvas-body {
        flex-direction: column;
    }
    .slick-slide .card,
    .video video {
        width: 100% !important;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3{
        font-size: 2.25rem;
    }
    .container-xxl {
        overflow: hidden;
    }
    .offcanvas-body {
        display: flex;
        justify-content: center;
    }
    .navbar-nav.flex-grow-1 {
        flex-grow: unset !important;
    }
    .slick-slide {
        margin: 10px;
    }
    #animation-canvas {
        position: absolute;
        max-width: none !important;
        max-height: 79vh;
        margin-left: 40px;
    }
    .premio {
        margin: 0 30px;
    }
    .video {
        margin-top: 2.5rem;
        padding: 0 1.25rem;
    }
    .video video {
        min-width: 90%;
    }
    .padding-top-img {
        padding-top: 2.5rem;
    }
    .inspiran{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .inspiran-text {
        padding: 0 1.25rem;
    }
    .fases-title span br,
    .inspira-text br,
    .title-desc br {
        display: none;
    }
    .fases-title {
        padding: 2.5rem 0.75rem;
    }
    .image-fase-four,
    .image-fase-one,
    .image-fase-three,
    .image-fase-two {
        width: 80%;
        border-radius: 0.5rem;
    }
    .images-fases.top-right {
        margin-top: 40px;
    }
    .col-fases .card-body-alt{
        padding: 0;
    }
    .col-fases .card-body,
    .row-mobile .col-12 {
        padding: 0;
    }
    .col-fases {
        display: flex;
        flex-direction: column;
        align-items: self-end;
        margin-bottom: 20px;
    }
    .fases-card {
        width: 82%;
        padding: 1.5rem 2px;
    }
    .fases-card .card-title{
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        margin-bottom: 0;
    }
    .card-body > br{
        display: none;
    }
    .card-body-alt > br{
        display: block;
    }
    .col-fases .fases-card::before {
        left: -36px;
        top: 50%;
        transform: translateY(-50%);
    }
    .col-fases .fases-card.active::before {
        font-size: 46px;
        top: 50%;
        transform: translateY(-50%);
        left: -38px;
    }
    .col-fases:not(:last-child) .fases-card::after {
        top: 51%;
        height: 113%;
        left: -26px;
    }
    .col-fases:not(:last-child) .fases-card.add-width::after {
        width: 2px !important;
    }
    .col-fases .fases-card .number {
        left: -50px;
        margin-top: 141px;
    }
    .fases-bottom{
        margin-top: 2.5rem;
        margin-bottom: 5rem;
    }
    .fases-bottom .text-end {
        margin-top: 2.5rem;
        margin-bottom: 0;
    }
    .logo-data,
    .logo-pie {
        margin: 0 !important;
    }
    .logo-data img {
        width: 70%;
        margin-top: 20px;
    }
    .content-social-page {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .premio-content {
        width: 100%;
        margin: 86px auto 0;
    }
    .title-premio {
        font-size: 28px;
        font-family: Bree, serif;
    }
    .title-head {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .title-head span {
        font-size: 32px !important;
        line-height: 40px !important;
        display: block;
    }
    .twenty-aniv{
        font-size: 28px;
    }
    .title-desc {
        font-size: 22px;
    }
    .premio-content {
        font-size: 24px;
    }
    .text-play {
        top: unset;
    }
    .slick-slide .card-img-top {
        padding: 0;
        border-radius: 10px !important;
    }
    .text-modal-content p {
        font-size: 12px;
    }
    .text-modal-content .form-check {
        font-size: 14px;
    }
    .fases-title span {
        width: 100%;
        display: block;
    }
    .text-modal-content {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .white-text-02 {
        color: #252a2d;
    }
}
.form-check .form-check-input {
    float: left;
    margin-left: -0.2em;
}
label {
    display: contents;
}
.aviso-privacidad-text {
    color: #ce0058;
    font-family: Bree, serif;
    font-size: 28px !important;
    font-style: normal;
    text-align: left;
    font-weight: 500;
    line-height: 38px;
}
.slider-track {
    display: flex;
    animation: 30s linear infinite scrollSlider;
}
@keyframes scrollSlider {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.d-flex-justify-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-privacidad {
    color: #ce0058;
    font-weight: 600;
}
.rotate-slick .slick-slide {
    display: flex !important;
    justify-content: flex-start;
}
.rotate-slick .flip-card {
    margin-left: auto;
    margin-right: auto;
}
.video-desktop {
    display: block;
}
.video-mobile {
    display: none;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: contain;
    background-color: transparent;
    border-radius: 16px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .video-desktop {
        display: none !important;
    }
    .video-mobile {
        display: block !important;
        width: 100vw;
        height: auto !important;
        max-width: 100vw;
        min-height: 31vh !important;
        object-fit: contain !important;
        background-color: transparent !important;
    }
}
#modal-video-desktop,
#modal-video-mobile {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
    border: none;
}
.video-wrapper {
    position: relative !important;
    width: 100% !important;
    height: auto;
    display: inline-block !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
}
.overlay-play {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.32);
}
.overlay-play .center-play {
    pointer-events: auto !important;
}
.arrow-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.arrow-icon-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.hide {
    display: none !important;
}
.mt-40 {
    margin-top: 54px;
}
@media (max-width: 600px) {
    .mt-40 {
        margin-top: 0;
    }
}
