@charset "UTF-8";
header {
  background-color: #fe28a6;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

header img {
  width: 100px;
}

.intro-brava {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bloque-info {
  background: linear-gradient(135deg, rgba(254, 40, 166, 0.12), rgba(254, 40, 166, 0.04));
  border-radius: 28px;
  padding: 60px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.intro-etiqueta {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fe28a6;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
   font-family: 'Bricolage Grotesque', sans-serif;

}

.intro-titulo {
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0, 5px;
  color: #111;
  margin-bottom: 52px;
   font-family: 'Bricolage Grotesque', sans-serif;
}

.intro-texto {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  max-width: 95%;
}

.bloque-video {
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
  min-height: 520px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.bloque-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.btn-brava {
  background-color: #fe28a6;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-brava:hover {
  background-color: #e61f95;
  color: #fff;
}

.btn-brava-outline {
  background-color: transparent;
  color: #fe28a6;
  border: 1px solid #fe28a6;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-brava-outline:hover {
  background-color: rgba(254, 40, 166, 0.08);
  color: #fe28a6;
}

.bloque-info {
  padding: 40px 30px;
}

.intro-titulo {
  font-size: 2.2rem;
}

.bloque-video {
  min-height: 400px;
}

.bloque-info {
  padding: 30px 22px;
  border-radius: 22px;
}

.intro-titulo {
  font-size: 1.9rem;
}

.intro-texto {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 100%;
}

.bloque-video {
  min-height: 280px;
  border-radius: 22px;
}

.btn-brava,
.btn-brava-outline {
  width: 100%;
  text-align: center;
}

.bienvenida-section {
  padding: 90px 20px;
}


.nube-hola {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 60px;
  text-align: center;
  background: linear-gradient(135deg, rgba(254, 40, 166, 0.15), rgba(254, 40, 166, 0.05));
  /* forma orgánica */
  border-radius: 70% 30% 60% 40%/40% 60% 30% 70%;
  box-shadow: 0 20px 45px rgba(254, 40, 166, 0.12);
}

/* Etiquetita superior */
.nube-tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
   font-family: 'Bricolage Grotesque', sans-serif;
  margin-bottom: 18px;
  font-weight: 600;
}

/* Título */
.nube-hola h2 {
  font-size: 2.6rem;
  margin-bottom: 24px;
  color: #fe28a6;
   font-family: 'Bricolage Grotesque', sans-serif;
   font-weight: 700 !important;
}

/* Texto */
.nube-desc {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.nube-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.nube-hola {
  position: relative;
  z-index: 2;
}

.decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.decor-1 {
  width: 110px;
  top: -45px;
  left: 20px;
}

.decor-2 {
  width: 140px;
  top: -60px;
  right: -15px;
}

.decor-3 {
  width: 130px;
  bottom: -90px;
  left: 80px;
}

.decor-4 {
  width: 90px;
  bottom: 5px;
  right: -25px;
}

/* equipo */
.fw-bold {
  font-family: "Bricolage Grotesque", sans-serif;
}

.equipo-brava-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-card {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.team-info {
  margin-top: 0; 
  width: 100%;
  padding: 18px;
  border-radius: 0 0 24px 24px;
  background: rgba(254,40,166,0.15);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.team-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 24px 24px 0 0; 
  display: block;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.team-info h3 {
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #111;
}

.cargo {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fe28a6;
  letter-spacing: 0.6px;
  margin: 0;
}

/* video banner */
.video-banner-section {
  width: 100%;
  padding: 0;
}

.video-banner {
  width: 100%;
  height: 55vh;
  max-height: 550px;
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .video-banner {
    height: 58vh;
    max-height: 650px;
  }
}
.contacto-brava-section {
  padding: 90px 20px;
}

.contacto-etiqueta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fe28a6;
  font-weight: 600;
  margin-bottom: 12px;
}

.contacto-titulo {
  font-size: 2.4rem;
  color: #111;
  font-family: "Bricolage Grotesque", sans-serif;
}

/* BASE */
.contacto-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 34px;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contacto-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.contacto-box h3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: inherit;
}

.contacto-box span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  margin-top: 10px;
  transition: all 0.3s ease;
}

/* TAMAÑOS */
.box-grande {
  min-height: 300px;
}

.box-mediana {
  min-height: 300px;
}

.box-redes {
  min-height: 300px;
}

/* COLORES */
.rosa {
  background-color: #fe28a6;
  color: #fff;
}

.rosa-claro {
  background-color: #ffe8f5;
  color: #111;
}

.blanca {
  background-color: #fff;
  color: #111;
  border: 1px solid rgba(254, 40, 166, 0.15);
}

/* AVIÓN */
.avion-icon {
  position: absolute;
  top: 210px;
  right: 28px;
  width: 55px;
  height: auto;
}

/* LINKS */
.contacto-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacto-links a {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  opacity: 0.9;
}

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

/* REDES */
.redes a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.redes i {
  font-size: 18px;
  color: #fe28a6;
}

/* LOGO */
.logo-brava {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 75px;
  border-radius: 50%;
}

.contacto-box {
  position: relative;
}

/* TEXTO CENTRADO */
.carpeta-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.carpeta-item img {
  width: 100%;
  display: block;
}

/* capa del texto */
.carpeta-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}

.carpeta-info h3 {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.7);
}

.sitio-footer {
  background-color: #fe28a6;
  color: black;
  margin-top: 60px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-logo {
  width: 120px;
  height: auto;
}

/* Títulos */
.footer-title {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  text-align: center;
}

/* Texto */
.footer-text {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
}

/* Redes */
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.footer-social a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.85;
}

.footer-social a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-social a {
  color: black;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s;
}

.footer-social a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* Parte inferior */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 15px;
  font-size: 13px;
  opacity: 0.7;
  background-color: black;
  color: white;
}

.porfolio-titulo {
  font-size: 2.4rem;
  color: #111;
  text-align: center;
}

.portfolio-brava-section {
  padding: 90px 20px;
}

.portfolio-section {
  padding: 90px 20px;
}

#portfolioCarousel {
  max-width: 1110px;
  margin: 0 auto;
}

#portfolioCarousel .carousel-inner {
  border-radius: 28px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

#portfolioCarousel .carousel-item img {
  height: 630px;
  object-fit: cover;
}

#portfolioCarousel .carousel-control-prev,
#portfolioCarousel .carousel-control-next {
  width: 8%;
}

#portfolioCarousel .carousel-control-prev-icon,
#portfolioCarousel .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 18px;
}

#portfolioCarousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fe28a6;
  opacity: 0.4;
  border: none;
}

#portfolioCarousel .carousel-indicators .active {
  opacity: 1;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#modalImg {
  display: block;
  max-height: 85vh;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fe28a6;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-arrow.left {
  left: 8px;
}

.modal-arrow.right {
  right: 8px;
}

.testimonios-section {
  padding: 90px 20px;
  background-color: #f3eef9;
}

.testimonios-bajada {
  color: #6d6a86;
  font-size: 1.05rem;
  margin-top: 10px;
}

.testimonios-box {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.testimonio-contenido {
  padding: 60px 80px 40px;
  text-align: center;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonio-texto {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #2c2c44;
  font-style: italic;
  max-width: 720px;
  margin: 0 auto 35px;
}

.testimonio-persona {
  border-top: 1px solid #eceaf2;
  padding-top: 28px;
}

.testimonio-foto {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
}

.testimonio-persona h3 {
  margin: 0 0 6px;
  font-size: 1.8rem;
  color: #2c2c44;
}

.testimonio-persona span {
  color: #6d6a86;
  font-size: 1rem;
}

#testimoniosCarousel {
  max-width: 980px;
  margin: 0 auto;
}

#testimoniosCarousel .carousel-control-prev,
#testimoniosCarousel .carousel-control-next {
  width: 8%;
}

#testimoniosCarousel .carousel-control-prev-icon,
#testimoniosCarousel .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  padding: 22px;
  filter: invert(0.2);
}

#testimoniosCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #6d6a86;
  opacity: 0.5;
}

#testimoniosCarousel .carousel-indicators .active {
  background-color: #fe28a6;
  opacity: 1;
}

.cta-testimonio {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.cta-testimonio h3 {
  font-size: 2rem;
  margin-bottom: 14px;
  color: #2c2c44;
}

.corazon {
  margin-left: 6px;
  font-size: 0.9em;
  display: inline-block;
  transform: translateY(-2px);
}

.cta-testimonio a {
  margin-top: 20px;
  display: inline-block;
}

.btn-brava-test {
  display: inline-block;
  background-color: #fe28a6;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-brava-test:hover {
  background-color: #e61f96;
  color: #fff;
  text-decoration: none;
}

.carpeta-item {
  overflow: hidden;
  border-radius: 24px;
}

.carpeta-item img {
  transition: transform 0.5s ease;
}

.carpeta-item:hover img {
  transform: scale(1.05);
}




/* MOBILE */
@media (max-width: 500px) {
  .contacto-brava-section {
    padding: 60px 16px;
  }
  .contacto-titulo {
    font-size: 1.9rem;
  }
  .contacto-box {
    position: relative;
    min-height: 200px;
    padding: 24px;
    border-radius: 22px;
  }
  .box-grande,
  .box-mediana,
  .box-redes {
    min-height: 220px;
  }
  .avion-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 158px;
    right: 26px;
  }
  .sitio-footer {
    background-color: #fe28a6;
    color: black;
    margin-top: 60px;
  }
  .footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 120px;
    height: auto;
  }
  /* Títulos */
  .footer-title {
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    text-align: center;
  }
  /* Texto */
  .footer-text {
    margin: 0;
    font-size: 14px;
    opacity: 0.85;
  }
  /* Redes */
  .footer-social {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .footer-social a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.85;
  }
  .footer-social a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer-social a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.3s, transform 0.3s;
  }
  .footer-social a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  /* Parte inferior */
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 15px;
    font-size: 13px;
    opacity: 0.7;
    background-color: black;
    color: white;
  }
  .video-banner {
    height: 26vh;
    max-height: 240px;
  }
  .bienvenida-section {
    padding: 50px 16px;
  }

  .nube-tag {
    font-size: 12px;
    margin-bottom: 14px;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #000 !important; 
  }

  .nube-hola h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #fe28a6 !important;      /* <--- Forzamos el negro puro igual al de abajo */
    font-weight: 700 !important;
  }

  .nube-desc {
    font-size: 1rem;
    line-height: 1.6;
  }

  .nube-wrap {
    position: relative !important;
  }

  /* Estiramos la mancha rosa hacia abajo para generar el espacio vacío */
  .nube-hola {
    position: relative !important;
    padding-bottom: 40px !important; /* <--- Subimos a 110px para garantizar el aire abajo */
  }

  /* La Flecha (decor-1) ingresa bien en la zona rosa */
  .nube-wrap .decor-1 { /* CAMBIO: Agregamos .nube-wrap adelante para darle fuerza */
    position: absolute !important;
    width: 65px !important;
    top: -30px !important;
    left: 10% !important; 
    right: auto !important;
  }

  /* El Moño (decor-2) */
  .nube-wrap .decor-2 { /* CAMBIO: Agregamos .nube-wrap adelante */
    position: absolute !important;
    width: 65px !important;
    top: 10px !important;
    right: -3% !important;
    left: auto !important;
  }

 .nube-wrap .contenedor-emojis-abajo {
    position: absolute !important;
    bottom: -50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important; 
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 150px !important; /* <--- CAMBIO: Subimos de 30px a 60px para que se separen más hacia los costados */
    width: 100% !important;
    pointer-events: none !important;
    z-index: 10 !important;
  }

  /* REFUERZO CRÍTICO: Forzamos a que las imágenes hereden el comportamiento estático dentro del contenedor */
  .contenedor-emojis-abajo .decor-3,
  .contenedor-emojis-abajo .decor-4 {
    position: static !important;
    transform: none !important;
    clear: both !important;
    display: inline-block !important;
  }

  .contenedor-emojis-abajo .decor-3 {
    width: 75px !important; /* <--- CAMBIO: Subimos de 55px a 70px (La lámpara) */
  }

  .contenedor-emojis-abajo .decor-4 {
    width: 70px !important; /* <--- CAMBIO: Subimos de 50px a 65px (La joya) */
  }
  .intro-brava {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .equipo-img {
    width: 100%;
    max-height: 260px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    display: block;
  }
  .team-card {
    max-width: 220px;
    margin: 0 auto;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
  .footer-container > div {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo {
    width: 110px;
    height: auto;
  }
  .footer-social {
    gap: 10px;
  }
  .footer-social a {
    width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
  }
  .footer-bottom {
    width: 100%;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 10px;
    padding-top: 12px;
    color: #fff;
    text-align: center;
  }
  .portfolio-section {
    padding: 20px 16px; 
  }

  #portfolioCarousel .carousel-item {
    background-color: transparent; 
  }

  #portfolioCarousel .carousel-item img {
    width: 100%;
    height: auto; 
    object-fit: cover; 
    display: block;
    background-color: transparent; /* Cambiamos a transparente */
  }
  #portfolioCarousel .carousel-control-prev,
  #portfolioCarousel .carousel-control-next {
    width: 12%;
  }
  #portfolioCarousel .carousel-control-prev-icon,
  #portfolioCarousel .carousel-control-next-icon {
    padding: 22px;
  }
  .modal-close-btn {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #fe28a6;
  }
  .modal-arrow {
    width: 44px;
    height: 44px;
    font-size: 22px;
    top: 50%;
  }
  .modal-arrow.left {
    left: 6px;
  }
  .modal-arrow.right {
    right: 6px;
  }
  .testimonios-section {
    padding: 60px 16px;
  }
  .testimonio-contenido {
    padding: 36px 20px 28px;
    min-height: 360px;
  }
  .testimonio-texto {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .testimonio-foto {
    width: 86px;
    height: 86px;
  }
  .testimonio-persona h3 {
    font-size: 1.3rem;
  }
  .cta-testimonio {
    margin-top: 50px;
    padding-top: 36px;
  }
  .cta-testimonio h3 {
    font-size: 1.5rem;
  }
  #testimoniosCarousel .carousel-control-prev,
  #testimoniosCarousel .carousel-control-next {
    width: 14%;
  }
  #testimoniosCarousel .carousel-control-prev-icon,
  #testimoniosCarousel .carousel-control-next-icon {
    padding: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
