@font-face {
  font-family: "Peugeot";
  src: url("../../css/webfonts/EOT/Peugeot_New-Regular.eot");
  src: url("../../css/webfonts/EOT/Peugeot_New-Regular.eot?#iefix") format("embedded-opentype"), 
  url("../../css/webfonts/WOFF/Peugeot_New-Regular.woff") format("woff"),
  url("../../css/webfonts/WOFF2/Peugeot_New-Regular.woff2") format("woff2"), 
  url("../../css/webfonts/TTF/Peugeot_New-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body.mapa{
    background-color: #F9F9F9;
    font-size: 11px;
    font-family: 'Peugeot', sans-serif;
    color: #bbbbbb;
    font-weight: 300;    
}
.cargadores{
    background-color: #F9F9F9;
    font-size: 11px;
    font-family: 'Peugeot', sans-serif;
    color: #bbbbbb;
    font-weight: 300;        
}
.cargadores li{font-size: 11px !important;}
.cargadores p{font-size: 11px !important;color: #bbbbbb;}
.cargadores.margin-top-header{
    margin-top: 75px;
}
.cargadores a:hover, .cargadores a:focus {
    text-decoration: none !important;
}
.cargadores .spr{padding-right: 0px;}
.cargadores .spl{padding-left: 0px;}
.cargadores .bb{border-bottom: 1px solid #e8e8e8;}
.cargadores .mt{margin-top: 15px;}
.cargadores .mb{margin-bottom: 15px;}
.cargadores .bgoscuro{background: #000000;}
.cargadores h2{
    color: #007EDB;
    font-size: 1.7em;
    font-family: "Peugeot-Bold";
    
}
.cargadores .bgoscuro h2{color: #ffffff;font-family: "Peugeot";font-weight: 500;}

.cargadores .logo{
    margin-top: 8px;
    margin-bottom: 4px;
    max-height: 50px;
}
.cargadores .form-control{
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #cccccc !important;
    opacity: 1 !important;
}
.cargadores .form-control:focus{
    box-shadow: none;    
}
.cargadores .listado {
    height: 64vh;
    padding-right: 0px;
    padding-left: 0px;    
}
.cargadores .listado .force-overflow {
    height: 64vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.cargadores .listado ul {
    margin: 0px;
    padding: 0px;
}
.cargadores .listado ul li {
    margin: 0px;
    transition: all 0.5s ease;
    border-bottom: 1px solid #c9c9c9;
    padding: 0 15px;
    padding-top: 15px;
}
body.mapa .cargadores .listado ul li {padding-top: 0px;}
.cargadores .listado ul li a{
    outline: none;
}
.cargadores .listado ul li h3{
    color: #494949;
    font-size: 1.5em;
    font-weight: 500; 
    margin-top: 0px;   
}
.cargadores .listado ul li h3::after {
    content: "_";
    display: block;
    margin-top: -10px;
    color: #8c8c8c;
}
.cargadores .listado ul li p{
    color: #8c8c8c;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;    
}
.cargadores .listado ul li p span{
    color: #007EDB;  
    font-weight: 400;      
}
.cargadores .listado ul li p.oscuro{
    font-weight: 500;    
    color: #494949;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;    
}
.cargadores .listado ul li.active {
    background: #ffffff;
}
.cargadores .listado ul li.active h3::after {
    color: #007EDB;  
}
.cargadores .burbuja h3{
    font-family: 'Peugeot', sans-serif;
    color: #494949;
    font-size: 1.4em;
    font-weight: 500; 
    margin-top: 0px;       
}
.cargadores .burbuja p{
    font-family: 'Peugeot', sans-serif;
    color: #8c8c8c;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;        
}
.cargadores .burbuja p.oscuro{
    font-weight: 500;    
    color: #494949;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;    
}
.cargadores .burbuja p span{
    font-family: 'Peugeot', sans-serif;
    color: #007EDB;  
    font-weight: 400;      
}
.cargadores .mapa {
    padding-left: 0px;
    padding-right: 0px;
}
.cargadores .map {
    height: 100vh;
    width: 100%;
}
.cargadores .posicion-actual.btn-primary {
    background-color: #494949;
    position: absolute;
    left: 10px;
    top: 10px;
    margin-top: 0px;
    z-index: 99;
    text-transform: capitalize;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}
.cargadores .der {float: right;}
.cargadores .izq {float: left;}
.cargadores .filtrar p{
    font-size: 1.2em;     
}
@media (max-width: 1024px) {
    .cargadores .posicion-actual.btn-primary {
        width: 70%;
        left: 15%;   
        top: 70px;             
    }
    .cargadores .der {float: none;}
    .cargadores .izq {float: none;}
    .cargadores .col-md-3.izq{
        clear: both;
    }
}