.svgMap_wrapper {
  position: relative;
  width: 96%;
  max-width: 1310px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Portrait", serif;
  font-weight: 500;
}

.svgMap {
  width: 100%;
  padding-bottom: 56.9%;
}
.svgMap__text {
  position: absolute;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: #746d66;
  letter-spacing: 1px;
  opacity: 0.9;
  pointer-events: none;
}
.svgMap__text--artic1 {
  left: 43%;
  top: 10%;
}
.svgMap__text--artic2 {
  left: 94%;
  top: 4%;
}
.svgMap__text--oAtlantico {
  left: 26%;
  top: 37%;
}
.svgMap__text--antartica {
  left: 42%;
  top: 94%;
}
.svgMap__text--indian {
  left: 67%;
  top: 70%;
}
.svgMap__text--pacific1 {
  left: 7%;
  top: 69%;
}
.svgMap__text--pacific2 {
  left: 89%;
  top: 44%;
}

#map {
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: -6%;
}
#map svg path {
  opacity: 1 !important;
}
#map svg path:hover {
  opacity: 1 !important;
}

/* Popup labels */
.tt_sm {
  border-radius: 0;
  box-shadow: none;
  z-index: 1000000;
  background-color: white;
  padding: 13px 26px;
  opacity: 1;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  /* color: #A3332B; */
  color: #2B4872;
}

/************************************************
*********** Controls Text In Popup Boxes ********
*************************************************/
.tt_name_sm {
  float: left;
  font-size: 20px !important;
  font-family: "Portrait", serif !important;
  font-weight: 400 !important;
}

.xmark_sm {
  float: right;
  margin-left: 5px;
  cursor: pointer;
  line-height: 0px;
}

.tt_mobile_sm {
  margin-top: 5px;
}

.btn_simplemaps {
  color: #A3332B;
  text-decoration: none;
  background: #ffffff;
  display: inline-block;
  padding: 5px 5px;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-radius: 4px;
}

.btn_simplemaps:hover {
  text-decoration: underline;
}
