body{
    scroll-behavior: smooth;
}
.blq-preguntas {
    background-color: #EBF2FF;
    padding: 5rem 1rem;
    display:none;
}
.caja-pregunta {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    padding: 2rem 2rem;
    min-height: 20rem;
}
.caja-pregunta .card-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.caja-pregunta .form-select {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
}
.caja-pregunta .btn {
    border-radius:50px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: .5rem 2rem;
}

.caja-pregunta .btn-azul {
    background: #1A75CF;
}
.caja-pregunta .card-body{  
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.caja-pregunta textarea{
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
.botonera{
    margin:2rem 0;
}
.botonera .btn {
    color:#000;
    border-radius: 10px;
    border: 1px solid #A1BCF2;
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: 1.8rem;
    font-weight: 300;
}
.botonera .btn:hover {
    background: #1A75CF;
    border-color: #1A75CF;
    color:#fff;
}
.botonera-vertical{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.botonera-vertical .btn {
    color:#000;
    border-radius: 10px;
    border: 1px solid #A1BCF2;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 300;
}
.botonera-vertical .btn:hover {
    background: #1A75CF;
    border-color: #1A75CF;
    color:#fff;
}
.caja-pregunta .volver {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
}
.caja-pregunta.p-gracias{
    background-image: url('../images/bg-ondas-caja.png');
    background-size: contain;
    background-position: 0 90%;
    background-repeat: no-repeat;
}
.p-gracias .card-title{
    color: #1A75CF;
    font-size: 2.5rem;
    font-weight: 400;
}
.p-gracias .card-text{
    font-size: 1.5rem;
    font-weight: 300;
}
.p-edad, .p-1, .p-2, .p-3, .p-4si, .p-4si-otros, .p-4no, .p-4no-otros, .p-gracias{
    display: flex;
}

/* moviles */
@media (max-width: 768px) {
    .caja-pregunta {
        padding: 1rem 1rem;
    }
    .caja-pregunta .card-title {
        font-size: 1.5rem;
    }
    .caja-pregunta .form-select {
        font-size: 1.2rem;
    }
    .caja-pregunta .btn {
        font-size: 1.2rem;
        padding: .1rem 1.5rem;
    }
    .caja-pregunta textarea{
        font-size: 1.2rem;
    }
    .botonera{
        margin:1rem 0;
    }
    .botonera .btn {
        font-size: 1.2rem;
        padding: .1rem 1.5rem;
    }
    .botonera-vertical .btn {
        font-size: 1rem;
    }
    .p-gracias .card-title{
        font-size: 2rem;
    }
    .p-gracias .card-text{
        font-size: 1.2rem;
    }
}