.btn-blue {
  background-color: #0f93fe;
  color: white;
}
@media (max-width: 768px) {
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    color: white;
    background-color: #0f93feE6;
  }
}

.text-blue {
  color: #0f93fe !important;
}

.background-blue {
  background-color: #0f93fe;
}

.color-blue {
  color: #0f93fe;
}

.btn-darkBlue {
  background-color: #002e5d;
  color: white;
}
@media (max-width: 768px) {
  .btn-darkBlue:hover, .btn-darkBlue:active, .btn-darkBlue:focus {
    color: white;
    background-color: #002e5dE6;
  }
}

.text-darkBlue {
  color: #002e5d !important;
}

.background-darkBlue {
  background-color: #002e5d;
}

.color-darkBlue {
  color: #002e5d;
}

.btn-white {
  background-color: white;
  color: white;
}
@media (max-width: 768px) {
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    color: white;
    background-color: whiteE6;
  }
}

.text-white {
  color: white !important;
}

.background-white {
  background-color: white;
}

.color-white {
  color: white;
}

.btn-grey {
  background-color: #494949;
  color: white;
}
@media (max-width: 768px) {
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    color: white;
    background-color: #494949E6;
  }
}

.text-grey {
  color: #494949 !important;
}

.background-grey {
  background-color: #494949;
}

.color-grey {
  color: #494949;
}

.btn-error {
  background-color: #dc3545;
  color: white;
}
@media (max-width: 768px) {
  .btn-error:hover, .btn-error:active, .btn-error:focus {
    color: white;
    background-color: #dc3545E6;
  }
}

.text-error {
  color: #dc3545 !important;
}

.background-error {
  background-color: #dc3545;
}

.color-error {
  color: #dc3545;
}

.row {
  margin: 0 !important;
}

.predios-card {
  cursor: pointer;
}

#zonaMapa {
  width: 100%;
  height: 250px;
}
@media (min-width: 1024px) {
  #zonaMapa {
    height: 350px;
  }
}

#predioCarousel .carousel-item .item-img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 380px;
  max-height: 100%;
  background-position: center;
}
#predioCarousel .carousel-control-prev .carousel-control-icon,
#predioCarousel .carousel-control-next .carousel-control-icon {
  background-color: #000000c2;
  border-radius: 100%;
  padding: 8px 12px;
}

#sendContactConfirmationModal .confirmation-icon {
  font-size: 70px;
}
#sendContactConfirmationModal .success-form .confirmation-icon {
  color: #218838;
}
#sendContactConfirmationModal .error-form .confirmation-icon {
  color: #dc3545;
}
@media (max-width: 425px) {

    .producto-titulo {
        font-size: 27px !important;
    }

    .producto-subtitulo {
        font-size: 15px !important;
    }

}
/*# sourceMappingURL=web.css.map */
