.container {
  position: relative;
  max-width: 1033px;
  /*overflow: hidden;*/
  margin: auto;
}

.map-content{
  position: absolute;
	z-index: 4;
  width: 250px;
}

.background{
  margin: 0;
}

.background-element {
  display: flex;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.background-element.satellite{
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.3s;
	z-index: 1;
}

.btn-satellite{
  position: absolute;
  bottom: 0;
  right: 0;
	z-index: 4;
  cursor: pointer;
  pointer-events: all;
}

.icon-map{
  display: none;
}

.hotspots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /*overflow: hidden;*/
}

.hotspots .hotspot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.hotspots .hotspot.reveal {
  pointer-events: all;
}

.hotspots .hotspot.reveal .pin-content {
  opacity: 1;
	
}

.hotspots .hotspot.reveal .pin-content::before {
  opacity: 1;
}

.hotspots .hotspot.reveal .pin-content .background {
  height: 100%;
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hotspots .hotspot.reveal .pin-content .background span {
  pointer-events: all;
}

.hotspots .hotspot .pin {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hotspots .hotspot .pin .pin-icon{
  justify-content: center;
  align-items: center;
  display: flex;
	z-index: 1;
}

.hotspots .hotspot .pin .pin-title span{
  background-color: white;
  padding-left: 13px;
  padding-right: 10px;
  margin-left: -8px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.hotspots .hotspot .pin .pin-title{
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  display: flex;
  white-space: nowrap;
  pointer-events: none;
}

.hotspots .hotspot .pin:hover .pin-title{
  visibility: visible;
  opacity: 1;
}

.hotspots .hotspot .pin-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s;
	z-index: 4;

}

.hotspots .hotspot .pin-content .background {
  position: relative;
  width: 100%;
  height: 100%;

  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hotspots .hotspot .pin-content .background .background-element {
  width: 100%;
  height: 100%;
}

.hotspots .hotspot .pin-content .content {

  width: 477px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  background:white;
  color: black;
}

.hotspots .hotspot .pin-content .content .pin-close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 15px;
  color: #CBA77D;
  font-size: 27px;
  cursor: pointer;
}

.hotspots .hotspot .pin-content .content .pin-close:hover {
  color: #00686B;
}

.hotspots .hotspot .pin-content .content .pin-link a:hover .arrow-btn{
  margin-left: 15px;
}

.arrow-btn {
  margin-left: 10px;
  transition: margin-left 0.3s;
}


.b6web-button {
  display: inline-block;
}

.elementor-align-justify .b6web-button{
  width: 100%;
  text-align: center;
}

.b6web-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.b6web-button-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: flex;
  transition: transform 0.3s;
}

.b6web-button-icon svg {
  width: 1em;
  height: auto; 
}

.b6web-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

.b6web-button .b6web-align-icon-left {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.b6web-button .b6web-align-icon-right{
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.b6web-button:hover .b6web-animation-before-moving-left{
  transform: translateX(-10px);
}

.b6web-button:hover .b6web-animation-after-moving-right{
  transform: translateX(15px);
}