Preview de mixed.css
/* MIXED CSS PACK */
/* Template: centroterapeutico.com.ar/index.html */
/* Template mtime: 2026-03-18 11:28:36 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300..800&family=Playfair+Display:ital@0;1&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--bg: #ffffff;
--text: #0f172a;
--text-muted: #475569;
--text-light: #94a3b8;
--line: #e2e8f0;
--line-strong: #cbd5e1;
--primary-light: #f27400;
--accent-1: #f27400;
--accent-2: #0e9e2d;
--accent-1-rgb: 242 116 0;
--accent-2-rgb: 14 158 45;
--shadow-sm: 0 2px 4px rgba(15,23,42,0.02), 0 1px 2px rgba(15,23,42,0.03);
--shadow-md: 0 8px 20px rgba(15,23,42,0.03), 0 4px 8px rgba(15,23,42,0.03);
--shadow-lg: 0 20px 40px -12px rgba(15,23,42,0.12);
--shadow-xl: 0 30px 60px -12px rgba(15,23,42,0.18);
--shadow-inner: inset 0 2px 4px rgba(255,255,255,0.8);
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--radius-xl: 32px;
--radius-full: 9999px;
--transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
--transition-slow: all 0.6s cubic-bezier(0.2, 0, 0, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
body {
font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.5;
overflow-x: hidden;
padding-top: 88px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.1;
}
.display-1 { font-size: clamp(3rem, 8vw, 5rem); font-weight: 750; letter-spacing: -0.04em; }
.display-2 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; letter-spacing: -0.03em; }
.display-3 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 650; }
.section-title {
font-size: clamp(2.2rem, 5vw, 3.5rem);
font-weight: 750;
letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 1.2rem;
}
.section-subtitle {
font-size: 1.2rem;
color: var(--text-muted);
max-width: 720px;
margin-left: auto;
margin-right: auto;
font-weight: 400;
}
.eyebrow {
display: inline-block;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--text-muted);
background: rgba(15, 23, 42, 0.02);
padding: 0.4rem 1.2rem;
border-radius: var(--radius-full);
border: 1px solid var(--line);
margin-bottom: 1.5rem;
backdrop-filter: blur(4px);
}
.eyebroww{
display: inline-block;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--text-muted);
background: rgba(15, 23, 42, 0.02);
padding: 0.35rem 0.9rem;
border-radius: 20px;
border: 1px solid var(--line);
margin-bottom: 1.5rem;
backdrop-filter: blur(4px);
max-width: 320px;
text-align: center;
}
.line1{
display:block;
}
.line2{
display:block;
text-align:center;
margin-top:2px;
font-size:0.75rem;
}
@media (max-width: 768px){
.eyebroww{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 260px;
padding: 0.25rem 0.8rem;
}
.line1{
display:block;
}
.line2{
display:block;
text-align:center;
font-size:0.72rem;
margin-top:2px;
}
}
.lead {
font-size: 1.25rem;
color: var(--text-muted);
font-weight: 400;
line-height: 1.6;
}
.navbar {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border-bottom: 1px solid rgba(226, 232, 240, 0.5);
padding: 20px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 12px 0;
background: rgba(255, 255, 255, 0.95);
box-shadow: var(--shadow-lg);
}
.navbar-brand {
font-weight: 750;
font-size: 1.5rem;
letter-spacing: -0.02em;
color: var(--text) !important;
transition: var(--transition);
}
.navbar-brand:hover {
opacity: 0.7;
}
.navbar-nav .nav-link {
font-weight: 550;
font-size: 0.95rem;
color: var(--text-muted) !important;
padding: 0.5rem 1rem !important;
border-radius: var(--radius-full);
transition: var(--transition);
position: relative;
}
.navbar-nav .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 20px;
height: 3px;
background: var(--accent-1);
border-radius: var(--radius-full);
transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover {
color: var(--text) !important;
background: rgba(15, 23, 42, 0.02);
}
.navbar-nav .nav-link:hover::after {
transform: translateX(-50%) scaleX(1);
}
.btn-cta {
background: var(--accent-1);
color: white !important;
border-radius: var(--radius-full);
padding: 0.6rem 1.5rem !important;
font-weight: 600;
font-size: 0.95rem;
transition: var(--transition);
box-shadow: var(--shadow-sm);
border: none;
}
.btn-cta:hover {
background: var(--accent-2);
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
}
.btn-cta::after {
display: none !important;
}
.hero {
padding: 80px 0 80px;
position: relative;
background:
radial-gradient(800px at 0% 30%, rgb(var(--accent-1-rgb) / 0.14), transparent 55%),
radial-gradient(600px at 100% 70%, rgb(var(--accent-2-rgb) / 0.12), transparent 55%),
linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
border-bottom: 1px solid var(--line);
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzAgMTBhMjAgMjAgMCAwIDEgMCA0MCAyMCAyMCAwIDAgMSAwLTQweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTJlOGYwIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1vcGFjaXR5PSIwLjIiLz48L3N2Zz4=') repeat;
opacity: 0.5;
pointer-events: none;
}
.hero h1 {
font-size: clamp(2.5rem, 6vw, 4.2rem);
font-weight: 750;
line-height: 1.05;
margin-bottom: 1.5rem;
}
.hero .lead {
font-size: 1.3rem;
max-width: 560px;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin: 2rem 0;
}
.hero-badge {
background: rgba(255,255,255,0.8);
backdrop-filter: blur(8px);
border: 1px solid var(--line);
padding: 0.5rem 1.2rem;
border-radius: var(--radius-full);
font-weight: 550;
font-size: 0.9rem;
color: var(--text);
box-shadow: var(--shadow-sm);
}
.hero-actions {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.btn-pill {
border-radius: var(--radius-full);
padding: 0.9rem 2rem;
font-weight: 600;
transition: var(--transition);
font-size: 1rem;
border: none;
}
.btn-pill.btn-dark {
background: var(--accent-1);
color: white;
box-shadow: var(--shadow-sm);
}
.btn-pill.btn-dark:hover {
background: var(--accent-2);
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
}
.btn-outline-pill {
border-radius: var(--radius-full);
padding: 0.9rem 2rem;
font-weight: 600;
background: transparent;
border: 1.5px solid rgb(var(--accent-1-rgb) / 0.35);
color: var(--text);
transition: var(--transition);
}
.btn-outline-pill:hover {
background: rgba(15,23,42,0.02);
border-color: rgb(var(--accent-2-rgb) / 0.6);
transform: translateY(-3px);
}
.hero-media {
border-radius: var(--radius-xl);
background: white;
border: 1px solid var(--line);
box-shadow: var(--shadow-xl);
overflow: hidden;
padding: 12px;
transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
transition: var(--transition);
}
.hero-media:hover {
transform: perspective(1000px) rotateY(-1deg) rotateX(0.5deg) translateY(-8px);
box-shadow: 0 40px 70px -20px rgba(15,23,42,0.25);
}
.hero-img {
width: 100%;
height: auto;
max-height: 520px;
object-fit: contain;
border-radius: calc(var(--radius-xl) - 12px);
display: block;
background: #f1f5f9;
}
.soft-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(226, 232, 240, 0.8);
border-radius: var(--radius-lg);
padding: 2rem 1.8rem;
height: 100%;
transition: var(--transition);
box-shadow: var(--shadow-md);
position: relative;
overflow: hidden;
}
.soft-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(255,255,255,0.4), rgba(255,255,255,0));
opacity: 0;
transition: var(--transition);
pointer-events: none;
}
.soft-card:hover {
transform: translateY(-8px) scale(1.01);
box-shadow: var(--shadow-xl);
background: rgba(255, 255, 255, 0.9);
border-color: var(--line-strong);
}
.soft-card:hover::before {
opacity: 1;
}
.icon-chip {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 20px;
border: 1px solid var(--line);
box-shadow: var(--shadow-sm);
margin-bottom: 2rem;
font-size: 2.2rem;
transition: var(--transition);
color: var(--text);
}
.soft-card:hover .icon-chip {
transform: scale(1.05) rotate(3deg);
border-color: rgb(var(--accent-2-rgb) / 0.6);
}
.soft-card h3 {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 0.75rem;
}
.soft-card p {
color: var(--text-muted);
line-height: 1.6;
font-size: 1rem;
}
.service-item {
border: 1px solid var(--line);
border-radius: var(--radius-full);
padding: 1rem 1.8rem;
background: rgba(255,255,255,0.8);
backdrop-filter: blur(8px);
box-shadow: var(--shadow-sm);
font-weight: 550;
text-align: center;
transition: var(--transition);
font-size: 1.1rem;
color: var(--text);
}
.service-item:hover {
background: white;
border-color: rgb(var(--accent-2-rgb) / 0.6);
transform: translateY(-3px) scale(1.02);
box-shadow: var(--shadow-lg);
}
.accordion-item {
border: 1px solid var(--line) !important;
border-radius: var(--radius-lg) !important;
overflow: hidden;
margin-bottom: 1rem;
background: rgba(255,255,255,0.7);
backdrop-filter: blur(8px);
box-shadow: var(--shadow-sm);
}
.accordion-button {
font-weight: 650;
color: var(--text);
background: transparent;
padding: 1.5rem;
font-size: 1.1rem;
transition: var(--transition);
}
.accordion-button:not(.collapsed) {
background: rgba(15, 23, 42, 0.02);
color: var(--text);
box-shadow: none;
}
.accordion-button:focus {
box-shadow: none;
border-color: var(--line);
}
.accordion-body {
color: var(--text-muted);
padding: 0 1.5rem 1.5rem 1.5rem;
line-height: 1.6;
}
.contact-wrap {
border: 1px solid var(--line);
border-radius: var(--radius-xl);
background:
radial-gradient(800px at 0% 0%, rgb(var(--accent-1-rgb) / 0.12), transparent 62%),
radial-gradient(600px at 100% 100%, rgb(var(--accent-2-rgb) / 0.10), transparent 62%),
rgba(255,255,255,0.8);
backdrop-filter: blur(16px);
box-shadow: var(--shadow-xl);
padding: 3rem;
}
.contact-kv {
border: 1px solid var(--line);
border-radius: var(--radius-lg);
padding: 1.8rem;
background: white;
box-shadow: var(--shadow-md);
height: 100%;
transition: var(--transition);
}
.contact-kv:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
border-color: var(--text-muted);
}
.contact-kv .label {
font-weight: 600;
margin-bottom: 0.75rem;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--text-muted);
}
.contact-kv a {
color: var(--text);
text-decoration: none;
font-weight: 600;
font-size: 1.2rem;
word-break: break-word;
transition: var(--transition);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.contact-kv a i {
font-size: 1.4rem;
color: var(--text-muted);
transition: var(--transition);
}
.contact-kv a:hover {
color: var(--accent-1);
}
.contact-kv a:hover i {
color: var(--accent-1);
transform: translateX(4px);
}
.form-control, .form-select {
border-radius: var(--radius-md);
border: 1.5px solid var(--line);
padding: 1rem 1.2rem;
background: white;
transition: var(--transition);
font-size: 1rem;
}
.form-control:focus, .form-select:focus {
border-color: var(--accent-1);
box-shadow: 0 0 0 4px rgb(var(--accent-1-rgb) / 0.18);
outline: none;
}
.form-label {
font-weight: 600;
margin-bottom: 0.5rem;
color: var(--text);
font-size: 0.95rem;
}
.gal-gallery {
background: linear-gradient(180deg, white, #fafafa);
}
.gal-gallery .carousel {
max-width: 1000px;
margin: 0 auto;
border-radius: var(--radius-xl);
overflow: hidden;
box-shadow: var(--shadow-xl);
}
.gal-frame {
height: clamp(350px, 60vh, 550px);
background: white;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
}
.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;
transition: var(--transition);
border-radius: var(--radius-md);
}
.gal-img:hover {
transform: scale(1.02);
}
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next {
width: 56px;
height: 56px;
top: 50%;
transform: translateY(-50%);
background: rgba(255,255,255,0.9);
border: 1px solid var(--line);
border-radius: var(--radius-full);
opacity: 1;
margin: 0 24px;
box-shadow: var(--shadow-lg);
backdrop-filter: blur(8px);
transition: var(--transition);
}
.gal-gallery .carousel-control-prev:hover,
.gal-gallery .carousel-control-next:hover {
background: white;
transform: translateY(-50%) scale(1.1);
box-shadow: var(--shadow-xl);
}
.gal-gallery .carousel-control-prev-icon,
.gal-gallery .carousel-control-next-icon {
filter: invert(0.2);
width: 24px;
height: 24px;
}
.gal-gallery .carousel-indicators {
bottom: -48px;
}
.gal-gallery .carousel-indicators button {
width: 8px;
height: 8px;
border-radius: var(--radius-full);
background: var(--text-muted);
border: none;
margin: 0 6px;
transition: var(--transition);
}
.gal-gallery .carousel-indicators button.active {
background: var(--text);
width: 24px;
}
.gal-gallery {
padding-bottom: 80px;
}
#galLightbox .modal-content {
background: rgba(0,0,0,0.95);
backdrop-filter: blur(16px);
}
#galLightboxImg {
max-height: 90vh;
width: 100%;
height: auto;
object-fit: contain;
}
.gal-lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
border: 0;
width: 64px;
height: 64px;
border-radius: var(--radius-full);
background: rgba(255,255,255,0.15);
color: white;
font-size: 3.5rem;
line-height: 64px;
text-align: center;
z-index: 10;
cursor: pointer;
transition: var(--transition);
border: 1px solid rgba(255,255,255,0.1);
backdrop-filter: blur(8px);
}
.gal-lightbox-nav:hover {
background: rgba(255,255,255,0.3);
transform: translateY(-50%) scale(1.1);
}
.gal-lightbox-nav.gal-prev { left: 32px; }
.gal-lightbox-nav.gal-next { right: 32px; }
footer {
border-top: 1px solid var(--line);
background: #fafafa;
padding: 64px 0 32px;
}
.foot-title {
font-weight: 750;
font-size: 1.5rem;
letter-spacing: -0.02em;
margin-bottom: 1rem;
}
.foot-links {
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.foot-links a {
text-decoration: none;
font-weight: 500;
color: var(--text-muted);
transition: var(--transition);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.foot-links a i {
font-size: 1.2rem;
opacity: 0.6;
transition: var(--transition);
}
.foot-links a:hover {
color: var(--text);
transform: translateX(5px);
}
.foot-links a:hover i {
opacity: 1;
}
hr {
border-color: var(--line);
margin: 2.5rem 0;
}
section[id] {
scroll-margin-top: 96px;
}
.bg-soft {
background: rgba(15,23,42,0.02);
}
.text-accent { color: var(--accent-1) !important; }
.bg-accent { background: var(--accent-1) !important; color: #fff !important; }
.mini-card{
border:1px solid var(--line);
border-radius: var(--radius-lg);
padding: 14px 14px;
background: rgba(255,255,255,.75);
}
.mini-title{ font-weight: 800; letter-spacing: -0.01em; }
.mini-text{ margin-top: 6px; color: var(--muted); line-height: 1.55; }
@media (max-width: 991.98px) {
body { padding-top: 80px; }
.hero { text-align: center; }
.hero .lead { margin-left: auto; margin-right: auto; }
.hero-badges { justify-content: center; }
.hero-actions { justify-content: center; }
.hero-media { transform: none; }
.hero-media:hover { transform: translateY(-8px); }
}
@media (max-width: 575.98px) {
.hero { padding: 60px 0; }
.contact-wrap { padding: 1.5rem; }
.gal-frame { height: 280px; }
.gal-lightbox-nav { width: 48px; height: 48px; font-size: 2.5rem; line-height: 48px; }
.gal-lightbox-nav.gal-prev { left: 8px; }
.gal-lightbox-nav.gal-next { right: 8px; }
}
img { max-width: 100%; height: auto; }
.navbar-brand img { width: auto; height: 35px; object-fit: contain; display:block; }
body { padding-top: 84px; }
@media (max-width: 575.98px) {
body { padding-top: 72px; }
.navbar { padding: 10px 0; background: rgba(255,255,255,0.96); box-shadow: var(--shadow-md); }
.navbar .container { padding-left: 14px; padding-right: 14px; }
.navbar-brand { gap: .5rem !important; }
.navbar-brand .brand-text { display:none; }
.navbar-collapse { padding-top: 10px; }
.navbar-nav { gap: .25rem !important; }
.navbar-nav .nav-link { padding: .6rem .75rem; }
.hero { padding-top: 22px; padding-bottom: 28px; text-align: left; }
.hero .eyebrow { text-align: left; display:block; }
.hero h1.display-2 { font-size: 1.95rem; line-height: 1.12; text-align:left; margin-bottom: .75rem; }
.hero .lead { font-size: 1.02rem; text-align:left; margin-left: 0; margin-right: 0; }
.hero-actions { justify-content: flex-start; }
.hero-badges { justify-content: flex-start; }
.hero-media { padding: 10px; transform: none; }
.hero-media:hover { transform: none; }
.hero-img { max-height: 260px; }
}
/* ===== INLINE <style> BLOCK #2 ===== */
:root{
--logo-green:#3f6f4f;
}
h1,h2,h3,h4,h5,h6{
font-family:'Cormorant Garamond', serif !important;
color:var(--logo-green) !important;
}
footer{
background-color:var(--logo-green) !important;
color:#fff !important;
}
footer a{
color:#fff !important;
}
.navbar-brand .brand-text {
font-size: 1rem;
font-weight: 600;
}
img{max-width:100%;height:auto;}
.navbar-brand img{width:auto;object-fit:contain;display:block}
.navbar .navbar-toggler{border:1px solid rgba(15,23,42,.15);border-radius:12px;padding:.45rem .55rem}
.navbar .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(15,23,42,.08)}
.navbar .navbar-toggler-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(15,23,42,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero-img{object-fit:cover}
@media (max-width: 575.98px){
body{padding-top:76px}
.navbar{padding:12px 0}
.navbar-brand .brand-text{font-size:.95rem}
.hero{padding:52px 0 56px}
.hero h1{font-size:clamp(2.05rem, 8vw, 2.65rem); line-height:1.08}
.hero .lead{font-size:1.08rem}
.eyebrow{max-width:100%;text-align:center}
.hero-media{padding:10px;border-radius:22px}
.hero-img{
height:220px;
object-fit:contain;
background:#fff;
}
}
.container, .container-fluid{overflow-x:clip}
/* ===== INLINE <style> BLOCK #3 ===== */
.section{
padding: 96px 0 !important;
}
.section.section-sm{
padding: 76px 0 !important;
}
.section.bg-soft{ padding: 88px 0 !important; }
@media (max-width: 575.98px){
.section{ padding: 72px 0 !important; }
.section.section-sm{ padding: 60px 0 !important; }
}
.section .text-center .eyebrow{
margin-bottom: 2.2rem !important;
}
.hero-text{
font-size: 0.95rem;
line-height: 1.6;
color: #444;
max-width: 420px;
margin: 0 auto;
}
.brand-text{
color: #000;
}
.eyebrow{
display: inline-block;
}
.line1{
display: block;
}
.line2{
display: block;
text-align: center;
}
/* ===== INLINE <style> BLOCK #4 ===== */
@media (max-width: 575.98px){
#inicio .hero-img{
width:100%;
height:260px;
object-fit:contain;
object-position:center;
background:#fff;
display:block;
}
#inicio .hero-logo{
height:120px;
width:auto;
max-width:100%;
object-fit:contain;
display:inline-block;
}
#inicio .hero-badges{
justify-content:center;
flex-wrap:wrap;
gap:.5rem;
}
#inicio .hero-actions{
flex-direction:column;
gap:.6rem;
}
}
/* ===== INLINE <style> BLOCK #5 ===== */
:root{
--wa:#25D366;
--wa-dark:#1fb85a;
--light-bg:#ffffff;
--light-bg-soft:#f6f8f7;
--light-border:#dde4df;
--dark-text:#1c1f1d;
--muted-text:#6c756f;
}
.tt-float{
position:fixed; right:18px; bottom:240px;
z-index:9996;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background:linear-gradient(180deg, #111111 0%, #000000 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s;
}
.tt-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.fb-float{
position:fixed; right:18px; bottom:166px;
z-index:9997;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background:linear-gradient(180deg, #1877F2 0%, #0f63d6 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s;
}
.fb-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.ig-float{
position:fixed; right:18px; bottom:92px;
z-index:9998;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s;
}
.ig-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.wa-float{
position:fixed; right:18px; bottom:18px;
z-index:9999; font-family:inherit;
}
.wa-btn{
background:var(--wa);
color:#fff;
border:0;
width:60px; height:60px; border-radius:50%;
display:grid; place-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.22);
cursor:pointer; transition:transform .3s, box-shadow .3s, filter .3s;
position:relative; overflow:hidden;
z-index:9999;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.28);
filter:brightness(.98);
}
.wa-card{
position:absolute; right:0; bottom:74px;
width:min(360px,92vw);
background:var(--light-bg);
color:var(--dark-text);
border-radius:18px;
overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.25);
border:1px solid var(--light-border);
transform:translateY(10px);
opacity:0;
transition:transform .3s, opacity .3s;
z-index:10000;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex; align-items:center; gap:12px;
padding:14px 16px;
background:linear-gradient(135deg, #ffffff, #ecf6f0);
border-bottom:1px solid var(--light-border);
}
.wa-avatar{
width:40px; height:40px; border-radius:10px;
background:#e9f7ef;
display:grid; place-items:center;
border:1px solid #cfeeda;
overflow:hidden;
}
.wa-title{
font-weight:800;
font-size:1.02rem;
color:var(--dark-text);
}
.wa-status{
font-size:.85rem;
color:var(--muted-text);
display:flex; align-items:center; gap:6px;
}
.wa-status::before{
content:""; width:8px; height:8px; border-radius:50%;
background:var(--wa);
}
.wa-close{
margin-left:auto;
background:transparent;
color:var(--muted-text);
border:0;
font-size:24px;
cursor:pointer;
opacity:.75;
width:32px; height:32px;
border-radius:50%;
display:flex; align-items:center; justify-content:center;
transition:.2s;
}
.wa-close:hover{
opacity:1;
background:rgba(0,0,0,.04);
}
.wa-body{
padding:12px 14px;
max-height:40vh;
overflow:auto;
background:var(--light-bg-soft);
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:9px 11px;
border-radius:14px;
line-height:1.35;
box-shadow:0 3px 10px rgba(0,0,0,.06);
animation:fadeIn .25s ease;
font-size:0.9rem;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(5px)}
to{opacity:1; transform:none}
}
.wa-bot{
background:#ffffff;
border:1px solid var(--light-border);
align-self:flex-start;
border-bottom-left-radius:4px;
}
.wa-user{
background:var(--wa);
color:#fff;
align-self:flex-end;
border-bottom-right-radius:4px;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px 12px;
background:#ffffff;
border-top:1px solid var(--light-border);
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid var(--light-border);
background:#f9fbfa;
color:var(--dark-text);
outline:none;
min-height:44px;
font-family:inherit;
font-size:0.9rem;
transition:.2s;
}
.wa-compose textarea:focus{
border-color:var(--wa);
box-shadow:0 0 0 2px rgba(37,211,102,.15);
background:#ffffff;
}
.wa-send{
background:var(--wa);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:700;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.04);
}
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.03); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.12); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.18); }
@media (max-width:480px){
.tt-float{ right:12px; bottom:234px; width:52px; height:52px; }
.fb-float{ right:12px; bottom:160px; width:52px; height:52px; }
.ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}