:root {
    --color-1: #171347;
    --color-01: #2D2487;

    --color-2: #BD9731;
    --color-02: #ddb23a;

    --color-00: #FFFFFF;
}



.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: 99999; }
.preloader .spinner-border {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }


.section{
    padding-top: 70px;
    padding-bottom: 150px;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}


.text-justify{
    text-align: justify;
}


.contenedor-pregunta{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}
.contenedor-pregunta .indicaciones {
    margin-bottom: 30px;
}
.contenedor-pregunta .indicaciones p{
   margin-bottom: 3px;
}
.contenedor-pregunta .pregunta{
    font-size: 18px;
    font-weight: 600;
}

.contenedor-pregunta  .respuesta{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.contenedor-pregunta .list-opcion-multiple{
    padding-left: 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
.contenedor-pregunta .list-opcion-multiple li{
    margin-bottom: 10px;
}

.contenedor-pregunta .list-opcion-multiple li .form-check-input{
    width: 1.5em;
    height: 1.5em;
    border: var(--bs-border-width) solid var(--color-2);
    margin-top: .05em;
}
.contenedor-pregunta .list-opcion-multiple li .form-check-input:checked{
    background-color: var(--color-2);
    border-color: var(--color-2);

}
.contenedor-pregunta .list-opcion-multiple li .form-check-label{
    margin-left: 8px;
}
.contenedor-pregunta .list-opcion-multiple li .form-control-otro{
    max-width: 500px;
    display: inline-block;
    margin-left: 20px;
    width: 100%;
}

.contenedor-pregunta  .respuesta .texto-corto{

}

@media (max-width: 992px) {


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .navbar-brand img{
        height: 68px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }
