.swiper {
  width: 100%;
  /*height: 100vh;*/
}

.slide-content {
  display: flex;
  align-items: center;
  /*height: 100%;*/
}

.text-content {
  flex: 1 1;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 20%;
  width: 40%;
}

.text-content h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.text-content p {
  font-size: 1.2em;
}

.image-content {
  flex: 1;
  height: 100%;
}

.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* src/SwiperCarousel.css */
.card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 100%;
  max-height: 400px;
  text-align: center;
}

.card-image {
  height: 500px;
  object-fit: cover;
  width: 100%;
  object-position: center 0px;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 1.5rem;
  margin: 0;
  color: #333;
}

.card-text {
  font-size: 1rem;
  color: #666;
}

/* Custom Swiper styles */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.swiper-pagination-bullet {
  background: #333;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.sliderBackground {
  background: linear-gradient(180deg, #f8f8f8 0%, #009844 100%);
}

#help3-content {
  color: white;
}

.rescate-container {
  /* puedes controlar el posicionamiento aquí */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* o center si quieres centrar */
  align-items: center;
  padding: 20px;
}

/* Contenedor del rótulo */
.rescate-badge {
  display: inline-block;
  background: #ffffff; /* fondo blanco */
  opacity: 0.8;
  color: #2a8f2e; /* verde del texto */
  border-radius: 28px; /* esquinas redondeadas */
  padding: clamp(10px, 2vw, 20px) clamp(16px, 3vw, 32px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  line-height: 0.95;
  font-weight: 800;
  font-family: 'Inter', 'Nunito', 'Montserrat', system-ui, sans-serif;
  font-size: clamp(22px, 4.2vw, 64px);
  letter-spacing: -0.5px;
  text-wrap: balance;
}

.rescate-badge span {
  display: inline-block;
  transform: translateY(1px); /* micro ajuste */
}

p.rescate-badge {
  line-height: 1.3;
}

.swiper-button-next {
  color: white !important;
}
.swiper-button-prev {
  color: white !important;
}

#cobertura-sw .swiper-button-next {
  color: green !important;
}
#cobertura-sw .swiper-button-prev {
  color: green !important;
}

@media (max-width: 476px) {
  #help3-content {
    color: black;
  }

  .card-image {
    /* width: auto; */
    object-fit: cover;
    /* object-position: right center; */
    height: 350px;
  }

  .text-content {
    flex: 1 1;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 72%;
    transform: translate(-50%, -50%);
    left: 50%;
    /* background-color: #ffffff75; */
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slide-content {
    flex-direction: column;
  }
  .image-content {
    width: 100%;
  }
  .text-content h2 {
    font-size: 1.5em;
  }
  .text-content p {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 476px) {
}
@media (max-width: 768px) {
}
@media (max-width: 992px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1400px) {
}
