body{
    font-family: "trebuchet MS";
    color: #333333;
}
a, a:hover, a:focus{
    color: #4c75bb;
    text-decoration: none;
    transition: color 0.2s 0s ease-out;
}
a:hover, a:active{
    color: #449d44;
    transition: color 0.2s 0s ease-in;
}
.error {
    color: red;
    font-weight: bold;
    clear: both;
    text-align: center;
}
.flex-center{
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {display:none;}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #5cb85c;
}
input:focus + .slider {
    box-shadow: 0 0 1px #5cb85c;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
nav{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}
#nav{
    margin: 10px;
    padding: 5px;
}
.title{
    display: block;
    height: 90px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
}
.logo{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 100px;
    height: 100px;
}
.recruit-sinchicreaciones-com img{
    height: 111px;
}
.recruit-digf-fr{
    top: 20px;
    width: 210px;
}
.recruit-digf-fr img{
    height: 83px;
}
.form{
    margin: 120px 10px 0 10px;
}
.form.review{
    margin: 30px 10px 0 10px;
}
.form.well, .result.well, .info.well{
    background-color: #ffffff;
}
.answer.well{
    background-color: #f7f7ee;
}
.submit-btn{
    display: block;
    margin: 20px auto;
    width: 150px;
}
.submit-btn.recalculate{
    margin: 0 auto;
}
.submit-btn .btn{
    width: 150px;
}
.link-form{
    display: block;
    text-align: center;
}
.question{
    margin-bottom: 20px;
}
.question pre{
    background-color: #282c34;
}
.time, .step{
    font-weight: bold;
    font-size: 13px;
}
.summary{
    padding: 10px 0 0 10px;
}
.test-results{
    padding-bottom: 10px;
}
#admin-switch{
    position: absolute;
    top: 215px;
}
@media (max-width:690px){
    .title {
        font-size: 18px;
    }

}

@media (max-width: 769px){
    .container {
      width: 100%;
    }
    .flex-between,
    .flex-between span{
        display: block;
        text-align: center;
    }
    .summary{
        text-align: center;
    }
}
@media (max-width:480px){
    .title {
        text-align: left;
        font-size: 18px;
    }
    .question{
        font-size: 10px;
    }
    .question pre {
        font-size: 9px;
    }
}

@media (max-width:390px){
    .title {
        font-size: 13px;
    }
    .logo {
        width: 80px;
    }
    .recruit-sinchicreaciones-com img {
        height: 90px;
    }
}