body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff; /* Verde muy claro y suave */
}

.brand-logo {
  height: 80px;
}

.logo-col {
  display: block;
  margin: 0 auto;
  width: 60%;
  height: auto;
}

.btn-custom {
  background-color: #357D5C;
  color: white;
}

.btn-custom:hover {
  background-color: #2e6a50;
}

.card-option {
  transition: all 0.3s;
  border: none;
  background-color: #d7e9dd;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.card-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-info i {
  font-size: 1.2rem;
  color: #357D5C;
}

/*PAQUETES NACIONALES*/


.bg-paquetes-nacionales {
  background-image: url('img/paquetes_nacionales_3.jpg'); /* Ajusta esta ruta si está en otro lugar */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 160px; /* altura mínima para asegurar buena presentación */
}

.bg-paquetes-nacionales::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55); /* Más oscuro para resaltar texto */
  z-index: 0;
  border-radius: 12px;
}

.bg-paquetes-nacionales * {
  position: relative;
  z-index: 1;
}

.bandera-icon {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.bg-paquetes-nacionales h6 {
  font-size: 1.8rem;
  font-weight: 700;
    color: white; /* texto en blanco */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* buen contraste */
}




.bg-paquetes-internacionales {
  background-image: url('img/paquetes_internacionales_2.jpg'); /* Ajusta esta ruta si está en otro lugar */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 160px; /* altura mínima para asegurar buena presentación */
}

.bg-paquetes-internacionales::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55); /* Más oscuro para resaltar texto */
  z-index: 0;
  border-radius: 12px;
}

.bg-paquetes-internacionales * {
  position: relative;
  z-index: 1;
}

.bg-paquetes-internacionales h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: white; /* texto en blanco */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* buen contraste */
}




.bg-representaciones {
  background-image: url('img/representaciones_2.jpg'); /* Ajusta esta ruta si está en otro lugar */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 160px; /* altura mínima para asegurar buena presentación */
}

.bg-representaciones::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55); /* Más oscuro para resaltar texto */
  z-index: 0;
  border-radius: 12px;
}

.bg-representaciones * {
  position: relative;
  z-index: 1;
}


.bg-representaciones h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: white; /* texto en blanco */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* buen contraste */
}








