@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freeman&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" );


*{
    text-decoration: none;
    padding: 0%;
    margin: 0%;
}
/* Estilos generales */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


/* Estilos para el encabezado */

.hero-frase {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    color: #f4f4f4;
    text-align: center;
    padding: 50px 20px;
    font-family: 'Playfair Display', serif;
    
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.hero-frase h1{
  font-size: 3rem;
}


.header-principal {
    
    
    background-color: #333; /* Color de fondo del encabezado */
    color: #fff; /* Color del texto */
    padding: 10px 100px 10px 80px; /* Espaciado interno */
    display: flex; /* Mostrar elementos en línea */
    justify-content: space-between; /* Distribuir los elementos horizontalmente */
    align-items: center; /* Centrar verticalmente los elementos */
    
     

    /*aqui se modifico*/
}





/* Estilos para el logo */
#logo {
    width: 400px; /* Ancho del logo */
    height: auto; /* Altura automática para mantener la proporción */
}

/* Estilos para la frase de la empresa */
#slogan {
transform: translate(90px,0px);
display: flex;
align-items: center;
font-family: "Merriweather", serif;
font-weight: 300;
font-style: normal;








}
/*libro de reclamaciones*/





.frase-reclamaciones {
    background: linear-gradient(135deg, #fbe16b, #1a1a1a);
    color: #f4f4f4;
    text-align: center;
    padding: 50px 20px;
    font-family: 'Playfair Display', serif;
    
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.frase-reclamaciones h1{
  font-size: 5rem;
}

.header-reclamaciones {
    
    height: 250px;
    background-color: #333; /* Color de fondo del encabezado */
    color: #fff; /* Color del texto */
    padding: 10px 100px 10px 80px; /* Espaciado interno */
    display: flex; /* Mostrar elementos en línea */
    justify-content: space-between; /* Distribuir los elementos horizontalmente */
    align-items: center; /* Centrar verticalmente los elementos */
    
     

    /*aqui se modifico*/
}
/*seccion libro de reclamaciones*/
#foto-reclamciones {
transform: translate(90px,0px);
display: flex;
align-items: center;
font-family: "Merriweather", serif;
font-weight: 300;
font-style: normal;
    
}
#foto-reclamo{
    width: 400px; /* Ancho del logo */
    height: auto; /* Altura automática para mantener la proporción */
}

/*libro de reclamaciones encabezado anterior al cuestionario*/
/* ===== Encabezado emocional para Libro de Reclamaciones ===== */
:root {
  --bg: #0e0f12;
  --surface: #15171c;
  --surface-2: #1b1e24;
  --text: #f5f6fa;
  --muted: #c3c7d1;
  --accent: #8aa4ff;         /* azul suave premium */
  --accent-2: #7ed2c9;       /* verde agua sutil */
  --border: #2a2f38;
  --shadow: 0 8px 24px rgba(0,0,0,0.35);
  --radius: 16px;
  --radius-sm: 12px;
  --gap: 24px;
}

.claims-intro {
  background: linear-gradient(180deg, rgba(138,164,255,0.08), rgba(126,210,201,0.06)), var(--bg);
  color: var(--text);
  padding: clamp(32px, 4vw, 64px) 16px;
}

.claims-intro__container {
  max-width: 1080px;
  margin: 0 auto;
}

/* Hero */
.claims-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--gap);
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(20px, 3vw, 32px);
}

.claims-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.claims-hero__image img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(1) contrast(1.05);
  transform: scale(1.005);
}

.claims-hero__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.claims-title {
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.15;
  letter-spacing: 0.2px;
  margin: 0;
}

.claims-subtitle {
  color: var(--muted);
  font-size: clamp(15px, 2vw, 16px);
  line-height: 1.6;
  margin: 4px 0 10px;
}

/* Badge con icono */
.claims-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(138,164,255,0.15), rgba(126,210,201,0.12));
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.claims-badge .icon {
  width: 22px;
  height: 22px;
  color: var(--accent);
}

/* Separador elegante */
.divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px auto;
  width: min(640px, 90%);
}

.divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
}

.divider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 4px rgba(138,164,255,0.15);
}

/* Microsección educativa */
.claims-edu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.claims-edu__item {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow);
}

.claims-edu__item h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #e7e9f3;
}

.claims-edu__item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Bloque de compromiso */
.claims-commit {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--gap);
  margin-top: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(18px, 3vw, 28px);
}

.claims-commit__media {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.claims-commit__media img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  display: block;
}

.claims-commit__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.claims-commit__text .lead {
  font-weight: 700;
  font-size: 16px;
  color: #e7e9f3;
  margin: 0;
}

.claims-commit__text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Responsivo */
@media (max-width: 960px) {
  .claims-hero {
    grid-template-columns: 1fr;
  }
  .claims-commit {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .claims-edu {
    grid-template-columns: 1fr;
  }
  .claims-intro {
    padding: 28px 14px;
  }
}





.libro-reclamaciones {
  background-color: #fff8dc;
  color: #333;
  padding: 2rem;
  font-family: 'Segoe UI', sans-serif;
  max-width: 800px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.libro-reclamaciones h2 {
  color: #c49b0b;
  text-align: center;
  margin-bottom: 1rem;
}

fieldset {
  border: none;
  margin-bottom: 2rem;
}

legend {
  font-weight: bold;
  color: #444;
  margin-bottom: 0.5rem;
}

label {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
}

input, select, textarea {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.tipo-reclamo {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.aceptacion {
  margin-top: 1rem;
}

button {
  background-color:rgb(41, 168, 206);
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: 2rem auto 0;
}

button:hover {
  background-color: rgb(41, 168, 206);
}




.error-msg {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.2rem;
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}


.modal-contenido {
  background-color: #fff;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);

  max-height: 80vh;      /* altura máxima relativa a la pantalla */
  overflow-y: auto;      /* activa scroll vertical */
}

.modal-contenido::-webkit-scrollbar {
  width: 8px;
}
.modal-contenido::-webkit-scrollbar-thumb {
  background-color: #c49b0b;
  border-radius: 4px;
}
.cerrar-modal {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ffffff;
}
/*
#sa{
    transform: translate(80px, 0px);
    font-size: 30px;
    
    
}
*/
/* Estilos para los botones de navegación */
nav {

    padding: 0px 0px 0px 100px;
}

nav a {
    color: rgb(41, 168, 206);
    
    margin-left: 30px; /* Espacio entre los botones */
}
#botonesinicio{
    
        font-size: 30px;
        color: rgb(41, 168, 206);
        text-decoration: none;
        margin: 14px 30px;
    }



#main-box {
    background-color: #221f1f;
    text-align: center;
    padding: 20px 0;
}

#image-container {
    text-align: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#image-slider {
    width: 100vw;
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
    align-items: center;
    justify-content: center;
}
/**/
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

/**/
.slider-img {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



#prev, #next {
    font-size: 48px;
    cursor: pointer;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

#slider-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider-dot {
    width: 20px;
    height: 20px;
    background-color: #fcf8f8;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
/* desde aca empieza la reseña */
.reasons-to-choose {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh ;
    background-color: #333;
    padding: 200px 40px;
    text-align: left;
    color: rgb(251, 241, 241);
    position: relative;
    z-index: 1;
    border: 10px solid #000;
    overflow: hidden;
}


/* 🎯 Carrusel pequeño: estilos para todos los carruseles mini */
.mini-carousel-box {
  width: 500px;
  height: 800px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.mini-image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.mini-slider-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mini-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-prev, .mini-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: white;
  background: rgba(0,0,0,0.3);
  padding: 5px;
  cursor: pointer;
  z-index: 10;
}

.mini-prev { left: 5px; }
.mini-next { right: 5px; }

.mini-slider-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.mini-slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.mini-slider-dot.active {
  background-color: #333;
}
/* ✅ Fin de mini carrusel */









/* Estilos para el texto de los encabezados */
.reasons-to-choose h2 {
    font-size: 50px; /* Tamaño de letra para los encabezados */
    padding:0px 0 40px 40px ;
    

    font-family: "Freeman", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

/* p de reason text  */

.reasons-text p {
    font-size: 24px; /* Tamaño de letra para los párrafos */
    text-align: justify;
   
    line-height: 1.4; /* Ajusta este valor según tus necesidades */
    padding: 0px 15px 0px 35px;
    
   
    
}
.reasons-text p.p-negrita {
    font-size: 30px;
    font-weight: 900;
}


#reasons-image img {
    max-width: 600px; /* Establece el ancho máximo de la imagen al 100% del contenedor */
}

#reasons-text {
    flex-basis: calc(50% - 20px); /* 60% del ancho menos 20px de margen */
    margin-right: 20px;
}
/*                   Carusel                      */
#carousel{
    height: 100vh;
    background-color: #07101a;


}
#carousel h2{
    color: #f2eaea;
    font-size: 50px; /* Tamaño de letra para los encabezados */
    padding:75px 0 75px 400px ;
    

    font-family: "Freeman", sans-serif;
    font-weight: 400;
    font-style: normal;
  }




.carousel-item{
   
    background-color: #f6efef;
    height:  50vh;

}
.carousel-item img{
    margin: 20px;
    width: 400px 300px; /* Ancho de cada imagen */
    height:  40vh;/* Mantener la proporción de aspecto */
}




/*div anterior al footer*/
.promo-section {
  background-color: #333;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.promo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.promo-logo-img {
  width: 600px;
  max-width: 100%;
  height: auto;
}

.promo-title {
  font-size: 64px;
  color: #33c6e0;
  margin-bottom: 20px;
  font-weight: 700;
}

.promo-text p {
  
  font-size: 32px;
  color: aliceblue;
  line-height: 1.8;
  padding: 10px 20px;
  max-width: 800px;
  margin: 0 auto;
  
}







/* Imagen del botón */
.footer-button-img {
  width: 200px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: block;
  margin-top: 15px;
}

.footer-button-img:hover {
  transform: scale(1.05);
}



  
/*COLOR E LAS LETRAS SLIDER */

.slider-text {
  
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: rgb(8, 29, 162);
    text-align: center;
    max-width: 80%;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.6);
    
}

.slider-text h3 {
    font-size: 50px;
    margin-bottom: 10px;
}

.slider-text p {
    font-size: 30px;
    margin: 0;
}
.footer-c1 {
  transform: translate(10px, -50px); /* 20px a la derecha, 10px hacia arriba */
}


/*boton de wasap*/
.whatsapp-fixed {
  position: fixed;
  bottom: 40px;   /* Más arriba: aumenta el número */
  right: 40px;    /* Más a la izquierda: aumenta el número */
  z-index: 1100;
}

.whatsapp-fixed img {
  width: 80px;
  height: 80px; /* ← Esto lo hace visible */
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
  cursor: pointer;
}

.whatsapp-fixed img:hover {
  transform: scale(1.1);
}






/* 🔘 Botón flotante que abre el chatbot */

/* 🔘 Botón flotante (mantiene tu estilo actual)chat bot   */
#chat-toggle {
  position: fixed;
  bottom: 140px;
  right: 0px;
  background: transparent;
  border: none;
  z-index: 999;
  cursor: pointer;
  width: 160px;
  height: 160px;
  transition: transform 0.2s ease; /* ← suaviza el efecto */
  
}
/* efecto al pasar el cursor */
#chat-toggle:hover {
  transform: scale(1.1); /* ← agranda el botón */
}


#chat-toggle img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(6, 6, 6, 0.3);
  transition: transform 0.2s ease;
  cursor: pointer;
}
/* efecto al pasar el cursor sobre la imagen */
#chat-toggle img:hover {
  transform: scale(1.1);
}

/* 💬 Contenedor del chatbot */
#chatbot-container {
  position: fixed;
  bottom: 40px;
  right: 220px;
  width: 400px;              /* 🔥 más ancho */
  height: 500px;             /* 🔥 más alto */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  font-family: 'Segoe UI', sans-serif;
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 998;
}

/* 🟪 Encabezado */
#chat-header {
  background: #111;          /* negro premium */
  color: #f5d142;            /* dorado elegante */
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* 📜 Área de mensajes */
#chat-log {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.5;
}

/* 🧾 Área de entrada */
#chat-input {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 10px;
  background: #fafafa;
}

#chat-input input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

#chat-input button {
  margin-left: 10px;
  padding: 10px 15px;
  background: #f5d142;       /* dorado */
  border: none;
  border-radius: 8px;
  font-weight: bold;
  color: #111;
  cursor: pointer;
  transition: 0.3s;
}

#chat-input button:hover {
  background: #e0c030;       /* dorado más oscuro al hover */
}

/* 🎯 Botones del menú */
.chat-buttons {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-buttons button {
  flex: 1 1 45%;
  padding: 10px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.chat-buttons button:hover {
  background: #333;
}





/*grid deslizantes*/
.banner-grid {
  padding: 2rem;
  background-color: #111;
  color: #fff;
  text-align: center;
}

.grid-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem 0;
}

.grid-item {
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  border: 2px solid #D4AF37;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

















/*       NOSOTROS APARTIR DE LA IMAGEN RECTANGULAR HASTA ANTES DEL FOOTER*/




.nosotros {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem;
}

.bloque {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  border: 3px solid rgb(172, 172, 15);
}

.bloque:nth-child(even) {
  flex-direction: row-reverse;
}

.texto {
  flex: 1;
  background-color: #f2f2f2; /* gris suave */
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #D4AF37;
}

.texto h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #222;
}

.texto p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #444;
  white-space: pre-line;
}

.imagen {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.imagen img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/*
#image-container1 {
    text-align: center;
    position: relative;
    height: 30vh;
    overflow: hidden;
}
#us-section {
    border: 2px solid rgb(34, 135, 202);
    background-color: #333;
    color: white;
    padding: 0;
    
    text-align: center;
}

#reviews-box {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: #333;
    padding: 0px;
    text-align: center;
}

#review-text {
    width: 40%;
    padding:100px 70px 40px 80px;
    font-size: 18px;
    float: left;
    text-align: left;
    color: rgb(255, 255, 255); 
    /* Cambia el color del texto a negro */

/*    
}#review-text h2{
    
    
    font-size: 30px;
    padding: 0px 0 25px 0;
  
    /* Cambia el color del texto a negro */
/*}

#review-image {
    width: 35%;
    padding: 100px 160px 100px 40px;
    float: right;
    margin-top: 20px;
}




/*


/* Carrusel */
#carousel {
  height: 60vh;
  background-color: #07101a;
}

#carousel h2 {
  color: #f2eaea;
  font-size: 50px;
  padding: 40px;
  font-family: "Freeman", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center; /* centrado por defecto */
}

.carousel-item {
  background-color: #f6efef;
  min-height: 50vh; /* altura flexible */
}

.carousel-item img {
  margin: 10px auto;
  max-height: 40vh;
  object-fit: contain; /* mantiene proporción */
}







/* ------------------- SERVICIOS ------------------- */
.servicios-grid {
  padding: 3rem 2rem;
  background-color: #111; /* fondo oscuro */
  color: #f2f2f2;
  text-align: center;
}

.titulo-servicios {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.subtitulo-servicios {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.bloques-servicios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.bloque {
  background-color: #1a1a1a;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2); /* dorado suave */
  transition: transform 0.3s ease;
}

.bloque:hover {
  transform: translateY(-5px);
}

.bloque h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #D4AF37; /* dorado */
}

.bloque ul {
  list-style: none;
  padding: 0;
}

.bloque ul li {
  font-size: 1.1rem;
  color: #ddd;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

.bloque ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #D4AF37;
}

/* ------------------- CARDS CON IMÁGENES ------------------- */
.servicios {
  padding: 3rem 2rem;
  text-align: center;
  background-color: #111; /* fondo oscuro */
}

.grid-servicios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  color: #f5f5f5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.card img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1rem;
  border-radius: 8px;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.4));
}

.card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #D4AF37; /* dorado */
}

.card p {
  font-size: 1.1rem;
  color: #ccc;
}

/* ------------------- CTA SERVICIOS ------------------- */
.cta-servicios {
  background: linear-gradient(135deg, #111 0%, #222 100%);
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3); /* dorado suave */
}

.cta-contenido p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #f2f2f2;
}

.boton-cta {
  display: inline-block;
  background-color: #D4AF37; /* dorado */
  color: #111;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.boton-cta:hover {
  background-color: #fff;
  color: #D4AF37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}


/*IMAGEN DE BALANCE SERVICIOS*/
.imagen-hero-servicios {
  text-align: center;
  background-color: #111;
  padding: 3rem 2rem;
}

.imagen-hero-servicios img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.frase-hero {
  font-size: 1.4rem;
  color: #D4AF37;
  margin-top: 1.5rem;
  font-style: italic;
}

.separador-dorado {
  margin: 2rem auto;
  width: 60%;
  border: none;
  border-top: 2px solid #D4AF37;
}
        /* Estilos para el menú desplegable 
        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 5px;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown-content a:hover {
            background-color: #ddd;
            
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown:hover .button {
            background-color: #0056b3;
        }

         Estilos para el contenido adicional */
/*
        #us-section1 {
            background-color:#3c3c3c; 
            color: white;
            padding: 20px;
            text-align: center;
            height: 85vh;
        }
        #us-section12 {
            background-color: #3c3c3c;
            color: white;
            padding: 20px;
            text-align: center;
            height: 85vh;
        }

        #reviews-box1 {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            background-color: #e3e3e3;
            padding: px 0 0 0;
            text-align: center;
            
        }
        

        #review-text1 {
            width: 40%;
            
            float: left;
            text-align: left;
            color: rgb(59, 107, 212); /* Cambia el color del texto a negro */
                 
        /*}
        #cajadeservicios{
            width: 100%;
            height: 100%;
            margin: 0 auto;
            background-color: #971111;
            padding: px 0 0 0;
            text-align: center;
            
        }
        #cuadrodetexto{
            width: 40%;
            
            float: left;
            text-align: left;
            color: rgb(59, 107, 212); /* Cambia el color del texto a negro */
                 
        /*}
        






        #review-text1 h2{
            font-size: 60px;
            padding: 80px 0px 20px 120px;
        }
        #review-text1 p{
            font-size: 20px;
            padding: 10px 0px 80px 100px;
        }

        #review-image1 {
            width: 530px;
            float: right ;
            margin-top: 40px;
            margin-right: 100px;
            border: 5px solid rgb(255, 255, 255); /* Ajusta el grosor del borde según tus necesidades */
           /* padding: 10px; /* Espacio entre la imagen y el borde */
          /*  background-color: rgba(255, 255, 255, 0.486);*/





/*contactano*/
.contacto {
  padding: 3rem 2rem;
  background-color: #111;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-top: 3rem;
}

.form-contacto {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-contacto label {
  text-align: left;
  font-weight: bold;
  color: #D4AF37; /* dorado */
}

.form-contacto input,
.form-contacto textarea,
.form-contacto select {
  padding: 0.8rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  background-color: #f2f2f2;
  color: #111;
}

.boton-enviar {
  background-color: #D4AF37;
  color: #111;
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.boton-enviar:hover {
  background-color: #fff;
  color: #D4AF37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

.privacidad {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
}

.modal-contenido {
  background: #222;
  color: #fff;
  margin: 10% auto;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
}

.cerrar {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
}

.boton-whatsapp {
  display: inline-block;
  margin-top: 1.5rem;
  background-color: #25D366;
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.boton-whatsapp:hover {
  background-color: #128C7E;
}
/* Mensajes de error debajo de los campos */
.error {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  display: block;
}


/* Modal de éxito */
#modal-exito .modal-contenido {
  background: #fff;
  color: #111;
  text-align: center;
}

#modal-exito h3 {
  color: #25D366; /* verde estilo WhatsApp */
}
/*politica de privacidad*/
.body-politicaprivacidad{
    background-color: #0a0a0a; /* Fondo oscuro solo para esta sección */
  color: #f5f5f5;
  font-family: "Segoe UI", Arial, sans-serif;

}
/* Contenedor general */
.contenedor-privacidad {
  background-color: #0a0a0a;   /* Fondo oscuro para toda la sección */
  padding: 40px 20px;
}

/* Bloque interno de la política */
.politica-privacidad {
  background-color: #1c1c1c;   /* Fondo diferenciado */
  color: #f5f5f5;
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  line-height: 1.8;
  font-family: "Segoe UI", Arial, sans-serif;
}

.politica-privacidad h2 {
  font-size: 36px;
  color: #33c6e0;
  margin-bottom: 20px;
  text-align: center;
}

.politica-privacidad h3 {
  font-size: 24px;
  color: #33c6e0;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 4px solid #33c6e0;
  padding-left: 10px;
}

.politica-privacidad p {
  font-size: 18px;
  margin-bottom: 15px;
}

.politica-privacidad ul {
  margin: 15px 0 25px 20px;
  padding-left: 20px;
}

.politica-privacidad li {
  margin-bottom: 10px;
  font-size: 17px;
}

.politica-privacidad a {
  color: #33c6e0;
  text-decoration: none;
  font-weight: bold;
}

.politica-privacidad a:hover {
  text-decoration: underline;
}




/*terminos y condiciones*/


/* ✅ Contenedor principal */
.body-terminos {
  background-color: #0a0a0a; /* Fondo oscuro solo para esta sección */
  color: #f5f5f5;
  font-family: "Segoe UI", Arial, sans-serif;
}
.terminos{
  background-color: #D4AF37;
}
.terminos-condiciones {
  background-color: #222;        /* Fondo oscuro elegante */
  color: #f5f5f5;                /* Texto claro para contraste */
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 60px auto;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  line-height: 1.8;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* ✅ Título principal */
.terminos-condiciones h2 {
  font-size: 36px;
  color: #33c6e0;                /* Acento celeste */
  margin-bottom: 20px;
  text-align: center;
}

/* ✅ Subtítulos */
.terminos-condiciones h3 {
  font-size: 24px;
  color: #33c6e0;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 4px solid #33c6e0;
  padding-left: 10px;
}

/* ✅ Párrafos */
.terminos-condiciones p {
  font-size: 18px;
  margin-bottom: 15px;
}

/* ✅ Listas */
.terminos-condiciones ul {
  margin: 15px 0 25px 20px;
  padding-left: 20px;
}

.terminos-condiciones li {
  margin-bottom: 10px;
  font-size: 17px;
}

/* ✅ Links */
.terminos-condiciones a {
  color: #33c6e0;
  text-decoration: none;
  font-weight: bold;
}

.terminos-condiciones a:hover {
  text-decoration: underline;
}





/*contacto sin el formulario*/
.contacto-premium {
  background-color: #111;
  color: #f5f5f5;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.contacto-header h1 {
  font-size: 2rem;
  color: #ffcc00;
  margin-bottom: 10px;
  text-align: center;
}

.contacto-header p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 30px;
}

.contacto-promesa {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.contacto-promesa h2 {
  color: #ffcc00;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contacto-timeline {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  margin-bottom: 30px;
}

.paso {
  background-color: #222;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  flex: 1;
}

.contacto-frase {
  font-style: italic;
  color: #ffcc00;
  text-align: center;
  margin: 30px 0;
  font-size: 1.1rem;
}

.contacto-cercania {
  text-align: center;
  margin-bottom: 30px;
}

.contacto-cercania p {
  margin: 6px 0;
}

.contacto-media {
  text-align: center;
  margin: 30px 0;
  /* Aquí puedes insertar imagen o multimedia */
}
.contacto-media img,
.contacto-media svg {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.contacto-formulario {
  margin: 40px 0;
  /* Aquí va tu formulario actual */
}

.contacto-cta {
  text-align: center;
  margin-top: 20px;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

/* ✅ Responsive */

/* Tablet */
@media (min-width: 768px) {
  .form-contacto {
    padding: 1rem;
  }
}

/*footer*/
.footer {
  background-color: #111;
  color: #fff;
  padding: 2rem;
  text-align: center;
  border-top: 3px solid #D4AF37; /* dorado */
}

.footer-contenido {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.footer-logo img {
  max-width: 120px;
  margin-bottom: 0.5rem;
}

.footer-redes {
  display: flex;
  gap: 1rem;
}

.icono-red {
  width: 32px;   /* tamaño pequeño */
  height: 32px;
  transition: transform 0.3s;
}

.icono-red:hover {
  transform: scale(1.1); /* efecto hover */
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; /* 🔑 asegura que todos los links se alineen por la base del texto */
}

.footer-links a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;     /* 🔑 fuerza ícono + texto en línea */
  align-items: baseline;    /* 🔑 mantiene texto a la par de la imagen */
  gap: 0.5rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.icono-libro {
  height: 80px; /* tamaño grande */
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

.footer-ruc {
  font-size: 0.9rem;
  color: #ccc;
}

        
@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 20px;
    height: auto;
    text-align: center;
  }


  nav {
    display: flex;
    flex-direction: column;   /* Uno encima del otro */
    align-items: center;      /* Centrados horizontalmente */
    padding: 0;               /* Elimina empuje lateral */
  }

  nav a {
    margin: 10px 0;           /* Espaciado vertical entre enlaces */
    font-size: 20px;          /* Tamaño cómodo para móvil */
    text-decoration: none;
    color: rgb(41, 168, 206);
  }

  #botonesinicio {
    margin: 0;
    font-size: 22px;
    text-align: center;
  }


  #logo {
    width: 80%;
    margin-bottom: 10px;
  }

  #slogan {
    transform: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #sa {
    transform: none;
    font-size: 20px;
    padding: 10px;
  }

  #image-container,
  .slider-img {
    height: auto;
  }

  .slider-text {
    position: static;
    transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 20px;
    margin: 10px auto;
  }

  .slider-text h3 {
    font-size: 24px;
  }

  .slider-text p {
    font-size: 18px;
  }

  .mini-carousel-box {
    width: 90%;
    height: auto;
  }

  .reasons-to-choose {
    flex-direction: column;
    padding: 40px 20px;
    height: auto;

  }

  #reasons-text {
    margin-right: 0;
    flex-basis: 100%;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }

  .footer-logo-text {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-logo-img {
    width: 90%;
    height: auto;
  }

  .footer-title {
    font-size: 30px;
  }

  .footer-c1 p {
    font-size: 18px;
    text-align: center;
    padding: 10px;
  }




  #review-text,
  #review-text1,
  #cuadrodetexto {
    width: 100%;
    float: none;
    padding: 20px;
    text-align: center;
  }

  #review-image,
  #review-image1 {
    width: 100%;
    float: none;
    margin: 20px auto;
    padding: 10px;
  }

  #carousel h2 {
    padding: 20px;
    font-size: 28px;
  }

  .carousel-item img {
    width: 90%;
    height: auto;
  }
  .slider-img {
  flex-direction: column;
}

.slider-img img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover;
  transform: none;
}

  .bloque {
    flex-direction: column !important; /* fuerza texto arriba, imagen abajo */
    text-align: center;
  }

  .texto {
    padding: 1.5rem;
  }

  .texto h2 {
    font-size: 2rem;
  }

  .texto p {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .imagen img {
    width: 100%;
    max-width: none;
    border-radius: 12px;
  }
    .form-contacto {
    padding: 1rem;
  }

  .form-contacto label {
    font-size: 1rem;
  }

  .form-contacto input,
  .form-contacto textarea,
  .form-contacto select {
    font-size: 1rem;
  }
  .libro-link {
    flex-direction: column-reverse; /* texto arriba, imagen debajo */
    align-items: center;            /* centra ambos elementos */
    gap: 0.3rem;
    text-align: center;             /* centra el texto */
  }

  .icono-libro {
    height: 40px;                   /* tamaño compacto en móvil */
    width: auto;
    margin: 0 auto;                 /* 🔑 centra la imagen horizontalmente */
    display: block;                 /* asegura que se comporte como bloque */
  }

    .promo-content {
    flex-direction: column;
    text-align: center;
  }

  .promo-title {
    font-size: 36px;
  }

  .promo-text p {
    font-size: 20px;
  }

  .promo-logo-img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  /*terminos y condiciones*/
 
  .terminos-condiciones {
    padding: 40px 20px;
  }

  .terminos-condiciones h2 {
    font-size: 28px;
  }

  .terminos-condiciones h3 {
    font-size: 20px;
  }

  .terminos-condiciones p,
  .terminos-condiciones li {
    font-size: 16px;
  }
/*politica privacidad*/
  .politica-privacidad {
    padding: 40px 20px;
  }

  .politica-privacidad h2 {
    font-size: 28px;
  }

  .politica-privacidad h3 {
    font-size: 20px;
  }

  .politica-privacidad p,
  .politica-privacidad li {
    font-size: 16px;
  }

}







 
@media screen and (max-width: 768px) {
  .mini-slider-img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }

  .mini-slider-img img {
    width: 100%;
    height: auto;
    object-fit: contain; /* o cover si quieres que se recorte pero llene */
  }

  .mini-carousel-box {
    height: auto;
    max-height: none;
  }
}
@media (max-width: 480px) {
  #chat-toggle {
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 45px;
  }

  #chat-toggle img {
    width: 60px;
    height: 60px;
  }

  .whatsapp-fixed {
    bottom: 40px;
    right: 15px;
  }

  .whatsapp-fixed img {
    width: 60px;
    height: 60px;
  }

  #chatbot-container {
    width: 95%;
    right: 2.5%;
    height: 350px;
    bottom: 140px;
  }
}

@media screen and (max-width: 360px) {
  .mini-slider-img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }

  .mini-slider-img img {
    width: 100%;
    height: auto;
    object-fit: contain; /* o cover si quieres que se recorte pero llene */
  }

  .mini-carousel-box {
    height: auto;
    max-height: none;
  }
  
}

