@font-face {
  font-family: 'icon';
  src: url('../fonts/repsolicons2018.eot?63092942');
  src: url('../fonts/repsolicons2018.eot?63092942#iefix') format('embedded-opentype'),
       url('../fonts/repsolicons2018.woff?63092942') format('woff'),
       url('../fonts/repsolicons2018.ttf?63092942') format('truetype'),
       url('../fonts/repsolicons2018.svg?63092942#repsolicons2018') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
   margin-right: .2em; 
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 130%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-buscar:before { content: '\e800'; } /* '' */
.icon-arrow-right:before { content: '\e801'; } /* '' */
.icon-arrow-left:before { content: '\e802'; } /* '' */
.icon-arrow-down:before { content: '\e803'; } /* '' */
.icon-arrow-up:before { content: '\e804'; } /* '' */
.icon-descargas:before { content: '\e805'; } /* '' */
.icon-video:before { content: '\e806'; } /* '' */
.icon-conversiones:before { content: '\e807'; } /* '' */
.icon-glosario:before { content: '\e808'; } /* '' */
.icon-presenciaglobal:before { content: '\e809'; } /* '' */
.icon-upstream:before { content: '\e80a'; } /* '' */
.icon-downstream:before { content: '\e80b'; } /* '' */
.icon-exploracion:before { content: '\e80c'; } /* '' */
.icon-produccion:before { content: '\e80d'; } /* '' */
.icon-refino:before { content: '\e80e'; } /* '' */
.icon-quimica:before { content: '\e80f'; } /* '' */
.icon-glp:before { content: '\e810'; } /* '' */
    .icon-g-l-p:before { content: '\e810'; } /* '' */
.icon-lubricantes:before { content: '\e811'; } /* '' */
.icon-estaciones:before { content: '\e812'; } /* '' */
.icon-gaspower:before { content: '\e813'; } /* '' */
    .icon-gas-power:before { content: '\e813'; } /* '' */
.icon-trading:before { content: '\e814'; } /* '' */
.icon-chevron-right:before { content: '\e815'; } /* '' */
.icon-chevron-left:before { content: '\e816'; } /* '' */
.icon-chevron-down:before { content: '\e817'; } /* '' */
.icon-chevron-up:before { content: '\e818'; } /* '' */
.icon-arrow-black-right:before { content: '\e819'; } /* '' */
.icon-arrow-black-left:before { content: '\e81a'; } /* '' */
.icon-arrow-black-down:before { content: '\e81b'; } /* '' */
.icon-arrow-black-up:before { content: '\e81c'; } /* '' */
.icon-twitter:before { content: '\e81d'; } /* '' */
.icon-facebook:before { content: '\e81e'; } /* '' */
.icon-in:before { content: '\e81f'; } /* '' */
.icon-google:before { content: '\e820'; } /* '' */
.icon-home-cifras:before { content: '\e821'; } /* '' */
.icon-home-cuidamos:before { content: '\e822'; } /* '' */
.icon-home-iniciativasdigitales:before { content: '\e823'; } /* '' */
.icon-home-nuevosnegocios:before { content: '\e824'; } /* '' */
.icon-open:before { content: '\e825'; } /* '' */
.icon-close:before { content: '\e826'; } /* '' */
.icon-hamburguer:before { content: '\e827'; } /* '' */
.icon-produccionexploracion:before { content: '\e828'; } /* '' */
.icon-electricidad:before { content: '\e829'; } /* '' */
.icon-empleados:before { content: '\e82a'; } /* '' */

/* --------------- /Fonts --------------- */

html, body{
    height: 90%;
    margin: 0px;
    padding: 0px;
    opacity: 1 !important;
}

table{
  font-family: 'RepsolSoleTextRegular';
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}
table th, table td {
    padding: 8px 5px;
    line-height: 1.42857143;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
    font-size: .857rem;
}

table th {
  background-color: #5e5e5e;
  font-size: 1.5em;
  color: #fff;
}

table tr:nth-child(even) {
    background-color: #f0f0f0;
}

a {
  font-family: 'RepsolSoleTextRegular';
  color: #016A7F;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1{ color: #99918a; }

#titulo {
  width: 100%;
  text-align: center;
  font-family: 'RepsolSoleDisplayRegular', sans-serif;
  font-size: 20px;
  color: #ff6200;
}

#map-canvas{
    width: 100%;
    height: 750px;
    float:left;
    margin: 0;
}
#scroll::-webkit-scrollbar { 
  display: none;
}

.map_marker_box {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 39px;
  z-index: 109;
}

.map_marker_box:hover {
  decoration: none;
}

/*Markers*/
#markers{
    display: none;
    font-family: 'RepsolSoleDisplayRegular', sans-serif;
    text-align: center;
    width: 10%;
    height: 100%;
    float: left;
    margin: 0 1% 0 0;
    overflow: hidden;
    position: relative;
}
/*#markers > a i { font-size: 20px; color: #e67600}*/
#markers > a {
    display: block;
    position: relative;
    position: relative;
    text-decoration: none;
    color: #aba299;
    width: 100%;
    height: 12px;
    padding: 30px 0;
}

#markers > a i#arrow-down, #markers > a i#arrow-up{
    display: block;
    position: relative;
    height: 12px;
    background: transparent url(../img/flecha.png) no-repeat center /contain;
    width: 100%;

}
#markers > a i#arrow-up {
    transform: rotate(180deg);
}

#markers > div {
    position: relative;
    height: calc(100% - 140px);
    overflow-y: scroll;
    width: 105%;
}
#markers ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}
#markers ul li {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 10px 15px 5px 10px;
    border-top: 1px solid #d5cfcf;
    border-bottom: 1px solid #d5cfcf;
}
#markers ul li:first-child {
    border-top: 2px solid #d5cfcf;
}
#markers ul li:last-child {
    border-bottom: 2px solid #d5cfcf;
}
#markers ul li > span,
#markers ul li > div {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
}
#markers ul li > span { font-size: 17px; line-height: 15px;
    min-width: 80px;
    color: #e67600;
}
#markers ul li {
    color: #aba299;
}
#markers ul li a {
    color: #99918a;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    transition: all .4s;
}
#markers ul li a.marker-info__name { 
    font-family: 'RepsolSoleTextBold', sans-serif; 
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
#markers ul li .marker-info__schedule {
    margin-bottom: 10px;
}
#markers ul li .marker-info__email,
#markers ul li .marker-info__products,
#markers ul li .marker-info__phone,
#markers ul li .marker-info__url { display: none; }
#markers ul li .marker-info__url { 
    margin-bottom: 10px;
}

#markers ul li .marker-info__directions { 
    font-size: 14px;
    line-height: 25px;
    position: relative;
}
#markers ul li .marker-info__directions i { 
    color: #e67600 !important;
    font-size: 12px;
    margin: 0 0 0 10px;
    text-decoration: none !important;
}

#markers ul li a:hover{
    color: #e67600;
    text-decoration: underline;
}

.marker-info__url a {
    font-size: 14px !important;
    color: #e67600 !important;
    text-decoration: none;
}
/* INFO WINDOWS */

.gm-ui-hover-effect{
    font-color: #5e5e5e !important;
    top: 5px !important;
    right: 5px !important;
    background: #fff !important;
    border: 2px solid #5e5e5e !important;
    border-radius: 50%;
    width: 33px !important;
    height: 33px !important;
    opacity: 1;}

.gm-ui-hover-effect img{margin: -8px 5px !important;
    width: 16px !important;
    height: 16px !important;}


.gm-style-iw {
    width: 450px !important;
    top: 15px !important;
    left: 0px !important;
    max-height: 400px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
.gm-style-iw > div {
    width: 100%
}

.gm-style-iw + button.gm-ui-hover-effect {
    z-index: 11;
    background: #ffffff5c !important;
}

.gm-style-iw-d {
    max-height: 400px !important;
   
}

#iw-container {
    margin-bottom: 10px;
}
#iw-container .iw-title {
    font-family: 'repsolregular', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #e67600;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    color: #99918a;
    font-family: 'RepsolSoleTextRegular', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 0px;
    padding: 5px 0px 0px 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
#iw-container .iw-content p:first-of-type{
    margin-top: 0px
}
.iw-subTitle {font-family: 'RepsolSoleTextBold', sans-serif !important;}
#iw-container .iw-content a{
    position: relative;
    text-decoration: none

}
#iw-container .iw-content a:last-child:hover{
    color: #e67600;
    text-decoration: underline;
}
#iw-container .iw-content a:last-child:after { 
    font-size: 12px;
    content: '';
    font-family: 'FontAwesome';
    color: #e67600;
    margin: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -15px;
}

.iw-content img {
    float: right;
    margin: 0 0px 5px 10px; 
}
.iw-content ul {margin: 0 0 15px; padding: 0}
.iw-content ul li {list-style: none}
.iw-content ul li::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.iw-subTitle {
    font-size: 16px;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 3px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

#filters {
    position: relative;
    font-family: 'repsolregular', sans-serif;
    margin: 25px auto;
    padding: 15px 0;
    text-align: center;
    border-top: 2px solid #d5cfcf;
    border-bottom: 2px solid #d5cfcf;
    color: #99918a;
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
}
#filters select,
#filters input,
#filters select:focus,
#filters input:focus {
    font-size: 15px
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 660px){
    #filters select,
    #filters input,
    #filters select:focus,
    #filters input:focus {
    font-size: 16px;
  }
}

#filters select,
#filters input.productos{
    border: 1px solid #d5cfcf;
    border-radius: 3px;
    color: #00859b;
    padding: 10px 5px;
    margin: 0 5px;
    width: 140px;
}

#filters select option{
    color: #00859b
}
#filters input.btn {
    text-transform: uppercase;
    padding: 3px 15px;
    margin: 0 5px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    transition: background .4s linear;
}
#filters input.aplicar {
    background: #00809a;
    color: #fff;
    border-color: #00809a;
    padding: 10px 20px;
}

#filters input.aplicar:hover{
    background: #00adc3;
    border-color: #00adc3;
    color: #fff;
}

#filters input.borrar {
    background: #dff3f6;
    color: #00809a;
    border-color: #dff3f6;
    padding: 10px 20px;
}

#filters input.borrar:hover{
    background: #b0e1e7;
    border-color: #b0e1e7;
    color: #00809a;
}

#filters input.aplicar, input.borrar:focus{
    outline: none;
}

div:focus{
    outline: none;
}

#filters input.productos{
    text-align: left;
    background: #fff;
    position: relative;
}
.inputGroup {
    display: inline-block;
    position: relative;
}
#producto {
    display: none;
    position: absolute;
    width: 230px;
    padding: 5px 10px;
    border: 1px solid #d5cfcf;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 999999;
}
#producto label {
    display: block;
    text-align: left;
    padding: 5px 0;
    
}
#producto label:not(:first-child):not(:last-child){
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px solid #d5cfcf;
}
#producto label:last-child{
    border-top: 1px solid #d5cfcf;
}

.gm-style-iw-chr span {
    margin: 3px!important;
}

/*Responsive*/
@media all and (min-width: 661px){
    #filters #ciudad{
        width: 160px;
    }
    #producto {
        left: -50%;
    }

}
@media all and (max-width: 660px){

    #filters select, 
    #filters input.btn,
    #filters > .inputGroup{
        display: block;
        margin: 5px auto 10px;
        width: 200px
    }
    #filters >  .inputGroup >  input {
        width: 200px;
        margin: 0;
    }
    #producto {
        left: -45px;
    }
}
@media only screen and (max-width: 1279px) {
    #markers { width: 33%;}
    #map-canvas { width: 100%; margin: 0;}
}

@media only screen and (max-width: 900px) {
    #markers { width: 39%;}
    #map-canvas { width: 100%; margin: 0;}
}

@media only screen and (max-width: 700px) {
    #markers { width: 100%; height: 30%;}
    #markers > a i { font-size: 20px;}
    #map-canvas { width: 100%; height: 70%; margin: 0;}
}
@media only screen and (max-width: 500px) {
    #markers { display:block; height: 100% }
    #map-canvas { display: none;}
    #markers ul li .marker-info__name:focus, #markers ul li .marker-info__name:hover, #markers ul li .marker-info__name:active,
    #markers ul li .marker-info__address:focus, #markers ul li .marker-info__address:hover, #markers ul li .marker-info__address:active {
        text-decoration: none;
        color: inherit;
    }

    #markers ul li .marker-info__products,
    #markers ul li .marker-info__email,
    #markers ul li .marker-info__email,
    #markers ul li .marker-info__phone,
    #markers ul li .marker-info__url { display: block; }
}
