eneryurie6e-oficial.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&family=Playfair+Display:wght@400;500;600;700&display=swap:root {
--brand-dark: #124C3A;
--brand: #1F7A5C;
--brand-light: #2A9D78;
--accent-blue: #2E6BFF;
--accent-pink: #FF2E7E;
--accent-yellow: #FFCA18;
--accent-orange: #FF7A1A;
--bg: #ffffff;
--bg-light: #f8fdfa;
--text: #121212;
--muted: #6b7280;
--radius: 16px;
--radius-lg: 24px;
--shadow: 0 10px 30px rgba(0,0,0,.06);
--shadow-lg: 0 20px 40px rgba(0,0,0,.08);
--transition: all 0.3s ease;
}
* {
box-sizing: border-box;
}
html, body {
background: var(--bg);
color: var(--text);
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, .section-title {
font-family: 'Playfair Display', serif;
font-weight: 700;
}
.btn-brand {
background: linear-gradient(135deg, var(--brand), var(--brand-light));
border: none;
color: white;
font-weight: 600;
padding: 0.75rem 1.5rem;
border-radius: 50px;
transition: var(--transition);
box-shadow: 0 4px 15px rgba(31, 122, 92, 0.3);
}
.btn-brand:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(31, 122, 92, 0.4);
color: white;
}
.text-brand {
color: var(--brand);
}
.badge-chip {
border-radius: 999px;
padding: .4rem .75rem;
font-weight: 600;
font-size: 0.8rem;
letter-spacing: 0.5px;
}
.chip-blue {
background: rgba(46,107,255,.1);
color: var(--accent-blue);
}
.chip-pink {
background: rgba(255,46,126,.1);
color: var(--accent-pink);
}
.chip-green {
background: rgba(31,122,92,.1);
color: var(--brand);
}
.chip-yellow {
background: rgba(255,202,24,.14);
color: #A97800;
}
.chip-orange {
background: rgba(255,122,26,.12);
color: #A64A00;
}
/* Navbar */
.navbar {
backdrop-filter: saturate(180%) blur(12px);
background: rgba(255, 255, 255, 0.9) !important;
transition: var(--transition);
padding: 1rem 0;
}
.navbar.scrolled {
padding: 0.5rem 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.navbar .nav-link {
font-weight: 500;
position: relative;
margin: 0 0.5rem;
transition: var(--transition);
}
.navbar .nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: linear-gradient(90deg, var(--brand), var(--brand-light));
transition: var(--transition);
}
.navbar .nav-link:hover:after,
.navbar .nav-link.active:after {
width: 100%;
}
.navbar-brand {
font-weight: 800;
letter-spacing: .2px;
color: var(--brand-dark) !important;
font-size: 1.5rem;
}
/* Hero */
.hero {
padding-top: 120px;
padding-bottom: 80px;
background: linear-gradient(135deg, #f8fdfa 0%, #ffffff 100%);
position: relative;
overflow: hidden;
}
.hero:before {
content: '';
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
background: linear-gradient(135deg, rgba(31, 122, 92, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
top: -200px;
right: -200px;
z-index: 0;
}
.hero:after {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: linear-gradient(135deg, rgba(255, 202, 24, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
bottom: -150px;
left: -150px;
z-index: 0;
}
.hero .hero-img-wrap {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
background: linear-gradient(135deg, #f6faf8 0%, #ffffff 100%);
box-shadow: var(--shadow-lg);
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: var(--transition);
z-index: 1;
}
.hero .hero-img-wrap:hover {
transform: perspective(1000px) rotateY(0) rotateX(0);
}
.hero .hero-img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
aspect-ratio: 4/3;
}
.hero h1 {
font-size: 3.5rem;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--brand-dark), var(--brand));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero .lead {
font-size: 1.25rem;
line-height: 1.6;
}
/* Section helpers */
.section {
padding: 100px 0;
position: relative;
}
.section:nth-child(even) {
background: var(--bg-light);
}
.section-title {
font-weight: 800;
letter-spacing: .2px;
font-size: 2.5rem;
margin-bottom: 1rem;
}
.section-sub {
color: var(--muted);
font-size: 1.1rem;
margin-bottom: 2rem;
}
.card-soft {
border: 1px solid rgba(236, 239, 243, 0.7);
border-radius: var(--radius-lg);
box-shadow: var(--shadow);
background: #fff;
transition: var(--transition);
overflow: hidden;
}
.card-soft:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
/* Por qué elegirnos */
.why-card {
transition: var(--transition);
}
.why-card:hover {
transform: translateY(-5px);
}
.why-card .icon {
width: 64px;
height: 64px;
display: grid;
place-items: center;
border-radius: 16px;
background: linear-gradient(135deg, #f6faf8, #ffffff);
color: var(--brand);
box-shadow: var(--shadow);
margin-bottom: 1.5rem;
transition: var(--transition);
}
.why-card:hover .icon {
transform: scale(1.1);
background: linear-gradient(135deg, var(--brand-light), var(--brand));
color: white;
}
/* ====== Galería / Ticker ====== */
.ticker-wrap {
position: relative;
overflow: hidden;
border-radius: var(--radius-lg);
border: 1px solid rgba(236, 239, 243, 0.7);
background: #fff;
box-shadow: var(--shadow);
}
.ticker-track {
display: flex;
gap: 16px;
align-items: center;
padding: 16px;
will-change: transform;
}
.ticker-item {
flex: 0 0 auto;
width: min(500px, 86vw);
height: min(500px, 86vw);
border-radius: 16px;
background: #f7f9fb;
display: grid;
place-items: center;
border: 1px solid rgba(231, 236, 242, 0.7);
overflow: hidden;
transition: var(--transition);
position: relative;
}
.ticker-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 100%);
opacity: 0;
transition: var(--transition);
z-index: 1;
}
.ticker-item:hover {
transform: scale(1.02);
}
.ticker-item:hover:before {
opacity: 1;
}
.ticker-item img {
width: 100%;
height: 100%;
object-fit: cover;
background: #fff;
transition: transform .5s ease;
}
.ticker-item:hover img {
transform: scale(1.05);
}
.ticker-ctrl {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
width: 48px;
height: 48px;
border-radius: 999px;
display: grid;
place-items: center;
background:
/* ...cortado... */
academiadylmor.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: #111827;
--accent: #1C49B6;
--accent-light: #1C49B6;
--accent-dark: #001a39;
--muted: #6b7280;
--muted-light: #9ca3af;
--bg: #ffffff;
--soft: #f8fafc;
--soft-dark: #f1f5f9;
--radius: 16px;
--radius-lg: 24px;
--shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
box-sizing: border-box;
}
html, body { width:100%; overflow-x:hidden; }
body {
background: var(--bg);
color: var(--brand);
font-family: 'Inter', sans-serif;
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
}
/* Navbar */
.navbar {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
transition: var(--transition);
padding: 1rem 0;
}
.navbar.scrolled {
padding: 0.5rem 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.nav-link {
font-weight: 500;
position: relative;
padding: 0.5rem 1rem !important;
transition: var(--transition);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--accent), var(--accent-light));
transition: var(--transition);
transform: translateX(-50%);
}
.nav-link:hover::after,
.nav-link.active::after {
width: 80%;
}
.btn-accent {
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
color: #fff;
border: 0;
border-radius: var(--radius);
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: var(--transition);
box-shadow: 0 4px 14px 0 rgba(124, 58, 237, 0.3);
}
.btn-accent:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px 0 rgba(124, 58, 237, 0.4);
color: #fff;
}
.btn-outline-dark {
border-radius: var(--radius);
font-weight: 500;
padding: 0.75rem 1.5rem;
transition: var(--transition);
}
.btn-outline-dark:hover {
transform: translateY(-2px);
box-shadow: var(--shadow);
}
.text-accent {
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* 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: radial-gradient(circle at 30% 20%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.05) 0%, transparent 50%);
z-index: -1;
}
.hero-badge {
display: inline-flex;
gap: 0.5rem;
align-items: center;
padding: 0.5rem 1rem;
border-radius: 999px;
background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(167, 139, 250, 0.1));
color: var(--accent-dark);
font-weight: 600;
font-size: 0.9rem;
backdrop-filter: blur(10px);
border: 1px solid rgba(124, 58, 237, 0.2);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.4); }
70% { box-shadow: 0 0 0 10px rgba(124, 58, 237, 0); }
100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0); }
}
.hero-title {
font-size: clamp(2.2rem, 4vw, 3.5rem);
line-height: 1.1;
font-weight: 800;
margin: 1.5rem 0 1rem;
}
.hero-sub {
color: var(--muted);
font-size: 1.1rem;
max-width: 600px;
}
.hero-img-wrap {
background: #fff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
padding: 1.5rem;
display: grid;
place-items: center;
position: relative;
overflow: hidden;
}
.hero-img-wrap::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: conic-gradient(transparent, rgba(124, 58, 237, 0.1), transparent 30%);
animation: rotate 10s linear infinite;
z-index: 0;
}
@keyframes rotate {
100% { transform: rotate(360deg); }
}
.hero-img {
width: 100%;
height: clamp(280px, 36vw, 560px);
object-fit: contain;
border-radius: 12px;
background: linear-gradient(180deg, #fafafa, #f2f2f2);
position: relative;
z-index: 1;
}
.badge-soft {
background: rgba(229, 231, 235, 0.8);
color: var(--brand);
border-radius: 999px;
padding: 0.5rem 1rem;
font-weight: 600;
font-size: 0.85rem;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.5);
transition: var(--transition);
}
.badge-soft:hover {
transform: translateY(-2px);
box-shadow: var(--shadow);
}
/* Secciones */
.section {
padding: clamp(80px, 10vw, 120px) 0;
position: relative;
}
.section-alt {
background: var(--soft);
position: relative;
}
.section-alt::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237c3aed' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
z-index: 0;
}
.section-alt > .container {
position: relative;
z-index: 1;
}
.section-title {
font-weight: 800;
font-size: clamp(1.8rem, 3vw, 2.5rem);
margin-bottom: 1rem;
}
.section-sub {
color: var(--muted);
font-size: 1.1rem;
max-width: 600px;
}
.card-modern {
background: #fff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow);
padding: clamp(1.5rem, 2.5vw, 2rem);
height: 100%;
transition: var(--transition);
border: 1px solid rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
position: relative;
overflow: hidden;
}
.card-modern::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--accent), var(--accent-light));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s ease;
}
.card-modern:hover::before {
transform: scaleX(1);
}
.card-modern:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
}
/* Por qué elegirnos */
.why-card .icon {
width: 64px;
height: 64px;
border-radius: 16px;
display: grid;
place-items: center;
background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(167, 139, 250, 0.1));
color: var(--accent-dark);
font-size: 24px;
trans
/* ...cortado... */
/* --- Solo afecta a esta sección --- */
#quienes .list-item{
display:grid; grid-template-columns: 32px 1fr; gap:.75rem; align-items:start;
}
#quienes .icon{
width:32px; height:32px; border-radius:50%;
display:grid; place-items:center;
background: rgba(0,0,0,.06);
flex:0 0 32px;
}
#quienes .icon svg{ width:18px; height:18px; }
#quienes .media-wrap{
border-radius:1rem; background:#fff; padding:.75rem;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}
#quienes .media{
width:100%; height:auto; object-fit:contain; display:block;
border-radius:.75rem;
}
@media (min-width: 992px){
#quienes .media{ max-height:520px; }
}
.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)}
}
.site-footer{
background: linear-gradient(135deg, #0f172a, #1e293b);
color:#cbd5e1; position:relative; overflow:hidden;
padding: 3rem 0 1rem;
}
.site-footer::before{
content:""; position:absolute; inset:0;
background: radial-gradient(600px 200px at 10% 0%, rgba(124,58,237,.10) 0, transparent 60%),
radial-gradient(600px 200px at 90% 100%, rgba(30,64,175,.10) 0, transparent 60%);
pointer-events:none;
}
.site-footer .brand{
display:flex; align-items:center; gap:.75rem; font-weight:800; letter-spacing:.3px;
color:#fff; text-decoration:none;
}
.site-footer .brand img{ height:40px; border-radius:8px }
.site-footer .lead{
color:#94a3b8; margin: .25rem 0 0; font-size:.95rem;
}
.site-footer .footer-card{
background: rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
border-radius:16px; padding:1rem 1.25rem;
}
.site-footer h6{
color:#ffffff; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:.75rem
}
.site-footer a{
color:#e9d5ff; text-decoration:none; transition:color .2s, transform .2s;
}
.site-footer a:hover{ color:#fff; transform: translateY(-1px); }
.site-footer .footer-links a{
display:flex; align-items:center; gap:.5rem; padding:.35rem 0;
color:#cbd5e1;
}
.site-footer .footer-links i{ opacity:.75 }
.site-footer .contact-item{
display:flex; gap:.75rem; align-items:flex-start; padding:.35rem 0; color:#cbd5e1;
}
.site-footer .contact-item i{
width:28px; height:28px; display:grid; place-items:center;
border-radius:8px; background:rgba(255,255,255,.06);
}
.site-footer .social a{
width:40px; height:40px; display:inline-grid; place-items:center;
border-radius:999px; background:rgba(255,255,255,.08); margin-right:.25rem;
}
.site-footer .social a:hover{ background:rgba(255,255,255,.18) }
.site-footer .cta{
display:flex; gap:.75rem; align-items:center; flex-wrap:wrap;
}
.site-footer .btn-wa{
display:inline-flex; align-items:center; gap:.5rem;
background: linear-gradient(135deg, #25D366, #128C7E); color:#fff;
border:0; border-radius:14px; padding:.65rem 1rem; font-weight:600;
box-shadow:0 10px 20px -8px rgba(37,211,102,.45);
}
.site-footer .btn-wa:hover{ filter:brightness(1.05) }
.site-footer .bottom{
border-top:1px solid rgba(255,255,255,.08); margin-top:1.5rem; padding-top:1rem;
color:#9aa7b9; font-size:.9rem;
}
.site-footer .mini-nav a{ color:#9aa7b9; margin-left:1rem }
.site-footer .mini-nav a:hover{ color:#fff }
.site-footer .to-top{
position: fixed; right:16px; bottom:16px; z-index:50;
width:44px; height:44px; border:0; border-radius:999px;
background: rgba(255,255,255,.12); color:#fff;
display:none; align-items:center; justify-content:center;
backdrop-filter: blur(6px);
}
.site-footer .to-top.show{ display:flex }
@media (max-width: 767.98px){
.site-footer{ padding-top:2.25rem }
.site-footer .cta{ justify-content:flex-start }
}
: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);
}
/* IG button (arriba del WA) */
.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); }
/* WhatsApp */
.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;
z-index:9999;
}
.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;
z-index:10000;
}
.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){
.ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
herreriaelpela.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/* ===== FIX HERO EN PHONE ===== */
@media (max-width: 576px){
/* Títulos y párrafos más legibles y sin cortes raros */
header.section-hero h1.display-5{
font-size: clamp(1.55rem, 7vw, 1.95rem) !important;
line-height: 1.15 !important;
letter-spacing: normal !important;
word-spacing: normal !important;
}
header.section-hero .lead{
font-size: clamp(.98rem, 3.7vw, 1.06rem) !important;
line-height: 1.35 !important;
letter-spacing: normal !important;
word-spacing: normal !important;
text-align: left !important;
}
/* Lista con tilde: SIN d-flex, sin sangrías absurdas, wraps prolijos */
header.section-hero .hero-bullets{
display: block !important; /* anula d-flex heredado */
list-style: none !important;
padding-left: 0 !important;
margin: 0 0 1rem 0 !important;
justify-content: initial !important; /* por si quedó algo suelto */
text-wrap: pretty; /* cortes lindos */
}
header.section-hero .hero-bullets li{
display: flex !important;
align-items: flex-start !important;
gap: .5rem !important;
margin: .38rem 0 !important;
line-height: 1.35 !important;
letter-spacing: normal !important;
word-spacing: normal !important;
white-space: normal !important; /* evita estirar palabras */
flex-wrap: wrap !important; /* permite bajar a 2 líneas */
text-align: left !important;
}
header.section-hero .hero-bullets li::before{
content: "✓";
flex: 0 0 auto;
margin-top: .08rem;
font-weight: 700;
font-size: 1rem;
color: var(--brand, #1e6bff);
}
/* Imagen del hero: SIEMPRE completa, sin recorte */
header.section-hero .hero-media{
display: grid !important;
place-items: center !important;
padding: 12px !important;
min-height: 230px !important;
background: #fff;
border-radius: 1rem;
box-shadow: 0 10px 30px rgba(0,0,0,.06);
overflow: visible !important;
}
header.section-hero .hero-media img{
width: 100% !important;
height: auto !important; /* respeta proporción */
max-height: 280px !important; /* limita altura en phone */
object-fit: contain !important; /* NO recorta */
object-position: center !important;
display: block !important;
}
}
:root {
--brand: #0d6efd;
--brand-600: #0b5ed7;
--brand-500: #3d8bfd;
--brand-400: #6ea8fe;
--brand-50: #e7f1ff;
--text: #0b1320;
--text-light: #4a5568;
--muted: #6c757d;
--surface: #ffffff;
--surface-2: #f5f7fb;
--surface-3: #e9ecef;
--radius: 1rem;
--shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
--gradient: linear-gradient(135deg, var(--brand) 0%, var(--brand-500) 100%);
--gradient-light: linear-gradient(135deg, var(--brand-50) 0%, #f8f9fa 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
font-family: 'Inter', sans-serif;
background: #fff;
color: var(--text);
scroll-behavior: smooth;
line-height: 1.6;
overflow-x: hidden;
}
img {
max-width: 100%;
display: block;
}
/* Tipografía mejorada */
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
margin-bottom: 0.5rem;
}
.display-5 {
font-weight: 800;
letter-spacing: -0.02em;
}
.section-title {
font-weight: 800;
letter-spacing: -0.02em;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 4px;
background: var(--gradient);
border-radius: 2px;
}
.text-center .section-title::after {
left: 50%;
transform: translateX(-50%);
}
/* Navbar mejorada */
.navbar {
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
transition: all 0.3s ease;
padding: 1rem 0;
}
.navbar.scrolled {
padding: 0.5rem 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 800;
letter-spacing: -0.02em;
font-size: 1.5rem;
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.navbar .nav-link {
font-weight: 500;
position: relative;
padding: 0.5rem 1rem !important;
transition: color 0.3s ease;
}
.navbar .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 1rem;
right: 1rem;
height: 2px;
background: var(--gradient);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
color: var(--brand) !important;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
transform: scaleX(1);
}
.btn-brand {
background: var(--gradient);
color: #fff;
border: none;
font-weight: 600;
padding: 0.75rem 1.5rem;
border-radius: 0.75rem;
transition: all 0.3s ease;
box-shadow: 0 4px 14px rgba(13, 110, 253, 0.3);
}
.btn-brand:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
color: #fff;
}
.btn-outline-brand {
border: 2px solid var(--brand);
color: var(--brand);
font-weight: 600;
padding: 0.75rem 1.5rem;
border-radius: 0.75rem;
transition: all 0.3s ease;
}
.btn-outline-brand:hover {
background: var(--brand);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
}
/* Sections mejoradas */
.section {
padding: 6rem 0;
position: relative;
}
.section-alt {
padding: 6rem 0;
background: var(--surface-2);
position: relative;
}
.section-hero {
padding: 8rem 0 6rem;
background: var(--gradient-light);
position: relative;
overflow: hidden;
}
.section-hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 C30,0 40,100 100,100 L100,0 Z" fill="rgba(13,110,253,0.03)"/></svg>');
background-size: cover;
}
/* Cards modernas mejoradas */
.card-modern {
background: #fff;
border: 1px solid rgba(13, 110, 253, 0.1);
border-radius: var(--radius);
box-shadow: var(--shadow);
transition: all 0.3s ease;
overflow: hidden;
position: relative;
}
.card-modern:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.card-modern::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: var(--gradient);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card-modern:hover::before {
transform: scaleX(1);
}
.rounded-xl {
border-radius: 1.25rem;
}
.shadow-soft {
box-shadow: 0 10px 30px rgba(13, 110, 253, 0.08);
}
/* Hero mejorado */
.hero-wrap {
display: flex;
align-items: center;
min-height: 80vh;
}
.hero-media {
width: 100%;
max-width: 640px;
aspect-ratio: 16/11;
background: #fff;
border-radius: var(--radius);
display: grid;
place-items: center;
padding: 1rem;
box-shadow: var(--shadow-lg);
position: relative;
overflow: hidden;
}
.hero-media::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: var(--gradient);
opacity: 0.1;
transform: rotate(30deg);
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: calc(var(--radius) - 0.25rem);
position: relative;
z-index: 1;
}
.hero-bullets {
gap: 0.5rem;
}
.hero-bullets li {
list-style: none;
display: flex;
align-items: flex-start;
gap: 0.5rem;
}
.hero-bullets li::before {
content: '✓';
color: var(--brand);
font-weight: bold;
flex-shrink: 0;
margin-top: 0.25rem;
}
/* Badge mejorado */
.badge-modern {
background: var(--gradient);
color: white;
font-weight: 600;
padding: 0.5rem 1rem;
border-radius: 2rem;
font-size: 0.875rem;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
/* Servicios / Elegirnos mejorados */
.icon-badge {
width: 64px;
height: 64px;
border-radius: 1rem;
display: grid;
place-items: center;
background: rgba(13, 110, 253, 0.08);
color: var(--brand);
font-size: 24px;
transition: all 0.3s ease;
}
.card-modern:hover .icon-badge {
background: var(--gradient);
color: white;
transform: scale(1.1);
}
/* Ticker mejorado */
.ticker-frame {
position: relative;
overflow: hidden;
border-radius: var(--radius);
background: white;
box-shadow: var(--shadow);
}
.ticker-track {
display: flex;
gap: 1rem;
align-items: center;
transition: transform 0.5s ease;
padding: 1rem;
}
.ticker-item {
flex: 0 0 auto;
width: min(90vw, 300px);
height: min(90vw, 300px);
background: #fff;
border-radius: 1rem;
display: grid
/* ...cortado... */
/* ---------- HERO: imagen "según su contenido" ---------- */
.hero-media{
display:grid;
place-items:center;
border-radius: 1rem;
background:#fff; /* o el color que uses de card */
padding: clamp(12px, 2vw, 20px);
box-shadow: 0 10px 30px rgba(0,0,0,.06);
/* Alturas responsivas sin recorte */
min-height: clamp(220px, 40vh, 520px);
}
.hero-media img{
width: 100%;
height: auto; /* respeta proporción */
max-height: clamp(220px, 40vh, 520px);
object-fit: contain; /* se ve completa */
object-position: center;
display:block;
}
/* ---------- QUIÉNES SOMOS: imagen "según su contenido" ---------- */
#quienes .img-wrap{
position: relative;
border-radius: 1rem;
background:#fff; /* para “letterboxing” prolijo */
box-shadow: 0 10px 30px rgba(0,0,0,.06);
padding: clamp(8px, 1.5vw, 16px);
/* Contenedor flexible sin recorte */
min-height: clamp(220px, 38vh, 480px);
display:grid;
place-items:center;
}
#quienes .img-wrap img{
width: 100%;
height: auto;
max-height: clamp(220px, 38vh, 480px);
object-fit: contain; /* clave */
object-position: center;
display:block;
}
/* Opcional: en pantallas muy chicas, que no se pase de ancho */
@media (max-width: 576px){
.hero-media, #quienes .img-wrap{
min-height: 240px;
}
}
/* === HERO OVERRIDES (scoped, safe) === */
header.section-hero .hero-media{
display:grid;
place-items:center;
width:100%;
max-width:640px;
background:#fff;
border-radius: var(--radius);
box-shadow: var(--shadow-lg);
padding: clamp(10px,2vw,18px);
min-height: clamp(220px,38vh,520px);
overflow: visible;
}
header.section-hero .hero-media img{
width:100% !important;
height:auto !important;
max-height: clamp(220px,38vh,520px);
object-fit: contain !important;
object-position: center !important;
border-radius: calc(var(--radius) - 0.25rem);
}
/* Bullets sin flex raro ni espacios absurdos */
header.section-hero .hero-bullets{
display:block !important;
padding-left:0;
margin:0 0 1rem 0;
list-style:none;
}
header.section-hero .hero-bullets li{
display:flex;
align-items:flex-start;
gap:.5rem;
margin:.35rem 0;
line-height:1.35;
letter-spacing: normal;
word-spacing: normal;
}
header.section-hero .hero-bullets li::before{
content:"✓";
flex:0 0 auto;
margin-top:.1rem;
font-weight:700;
color: var(--brand);
}
@media (max-width: 576px){
header.section-hero .hero-bullets li{ font-size:.98rem; }
}
/* ====== SOLO afecta a la sección #trabajos ====== */
#trabajos .grid-videos{
display: grid;
gap: clamp(12px, 2.5vw, 24px);
grid-template-columns: 1fr; /* mobile */
}
@media (min-width: 576px){
#trabajos .grid-videos{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px){
#trabajos .grid-videos{
grid-template-columns: repeat(3, 1fr);
grid-template-areas:
"v1 v2 v4"
". v3 .";
}
#trabajos .grid-videos .v1{ grid-area: v1; }
#trabajos .grid-videos .v2{ grid-area: v2; }
#trabajos .grid-videos .v4{ grid-area: v4; }
#trabajos .grid-videos .v3{ grid-area: v3; }
}
#trabajos .video-card{
display: flex;
flex-direction: column;
gap: .5rem;
}
#trabajos .video-wrap{
background: #fff;
border-radius: 1rem;
box-shadow: 0 10px 30px rgba(0,0,0,.06);
padding: clamp(8px, 1.2vw, 14px);
aspect-ratio: 16 / 9; /* “caja” uniforme */
display: grid;
place-items: center;
}
#trabajos .video-wrap video{
width: 100%;
height: 100%;
object-fit: contain; /* se ve completo, sin recortes */
border-radius: .75rem;
display: block;
}
#trabajos .video-title{
margin: .25rem 0 0 0;
font-weight: 600;
font-size: .95rem;
text-align: center;
/* usa color del body si existe, no toca el footer */
color: var(--bs-body-color, #222);
}
#site-footer.footer-strong{
--bg:#0b1320; /* fondo oscuro */
--ink:#eef3ff; /* texto principal */
--muted:#a8b2c7; /* texto secundario */
--line:rgba(255,255,255,.12);
--brand:#2d6bff; /* acento */
background: radial-gradient(1200px 600px at 20% -10%, #122036 0%, var(--bg) 55%);
color: var(--ink);
padding: clamp(32px, 6vw, 64px) 0;
border-top: 1px solid var(--line);
}
#site-footer .brand{
display:flex; align-items:center; gap:.75rem;
font-weight: 700; font-size: 1.15rem;
letter-spacing:.2px;
}
#site-footer .brand .dot{
width:10px; height:10px; border-radius:999px; background:var(--brand);
box-shadow:0 0 0 4px rgba(45,107,255,.15), 0 0 18px rgba(45,107,255,.45);
}
#site-footer .sub{
color:var(--muted); margin-top:.25rem; font-size:.95rem;
}
#site-footer .links{
display:flex; gap: clamp(12px, 2.5vw, 24px); flex-wrap:wrap;
}
#site-footer .links a{
color:var(--ink); text-decoration:none; font-weight:600;
padding:.35rem .55rem; border-radius:.5rem;
background: transparent; border:1px solid transparent;
transition: .2s ease;
}
#site-footer .links a:hover,
#site-footer .links a:focus{
background: rgba(255,255,255,.06);
border-color: var(--line);
outline: none;
}
#site-footer .cta{
display:flex; gap:.75rem; flex-wrap:wrap; margin-top:1rem;
}
#site-footer .btn-wa{
display:inline-flex; align-items:center; gap:.5rem;
padding:.65rem .9rem; border-radius:.75rem;
background:linear-gradient(180deg,#35d16f,#1ab14f);
color:#06210e; font-weight:800; text-decoration:none;
box-shadow:0 8px 24px rgba(26,177,79,.35);
transition:.2s ease;
}
#site-footer .btn-wa:hover{ transform: translateY(-1px); }
#site-footer .meta{
display:flex; gap:1.25rem; flex-wrap:wrap; color:var(--muted);
font-size:.95rem; margin-top:.75rem;
}
#site-footer .meta i{ opacity:.9; margin-right:.35rem; }
#site-footer .divider{
height:1px; background:var(--line); margin:clamp(20px,4vw,36px) 0;
}
#site-footer .copy{
color:var(--muted); font-size:.9rem;
}
/* Layout responsivo */
@media (min-width: 992px){
#site-footer .grid{
display:grid; grid-template-columns: 1.2fr .8fr;
align-items:center; gap: clamp(16px, 4vw, 40px);
}
#site-footer .cta{ justify-content:flex-end; margin-top:0; }
#site-footer .right{ text-align:right; }
}
: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);
--ig:#E4405F; --ig-dark:#C13584;
}
/* IG button (arriba del WA) */
.ig-float{
position:fixed; right:18px; bottom:92px;
z-index:9998; /* Reducido para que quede detrás del chat de WhatsApp */
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); }
/* WhatsApp */
.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;
z-index:9999; /* Mantener el botón siempre visible */
}
.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;
z-index:10000; /* Chat por encima de todo */
}
.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){
.ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
giabellasalonbeauty.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.csshttps://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swaphttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css:root {
--brand: #c8a860; /* dorado logo */
--brand-light: #e8d6b0;
--brand-dark: #a08540;
--brand-2: #f5e7cf; /* crema logo */
--ink: #1a1a1a;
--soft: #faf7f1;
--white: #ffffff;
--transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body {
color: var(--ink);
background: var(--white);
font-family: 'Inter', sans-serif;
font-weight: 400;
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 600;
line-height: 1.2;
}
.btn-brand {
background: var(--brand);
border-color: var(--brand);
color: var(--white);
font-weight: 500;
padding: 12px 28px;
border-radius: 50px;
transition: var(--transition);
box-shadow: 0 4px 15px rgba(200, 168, 96, 0.3);
}
.btn-brand:hover {
background: var(--brand-dark);
border-color: var(--brand-dark);
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(200, 168, 96, 0.4);
}
.btn-outline-brand {
background: transparent;
border: 2px solid var(--brand);
color: var(--brand);
font-weight: 500;
padding: 10px 26px;
border-radius: 50px;
transition: var(--transition);
}
.btn-outline-brand:hover {
background: var(--brand);
border-color: var(--brand);
color: var(--white);
transform: translateY(-3px);
}
.text-brand {
color: var(--brand);
}
.section {
padding: 100px 0;
position: relative;
}
.section-bg {
background: var(--soft);
}
.section-title {
position: relative;
margin-bottom: 60px;
}
.section-title:after {
content: '';
position: absolute;
bottom: -15px;
left: 0;
transform: none;
width: 80px;
height: 3px;
background: var(--brand);
}
.section-title.center { text-align:center; }
.section-title.center:after {
left: 50%;
transform: translateX(-50%);
}
.navbar {
background: rgba(255, 255, 255, 0.95) !important;
backdrop-filter: blur(10px);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
padding: 15px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-family: 'Playfair Display', serif;
font-weight: 700;
font-size: 1.5rem;
}
.nav-link {
font-weight: 500;
position: relative;
margin: 0 8px;
transition: var(--transition);
}
.nav-link:after {
left: 10%; width: 0;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--brand);
transition: var(--transition);
}
.nav-link:hover, .nav-link.active {
color: var(--brand) !important;
}
.nav-link:hover:after, .nav-link.active:after {
width: 80%;
}
/* HERO */
.hero {
padding: 160px 0 100px;
background: linear-gradient(135deg, var(--brand-2) 0%, #fff 100%);
position: relative;
overflow: hidden;
}
.hero:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: url('img/pattern.svg') no-repeat;
background-size: cover;
opacity: 0.1;
}
.hero h1 {
font-weight: 700;
font-size: 3.5rem;
margin-bottom: 20px;
line-height: 1.1;
}
.hero p {
font-size: 1.2rem;
margin-bottom: 30px;
max-width: 600px;
}
.hero-img {
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: var(--transition);
}
.hero-img:hover {
transform: perspective(1000px) rotateY(0) rotateX(0);
}
/* Servicios */
.svc-card {
background: #fff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
height: 100%;
transition: var(--transition);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.svc-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.svc-ico-wrap {
display: grid;
place-items: center;
padding: 40px 0 20px;
background: linear-gradient(135deg, var(--brand-2) 0%, #fff 100%);
}
.svc-ico {
width: 80px;
height: 80px;
fill: none;
stroke: var(--brand);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
transition: var(--transition);
}
.svc-card:hover .svc-ico {
transform: scale(1.1);
stroke: var(--brand-dark);
}
.svc-body {
padding: 20px 25px 30px;
}
.svc-body h3 {
font-size: 1.3rem;
margin: 0 0 12px;
font-weight: 600;
}
.svc-body p {
margin: 0;
color: #666;
}
/* Elegirnos */
.check {
color: var(--brand);
margin-right: 10px;
font-size: 1.2rem;
}
.feature-list li {
margin-bottom: 15px;
display: flex;
align-items: flex-start;
}
/* ====== TICKER 500x500: auto + manual ====== */
#trabajos {
position: relative;
}
#trabajos .frame {
position: relative;
background: #fff;
border-radius: 20px;
overflow: hidden;
padding: 20px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
#trabajos .viewport {
overflow: hidden;
}
#trabajos .track {
display: flex;
gap: 20px;
will-change: transform;
transition: transform 0.5s ease;
}
#trabajos .item {
flex: 0 0 auto;
width: min(500px, 86vw);
height: min(500px, 86vw);
display: grid;
place-items: center;
background: #fff;
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.06);
overflow: hidden;
transition: var(--transition);
}
#trabajos .item:hover {
transform: scale(1.02);
}
#trabajos .item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition);
}
#trabajos .item:hover img {
transform: scale(1.05);
}
#trabajos .ctrl {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.9);
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
user-select: none;
transition: var(--transition);
z-index: 10;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#trabajos .ctrl:hover {
background: #fff;
transform: translateY(-50%) scale(1.1);
}
#trabajos .prev {
left: 20px;
}
#trabajos .next {
right: 20px;
}
/* Contacto */
.contact-card {
background: #fff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 40px;
height: 100%;
}
.form-control, .form-select {
border-radius: 12px;
padding: 12px 16px;
border: 1px solid #e0e0e0;
/* ...cortado... */
/* ===== Hotfix: evitar scroll horizontal en mobile y mantener el toggler visible ===== */
html, body { max-width:100%; overflow-x:hidden; }
* { box-sizing: border-box; }
/* La navbar a veces se "desborda" por el alto del logo + texto largo */
@media (max-width: 575.98px){
.navbar { padding: 10px 0 !important; }
.navbar-brand img { height: 44px !important; width: auto !important; }
/* Ocultamos el "Salón Beauty" para que no empuje el botón hamburguesa */
.navbar-brand .text-muted { display: none !important; }
/* Evitar que la fila interna genere ancho extra si algo no entra */
.navbar .container { overflow-x: clip; }
}
/* Algunos efectos con blur/conic-gradients podían provocar desborde lateral */
#elegirnos { overflow: hidden; }
/* Track del ticker jamás debería forzar scroll del body */
#trabajos .viewport { overflow: hidden; }
#trabajos .track { will-change: transform; }
/* Imagen de marca grande en desktop sigue ok, pero limitamos posibles desbordes */
.navbar-brand img { max-width: 100%; height: 64px; }
/* Solo para el HERO */
#inicio .hero-img{
background: transparent !important; /* quita el panel blanco */
box-shadow: none !important; /* quita sombras del panel */
border-radius: 0 !important; /* sin bordes redondeados del panel */
padding: 0 !important; /* sin padding extra */
}
#inicio .hero-img img{
width: auto; /* no estirar horizontalmente */
max-width: 100%; /* respeta el contenedor */
height: auto; /* respeta proporción */
object-fit: contain !important; /* sin recorte */
max-height: 480px; /* límite visual opcional en desktop */
}
@media (max-width: 991.98px){
#inicio .hero-img img{ max-height: 360px; }
}
:root{
--brand: var(--primary, #d9a441);
--brand-dark: var(--primary-dark, #b3852f);
--ink: var(--ink, #0f1222);
--muted: var(--muted, #7a8199);
--soft: var(--soft, #f7f7fb);
}
#bienvenidos .bnv-title{ font-weight:900; letter-spacing:.2px; margin:0 0 10px; position:relative; display:inline-block; }
#bienvenidos .bnv-title::after{
content:""; display:block; height:3px; width:64%; margin:10px 0 0; border-radius:2px;
background: linear-gradient(90deg, var(--brand), var(--brand-dark));
}
#bienvenidos .bnv-lead{ color:var(--ink); opacity:.9; font-size:clamp(1.02rem,1.2vw,1.12rem); margin:10px 0 14px; }
#bienvenidos .bnv-list{ list-style:none; padding:0; margin:0 0 14px; }
#bienvenidos .bnv-list li{ display:flex; gap:10px; align-items:flex-start; padding:8px 0; border-top:1px dashed rgba(15,18,34,.10); color:var(--ink); }
#bienvenidos .bnv-list li:first-child{ border-top:none; }
#bienvenidos .bnv-list i{ color:var(--brand-dark); margin-top:2px; }
#bienvenidos .bnv-cta{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
#bienvenidos .bnv-btn{
display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:.65rem 1rem; border-radius:12px;
text-decoration:none; font-weight:800; background:linear-gradient(180deg, var(--brand), var(--brand-dark));
color:#fff; box-shadow:0 12px 28px rgba(15,18,34,.16); transition: transform .15s ease, box-shadow .15s ease;
}
#bienvenidos .bnv-btn:hover{ transform:translateY(-2px); box-shadow:0 16px 36px rgba(15,18,34,.20); }
#bienvenidos .bnv-note{ color:var(--muted); font-size:.95rem; }
#bienvenidos .bnv-media{
position:relative; border-radius:22px; overflow:hidden; margin:0; background:#eee; border:1px solid rgba(0,0,0,.08);
box-shadow:0 16px 40px rgba(15,18,34,.10); min-height:clamp(260px,38vw,440px);
}
#bienvenidos .bnv-media img{ width:100%; height:100%; object-fit:cover; display:block; transform:scale(1.02); }
@media (max-width: 991.98px){
#bienvenidos .bnv-media{ min-height:260px; }
#bienvenidos .bnv-title::after{ width:46%; }
}
/* Panel suave */
#quienes.soft-panel{ padding-block:40px; }
#quienes .container{
background: rgba(255, 249, 237, 0.65);
border: 1px solid rgba(180,150,90,.18);
border-radius: 18px;
box-shadow: 0 18px 48px rgba(0,0,0,.06);
padding: 28px 24px;
}
/* Caja del video MÁS CHICA */
#quienes .media-wrap{
background:#fff;
border:1px solid rgba(0,0,0,.06);
max-width: 420px; /* <-- tamaño tope desktop */
width: 100%;
}
#quienes .media-video{
display:block;
width:100%;
height:auto; /* sin recortes */
object-fit: contain; /* respeta contenido */
}
@media (max-width: 991.98px){
#quienes .container{ padding:22px 18px; border-radius:16px; }
#quienes .media-wrap{ max-width: 320px; } /* <-- tamaño tope mobile */
}
.section {
padding: 80px 0;
}
.section-bg {
background-color: var(--soft);
}
.section-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
color: var(--ink);
position: relative;
}
.section-title::after {
content: '';
display: block;
width: 80px;
height: 4px;
background: linear-gradient(to right, var(--brand), var(--brand-dark));
margin: 15px auto 0;
border-radius: 2px;
}
.text-muted {
font-size: 1.2rem;
margin-bottom: 3rem;
color: #6c757d;
}
.svc-card {
background: white;
border-radius: 12px;
padding: 2.5rem 1.5rem;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
height: 100%;
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(to right, var(--brand), var(--brand-dark));
transform: scaleX(0);
transition: transform 0.3s ease;
}
.svc-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.svc-card:hover::before {
transform: scaleX(1);
}
.svc-ico-wrap {
width: 110px;
height: 110px;
background: linear-gradient(135deg, var(--brand), var(--brand));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 8px 20px rgba(108, 92, 231, 0.3);
transition: transform 0.3s ease;
}
.svc-card:hover .svc-ico-wrap {
transform: scale(1.1);
}
.svc-ico {
font-size: 3rem;
color: #fff;
}
.svc-body h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
color: var(--ink);
font-weight: 600;
}
.svc-body p {
color: #666;
line-height: 1.6;
font-size: 1rem;
margin: 0;
}
/* Animaciones */
.fade-in-up {
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.8s ease forwards;
}
.delay-1 {
animation-delay: 0.2s;
}
.delay-2 {
animation-delay: 0.4s;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
/* Responsive */
@media (max-width: 768px) {
.section {
padding: 60px 0;
}
.section-title {
font-size: 2rem;
}
.svc-card {
padding: 2rem 1rem;
}
.svc-ico-wrap {
width: 90px;
height: 90px;
}
.svc-ico {
font-size: 2.5rem;
}
}
/* ===== Scope exclusivo ===== */
:root{
--brand: var(--primary, #d9a441); /* dorado del logo */
--brand-dark: var(--primary-dark, #b3852f);
--ink: var(--ink, #0f1222);
--soft: var(--soft, #f7f7fb);
--muted: var(--muted, #7a8199);
}
#promos-pro .section-title{
font-weight:900; letter-spacing:.2px; position:relative; display:inline-block;
}
#promos-pro .section-title::after{
content:""; display:block; height:3px; width:64%; margin:10px auto 0; border-radius:2px;
background: linear-gradient(90deg, var(--brand), var(--brand-dark));
}
#promos-pro .section-subtitle{ color:var(--muted); margin:8px 0 0; }
/* ===== Card editorial ===== */
#promos-pro .hero-card{
position:relative; border-radius:28px; overflow:hidden;
border:1px solid rgba(15,18,34,.08);
box-shadow: 0 18px 60px rgba(15,18,34,.14);
background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.75));
-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
margin-bottom:clamp(18px,3vw,28px);
}
#promos-pro .hero-card::before{
content:""; position:absolute; inset:-1px; z-index:-1; border-radius:30px;
background: conic-gradient(from 120deg,
color-mix(in oklab, var(--brand) 60%, transparent),
color-mix(in oklab, var(--brand-dark) 60%, transparent),
color-mix(in oklab, var(--brand) 60%, transparent));
filter: blur(14px); opacity:.65;
}
#promos-pro .hc-grid{ display:grid; grid-template-columns: 1.2fr .8fr; gap:0; }
@media (max-width: 991.98px){ #promos-pro .hc-grid{ grid-template-columns: 1fr; } }
/* Col izquierda: contenido */
#promos-pro .hc-body{ padding: clamp(22px, 3vw, 34px); }
#promos-pro .kicker{
display:inline-flex; align-items:center; gap:10px;
padding:.42rem .72rem; border-radius:12px; font-weight:800; letter-spacing:.4px;
text-transform:uppercase; font-size:.9rem; color: var(--ink);
background: color-mix(in oklab, var(--brand) 15%, white);
border:1px solid color-mix(in oklab, var(--brand) 35%, transparent);
}
#promos-pro .kicker i{ color:var(--brand-dark); }
#promos-pro .hc-title{ margin:12px 0 6px; font-weight:900; letter-spacing:.2px; }
#promos-pro .hc-sub{ color:var(--muted); margin:0 0 12px; }
#promos-pro .badge-line{ display:flex; gap:8px; flex-wrap:wrap; margin:.3rem 0 1rem; }
#promos-pro .pill{
background:#fff; border:1px dashed color-mix(in oklab, var(--brand) 45%, transparent);
color:var(--ink); font-weight:700; border-radius:999px; padding:.38rem .7rem;
display:inline-flex; align-items:center; gap:8px;
}
#promos-pro .pill .gift{ color:var(--brand-dark); }
#promos-pro .list{ margin:0 0 12px; padding:0; list-style:none; border-top:1px dashed rgba(15,18,34,.12); }
#promos-pro .list li{
display:flex; gap:12px; align-items:flex-start; padding:10px 0;
border-bottom:1px dashed rgba(15,18,34,.08);
}
#promos-pro .list i{ color:var(--brand-dark); margin-top:2px; }
#promos-pro .price{
display:flex; align-items:center; gap:12px; margin-top:8px;
font-weight:900; font-size:clamp(1.2rem, 2.5vw, 1.6rem); color:var(--ink);
}
#promos-pro .price .tag{
background: linear-gradient(180deg, var(--brand), var(--brand-dark));
color:#fff; padding:.45rem .8rem; border-radius:12px; letter-spacing:.4px;
}
#promos-pro .cta-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; }
#promos-pro .btn-wa{
display:inline-flex; align-items:center; gap:8px; font-weight:800;
background: color-mix(in oklab, var(--brand) 12%, white);
border:1px solid color-mix(in oklab, var(--brand) 35%, transparent);
color:var(--ink); padding:.6rem .95rem; border-radius:14px; text-decoration:none;
}
#promos-pro .btn-wa i{ color:#25D366; }
/* Col derecha: collage */
#promos-pro .hc-media{
position:relative; min-height:320px; overflow:hidden;
background: radial-gradient(60% 60% at 30% 30%, color-mix(in oklab, var(--brand) 12%, transparent), transparent 60%),
radial-gradient(50% 50% at 80% 70%, color-mix(in oklab, var(--brand-dark) 12%, transparent), transparent 70%);
}
#promos-pro .stack{ position:absolute; inset:0; display:grid; place-items:center; padding:24px; }
#promos-pro .shot{
position:absolute; border-radius:18px; overflow:hidden; border:1px solid rgba(0,0,0,.08);
box-shadow: 0 16px 40px rgba(15,18,34,.2); transform: translateZ(0);
}
#promos-pro .shot img{ width:100%; height:100%; object-fit:cover; display:block; }
#promos-pro .shot.s1{ width:56%; top:8%; left:8%; rotate:-4deg; }
#promos-pro .shot.s2{ width:48%; bottom:10%; right:6%; rotate:6deg; }
#promos-pro .shot.s3{ width:38%; bottom:6%; left:12%; rotate:-10deg; }
/* ===== Scope exclusivo a #elegirnos ===== */
#elegirnos{ position:relative; isolation:isolate; }
/* Usa tu paleta si existe; si no, fallback */
:root{
--brand: var(--primary, #7b5cff);
--brand-dark: var(--primary-dark, #5a3fe6);
--soft: var(--soft, #f7f7fb);
--ink: var(--ink, #0f1222);
--muted: var(--muted, #7a8199);
}
#elegirnos .section-title{
font-weight:800; letter-spacing:.2px; margin:0 0 8px;
position:relative; display:inline-block;
}
#elegirnos .section-title::after{
content:""; display:block; height:3px; width:64%;
margin:10px auto 0; border-radius:2px;
background: linear-gradient(90deg, var(--brand), var(--brand-dark));
}
#elegirnos .section-subtitle{ color:var(--muted); margin:0; }
/* Aura decorativa sutil (no invade otros bloques) */
#elegirnos .e-aura{
position:absolute; inset:auto; pointer-events:none; z-index:-1;
width:min(54vw,720px); height:min(54vw,720px);
filter:blur(60px); opacity:.28;
background:
radial-gradient(40% 40% at 25% 25%, color-mix(in oklab, var(--brand) 70%, white), transparent 60%),
radial-gradient(36% 36% at 75% 70%, color-mix(in oklab, var(--brand-dark) 65%, white), transparent 70%);
transform:translateZ(0);
}
#elegirnos .e-aura.a1{ top:-18%; left:-12%; }
#elegirnos .e-aura.a2{ bottom:-22%; right:-10%; }
/* Panel vidrio con borde sutil */
#elegirnos .e-panel{
position:relative; border-radius:24px;
background: rgba(255,255,255,.7);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
border:1px solid rgba(15,18,34,.06);
box-shadow: 0 8px 26px rgba(15,18,34,.06), inset 0 1px 0 rgba(255,255,255,.35);
padding:clamp(16px,2.8vw,28px);
}
#elegirnos .e-panel::before{
content:""; position:absolute; inset:-1px; border-radius:26px; z-index:-1;
background: conic-gradient(from 120deg, color-mix(in oklab, var(--brand) 50%, transparent), color-mix(in oklab, var(--brand-dark) 50%, transparent), color-mix(in oklab, var(--brand) 50%, transparent));
filter:blur(12px); opacity:.55;
}
/* Grid */
#elegirnos .e-grid{
display:grid; gap:clamp(12px,2vw,20px);
grid-template-columns: repeat(12, 1fr);
}
#elegirnos .e-pill{
grid-column: span 6;
border-radius:20px; padding: clamp(14px,1.8vw,18px);
background:#fff; border:1px solid rgba(15,18,34,.06);
box-shadow: 0 8px 20px rgba(15,18,34,.05);
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
#elegirnos .e-pill:hover{
transform: translateY(-4px);
box-shadow: 0 14px 36px rgba(15,18,34,.10);
border-color: rgba(15,18,34,.12);
}
/* Icon badge */
#elegirnos .e-ico{
width:44px; height:44px; border-radius:12px; display:grid; place-items:center;
background: linear-gradient(180deg, var(--brand), var(--brand-dark)); color:#fff;
box-shadow: 0 8px 18px color-mix(in oklab, var(--brand) 35%, transparent);
margin-bottom:8px;
}
#elegirnos .e-ico i{ font-size:20px; line-height:1; }
#elegirnos .e-title{ font-weight:700; color:var(--ink); margin:2px 0 4px; letter-spacing:.2px; }
#elegirnos .e-txt{ color:var(--muted); margin:0; }
@media (max-width: 991.98px){ #elegirnos .e-pill{ grid-column: span 12; } }
@media (min-width: 1200px){
#elegirnos .e-pill:nth-child(1){ grid-column: span 5 }
#elegirnos .e-pill:nth-child(2){ grid-column: span 7 }
#elegirnos .e-pill:nth-child(3){ grid-column: span 7 }
#elegirnos .e-pill:nth-child(4){ grid-column: span 5 }
#elegirnos .e-pill:nth-child(5){ grid-column: span 6 }
#elegirnos .e-pill:nth-child(6){ grid-column: span 6 }
}
/* ===== Encapsulado a #trabajos ===== */
#trabajos { overflow: hidden; }
#trabajos * { box-sizing: border-box; }
#trabajos .frame{
position: relative;
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:16px;
box-shadow:0 8px 30px rgba(0,0,0,.08);
padding:14px;
}
/* Viewport con scroll horizontal nativo + scroll-snap */
#trabajos .viewport{
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scrollbar-width: none;
}
#trabajos .viewport::-webkit-scrollbar{ display:none; }
/* Pista como columnas (grid) con gap constante y snap por item */
#trabajos .track{
--gap: 14px; /* Usado también por JS */
display: grid;
grid-auto-flow: column;
grid-auto-columns: 500px; /* ancho base desktop */
gap: var(--gap);
padding-bottom: 2px; /* evita “pegado” al borde en iOS */
}
#trabajos .item{
scroll-snap-align: start;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(0,0,0,.06);
background:#f6f6f8;
aspect-ratio: 1/1; /* cuadradas */
}
#trabajos img{
width:100%; height:100%; display:block;
object-fit: cover;
}
/* Flechas */
#trabajos .ctrl{
position:absolute; top:50%; transform:translateY(-50%);
width:42px; height:42px; border:none; border-radius:50%;
background:#111; color:#fff; font-size:22px; line-height:42px;
display:grid; place-items:center; cursor:pointer; opacity:.9;
box-shadow:0 6px 16px rgba(0,0,0,.2);
transition: transform .15s ease, opacity .2s ease;
z-index:2;
}
#trabajos .ctrl:hover{ transform:translateY(-50%) scale(1.06); opacity:1; }
#trabajos .prev{ left:10px; }
#trabajos .next{ right:10px; }
/* Responsivo: ancho de columna según breakpoint */
@media (max-width: 1199.98px){ #trabajos .track{ grid-auto-columns: 380px; } }
@media (max-width: 991.98px){ #trabajos .track{ grid-auto-columns: 300px; } }
@media (max-width: 575.98px){
#trabajos .frame{ padding:12px; border-radius:12px; }
#trabajos .track{ --gap:12px; grid-auto-columns: 78vw; }
#trabajos .ctrl{ width:36px; height:36px; font-size:20px; }
}
:root{
--brand: var(--primary, #d9a441);
--brand-dark: var(--primary-dark, #b3852f);
--ink: var(--ink, #0f1222);
--muted: var(--muted, #7a8199);
--soft: var(--soft, #f7f7fb);
}
/* layout: una columna, ancho cómodo */
#faqs .faq-wrap{
max-width: 880px; margin: 0 auto;
}
#faqs .faq{
border:1px solid rgba(15,18,34,.08);
background:#fff; border-radius:16px; overflow:hidden;
box-shadow:0 8px 24px rgba(15,18,34,.06);
}
#faqs .faq + .faq{ margin-top:14px; }
#faqs .faq-btn{
width:100%; display:flex; align-items:center; justify-content:space-between;
gap:16px; padding:14px 16px; background:#fff; border:0; text-align:left;
font-weight:700; color:var(--ink); cursor:pointer;
}
#faqs .faq-btn:focus{ outline:2px solid color-mix(in oklab, var(--brand) 60%, transparent); outline-offset:2px; }
#faqs .faq-btn .kicker{
margin-left:auto;
display:inline-flex; align-items:center; gap:8px;
background: color-mix(in oklab, var(--brand) 14%, white);
border:1px solid color-mix(in oklab, var(--brand) 35%, transparent);
color:var(--ink); font-weight:800; font-size:.78rem; padding:.22rem .5rem; border-radius:10px;
}
#faqs .chev{
flex:0 0 auto; width:22px; height:22px; display:grid; place-items:center;
transition: transform .25s ease; color:var(--brand-dark);
margin-left:8px;
}
#faqs .faq[open] .chev{ transform: rotate(180deg); }
#faqs .sep{
height:1px; background:linear-gradient(90deg, transparent, rgba(15,18,34,.08), transparent);
margin:6px 0 10px;
}
#faqs .faq-content{ padding:0 16px 14px 16px; color:var(--muted); }
/* animación */
#faqs details > div{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .28s ease; }
#faqs details[open] > div{ grid-template-rows:1fr; }
#faqs details > div > .inner{ overflow:hidden; }
/* ===== Scope exclusivo a #footer-pro ===== */
#footer-pro{
--bg:#0f1222; /* fondo */
--ink:#e9ecf1; /* texto */
--muted:#a6adba; /* texto secundario */
--line:rgba(255,255,255,.06);
--brand: var(--primary, #d9a441);
--brand-2: var(--primary-dark, #b3852f);
background: radial-gradient(1200px 600px at 10% -10%, rgba(217,164,65,.08), transparent 60%) , var(--bg);
color: var(--ink);
padding: clamp(36px, 6vw, 56px) 0 24px;
border-top:1px solid var(--line);
}
#footer-pro a{ color:inherit; text-decoration:none; }
#footer-pro a:hover{ color:var(--brand); }
#footer-pro .fp-grid{
display:grid; gap: clamp(18px, 3vw, 28px);
grid-template-columns: 1.1fr .8fr 1.1fr;
}
@media (max-width: 991.98px){
#footer-pro .fp-grid{ grid-template-columns: 1fr; }
}
/* Brand */
#footer-pro .fp-logo{ display:flex; align-items:center; gap:42px; font-weight:900; letter-spacing:.3px; }
#footer-pro .fp-logo img{ height:42px; width:auto; object-fit:contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.2)); }
#footer-pro .fp-claim{ color:var(--muted); margin:10px 0 14px; }
#footer-pro .fp-social{ display:flex; gap:10px; }
#footer-pro .fp-social a{
width:38px; height:38px; display:grid; place-items:center;
border-radius:10px; background:rgba(255,255,255,.04); border:1px solid var(--line);
}
#footer-pro .fp-social a:hover{ background:linear-gradient(180deg, var(--brand), var(--brand-2)); color:#0f1222; }
/* Links */
#footer-pro .fp-links h6,
#footer-pro .fp-contact h6{
font-weight:800; margin:0 0 10px; letter-spacing:.2px;
position:relative; display:inline-block;
}
#footer-pro .fp-links h6::after,
#footer-pro .fp-contact h6::after{
content:""; display:block; height:3px; width:46%; margin:8px 0 0; border-radius:2px;
background: linear-gradient(90deg, var(--brand), var(--brand-2));
}
#footer-pro .fp-links ul{ list-style:none; padding:0; margin:0; }
#footer-pro .fp-links li + li{ margin-top:8px; }
#footer-pro .fp-links a{ color:var(--ink); opacity:.9; }
#footer-pro .fp-links a:hover{ opacity:1; }
/* Contacto */
#footer-pro .fp-contact-list{ list-style:none; padding:0; margin:0 0 12px; }
#footer-pro .fp-contact-list li{
display:flex; gap:10px; padding:6px 0; border-top:1px dashed var(--line); color:var(--ink);
}
#footer-pro .fp-contact-list li:first-child{ border-top:none; }
#footer-pro .fp-contact-list i{ color:var(--brand); margin-top:3px; }
/* Mapa */
#footer-pro .fp-map .map-frame{
position:relative; width:100%; aspect-ratio: 16 / 9;
border-radius:12px; overflow:hidden; border:1px solid var(--line);
box-shadow: 0 10px 26px rgba(0,0,0,.18);
background: #0b0e1a;
}
#footer-pro .fp-map iframe{ width:100%; height:100%; border:0; display:block; }
#footer-pro .btn-map{
margin-top:10px; padding:.55rem .9rem; border-radius:10px;
background: linear-gradient(180deg, var(--brand), var(--brand-2));
color:#0f1222; border:0; font-weight:800; cursor:pointer;
box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
#footer-pro .btn-map:hover{ filter:brightness(1.06); }
/* Legal */
#footer-pro .fp-legal{
display:flex; gap:12px; align-items:center; justify-content:space-between;
padding-top:18px; margin-top:24px; border-top:1px solid var(--line);
color:var(--muted);
flex-wrap:wrap;
}
#footer-pro .fp-legal-links{ list-style:none; padding:0; margin:0; display:flex; gap:12px; }
#footer-pro .fp-legal-links a{ color:var(--muted); }
#footer-pro .fp-legal-links a:hover{ color:var(--brand); }
/* Modal mapa (dialog nativo) */
#footer-pro .fp-modal{
border:0; padding:0; width:min(92vw, 1000px); max-width:1000px; background:transparent;
}
#footer-pro .fp-modal::backdrop{
background:rgba(0,0,0,.65);
}
#footer-pro .fp-modal-content{
position:relative; border-radius:16px; overflow:hidden;
background:#0b0e1a; border:1px solid var(--line);
box-shadow: 0 28px 80px rgba(0,0,0,.5);
}
#footer-pro .fp-modal-body{ width:100%; aspect-ratio: 16 / 9; }
#footer-pro .fp-modal-body iframe{ width:100%; height:100%; border:0; display:block; }
#footer-pro .fp-modal-close{
position:absolute; top:8px; right:8px; width:40px; height:40px;
display:grid; place-items:center; border-radius:8px; border:1px solid var(--line);
background:rgba(255,255,255,.06); color:var(--ink); cursor:pointer;
}
#footer-pro .fp-modal-close:hover{ background:rgba(255,255,255,.12); }
/* Modo claro para la ventana de WhatsApp */
:root{
--wa: #25D366; --wa-dark: #128C7E; --wa-darker: #075E54;
--ig-1:#F58529; --ig-2:#DD2A7B; --ig-3:#8134AF;
--light-bg: #ffffff; --light-card: #f8f9fa;
--light-text: #1a1a1a; --muted-text: rgba(0,0,0,.6);
--border-light: rgba(0,0,0,.1);
}
/* IG flotante */
.ig-float{
position: fixed; right: 18px; bottom: 92px; z-index: 9999;
width:60px; height:60px; border-radius:50%; display:grid; place-items:center;
background: radial-gradient(circle at 30% 30%, #fff8, #fff0 60%), linear-gradient(135deg, var(--ig-1), var(--ig-2) 50%, var(--ig-3));
box-shadow:0 10px 30px rgba(0,0,0,.25); transition:transform .3s, box-shadow .3s; text-decoration:none;
}
.ig-float:hover{ transform: translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(0,0,0,.35); }
.ig-float svg{ filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); }
/* WA flotante */
.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; }
/* Ventana de chat - MODO CLARO */
.wa-card{
position:absolute; right:0; bottom:74px; width:min(360px, 92vw);
background: var(--light-bg); color: var(--light-text); border-radius:18px; overflow:hidden;
box-shadow: 0 18px 60px rgba(0,0,0,.2); border:1px solid var(--border-light);
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: var(--light-card); border-bottom:1px solid var(--border-light);
}
.wa-avatar{
width:40px; height:40px; border-radius:8px; background:#e9ecef;
display:grid; place-items:center; border:1px solid var(--border-light); 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:var(--light-text); 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(0,0,0,.05); }
.wa-body{
padding:12px 14px; max-height:40vh; overflow:auto; background: var(--light-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 2px 8px rgba(0,0,0,.08); animation:fadeIn .25s ease;
}
@keyframes fadeIn{ from{opacity:0; transform:translateY(5px)} to{opacity:1; transform:none} }
.wa-bot{
background: #f1f3f5; border:1px solid var(--border-light);
align-self:flex-start; border-bottom-left-radius:4px;
}
.wa-user{
background: var(--wa-darker); color: white;
align-self:flex-end; border-bottom-right-radius:4px;
}
.wa-compose{
display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px;
background: var(--light-card); border-top:1px solid var(--border-light);
}
.wa-compose textarea{
resize:none; border-radius:12px; padding:10px 12px; border:1px solid var(--border-light);
background:#ffffff; 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:#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.05); }
/* Scrollbar para modo claro */
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background: rgba(0,0,0,.05); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.2); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background: rgba(0,0,0,.3); }
/* Responsive */
@media (max-width: 480px){
.ig-float{ right:12px; bottom: 86px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width: calc(100vw - 24px); right:0; }
}
serviciotecnicomario.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;900&display=swaphttps://unpkg.com/[email protected]/dist/aos.css:root {
--color-bg: #ffffff;
--color-text: #111111;
--color-primary: #111111; /* primary = black for links, text, borders */
--color-primary-600: #000000;
--color-secondary: #111111;
--color-accent: #ffca18; /* accent = yellow */
--color-muted: #6c727f;
--color-soft: #faf9f4; /* subtle warm background */
--card-bg: #ffffff;
--card-bd: #e7ebf0;
--gradient-primary: linear-gradient(135deg, #ffca18 0%, #e0b20d 100%);
--gradient-secondary: linear-gradient(135deg, #111111 0%, #333333 100%);
--gradient-hero: linear-gradient(135deg, #111111 0%, #ffca18 100%);
--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--border-radius: 16px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', sans-serif;
background: var(--color-bg);
color: var(--color-text);
overflow-x: hidden;
line-height: 1.6;
}
a {
color: var(--color-primary);
text-decoration: none;
transition: all 0.3s ease;
}
a:hover {
color: var(--color-accent);
}
/* Botones */
.btn {
border-radius: 12px;
font-weight: 600;
padding: 12px 24px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.btn-primary {
background: var(--gradient-primary);
border: none;
box-shadow: var(--shadow-sm);
color:#111111;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.btn-secondary {
background: var(--gradient-secondary);
border: none;
color: white;
box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.btn-outline-primary {
border: 2px solid var(--color-accent);
color: var(--color-accent);
background: transparent;
}
.btn-outline-primary:hover {
background: var(--color-accent);
color: #111111;
transform: translateY(-2px);
}
/* Navbar */
.navbar {
background: rgba(255, 255, 255, 0.95) !important;
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 16px 0;
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 12px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
background: var(--gradient-hero);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.nav-link {
font-weight: 500;
position: relative;
margin: 0 8px;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--gradient-primary);
transition: width 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
width: 100%;
}
/* Hero Section */
#inicio {
padding: 140px 0 80px;
position: relative;
overflow: hidden;
}
.hero-bg {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: radial-gradient(1200px 600px at 10% 20%, rgba(255,202,24,0.08), transparent 60%),
radial-gradient(1000px 500px at 80% 10%, rgba(0,0,0,0.08), transparent 60%);
z-index: -1;
}
.hero-text h1 {
font-weight: 900;
line-height: 1.1;
margin-bottom: 24px;
background: var(--gradient-hero);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.hero-text p {
color: var(--color-muted);
font-size: 1.1rem;
margin-bottom: 32px;
}
.hero-media {
position: relative;
}
.hero-media .media-frame {
aspect-ratio: 16/10;
width: 100%;
border-radius: var(--border-radius);
overflow: hidden;
box-shadow: var(--shadow-lg);
background: var(--color-soft);
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: transform 0.5s ease;
}
.hero-media:hover .media-frame {
transform: perspective(1000px) rotateY(0) rotateX(0);
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
/* Secciones */
section {
padding: 100px 0;
position: relative;
}
.section-title {
font-weight: 800;
letter-spacing: -0.5px;
margin-bottom: 16px;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 4px;
background: var(--gradient-primary);
border-radius: 2px;
}
.section-sub {
color: var(--color-muted);
margin: 0;
font-size: 1.1rem;
}
/* Cards */
.card-modern {
background: var(--card-bg);
border: 1px solid var(--card-bd);
border-radius: var(--border-radius);
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
overflow: hidden;
position: relative;
}
.card-modern:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
}
.icon-badge {
width: 60px;
height: 60px;
border-radius: 16px;
display: grid;
place-items: center;
background: rgba(255, 202, 24, 0.18);
color: var(--color-primary);
font-size: 24px;
margin-bottom: 20px;
transition: all 0.3s ease;
}
.card-modern:hover .icon-badge {
transform: scale(1.1);
background: var(--gradient-primary);
color: #111111;
}
/* FAQ */
.accordion-button {
font-weight: 600;
padding: 20px;
border-radius: 12px !important;
background: white;
border: 1px solid var(--card-bd);
margin-bottom: 8px;
}
.accordion-button:not(.collapsed) {
color: var(--color-primary);
background: rgba(255, 202, 24, 0.12);
box-shadow: none;
}
.accordion-button:focus {
box-shadow: 0 0 0 3px rgba(255, 202, 24, 0.25);
border-color: var(--color-accent);
}
.accordion-body {
padding: 20px;
}
/* Form */
.contact-card .form-control,
.contact-card .form-select {
border-radius: 12px;
padding: 12px 16px;
border: 1px solid var(--card-bd);
transition: all 0.3s ease;
}
.contact-card .form-control:focus,
.contact-card .form-select:focus {
border-color: var(--color-primary);
box-shadow: 0 0 0 3px rgba(12, 110, 253, 0.1);
}
.hidden-hp {
position: absolute;
left: -9999px;
top: -9999px;
}
/* Footer */
footer {
background: #000;
color: #f1f1f1;
padding: 80px 0 40px;
}
footer a {
color: #ffca18;
transition: all 0.3s ease;
}
footer a:hover {
color: #ffffff;
transform: translateX(5px);
}
footer .small-muted {
color: #cfcfcf;
}
/* Utilidades */
.soft {
background: linear-gradient(135deg, rgba(255, 202, 24, 0.06) 0%, rgba(0,0,0,
/* ...cortado... */
#inicio .hero-media .media-frame{
/* Elimina recortes previos */
overflow: visible !important;
border-radius: 1rem;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
padding: 1rem;
background: #fff;
/* Quita altos fijos heredados */
height: auto !important;
min-height: 0 !important;
/* Contenedor flexible centrado */
display: grid;
place-items: center;
}
#inicio .hero-media img{
/* Mostrar la imagen según su contenido (sin recortar) */
width: 100%;
height: auto; /* respeta proporción */
object-fit: contain !important; /* por si hay reglas previas */
max-height: 520px; /* límite razonable en desktop */
}
@media (max-width: 991.98px){
#inicio .hero-media img{
max-height: 360px; /* más chico en phone/tablet */
}
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .5rem 1rem;
border-radius: 999px;
background: rgba(255,255,255,0.8);
color: var(--brand-1);
font-weight: 600;
backdrop-filter: blur(10px);
box-shadow: var(--shadow-sm);
}
#quienes .card-modern{
border-radius: 1rem;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
background: #fff;
overflow: hidden;
padding: 0;
}
/* El visor define la ALTURA. Usamos clamp para que siempre se vea grande. */
#quienes .fade-viewport{
position: relative;
width: 100%;
height: clamp(260px, 45vw, 560px); /* ⇠ subí/bajá a gusto */
background: #fff;
}
/* Capas apiladas con fundido */
#quienes .fade-slide{
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
animation: quienesCrossfade 20s ease-in-out infinite;
will-change: opacity;
background: #fff; /* letterbox prolijo cuando la proporción no coincide */
}
/* 👉 CLAVE para que NO se vean chicas:
llenamos la ALTURA del visor.
- Mantiene proporción
- Sin recortes
- Sin estirar
*/
#quienes .fade-slide img{
height: 100%; /* llena la altura disponible */
width: auto; /* ajusta el ancho proporcionalmente */
max-width: none;
display: block;
image-rendering: auto;
}
/* Desfasaje (4 imágenes) */
#quienes .fade-slide:nth-child(1){ animation-delay: 0s; }
#quienes .fade-slide:nth-child(2){ animation-delay: 5s; }
#quienes .fade-slide:nth-child(3){ animation-delay: 10s; }
#quienes .fade-slide:nth-child(4){ animation-delay: 15s; }
/* Fundido suave (sin zoom) */
@keyframes quienesCrossfade{
0% { opacity: 0; }
5% { opacity: 1; } /* aparece */
25% { opacity: 1; } /* visible */
30% { opacity: 0; } /* se va */
100% { opacity: 0; }
}
/* Accesibilidad: si prefieren menos movimiento, fijamos la 1ra */
@media (prefers-reduced-motion: reduce){
#quienes .fade-slide{ animation: none; opacity: 0; }
#quienes .fade-slide:nth-child(1){ opacity: 1; }
}
.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)}
}
: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:waFade .25s ease; }
@keyframes waFade{ 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; }
}
centrodecontencionalejandrabaez.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=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@300;400;500;600&display=swap:root {
--brand-1: #1c7966; /* principal */
--brand-2: #0969a5;
--brand-3: #41e8f4;
--brand-4: #0d2739;
--brand-5: #0a4d40;
--bg: #ffffff;
--text: #1c1f24;
--muted: #6b7280;
--card: #f7faf9;
--light-bg: #f8fdfc;
--ring: rgba(28,121,102,.2);
--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--gradient-1: linear-gradient(135deg, var(--brand-1), var(--brand-5));
--gradient-2: linear-gradient(135deg, var(--brand-2), var(--brand-3));
--gradient-3: linear-gradient(135deg, #f8fdfc, #e6f7f3);
}
* {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .navbar-brand {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
html, body {
background: var(--bg);
color: var(--text);
scroll-behavior: smooth;
}
.section {
padding: 80px 0;
}
.section-alt {
background: var(--light-bg);
}
.section-title {
font-weight: 800;
letter-spacing: -0.5px;
margin-bottom: 1rem;
position: relative;
}
.section-title:after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: var(--gradient-1);
border-radius: 2px;
}
.section-title.center:after {
left: 50%;
transform: translateX(-50%);
}
.section-sub {
color: var(--muted);
font-size: 1.1rem;
max-width: 600px;
}
/* NAVBAR */
.navbar {
box-shadow: var(--shadow-sm);
padding: 1rem 0;
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 0.7rem 0;
background: rgba(255, 255, 255, 0.98) !important;
backdrop-filter: blur(10px);
}
.navbar-brand {
font-weight: 800;
letter-spacing: -.2px;
display: flex;
align-items: center;
gap: 10px;
}
.brand-badge {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .35rem .7rem;
border-radius: 999px;
background: rgba(28,121,102,.08);
color: var(--brand-1);
font-weight: 600;
font-size: 0.75rem;
}
.nav-link {
font-weight: 500;
position: relative;
padding: 0.5rem 1rem !important;
transition: color 0.3s;
}
.nav-link:after {
content: '';
position: absolute;
bottom: 0;
left: 1rem;
width: 0;
height: 2px;
background: var(--brand-1);
transition: width 0.3s ease;
}
.nav-link:hover, .nav-link.active {
color: var(--brand-1) !important;
}
.nav-link:hover:after, .nav-link.active:after {
width: calc(100% - 2rem);
}
.btn-brand {
background: var(--gradient-1);
border: none;
color: white;
font-weight: 600;
padding: 0.6rem 1.5rem;
border-radius: 8px;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
}
.btn-brand:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
color: white;
}
.btn-outline-brand {
border: 2px solid var(--brand-1);
color: var(--brand-1);
font-weight: 600;
padding: 0.6rem 1.5rem;
border-radius: 8px;
transition: all 0.3s ease;
}
.btn-outline-brand:hover {
background: var(--brand-1);
color: white;
transform: translateY(-2px);
box-shadow: var(--shadow-sm);
}
/* HERO */
.hero {
padding: 120px 0 80px;
background: var(--gradient-3);
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 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(28,121,102,0.03)"/></svg>');
background-size: cover;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .5rem 1rem;
border-radius: 999px;
background: rgba(255,255,255,0.8);
color: var(--brand-1);
font-weight: 600;
backdrop-filter: blur(10px);
box-shadow: var(--shadow-sm);
}
.hero-title {
font-size: 3.2rem;
font-weight: 800;
line-height: 1.1;
margin: 1.5rem 0 1rem;
letter-spacing: -0.5px;
}
.hero-subtitle {
font-size: 1.25rem;
color: var(--muted);
max-width: 600px;
margin-bottom: 2rem;
}
.feature-badge {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .5rem 1rem;
border-radius: 999px;
background: white;
color: var(--brand-1);
font-weight: 500;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
box-shadow: var(--shadow-sm);
border: 1px solid rgba(28,121,102,0.1);
}
.hero-image {
border-radius: 10px;
overflow: hidden;
box-shadow: var(--shadow-lg);
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: transform 0.5s ease;
}
.hero-image:hover {
transform: perspective(1000px) rotateY(0) rotateX(0);
}
/* CARDS */
.card-modern {
background: white;
border: none;
border-radius: 16px;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
overflow: hidden;
}
.card-modern:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.why-card {
height: 100%;
border-radius: 16px;
padding: 2rem;
background: white;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
border-left: 4px solid transparent;
}
.why-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
border-left: 4px solid var(--brand-1);
}
.why-icon {
display: grid;
place-items: center;
width: 70px;
height: 70px;
border-radius: 16px;
background: var(--gradient-1);
color: #fff;
font-size: 1.8rem;
margin-bottom: 1.5rem;
box-shadow: var(--shadow-md);
}
/* FAQs */
.accordion-modern .accordion-item {
border: none;
border-radius: 12px;
overflow: hidden;
margin-bottom: 1rem;
box-shadow: var(--shadow-sm);
}
.accordion-modern .accordion-button {
background: white;
font-weight: 600;
padding: 1.25rem 1.5rem;
border: none;
box-shadow: none;
}
.accordion-modern .accordion-button:not(.collapsed) {
background: rgba(28,121,102,.06);
color: var(--brand-1);
box-shadow: none;
}
.accordion-modern .accordion-button:after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c7966'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-modern .accordion-body {
padding: 0
/* ...cortado... */
/* === FIXES (2025-11-07) — mobile overflow + toggler visibility, safe for desktop === */
html, body { overflow-x: hidden; }
/* Make media never overflow viewport */
img, svg, video, canvas { max-width: 100%; height: auto; }
/* Carousel wrapper: avoid accidental horizontal scroll on mobile */
.gal-carousel { overflow: hidden; }
/* Long words/URLs won't push layout */
body { overflow-wrap: anywhere; word-wrap: break-word; }
/* Force toggler icon to be visible on light backgrounds without changing navbar theme */
.navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0,0,0,0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
#quienes .img-box{
height: 400px; /* alto fijo visible sin recortar */
display:flex;
align-items:center;
justify-content:center;
background:#fff; /* color de fondo detrás de la imagen */
border-radius:16px;
overflow:hidden;
}
#quienes .img-box img{
max-width:100%;
max-height:100%;
width:auto; /* respeta proporción real */
height:auto; /* respeta proporción real */
object-fit: contain; /* nunca recorta */
}
@media (max-width: 576px){
#quienes .img-box{ height:300px; } /* un poco más bajo en phone */
}
.gal-carousel .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: botones circulares con alto contraste en celeste/azul */
.gal-carousel .carousel-control-prev,
.gal-carousel .carousel-control-next{
z-index:20;
width:54px;
height:54px;
top:50%;
transform:translateY(-50%);
opacity:1;
background: linear-gradient(135deg, var(--brand-2), var(--brand-3));
border-radius:50%;
border: 3px solid #ffffff;
box-shadow: 0 10px 22px rgba(9,105,165,.35);
transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.gal-carousel .carousel-control-prev{ left: 6px; }
.gal-carousel .carousel-control-next{ right: 6px; }
.gal-carousel .carousel-control-prev:hover,
.gal-carousel .carousel-control-next:hover{
transform: translateY(-50%) scale(1.06);
box-shadow: 0 14px 28px rgba(9,105,165,.45);
background: linear-gradient(135deg, var(--brand-3), var(--brand-2));
}
.gal-carousel .carousel-control-prev:focus,
.gal-carousel .carousel-control-next:focus{
outline: 3px solid rgba(65,232,244,.4);
outline-offset: 2px;
}
/* Chevron más grande */
.gal-carousel .gal-ctrl-icon{
width:2.8rem;
height:2.8rem;
background-size:60% 60%;
filter: none; /* dejamos chevron blanco, contrasta con fondo azul */
}
/* Indicadores celestes */
.gal-carousel .carousel-indicators{ z-index:10; bottom:-50px; }
.gal-carousel .carousel-indicators button{
width:10px; height:10px; border-radius:50%;
background: rgba(9,105,165,.35); border: none;
}
.gal-carousel .carousel-indicators button.active{
background: var(--brand-2);
}
/* Indicadores: se sitúan fuera; agregamos espacio inferior para que no se corten */
.gal-carousel .carousel-indicators{z-index:10;bottom:-50px}
.gal-carousel .carousel-indicators button{
width:10px;height:10px;border-radius:50%;
background:rgba(0,0,0,.5);border:none
}
.gal-carousel .carousel-indicators button.active{background:#000}
.gal-carousel{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)}
}
/* columnas y espaciados */
#contacto .contact-col{ display:flex; flex-direction:column; gap:1.25rem; }
#contacto .form-col .card-modern{ position:sticky; top:0; }
@media (max-width: 991.98px){
#contacto .form-col .card-modern{ position:static; }
}
/* mapa más chico y responsive */
#contacto .map-slim{
height: clamp(180px, 26vh, 300px); /* mínimo 180px, ideal 26% de la pantalla, máx 300px */
border-radius:16px; overflow:hidden; box-shadow:0 6px 20px rgba(0,0,0,.08);
}
#contacto .map-slim iframe{ width:100%; height:100%; border:0; }
#contacto .btn-route{ border-radius:10px; }
:root{
--pri:#1c7966; /* verde */
--sec:#0969a5; /* azul */
--ac:#41e8f4; /* cian */
--bg1:#016db5; /* base solicitada */
}
footer.footer-pro{
/* Gradiente principal del footer */
background: linear-gradient(180deg, var(--bg1) 0%, var(--sec) 55%, var(--ac) 130%);
color:#ffffff;
border-top:6px solid rgba(255,255,255,.25);
}
/* CTA con efecto “glass” para destacar sobre fondo */
.footer-cta{
background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
backdrop-filter: blur(6px);
color:#fff;
border:1px solid rgba(255,255,255,.2);
border-radius:16px;
padding:18px 22px;
}
.footer-cta .btn-wapp{
background:#25D366; color:#fff; border:none;
font-weight:700; padding:.75rem 1rem; border-radius:12px;
box-shadow:0 6px 16px rgba(0,0,0,.25);
}
.footer-cta .btn-wapp:hover{ filter:brightness(.95); }
.footer-brand{ font-weight:800; font-size:1.15rem; color:#fff; }
.footer-sub{ font-size:.9rem; color:rgba(255,255,255,.85); }
.footer-col-title{
font-weight:800; text-transform:uppercase; letter-spacing:.04em;
font-size:.85rem; color:#fff; opacity:.95; margin-bottom:.75rem;
}
.footer-link, .footer-info a{
color:#ffffff; text-decoration:none;
}
.footer-link:hover{ color:#eaf8ff; text-decoration:underline; }
.footer-info i{ color:#fff; opacity:.9; }
.chip{
display:inline-flex; align-items:center; gap:.4rem;
background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.24);
padding:.4rem .7rem; border-radius:999px; font-size:.9rem; color:#fff;
}
.chip i{ color:#fff; opacity:.9; }
.foot-badges{ display:flex; gap:.5rem; flex-wrap:wrap; }
.foot-badge{
background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.22);
padding:.35rem .6rem; border-radius:10px; font-size:.8rem; font-weight:700;
}
.footer-bottom{
border-top:1px solid rgba(255,255,255,.25);
margin-top:24px; padding-top:16px; font-size:.9rem; color:#fff; opacity:.9;
}
@media (max-width: 767.98px){
.footer-cta{ text-align:center; gap:12px; }
}
:root{
--wa:#25D366; --wa-dark:#128C7E; --wa-darker:#075E54;
--light-bg:#ffffff; --lighter-bg:#f8f9fa;
--dark-text:#1a1a1a; --muted-text:rgba(0,0,0,.6);
}
.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(--light-bg); color:var(--dark-text); border-radius:18px; overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.2); border:1px solid rgba(0,0,0,.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,#f0f2f5,#e8eaed); border-bottom:1px solid rgba(0,0,0,.06);
}
.wa-avatar{ width:40px; height:40px; border-radius:8px; background:#f0f2f5;
display:grid; place-items:center; border:1px solid rgba(0,0,0,.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:#000; 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(0,0,0,.1); }
.wa-body{ padding:12px 14px; max-height:40vh; overflow:auto; background:var(--light-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,.1); animation:fadeIn .25s ease; }
@keyframes fadeIn{ from{opacity:0; transform:translateY(5px)} to{opacity:1; transform:none} }
.wa-bot{ background:#f0f2f5; border:1px solid rgba(0,0,0,.06); align-self:flex-start; border-bottom-left-radius:4px; }
.wa-user{ background:var(--wa-darker); color:white; align-self:flex-end; border-bottom-right-radius:4px; }
.wa-compose{ display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px; background:var(--light-bg); border-top:1px solid rgba(0,0,0,.08); }
.wa-compose textarea{
resize:none; border-radius:12px; padding:10px 12px; border:1px solid rgba(0,0,0,.12);
background:#ffffff; color:var(--dark-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:white; 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(0,0,0,.05); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.2); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.3); }
/* Responsive */
@media (max-width:480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}