
.seccion-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}


.navbar-transparente {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 30px 0; 

}


.menu-pildoras {
    display: flex;
    justify-content: center; 
    gap: 15px; 
    list-style: none; 
    margin: 0;
    padding: 0;
    
}


.menu-pildoras li a {
    display: inline-block;
  
    background-color: rgba(255, 255, 255, 0.95); 
    color: #1a1a1a;
    text-decoration: none; 
    padding: 12px 24px;
    border-radius: 10px; 
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05); 
    transition: all 0.3s ease; 
    
}


.menu-pildoras li a:hover {
    background-color: #ffffff;
    transform: translateY(-2px); 
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
 
 
}


/* --- 1. EL ENVOLTORIO PRINCIPAL --- */
.contenedor-infografia-capas {
    position: relative; 
    width: 90%;      
    max-width: 1800px; 
    margin: 60px auto;  
    display: flex;
    justify-content: center;
    align-items: center;
}


.alas-rosas-decorativas {
    position: absolute;
    z-index: 1;        
    top: 50%;
    transform: translateY(-50%);
    
    left: 0;
    width: 100%;       
    
    height: 75%;        
    
    background-color: #F8BBD0; 
    border-radius: 100px; 
}


.panel-fucsia-principal {
    position: relative; 
    z-index: 2;        
    
    width: 85%;         
    
    background-color: #D31368; 
    border-radius: 40px; 
    padding: 20px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.25); 
}


.container {
    font-size: clamp(30px, 1.5vw, 30px);
}





:root {
  --pink-brand: #e61e7c;
  --green-pattern: #4caf50;
}

.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fce4ec; 
  padding: 50px 0;
  overflow: hidden;
}

.carousel {
  display: flex;
  align-items: center;
  gap: -20px; 
}

.card {
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Tarjetas de los lados */
.card.side {
  width: 300px;
  height: 500px;
  background-color: #f06292;
  opacity: 0.7;
  transform: scale(0.85);
  z-index: 1;
}

/* Tarjeta Central */
.card.center {
  width: 400px;
  min-height: 600px;
  background-color: white;
  border: 15px solid var(--pink-brand);
  z-index: 10;
  transform: scale(1);
  position: relative;
}

/* Estilos internos de la tarjeta central */
.header-img {
  position: relative;
  height: 200px;
}

.header-img img { width: 100%; height: 100%; object-fit: cover; }

.circle-images {
  display: flex;
  justify-content: center;
  margin-top: -50px; 
  gap: 10px;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #00bcd4;
  overflow: hidden;
  background: white;
}

.main-circle {
  width: 100px;
  height: 100px;
  margin-top: -10px;
}

.text-section {
  padding: 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.text-section h2 { color: var(--pink-brand); font-size: 1.5rem; }
.highlight { color: var(--pink-brand); font-weight: bold; }








.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fce4ec;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px; 
  transition: all 0.3s;
}

/* Estilo para las tarjetas que NO están en el centro */
.card {
  background: #f06292;
  height: 450px;
  border-radius: 30px;
  opacity: 0.6;
  transform: scale(0.8);
}

/* Estilo para la tarjeta que queda en el CENTRO */
.swiper-slide-active .card {
  opacity: 1;
  transform: scale(1.1);
  background: white;
  border: 12px solid #e61e7c;
  height: 550px;
}



/* Contenedor Maestro */
.wrapper-externo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
   
    overflow: hidden;
}


.alas-fondo {
    position: absolute;
    width: 95vw;       
    max-width: 1000px;    
    height: 40vh;        
    background-color: #f2a8c1;
    border-radius: 80px; 
    z-index: 1;
}


.tablet-frame {
    position: relative;
    z-index: 2;
    width: 85vw;       
    max-width: 450px;    
    height: auto;       
    max-height: 750px;  
    background-color: #fff;
    border: 18px solid #e2007a; 
    border-radius: 50px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    overflow: hidden;
    display: flex;
}


.carousel-viewport {
    display: flex;
    width: 100%;
    height: auto;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.carousel-viewport::-webkit-scrollbar {
    display: none;
}


.slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    display: block;
}


.nav-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.arrow-btn {
    pointer-events: auto;
    background: rgba(226, 0, 122, 0.8);
    color: white;
    border: none;
    width: 55px;  
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    margin: 0 10px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.arrow-btn:hover {
    background: rgba(226, 0, 122, 1);
    transform: scale(1.1); 
}





.contenedor-centrado {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    padding: 0 30px;
}


.marco-guia {
    position: relative; 
    background-color: #dfa31b; 
    padding: 25px 30px; 
    border-radius: 20px; 
    z-index: 1; 
    max-width: 650px; 
}


.marco-guia img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; 
}

.marco-guia::before,
.marco-guia::after {
    content: "";
    position: absolute;
    background-color: #f1d483;
    top: 15%; 
    bottom: 15%; 
    width: 20px; 
    z-index: -1; 
}


.marco-guia::before {
    left: -20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

  
.marco-guia::after {
    right: -20px; 
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}