

.map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
}


.map__wrapper {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 3;
}


/*

.zoom-in-btn {
  background-image: url("file://Macintosh%20HD/Users/gllevalencia/Downloads/Files/Mapas/Pruebas/custom-google-map-with-animated-markers/imagenes/plusred.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
	
}

.zoom-in-btn:before {
  background-image: url("file://Macintosh%20HD/Users/gllevalencia/Downloads/Files/Mapas/Pruebas/custom-google-map-with-animated-markers/imagenes/plusgrey.svg");
}

.zoom-out-btn {
  background-image: url("file://Macintosh%20HD/Users/gllevalencia/Downloads/Files/Mapas/Pruebas/custom-google-map-with-animated-markers/imagenes/minusred.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
	
}

.zoom-out-btn:before {
  background-image: url("file://Macintosh%20HD/Users/gllevalencia/Downloads/Files/Mapas/Pruebas/custom-google-map-with-animated-markers/imagenes/minusgrey.svg");
}

.zoom-in-btn, .zoom-out-btn {
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: background-color;
}

.zoom-in-btn:before, .zoom-out-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid white;
  border-radius: 44px;
  will-change: top, left, right, bottom, opacity, visibility;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.zoom-in-btn:hover, .zoom-out-btn:hover {
  background-color: transparent;
}

.zoom-in-btn:hover:before, .zoom-out-btn:hover:before {
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}
*/

.info-window {
  padding: 20px;
  background: rgba(255, 255, 255, 0);
  text-align: left;
}

.info-window__heading, .info-window__text {
  margin: 10;
  opacity: 1;
  visibility: hidden;
  transform: matrix(1,0,0,1,0,0);
}

.info-window__heading span, .info-window__text span {
  padding: 0px 3px 0px 18px;
  background-color: #333333;
}

.info-window__heading {
  color: #CC0303;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: rem(38px);
  line-height: line-height(63, 65);
  text-align: left;
  margin-bottom: 0.3em;
  transform: translateX(-20%);
  margin-top: 10px;
  position: relative;
}

.info-window__heading:before {
  position: absolute;
  top: -11px;
  right: 100%;
  background-size: 360px 75px;
  content: "";
  width: 360px;
  height: 75px;
}

.info-window__heading span {
  line-height: 1;
}

.info-window__text {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: line-height(12, 16);
  transform: translateX(-40%);
}

.info-window__text span {
  line-height: 1;
}



.pin-wrap {
  position: absolute;
  width: 28px;
  height: 44px;
  margin-top: -44px;
  margin-left: -14px;
  transform-origin: 50% 120.71068% 0;
}

.pin-wrap .pulse {
  position: absolute;
  top: 130%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  transform: rotateX(55deg);
  will-change: transform;
}

.pin-wrap:hover .pulse:before, .pin-wrap:hover .pulse:after {
  content: '';
  animation: pulsate 1s ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  border: 1px dashed #F40B0B;
  will-change: transform, opacity;
}

.pin-wrap:hover .pulse:before {
  display: block;
  width: 50px;
  height: 50px;
}

.pin-wrap:hover .pulse:after {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 70px;
  height: 70px;
}

.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 44px;
  margin-top: -14px;
  margin-left: -14px;
  transform-origin: 50% 120.71068% 0;
  background-image: url("http://www.remesasymensajes.com/images/pin_01.svg");
  background-size: cover;
}

.pin:before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-image: url("http://www.remesasymensajes.com/images/pin_02.svg");
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pin:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 19px;
  content: '';
  top: 5px;
  left: 4px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pin:hover:before {
  opacity: 1;
  visibility: visible;
}

.shadow {
  position: absolute;
}

.shadow:after {
  position: absolute;
  left: -114px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -0px;
  content: '';
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}


