
:root{
  --primary:#ec1337;
  --background-light:#f8f6f6;
  --background-dark:#221013;
  --surface-light:#ffffff;
  --surface-dark:#2a1518;

  --text-light:#1b0d10;
  --text-dark:#fcf8f9;

  --border-light:#f3e7e9;
  --border-dark:#3a1d21;

  --muted-light:#9a4c59;

--font-display: "Dancing Script", "Brush Script MT", "Segoe Script", cursive;
}


 
b, strong {
  font-weight: bold;
}
body{ 

   background: var(--background-light);
  color: var(--text-light);
  transition: background-color .3s, color .3s;
  overflow-x:hidden;
}
 

a{color: inherit; text-decoration:none;}
a:hover{color: var(--primary);}

/* Brand helpers */
.text-primary{color:var(--primary)!important;}
.bg-primary{background-color:var(--primary)!important;}
.border-soft{border:1px solid var(--border-light)!important;}
.bg-surface{background:var(--surface-light)!important;}
    

 
.header {
    height: 60px;
  padding: 10px 0;
    background: transparent ;
}

.poema .header::before,.galeria .header::before {
 background: rgba(255,255,255,.80);
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  z-index: 0;
}
 

.scrolled .header  {
  height: 60px;
   
 
}

.scrolled .header::before {
 background: rgba(255,255,255,.80);
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  z-index: 0;
}
 
 
.logo span {
  color: #fff;
  font-weight: 800;
  display: flex;
  line-height: 0;
}
.logo span i{
  color: var(--primary);
  font-size: 26px;
  line-height: 0;
}

.scrolled .logo span ,.poema .logo span,.galeria .logo span{
  color: #000;
}

.header-container {    background: transparent!important;
    border-radius: 50px;
  padding: 0!important;;;
  box-shadow: none!important;;;
    /*  background: var(--bs-dark)!important;;
      border-radius: 50px!important;
      box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);*/
}
.scrolled .header-container{
    background: transparent!important;
}
 
.header-container > * {/*
  position: relative;
  z-index: 1; /* eleva el contenido por encima del blur */
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link.current, .navbar .nav-item .nav-link.show {
  color: var(--primary)!important;
}
.navbar .nav-item .nav-link {
  color: #FFF;
}
.mobile-nav-active .navbar .nav-item .nav-link {
  color: #000;
}
.scrolled .nav-item .nav-link, .poema .nav-item .nav-link, .galeria .nav-item .nav-link {
  color: #000;
}

.header .logo {
  line-height: 1;
  padding-left: 5px;
}


 
@media (max-width: 1199px) {
  .navbar ul.navbar-nav {
    background: rgba(255,255,255,1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  }
}


.separador {
    border-top: 1px solid var(--border);
}

.section-title h2, .section-title h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 00px;
  position: relative;
}
.section-title p, .section-title span {
  margin-bottom: 0;
  font-size: 1.13rem;
  color: var(--muted-light);
  }  

@media (max-width: 1200px) {
  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  display: block;
  }
}
.header .btn-getstarted  {
transition: all 0.3s ease;
  color: #fff!important;;
  background: var(--bs-primary) !important;
}
.header .btn-getstarted:hover  {
background: color-mix(in srgb, var(--bs-primary), red 10%) !important;
  color:  #fff!important;;
}


.header .btn-hero-primary{
  font-size: .8rem;
}


.sectionbg {
  background: radial-gradient(circle 900px at 50% 50%, #ffF, var(--principal_fondo) 100%);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  min-height: 100dvh;
  position:relative;
  justify-content:center;
  color:#fff;
}
.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(135deg, rgba(34,10,15,.80), rgba(236,19,55,.40), rgba(255,154,158,.30));
background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-content{
  position:relative;
  z-index:2;
  padding-top:2.5rem;
  padding-bottom:2.5rem;
  text-align:center;
}
 
 .hero-pill{
  display:inline-block;
  padding:.25rem .75rem;
  border-radius:9999px;
  background: rgba(255,255,255,.20);
  border:1px solid rgba(255,255,255,.30);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:1.5rem;
}

.hero-title{
  font-size: 4.5rem;
  line-height:1.2;
filter: drop-shadow(0 1px 5px rgba(133, 1, 1, 0.2));
 font-family: var(--font-display); font-weight: 800; letter-spacing: 0.04em; 
}

.hero-gradient-text{
background-image: linear-gradient(to right, #ff9a9e , #fff);
 color: transparent;
 -webkit-background-clip: text;
  background-clip: text;
}

.hero-sub{
  color: rgba(255,255,255,.95);
  margin:  auto ;
   font-size:1.2rem ;
   filter: drop-shadow(0 1px 5px rgba(133, 1, 1, 0.1));
}

.btn-hero-primary{
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 5px 12px rgba(0,0,0,.15);
  transition: all .3s;
  color: #fff!important;
}

.btn-hero-primary:hover,.btn-hero-primary:active,.btn-hero-primary:focus-visible{
  background-color: #D41132!important;
  border-color: var(--primary)!important;
  transform: translateY(-2px);
  color: #fff!important;
}

.floating-heart{
  position:absolute;
  color: rgba(255,255,255,.30);
  animation: float 6s ease-in-out infinite;
  z-index:2;
  pointer-events:none;
}
.floating-heart.delay{animation-delay:1.5s;}
@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}

@media (max-width: 992px) {
  .hero .hero-content {
   /* text-align: center;*/
    margin-bottom: 3rem;
  }

  .hero .hero-content h1 {
    font-size: 3.5rem;
  }

  .hero .hero-content .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero .hero-content h1 {
    font-size: 3rem;
  }
}
 

 /*como trabaja*/
 .step-card{
  border-radius:1rem;
  border:1px solid #e7cfd3;
  background: var(--surface-light);
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.step-card:hover{
  border:1px solid var(--primary);
}
.step-icon{
  width:4.2rem; height:4.2rem;
  border-radius:9999px;
  background:#fcf0f2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--primary);
  font-size: 2rem;
}
 
  
 
/* Generator section */
.generator{
  background: #1b0d10;
  position:relative;
  overflow:hidden;
}
.generator .section-title h2{
 color: #fff;
}

.generator .section-title p{
color: #ECC9CF;
}

 .generator-bg{
  position:absolute;
  inset:0;
  opacity:.40;
 
  background-size:cover;
  background-position:center;


}
.glass-panel{
  background: rgba(255,255,255,1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.50);
  border-radius: 1rem;
  z-index: 5;
  position: relative;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

form label, .form-label {
  font-weight: 800 !important;
  color: #000;
  font-size: .8rem;
}
 
 .form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.0) !important;
}

 
 .generator-btn  {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
  transition: all .3s;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
}

.generator-btn:hover,.generator-btn:active,.generator-btn:focus-visible{
  background-color: var(--primary)!important;
  border-color: var(--primary)!important;
  color: #fff!important;
  
}
 
.generator-btn.disabled, .generator-btn:disabled, fieldset:disabled .generator-btn {
  color: #fff!important;
  pointer-events: none;
  background-color: var(--primary)!important;;
  border-color: var(--primary)!important;
   filter: brightness(.80);
  opacity: .8;
}

.card.preview{
    width: fit-content;
    border-radius: 1rem;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.card.preview .card-body {
padding:0 ;
}

.status-preview {
  min-width: 240px;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  position: relative;
  color: #000;
  max-width: none;
}
 

#last .status-preview {
  min-width: 240px;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  position: relative;
  color: #000;
  max-width: min-content;
}

.pw300  {
  min-width: 300px;
}
.status-preview .content{
display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
    flex-direction: column;
  padding: 1.25rem;
}

 
.status-preview .text-preview{
    color: #fff;
 text-align: center;
 margin: 0;
 width: 100%;
 position: relative;
 z-index: 3;
 font-family: "Noto Sans", system-ui, sans-serif;
  font-style: italic;
  text-shadow: 0 10px 24px rgba(0,0,0,.25);
  font-size: .9rem;
 /* background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px) ;
  border-radius: 10px;
  padding: 10px;*/
}

.pw300 .text-preview{
  font-size: 1.2rem;
}

.status-preview .sing{
color: #fff;
margin-bottom: 10px;
 width: 100%;
 position: relative;
 z-index: 3;
  text-shadow: 0 10px 24px rgba(0,0,0,.25);
  font-size: .8rem;
  font-weight: bold;
}

.pw300 .sing{
 margin-bottom: 20px;
 font-size: .9rem;
}
.status-preview .sing .from{
margin-top: 10px;
text-align: right;
display: block;
}
.pw300 .sing .from{
 margin-top: 20px;


}

.status-tag {
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.50);
color: #fff;
  padding: .25rem .5rem;
  border-radius: .4rem;
  display: inline-block;
  position: absolute;
  z-index: 3;
display: block;
width: fit-content;
}

.card.preview .logo {
  font-size: 1rem;
color: #fff;
  position: absolute;
  z-index: 3;
display: block;
font-weight: 800;
}

.card.preview .credit {
  position: absolute;
  z-index: 5;
  bottom: 0;
  color: #fff;
  padding: 10px;
  font-size: .6rem;
  left: 0;
  right: 0;
  text-align: center;
}
.card.preview .logo i {
color: var(--primary);
}

.shares {
  border-top: 1px solid rgba(255,255,255,.50);
  position: absolute;
  z-index: 3;
  padding: 5px;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin-bottom: 10px;
}
.shares a.sharebtn{
 padding: 8px 15px;
  background: rgba(255, 255, 255, 1);
  display: block;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-radius: 50px;
  font-size: .9rem;
  line-height: 1;
  color: #000;
}

.shares a.sharebtn:hover{
  filter: brightness(.9);
}
.status-preview .image-preview{
position: absolute;
z-index: 1;
  background-size: cover;
  background-position: center;
  transition: transform .7s ease;
  max-width: 100%;
 max-height: 100%; 
 width: 100%;
 inset:0;
}



.card.preview:hover  .image-preview {
  transform: scale(1.10);
}
.status-dim{
  position:absolute;
z-index: 2;
  background: rgba(0,0,0,.45);
  transition: background-color .25s ease;
  inset:0;
}

.card.preview:hover .status-dim {
  background: rgba(0,0,0,.65);
}
 



.compartir   {
text-align: center;
}
.compartir span {
 display: block;
 font-size: 1.2rem;
 padding: 30px 0 15px 0;
}
.compartir button {
  background-color: rgba(255 255 255 / 0.05);;
   border:1px solid rgba(255 255 255 / 0.1);;
 
  color: #94A3B8;;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 20px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

 
.compartir button:hover {
  background-color: #240739;
}



.like-heart {
  position: absolute;
  font-size: 18px;
  color: var(--primary);
  pointer-events: none;
  animation: floatUp 1.2s ease-out forwards;*/
  z-index: 9999;
margin-left: -15px;
}

@keyframes floatUp {
  0% {
    transform: translate(0, 0) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(var(--x), -80px) scale(1.4);
    opacity: 0;
  }
}


#actions .glass-panel .card-body {
padding: 30px;
}

#actions h5 {
font-weight: bold;

}
#actions h5 i{
color: var(--primary);

}

#actions #btnDownload{
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
  transition: all .3s;
  padding: 15px ;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

#actions #btnDownload:hover, #actions #btnDownload:active, #actions #btnDownload:focus-visible {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  filter: brightness(.90);
  transform: translateY(-2px);
}

 #actions .share-platform, #actions .share-platformn
 {
  
  border-color: var(--bs-gray-300);
  transition: all .3s;
  font-size: .8rem;
  font-weight: bold;
}
 /* Gallery */
.gallery{
  background:#fcf8f9;
}
  
.action-like{
  display:flex;
  align-items:center;
  gap:.25rem;
  font-size:.8rem;
  font-weight:800;
  color:#fff;
  background:transparent;
  border:0;
}
.action-like:hover{color:#FFB7B9;}


.action-share{
  display:flex;
  align-items:center;
  gap:.25rem;
  font-size:.8rem;
  font-weight:800;
  color:#fff;
  background:transparent;
  border:0;
}
.action-share:hover{color:#FFB7B9;}


.cta{
  background-image: linear-gradient(120deg, #EC1337 0%, #B6001F 100%)
   !important;
 color:#fff;
 width: fit-content;
  margin: auto;
  border-radius: 30px;
}

.cta h2{
font-size: 2rem;
}
.cta p{
font-size: 1rem;
}
 .cta .cta-btn {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: 0 5px 12px rgba(0,0,0,.15)
  transition: all .3s;
  font-size: .9rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
} 

 .cta .cta-btn:hover {
  background: #f4f4f4;
   color: var(--primary);
}

 .cta .section-title p, .section-title span {
  color: #fff;
}



#pagination .active > .page-link, #pagination .page-link.active {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
#pagination .page-link {
  background-color: var(--pg-link-bg);
  color: var(--primary);
  border: 1px solid var(--pg-link-border);
}

#pagination .page-item:not(.active) .page-link:hover, #pagination .page-item:not(.active) .page-link:focus {
  background-color: #ffc8d1;
 color: var(--primary);
  border-color: #ffc8d1;
}


   /* Horizontal scroll (no scrollbar) */
    .no-scrollbar{
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .no-scrollbar::-webkit-scrollbar{ display:none; }

/* Mood chips */
    .chip{
       color: #000;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: rgba(255,255,255,.75);
      transition: all .3s;
  font-size: .8rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
    }

    .chip:hover {
  filter: brightness(.9);
  color: var(--primary);
}
   
    .chip.active{
   background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 1px 20px rgba(0,0,0,.15);
  
    }

#searchForm {
max-width: 300px;
margin: auto;
}

#searchForm #searchInput{
  background: #fff;
  border-radius: 50px 0px 0px 50px;
}

#searchForm button{
  background: var(--primary);
  border-radius: 0px 50px 50px 0px;
  color: #fff;
  border: none;
}
/****************/
footer  {
background: #fff;
font-size: .85rem;
}

footer .logo {
  max-width: 150px;
  margin-bottom: 10px;
}

 footer .credits a{
color: var(--primary);
}

  

.scroll-top {
  background-color: var(--primary);
}
.scroll-top:hover {
 background-color: var(--primary) !important;
  filter: brightness(.90);
}
