.query-container{
    width: 90%;
    margin:auto;
    background: #fff;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 1px 4px 0 rgb(26 30 41 / 20%);
    padding: 20px;
    border-radius: 4px;
}

.container{
    width: 90%;
    margin:auto;
    background: #fff;
    margin-bottom: 5px;
    padding: 15px;
    max-width: none;
    border-radius: 4px;

}

.container-shadow{
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 1px 4px 0 rgb(26 30 41 / 20%);
}

.nombre-autoescuela, .propiedades-autoescuela{
    text-align: left;
    width: 59%;
    vertical-align: middle;
}

.porcentaje-autoescuela, .botones-autoescuela{
    text-align: center;
    width: 15%;
}

.botones-autoescuela{
    vertical-align: middle;
    
}
.nombre-autoescuela, .porcentaje-autoescuela, .ver-autoescuela, .posicion-autoescuela, .botones-autoescuela, .propiedades-autoescuela{
    display: inline-block;
}
.page-item.active .page-link{
    background-color: #ff8e40!important;
    border-color: #ff8e40!important;
    color: #fff!important;
}

.page-link{
    color: #ff8e40!important;
}

.btn-search{
    
    background-color: #fff;
    border-color: #fff;
}

.nav-link{
    color: #fff!important;
}

.query-container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.background-buttons{
    display: table;
    height: 100%;
    margin:auto;
}
.background-buttons-element{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.btn-index{
    
    padding: 25px 45px;
    font-size: 1.3rem!important;
    margin: 10px;
}

a, a:hover {
    text-decoration:none!important; 
    color:  #fff;
}

.posicion-autoescuela{
    width: 8%;
    vertical-align: middle;
    text-align: left;
}

.posicion-autoescuela-numero{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.3rem;
}

.title-index{
    font-weight:100;
    margin-bottom: 3px;
    padding-top: 5px;
}
.ver-autoescuela{
    
    width: 8%;
    vertical-align: middle;
    text-align: right;
}

.propiedades-autoescuela>span{
    margin-left: 30px;

}

.separador{
    background: #ff8e40;
    height: 0,7px;
    margin-top: 0;
    width:90%;
}

.index-column{
    display: inline-block;
}

.ver-mas{
    margin:auto;
    display:block;
    background: #ff8e40;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
}

.color-explicacion{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.explicacion{
    text-align:justify;
}


#modal-explicacion, #modal-informacion {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content-explicacion {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close-modal-explicacion, #close-modal-info {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close-modal-explicacion:hover,
  .close-modal-explicacion:focus,
  #close-modal-info:hover,
  #close-modal-info:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

#open-modal, #open-info{
    cursor: pointer;
  }

#open-modal{
    float:right;
}

#open-modal{
    color:#ff8e40;
    font-size: 1.4rem;
  }

.center-total{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.compara1, .compara2, .compara1-res, .compara2-res{
    display: inline-block;
    width: 49%;
    padding: 20px;
}

.compara1, .compara1-res{
    margin-right: 15px;
}

.container-compara-1-2, .container-compara-1-2-res{
    display:flex;
}


/*SELECT*/
.form-select {
    display: inline-block!important;
    margin-bottom: 15px!important;
}


select {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    box-sizing: border-box;
    
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
      linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem 2.25rem .375rem .75rem;
  }
  select::-ms-expand {
    display: none;
  }
  select:hover {
    border-color: #888;
  }
  select:focus {
    border-color: #aaa;
    
    outline: none;
  }
  select option {
    font-weight:normal;
  }
  
  