.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;
  }

  .nosotros {
    background-color: white;
    padding-top: 60px;

    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    margin: 0px auto;
  }
}

.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;
}

.btn-control {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  text-align: left;
}

.btn-control:focus,
.btn-control:active {
  color: #495057;
}

.btn-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.btn-control.is-invalid {
  border-color: #dc3545 !important;
}

textarea {
  resize: none;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.background-image {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.uppercase {
  text-transform: uppercase;
}

.top-strip {
  width: 100%;
  height: 43px;
  background-color: #9b59b6;
  font-size: 14px;
  color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 1;
}

.top-strip p {
  margin: 0px;
  letter-spacing: 1.37px;
}

.top-strip p span {
  font-weight: 600;
  text-decoration: underline;
}

.modal {
  overflow: auto !important;
  z-index: 2147483648 !important;
}

.selectError {
  border-color: #dc3545 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.wrap_mW {
  z-index: 2147483646 !important;
}

.first-letter-m::first-letter {
  text-transform: uppercase;
}

.dashboard-sidebar .dropdown-item {
  white-space: normal !important;
}

.mapContainer {
  width: 100%;
  height: 300px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #002e5d;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #002e5d;
  cursor: pointer;
}

@media (max-width: 425px) {

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

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

  .producto-titulo-movil {
    display: block !important;
  }

  .producto-subtitulo-movil {
    display: block !important;
  }

  .producto-titulo-desk {
    display: none !important;
  }

  .producto-subtitulo-desk {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */