section h1 {

  margin-bottom: 1rem;
      margin-top: 0px;
 font-size: 45px;
        font-family: "Apollo";
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 768px) {

 
  
section h1 {
        font-size: 30px;
    margin-bottom: 1rem;
       
}
}


/* Apollo */
@font-face {
  font-family: 'Apollo';
  font-style: normal;
  font-weight: 400;
  src: url('../font/apollo-webfont.woff2') format('woff2'),
       url('../font/apollo-webfont.woff') format('woff');
  font-display: swap;
}

/* Avenir Regular */
@font-face {
  font-family: 'Avenir Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../font/avenir_regular-webfont.woff2') format('woff2'),
       url('../font/avenir_regular-webfont.woff') format('woff');
  font-display: swap;
}


/* Source sans */
@font-face {
  font-family: 'Source Sans';
  font-style: normal;
 
  src: url('../font/SourceSans3-VariableFont_wght.woff2') format('woff2'),
       url('../font/SourceSans3-VariableFont_wght.woff') format('woff');
  font-display: swap;
}


.page-id-5704 .mi-header-botones {

  display: none;
}


 h2, h3, h4, h5 {
  font-family: "Apollo";
  font-weight: 400;
  line-height: 1;
}

h2{

 
    font-size: 2.75rem;
  
    color: #00558C;

}


p, span, a, td {
  font-family: "Avenir Regular", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

/* ─── HERO PRINCIPAL ─────────────────────────────────────────────────────────── */
.hero {
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(176deg, #00558C 0%, #D22630 100%);
min-height: 565px;
  position: relative;
  overflow: hidden;
}

/* ─── CAPA SUPERIOR CON IMAGEN ───────────────────────────────────────────────── */
.hero__overlay {
  position: absolute;
  inset: 0;
  background-image: url("https://seguroalquiler.onlygal.es/wp-content/uploads/2025/05/seguro-de-impago-de-alquiler-portada-impago-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ─── CONTENEDOR DE CONTENIDO ─────────────────────────────────────────────────── */
.hero__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 2rem;
  height: 100%;
}

/* ─── COLUMNA DE TEXTO ───────────────────────────────────────────────────────── */
.hero__text {
  flex: 1 1 45%;
  color: #fff;
}

.hero__text-inner {
  max-width: 371px;
}

/* bloque extra de párrafos */
.hero__text-parrafos p {
  margin-bottom: 1rem;
}


.hero__text p {
  font-size: 1.125rem;
}

.subtitulo-1 {
  font-size: 22px!important;
}


.subtitulo-2 {
font-size: 23px;
    font-weight: 400;
    line-height: 22px;
    color: #00558C;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.2;
        padding-bottom: 35px;
padding: 25px 12px;

}

.subtitulo-3{
    color: white;
    font-weight: 600;
    font-family: 'Avenir Regular';
    text-align: center;
    font-size: 15px;
     margin: 1px;

    @media (min-width: 1024px) {
        display: block;
    
        color: #00558c;
     

    }
}

.cont-sub-3{

  padding: 10px 15px;
    @media (min-width: 1024px) {   
               background: #ffffffa8;
    
          border-radius: 1rem;
     
      
      }


}



/* ─── COLUMNA DE FORMULARIO ──────────────────────────────────────────────────── */
.hero__form {
  flex: 1 1 45%;
  padding: 1.5rem;
  border-radius: 8px;
}
 

.hero__bitrix-wrapper {
  max-width: 356px;
  margin-left: auto;
}



/* ─── RESTO DE ESTILOS DEL FORMULARIO ────────────────────────────────────────── */
.b24-form * {
  cursor: pointer;
}
/* … (mantén todo lo que ya tenías para .b24-form) … */
.texto-legal-f a {color:#fff}
/* ─── RESPONSIVE TABLET & MOBILE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {

    h2{

 
    font-size: 32px;
  
  

}


.hero__text-inner {
    max-width: 100%;
    text-align: center;
}

  /* pasar a columna */
  .hero__content {
    flex-direction: column;
    justify-content: center;
  }
  .hero__text,
  .hero__form {
    flex: 1 1 100%;
  }
  .hero__form {
     
  }
  /* ocultar capa de fondo */
  .hero__overlay {
    display: none;
  }
  /* ocultar párrafos de texto */
  .hero__text-parrafos {
    display: none;
  }

  .texto-legal-f a {color:#00558C}
}




/* ─── RESPONSIVE ESPECÍFICO MÓVIL ───────────────────────────────────────────── */
@media (max-width: 768px) {

.subtitulo-2 {
font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #00558C;

}


  /* ya no hace falta repetir, pero aseguras el mismo comportamiento */
  .hero__content {
    flex-direction: column;
    justify-content: center;
            padding: 10px 10px;
  }
  .hero__text,
  .hero__form {
    flex: 1 1 100%;
  }
  .hero__form {
 
        padding: 10px 8px;
  }
  
section h1 {
        font-size: 30px;
    margin-bottom: 1rem;
}

.subtitulo-1 {
    font-size: 18px !important;
            margin: 0px 0px;
}


}






/*Bloque de dudas*/
.preguntas-container {
	display: grid;
	grid-template-columns: 1fr auto 1fr; /* 3 columnas en desktop */
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;

	box-sizing: border-box;
	position: relative;
	font-family: 'Avenir', sans-serif; /* Fuente Avenir en todo el bloque */
}

/* Columna Izq., Central, Der. en Desktop */
.preguntas-col {
	display: flex;
	flex-direction: column;
}
/* Columnas de Preguntas (Izq y Der) */
.preguntas-col.left,
.preguntas-col.right {
	justify-content: flex-start;  /* Alinea en la parte superior */
	align-items: flex-start;
	gap: 2rem; /* Espacio entre las preguntas dentro de la columna */
}
/* Columna Central con imagen (desktop) */
.preguntas-col.center {
	align-items: center;
	justify-content: center;
}

/* Imagen principal solo para Desktop */
.desktop-only {
	display: block; 
	max-width: 100%;
}

/* Pregunta con número y texto */
.pregunta-wrap {
	margin-bottom: 0; 
	text-align: left; /* Ajuste por defecto en Desktop */
}
/* El círculo con el número está oculto por defecto (solo en móvil se ve) */
.pregunta-wrap .numero {
	display: none;
}
.pregunta-wrap h3 {
	color: #D30000;
	font-size: 1.2rem;
	margin: 0 0 0.5rem 0;
	font-weight: 700; /* Más negrita */
}
.pregunta-wrap p {
	margin: 0;
	font-size: 1rem;
	font-weight: 400; /* Peso normal */
}

/* Imagen final (solo móvil) por defecto oculta en Desktop */
.mobile-only {
	display: none; 
	text-align: center;
}
.mobile-only img {
	max-width: 100%;
	height: auto;
}

/* ----------------------------------------------
   ESTILOS PARA MÓVIL (<= 767px)
---------------------------------------------- */
@media (max-width: 767px) {


	/* Estructura móvil:
	   - en vez de grid, un flujo vertical centrado */
	.preguntas-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0; /* Quitamos el gap de columnas */
	}

	/* Oculta la imagen desktop, muestra la imagen móvil al final */
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: none;
		margin-top: 2rem;
	}

	/* Columnas izq. y der. se muestran en bloque vertical */
	.preguntas-col.left,
	.preguntas-col.right {
		width: 100%;
		align-items: center;  /* Centra el contenido horizontalmente */
		margin: 0;           
		padding: 0;
		gap: 0;              /* Para controlar espacio con .pregunta-wrap */
	}

	/* Cada pregunta centrada y con margen inferior uniforme */
	.pregunta-wrap {
		width: 100%;
		margin-bottom: 2rem; /* Espacio uniforme entre preguntas */
		padding-left: 30px;
		padding-right: 30px;
	}
	.pregunta-wrap h3, .pregunta-wrap p {
		text-align: center;
	}

	/* Mismo tamaño y estilo para números 
	   que ahora sí se muestran en móvil */
	.pregunta-wrap .numero {
		display: flex;       /* visible en móvil */
		margin: 0 auto 0.5rem auto;
		justify-content: center;
		align-items: center;
		background: #D30000;
		color: #fff;
		border-radius: 50%;
		width: 40px;         /* Más grande */
		height: 40px;
		font-weight: 700;
		font-size: 1.2rem;
	}

	/* Ajuste final: 
	   - Evitar un espacio extra entre la última pregunta y la imagen. */
	.preguntas-col.right .pregunta-wrap:last-child {
		margin-bottom: 0;
	}
}

/* ----------------------------------------------
   ESTILOS PARA DESKTOP (>=768px)
   Alineado a la derecha SOLO en la primera columna
---------------------------------------------- */
@media (min-width: 768px) {
	/* Alineamos la primera columna a la derecha */
	.preguntas-col.left {
		align-items: flex-end; /* Alinea los contenedores al final (derecha) */
	}
	.preguntas-col.left .pregunta-wrap {
		text-align: right;     /* Alinea el texto a la derecha */
	}
}

/*Fin bloque de dudas*/




.cta-container {
  text-align: center;        
  margin: 2rem 0;           
}

.cta-button {
  display: inline-block;       
  background-color: #D22630;   
  color: #FFFFFF;              
  text-decoration: none;       
  border: none;
  border-radius: 30px;          
  padding: 0.75rem 1.5rem;     
  font-size: 1rem;             
  font-weight: bold;           
  cursor: pointer;             
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: #B71C28;   
}




/* Variables */
:root {
    --primary-color: #2a5bd7;
    --secondary-color: #1a365d;
    --text-color: #4a5568;
    --light-bg: #f8fafc;
    --card-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Contenedor principal */
.cards-wrapper {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 0 15px;
    
}

/* Contenedor de cada tarjeta */
.card-container {
    background: #fff;
border: 2px solid #00558c;
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Contenido de la tarjeta */
.card-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-image {
    width: 100%;
    margin: 0 auto 15px;
    object-fit: contain;
}

.card-content h3 {
    margin: 0 0 10px;
    font-family: 'Avenir Regular';
    font-size: 1.5rem;
    color: #d32f2f;
    text-align: left;
    line-height: 1.3;
    font-weight: 800;
}

.card-description {
    margin: 0 0 20px;
    color: #00558c;
    font-size: 1rem;
    text-align: left;
    font-weight: 500;
}

/* Lista de características */
.card-features {
    margin-top:0;
    
}

.card-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-features li {
    display: flex;
    align-items: flex-start;
   margin-bottom: 5px;
    padding: 10px;
    background: var(--light-bg);
    border-radius: 8px;
}

.check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 3px;
}

.card-features p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #00558c;
}

.card-features strong {
     color: #00558c;
}





/* Responsive */
@media (max-width: 768px) {
    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }
    
    .card-content {
            padding: 20px 10px;
    }

    .card-features p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #00558c;
}
}

@media (max-width: 480px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card-content h3 {
        font-size: 1.3rem;
    }
    
    .card-description {
        font-size: 0.95rem;
    }
    
    .card-features p {
        font-size: 0.9rem;
    }
}



/* Contenedor principal */
.coberturas-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  color: #fff;
  
  padding: 1rem;
  font-family: "Apollo", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

/* Utilidad para span de 2 columnas */
.span-2 {
  grid-column: span 2;
}

/* Cabeceras */
.cobertura-header {
  grid-column: 1 / -1;
  display: contents; /* para que cada .col participe en la grid */
}
.category-header {
  font-weight: 700;
  font-size: 1.2rem;
}
.plan-header {
  font-weight: 600;
  text-align: center;
  font-size: 1.1rem;
}

/* Cada fila */
.cobertura-row {
  display: contents;
}

/* Bordes de separación en desktop */
@media (min-width: 768px) {
  .cobertura-row .col {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  /* Quitar línea en la última fila */
  .cobertura-row:last-of-type .col {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* Columnas */
.col {
  padding: 0.25rem 0.5rem;
}

/* Categoría (primera columna) */
.category {
  font-weight: 500;
         font-size: 23px;
}

/* Listas de ítems */
.items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.items li {
  font-family: 'Avenir Regular', sans-serif;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 1em;
  background: url("https://seguroalquiler.onlygal.es/wp-content/uploads/2025/03/checkblanco.svg") no-repeat center;
  background-size: contain;
  aria-hidden: true;
}

/* Responsive móvil */
@media (max-width: 767px) {
  .coberturas-container {
    grid-template-columns: 1fr;
  }
  .cobertura-header {
    display: none;
  }
  .cobertura-row {
    display: block;
        border-bottom: solid 1px;
  }
  .category {
          font-size: 23px;
    margin-bottom: 0.5rem;
  }
  .items {
    margin-left: 1rem;
  }
}



/*Coberturas precios*/
/* Estilos generales (la mayoría ya existentes) */



table {
 
    border-spacing: 0px!important;
}
.con-onlygal tbody {
    border-radius: 20px;
}

.con-onlygal tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.con-onlygal tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.con-onlygal tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.con-onlygal td,
.con-onlygal th {
    border: 1px solid transparent !important;
}

.isa-fontsize-table {
    font-size: 1.2rem;
}

/* ==== VERSIÓN DESKTOP ====
   Se muestra solo .tabla-desktop, se ocultan .tabla-mobile */
.tabla-desktop {
    display: block;
    padding: 9px 15px;
}

.tabla-mobile {
    display: none;
}

@media (min-width: 769px) {
    .con-onlygal tbody {
        background-color: #FDFCF5;
    }

    /* Encabezados */
    .con-onlygal .fondo-verde {
        background-color: #00558c;
        border-radius: 20px 0 0 0;
    }

    .con-onlygal .fondo-rojo {
        background-color: #d22630;
        border-radius: 0 20px 0 0;
    }

    .con-onlygal th {
        color: white;
        padding: 15px;
        font-size: 18px;
        text-align: center !important;
        font-weight: bold;
    }

    .con-onlygal th img {
        width: 200px;
    }

    /* Filas y celdas */
    .con-onlygal td:first-child {
        text-align: left !important;
        padding-left: 25px !important;
        font-size: 17px;
        color: #00558c;
    }

    .con-onlygal td {
        text-align: center !important;
        padding: 16px !important;
        border-bottom: 1px solid #00558c !important;
    }

    .con-onlygal td:nth-child(2) {
        color: #00558c;
        font-weight: bold;
        font-size: 18px;
    }

    .con-onlygal td:nth-child(3) {
        color: #d22630;
        font-weight: bold;
        font-size: 18px;
        background-color: #F2C0C5;
    }

    .precio-tabla {
        font-size: 30px !important;
                font-weight: bold;
    }

    .con-onlygal tr:last-child td {
        border-bottom: none !important;
    }
}

/* ==== VERSIÓN MOBILE ====
   Se oculta .tabla-desktop, se muestran .tabla-mobile */


@media (max-width: 768px) {


  .fondo-head-tabla{background:white}

  .bloque-b{

        display: none!important;

  }
    .tabla-desktop {
        display: none;
    }
    .tabla-mobile {
        display: block;
    }

    /* Ajustes comunes de tablas móviles */
    .tabla-mobile table {
        border-collapse: collapse;
        width: 100%;
        background-color: #FDFCF5;
    }
    .tabla-mobile th {
        text-align: center;
        font-weight: bold;
        padding: 12px;
        color: white;
    }
    .tabla-mobile td {
        padding: 12px;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        color: #00558c;
        text-align: left;
    }
    .bloque-a th.fondo-verde {
        background-color: #00558c;
        border-radius: 10px 10px 0 0;
    }
    .bloque-b th.fondo-rojo {
        background-color: #d22630;
        border-radius: 10px 10px 0 0;
    }
    .bloque-a tr:last-child td {
        border-bottom: none;
    }
    .bloque-b tr:last-child td {
        border-bottom: none;
    }
    .bloque-a td:nth-child(2) {
        font-weight: bold;
              font-size: 14px;
    }
    .bloque-b td:nth-child(2) {
        font-weight: bold;
        font-size: 17px;
        color: #d22630;
    }
    .precio-tabla {
        font-size: 24px !important;
                font-weight: 600;
    }
}

/* ===== Desktop (ancho ≥ 769px) ===== */
@media (min-width: 769px) {
    /* Eliminamos el fondo global de tbody para que no interfiera */
    .con-onlygal tbody {
        background-color: transparent;
    }

    /* Filas impares: fondo #eeeeee para las dos primeras celdas */
    .con-onlygal tbody tr:nth-child(odd) td:nth-child(-n+2) {
        background-color: #eeeeee;
    }
    /* Filas pares: fondo #FDFCF5 para las dos primeras celdas */
    .con-onlygal tbody tr:nth-child(even) td:nth-child(-n+2) {
        background-color: #FDFCF5;
    }
}

/* ===== Mobile (ancho ≤ 768px) ===== */
@media (max-width: 768px) {
    /* Para cada bloque móvil (A y B), alternamos fondo en las dos primeras celdas */
    .tabla-mobile tbody tr:nth-child(odd) td:nth-child(-n+2) {
        background-color: #eeeeee;
    }
    .tabla-mobile tbody tr:nth-child(even) td:nth-child(-n+2) {
        background-color: #FDFCF5;
    }
}



/* CSS actualizado */
.onlygal-checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* Centra verticalmente las dos columnas en desktop */
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}

/* Columna de la imagen */
.onlygal-checks .ogc-image {
  flex: 0 0 45%;
  max-width: 45%;
  align-self: flex-start; /* Alinea la imagen al top en desktop */
}

.onlygal-checks .ogc-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 482px;
}

/* Columna de la lista */
.onlygal-checks .ogc-list {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}

/* Cada ítem con check + texto */
.onlygal-checks .ogc-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.onlygal-checks .ogc-item .ogc-check {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}

.onlygal-checks .ogc-item p {
  margin: 0;
    font-size: 18px;
  line-height: 1.4;
  color: #00558C; /* Texto en color solicitado */
  font-family: "Source Sans";
  
}

/* Estilos del CTA */
.onlygal-checks .cta-container {
  margin-top: 24px;
}

.onlygal-checks .cta-button {
  display: inline-block;
  background-color: #00558C; /* Mismo color para fondo */
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #00558C; /* Borde del mismo color */
  border-radius: 30px; /* Bordes redondeados a 30px */
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.onlygal-checks .cta-button:hover {
  background-color: #00476A; /* Ligera variación para hover */
  border-color: #00476A;
}

/* Responsive */
@media (max-width: 768px) {
  /* Ocultar la imagen en mobile */
  .onlygal-checks .ogc-image {
    display: none;
  }
  /* La lista ocupa todo el ancho */
  .onlygal-checks {
    flex-direction: column;
  }
  .onlygal-checks .ogc-list {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



/* CSS Mejorado para el Acordeón con los cambios solicitados */
.accordion {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 44px;
    font-family: 'Avenir Regular';
    background-color: transparent;
}

.accordion-item {
  width: 100%;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-item summary {
  list-style: none;
  cursor: pointer;
      padding: 15px 36px 3px 0;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  transition: all 0.2s ease;
}

.accordion-item summary:hover {
  color: #f0f0f0;
}

/* Eliminar el marcador nativo en todos los navegadores */
.accordion-item summary::-webkit-details-marker,
.accordion-item summary::marker {
  display: none;
  content: "";
}

/* Icono personalizado de + y - más grande */
.accordion-item summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
    font-size: 43px;

  color: #ffffff;
  font-weight: 300;
  transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item details[open] summary::after {
  content: "-";
  transform: translateY(-50%);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}

.accordion-item details[open] .accordion-content {
  max-height: 500px;
  padding: 15px 0 25px 0;
}

/* Mejorar la legibilidad del contenido */
.accordion-content p {
  margin: 0;
  padding: 5px 0;
}

/* Efecto sutil al abrir/cerrar */
.accordion-item details {
  transition: margin-bottom 0.3s ease;
}

.accordion-item details[open] {
  margin-bottom: 10px;
}


/*Footer*/

 .landing-footer {
    background-color: transparent;
    background-image: linear-gradient(96deg, #00558C 49%, #D22630 100%);
    padding: 20px 0;
    color: #ffffff;
  }

  .landing-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .landing-footer .footer-links span a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 4px;
  }

  .landing-footer .footer-links span a.underline-link {
    text-decoration: underline;
  }

  .landing-footer .footer-links {
    display: flex;
    justify-content: center;
  }

  .landing-footer p {
    margin: 0;
    font-size: 14px;
  }


  /*back to top*/

  /*  ===== Back to Top Button ===== */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

/* Asegúrate de que el SVG se dibuje correctamente */
#back-to-top svg {
  display: block;
}


/*boton llamamos*/

/* Contenedor fijo en la parte inferior, oculto por defecto */
#te-llamamos-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}

/* Cuando tenga la clase .visible, se mostrará */
#te-llamamos-container.visible {
  transform: translateY(0);
}

/* Botón flotante */
#te-llamamos-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 0;
  background-color: #d30000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
  animation: vibrar 0.4s ease 2.5s 1; /* vibrar una vez a los 2.5s */
}

/* Hover */
#te-llamamos-btn:hover {
  background-color: #00476A;
}

/* Icono teléfono */
.icono-telefono {
  width: 27px;
  height: auto;
}

/* Animación vibrar */
@keyframes vibrar {
  0% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

/* Ocultar en escritorio si quieres */
@media (min-width: 768px) {
  #te-llamamos-container {
    display: none;
  }
}

 
/*caja info coberturas*/
.info-box {
max-width: 493px;
    margin: 0 auto;
    background-color: #f0f0f080;
    color: #00558c;
    padding: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}

.info-box p {
    margin: 0 0 0.75em 0;
    line-height: 1.1;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}


