@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Quicksand';
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0;
    width: 70%;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

.footer-log {
    justify-content: center;
    display: flex;
}

header {
    width: auto;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}

.cont {
    display: flex;
    align-items: center;
}

.logo-container {
    align-items: flex-end;
    justify-content: center;
    display: flex;

    width: 100%;
    padding: 1rem;
}

.logo {
    width: 10%;
}

.link-logo {
    width: 100%;
    margin: 0;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    transition: all 300ms;
}

.parrafito {
    font-size: 1.4rem;
}

h1 {
    font-weight: 500;
    padding-bottom: 10px;
}

.titi {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    width: 80%;
}

.textos-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}

.textos-container p {
    text-align: center;
}

.promo-t {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.container-juegos {
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.container-uno,
.container-dos {
    display: flex;
    width: 30%;
    padding-bottom: 51px;
    padding-top: 51px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 300ms;
    align-items: center;
    justify-content: center;
}

.sosten {
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

.container-uno {
    background-color: #bce7ee;
}

.container-dos {
    background-color: #d2b9ed;
}

.container-tres {
    width: 100%;
    height: 100vh;
    display: grid;
    padding: 1rem;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
}
/* 
.jugarA {
    cursor: pointer;
    width: auto;
    height: auto;
    border-radius: 8px;
    line-height: normal;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    background-color: white;
    border: 1px solid black;
} */

.jugarA:hover {
    background-color: white;
}

.botonA {
    width: 100%;
}

.section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.bt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

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

.flec {
    width: 10%;
}

/* AGRANDA BOTON */

.botonA {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    width: 100%;
}

.botonA:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.botonA:hover {
    transform: scale(1.05);
}

/* BOTON FOOTER*/


.botonC .jugarA {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;

}

.jugarA:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.jugarA:hover {
    transform: scale(1.05);
}

/*FIN AGRANDA BOTON*/

.contiene-tituloB .botonA a {
    width: 100%;
}

.botonA a {
    width: 100%;
}

.com {
    padding-top: 0px;
}

.jugar {
    color: black;
    border: none;
    background: white;
    width: 100%;
    height: 5vh;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid;
    font-size: 1.1rem;
}

.jugar:hover {
    cursor: pointer;
    background-color: white;
}

.contiene-titulo {
    background-color: rgb(255, 255, 255, 0.32);
    width: 100%;
    height: 20vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;

    -webkit-animation-name: contiene-titulo;
    animation-name: contiene-titulo;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes contiene-titulo {
    0% {
        background-color: white;
    }

    50% {
        background-color: #d2b9ed;
    }

    100% {
        background-color: white;
    }

}


.contiene-tituloB {
    background-color: rgb(255, 255, 255, 0.32);
    width: auto;
    height: 20vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 100%;

    -webkit-animation-name: contiene-tituloB;
    animation-name: contiene-tituloB;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}




@-webkit-keyframes contiene-tituloB {
    0% {
        background-color: #bce7ee;
    }

    50% {
        background-color: white;
    }

    100% {
        background-color: #bce7ee;
    }

}

/* SECTION */

.swal2-confirm {
    border: 1px solid black !important;
    line-height: 1;
    background-color: white !important;
    color: black !important;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 0.6rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    height: 3rem;
}

.swal2-image {
    height: 250px !important;
}

.swal2-title {
    color: #363838 !important;
}

.swal2-html-container {
    margin: 1em 6em 1em !important;
}


.swal2-actions {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
    margin: 0 !important;
}

.swal2-close {
    color: #f29592 !important;
  }
  
  .swal2-close:hover {
    color: #d77370 !important;
  }



.swal2-styled.swal2-confirm {
    font-weight: 800;
    text-transform: none !important;
    width: 50% !important;
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding: 0;
    border-radius: 10px !important;
}

.swal2-styled:hover {
    background-color: white !important;
}

.swal2-confirm:hover {
    background-color: white;
}

.swal2-styled.swal2-confirm {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    width: 100%;
}

.swal2-styled.swal2-confirm:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swal2-styled.swal2-confirm:hover {
    transform: scale(1.05);
}


.botonC {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.section {
    width: 100%;
    display: flex;
    padding-top: 4rem;
    align-items: center;
    justify-content: center;
}

.promo-t {
    padding-top: 1rem;
}

.promo,
.promo-L {
    display: flex;
    width: 100%;
    z-index: 1;
}

.promoA {
    width: 80%;
    margin-top: 9rem;
    margin-left: 3rem;
    z-index: 1;
}

.promoAA {
    width: 80%;
    margin-bottom: 9rem;
}

.promoB {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
}

.promoC {
    width: 85%;
}

.sp-a {
    position: absolute;
    border-radius: 100%;
    width: 30%;
    background-color: #fff7a9;
    height: 55vh;
    padding: 0;
    margin-right: -537px;
    margin-bottom: 410px;
}

.circulo-a {
    display: flex;
    z-index: 0;
    flex-direction: row-reverse;
    align-items: center;
}

.circulo {
    display: flex;
    z-index: 0;
    flex-direction: row-reverse;
    align-items: center;
}

.sp {
    position: absolute;
    border-radius: 100%;
    width: 80%;
    background-color: #f29592;
    height: 124vh;
    padding: 0;
    margin-right: -133px;
}

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

h3 {
    font-size: 1.4rem;
    width: 70%;
    font-weight: 500;
}

.cont-f {
    display: flex;
    height: 20vh;
    width: 100%;
    position: absolute;
    z-index: 1;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-backdrop-filter: blur(5px);
    transition: all 300ms;
}

.logo-container-f {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.logo-container-f img {
    width: 25%;
}


@keyframes promoA {
    from {
        transform: translateY(30px);
    }

    to {
        transform: translateY(0px);
    }
}

.promoA {
    transition: ease;
    animation-duration: 2s;
    animation-name: promoA;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.promoAA {
    transition: ease;
    animation-duration: 2s;
    animation-name: promoA;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

.contPartBt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.swal2-container.swal2-center > .swal2-popup {
    height: 42vh;
}

.jugarA {
    color: black;
    border: none;
    background: white;
    width: 80%;
    height: 5vh;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid;
    font-size: 1.1rem;
}

/* Animacion flechita */

@keyframes flechita {
    from {
        transform: translateY(20px);
    }

    to {
        transform: translateY(0px);
    }
}

.flechita {
    transition: ease;
    animation-duration: .5s;
    animation-name: flechita;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


/**** MEDIA ****/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .logo {
        width: 25%;
    }

    .textos-container {
        width: 100%;
        text-align: center;
        margin-top: 2.7em;
        margin-bottom: 2.7em;
        gap: 1rem;
        }

    .titi {
        font-size: 1.7rem;
    }

    .container-juegos {
        height: auto;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
        padding-top: 0;
        margin-bottom: .7rem;
    }

    .container-uno,
    .container-dos {
        width: 40%;
        height: 40vh;
    }

    .container-tres {
        width: auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .contPartBt {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .jugarA {
        color: black;
        border: none;
        background: white;
        width: 80%;
        height: 5vh;
        border-radius: 5px;
        font-weight: 700;
        border: 1px solid;
        font-size: 1.1rem;
    }

    .promo {
        display: none;
    }

    .promoA {
        margin-left: 0;
        margin-top: 0;
    }

    header {
        height: 90vh;
    }

    .sp {
        margin-right: -20px;
        height: 81vh;
    }

    .swal2-container.swal2-center>.swal2-popup {
        height: auto !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .logo {
        width: 25%;
    }

    .textos-container {
        width: 100%;
        text-align: center;
        margin-top: 2.7em;
        margin-bottom: 2.7em;
        gap: 1rem;
        }

    .titi {
        font-size: 1.5rem;
    }

    .container-juegos {
        height: auto;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        padding-top: 0;
        margin-bottom: .7rem;
    }

    .container-uno,
    .container-dos {
        width: 70%;
        height: 40vh;
    }

    .container-tres {
        width: auto;
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }

    
    

    .promo {
        display: none;
    }

    .promoA {
        margin-left: 0;
        margin-top: 0;
    }

    header {
        height: 100vh;
    }

    .sp, .promo-L {
        display: none;
    }

  
    .swal2-container.swal2-center>.swal2-popup {
        height: auto !important;
    }

    .section {
        width: 100%;
        display: flex;
        padding-top: 2rem;
        align-items: center;
        justify-content: center;
        padding-bottom: 3rem;
        background-color: #FFF7A9;
        margin-top: 15rem;
    }

    .parrafito {
        font-size: 1.2rem;
    }

    .bt {
        display: none;
    }

    .contiene-tituloB h3 {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    
    .container-uno,
    .container-dos,
    .container-tres {
        width: 80%;
        height: 40vh;
    }

    .flechita {
        display: none;
    }

    h1 {
        font-size: 1.3rem;
    }

    .jugarA, .jugar {
        font-size:smaller;
    }

    .contPartBt {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jugarA {
        cursor: pointer;
        width: 80%;
        height: auto;
        border-radius: 5px;
        line-height: normal;
        padding: 10px;
        font-weight: 700;
        background-color: white;
        border: 1px solid black;
    }

    .circulo {
        display: none;
    }

    .titi {
        font-size: 1.2rem;
        width: 90%;
    }

    header {
        height: auto;
        background-color: white;
    }

    .textos-container {
    width: 100%;
    text-align: center;
    margin-top: 2.7em;
    margin-bottom: 2.7em;
    gap: 1rem;
    }

    .textos-container p {
        text-align: center;
        width: 70%;
        font-size: 1rem;
    }

    .logo {
        width: 35%;
    }

    .container-juegos {
        height: auto;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        padding-top: 0;
        margin-bottom: .7rem;
    }

    .container-uno,
    .container-dos {
        width: 80%;
        height: 30vh;
    }

    .sosten {
        gap: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
    }

    .contiene-tituloB,
    .contiene-titulo {
        background-color: rgb(255, 255, 255, 0.32);
        width: auto;
        height: 15vh;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        width: 100%;
    }

    h3 {
        font-size: 1rem;
        width: 100%;
        font-weight: 500;
    }

    .section {
        width: 100%;
        display: flex;
        padding-top: 2rem;
        align-items: center;
        justify-content: center;
        padding-bottom: 3rem;
        background-color: #FFF7A9;
    }

    .container-tres {
        flex-direction: column-reverse;
        display: flex;
        padding: 1rem;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .promoB {
        font-size: 1.5rem;
        font-weight: 700;
        width: 100%;
    }

    .promoAA {
        display: none;
    }

    .promoA {
        display: none;
    }

    .promo-t {
        font-size: 1rem;
    }

    .logo-container-f img {
        width: 30%;
    }

    .cont-f {
        height: 15vh;
    }

    .swal2-title {
        font-size: 1.5rem !important;
        margin-top: 30px !important;
    }

    .swal2-styled.swal2-confirm {
        width: 60% !important;
        border-radius: 5px !important;
        font-size: smaller !important;
        color: #363838 !important;
    }

    .swal2-container.swal2-center>.swal2-popup {
        height: auto !important;
    }

    .swal2-html-container {
        margin: 3em 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important; 
    }
}