
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #ffff !important;
}

body {
    background: #FAFAFA;
}

.color-nav {
    background: #FFFFFF!important;
}


.active {
    color: #2D3336 !important;
}


.subtitulo {    
    font-size: 13px;
    font-weight: 600;
}

.sm-cuerpo {
    border-radius: 10px;
    background-color: #FFFFFF;
    height: auto;
}

.color-cuerpo {
    font-size: 1rem;
    font-weight: 500;
}

.form-control {
    border-radius: 10px !important;
}

.color-check {
    font-size: 14px;
}

.btn-next,
.btn-next:active {
    color: white !important;
    background-color: #7854CB;
    border-radius: 5px !important;
}

.btn-next:hover {
    color: white !important;
    background-color: #4712c2;    
}

.btn-anterior,
.btn-anterior:active {
    color: white !important;
    background-color: #9BB9B5;
    border-radius: 5px !important;
}

.btn-anterior:hover {
    color: white !important;
    background-color: #667e7b;
    
}

.btn-finish,
.btn-finish:active {
    color: white !important;
    background-color: #49CC85;
    border-radius: 25px !important;
}

.help-block {
    color: red;
    font-style: italic;
}

.oculto {
    display: none;
}

.contador-numeros {
    color: #919191;
    font-size: 0.8rem !important;
}

.etiqueta-error {
    color: #FF3B30;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.msj-alerta {
    color: #DD4A48;
    font-size: 12px;
}

.input-alerta {
    border: solid 1px #DD4A48;
}

.etiqueta-alerta {
    color: #ffbd30;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.error {
    color: #FF3B30 !important;
    border-color: #FF3B30 !important;
}

.valid {
    color: #05AE0E !important;
    border-color: #05AE0E !important;
}

.padin-laterales{
    padding: 0 2rem;
}


#pasoApaso {
    background: #7854CB;
    border-radius: 10px 0px 0px 10px;
}



#pasoApaso>ul {
    margin-left: -25px;
}

#pasoApaso>ul>li {
    list-style-type: none;
    color: #FAFAFA;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    padding: 0px;
}

#pasoApaso>ul>li>a {
    color: #FAFAFA;
}

#pasoApaso>ul>li>a:hover {
    text-decoration: none;
    color: #D9D9D9;
    cursor: pointer;
}

.dz-preview>a:hover {
    text-decoration: none;
}

.centradoH {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-titles {
    font-weight: 700;
    margin-top: 30px;
}

.color-activo {
    color: #2D1B58 !important;
}

.container{
    max-width: 60% !important;
}

.redondeo{
    border-radius: 3.25rem !important;
}



@media only screen and (max-width: 730px) and (min-width: 340px) {
    .color-titulo-seccion {
        font-size: 20px;
    }
    .color-titulo {
        font-size: 25px;
    }
    .contador-numeros {
        font-size: 9px;
    }
    .padin-laterales{
        padding: 1rem;
    }
    .enlace-size{
        font-size: 12px;
    }

    .container{
        max-width: 90% !important;
    }

}