servicefriosur.com.ar
https://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]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css.about-media{
height:100%;
border-radius:24px;
overflow:hidden;
box-shadow:0 18px 45px rgba(0,0,0,.12);
background:#fff;
}
.about-img{
width:100%;
height:100%;
min-height:320px;
max-height:520px;
object-fit:cover;
object-position:center;
display:block;
}
.about-card{
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:22px;
padding:26px;
box-shadow:0 12px 30px rgba(0,0,0,.08);
height:auto;
}
.about-icon{
width:56px;
height:56px;
flex:0 0 56px;
border-radius:16px;
background:rgba(13,110,253,.08);
color:var(--accent);
display:flex;
align-items:center;
justify-content:center;
font-size:1.45rem;
}
.about-list{
display:flex;
flex-direction:column;
gap:16px;
}
.about-item{
display:flex;
align-items:flex-start;
gap:16px;
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:20px;
padding:20px;
box-shadow:0 10px 24px rgba(0,0,0,.06);
}
.about-item-icon{
width:52px;
height:52px;
flex:0 0 52px;
border-radius:14px;
background:rgba(13,110,253,.08);
color:var(--accent);
display:flex;
align-items:center;
justify-content:center;
font-size:1.3rem;
}
.about-item h3{
margin:0 0 6px;
font-size:1.08rem;
font-weight:700;
}
.about-item p{
margin:0;
color:#5f6b7a;
line-height:1.65;
}
@media (max-width: 991.98px){
.about-img{
max-height:420px;
}
}
@media (max-width: 575.98px){
.about-card{
padding:20px;
}
.about-item{
padding:18px;
gap:14px;
}
.about-icon,
.about-item-icon{
width:46px;
height:46px;
flex:0 0 46px;
font-size:1.1rem;
}
.about-img{
min-height:240px;
max-height:320px;
}
}
/* ===== VARIABLES Y RESET ===== */
:root {
/* Paleta de colores respetada y ampliada */
--accent: #0f6cab;
--accent-dark: #0b4f7f;
--accent-light: #e0f0ff;
--accent-soft: #e9f4fb;
--accent-glow: rgba(15, 108, 171, 0.12);
--accent-glass: rgba(15, 108, 171, 0.08);
--bg: #f8fafd;
--surface: #ffffff;
--text: #13293d;
--text-muted: #4a6479;
--border: rgba(15, 108, 171, 0.12);
--border-focus: rgba(15, 108, 171, 0.32);
/* Sombras más suaves y profesionales */
--shadow-sm: 0 8px 24px -6px rgba(10, 40, 70, 0.12);
--shadow-md: 0 20px 40px -12px rgba(10, 40, 70, 0.18);
--shadow-lg: 0 32px 64px -16px rgba(10, 40, 70, 0.24);
--shadow-inset: inset 0 2px 4px 0 rgba(255, 255, 255, 0.8);
/* Radios consistentes */
--radius-md: 18px;
--radius-lg: 24px;
--radius-xl: 32px;
--radius-full: 9999px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
color: var(--text);
background: var(--bg);
line-height: 1.5;
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: color 0.2s ease; }
/* ===== COMPONENTES DE DISEÑO ===== */
.section {
padding: 96px 0;
position: relative;
}
@media (max-width: 768px) {
.section { padding: 72px 0; }
}
.eyebrow {
display: inline-block;
padding: 6px 16px;
border-radius: var(--radius-full);
background: var(--accent-soft);
color: var(--accent-dark);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 20px;
border: 1px solid rgba(15, 108, 171, 0.18);
backdrop-filter: blur(4px);
}
.section-title {
font-size: clamp(2rem, 4vw, 3.2rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.02em;
margin: 0 0 20px;
color: var(--text);
}
.section-subtitle {
font-size: 1.1rem;
color: var(--text-muted);
max-width: 720px;
margin: 0 auto;
line-height: 1.6;
}
/* ===== NAVBAR PREMIUM ===== */
.navbar {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
padding: 8px 0;
}
.navbar-brand {
display: flex;
align-items: center;
gap: 12px;
font-weight: 700;
font-size: 1rem;
color: var(--text);
line-height: 1.2;
max-width: 260px;
transition: opacity 0.2s;
}
.navbar-brand:hover { opacity: 0.9; }
.brand-logo, .footer-logo {
width: auto;
height: 44px;
object-fit: contain;
}
.navbar-nav .nav-link {
color: var(--text);
font-weight: 600;
font-size: 0.95rem;
padding: 0.6rem 1rem;
border-radius: var(--radius-full);
transition: all 0.2s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: var(--accent);
background: var(--accent-soft);
}
.nav-cta {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 24px;
border-radius: var(--radius-full);
background: var(--accent);
color: white;
font-weight: 700;
font-size: 0.95rem;
box-shadow: 0 12px 28px -8px var(--accent);
transition: all 0.25s ease;
border: 1px solid rgba(255,255,255,0.2);
}
.nav-cta:hover {
background: var(--accent-dark);
transform: scale(1.02) translateY(-2px);
box-shadow: 0 20px 32px -8px var(--accent);
color: white;
}
.navbar-toggler {
border: 1px solid var(--border);
padding: 0.5rem 0.75rem;
border-radius: 12px;
box-shadow: none !important;
transition: border-color 0.2s;
}
.navbar-toggler:focus { border-color: var(--accent); }
/* ===== HERO SECTION (PRO FUNDO) ===== */
.hero {
padding: 160px 0 96px;
background:
radial-gradient(circle at 0% 30%, rgba(15, 108, 171, 0.08) 0%, transparent 50%),
radial-gradient(circle at 100% 70%, rgba(15, 108, 171, 0.06) 0%, transparent 50%),
linear-gradient(145deg, #ffffff 0%, #f2f7fc 100%);
overflow: hidden;
}
.hero-copy {
max-width: 680px;
}
.hero-copy h1 {
font-size: clamp(2.4rem, 5.5vw, 4.8rem);
font-weight: 800;
line-height: 1;
letter-spacing: -0.03em;
margin: 0 0 20px;
color: var(--text);
}
.hero-copy p {
font-size: 1.1rem;
line-height: 1.7;
color: var(--text-muted);
margin: 0 0 28px;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 40px;
}
.btn-main, .btn-alt {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 0 32px;
border-radius: var(--radius-full);
font-weight: 700;
font-size: 1rem;
transition: all 0.25s ease;
border: 1px solid transparent;
}
.btn-main {
background: var(--accent);
color: white;
box-shadow: 0 18px 32px -12px var(--accent);
}
.btn-main:hover {
background: var(--accent-dark);
transform: scale(1.02) translateY(-2px);
box-shadow: 0 24px 40px -12px var(--accent-dark);
color: white;
}
.btn-alt {
background: rgba(255,255,255,0.8);
backdrop-filter: blur(8px);
border: 1px solid rgba(15, 108, 171, 0.2);
color: var(--text);
}
.btn-alt:hover {
border-color: var(--accent);
/* ...cortado... */
#quienes-somos .about-media{
height:100%;
border-radius:24px;
overflow:hidden;
box-shadow:0 18px 45px rgba(0,0,0,.12);
background:#fff;
}
#quienes-somos .about-img{
width:100%;
height:100%;
min-height:320px;
max-height:520px;
object-fit:cover;
object-position:center;
display:block;
}
#quienes-somos .about-card{
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:22px;
padding:26px;
box-shadow:0 12px 30px rgba(0,0,0,.08);
height:auto;
}
#quienes-somos .about-icon{
width:56px;
height:56px;
flex:0 0 56px;
border-radius:16px;
background:rgba(13,110,253,.08);
color:var(--accent);
display:flex;
align-items:center;
justify-content:center;
font-size:1.45rem;
}
#quienes-somos .about-list{
display:flex;
flex-direction:column;
gap:16px;
}
#quienes-somos .about-item{
display:flex;
align-items:flex-start;
gap:16px;
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:20px;
padding:20px;
box-shadow:0 10px 24px rgba(0,0,0,.06);
}
#quienes-somos .about-item-icon{
width:52px;
height:52px;
flex:0 0 52px;
border-radius:14px;
background:rgba(13,110,253,.08);
color:var(--accent);
display:flex;
align-items:center;
justify-content:center;
font-size:1.3rem;
}
#quienes-somos .about-item h3{
margin:0 0 6px;
font-size:1.08rem;
font-weight:700;
}
#quienes-somos .about-item p{
margin:0;
color:#5f6b7a;
line-height:1.65;
}
@media (max-width: 991.98px){
#quienes-somos .about-img{
max-height:420px;
}
}
@media (max-width: 575.98px){
#quienes-somos .about-card{
padding:20px;
}
#quienes-somos .about-item{
padding:18px;
gap:14px;
}
#quienes-somos .about-icon,
#quienes-somos .about-item-icon{
width:46px;
height:46px;
flex:0 0 46px;
font-size:1.1rem;
}
#quienes-somos .about-img{
min-height:240px;
max-height:320px;
}
}
@media (max-width: 767.98px){
#quienes-somos{
padding-top:56px;
padding-bottom:40px;
overflow:hidden;
}
#quienes-somos .text-center.mb-5{
margin-bottom:1.5rem !important;
}
#quienes-somos .section-title{
font-size:clamp(1.9rem, 9vw, 2.55rem);
line-height:1.08;
margin-bottom:14px;
}
#quienes-somos .section-subtitle{
font-size:1rem;
line-height:1.55;
padding:0 8px;
}
#quienes-somos .row{
row-gap:16px;
}
#quienes-somos .col-lg-6:first-child{
order:2;
}
#quienes-somos .col-lg-6:last-child{
order:1;
}
#quienes-somos .about-media,
#quienes-somos .about-media.h-100,
#quienes-somos .about-list.h-100{
height:auto !important;
min-height:0 !important;
}
#quienes-somos .about-media{
border-radius:20px;
background:#fff;
box-shadow:0 10px 24px rgba(0,0,0,.08);
}
#quienes-somos .about-img{
display:block;
width:100%;
height:auto !important;
min-height:0 !important;
max-height:none !important;
object-fit:contain;
object-position:center;
background:#fff;
}
#quienes-somos .about-card{
padding:18px;
border-radius:18px;
margin-bottom:16px !important;
}
#quienes-somos .about-card .d-flex{
gap:12px !important;
}
#quienes-somos .about-list{
gap:12px;
}
#quienes-somos .about-item{
padding:16px;
gap:12px;
border-radius:18px;
align-items:flex-start;
}
#quienes-somos .about-item > div:last-child{
min-width:0;
}
#quienes-somos .about-card p,
#quienes-somos .about-item p{
font-size:.98rem;
line-height:1.55;
}
#quienes-somos .about-item h3{
font-size:1.08rem;
line-height:1.25;
margin-bottom:6px;
}
#quienes-somos .about-icon,
#quienes-somos .about-item-icon{
width:42px;
height:42px;
flex:0 0 42px;
border-radius:12px;
font-size:1rem;
}
#servicios{
padding-top:48px;
}
}
.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);
}
}
electricidadfm.com.ar
https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css:root{
--accent:#f2b705;
--accent-dark:#b57f00;
--accent-soft:#fff3c4;
--bg:#f8fafc;
--bg-2:#eef4fb;
--surface:#ffffff;
--surface-2:#f6f8fb;
--text:#16202b;
--muted:#607086;
--line:rgba(17,24,39,.08);
--shadow:0 18px 45px rgba(9,19,33,.12);
--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(--text);
background:var(--surface);
overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none}
section{scroll-margin-top:90px}
.navbar{
background:rgba(255,255,255,.92);
backdrop-filter:blur(12px);
box-shadow:0 8px 24px rgba(15,23,32,.08);
border-bottom:1px solid rgba(17,24,39,.08);
padding:.85rem 0;
}
.navbar .container{max-width:1200px}
.navbar-brand{
display:flex;
align-items:center;
gap:.7rem;
color:#111827;
font-size:1rem;
font-weight:700;
letter-spacing:.02em;
white-space:nowrap;
min-width:0;
}
.navbar-brand img{
height:40px;
width:auto;
object-fit:contain;
flex:0 0 auto;
}
.navbar-brand span{
font-size:.95rem;
line-height:1.1;
}
.navbar-toggler{
border:1px solid rgba(17,24,39,.14);
padding:.45rem .7rem;
box-shadow:none !important;
}
.navbar-toggler-icon{filter:none}
.navbar-nav{
gap:.2rem;
align-items:center;
}
.nav-link{
color:#334155;
font-weight:500;
padding:.65rem .85rem !important;
border-radius:999px;
}
.nav-link:hover,.nav-link:focus,.nav-link.active{
color:#111827;
background:rgba(242,183,5,.14);
}
.nav-cta{
display:inline-flex;
align-items:center;
justify-content:center;
background:var(--accent);
color:#111827 !important;
font-weight:800;
border-radius:999px;
padding:.72rem 1rem !important;
}
.nav-cta:hover{background:#ffd144}
.hero{
position:relative;
background:
radial-gradient(circle at 15% 20%, rgba(242,183,5,.18), transparent 28%),
radial-gradient(circle at 85% 15%, rgba(255,255,255,.8), transparent 18%),
linear-gradient(135deg, #fffdf6 0%, #f8fafc 48%, #eef4fb 100%);
color:#111827;
padding:132px 0 84px;
overflow:hidden;
}
.hero .container{max-width:1200px}
.hero-grid{
display:grid;
grid-template-columns:1.06fr .94fr;
gap:3rem;
align-items:center;
}
.hero-copy{max-width:640px}
.hero-kicker{
display:inline-flex;
align-items:center;
gap:.55rem;
padding:.55rem .95rem;
border-radius:999px;
background:rgba(255,255,255,.8);
border:1px solid rgba(17,24,39,.08);
color:#0f1720;
font-size:.92rem;
font-weight:600;
margin-bottom:1.2rem;
}
.hero h1{
font-size:clamp(2.2rem,4vw,4.4rem);
line-height:1.02;
font-weight:800;
margin:0 0 1rem;
letter-spacing:-.04em;
}
.hero p{
font-size:1.08rem;
line-height:1.78;
color:#475569;
margin:0 0 1.5rem;
max-width:60ch;
}
.hero-actions{
display:flex;
flex-wrap:wrap;
gap:.85rem;
margin-bottom:1.6rem;
}
.btn-main,
.btn-alt,
.btn-outline-light-custom{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
padding:.9rem 1.25rem;
border-radius:999px;
font-weight:800;
transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn-main{
background:var(--accent);
color:#131313;
border:1px solid var(--accent);
box-shadow:0 14px 28px rgba(242,183,5,.24);
}
.btn-main:hover{background:#ffd144;color:#111;transform:translateY(-1px)}
.btn-alt{
background:#ffffff;
color:#111827;
border:1px solid rgba(17,24,39,.1);
box-shadow:0 12px 24px rgba(15,23,32,.06);
}
.btn-alt:hover{background:#eef2f7;color:#111827;transform:translateY(-1px)}
.btn-outline-light-custom{
background:transparent;
color:#111827;
border:1px solid rgba(17,24,39,.16);
}
.btn-outline-light-custom:hover{background:rgba(242,183,5,.10);color:#0f1720;transform:translateY(-1px)}
.hero-features{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:.9rem;
margin-top:1.2rem;
}
.hero-feature{
display:flex;
align-items:flex-start;
gap:.8rem;
background:rgba(255,255,255,.78);
border:1px solid rgba(17,24,39,.08);
box-shadow:0 10px 24px rgba(15,23,32,.06);
border-radius:18px;
padding:1rem 1rem;
min-width:0;
}
.hero-feature-mark{
flex:0 0 12px;
width:12px;
height:12px;
margin-top:.4rem;
border-radius:50%;
background:var(--accent);
box-shadow:0 0 0 6px rgba(242,183,5,.16);
}
.hero-feature span{
color:#0f1720;
font-weight:600;
line-height:1.45;
font-size:.98rem;
}
.hero-media-wrap{
position:relative;
display:flex;
justify-content:center;
}
.hero-media{
position:relative;
width:100%;
max-width:540px;
min-height:500px;
border-radius:30px;
overflow:hidden;
box-shadow:0 26px 60px rgba(0,0,0,.28);
border:1px solid rgba(255,255,255,.12);
background:#0d1520;
}
.hero-media img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}
.hero-card-floating{
position:absolute;
left:-22px;
bottom:26px;
max-width:250px;
background:#fff;
color:#111827;
border-radius:22px;
box-shadow:var(--shadow);
padding:1rem 1rem;
}
.hero-card-floating strong{
display:block;
font-size:1rem;
margin-bottom:.35rem;
}
.hero-card-floating p{
margin:0;
color:var(--muted);
font-size:.95rem;
line-height:1.55;
}
.section{
padding:88px 0;
}
.section-soft{
background:var(--surface-2);
}
.container-custom,
.section .container,
.hero .container,
footer .container{
max-width:1200px;
}
.section-head{
max-width:780px;
margin:0 auto 3rem;
text-align:center;
}
.section-overline{
display:inline-block;
color:var(--accent-dark);
font-weight:800;
text-transform:uppercase;
letter-spacing:.14em;
font-size:.78rem;
margin-bottom:.85rem;
}
.section-title{
font-size:clamp(1.95rem,3vw,3rem);
line-height:1.08;
letter-spacing:-.03em;
font-weight:800;
margin:0 0 .9rem;
color:#0f1720;
}
.section-subtitle{
color:var(--muted);
font-size:1.05rem;
line-height:1.8;
margin:0;
}
.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:1.5rem;
align-items:stretch;
}
.about-card,
.about-side-card,
.service-card,
.reason-card,
.store-card,
.contact-card,
.faq-shell,
.iframe-card{
background:#fff;
border:1px solid var(--line);
border-radius:var(--radius);
box-shadow:var(--shadow);
}
.about-card{
padding:2rem;
height:100%;
}
.about-card p{
margin:0 0 1.1rem;
color:#334155;
line-height:
/* ...cortado... */
.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)}
}
construccionaldana.com.ar
https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css/* ========== VARIABLES Y RESET ========== */
:root {
--accent: #0a2b4a; /* Azul marino profundo y premium */
--accent-dark: #051a2d;
--accent-soft: #e6ecf5; /* Versión muy suave para fondos */
--accent-soft-2: #d3deed;
--bg: #ffffff;
--bg-2: #f9fafc;
--text: #101010;
--text-light: #4a4a4a;
--muted: #6c6c6c;
--border: rgba(0, 0, 0, 0.06);
--border-dark: rgba(0, 0, 0, 0.1);
--shadow-sm: 0 15px 35px -10px rgba(0, 0, 0, 0.08);
--shadow-md: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
--shadow-lg: 0 35px 70px -15px rgba(0, 0, 0, 0.2);
--radius: 28px;
--radius-sm: 20px;
--radius-xs: 16px;
--container: 1280px;
--nav-h: 90px;
--transition: all 0.3s cubic-bezier(0.25, 0.1, 0.15, 1);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Inter", system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
color: var(--text);
background: var(--bg);
line-height: 1.5;
overflow-x: hidden;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none;
color: inherit;
}
.container-custom {
max-width: var(--container);
margin-inline: auto;
padding-inline: 24px;
}
.section {
padding: 100px 0;
position: relative;
}
/* ========== TIPOGRAFÍA ========== */
.section-title {
font-size: clamp(2.5rem, 5vw, 3.8rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.03em;
margin: 0 0 18px;
color: var(--text);
}
.section-subtitle {
max-width: 680px;
margin: 0 auto;
color: var(--text-light);
font-size: 1.15rem;
line-height: 1.7;
font-weight: 400;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 18px;
border-radius: 100px;
background: var(--accent-soft);
color: var(--accent);
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 20px;
border: 1px solid rgba(10, 43, 74, 0.15);
backdrop-filter: blur(4px);
}
/* ========== BOTONES ========== */
.btn-main {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 0 32px;
border-radius: 100px;
font-weight: 700;
font-size: 1rem;
border: none;
transition: var(--transition);
box-shadow: var(--shadow-sm);
cursor: pointer;
}
.btn-main-primary {
background: var(--accent);
color: white;
}
.btn-main-primary:hover {
background: var(--accent-dark);
transform: translateY(-3px);
box-shadow: var(--shadow-md);
color: white;
}
.btn-main-outline {
background: transparent;
color: var(--text);
border: 1.5px solid rgba(0, 0, 0, 0.1);
box-shadow: none;
}
.btn-main-outline:hover {
border-color: var(--accent);
background: rgba(10, 43, 74, 0.02);
transform: translateY(-3px);
}
/* ========== NAVBAR ========== */
.navbar-custom {
position: sticky;
top: 0;
z-index: 1030;
backdrop-filter: blur(16px) saturate(180%);
background: rgba(255, 255, 255, 0.85);
border-bottom: 1px solid var(--border);
min-height: var(--nav-h);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.navbar-custom .navbar {
min-height: var(--nav-h);
padding: 0.5rem 0;
}
.navbar-brand {
display: flex;
align-items: center;
gap: 16px;
font-size: 1.1rem;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--text);
white-space: nowrap;
}
.navbar-brand img {
height: 48px;
width: auto;
object-fit: contain;
flex-shrink: 0;
transition: var(--transition);
}
.navbar-brand:hover img {
transform: scale(1.02);
}
.navbar-brand span {
font-size: 1.1rem;
font-weight: 700;
line-height: 1.2;
color: var(--text);
}
.navbar-nav .nav-link {
color: var(--text);
font-weight: 600;
padding: 0.7rem 1.1rem !important;
border-radius: 100px;
transition: var(--transition);
font-size: 0.98rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
color: var(--accent);
background: var(--accent-soft);
}
.navbar-toggler {
border: none;
box-shadow: none !important;
padding: 0.6rem 0.8rem;
border-radius: var(--radius-xs);
background: var(--bg-2);
border: 1px solid var(--border);
}
/* ========== HERO ========== */
.hero {
padding: 60px 0 80px;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -30%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(10, 43, 74, 0.03) 0%, transparent 70%);
border-radius: 50%;
z-index: -1;
}
.hero-grid {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 50px;
align-items: center;
}
.hero-copy h1 {
font-size: clamp(3rem, 6vw, 5.2rem);
line-height: 0.95;
letter-spacing: -0.05em;
margin: 0 0 20px;
font-weight: 800;
max-width: 800px;
color: var(--text);
}
.hero-copy p {
font-size: 1.15rem;
line-height: 1.8;
color: var(--text-light);
max-width: 620px;
margin: 0 0 30px;
}
.hero-points {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin: 30px 0 40px;
max-width: 650px;
}
.hero-point {
background: var(--bg-2);
border: 1px solid var(--border);
border-radius: var(--radius-xs);
padding: 16px 20px;
font-weight: 600;
color: var(--text);
box-shadow: var(--shadow-sm);
transition: var(--transition);
font-size: 1rem;
}
.hero-point:hover {
background: white;
border-color: var(--accent);
transform: translateY(-3px);
box-shadow: var(--shadow-md);
}
.hero-actions {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.hero-media {
position: relative;
}
.hero-card {
position: relative;
background: var(--bg-2);
border-radius: 40px;
padding: 16px;
box-shadow: var(--shadow-lg);
border: 1px solid var(--border);
overflow: hidden;
}
.hero-card::after {
content: '';
position: absolute;
inset: 0;
border-radius: 40px;
padding: 2px;
background: linear-gradient(145deg, rgba(255,255,255,0.5), rgba(10,43,74,0.1));
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
.hero-card img {
width: 100%;
height: 600px;
object-fit: cover;
object-position: center;
border-radius: 32px;
transition: var(--transition);
}
.hero-card:hover img {
transform: scale(1.02);
}
.hero-badge {
position: absolute;
right: 30px;
bottom: 30px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(
/* ...cortado... */
/* Scope: vids-4 */
.vids-4 .vid-card{
background:#fff;
border:1px solid rgba(15,23,42,.12);
border-radius:18px;
box-shadow:0 10px 30px rgba(2,6,23,.06);
padding:12px;
height:100%;
}
.vids-4 .vid-frame{
width:100%;
aspect-ratio: 9 / 16; /* vertical tipo phone */
border-radius:16px;
overflow:hidden;
background:#f6f8fb;
border:1px solid rgba(15,23,42,.12);
position:relative;
}
/* video ocupa todo */
.vids-4 .vid-el{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
/* preview encima del video (se oculta al reproducir) */
.vids-4 .vid-preview{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
display:block;
background:#f6f8fb;
z-index:2;
}
/* botón play sobre la preview */
.vids-4 .vid-play{
position:absolute;
inset:auto;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:54px;
height:54px;
border-radius:999px;
border:0;
background:rgba(0,0,0,.55);
color:#fff;
z-index:3;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
.vids-4 .vid-play:hover{ background:rgba(0,0,0,.65); }
.vids-4 .vid-play-ico{ font-size:18px; margin-left:2px; }
/* Cuando está reproduciendo, ocultamos preview + botón */
.vids-4 .vid-frame.is-playing .vid-preview,
.vids-4 .vid-frame.is-playing .vid-play{
display:none !important;
}
/* Mobile compact */
@media (max-width: 575.98px){
.vids-4 .vid-card{ padding:10px; }
}
testtttt
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.1/css/all.min.csshttps://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap:root {
--primary-color: #3a7d44;
--secondary-color: #2d3a3a;
--accent-color: #d4a762;
--light-color: #f8f9fa;
--dark-color: #212529;
--transition: all 0.3s ease;
}
body {
font-family: 'Poppins', sans-serif;
color: var(--dark-color);
overflow-x: hidden;
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4 {
font-family: 'Playfair Display', serif;
font-weight: 600;
}
/* Navbar */
.navbar {
background-color: rgba(255, 255, 255, 0.95) !important;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
padding: 15px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 700;
font-size: 1.8rem;
color: var(--primary-color) !important;
}
.navbar-nav .nav-link {
color: var(--secondary-color) !important;
font-weight: 500;
padding: 8px 15px;
margin: 0 5px;
position: relative;
transition: var(--transition);
}
.navbar-nav .nav-link:before {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: var(--accent-color);
transition: var(--transition);
}
.navbar-nav .nav-link:hover:before {
width: 100%;
}
.navbar-nav .nav-link:hover {
color: var(--primary-color) !important;
}
/* Hero Section */
.hero {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/logoecc.png') no-repeat center center/cover;
min-height: 90vh;
display: flex;
align-items: center;
color: white;
position: relative;
padding: 120px 0 80px;
}
.hero-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.hero h1 {
font-size: 4rem;
margin-bottom: 20px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
animation: fadeInDown 1s ease;
}
.hero p.lead {
font-size: 1.5rem;
margin-bottom: 30px;
animation: fadeInUp 1s ease 0.3s both;
}
.hero .highlight-text {
display: inline-block;
font-style: italic;
font-weight: 500;
padding: 15px 25px;
background-color: rgba(212, 167, 98, 0.2);
border-left: 3px solid var(--accent-color);
margin: 20px 0;
animation: fadeIn 1s ease 0.6s both;
}
.hero .contact-info {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 30px;
animation: fadeIn 1s ease 0.9s both;
}
.hero .btn {
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
letter-spacing: 0.5px;
transition: var(--transition);
animation: fadeInUp 1s ease 1.2s both;
}
.hero .btn-outline-light {
border: 2px solid white;
color: white;
}
.hero .btn-outline-light:hover {
background-color: white;
color: var(--primary-color);
}
.hero .btn-success {
background-color: var(--primary-color);
border: 2px solid var(--primary-color);
}
.hero .btn-success:hover {
background-color: transparent;
color: white;
}
/* Section Styles */
.section {
padding: 100px 0;
position: relative;
}
.section-title {
position: relative;
display: inline-block;
margin-bottom: 60px;
color: var(--secondary-color);
}
.section-title:after {
content: '';
position: absolute;
width: 50px;
height: 3px;
background-color: var(--accent-color);
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}
.section-light {
background-color: var(--light-color);
}
.section-dark {
background-color: var(--secondary-color);
color: white;
}
/* About Section */
.about-img {
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
transition: var(--transition);
}
.about-img:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
/* Services Section */
.service-card {
background: white;
border-radius: 10px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: var(--transition);
height: 100%;
border-top: 3px solid var(--primary-color);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-icon {
font-size: 2.5rem;
color: var(--primary-color);
margin-bottom: 20px;
}
.service-card h3 {
margin-bottom: 15px;
color: var(--secondary-color);
}
.service-card ul {
padding-left: 20px;
}
.service-card ul li {
margin-bottom: 8px;
position: relative;
}
.service-card ul li:before {
content: '✓';
color: var(--accent-color);
font-weight: bold;
position: absolute;
left: -20px;
}
/* Why Choose Us */
.feature-box {
text-align: center;
padding: 30px 20px;
border-radius: 10px;
background: white;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: var(--transition);
margin-bottom: 30px;
height: 100%;
}
.feature-box:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.feature-icon {
width: 70px;
height: 70px;
background-color: rgba(58, 125, 68, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 1.8rem;
color: var(--primary-color);
}
/* Portfolio Section */
.portfolio-section {
background-color: #f5f5f5;
}
.portfolio-filter {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 40px;
gap: 10px;
}
.filter-btn {
padding: 8px 20px;
background: transparent;
border: 1px solid var(--primary-color);
color: var(--primary-color);
border-radius: 50px;
transition: var(--transition);
font-weight: 500;
}
.filter-btn:hover, .filter-btn.active {
background: var(--primary-color);
color: white;
}
.portfolio-item {
position: relative;
margin-bottom: 30px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: var(--transition);
}
.portfolio-item img {
width: 100%;
height: 250px;
object-fit: cover;
transition: var(--transition);
}
.portfolio-item:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.portfolio-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(58, 125, 68, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
transition: var(--transition);
}
.portfolio-item:hover .portfolio-overlay {
opacity: 1;
}
.portfolio-overlay h3 {
/* ...cortado... */
.img-hover-box {
overflow: hidden;
border-radius: 20px;
box-shadow: 0 10px 20px rgba(0,0,0,0.15);
transition: transform 0.3s ease, box-shadow 0.3s ease;
max-width: 300px;
margin: auto;
}
.img-hover-box img {
width: 100%;
height: auto;
display: block;
transition: transform 0.4s ease;
}
.img-hover-box:hover {
transform: scale(1.05);
box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.img-hover-box:hover img {
transform: scale(1.1);
}
.ticker-container {
perspective: 1000px;
width: 100%;
max-width: 300px;
height: 300px;
position: relative;
margin: auto;
}
.ticker {
width: 100%;
height: 100%;
position: relative;
transform-style: preserve-3d;
animation: girar 20s infinite linear;
}
.ticker-face {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.ticker-face img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ticker-text {
position: absolute;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.7);
color: white;
text-align: center;
padding: 10px 0;
font-size: 16px;
}
.face-1 { transform: rotateY(0deg) translateZ(150px); }
.face-2 { transform: rotateY(90deg) translateZ(150px); }
.face-3 { transform: rotateY(180deg) translateZ(150px); }
.face-4 { transform: rotateY(270deg) translateZ(150px); }
@keyframes girar {
0% { transform: rotateY(0deg); }
100% { transform: rotateY(360deg); }
}
/* ✅ RESPONSIVO */
@media (max-width: 768px) {
.ticker-container {
max-width: 240px;
height: 240px;
}
.face-1, .face-2, .face-3, .face-4 {
transform: rotateY(var(--rot)) translateZ(120px);
}
}
@media (max-width: 480px) {
.ticker-container {
max-width: 180px;
height: 180px;
}
.face-1 { transform: rotateY(0deg) translateZ(90px); }
.face-2 { transform: rotateY(90deg) translateZ(90px); }
.face-3 { transform: rotateY(180deg) translateZ(90px); }
.face-4 { transform: rotateY(270deg) translateZ(90px); }
.ticker-text {
font-size: 12px;
padding: 6px 0;
}
}
:root {
--img-ticker-size: 500px;
}
.ticker-img {
max-height: var(--img-ticker-size);
width: auto;
object-fit: contain;
}
.carousel-control-prev,
.carousel-control-next {
filter: invert(1); /* para que los íconos se vean si el fondo es claro */
}
:root {
--img-ticker-size: 500px;
}
.ticker-img {
max-height: var(--img-ticker-size);
width: auto;
object-fit: contain;
}
footer {
background: #222;
color: #fff;
padding: 40px 0;
}
.footer a {
color: #ccc;
text-decoration: none;
}
/* Contenedor de botones flotantes */
.social-float-container {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
display: flex;
flex-direction: column-reverse;
gap: 15px;
align-items: flex-end;
}
/* Estilos base para todos los botones sociales */
.social-float {
position: relative;
transition: all 0.3s ease;
transform-style: preserve-3d;
}
.social-float:hover {
transform: translateY(-5px) rotate(5deg) scale(1.1);
}
.social-button {
display: block;
width: 70px;
height: 70px;
border-radius: 50%;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
position: relative;
transition: all 0.3s ease;
animation: float 3s ease-in-out infinite;
color: white;
text-decoration: none;
}
.social-button:hover {
transform: scale(1.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.social-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
}
.social-pulse {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
animation: pulse 2s infinite;
}
.social-pulse-delayed {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
animation: pulse 2s infinite 0.5s;
}
.social-tooltip {
position: absolute;
right: 90px;
top: 50%;
transform: translateY(-50%);
background: white;
color: #333;
padding: 12px 15px;
border-radius: 10px;
font-size: 14px;
font-weight: 600;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
width: 200px;
text-align: center;
}
.social-tooltip small {
display: block;
font-size: 12px;
color: #666;
font-weight: normal;
margin-top: 3px;
}
.tooltip-arrow {
position: absolute;
right: -10px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid white;
}
.social-float:hover .social-tooltip {
opacity: 1;
visibility: visible;
right: 80px;
}
/* Estilos específicos para cada botón */
.whatsapp-button {
background: #25D366;
box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}
.whatsapp-button:hover {
background: #128C7E;
box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}
.whatsapp-pulse {
background: rgba(37, 211, 102, 0.6);
}
.whatsapp-pulse-delayed {
background: rgba(37, 211, 102, 0.4);
}
.instagram-button {
background: #E1306C;
box-shadow: 0 10px 25px rgba(225, 48, 108, 0.3);
}
.instagram-button:hover {
background: #C13584;
box-shadow: 0 15px 30px rgba(193, 53, 132, 0.4);
}
.instagram-pulse {
background: rgba(225, 48, 108, 0.6);
}
.instagram-pulse-delayed {
background: rgba(193, 53, 132, 0.4);
}
.facebook-button {
background: #1877F2;
box-shadow: 0 10px 25px rgba(24, 119, 242, 0.3);
}
.facebook-button:hover {
background: #166FE5;
box-shadow: 0 15px 30px rgba(22, 111, 229, 0.4);
}
.facebook-pulse {
background: rgba(24, 119, 242, 0.6);
}
.facebook-pulse-delayed {
background: rgba(22, 111, 229, 0.4);
}
/* Animaciones */
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
@keyframes pulse {
0% { transform: scale(0.8); opacity: 0; }
70% { transform: scale(1.3); opacity: 0.4; }
100% { transform: scale(1.4); opacity: 0; }
}
/* Efecto de latido al cargar */
@keyframes heartbeat {
0% { transform: scale(1); }
25% { transform: scale(1.1); }
50% { transform: scale(1); }
75% { transform: scale(1.1); }
100% { transform: scale(1); }
}
/* Animación inicial para los botones */
.social-button {
animation: heartbeat 1.5s ease 2s 2, float 3s ease-in-out infinite 3s;
}
/* Mostrar botones con un pequeño retraso entre ellos */
.instagram-float { animation: fadeInUp 0.5s ease 0.2s both; }
.facebook-float { animation: fadeInUp 0.5s ease 0.4s both; }
.whatsapp-float { animation: fadeInUp 0.5s ease 0.6s both; }
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
/* Responsive */
@media (max-width: 768px) {
.social-float-container {
bottom: 20px;
right: 20px;
}
.social-button {
width: 60px;
height: 60px;
}
.social-icon {
font-size: 25px;
}
.social-tooltip {
display: none;
}
}
muebleriasys.com.ar
https://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]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css/* === VARIABLES Y RESET === */
:root {
--accent: #ef7d2d;
--accent-2: #111827;
--accent-soft: #1f2937;
--ink: #0f172a;
--ink-light: #334155;
--muted: #64748b;
--soft-bg: #f8fafc;
--soft-border: #e9eef2;
--white: #ffffff;
--radius-lg: 24px;
--radius-md: 18px;
--radius-sm: 14px;
--shadow-sm: 0 4px 8px -2px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
--shadow-md: 0 12px 24px -8px rgba(2, 6, 23, 0.08), 0 4px 8px -2px rgba(2, 6, 23, 0.03);
--shadow-lg: 0 24px 48px -12px rgba(2, 6, 23, 0.12), 0 8px 16px -4px rgba(2, 6, 23, 0.04);
--transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Inter", system-ui, -apple-system, sans-serif;
color: var(--ink);
background: var(--white);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* === TIPOGRAFÍA MEJORADA === */
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.display-5 {
font-weight: 800;
letter-spacing: -0.03em;
font-size: clamp(2.2rem, 5vw, 3rem);
}
.section-title {
font-weight: 800;
font-size: clamp(1.8rem, 4vw, 2.5rem);
letter-spacing: -0.03em;
margin-bottom: 0.75rem;
}
.section-subtitle {
color: var(--muted);
font-size: 1.1rem;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.eyebrow {
display: inline-block;
padding: 0.35rem 1rem;
background: rgba(17, 24, 39, 0.05);
border-radius: 100px;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.02em;
color: var(--ink);
margin-bottom: 1rem;
backdrop-filter: blur(4px);
}
/* === LAYOUT === */
.section {
padding: 100px 0;
}
@media (max-width: 768px) {
.section {
padding: 72px 0;
}
}
.container {
max-width: 1280px;
padding: 0 24px;
}
/* === NAVBAR MEJORADA (MÁS ELEGANTE) === */
.navbar {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
border-bottom: 1px solid rgba(15, 23, 42, 0.06);
padding: 12px 0;
transition: var(--transition);
}
.navbar-brand {
display: flex;
align-items: center;
gap: 12px;
font-weight: 800;
font-size: 1.25rem;
letter-spacing: -0.02em;
color: var(--ink) !important;
}
.brand-logo {
height: 42px;
width: auto;
transition: var(--transition);
}
.navbar-brand:hover .brand-logo {
transform: scale(1.02);
}
.nav-link {
color: var(--ink-light) !important;
font-weight: 500;
font-size: 0.95rem;
padding: 0.5rem 1rem !important;
border-radius: 100px;
transition: var(--transition);
}
.nav-link:hover {
color: var(--ink) !important;
background: rgba(17, 24, 39, 0.04);
}
/* === BOTONES PRO === */
.btn {
border-radius: 100px;
padding: 0.65rem 1.5rem;
font-weight: 600;
font-size: 0.95rem;
transition: var(--transition);
border: 1px solid transparent;
}
.btn-accent {
background: var(--accent);
border-color: var(--accent);
color: white;
box-shadow: var(--shadow-sm);
}
.btn-accent:hover {
background: var(--accent-soft);
border-color: var(--accent-soft);
color: white;
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.btn-ghost {
background: transparent;
border: 1.5px solid rgba(15, 23, 42, 0.12);
color: var(--ink);
}
.btn-ghost:hover {
background: rgba(17, 24, 39, 0.02);
border-color: rgba(15, 23, 42, 0.24);
transform: translateY(-2px);
}
.btn-outline-light {
border: 1.5px solid rgba(255, 255, 255, 0.3);
color: white;
}
.btn-outline-light:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.5);
}
/* === CARDS MODERNAS === */
.card-premium {
background: var(--white);
border: 1px solid var(--soft-border);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
transition: var(--transition);
height: 100%;
overflow: hidden;
}
.card-premium:hover {
box-shadow: var(--shadow-md);
border-color: rgba(17, 24, 39, 0.12);
}
.card-body {
padding: 2rem;
}
.soft-bg {
background: var(--soft-bg);
}
/* === HERO SECTION (MÁS DINÁMICO) === */
.hero {
padding-top: 130px;
padding-bottom: 40px;
background:
radial-gradient(100% 100% at 70% 0%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),
radial-gradient(80% 80% at 20% 80%, rgba(17, 24, 39, 0.01) 0%, transparent 50%);
}
.hero-card {
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
border: 1px solid var(--soft-border);
background: var(--white);
}
.hero-img {
width: 100%;
height: auto; /* 👈 clave */
object-fit: contain; /* opcional */
display: block;
transition: var(--transition);
}
.hero-points {
display: grid;
gap: 12px;
margin: 28px 0 20px;
}
.hero-point {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 14px 18px;
background: rgba(17, 24, 39, 0.02);
border-radius: var(--radius-md);
border: 1px solid var(--soft-border);
}
.hero-point .bi {
color: var(--accent);
font-size: 1.25rem;
flex-shrink: 0;
margin-top: 2px;
}
.hero-point strong {
font-weight: 700;
color: var(--ink);
}
/* === SERVICE ITEMS === */
.service-list {
display: grid;
gap: 8px;
}
.service-item {
padding: 14px 18px;
background: var(--white);
border: 1px solid var(--soft-border);
border-radius: var(--radius-md);
font-weight: 600;
color: var(--ink-light);
display: flex;
align-items: center;
gap: 12px;
transition: var(--transition);
}
.service-item:hover {
border-color: var(--accent);
background: rgba(17, 24, 39, 0.02);
transform: translateX(4px);
}
.service-item::before {
content: "•";
color: var(--accent);
font-size: 1.5rem;
line-height: 1;
}
/* === WHY CARDS (POR QUÉ ELEGIRNOS) === */
.why-grid {
display: grid;
gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.why-card {
background: var(--white);
border: 1px solid var(--soft-border);
border-radius: var(--radius-lg);
padding: 28px 24px;
box-shadow: var(--shadow-sm);
transition: var(--transition);
}
.why-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-lg);
border-color: rgba(17, 24, 39, 0.18);
}
.why-ico {
width: 56px;
height: 56px;
background: rgba(17, 24, 39, 0.04);
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
color: var(--accent);
/* ...cortado... */
/* ===================== VIDEOS LOCALES ===================== */
.vids-4 .vid-card{
background:#fff;
border:1px solid rgba(15,23,42,.12);
border-radius:18px;
box-shadow:0 10px 30px rgba(2,6,23,.06);
padding:12px;
height:100%;
}
.vids-4 .vid-frame{
width:100%;
aspect-ratio:9 / 16;
border-radius:16px;
overflow:hidden;
background:#f6f8fb;
border:1px solid rgba(15,23,42,.12);
position:relative;
}
.vids-4 .vid-el{
width:100%;
height:100%;
object-fit:cover;
display:block;
background:#000;
}
.vids-4 .vid-preview{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
display:block;
background:#f6f8fb;
z-index:2;
cursor:pointer;
}
.vids-4 .vid-play{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:54px;
height:54px;
border-radius:999px;
border:0;
background:rgba(0,0,0,.55);
color:#fff;
z-index:3;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
.vids-4 .vid-play:hover{
background:rgba(0,0,0,.65);
}
.vids-4 .vid-play-ico{
font-size:18px;
margin-left:2px;
}
.vids-4 .vid-frame.is-playing .vid-preview,
.vids-4 .vid-frame.is-playing .vid-play{
display:none !important;
}
@media (max-width: 575.98px){
.vids-4 .vid-card{
padding:10px;
}
}
/* contenedor */
.social-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
display:flex;
flex-direction:column;
align-items:flex-end;
gap:12px;
font-family:inherit;
}
/* ===== Facebook button ===== */
.fb-btn{
width:56px;height:56px;border-radius:50%;
display:grid;place-items:center;
background:linear-gradient(135deg,#1877F2,#0f5fd3);
color:#fff;text-decoration:none;
box-shadow:0 10px 30px rgba(24,119,242,.35);
transition:transform .25s, box-shadow .25s;
}
.fb-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(24,119,242,.45); }
/* ===== Instagram button ===== */
.ig-btn{
width:56px;height:56px;border-radius:50%;
display:grid;place-items:center;
background: radial-gradient(circle at 30% 107%,
#fdf497 0%, #fdf497 5%,
#fd5949 45%, #d6249f 60%, #285AEB 90%);
color:#fff;text-decoration:none;
box-shadow:0 10px 30px rgba(214,36,159,.28);
transition:transform .25s, box-shadow .25s;
}
.ig-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(214,36,159,.38); }
/* ===== WhatsApp (igual que el tuyo) ===== */
:root{
--wa:#6ba1bc; --wa-dark:#5a8a9f; --wa-light:#7db3ca;
--wa-text:#1a1a1a; --wa-muted:#6c757d; --wa-bg:#ffffff; --wa-border:#e3e6ea;
}
.wa-float{ position:relative; }
.wa-btn{
width:60px;height:60px;border-radius:50%;
border:none;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;display:grid;place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .3s, box-shadow .3s;
}
.wa-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(37,211,102,.55); }
.wa-card{
position:absolute; right:0; bottom:74px;
width:min(360px,92vw);
background:var(--wa-bg);
border-radius:18px;
border:1px solid var(--wa-border);
box-shadow:0 18px 60px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.3s;
}
.wa-card[aria-modal="true"]{ transform:none; opacity:1; }
.wa-head{
display:flex; align-items:center; gap:12px;
padding:14px;
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
color:#fff;
}
.wa-avatar{
width:40px;height:40px;background:#fff;border-radius:8px;
display:grid;place-items:center;overflow:hidden;
}
.wa-avatar img{width:26px;height:26px;object-fit:contain}
.wa-title{ font-weight:700; }
.wa-status{ font-size:.85rem; opacity:.9; }
.wa-close{ margin-left:auto;border:none;background:transparent;color:#fff;font-size:24px;cursor:pointer; }
.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 var(--wa-border); align-self:flex-start; }
.wa-user{ background:#eaf4f8;border:1px solid #cfe4ef; align-self:flex-end; }
.wa-compose{
display:grid; grid-template-columns:1fr auto; gap:8px;
padding:10px; border-top:1px solid var(--wa-border); background:#fff;
}
.wa-compose textarea{
resize:none;border-radius:12px;padding:10px;border:1px solid var(--wa-border);font-family:inherit;
}
.wa-send{ background:var(--wa);color:#fff;border:none;border-radius:12px;padding:0 16px;cursor:pointer; }
.wa-send:hover{ background:var(--wa-dark); }
@media(max-width:480px){
.wa-card{ width:calc(100vw - 24px); }
}
vidriosyaberturascma.com
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap:root {
--ink: #111827;
--muted: #6b7280;
--soft: #f8fafc;
--line: #e2e8f0;
--accent: #1BB26B;
--accent-600: #159A5C;
--accent-700: #0f7a4a;
--accent-light: #e6f7f0;
--radius: 16px;
--shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
--shadow-lg: 0 25px 50px rgba(17, 24, 39, 0.12);
}
* {
box-sizing: border-box;
}
html, body {
scroll-behavior: smooth;
font-family: 'Inter', sans-serif;
}
body {
color: var(--ink);
overflow-x: hidden;
line-height: 1.6;
}
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.2;
}
.section-sub {
color: var(--muted);
font-size: 1.125rem;
}
.btn-accent {
background: var(--accent);
border: 0;
color: white;
font-weight: 600;
padding: 12px 28px;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(27, 178, 107, 0.3);
}
.btn-accent:hover {
background: var(--accent-600);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(27, 178, 107, 0.4);
}
.btn-outline-accent {
border: 2px solid var(--accent);
color: var(--accent);
background: transparent;
font-weight: 600;
padding: 12px 28px;
border-radius: 12px;
transition: all 0.3s ease;
}
.btn-outline-accent:hover {
background: var(--accent);
color: white;
transform: translateY(-2px);
}
.badge-dot {
display: inline-flex;
gap: 0.5rem;
align-items: center;
font-weight: 500;
}
.badge-dot::before {
content: "";
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
background: var(--accent);
}
.nav-link {
font-weight: 500;
position: relative;
padding: 8px 12px !important;
transition: color 0.3s ease;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 12px;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
width: calc(100% - 24px);
}
.nav-link:hover,
.nav-link.active {
color: var(--accent) !important;
}
.navbar {
box-shadow: 0 4px 20px rgba(17, 24, 39, 0.05);
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.95);
transition: all 0.3s ease;
}
.navbar.scrolled {
padding-top: 8px;
padding-bottom: 8px;
box-shadow: 0 4px 20px rgba(17, 24, 39, 0.08);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
}
.shadow-soft {
box-shadow: var(--shadow);
}
.shadow-large {
box-shadow: var(--shadow-lg);
}
.card-lite {
border: 1px solid var(--line);
border-radius: var(--radius);
transition: all 0.3s ease;
}
.card-lite:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.icon-pill {
width: 54px;
height: 54px;
border-radius: 999px;
display: inline-grid;
place-items: center;
background: var(--accent-light);
color: var(--accent);
transition: all 0.3s ease;
}
.list-check {
list-style: none;
padding-left: 0;
margin: 0;
}
.list-check li {
padding: 0.5rem 0 0.5rem 2rem;
position: relative;
}
.list-check li::before {
content: "\f00c";
font: normal normal normal 14px/1 "Font Awesome 6 Free";
font-weight: 900;
color: var(--accent);
position: absolute;
left: 0;
top: 0.7rem;
}
/* HERO */
.hero {
padding: 140px 0 100px 0;
background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 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 1000 1000" preserveAspectRatio="none"><path fill="%23e6f7f0" d="M0,0 L1000,0 L1000,1000 L0,1000 Z" /></svg>') no-repeat;
background-size: cover;
z-index: 0;
}
.hero-content {
position: relative;
z-index: 1;
}
.hero h1 {
font-size: 3.5rem;
font-weight: 800;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #111827 0%, #1BB26B 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-img-container {
position: relative;
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow-lg);
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: transform 0.5s ease;
}
.hero-img-container:hover {
transform: perspective(1000px) rotateY(0) rotateX(0);
}
.hero-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hero-img-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
padding: 2rem;
color: white;
}
/* SERVICIOS */
.service {
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 2rem;
height: 100%;
background: #fff;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.service::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: var(--accent);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}
.service:hover::before {
transform: scaleX(1);
}
.service:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
}
.service h3 {
font-size: 1.25rem;
margin-bottom: 0.75rem;
font-weight: 600;
}
.service p {
color: var(--muted);
margin: 0;
}
.service-icon {
font-size: 2rem;
color: var(--accent);
margin-bottom: 1rem;
}
/* POR QUÉ */
.why {
border: 1px solid var(--line);
border-radius: 999px;
padding: 1rem 1.5rem;
background: #fff;
font-weight: 600;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 0.75rem;
}
.why:hover {
transform: translateY(-5px);
box-shadow: var(--shadow);
border-color: var(--accent);
}
.why i {
color: var(--accent);
font-size: 1.25rem;
}
/* TICKER */
.ticker-wrap {
position: relative;
border-radius: var(--radius);
overflow: hidden;
}
.ticker-viewport {
overflow: hidden;
border-radius: var(--radius);
background: #fff;
box-shadow: var(--shadow);
}
.ticker-track {
display: flex;
gap: 1.5rem;
align-items: center;
padding: 1.5rem;
animation: ticker 40s linear infinite;
}
@keyframes ticker {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
.ticker-card {
flex: 0 0 auto;
width: min(500px, 90vw);
height: min(500px, 90vw);
border-radius: 14px;
overflow: hidde
/* ...cortado... */
/* Branding compacto y prolijo */
.brand.is-inline{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none}
.brand-mark{height:36px;width:auto;display:block}
.brand-text{font-weight:800;letter-spacing:.2px;color:var(--text, #0b1320)}
/* Si el header es oscuro, descomentá esta línea: */
/* .brand-text{color:#fff} */
/* Ajustes responsive finos */
@media (max-width:480px){ .brand-mark{height:32px} .brand-text{font-weight:700} }
/* —— Lightbox: igual que antes —— */
#trabajos .lb { position: fixed; inset: 0; display: none; z-index: 9999; background: rgba(0,0,0,.92); align-items: center; justify-content: center; }
#trabajos .lb.open { display: flex; }
#trabajos .lb-img { max-width: 92vw; max-height: 88vh; object-fit: contain; box-shadow: 0 10px 40px rgba(0,0,0,.55); }
#trabajos .lb-btn { position: absolute; border: 0; cursor: pointer; user-select: none; width: 52px; height: 66px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #fff; font-size: 28px; }
#trabajos .lb-btn:hover { background: rgba(255,255,255,.2); }
#trabajos .lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
#trabajos .lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
#trabajos .lb-close { top: 14px; right: 14px; width: 42px; height: 42px; font-size: 18px; }
#trabajos .lb-ind { position: absolute; right: 14px; bottom: 12px; color: #ddd; font-size: 13px; background: rgba(0,0,0,.35); padding: 6px 10px; border-radius: 10px; }
@media (max-width:576px){ #trabajos .lb-btn{ width:46px; height:60px; font-size:24px } }
/* —— Ticker: NO cambio tamaños. Solo aseguro scroll horizontal suave —— */
#trabajos .ticker-viewport { overflow: hidden; }
/* Mejor hit-area de controles */
#trabajos .ticker-controls .btn{ min-width:36px; min-height:36px }
.site-footer{background:#0b1320;color:#cfd6e4;position:relative}
.site-footer a{color:#cfd6e4;text-decoration:none}
.site-footer a:hover{color:#fff}
.site-footer .container{max-width:1140px;margin:0 auto;padding:48px 16px}
.site-footer .brand{font-weight:700;font-size:1.1rem;letter-spacing:.3px;color:#fff}
.site-footer .muted{color:#98a4b7}
.site-footer .list-unstyled{list-style:none;padding:0;margin:0}
.site-footer li+li{margin-top:.5rem}
.site-footer .sec-title{font-weight:700;text-transform:uppercase;letter-spacing:.6px;font-size:.8rem;color:#98a4b7;margin-bottom:.9rem}
.site-footer .row{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:32px}
.site-footer .credit{border-top:1px solid rgba(255,255,255,.08);padding:14px 16px;display:flex;align-items:center;justify-content:space-between}
.site-footer .credit a{text-decoration:underline}
.site-footer .cta{margin-top:12px}
.site-footer .cta .btn{display:inline-flex;align-items:center;gap:.5rem;background:#16a34a;color:#fff;border:0;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}
.site-footer .cta .btn:hover{filter:brightness(1.05)}
.site-footer .btn-top{
position:fixed;right:16px;bottom:16px;z-index:50;border:0;border-radius:999px;
width:46px;height:46px;display:grid;place-items:center;background:#111827;color:#fff;
box-shadow:0 8px 22px rgba(0,0,0,.35);cursor:pointer;opacity:.92
}
.site-footer .btn-top:hover{opacity:1}
@media (max-width: 992px){ .site-footer .row{grid-template-columns:1fr 1fr} }
@media (max-width: 640px){ .site-footer .row{grid-template-columns:1fr} .site-footer .credit{flex-direction:column;gap:8px;text-align:center} }
.floating-social {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 9999;
display: flex;
flex-direction: column;
gap: 12px;
}
.fs-btn {
width: 60px;
height: 60px;
border-radius: 50%;
display: grid;
place-items: center;
border: none;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
cursor: pointer;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
overflow: hidden;
}
.fs-btn-inner {
display: grid;
place-items: center;
width: 100%;
height: 100%;
transition: transform 0.3s ease;
}
.fs-btn:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.fs-btn:hover .fs-btn-inner {
transform: scale(0.9);
}
.fs-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 ease;
border-radius: 50%;
}
.fs-btn:hover::before {
transform: translateY(0);
}
.fs-tooltip {
position: absolute;
right: 70px;
white-space: nowrap;
background: rgba(0, 0, 0, 0.85);
color: #fff;
padding: 8px 14px;
border-radius: 8px;
font-size: 14px;
font-weight: 500;
transform: translateX(10px);
opacity: 0;
pointer-events: none;
transition: opacity 0.25s ease, transform 0.25s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.fs-btn:hover .fs-tooltip {
opacity: 1;
transform: translateX(0);
}
.fs-wa {
background: #25D366;
color: white;
}
.fs-ig {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
color: white;
}
/* Animación de entrada */
@keyframes floatIn {
0% {
opacity: 0;
transform: translateY(20px) scale(0.9);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.fs-btn {
animation: floatIn 0.5s ease forwards;
}
.fs-btn:nth-child(2) {
animation-delay: 0.1s;
}
/* Efecto de pulso para WhatsApp */
@keyframes pulse {
0% {
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
50% {
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.8);
}
100% {
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
}
.fs-wa {
animation: pulse 3s infinite;
}
/* Responsive */
@media (max-width: 768px) {
.floating-social {
right: 15px;
bottom: 15px;
}
.fs-btn {
width: 56px;
height: 56px;
}
.fs-tooltip {
font-size: 13px;
padding: 6px 12px;
}
}
@media (prefers-reduced-motion: reduce) {
.fs-btn, .fs-btn:hover, .fs-btn-inner, .fs-btn::before, .fs-tooltip {
transition: none;
animation: none;
}
}