/* map */
.wsdsgvomaps_img {
    display: block;
    max-width:100%;
    margin:0 auto;
    height: 420px;
    overflow: hidden;
    position:relative;
}
.wsdsgvomaps_img img {
    position: relative;
    left: 50%;
    top: 50%;
/*    transform: translateX(-50%) translateY(-50%);*/
    height: 420px;
    width: auto!important;
    max-width: none!important;
    cursor: pointer;
    transition: all .5s
}
.wsdsgvomaps_img_blur img {
    filter: blur(5px);
}

/**/
/*  accept map */
.accept-map {
  background-color: rgba(255,255,255,0.3)!important;
  backdrop-filter: blur(5px);
  color: #2f7ae3;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  align-items: center;
}
.accept-map.accept-img {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: auto;
  min-height: 100%
}
.accept-map-txt {
	padding: 10px;
	background-color:#fff;
	margin-bottom: 15px
}
.accept-map a.privacy_policy {
    text-decoration: underline;
    letter-spacing: 0!important;
/*    font-size: initial!important;*/
    text-transform: initial!important;
}
.accept-map  .wsdsgvomaps_acception {
    cursor: pointer;
    max-width: max-content;
    margin: 0 auto;
}
.wsdsgvomaps_acception.default_map_button {
    background-color:#fff;
    color:#000;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: bold;
    text-transform:uppercase;
    min-width: 240px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    transition: background-color .5s
}
.wsdsgvomaps_acception.default_map_button:hover {
    color:#fff;
    background-color:#000;
    box-shadow:none
}
.privacy_policy {
    color:#212529
}

.wsdsgvomaps_acception {
}
/**/

.wsdsgvomap-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 0 30px
}
.wsdsgvomap-container iframe, .wsdsgvomap-container object, .wsdsgvomap-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wsdsgvomap-container-mobile{
    float:none;
    width:100%;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 0 30px
}
.wsdsgvomap-container-mobile iframe, .wsdsgvomap-container-mobile object, .wsdsgvomap-container-mobile embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.wsdsgvomap-info {
    margin:30px 0 50px
}
.wsdsgvomap-info .subtitle {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #8f9498;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align:center
}
.wsdsgvomap-info h3 {
    color: #182435;
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 0;
    text-transform: initial;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
/**/
@media (max-width: 767px) {
	.wsdsgvomap_img {width:100%}
	.wsdsgvomaps_acception.default_map_button {
		min-width:auto!important;
		max-width:100%
	}
}  
