*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body{
    line-height: 1.6;
    background: #e1e8f4;
    
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
}

section{
    scroll-margin-top: 80px;

}



#nosotros {
  scroll-margin-top: 100px;
  
  padding-top: 150px;
}

.nosotros {
  width: 65%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  align-items: stretch;
  background: #e1e8f4;
  justify-items: center;
}

.card-nosotros{
    background: #ffffff;
    border: 4px solid #c3c5c8;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    justify-content: space-between;
    width: 100%;
    max-width: 550px;
    
}


.card-elegirnos .frase {
    font-size: 20px;
    padding-bottom: 15px;
}


.card-nosotros img{
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 10px;
}


.texto {
  margin-top: 15px;
  max-width: 600px;
  text-align: justify;
  font-size: 20px;
  color: #333;
}

.texto strong{
    color: #003bb5;
}


.section-elegirnos {
  width: 75%;
  margin: 40px auto;
  
}

.card-elegirnos {
    background: #ffffff;
    border: 4px solid #0062ff;;
    border-radius: 15px;
    padding: 50px 35px;
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 40px;

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    
}

.texto{
    flex: 1;
}


.card-elegirnos .texto {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;  
    flex-direction: column; 
    flex: 1;
    padding-left: 80px;
}

.card-nosotros .imagen{
    
  height: 180px; 
  display: flex;
  align-items: center;
  justify-content: center

}


.imagen-elegirnos {
  flex: 1;
  display: flex;
  justify-content: center;
}


.imagen-elegirnos img {
  width: 100%;
  max-width: 35000px;
}

.btn-elegir {
  
 display: inline-block;
  text-align: center;
  margin-top: 25px;

  background-color: #0062ff;
  color: white;

  padding: 12px 20px;
  border-radius: 8px;

  text-decoration: none;
  font-weight: bold;

  transition: 0.3s;

  
}

.btn-elegir:hover{
    background-color: #032e75;
}



section#contacto{
   
    padding-top: 80px; 
    width: 100%;
}




section:last-of-type {
    border-bottom: none;
}


header{
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    
    top: 0;
    z-index: 1000;
}



.logo{
   
   
    height: auto;
    display: block;
    height: 80px;
    width: 250px;
    

}

.nav-links li a.menu {
    color: #333333;
    text-decoration: none;
    padding-bottom: 6px;
    display: inline-block;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-bottom: 3px solid transparent;
}


.nav-links li a.menu.active {
    color: #0046d5;
    border-bottom-color: #0046d5;
}

.nav-links{
    display: flex;
    list-style: none;
    gap: 2rem;
    position: relative;
    z-index: 1000;
    pointer-events: auto;
}

.nav-links a{
    text-decoration: none;
    color: #333;
}

#inicio{
    padding-top: 100px;
    min-height: 450px;
    height:auto;
    padding-bottom: 120px;
    border-bottom-left-radius: 70px ;
    border-bottom-right-radius: 70px;
    background: linear-gradient(rgba(15,63,163,1), rgba(3,30,77,0.55)), url("img/edificios-altos.jpg");
    background-size: cover;
    gap: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: white;
    
    box-shadow: 0 20px 40px rgba(0,0,0,0.15)
}

#inicio p{
    margin-top: 10px;
    max-width: 600px;
    font-size: 18px;
    
}


#inicio h1{
    font-size: 25px;
    margin-top: 120px;

    
}



.btn-whatsapp-inicio{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(0,0,0,0.05);
    background: #ffffff;
    color: #1e4db7;

    padding: 4px 20px;
    border-radius: 26px;

    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    text-decoration: none;
    transition: 0.2s ease;
}

.btn-whatsapp-inicio i {
    font-size: 25px;
    color: #25D366;
}

.btn-whatsapp-inicio:hover {
    background: #1e4db7;
    color: white;
    transform: translateY(-3px);
}

.btn-whatsapp-inicio:hover i {
    color: #25D366; 
}



.asesoria{
    font-style: normal;
}


.cta-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    font-size: 16px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}



.cta-button {
    background-color: #1e6eff;
    color: white;
 
    transition: all 0.3s ease;

}


.cta-button.left {
    background-color: #dfe3ea;
    color: #333;
}


.botones-inicio {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cta-button i{
    
    gap: 12px;
}



.botones-inicio a {
    flex: 1;
    display: block;
    text-decoration: none;
}






.cta-button.left:hover {
    background-color: #e9edf5; 
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
                0 0 20px rgba(255, 255, 255, 0.3); 
}


.cta-button:not(.left):hover {
    transform: translateY(-2px) scale(1.05); 
}


#asegurate{
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    
}

#asegurate h1{
    text-align: center;
    margin-bottom: 2rem;
    font-size: 40px;
}



.servicios-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}




.card {
    width: 120px;
    height: 110px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: 0.3s;
}

.card i {
    font-size: 28px;
    color: #1e4db7;
    margin-bottom: 5px;
}

#inicio .servicios-container .card p {
    
    font-size: 10px;     
    max-width: 100px; 

    font-weight: bold;
    color: #1e4db7;
    text-align: center;
    line-height: 1.2;
    word-wrap: break-word;
    white-space: normal;
}

.card:hover {
    transform: translateY(-5px);
    background: #1e4db7;
}


#inicio .servicios-container .card:hover p,
#inicio .servicios-container .card:hover i {
    color: #fff;
}


.inicio-pagos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 100px 20px;            
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
    width: 100%;
}

.inicio-pagos div {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.inicio-pagos h1 {
    color: #0056b3;
    font-size: 2.8rem;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.inicio-pagos p {
    color: #495057; 
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

#tarjetas {
    
    display: flex;
    flex-wrap: wrap;         
    justify-content: center; 
    gap: 30px;               
    padding: 50px 20px;
    max-width: 1100px;       
    margin: 0 auto;
    margin-top: -100px;
}


.tarjetas-pago {
    background: #ffffff;
    width: 300px;
    height: 350px;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid #c3c5c8;
}




.tarjetas-pago img {
    width: 250px;
    height: 100px;
    margin-bottom: 15px;
}


.tarjetas-pago h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}


.tarjetas-pago p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}


.tarjetas-pago button {
    background-color: #1e6eff;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.tarjetas-pago button:hover {
    background-color: #032e75;
}


.tarjetas-pago i {
    font-size: 16px;
    color: white;
}

.faq-seccion {
    padding: 60px 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-family: sans-serif;
}

.faq-seccion h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.faq-linea {
    width: 50px;
    height: 4px;
    background-color: #007bff;
    margin: 0 auto 40px auto;
    border-radius: 2px;
}

.faq-contenedor {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

details {
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

details[open] {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

summary {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::-webkit-details-marker {
    display: none;
}

summary i {
    color: #007bff;
    transition: transform 0.3s ease;
    font-size: 14px;
}

details[open] summary i {
    transform: rotate(180deg);
}

.faq-contenido {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #f0f4f8;
}

.faq-contenido p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 15px 0 0 0;
}

.soporte-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    background-color: #e9ecef;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    flex-wrap: wrap;
}

.soporte-texto {
    max-width: 500px;
    text-align: left;
}

.soporte-whatsapp h2 {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 8px 0;
}

.soporte-whatsapp p {
    font-size: 16px;
    color: #495057;
    margin: 0;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-whatsapp:hover {
    background-color: #20ba5a;
    transform: translateY(-2px);
}

.btn-whatsapp i {
    font-size: 18px;
    color: white;
}

.btn-whatsapp:hover i {
    color: white;
}

.contenedor-seguros {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.tarjetas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

.tarjeta-beneficio {
    background-color: #f8f9fa;
    padding: 30px 25px;
    border-radius: 0 12px 12px 0;
    border-left: 4px solid #0046d5;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: justify;
}

.icono-beneficio i {
    font-size: 24px;
    color: #0046d5;
}

.tarjeta-beneficio h3 {
    color: #0f2c59;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.tarjeta-beneficio p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.franja-pago {
    background-color: #f8f9fa;
    padding: 30px 40px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pago-texto h2 {
    color: #0046d5;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.pago-texto p {
    color: #6c757d;
    font-size: 15px;
    margin: 0;
}

.btn-pagos {
    background-color: #0046d5;
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 70, 213, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-pagos:hover {
    background-color: #0036a3;
    transform: translateY(-2px);
}

.btn-pagos i {
    font-size: 16px;
}

.asegurate-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    align-items: stretch;
    width: 100%;
    justify-items: center;
    justify-content: center;
}

#completo .asegurate-grid{
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}


.asegurate-card a{
    display: flex;
    margin-top: auto;
    justify-content: center;
    text-decoration: none;
}


.tab:hover {
  background-color: rgba(30, 110, 255, 0.1);
}




#completo .asegurate-card{
    background: white;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    height: auto;
    max-width: 350px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #c3c5c8;
    border-radius: 30px;
}


.asegurate-card{
    background: white;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    max-width: 350px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #c3c5c8;
    border-radius: 30px;
    color: #0062ff;   
    
}



.asegurate-card img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.asegurate-card h3{
    padding: 0px 0px 1px 15px;
    margin-bottom: 5px;
    color: #333;
    font-size: 25px;
    
}

.asegurate-card img {
    width: 100%;
    height: 200px;  
    object-fit: contain;
    background-color: #fff;
    padding: 10px;   
    display: block;
}

.asegurate-card p{
   padding: 0px 15px 3px 15px;
   margin-bottom: -2px;
   
}

.precio{
    color: #0062ff;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
    font-size: 27px;
    margin: 0px 0;
}

.precio-abajo{
    font-size: 0.8rem;
    color: #333;
    display: block;
    margin: 0;
}

.elfsight-app-90f97e04-0bcb-4d8b-87a9-f3943db34094 {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.label-cuotas {
  display: block;      
  
  font-size: 1rem;
  color: #000;
  margin-bottom: 8px;
  
  font-weight: 500;
  text-align: center;  
}


.descripcion{
    padding: 0rem 1rem;
    margin: 2px 0;
    line-height: 1.3;
    color: #666;
    flex-grow: 1;
    font-size: 16px;
    text-align: justify;
}

#completo .asegurate-card:hover{
   
    box-shadow: 0 0px 35px rgba(0,0,0,0.3);
    z-index: 10;
}

.asegurate-card:hover{
   
    box-shadow: 0 0px 35px rgba(0,0,0,0.3);
    z-index: 10;
}

.asegurate-card button{
    margin-top: 15px;       
    margin-left: auto;
    margin-right: auto;     
    padding: 0.5rem 1rem;
    background-color: #0062ff;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px; 
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: 40px;
    font-size: 15px;
}

.asegurate-card button:hover{
    background-color: #032e75;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px) brightness(0.9);
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;

}

.subtitulo{
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 20px;
    justify-content: center;
}

.precio-box{
    text-align: center;
    margin: 10px 0 15px 0;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-direction: column;
}

.precio-arriba{
    font-size: 0.8rem;
    color: #333;
    display: block;
    margin: 0;
}

.beneficios-box{
    margin-top: 25px;
  
}

.beneficios-titulo{
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    margin-top: -25px;
    
}



.modal-contenido{

    background: white;
    width: 95%;
    max-width: 1200px;
    height: 90%;
    max-height: 90%;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    
    transform: scale(0.8);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    
}

.logo-modal{
    width: 120px;
    height: auto;
}

.modal.activo{
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.modal.activo .modal-contenido{
    transform: scale(1);
}

.planes{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 20px;
    max-height: 100%;
    padding-bottom: 760px;
}

.plan{
    background: #f8f8f8;
    border-radius: 15px;
    padding: 25px 20px 60px 20px; 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    min-height: 0;
    border: 3px solid #0062ff;
    
}

.texto h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #032e75;
}

.elegirnos{
    list-style: none;
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 18px;
    color: #444;
    max-width: 100%;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;

}

.elegirnos li{ 
    margin-bottom: 12px;
    align-items: flex-start;
    display: flex;
    gap: 10px;
    width: 100%;
    font-size: 20px;
    text-align: justify;
}

.ssrp-section{
    
    justify-content: center;
    height: auto ;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    justify-items: center;
    margin-bottom: 15px;


}

 .txt-ssrp{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ssrp-section .img-ssrp{
    display: block;
    margin: 0 auto;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.grupo{
    display: flex;
    gap: 40px;
}

.carrusel{
    overflow: hidden;
    width: 100%;
    background-color: #eef3fb;
    padding: 20px 0;
    padding: 30px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    
}

.track{
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scroll 15s linear infinite;
}

.track img{
    height: 60px;
    object-fit: contain;
    min-width: 120px;
    flex-shrink: 0;
}



.card-nosotros,
.card-elegirnos,
.contacto-columna,
.carrusel, .asegurate, .ssrp-section, .tarjetas-pago,
.faq-seccion,.inicio-pagos, .soporte-whatsapp, .contenedor-seguros {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}


.visible {
  opacity: 1;
  transform: translateY(0);
}


.confianza {
  

  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  color: #032e75;

}


.elegirnos p{
    text-align: center;
}

.elegirnos i {
  color: #0062ff;
  font-size: 20px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;

}




.card-elegirnos h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #032e75;
  text-align: center;
}



.plan h3{
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #333;
}

.plan .precio{
    font-size: 1.8rem;
    font-weight: bold;
    color: #032e75;
    margin: 2px 0;
    line-height: 1;
}

.plan button{
    background: linear-gradient(135deg, #0062ff, #003bb5);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: bold;
    transition: 0.3s;
    margin-top: 20px;
    width: 120px;
}

.plan button:hover{
    transform: scale(1.01);
}


.tabs {
    display: flex;
    background: transparent;
    padding: 4px;
    border-radius: 40px; 
    border: 2px solid #c3c5c8;
    width: 300px;
    justify-content: center;
    margin: 20px auto 50px;
    white-space: nowrap;
}



.tab {
    flex: 1;
    border: none;
    padding: 10px 2px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    background: transparent; 
    color: #444;
    margin: 2px;
    transition: all 0.3s ease;
    font-size: 14px;
}


.tab.active {
    background: #1e6eff;
    color: white;
    
}


.contenido {
  display: none;
  animation: fade 0.3s
}

.contenido.active {
  display: block;
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-25%);
    }

}

@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}

select {
  width: 100%;
  padding: 12px 15px;
  padding-right: 45px;

  border-radius: 25px; /* 👈 más redondo */
  border: none;

  background-color: #f2f2f2;
  color: #333;

  font-size: 16px;
  font-weight: 600;

  outline: none;

  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: 0.2s;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230062ff'%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
}





select:hover {
  background-color: #eaeaea;
}


select:focus {
  box-shadow: 0 0 0 2px #0062ff;
  
}

.coberturas{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}
.coberturas h4{
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #0062ff;
    text-transform: uppercase;
}

.coberturas p{
    margin: 5px 0;
    
}

.coberturas .costo{
   color: #0062ff;
   font-weight: 700;

}




.beneficios {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    flex-wrap: wrap;
    margin-bottom: 15px;
   margin-top: -15px;
}

.beneficios span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    padding: 6px 8px;
    color: #0062ff;
    border-radius: 6px;
    font-size: 0.8rem;
    width: 80px;
    height: 40px;
    text-align: center;
}

.beneficios i{
    font-size: 1.3rem;
}



.cerrar{

    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 25px;
}


#contacto{
    background-color: #dcdcdc;
    padding: 1.5rem 2rem 2rem 2rem;
    
}

#contacto h2{
    text-align: center;
    margin-bottom: 0.8rem;
}

.contacto-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.contacto-info, .contacto-formulario, .contacto-direccion{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;    
    text-align: center;     
    padding: 20px;
}

.contacto-info h2 {
    color: #000000;
    margin-bottom: 2rem;
    text-align: center;
}

.contacto-info p {
    color: #555;
    text-align: center;
}

.contacto-direccion {
    width: 100%;
    max-width: 450px;
   
}

.contacto-columna h3, 
.contacto-columna h3,
.contacto-direccion h3 {
    margin-top: 0;   
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    color: #000000;
}


.links-redes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center; 
    margin-top: 0px;
}

.icono-link {
    text-decoration: none;
    color: #032f76;
    font-size: 3.2rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.icono-link:hover {
    transform: translateY(-5px);
}

.icono-link:hover .bi-whatsapp { color: #25D366; }
.icono-link:hover .bi-instagram { color: #E1306C; }
.icono-link:hover .bi-facebook { color: #000000; }
.icono-link:hover .bi-telephone { color: #ff3700; }

#mapa{
    margin: 0 auto;
    background-color: #032e75;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 10px;

}

#framemapa{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    border: none;
}

form{

    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;       
    max-width: 450px;
}

input, textarea{
    padding: .8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

textarea{
    height: 150px;
    resize: vertical;
}

form button{

    background-color: #0062ff;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover{
    background-color: #032e75;
}

footer{
    background-color: #666;
    color: white;
    text-align: center;
    padding: 1rem;
}

.abrir-menu, .cerrar-menu {
    display: none;
}

.salto-linea{
    display: none;
}




@media screen and (max-width: 1024px) {
    
#asegurate h1{
    font-size: 36px;
}

    #asegurate{
        padding: 2rem 1rem;
    }

    .confianza{
        font-size: 20px;
        padding: 0 10px;
        line-height: 1.4;
    }

    
    .asegurate-grid {
        grid-template-columns: 1fr; 
    }

    .contacto-info h2{
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .links-redes{
    margin: 10px 0;

    }

    .contacto-info{
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .contacto-formulario h2{
        margin-top: 20px;
    }

    .asegurate-card button{
    width: 90%;
    max-width: 350px;
    padding: 0.6rem 1rem;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

    .asegurate-card{
        width: 100%;
        max-width: 100%;
        padding: 15px;
        text-align: left;
    }

    .descripcion{
        font-size: 17px;
        text-align: justify;
        line-height: 1.3;
        
    }

    .precio{
        font-size: 24px;
        text-align: left;
    }
    
    body.no-scroll {
    overflow: hidden;
    height: 100vh;
    pointer-events: none;
}

    
    #inicio h1 {
        font-size: 25px;
    }

    #inicio p {
        font-size: 18px;
        max-width: 90%;
    }


    #inicio{
        height: auto;
        min-height: 390px;
        padding: 15px 1rem 40px;
    }

    .ssrp-section .txt-ssrp{
    max-width: 300px;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    margin: 0 auto;
}

    .soporte-whatsapp-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .soporte-texto {
        text-align: center;
    }

    .btn-whatsapp {
        width: 100%;
        max-width: 300px;
    }
    
  .card-nosotros .imagen img {
    max-width: 100%;
    height: auto;
  }


    .section-elegirnos{
        width: 90%;
    }

    .abrir-menu, .cerrar-menu{
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
    }

    .abrir-menu{
        color: #000000;
    }

    .cerrar-menu{
        color: white;
    }

    .nav-links{
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background-color:#032e75;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgba(0,0,0,0.5);
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
 .cerrar-menu{
    display: flex;
   
  }


    .nav-links.visible{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .nav-links a{
    
    color: white !important;
}


  .card-elegirnos {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .card-elegirnos .texto {
    padding-left: 0;
    max-width: 100%;
    align-items: center;
  }

  .imagen-elegirnos {
    margin-top: 10px;
  }

  .imagen-elegirnos img {
    max-width: 200px;
  }

  
 .elegirnos {
    grid-template-columns: 1fr;
  }



.texto, .imagen {
    width: 90%;
    text-align: justify;


  }

.nosotros {
    grid-template-columns: 1fr;
    align-items: stretch;
    display: grid;
    gap: 25px;
    width: 100%;
  }

  
.card-nosotros .imagen {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


  .card-nosotros {
    padding: 15px;
    justify-content: flex-start;
    gap: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

#nosotros{
    padding: 1.5rem 2rem 2rem 2rem;
    padding-top: 150px;
}

.contacto-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .contacto-columna {
        width: 100%;
        max-width: 450px;
        margin-bottom: 30px;
    }
    
    .links-redes {
        justify-content: center; 
    }
    
    

    .salto-linea{
        display: block;
        content: "";
    }
    
    


}

@media screen and (max-width: 480px){

    .nosotros{
        width: 100%;
    }
    .asegurate-card{
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .botones-inicio {
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    
    .cta-button,
    .cta-button.left {
        width: fit-content;
        min-width: 200px;
    }


    .cta-button{
     
    width: fit-content;     
    min-width: 200px;       
    padding: 0.9rem 1rem;   
    font-size: 14px;
    border-radius: 20px;

    }

    #inicio h1{
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 0;
    }

    #asegurate{
        padding: 2rem 1rem;
    }

    #contacto{
        padding: 1.5rem 1rem;
    }

    
    #inicio {
        height: auto; 
        min-height: auto; 
        justify-content: center;  
        padding: 110px 1rem 25px;
        gap: 15px;
    }

    .contacto-wrapper{
        gap: 15px;
    }

    .contacto-info{
        margin-bottom: 10px;
    }

    .card-nosotros{
        max-width: 100%;
    }

   #mapa{
    height: 250px;
    width: 300px;
   

}

.servicios-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    justify-items: center;
    margin-top: 0;
}

.card {
    width: 90px;
    height: 80px;
    padding: 6px;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, background 0.2s ease;
}

.card i {
    font-size: 18px;
    margin-bottom: 4px;
}

#inicio .servicios-container .card p {
    font-size: 8px;
    line-height: 1.1;
    text-align: center;
    max-width: 100px;
}

#inicio .servicios-container .card:hover p,
#inicio .servicios-container .card:hover i {
    color: #fff;
}

.card:hover {
    transform: translateY(-3px);
    background: #1e4db7;
}


.servicios-container .card:last-child {
    grid-column: 2;
}



#asegurate h1{
    font-size: 26px;
}




}
