/* ================== ESTRUCTURA GENERAL ================== */

body {
  background-color: #edf1f4 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
}

.row {
  margin: 0 !important;
}

/* ================== BOTONES ================== */

.btn-azul-pimatur {
  background-color: #0067af !important;
  color: white !important;
  border-radius: 10px !important;
  z-index: 100;
}

.bg-gris-pimatur {
  background-color: #edf1f4 !important;
}

/* ================== ETIQUETAS SOBRE IMAGEN ================== */

.descp_escapadas_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #edf1f4;
  color: #007bff;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.9rem;
  z-index: 2;
  pointer-events: none;
}

/* ================== ESCAPADAS Y SLIDERS ================== */

.row_escapadas img {
  height: 23px !important;
  margin-right: 7px !important;
}
.aereo_bus img {
  height: 16px !important;
}

.row_escapadas .titulo {
  font-family: "Roboto", sans-serif;
  font-size: 20pt;
  font-weight: 400 !important;
}

#slider_ofertas_home,
#slider_ofertas_home .carousel-inner,
#slider_ofertas_home .carousel-item,
#slider_ofertas_home img,
#slider_escapadas_home,
#slider_escapadas_home .carousel-inner,
#slider_escapadas_home .carousel-item,
#slider_escapadas_home img {
  border-radius: 10px !important;
  overflow: hidden;
}

#slider_ofertas_home .carousel-item img,
#slider_escapadas_home .carousel-item img {
  height: 215px !important;
  width: 100%;
  object-fit: cover;
}

/* ================== INDICADORES CAROUSEL ================== */

.custom-indicators button {
  width: 30px;
  height: 6px;
  margin: 0 4px;
  border: none;
  background-color: #444;
  transition: background-color 0.3s ease;
}

.custom-indicators button.active {
  background-color: #007bff !important;
}

/* ================== CONTADORES ================== */

.contadores {
  border-radius: 10px !important;
  background-color: #0067af !important;
}

.contador {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-radius: 10px !important;
  color: white !important;
  text-align: center;
  background-color: #0067af !important;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contador .numeros {
  font-size: 74pt !important;
}

.contador .subtitulos {
  font-size: 22pt !important;
  min-height: 55px;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
  display: block;
}

.sobre_nosotros_sobre_nosotros {
  font-size: 14px;
  font-weight: 300;
}

.sobre_nosotros_tit1,
.sobre_nosotros_tit2 {
  font-family: "Qualy";
  font-size: 30pt !important;
}
.sobre_nosotros_tit2 {
  color: #00a5ea !important;
}

.sobre_nosotros_texto {
  margin-right: 25px !important;
  font-size: 15pt;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.text-justify {
  text-align: justify;
}

.sobre_nosotros_final {
  font-size: 15pt;
  font-weight: 600;
}

.btn-filtro-activo {
  border: 1px solid #0067af !important;
  font-weight: bold !important;
  color: #0067af !important;
  background-color: #ffffff !important;
}

.botones_home_productos .btn {
  background-color: #e6e6e6 !important;
}
