/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 15px;
}

#main-col {
    margin-top: 1em;
    width: 80%;
}

.space-col {
    margin-bottom: 1em;
}

.fruity .navbar {
    background-color: #342178;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.navbar-default .navbar-brand, .navbar-default {
    text-align: center;
    display: inline-grid;
    float: none;
}

.question-container {
    border-radius: 10px;
}

/*texto aceptar política*/
.form-inline .control-label {
    color: #f6863a;
}

/*nombre encuesta y titulo de la lista de preguntas*/
.survey-name,  .group-title{
    color: #ffffff;
    font-size: 2.5em;
    margin-top: 50px;
}


.fruity .btn-primary{
    background-color: #21A330;
    border: 1px solid #21A330;
}

.fruity a {
    color: #29CE41;
}

.logo-container>img {
    max-height: 100px;
    padding: 15px;
    width: auto;
    margin-left: -6px;
}

.fruity .well {
    background-color: initial;
    border: 0px;
    width: 90%;
    margin: 0 auto;
}