/*! Place your custom styles here */
.main-logo{
  max-width: 100%;
  height: auto;
}

.bg-common{
  background: rgb(31,86,126) !important;
}

.color-common {
  color: rgb(31,86,126);
  opacity: 1;
}

.bg-grey-trans{
  background: grey;
  opacity: .3;
}


.bg-grey{
  background-color: #EAEAEA;
}

.bg-dark-grey{
  background-color: #4e4e4e;
}


.bg--menu {
  background-color: rgb(41, 45, 60, 0.8) !important;
}

.menu-horizontal li span{
    text-color:white !important;
}

.specialties{
  margin-bottom:25px !important;
  border-bottom: 1px solid #eaeaea;
  padding-bottom:10px;
  color: rgb(31,86,126);
}
.slider-resultados {
  width: 600px;
  margin: 0 auto;
}

.desktop-main-hero {
  display: block;
}

.mobile-main-hero{
  display: none;
}

@media all and (min-width: 320px) and (max-width: 767px) {
  .background-image-holder{
    background-size: 640px !important;
    background-repeat: no-repeat !important;
    top: 0 !important;
  }
  .main-logo {
    width: 200px !important;
  }

  .bg-main-top {
    background-position: 50% -8% !important;
    height: 100px;
  }

  .desktop-main-hero {
    display: none;
  }

  .mobile-main-hero{
    display: block;
  }
}

#map {
  height: 500px;
}

.cursor-pointer {
  cursor: pointer;
}
