Preview de mixed.css
/* MIXED CSS PACK */
/* Template: cooperativamanodelaribera.com.ar/index.html */
/* Template mtime: 2026-04-30 12:31:17 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
/* ═══════════════════════════════════════
VARIABLES & RESET
═══════════════════════════════════════ */
:root {
--accent: #efb208;
--accent-dark: #c99a00;
--accent-glow: rgba(252,197,1,.18);
--ink: #0b0b0b;
--muted: #5d5d5d;
--line: #e8e8e8;
--soft: #f8f8f8;
--white: #ffffff;
--shadow: 0 20px 60px rgba(0,0,0,.09);
--shadow-xl:0 32px 80px rgba(0,0,0,.13);
--radius: 10px;
--radius-lg:18px;
--font-display: 'Barlow Condensed', sans-serif;
--font-body: 'DM Sans', sans-serif;
--nav-h: 70px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-family: var(--font-body);
color: var(--ink);
background: var(--white);
overflow-x: hidden;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
/* ═══════════════════════════════════════
NAVBAR
═══════════════════════════════════════ */
.site-navbar {
height: var(--nav-h);
background: rgba(255,255,255,.92);
border-bottom: 1px solid rgba(0,0,0,.06);
backdrop-filter: blur(18px) saturate(180%);
-webkit-backdrop-filter: blur(18px) saturate(180%);
box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 8px 32px rgba(0,0,0,.04);
transition: box-shadow .3s;
}
.site-navbar .container {
height: 100%;
display: flex;
align-items: center;
}
.navbar-brand {
display: flex;
align-items: center;
gap: .7rem;
font-family: var(--font-body);
font-weight: 700;
color: var(--ink);
flex-shrink: 0;
}
.brand-logo {
height: 40px;
width: auto;
object-fit: contain;
flex: 0 0 auto;
}
.brand-text {
font-size: .82rem;
line-height: 1.2;
max-width: 240px;
font-weight: 600;
letter-spacing: -.01em;
}
.navbar-toggler {
border: 1.5px solid var(--line);
border-radius: var(--radius);
padding: .42rem .6rem;
background: transparent;
margin-left: auto;
}
.navbar-toggler:focus { box-shadow: 0 0 0 3px var(--accent-glow); outline: none; }
.navbar-nav { gap: .1rem; }
.nav-link {
color: var(--ink);
font-weight: 600;
font-size: .9rem;
padding: .5rem .9rem !important;
border-radius: 6px;
transition: background .18s, color .18s;
letter-spacing: -.01em;
}
.nav-link:hover { background: var(--soft); color: var(--ink); }
.nav-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: .55rem 1.15rem !important;
background: var(--accent);
color: var(--ink) !important;
border-radius: var(--radius);
font-weight: 800;
font-size: .88rem;
border: 1.5px solid var(--accent-dark);
letter-spacing: -.01em;
transition: background .18s, transform .18s, box-shadow .18s;
margin-left: .4rem;
}
.nav-cta:hover {
background: #ffd633;
transform: translateY(-1px);
box-shadow: 0 8px 24px rgba(252,197,1,.35);
}
/* ═══════════════════════════════════════
SHARED SECTION
═══════════════════════════════════════ */
.section {
padding: 96px 0;
scroll-margin-top: var(--nav-h);
}
.section-soft { background: var(--soft); }
/* ═══════════════════════════════════════
EYEBROW
═══════════════════════════════════════ */
.eyebrow {
display: inline-flex;
align-items: center;
gap: .55rem;
color: #7a5e00;
font-size: .72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .12em;
margin-bottom: .9rem;
}
.eyebrow::before {
content: "";
display: block;
width: 28px;
height: 2.5px;
background: var(--accent);
border-radius: 99px;
flex-shrink: 0;
}
/* ═══════════════════════════════════════
SECTION HEADINGS
═══════════════════════════════════════ */
.section-title {
font-family: var(--font-display);
font-size: clamp(2.4rem, 5vw, 3.8rem);
font-weight: 900;
line-height: 1.0;
letter-spacing: -.01em;
color: var(--ink);
text-transform: uppercase;
}
.section-subtitle {
max-width: 680px;
margin: 1rem auto 0;
color: var(--muted);
font-size: 1.02rem;
line-height: 1.7;
}
/* ═══════════════════════════════════════
HERO
═══════════════════════════════════════ */
.hero {
min-height: 100vh;
padding-top: calc(var(--nav-h) + 64px);
padding-bottom: 80px;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
background: #fff;
}
/* subtle grain */
.hero::before {
content: "";
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 0;
opacity: .4;
}
.hero .container { position: relative; z-index: 1; }
/* accent stripe top */
.hero-stripe {
display: inline-flex;
align-items: center;
gap: .5rem;
background: var(--accent);
color: var(--ink);
font-size: .72rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .12em;
padding: .38rem .85rem;
border-radius: 99px;
margin-bottom: 1.4rem;
}
.hero-title {
font-family: var(--font-display);
font-size: clamp(2.8rem, 7.5vw, 6.2rem);
line-height: .95;
font-weight: 900;
color: var(--ink);
letter-spacing: -.02em;
text-transform: uppercase;
margin-bottom: 1.4rem;
}
.hero-title em {
font-style: normal;
color: var(--accent);
-webkit-text-stroke: 0;
}
.hero-lead {
max-width: 580px;
color: #2c2c2c;
font-size: clamp(1rem, 1.4vw, 1.12rem);
margin-bottom: .85rem;
line-height: 1.7;
}
.hero-support {
max-width: 560px;
color: var(--muted);
font-size: .96rem;
margin-bottom: 2.2rem;
line-height: 1.65;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: .9rem;
align-items: center;
}
/* Trust bar */
.hero-trust {
display: flex;
flex-wrap: wrap;
gap: 1.4rem;
margin-top: 2.6rem;
padding-top: 2rem;
border-top: 1px solid var(--line);
}
.hero-trust-item {
display: flex;
align-items: center;
gap: .55rem;
font-size: .86rem;
font-weight: 600;
color: var(--muted);
}
.hero-trust-item i {
font-size: 1.05rem;
color: var(--accent-dark);
}
/* ═══════════════════════════════════════
HERO MEDIA
═══════════════════════════════════════ */
.hero-media {
position: relative;
min-height: 0;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: center;
}
.hero-media-phone {
display: none;
}
.hero-image-wrap {
position: relative;
inset: auto;
width: 100%;
border-radius: var(--radius-lg);
overflow: hidden;
background: #0f0f0f;
box-shadow: var(--shadow-xl);
display: flex;
align-items: center;
justify-content: center;
padding: clamp(10px, 1.8vw, 22px);
}
.hero-image {
width: auto;
max-width: 100%;
height: auto;
max-height: 560px;
object-fit: contain;
object-position: center;
}
/* No recortar ni tapar el logo/foto del hero */
.hero-image-wrap::after {
content: none;
}
.hero-panel {
position: relative;
left: auto;
bottom: auto;
right: auto;
margin: 14px 8px 0;
background: rgba(255,255,255,.97);
border-left: 5px solid var(--accent);
border-radius: var(--radius);
padding: 1.1rem 1.2rem;
box-shadow: 0 12px 40px rgba(0,0,0,.14);
backdrop-filter: blur(6px);
}
.hero-panel strong {
display: block;
font-size: .94rem;
font-weight: 700;
line-height: 1.4;
color: var(--ink);
}
.hero-panel span {
display: block;
color: var(--muted);
font-size: .86rem;
margin-top: .25rem;
}
/* floating accent tag */
.hero-tag {
position: absolute;
top: -18px;
right: -14px;
background: var(--ink);
color: var(--accent);
font-family: var(--font-display);
font-size: .78rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
padding: .5rem .9rem;
border-radius: var(--radius);
box-shadow: 0 8px 24px rgba(0,0,0,.22);
z-index: 2;
}
/* ═══════════════════════════════════════
BUTTONS
═══════════════════════════════════════ */
.btn-main, .btn-line {
display: inline-flex;
align-items: center;
justify-content: center;
gap: .55rem;
min-height: 52px;
padding: .85rem 1.5rem;
border-radius: var(--radius);
font-weight: 700;
font-size: .95rem;
letter-spacing: -.01em;
transition: transform .2s, box-shadow .2s, background .2s, color .2s;
white-space: nowrap;
}
.btn-main {
background: var(--accent);
color: var(--ink);
border: 1.5px solid var(--accent-dark);
box-shadow: 0 6px 20px rgba(252,197,1,.28);
}
.btn-main:hover {
background: #ffd633;
color: var(--ink);
transform: translateY(-2px);
box-shadow: 0 14px 32px rgba(252,197,1,.4);
}
.btn-line {
background: transparent;
color: var(--ink);
border: 1.5px solid #1a1a1a;
}
.btn-line:hover {
background: var(--ink);
color: #fff;
transform: translateY(-2px);
}
/* ═══════════════════════════════════════
QUIENES SOMOS
═══════════════════════════════════════ */
.about-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: center;
}
.about-left .section-title { margin-bottom: 1.4rem; }
.about-body p {
color: #333;
font-size: 1.05rem;
line-height: 1.75;
margin-bottom: 1rem;
}
.about-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: var(--line);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
overflow: hidden;
margin-top: 2.4rem;
}
.stat-cell {
background: var(--white);
padding: 1.6rem 1.2rem;
text-align: center;
}
.stat-num {
font-family: var(--font-display);
font-size: 2.8rem;
font-weight: 900;
line-height: 1;
color: var(--ink);
letter-spacing: -.02em;
}
.stat-num span { color: var(--accent); }
.stat-label {
font-size: .78rem;
font-weight: 600;
color: var(--muted);
text-transform: uppercase;
letter-spacing: .07em;
margin-top: .4rem;
}
/* right side visual */
.about-visual {
position: relative;
}
.about-img-main {
width: 100%;
height: 480px;
object-fit: cover;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-xl);
}
.about-badge {
position: absolute;
bottom: 24px;
left: -28px;
background: var(--ink);
color: var(--white);
border-radius: var(--radius);
padding: 1.1rem 1.4rem;
box-shadow: var(--shadow);
min-width: 170px;
}
.about-badge-num {
font-family: var(--font-display);
font-size: 2.4rem;
font-weight: 900;
color: var(--accent);
line-height: 1;
}
.about-badge-text {
font-size: .78rem;
font-weight: 600;
color: rgba(255,255,255,.75);
text-transform: uppercase;
letter-spacing: .07em;
margin-top: .3rem;
}
/* ═══════════════════════════════════════
SERVICIOS
═══════════════════════════════════════ */
.services-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
background: var(--line);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
overflow: hidden;
}
.service-card {
background: var(--white);
padding: 2rem 1.6rem;
transition: background .22s;
position: relative;
}
.service-card::after {
content: "";
position: absolute;
bottom: 0; left: 0; right: 0;
height: 3px;
background: var(--accent);
transform: scaleX(0);
transition: transform .28s;
transform-origin: left;
}
.service-card:hover { background: #fffae8; }
.service-card:hover::after { transform: scaleX(1); }
.icon-box {
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--accent);
color: var(--ink);
border-radius: var(--radius);
font-size: 1.3rem;
border: 1.5px solid #d9aa00;
flex-shrink: 0;
margin-bottom: 1.2rem;
}
.service-card h3 {
font-family: var(--font-display);
font-size: 1.18rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .01em;
color: var(--ink);
margin-bottom: .55rem;
line-height: 1.2;
}
.service-card p {
color: var(--muted);
font-size: .9rem;
line-height: 1.6;
margin: 0;
}
/* ═══════════════════════════════════════
POR QUE ELEGIRNOS
═══════════════════════════════════════ */
.reasons-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.reason-card {
background: var(--white);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
padding: 2rem 1.8rem;
position: relative;
overflow: hidden;
transition: transform .22s, box-shadow .22s, border-color .22s;
}
.reason-card::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: var(--accent);
transform: scaleX(0);
transform-origin: left;
transition: transform .3s;
}
.reason-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
border-color: rgba(0,0,0,.15);
}
.reason-card:hover::before { transform: scaleX(1); }
.reason-card .icon-box { margin-bottom: 1.2rem; }
.reason-card h3 {
font-family: var(--font-display);
font-size: 1.18rem;
font-weight: 800;
text-transform: uppercase;
color: var(--ink);
margin-bottom: .6rem;
line-height: 1.2;
}
.reason-card p {
color: var(--muted);
font-size: .92rem;
line-height: 1.65;
margin: 0;
}
/* ═══════════════════════════════════════
GALLERY (unchanged per instructions)
═══════════════════════════════════════ */
.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;
}
.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%; }
.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; }
#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; }
@media (max-width: 575.98px) {
.gal-frame { height: clamp(200px, 40vh, 360px); }
.gallery-more-wrap { margin-top: 3.75rem; }
.gallery-more-wrap .btn-main { width: 100%; }
}
.gallery-more-wrap {
margin-top: 4.25rem;
text-align: center;
}
.gallery-more-wrap .btn-main {
min-width: min(100%, 260px);
}
@media (max-width: 575.98px) {
.gallery-more-wrap { margin-top: 3.75rem; }
.gallery-more-wrap .btn-main { width: 100%; }
}
/* ═══════════════════════════════════════
FAQs
═══════════════════════════════════════ */
.faq-wrap {
max-width: 860px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: .6rem;
}
.faq-item {
background: var(--white);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
overflow: hidden;
transition: border-color .2s, box-shadow .2s;
}
.faq-item:has(.accordion-button:not(.collapsed)) {
border-color: var(--accent);
box-shadow: 0 0 0 3px var(--accent-glow);
}
.accordion {
--bs-accordion-border-color: transparent;
--bs-accordion-border-radius: 0;
--bs-accordion-inner-border-radius: 0;
--bs-accordion-btn-focus-box-shadow: none;
}
.accordion-item {
border: none !important;
background: transparent;
border-radius: 0 !important;
}
.accordion-button {
color: var(--ink);
font-weight: 700;
font-size: 1rem;
background: transparent;
padding: 1.3rem 1.5rem;
letter-spacing: -.01em;
}
.accordion-button:not(.collapsed) {
color: var(--ink);
background: #fffae5;
box-shadow: none;
}
.accordion-button::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%230b0b0b' d='M8 11L2 5h12z'/%3E%3C/svg%3E");
}
.accordion-body {
color: var(--muted);
padding: 0 1.5rem 1.35rem;
font-size: .98rem;
line-height: 1.7;
}
/* ═══════════════════════════════════════
CONTACT
═══════════════════════════════════════ */
.contact-info-card {
background: var(--ink);
color: var(--white);
border-radius: var(--radius-lg);
padding: 2.6rem 2rem;
height: 100%;
}
.contact-info-card .eyebrow {
color: var(--accent);
}
.contact-info-card .eyebrow::before {
background: var(--accent);
}
.contact-info-card .section-title {
color: var(--white);
font-size: clamp(2rem, 4vw, 2.8rem);
margin-bottom: 1rem;
}
.contact-info-card .lead-text {
color: rgba(255,255,255,.65);
font-size: .96rem;
line-height: 1.7;
margin-bottom: 2rem;
}
.contact-list {
display: flex;
flex-direction: column;
gap: 1rem;
list-style: none;
padding: 0;
}
.contact-list li {
display: flex;
align-items: center;
gap: .9rem;
font-weight: 600;
font-size: .95rem;
color: rgba(255,255,255,.9);
}
.contact-list li a { color: rgba(255,255,255,.9); transition: color .2s; }
.contact-list li a:hover { color: var(--accent); }
.contact-list .c-icon {
width: 38px;
height: 38px;
flex: 0 0 38px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(255,255,255,.1);
border-radius: var(--radius);
font-size: 1rem;
color: var(--accent);
border: 1px solid rgba(255,255,255,.08);
}
/* form card */
.contact-form-card {
background: var(--white);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
padding: 2.6rem 2rem;
height: 100%;
box-shadow: var(--shadow);
}
.form-label {
font-weight: 600;
font-size: .86rem;
text-transform: uppercase;
letter-spacing: .06em;
color: var(--ink);
margin-bottom: .45rem;
}
.form-control,
.form-select {
min-height: 50px;
border: 1.5px solid var(--line);
border-radius: var(--radius);
font-size: .96rem;
color: var(--ink);
background: var(--soft);
transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-control:focus,
.form-select:focus {
border-color: var(--accent-dark);
box-shadow: 0 0 0 3px var(--accent-glow);
background: var(--white);
outline: none;
}
textarea.form-control {
min-height: 130px;
resize: vertical;
}
.hp-field {
position: absolute;
left: -9999px;
opacity: 0;
pointer-events: none;
height: 0;
width: 0;
}
/* ═══════════════════════════════════════
FOOTER
═══════════════════════════════════════ */
.site-footer {
background: var(--ink);
color: rgba(255,255,255,.8);
padding: 60px 0 28px;
}
.footer-brand {
display: flex;
align-items: center;
gap: .7rem;
margin-bottom: 1.2rem;
}
.footer-brand img {
height: 38px;
width: auto;
object-fit: contain;
flex: 0 0 auto;
}
.footer-brand span {
font-size: .85rem;
font-weight: 600;
color: rgba(255,255,255,.85);
line-height: 1.3;
}
.footer-tagline {
color: rgba(255,255,255,.5);
font-size: .88rem;
line-height: 1.6;
max-width: 320px;
}
.footer-title {
font-family: var(--font-display);
font-size: .8rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .12em;
color: var(--accent);
margin-bottom: 1.1rem;
}
.footer-links,
.footer-contact-list {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: .55rem;
}
.footer-links a,
.footer-contact-list li,
.footer-contact-list a {
color: rgba(255,255,255,.65);
font-size: .9rem;
font-weight: 500;
transition: color .18s;
}
.footer-links a:hover,
.footer-contact-list a:hover { color: var(--accent); }
.footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
margin-top: 48px;
padding-top: 24px;
border-top: 1px solid rgba(255,255,255,.1);
font-size: .84rem;
color: rgba(255,255,255,.4);
}
.footer-credit a {
color: var(--accent);
font-weight: 700;
}
.footer-credit a:hover { text-decoration: underline; }
/* ═══════════════════════════════════════
WHATSAPP FLOAT
═══════════════════════════════════════ */
.whatsapp-float {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 1040;
width: 58px;
height: 58px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--ink);
color: var(--white);
border: 2.5px solid var(--accent);
border-radius: 999px;
box-shadow: 0 8px 28px rgba(0,0,0,.3), 0 0 0 0 rgba(252,197,1,0);
font-size: 1.6rem;
transition: transform .22s, background .22s, box-shadow .22s;
animation: pulse-ring 2.8s ease-out infinite;
}
@keyframes pulse-ring {
0% { box-shadow: 0 8px 28px rgba(0,0,0,.3), 0 0 0 0 rgba(252,197,1,.5); }
70% { box-shadow: 0 8px 28px rgba(0,0,0,.3), 0 0 0 12px rgba(252,197,1,0); }
100% { box-shadow: 0 8px 28px rgba(0,0,0,.3), 0 0 0 0 rgba(252,197,1,0); }
}
.whatsapp-float:hover {
color: var(--white);
background: #111;
transform: translateY(-3px) scale(1.06);
}
/* ═══════════════════════════════════════
SCROLL REVEAL
═══════════════════════════════════════ */
.reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
opacity: 1;
transform: none;
}
/* ═══════════════════════════════════════
RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1199.98px) {
.services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
.navbar-collapse {
padding: 1rem 0 .5rem;
border-top: 1px solid var(--line);
margin-top: .5rem;
}
.nav-link { padding: .7rem 0 !important; border-radius: 0; }
.nav-cta { margin: .6rem 0 0; width: 100%; border-radius: var(--radius); }
.hero { min-height: auto; padding-top: calc(var(--nav-h) + 40px); }
.hero-media { min-height: 0; margin-top: 2.5rem; }
.about-layout { grid-template-columns: 1fr; gap: 3rem; }
.about-visual { display: none; }
.about-stats { margin-top: 2rem; }
.reasons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
.section { padding: 72px 0; }
.hero { padding-bottom: 56px; }
/* Phone: texto -> párrafo -> imagen -> botones -> destacados */
.hero-media-desktop-col {
display: none !important;
}
.hero-media-phone {
display: flex;
width: 100%;
margin: 1.35rem 0 1.45rem;
}
.hero-media { min-height: 0; }
.hero-image-wrap { padding: 8px; border-radius: 14px; }
.hero-image { max-height: 340px; }
.hero-panel { margin: 12px 0 0; }
.hero-tag { display: none; }
.hero-actions { margin-top: 0; }
.hero-actions a { width: 100%; }
.hero-trust {
margin-top: 1.55rem;
padding-top: 1.35rem;
gap: .85rem;
}
.about-stats { grid-template-columns: repeat(3, 1fr); }
.services-grid { grid-template-columns: 1fr; }
.reasons-grid { grid-template-columns: 1fr; }
.brand-text { font-size: .78rem; max-width: 200px; }
.contact-info-card, .contact-form-card { padding: 1.8rem 1.4rem; }
.footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 399.98px) {
.hero-title { font-size: 2.6rem; }
.about-stats { grid-template-columns: 1fr 1fr 1fr; }
}
/* ═══════════════════════════════════════
FIX MOBILE NAV / OVERFLOW
Mantiene desktop intacto y corrige el menú phone.
═══════════════════════════════════════ */
html,
body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
main,
section,
footer,
.container,
.row,
[class*="col-"] {
min-width: 0;
}
.site-navbar {
z-index: 1050;
}
@media (max-width: 991.98px) {
:root { --nav-h: 68px; }
.site-navbar {
height: auto;
min-height: var(--nav-h);
background: #ffffff !important;
backdrop-filter: none;
-webkit-backdrop-filter: none;
box-shadow: 0 10px 30px rgba(0,0,0,.10);
}
.site-navbar .container {
height: auto;
min-height: var(--nav-h);
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0;
padding-top: .62rem;
padding-bottom: .62rem;
}
.navbar-brand {
max-width: calc(100% - 58px);
min-width: 0;
overflow: hidden;
}
.brand-logo {
height: 38px;
max-width: 58px;
object-fit: contain;
}
.brand-text {
max-width: calc(100vw - 150px);
white-space: normal;
overflow-wrap: anywhere;
}
.navbar-toggler {
flex: 0 0 auto;
width: 46px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: auto;
background: #ffffff;
border-color: rgba(0,0,0,.16);
position: relative;
z-index: 2;
}
.navbar-toggler-icon {
width: 1.15em;
height: 1.15em;
}
.navbar-collapse {
flex-basis: 100%;
width: 100%;
background: #ffffff;
border: 1px solid rgba(0,0,0,.10);
border-radius: 16px;
margin-top: .75rem;
padding: .55rem .75rem .75rem;
box-shadow: 0 18px 44px rgba(0,0,0,.13);
overflow: hidden;
}
.navbar-nav {
width: 100%;
gap: .18rem;
align-items: stretch !important;
}
.nav-link {
display: block;
width: 100%;
padding: .78rem .85rem !important;
border-radius: 11px;
color: var(--ink) !important;
background: transparent;
}
.nav-link:hover,
.nav-link:focus {
background: var(--soft);
}
.nav-cta {
width: 100%;
margin: .45rem 0 0 !important;
justify-content: center;
background: var(--accent) !important;
border-color: var(--accent-dark) !important;
}
}
@media (max-width: 575.98px) {
.site-navbar .container {
padding-left: 16px;
padding-right: 16px;
}
.section-title,
.hero-title,
.service-card h3,
.reason-card h3,
.footer-title {
overflow-wrap: anywhere;
word-break: normal;
}
.hero-actions,
.gallery-page-actions,
.footer-bottom {
max-width: 100%;
}
}
/* ===== INLINE <style> BLOCK #2 ===== */
:root {
--wa: #25D366;
--wa-dark: #1fb85a;
--wa-light-bg: #ffffff;
--wa-soft: #f6f8f7;
--wa-border: #dde4df;
--wa-text: #1c1f1d;
--wa-muted: #6c756f;
}
.wa-float {
position: fixed;
right: 18px;
bottom: 18px;
z-index: 9999;
font-family: inherit;
}
.wa-btn {
width: 62px;
height: 62px;
border: 0;
border-radius: 999px;
display: grid;
place-items: center;
background: var(--wa);
color: #fff;
cursor: pointer;
box-shadow: 0 12px 34px rgba(0,0,0,.26);
transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
animation: waPulse 2.8s ease-out infinite;
}
.wa-btn:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 16px 42px rgba(0,0,0,.32);
filter: brightness(.98);
}
@keyframes waPulse {
0% {
box-shadow: 0 12px 34px rgba(0,0,0,.26), 0 0 0 0 rgba(37,211,102,.42);
}
70% {
box-shadow: 0 12px 34px rgba(0,0,0,.26), 0 0 0 14px rgba(37,211,102,0);
}
100% {
box-shadow: 0 12px 34px rgba(0,0,0,.26), 0 0 0 0 rgba(37,211,102,0);
}
}
.wa-card {
position: absolute;
right: 0;
bottom: 78px;
width: min(360px, 92vw);
background: var(--wa-light-bg);
color: var(--wa-text);
border-radius: 18px;
overflow: hidden;
box-shadow: 0 18px 60px rgba(0,0,0,.25);
border: 1px solid var(--wa-border);
transform: translateY(10px);
opacity: 0;
transition: transform .28s ease, opacity .28s ease;
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(--wa-border);
}
.wa-avatar {
width: 42px;
height: 42px;
border-radius: 12px;
background: #e9f7ef;
display: grid;
place-items: center;
border: 1px solid #cfeeda;
overflow: hidden;
flex: 0 0 auto;
}
.wa-avatar img {
width: 100%;
height: 100%;
object-fit: contain;
padding: 4px;
}
.wa-meta {
min-width: 0;
}
.wa-title {
font-weight: 800;
font-size: 1rem;
color: var(--wa-text);
line-height: 1.15;
}
.wa-status {
font-size: .84rem;
color: var(--wa-muted);
display: flex;
align-items: center;
gap: 6px;
margin-top: 2px;
}
.wa-status::before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--wa);
flex: 0 0 auto;
}
.wa-close {
margin-left: auto;
background: transparent;
color: var(--wa-muted);
border: 0;
font-size: 25px;
cursor: pointer;
opacity: .75;
width: 34px;
height: 34px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background .2s ease, opacity .2s ease;
}
.wa-close:hover {
opacity: 1;
background: rgba(0,0,0,.05);
}
.wa-body {
padding: 13px 14px;
max-height: 40vh;
overflow: auto;
background: var(--wa-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: waFadeIn .25s ease;
font-size: .9rem;
}
@keyframes waFadeIn {
from {
opacity: 0;
transform: translateY(5px);
}
to {
opacity: 1;
transform: none;
}
}
.wa-bot {
background: #ffffff;
border: 1px solid var(--wa-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(--wa-border);
}
.wa-compose textarea {
resize: none;
border-radius: 12px;
padding: 10px 12px;
border: 1px solid var(--wa-border);
background: #f9fbfa;
color: var(--wa-text);
outline: none;
min-height: 44px;
font-family: inherit;
font-size: .9rem;
transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.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: background .2s ease, transform .2s ease;
}
.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,.14);
border-radius: 3px;
}
@media (max-width: 480px) {
.wa-float {
right: 12px;
bottom: 12px;
}
.wa-btn {
width: 58px;
height: 58px;
}
.wa-card {
width: calc(100vw - 24px);
right: 0;
bottom: 72px;
}
}