@charset "utf-8";
/* CSS Document */

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

    body {
      font-family: 'Noto Serif', serif;
      background-color: #fbf6ed;
      color: #7a4f3b;
    }

  .navbar-nav .nav-link {
  position: relative;
  padding-bottom: 4px;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}



/* HERO ---------------------- SLIDER   V  */
	  .hero {
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel1,
.carousel-inner1,
.carousel-item1 {
  height: 100vh;
}

/* Oscurecer un poco el fondo para mejor lectura */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero-content {
  z-index: 2;
  color: #fff;
}



    /* HERO */
    .hero {
      height: 100vh;
      background-image: url('../img/casaumma-principal.jpeg');
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
    }

    /* Overlay oscuro */
    .hero::before {
		
		
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    /* Contenido encima */
    .hero-content {
      position: relative;
      z-index: 2;
      height: 100%;
    }

    /* NAV  */
    .navbar {
      z-index: 3;
		background-color: #7a4f3b;    }

    .navbar a {
      color: #fff !important;
      letter-spacing: 1px;
      font-size: 0.9rem;
    }

    /* TEXTO HERO */
    .hero-subtitle {
      letter-spacing: 4px;
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }

    .hero-title {
      font-size: clamp(3rem, 6vw, 6rem);
      font-weight: 600;
      letter-spacing: 3px;
    }

    .hero-caption {
      letter-spacing: 3px;
      margin-top: 1rem;
      font-size: 0.9rem;
    }




    /* NAV */
    .navbar a {
      color: white !important;
      letter-spacing: 1px;
      font-size: 0.9rem;
    }

    .navbar-brand {
      font-weight: 500;
      font-size: 1.5rem;
    }

    /* Hover underline */
    .nav-link {
      position: relative;
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      height: 1px;
      background-color: #7a4f3b;
      transition: width 0.3s ease;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    /* SECCIÓN NOSOTROS */
    .nosotros-section {
      min-height: calc(100vh - 90px);
      display: flex;
      align-items: center;
    }

    .nosotros-title {
      font-size: clamp(2.2rem, 3.5vw, 2.4rem);
      line-height: 1.2;
      margin-bottom: 2rem;
      font-weight: 600;
		text-align: center;
		
    }

    .nosotros-text {
      font-size: 0.97rem;
      line-height: 1.9;
    padding: 0 50px 0px 50px;
		 color: #AC6D11 !important;
		text-align: center;
		
		
		
    }

    /* Imagen circular */
    .nosotros-img-wrapper {
      width: 620px;
      height: 620px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
    }

    .nosotros-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .nosotros-img-wrapper {
        width: 320px;
        height: 320px;
        margin: 0 auto 2rem;
      }

      .nosotros-text {
        max-width: 100%;
      }
    }




/* LUDOTECA */

/* ===== SECCIÓN TOWNSITE ===== */
.townsite-section {
  background-color: #fbf6ed;
}

.townsite-title {
  font-family: 'Noto Serif', serif;
  font-size: 2.5rem;
  color: #7a4f3b;
	font-weight: 600;
}

/* Card */
.town-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 320px;
  cursor: pointer;
  background-color: #e8dccf;
}

.town-card img,
.town-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Placeholder verde */
.bg-alt {
  background-color: #7f8f46;
}

.town-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

/* Overlay hover */
.town-overlay {
  position: absolute;
  inset: 0;
  background: rgba(122, 79, 59, 0.9);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.town-overlay h4 {
  font-family: 'Noto Serif', serif;
  margin-bottom: 1rem;
}

.town-overlay p {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Hover */
.town-card:hover .town-overlay {
  opacity: 1;
}

/* Texto debajo */
.town-card-title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #7a4f3b;
	font-weight: 700;
}

.town-card-text {
  font-size: 1 rem;
  line-height: 1.6;
  color: #7a4f3b;
  max-width: 360px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
  .town-card {
    height: 260px;
  }
}
.fondoclaro {
	background-color: #F7D79E !important;
}

/* ===== SECCIÓN MEMBRESÍAS ===== */
.membresias-section {
  background-color: #fbf6ed;
}

.membresias-title {
  font-family: 'Noto Serif', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: #7a4f3b;
}

/* Card */
.membresia-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.membresia-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.membresia-overlay {
  position: absolute;
  inset: 0;
  background: rgba(122, 79, 59, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.membresia-overlay h4 {
  color: #fff;
  font-family: 'Noto Serif', serif;
  letter-spacing: 2px;
  font-size: 1.1rem;
}

/* Hover */
.membresia-card:hover .membresia-overlay {
  opacity: 1;
}

/* Texto debajo */
.membresia-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #7a4f3b;
  margin-top: 1rem;
  max-width: 90%;
}

/* Responsive */
@media (max-width: 768px) {
  .membresia-text {
    max-width: 100%;
  }
}

.btn-hover-wipe {
  position: relative;
  overflow: hidden;
  background-color: #8b5a3c;
  color: #fff;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-hover-wipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #6b3f2b;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-hover-wipe:hover::before {
  transform: translateX(0);
}

.btn-hover-wipe:hover {
  color: #fff;
}

/* FOOTER DESCRIPCIONES */
.footer-casaumma {
  background-color: #8b5a3c;
  color: #f7f1ea;
  font-family: serif;
}

.footer-title {
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
	font-weight: 600;
}

.footer-text {
  font-size: 0.85rem;
  letter-spacing: 0.8px;
}

.footer-text-link a {
  font-size: 0.85rem;
  letter-spacing: 0.8px;
	
	color: white !important;
}
.footer-logo {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.footer-instagram {
  position: absolute;
  top: 0;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #8b5a3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-instagram:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}



/* paquetes */


.servicio-section {
  background-color: #fbf5ec;
  font-family: Noto serif, Serif;
	min-height: calc(100vh - 90px);
      display: flex;
}

.servicio-title {
  color: #8b5a3c;
  font-size: 1.2rem;
	
}

.servicio-card {
  border: 5px solid #8b5a3c;
  border-radius: 40px;
  padding: 1rem 1rem;
  text-align: center;
  color: #8b5a3c;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servicio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
	background-color:  #8b5a3c;
	color: white;
}

.servicio-card h5 {
  font-size: 1.1rem;
 
  
}

.precio {
  font-size: 1.5rem;
	font-weight: 700;
  margin-bottom: 1rem;
}

.ver-mas {
  font-size: 0.8rem;
  
 
	
}

/* CONTACTO */

.contacto-casaumma {
  background-color:  #8b5a3c;
	color: white;
	height: 100vh;                 /* ocupa toda la pantalla */
  display: flex;
  justify-content: center;       /* centro horizontal */
  align-items: center;  
}

.contacto-casaumma h2 {
  font-family: 'Noto Serif', serif;
}

.contacto-casaumma .form-control {
  border-radius: 0;
  padding: 12px;
  border: 1px solid #ccc;
}

.contacto-casaumma .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.contacto-casaumma .btn {
  border-radius: 0;
  letter-spacing: 1px;
}



.dropdown-menu {
    background-color:#8b5a3c;
    border: none;
	color: white;
    border-radius: 8px;
	
}

.dropdown-item {
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    padding: 10px 20px;
}

.dropdown-item:hover {
    background-color: #f3f0ea;
    color: #000!important;
}

/* Solo en pantallas grandes */
@media (min-width: 992px) {

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown-menu {
        display: none;
    }
}

/* Tarjetas de imagen */
.espacio-card {
    border-radius: 25px;
    overflow: hidden;
}

.espacio-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

/* Texto debajo */
.espacio-caption {
    font-size: 14px;
    letter-spacing: 2px;
    color: #6b3f2b;
}