/* Sección CTA Chat 24/7 */
.cta-chat {
  background: linear-gradient(120deg, #eaf3fb 0%, #e6f9f1 100%);
  padding: 56px 0 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-chat-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  animation: ctaChatFadeIn 1.2s cubic-bezier(0.4,0,0.2,1) both;
}
.cta-chat-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--azul);
  margin-bottom: 18px;
  letter-spacing: 1px;
  animation: ctaChatTitleAnim 1.4s cubic-bezier(0.4,0,0.2,1) both;
}
.cta-chat-desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 28px;
  font-weight: 500;
  animation: ctaChatDescAnim 1.7s cubic-bezier(0.4,0,0.2,1) both;
}
.cta-chat-btn {
  background: var(--verde);
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(46,204,113,0.13);
  padding: 16px 38px;
  text-decoration: none;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  display: inline-block;
  animation: ctaChatBtnAnim 2s cubic-bezier(0.4,0,0.2,1) both infinite alternate;
}
.cta-chat-btn:hover {
  background: var(--azul);
  color: #fff;
  box-shadow: 0 8px 32px rgba(31,111,235,0.18);
  transform: translateY(-3px) scale(1.04);
}
@keyframes ctaChatFadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ctaChatTitleAnim {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes ctaChatDescAnim {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ctaChatBtnAnim {
  0% { box-shadow: 0 4px 18px rgba(46,204,113,0.13); }
  100% { box-shadow: 0 12px 36px rgba(46,204,113,0.22); transform: scale(1.07); }
}
@media (max-width: 700px) {
  .beneficios {
    padding: 12px 0 8px 0;
  }
  .beneficios-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .beneficio-card {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 2px 10px 2px;
  }
  .beneficios {
    padding: 32px 0 18px 0;
  }
  .beneficio-card {
    padding: 18px 8px 14px 8px;
    font-size: 0.97rem;
    min-width: 0;
    max-width: 100%;
    .beneficio-card {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 2px 7px 2px;
      border-radius: 12px;
      font-size: 0.93rem;
      min-height: 1px;
      box-shadow: 0 2px 8px rgba(31,111,235,0.07);
      background: #fff;
      border-top: 3px solid var(--verde);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: box-shadow 0.18s, border-top-color 0.18s;
    }
    .beneficio-card.blue {
      border-top: 3px solid var(--azul);
    }
    .beneficio-card:hover {
      box-shadow: 0 6px 18px rgba(31,111,235,0.13);
      border-top-color: var(--azul);
    }
    .beneficio-icon {
      font-size: 1.3rem;
      margin-bottom: 2px;
      margin-top: 0;
      line-height: 1;
    max-width: 100%;
  }
  .paraquien-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  .paraquien-cardswrap {
    gap: 10px;
    padding: 0 4px;
  }
  .paraquien-card {
    padding: 12px 6px 8px 6px;
    font-size: 0.97rem;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
  }
  .testimonios-img {
    aspect-ratio: 16/10;
    border-radius: 8px;
  }
  .testimonios {
    padding: 32px 0 18px 0;
  }
  .testimonios-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  .testimonios-grid {
    gap: 10px;
  }
  .testimonio-card {
    padding: 14px 6px 10px 6px;
    font-size: 0.97rem;
    min-width: 0;
    max-width: 100%;
  }
  .contacto {
    padding: 32px 0 18px 0;
  }
  .contacto-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .contacto-desc {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .contacto-info {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .contacto-form {
    padding: 10px 2px 8px 2px;
    max-width: 100%;
    gap: 6px;
  }
  .cta-chat {
    padding: 24px 0 12px 0;
  }
  .cta-chat-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .cta-chat-desc {
    font-size: 0.97rem;
    margin-bottom: 12px;
  }
  .cta-chat-btn {
    font-size: 0.97rem;
    padding: 8px 12px;
  }
  .footer {
    padding: 16px 0 8px 0;
    margin-top: 16px;
  }
  .footer-links {
    gap: 6px;
    font-size: 0.95rem;
  }
  .footer-copy {
    font-size: 0.92rem;
    margin-top: 4px;
  }
}
  .cta-chat-title {
    font-size: 1.2rem;
  }
  .cta-chat-content {
    padding: 0 8px;
  }
  .cta-chat-btn {
    font-size: 1rem;
    padding: 12px 18px;
  }
}
/* Botón flotante de chat */
.chat-float-btn {
  position: fixed;
  right: 28px;
  bottom: 32px;
  z-index: 1000;
  background: var(--azul);
  color: #fff;
  font-weight: 700;
  font-size: 1.13rem;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(31,111,235,0.18);
  padding: 16px 32px 16px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  cursor: pointer;
}
.chat-float-btn:hover {
  background: var(--verde);
  color: #fff;
  box-shadow: 0 8px 32px rgba(46,204,113,0.18);
  transform: translateY(-3px) scale(1.04);
}
@media (max-width: 700px) {
  .chat-float-btn {
    right: 12px;
    bottom: 16px;
    font-size: 1rem;
    padding: 12px 18px 12px 14px;
  }
}
/* Imagen decorativa antes de testimonios */
.testimonios-imgwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px 0;
}
.testimonios-img {
  max-width: 900px;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(31,111,235,0.10);
  object-fit: cover;
  aspect-ratio: 16/7;
}
@media (max-width: 700px) {
  .testimonios-img {
    max-width: 100%;
    border-radius: 12px;
  }
}
/* Footer profesional */
.footer {
  background: linear-gradient(120deg, #eaf3fb 60%, #e6f9f1 100%);
  padding: 32px 0 18px 0;
  text-align: center;
  box-shadow: 0 -4px 18px rgba(31,111,235,0.07);
  margin-top: 32px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
}
.footer-links a {
  color: var(--azul);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.08rem;
  transition: color 0.18s;
}
.footer-links a:hover {
  color: var(--verde);
  text-decoration: underline;
}
.footer-copy {
  color: #444;
  font-size: 0.98rem;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .footer-links {
    gap: 12px;
    font-size: 0.97rem;
  }
}
.hero {
  background: linear-gradient(120deg, #eaf3fb 0%, #e6f9f1 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 64px 0 40px 0;
  box-shadow: 0 8px 32px rgba(31,111,235,0.07);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
  background: url('images/img02.jpg') center center/cover no-repeat;
  filter: blur(2px) brightness(0.92);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255,255,255,0.55);
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(31,111,235,0.10);
  backdrop-filter: blur(7px) saturate(1.2);
  -webkit-backdrop-filter: blur(7px) saturate(1.2);
  padding: 32px 18px 24px 18px;
  display: inline-block;
}
.hero-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--azul);
  margin-bottom: 18px;
  letter-spacing: 1px;
  animation: heroFadeIn 1.1s cubic-bezier(0.4,0,0.2,1) both;
}
.hero-subtitle {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 0;
  font-weight: 500;
  animation: heroFadeIn 1.6s cubic-bezier(0.4,0,0.2,1) both;
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 700px) {
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-content {
    padding: 0 8px;
  }
  .hero {
    min-height: 320px;
    padding: 38px 0 18px 0;
  }
}
/* Descripción destacada en sección contacto */
.contacto-desc {
  text-align: center;
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 22px;
  font-weight: 500;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* Sección de contacto fuerte (CTA) */
.contacto {
  background: linear-gradient(120deg, #e6f9f1 60%, #eaf3fb 100%);
  padding: 64px 0 48px 0;
  box-shadow: 0 8px 32px rgba(46,204,113,0.07);
}
.contacto-title {
  text-align: center;
  color: var(--verde);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.contacto-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 1.1rem;
  color: var(--azul);
  font-weight: 600;
  margin-bottom: 18px;
}
.contacto-form {
  background: rgba(255,255,255,0.8);
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(31,111,235,0.10);
  padding: 32px 24px 18px 24px;
  max-width: 420px;
  margin: 0 auto 18px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacto-form label {
  font-weight: 600;
  color: var(--azul);
  margin-bottom: 2px;
}
.contacto-form input,
.contacto-form textarea {
  border: 1.5px solid #d0e6f7;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1rem;
  margin-bottom: 8px;
  background: #f7f7f7;
  transition: border 0.18s;
}
.contacto-form input:focus,
.contacto-form textarea:focus {
  border: 1.5px solid var(--azul);
  outline: none;
}
.contacto-form button {
  background: var(--azul);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.18s;
}
.contacto-form button:hover {
  background: #1456b3;
}
.contacto-agente {
  display: block;
  text-align: center;
  margin: 18px auto 0 auto;
  background: var(--verde);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 32px;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(46,204,113,0.10);
  text-decoration: none;
  transition: background 0.18s;
}
.contacto-agente:hover {
  background: #229e57;
}
@media (max-width: 700px) {
  .contacto-form {
    padding: 18px 8px 12px 8px;
    max-width: 100%;
  }
  .contacto-title {
    font-size: 1.3rem;
  }
}
/* Testimonios */
.testimonios {
  background: linear-gradient(120deg, #eaf3fb 60%, #e6f9f1 100%);
  padding: 64px 0 48px 0;
}
.testimonios-title {
  text-align: center;
  color: var(--azul);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.testimonios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
}
.testimonio-card {
  background: rgba(255,255,255,0.7);
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(31,111,235,0.10), 0 1.5px 8px rgba(46,204,113,0.07);
  padding: 28px 22px 18px 22px;
  font-size: 1.08rem;
  color: #222;
  max-width: 340px;
  min-width: 220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
}
.testimonio-card.blue {
  border-left: 5px solid var(--azul);
}
.testimonio-card:not(.blue) {
  border-left: 5px solid var(--verde);
}
.testimonio-card span {
  display: block;
  margin-top: 12px;
  font-size: 1rem;
}
.testimonio-card:hover {
  box-shadow: 0 12px 32px rgba(46,204,113,0.18), 0 4px 18px rgba(31,111,235,0.13);
  transform: translateY(-6px) scale(1.03);
}
@media (max-width: 900px) {
  .testimonios-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonio-card {
    max-width: 100%;
    min-width: 0;
    font-size: 1rem;
  }
}
/* Responsive para sección ¿Para quién es este plan? */
@media (max-width: 900px) {
  .paraquien-cardswrap {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
    padding: 0 8px;
  }
  .paraquien-card {
    max-width: 100%;
    min-width: 0;
    flex-direction: row;
    align-items: flex-start;
    font-size: 1rem;
  }
  .paraquien-headerimg {
    border-radius: 0 0 18px 18px;
  }
}
@media (max-width: 600px) {
  .paraquien-title, .paraquien-desc {
    font-size: 1.1rem;
    padding: 0 6px;
  }
  .paraquien-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 8px 10px 8px;
    font-size: 0.97rem;
    gap: 8px;
  }
  .paraquien-icon {
    font-size: 1.6rem;
    min-width: 36px;
    min-height: 36px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .paraquien-cardswrap {
    gap: 14px;
  }
}
/* Estilos principales para Mega Insurance */
:root {
  --verde: #2ECC71;
  --azul: #1F6FEB;
  --blanco: #fff;
  --gris: #222;
  --gris-claro: #f7f7f7;
}
body {
  background: var(--blanco);
  color: var(--gris);
  font-family: 'Segoe UI', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
/* Header */
.header-contact-btn {
  margin-left: auto;
  padding: 10px 28px;
  background: var(--azul);
  color: var(--blanco);
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(31,111,235,0.10);
  cursor: pointer;
  transition: background 0.2s;
  display: inline-block;
}
.header-contact-btn:hover {
  background: #1456b3;
}
/* Branding title in header */
.branding-title {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
  background: rgba(255,255,255,0.45);
  border-radius: 18px;
  padding: 8px 24px;
  box-shadow: 0 2px 12px rgba(31,111,235,0.10);
  backdrop-filter: blur(7px) saturate(1.2);
  -webkit-backdrop-filter: blur(7px) saturate(1.2);
}
.main-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(31,111,235,0.07);
  padding: 0;
  z-index: 10;
  align-items: center;
}
.hero-img {
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  max-width: 600px;
  width: 100%;
  min-width: 320px;
  object-fit: cover;
  aspect-ratio: 16/10;
}
/* Beneficios principales */
.beneficios {
  background: var(--blanco);
  padding: 64px 0;
}
.beneficios-title {
  text-align: center;
  color: var(--verde);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.beneficio-card {
  background: linear-gradient(120deg, #e6f9f1 60%, #f7f7f7 100%);
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(46,204,113,0.12), 0 2px 12px rgba(31,111,235,0.09);
  padding: 36px 18px 28px 18px;
  border-top: 6px solid var(--verde);
  text-align: center;
  font-weight: 600;
  color: #222;
  transition: box-shadow 0.22s, transform 0.18s, border-top-color 0.18s;
  position: relative;
  cursor: pointer;
}
.beneficio-card.blue {
  border-top: 6px solid var(--azul);
}
.beneficio-card:hover {
  box-shadow: 0 12px 36px rgba(31,111,235,0.18), 0 4px 18px rgba(46,204,113,0.15);
  transform: translateY(-6px) scale(1.03);
  border-top-color: var(--azul);
}
.beneficio-icon {
  font-size: 2.7rem;
  margin-bottom: 16px;
  color: var(--verde);
  transition: color 0.2s, transform 0.18s;
  display: block;
}
.beneficio-card.blue .beneficio-icon {
  color: var(--azul);
}
.beneficio-card:hover .beneficio-icon {
  color: var(--azul);
  transform: scale(1.15) rotate(-8deg);
}
/* ¿Para quién es este plan? */
/* Título de la sección paraquien */
.paraquien-desc {
  text-align: center;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.paraquien-title {
  text-align: center;
  color: var(--azul);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.paraquien-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.paraquien {
  background: linear-gradient(120deg, #eaf3fb 0%, #e6f9f1 100%);
  padding: 0 0 64px 0;
  position: relative;
  box-shadow: 0 8px 32px rgba(31,111,235,0.07);
}
.paraquien-headerimg {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 8px 32px rgba(31,111,235,0.10);
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.paraquien-cardswrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1100px;
  margin: 32px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
.paraquien-title, .paraquien-desc {
  position: relative;
  z-index: 2;
}
/* ¿Para quién es este plan? */
.paraquien-card {
  background: rgba(255,255,255,0.65);
  border-radius: 22px;
  padding: 22px 18px 18px 18px;
  text-align: left;
  color: #222;
  box-shadow: 0 8px 32px rgba(31,111,235,0.13), 0 2px 12px rgba(46,204,113,0.09);
  font-weight: 500;
  position: relative;
  transition: box-shadow 0.22s, transform 0.18s, background 0.18s;
  cursor: pointer;
  border-left: 6px solid var(--azul);
  border-top: none;
  border-right: none;
  font-size: 1.05rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 220px;
  max-width: 350px;
  margin: 0 auto;
  animation: paraquienFadeIn 0.8s cubic-bezier(0.4,0,0.2,1) both;
  backdrop-filter: blur(7px) saturate(1.2);
  -webkit-backdrop-filter: blur(7px) saturate(1.2);
  border-right: 1.5px solid rgba(31,111,235,0.07);
}
.paraquien-card.green {
  border-left: 5px solid var(--verde);
}
.paraquien-card:hover {
  box-shadow: 0 16px 40px rgba(46,204,113,0.22), 0 8px 28px rgba(31,111,235,0.15);
  transform: translateY(-8px) scale(1.04);
  background: rgba(255,255,255,0.82);
}
.paraquien-icon {
  font-size: 2.2rem;
  min-width: 54px;
  min-height: 54px;
  background: linear-gradient(135deg, #e6f9f1 60%, #eaf3fb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(31,111,235,0.10);
  border: 2px solid #eaf3fb;
}
.paraquien-card-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--azul);
  margin-bottom: 2px;
  margin-top: 0;
  letter-spacing: 0.5px;
}
.paraquien-card-desc {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.45;
}
@keyframes paraquienFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Responsive y otros estilos omitidos por brevedad */
