/* Fuentes Quicksand para toda el contenido de la pagina*/
@font-face{
    font-family: "Quicksand";
    src: 
    url("../fonts/Quicksand-Regular.ttf") format("truetype");
    font-display: swap;
}
/*Fuente para texto "LIA GARRIDO*/
@font-face{
    font-family: "JamGrotesque";
    src: 
    url("../fonts/jamgrotesque-bold.otf") format("truetype");
    font-display: swap;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
body {
  background-color: #FDF4F7;
  font-family: 'Quicksand';
  font-weight: 500;
  scroll-behavior: smooth;
  padding-top: 80px;
}

/* Scroll suave nativo del navegador */
html {
  scroll-behavior: smooth;
}

/* Ajuste simple para las secciones */
section[id] {
  scroll-margin-top: 80px;
}

.custom-navbar {
  background-color: rgba(253, 244, 247, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(10px);
  z-index: 1020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px; /* Altura mínima estable */
}

.navbar-brand .dot {
  color: #ff6e84;
}

.nav-link {
  color: #333;
  margin-right: 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ff6e84;
}

.btn-follow {
  background-color: #ff6e84;
  color: white;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-follow:hover {
  background-color: #e0556d;
}
/*----Hero Section-------*/
.hero-section {
  background-color: #FFFF;
  min-height: 100vh;
}
/* Cookie para el texto cursivo */
.text-hi {
  font-family: 'Quicksand';
}

/* Colores y tamaños */
.text-pink {
  color: #ff6e84;
}

.hero-title {
  font-size: 2.5rem;
  color: #3b1f1f;
  line-height: 1.2;
}

/* Contenedor del título sin márgenes adicionales */
.title-container {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
}

/* Clase específica para "LÍA GARRIDO" */
.name-title {
  font-family: 'JamGrotesque', sans-serif;
  font-weight: bold;
  font-size: 6.5vh;
}

/* Clase específica para "PETFLUENCER & LIFESTYLE" */
.petfluencer-title {
 font-variation-settings: "wght" 400;
 font-size: 3.8vh;
 letter-spacing: -2px;
}

.hero-description {
  font-size: 1rem;
  color: #5e5e5e;
  border-left: 3px solid #ff6e84;
  padding-left: 1rem;
}

/* Botones */
.btn-follow {
  background-color: #ff6e84;
  color: white;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  border: none;
}

.btn-follow:hover {
  background-color: #e0556d;
}

.btn-outline-pink {
  border: 2px solid #ff6e84;
  color: #ff6e84;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  background-color: transparent;
}

.btn-outline-pink:hover {
  background-color: #ffe1e5;
}
/* Contenedor que posiciona la flor */
.flower-wrapper {
  position: absolute;
  top: -10px;
  right: -30px;
  width: 60px;
  z-index: 0;
}

.flower {
  width: 100%;
  animation: rotateFlower 8s linear infinite;
}

@keyframes rotateFlower {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .flower-wrapper {
    top: -20px;
    right: -10px;
    width: 70px;
  }
}

/*Ola decorativa*/
.wave-deco-svg {
  display: block;
  margin: 0 0 1rem 0;
  opacity: 0.5;
  max-width: 200px;
}

/* Línea decorativa */
.social-text {
  font-weight: 500;
  color: #444;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

.social-line {
  flex-grow: 1;
  height: 1px;
  background-color: #333;
}

/* Estilo iconos */
.social-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff6e84;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #ff6e84;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #ff6e84;
  color: #fff;
}
/*******Estilos lado derecho*********/
/* Fondo aplicado a toda la columna derecha */
.bg-influencer {
  background-color: #FDF4F7;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

/* Asegurar altura mínima en ambas columnas del hero */
.hero-section .row {
  min-height: 100%; 
}

.influencer-box {
  width: 320px;
  height: 420px;
  position: relative;
}
.oval-bg {
  background-color: #ec99b7; 
  border-radius: 57% / 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 1;
}

.influencer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 68% / 50%;
  position: relative;
  z-index: 2;
}

/* Líneas tipo marco */
.corner-line {
  width: 50px;
  height: 50px;
  border: 2px solid #ff6e84;
  position: absolute;
  z-index: 3;
}

.top-left {
  top: -20px;
  left: -20px;
  border-right: none;
  border-bottom: none;
}

.top-right {
  top: -20px;
  right: -10px;
  border-left: none;
  border-bottom: none;
}

.bottom-left {
  bottom: -48px;
  left: -20px;
  border-right: none;
  border-top: none;
}

.bottom-right {
  bottom: -48px;
  right: -10px;
  border-left: none;
  border-top: none;
}
/**ESTILOS PARA OVALO Y IMAGEN DE INFLUENCER**/
.influencer-box {
  width: 320px;
  height: 420px;
  position: relative;
}
.influencer-name {
  position: absolute;
  bottom: -71px;
  left: 51%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #3b1f1f;
  font-family: 'Quicksand';
  background-color: #FDF4F7;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  white-space: nowrap;
}

/* Responsive para la imagen de la influencer y el ovalo*/
@media (max-width: 768px) {
  .influencer-box {
    width: 240px;
    height: 320px;
  }
}

/*estilo para el menu de hamburgesa*/
@media (max-width: 991px) {
  .navbar-collapse {
    text-align: center;
    margin-top: 1rem;
    padding: 1.5rem 0;
    background-color: rgba(253, 244, 247, 0.98);
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
  
  .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 0.125rem 0;
    font-weight: 500;
    color: #333;
    display: inline-block;
    text-align: center;
    min-width: 150px;
  }
  
  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 110, 132, 0.15);
    color: #ff6e84;
    transform: translateY(-1px);
  }
  
  /* Contenedor del botón en navbar mobile */
  .navbar-collapse .d-flex {
    justify-content: center !important;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  
  /* Botón en el navbar mobile */
  .navbar-collapse .btn-follow {
    margin: 0 auto;
    max-width: 200px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
  }
  
  .hero-section .row {
    min-height: 80vh;
  }
}

/* Estilos adicionales para mejorar el botón hamburguesa */
.navbar-toggler {
  border: 2px solid rgba(255, 110, 132, 0.3);
  padding: 0.375rem 0.5rem;
  font-size: 1.25rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.navbar-toggler:hover {
  border-color: #ff6e84;
  background-color: rgba(255, 110, 132, 0.1);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 132, 0.25);
  border-color: #ff6e84;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.5em;
  height: 1.5em;
}

/* Mejorar la alineación del navbar en general */
.navbar-brand {
  margin-right: auto;
}

@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
  
  .navbar-nav .nav-link {
    margin: 0 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 110, 132, 0.1);
    color: #ff6e84;
  }
}

/**SEGUNDA SECCIÓN ESTADÍSTICAS***/
.stats-card {
  border: 1.5px solid #ffb6c1;
  border-radius: 18px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-family: 'Quicksand';
  font-size: 2rem;
  color: #3b1f1f;
}

.text-pink {
  color: #ff6e84;
}

.btn-follow {
  background-color: #ff6e84;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn-follow:hover {
  background-color: #ff4c6d;
}

/* Centrado perfecto para la tercera estadística */
.stats-third-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .stats-third-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Estilos para el embed de TikTok */
.tiktok-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.tiktok-embed {
  max-width: 100% !important;
  min-width: auto !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
}

/* Placeholder para el embed de TikTok */
.tiktok-placeholder {
  min-height: 300px;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  transition: opacity 0.3s ease;
}

.tiktok-loading {
  text-align: center;
  color: #6c757d;
}

.tiktok-loading i {
  animation: pulse 1.5s ease-in-out infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 0.6;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Media queries para TikTok embed responsive */
@media (max-width: 576px) {
  .tiktok-wrapper {
    margin: 0.5rem 0;
  }
  
  .tiktok-placeholder {
    min-height: 250px;
    margin: 0.5rem 0;
  }
  
  .stats-card .tiktok-embed {
    max-width: 100% !important;
    min-width: auto !important;
    width: 100% !important;
  }
  
  .stats-card {
    padding: 1rem !important;
  }
  
  .stats-card .desc {
    font-size: 0.85rem;
  }
}

@media (max-width: 375px) {
  .tiktok-wrapper {
    transform: scale(0.95);
    transform-origin: center;
    margin: 0.25rem 0;
  }
  
  .tiktok-placeholder {
    min-height: 220px;
    margin: 0.25rem 0;
  }
  
  .stats-card .tiktok-embed {
    max-width: 100% !important;
    min-width: 280px !important;
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .tiktok-wrapper {
    transform: scale(0.85);
    transform-origin: center;
    margin: 0.15rem 0;
  }
  
  .tiktok-placeholder {
    min-height: 200px;
    margin: 0.15rem 0;
  }
  
  .stats-card .tiktok-embed {
    max-width: 100% !important;
    min-width: 260px !important;
    width: 100% !important;
  }
  
  .stats-card {
    padding: 0.75rem !important;
  }
  
  .stats-card h3 {
    font-size: 1.5rem;
  }
  
  .stats-card .desc {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  
  .stats-card .btn-follow {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
}

/**TERCERA SECCION CIFRAS EN TOTAL**/
.story-title {
  font-family: 'Quicksand';
  font-size: 2rem;
  color: #3b1f1f;
  line-height: 1.2;
}

.story-text {
  color: #555;
  font-size: 0.95rem;
}

.story-img-wrapper img {
  position: relative;
  border-radius: 55% / 35%;
  z-index: 2;
  object-fit: cover;
  width: 88%;
  height: 100%;
  top: 36px;
  left: 21px;
}

.oval-bg-story {
  background-color: #ffb6c1;
  width: 102%;
  height: 111%;
  border-radius: 61% / 52%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.stat-value {
  font-family: 'Quicksand';
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1f1f;
}

.stat-label {
  color: #666;
  font-size: 1rem;
  margin-top: -10px;
}

/* Mantén tamaño ideal en pantallas medianas (tablet) */
@media (max-width: 991.98px) {
  .story-img-wrapper {
    width: 220px;
    height: 260px;
  }
}

/* Tamaño normal en escritorio */
.story-img-wrapper {
  width: 280px;
  height: 320px;
  position: relative;
}

/* ========== ICONOS SOCIALES EN STORY SECTION ========== */
.social-icons-section {
  margin-top: 1.5rem;
}

.social-icon-story {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #f0f0f0;
}

.social-icon-story:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 110, 132, 0.3);
  border-color: #ff6e84;
}

.social-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.social-icon-story:hover .social-img {
  filter: grayscale(0%);
}

/* Responsive para iconos sociales */
@media (max-width: 768px) {
  .social-icon-story {
    width: 55px;
    height: 55px;
  }
  
  .social-img {
    width: 35px;
    height: 35px;
  }
  
  .social-icons-section .d-flex {
    gap: 0.75rem !important;
  }
}
/* ========== MARCO DEL TELÉFONO Y VIDEO ========== */
.phone-frame {
  position: relative;
  max-width: 325px;
  width: 100%;  /* Aseguramos que el ancho sea relativo al contenedor */
  aspect-ratio: 11/25.5; /* ESTE ASPECT RATIO SE SOBRESCRIBE CON LA LIBRERIA plyr */
  margin: 0 auto;
  margin-bottom: 0; /* Eliminar margen inferior adicional */
}

.phone-image {
  position: absolute;
  top: 6px;
  left: 0;
  width: 96%;
  height: 73%;
  z-index: 2;
  pointer-events: none; /* para que no interfiera al hacer clic */
}

.video-container {
  position: absolute;
  top: 1.2%;
  left: 2.5%;
  width: 89%;
  height: 72%;
  border-radius: 32px;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* ========== MARCO DEL TELÉFONO Y VIDEO PARA TABLETS ========== */
@media (max-width: 1024px) {
  .phone-frame {
    max-width: 280px; /* Tamaño ajustado para tablet */
    aspect-ratio: 11/25.5; /* ESTE ASPECT RATIO SE SOBRESCRIBE CON LA LIBRERIA plyr */
  }

  .phone-image {
    position: absolute;
    top: 8px;
    left: 5%;
    width: 90%;
    height: 72%;
  }

  .video-container {
    position: absolute;
    top: 2%;
    left: 7%;
    width: 84%;
    height: 71%;
    border-radius: 30px;
  }
}

/* ========== MARCO DEL TELÉFONO Y VIDEO PARA MÓVILES ========== */
@media (max-width: 576px) {
  .phone-frame {
    max-width: 230px; /* Tamaño ajustado para móvil */
    aspect-ratio: 9/19.5; /* ESTE ASPECT RATIO SE SOBRESCRIBE CON LA LIBRERIA plyr */
  }

  .phone-image {
    position: absolute;
    top: 4px;
    left: 3%;
    width: 94%;
    height: 80%;
  }

  .video-container {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 88%;
    height: 78%;
    border-radius: 20px;
  }
}
/* ========== PERSONALIZACIÓN DE PLYR VIDEO PLAYER ========== */
/* Personalizacion de los elementos de PLYR */
.plyr {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* Personalizar el color principal de Plyr */
.plyr--audio .plyr__control.plyr__tab-focus, 
.plyr--audio .plyr__control:hover, 
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #ff6e84;
}

.plyr__control--overlaid {
  background: rgba(255, 110, 132, 0.9);
  border: 3px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.plyr__control--overlaid:hover {
  background: rgba(255, 110, 132, 1);
}

/* Personalizar la barra de progreso */
.plyr__progress input[type=range] {
  color: #ff6e84;
}

.plyr__progress input[type=range]::-webkit-slider-thumb {
  background: #ff6e84;
  border: 0;
  border-radius: 100%;
  height: 13px;
  position: relative;
  width: 13px;
}

.plyr__progress input[type=range]::-moz-range-thumb {
  background: #ff6e84;
  border: 0;
  border-radius: 100%;
  height: 13px;
  position: relative;
  width: 13px;
}

/* Personalizar los controles */
.plyr__controls {
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.7));
  border-radius: 0 0 20px 20px;
  color: #fff;
  padding: 10px;
}
.plyr__control:hover {
  background: rgba(255, 110, 132, 0.8);
}

.plyr__control[aria-pressed=true] {
  background: #ff6e84;
  color: #fff;
}

/* Adaptación para dispositivos móviles */
@media (max-width: 768px) {
  .plyr__controls {
    padding: 8px;
  }
  
  .plyr__time {
    font-size: 11px;
  }
}
/**ESTILOS COLABORACIONES**/
.collaborations-section {
  padding: 50px 0; /* Reducido de 80px a 50px */
  overflow: hidden; /* Evitar desbordamiento */
}

.collaborations-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 20px; /* Padding reducido ya que no hay flechas */
}

/* Contenedor principal del carrusel */
.collaborations-carousel.owl-carousel {
  width: 100%;
  overflow: hidden;
}

/* Estilos específicos para el carrusel de colaboraciones */
.collaborations-carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 20px 0;
}

.collaborations-carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.collaboration-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px; /* Aumentado de 140px a 180px */
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Estilo para los logos de colaboración */
.collaborations-section .img-fluid {
  max-width: 250px; /* Aumentado de 200px a 250px */
  max-height: 180px; /* Aumentado de 150px a 180px */
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Ocultar controles del carrusel de colaboraciones */
.collaborations-carousel.owl-theme .owl-dots {
  display: none; /* Ocultar dots/puntos */
}

/* Ocultar navegación (flechas) */
.collaborations-carousel.owl-theme .owl-nav {
  display: none; /* Ocultar flechas de navegación */
}

/* Media queries para colaboraciones */
@media (max-width: 1199px) {
  .collaborations-carousel-wrapper {
    padding: 0 30px; /* Reducir padding ya que no hay flechas */
  }
}

@media (max-width: 991px) {
  .collaborations-section {
    padding: 60px 0;
  }
  
  .collaborations-carousel-wrapper {
    padding: 0 20px; 
  }
  
  .collaboration-item {
    height: 160px; 
    padding: 15px;
  }
  
  .collaborations-section .img-fluid {
    max-width: 210px; 
    max-height: 160px; 
    padding: 12px;
  }
}

@media (max-width: 768px) {
  .collaborations-carousel-wrapper {
    padding: 0 15px; 
  }
}

@media (max-width: 576px) {
  .collaborations-section {
    padding: 50px 0;
  }
  
  .collaborations-carousel-wrapper {
    padding: 0 10px; 
  }
  
  .collaboration-item {
    height: 150px; 
    padding: 20px;
  }
  
  .collaborations-section .img-fluid {
    max-width: 190px; 
    max-height: 140px; 
    padding: 15px;
  }
}

/* Estilos específicos para móviles muy pequeños */
@media (max-width: 480px) {
  .collaboration-item {
    height: 130px; 
    padding: 15px;
    justify-content: center; 
  }
  
  .collaborations-section .img-fluid {
    max-width: 253px; 
    max-height: 165px; 
  }
}

/**========PRECIOS UNITARIOS SECTION===========**/

.titulo-precios {
  font-family: 'Quicksand';
  font-size: 2.8rem;
}

.subtitulo-precios {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.tipo-servicio {
  background: #ff4c6d;
  color: #fff;
  padding: 15px 12px;
  border-radius: 25px;
  font-family: 'Quicksand';
  font-size: 1.1rem;
  white-space: nowrap;
}

.precio-servicio {
  margin-top: -88px;
  font-size: 1.4rem;
}
/* Ajustes solo para pantallas entre 1024px y 1440px */
@media (min-width: 1024px) and (max-width: 1440px) {
  .video-container {
    top: 2.5%;
    border-radius: 22px;
  }
}
/******* PRECIOS Y PAQUETES CARDS **************/
.titulo-paquetes {
  font-family: 'Quicksand';
  font-size: 2.8rem;
}

.subtitulo-paquetes {
  font-size: 1rem;
  color: #555;
}

.paquete-card {
  background-color: #fdf4f7;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 15px;
}

.paquete-titulo {
  background-color: #ff4c6d;
  border-radius: 25px;
  font-size: 1.3rem;
  padding: 10px;
  color: #FFF;
}

.icono-red {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

/* ========== FOOTER SECTION ========== */
.footer-section {
  background: linear-gradient(135deg, #FDF4F7 0%, #F8E8ED 100%);
  border-top: 3px solid #ffb6c1;
  margin-top: 5rem; 
}

.footer-title {
  font-family: 'Quicksand';
  font-size: 2.5rem;
  color: #3b1f1f;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-text {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

.footer-img-wrapper {
  width: 208px;
  height: 243px;
  position: relative;
  margin: 0 auto;
}

.footer-oval-bg {
  background-color: #ffb6c1;
  width: 108%;
  height: 108%;
  border-radius: 50% / 45%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer-img {
  width: 201px;
  height: 209px;
  border-radius: 50% / 41%;
  object-fit: cover;
  position: absolute;
  top: 53px;
  left: 13px;
  z-index: 2;
}

.footer-social-title {
  font-family: 'Quicksand';
  color: #3b1f1f;
  font-weight: 600;
  font-size: 1.5rem;
}

.footer-social-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  border: 2px solid #ff6e84;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 6px;
}

.footer-social-icon i {
  font-size: 1.4rem;
  color: #ff6e84;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.social-text-footer {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
  word-wrap: break-word;
  hyphens: auto;
}

.footer-social-icon:hover {
  background-color: #ff6e84;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 110, 132, 0.3);
}

.footer-social-icon:hover i {
  color: #fff;
}

.footer-social-icon:hover .social-text-footer {
  color: #fff;
}

.footer-copyright {
  color: #666;
  font-size: 0.9rem;
  font-weight: 400;
}

/* Responsive para el footer */
@media (max-width: 991px) {
  .footer-title {
    font-size: 2rem;
  }
  
  .footer-img-wrapper {
    width: 156px;
    height: 190px;
    margin-bottom: 2rem;
  }
  
  .footer-img {
  width: 146px;
  height: 166px;
  border-radius: 49% / 39%;
  object-fit: cover;
  position: absolute;
  top: 40px;
  left: 12px;
  z-index: 2;
  }
  
  .footer-social-icon {
    width: 114px;
    height: 75px;
    margin: 0.25rem;
  }
  
  .footer-social-icon i {
    font-size: 1.3rem;
  }
  
  .social-text-footer {
    font-size: 0.7rem;
  }
}

@media (max-width: 576px) {
  .footer-title {
    font-size: 1.8rem;
  }
  
  .footer-text {
    font-size: 0.9rem;
  }
  
  .footer-img-wrapper {
    width: 140px;
    height: 170px;
  }
  
  .footer-img {
    left: 6px;
    top: 40px;
    border-radius: 50% / 50%;
    width: 143px;
    height: 146px;
  }
  
  .footer-social-icon {
    width: 100px;
    height: 70px;
    margin: 0.25rem;
  }
  
  .footer-social-icon i {
    font-size: 1.2rem;
  }
  
  .social-text-footer {
    font-size: 0.65rem;
    line-height: 1.0;
  }
  
  .footer-social-title {
    font-size: 1.3rem;
  }
}

/* Estilos para el embed de Instagram */
.instagram-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.instagram-media {
  max-width: 100% !important;
  min-width: auto !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
}

/* Placeholder para el embed de Instagram */
.instagram-placeholder {
  min-height: 300px;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  transition: opacity 0.3s ease;
}

.instagram-loading {
  text-align: center;
  color: #6c757d;
}

.instagram-loading i {
  animation: pulse 1.5s ease-in-out infinite alternate;
}

/* Media queries para Instagram embed responsive */
@media (max-width: 576px) {
  .instagram-wrapper {
    margin: 0.5rem 0;
  }
  
  .instagram-placeholder {
    min-height: 250px;
    margin: 0.5rem 0;
  }
  
  .stats-card .instagram-media {
    max-width: 100% !important;
    min-width: 250px !important;
    width: 100% !important;
  }
}

@media (max-width: 375px) {
  .instagram-wrapper {
    transform: scale(0.95);
    transform-origin: center;
    margin: 0.25rem 0;
  }
  
  .instagram-placeholder {
    min-height: 220px;
    margin: 0.25rem 0;
  }
  
  .stats-card .instagram-media {
    max-width: 100% !important;
    min-width: 280px !important;
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .instagram-wrapper {
    transform: scale(0.85);
    transform-origin: center;
    margin: 0.15rem 0;
  }
  
  .instagram-placeholder {
    min-height: 200px;
    margin: 0.15rem 0;
  }
  
  .stats-card .instagram-media {
    max-width: 100% !important;
    min-width: 260px !important;
    width: 100% !important;
  }
}

/* Media queries para TikTok embed responsive */
@media (max-width: 576px) {
  .tiktok-wrapper {
    margin: 0.5rem 0;
  }
  
  .tiktok-placeholder {
    min-height: 250px;
    margin: 0.5rem 0;
  }
  
  .stats-card .tiktok-embed {
    max-width: 100% !important;
    min-width: 250px !important;
    width: 100% !important;
  }
  
  .stats-card {
    padding: 1rem !important;
  }
  
  .stats-card .desc {
    font-size: 0.85rem;
  }
}

@media (max-width: 375px) {
  .tiktok-wrapper {
    transform: scale(0.95);
    transform-origin: center;
    margin: 0.25rem 0;
  }
  
  .tiktok-placeholder {
    min-height: 220px;
    margin: 0.25rem 0;
  }
  
  .stats-card .tiktok-embed {
    max-width: 100% !important;
    min-width: 280px !important;
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .tiktok-wrapper {
    transform: scale(0.85);
    transform-origin: center;
    margin: 0.15rem 0;
  }
  
  .tiktok-placeholder {
    min-height: 200px;
    margin: 0.15rem 0;
  }
  
  .stats-card .tiktok-embed {
    max-width: 100% !important;
    min-width: 260px !important;
    width: 100% !important;
  }
  
  .stats-card {
    padding: 0.75rem !important;
  }
  
  .stats-card h3 {
    font-size: 1.5rem;
  }
  
  .stats-card .desc {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  
  .stats-card .btn-follow {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
}

/* Ajustes para mejor flujo entre secciones */
.videos-section {
  padding: 50px 0 !important; /* Reducir el padding de py-5 */
}

.story-section {
  padding: 60px 0 !important; /* Ajustar sección de estadísticas */
}


