/*color primario : #F8BB12*/

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    height: 100vh;
    margin: 0;
}
.logo{
    margin-top: 100px;
}
.titulo-cabezera{
    text-align: justify;
}
.preguntas , .titulo-preguntas{
    text-align: left;
}
.preguntas label{
    margin-right: 20px;
}
.form-group.pregunta {
    border: 1px solid #ccd0d2;
    padding: 35px;
    border-radius: 5px;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 100px;
    top: 18px;
}

.top-right.lang {
    position: absolute;
    right: 10px !important;
}
.top-right.lang ul{
    list-style: none;
}
.top-right.lang li{
    float:left;
}
.lang .bandera{
    width: 30px;
    margin-left: 6px;
}


.content {
    text-align: center;
    padding: 20px;
}

.title {
    font-size: 65px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}