[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-    ng-cloak {
  display: none !important;
}
html,
body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

.material-icons.md-32 { 
  font-size: 32px;
  color: var(--my-color);
}

#loadLocations{
  display: none;
}

.btn-filter-options {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 30px;
  background-color: var(--my-color) !important;
  color: white !important;
}

.btn-search-zone {
  z-index: 3;
  top: 14px;
  left: 45%;
  background-color: var(--my-color) !important;
  color: white !important;
  padding: 11px 10px !important;
  border-radius: 10px !important;
}

.map-canvas {
  z-index: 1;
  min-height: 650px;
}

.container-map {
  position: relative;
}

.container-detail {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 15px !important;
}

.container-detail > div {
  padding: 9px 26px 0px 16px;
}

.container-detail h3, .modal-header h3{
  font-size: 22px;
}

.container-detail h4, .phone-text h4{
  font-size: 17px;
}

.container-clear-exit .clear-filters, .container-clear-exit .close-sidebar {
  font-weight: 600;
  color: var(--my-color);
  cursor: pointer;
}

.icon-copy {
  cursor: pointer;
}

.cursor-p {
  cursor: pointer !important;
}

.text-website:hover {
  color: var(--my-color);
  
}

.text-detail, table td, .phone-text p {
  color: gray;
  font-weight: 400;
  font-size: 15px;
}

.text-detail-movil, .text-detail-movil-detail {
  color: gray;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.text-detail-movil .material-icons, .text-detail-movil-detail .material-icons {
  margin-right: 5px;
}

.text-detail-movil .material-icons {
  text-decoration: none;
}

.text-detail-movil-detail {
  align-items: flex-start !important;
}

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

.container-info-window {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container-info-window div{
  margin: 0;
  padding: 0;
}
div.container-info-window__title{
  box-sizing: border-box;
  padding-bottom: 1em;
}
.container-info-window__title h3 {
  align-self: center;
  margin:0;
  padding: 0;
  font-size: 22px;
  line-height: 0.8;
}
.gm-style-iw-d{
  overflow: hidden !important;
}

div.container-info-window__close {
  position: absolute;
  top: -1px;
  right: 0px;
}

#close-info{
  display: block;
  margin-left: 17px;
  position: relative;

}

.container-sidebar-web{
  transition: all .2s;
}

.gm-style-iw.gm-style-iw-c{
  padding: 1em !important;
  transition: all .2s;
}
div.container-info-window__address, div.container-info-window__phone{
  padding-bottom: 0.5em;
}

div.container-info-window__address span, div.container-info-window__phone span, div.container-info-window__cta span{
  font-size: 15px;
  line-height: 1;
}

.container-info-window span {
  font-size: 23px;
}

.btn-view-more {
  color: var(--my-color);
  text-decoration: underline;
}

.btn-view-more:hover {
  text-decoration: none;
  font-weight: 500;
}

#callToAction .modal-header {
  position: relative;
  display: block !important;
  padding-bottom: 2px;
}

#callToAction .close-container {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 12px;
}

#callToAction .close-container:hover {
  transform: scale(1.2);
}

#callToAction .btn-copy-modal {
  background-color: var(--my-color);
  color: white;
}

#callToAction .btn-copy-modal:hover {
  opacity: 0.8;
}

#callToAction .btn-copy-modal span {
  display: flex;
}

#callToAction .btn-copy-modal img {
  margin-right: 7px;
}

#callToAction .btn-copied-modal {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}

#callToAction .btn-copied-modal span {
  display: flex;
  align-items: center;
}

#callToAction .btn-copied-modal img {
  margin-right: 7px;
}

#callToAction .btn-copied-modal:focus {
  box-shadow: none !important;
}


@media screen and (max-width: 420px) {
  .btn-search-zone {
    left: 33%;
  }
  #continer-maps {
    order: 1;
    z-index: 1;
  }
  #container-sidebar-webm {
    order: 2;
    position: absolute;
    bottom: 0%;
    z-index: 2;
    background-color: white;
    transition: all .2s;
    
  }
  #container-sidebar-webm h4 {
    font-size: 17px;
  }
  .text-detail-movil, .text-detail-movil-detail{
    font-size: 14px;
  }
}


.content-button-zone {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 14px;
  display: flex;
  justify-content: center;
}

.close-btn-info {
  cursor: pointer;
  position: absolute;
  font-size: 23px !important;
  right: 4px;
  top: 5px;
  z-index: 2;
}

.gm-ui-hover-effect {
  opacity: 0;
  z-index: 5 !important;
}

.gm-ui-hover-effect:hover {
  opacity: 0 !important;
}