/* === FONT-FACE === */
@font-face {
  font-family: 'Publico-Bold';
  src: url('../fonts/Publico-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

/* === GLOBAL STYLES === */
body,
p,
span,
a,
button,
.navbar,
.nav-link,
label,
input,
textarea {
  font-family: 'SourceSansPro', sans-serif;
}
/* === TITULARES CON PUBLICO === */
h1 {
  font-family: 'Publico-Bold', serif;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 32px;
}



@media (max-width: 767px) {
  h1 {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .color-h1-deskt {
    color: #000095 !important;
  }

  .color-p-deskt {
    color: #333333 !important;
  }
}


h2,
h3 {
  font-family: 'Publico-Bold', serif;
}


.modal-text-h4 {
  font-size: 28px;
  font-weight: 900;
  color: #000095;
  font-family: 'Publico-Bold', serif;
  text-align: left;      
}

.body-text-modal {
  text-align: left; 
}

@media (min-width: 768px) {
  .body-text-modal {
    text-align: center; 
  }
}

@media (min-width: 768px) {
  .modal-text-h4 {
    text-align: center;       /* centrado desde tablets en adelante */
  }
}

.text-header-card {
  font-size: 18px;
  font-weight: 600;
  color: #000095;
  font-family: 'SourceSansPro', sans-serif;
  
}

.text-card {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  font-family: 'SourceSansPro', sans-serif;
}

.text-normal-axa {
  font-size: 18px;
  font-weight: 400;
  color: #252A2D;
  line-height: 28px;
  font-family: 'SourceSansPro', sans-serif;
  text-align: center;
}

.text-benefits {
  font-size: 32px;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
  font-family: 'Publico-Bold', serif;
  text-align: center;
  margin-bottom: 32px;
}



@media (max-width: 767px) {
  .text-benefits {
    font-size: 28px;
    font-weight: 800;
    color: #333333;
    line-height: 36px;
    font-family: 'Publico-Bold', serif;
    text-align: left;
    margin-bottom: 24px;
  }
}


.text-form-header {
  font-size: 32px;
  font-weight: 800;
  color: #000095;
  line-height: 42px;
  font-family: 'Publico-Bold', serif;
  text-align: center;
  margin-bottom: 32px;
}



@media (max-width: 767px) {
  .text-form-header {
    font-size: 28px;
    font-weight: 800;
    color: #000095;
    line-height: 36px;
    font-family: 'Publico-Bold', serif;
    text-align: left;
    margin-bottom: 24px;
  }
}


@media (max-width: 767px) {
  .text-normal-axa {
    text-align: left;
  }
}




nav.shadow-custom {
  display: block;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  z-index: 10;
}




.subtextheder {
  font-size: 22PX;
  font-weight: 400;
  margin-bottom: 48px !important;
}


.btn-call {
  background-color: #000095;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 24px;
  transition: background-color 0.2s ease;
}

.btn-call:hover {
  background-color: #00005B;
  color: #ffffff;
}


.btn-high {
  background-color: #000095;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  min-height: 56px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transition: background-color 0.2s ease;
  text-align: center;
  text-wrap: balance;
  /* opcional si quieres que el texto no se parta feo */
}

.btn-high:focus,
.btn-high:active,
.btn-high:focus-visible {
  background-color: #00005B !important;
  color: #ffffff !important;
  outline: none;
  box-shadow: none;
}


.btn-whats {
  background-color: #25D366;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  min-height: 56px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transition: background-color 0.2s ease;
  text-align: center;
  text-wrap: balance;
  /* opcional si quieres que el texto no se parta feo */
}

.btn-whats:focus,
.btn-whats:active,
.btn-whats:focus-visible {
  background-color: #22BF5D !important;
  color: #ffffff !important;
  outline: none;
  box-shadow: none;
}

.btn-whats:hover {
  background-color: #22BF5D;
  color: #ffffff;
}




.btn-high:disabled,
.btn-high.disabled {
    background-color: #D8DADA !important;
    color: #5E6A71 !important;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    border-color: transparent !important;
    border-width: 0 !important;
}


/* Mobile: ocupar todo el ancho */
@media (max-width: 600px) {
  .btn-high {
    width: 100%;
  }
}

.btn-high:hover {
  background-color: #00005B;
  color: #ffffff;
}

.material-symbols-outlined {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 6px;
}


.cotiza-section {
  background-color: #fff;
}

@media (min-width: 768px) {
  .cotiza-section {
    background-image: 
    linear-gradient(90deg, white calc(7% - 600px), white calc(35% - 274px), rgba(255, 255, 255, 0) 58%),
      url(../resources/cotiza-tu-seguro-de-auto.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
  }
}



@media (max-width: 767px) {
  .cotiza-section::after {
    content: "";
    display: block;
    background: url('../resources/cotiza-tu-seguro-de-auto-mobile.jpg') no-repeat center center;
    background-size: cover;
    height: 290px;
    margin-top: 20px;
  }

  .cotiza-section h1 {
    color: #000095;
  }

  .cotiza-section p {
    color: #000;
  }
}

@media (min-width: 1024px) {
  .desktop-hight {
    height: 70vh;
  }
}


@media (max-width: 600px) {
  .py-5 {
    padding-bottom: 0rem !important;
  }
}

.text-header {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
}

.text-subtitle {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  
}

@media (max-width: 600px) {
  .text-subtitle {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 24px !important;
    color: #ffffff;
    text-align: left;
  }
}


.bottom-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 1000;
}


.benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.benefits-controls {
  background-color: #E2DFDF;
  border-radius: 30px;
  padding: 16px;
  width: 87px;
}

.swiper-pagination-bullet {
  background:#5E6A71 !important;
  opacity: 1 !important;
}

.swiper-pagination {
  display: flex;
  align-items: space-between !important;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #888;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-bullet-active {
  background: #000095!important;
  width: 16px !important;
  height: 8px !important;
  border-radius: 20px !important;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  padding-left: 7px;
  padding-bottom: 7px;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.nav-buttons {
  display: flex;
  gap: 10px;
}

.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
}

.custom-prev {
  background-color: #E2DFDF;
  color: #4a4a4a;
}

.custom-next {
  background-color: #000095;
  color: #fff;
}


.custom-prev,
.custom-next .material-symbols-outlined  {
  padding-left: 10px;
}


.swiper-pagination {
  pointer-events: auto;
  z-index: 0;
  width: auto !important;
}


.custom-img-shadow {
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


.testimonial-card {
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.stars {
  font-size: 24px;
  color: #000095;
}

.bg-light {
  background-color: #EEEEEE !important;
}

.name-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000095;
}

/* Forzar mismo alto a todas las tarjetas del slider */
.testimonial-card {
  min-height: 250px; /* ajusta según necesites */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Contenedor FAQ: ancho máximo en desktop */
.accordion-faq {
  max-width: 685px;
  margin: 0 auto;
  width: 100%;
}

/* Estilo general del botón del acordeón */
.accordion-button {
  background-color: #fff;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #252A2D;
  width: 95%;
  box-shadow: none;
  padding-right: 2.5rem; /* espacio para el ícono */
  position: relative;
}


/* Eliminar la flecha por defecto de Bootstrap */
.accordion-button::after {
  display: none !important;
}

/* Ícono personalizado (Material Icons) */
.rotate-icon {
  color: #000095;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}

/* Rotación del ícono cuando está abierto */
.accordion-button:not(.collapsed) .rotate-icon {
  transform: translateY(-50%) rotate(45deg);
}

/* Remover fondo azul al expandir */
.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #252A2D;
  box-shadow: none;
}

/* Estilo del body del acordeón */
.accordion-body {
  background-color: #fff;
  font-size: 15px;
  color: #333;
}

/* Enlace personalizado */
.faq-link {
  color: #000095;
  font-weight: 600;
  text-decoration: underline;
  font-size: 13px;
}

/* Opcional: sombra ligera para cada item */
.accordion-item {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.footer-legal {
  background-color: #000095;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 99px;
}



.footer-legal-2 {
  background-color: #000095;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.footer-text {
  margin: 0 auto;
  font-family: 'SourceSansPro', sans-serif;
  text-align: left;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}


.float-button-expand {
  position: fixed;
  bottom: 120px;
  right: 24px;
  background-color: #000095;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Color distinto en mobile */
@media (max-width: 767.98px) {
  .float-button-expand {
    background-color: #00005B;
  }
}

.float-button-expand .material-symbols-outlined {
  font-size: 24px;
  transition: transform 0.2s ease;
  margin-left: 16px;
}

/* Ocultamos el texto hasta el hover, y lo mostramos sin interferir */
.float-button-expand .float-label {
  display: none;
  margin-right: 16px;
  font-weight: 700;
  margin-left: 8px;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

/* Al hacer hover, expandimos */
.float-button-expand:hover {
  width: auto;
  padding: 0 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00005B;
}

.float-button-expand:hover .float-label {
  display: inline;
  opacity: 1;
}

.btn-call-fixed {
  width: 288px;
}

@media (max-width: 767.98px) {
  .btn-call-fixed {
    width: 100%;
  }
}

.card {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  --bs-card-border-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: 10px
}


/* DESKTOP: comportamiento actual, no tocar */
@media (min-width: 992px) {
  .scroll-visible-desktop {
    display: none;
  }

  .float-button-expand.show-on-scroll {
    display: inline-grid !important;
  }

  .bottom-navigation.show-on-scroll {
    display: flex !important;
    justify-content: center;
  }
}

/* ✅ MOBILE: que siempre se vean sin esperar scroll */
@media (max-width: 991px) {
  .float-button-expand,
  .bottom-navigation {
    display: flex !important;        /* o inline-grid según tu diseño */
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }

  .scroll-visible-desktop {
    display: flex !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }
}


.scroll-visible-desktop {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  visibility: hidden;
  pointer-events: none;
}

.scroll-visible-desktop.show-on-scroll {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  display: flex !important;

  pointer-events: auto;
}


/* mark === Estilos forms  === */
.form-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.progress-step-wrapper {
  width: 100%;
  max-width: 320px;
}

@media (max-width: 576px) {
  .progress-step-wrapper {
    max-width: 100%;
  }
}

.text-step {
  font-size: 14px;
  font-weight: 400;
  color: #847770;
}

.date-autos {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767.98px) {
  .date-autos {
    text-align: left;
  }
}


.text-forms-p {
  font-size: 18px;
  font-weight: 500;
  color: #252A2D;
  text-align: left;
}


.btn-prev {
  --bs-btn-border-color: #ffffff;
  background-color: #ffffff;
  color: #000095;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}


.btn-prev:hover,
.btn-prev:focus,
.btn-prev:active {
  background-color: #ffffff !important;
  color: #00005B !important;
  box-shadow: none !important;
  border-color: #ffffff !important;
}


.btn-mod {
  --bs-btn-border-color: #ffffff;
  background-color: #ffffff;
  color: #000095;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}


.btn-mod:hover,
.btn-mod:focus,
.btn-mod:active {
  background-color: #ffffff !important;
  color: #00005B !important;
  box-shadow: none !important;
  border-color: #ffffff !important;
}


.small, small {
  font-size: 13px;
  color: #252A2D;
}


.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 596px !important;
  --bs-modal-padding: 0 3rem 3rem 3rem !important;
}

@media (max-width: 767.98px) {
  .modal {
    --bs-modal-padding: 0 2rem 2rem 2rem !important;
  }
}


/* Botón CONTINUAR */
.btn-plan {
  width: 100%;
  height: 46px;
  background-color: #000095;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn-plan:hover {
  background-color: #00005B;
  color: #ffffff;
}

.card-header {
  background-color: transparent !important;
}

/* Gradiente solo para la tarjeta "Amplia" */
.bg-gradient-plan {
  background: linear-gradient(to bottom, #F1F1F9 0%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%; /* Solo ocupa la mitad del alto */
}



.best-seller-badge {
  position: absolute;
  top: -28px;
  left: 18%;
  transform: translateX(-50%);
  background-color: #000095;
  padding: 4px 12px 31px 9px;
  border-radius: 6px;
  font-size: 0.875rem;
  z-index: 0;
}



/* Cards normales (más sombra) */
.plan-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12) !important; /* sombra más notoria */
}

/* Remover sombra en la tarjeta destacada */
.plan-card.border-primary {
  box-shadow: none !important;
}

.quotationPayment {
    display: none;
}
.hed-text-step-4 {
  font-size: 24px;
  font-weight: 600;
  color: #000095;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'SourceSansPro', sans-serif;
}

.text-body-card-4 {
    font-size: 16px;
    font-weight: 400;
    color: #5E6A71;
    line-height: 24px;
    font-family: 'SourceSansPro', sans-serif;
    margin-bottom: 20px;
    min-height: 100px;
}

.text-body-card-4-2 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #252A2D;
  line-height: 24px;
  font-family: 'SourceSansPro', sans-serif;
  margin-bottom: 20px;
}

.first-text-04 {
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  color: #333333;
  line-height: 20px;
  font-family: 'SourceSansPro', sans-serif;
  margin-top: 4px;
  margin-bottom: 4px;
}

.second-text-04 {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  font-family: 'SourceSansPro', sans-serif;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .card-mobile-gap {
    margin-top: 58px;
  }
}

.detalles-sec {
  font-size: 24px;
  font-weight: 500;
  color: #000095;
}

.main-text-05 {
  font-size: 18px;
  font-weight: 600;
  color: #252A2D;
  line-height: 20px;
  font-family: 'SourceSansPro', sans-serif;
}

.no-margin {
  margin: 0;
}

.btn-responsive {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-responsive {
    width: 50%;
  }
}


.btn-responsive-2 {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-responsive-2 {
    width: 20%;
  }
}


.text-head-ty {
  font-size: 28px;
  font-weight: 600;
  color: #000095;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Publico-Bold', serif;
  text-align: left;
}

.text-body-ty {
  font-size: 18px;
  font-weight: 400;
  color: #252A2D;
  line-height: 24px;
  font-family: 'SourceSansPro', sans-serif;
  text-align: left;
}

.need-ty-text {
  font-size: 28px;
  font-weight: 600;
  color: #000095;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Publico-Bold', serif;
  text-align: left; /* Por defecto en mobile */
}

@media (min-width: 768px) {
  .need-ty-text {
    text-align: center; /* En desktop */
  }
}


.body-text-need {
  font-size: 18px;
  font-weight: 400;
  color: #252A2D;
  line-height: 24px;
  font-family: 'SourceSansPro', sans-serif;
  text-align: left; /* Por defecto en mobile */
}

@media (min-width: 768px) {
  .body-text-need {
    text-align: center; /* En desktop */
  }
}


.bg-light-custom {
  background-color: #EEEEEE !important;
}

.con-costo {
  font-size: 24px;
  font-weight: 500;
  color: #000095;
  line-height: 40px;
  font-family: 'SourceSansPro', sans-serif;
  text-align: left;
  margin: 0;
}

.con-costo-body {
  font-size: 16px;
  font-weight: 400;
  color: #5E6A71;
  line-height: 28px;
  font-family: 'SourceSansPro', sans-serif;
  text-align: left; 
  margin-bottom: 32px;
}


.body-grey {
  background-color: #EEEEEE !important;
}

.section-white {
  background-color: #ffffff !important;
}

/* Estado por defecto (inactivo o deshabilitado) */
.custom-prev,
.custom-next {
  background-color: #E2DFDF;
  color: #4a4a4a;
  transition: all 0.3s ease;
}

/* Estado activo (cuando NO está deshabilitado) */
.custom-prev:not(.swiper-button-disabled),
.custom-next:not(.swiper-button-disabled) {
  background-color: #000095;
  color: #fff;
}


@media (max-width: 767.98px) {
  .pb-mobile-32 {
    padding-bottom: 32px;
  }
}
