@charset "utf-8";
/* Estilos CSS TYPE */

html {font-size: 16px!important}
body {font-size:1rem!important;
height: 100vh;
background-color: #222;
}

 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content { height: calc(100vh - 125px);} /*pag Resultados, mensajes, contacto*/
    .row.content2 {height:auto;} /*Test*/
    .row.about p {text-align:justify; margin-bottom:15px;}
    .row.dots li {margin-bottom:15px;}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    .bg-gray {background-color: #f1f1f1;}
    .bg-white {background-color: #fff; }

    /**/

    .navbar-inverse {
    background-color: #121212;
    border-color: #080808;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1074bc;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px 0 0;
    font-size: 18px;
    line-height: 20px;
}

textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"] {
	font: 1rem Arial!important;
}
/*button, input, select, textarea {
    font: 1rem Arial!important;
}*/
/* Test datos*/
.obligatorio {
    font-weight:bold;
    color:#F00;
}
#div-eneatipos {
 position:relative;
margin-bottom:20px;
width:100%;
margin-left:-15px;
margin-top:15px;
}
.div-enea {
	top:0px;
	border:solid 1px #ddd;
	float:left;
	text-align:center;
    font-size: larger;
}
.recuadro-acepta {
    border: 1px solid #CC0000;
    width:100%;
    padding: 10px;
}

/*Test Eneagrama*/
#contenido {
    padding-right: 40px; 
    padding-left: 40px;
    height: 100%;
}
.contenedor-tabs {
    min-height: 100%;
	margin: 0 auto;
    background-color: #fefefe;
    z-index: 800;
	}

.wizard {
	margin: 0!important; 
    width: 100%!important; 
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.wizard .nav-tabs {
        position: relative;
        margin: 0px auto; 
        margin-bottom: 0;
        border-bottom: 2px solid #41aa54; /* Línea inferior*/
    }

.wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 90%; /* Largo línea conectora*/
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px; /* Tamaño círculos 70px*/
    height: 40px;
    line-height: 35px; /* Alto de línea iconos 70px*/
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px; /* Tamaño iconos*/
	font-weight:400;
	font-family:'Source Sans Pro',sans-serif;
    color: #999;

}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 3px solid #41aa54; /* círculo*/
    
}
.wizard li.active span.round-tab span{
    color: #008728; /* número activo*/
    font-weight: 600;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 10%; /* Espacio que usa cada paso en la recta*/
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 41%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 39%; /* Ubicación flecha inferior*/
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #41aa54; /* color flecha inferior*/
}

.wizard .nav-tabs > li a {
    width: 40px; /* Ubicación flecha inferior*/
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}


@media (max-width: 585px) {/*SM*/
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 20px;
    }

    .wizard .nav-tabs > li a {
        width: 25px;
        height: 20px;
        line-height: 20px;
        margin: 30px auto;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 22%;
    }
    .question-wrapper  .statement {
    padding: 0 7px;
}
}

.box {
    position: relative;
    width: 100%;
}

.table_test {
    /*width: 100%!important;
    max-width: 100%;*/
    margin-bottom: 5px!important;
}

.question-wrapper {
	border-bottom: 2px solid #ccc;
	padding-top: 10px;
	padding-bottom: 5px;
}
	.question-wrapper  .statement {
    font-weight: 400;
    padding: 0 15px;
	margin: 5px;
}
	.question-wrapper .decision {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
	.question-wrapper .decision .options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
	margin: auto;
    margin-left: -10px;
}

	.btn-group, .btn-group-vertical, .collapsing {
    position: relative;
}
		
	.question-wrapper .decision .options .option.max {
    width: 28px;
    height: 28px;
	margin:5px;
}

	.question-wrapper .decision .options .option {
    border-radius: 150px!important;
    padding: 0;
    cursor: pointer;
    transition: none;
}
	.question-wrapper .decision .options .option input {
    cursor: pointer;
}
	[data-toggle=buttons]>.btn>input[type=checkbox], [data-toggle=buttons]>.btn>input[type=radio] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}
	.question-wrapper .decision .options .option.agree {
    background-color: #FFF;
    border: 4px solid #41aa54;
}
	.question-wrapper .decision .options .option.agree.active, .question-wrapper .decision .options .option.agree:hover {
    background-color: #41aa54;
}
	.question-wrapper .decision .options .option.neutral {
    background-color: #FFF;
    width: 24px;
    height: 24px;
    border: 4px solid #bbb;
	margin:5px;
}
	.question-wrapper .decision .options .option.neutral.active, .question-wrapper .decision .options .option.neutral:hover {
    background-color: #bbb;
}
	.question-wrapper .decision .options .option.disagree {
    background-color: #FFF;
    border: 4px solid #f96611;
}
	.question-wrapper .decision .options .option.disagree.active, .question-wrapper .decision .options .option.disagree:hover {
    background-color: #f96611;
}

	.question-wrapper .decision .caption.left {
    color: #41aa54;
    padding: 2px!important;
}
	.question-wrapper .decision .caption.right {
    padding-left: 2px;
    color: #f96611;
}
	.question-wrapper .decision .caption {
    text-transform: uppercase;
    font-size: .80em;
    font-weight: 700;
}

/* Footer*/
/* Set black background color, white text and some padding */
    footer {
      background-color: #222;
      color: #AAA;
      position:inherit;
      width:100%;
    bottom: 0;
    min-height: 80px;
    }

#footer-inside {
    display: block;
    float: none;
    position: relative;
    overflow: hidden;
    padding: 1em 2em;
}
#sfooter {
    display: block;
    float: right;
    clear: right;
}
.socials {
    position: relative;
    float: initial;
}
.socials a {
    display: block;
    float: left;
    position: relative;
    z-index: 99;
    overflow: hidden;
    padding: 0 .7em;
}
.socials a {
    font-size: 1.3em;
}
.site-copyright {
    font-size: .9em;
}
.legales {
    font-size: .9em;
    font-style: italic;
}

@media screen and (max-width:850px) and (orientation:landscape) { /*XL Landscape*/
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 33%!important;
    }
    span.round-tab {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 30px;
}
.question-wrapper .decision .options {
    margin-left: auto;
}
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {/*Ipad*/ 
    .question-wrapper .decision, .question-wrapper .decision .options {
    margin-left: auto;
    }
    }
@media (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {/*Ipad Pro*/ 
    .question-wrapper .decision, .question-wrapper .decision .options {
    margin-left: auto;
    }
    }
@media (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {/*Ipad Pro*/ 
    .question-wrapper .statement {
    padding: 0;
    }
    /*.question-wrapper .decision {
    margin-left: -15px;
    }*/
    .question-wrapper .decision .options {
    justify-content: normal;
    margin-left: 5px;
    }
    .question-wrapper .decision .options .option.max {
    width: 28px;
    height: 28px;
    margin: 3px;
    }
    .question-wrapper .decision .caption {
    font-size: .7em;
    }
    }
@media (max-width: 768px) {
#contenido {
    padding-right: 15px; 
    padding-left: 15px;
}
.question-wrapper .decision, .question-wrapper .decision .options {
     margin-left: auto; 
}
#footer-inside {
    padding: 1em 0.5em;
}
#sfooter {
    display: table;
     float: none; 
    margin-bottom: 1em;
}}
@media (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {/*Ipad*/ 
    #footer-inside {
    padding: 1em 2em;
    }
    #sfooter {
        display: block;
        float: right;
        clear: right;
    } 
    }
/* Float*/
.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

.text-center {
	text-align: center;
}

.clear {
    /*clear: both;*/
margin-bottom: 1em;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.mg-left-20 {margin-left:20px;}
.mg-bt-20 {margin-bottom:20px;}
.mg-bt-1em {margin-bottom: 1em;}
.mg-bt-1_5em {margin-bottom: 1.5em;}
.mg-bt-2em {margin-bottom: 2em;}
.mg-top-1em{margin-top: 1em;}
.mg-top-2em{margin-top: 2em;}
.mg-top-30 {margin-bottom:30px;}
.pd-horiz-15 {padding-left: 15px; padding-right: 15px}
.pd-horiz-40 {padding-left: 40px; padding-right: 40px}

/* Test responsive */
 /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

@media (min-width: 768px) {
	/*.container {
    width: 96%;
	}
    #test .container {
    width: auto!important;
    }
	.question-wrapper .decision .caption.right {
    padding-left: 0;
	}*/
}

/* Aviso */
.imagenAleat {
	text-align:center;
}


/*Preloader*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_21.gif) center no-repeat #fff;
}