p.teaser {
    text-indent: 30px; 
    }

.has-error{
    border-color: rgb(234, 68, 146);
}    

.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
label {
    display: inline-block;
    margin-bottom: 0px; 
}

.bootstrap-tagsinput{
    min-width: 100%;
}

.bootstrap-tagsinput input {
    min-width: 100%;
}    

.container {
    max-width: 100%;
    font-family: Quicksand;
   
}
.btn-primary {
 
   /* width: 100%;*/
    background-color: #212529;
    border-color: #212529;
}

.btn-principal{
    width: 100%;
    background-color: #212529;
    border-color: #212529;
    color: rgba(255, 255, 255, .9);
}

.titulo {
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, .9);
    font-family: Roboto, sans-serif;
}

.titulo_resaltado{
    font-size: 80px;
}

.subtitulo {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
}

body{
  /*  color: rgba(255, 255, 255, .9);*/
   background-color: #f5f8fb;
}

.texto-accion{
    font-size: 1.5em;
    margin: 0.5em;
}



.bloque_imagen{
   background-size: 50vh;   
   background-position:center top;
   background-repeat: no-repeat;
  /* background-size: cover;*/
  /* width: 60%;*/
   background-position: 50%;   
   padding: 40px 30px 0;
   height:75vh;
   text-align: center;
   background-color: #f5f8fb;
   color: #7b899d;
    
}
.bloque_candidato{
    
    background-image: url("/estudio/public/img/candidato.svg");
}
.bloque_empresa {
    
    background-image: url("/estudio/public/img/empresa.svg");
}

.formulario{
   padding-left: 7vw;
   padding-right: 7vw;
   color: rgba(255, 255, 255, .9);
       background-color: #c7d0d8;
       padding: 40px 30px 20px;
  /*  overflow: auto;
    height: 85vh;*/
    min-height: 83vh;
}

.signupsubmit {
    line-height: 32px;
    position: absolute;
    left: 36px;
    color: white;
    top: 527px;
    font-family: arial;
    font-size: 17px;
    font-weight: 600;
    width: 137px;
    height: 30px;
    border-color: #00297A;
    border-radius: 4px;
    border: 1px solid black;
    border-style: solid;
    background-color: #FFB630;
    text-indent: 30px;
}

.navbar-light{
    color: #b6becb;
    background: #52e2f5;
    min-height: 60px;
    
}
.navbar-brand {
    color: #e24be4 !important;
   /* text-decoration: none; */
    font-family: Nunito,sans-serif;
    
}
.nav-link{
    /*color: #b6becb !important;*/
    font-weight: 700;
    }
.nav-shadow{
    -webkit-box-shadow: 0 8px 6px -6px #999;      
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.nav-shadow-in{
    -webkit-box-shadow: 0 -8px 6px -6px #999;
    -moz-box-shadow: 0 -8px 6px -6px #999;
    box-shadow: 0 -8px 6px -6px #999;
}
.form-control {
    
    height: calc(2.5rem + 2px);
}
.form-check{
    height: calc(1.5rem + 2px);
}

.form-control input[type='checkbox'] {

    height: calc(2rem + 2px);
}
.izquierda{
    float:left;
     margin-top: 10px;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
 /*   height: 10vh;     */
}

.contenido{
    
    padding-top: 90px;
    background-position: top;
    position: relative;
    min-height: 93vh;
    
}

#navbarSupportedContent{
    background-color:#52e2f5;
    padding-left: 15px;
}
 .centrado {
  
     text-align: center;
 }


 ul.horizontal {
     list-style-type: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     /*background-color: #333;*/
 }

 ul.horizontal li {
     float: left;
 }

 ul.horizontal li a {
     display: inline-block;
    /* color: white;*/
     text-align: center;
     padding: 14px 16px;
     text-decoration: none;
 }

div.centrar {
    text-align: center;
    position: absolute;
    bottom: 5px;
    /* margin-top: 48vh; */
    width: 90vw;
    left: 5vw;
}
 /* .bloque_index {
    
     margin-top: 10vh;
 }*/

  .form-check {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
  }

  .check-label {
      flex: 0 0 83%;
      max-width: 83%;
  }

@media (max-width: 767px) {
    .titulo_resaltado {
        font-size: 60px;
    }

    .code {
        width: 100%;
    }

    .full-height {
        height: 50vh;
    }


    .dudas {
        font-size: 1.6em;

    }

    .toma {
        font-size: 1.4em;

    }

    .bloque_imagen {
        background-position-x: 50%;
        background-position-y: 65%;
        background-size: 45vh;
    }
   

   
    .formulario {
        min-height: auto;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
   .hidden-xs {
       display: none;
   }
   .bloque_candidato {
       height: auto;
   }

   .bloque_empresa {
       height: auto;
   }
    .titulo_resaltado {
        font-size: 60px;
    }

    .code {
        width: 100%;
    }

    .full-height {
        height: 50vh;
    }

   

    .dudas {
        font-size: 1.6em;

    }

    .toma {
        font-size: 1.4em;

    }

    .bloque_imagen {
        background-position-x: 50%;
        background-position-y: 20vh;
        background-size: 50vh;
    }


    .form-check {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .check-label {
        flex: 0 0 83%;
        max-width: 83%;
    }
    

}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs {
        display: none;
    }
    .contenido {
        padding-top: 10vh;
    }

    .formulario {
        overflow: auto;
        
    }

    .code {
        width: 50%;
    }

    .full-height {
        height: 85vh;
    }

  
    .titulo_resaltado {
        font-size: 60px;
    }

    .code{
         width: 100%;
    }
    .full-height {
        height: 50vh;
    }

 

    .dudas{
        font-size: 1.6em;
       
    }
    .toma{
          font-size: 1.4em;
        
    }
    .bloque_imagen{     
        background-position-x: 50%;
        /*background-position-y: 65%;*/
   /*     background-size: 75%;*/
    }
.bloque_candidato {
    height: auto;
}

.bloque_empresa {
    height: auto;
}

    .form-check {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .check-label{
        flex: 0 0 83%;
        max-width: 83%;
    }


}

@media (min-width: 1200px) {
    .hidden-xs {
        display: none;
    }
    .contenido {
        padding-top: 10vh;
    }
    .bloque_candidato {
        height: auto;
    }

    .bloque_empresa {
        height: auto;
    }
   .formulario{ 
     overflow: auto; 
   
   }

    .code {
        width: 50%;
    }

    .full-height{
        height: 85vh;
    }

  


}



.percentile-chart {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.percentile-chart__edge {
    flex: 2;
    text-align: center;
}
.percentile-chart__low {
    flex: 3;
}
.percentile-chart__middle {
    flex: 10;
    text-align: center;
}

.percentile-chart__middle-bar {
    height: 30px;
    position: relative;
    width: 100%;
}
.percentile-chart .gradient-bar {
    height: 100%;
    width: 100%;
}


.percentile-chart__label--median {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.percentile-chart__high {
    flex: 3;
    text-align: right;
}
.percentile-chart__edge {
    flex: 2;
    text-align: center;
}
.percentile-chart__edge-bar-high,
.percentile-chart__edge-bar-low {
    height: 30px;
}
.percentile-chart .gradient-bar {
    height: 100%;
    width: 100%;
}
.percentile-chart__low-bar {
    background-color: #f8a66e;
    height: 30px;
}
.percentile-chart__label {
    color: #a4a1aa;
    font-size: small;
    font-weight: 700;
    margin-top: 5px;
}
.percentile-chart .gradient-bar .svg-turqoise-dark {
    stop-color: #18969b;
}
.percentile-chart .gradient-bar .svg-cerulean {
    stop-color: #2d67b9;
}
.percentile-chart__high-bar {
    background-color: #00aaa4;
    height: 30px;
}
.percentile-chart__high .percentile-chart__label {
    text-align: right;
}

.percentile-chart__label {
    color: #a4a1aa;
    font-size: small;
    font-weight: 700;
    margin-top: 5px;
}

.percentile-chart .gradient-bar .svg-ghost-light {
    stop-color: #e9e9ec;
}

.percentile-chart .gradient-bar .svg-white {
    stop-color: #fff;
}

.rel_fila{
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;        
}
.rel_titulo{
    font-size: 1.2em;
}
.rel_titulo_bq{
    width: 40%;       
    display: flex;
    flex-direction: row;
   /* width: 100%;*/
}
.rel_rango{
    text-align: center;
    width: 25%;
}
.rel_barra{
    width: 40%;
    background: #e9e9ec;
    border-radius: 5px;
    height: 10px;
    margin-top: 6px;
    position: relative;
}

.rel_barra_rango {
   /* background: linear-gradient(90deg, #18969b, #2d67b9);*/
    background: linear-gradient(90deg, #f1a6f2, #e24be4);    
    border-radius: 5px;
    height: 10px;
}

.separa_boton{
    margin-right: 3px;
}

#logo {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

a[disabled="disabled"] {
    pointer-events: none;
}

.bordetabla{
    border:3px solid black !important;
}

.dcha{    
    text-align: right;
}