#boton_siguiente, #boton_anterior
{

    font-family: Roboto, sans-serif;
    font-size: 17px;

}

#boton_anterior
{

    margin-right: 100px;
    display: none;

}

.boton_container{
    margin: auto;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.boton{
    background-color: #1E5CFF;
    color: white;
    border-radius: 6px;
    margin:auto;
    display: inline-block;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.5s;
}

.boton:hover{
    background-color: #091E58;
}

.contenedor_botones{

    margin: auto;
    display: block;
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;

}

.apartado
{
    font-weight: bold;
    margin-top: 25px;
    font-size: 23px;
    color: #131B36;
}

.apartado:first-child
{
    margin-top: 0px;
}

.bloque_preguntas .form-group:first-child
{
    margin-top: 0 !important;
}

.bloque_preguntas .form-group
{
    margin-top: 20px !important;
}

label{
    margin-bottom: 8px;
    font-weight: bold;
}

.contenedor_apartado{
    width: 100%;
    background-color: #EBF3FF;
    border-radius: 17px;
}

.contenedor_interior_apartado{
    padding: 20px;
    width: 80%;
}

.bloque_en_linia
{
    display: inline-block;
    margin-right: 20px;
}

.form-check-label
{
    font-weight: normal !important;
    margin-top: 4px;
}

.form-check
{
    margin-top: 10px;
}

.subapartado{
    font-weight: bold;
    margin-top: 25px;
    font-size: 19px;
    color: #000F94;
}

.info_HAFO{
    margin-bottom: 50px;
    font-size: 18px;
}

#contenedor_general_HAFO{
    width: 100%;
}

.envio_HAFO_correcto{
    background-color: #7bdcb5;
    border-radius: 17px;
    padding: 50px;
    font-size: 19px;
    display: inline-block;
    margin-top: 40px;
}

.contenedor_respuesta_corrrecta_HAFO{
    text-align: center;
    display: none;
}

@media (max-width: 650px) {

    .contenedor_interior_apartado{

        width: 100%;

    }

    .info_HAFO{

        margin-bottom: 10px;
        font-size: 17px;
        padding: 20px;

    }

    .bloque_en_linia{

        width: 100%;

    }

    .input_texto {

        width: 100% !important;

    }

    .contenedor_botones {

        width: 100% !important;

    }

    #boton_anterior {

        margin-right: 40px;

    }

    .contenedor_interior_apartado .apartado{

        margin-bottom: 20px;
        padding-bottom: 0;

    }

    .envio_HAFO_correcto {

        padding: 30px;
        margin-top: 0px;

    }

    .contenedor_respuesta_corrrecta_HAFO{

        padding: 20px;

    }

}