/* === GLOBAL === */
/* Fuente general para todo el sitio */
body {
  font-family: 'Roboto', sans-serif;
}

/* Bebas Neue solo para títulos */
 h2, h3, h4, h5, h6,
.titulo-nosotras,
.nombre1, .nombre2,
.apodo1, .apodo2,
.cargo1, .cargo2 {
 text-align: center;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
	line-height: normal;}

body {
  
  margin: 0;
  padding: 0;
}
body.home {
  background: url("../img/fondo-home.jpg") center / cover no-repeat fixed;
}
section {
  min-height: 100vh;
  padding: 80px 0;
  position: relative;
}
/* === NAV === */
.navbar-custom {
  background-color: transparent;
  box-shadow: none;
  margin: 10px 20px;
  padding: 0;
}

/* LOGO */
.logo-img {
  height: 150px;
  transition: height 0.3s ease;
}

/* Menú cápsula */
.nav-pill-menu {
  background-color: #dcdcdc;
  border-radius: 50px;
  gap: 5rem;
}

/* Estilos de enlaces */
.nav-pill-menu .nav-link {
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

.nav-pill-menu .nav-link:hover,
.nav-pill-menu .nav-link.active {
  background-color: #aaa;
  color: white;
}

/* Hamburguesa blanca */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* === RESPONSIVE PARA MÓVILES PEQUEÑOS === */
@media (max-width: 576px) {
  .logo-img {
    height: 70px;
  }

  .nav-pill-menu {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-radius: 20px;
    padding: 1rem;
    margin-top: 1rem;
  }

  .navbar-collapse {
    background-color: #dcdcdc;
    border-radius: 20px;
    padding: 1rem;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .navbar-brand {
    margin-right: auto;
  }

  .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* === INICIO === */
.inicio {
  margin-left: 50px;
  padding-top: 120px;
  text-align: start;
  color: white;
}

.inicio h1 {
  font-size: 7vw;
  color: aliceblue;
  line-height: 1.2;
}

/* === PRESENTACION === */


.presentacion .imagen-fondo,
.presentacion .decoracion-izquierda,
.presentacion .decoracion-derecha {
  position: absolute;
  z-index: -1;
  
}

.presentacion .decoracion-izquierda {
  top: 0;
  left: 0;
  max-width: 250px;
  z-index: 1;
}

.presentacion .decoracion-derecha {
  bottom: 0;
  right: 0;
  max-width: 250px;
  z-index: 1;
}

.presentacion .espacio-vacio {
  height: 500px;
	
}

.presentacion h2 {
	
  text-align: center;
  margin: 2rem 0;
}
.presentacion .titulo {
  font-size: 65px;
  font-weight: bold;
  text-align: center;
}

.presentacion .titulo strong {
  font-weight: bold;
}

.presentacion .somos {
  font-size: 20px;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .presentacion .titulo {
    font-size: 48px;
  }

  .presentacion .somos {
    font-size: 16px;
  }
}


/* ðŸ”½ AdaptaciÃ³n a pantallas pequeÃ±as */
@media (max-width: 768px) {
  .presentacion .titulo {
    font-size: 2.5rem;
  }

  .presentacion .somos {
    font-size: 1rem;
  }

  .decoracion-izquierda,
  .decoracion-derecha {
    width: 100px; /* Se achican */
  }
}

@media (max-width: 480px) {
  .decoracion-izquierda,
  .decoracion-derecha {
    width: 70px; /* AÃºn mÃ¡s pequeÃ±as en mÃ³viles */
  }
}
/**cierre presentacion*/
/*servicios*/
.box {
  background-color: #0e1821;
}

.servicio {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.0rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
  transition: filter 0.3s ease;
}

.servicio h4 {
  font-size: 2rem;
  color: white;
  z-index: 1;
}

.servicio:hover {
  filter: brightness(0.6);
}

.servicio:hover h4 {
  color: #fff;
}

.ver-mas {
  margin-top: 1rem;
  background: rgba(0,0,0,0.6);
  color: white;
 
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  z-index: 1;
  transition: background 0.3s;
}

.ver-mas:hover {
  background: rgba(255,255,255,0.2);
}


@media (max-width: 768px) {
  .servicio {
    height: 300px;
    padding: 1.5rem;
  }

  .servicio h4 {
    font-size: 1.5rem;
  }

  .ver-mas {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
}
.servicio {
  margin-bottom: 3rem; 
}

@media (min-width: 992px) {
  .servicio:nth-child(odd) {
    margin-right: 5rem; 
  }
}

/*fin servicios*/
/*footer*/

.footer-custom {
  background-color: #EB639D;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  width: 100%;
}

.logo-footer {
  height: 50px;
}
.img_modal {
  display: flex;
  align-items: center;
  height: 50px; /* igual que el logo */
}
.icono-ig-modal {
  display: flex;
  align-items: center;
  height: 50px; /* igual que el logo */
}
.icono-ig {
  display: flex;
  align-items: center;
  height: 50px; /* igual que el logo */
}

.icono-ig i {
  font-size: 2.2rem; /* ajusta segÃºn el tamaÃ±o visual del logo */
  color: white;
}

.modal_lilith {
  border-radius: 50px 50px 0 0;
  background:  #E678DB;
  border: 2px solid #dca3af;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Header */
.modal_lilith .modal-header {
  border-bottom: none;
  background-color: #eec9d2;
  border-radius: 50px 50px 0 0;
  padding: 1.5rem;
}

.modal_lilith .modal-title {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #5b2a3c;
}

/* Botón de cerrar */
.modal_lilith .btn-close {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
}

/* Body */
.modal_lilith .modal-body {
  padding: 2rem;
  color: #3a1f28;
}

/* Inputs */
.modal_lilith .form-control {
  border-radius: 10px;
  border: 1px solid #dca3af;
}

/* Footer */
.modal_lilith .modal-footer {
  background-color: #f3d6dd;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 1.5rem;
  justify-content: space-between;
}

/* Botones */
.modal_lilith .btn-primary {
  background-color: #b14a63;
  border-color: #b14a63;
}

.modal_lilith .btn-primary:hover {
  background-color: #932f4d;
  border-color: #932f4d;
}

.modal_lilith .btn-secondary {
  background-color: #fff;
  color: #b14a63;
  border: 1px solid #b14a63;
}

.modal_lilith .btn-secondary:hover {
  background-color: #f7e7ea;
}


@media (max-width: 320px) {
  .footer-custom {
    flex-direction: column;
    gap: 1rem;
  }
}


/*quienes somos*/
/* === TÍTULO NOSOTRAS === */
.titulo-nosotras {
  font-size: 80px;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 40px;
  color: aliceblue;
}


body.quienes_somos {
  background: url("../img/Fondos/Fondo-Nosotras.jpg") center / cover no-repeat fixed;
}
.perfiles .perfil {
  display: flex;
  flex-direction: column;
  
}

.perfiles .contenido {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 40px;
}

.perfiles .col {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.perfiles .foto {
  max-width: 80%;
  
  
  
}

.perfiles .apodo1 {
  font-size: 2rem;
  margin-top: 5px;
  color: aliceblue;
}
.perfiles .apodo2 {
  font-size: 2rem;
  margin-top: 10px;
  color: #555;
}
.perfiles .texto {
  flex: 2;
  min-width: 300px;
	align-items: center;
}

.perfiles .nombre1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: aliceblue;
}
.perfiles .nombre2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #222;
}

.perfiles .descripcion1 {
  font-size: 0.8rem;
  line-height: 1.7;
  color: aliceblue;
}
.perfiles .descripcion2 {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #333;
}
.perfiles .cargo1 {
  margin-top: 1.5rem;
  font-weight: bold;
  color: aliceblue;
}
.perfiles .cargo2 {
  margin-top: 1.5rem;
  font-weight: bold;
  color: #666;
	
}
.formas-raquel{
	position: absolute;
	z-index: 1;
}
.perfiles .formas {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.perfiles .formas img {
  max-height: 180px;
  opacity: 0.5;
}
.formas-raquel-contenedor {
	
  display: flex;
  justify-content: center;
  gap: 5px; /* espacio entre formas si quieres */
  margin-bottom: 20px;

}
	
/* CONTENEDOR FIJO IZQUIERDO PARA FORMAS DE NATALIA */
.formas-nati-lateral {
  position: absolute;
  top: -100px;
  left: 700px;
  height: 100%;
  width: 250px; /* puedes ajustar este ancho */
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
 
	
}

.formas-nati-lateral img {
  max-width: 100px;
  opacity: 0.5;
}

.formas,
.formas-raquel-contenedor{
  position: absolute;
  z-index: 0;
	
}
.formas img {
  width: 100%;
  height: auto;
  opacity: 0.3; /* si quieres que sean más sutiles */
}

.perfil .contenido > .col,
.perfil .contenido > .texto {
  position: relative;
  z-index: 1;
}

/* Colores de fondo distintos por perfil */
.perfil-raquel {
  background-color: #711226;
}
.perfil-natalia {
  background-color: #F7E7EA;
}
.perfil-monserrat {
  background-color: #711226;
}
.perfil-macarena {
  background-color: #F7E7EA;
}@media (max-width: 320px) {
  /* Título */
  .titulo-nosotras {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 1.5rem;
  }

  /* Contenedor general */
  .perfiles .contenido {
    flex-direction: column;
    padding: 15px 10px;
    gap: 1.0rem;
  }

  /* Imagen de perfil */
  .perfiles .foto {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* Apodos y nombres */
  .perfiles .apodo1,
  .perfiles .apodo2 {
    font-size: 1.0rem;
    margin-top: 0.5rem;
  }

  .perfiles .nombre1,
  .perfiles .nombre2 {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  /* Cargos */
  .perfiles .cargo1,
  .perfiles .cargo2 {
    font-size: 0.8rem;
    margin-top: 0.8rem;
  }

  /* Descripciones */
  .perfiles .descripcion1,
  .perfiles .descripcion2 {
    font-size: 0.8rem;
    padding: 0 1rem;
    margin: 1rem 0;
  }

  /* Formas decorativas */
  .formas img,
  .formas-raquel img,
  .formas-nati-lateral img {
    max-width: 40px !important;
    max-height: 40px !important;
    opacity: 0.3;
  }

  .formas-raquel-contenedor,
  .formas,
  .formas-nati-lateral {
    position: static !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0;
  }

  /* Para que las formas no rompan layout */
  .formas-nati-lateral {
    width: 100%;
    height: auto;
    top: 40px;
    left: 40px;
    flex-direction: row;
    align-items: center;
  }

  /* Ajustes a columnas en .perfil-macarena y .perfil-monserrat */
  .perfil-macarena .row,
  .perfil-monserrat .row {
    flex-direction: column;
  }

  .perfil-macarena .col-md-4,
  .perfil-monserrat .col-md-4,
  .perfil-macarena .col-md-8,
  .perfil-monserrat .col-md-8 {
    width: 80%;
    padding: 0 1rem;
  }

  .perfil-macarena img,
  .perfil-monserrat img {
    margin-bottom: 1rem;
  }

  /* Decoraciones laterales de monserrat/macarena */
  .perfil-macarena .d-flex,
  .perfil-monserrat .d-flex {
    flex-direction: column;
    gap: 0.3rem;
  }

  .perfil-macarena .d-flex img,
  .perfil-monserrat .d-flex img {
    max-height: 40px;
  }
}


/*fin quienes somos*/


/*portafolio*/
.titulo-portafolio {
  font-size: 80px;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 40px;
  color: aliceblue;
}


body.portafolio {
  background: url( "../img/Fondos/Fondo-portafolio.jpg") center / cover no-repeat fixed;
}
/*fin portafolio*/
/*editorial y ilustracion*/

  .ilustracion-page ,
.ilustracion-page p,
.ilustracion-page  h2,
.ilustracion-page .slider-item p,
.ilustracion-page .slider-item p strong {
  color: white;
}


    .slider-container {
      overflow: hidden;
      position: relative;
    }

    .slider {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      gap: 2rem;
      padding: 1rem;
    }

  .slider-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  height: 350px; /* ajusta según tu diseño */
  padding: 10px;
}

.slider-item img {
  max-height: 250px;
  object-fit: contain;
}

.slider-item p {
  margin-top: auto;
  padding-top: 10px;
  color: white; /* si quieres letras blancas */
}

    .slider.dragging {
      scroll-behavior: auto;
      cursor: grabbing;
    }

    .controls {
      position: relative;
      display: flex;
      justify-content: space-between;
      padding: 1rem;
    }
/*fin editorial y ilustracion*/