/* LOGO LOGITO */
.container .logo  {
  width: 120px;
  margin: 0 0 0 4rem;
}

@media (max-width: 990px) {
  .container .logo {
    width: 100px;
    margin: 0;
    float: left;

  }
}

/* Teléfonos y direccion */
.padding-bloque {
  padding: 2rem;
}

/* Estilos para el botón de WhatsApp */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

/* icono de whatsapp */
.whatsapp-button img {
  width: 70px;
  height: 70px;
}

/* Galería */
.img-fluid {
  height: 300px;
  object-fit: cover;
}

.mapa-nuestra-ubicacion {
  width: 100% !important;
}

/* Footer */
.contenedor {
  margin: 0 0 8rem 0;
}

/* Ejemplo */
.rosa {
  background-color: rosybrown;
  display: flex;
  width: 100px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.amarillo {
  background-color: yellow;
  display: flex;
  width: 100px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.principal {
  display: flex;
}

.parrafo-pago{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.titulo-pago-negrita{
  font-weight: bold;
  font-size: 20px;
}

.espacio-formulario{
  margin: 0 0 10% 0 !important;
}

.texto-oculto{
  display: none !important;
}

.padding-espaciado{
  padding: 0 0 3rem 0 !important;
}

/* Historia */.historia-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.historia-img-container {
  width: 100%;
  overflow: hidden;
}

.historia-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.historia-text {
  margin-top: 30px;
  color: #ffffff
}

.heading-section {
  text-align: center;
}
.heading-section .subheading {
  color: #c49b63;
  display: block;
  margin-bottom: 10px;
}

.heading-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff
}

.historia-text h3 {
  font-size: 24px;  
  margin-top: 20px;
  color: #ffffff
}

.historia-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff
}

/* Imagen abuela */
.imagen-abuela{
  height: 470px;
  overflow: hidden;
  position: relative;
}
.imagen-abuela img {
  position: absolute; 
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .imagen-abuela {
    height: 200px;
  }
}

/* Slider recortado */
.slider-recorte {
  width: 100%;
  overflow: hidden;
  position: relative;

}

.slider-recorte .contenedor-slider {
  width: 100%;
  height: auto;
  top: -100px; /* Ajusta si quieres mostrar otra parte */
}

@media (max-width: 768px) {
  .slider-recorte .contenedor-slider {
    top: -200px; /* Ajusta si quieres mostrar otra parte en pantallas pequeñas */
  }
}

/* contenedor-pago */
.contenedor-pago {
  background-color: #120f0f;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

/* Textos menu centrado verticalmente */
.text {
  margin-top: 20px;
}


