@font-face {
    font-family: "Goldplay Bold";
    src: local("Goldplay Bold"), format("otf");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.img_logo {
    width: 15%;
}

.home_lateral {
    z-index: 0;
    width: 95%;
    position: relative;
    top: 0rem;
}

.home_conejo {
    width: 100%;
    height: 555px !important;
}

.titulo_1 {
    /* font-size: 2.5rem; */
    font-size: 1.75rem;
    font-family: "goldplayregular";
    line-height: 1px;
}

.titulo_2 {
    /* font-size: 3.5rem; */
    font-size: 3.0rem;
    color: #41b91c;
    font-family: "goldplaybold";
    line-height: 5.1rem;
}

.text_home {
    font-size: 1.25rem;
    font-family: "goldplayregular";
    line-height: 32.77px;
}

.btn_general {
    background-color: #41b91c;
    border: 1px solid #41b91c;
    border-radius: 15px;
    color: white;
    font-family: "goldplaybold";
    font-size: 28px;
    text-align: center;
}

.btn_regalo {
    background-color: #41b91c;
    border: 1px solid #41b91c;
    border-radius: 20px;
    color: white;
    font-family: "goldplaybold";
    font-size: 26px;
    padding: 0px 10px 0px 10px;
}

.btn_correo {
    background-color: #41b91c;
    border: 1px solid #41b91c;
    border-radius: 20px;
    color: white;
    font-family: "goldplaybold";
    font-size: 26px;
}

.btn_correo:hover {
    color: #ffffff;
    border: 1px solid #41b91c;
    border-radius: 20px;
    color: #41b91c;

}

.btn_home {
    width: auto;
}

.btn_regalo_ancho{
    width: auto;
}

.btn_datos {
    width: 14%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.txt_nombre,
.txt_cedula,
.txt_celular,
.select_nivel_aca,
.txt_email {
    border-radius: 20px;
    width: 55%;
    border: 2px solid #65b73d !important;
}

.input-v-error {
    border: 2px solid #df4759 !important;
}

.columna-login{
    margin-top: 20px;
}

.titulo_preview_1 {
    background-color: #41b91c;
    border-radius: 15px;
    color: white;
    font-family: "goldplaybold";
    font-size: 20px;
    padding: 0 17px;
}

.titulo_preview_2 {
    font-size: 25px;
    font-family: "goldplaymedium";
    text-align: center;
}

.titulo_login_2 {
    background-color: #41b91c;
    border-radius: 15px;
    color: white;
    font-family: "goldplaybold";
    font-size: 28px;
    padding: 0 17px;
}

.titulo_login_1 {
    /* font-size: 25px; */
    font-size: 28px;
    font-family: "goldplaymedium";
    margin-right: 20px;
}

.texto_login {
    line-height: 96.5%;
    font-family: "goldplaymedium";
    font-size: 28px;
}

.meme1 {
    width: 30%;
    border-radius: 28px;
}

.fa-pulse {
    color: #41b91c;
    font-size: 3rem;
}

.card_text_pr1 {
    color: #282828;
    font-size: 20px;
    line-height: 130.5%;
    font-family: "goldplayregular";
    padding: 30px 30px 0px 30px;
}

.card_preg_1 {
    background: #e8e8e8;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 53px;
    width: 76%;
}

.btn_opciones {
    background: #d9d9d9;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 25px;
    line-height: 126%;
    text-align: center;
    width: 285px;
    height: 70px;
    font-family: "goldplaymedium";
}

.numero_pregunta {
    /* font-size: 40px; */
    font-size: 35px;
    line-height: 108%;
    text-align: center;
    color: #282828;
    font-family: "goldplaybold";
    /* padding: 18px 0px 0px 30px; */
    padding: 15px 5px 0px 5px;
}

@media screen and (min-width: 993px) and (max-width: 1399px) {
    .btn_group {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 992px) {

    .titulo_2 {
        /* font-size: 3.5rem; */
        font-size: 2.2rem;
        color: #41b91c;
        font-family: "goldplaybold";
        line-height: 2.2rem;
    }

    .home_conejo {
        width: 100%;
        height: 352px !important;
    }

    .btn_group {
        flex-direction: column;
        align-items: center;
    }

    .col_preguntas {
        align-items: flex-start !important;
    }

    .titulo_1 {
        line-height: normal !important;
    }
    .img_logo_div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img_logo {
        width: 40% !important;
        margin-right: 30px;
    }

    .btn_datos {
        /* width: 40% !important; */
        width: auto !important;
    }
    .meme1 {
        width: 90% !important;
    }

    .titulo_login_1,
    .texto_login {
        text-align: center;
    }

    .card_result {
        /* height: 565px !important; */
        height: auto !important;
    }
}

@media (max-width: 524px) {
    .card_preg_1 {
        width: 100% !important;
    }
    .btn_opciones {
        width: 225px !important;
    }
    .card_text_pr1 {
        padding: 20px 0 0px 0px !important;
    }

    .titulo_1 {
        line-height: normal !important;
    }

    .btn_home {
        width: auto;
    }

    .btn_regalo_ancho{
        width: auto;
    }
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #65b73d;
    color: white;
    border: 1px solid #65b73d;
    border: 1px solid #65b73d;
}

.progress_bar {
    background-color: #41b91c !important;
    border-radius: 35px !important;
    font-size: 19px !important;
    line-height: 25px !important;
    font-family: "goldplaymedium";
}

.img_regalo {
    width: 39px;
}

.img_cono {
    width: 37px;
}

.progress {
    height: 1.5rem;
}

.btn_opciones_text {
    background: #d9d9d9;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 25px;
    line-height: 126%;
    font-family: "goldplaymedium";
    width: 100%;
    text-align: left;
    padding: 15px 0 15px 15px;
}

.carousel-inner {
    height: 100%;
}

.card-text {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    font-family: "goldplayregular";
}

.card-text-2 {
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    font-family: "goldplayregular";
}

.card-title {
    font-size: 30px;
    font-family: "goldplaybold";
    padding: 0 0 15px;
}

.card_result {
    width: 504px;
    background: #e8e8e8;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 25%);
    border-radius: 31px;
    height: 540px;
}

.img_memes_final {
    width: 60%;
    padding: 30px 0 0 0;
}

.active {
    transition: all 0.75s ease !important;
}


.btn-otra-cual {
    position: absolute;
    left: 760px;
    top: 334px;
    width: 15%;
    font-size: 20px;
}

@media only screen and (max-width: 371px) {
    .btn-otra-cual {
        position: absolute;
        left: 156px;
        top: 538px;
        width: 35%;
        font-size: 17px !important;
    }
}


@media screen and (min-width: 371px) and (max-width:392px) {
    .btn-otra-cual {
        position: absolute;
        left: 177px;
        top: 538px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 392px) and (max-width:396px) {
    .btn-otra-cual {
        position: absolute;
        left: 180px;
        top: 538px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 397px) and (max-width:416px) {
    .btn-otra-cual {
        position: absolute;
        left: 180px;
        top: 540px;
        width: 35%;
        font-size: 17px !important;
    }
}


@media screen and (min-width: 417px) and (max-width:456px) {
    .btn-otra-cual {
        position: absolute;
        left: 188px;
        top: 541px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 457px) and (max-width:500px) {
    .btn-otra-cual {
        position: absolute;
        left: 210px;
        top: 542px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 501px) and (max-width:524px) {
    .btn-otra-cual {
        position: absolute;
        left: 235px;
        top: 542px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 525px) and (max-width:527px) {
    .btn-otra-cual {
        position: absolute;
        left: 184px;
        top: 576px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 527px) and (max-width:767px) {
    .btn-otra-cual {
        position: absolute;
        left: 186px;
        top: 552px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 767px) and (max-width:992px) {
    .btn-otra-cual {
        position: absolute;
        left: 280px;
        top: 549px;
        width: 35%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 992px) and (max-width:992px) {
    .btn-otra-cual {
        position: absolute;
        left: 474px;
        top: 521px;
        width: 20%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 993px) and (max-width:1199px) {
    .btn-otra-cual {
        position: absolute;
        left: 494px;
        top: 520px;
        width: 20%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 1198px) and (max-width: 1199px) {
    .btn-otra-cual {
        position: absolute;
        left: 474px;
        top: 521px;
        width: 20%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
    .btn-otra-cual {
        position: absolute;
        left: 606px;
        top: 520px;
        width: 20%;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 1398px) and (max-width: 1399px) {
    .btn-otra-cual {
        position: absolute;
        left: 606px;
        top: 520px;
        width: 20%;
        font-size: 17px !important;
    }
}

/* modal styles */

body.modal-open .modal {
    display: flex !important;
    height: 100%;
    width: 100%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}

.modal-content{
    background-color: #e8e8e8;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 25%);
    border-radius: 31px;
}

.modal-header{
    border-bottom: none !important;
}

.btn-close{
    filter: invert(52%) sepia(48%) saturate(4843%) hue-rotate(60deg) brightness(94%) contrast(90%) !important;
    text-decoration: none;
    opacity: 4.75;
}

.btn-close:hover {
    filter: invert(43%) sepia(52%) saturate(6436%) hue-rotate(78deg) brightness(90%) contrast(79%) !important;
    text-decoration: none;
    opacity: 4.75;
}
