:root {
  --wp--style--global--content-size: 1000px;
}

footer {
  margin-top: 100px !important;
}

h1 {
  max-width: 990px !important;
}

#svgImage {
  background: #E6EFEF;
  display: inline;
  width: 100%;
  height: 100%;
}

#mapsection {
  width: 50%;
  height: auto;
  fill: #ccc;
  stroke: #333;
  stroke-width: 2;
}

.mapContainerBox {
  position: relative;
  max-width: 1200px !important;
  background-color: #E6EFEF;
  border-radius: 8px;
}

.mapContainerBox .first-data-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-bottom: 10px;
}

.mapContainerBox .first-data-wrapper button {
	font-family: "Cinzel", serif;
  border-radius: 8px;
  background: #003c49;
  color: #f3f2f2;
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all .15s ease-in-out;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .mapContainerBox .first-data-wrapper button {
    font-size: 12px;
  }
}

.mapContainerBox .first-data-wrapper .go-back {
	font-family: "Cinzel", serif;
  border-radius: 8px;
  background: #003c49;
  color: #f3f2f2;
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all .15s ease-in-out;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mapContainerBox .first-data-wrapper .go-back {
    font-size: 12px;
    min-width: 88px;
  }
}

.mapContainerBox .first-data-wrapper button:hover {
  background: #f3f2f2;
  color: #003c49;
}

.mapContainerBox .first-data-wrapper .go-back:hover {
  background: #f3f2f2;
  color: #003c49;
}

.mapContainerBox .map-description {
  display: flex;
	font-family: "Cinzel", serif;
  align-items: center;
  background: #fff;
  font-size: 14px;
}

@media (max-width: 560px) {
  .mapContainerBox .map-description {
    display: block;
  }
}

.mapContainerBox .map-description span {
  margin: 0 5px;
}

.mapContainerBox .map-description .verde {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #1F8505;
  border-radius: 10px;
}

.mapContainerBox .map-description .amarillo {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #EDC65E;
  border-radius: 10px;
}

.mapContainerBox .map-description .rojo {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #d80000;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .mapContainerBox .map-description {
    background: #fff;
    font-size: 12px;
  }
}


.mapContainerBox .header-logo-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.mapContainerBox .header-logo-container .almavento_logo {
  width: 60%;
}

.logoMap {
  position: absolute;
  width: 80px;
  top: 20px;
  left: 20px;
}

.mapContainer {
  width: 100%;
  height: 100%;
}

.cls-1 {
  fill: rgb(80, 212, 53);
  fill-opacity: 0.5;
}

.cls-2 {
  fill: #333;
}

.cls-3 {
  fill: #5e5a5b;
}

rect {
  fill: #1da1f2;
}

rect:hover {
  fill: rgb(86, 86, 86);
  stroke: red;
  stroke-width: 3px;
  transition: fill 0.4s;
}

rect.test:hover {
  fill: rgb(86, 86, 86);
  stroke: red;
  stroke-width: 3px;
  transition: fill 0.4s;
}

#modal {
  position: fixed;
  top: 0;
  width: 100vw;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.80);
}

#modal.hide {
  display: none;
}

#modal .modal-wrapper {
  font-family: "Cinzel", serif;
  width: 320px;
  border-radius: 8px;
  background: #FFF;
  border: 5px solid #000;
  padding: 48px 0 25px;
  position: relative;
}

#modal .modal-wrapper .header {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 18px;
  border-bottom: 1px solid #C6C6C6;
}

#modal .modal-wrapper .title-header {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

#modal .modal-wrapper .pill-title {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 7px;
  background: #EDC65E;
  border-radius: 3px;
  margin-left: 14px;
}

#modal .modal-wrapper .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#modal .modal-wrapper .description .description-element {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px;
}

#modal .modal-wrapper .description .description-element {
  margin-bottom: 18px;
}

#modal .modal-wrapper .description .description-element .description-title {
  font-size: 16px;
  font-weight: 600;
}

#modal .modal-wrapper .description .description-element .description-value {
  font-size: 16px;
  font-weight: 500;
  min-width: 85px;
}

#modal .modal-wrapper .description .description-element .description-value.pill {
  font-size: 12px;
  font-weight: 700;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 3px;
}

#modal .modal-wrapper .description .whatsapp-values .whatsapp-text {
	font-family: "Cinzel", serif;
  color: #4E4E4E;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

#modal .modal-wrapper .description .whatsapp-values .whatsapp-button {
  border-radius: 8px;
  background: #003c49;
  color: #f3f2f2;
  margin: 0 auto;
  display: block;
  padding: 6px 24px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin-top: 18px;
  cursor: pointer;
  transition: all .15s ease-in-out;
}

#modal .modal-wrapper .description .whatsapp-values .whatsapp-button:hover {
  background: #f3f2f2;
  color: #003c49;
}

#modal .modal-wrapper.amarrado {
  border: 5px solid #EDC65E;
}

#modal .modal-wrapper.amarrado .description .description-element .description-value.pill {
  background: #EDC65E;
  color: black;
}

#modal .modal-wrapper.disponible {
  border: 5px solid #1F8505;
}

#modal .modal-wrapper.disponible .description .description-element .description-value.pill {
  background: #1F8505;
}

#modal .modal-wrapper.vendido {
  border: 5px solid #d80000;
}

#modal .modal-wrapper.vendido .description .description-element .description-value.pill {
  background: #d80000;
}