@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Jua&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Monomakh&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Honk&family=Limelight&family=Monomakh&family=Shrikhand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&family=Sigmar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

.top .mayo31{
    font-size: 1rem;
    font-weight: bold;
    background: rgb(255, 0, 85);
}

.gaaa{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.swiper {
    width: 100%;
    min-height: 200px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-top: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* HEADER */

.header{
    /* max-width: 900px; */
    margin: auto;
}

.slogan, .intro, .main-title{
    text-align: center;
}

.intro{
    margin-top: 2rem;
    font-size: 1.2rem;
}

.main-title{
    font-size: 4rem;
    margin-top: 1rem;
    line-height: .9;
    margin-bottom: 1.5rem;
}

.ticket-link{
    margin: auto;
    padding: 1rem 1.5rem;
    display: flex;
    text-transform: uppercase;
    color: #eee;
    justify-content: center;
    align-items: center;
}

.boletos{
    font-size: 1.1rem;
    background: #541ed3;

}

.slogan{
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.principal-button{
    background: linear-gradient(86.20883431263474deg, rgba(243, 72, 104,1) 16.75735294117647%,rgba(242, 71, 104,1) 16.75735294117647%,rgba(158, 0, 236,1) 89.99264705882352%);
    z-index: 10000;
    top: 0;
   
}
.principal-button i{
    margin: 0 1rem;
}

.principal-button a{
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    
    color: #fff;
}

.ver-tickets{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
    position: relative;
    z-index: 1000;
    text-align: center;
    background: linear-gradient(91.20816774515822deg, rgba(73, 242, 214,1) 19.606770833333332%,rgba(72, 241, 214,1) 19.606770833333332%,rgba(0, 166, 237,1) 78.87760416666666%);
}

.header .top .whatsapp .fa-brands{
    font-size: 1.5rem;
    margin: 0 .5rem;
    
}

.header .top .whatsapp{
    background: rgb(4, 195, 77);
    font-size: .9rem;
    font-weight: bold;
}

.banner {
    position: relative;
    font-size: 2.5rem;
}

.banner-text {
    position: relative;
    z-index: 100;
    text-align: center;
    min-height: 200px;
    /* position: absolute; */
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* text-shadow: 3px 3px 0px #ffffff; */
}

.title{

    font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
}

.sub-title{
    font-size: .8rem;
    color: #3d3d3d;
    font-weight: 600;
}

video {
    display: block;
    width: 100%;
}

.confeti {
    position: fixed;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.fecha{
    font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem 0;
    color: #ff3b7c;
}

.enlace-universal{
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.premio-name{
    background: linear-gradient(86.20883431263474deg, rgba(243, 72, 104,1) 16.75735294117647%,rgba(242, 71, 104,1) 16.75735294117647%,rgba(158, 0, 236,1) 89.99264705882352%);    padding: 1rem 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;

    position: relative;
    z-index: 100;
    font-family: "Sigmar", serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  letter-spacing: 1px;
}

.sorteo-abril .premios{

    position: relative;
    z-index: -10;
}

.sorteo-madre{
    background: #ffebed;
    position: relative;
    transition-duration: .2s;
    margin: 2rem;
    margin-top: 3.5rem;;
}

.sorteo-madre:hover{
    transform: scale(.95);
}

.sorteo-abril{
    position: relative;
    transition-duration: .2s;
    margin: .5rem;
}

.sorteo-abril:hover{
    transform: scale(.95);
}

.borde2{
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 100;
    box-shadow: inset 0 0 0 10px #7b07ff;
}

.borde{
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 100;
    box-shadow: inset 0 0 0 10px #0be8d6;
}
.sorteo-madre .title2{
    padding-top: 3rem;
    font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  color: #e90887;
}
.sorteo-madre .title2 span{
    color: #ffffff;
    font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;

}
.sorteo-madre .sub-title{
    font-weight: 300;
    font-size: 1rem;
    color: #f34780ce;
}
.premio-soles{
    margin-bottom: 0;
}

.fa-hand-point-left{
    position: relative;
    left: 0px;
}
.fa-hand-point-right{
    position: relative;
    right: 0px;
}

.fa-hand-point-left{
    animation: linear dedos 1s infinite ;
}
.fa-hand-point-right{
    animation: linear dedos2 1s infinite ;
}

@keyframes dedos {
    50%{
        left: 20px;
    }
}

@keyframes dedos2 {
    50%{
        right: 20px;
    }
}

.cash-image{
    max-width: 500px;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1000;
}

.swiper-slide:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 80px;
    border-radius: 50%;
    z-index:-1;
}

.costo{
    background: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
    position: relative;
    z-index: 100;
}

.costo span{
    font-size: 5rem;
}

.icon-arrow-down2{
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    font-size: 3rem;
    color: #34c163;
    margin: 2rem auto;
    animation: arrow 1s linear infinite ;
}

.social-title{
    text-align: center;
    font-size: 1rem;
    width: 100%;
    color: #eee;
}

.redes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background: #541ed3;;
    padding: 2rem 0;
    margin-top: 5em;
}

.redes a{
    color: #222;
    font-size: 1.7rem;
    color: #fff;
    margin: 0 .5rem;
    transition-duration: .1s;
}

.monto{
    font-size: 4rem;
}

.monto-1{
    color: #7c02ff;

}

.monto-2{
    color: #06d8b2;
}

.social-links{
    width: 100%;
    background: green;
}

.social-links:hover{
    transform: scale(1.3);
}
@keyframes arrow {
    50%{
        top: 30px;
    }
}

@media (width > 900px){
    
    .header{
        max-width: 1000px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .top{
        width: 100%;

    }
    .sorteo-abril{
        width: 100%;
        max-width: 900px;
        margin: auto;
    }
}
