fetra.org.ar/admin
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.cssbody {
background: #0f172a;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #e5e7eb;
}
.navbar {
background: linear-gradient(90deg, #0f172a, #1e293b);
border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}
.navbar-brand {
font-weight: 700;
letter-spacing: .03em;
font-size: 0.98rem;
}
.brand-pill {
display:inline-flex;
align-items:center;
gap:.4rem;
padding:.25rem .6rem;
border-radius:999px;
background:rgba(15,23,42,.85);
border:1px solid rgba(148,163,184,.5);
font-size:.72rem;
text-transform:uppercase;
letter-spacing:.12em;
color:#e5e7eb;
}
.dashboard-wrapper {
padding: 2rem 1rem 3rem;
}
@media (min-width: 992px) {
.dashboard-wrapper {
padding: 3rem;
}
}
.section-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: .4rem;
}
.section-subtitle {
font-size: .9rem;
color: #9ca3af;
margin-bottom: 1.4rem;
}
.card-dashboard {
background: radial-gradient(circle at top left, rgba(59,130,246,.25), transparent 55%),
radial-gradient(circle at bottom right, rgba(56,189,248,.18), transparent 55%),
#020617;
border-radius: 1rem;
border: 1px solid rgba(148, 163, 184, 0.35);
padding: 1.1rem 1.05rem;
height: 100%;
position: relative;
overflow: hidden;
transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .2s ease;
}
.card-dashboard:hover {
transform: translateY(-3px);
box-shadow: 0 20px 45px rgba(15, 23, 42, 0.9);
border-color: rgba(96, 165, 250, 0.7);
background: radial-gradient(circle at top left, rgba(59,130,246,.35), transparent 55%),
radial-gradient(circle at bottom right, rgba(56,189,248,.27), transparent 55%),
#020617;
}
.card-icon {
width: 2.3rem;
height: 2.3rem;
border-radius: .9rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: .75rem;
background: rgba(15,23,42,.9);
border: 1px solid rgba(148,163,184,.6);
font-size: 1.15rem;
}
.card-title {
font-size: 1rem;
font-weight: 600;
margin-bottom: .3rem;
color: #e5e7eb;
}
.card-text {
font-size: .85rem;
color: #9ca3af;
margin-bottom: .8rem;
min-height: 2.1em;
}
.btn-ghost {
font-size: .8rem;
padding: .35rem .8rem;
border-radius: 999px;
border: 1px solid rgba(148,163,184,.7);
background: rgba(15,23,42,.7);
color: #e5e7eb;
}
.btn-ghost i {
font-size: .75rem;
}
.btn-ghost:hover {
background: rgba(37,99,235,.95);
border-color: rgba(59,130,246,1);
color: #f9fafb;
}
.user-pill {
font-size: .75rem;
padding: .2rem .6rem;
border-radius: 999px;
border: 1px solid rgba(148,163,184,.4);
color:#e5e7eb;
background:rgba(15,23,42,.8);
display:inline-flex;
align-items:center;
gap:.35rem;
}
.user-pill i{
font-size:.75rem;
}
herreriajose.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap:root {
--brand: #0f172a;
--accent: #f59e0b;
--accent-dark: #d97706;
--accent-light: #fef3c7;
--muted: #6b7280;
--bg: #ffffff;
--card: #f8fafc;
--gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
--shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-lg: 0 20px 50px -12px rgba(0, 0, 0, 0.25);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
background: var(--bg);
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
a {
color: var(--brand);
text-decoration: none;
transition: all 0.3s ease;
}
.btn-accent {
background: var(--gradient);
border: none;
color: #111;
font-weight: 600;
padding: 12px 24px;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.3);
}
.btn-accent:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.4);
color: #111;
}
.btn-outline-dark {
border-radius: 12px;
padding: 12px 24px;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-outline-dark:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.brand {
font-weight: 800;
letter-spacing: .2px;
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.shadow-soft {
box-shadow: var(--shadow);
}
.shadow-large {
box-shadow: var(--shadow-lg);
}
.section {
padding: 100px 0;
}
.section-alt {
padding: 100px 0;
background: var(--card);
}
.section-title {
font-weight: 800;
letter-spacing: .2px;
position: relative;
display: inline-block;
margin-bottom: 20px;
}
.section-title:after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: var(--gradient);
border-radius: 2px;
}
.section-sub {
color: var(--muted);
max-width: 60ch;
font-size: 1.1rem;
line-height: 1.6;
}
/* Navbar */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
padding: 15px 0;
}
.navbar.scrolled {
padding: 10px 0;
}
.navbar .nav-link {
font-weight: 600;
position: relative;
margin: 0 8px;
padding: 8px 12px !important;
border-radius: 8px;
transition: all 0.3s ease;
}
.navbar .nav-link:hover {
background: var(--accent-light);
color: var(--accent-dark);
}
.navbar .nav-link:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--gradient);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.navbar .nav-link:hover:after {
width: 80%;
}
/* Hero */
#inicio {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #fefefe 0%, #f8fafc 100%);
}
#inicio:before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
border-radius: 50%;
background: var(--accent-light);
opacity: 0.5;
z-index: 0;
}
#inicio .hero-wrap {
display: grid;
grid-template-columns: 1.05fr .95fr;
gap: 60px;
align-items: center;
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
#inicio .hero-wrap {
grid-template-columns: 1fr;
gap: 40px;
}
}
#hero-media {
width: 100%;
height: 100%;
display: grid;
place-items: center;
border-radius: 20px;
background: #111;
padding: 15px;
box-shadow: var(--shadow-lg);
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: all 0.5s ease;
}
#hero-media:hover {
transform: perspective(1000px) rotateY(0) rotateX(0);
}
#hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
background: #0b1220;
}
/* Servicios grid */
.icon-card {
background: #fff;
border: 1px solid #eef2f7;
border-radius: 20px;
padding: 30px 25px;
height: 100%;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.icon-card:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: var(--gradient);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.icon-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.icon-card:hover:before {
transform: scaleX(1);
}
.icon-wrap {
width: 60px;
height: 60px;
border-radius: 16px;
display: inline-grid;
place-items: center;
background: var(--gradient);
color: #fff;
font-size: 1.5rem;
margin-bottom: 20px;
box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}
/* FAQ */
.accordion-button {
background: #fff;
border: none;
padding: 20px;
font-weight: 600;
border-radius: 12px !important;
box-shadow: none;
}
.accordion-button:not(.collapsed) {
background: #fff;
color: var(--accent-dark);
box-shadow: var(--shadow);
}
.accordion-button:focus {
box-shadow: none;
border-color: rgba(0,0,0,.125);
}
.accordion-item {
border: 1px solid #eef2f7;
border-radius: 12px;
overflow: hidden;
margin-bottom: 15px;
box-shadow: var(--shadow);
}
.accordion-body {
padding: 20px;
}
/* Contacto */
.contact-card {
background: #fff;
border: 1px solid #eef2f7;
border-radius: 20px;
padding: 30px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.contact-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.hp {
position: absolute;
left: -9999px;
top: -9999px;
}
/* Footer */
footer {
background: var(--brand);
color: #cbd5e1;
position: relative;
overflow: hidden;
}
footer:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: var(--gradient);
}
footer a {
color: #e5e7eb;
text-decoration: none;
transition: all 0.3s ease;
}
footer a:hover {
color: var(--accent);
text-decoration: none;
}
/* Animaciones personalizadas */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fade-in-up {
animation: fadeInUp 0.8s ease forwards;
}
.delay-1 {
animation-delay: 0.2s;
}
.
/* ...cortado... */
/* Contenedor flexible que NO recorta y limita el tamaño máximo visible */
#quienes .auto-fit{
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 1rem;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
padding: .75rem;
/* Limites para que no sea gigante pero sin recortar */
max-height: min(60vh, 520px);
/* Permitimos que si la imagen es más chica, el contenedor se achique */
height: auto;
overflow: visible; /* nada de recortes */
}
#quienes .auto-fit img{
/* Mostrar la imagen tal cual, escalando hacia abajo si hace falta */
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
object-fit: contain; /* por si hubiera dimensiones impuestas */
object-position: center;
display: block;
}
/* En móvil le damos un poquito más de alto si hace falta */
@media (max-width: 575.98px){
#quienes .auto-fit{ max-height: 50vh; }
}
.service-note { line-height:1.2; }
.service-note i { font-size:1rem; }
.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)}
}
.service-note { line-height:1.2; }
.service-note i { font-size:1rem; }
:root{
--wa:#25D366; --wa-dark:#128C7E; --wa-darker:#075E54;
--dark-bg:#0b0f18; --darker-bg:#0a1324;
--light-text:#ffffff; --muted-text:rgba(255,255,255,.7);
}
.wa-float{ position:fixed; right:18px; bottom:18px; z-index:9999; font-family:inherit; }
.wa-btn{
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
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,.25);
cursor:pointer; transition:transform .3s, box-shadow .3s, background .3s; position:relative; overflow:hidden;
}
.wa-btn::after{ content:""; position:absolute; inset:0;
background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.18), rgba(255,255,255,0) 70%);
opacity:0; transition:opacity .3s;
}
.wa-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(0,0,0,.35); }
.wa-btn:hover::after{ opacity:1; }
.wa-card{
position:absolute; right:0; bottom:74px; width:min(360px,92vw);
background:var(--dark-bg); color:var(--light-text); border-radius:18px; overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.08);
transform:translateY(10px); opacity:0; transition:transform .3s, opacity .3s;
}
.wa-card[aria-modal="true"]{ transform:translateY(0); opacity:1; }
.wa-head{ display:flex; align-items:center; gap:12px; padding:14px;
background:linear-gradient(180deg,#0d162c,var(--darker-bg)); border-bottom:1px solid rgba(255,255,255,.06);
}
.wa-avatar{ width:40px; height:40px; border-radius:8px; background:#0e1a33;
display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); overflow:hidden; }
.wa-title{ font-weight:700; font-size:1.05rem; }
.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:#fff; border:0; font-size:24px; cursor:pointer; opacity:.7;
width:32px; height:32px; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:.2s; }
.wa-close:hover{ opacity:1; background:rgba(255,255,255,.1); }
.wa-body{ padding:12px 14px; max-height:40vh; overflow:auto; background:var(--dark-bg);
display:flex; flex-direction:column; gap:8px; }
.wa-bubble{ max-width:88%; padding:10px 12px; border-radius:14px; line-height:1.35; box-shadow:0 4px 14px rgba(0,0,0,.25); animation:fadeIn .25s ease; }
@keyframes fadeIn{ from{opacity:0; transform:translateY(5px)} to{opacity:1; transform:none} }
.wa-bot{ background:#0c1428; border:1px solid rgba(255,255,255,.06); align-self:flex-start; border-bottom-left-radius:4px; }
.wa-user{ background:var(--wa-darker); align-self:flex-end; border-bottom-right-radius:4px; }
.wa-compose{ display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px; background:var(--dark-bg); border-top:1px solid rgba(255,255,255,.08); }
.wa-compose textarea{
resize:none; border-radius:12px; padding:10px 12px; border:1px solid rgba(255,255,255,.12);
background:#0a1324; color:#fff; outline:none; min-height:44px; font-family:inherit; transition:.2s;
}
.wa-compose textarea:focus{ border-color:var(--wa); box-shadow:0 0 0 2px rgba(37,211,102,.15); }
.wa-send{ background:var(--wa); color:#0b1220; 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.05); }
@media (max-width:480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
.service-note { line-height:1.2; }
.service-note i { font-size:1rem; }
adrconstructora.com.ar
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csshttps://unpkg.com/[email protected]/dist/aos.csscss/styles.css:root{
/* Paleta gris + contraste */
--bg:#2f343f;
--bg-2:#2a2f39;
--surface:#3a404c;
--surface-2:#444b59;
--ink:#eef2f7;
--muted:#cfd6e0;
--line:rgba(255,255,255,.15);
--accent:#FFD60A;
--radius:16px;
--radius-lg:24px;
--shadow:0 20px 30px -12px rgba(0,0,0,.45);
--shadow-lg:0 40px 60px -20px rgba(0,0,0,.6);
--transition:all .3s cubic-bezier(.4,0,.2,1);
--transition-slow:all .6s cubic-bezier(.4,0,.2,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:70px}
body{
font-family:'Poppins',system-ui,-apple-system,sans-serif;
background:var(--bg);
color:var(--ink);
line-height:1.65;
overflow-x:hidden;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
padding-bottom: env(safe-area-inset-bottom);
}
img,video{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5{
font-family:'Playfair Display',serif;
font-weight:700; line-height:1.2; letter-spacing:-.2px;
color:#fff;
}
p{color:var(--ink)}
.muted{color:var(--muted)!important}
a{color:var(--ink); text-underline-offset:2px}
a:hover{color:#fff}
/* ===== NAV ===== */
.nav{
position:sticky; top:0; z-index:1000;
backdrop-filter:saturate(140%) blur(10px);
background:rgba(47,52,63,.96);
border-bottom:1px solid var(--line);
transition:var(--transition-slow);
}
.nav.scrolled{ box-shadow:var(--shadow) }
.nav .wrap{max-width:1280px;margin:auto;padding:12px 18px;display:flex;align-items:center;gap:18px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#121212,var(--accent));box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;color:#111;font-size:16px;font-weight:800}
.brand h1{font-size:18px;margin:0;background:linear-gradient(90deg,#fff,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.nav ul{list-style:none;margin-left:auto;padding:0;display:flex;gap:18px;align-items:center}
.nav a{text-decoration:none;color:var(--ink);font-weight:600;font-size:15px;position:relative;padding:8px 0}
.nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:var(--transition)}
.nav a:hover::after{width:100%}
.menu-toggle{display:none;background:none;border:0;font-size:28px;color:var(--ink);cursor:pointer}
@media (max-width:768px){
.menu-toggle{display:block}
.nav ul{
position:fixed; left:0; right:0; top:64px; bottom:0;
height:calc(100dvh - 64px);
background:var(--surface);
flex-direction:column; display:none; padding:18px; gap:12px;
border-bottom:1px solid var(--line); box-shadow:0 20px 60px rgba(0,0,0,.45);
overflow:auto;
}
.nav ul.open{display:flex}
body.menu-open{overflow:hidden}
}
.btn{
display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:14px;border:0;cursor:pointer;
background:linear-gradient(135deg,#141414,var(--accent));color:#141414;font-weight:800;text-decoration:none;box-shadow:var(--shadow)
}
.btn.outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}
.btn.outline:hover{background:var(--accent);color:#222}
/* === Lightbox de video === */
.video-lightbox{
position:fixed; inset:0; z-index:2000;
background:rgba(0,0,0,.92);
display:none; align-items:center; justify-content:center;
padding:16px;
}
.video-lightbox.open{ display:flex; }
.video-lightbox .vb{
width:min(100%, 920px); max-height:90dvh;
aspect-ratio:16/9; background:#000;
border-radius:14px; overflow:hidden;
box-shadow:0 25px 60px rgba(0,0,0,.6);
}
.video-lightbox video{ width:100%; height:100%; object-fit:contain; background:#000; }
.video-lightbox .close{
position:absolute; top:12px; right:12px;
width:44px; height:44px; border-radius:999px;
display:grid; place-items:center; cursor:pointer;
background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.18);
font-size:22px;
}
.video-lightbox .close:active{ transform:scale(.96); }
@media (max-width:768px){
.video-lightbox .vb{ width:100%; max-height:100dvh; border-radius:0; }
.video-lightbox .close{ top:10px; right:10px; }
}
/* --- Fix interacción en el grid de videos --- */
.sec-videos .vidwrap{
position: relative;
cursor: zoom-in;
}
.sec-videos .vidwrap video{
pointer-events: none; /* el toque pasa al contenedor */
}
.sec-videos .vidwrap .play {
position: absolute; right: 8px; bottom: 8px;
width: 42px; height: 42px; border-radius: 999px;
display: grid; place-items: center;
background: rgba(0,0,0,.55);
border: 1px solid rgba(255,255,255,.25);
color: #fff; font-size: 18px;
}
@media (hover:hover){
.sec-videos .vidwrap:hover .play { background: rgba(0,0,0,.7); }
}
/* ===== HERO ===== */
.hero{
position:relative; overflow:hidden;
background:
radial-gradient(900px 500px at 75% -10%, rgba(255,214,10,.08), transparent 60%),
radial-gradient(700px 400px at -10% 10%, rgba(255,214,10,.06), transparent 60%),
linear-gradient(180deg,#3b4150 0%, #2f343f 100%);
border-bottom:1px solid var(--line);
}
.hero .wrap{
max-width:1280px;margin:auto; padding:72px 18px 40px;
display:grid; grid-template-columns:1.1fr .9fr; gap:28px;
}
.hero h2{
font-size:clamp(28px, 8vw, 48px);
line-height:1.15;
margin:0 0 12px;
background:linear-gradient(to right,#ffffff,var(--accent));
-webkit-background-clip:text; -webkit-text-fill-color:transparent;
word-break:break-word; hyphens:auto;
max-width:24ch; /* recorta ancho en phone */
}
/* En pantallas muy chicas uso texto blanco sólido (mejor legibilidad y menos recorte) */
@media (max-width:420px){
.hero h2{ background:none; -webkit-text-fill-color:#fff; color:#fff; }
}
.hero p{font-size:16px;color:var(--muted);margin:0 0 18px;max-width:60ch}
.pill{display:inline-flex;gap:8px;align-items:center;font-size:12px;color:#1a1a1a;background:#FFF8D6;padding:7px 12px;border-radius:999px;font-weight:800;margin-bottom:12px}
.panel{background:var(--surface); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow-lg); padding:18px}
.kv{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.kv .item{border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--surface)}
.kv .item i{font-size:20px;color:var(--accent)}
.kv .item b{font-size:16px;color:#fff}
.kv .item small{color:var(--muted);font-size:13px}
.logo-hero img{max-width:min(200px,80vw);height:auto;border-radius:10px;border:1px solid var(--line);box-shadow:var(--shadow)}
.coverage{margin-top:12px;display:grid;grid-template-columns:1fr 150px;align-items:center;gap:10px;padding:10px;border:1px dashed var(--line);border-radius:12px;background:rgba(255,255,255,.03)}
.cov-title{font-weight:800;color:#fff;display:flex;align-items:center;gap:6px;margin-bottom:2px}
.cov-title i{color:var(--accent)}
.map{border-radius:10px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);aspect-ratio:1/1}
.map iframe,.map img{width:100%;height:100%;filter:grayscale(35%) contrast(108%) brightness(95%)}
/* Stacks en móvil */
@media (max-width:1024px){
.hero .wrap{grid-
/* ...cortado... */
serviciotecnico-lavarropas.com
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css:root {
--primary: #2563eb;
--primary-dark: #1d4ed8;
--primary-light: #3b82f6;
--secondary: #0f172a;
--accent: #06b6d4;
--accent-light: #22d3ee;
--text: #1e293b;
--text-light: #64748b;
--bg: #ffffff;
--bg-light: #f8fafc;
--bg-gradient: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
--shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
--radius: 16px;
--radius-lg: 24px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Poppins', sans-serif;
background-color: var(--bg);
color: var(--text);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
color: var(--secondary);
}
.section-title {
position: relative;
display: inline-block;
margin-bottom: 1rem;
}
.section-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 4px;
background: var(--bg-gradient);
border-radius: 2px;
}
.section-sub {
color: var(--text-light);
font-size: 1.1rem;
margin-bottom: 2.5rem;
}
.btn {
font-weight: 500;
border-radius: 50px;
padding: 0.75rem 1.75rem;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.btn-primary {
background: var(--bg-gradient);
border: none;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}
.btn-outline-secondary {
border-color: var(--text-light);
color: var(--text-light);
}
.btn-outline-secondary:hover {
background-color: var(--text-light);
border-color: var(--text-light);
color: white;
}
/* Navbar */
.navbar {
background-color: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
padding: 1rem 0;
transition: all 0.3s ease;
}
.navbar-brand {
font-weight: 700;
color: var(--primary);
font-size: 1.4rem;
}
.nav-link {
font-weight: 500;
color: var(--text);
position: relative;
padding: 0.5rem 1rem !important;
}
.nav-link:hover {
color: var(--primary);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 1rem;
width: 0;
height: 2px;
background: var(--bg-gradient);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: calc(100% - 2rem);
}
/* Hero Section */
.hero {
padding: clamp(80px, 10vw, 140px) 0;
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.05"><path fill="%232563eb" d="M500,100C229.4,100,10,319.4,10,590c0,270.6,219.4,490,490,490s490-219.4,490-490C990,319.4,770.6,100,500,100z M500,900c-170.7,0-310-139.3-310-310S329.3,280,500,280s310,139.3,310,310S670.7,900,500,900z"/></svg>') no-repeat center;
background-size: contain;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: rgba(37, 99, 235, 0.1);
color: var(--primary);
padding: 0.5rem 1rem;
border-radius: 50px;
font-weight: 500;
font-size: 0.9rem;
margin-bottom: 1.5rem;
}
.hero h1 {
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero p {
font-size: 1.2rem;
color: var(--text-light);
margin-bottom: 2rem;
max-width: 600px;
}
.hero-bullets {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2.5rem;
}
.hero-bullets span {
display: flex;
align-items: center;
gap: 0.5rem;
font-weight: 500;
}
.hero-bullets .bi {
color: var(--primary);
font-size: 1.1rem;
}
.hero-cta {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 3rem;
}
.hero-right {
position: relative;
}
.logo-card {
background: white;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1.5rem;
transition: transform 0.3s ease;
}
.logo-card:hover {
transform: translateY(-5px);
}
.brand-logo {
max-width: 100%;
height: auto;
}
.contact-card {
background: white;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
padding: 2rem;
transition: transform 0.3s ease;
}
.contact-card:hover {
transform: translateY(-5px);
}
.contact-item {
display: flex;
align-items: center;
gap: 1rem;
padding: 1rem 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-item:last-child {
border-bottom: none;
}
.contact-icon {
width: 50px;
height: 50px;
border-radius: 12px;
background: var(--bg-gradient);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.2rem;
}
.contact-info {
flex: 1;
}
.contact-info strong {
display: block;
margin-bottom: 0.25rem;
}
/* Sections */
section {
padding: 5rem 0;
}
.section-alt {
background-color: var(--bg-light);
}
/* Cards */
.card-modern {
background: white;
border-radius: var(--radius);
box-shadow: var(--shadow);
border: none;
overflow: hidden;
transition: all 0.3s ease;
height: 100%;
}
.card-modern:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.card-icon {
width: 70px;
height: 70px;
border-radius: 16px;
background: var(--bg-gradient);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.8rem;
margin-bottom: 1.5rem;
}
.service-card {
padding: 2rem;
text-align: center;
}
.service-card h3 {
margin-bottom: 1rem;
}
.why-card {
padding: 2rem;
text-align: center;
}
.why-card .bi {
font-size: 2.5rem;
color: var(--primary);
margin-bottom: 1rem;
}
/* Ticker */
.ticker-wrap {
position: relative;
margin: 2rem 0;
}
.ticker-strip {
position: relative;
overflow: hidden;
border-radius: var(--radius);
background: white;
box-shadow: var(--shadow);
padding: 1rem;
}
.ticker-track {
display: flex;
gap: 1rem;
/* ...cortado... */
/* Solo afecta a esta section */
#quienes .media-box{
background:#fff;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
padding:10px; /* marco blanco alrededor de la imagen */
}
#quienes .media-box img{
display:block;
width:100%;
height:auto; /* respeta proporción original */
object-fit:contain; /* NO recorta, ajusta al contenido */
object-position:center;
max-height:620px; /* más grande en desktop */
}
@media (max-width: 991.98px){
#quienes .media-box img{ max-height:460px; }
}
@media (max-width: 575.98px){
#quienes .media-box{ padding:6px; }
#quienes .media-box img{ max-height:360px; }
}
.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)}
}
/* ====== CONTACTO: estilos encapsulados ====== */
#contacto {
--c-bg: #ffffff;
--c-card: #ffffff;
--c-border: #e8edf2;
--c-text: #0f172a;
--c-muted: #64748b;
--c-primary: #2563eb; /* azul */
--c-primary-ink: #ffffff;
--c-focus: rgba(37, 99, 235, .25);
--radius: 16px;
--shadow: 0 10px 30px rgba(2, 6, 23, .08);
}
#contacto .section-eyebrow{font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-primary);font-size:.85rem}
#contacto .section-title{font-weight:800;line-height:1.15;margin:.25rem 0 .5rem;color:var(--c-text)}
#contacto .section-sub{color:var(--c-muted);margin:0 0 1.25rem}
/* Grid propio */
#contacto .contact-grid{
display:grid;grid-template-columns:1.05fr .95fr;
gap:clamp(20px,3vw,36px);align-items:start
}
@media (max-width:991.98px){#contacto .contact-grid{grid-template-columns:1fr}}
/* Tarjetas */
#contacto .card-modern{background:var(--c-card);border:1px solid var(--c-border);border-radius:var(--radius);box-shadow:var(--shadow)}
/* Formulario */
#contacto .form-wrap{padding:clamp(18px,2.2vw,28px)}
#contacto .form-label{font-weight:600;color:var(--c-text);margin-bottom:.35rem}
#contacto .form-control{border-radius:12px;border:1px solid var(--c-border);padding:.7rem .9rem;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff}
#contacto .form-control:focus{border-color:var(--c-primary);box-shadow:0 0 0 .2rem var(--c-focus)}
#contacto textarea.form-control{min-height:140px;resize:vertical}
/* Botones */
#contacto .btn{border-radius:999px;padding:.75rem 1.1rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}
#contacto .btn-primary{background:var(--c-primary);color:var(--c-primary-ink);border:0;box-shadow:0 8px 18px rgba(37,99,235,.25)}
#contacto .btn-primary:hover{filter:brightness(.95)}
#contacto .btn-outline{background:transparent;color:var(--c-primary);border:2px solid var(--c-primary)}
#contacto .btn-group{display:flex;flex-wrap:wrap;gap:.6rem}
/* Card info + mapa */
#contacto .info-card{padding:clamp(18px,2.2vw,28px);position:sticky;top:90px}
@media (max-width:991.98px){#contacto .info-card{position:static}}
#contacto .info-title{font-weight:800;margin-bottom:1rem;color:var(--c-text)}
#contacto .info-item{display:grid;grid-template-columns:48px 1fr;gap:.9rem;align-items:start;padding:.75rem 0;border-bottom:1px dashed var(--c-border)}
#contacto .info-item:last-child{border-bottom:0}
#contacto .info-ico{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;color:var(--c-primary);font-size:1.25rem}
#contacto .info-head{font-weight:700;color:var(--c-text)}
#contacto .info-sub a,#contacto .info-sub span{color:var(--c-muted);text-decoration:none}
#contacto .info-sub a:hover{text-decoration:underline}
#contacto .hr{height:1px;background:var(--c-border);margin:1rem 0 0}
/* MAPA debajo de la card */
#contacto .map-card{margin-top:16px;border:1px solid var(--c-border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
#contacto .map-ratio{position:relative;width:100%;padding-top:56.25%} /* 16:9 */
#contacto .map-ratio iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
/* ====== Encapsulado solo para #footer-pro ====== */
#footer-pro{
--f-bg:#0f172a; /* fondo oscuro */
--f-ink:#cbd5e1; /* texto */
--f-ink-soft:#94a3b8; /* texto suave */
--f-line:#1e293b; /* separadores */
--f-primary:#2563eb; /* azul marca */
--f-accent:#06b6d4; /* cian */
--f-radius:18px;
background:var(--f-bg);
color:var(--f-ink);
padding:56px 0 0;
position:relative;
overflow:hidden;
font-family: inherit;
}
/* Glow inferior */
#footer-pro::before{
content:"";
position:absolute; inset:auto -25% -120px -25%;
height:220px; pointer-events:none;
background:radial-gradient(1000px 220px at 50% 0, rgba(37,99,235,.22), transparent 60%);
}
#footer-pro .container{max-width:1140px;margin-inline:auto;padding:0 16px}
/* CTA superior */
#footer-pro .cta{
background:linear-gradient(135deg, var(--f-primary), var(--f-accent));
color:#fff; border-radius:var(--f-radius);
padding:18px 20px; margin-bottom:28px;
display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;
box-shadow:0 18px 44px rgba(2,6,23,.25);
}
#footer-pro .cta .btn{
display:inline-flex; align-items:center; gap:.5rem;
padding:.7rem 1.1rem; border-radius:999px; font-weight:700; border:0; cursor:pointer;
background:#0b1220; color:#fff; text-decoration:none;
}
#footer-pro .cta .btn-outline{
background:transparent; border:2px solid #fff;
}
#footer-pro .cta .btn:hover{filter:brightness(1.05)}
/* Grid principal */
#footer-pro .grid{
display:grid; gap:26px;
grid-template-columns: 1.2fr .9fr .9fr;
border-top:1px solid var(--f-line);
padding-top:26px; padding-bottom:16px;
}
@media (max-width: 991.98px){ #footer-pro .grid{ grid-template-columns:1fr 1fr } }
@media (max-width: 575.98px){ #footer-pro .grid{ grid-template-columns:1fr } }
/* Columnas */
#footer-pro .brand{display:flex;flex-direction:column;gap:10px}
#footer-pro .footer-brand{color:#fff;font-weight:800;font-size:1.15rem;text-decoration:none}
#footer-pro p{margin:0;color:var(--f-ink-soft)}
#footer-pro .mini{font-size:.95rem}
#footer-pro .title{color:#fff;font-weight:700;margin-bottom:.6rem}
#footer-pro .list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
#footer-pro a{color:var(--f-ink);text-decoration:none}
#footer-pro a:hover{color:#fff}
#footer-pro .list a i{color:var(--f-accent);margin-right:.4rem}
#footer-pro .chip{
display:inline-flex; align-items:center; gap:.35rem;
background:#0b1220; color:#fff; border:1px solid var(--f-line);
border-radius:999px; padding:.25rem .6rem; font-size:.85rem; margin-top:.35rem;
}
/* Barra legal */
#footer-pro .legal{
border-top:1px solid var(--f-line);
padding:14px 0; color:var(--f-ink-soft);
display:flex; gap:12px; align-items:center; justify-content:space-between; flex-wrap:wrap;
font-size:.95rem;
}
#footer-pro .sep{opacity:.45;margin:0 .35rem}
:root{
--wa:#25D366; --wa-dark:#128C7E; --wa-darker:#075E54;
--dark-bg:#0b0f18; --darker-bg:#0a1324;
--light-text:#ffffff; --muted-text:rgba(255,255,255,.7);
}
.wa-float{ position:fixed; right:18px; bottom:18px; z-index:9999; font-family:inherit; }
.wa-btn{
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
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,.25);
cursor:pointer; transition:transform .3s, box-shadow .3s, background .3s; position:relative; overflow:hidden;
}
.wa-btn::after{ content:""; position:absolute; inset:0;
background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.18), rgba(255,255,255,0) 70%);
opacity:0; transition:opacity .3s;
}
.wa-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(0,0,0,.35); }
.wa-btn:hover::after{ opacity:1; }
.wa-card{
position:absolute; right:0; bottom:74px; width:min(360px,92vw);
background:var(--dark-bg); color:var(--light-text); border-radius:18px; overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.08);
transform:translateY(10px); opacity:0; transition:transform .3s, opacity .3s;
}
.wa-card[aria-modal="true"]{ transform:translateY(0); opacity:1; }
.wa-head{ display:flex; align-items:center; gap:12px; padding:14px;
background:linear-gradient(180deg,#0d162c,var(--darker-bg)); border-bottom:1px solid rgba(255,255,255,.06);
}
.wa-avatar{ width:40px; height:40px; border-radius:8px; background:#0e1a33;
display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); overflow:hidden; }
.wa-title{ font-weight:700; font-size:1.05rem; }
.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:#fff; border:0; font-size:24px; cursor:pointer; opacity:.7;
width:32px; height:32px; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:.2s; }
.wa-close:hover{ opacity:1; background:rgba(255,255,255,.1); }
.wa-body{ padding:12px 14px; max-height:40vh; overflow:auto; background:var(--dark-bg);
display:flex; flex-direction:column; gap:8px; }
.wa-bubble{ max-width:88%; padding:10px 12px; border-radius:14px; line-height:1.35; box-shadow:0 4px 14px rgba(0,0,0,.25); animation:fadeIn .25s ease; }
@keyframes fadeIn{ from{opacity:0; transform:translateY(5px)} to{opacity:1; transform:none} }
.wa-bot{ background:#0c1428; border:1px solid rgba(255,255,255,.06); align-self:flex-start; border-bottom-left-radius:4px; }
.wa-user{ background:var(--wa-darker); align-self:flex-end; border-bottom-right-radius:4px; }
.wa-compose{ display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px; background:var(--dark-bg); border-top:1px solid rgba(255,255,255,.08); }
.wa-compose textarea{
resize:none; border-radius:12px; padding:10px 12px; border:1px solid rgba(255,255,255,.12);
background:#0a1324; color:var(--light-text); outline:none; min-height:44px; font-family:inherit; transition:.2s;
}
.wa-compose textarea:focus{ border-color:var(--wa); box-shadow:0 0 0 2px rgba(37,211,102,.15); }
.wa-send{ background:var(--wa); color:#0b1220; 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.05); }
/* Scrollbar */
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(255,255,255,.05); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.2); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(255,255,255,.3); }
/* Responsive */
@media (max-width:480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
arproducciones.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&display=swap:root {
--primary: #7c3aed;
--primary-dark: #6d28d9;
--primary-light: #8b5cf6;
--secondary: #0ea5e9;
--accent: #f59e0b;
--dark: #1e293b;
--darker: #0f172a;
--light: #f8fafc;
--muted: #64748b;
--surface: #ffffff;
--radius: 16px;
--radius-lg: 24px;
--shadow: 0 10px 30px rgba(0,0,0,.08);
--shadow-lg: 0 20px 40px rgba(0,0,0,.12);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: var(--dark);
background: var(--light);
line-height: 1.6;
}
.container {
max-width: 1140px;
}
/* Navbar */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 1rem 0;
transition: var(--transition);
}
.navbar-brand {
font-weight: 800;
letter-spacing: -.5px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 1.5rem;
}
.nav-link {
font-weight: 500;
position: relative;
transition: var(--transition);
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: linear-gradient(90deg, var(--primary), var(--secondary));
transition: var(--transition);
}
.nav-link:hover:after {
width: 100%;
}
.btn-cta {
border-radius: 999px;
font-weight: 600;
background: linear-gradient(135deg, var(--primary), var(--secondary));
border: none;
padding: 0.5rem 1.5rem;
transition: var(--transition);
box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}
.btn-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}
/* Hero Section */
#inicio {
padding: clamp(80px, 10vw, 160px) 0;
position: relative;
overflow: hidden;
}
#inicio:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(124, 58, 237, 0.05) 0%, rgba(14, 165, 233, 0.05) 100%);
z-index: -1;
}
.hero-title {
font-size: clamp(32px, 4vw, 56px);
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.5px;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--dark), var(--primary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-sub {
color: var(--muted);
font-size: clamp(18px, 1.6vw, 22px);
font-weight: 400;
margin-bottom: 2rem;
}
.hero-bullets {
list-style: none;
padding: 0;
margin-bottom: 2.5rem;
}
.hero-bullets li {
margin: 1rem 0;
display: flex;
align-items: center;
font-weight: 500;
}
.hero-bullets li:before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary);
margin-right: 12px;
}
.hero-img-wrap {
width: 100%;
height: 480px;
border-radius: var(--radius-lg);
background: linear-gradient(135deg, var(--primary-light), var(--secondary));
display: flex;
align-items: center;
justify-content: center;
box-shadow: var(--shadow-lg);
overflow: hidden;
position: relative;
transition: var(--transition);
}
.hero-img-wrap:hover {
transform: translateY(-5px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.hero-img-wrap:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
z-index: 1;
}
.hero-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
z-index: 2;
}
/* Secciones */
section {
padding: 80px 0;
position: relative;
}
.section-head {
margin-bottom: 48px;
text-align: center;
}
.section-head h2 {
font-weight: 700;
font-size: clamp(28px, 3vw, 40px);
margin-bottom: 16px;
position: relative;
display: inline-block;
}
.section-head h2:after {
content: '';
position: absolute;
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary), var(--secondary));
bottom: -10px;
left: 50%;
transform: translateX(-50%);
border-radius: 2px;
}
.section-head .lead {
color: var(--muted);
font-size: 1.1rem;
max-width: 600px;
margin: 0 auto;
}
/* Servicios */
.svc-card {
background: var(--surface);
border-radius: var(--radius);
padding: 32px 24px;
height: 100%;
box-shadow: var(--shadow);
transition: var(--transition);
border: 1px solid rgba(0, 0, 0, 0.03);
position: relative;
overflow: hidden;
}
.svc-card:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.svc-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
}
.svc-card h3 {
font-weight: 600;
margin-bottom: 12px;
font-size: 1.2rem;
}
/* Por qué elegirnos */
.why-card {
background: var(--surface);
border-radius: var(--radius);
padding: 28px 24px;
height: 100%;
display: flex;
gap: 20px;
align-items: flex-start;
transition: var(--transition);
box-shadow: var(--shadow);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.why-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.why-ico {
font-size: 32px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
flex-shrink: 0;
}
.why-card h3 {
font-weight: 600;
margin-bottom: 8px;
font-size: 1.1rem;
}
/* FAQs */
.accordion {
--bs-accordion-border-color: rgba(0,0,0,0.08);
--bs-accordion-border-radius: var(--radius);
--bs-accordion-inner-border-radius: calc(var(--radius) - 1px);
--bs-accordion-btn-focus-border-color: var(--primary);
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.25);
}
.accordion-button {
font-weight: 600;
padding: 1.25rem 1.5rem;
}
.accordion-button:not(.collapsed) {
background-color: rgba(124, 58, 237, 0.05);
color: var(--primary);
}
/* Contacto */
.contact-card {
background: var(--surface);
border-radius: var(--radius);
box-shadow: var(--shadow);
border: 1px so
/* ...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)}
}
elprogresoaguas.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap:root {
--brand: #0b5ed7;
--brand-2: #38bdf8;
--brand-ink: #0b1220;
--brand-muted: #6b7280;
--brand-bg: #ffffff;
--radius: 16px;
--shadow: 0 10px 30px rgba(0,0,0,.06);
--shadow-lg: 0 20px 60px rgba(0,0,0,.08);
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
background: var(--brand-bg);
color: var(--brand-ink);
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
a {
color: var(--brand);
text-decoration: none;
transition: var(--transition);
}
a:hover {
color: #084db0;
}
.btn-brand {
background: var(--brand);
color: #fff;
border: none;
border-radius: 12px;
padding: 12px 24px;
font-weight: 600;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(11, 94, 215, 0.25);
}
.btn-brand:hover {
background: #084db0;
color: #fff;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(11, 94, 215, 0.35);
}
.btn-ghost {
border: 1px solid var(--brand);
color: var(--brand);
background: #fff;
border-radius: 12px;
padding: 12px 24px;
font-weight: 600;
transition: var(--transition);
}
.btn-ghost:hover {
background: var(--brand);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(11, 94, 215, 0.15);
}
.text-muted {
color: var(--brand-muted)!important;
}
/* Navbar */
.navbar {
box-shadow: 0 6px 30px rgba(0,0,0,.05);
background: #fff;
padding: 1rem 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 0.5rem 0;
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.95);
}
.navbar-brand {
font-weight: 800;
letter-spacing: .2px;
font-size: 1.5rem;
color: var(--brand);
}
.nav-link {
font-weight: 600;
position: relative;
padding: 0.5rem 1rem !important;
border-radius: 8px;
transition: var(--transition);
}
.nav-link:hover {
background: rgba(11, 94, 215, 0.05);
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 50%;
background-color: var(--brand);
transition: var(--transition);
transform: translateX(-50%);
}
.nav-link:hover::after {
width: 80%;
}
@media (max-width: 991.98px) {
.navbar-collapse {
padding: 12px 0;
}
}
/* Hero */
#inicio {
padding: clamp(60px, 8vw, 120px) 0;
position: relative;
overflow: hidden;
}
#inicio::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(11, 94, 215, 0.03) 0%, rgba(56, 189, 248, 0.03) 100%);
z-index: -1;
}
.hero-title {
font-size: clamp(32px, 5vw, 56px);
font-weight: 800;
line-height: 1.1;
margin-bottom: 16px;
background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-sub {
font-size: clamp(18px, 2.5vw, 22px);
color: var(--brand-muted);
margin-bottom: 24px;
}
.hero-badges .badge {
background: rgba(11,94,215,.08);
color: var(--brand);
border-radius: 999px;
padding: .6rem .9rem;
font-weight: 600;
margin-bottom: 16px;
display: inline-block;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(11, 94, 215, 0.4);
}
70% {
box-shadow: 0 0 0 10px rgba(11, 94, 215, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(11, 94, 215, 0);
}
}
.hero-card {
background: #fff;
border: 1px solid rgba(2,6,23,.08);
border-radius: var(--radius);
padding: clamp(24px,3vw,32px);
box-shadow: var(--shadow-lg);
position: relative;
overflow: hidden;
transition: var(--transition);
}
.hero-card:hover {
transform: translateY(-5px);
box-shadow: 0 25px 50px rgba(0,0,0,.1);
}
.hero-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(to bottom, var(--brand), var(--brand-2));
}
.hero-media {
width: 100%;
aspect-ratio: 4/3;
display: grid;
place-items: center;
background: linear-gradient(135deg, rgba(56,189,248,.10), rgba(11,94,215,.10));
border-radius: var(--radius);
border: 1px solid rgba(2,6,23,.08);
overflow: hidden;
position: relative;
box-shadow: var(--shadow-lg);
transition: var(--transition);
}
.hero-media:hover {
transform: translateY(-5px);
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: contain;
transition: var(--transition);
}
.hero-media:hover img {
transform: scale(1.05);
}
/* Sections */
.section {
padding: clamp(60px, 8vw, 120px) 0;
position: relative;
}
.section-title {
font-weight: 800;
margin-bottom: 16px;
font-size: clamp(28px, 4vw, 40px);
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
width: 60px;
height: 4px;
bottom: -8px;
left: 0;
background: linear-gradient(to right, var(--brand), var(--brand-2));
border-radius: 2px;
}
.section-sub {
color: var(--brand-muted);
max-width: 72ch;
font-size: 1.1rem;
}
.soft {
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
/* Cards grid */
.icon-card {
background: #fff;
border: 1px solid rgba(2,6,23,.08);
border-radius: var(--radius);
padding: 24px;
height: 100%;
box-shadow: var(--shadow);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.icon-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.icon-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(to right, var(--brand), var(--brand-2));
}
.icon-card .ico {
font-size: 28px;
width: 60px;
height: 60px;
display: grid;
place-items: center;
border-radius: 12px;
background: rgba(11,94,215,.10);
color: var(--brand);
margin-bottom: 16px;
transition: var(--transition);
}
.icon-card:hover .ico {
background: var(--brand);
color: white;
transform: scale(1.1);
}
.icon-card h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 8px;
}
.icon-card p {
color: var(--brand-muted);
margin: 0;
}
/* Servicios list */
.svc-item {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 20px 0;
border-bottom: 1px dashed rgba(2,6,23,.08);
transition: var(--transition);
}
.svc-item:hover {
background: rgba(11, 94, 215, 0.02);
border-radius: 12px;
padding-left: 16px;
padding-right: 16px;
margin-lef
/* ...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)}
}
.elp-footer{
/* PALETA */
--brand:#2c7abd; /* fondo solicitado */
--fg:#ffffff; /* texto principal (alto contraste) */
--muted:rgba(255,255,255,.85);
--accent:#ffde59; /* acento legible sobre azul */
--line:rgba(255,255,255,.18);
background:var(--brand);
color:var(--fg);
border-top:4px solid rgba(0,0,0,.12);
padding:32px 0 18px;
font-size:16px;
}
.elp-footer .brand{
font-weight:800;font-size:1.125rem;line-height:1.2;
display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;
color:var(--fg);
text-shadow:0 1px 0 rgba(0,0,0,.08);
}
.elp-footer .brand .badge{
font-size:.72rem;
background:var(--accent);
color:#1c2430;
padding:.25rem .55rem;border-radius:999px;font-weight:700;
}
.elp-footer .subtitle{ color:var(--muted); }
.elp-footer .footer-links{
display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:flex-end;
}
.elp-footer .footer-links a{
color:var(--fg); text-decoration:none; font-weight:600;
border-bottom:2px solid transparent; padding-bottom:1px;
}
.elp-footer .footer-links a:hover,
.elp-footer .footer-links a:focus{
border-bottom-color:var(--accent);
outline: none;
}
.elp-footer .footer-contacts{
display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.5rem;
color:var(--muted);
}
.elp-footer .footer-contacts a{
color:var(--fg); text-decoration:none; font-weight:600;
}
.elp-footer .footer-contacts a:hover,
.elp-footer .footer-contacts a:focus{
color:var(--accent); outline:none;
}
.elp-footer .rule{ border-color:var(--line) !important; margin:20px 0; }
.elp-footer .legal{ color:var(--muted); font-size:.9rem; }
/* Accesibilidad: foco visible para teclado */
.elp-footer a:focus-visible{
box-shadow:0 0 0 3px rgba(255,222,89,.6);
border-radius:.25rem;
}
/* Mobile */
@media (max-width: 767.98px){
.elp-footer .footer-links{ justify-content:flex-start; }
.elp-footer .brand{ margin-bottom:.25rem; }
}
/* Iconos heredan color actual (blanco), garantizando contraste */
.elp-ico{ vertical-align:-3px }
:root{
--wa:#25D366; --wa-dark:#128C7E; --wa-darker:#075E54;
--dark-bg:#0b0f18; --darker-bg:#0a1324;
--light-text:#ffffff; --muted-text:rgba(255,255,255,.7);
}
.wa-float{ position:fixed; right:18px; bottom:18px; z-index:9999; font-family:inherit; }
.wa-btn{
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
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,.25);
cursor:pointer; transition:transform .3s, box-shadow .3s, background .3s; position:relative; overflow:hidden;
}
.wa-btn::after{ content:""; position:absolute; inset:0;
background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.18), rgba(255,255,255,0) 70%);
opacity:0; transition:opacity .3s;
}
.wa-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(0,0,0,.35); }
.wa-btn:hover::after{ opacity:1; }
.wa-card{
position:absolute; right:0; bottom:74px; width:min(360px,92vw);
background:var(--dark-bg); color:var(--light-text); border-radius:18px; overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.08);
transform:translateY(10px); opacity:0; transition:transform .3s, opacity .3s;
}
.wa-card[aria-modal="true"]{ transform:translateY(0); opacity:1; }
.wa-head{ display:flex; align-items:center; gap:12px; padding:14px;
background:linear-gradient(180deg,#0d162c,var(--darker-bg)); border-bottom:1px solid rgba(255,255,255,.06);
}
.wa-avatar{ width:40px; height:40px; border-radius:8px; background:#0e1a33;
display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); overflow:hidden; }
.wa-title{ font-weight:700; font-size:1.05rem; }
.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:#fff; border:0; font-size:24px; cursor:pointer; opacity:.7;
width:32px; height:32px; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:.2s; }
.wa-close:hover{ opacity:1; background:rgba(255,255,255,.1); }
.wa-body{ padding:12px 14px; max-height:40vh; overflow:auto; background:var(--dark-bg);
display:flex; flex-direction:column; gap:8px; }
.wa-bubble{ max-width:88%; padding:10px 12px; border-radius:14px; line-height:1.35; box-shadow:0 4px 14px rgba(0,0,0,.25); animation:fadeIn .25s ease; }
@keyframes fadeIn{ from{opacity:0; transform:translateY(5px)} to{opacity:1; transform:none} }
.wa-bot{ background:#0c1428; border:1px solid rgba(255,255,255,.06); align-self:flex-start; border-bottom-left-radius:4px; }
.wa-user{ background:var(--wa-darker); align-self:flex-end; border-bottom-right-radius:4px; }
.wa-compose{ display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px; background:var(--dark-bg); border-top:1px solid rgba(255,255,255,.08); }
.wa-compose textarea{
resize:none; border-radius:12px; padding:10px 12px; border:1px solid rgba(255,255,255,.12);
background:#0a1324; color:var(--light-text); outline:none; min-height:44px; font-family:inherit; transition:.2s;
}
.wa-compose textarea:focus{ border-color:var(--wa); box-shadow:0 0 0 2px rgba(37,211,102,.15); }
.wa-send{ background:var(--wa); color:#0b1220; 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.05); }
/* Scrollbar */
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(255,255,255,.05); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.2); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(255,255,255,.3); }
/* Responsive */
@media (max-width:480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}