@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');
body{
    
    
    margin: 0;
}   
header{
    font-family: "Calistoga", serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: linear-gradient(to right, #ffadff, #e89f90, #f3a78f, #ec5d5d);
    padding: 0 20px;
    position: relative;
}

.logo-nombre{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center; 
    gap: 10px;
}
.logo{
    width: 150px;   
    height: auto;
    padding-bottom:20px;
}
.nombre{
    font-size: 45px; 
    margin: 0;  
    color: white;     
}

h2{
    display: flex;
    justify-content:center;
}

.nav-link:hover {
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.menu-secciones {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center; 
    gap: 70px;               
    margin-top: 15px;
    background-color: #fff;  
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd; 
    
}
.menu-secciones a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
    
}
.menu-secciones a:hover {
    color: #ec5d5d; 
}
.seccion-promo {
    font-family: "Calistoga", serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #ffadff, #e89f90, #f3a78f, #ec5d5d);
    padding: 0 10px;
    gap: 40px;
    flex-wrap: wrap;
}

.seccion-promo img {
    width: 800px;
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
}
.texto-promo {
  
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    flex: 1;
    padding-left: 300px; 
}

.franja-contenedor {
    background-color: #ec5d5d;
    border-radius: 10px;
    padding: 12px 0;
    margin: 20px 0;

    
}

.texto-franja {
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
    padding-left: 20px; 
    text-align: left;
}

.Packs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff0f5;
    padding: 60px 20px;
    text-align: center;
}

.Cuerpo h2 {
    font-size: 2rem;
    color: #ec5d5d;
    margin-bottom: 50px;
}

.Cuerpo h3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #333;
}
.Packs-grupo {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.Packs-1 {
    background-color: white;
    border: 2px solid #f4b1c7; 
    padding: 20px;
    max-width: 240px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;   
}
.Packs-1:hover {
    transform: translateY(-5px);
}
.Packs-1 img {
    width: 70%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.Packs-1 h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #ec5d5d;
}

.Packs-1 p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #666;
    
}
.precio{
    margin-bottom: 25px;
    color: red;
    font-weight: bold;
}
.btn-1 {
    display: inline-block;
    background-color: #ec5d5d;
    color: white;
    padding: 10px 40px;
    
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}
.btn-1:hover {
    background-color: #c54444;
}
.Packs-Mechas {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff0f5;
    padding: 60px 20px;
    text-align: center;
}

.Cuerpo-Mechas h2 {
    font-size: 2rem;
    color: #ec5d5d
}

.Cuerpo-Mechas h3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #333;
}

.Packs-Mechas-grupo {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.PacksM-1 {
    background-color: white;
    border: 2px solid #f4b1c7; 
    padding: 20px;
    max-width: 240px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    margin-top: 10px;
}

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

.PacksM-1 img {
    width: 50%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    
}

.PacksM-1 h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #ec5d5d;
}

.PacksM-1 p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #666;
    
}





.Packs-Laceados {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff0f5;
    padding: 60px 20px;
    text-align: center;
}

.Cuerpo-LT h2 {
    font-size: 2rem;
    color: #ec5d5d;
    margin-bottom: 100px;
}



.Packs-LT-grupo {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.PacksLT-1 {
    background-color: white;
    border: 2px solid #f4b1c7;
    padding: 20px;
    max-width: 240px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    margin-top: 30px;
}

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

.PacksLT-1 img {
    width: 30%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    
}

.PacksLT-1 h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #ec5d5d;
}

.PacksLT-1 p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #666;
    
}




.Packs-Marcas {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  padding: 60px 40px;
  text-align: center;
  background-color: #fdfdfd; 
}

.Packs-Marcas h2 {
  font-weight: 500px;
  font-size: 22px;
  margin-bottom: 40px;
  color: rgb(180, 178, 178);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.marcas-logos {
    display: flex;
    justify-content: center; 
    gap: 80px;               
    margin-top: 100px;
    background-color: #fff;  
    padding-bottom: 20px;
    
}

.marcas-logos img {
  max-height: 80px;
  max-width: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marcas-logos img:hover {
  transform: scale(1.1);
}




.Packs-Redes-Sociales {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 60px 40px;
  text-align: center;
  background-color: #fdfdfd; 
}

.Packs-Redes-Sociales h2 {
  font-weight: 500px;
  font-size: 22px;
  margin-bottom: 40px;
  color:rgb(183, 179, 179);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logos-redes {
    display: flex;
    justify-content: center; 
    gap: 80px;               
    margin-top: 100px;
    margin-bottom: 60px;
    background-color: #fff;  
    padding-bottom: 20px;
    
}

.logos-redes img {
  max-height: 60px;
  max-width: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logos-redes img:hover {
  transform: scale(1.1);
}

/*FOOTER*/

.footer {
  background: linear-gradient(to right, #ffadff, #e89f90, #f3a78f, #ec5d5d);
  padding: 20px;
  text-align: center;
  color: #6b0303;
  padding: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}

.titulo-footer {
  font-size: 2.5em;
  margin: 0;
  color: #800000;
}

hr {
  border: none;
  border-top: 1px solid #8e1e1e;
  margin: 15px 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.footer-section {
  flex: 1 1 220px;
  margin: 10px;
}

.footer-section h3 {
  color: #b04343;
  font-weight: bold;
  font-size: 1.1em;
}

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

.footer-section ul li a {
  color: black;
  text-decoration: none;
  font-size: 1em;
}

.footer-section p {
  margin: 5px 0;
  font-size: 1em;
}

.Correo {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formulario {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formulario input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.formulario button {
  background-color: #a12222;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.footer-logo img {
  width: 200px;
  height: auto;
  position: absolute;
  top: 190px;
  left: 140px;
  z-index: 10;
}

.footer-logo-2 img {
  width: 200px;
  height: auto;
  position: absolute;
  top: 190px;
  right: 140px;
  z-index: 10;
}





.contacto {
  margin-top: 30px;
  color: #8b1c1c;
}

.copy {
  text-align: center;
  font-size: 0.9em;
  color: #4d0000;
  margin-top: 10px;
}





/*UBICACION*/



.titulo-ubicacion {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* Contenedor con imagen de fondo */
.imagen-ubicacion {
  background: linear-gradient(
    rgba(255,255,255,0.6), 
    rgba(255,255,255,0.6)
),
  url("Imagenes/gps.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  height: 350px;
  max-width: 90%;
  margin: 0 auto 90px auto;  /* <-- margen inferior agregado */
  display: flex;
  justify-content: center;
  gap: 20px;     
  align-items: center;
  padding: 20px;
  flex-wrap: wrap; 
}


/* Caja de contenido */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estilos base con efecto oculto inicial */
.contenido-ubicacion {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: white;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  color: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

  opacity: 0;               /* Oculto al inicio */
  transform: translateY(30px); /* Un poco más abajo */
  transition: all 0.5s ease-out;
}

/* Esta clase se agregará con JS */
.contenido-ubicacion.animado {
  animation: fadeUp 0.8s ease-out forwards;
}




/* Botón */
.btn-mapa {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-mapa:hover {
  background-color: #c0392b;
}


/*ICONOS EN HEADER*/

.barra-iconos {
  display: flex;
  align-items: center;
  justify-content: space-between; /* separa íconos de la búsqueda */
  padding: 13px 20px;
  gap: 15px;
  background: transparent; /* SIN fondo negro */
}

.iconos{
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-link img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}










/* Botón */
.btn-quienes {
  background-color: #c71585;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s;
}

.btn-quienes:hover {
  background-color: #a0126f;
  transform: scale(1.05);
}

/* Modal base */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Mostrar modal cuando el ID está en la URL */
.modal:target {
  display: flex;
}

/* Contenido del modal */
.modal-contenido {
  background: white;
  padding: 30px;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.4s ease;
}

.modal-contenido h2 {
  font-size: 28px;
  color: #c71585;
  margin-bottom: 15px;
}

.modal-contenido p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}

/* Botón cerrar */
.cerrar-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.cerrar-modal:hover {
  color: #c71585;
}

/* Animación */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}













