body {
    overflow: hidden;
}

#filters {
    position: relative;
    font-family: 'repsolregular', sans-serif;
    margin: 0px;
    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;
    width: 200px;
}

#filters input.borrar {
    text-transform: none;
    background: #c0ebf2;
    color: #016A7F;
    border-width: 0px;
    padding: 5px 15px;
}

#filters input.borrar:hover {
    background: #92d9e2;
    color: #016A7F;
}

#markers ul li a {
    padding-top: 0px;
}

#markers ul li a {
    font-size: 14px;
    margin-bottom: 5px;
}

#markers ul li a:hover {
    color: #016a7f;
    text-decoration: underline;
}

#markers ul li .marker-info__directions i {
    color: #016A7F !important;
    background-color: #c0ebf2 !important;
    padding: 6px;
    border-radius: 4px;
}

#markers ul li .marker-info__schedule {
    margin-bottom: 5px;
}

#markers a {
    color:#016A7F !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#markers ul li a.marker-info__name {
    margin-bottom: 0px;
}

#markers ul li a.marker-info__address {
    margin-bottom: 0px;
}

#markers > div {
    height: calc(100% - 64px);
    width: 100%;
}

#markers > #scroll-up, #scroll-down {
    background-color:rgb(240, 240, 240) ;
}

#iw-container .iw-title {
    background-color: #016A7F !important;
}

.gm-ui-hover-effect {
    border: 2px solid #016A7F !important;
    width: 33px !important;
    height: 33px !important;
}

#iw-container .iw-content .comoLlegar  {
    background-color: #c0ebf2;
    color: #016a7f;
    margin-top: 16px;
    padding: 4px;
    border: 0;
    min-width: 124px;
    letter-spacing: .0025em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    border: solid 4px transparent;
    border-radius: 8px;
    transition: 0.3s;
}

#iw-container .iw-content a {
    color: #016A7F !important;
}

#iw-container .iw-content .comoLlegar:hover {
    text-decoration: none !important;
    text-decoration-color: initial !important;
    background-color: #92d9e2;
}

#iw-container .iw-content a:last-child:after {
    content: '';
    color: #016A7F !important;
    font-size: 14px;
}

#iw-container .iw-content a:last-child:hover {
    color: #016A7F !important;
}

#iw-container .iw-content .comoLlegar:last-child:hover {
    color: #016A7F !important;
}

#iw-container .iw-content {
    font-size: 15px;
}

#iw-container .iw-title {
    font-size: 25px;
}

.gm-style-iw {
    width: 450px !important;
}

#iw-container .iw-content p:first-of-type, #iw-container .iw-content img {
    margin-top: 10px;
}

.gm-style .gm-style-iw-tc::after {
    content: none;
}

#markers { width: 15%; margin: 0; }
#map-canvas { width: 85%; margin: 0; }

@media only screen and (max-width: 1279px) {
    #markers { width: 20%;}
    #map-canvas { width: 80%;}
}

@media only screen and (max-width: 900px) {
    #markers { width: 25%;}
    #map-canvas { width: 75%;}
}

@media only screen and (max-width: 700px) {
    #markers { width: 100%; height: 100%}
    #markers > a i { font-size: 20px;}
    #map-canvas { width: 0%;}
    #filters input.borrar { margin-top: 20px }
}

@media only screen and (max-width: 500px) {
    #markers { width: 100%;}
    #map-canvas { display: none;}
    #filters input.borrar { margin-top: 0 }
}