﻿.title-maps {
  background-color: #e0e0e0;
  color: #666;
  font-weight: bold;
  width: 100%;
  padding: 22px;
  margin: 0 auto;
  text-align: center;
}

.map {
  width: 100%;
  height: 538px;
}

/* Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .map {
    height: 520px;
  }
}
/* IE >= 9 */
@media screen and (min-width: 0\0 ) {
  .map {
    height: 500px;
  }
}
.streetview {
  width: 100%;
  height: 400px;
}

.containerInfoMaps {
  width: 100% !important;
  font-size: 9pt !important;
}

.iw {
  width: 100% !important;
}

.containerInfoMaps a {
  color: #d71920 !important;
  font-size: 8pt !important;
}
