tingladosjgs.com.ar
https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css:root {
--primary: #0052FF;
--primary-dark: #0039B8;
--primary-light: #E6F0FF;
--secondary: #10B981;
--accent: #F59E0B;
--dark: #0F172A;
--dark-light: #1E293B;
--gray: #64748B;
--gray-light: #F1F5F9;
--white: #FFFFFF;
--shadow: 0 20px 60px rgba(0, 82, 255, 0.08);
--shadow-lg: 0 32px 64px rgba(0, 0, 0, 0.08);
--radius: 24px;
--radius-sm: 12px;
--transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
--gradient: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 80px;
}
body {
font-family: 'Inter', sans-serif;
color: var(--dark);
background: var(--white);
overflow-x: hidden;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Manrope', sans-serif;
font-weight: 800;
line-height: 1.2;
}
a {
text-decoration: none;
color: inherit;
transition: var(--transition);
}
.container-custom {
max-width: 1280px;
padding: 0 24px;
margin: 0 auto;
}
/* === NAVBAR PREMIUM === */
.navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(0, 82, 255, 0.08);
padding: 16px 0;
z-index: 1000;
transition: var(--transition);
}
.navbar.scrolled {
padding: 12px 0;
box-shadow: 0 8px 32px rgba(0, 82, 255, 0.08);
}
.brand-logo {
display: flex;
align-items: center;
gap: 12px;
}
.brand-icon {
width: 48px;
height: 48px;
background: var(--gradient);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 900;
font-size: 1.5rem;
box-shadow: 0 8px 24px rgba(0, 82, 255, 0.3);
transition: var(--transition);
}
.brand-name {
font-family: 'Manrope', sans-serif;
font-weight: 900;
font-size: 1.8rem;
background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* --- Navbar layout fix (mobile + desktop) --- */
.navbar .container-custom{
display:flex;
align-items:center;
width:100%;
gap:16px;
}
/* fuerza logo a la izquierda y hamburguesa al extremo derecho */
.navbar-brand{ flex:0 0 auto; margin-right:auto; }
.navbar-toggler{
margin-left:auto;
border:0;
padding:10px 12px;
border-radius:14px;
background: rgba(0, 82, 255, 0.10);
}
.navbar-toggler:focus{ box-shadow:0 0 0 4px rgba(0, 82, 255, 0.15); }
@media (max-width: 991.98px){
.navbar .container-custom{ flex-wrap:wrap; }
.navbar-collapse{ width:100%; padding-top:12px; }
.navbar-nav{ padding:8px 0; }
.navbar .d-flex.ms-lg-4{ width:100%; margin-top:12px; }
.navbar .btn-cta{ width:100%; justify-content:center; }
}
@media (max-width: 575.98px){
/* menos padding para que se vea bien "al borde" */
.navbar .container-custom{ padding-left:16px; padding-right:16px; }
.brand-name{ font-size:1.55rem; }
.brand-icon{ width:44px; height:44px; border-radius:14px; font-size:1.35rem; }
}
.nav-item {
margin: 0 4px;
}
.nav-link {
position: relative;
font-weight: 600;
color: var(--dark);
padding: 8px 16px !important;
border-radius: 12px;
transition: var(--transition);
}
.nav-link:hover {
background: var(--primary-light);
color: var(--primary);
transform: translateY(-2px);
}
.nav-link::after {
content: '';
position: absolute;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 3px;
background: var(--gradient);
border-radius: 2px;
transition: var(--transition);
}
.nav-link:hover::after {
width: 20px;
}
.btn-cta {
background: var(--gradient);
color: white;
padding: 12px 28px;
border-radius: 16px;
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 8px;
border: none;
box-shadow: 0 12px 32px rgba(0, 82, 255, 0.3);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.btn-cta:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px rgba(0, 82, 255, 0.4);
color: white;
}
.btn-cta::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: 0.6s;
}
.btn-cta:hover::before {
left: 100%;
}
/* === HERO SECTION === */
.hero {
padding: 160px 0 100px;
background: linear-gradient(135deg, #F8FAFF 0%, #FFFFFF 100%);
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 60%;
height: 100%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><defs><linearGradient id="a" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="%230052FF" stop-opacity="0.05"/><stop offset="100%" stop-color="%230052FF" stop-opacity="0"/></linearGradient></defs><rect width="800" height="800" fill="url(%23a)" opacity="0.5"/></svg>');
opacity: 0.6;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--primary-light);
color: var(--primary);
padding: 12px 24px;
border-radius: 50px;
font-weight: 700;
font-size: 0.9rem;
margin-bottom: 24px;
animation: fadeInUp 0.6s ease-out 0.2s both;
}
.hero-title {
font-size: clamp(2.5rem, 5vw, 4rem);
margin-bottom: 24px;
line-height: 1.1;
animation: fadeInUp 0.6s ease-out 0.4s both;
}
.hero-highlight {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
position: relative;
}
.hero-highlight::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: rgba(0, 82, 255, 0.15);
z-index: -1;
border-radius: 4px;
}
.hero-subtitle {
font-size: 1.25rem;
color: var(--gray);
margin-bottom: 32px;
max-width: 600px;
animation: fadeInUp 0.6s ease-out 0.6s both;
}
.feature-list {
list-style: none;
padding: 0;
margin-bottom: 40px;
}
.feature-list li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
animation: fadeInUp 0.6s ease-out;
animation-fill-mode: both;
}
.feature-list li:nth-child(1) { animation-delay: 0.8s; }
.feature-list li:nth-child(2) { animation-delay: 0.9s; }
.feature-list li:nth-child(3) { animation-delay: 1.0s; }
.feature-list li:nth-child(4) { animation-delay: 1.1s; }
.feature-icon {
width: 24px;
he
/* ...cortado... */
/* Card contenedora */
.vid-vertical-card{
width: min(360px, 92vw); /* en phone ocupa casi todo el ancho */
border-radius: 18px;
overflow: hidden;
background: rgba(255,255,255,.9);
border: 1px solid rgba(0,0,0,.08);
box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
/* Frame vertical (9:16) — evita el “contenedor gigante” */
.vid-vertical-frame{
position: relative;
width: 100%;
aspect-ratio: 9 / 16; /* clave: vertical tipo celular */
background: #000;
}
/* Video ocupa el frame */
.vid-vertical{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; /* fill lindo (sin bordes negros) */
display: block;
}
.vid-vertical-body{
padding: 14px 16px 16px;
}
/* En desktop: un poquito más “fino” para que entren prolijos lado a lado */
@media (min-width: 992px){
.vid-vertical-card{
width: 320px;
}
}
/* En phone: más grande aún (pero sin romper) */
@media (max-width: 576px){
.vid-vertical-card{
width: min(420px, 96vw);
}
.vid-vertical-body{
padding: 14px 14px 16px;
}
}
.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-green-1:#25D366;
--wa-green-2:#128C7E;
--wa-bg:#ffffff;
--wa-border: rgba(0,0,0,.10);
--wa-soft:#f6f7f9;
--wa-text:#0f172a;
--wa-muted:#64748b;
}
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family: inherit;
}
.wa-btn{
width:60px;height:60px;border-radius:50%;
border:none;
background:linear-gradient(135deg,var(--wa-green-1),var(--wa-green-2));
color:#fff;
display:grid;place-items:center;
cursor:pointer;
box-shadow:0 14px 38px rgba(18,140,126,.35);
transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 18px 46px rgba(18,140,126,.45);
filter:saturate(1.05);
}
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(380px,92vw);
background:var(--wa-bg);
border-radius:18px;
border:1px solid var(--wa-border);
box-shadow:0 20px 70px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.25s ease;
}
.wa-card[aria-modal="true"]{ transform:none; opacity:1; }
.wa-head{
display:flex;align-items:center;gap:12px;
padding:14px 14px 12px;
background:linear-gradient(135deg,var(--wa-green-1),var(--wa-green-2));
color:#fff;
}
.wa-avatar{
width:40px;height:40px;border-radius:12px;
background:rgba(255,255,255,.18);
display:grid;place-items:center;
border:1px solid rgba(255,255,255,.25);
}
.wa-initials{ font-weight:900; letter-spacing:.5px; }
.wa-title{ font-weight:800; line-height:1.1; }
.wa-status{ font-size:.85rem; opacity:.95; }
.wa-close{
margin-left:auto;
border:none;background:transparent;color:#fff;
font-size:26px;line-height:1;
cursor:pointer;
opacity:.9;
}
.wa-close:hover{ opacity:1; transform:scale(1.05); }
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:var(--wa-soft);
display:flex;flex-direction:column;gap:8px;
}
.wa-bubble{
max-width:92%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
background:#fff;
border:1px solid rgba(0,0,0,.08);
align-self:flex-start;
color:var(--wa-text);
}
.wa-user{
background:#eaf7f0;
border:1px solid rgba(18,140,126,.25);
align-self:flex-end;
color:var(--wa-text);
}
.wa-hint{
font-size:.9rem;
color:var(--wa-muted);
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid rgba(0,0,0,.08);
background:#fff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid rgba(0,0,0,.12);
font-family:inherit;
outline:none;
}
.wa-compose textarea:focus{
border-color: rgba(18,140,126,.55);
box-shadow:0 0 0 4px rgba(18,140,126,.12);
}
.wa-send{
background:linear-gradient(135deg,var(--wa-green-1),var(--wa-green-2));
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
transition:transform .2s ease, filter .2s ease;
}
.wa-send:hover{ transform:translateY(-1px); filter:saturate(1.06); }
.wa-quick{
display:flex;
flex-wrap:wrap;
gap:8px;
padding:10px;
border-top:1px solid rgba(0,0,0,.06);
background:#fff;
}
.wa-chip{
border:1px solid rgba(0,0,0,.10);
background:#fff;
color:var(--wa-text);
border-radius:999px;
padding:8px 10px;
font-size:.86rem;
cursor:pointer;
transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.wa-chip:hover{
transform:translateY(-1px);
border-color: rgba(18,140,126,.35);
background: rgba(37,211,102,.06);
}
@media(max-width:480px){
.wa-card{ width:calc(100vw - 24px); }
}
telardankuk.com
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300..800&display=swap:root {
--accent: #8c5a3c;
--accent-dark: #6d442c;
--accent-soft: rgba(140, 90, 60, 0.08);
--bg: #fcf8f4;
--surface: #ffffff;
--surface-2: #faf1ea;
--text: #1e1713;
--muted: #5f4e42;
--line: #e1cfc0;
--line-light: rgba(225, 207, 192, 0.4);
--shadow-sm: 0 10px 25px -8px rgba(0,0,0,0.06);
--shadow-md: 0 20px 35px -10px rgba(0,0,0,0.08);
--shadow-lg: 0 30px 55px -12px rgba(0,0,0,0.12);
--radius: 28px;
--radius-sm: 20px;
--nav-h: 88px;
--transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
html, body { overflow-x: hidden; }
body {
margin: 0;
font-family: "Inter", system-ui, -apple-system, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4, .eyebrow, .btn-main, .btn-outline-soft, .nav-link, .footer-title {
font-weight: 600;
letter-spacing: -0.02em;
}
.section { padding: 100px 0; }
.eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 6px 16px;
border-radius: 100px;
background: var(--accent-soft);
color: var(--accent-dark);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 1rem;
backdrop-filter: blur(4px);
}
.section-title {
margin: 0 0 1.2rem 0;
font-size: clamp(2.2rem, 5vw, 3.8rem);
font-weight: 650;
line-height: 1.1;
color: var(--text);
letter-spacing: -0.03em;
}
.section-subtitle {
max-width: 700px;
margin-left: auto;
margin-right: auto;
color: var(--muted);
font-size: 1.1rem;
line-height: 1.7;
font-weight: 400;
}
.navbar {
--bs-navbar-padding-y: 0.75rem;
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border-bottom: 1px solid var(--line-light);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
padding-block: 0.5rem;
}
.navbar-brand {
display: flex;
align-items: center;
gap: 12px;
color: var(--text);
font-weight: 650;
font-size: 1.2rem;
transition: var(--transition);
}
.navbar-brand:hover { opacity: 0.85; }
.navbar-brand img {
height: 46px;
width: auto;
border-radius: 12px;
transition: var(--transition);
}
.navbar-brand:hover img { transform: scale(1.02); }
.navbar-toggler {
border: 1px solid var(--line);
padding: 0.6rem 0.8rem;
border-radius: 14px;
background: var(--surface);
box-shadow: var(--shadow-sm);
}
.navbar-toggler:focus { box-shadow: none; border-color: var(--accent); }
.navbar-nav { gap: 0.2rem; }
.navbar-nav .nav-link {
color: var(--text);
font-weight: 550;
padding: 0.6rem 1rem;
border-radius: 40px;
transition: var(--transition);
font-size: 0.95rem;
}
.navbar-nav .nav-link:hover {
color: var(--accent);
background: var(--accent-soft);
}
.navbar-nav .nav-link.active {
color: var(--accent);
background: var(--accent-soft);
font-weight: 600;
}
.btn-main, .btn-outline-soft {
min-height: 52px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 40px;
padding: 0 28px;
font-weight: 600;
font-size: 0.95rem;
transition: var(--transition);
border: 1px solid transparent;
letter-spacing: -0.01em;
}
.btn-main {
background: var(--accent);
color: white;
box-shadow: 0 15px 25px -8px rgba(140, 90, 60, 0.35);
}
.btn-main:hover {
background: var(--accent-dark);
transform: translateY(-3px);
box-shadow: 0 22px 30px -10px rgba(140, 90, 60, 0.45);
color: #fff;
}
.btn-outline-soft {
background: transparent;
color: var(--text);
border: 1.5px solid var(--line);
backdrop-filter: blur(4px);
}
.btn-outline-soft:hover {
border-color: var(--accent);
color: var(--accent);
background: rgba(255, 255, 255, 0.8);
transform: translateY(-2px);
}
.hero {
position: relative;
padding: calc(var(--nav-h) + 40px) 0 100px;
overflow: hidden;
}
.hero::before {
content: "";
position: absolute;
inset: auto -100px -50px auto;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(140,90,60,0.1) 0%, rgba(140,90,60,0) 70%);
border-radius: 50%;
pointer-events: none;
}
.hero::after {
content: "";
position: absolute;
inset: -80px auto auto -80px;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(252, 237, 226, 0.6) 0%, rgba(252, 237, 226, 0) 70%);
border-radius: 50%;
pointer-events: none;
}
.hero-copy {
max-width: 620px;
position: relative;
z-index: 2;
}
.hero-copy .section-title { margin-bottom: 1.5rem; }
.hero-copy p {
color: var(--muted);
font-size: 1.15rem;
line-height: 1.8;
margin: 0;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 32px 0 28px;
}
.hero-badge {
min-height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 16px;
border-radius: 40px;
background: var(--surface);
border: 1px solid var(--line);
color: var(--accent-dark);
font-size: 0.85rem;
font-weight: 550;
box-shadow: var(--shadow-sm);
backdrop-filter: blur(4px);
transition: var(--transition);
}
.hero-badge:hover { transform: translateY(-2px); border-color: var(--accent); }
.hero-actions { gap: 16px; margin-top: 32px; }
.hero-orb {
width: min(100%, 500px);
aspect-ratio: 1/1;
border-radius: 50%;
background: linear-gradient(145deg, #fff, #f6ede6);
border: 1px solid var(--line);
box-shadow: var(--shadow-lg);
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
position: relative;
margin-left: auto;
transition: var(--transition);
}
.hero-orb:hover { transform: scale(1.01); box-shadow: 0 40px 70px -15px rgba(0,0,0,0.15); }
.hero-orb::after {
content: "";
position: absolute;
inset: 20px;
border-radius: 50%;
border: 1px dashed var(--accent);
opacity: 0.2;
}
.hero-orb img {
position: relative;
z-index: 2;
max-width: 80%;
max-height: 80%;
filter: drop-shadow(0 15px 30px rgba(0,0,0,0.1));
}
.info-card, .service-card, .reason-card, .contact-card {
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow-md);
padding: 36px 32px;
height: 100%;
transition: var(--transition);
backdrop-filter: blur(2px);
}
.info-card:hover, .service-card:hover, .reason-card:hover, .contact-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-lg);
border-color: var(--accent);
/* ...cortado... */
:root{
--wa:#25D366;
--wa-dark:#1fb85a;
--accent:#8c5a3c;
--light-bg:#ffffff;
--light-bg-soft:#f8f4f0;
--light-border:#e7d8cc;
--dark-text:#2a211d;
--muted-text:#6e5c50;
}
.fb-float{
position:fixed;
right:18px;
bottom:166px;
z-index:9997;
width:54px;
height:54px;
border-radius:50%;
display:grid;
place-items:center;
color:#fff;
text-decoration:none;
background:linear-gradient(180deg,#1877F2 0%,#0f63d6 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s, opacity .25s;
}
.fb-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.ig-float{
position:fixed;
right:18px;
bottom:92px;
z-index:9998;
width:54px;
height:54px;
border-radius:50%;
display:grid;
place-items:center;
color:#fff;
text-decoration:none;
background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s, opacity .25s;
}
.ig-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
.wa-btn{
background:var(--wa);
color:#fff;
border:0;
width:60px;
height:60px;
border-radius:50%;
display:grid;
place-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.22);
cursor:pointer;
transition:transform .3s, box-shadow .3s, filter .3s;
position:relative;
overflow:hidden;
z-index:9999;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.28);
filter:brightness(.98);
}
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(360px,92vw);
background:var(--light-bg);
color:var(--dark-text);
border-radius:18px;
overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.25);
border:1px solid var(--light-border);
transform:translateY(10px);
opacity:0;
transition:transform .3s, opacity .3s;
z-index:10000;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px 16px;
background:linear-gradient(135deg,#ffffff,#f6ede6);
border-bottom:1px solid var(--light-border);
}
.wa-avatar{
width:40px;
height:40px;
border-radius:10px;
background:#fff;
display:grid;
place-items:center;
border:1px solid var(--light-border);
overflow:hidden;
}
.wa-title{
font-weight:800;
font-size:1.02rem;
color:var(--dark-text);
}
.wa-status{
font-size:.85rem;
color:var(--muted-text);
display:flex;
align-items:center;
gap:6px;
}
.wa-status::before{
content:"";
width:8px;
height:8px;
border-radius:50%;
background:var(--wa);
}
.wa-close{
margin-left:auto;
background:transparent;
color:var(--muted-text);
border:0;
font-size:24px;
cursor:pointer;
opacity:.75;
width:32px;
height:32px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-close:hover{
opacity:1;
background:rgba(0,0,0,.04);
}
.wa-body{
padding:12px 14px;
max-height:40vh;
overflow:auto;
background:var(--light-bg-soft);
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:9px 11px;
border-radius:14px;
line-height:1.35;
box-shadow:0 3px 10px rgba(0,0,0,.06);
animation:fadeIn .25s ease;
font-size:.9rem;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(5px)}
to{opacity:1; transform:none}
}
.wa-bot{
background:#ffffff;
border:1px solid var(--light-border);
align-self:flex-start;
border-bottom-left-radius:4px;
}
.wa-user{
background:var(--wa);
color:#fff;
align-self:flex-end;
border-bottom-right-radius:4px;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px 12px;
background:#ffffff;
border-top:1px solid var(--light-border);
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid var(--light-border);
background:#f9f7f4;
color:var(--dark-text);
outline:none;
min-height:44px;
font-family:inherit;
font-size:.9rem;
transition:.2s;
}
.wa-compose textarea:focus{
border-color:var(--wa);
box-shadow:0 0 0 2px rgba(37,211,102,.15);
background:#ffffff;
}
.wa-send{
background:var(--wa);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:700;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.04);
}
.wa-body::-webkit-scrollbar{width:6px}
.wa-body::-webkit-scrollbar-track{background:rgba(0,0,0,.03);border-radius:3px}
.wa-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}
.wa-body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.18)}
@media (max-width:480px){
.fb-float{right:12px; bottom:160px; width:52px; height:52px}
.ig-float{right:12px; bottom:86px; width:52px; height:52px}
.wa-float{right:12px; bottom:12px}
.wa-card{width:calc(100vw - 24px); right:0}
}
mueblarte.com.ar
https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css/* ─── TOKENS ─────────────────────────────────────────── */
:root {
--accent: #8c5a3c;
--accent-dark: #6d442c;
--accent-light: #b8805e;
--accent-soft: #f5ede6;
--accent-2: #d4a882;
--gold: #c9964a;
--text: #1a1209;
--text-2: #3d2e22;
--muted: #7a6355;
--line: #e8ddd4;
--line-2: #f0e8e0;
--bg: #ffffff;
--bg-warm: #faf6f2;
--bg-soft: #f5ede6;
--surface: #ffffff;
--shadow-sm: 0 2px 8px rgba(42,27,18,.06);
--shadow: 0 8px 28px rgba(42,27,18,.10);
--shadow-md: 0 16px 44px rgba(42,27,18,.13);
--shadow-lg: 0 28px 60px rgba(42,27,18,.16);
--radius-xs: 10px;
--radius-sm: 16px;
--radius: 22px;
--radius-lg: 32px;
--radius-xl: 40px;
--nav-h: 82px;
--container: 1200px;
}
/* ─── RESET / BASE ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: 'DM Sans', system-ui, sans-serif;
font-size: 16px;
color: var(--text);
background: var(--bg);
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
/* ─── LAYOUT UTILS ────────────────────────────────────── */
.container-custom { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-warm { background: var(--bg-warm); }
.section-soft { background: var(--bg-soft); }
/* ─── TYPOGRAPHY ──────────────────────────────────────── */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 16px 6px 10px;
border-radius: 999px;
background: var(--accent-soft);
color: var(--accent-dark);
font-size: .72rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
margin-bottom: 18px;
}
.eyebrow::before {
content: '';
width: 6px; height: 6px;
border-radius: 50%;
background: var(--accent);
flex-shrink: 0;
}
.section-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2rem, 4.2vw, 3.2rem);
font-weight: 700;
line-height: 1.08;
letter-spacing: -.02em;
color: var(--text);
margin: 0;
}
.section-title .accent { color: var(--accent); font-style: italic; }
.section-sub {
margin: 18px auto 0;
max-width: 720px;
color: var(--muted);
font-size: 1.05rem;
line-height: 1.85;
font-weight: 400;
}
.text-center .section-sub { text-align: center; }
/* ─── NAVBAR ──────────────────────────────────────────── */
.navbar {
--bs-navbar-padding-y: 0;
position: sticky; top: 0; z-index: 1030;
background: rgba(255,255,255,.94);
backdrop-filter: blur(18px) saturate(180%);
border-bottom: 1px solid var(--line-2);
min-height: var(--nav-h);
}
.navbar .container-custom {
display: flex; align-items: center; justify-content: space-between;
gap: 12px; min-height: var(--nav-h); width: 100%; flex-wrap: wrap;
}
.navbar-brand {
display: flex; align-items: center; gap: 12px;
font-size: .96rem; font-weight: 700;
color: var(--text); padding: 0; margin-right: auto;
white-space: nowrap; min-width: 0; flex: 1 1 auto;
}
.brand-logo { height: 38px; width: auto; object-fit: contain; flex-shrink: 0; }
.brand-name {
font-family: 'Playfair Display', serif;
font-size: 1.2rem; font-weight: 700;
color: var(--text);
letter-spacing: -.01em;
}
.brand-name {
overflow: hidden;
text-overflow: ellipsis;
}
.navbar-toggler {
border: 1px solid var(--line);
border-radius: 12px; padding: .44rem .64rem;
box-shadow: none !important;
margin-left: auto; flex: 0 0 auto;
}
.navbar-collapse {
flex-basis: 100%; width: 100%;
}
.navbar-nav { gap: 4px; }
.nav-link {
color: var(--text-2) !important; font-weight: 500;
padding: .7rem 1rem !important; border-radius: 10px;
font-size: .92rem; transition: .2s ease;
}
.nav-link:hover, .nav-link:focus {
color: var(--accent-dark) !important;
background: var(--accent-soft);
}
.nav-cta {
display: inline-flex !important; align-items: center !important;
justify-content: center !important;
min-height: 44px; padding: 0 20px !important;
border-radius: 999px !important;
background: var(--accent) !important; color: #fff !important;
font-weight: 700 !important;
box-shadow: 0 10px 24px rgba(140,90,60,.28);
transition: .22s ease !important;
}
.nav-cta:hover { background: var(--accent-dark) !important; transform: translateY(-1px); }
/* ─── HERO ────────────────────────────────────────────── */
.hero {
position: relative; overflow: hidden;
padding: 88px 0 80px;
background: linear-gradient(155deg, #fff 0%, #fdf8f4 60%, #f5ede6 100%);
}
.hero::before {
content: '';
position: absolute; right: -120px; top: -80px;
width: 560px; height: 560px; border-radius: 50%;
background: radial-gradient(circle, rgba(182,135,99,.14) 0%, transparent 70%);
pointer-events: none;
}
.hero::after {
content: '';
position: absolute; left: -60px; bottom: -60px;
width: 320px; height: 320px; border-radius: 50%;
background: radial-gradient(circle, rgba(140,90,60,.07) 0%, transparent 70%);
pointer-events: none;
}
.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 52px; align-items: center;
position: relative; z-index: 1;
}
.hero-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2.6rem, 5.5vw, 4.8rem);
font-weight: 700; line-height: .98;
letter-spacing: -.03em; color: var(--text);
margin: 0;
}
.hero-title em { color: var(--accent); font-style: italic; }
.hero-text {
margin: 22px 0 0; font-size: 1.08rem;
line-height: 1.85; color: var(--muted); font-weight: 400;
}
.hero-badges {
display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px;
}
.hero-badge {
display: inline-flex; align-items: center; gap: 8px;
min-height: 40px; padding: 0 16px; border-radius: 999px;
background: #fff; border: 1px solid var(--line);
color: var(--text-2); font-size: .88rem; font-weight: 500;
box-shadow: var(--shadow-sm);
}
.hero-badge::before {
content: '✓'; font-size: .76rem;
color: var(--accent); font-weight: 800;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn-main, .btn-ghost {
display: inline-flex; align-items: center; justify-content: center;
min-height: 56px; padding: 0 28px; border-radius: 999px;
font-weight: 700; font-size: .98rem; transition: .25s
/* ...cortado... */
.galeria-mosaico-section{
padding:80px 0;
font-family:'Inter',sans-serif;
}
.galeria-mosaico-section .container-custom{
max-width:1200px;
margin:auto;
padding:0 20px;
}
.galeria-mosaico-section .text-center{
text-align:center;
}
.galeria-mosaico-section .section-title{
font-size:38px;
font-weight:800;
margin-bottom:10px;
line-height:1.1;
}
.galeria-mosaico-section .section-subtitle{
color:#666;
margin-bottom:40px;
}
/* ===== GALERÍA ===== */
.galeria-mosaico-section .mosaic-gallery{
display:grid;
grid-template-columns:repeat(12,1fr);
gap:14px;
}
.galeria-mosaico-section .mosaic-item{
display:block;
border-radius:20px;
overflow:hidden;
min-height:220px;
cursor:pointer;
background:#ddd;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.galeria-mosaico-section .mosaic-item img{
width:100%;
height:100%;
display:block;
object-fit:cover;
transition:.4s ease;
}
.galeria-mosaico-section .mosaic-item:hover img{
transform:scale(1.05);
}
/* tamaños */
.galeria-mosaico-section .item-lg{
grid-column:span 4;
grid-row:span 2;
min-height:460px;
}
.galeria-mosaico-section .item-wide{
grid-column:span 4;
grid-row:span 2;
min-height:460px;
}
.galeria-mosaico-section .item-sm{
grid-column:span 2;
}
.galeria-mosaico-section .item-md{
grid-column:span 2;
grid-row:span 2;
min-height:460px;
}
/* responsive */
@media (max-width:991px){
.galeria-mosaico-section .mosaic-gallery{
grid-template-columns:repeat(6,1fr);
}
.galeria-mosaico-section .item-lg,
.galeria-mosaico-section .item-wide{
grid-column:span 3;
}
.galeria-mosaico-section .item-sm,
.galeria-mosaico-section .item-md{
grid-column:span 3;
}
}
@media (max-width:600px){
.galeria-mosaico-section{
padding:64px 0;
}
.galeria-mosaico-section .section-title{
font-size:30px;
}
.galeria-mosaico-section .section-subtitle{
margin-bottom:28px;
}
.galeria-mosaico-section .mosaic-gallery{
grid-template-columns:1fr;
}
.galeria-mosaico-section .mosaic-item,
.galeria-mosaico-section .item-lg,
.galeria-mosaico-section .item-wide,
.galeria-mosaico-section .item-sm,
.galeria-mosaico-section .item-md{
grid-column:auto;
grid-row:auto;
min-height:260px;
}
}
/* ===== LIGHTBOX ===== */
#galLightbox .modal-content{
background:#000;
border:0;
}
#galLightbox img{
width:100%;
max-height:85vh;
object-fit:contain;
background:#000;
display:block;
}
lagarpropiedades.com
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csshttps://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Playfair+Display:wght@400;700&display=swap:root{
--primary:#8f82ae; --primary-600:#7c6ca0; --primary-700:#6b5d90;
--dark:#1e293b; --muted:#64748b; --line:#e2e8f0; --bg:#f8fafc;
--radius:14px; --shadow:0 6px 18px rgba(2,8,23,.08); --shadow-lg:0 14px 32px rgba(2,8,23,.15);
--grad:linear-gradient(135deg, var(--primary) 0%, #5d89ff 100%);
}
*{box-sizing:border-box}
body{font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;color:var(--dark);background:#fff;line-height:1.6;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Playfair Display',serif}
/* NAVBAR */
.navbar-premium{background: rgba(17, 24, 39, .6);backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}
.navbar-premium .navbar-brand{font-weight:700;letter-spacing:.2px;overflow:hidden}
.brand-img{height:28px}
.brand-text{display:block;max-width:60vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* BUSCADOR */
.search-wrap{background:var(--grad);color:#fff;padding:1.6rem 0 1.2rem;box-shadow:var(--shadow)}
.search-wrap .form-label{color:#fff;font-weight:600;margin-bottom:.35rem}
.search-wrap .form-select,.search-wrap .form-control{border:1px solid rgba(255,255,255,.4);color:#0f172a;background:#fff;border-radius:10px;height:44px}
.btn-theme{background:var(--primary);border:none;border-radius:12px;padding:.62rem 1rem;font-weight:600;box-shadow:var(--shadow);transition:.25s}
.btn-theme:hover{background:var(--primary-600);transform:translateY(-1px);box-shadow:var(--shadow-lg)}
/* === HERO carrusel sin estirar === */
.hero{
min-height:48vh;
position:relative;
display:grid;
place-items:center;
overflow:hidden;
isolation:isolate;
background:none !important; /* quitamos el fallback con fixed */
}
/* pista y slide */
.hero__slides{ position:absolute; inset:0; z-index:0; }
.hero__slide{ position:absolute; inset:0; opacity:0; transition:opacity .9s ease; }
.hero__slide.is-active{ opacity:1; }
/* imagen que nunca se deforma */
/* ocupa TODO el hero y no se deforma */
.hero__img{
width:100%;
height:100%;
display:block;
object-fit:cover; /* llena recortando si hace falta */
background:transparent;
}
/* solo si querés ver la foto completa con bandas */
.hero--contain .hero__img{
object-fit:contain;
background:#000;
}
/* el slide de atrás rellena todo */
.hero--contain .hero__slide{
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}
/* la imagen principal va en contain, pero SIN fondo negro */
.hero--contain .hero__img{
width:100%;
height:100%;
display:block;
object-fit:contain;
background:transparent; /* ← antes estaba #000, eso generaba las bandas */
}
/* overlay y contenido */
.hero::after{
content:''; position:absolute; inset:0; z-index:1;
background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.25) 40%, rgba(0,0,0,.55));
}
.hero-inner{ position:relative; z-index:2; text-align:center; color:#fff; padding:2.6rem 1rem; }
/* mobile */
@media (max-width:992px){
.hero{ min-height:36vh; }
}
/* SECCIONES Y CARDS */
.section{padding: clamp(2rem, 5vw, 5rem) 0}
.section-title{position:relative;display:inline-block;margin-bottom:1rem}
.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:72px;height:4px;background:var(--primary);border-radius:2px}
.lead-muted{color:var(--muted)}
.img-elev{border-radius:var(--radius);box-shadow:var(--shadow-lg);object-fit:cover}
.img-cover{min-height:320px;border-radius:16px;box-shadow:var(--shadow-lg);background:var(--grad);background-size:cover;background-position:center}
.prop-card{border:none;border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow);transition:.28s;height:100%}
.prop-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.prop-img-wrap{height:220px;overflow:hidden;position:relative}
.prop-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.prop-card:hover .prop-img{transform:scale(1.06)}
.prop-type{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.95);color:var(--primary-700);padding:.3rem .7rem;border-radius:999px;font-weight:700;font-size:.8rem;border:1px solid var(--line)}
.prop-body{padding:1rem 1.1rem 1.2rem}
.prop-title{font-weight:700;color:#0f172a;font-size:1.05rem;margin:0}
.prop-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.65rem;font-weight:600;color:var(--primary)}
.prop-link:hover{color:var(--primary-600)}
.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.2rem}
.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem .9rem;font-weight:600;color:var(--muted);box-shadow:var(--shadow);cursor:pointer}
.chip.active,.chip:hover{background:var(--primary);color:#fff;border-color:transparent}
.list-thumb{width:110px;height:74px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.cta-pane{background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.92)), var(--grad);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:1.4rem}
/* FOOTER */
.site-footer{
color:#e2e8f0;
background: linear-gradient(180deg, rgba(15,23,42,.96), rgba(15,23,42,.98)),
radial-gradient(1200px 600px at 10% -10%, rgba(143,130,174,.25), transparent 60%);
}
.footer-logo{height:32px}
.footer-title{color:#fff; font-weight:700; letter-spacing:.02em; margin-bottom:.6rem}
.footer-text{color:#cbd5e1}
.footer-link{color:#cbd5e1; text-decoration:none}
.footer-link:hover{color:var(--primary, #8f82ae)}
.footer-brand{color:#fff}
.footer-social{color:#cbd5e1; text-decoration:none}
.footer-social:hover{color:var(--primary, #8f82ae)}
.footer-cta{background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:14px}
.footer-sep{border-color:rgba(255,255,255,.12)}
/* WHATSAPP widget (corregido) */
:root{
--whatsapp-green:#25D366;--whatsapp-dark:#075E54;--whatsapp-light:#DCF8C6;
--w-text:#4A4A4A;--w-muted:#757575;--w-bg:#FFFFFF;--w-gray:#F0F0F0
}
.whatsapp-chat-container{
position:fixed;bottom:22px;right:22px;
z-index:2147483647; /* siempre arriba de todo */
font-family:'Segoe UI',Helvetica,Arial,sans-serif
}
.whatsapp-closed{position:relative;transition:.3s}
.chat-button{
display:flex;align-items:center;justify-content:center;
width:58px;height:58px;border-radius:50%;
background:var(--whatsapp-green);
box-shadow:0 5px 15px rgba(37,211,102,.4);
color:#fff;font-size:28px;position:relative;cursor:pointer;transition:.3s
}
.notification-badge{
position:absolute;top:-5px;right:-5px;background:#FF3B30;color:#fff;border-radius:50%;
width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700
}
.chat-tooltip{
position:absolute;right:80px;top:50%;transform:translateY(-50%);
background:var(--w-bg);color:var(--w-text);width:240px;border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:.3s;overflow:hidden;z-index:1
}
.whatsapp-closed:hover .chat-tooltip{opacity:1;visibility:visible;right:72px}
.whatsapp-open{
width:300px;background:var(--w-bg);border-radius:10px;
box-shadow:0 5px 30px rgba(0,0,0,.2);overflow:hidden;
display:none;flex-direction:column;height:450px
}
.whatsapp-open .chat-header{background:var(--whatsapp-dark)}
/* Estado ABIERTO: se agrega .chat-visible desde JS */
.whatsapp-chat-container.chat-visible .whatsapp-open{display:flex}
.whatsapp-chat-container.chat-visible .whatsapp-closed{display:non
/* ...cortado... */
.social-float {
position: fixed;
left: 20px;
bottom: max(20px, env(safe-area-inset-bottom));
display: flex;
flex-direction: column;
gap: 16px;
z-index: 9999;
}
.social-btn {
--size: 60px;
width: var(--size);
height: var(--size);
border-radius: 50%;
display: grid;
place-items: center;
color: #fff;
text-decoration: none;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
position: relative;
overflow: hidden;
border: none;
}
.social-btn:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);
transform: translateY(100%);
transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
border-radius: 50%;
}
.social-btn:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.social-btn:hover:before {
transform: translateY(0);
}
.social-btn svg {
width: 28px;
height: 28px;
position: relative;
z-index: 1;
transition: transform 0.3s ease;
}
.social-btn:hover svg {
transform: scale(1.15);
}
/* Instagram con gradiente mejorado y efecto de luz */
.social-btn.ig {
background: linear-gradient(45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%);
}
.social-btn.ig:after {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at center,
rgba(255, 255, 255, 0.4) 0%,
rgba(255, 255, 255, 0) 60%);
opacity: 0;
transition: opacity 0.3s ease;
}
.social-btn.ig:hover:after {
opacity: 1;
}
/* Facebook con gradiente en lugar de color plano */
.social-btn.fb {
background: linear-gradient(45deg, #1877F2, #0D6EFD);
}
/* Efecto de pulso al hacer hover */
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
70% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}
.social-btn:hover {
animation: pulse 1.5s infinite;
}
/* Móviles */
@media (max-width: 768px) {
.social-float {
left: 15px;
bottom: max(15px, env(safe-area-inset-bottom));
gap: 12px;
}
.social-btn {
--size: 54px;
}
.social-btn svg {
width: 24px;
height: 24px;
}
}
/* Tablets */
@media (max-width: 1024px) and (min-width: 769px) {
.social-btn {
--size: 58px;
}
}
centroterapeutico.com.ar
https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300..800&family=Playfair+Display:ital@0;1&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://unpkg.com/[email protected]/dist/aos.csshttps://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap:root {
--bg: #ffffff;
--text: #0f172a;
--text-muted: #475569;
--text-light: #94a3b8;
--line: #e2e8f0;
--line-strong: #cbd5e1;
--primary-light: #f27400;
--accent-1: #f27400;
--accent-2: #0e9e2d;
--accent-1-rgb: 242 116 0;
--accent-2-rgb: 14 158 45;
--shadow-sm: 0 2px 4px rgba(15,23,42,0.02), 0 1px 2px rgba(15,23,42,0.03);
--shadow-md: 0 8px 20px rgba(15,23,42,0.03), 0 4px 8px rgba(15,23,42,0.03);
--shadow-lg: 0 20px 40px -12px rgba(15,23,42,0.12);
--shadow-xl: 0 30px 60px -12px rgba(15,23,42,0.18);
--shadow-inner: inset 0 2px 4px rgba(255,255,255,0.8);
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--radius-xl: 32px;
--radius-full: 9999px;
--transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
--transition-slow: all 0.6s cubic-bezier(0.2, 0, 0, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
body {
font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.5;
overflow-x: hidden;
padding-top: 88px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.1;
}
.display-1 { font-size: clamp(3rem, 8vw, 5rem); font-weight: 750; letter-spacing: -0.04em; }
.display-2 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; letter-spacing: -0.03em; }
.display-3 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 650; }
.section-title {
font-size: clamp(2.2rem, 5vw, 3.5rem);
font-weight: 750;
letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 1.2rem;
}
.section-subtitle {
font-size: 1.2rem;
color: var(--text-muted);
max-width: 720px;
margin-left: auto;
margin-right: auto;
font-weight: 400;
}
.eyebrow {
display: inline-block;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--text-muted);
background: rgba(15, 23, 42, 0.02);
padding: 0.4rem 1.2rem;
border-radius: var(--radius-full);
border: 1px solid var(--line);
margin-bottom: 1.5rem;
backdrop-filter: blur(4px);
}
.eyebroww{
display: inline-block;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--text-muted);
background: rgba(15, 23, 42, 0.02);
padding: 0.35rem 0.9rem;
border-radius: 20px;
border: 1px solid var(--line);
margin-bottom: 1.5rem;
backdrop-filter: blur(4px);
max-width: 320px;
text-align: center;
}
.line1{
display:block;
}
.line2{
display:block;
text-align:center;
margin-top:2px;
font-size:0.75rem;
}
@media (max-width: 768px){
.eyebroww{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 260px;
padding: 0.25rem 0.8rem;
}
.line1{
display:block;
}
.line2{
display:block;
text-align:center;
font-size:0.72rem;
margin-top:2px;
}
}
.lead {
font-size: 1.25rem;
color: var(--text-muted);
font-weight: 400;
line-height: 1.6;
}
.navbar {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border-bottom: 1px solid rgba(226, 232, 240, 0.5);
padding: 20px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 12px 0;
background: rgba(255, 255, 255, 0.95);
box-shadow: var(--shadow-lg);
}
.navbar-brand {
font-weight: 750;
font-size: 1.5rem;
letter-spacing: -0.02em;
color: var(--text) !important;
transition: var(--transition);
}
.navbar-brand:hover {
opacity: 0.7;
}
.navbar-nav .nav-link {
font-weight: 550;
font-size: 0.95rem;
color: var(--text-muted) !important;
padding: 0.5rem 1rem !important;
border-radius: var(--radius-full);
transition: var(--transition);
position: relative;
}
.navbar-nav .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 20px;
height: 3px;
background: var(--accent-1);
border-radius: var(--radius-full);
transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover {
color: var(--text) !important;
background: rgba(15, 23, 42, 0.02);
}
.navbar-nav .nav-link:hover::after {
transform: translateX(-50%) scaleX(1);
}
.btn-cta {
background: var(--accent-1);
color: white !important;
border-radius: var(--radius-full);
padding: 0.6rem 1.5rem !important;
font-weight: 600;
font-size: 0.95rem;
transition: var(--transition);
box-shadow: var(--shadow-sm);
border: none;
}
.btn-cta:hover {
background: var(--accent-2);
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
}
.btn-cta::after {
display: none !important;
}
.hero {
padding: 80px 0 80px;
position: relative;
background:
radial-gradient(800px at 0% 30%, rgb(var(--accent-1-rgb) / 0.14), transparent 55%),
radial-gradient(600px at 100% 70%, rgb(var(--accent-2-rgb) / 0.12), transparent 55%),
linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
border-bottom: 1px solid var(--line);
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzAgMTBhMjAgMjAgMCAwIDEgMCA0MCAyMCAyMCAwIDAgMSAwLTQweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTJlOGYwIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1vcGFjaXR5PSIwLjIiLz48L3N2Zz4=') repeat;
opacity: 0.5;
pointer-events: none;
}
.hero h1 {
font-size: clamp(2.5rem, 6vw, 4.2rem);
font-weight: 750;
line-height: 1.05;
margin-bottom: 1.5rem;
}
.hero .lead {
font-size: 1.3rem;
max-width: 560px;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin: 2rem 0;
}
.hero-badge {
background: rgba(255,255,255,0.8);
backdrop-filter: blur(8px);
border: 1px solid var(--line);
padding: 0.5rem 1.2rem;
border-radius: var(--radius-full);
font-weight: 550;
font-size: 0.9rem;
color: var(--text);
box-shadow: var(--shadow-sm);
}
.hero-actions {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.btn-pill {
border-radius: var(--radius-full);
padding: 0.9rem 2rem;
font-weight: 600;
transition: var(--transition);
font-size: 1rem;
border: none;
}
.btn-pill.btn-dark {
background: var(--accent-1);
color: white;
box-shadow: var(-
/* ...cortado... */
:root{
--logo-green:#3f6f4f;
}
h1,h2,h3,h4,h5,h6{
font-family:'Cormorant Garamond', serif !important;
color:var(--logo-green) !important;
}
footer{
background-color:var(--logo-green) !important;
color:#fff !important;
}
footer a{
color:#fff !important;
}
.navbar-brand .brand-text {
font-size: 1rem;
font-weight: 600;
}
img{max-width:100%;height:auto;}
.navbar-brand img{width:auto;object-fit:contain;display:block}
.navbar .navbar-toggler{border:1px solid rgba(15,23,42,.15);border-radius:12px;padding:.45rem .55rem}
.navbar .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(15,23,42,.08)}
.navbar .navbar-toggler-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(15,23,42,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero-img{object-fit:cover}
@media (max-width: 575.98px){
body{padding-top:76px}
.navbar{padding:12px 0}
.navbar-brand .brand-text{font-size:.95rem}
.hero{padding:52px 0 56px}
.hero h1{font-size:clamp(2.05rem, 8vw, 2.65rem); line-height:1.08}
.hero .lead{font-size:1.08rem}
.eyebrow{max-width:100%;text-align:center}
.hero-media{padding:10px;border-radius:22px}
.hero-img{
height:220px;
object-fit:contain;
background:#fff;
}
}
.container, .container-fluid{overflow-x:clip}
.section{
padding: 96px 0 !important;
}
.section.section-sm{
padding: 76px 0 !important;
}
.section.bg-soft{ padding: 88px 0 !important; }
@media (max-width: 575.98px){
.section{ padding: 72px 0 !important; }
.section.section-sm{ padding: 60px 0 !important; }
}
.section .text-center .eyebrow{
margin-bottom: 2.2rem !important;
}
.hero-text{
font-size: 0.95rem;
line-height: 1.6;
color: #444;
max-width: 420px;
margin: 0 auto;
}
.brand-text{
color: #000;
}
.eyebrow{
display: inline-block;
}
.line1{
display: block;
}
.line2{
display: block;
text-align: center;
}
@media (max-width: 575.98px){
#inicio .hero-img{
width:100%;
height:260px;
object-fit:contain;
object-position:center;
background:#fff;
display:block;
}
#inicio .hero-logo{
height:120px;
width:auto;
max-width:100%;
object-fit:contain;
display:inline-block;
}
#inicio .hero-badges{
justify-content:center;
flex-wrap:wrap;
gap:.5rem;
}
#inicio .hero-actions{
flex-direction:column;
gap:.6rem;
}
}
:root{
--wa:#25D366;
--wa-dark:#1fb85a;
--light-bg:#ffffff;
--light-bg-soft:#f6f8f7;
--light-border:#dde4df;
--dark-text:#1c1f1d;
--muted-text:#6c756f;
}
.tt-float{
position:fixed; right:18px; bottom:240px;
z-index:9996;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background:linear-gradient(180deg, #111111 0%, #000000 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s;
}
.tt-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.fb-float{
position:fixed; right:18px; bottom:166px;
z-index:9997;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background:linear-gradient(180deg, #1877F2 0%, #0f63d6 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s;
}
.fb-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.ig-float{
position:fixed; right:18px; bottom:92px;
z-index:9998;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s;
}
.ig-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.wa-float{
position:fixed; right:18px; bottom:18px;
z-index:9999; font-family:inherit;
}
.wa-btn{
background:var(--wa);
color:#fff;
border:0;
width:60px; height:60px; border-radius:50%;
display:grid; place-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.22);
cursor:pointer; transition:transform .3s, box-shadow .3s, filter .3s;
position:relative; overflow:hidden;
z-index:9999;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.28);
filter:brightness(.98);
}
.wa-card{
position:absolute; right:0; bottom:74px;
width:min(360px,92vw);
background:var(--light-bg);
color:var(--dark-text);
border-radius:18px;
overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.25);
border:1px solid var(--light-border);
transform:translateY(10px);
opacity:0;
transition:transform .3s, opacity .3s;
z-index:10000;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex; align-items:center; gap:12px;
padding:14px 16px;
background:linear-gradient(135deg, #ffffff, #ecf6f0);
border-bottom:1px solid var(--light-border);
}
.wa-avatar{
width:40px; height:40px; border-radius:10px;
background:#e9f7ef;
display:grid; place-items:center;
border:1px solid #cfeeda;
overflow:hidden;
}
.wa-title{
font-weight:800;
font-size:1.02rem;
color:var(--dark-text);
}
.wa-status{
font-size:.85rem;
color:var(--muted-text);
display:flex; align-items:center; gap:6px;
}
.wa-status::before{
content:""; width:8px; height:8px; border-radius:50%;
background:var(--wa);
}
.wa-close{
margin-left:auto;
background:transparent;
color:var(--muted-text);
border:0;
font-size:24px;
cursor:pointer;
opacity:.75;
width:32px; height:32px;
border-radius:50%;
display:flex; align-items:center; justify-content:center;
transition:.2s;
}
.wa-close:hover{
opacity:1;
background:rgba(0,0,0,.04);
}
.wa-body{
padding:12px 14px;
max-height:40vh;
overflow:auto;
background:var(--light-bg-soft);
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:9px 11px;
border-radius:14px;
line-height:1.35;
box-shadow:0 3px 10px rgba(0,0,0,.06);
animation:fadeIn .25s ease;
font-size:0.9rem;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(5px)}
to{opacity:1; transform:none}
}
.wa-bot{
background:#ffffff;
border:1px solid var(--light-border);
align-self:flex-start;
border-bottom-left-radius:4px;
}
.wa-user{
background:var(--wa);
color:#fff;
align-self:flex-end;
border-bottom-right-radius:4px;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px 12px;
background:#ffffff;
border-top:1px solid var(--light-border);
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid var(--light-border);
background:#f9fbfa;
color:var(--dark-text);
outline:none;
min-height:44px;
font-family:inherit;
font-size:0.9rem;
transition:.2s;
}
.wa-compose textarea:focus{
border-color:var(--wa);
box-shadow:0 0 0 2px rgba(37,211,102,.15);
background:#ffffff;
}
.wa-send{
background:var(--wa);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:700;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.04);
}
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.03); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.12); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.18); }
@media (max-width:480px){
.tt-float{ right:12px; bottom:234px; width:52px; height:52px; }
.fb-float{ right:12px; bottom:160px; width:52px; height:52px; }
.ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
cortinasmetalicastomas.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.csshttps://unpkg.com/[email protected]/dist/aos.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css/* ===== VARIABLES ===== */
:root {
--accent-red: #b81415;
--accent-red-dark: #8f0f10;
--accent-blue: #0a2b4a;
--accent-blue-light: #1c3e5e;
--text-primary: #111111;
--text-secondary: #4a4a4a;
--text-muted: #6c6c6c;
--bg-primary: #ffffff;
--bg-secondary: #f8fafc;
--border-light: #e9edf2;
--shadow-sm: 0 10px 30px -15px rgba(0,0,0,0.1);
--shadow-md: 0 20px 40px -20px rgba(10,43,74,0.15);
--shadow-lg: 0 30px 60px -20px rgba(184,20,21,0.25);
--shadow-xl: 0 40px 80px -20px rgba(10,43,74,0.3);
--radius-sm: 16px;
--radius-md: 24px;
--radius-lg: 32px;
--radius-full: 9999px;
--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* ===== RESET Y BASE ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', sans-serif;
color: var(--text-primary);
background: var(--bg-primary);
overflow-x: hidden;
line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
/* ===== UTILIDADES ===== */
.section {
padding: 120px 0;
position: relative;
}
.section-title {
font-size: clamp(2.5rem, 5vw, 3.8rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.03em;
margin-bottom: 1rem;
}
.section-title span { color: var(--accent-red); }
.section-subtitle {
font-size: 1.2rem;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.eyebrow {
display: inline-block;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--accent-red);
background: rgba(184,20,21,0.08);
padding: 0.4rem 1.2rem;
border-radius: var(--radius-full);
margin-bottom: 1.5rem;
}
/* ===== BOTONES MÁGICOS ===== */
.btn-main, .btn-outline-main {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.8rem;
min-height: 64px;
padding: 0 2.5rem;
font-weight: 700;
font-size: 1rem;
border: none;
border-radius: var(--radius-full);
transition: var(--transition);
cursor: pointer;
overflow: hidden;
z-index: 1;
}
.btn-main {
background: var(--accent-red);
color: white;
box-shadow: 0 15px 30px -10px rgba(184,20,21,0.4);
}
.btn-main::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: left 0.6s ease;
z-index: -1;
}
.btn-main:hover {
background: var(--accent-red-dark);
transform: translateY(-3px) scale(1.02);
box-shadow: 0 25px 40px -10px rgba(184,20,21,0.6);
}
.btn-main:hover::before { left: 100%; }
.btn-outline-main {
background: transparent;
color: var(--accent-blue);
border: 2px solid var(--accent-blue);
}
.btn-outline-main:hover {
background: var(--accent-blue);
color: white;
transform: translateY(-3px) scale(1.02);
box-shadow: 0 20px 35px -10px rgba(10,43,74,0.5);
}
/* ===== NAVBAR GALÁCTICO ===== */
.navbar {
background: transparent !important;
padding: 20px 0;
transition: all 0.4s ease;
z-index: 1000;
}
.navbar.scrolled {
background: rgba(255,255,255,0.95) !important;
backdrop-filter: blur(10px);
padding: 10px 0;
box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}
.navbar-brand {
display: flex;
align-items: center;
gap: 15px;
font-weight: 800;
color: var(--accent-blue) !important;
font-size: 1.2rem;
}
.navbar-brand img {
height: 50px;
transition: var(--transition);
}
.navbar.scrolled .navbar-brand img { height: 45px; }
.navbar-nav .nav-link {
font-weight: 600;
color: var(--text-primary) !important;
padding: 0.5rem 1.2rem !important;
border-radius: var(--radius-full);
transition: var(--transition);
position: relative;
}
.navbar-nav .nav-link::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 30px;
height: 3px;
background: var(--accent-red);
border-radius: 2px;
transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before { transform: translateX(-50%) scaleX(1); }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--accent-red) !important; }
/* ===== HERO ÉPICO ===== */
.hero {
min-height: 100vh;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #ffffff 0%, #f2f6fc 100%);
}
/* Partículas */
#particles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.hero .container { position: relative; z-index: 2; }
.hero-title {
font-size: clamp(3rem, 7vw, 5.5rem);
font-weight: 900;
line-height: 1;
letter-spacing: -0.04em;
margin-bottom: 1.5rem;
}
.hero-title .typewriter {
color: var(--accent-red);
border-right: 4px solid var(--accent-red);
animation: blink 0.75s step-end infinite;
}
@keyframes blink { from, to { border-color: transparent; } 50% { border-color: var(--accent-red); } }
.hero-text {
font-size: 1.25rem;
color: var(--text-secondary);
max-width: 600px;
margin-bottom: 2rem;
}
.hero-points {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 3rem 0 0;
list-style: none;
padding: 0;
}
.hero-points li {
background: white;
padding: 0.8rem 1.8rem;
border-radius: var(--radius-full);
font-weight: 600;
color: var(--accent-blue);
border: 1px solid var(--border-light);
box-shadow: var(--shadow-sm);
backdrop-filter: blur(5px);
}
.hero-media {
position: relative;
perspective: 1000px;
display: flex;
justify-content: center;
}
.hero-card {
background: white;
border-radius: var(--radius-lg);
padding: 15px;
box-shadow: var(--shadow-xl);
transform: rotateY(-5deg) rotateX(5deg);
transition: var(--transition);
animation: float 6s ease-in-out infinite;
width: 100%;
max-width: 620px;
}
@keyframes float {
0% { transform: rotateY(-5deg) rotateX(5deg) translateY(0px); }
50% { transform: rotateY(-5deg) rotateX(5deg) translateY(-20px); }
100% { transform: rotateY(-5deg) rotateX(5deg) translateY(0px); }
}
.hero-card:hover { transform: rotateY(0) rotateX(0) scale(1.02); }
.hero-card img {
width: 100%;
height: auto;
max-height: 560px;
object-fit: contain;
object-position: center;
border-radius: var(--radius-md);
}
/* ===== TARJETAS 3D ===== */
.card-3d {
background: white;
border-radius: var(--radius-md);
padding: 2rem;
height: 100%;
border: 1px solid var(--border-light);
box-shadow: var(--shadow-md);
transition: transform 0.1s ease, box-shadow 0.3s ease;
transform-style: preserve-3d;
position: relative;
}
.card-3d:hover {
/* ...cortado... */
.about-pro{
position: relative;
overflow: hidden;
}
.about-shell{
position: relative;
padding: clamp(28px, 4vw, 56px);
border-radius: 28px;
background:
radial-gradient(circle at top left, rgba(220, 38, 38, 0.10), transparent 34%),
linear-gradient(135deg, #fff 0%, #fff7f7 100%);
border: 1px solid rgba(220, 38, 38, 0.10);
box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}
.about-copy .section-title{
margin-bottom: 14px;
}
.about-copy .section-title span{
color: #dc2626;
}
.about-copy .section-subtitle{
max-width: 560px;
color: #5b6472;
}
.about-badges{
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.about-badges span{
display: inline-flex;
align-items: center;
gap: 10px;
padding: 11px 16px;
border-radius: 999px;
background: #ffffff;
border: 1px solid rgba(220, 38, 38, 0.12);
box-shadow: 0 10px 30px rgba(2, 6, 23, 0.05);
font-size: .95rem;
font-weight: 600;
color: #1f2937;
}
.about-badges i{
color: #dc2626;
}
.pro-card{
position: relative;
height: 100%;
padding: 28px 24px;
border-radius: 24px;
background: rgba(255,255,255,.96);
border: 1px solid rgba(220, 38, 38, 0.10);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pro-card:hover{
transform: translateY(-6px);
box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
border-color: rgba(220, 38, 38, 0.22);
}
.about-icon{
width: 58px;
height: 58px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 18px;
margin-bottom: 18px;
background: linear-gradient(135deg, #dc2626, #991b1b);
color: #fff;
font-size: 1.25rem;
box-shadow: 0 14px 30px rgba(220, 38, 38, 0.26);
}
.pro-card h3{
font-size: 1.15rem;
font-weight: 800;
color: #111827;
margin-bottom: 12px;
}
.pro-card p{
margin: 0;
color: #5b6472;
line-height: 1.75;
font-size: 1rem;
}
@media (max-width: 991.98px){
.about-shell{
padding: 24px 18px;
border-radius: 22px;
}
}
@media (max-width: 767.98px){
.about-copy{
text-align: center;
}
.about-badges{
justify-content: center;
}
.pro-card{
padding: 22px 18px;
border-radius: 20px;
text-align: center;
}
.about-icon{
margin-left: auto;
margin-right: auto;
}
}
.contact-logo{
max-width: 180px;
width: 100%;
height: auto;
object-fit: contain;
display: inline-block;
}
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:2147483647;
display:flex;
flex-direction:column;
align-items:flex-end;
font-family:inherit;
}
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .25s, box-shadow .25s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(360px,92vw);
background:#fff;
border-radius:18px;
border:1px solid #e3e6ea;
box-shadow:0 18px 60px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.25s ease;
}
.wa-card[aria-modal="true"]{ transform:none; opacity:1; }
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
}
.wa-avatar{
width:40px;
height:40px;
background:#fff;
border-radius:10px;
display:grid;
place-items:center;
overflow:hidden;
}
.wa-avatar img{
width:26px;
height:26px;
object-fit:contain;
}
.wa-title{ font-weight:800; }
.wa-status{ font-size:.85rem; opacity:.9; }
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#fff;
font-size:24px;
cursor:pointer;
width:32px;
height:32px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
opacity:.9;
}
.wa-close:hover{ opacity:1; background:rgba(255,255,255,.14); }
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:#f8f9fa;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
background:#fff;
border:1px solid #e3e6ea;
align-self:flex-start;
}
.wa-user{
background:#eaf7f0;
border:1px solid #cfeedd;
align-self:flex-end;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid #e3e6ea;
background:#fff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid #e3e6ea;
font-family:inherit;
outline:none;
}
.wa-send{
background:#25D366;
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
}
.wa-send:hover{ background:#1fb85a; }
@media(max-width:480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); }
}