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

/* General */
body {
    margin: 0;
    padding: 0;
    font-family: 'Antonio', sans-serif;
}

.seleccionado {
    background-color: #616BC9;
    color: #ffffff;
}

.selected {
    border: solid 10px #616BC9;
    border-radius: 20px;
}

input {
    border: none;
    outline: none;
    font-size: 17px;
  }
  
  input:hover {
    /* Estilos hover personalizados */
    /* Por ejemplo, cambiar el color de fondo */
    background-color: #e0e0e0;
  }

  /* .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  } */

/* .page:not(:nth-child(1)) {
    display: none;
} */

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    position: absolute;
    background-color: #616BC9;
    color: #fff;
    font-family: 'Antonio-Medium', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.close {
    position: absolute;
    top:13px;
    right:13px;
}

.close img {
    width: 40px;
    height: 40px;
}

#modalAcertijo .modal-content {
    background-color: transparent;
    max-width: 900px;
}

.modal-desafio {
    background-position: center center;
    background-image: url('../images/fondo_desafio_hor.png');
    background-size: 100% 100%;
    height: 100%;
    padding: 10px 50px;
}

.modal-paragraph2,
.modal-paragraph3 {
    /*font-size: 22px;*/
    color: #fff;
    cursor: pointer;
}

/* Index */
.index-bg {
    background-image: url('../images/fondo_hor_1.png');
    height: 100vh;
    background-size: cover;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    align-content: center;
    background-position: center center;
}

/*.globo-index {
    font-family: 'Antonio-Medium', sans-serif;
    margin-top: 20px;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    min-height: 560px;
    background-position: top right;
    background-image: url('../images/globo_txt_hor.png');
}*/

.globo-index {
    font-family: 'Antonio-Medium', sans-serif;
    margin-top: 20px;
    background-size: 70%;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    min-height: 300px;
    background-position: inherit;
    background-image: url('../images/globo_txt_hor.png');
}

.btn-inicio {
    background-image: url('../images/b_empezar.png');
    background-size: contain;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
    margin: 0;
    background-position: center center;
}

.intr {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-title {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #616bc9;
}

/*.index-title {
    text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #616bc9;
}*/

/*.index-paragraph1 {
    text-align: justify;
    font-size: 1.5rem;
    margin-top: 2rem;
}

.index-paragraph2 {
    text-align: justify;
    margin-top: 20px;
    font-size: 1.5rem;
}*/


.index-paragraph1 {
    text-align: justify;
    font-size: 1.2rem;
    margin-top: 20px;
    width: 75%;
    margin: 0 auto;
}

.index-paragraph2 {
    text-align: justify;
    font-size: 1.2rem;
    margin-top: 20px;
    width: 75%;
    margin: 0 auto;
}

.botonera-pages {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 0px;
}

/* Page 2 */
.page2-bg {
    background-image: url('../images/fondo_hor_2.png');
    height: 110vh;
    background-size: cover;
    justify-content: center;
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    align-content: center;
    background-position: center center;
}

.full-content {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
    max-width: 73%;
    margin: 0 20px;
}

.content-right {
    width: 80%;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.content-left {
    width: 20%;
    height: auto;
    justify-content: flex-end;
    align-items: end;
    display: flex;
}

.cuervo {
    background-position: center center;
}

.cuervo-mobile,
.globo-page2-mobile {
    display: none;
}

.cuervo-full,
.globo-page2-full,
.content-left,
.desafio-page2 {
    display: flex;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    max-width: 100%;
}

.desafio-page2 {
    margin-bottom: 20px;
}

.page2-paragraph1 {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1.4rem;
}

.globo-page2 {
    font-family: 'Antonio-Medium', sans-serif;
    background-position: center left;
    background-size: cover;
    background-image: url('../images/globo_txt_hor_2.png');
    background-repeat: no-repeat;
    width: 80%;
}

.page2-paragraph1 {
    padding-left: 40px;
    font-size: 1.3rem;
}

.page2-paragraph3,
.page2-paragraph2 {
    font-size: 17.5px;
    color: #fff;
    width: 45%;
    /*padding: 0 30px 0;*/
    cursor: pointer;
    margin: 25px;
    margin-bottom: 10px;
    font-family: 'Antonio-Medium', sans-serif !important;
}

.page2-paragraph2 a,
.page2-paragraph3 a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

/*.desafio-page2 {
    background-position: center center;
    background-image: url('../images/fondo_desafio_hor.png');
    width: 100%;
    height: 415px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 50px 0;
}*/

.desafio-page2 {
    background-position: center center;
    background-image: url('../images/fondo_desafio_hor.png');
    /*width: 100%;
    height: 415px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-size: contain;
    /*margin: 50px 0;*/
}

.btn-continuar {
    background-size: contain;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
    background-position: center center;
    background-image: url('../images/b_continuar_hor.png');
    background-repeat: no-repeat;
}

/* Page 3 */
.gato {
    background-position: center center;
}

.gato-mobile,
.globo-page3-mobile {
    display: none;
}

.gato-full,
.globo-page3-full,
.desafio-page3 {
    display: flex;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    max-width: 100%;
}

.page3-paragraph1 {
    padding-left: 70px;
    padding-right: 20px;
    font-size: 1.1rem;
}

.globo-page3 {
    font-family: 'Antonio-Medium', sans-serif;
    background-position: center left;
    background-size: cover;
    background-image: url('../images/globo_txt_hor_2.png');
    background-repeat: no-repeat;
    width: 80%;
}

.images-page3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin: 50px 0 50px;
    display: flex;
}

.img1-page3,
.img2-page3,
.img3-page3 {
    text-align: center;
}

.img1-page3 img,
.img2-page3 img,
.img3-page3 img {
    width: 85%;
}

#desk {
    display: block;
}

#mobile {
    display: none;
}

.esquema,
.esquema-mobile {
    cursor: pointer;
}

/* Page 4 */
.page4-bg {
    background-image: url('../images/fondo_hor_1.png');
    height: 110vh;
    background-size: cover;
    justify-content: center;
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    align-content: center;
    background-position: center center;
}

.globo-page4 {
    font-family: 'Antonio-Medium', sans-serif;
    width: 50%;
    border-radius: 10px;
    background-color: #E6E8D1;
    padding: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.globo2-page4 {
    font-family: 'Antonio-Medium', sans-serif;
    width: 50%;
    border-radius: 10px;
    background-color: #E6E8D1;
    margin-top: 20px;
    padding: 0 20px;
}

.globo2-page4 input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: transparent;
    border-top-style: none;
    border: transparent;
}

.btn-respuesta {
    background-image: url('../images/b_responder.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    padding: 80px 90px;

    /*padding-left: 90px;
    padding-right: 87px;
    padding-bottom: 40px;*/
    
    
    /*margin-bottom: 25px;*/
}

.btn-acertijo {
    background-image: url('../images/b_acertijo_hor.png');
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: contain;

    padding: 70px 80px;

    /*padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;*/  
    
}

.botonera-pages-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*flex-direction: row-reverse;
    display: flex;
    justify-content: space-evenly;
    margin-left: 0;
    margin-top: 30px;
    align-items: center;
    align-self: stretch;*/
}

/* Page 5 */
.globo-page5,
.globo-page6 {
    font-family: 'Antonio-Medium', sans-serif;
    background-color: #616BC9;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 60%;
    min-height: 480px;
}

/*.page5-title,
.page6-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #fff;
}*/

.page5-paragraph1,
.page5-paragraph2,
.page6-paragraph1,
.page6-paragraph2 {
    text-align: justify;
    font-size: 2.2rem;
    color: #fff;
}

.btn-reintentar {
    background-size: contain;
    padding-left: 77px;
    padding-right: 77px;
    /* width: 100px; */
    padding-bottom: 40px;
    background-position: center center;
    margin-bottom: 25px;
    background-image: url(../images/b_continuar_ver.png);
    background-size: 110%;
    background-repeat: no-repeat;
}

/*
.btn-reintentar {
    background-size: contain;
    padding-left: 77px;
    padding-right: 77px;
    padding-bottom: 40px;
    background-position: center center;
    margin-bottom: 25px;
    background-image: url('../images/b_volver_intentarlo.png');
}
*/

.modal-paragraph2,
.modal-paragraph3 {
    font-size: 1.3rem;
    line-height: 1.9rem;
}
.m-bottom01 {
    margin-bottom: -90px !important;
}
.m-bottom02 {
    margin-bottom: -35px !important;
}

.page5-title,
.page6-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
}
.page5-paragraph1, 
.page5-paragraph2,
.page6-paragraph1, 
.page6-paragraph2 {
    text-align: inherit;
    font-size: 1.4rem;
    color: #fff;
}
.globo-page5,
.globo-page6 {
    min-height: 420px;
}
.btn-reintentar {
    margin-top: 15px;
}
.globo-page5,
.globo-page6 {
    min-height: 320px;
}
@media (max-width: 950px) {
    .index-paragraph1,
    .index-paragraph2 {
        font-size: .9rem;
        margin-top: 15px;
    }
    .index-title {
        font-size: 1.5rem;
        margin-top: 40px;
    }
    

    /*.page2-paragraph3,
    .page2-paragraph2 {
        font-size: 0.9rem;
        width: 90%;
        margin: 5px;
    }
    .page2-paragraph1 {
        font-size: .8rem;
    }
    .full-content {
        margin-bottom: 30px;
    }
    .desafio-page2 {
        background-size: 100%;
        height: 350px;
    }*/
    
}
@media (max-width: 800px) {
    .globo-index{
        background-size: 90%;
    }
    .page2-paragraph3,
    .page2-paragraph2 {
        /*width: 75%;
        font-size: 1.2rem;*/
        width: 60%;
        font-size: 1rem;
    }
    .page2-paragraph1 {
        font-size: 1rem;
    }
    .full-content {
        margin-bottom: 30px;
    }
    .modal-paragraph2,
    .modal-paragraph3 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (max-width: 600px) {
    .index-paragraph1,
    .index-paragraph2 {
        width: 100%;
        font-size: .8rem;
    }
    .index-title {
        font-size: 1.2rem;
        margin-top: 55px;
    }

    .page2-paragraph3,
    .page2-paragraph2 {
        font-size: 0.9rem;
        width: 90%;
        margin: 5px;
    }
    .page2-paragraph1 {
        font-size: .8rem;
    }
    .full-content {
        margin-bottom: 30px;
    }
    .desafio-page2 {
        background-size: 100%;
        height: 250px;
    }
    .modal-content {
        font-size: 1rem;
        line-height: 25px;
    }
}
@media (max-width: 500px) {
    .globo-index {
        background-size: 110%;
    }
    .index-bg {
        background-position: 70%;
    }
    .page2-paragraph3,
    .page2-paragraph2 {
        font-size: 0.9rem;
        width: 90%;
        margin: 5px;
    }
    .page2-paragraph1 {
        font-size: .8rem;
    }
    .full-content {
        margin-bottom: 30px;
    }
    .desafio-page2 {
        background-size: cover;
    }
    .page3-paragraph1 {
        font-size: .9rem;
    }
    /*.img3-page3 img,
    .img2-page3 img,
    .img1-page3 img {
        width: 50%;
    }*/
    .modal-paragraph2,
    .modal-paragraph3 {
        font-size: .8rem;
        line-height: 1.2rem;
    }

    .page5-title,
    .page6-title {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 10px;
        color: #fff;
    }
    .page5-paragraph1, 
    .page5-paragraph2,
    .page6-paragraph1, 
    .page6-paragraph2 {
        text-align: inherit;
        font-size: 1.2rem;
        color: #fff;
    }
    .globo-page5,
    .globo-page6 {
        min-height: 420px;
    }
    .btn-reintentar {
        margin-top: 15px;
    }
 }
@media (max-width: 450px) {
    .index-paragraph1,
    .index-paragraph2 {
        font-size: .7rem;
    }
}
@media (max-width: 400px) {
    .page2-paragraph3,
    .page2-paragraph2 {
        font-size: .8rem;
        width: 90%;
        margin: 5px;
    }
    .page2-paragraph1 {
        font-size: 0.8rem;
    }

    .full-content {
        margin-bottom: 30px;
    }

    .desafio-page2 {
        background-size: 160%;
    }

    .desafio-page2 {
        height: 250px;
    }
    .images-page3 {
        max-width: 85%;
    }

    .img1-page3 img,
    .img2-page3 img,
    .img3-page3 img {
        width: 85%;
    }
}
@media (max-width: 380px) {
    .index-paragraph1,
    .index-paragraph2 {
        font-size: .6rem;
    }
    .index-title {
        font-size: 1.1rem;
        margin-top: 70px;
    }
    .page3-paragraph1 {
        font-size: .7rem;
    }
}
@media (max-width: 320px) {
    .m-bottom01 {
        margin-bottom: -60px !important;
    }
    .page5-title,
    .page6-title {
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: #fff;
    }
    .page5-paragraph1, 
    .page5-paragraph2,
    .page6-paragraph1, 
    .page6-paragraph2 {
        text-align: inherit;
        font-size: 1.1rem;
        color: #fff;
    }
}
@media (max-width: 300px) {
    .globo-index {
        background-size: 130%;
    }

    .page2-paragraph3,
    .page2-paragraph2 {
        font-size: .7rem;
        line-height: 1rem;
        color: #fff;
        width: 90%;
        cursor: pointer;
        margin: 5px;
    }

    .page2-paragraph1 {
        font-size: .7rem;
    }

    .globo-page2 {
        background-position: unset;
        width: 100%;
    }

    .desafio-page2 {
        background-size: 180%;
    }

    .full-content {
        margin-bottom: 30px;
    }
}