Preview de mixed.css
/* MIXED CSS PACK */
/* Template: hermanosalaobra.com.ar/index.html */
/* Template mtime: 2025-07-31 16:58:27 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800&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.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
/* 🎛️ Ajuste rápido del tamaño del mosaico del ticker */
--img-size: 500px; /* Cambiá esto y listo */
--brand: #0d6efd;
--brand-2: #6f42c1;
--brand-dark: #0b5ed7;
--brand-light: #e8f0fe;
--text: #1a1a1a;
--text-light: #4a5568;
--muted: #6c757d;
--bg-soft: #f8f9fb;
--bg-dark: #0f1224;
--radius: 18px;
--radius-lg: 24px;
--radius-xl: 32px;
--shadow: 0 10px 30px rgba(0,0,0,.12);
--shadow-lg: 0 15px 40px rgba(0,0,0,.15);
--shadow-brand: 0 10px 30px rgba(13, 110, 253, 0.2);
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html, body {
font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
scroll-behavior: smooth;
background: #fff;
line-height: 1.6;
}
h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
font-family: 'Montserrat', 'Poppins', sans-serif;
font-weight: 800;
letter-spacing: -0.5px;
}
.btn-brand {
background: linear-gradient(135deg, var(--brand), var(--brand-2));
border: none;
color: #fff;
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: var(--transition);
box-shadow: var(--shadow-brand);
}
.btn-brand:hover {
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(13, 110, 253, 0.3);
color: #fff;
}
.btn-outline-brand {
border: 2px solid var(--brand);
color: var(--brand);
font-weight: 600;
transition: var(--transition);
}
.btn-outline-brand:hover {
background: var(--brand);
color: #fff;
box-shadow: var(--shadow-brand);
}
.badge-soft {
background: rgba(13,110,253,.1);
color: var(--brand);
font-weight: 500;
padding: 0.5rem 1rem;
border-radius: 50px;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.5px;
}
.shadow-soft {
box-shadow: var(--shadow);
transition: var(--transition);
}
.shadow-lg {
box-shadow: var(--shadow-lg);
}
.round-2xl {
border-radius: var(--radius);
}
.round-lg {
border-radius: var(--radius-lg);
}
.round-xl {
border-radius: var(--radius-xl);
}
/* NAVBAR */
.navbar {
backdrop-filter: saturate(180%) blur(12px);
background: rgba(255,255,255,.95);
box-shadow: 0 2px 20px rgba(0,0,0,.05);
padding: 1rem 0;
transition: all 0.4s ease;
}
.navbar.scrolled {
padding: 0.5rem 0;
box-shadow: 0 5px 20px rgba(0,0,0,.08);
}
.navbar-brand {
font-weight: 800;
font-size: 1.25rem;
color: var(--text);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.navbar-brand i {
color: var(--brand);
font-size: 1.4rem;
}
.nav-link {
font-weight: 500;
color: var(--text-light);
padding: 0.5rem 1rem;
position: relative;
transition: all 0.3s ease;
}
.nav-link:before {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: linear-gradient(135deg, var(--brand), var(--brand-2));
transition: width 0.3s ease;
}
.nav-link:hover {
color: var(--brand);
}
.nav-link:hover:before {
width: 100%;
}
.nav-link.active {
color: var(--brand) !important;
font-weight: 600;
}
.nav-link.active:before {
width: 100%;
}
/* HERO */
.hero {
position: relative;
overflow: hidden;
min-height: 90vh;
display: grid;
place-items: center;
padding: 6rem 0;
background: radial-gradient(1200px 600px at 10% 10%, rgba(13,110,253,.14), transparent),
radial-gradient(900px 500px at 90% 20%, rgba(111,66,193,.14), transparent),
linear-gradient(180deg,#ffffff 0%, #f7f8ff 100%);
}
.hero-blob {
position: absolute;
inset: auto -20% -20% auto;
width: 55vw;
height: 55vw;
max-width: 820px;
filter: blur(60px);
opacity: .45;
background: conic-gradient(from 120deg at 50% 50%, rgba(13,110,253,.5), rgba(111,66,193,.45), rgba(13,110,253,.5));
border-radius: 50%;
animation: spin 32s linear infinite;
z-index: 0;
}
@keyframes spin {
to { transform: rotate(360deg); }
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h1 {
font-weight: 800;
letter-spacing: -1px;
line-height: 1.2;
margin-bottom: 1.5rem;
}
.hero p.lead {
color: var(--text-light);
font-size: 1.25rem;
max-width: 600px;
margin-bottom: 2rem;
}
.hero-image {
position: relative;
z-index: 1;
transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
animation: float 6s ease-in-out infinite;
box-shadow: var(--shadow-lg);
}
@keyframes float {
0% { transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0); }
50% { transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(-20px); }
100% { transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0); }
}
/* SECTIONS */
section {
scroll-margin-top: 100px;
padding: 6rem 0;
position: relative;
}
.section-title {
font-weight: 800;
letter-spacing: -1px;
margin-bottom: 1rem;
position: relative;
display: inline-block;
}
.section-title:after {
content: '';
position: absolute;
left: 0;
bottom: -5px;
width: 50px;
height: 4px;
background: linear-gradient(135deg, var(--brand), var(--brand-2));
border-radius: 2px;
}
.section-sub {
color: var(--muted);
font-size: 1.1rem;
max-width: 700px;
margin: 0 auto 2rem;
}
.section-header {
text-align: center;
margin-bottom: 4rem;
}
/* CARDS */
.feature {
transition: var(--transition);
background: #fff;
border: 1px solid rgba(13, 110, 253, 0.1);
overflow: hidden;
position: relative;
z-index: 1;
}
.feature:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(13,110,253,.03), rgba(111,66,193,.03));
z-index: -1;
opacity: 0;
transition: var(--transition);
}
.feature:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
border-color: rgba(13, 110, 253, 0.2);
}
.feature:hover:before {
opacity: 1;
}
.feature i {
font-size: 2.5rem;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--brand), var(--brand-2));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.feature h5 {
font-weight: 700;
margin-bottom: 1rem;
}
.feature p {
color: var(--text-light);
}
/* TICKER / WORKS */
.works {
background: linear-gradient(180deg, var(--bg-dark) 0%, #0a0c18 100%);
color: #fff;
position: relative;
padding: 8rem 0;
overflow: hidden;
}
.works:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
opacity: 0.2;
z-index: 0;
}
.works h2 {
color: #fff;
position: relative;
z-index: 2;
}
.works .section-sub {
color: rgba(255,255,255,0.7);
}
.work-scroller {
position: relative;
overflow: hidden;
margin: 0 -15px;
}
.work-track {
display: flex;
gap: 24px;
will-change: transform;
padding: 10px 0;
}
.work-item {
position: relative;
width: var(--img-size);
aspect-ratio: 1/1;
flex: 0 0 auto;
overflow: hidden;
border-radius: var(--radius-lg);
background: #111;
box-shadow: 0 15px 30px rgba(0,0,0,.25);
transition: var(--transition);
}
.work-item:hover {
transform: scale(1.02);
box-shadow: 0 20px 40px rgba(0,0,0,.3);
}
.work-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.work-item:hover img {
transform: scale(1.05);
}
.work-item::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(transparent, rgba(0,0,0,.35) 70%, rgba(0,0,0,.6));
transition: var(--transition);
}
.work-item:hover::after {
background: linear-gradient(transparent, rgba(0,0,0,.25) 60%, rgba(0,0,0,.5));
}
.work-caption {
position: absolute;
left: 24px;
right: 24px;
bottom: 24px;
z-index: 2;
font-weight: 600;
font-size: 1.1rem;
opacity: .95;
color: #fff;
text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.work-ctrl {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 5;
width: 56px;
height: 56px;
border: none;
border-radius: 50%;
background: rgba(255,255,255,.14);
color: #fff;
display: grid;
place-items: center;
backdrop-filter: blur(6px);
transition: var(--transition);
font-size: 1.5rem;
}
.work-ctrl:hover {
background: rgba(255,255,255,.22);
transform: translateY(-50%) scale(1.1);
}
.work-ctrl.left { left: 20px; }
.work-ctrl.right { right: 20px; }
/* FAQ */
.faq-item {
background: #fff;
border: 1px solid #eef0f6;
border-radius: var(--radius);
box-shadow: var(--shadow);
overflow: hidden;
margin-bottom: 1rem;
transition: var(--transition);
}
.faq-item:hover {
box-shadow: var(--shadow-lg);
}
.faq-item[open] {
border-color: rgba(13, 110, 253, 0.3);
}
.faq-item summary {
cursor: pointer;
padding: 1.5rem;
font-weight: 600;
list-style: none;
position: relative;
color: var(--text);
transition: var(--transition);
}
.faq-item[open] summary {
color: var(--brand);
}
.faq-item summary::-webkit-details-marker {
display: none;
}
.faq-item summary:after {
content: '+';
position: absolute;
right: 1.5rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.5rem;
color: var(--brand);
transition: var(--transition);
}
.faq-item[open] summary:after {
content: '-';
}
.faq-item div {
padding: 0 1.5rem 1.5rem;
color: var(--text-light);
}
/* CONTACTO */
.contact-card {
background: #fff;
border: 1px solid rgba(13, 110, 253, 0.1);
border-radius: var(--radius-xl);
box-shadow: var(--shadow);
overflow: hidden;
position: relative;
z-index: 1;
}
.contact-card:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(13,110,253,.03), rgba(111,66,193,.03));
z-index: -1;
}
.contact-list i {
color: var(--brand);
width: 24px;
text-align: center;
}
.contact-list a {
color: var(--text);
text-decoration: none;
transition: var(--transition);
}
.contact-list a:hover {
color: var(--brand);
text-decoration: underline;
}
.form-control, .form-select {
border: 1px solid #e2e8f0;
padding: 0.75rem 1rem;
border-radius: var(--radius);
transition: var(--transition);
}
.form-control:focus, .form-select:focus {
border-color: var(--brand);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}
.floating-wa {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 1000;
border-radius: 50px;
padding: 14px 20px;
background: #25D366;
color: #fff;
box-shadow: 0 10px 30px rgba(37,211,102,.4);
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
transition: var(--transition);
}
.floating-wa:hover {
transform: translateY(-3px);
box-shadow: 0 15px 35px rgba(37,211,102,.5);
color: #fff;
}
/* REVEAL ANIMATIONS */
.reveal {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.in {
opacity: 1;
transform: none;
}
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
/* FOOTER */
footer {
background: var(--bg-dark);
color: #fff;
padding: 3rem 0;
position: relative;
}
footer:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
footer .container {
position: relative;
z-index: 2;
}
footer a {
color: rgba(255,255,255,0.7);
text-decoration: none;
transition: var(--transition);
}
footer a:hover {
color: #fff;
text-decoration: underline;
}
.footer-logo {
font-weight: 800;
font-size: 1.5rem;
color: #fff;
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1.5rem;
}
.footer-logo i {
color: var(--brand);
}
.footer-social {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
}
.footer-social a {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
transition: var(--transition);
}
.footer-social a:hover {
background: var(--brand);
transform: translateY(-3px);
}
/* RESPONSIVE */
@media (max-width: 1200px) {
.hero h1 {
font-size: 3rem;
}
}
@media (max-width: 992px) {
section {
padding: 4rem 0;
}
.hero {
min-height: auto;
padding: 5rem 0;
text-align: center;
}
.hero h1 {
font-size: 2.5rem;
}
.hero-image {
max-width: 600px;
margin: 2rem auto 0;
}
.hero-buttons {
justify-content: center;
}
}
@media (max-width: 768px) {
:root {
--img-size: min(82vw, 420px);
--radius: 14px;
--radius-lg: 18px;
--radius-xl: 22px;
}
.hero h1 {
font-size: 2.2rem;
}
.hero p.lead {
font-size: 1.1rem;
}
.section-title {
font-size: 1.8rem;
}
.work-ctrl {
display: none;
}
.footer-logo {
font-size: 1.3rem;
}
}
@media (max-width: 576px) {
.hero {
padding: 4rem 0;
}
.hero h1 {
font-size: 2rem;
}
.hero-buttons {
flex-direction: column;
gap: 1rem;
}
.btn, .btn-outline-dark {
width: 100%;
}
}
/* ===== INLINE <style> BLOCK #2 ===== */
.social-fabs{
position:fixed; right:20px; bottom:20px; display:flex; flex-direction:column; gap:12px;
z-index:9999;
}
.social-fabs .fab{
width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center;
box-shadow:0 8px 24px rgba(0,0,0,.25);
text-decoration:none; transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.social-fabs .fab i{ font-size:28px; color:#fff; line-height:1; }
.social-fabs .fab:hover{ transform:translateY(-2px); box-shadow:0 10px 30px rgba(0,0,0,.3); }
.fab-wa{ background:#25D366; }
.fab-wa:after{ content:''; position:absolute; inset:0; border-radius:50%;
box-shadow:0 0 22px rgba(37,211,102,.65); filter:blur(1px); opacity:.6; }
.fab-ig{
background: radial-gradient(circle at 30% 110%, #f58529, #dd2a7b 40%, #8134af 70%, #515bd4 100%);
}
@media (max-width: 480px){
.social-fabs .fab{ width:50px; height:50px; }
.social-fabs .fab i{ font-size:24px; }
}
/* ===== INLINE <style> BLOCK #3 ===== */
@keyframes fadeInOut {
0% { opacity: 0; }
10% { opacity: 1; }
90% { opacity: 1; }
100% { opacity: 0; }
}
.frase-animada {
font-size: 1rem;
color: #222;
font-weight: 500;
animation: fadeInOut 9.14s ease-in-out infinite;
}
/* ===== INLINE <style> BLOCK #4 ===== */
/* 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;
}
}