#mapa-contener
{
width: 100% !important; height: 100% !important;
}
#mapa-box {
width: 40%;
position: absolute;
background-color: #FFF;
z-index: 1;
padding: 15px;
left: 8px;
top: 8px;
}
.mapa-box-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 30vh;
margin-bottom: 15px;
}
.owl-mapa .item
{
height: 30vh;
}
.owl-mapa .item .foto {
height: 100%;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
margin-left: -1px;
}
#mapa-box .text {
font-size: 14px;
}
#mapa-box .text strong
{
font-size: 16px;
font-weight: 400;
}
#mapa-box .text span
{
color: #707070;
}
#mapa-box h3 {
font-size: 22px;
font-weight: 400;
}
#mapa-box .ico-inline {
width: auto !important;
height: 16px !important;
}
#mapa-box .text.single p {
line-height: 24px;
}
#mapa-box .text span {
text-transform: uppercase;
}
#mapa-box .btn-fondo
{
background-color: #222;
color: #FFF;
padding: 5px 15PX;
padding-bottom: 3px;
font-weight: 500;
font-size: 16px;
}
#mapa-loader {
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(255, 255, 255, 0.85);
z-index: 1;
text-align: center;
vertical-align: middle;
padding-top: 80px;
font-size: 32px;
font-weight: 300;
}
#mapa-loader i {
font-size: 68px;
margin-bottom: 30px;
}
.marcadorTexto
{
margin-top: 10px;
margin-bottom: 0;
}
.d-none
{
display: none;
}
.d-block
{
display: block;
}
.tituloMarcador span
{
color: #FFF !important;
font-weight: bold !important;
}
.categoriaMarcador
{
font-family: "PT Serif",Georgia,Times New Roman,Times,serif;
color: #AAA;
font-size: 14px;
font-weight: 400;
}
.epigrafeMarcador
{
color: #000;
margin-bottom: 0;
font-size: 24px;
}
#closeMarcador
{
background-color: #FFF;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
}
#closeMarcador img
{
width: 100%;
}
#mapa
{
height:100% !important;
}
@media (max-width: 700px) {
#mapa-box
{
position: relative;  
float: left;
width: 100%;
background-color: #F5F5F5;
left: 0;
top: 5px;
}
#mapa
{
height:450px !important;
}
}