piscinashm.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap:root {
--ink: #0b1220;
--muted: #5b6475;
--brand: #0066FF;
--brand-light: #3D8BFF;
--brand-dark: #0052D4;
--cyan: #00D4FF;
--bg: #f8fafd;
--card: #ffffff;
--ring: rgba(0, 102, 255, 0.12);
--radius: 24px;
--radius-sm: 16px;
--shadow-soft: 0 20px 60px rgba(10, 20, 40, 0.08);
--shadow-medium: 0 25px 50px rgba(10, 20, 40, 0.12);
--shadow-hard: 0 30px 60px rgba(10, 20, 40, 0.18);
--gradient-brand: linear-gradient(135deg, var(--brand), var(--cyan));
--gradient-subtle: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.08));
}
* {
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
body {
color: var(--ink);
background: var(--bg);
font-family: 'Inter', system-ui, -apple-system, sans-serif;
overflow-x: hidden;
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, .fw-bold {
font-weight: 800;
letter-spacing: -0.025em;
}
.section {
padding: 100px 0;
position: relative;
}
.section:nth-child(even) {
background: rgba(248, 250, 253, 0.8);
}
.container {
max-width: 1200px;
}
/* ==================== NAVBAR PREMIUM ==================== */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: saturate(1.8) blur(20px);
border-bottom: 1px solid rgba(11, 18, 32, 0.05);
padding: 1rem 0;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.navbar.scrolled {
padding: 0.7rem 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.brand-logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
}
.brand-icon {
width: 48px;
height: 48px;
border-radius: 14px;
display: grid;
place-items: center;
background: var(--gradient-brand);
color: white;
font-weight: 900;
font-size: 1.5rem;
box-shadow: 0 10px 20px rgba(0, 102, 255, 0.2);
}
.brand-text {
font-weight: 900;
font-size: 1.4rem;
background: linear-gradient(135deg, var(--ink), var(--brand));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.nav-link {
color: var(--ink) !important;
font-weight: 600;
padding: 0.5rem 1rem !important;
border-radius: 12px;
margin: 0 0.1rem;
position: relative;
}
.nav-link:hover {
background: rgba(0, 102, 255, 0.05);
transform: translateY(-1px);
}
.nav-link.active {
color: var(--brand) !important;
background: rgba(0, 102, 255, 0.08);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 3px;
background: var(--gradient-brand);
border-radius: 3px;
transition: all 0.3s ease;
transform: translateX(-50%);
}
.nav-link:hover::after {
width: 60%;
}
.btn-whatsapp-nav {
background: var(--gradient-brand);
border: none;
color: white;
font-weight: 700;
padding: 0.6rem 1.5rem;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0, 102, 255, 0.3);
position: relative;
overflow: hidden;
}
.btn-whatsapp-nav:hover {
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(0, 102, 255, 0.4);
color: white;
}
.btn-whatsapp-nav::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: 0.5s;
}
.btn-whatsapp-nav:hover::before {
left: 100%;
}
/* ==================== HERO SECTION PREMIUM ==================== */
.hero {
padding: 140px 0 100px;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #f8fafd 0%, #eef5ff 100%);
}
.hero::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 80%;
height: 200%;
background: radial-gradient(circle, rgba(0, 102, 255, 0.1) 0%, transparent 70%);
z-index: 0;
}
.hero::after {
content: '';
position: absolute;
bottom: -30%;
left: -10%;
width: 60%;
height: 150%;
background: radial-gradient(circle, rgba(0, 212, 255, 0.08) 0%, transparent 70%);
z-index: 0;
}
.hero-content {
position: relative;
z-index: 2;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1.2rem;
border-radius: 50px;
background: var(--gradient-subtle);
color: var(--brand);
font-weight: 700;
font-size: 0.85rem;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 2rem;
border: 1px solid rgba(0, 102, 255, 0.15);
}
.hero-title {
font-size: 3.5rem;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--ink) 0%, var(--brand) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-subtitle {
font-size: 1.25rem;
color: var(--muted);
line-height: 1.6;
margin-bottom: 2.5rem;
max-width: 90%;
}
.feature-list {
list-style: none;
padding: 0;
margin: 0 0 2.5rem 0;
}
.feature-list li {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1rem;
font-size: 1.05rem;
}
.feature-list i {
color: var(--brand);
background: rgba(0, 102, 255, 0.1);
width: 32px;
height: 32px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.hero-buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.btn-primary {
background: var(--gradient-brand);
border: none;
color: white;
font-weight: 700;
padding: 1rem 2.5rem;
border-radius: 16px;
box-shadow: var(--shadow-medium);
position: relative;
overflow: hidden;
z-index: 1;
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-hard);
color: white;
}
.btn-primary::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: 0.6s;
z-index: -1;
}
.btn-primary:hover::before {
left: 100%;
}
.btn-secondary {
background: rgba(255, 255, 255, 0.9);
border: 2px solid rgba(0, 102, 255, 0.15);
color: var(--brand);
font-weight: 700;
padding: 1rem 2.5rem;
border-radius: 16px;
backdrop-filter: blur(10px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.btn-secondary:hover {
background: rgba(0, 102, 255, 0.05);
border-color: var(--brand);
transform: translateY(-3px);
box-shadow: var(--shadow-soft);
}
.hero-visual {
position: relative;
z-index: 2;
}
.hero-image-container {
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow-hard);
transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
border: 12px solid white;
b
/* ...cortado... */
.gal-gallery .carousel{max-width:980px;margin-inline:auto;position:relative}
.gal-frame{
height: clamp(220px, 48vh, 440px);
background:#fff;border-radius:16px;overflow:hidden;
box-shadow:0 12px 28px rgba(0,0,0,.12);
display:flex;align-items:center;justify-content:center;padding:8px
}
.gal-img{
width:auto !important;max-width:100%;
height:auto !important;max-height:100%;
object-fit:contain !important;object-position:center;display:block;cursor:zoom-in
}
/* Controles circulares con más contraste */
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next{
z-index:20;width:50px;height:50px;top:50%;transform:translateY(-50%);
opacity:1;background:rgba(0,0,0,.55);border-radius:50%;margin:0 12px
}
.gal-gallery .carousel-control-prev{left:0}
.gal-gallery .carousel-control-next{right:0}
.gal-gallery .gal-ctrl-icon{width:2.6rem;height:2.6rem;background-size:60% 60%}
/* Indicadores: se sitúan fuera; agregamos espacio inferior para que no se corten */
.gal-gallery .carousel-indicators{z-index:10;bottom:-50px}
.gal-gallery .carousel-indicators button{
width:10px;height:10px;border-radius:50%;
background:rgba(0,0,0,.5);border:none
}
.gal-gallery .carousel-indicators button.active{background:#000}
.gal-gallery{padding-bottom:56px} /* espacio para indicadores */
/* Modal */
#galLightbox .modal-content{background:#000}
#galLightboxImg{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
.gal-lightbox-nav{
position:absolute;top:50%;transform:translateY(-50%);
border:0;width:44px;height:44px;border-radius:999px;
background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:44px;text-align:center;z-index:5;cursor:pointer
}
.gal-lightbox-nav:hover{background:rgba(255,255,255,.28)}
.gal-lightbox-nav.gal-prev{left:10px}
.gal-lightbox-nav.gal-next{right:10px}
/* Pequeños ajustes móviles */
@media (max-width: 575.98px){
.gal-frame{height: clamp(200px, 40vh, 360px)}
}
/* Scope: vids-4 */
.vids-4 .vid-card{
background:#fff;
border:1px solid rgba(15,23,42,.12);
border-radius:18px;
box-shadow:0 10px 30px rgba(2,6,23,.06);
padding:12px;
height:100%;
}
.vids-4 .vid-frame{
width:100%;
aspect-ratio: 9 / 16; /* vertical tipo phone */
border-radius:16px;
overflow:hidden;
background:#f6f8fb;
border:1px solid rgba(15,23,42,.12);
position:relative;
}
/* video ocupa todo */
.vids-4 .vid-el{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
/* preview encima del video (se oculta al reproducir) */
.vids-4 .vid-preview{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
display:block;
background:#f6f8fb;
z-index:2;
}
/* botón play sobre la preview */
.vids-4 .vid-play{
position:absolute;
inset:auto;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:54px;
height:54px;
border-radius:999px;
border:0;
background:rgba(0,0,0,.55);
color:#fff;
z-index:3;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
.vids-4 .vid-play:hover{ background:rgba(0,0,0,.65); }
.vids-4 .vid-play-ico{ font-size:18px; margin-left:2px; }
/* Cuando está reproduciendo, ocultamos preview + botón */
.vids-4 .vid-frame.is-playing .vid-preview,
.vids-4 .vid-frame.is-playing .vid-play{
display:none !important;
}
/* Mobile compact */
@media (max-width: 575.98px){
.vids-4 .vid-card{ padding:10px; }
}
:root{
--wa:#25D366;
--wa-dark:#1fb85a;
--wa-darker:#189a4a;
--light-bg:#ffffff;
--light-bg-soft:#f6f8f7;
--light-border:#dde4df;
--dark-text:#1c1f1d;
--muted-text:#6c756f;
}
.fb-float{
position:fixed; right:18px; bottom:166px;
z-index:9997;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background: linear-gradient(180deg, #1877F2 0%, #0f63d6 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s, opacity .25s;
}
.fb-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.ig-float{
position:fixed; right:18px; bottom:92px;
z-index:9998;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s, opacity .25s;
}
.ig-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.wa-float{
position:fixed; right:18px; bottom:18px;
z-index:9999; font-family:inherit;
}
.wa-btn{
background:var(--wa);
color:#fff;
border:0;
width:60px; height:60px; border-radius:50%;
display:grid; place-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.22);
cursor:pointer; transition:transform .3s, box-shadow .3s, filter .3s;
position:relative; overflow:hidden;
z-index:9999;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.28);
filter:brightness(.98);
}
.wa-card{
position:absolute; right:0; bottom:74px;
width:min(360px,92vw);
background:var(--light-bg);
color:var(--dark-text);
border-radius:18px;
overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.25);
border:1px solid var(--light-border);
transform:translateY(10px);
opacity:0;
transition:transform .3s, opacity .3s;
z-index:10000;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex; align-items:center; gap:12px;
padding:14px 16px;
background:linear-gradient(135deg, #ffffff, #ecf6f0);
border-bottom:1px solid var(--light-border);
}
.wa-avatar{
width:40px; height:40px; border-radius:10px;
background:#e9f7ef;
display:grid; place-items:center;
border:1px solid #cfeeda;
overflow:hidden;
}
.wa-title{
font-weight:800;
font-size:1.02rem;
color:var(--dark-text);
}
.wa-status{
font-size:.85rem;
color:var(--muted-text);
display:flex; align-items:center; gap:6px;
}
.wa-status::before{
content:""; width:8px; height:8px; border-radius:50%;
background:var(--wa);
}
.wa-close{
margin-left:auto;
background:transparent;
color:var(--muted-text);
border:0;
font-size:24px;
cursor:pointer;
opacity:.75;
width:32px; height:32px;
border-radius:50%;
display:flex; align-items:center; justify-content:center;
transition:.2s;
}
.wa-close:hover{
opacity:1;
background:rgba(0,0,0,.04);
}
.wa-body{
padding:12px 14px;
max-height:40vh;
overflow:auto;
background:var(--light-bg-soft);
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:9px 11px;
border-radius:14px;
line-height:1.35;
box-shadow:0 3px 10px rgba(0,0,0,.06);
animation:fadeIn .25s ease;
font-size:0.9rem;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(5px)}
to{opacity:1; transform:none}
}
.wa-bot{
background:#ffffff;
border:1px solid var(--light-border);
align-self:flex-start;
border-bottom-left-radius:4px;
}
.wa-user{
background:var(--wa);
color:#fff;
align-self:flex-end;
border-bottom-right-radius:4px;
}
/* NUEVO: fila contactos */
.wa-contact-row{
display:flex;
gap:10px;
flex-wrap:wrap;
padding:2px 2px 6px 2px;
}
.wa-contact{
border:1px solid var(--light-border);
background:#fff;
color:var(--dark-text);
border-radius:12px;
padding:8px 10px;
font-weight:800;
font-size:.9rem;
cursor:pointer;
box-shadow:0 3px 10px rgba(0,0,0,.06);
transition:.2s;
}
.wa-contact:hover{
transform:translateY(-1px);
border-color:rgba(37,211,102,.55);
box-shadow:0 6px 16px rgba(0,0,0,.10);
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px 12px;
background:#ffffff;
border-top:1px solid var(--light-border);
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid var(--light-border);
background:#f9fbfa;
color:var(--dark-text);
outline:none;
min-height:44px;
font-family:inherit;
font-size:0.9rem;
transition:.2s;
}
.wa-compose textarea:focus{
border-color:var(--wa);
box-shadow:0 0 0 2px rgba(37,211,102,.15);
background:#ffffff;
}
.wa-send{
background:var(--wa);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:700;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.04);
}
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.03); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.12); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.18); }
@media (max-width:480px){
.fb-float{ right:12px; bottom:160px; width:52px; height:52px; }
.ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
turismodipas.com
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csshttps://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Playfair+Display:wght@400;700&display=swap:root{
/* Dorado principal */
--primary:#d1a93b;
--primary-600:#b88b2f;
--primary-700:#8c6a24;
/* Restos neutros (no toques nada de funcional) */
--dark:#1e293b;
--muted:#64748b;
--line:#e2e8f0;
--bg:#f8fafc;
--radius:14px;
--shadow:0 6px 18px rgba(2,8,23,.08);
--shadow-lg:0 14px 32px rgba(2,8,23,.15);
/* Degradado dorado para el buscador y bloques */
--grad:linear-gradient(135deg, #1a1a1f 0%, #d1a93b 45%, #f5cf5b 100%);
/* Extras para el buscador premium (AHORA DORADO) */
--primary-light:#f0d889;
--primary-dark:#8c6a24;
--accent:#d1a93b;
--accent-light:#f5cf5b;
--secondary:#f1e4b0;
--dark-800:#0f172a;
--dark-700:#334155;
--light:#f1f5f9;
--white:#ffffff;
--success:#10b981;
--shadow-sm:0 2px 8px rgba(15,23,42,0.04);
--shadow-xl:0 32px 64px rgba(15,23,42,0.16);
/* estos eran violetas, los pasamos a dorado */
--gradient-primary: linear-gradient(135deg, #b88b2f 0%, #f5cf5b 100%);
--gradient-hero: linear-gradient(135deg, #1a1a1f 0%, #d1a93b 40%, #f5cf5b 100%);
--blur: blur(20px);
} /* <-- ESTA LLAVE FALTABA (te rompía CSS) */
*{box-sizing:border-box}
body{
font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;
color:var(--dark);
background:#fff;
line-height:1.6;
overflow-x:hidden
}
h1,h2,h3,h4{font-family:'Playfair Display',serif}
/* === HERO carrusel sin estirar === */
.hero{
min-height:48vh;
position:relative;
display:grid;
place-items:center;
overflow:hidden;
isolation:isolate;
background:none !important;
}
.hero__slides{ position:absolute; inset:0; z-index:0; }
.hero__slide{ position:absolute; inset:0; opacity:0; transition:opacity .9s ease; }
.hero__slide.is-active{ opacity:1; }
.hero__img{
width:100%;
height:100%;
display:block;
object-fit:cover;
background:transparent;
}
.hero--contain .hero__img{
width:100%;
height:100%;
display:block;
object-fit:contain;
background:transparent;
}
.hero::after{
content:''; position:absolute; inset:0; z-index:1;
background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.25) 40%, rgba(0,0,0,.55));
}
.hero-inner{ position:relative; z-index:2; text-align:center; color:#fff; padding:2.6rem 1rem; }
@media (max-width:992px){
.hero{ min-height:36vh; }
}
/* === HERO / BUSCADOR PREMIUM (traído de buscador.php) === */
.search-hero {
position: relative;
background: var(--gradient-hero);
padding: 5rem 0 4rem;
overflow: hidden;
margin-bottom: 0;
}
.search-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
pointer-events: none;
}
.search-hero::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 80px;
background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
pointer-events: none;
}
.search-hero-content {
position: relative;
z-index: 2;
}
.search-hero h1 {
color: var(--white);
font-size: 3rem;
font-weight: 800;
margin-bottom: 1rem;
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
animation: fadeInUp 0.8s ease-out;
}
.search-hero p {
color: rgba(255, 255, 255, 0.95);
font-size: 1.2rem;
margin-bottom: 3rem;
font-weight: 400;
animation: fadeInUp 0.8s ease-out 0.2s backwards;
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn {
from { opacity: 0; transform: scale(0.9); }
to { opacity: 1; transform: scale(1); }
}
.search-card {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: var(--blur);
border-radius: 24px;
padding: 2.5rem;
box-shadow: var(--shadow-xl);
border: 1px solid rgba(255, 255, 255, 0.8);
animation: scaleIn 0.8s ease-out 0.4s backwards;
position: relative;
z-index: 3;
}
.search-card::before {
content: '';
position: absolute;
inset: -2px;
background: var(--gradient-primary);
border-radius: 24px;
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.search-card:hover::before { opacity: 0.1; }
.search-card .form-label {
color: var(--dark);
font-weight: 600;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.625rem;
display: block;
}
.search-card .form-select,
.search-card .form-control {
border: 2px solid #e2e8f0;
border-radius: 14px;
padding: 0.875rem 1.125rem;
font-size: 1rem;
font-weight: 500;
background: var(--white);
color: var(--dark);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: var(--shadow-sm);
}
.search-card .form-select:focus,
.search-card .form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 4px rgba(143, 130, 174, 0.1), var(--shadow);
outline: none;
transform: translateY(-2px);
}
.search-card .form-select:hover,
.search-card .form-control:hover {
border-color: var(--primary-light);
box-shadow: var(--shadow);
}
.btn-search {
background: var(--gradient-primary);
border: none;
border-radius: 14px;
padding: 0.875rem 2rem;
font-weight: 700;
font-size: 1rem;
color: var(--white);
box-shadow: var(--shadow-lg);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase;
letter-spacing: 0.5px;
position: relative;
overflow: hidden;
}
.btn-search::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.5s ease;
}
.btn-search:hover::before { left: 100%; }
.btn-search:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-xl);
}
.btn-search:active { transform: translateY(-1px); }
.btn-search i { font-size: 1.25rem; }
@media (max-width: 768px) {
.search-hero { padding: 3rem 0 3rem; }
.search-hero h1 { font-size: 2rem; }
.search-hero p { font-size: 1rem; }
.search-card { padding: 1.5rem; }
}
/* SECCIONES Y CARDS (resto del index) */
.section{padding: clamp(2rem, 5vw, 5rem) 0}
.section-title{position:relative;display:inline-block;margin-bottom:1rem}
.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:72px;height:4px;background:var(--primary);border-radius:2px}
.lead-muted{color:var(--muted)}
.img-elev{border-radius:var(--radius);box-shadow:var(--shadow-lg);object-fit:cover}
.img-cover{min-height:320px;border-radius:16px;box-shadow:var(--shadow-lg);background:var(--grad);background-size:cover;background-position:center}
.prop-card{border:none;border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow);transition:.28s;height:100%}
.prop-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.prop-img-wrap{height:220px;overflow:hidden;position:relative}
.prop-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.prop-card:hover .prop-img{transform:scale(1.06)}
.prop-type{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.95);color:var(--primary-700);padding:.3rem .7rem;border-radius:999px;font-weigh
/* ...cortado... */
:root{
/* Accent solo modal */
--dps-accent:#d4ad44;
--dps-accent-dark:#b89232;
--dps-bg:#ffffff;
--dps-border:#e9ecef;
/* WhatsApp oficial (solo botón WA) */
--wa:#25D366;
--wa-dark:#128C7E;
}
/* Stack flotantes */
.dps-floats{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
display:flex;
flex-direction:column;
align-items:flex-end;
gap:10px;
font-family:inherit;
}
.dps-float{
width:56px;height:56px;border-radius:50%;
border:0;
display:grid; place-items:center;
color:#fff;
cursor:pointer;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.18);
transition:transform .25s ease, box-shadow .25s ease;
}
.dps-float:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 40px rgba(0,0,0,.22);
}
/* Instagram */
.dps-ig{
background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);
}
/* Facebook */
.dps-fb{
background:linear-gradient(135deg,#1877f2,#0f5dc4);
}
/* WhatsApp OFICIAL */
.dps-wa-btn{
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
box-shadow:0 12px 34px rgba(37,211,102,.45);
}
.dps-wa-btn:hover{
box-shadow:0 16px 44px rgba(37,211,102,.55);
}
/* Overlay para cerrar modal WA */
.dps-wa-overlay{
position:fixed;
inset:0;
background:transparent;
border:0;
cursor:default;
z-index:9998;
}
/* Card WA */
.dps-wa-card{
position:absolute;
right:0;
bottom:74px; /* arriba del botón WA */
width:min(370px,92vw);
background:var(--dps-bg);
border-radius:18px;
border:1px solid var(--dps-border);
box-shadow:0 20px 70px rgba(0,0,0,.28);
overflow:hidden;
transform:translateY(10px);
opacity:0;
pointer-events:none;
transition:opacity .2s ease, transform .2s ease;
}
.dps-wa-card[aria-modal="true"]{
transform:none;
opacity:1;
pointer-events:auto;
}
/* Header con accent */
.dps-wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
color:#0b0f18;
background:
radial-gradient(1200px 220px at 10% 0%, rgba(255,255,255,.55), transparent 60%),
linear-gradient(135deg, rgba(212,173,68,.95), rgba(184,146,50,.95));
}
.dps-wa-avatar{
width:42px;height:42px;
background:rgba(255,255,255,.92);
border-radius:12px;
display:grid; place-items:center;
box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.dps-wa-title{ font-weight:800; letter-spacing:-.2px; }
.dps-wa-status{ font-size:.85rem; opacity:.9; }
.dps-wa-close{
margin-left:auto;
border:0;
background:rgba(255,255,255,.28);
width:34px;height:34px;
border-radius:12px;
cursor:pointer;
font-size:22px;
line-height:1;
display:grid; place-items:center;
transition:transform .2s ease, background .2s ease;
}
.dps-wa-close:hover{ transform:scale(1.05); background:rgba(255,255,255,.38); }
.dps-wa-body{
padding:14px;
max-height:42vh;
overflow:auto;
background:#f8f9fa;
display:flex;
flex-direction:column;
gap:8px;
}
.dps-wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.dps-wa-bot{
background:#fff;
border:1px solid var(--dps-border);
align-self:flex-start;
}
.dps-wa-user{
background:rgba(212,173,68,.14);
border:1px solid rgba(212,173,68,.30);
align-self:flex-end;
}
.dps-wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid var(--dps-border);
background:#fff;
}
.dps-wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid var(--dps-border);
font-family:inherit;
outline:none;
}
.dps-wa-compose textarea:focus{
border-color:rgba(212,173,68,.55);
box-shadow:0 0 0 4px rgba(212,173,68,.18);
}
.dps-wa-send{
border:0;
border-radius:12px;
padding:0 16px;
cursor:pointer;
color:#0b0f18;
background:linear-gradient(135deg,var(--dps-accent),var(--dps-accent-dark));
transition:transform .2s ease, filter .2s ease;
}
.dps-wa-send:hover{ transform:translateY(-1px); filter:saturate(1.05); }
@media (max-width:480px){
.dps-floats{ right:14px; bottom:14px; }
.dps-wa-card{ width:calc(100vw - 24px); }
}
reparacionderesortesdante.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800&display=swap:root {
--primary: #5b43ff;
--primary-dark: #4129e0;
--primary-light: #7d6aff;
--secondary: #00c9b7;
--dark: #12141d;
--dark-light: #1e2029;
--gray: #8c8e9a;
--gray-light: #f8f9ff;
--white: #ffffff;
--shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 30px 80px rgba(91, 67, 255, 0.15);
--radius: 20px;
--radius-sm: 12px;
--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 90px;
}
body {
font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, sans-serif;
color: var(--dark);
background-color: var(--white);
overflow-x: hidden;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.2;
}
.text-gradient {
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* ===== NAVBAR PREMIUM ===== */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(91, 67, 255, 0.08);
padding: 1.2rem 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 0.8rem 0;
box-shadow: var(--shadow);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
color: var(--dark);
display: flex;
align-items: center;
gap: 10px;
}
.logo-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
display: inline-block;
position: relative;
}
.logo-dot::after {
content: '';
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
opacity: 0.3;
z-index: -1;
}
.nav-link {
font-weight: 500;
color: var(--dark);
padding: 0.5rem 1rem !important;
border-radius: var(--radius-sm);
transition: var(--transition);
position: relative;
}
.nav-link:hover {
color: var(--primary);
background: rgba(91, 67, 255, 0.05);
}
.nav-link.active {
color: var(--primary);
background: rgba(91, 67, 255, 0.08);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 20px;
height: 3px;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
border-radius: 3px;
transition: var(--transition);
}
.nav-link:hover::after,
.nav-link.active::after {
transform: translateX(-50%) scaleX(1);
}
.btn-primary-custom {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
color: white;
border: none;
padding: 0.8rem 2rem;
border-radius: var(--radius-sm);
font-weight: 600;
transition: var(--transition);
box-shadow: 0 10px 25px rgba(91, 67, 255, 0.3);
position: relative;
overflow: hidden;
z-index: 1;
}
.btn-primary-custom::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
z-index: -1;
opacity: 0;
transition: var(--transition);
}
.btn-primary-custom:hover {
transform: translateY(-3px);
box-shadow: 0 15px 30px rgba(91, 67, 255, 0.4);
}
.btn-primary-custom:hover::before {
opacity: 1;
}
.btn-whatsapp {
background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
color: white;
border: none;
padding: 0.8rem 2rem;
border-radius: var(--radius-sm);
font-weight: 600;
transition: var(--transition);
box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}
.btn-whatsapp:hover {
transform: translateY(-3px);
box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
color: white;
}
/* ===== HERO SECTION PREMIUM ===== */
.hero-section {
padding: 160px 0 100px;
background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
position: relative;
overflow: hidden;
}
.hero-section::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 60%;
height: 100%;
background: radial-gradient(circle at 70% 50%, rgba(91, 67, 255, 0.08) 0%, transparent 70%);
z-index: 0;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(91, 67, 255, 0.1);
color: var(--primary);
padding: 0.5rem 1.2rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 1.5rem;
animation: fadeInUp 0.8s ease;
}
.hero-title {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 1.5rem;
line-height: 1.1;
animation: fadeInUp 0.8s ease 0.1s both;
}
.hero-subtitle {
font-size: 1.2rem;
color: var(--gray);
margin-bottom: 2rem;
animation: fadeInUp 0.8s ease 0.2s both;
}
.hero-features {
list-style: none;
padding: 0;
margin-bottom: 2.5rem;
animation: fadeInUp 0.8s ease 0.3s both;
}
.hero-features li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 0.8rem;
color: var(--dark);
}
.hero-features i {
color: var(--secondary);
font-size: 1.2rem;
}
.hero-image-container {
position: relative;
z-index: 2;
animation: float 6s ease-in-out infinite;
}
.hero-image {
width: 100%;
max-width: 600px;
height: auto;
border-radius: var(--radius);
box-shadow: var(--shadow-lg);
transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
transition: var(--transition);
}
.hero-image:hover {
transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}
.floating-badge {
font-size: 0.8rem; /* 🔥 achica TODO */
padding: 0.5rem 0.75rem; /* menos aire */
gap: 0.4rem;
}
.floating-badge i {
font-size: 1rem; /* icono más chico */
}
.floating-badge .fw-bold {
font-size: 0.75rem; /* título */
}
.floating-badge small {
font-size: 0.65rem; /* subtítulo */
}
/* ===== SECTIONS GENERAL ===== */
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-size: 2.8rem;
margin-bottom: 1rem;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
border-radius: 2px;
}
.section-title.center::after {
left: 50%;
transform: translateX(-50%);
}
.section-subtitle {
/* ...cortado... */
.gal-gallery .carousel{max-width:980px;margin-inline:auto;position:relative}
.gal-frame{
height: clamp(220px, 48vh, 440px);
background:#fff;border-radius:16px;overflow:hidden;
box-shadow:0 12px 28px rgba(0,0,0,.12);
display:flex;align-items:center;justify-content:center;padding:8px
}
.gal-img{
width:auto !important;max-width:100%;
height:auto !important;max-height:100%;
object-fit:contain !important;object-position:center;display:block;cursor:zoom-in
}
/* Controles circulares con más contraste */
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next{
z-index:20;width:50px;height:50px;top:50%;transform:translateY(-50%);
opacity:1;background:rgba(0,0,0,.55);border-radius:50%;margin:0 12px
}
.gal-gallery .carousel-control-prev{left:0}
.gal-gallery .carousel-control-next{right:0}
.gal-gallery .gal-ctrl-icon{width:2.6rem;height:2.6rem;background-size:60% 60%}
/* Indicadores: se sitúan fuera; agregamos espacio inferior para que no se corten */
.gal-gallery .carousel-indicators{z-index:10;bottom:-50px}
.gal-gallery .carousel-indicators button{
width:10px;height:10px;border-radius:50%;
background:rgba(0,0,0,.5);border:none
}
.gal-gallery .carousel-indicators button.active{background:#000}
.gal-gallery{padding-bottom:56px} /* espacio para indicadores */
/* Modal */
#galLightbox .modal-content{background:#000}
#galLightboxImg{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
.gal-lightbox-nav{
position:absolute;top:50%;transform:translateY(-50%);
border:0;width:44px;height:44px;border-radius:999px;
background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:44px;text-align:center;z-index:5;cursor:pointer
}
.gal-lightbox-nav:hover{background:rgba(255,255,255,.28)}
.gal-lightbox-nav.gal-prev{left:10px}
.gal-lightbox-nav.gal-next{right:10px}
/* Pequeños ajustes móviles */
@media (max-width: 575.98px){
.gal-frame{height: clamp(200px, 40vh, 360px)}
}
/* ===== WhatsApp Float (scope wa-*) ===== */
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
/* Verde oficial WhatsApp */
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .25s, box-shadow .25s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(360px,92vw);
background:#fff;
border-radius:18px;
border:1px solid #e3e6ea;
box-shadow:0 18px 60px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.25s ease;
}
/* “abierto” */
.wa-card[aria-modal="true"]{
transform:none;
opacity:1;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:linear-gradient(135deg,#5b43ff,#4129e0); /* combina con tu sitio violeta */
color:#fff;
}
.wa-avatar{
width:40px;
height:40px;
background:#fff;
border-radius:10px;
display:grid;
place-items:center;
overflow:hidden;
}
.wa-title{ font-weight:800; }
.wa-status{ font-size:.85rem; opacity:.9; }
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#fff;
font-size:24px;
cursor:pointer;
line-height:1;
}
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:#f8f9fa;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
background:#ffffff;
border:1px solid #e3e6ea;
align-self:flex-start;
}
.wa-user{
background:#e9e7ff;
border:1px solid #d7d3ff;
align-self:flex-end;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid #e3e6ea;
background:#ffffff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid #e3e6ea;
font-family:inherit;
outline:none;
}
.wa-send{
background:#5b43ff;
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
}
.wa-send:hover{ background:#4129e0; }
@media(max-width:480px){
.wa-card{ width:calc(100vw - 24px); }
}
cabañasvillasantina.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700&display=swap:root {
--primary: #0f172a;
--secondary: #475569;
--accent-1: #16a34a;
--accent-2: #2563eb;
--accent-3: #f59e0b;
--bg-light: #f8fafc;
--bg-white: #ffffff;
--border: #e2e8f0;
--shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.04);
--shadow-md: 0 10px 25px rgba(15, 23, 42, 0.08);
--shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
--shadow-xl: 0 30px 60px rgba(15, 23, 42, 0.15);
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--radius-xl: 32px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
overflow-x: hidden;
width: 100%;
}
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
color: var(--primary);
line-height: 1.6;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
a {
text-decoration: none;
color: inherit;
transition: var(--transition);
}
section {
scroll-margin-top: 80px;
position: relative;
}
.container {
max-width: 1200px;
padding-left: 16px;
padding-right: 16px;
margin-left: auto;
margin-right: auto;
}
/* Background Elements */
.bg-blur-1 {
position: fixed;
width: 600px;
height: 600px;
border-radius: 50%;
background: radial-gradient(circle, rgba(22, 163, 74, 0.08) 0%, transparent 70%);
filter: blur(60px);
z-index: -1;
pointer-events: none;
}
.bg-blur-2 {
position: fixed;
width: 500px;
height: 500px;
border-radius: 50%;
background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
filter: blur(60px);
z-index: -1;
pointer-events: none;
}
/* NAVBAR - Premium - CORREGIDO */
.navbar {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(226, 232, 240, 0.8);
padding: 12px 0;
box-shadow: var(--shadow-sm);
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: var(--shadow-md);
}
.navbar-brand {
font-weight: 800;
font-size: 1.3rem;
display: flex;
align-items: center;
gap: 10px;
color: var(--primary);
margin-right: 0;
max-width: 200px;
}
.brand-icon {
width: 40px;
height: 40px;
background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.1rem;
box-shadow: var(--shadow-md);
flex-shrink: 0;
}
.navbar-toggler {
border: none;
padding: 8px;
border-radius: var(--radius-sm);
font-size: 1.5rem;
color: var(--primary);
}
.navbar-toggler:focus {
box-shadow: none;
}
/* Menú corregido para móvil */
.navbar-collapse {
background: rgba(255, 255, 255, 0.98);
border-radius: var(--radius-md);
box-shadow: var(--shadow-lg);
padding: 10px;
margin-top: 10px;
max-height: 80vh;
overflow-y: auto;
}
@media (max-width: 991.98px) {
.navbar-collapse {
position: absolute;
top: 100%;
left: 16px;
right: 16px;
z-index: 1000;
}
}
.nav-link {
font-weight: 500;
color: var(--secondary);
padding: 10px 14px !important;
border-radius: var(--radius-sm);
margin: 2px 0;
transition: var(--transition);
display: block;
width: 100%;
}
.nav-link:hover {
color: var(--accent-2);
background: rgba(37, 99, 235, 0.05);
transform: translateY(-1px);
}
.nav-link.active {
color: var(--accent-2);
background: rgba(37, 99, 235, 0.08);
font-weight: 600;
}
/* Buttons */
.btn-primary {
background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
border: none;
color: white;
padding: 12px 24px;
font-weight: 600;
border-radius: var(--radius-md);
box-shadow: var(--shadow-md);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
color: white;
}
.btn-primary::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
opacity: 0;
transition: var(--transition);
}
.btn-primary:hover::after {
opacity: 1;
}
.btn-secondary {
background: white;
border: 1px solid var(--border);
color: var(--primary);
padding: 12px 24px;
font-weight: 500;
border-radius: var(--radius-md);
box-shadow: var(--shadow-sm);
transition: var(--transition);
}
.btn-secondary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
border-color: var(--accent-2);
color: var(--accent-2);
}
/* Hero Section - CORREGIDO */
.hero-section {
padding: 100px 0 40px;
position: relative;
overflow: hidden;
}
.hero-title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 900;
line-height: 1.1;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}
.hero-subtitle {
font-size: 1.125rem;
color: var(--secondary);
margin-bottom: 24px;
max-width: 600px;
}
.hero-card {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(20px);
border-radius: var(--radius-xl);
padding: 24px;
box-shadow: var(--shadow-xl);
border: 1px solid rgba(226, 232, 240, 0.5);
position: relative;
overflow: hidden;
width: 100%;
}
.hero-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
}
.feature-chip {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid var(--border);
padding: 6px 12px;
border-radius: 50px;
font-weight: 500;
font-size: 0.8rem;
color: var(--primary);
margin: 0 4px 8px 0;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.feature-chip:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
border-color: var(--accent-2);
}
.feature-chip i {
color: var(--accent-2);
}
/* Alert Banner */
.alert-banner {
background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
border: 1px solid rgba(245, 158, 11, 0.2);
border-radius: var(--radius-lg);
padding: 12px;
margin: 16px 0;
animation: pulse 2s infini
/* ...cortado... */
.gal-gallery .carousel{max-width:980px;margin-inline:auto;position:relative}
.gal-frame{
height: clamp(220px, 48vh, 440px);
background:#fff;border-radius:16px;overflow:hidden;
box-shadow:0 12px 28px rgba(0,0,0,.12);
display:flex;align-items:center;justify-content:center;padding:8px
}
.gal-img{
width:auto !important;max-width:100%;
height:auto !important;max-height:100%;
object-fit:contain !important;object-position:center;display:block;cursor:zoom-in
}
/* Controles circulares con más contraste */
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next{
z-index:20;width:50px;height:50px;top:50%;transform:translateY(-50%);
opacity:1;background:rgba(0,0,0,.55);border-radius:50%;margin:0 12px
}
.gal-gallery .carousel-control-prev{left:0}
.gal-gallery .carousel-control-next{right:0}
.gal-gallery .gal-ctrl-icon{width:2.6rem;height:2.6rem;background-size:60% 60%}
/* Indicadores: se sitúan fuera; agregamos espacio inferior para que no se corten */
.gal-gallery .carousel-indicators{z-index:10;bottom:-50px}
.gal-gallery .carousel-indicators button{
width:10px;height:10px;border-radius:50%;
background:rgba(0,0,0,.5);border:none
}
.gal-gallery .carousel-indicators button.active{background:#000}
.gal-gallery{padding-bottom:56px} /* espacio para indicadores */
/* Modal */
#galLightbox .modal-content{background:#000}
#galLightboxImg{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
.gal-lightbox-nav{
position:absolute;top:50%;transform:translateY(-50%);
border:0;width:44px;height:44px;border-radius:999px;
background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:44px;text-align:center;z-index:5;cursor:pointer
}
.gal-lightbox-nav:hover{background:rgba(255,255,255,.28)}
.gal-lightbox-nav.gal-prev{left:10px}
.gal-lightbox-nav.gal-next{right:10px}
/* Pequeños ajustes móviles */
@media (max-width: 575.98px){
.gal-frame{height: clamp(200px, 40vh, 360px)}
}
/* Card contenedora */
.vid-vertical-card{
width: min(360px, 92vw); /* en phone ocupa casi todo el ancho */
border-radius: 18px;
overflow: hidden;
background: rgba(255,255,255,.9);
border: 1px solid rgba(0,0,0,.08);
box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
/* Frame vertical (9:16) — evita el “contenedor gigante” */
.vid-vertical-frame{
position: relative;
width: 100%;
aspect-ratio: 9 / 16; /* clave: vertical tipo celular */
background: #000;
}
/* Video ocupa el frame */
.vid-vertical{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; /* fill lindo (sin bordes negros) */
display: block;
}
.vid-vertical-body{
padding: 14px 16px 16px;
}
/* En desktop: un poquito más “fino” para que entren prolijos lado a lado */
@media (min-width: 992px){
.vid-vertical-card{
width: 320px;
}
}
/* En phone: más grande aún (pero sin romper) */
@media (max-width: 576px){
.vid-vertical-card{
width: min(420px, 96vw);
}
.vid-vertical-body{
padding: 14px 14px 16px;
}
}
/* ===== WhatsApp Flotante – Villa Santina (modo claro) ===== */
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
/* Botón principal (verde oficial WhatsApp) */
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .3s, box-shadow .3s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
/* Ventana */
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(380px,92vw);
background:#ffffff;
border-radius:18px;
border:1px solid rgba(15,23,42,.12);
box-shadow:0 18px 60px rgba(2,6,23,.22);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.25s ease;
}
.wa-card[aria-modal="true"]{ transform:none; opacity:1; }
/* Header */
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background: linear-gradient(135deg, rgba(22,163,74,.12), rgba(37,99,235,.12));
border-bottom:1px solid rgba(15,23,42,.10);
color:#0f172a;
}
.wa-avatar{
width:40px;
height:40px;
background:#fff;
border-radius:10px;
display:grid;
place-items:center;
border:1px solid rgba(15,23,42,.10);
box-shadow: 0 10px 22px rgba(2,6,23,.08);
overflow:hidden;
}
.wa-title{ font-weight:900; letter-spacing:-.01em; }
.wa-status{ font-size:.83rem; color: rgba(15,23,42,.70); line-height:1.2; }
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#0f172a;
font-size:24px;
cursor:pointer;
width:38px;height:38px;border-radius:10px;
}
.wa-close:hover{ background: rgba(15,23,42,.06); }
/* Mensajes */
.wa-body{
padding:14px;
max-height:42vh;
overflow:auto;
background: #f6f8fb; /* claro */
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:92%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(2,6,23,.06);
}
.wa-bot{
background:#ffffff;
border:1px solid rgba(15,23,42,.10);
align-self:flex-start;
color: rgba(15,23,42,.92);
}
.wa-user{
background:#eaf4f8;
border:1px solid #cfe4ef;
align-self:flex-end;
color: rgba(15,23,42,.92);
}
/* Input */
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid rgba(15,23,42,.10);
background:#ffffff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid rgba(15,23,42,.14);
font-family:inherit;
outline:none;
}
.wa-compose textarea:focus{
border-color: rgba(37,99,235,.35);
box-shadow: 0 0 0 .2rem rgba(37,99,235,.12);
}
.wa-send{
background: linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
}
.wa-send:hover{ filter:brightness(.98); }
@media (max-width:480px){
.wa-card{ width:calc(100vw - 24px); }
}
piscinasjm.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@600;700;800&display=swap:root {
--primary: #0ea5e9;
--primary-dark: #0284c7;
--primary-light: #38bdf8;
--primary-soft: #f0f9ff;
--secondary: #1e293b;
--secondary-light: #334155;
--accent: #06b6d4;
--accent-light: #22d3ee;
--neutral-50: #f8fafc;
--neutral-100: #f1f5f9;
--neutral-200: #e2e8f0;
--neutral-300: #cbd5e1;
--neutral-400: #94a3b8;
--neutral-500: #64748b;
--neutral-600: #475569;
--neutral-700: #334155;
--neutral-800: #1e293b;
--neutral-900: #0f172a;
--shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.08);
--shadow-md: 0 6px 20px rgba(15, 23, 42, 0.12);
--shadow-lg: 0 20px 50px rgba(14, 165, 233, 0.15);
--shadow-xl: 0 30px 80px rgba(14, 165, 233, 0.2);
--radius-sm: 10px;
--radius-md: 18px;
--radius-lg: 28px;
--radius-xl: 40px;
--radius-full: 9999px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 80px;
}
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
font-weight: 400;
color: var(--neutral-800);
background-color: white;
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.2;
color: var(--neutral-900);
letter-spacing: -0.02em;
}
/* ===== NAVBAR ===== */
.navbar {
padding: 1.25rem 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(226, 232, 240, 0.6);
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 0.75rem 0;
box-shadow: var(--shadow-md);
}
.navbar-brand {
font-size: 1.75rem;
font-weight: 900;
background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: flex;
align-items: center;
gap: 0.5rem;
}
.navbar-brand i {
font-size: 1.5rem;
}
.nav-link {
font-weight: 600;
color: var(--neutral-700);
padding: 0.5rem 1rem;
border-radius: var(--radius-full);
transition: all 0.2s ease;
}
.nav-link:hover {
color: var(--primary);
background-color: var(--primary-soft);
}
.btn-whatsapp {
background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
color: white;
font-weight: 700;
padding: 0.75rem 1.5rem;
border-radius: var(--radius-full);
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
display: inline-flex;
align-items: center;
gap: 0.5rem;
border: none;
}
.btn-whatsapp:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
color: white;
}
/* ===== HERO ===== */
.hero-section {
padding-top: 140px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--neutral-50) 0%, white 50%, var(--primary-soft) 100%);
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 0.75rem;
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--primary);
background: var(--primary-soft);
padding: 0.5rem 1.25rem;
border-radius: var(--radius-full);
border: 1px solid rgba(14, 165, 233, 0.2);
margin-bottom: 1.5rem;
}
.hero-title {
font-size: 3.5rem;
line-height: 1.1;
margin-bottom: 1.5rem;
color: var(--neutral-900);
}
@media (max-width: 768px) {
.hero-title {
font-size: 2.5rem;
}
}
.hero-subtitle {
font-size: 1.25rem;
color: var(--neutral-600);
margin-bottom: 2.5rem;
max-width: 600px;
}
.hero-image-wrapper {
background: white;
border-radius: var(--radius-xl);
padding: 1.5rem;
box-shadow: var(--shadow-xl);
border: 1px solid rgba(226, 232, 240, 0.8);
overflow: hidden;
transition: transform 0.3s ease;
}
.hero-image-wrapper:hover {
transform: translateY(-10px);
}
.hero-image {
width: 100%;
height: auto;
border-radius: var(--radius-lg);
}
.hero-stats {
display: flex;
gap: 2.5rem;
margin-top: 3rem;
flex-wrap: wrap;
}
.stat-item {
text-align: center;
}
.stat-number {
font-size: 2.5rem;
font-weight: 800;
background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
margin-bottom: 0.25rem;
}
.stat-label {
font-size: 0.9rem;
color: var(--neutral-500);
font-weight: 500;
}
/* ===== BOTONES ===== */
.btn-primary {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
border: none;
padding: 1rem 2.25rem;
border-radius: var(--radius-full);
font-weight: 700;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
color: white;
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
color: white;
background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}
.btn-outline-primary {
border: 2px solid var(--primary);
color: var(--primary);
padding: 1rem 2.25rem;
border-radius: var(--radius-full);
font-weight: 700;
transition: all 0.3s ease;
background: transparent;
}
.btn-outline-primary:hover {
background: var(--primary);
color: white;
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3);
}
/* ===== SECCIONES ===== */
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-size: 2.75rem;
margin-bottom: 1rem;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 5px;
background: linear-gradient(90deg, var(--primary), var(--accent));
border-radius: var(--radius-full);
}
.section-subtitle {
font-size: 1.125rem;
color: var(--neutral-600);
max-width: 700px;
margin-bottom: 3rem;
}
/* ===== CARDS DE SERVICIOS ===== */
.service-card {
background: white;
border-radius: var(--radius-lg);
padding: 2.5rem 2rem;
height: 100%;
transition: all 0.3s ease;
border: 1px solid rgba(226, 232, 240, 0.8);
position: relative;
overflow: hidden;
z-index: 1;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-xl);
border-color: transparent;
}
.service-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-
/* ...cortado... */
.gal-gallery .carousel{max-width:980px;margin-inline:auto;position:relative}
.gal-frame{
height: clamp(220px, 48vh, 440px);
background:#fff;border-radius:16px;overflow:hidden;
box-shadow:0 12px 28px rgba(0,0,0,.12);
display:flex;align-items:center;justify-content:center;padding:8px
}
.gal-img{
width:auto !important;max-width:100%;
height:auto !important;max-height:100%;
object-fit:contain !important;object-position:center;display:block;cursor:zoom-in
}
/* Controles circulares con más contraste */
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next{
z-index:20;width:50px;height:50px;top:50%;transform:translateY(-50%);
opacity:1;background:rgba(0,0,0,.55);border-radius:50%;margin:0 12px
}
.gal-gallery .carousel-control-prev{left:0}
.gal-gallery .carousel-control-next{right:0}
.gal-gallery .gal-ctrl-icon{width:2.6rem;height:2.6rem;background-size:60% 60%}
/* Indicadores: se sitúan fuera; agregamos espacio inferior para que no se corten */
.gal-gallery .carousel-indicators{z-index:10;bottom:-50px}
.gal-gallery .carousel-indicators button{
width:10px;height:10px;border-radius:50%;
background:rgba(0,0,0,.5);border:none
}
.gal-gallery .carousel-indicators button.active{background:#000}
.gal-gallery{padding-bottom:56px} /* espacio para indicadores */
/* Modal */
#galLightbox .modal-content{background:#000}
#galLightboxImg{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
.gal-lightbox-nav{
position:absolute;top:50%;transform:translateY(-50%);
border:0;width:44px;height:44px;border-radius:999px;
background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:44px;text-align:center;z-index:5;cursor:pointer
}
.gal-lightbox-nav:hover{background:rgba(255,255,255,.28)}
.gal-lightbox-nav.gal-prev{left:10px}
.gal-lightbox-nav.gal-next{right:10px}
/* Pequeños ajustes móviles */
@media (max-width: 575.98px){
.gal-frame{height: clamp(200px, 40vh, 360px)}
}
/* WhatsApp flotante – Piscinas JM */
:root{
--wa-green:#25D366;
--wa-green-dark:#128C7E;
/* Acompaña tu paleta Piscinas JM */
--wa-accent:#0ea5e9;
--wa-accent-dark:#0284c7;
--wa-bg:#ffffff;
--wa-border:rgba(15,23,42,.10);
--wa-soft:#f7fafc;
--wa-text:#0f172a;
--wa-muted:rgba(15,23,42,.65);
}
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
.wa-btn{
width:60px;
height:60px;
border-radius:999px;
border:none;
background:linear-gradient(135deg,var(--wa-green),var(--wa-green-dark));
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .25s ease, box-shadow .25s ease;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(360px,92vw);
background:var(--wa-bg);
border-radius:18px;
border:1px solid var(--wa-border);
box-shadow:0 18px 60px rgba(0,0,0,.22);
overflow:hidden;
transform:translateY(10px);
opacity:0;
pointer-events:none;
transition:transform .25s ease, opacity .25s ease;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
pointer-events:auto;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:linear-gradient(135deg,var(--wa-accent),var(--wa-accent-dark));
color:#fff;
}
.wa-avatar{
width:42px;
height:42px;
background:rgba(255,255,255,.18);
border:1px solid rgba(255,255,255,.25);
border-radius:12px;
display:grid;
place-items:center;
overflow:hidden;
position:relative;
}
.wa-avatar img{display:block; width:100%; height:100%; object-fit:cover;}
.wa-avatar-icon{font-size:18px; position:absolute;}
.wa-avatar:not(.wa-avatar-fallback) .wa-avatar-icon{display:none;}
.wa-avatar.wa-avatar-fallback{background:rgba(255,255,255,.16);}
.wa-title{font-weight:800; line-height:1;}
.wa-status{font-size:.85rem; opacity:.9;}
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#fff;
font-size:26px;
line-height:1;
cursor:pointer;
padding:0 6px;
}
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:var(--wa-soft);
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.07);
}
.wa-bot{
background:#ffffff;
border:1px solid var(--wa-border);
align-self:flex-start;
color:var(--wa-text);
}
.wa-user{
background:rgba(14,165,233,.12);
border:1px solid rgba(14,165,233,.25);
align-self:flex-end;
color:var(--wa-text);
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid var(--wa-border);
background:#ffffff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid var(--wa-border);
font-family:inherit;
color:var(--wa-text);
}
.wa-compose textarea:focus{
outline:none;
border-color:rgba(14,165,233,.65);
box-shadow:0 0 0 3px rgba(14,165,233,.18);
}
.wa-send{
background:linear-gradient(135deg,var(--wa-green),var(--wa-green-dark));
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
transition:filter .2s ease;
}
.wa-send:hover{filter:brightness(1.05);}
@media(max-width:480px){
.wa-card{ width:calc(100vw - 24px); }
}
turnopolis
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Montserrat:wght@300;500;700&display=swap:root{
--neon-blue:#00f3ff;
--neon-pink:#ff00e6;
--neon-purple:#8a2be2;
--text:#fff;
--bg:#000;
--dark-bg:rgba(5,5,15,0.95);
--darker-bg:rgba(0,0,10,0.98);
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;background:#000;color:var(--text);font-family:Montserrat,system-ui,sans-serif;overflow:hidden}
.game-font{font-family:Orbitron,monospace;letter-spacing:2px;text-transform:uppercase}
/* Fondo */
.space-bg{position:fixed;inset:0;z-index:-2;background:radial-gradient(ellipse at bottom,#1B2735 0%,#090A0F 100%)}
.stars{position:absolute;inset:0;background:transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.5"/></svg>') repeat;background-size:1px 1px;animation:sm 180s linear infinite}
.stars:nth-child(2){background-size:2px 2px;animation-duration:140s;opacity:.7}
.stars:nth-child(3){background-size:3px 3px;animation-duration:100s;opacity:.5}
@keyframes sm{to{transform:translateY(-100%)}}
.main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px}
/* ====== VIDEO ====== */
.video-wrap{width:min(90vw,1400px);margin:0 auto 40px;position:relative;perspective:2000px}
.video-tilt{position:relative;border-radius:12px;overflow:hidden;transition:transform .5s ease}
.ratio{width:100%;aspect-ratio:21/9;position:relative;overflow:hidden}
@supports not (aspect-ratio:21/9){.ratio{height:0;padding-top:42.85%}.ratio>*{position:absolute;inset:0}}
video{width:100%;height:100%;object-fit:cover;display:block}
/* —— Marco NEON del video (APAGADO por defecto) —— */
.video-frame,
.video-tilt::before,
.video-tilt::after{display:none}
body.authed .video-frame{display:block;position:absolute;inset:-15px;border:2px solid rgba(0,243,255,.3);border-radius:15px;box-shadow:0 0 15px rgba(0,243,255,.3),inset 0 0 15px rgba(0,243,255,.3);pointer-events:none;z-index:2}
body.authed .video-frame::before,
body.authed .video-frame::after{content:'';position:absolute;width:30px;height:30px;border:2px solid var(--neon-blue);box-shadow:0 0 10px var(--neon-blue)}
body.authed .video-frame::before{top:-15px;left:-15px;border-right:none;border-bottom:none}
body.authed .video-frame::after{bottom:-15px;right:-15px;border-left:none;border-top:none}
body.authed .video-tilt::before,
body.authed .video-tilt::after{display:block;content:'';position:absolute;inset:-10px;z-index:1}
body.authed .video-tilt::before{inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.1) 100%);mix-blend-mode:overlay}
body.authed .video-tilt::after{background:linear-gradient(45deg,var(--neon-pink),var(--neon-blue));background-size:400%;filter:blur(24px);opacity:.6;border-radius:15px}
/* ====== BOTONES ====== */
.buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
.btn-neon{
padding:16px 30px;
background:linear-gradient(145deg,rgba(40,40,80,.98),rgba(30,30,70,.95));
color:#eaffff;
border:2px solid var(--neon-blue);
border-radius:8px;
text-decoration:none;
font-weight:700;
letter-spacing:1.3px;
box-shadow:0 0 16px rgba(0,243,255,.45), inset 0 0 12px rgba(0,243,255,.25), 0 6px 28px rgba(0,0,0,.85);
text-transform:uppercase;
transition: all 0.3s ease;
}
.btn-neon:hover{
color:#fff;
transform:translateY(-2px);
box-shadow:0 0 30px var(--neon-blue), inset 0 0 20px rgba(0,243,255,.5), 0 10px 40px rgba(0,0,0,.95);
}
/* ====== HSPACE SIEMPRE VISIBLE y ABAJO-IZQ (prioridad máxima) ====== */
#btn-hspace{
position:fixed !important;
left:24px !important;
bottom:24px !important;
z-index:9999 !important; /* Máxima prioridad */
min-width:160px;
padding:10px 16px;
font-size:.9rem;
}
/* ====== LOGIN MODAL MODERNO Y DARK ====== */
#loginModal{padding:0 !important}
#loginModal .modal-dialog{
position:fixed;
left:24px;
bottom:110px; /* modal arriba del botón HSPACE */
width:min(360px, 92vw);
max-width:360px;
margin:0;
transform:none !important;
pointer-events:auto;
}
#loginModal .modal-content{
background: linear-gradient(145deg, var(--darker-bg), var(--dark-bg));
border: 1px solid var(--neon-purple);
border-radius: 12px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8),
0 0 0 1px rgba(138, 43, 226, 0.3),
inset 0 0 20px rgba(138, 43, 226, 0.2);
backdrop-filter: blur(16px) brightness(0.8);
overflow: hidden;
}
#loginModal .modal-header{
padding: 14px 16px;
border-bottom: 1px solid rgba(138, 43, 226, 0.4);
background: linear-gradient(90deg, rgba(138, 43, 226, 0.1), rgba(0, 243, 255, 0.1));
}
#loginModal .modal-title{
font-size: 1.1rem;
letter-spacing: 2px;
text-shadow: 0 0 10px rgba(138, 43, 226, 0.7);
}
#loginModal .modal-body{
padding: 20px;
background: rgba(0, 0, 20, 0.3);
}
#loginModal .form-control{
background: rgba(10, 10, 30, 0.7);
border: 1px solid rgba(138, 43, 226, 0.4);
color: #fff;
margin-bottom: 16px;
padding: 12px 16px;
border-radius: 6px;
transition: all 0.3s ease;
}
#loginModal .form-control:focus{
border-color: var(--neon-blue);
box-shadow: 0 0 0 0.25rem rgba(0, 243, 255, 0.25);
background: rgba(20, 20, 50, 0.7);
}
#loginModal .btn-primary{
background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
border: none;
padding: 12px;
font-weight: bold;
letter-spacing: 1.5px;
border-radius: 6px;
transition: all 0.3s ease;
box-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}
#loginModal .btn-primary:hover{
transform: translateY(-2px);
box-shadow: 0 0 25px rgba(138, 43, 226, 0.8);
}
#loginError {
background: rgba(255, 0, 0, 0.15);
border: 1px solid rgba(255, 0, 0, 0.3);
padding: 8px;
border-radius: 4px;
text-align: center;
margin-bottom: 16px !important;
text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}
/* Sin backdrop: deja clicar HSPACE sin login */
.modal-backdrop.show{opacity:0}
/* Cerrar sesión oculto hasta login */
#logoutBox{
display:none;
position:fixed;
top:24px;
right:24px;
z-index:1200;
}