:root {
  --swiper-theme-color: #008ac9 !important;
  --swiper-pagination-bottom: 0 !important;
}

.whatsapp-float {
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.08);
  }

  20% {
    transform: scale(0.98);
  }

  30% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(0.96);
  }

  50% {
    transform: scale(1.08);
  }

  60% {
    transform: scale(1);
  }
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.18);
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.whatsapp-float:hover {
  background: #128c7e;
}

.whatsapp-float i {
  font-size: 34px;
  color: white;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
a {
  text-decoration: none;
  color: #000;
}

a:visited,
a:hover,
a:active,
a:focus {
  color: #000;
}

body {
  font:
    400 18px "Roboto",
    Arial,
    sans-serif;
}
.st1 {
  background: radial-gradient(circle, #008ac9 0%, #0066a2 100%);
  border-radius: 25px;
}
.estrellas {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.estrellas i {
  color: #fff;
  margin-right: 5px;
  font-size: 33px;
}
.logo1 {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.logo1 img {
  max-width: 100%;
}
.swiper-slide {
  height: auto !important;
}
.st2 {
  background: linear-gradient(135deg, #10111e 0%, #23243a 100%);
  border-radius: 25px;
}
.st4 {
  background: linear-gradient(135deg, #f7f7f7 0%, #e0e7ef 100%);
  border-radius: 25px;
  overflow: hidden;
}
.t1 {
  font-size: 25px;
}
.t2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.t2.xl {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.t3 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
.max-width-400 {
  max-width: 400px;
}
.bt3 {
  font-size: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
}
h1 {
  font-size: 42px;
}

.bt1 {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #25d366 0%, #2fac4aff 100%);
  color: #fff !important;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.18rem;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.15);
  transition: all 0.1s cubic-bezier(0.1, 0, 0.2, 1);
  border: none;
  position: relative;
}
.bt4 {
  background: linear-gradient(135deg, #14192a 0%, #23243a 100%);
  color: #fff;
  border-radius: 25px;
}
.bt4 img {
  filter: brightness(1) invert(1);
  opacity: 0.2;
  max-width: 50px;
}

.bt1:hover {
  background: linear-gradient(90deg, #25d366 0%, #30ba4eff 100%);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
  /* transform: scale(1.01) translateY(-1px); */
}
.tornillo {
  position: absolute;
  bottom: -6px;

  width: 181px;
  right: -149px;
}
.bt1 img.icono,
.bt2 img.icono {
  height: 1.3em;
  margin-right: 10px;
  vertical-align: middle;
  filter: brightness(1) invert(1);
}

.bt2 {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #2db9e8ff 0%, #1c9ce1ff 100%);
  color: #fff !important;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(0, 153, 204, 0.15);
  transition: all 0.1s cubic-bezier(0.1, 0, 0.2, 1);
  border: none;
}
.bt2.enviar {
  width: 100%;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.bt2:hover {
  background: linear-gradient(90deg, #00bfff 0%, #43a5daff 100%);
  box-shadow: 0 8px 24px rgba(0, 153, 204, 0.28);
  /* transform: scale(1.01) translateY(-1px); */
}

.logo {
  max-width: 100%;
  height: auto;
  width: 400px;
}
@media (max-width: 900px) {
  .tornillo {
    width: 124px;
    right: -88px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .t1,
  .t2,
  .t3 {
    font-size: 18px;
  }
  .bt1 {
    font-size: 16px;
    padding: 10px 18px;
  }
  .bt2 {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* Modal de Vacaciones */
.vacaciones-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeInModal 0.3s ease-in;
}

.vacaciones-modal {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  animation: slideUpModal 0.3s ease-out;
}

.vacaciones-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.vacaciones-modal-close:hover {
  color: #000;
}

.vacaciones-modal-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
}

.vacaciones-modal-title {
  font-size: 28px;
  color: #008ac9;
  margin-bottom: 15px;
  font-weight: 700;
}

.vacaciones-modal-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUpModal {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
