/*
Theme Name: THF Studio
Template: neve
Description: Tema completo THF Studio by ThaliaCe — thaliace.com
Version: 3.0
Author: ThaliaCe
*/
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Pacifico&display=swap');

:root {
  --pink:#FF6B9D; --peach:#FFB085; --teal:#4ECDC4;
  --lila:#9B8EC4; --morado:#7C5CBF;
  --promo1:#AF82B0; --promo2:#FC6DB4;
  --pink-light:#FFF0F6; --lila-light:#F3F0FF;
  --dark:#1a1a2e; --text:#1a1a1a;
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Nunito',sans-serif!important;color:var(--text);background:#fff;overflow-x:hidden;margin:0;}

.site-header,.site-footer,.wp-block-template-part{display:none!important;}

.thf-topbar{
  background:var(--morado);display:flex;align-items:center;
  justify-content:space-between;padding:0 28px;height:42px;position:relative;z-index:600;
}
.thf-topbar-social{display:flex;gap:14px;align-items:center;}
.thf-topbar-social a{color:#fff;font-size:15px;display:flex;align-items:center;opacity:.9;transition:opacity .2s;text-decoration:none;}
.thf-topbar-social a:hover{opacity:1;}
.thf-topbar-ann{
  position:absolute;left:50%;transform:translateX(-50%);
  font-size:13px;font-weight:700;color:#fff;letter-spacing:.3px;white-space:nowrap;
}
.thf-topbar-ann a{color:#FFD700;text-decoration:none;font-weight:800;}
.thf-topbar-icons{display:flex;gap:14px;align-items:center;}
.thf-topbar-icons a{color:#fff;font-size:17px;text-decoration:none;position:relative;transition:opacity .2s;display:flex;align-items:center;}
.thf-topbar-icons a:hover{opacity:.8;}
.thf-cart-n{position:absolute;top:-7px;right:-7px;background:var(--pink);color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center;}

.thf-hero-wrap{position:relative;overflow:hidden;}
.thf-hero{height:88vh;min-height:480px;max-height:800px;position:relative;overflow:hidden;}
.thf-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease;pointer-events:none;}
.thf-slide.active{opacity:1;pointer-events:all;}
.thf-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.thf-slide-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:90px;}
.thf-sf1{background:linear-gradient(135deg,#4ECDC4,#FFF0F6);}
.thf-sf2{background:linear-gradient(135deg,#FF6B9D,#FFB085);}
.thf-sf3{background:linear-gradient(135deg,#9B8EC4,#4ECDC4);}
.thf-hero-arr{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:rgba(255,255,255,.22);backdrop-filter:blur(6px);border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:20px;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.thf-hero-arr:hover{background:rgba(255,255,255,.45);}
.thf-hero-arr.prev{left:18px;} .thf-hero-arr.next{right:18px;}
.thf-hero-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:20;}
.thf-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;border:none;padding:0;transition:all .3s;}
.thf-dot.active{background:#fff;width:24px;border-radius:4px;}

.thf-nav{position:absolute;top:0;left:0;right:0;z-index:100;padding:22px 36px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;}
.thf-nav-logo{display:flex;justify-content:center;align-items:center;text-decoration:none;}
.thf-nav-logo img{max-height:80px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));}
.thf-nav-logo-text{font-family:'Pacifico',cursive!important;font-size:28px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.25);text-decoration:none;}
.thf-nav-left{display:flex;align-items:center;padding-top:6px;}
.thf-nav-right{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding-top:10px;}
.thf-nav-links{display:flex;gap:0;list-style:none;margin:0;padding:0;}
.thf-nav-links>li{position:relative;}
.thf-nav-links>li>a{display:block;padding:10px 16px;font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#fff;text-decoration:none;text-shadow:0 1px 6px rgba(0,0,0,.25);transition:color .2s;}
.thf-nav-links>li>a:hover{color:rgba(255,255,255,.75);}
.thf-drop{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:220px;padding:10px 0;z-index:500;box-shadow:0 8px 32px rgba(0,0,0,.12);}
.thf-drop.right{left:auto;right:0;}
.thf-drop a{display:block;padding:10px 22px;font-size:13px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#333;text-decoration:none;transition:background .15s,color .15s;}
.thf-drop a:hover{background:var(--pink-light);color:var(--pink);}
.thf-nav-links>li:hover .thf-drop{display:block;}
.thf-nav-cart{color:#fff;font-size:20px;text-decoration:none;position:relative;text-shadow:0 1px 6px rgba(0,0,0,.2);}

.thf-sec{padding:56px 40px;}
.thf-sec.bg-soft{background:linear-gradient(135deg,#FFF0F6,#F3F0FF);}
.thf-sec.bg-white{background:#fff;}
.thf-sec.bg-pink-light{background:#FFF0F6;}
.thf-eye{font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--pink);text-align:center;margin-bottom:6px;display:block;}
.thf-h2{font-family:'Pacifico',cursive!important;font-size:32px;font-weight:400;text-align:center;color:var(--text);margin:0 0 6px;}
.thf-h2 span{color:var(--pink);}
.thf-h2-viaje{font-family:'Pacifico',cursive!important;font-size:28px;color:var(--pink);text-align:center;margin:0 0 28px;}
.thf-line{width:44px;height:3px;background:linear-gradient(90deg,var(--pink),var(--lila));border-radius:3px;margin:10px auto 36px;}

.thf-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;}
.thf-cat{display:flex;flex-direction:column;align-items:center;text-decoration:none;cursor:pointer;transition:transform .2s;}
.thf-cat:hover{transform:translateY(-4px);}
.thf-cat-box{width:100%;aspect-ratio:1;border-radius:20px;overflow:hidden;border:2px solid #f0e6f8;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:10px;transition:border-color .2s;padding:16px;}
.thf-cat:hover .thf-cat-box{border-color:var(--pink);}
.thf-cat-box img{width:100%;height:100%;object-fit:contain;}
.thf-cat-lbl{font-size:13px;font-weight:800;color:var(--text);text-align:center;}

.thf-prods-grid ul.products,
ul.products{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important;
  gap:20px!important;list-style:none!important;padding:0!important;margin:0!important;
}
ul.products li.product{
  background:#fff!important;border-radius:18px!important;overflow:hidden!important;
  border:1.5px solid #f0e6f8!important;
  transition:transform .25s,box-shadow .25s!important;padding:0!important;margin:0!important;
}
ul.products li.product:hover{transform:translateY(-5px)!important;box-shadow:0 10px 28px rgba(155,142,196,.18)!important;}
ul.products li.product a img{width:100%!important;height:200px!important;object-fit:cover!important;border-radius:0!important;margin:0!important;display:block!important;}
ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;font-weight:800!important;color:var(--text)!important;padding:12px 12px 4px!important;font-family:'Nunito',sans-serif!important;line-height:1.3!important;}
ul.products li.product .price{font-size:14px!important;font-weight:900!important;color:var(--morado)!important;padding:0 12px 4px!important;}
ul.products li.product .price del{color:#bbb!important;font-size:12px!important;}
ul.products li.product .button,.woocommerce ul.products li.product .add_to_cart_button{
  display:block!important;width:calc(100% - 24px)!important;margin:8px 12px 12px!important;
  background:var(--pink)!important;color:#fff!important;border:none!important;
  padding:9px!important;border-radius:30px!important;font-family:'Nunito',sans-serif!important;
  font-size:13px!important;font-weight:800!important;text-align:center!important;
  cursor:pointer!important;transition:opacity .15s!important;text-decoration:none!important;
}
ul.products li.product .button:hover{opacity:.88!important;background:var(--pink)!important;color:#fff!important;}
ul.products li.product .onsale{background:var(--morado)!important;color:#fff!important;border-radius:12px!important;font-size:11px!important;font-weight:800!important;padding:4px 10px!important;min-width:auto!important;min-height:auto!important;top:10px!important;left:10px!important;}

.thf-filters{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:28px;}
.thf-fbtn{background:#fff;border:1.5px solid #e0d6f0;color:#777;padding:7px 20px;border-radius:24px;font-family:'Nunito',sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;}
.thf-fbtn.active,.thf-fbtn:hover{background:var(--pink);border-color:var(--pink);color:#fff;}

.thf-featured-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:16px;
}
.thf-featured-grid.four{grid-template-columns:repeat(4,1fr);}
.thf-feat-card{border-radius:16px;overflow:hidden;background:#fff;border:1.5px solid #f0e6f8;transition:transform .2s,box-shadow .2s;cursor:pointer;text-decoration:none;display:block;}
.thf-feat-card:hover{transform:translateY(-5px);box-shadow:0 10px 28px rgba(155,142,196,.18);}
.thf-feat-card img{width:100%;height:220px;object-fit:cover;display:block;}
.thf-feat-card.funda img{height:260px;object-fit:cover;}
.thf-feat-info{padding:12px;}
.thf-feat-name{font-size:12px;font-weight:800;color:var(--text);text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;line-height:1.3;}
.thf-feat-price{font-size:13px;font-weight:900;color:var(--morado);}
.thf-feat-btn{display:block;margin:10px 12px 12px;background:var(--pink);color:#fff;border:none;padding:9px;border-radius:30px;font-family:'Nunito',sans-serif;font-size:12px;font-weight:800;text-align:center;cursor:pointer;text-decoration:none;transition:opacity .15s;}
.thf-feat-btn:hover{opacity:.88;color:#fff;}

.thf-sobre{display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:center;max-width:900px;margin:0 auto;}
.thf-sobre-img{width:260px;height:260px;border-radius:50%;overflow:hidden;flex-shrink:0;}
.thf-sobre-img img{width:100%;height:100%;object-fit:cover;object-position:top;}
.thf-sobre-text h2{font-family:'Nunito',sans-serif!important;font-size:32px;font-weight:900;margin-bottom:12px;color:var(--text);}
.thf-sobre-text h2 span{font-family:'Pacifico',cursive!important;color:var(--pink);font-weight:400;}
.thf-sobre-text p{font-size:15px;color:#555;line-height:1.75;margin-bottom:12px;}
.thf-sobre-deco{display:flex;gap:10px;margin-top:16px;}
.thf-sobre-deco img{height:28px;object-fit:contain;}

.thf-promo-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.thf-promo{border-radius:24px;padding:36px 32px;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column;justify-content:center;}
.thf-promo h3{font-family:'Pacifico',cursive!important;font-size:20px;font-weight:400;margin-bottom:10px;position:relative;z-index:2;color:#fff;}
.thf-promo p{font-size:13px;font-weight:600;margin-bottom:18px;opacity:.9;position:relative;z-index:2;color:#fff;max-width:280px;line-height:1.5;}
.thf-promo-deco{position:absolute;right:-12px;bottom:-12px;font-size:100px;opacity:.12;transform:rotate(-10deg);z-index:1;line-height:1;}
.thf-promo-btn{display:inline-block;background:#fff;padding:10px 24px;border-radius:30px;font-weight:800;font-size:13px;text-decoration:none;position:relative;z-index:2;transition:transform .2s;}
.thf-promo-btn:hover{transform:translateY(-2px);}
.thf-p1{background:linear-gradient(135deg,var(--promo1),#c8a0d8);}
.thf-p1 .thf-promo-btn{color:var(--promo1);}
.thf-p2{background:linear-gradient(135deg,var(--promo2),#ff9dc8);}
.thf-p2 .thf-promo-btn{color:var(--promo2);}

.thf-cursos{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.thf-curso{border-radius:20px;border:2px solid #f0e6f8;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s;}
.thf-curso:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(124,92,191,.12);}
.thf-curso-head{padding:24px 18px 16px;text-align:center;background:linear-gradient(135deg,#FFF0F6,#F3F0FF);}
.thf-curso-ico{font-size:38px;margin-bottom:10px;display:block;}
.thf-curso-name{font-size:15px;font-weight:900;color:var(--text);margin-bottom:6px;line-height:1.3;}
.thf-curso-desc{font-size:12px;color:#777;line-height:1.5;}
.thf-curso-tags{display:flex;gap:5px;justify-content:center;flex-wrap:wrap;margin-top:9px;}
.thf-tag{font-size:11px;font-weight:700;padding:3px 9px;border-radius:9px;background:var(--pink-light);color:var(--pink);}
.thf-tag.v{background:#e8faf8;color:var(--teal);}
.thf-curso-foot{padding:13px 18px;background:#fff;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f0e6f8;}
.thf-curso-price{font-size:15px;font-weight:900;color:var(--morado);}
.thf-curso-cta{background:var(--morado);color:#fff;border:none;padding:9px 18px;border-radius:13px;font-family:'Nunito',sans-serif;font-size:12px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .15s;}
.thf-curso-cta:hover{opacity:.85;color:#fff;}

.thf-insta-banner{width:100%;max-height:380px;overflow:hidden;position:relative;}
.thf-insta-banner img{width:100%;height:100%;object-fit:cover;display:block;}

.thf-insta-sec{background:var(--pink-light);padding:48px 40px;}
.thf-insta-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:28px;}
.thf-insta-item{aspect-ratio:1;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;display:block;text-decoration:none;}
.thf-insta-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:30px;transition:transform .3s;}
.thf-insta-item:hover .thf-insta-ph{transform:scale(1.06);}
.thf-insta-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.thf-insta-item:hover img{transform:scale(1.06);}
.thf-insta-ov{position:absolute;inset:0;background:rgba(124,92,191,.4);opacity:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;transition:opacity .3s;}
.thf-insta-item:hover .thf-insta-ov{opacity:1;}

.thf-footer{background:var(--dark);color:#fff;padding:48px 40px 28px;}
.thf-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px;}
.thf-footer-logo{display:block;height:60px;object-fit:contain;margin-bottom:14px;}
.thf-footer-logo-text{font-family:'Pacifico',cursive!important;font-size:22px;color:var(--peach);margin-bottom:12px;display:block;}
.thf-footer-brand p{font-size:13px;color:#aaa;line-height:1.7;margin-bottom:14px;}
.thf-footer-soc{display:flex;gap:10px;}
.thf-footer-soc a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;text-decoration:none;transition:background .2s;}
.thf-footer-soc a:hover{background:var(--pink);}
.thf-footer-col h4{font-size:12px;font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:.6px;text-transform:uppercase;}
.thf-footer-col ul{list-style:none;margin:0;padding:0;}
.thf-footer-col ul li{margin-bottom:8px;}
.thf-footer-col ul li a{color:#aaa;text-decoration:none;font-size:13px;transition:color .2s;}
.thf-footer-col ul li a:hover{color:var(--pink);}
.thf-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.thf-footer-bottom p{font-size:12px;color:#555;margin:0;}

.thf-wa{position:fixed;bottom:26px;right:26px;z-index:9999;background:#25D366;border-radius:50%;width:58px;height:58px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 18px rgba(37,211,102,.4);animation:thfWa 2.5s ease-in-out infinite;}
.thf-wa svg{width:28px;height:28px;fill:#fff;}
@keyframes thfWa{0%,100%{box-shadow:0 4px 18px rgba(37,211,102,.4);}50%{box-shadow:0 4px 30px rgba(37,211,102,.7);}}
.thf-wa-tip{position:absolute;right:66px;top:50%;transform:translateY(-50%);background:#333;color:#fff;padding:5px 11px;border-radius:7px;font-size:12px;font-weight:700;white-space:nowrap;opacity:0;transition:opacity .3s;pointer-events:none;font-family:'Nunito',sans-serif;}
.thf-wa:hover .thf-wa-tip{opacity:1;}

.thf-sticky{position:sticky;top:0;z-index:500;background:#fff;border-bottom:1.5px solid #f0e6f8;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.thf-sticky-in{display:flex;align-items:center;justify-content:space-between;padding:10px 36px;}
.thf-sticky-logo{text-decoration:none;display:flex;align-items:center;}
.thf-sticky-logo img{height:44px;object-fit:contain;}
.thf-sticky-logo span{font-family:'Pacifico',cursive!important;font-size:20px;background:linear-gradient(90deg,var(--pink),var(--peach),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.thf-sticky-links{display:flex;gap:0;list-style:none;margin:0;padding:0;}
.thf-sticky-links>li{position:relative;}
.thf-sticky-links>li>a{display:block;padding:9px 14px;font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#555;text-decoration:none;transition:color .2s;}
.thf-sticky-links>li>a:hover{color:var(--pink);}
.thf-sticky-links>li:hover .thf-drop{display:block;}
.thf-sticky-icons{display:flex;gap:14px;align-items:center;}
.thf-sticky-icons a{color:#666;font-size:17px;text-decoration:none;position:relative;transition:color .2s;}
.thf-sticky-icons a:hover{color:var(--pink);}

.thf-inner-hdr{background:linear-gradient(135deg,var(--pink),var(--morado));padding:110px 40px 55px;text-align:center;color:#fff;position:relative;overflow:hidden;}
.thf-inner-hdr h1{font-family:'Pacifico',cursive!important;font-size:42px;font-weight:400;margin:0 0 8px;position:relative;z-index:2;}
.thf-inner-hdr p{font-size:15px;opacity:.9;position:relative;z-index:2;margin:0;}

@media(max-width:1100px){
  .thf-featured-grid{grid-template-columns:repeat(3,1fr)!important;}
  .thf-cursos{grid-template-columns:repeat(2,1fr);}
  .thf-footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:900px){
  .thf-cats{grid-template-columns:repeat(3,1fr);}
  .thf-sobre{grid-template-columns:1fr;text-align:center;}
  .thf-sobre-img{margin:0 auto;}
  .thf-promo-wrap{grid-template-columns:1fr;}
  .thf-insta-grid{grid-template-columns:repeat(3,1fr);}
  .thf-nav .thf-nav-links{display:none;}
}
@media(max-width:640px){
  .thf-sec{padding:40px 20px;}
  .thf-cats{grid-template-columns:repeat(2,1fr);}
  .thf-featured-grid{grid-template-columns:repeat(2,1fr)!important;}
  .thf-cursos{grid-template-columns:1fr;}
  .thf-hero{height:55vh;}
  .thf-insta-grid{grid-template-columns:repeat(2,1fr);}
  .thf-footer{padding:36px 20px 24px;}
  .thf-sticky-in{padding:8px 16px;}
}
