button.btn.btn-secondary.btn-lg {
    border-radius: 30px;
}

div#conectarModal {
    z-index: 99999999999999;
}

#header-wrap, .dark #header.full-header, #header.full-header.dark, .dark #header.transparent-header.full-header #logo, #header.transparent-header.full-header.dark #logo{
	border: none!important;
}

#logo {
    margin: 15px auto 0;
}

.respuestas_container {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 15px;
}

.tick_container img{
    width: 70%;
    margin: 0 15%;
}

.radio-style:checked + .radio-style-2-label:before{
	background-color: black;
}

p, .question-label, .checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label {
    font-size: 1.2em;
}

.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
    padding: 2px;
    margin-right: 15px;
    position: absolute;
    top: 10px;
    left: calc(50% - 125px);
    float: left;
    display: none;
}

#titulo_pregunta{
    display: none;
}

#primary-menu-trigger, .header-misc{
	display: none;
}

.resultados_container{
	margin-top: 25px;
}

.resultados_container .question-result {
    margin-right: 10px;
    float: left;
    width: 45px;
}


.resultados_container .question-label{
	line-height: 1.4!important;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    color: white;
}
/*
.resultados_container .question:nth-child(1) .question-label {
    background-color: #d73dff;
}

.resultados_container .question:nth-child(2) .question-label {
    background-color: #fa962a;
}

.resultados_container .question:nth-child(3) .question-label {
    background-color: #eb7371;
}

.resultados_container .question:nth-child(4) .question-label {
    background-color: #1ad6b2;
}

.resultados_container .question:nth-child(5) .question-label {
    background-color: #fcf9c0;
}
*/

.rounded-skillbw {
    margin: 10px 5px 10px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 140px);
    text-align: center;
    font-weight: 700;
    color: white;
}

.counterbw span {
    font-size: 1rem;
    font-weight: 600;
}

.counterbw {
    font-size: 0.75rem;
    opacity: 1;
    font-weight: 100;
    position: absolute;
    margin: 12px 5px;
    text-align: center;
    width: 30px;
}

#bwblock_21342 {
    min-height:calc(100vh - 210px);
}

#header.transparent-header.full-header #logo{
    border: none;
}

.highlighted .highlighted_bw{

}

.highlighted .question-result, .highlighted .question-label{
    opacity: 0.3;
    transition: all 0.5s ease;
}


.highlighted .highlighted_bw{
    opacity: 1;
}

#content p {
    line-height: 1.5;
}

#num_preguntas {
    width: 100%;
    text-align: center;
}

#num_preguntas ul {
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: center;
    display: inline-flex;
}

#num_preguntas li {
    list-style: none;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 30px;
    line-height: 28px;
    margin: 0 5px;
    opacity: 0.4;
}

#num_preguntas li.highlighted_q{
    opacity: 1;
    border: 1px solid white;
}

label.radio-style-2-label {
    width: 100%;
    padding: 10px;
    color: white;
    border-radius: 30px;
}
/*
.preguntas_container > div:first-child > label.radio-style-2-label{
    background-color: #d73dff;
}

.preguntas_container > div:nth-child(2) > label.radio-style-2-label {
    background-color: #fa962a;
}

.preguntas_container > div:nth-child(3) > label.radio-style-2-label {
    background-color: #eb7371;
}

.preguntas_container > div:nth-child(4) > label.radio-style-2-label {
    background-color: #1ad6b2;
}

.preguntas_container > div:nth-child(5) > label.radio-style-2-label {
    background-color: #fcf9c0;
    color: black!important;
}

#question-5 .question-label, #respuesta-5 .counterbw {
    color: black!important;
}
*/

.rounded-skillbw canvas {
    width: 38px!important;
    height: 38px!important;
    position: relative;
    top: 5px;
    filter: grayscale(1);
}

.seleccionada{
    padding: 0px 10px!important;
}

body:not(.ver_resultados) .resultados_container .question-label:not(.seleccionada) {
    display: none;
}

.seleccionada::before {
    background-image: url(../images/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 70px;
    content: "";
    width: 100px;
    margin: -20px 0 -30px calc(50% - 50px);;
    z-index: 99999999;
    position: relative;
    top: 25px;
}

.modal-footer > button {
    border-radius: 50px;
    outline: none;
    font-size: 2em;
    background-color: #07e6bc;
    color: black;
    border: none;
}

#header, .dark #header, #header.dark, .dark #header-wrap, .header-wrap-clone, #content, #wrapper {
    background-color: transparent;
}

.dark .modal-content {
    border: 2px solid #eb7371;
    padding: 10px 10px 15px;
    background-color: #252525;
    border-radius: 25px;
}

.preguntas_container > div:first-child .radio-style-2-label::after,
.preguntas_container.tres_preguntas > div:nth-child(2) .radio-style-2-label::after {
    background-image: url(../images/vs.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 100px;
    content: "";
    width: 100px;
    margin: -30px 0 -50px calc(50% - 50px);
    z-index: 99999999;
    position: relative;
}

.preguntas_container.tres_preguntas div .radio-style-2-label::after {
    width: 50px!important;
    margin: -50px 0 -50px calc(50% - 25px)!important;
}

.btn-secondary{
    background-color: #404040;
    border-color: #404040;
}

body:not(.ver_resultados) .question-label{
    background: transparent!important;
}

body:not(.ver_resultados) .question{
    display: none!important;
}

body.ver_resultados .tick_container{
    display: none;
}

.tick_container h2{
    color: #a2e14f;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    font-weight: 800!important;
    letter-spacing: 0.75px;
}

#num_preguntas{
    display: none!important;
}

#wrapper{
    background-image: url(../images/BG.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 575px){
    #goFS{
        display:none;
    }
}

#goFS{
 box-shadow: none!important;   
 position: absolute;
}

.preguntas_container.tres_preguntas .radio-style-2-label {
    max-height: 170px;
    padding-bottom: 0;
}

.preguntas_container.tres_preguntas .radio-style-2-label img {
    max-height: 170px;
    width: auto;
}