remyrepconstrucciones.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&display=swaphttps://unpkg.com/[email protected]/dist/aos.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css<style>
/* HERO totalmente sin fondo */
#inicio{
background: transparent !important;
}
#inicio:before{
content: none !important;
display: none !important; /* elimina el adorno SVG del lado derecho */
}
/* Placa de la imagen sin azul de base */
.hero-media{
background: transparent !important; /* antes: var(--primary) */
box-shadow: var(--shadow-xl); /* mantiene la profundidad */
}
:root{
/* Paleta renovada */
--primary: #0d1b2a;
--secondary: #1b263b;
--accent: #0d1b2a;
--accent-light: #00d45a;
--light: #e0e1dd;
--dark: #0b1220;
--gray: #415a77;
--light-gray: #f8fafc;
--white: #ffffff;
/* Sombras y efectos */
--shadow-sm: 0 4px 6px rgba(0,0,0,0.05);
--shadow-md: 0 6px 20px rgba(0,0,0,0.1);
--shadow-lg: 0 14px 40px rgba(2,6,23,.15);
--shadow-xl: 0 20px 50px rgba(0,0,0,0.2);
/* Bordes */
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 24px;
/* Espaciado */
--space-xs: 4px;
--space-sm: 8px;
--space-md: 16px;
--space-lg: 24px;
--space-xl: 32px;
--space-xxl: 48px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
max-width: 100%;
overflow-x: hidden;
}
body {
max-width: 100%;
overflow-x: hidden;
font-family: 'Open Sans', sans-serif;
color: var(--dark);
line-height: 1.6;
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6, .navbar-brand {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
/* ===== Navbar mejorada ===== */
.navbar {
background: rgba(255, 255, 255, 0.98) !important;
backdrop-filter: saturate(180%) blur(10px);
box-shadow: var(--shadow-sm);
padding: 12px 0;
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 8px 0;
box-shadow: var(--shadow-md);
}
.navbar .navbar-brand {
font-weight: 900;
letter-spacing: 0.5px;
font-size: 1.8rem;
color: var(--primary);
display: flex;
align-items: center;
}
.navbar .navbar-brand span {
color: var(--accent);
}
.navbar .nav-link {
font-weight: 600;
color: var(--primary);
position: relative;
margin: 0 8px;
transition: all 0.3s ease;
}
.navbar .nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: var(--accent);
transition: width 0.3s ease;
}
.navbar .nav-link:hover {
color: var(--accent);
}
.navbar .nav-link:hover:after {
width: 100%;
}
.btn-whatsapp {
background: var(--accent);
color: var(--white);
border: none;
border-radius: 50px;
padding: 10px 20px;
font-weight: 600;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.btn-whatsapp:hover {
background: var(--accent-light);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0, 179, 74, 0.3);
}
.btn-primary {
background: var(--primary);
border: none;
border-radius: 50px;
padding: 12px 28px;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-primary:hover {
background: var(--secondary);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(13, 27, 42, 0.3);
}
.btn-outline-dark {
border: 2px solid var(--primary);
color: var(--primary);
border-radius: 50px;
padding: 10px 26px;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-outline-dark:hover {
background: var(--primary);
color: var(--white);
transform: translateY(-2px);
}
/* ===== Hero section mejorada ===== */
#inicio {
position: relative;
padding: clamp(100px, 12vw, 180px) 0 clamp(80px, 10vw, 140px);
background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
overflow: hidden;
}
#inicio:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTIwMCA4MDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBiMzRhIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMiI+PHBhdGggZD0iTTAgMjAwLDIwMCAwLDQwMCAyMDAsNjAwIDAsODAwIDIwMCwxMDAwIDAsMTIwMCAyMDBWODAwSDAsWjYwMCw4MDAgNjAwLDEwMDAgODAwLDEyMDAgNjAwIi8+PC9nPjwvc3ZnPg==') no-repeat;
background-size: cover;
opacity: 0.1;
z-index: 0;
}
.hero-title {
font-weight: 900;
line-height: 1.1;
margin-bottom: 24px;
color: var(--primary);
position: relative;
}
.hero-title:after {
content: '';
position: absolute;
left: 0;
bottom: -12px;
width: 80px;
height: 5px;
background: var(--accent);
border-radius: 10px;
}
.hero-sub {
color: var(--gray);
max-width: 600px;
font-size: 1.1rem;
margin-bottom: 32px;
}
.hero-bullets {
margin-bottom: 40px;
}
.hero-bullets li {
display: flex;
align-items: center;
margin-bottom: 12px;
font-size: 1.05rem;
}
.hero-bullets i {
color: var(--accent);
margin-right: 12px;
font-size: 1.2rem;
}
.hero-media {
border-radius: var(--radius-xl);
overflow: hidden;
box-shadow: var(--shadow-xl);
background: var(--primary);
aspect-ratio: 16/10;
position: relative;
transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
transition: all 0.5s ease;
}
.hero-media:hover {
transform: perspective(1000px) rotateY(0) rotateX(0);
box-shadow: var(--shadow-lg);
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.hero-media:hover img {
transform: scale(1.05);
}
.hero-cta {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
/* ===== Secciones generales ===== */
.section {
padding: clamp(80px, 10vw, 120px) 0;
position: relative;
}
.section-title {
position: relative;
margin-bottom: 24px;
padding-bottom: 16px;
color: var(--primary);
}
.section-title:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 4px;
background: var(--accent);
border-radius: 10px;
}
.section-title.center {
text-align: center;
}
.section-title.center:after {
left: 50%;
transform: translateX(-50%);
}
.lead-muted {
color: var(--gray);
font-size: 1.1rem;
margin-bottom: 40px;
}
/* ===== Cards mejoradas ===== */
.card-soft {
background: var(--white);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
padding: 32px;
height: 100%;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.
/* ...cortado... */
/* ===== Carrusel uniforme y prolijo ===== */
:root{
--tile-h: clamp(220px, 38vh, 420px); /* altura responsiva del carrusel */
}
.ticker-viewport{
overflow: hidden;
border-radius: var(--radius-lg, 16px);
background: #fff;
box-shadow: var(--shadow-md, 0 6px 20px rgba(0,0,0,.1));
}
.ticker-track{
display: flex;
align-items: center; /* centra verticalmente cada foto */
gap: 16px;
padding: 16px;
will-change: transform;
}
.ticker-tile{
flex: 0 0 auto;
height: var(--tile-h); /* TODAS igual altura */
width: clamp(220px, 28vw, 520px);
border-radius: 14px;
overflow: hidden;
background: #f3f4f6;
}
.ticker-tile img{
width: 100%;
height: 100%;
object-fit: cover; /* recorte elegante; sin bandas en blanco */
display: block;
}
/* Flechas flotantes centradas verticalmente */
.ticker-btn{
top: 50%;
transform: translateY(-50%);
}
/* Breakpoints: más anchas en mobile, más bajas en pantallas chicas */
@media (max-width: 992px){
:root{ --tile-h: clamp(200px, 34vh, 360px); }
.ticker-tile{ width: clamp(70vw, 80vw, 90vw); }
}
@media (max-width: 576px){
:root{ --tile-h: clamp(180px, 32vh, 300px); }
}
.whatsapp-float {
position: fixed;
width: 60px;
height: 60px;
bottom: 20px;
right: 20px;
background-color: #25d366;
color: #fff;
border-radius: 50%;
text-align: center;
font-size: 32px;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s;
}
.whatsapp-float:hover {
transform: scale(1.1);
color: #fff;
text-decoration: none;
}
soluciones-solucionar.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=Poppins:wght@300;400;500;600;700;800&display=swaphttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css:root {
--primary: #01a2a7;
--primary-dark: #0047b3;
--secondary: #026a9c;
--dark: #1a1a2e;
--light: #f8f9fa;
--accent: #00d4ff;
--gradient-primary: linear-gradient(135deg, var(--primary), var(--accent));
--gradient-dark: linear-gradient(135deg, var(--dark), #16213e);
}
body {
font-family: 'Poppins', sans-serif;
color: #333;
overflow-x: hidden;
scroll-behavior: smooth;
}
/* Navbar */
.navbar {
background: #1c678c;
backdrop-filter: blur(10px);
padding: 15px 0;
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 800;
font-size: 1.8rem;
background: var(--gradient-primary);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.nav-link {
font-weight: 500;
margin: 0 10px;
position: relative;
color: white !important;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: var(--secondary);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.navbar-toggler {
border: none;
}
.navbar-toggler:focus {
box-shadow: none;
}
/* Hero Section */
header {
background: var(--gradient-dark);
color: white;
padding: 120px 0 100px;
position: relative;
overflow: hidden;
}
header::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('img/herosol2.png') no-repeat center center/cover;
opacity: 0.15;
z-index: 0;
}
.hero-content {
position: relative;
z-index: 1;
}
.hero-title {
font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem);
font-weight: 800;
line-height: 1.2;
margin-bottom: 1.5rem;
background: linear-gradient(to right, #fff, #c1d1ff);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
hyphens: none !important;
overflow-wrap: normal;
word-break: normal;
white-space: normal;
}
.hero-subtitle {
font-size: 1.3rem;
margin-bottom: 2rem;
opacity: 0.9;
}
.btn-primary-custom {
background: var(--gradient-primary);
border: none;
color: white;
font-weight: 600;
padding: 12px 30px;
border-radius: 50px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}
.btn-primary-custom:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
color: white;
}
.btn-outline-custom {
border: 2px solid white;
color: white;
font-weight: 600;
padding: 10px 28px;
border-radius: 50px;
transition: all 0.3s ease;
background: transparent;
}
.btn-outline-custom:hover {
background: white;
color: var(--dark);
transform: translateY(-3px);
}
/* General Sections */
section {
padding: 100px 0;
position: relative;
}
.section-title {
font-weight: 800;
margin-bottom: 60px;
position: relative;
display: inline-block;
color: var(--dark);
}
.section-title::after {
content: '';
position: absolute;
width: 50%;
height: 4px;
bottom: -10px;
left: 0;
background: var(--gradient-primary);
border-radius: 2px;
}
.bg-light-custom {
background-color: var(--light);
}
/* About Section */
.about-img {
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transition: transform 0.5s ease;
}
.about-img:hover {
transform: scale(1.03);
}
/* Services Section */
.service-card {
background: white;
border-radius: 15px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.4s ease;
height: 100%;
border-left: 4px solid var(--primary);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-left: 4px solid var(--secondary);
}
.service-icon {
font-size: 2.5rem;
margin-bottom: 20px;
color: var(--primary);
}
.service-card:hover .service-icon {
color: var(--secondary);
}
.service-title {
font-weight: 700;
margin-bottom: 15px;
color: var(--dark);
}
/* Why Choose Us */
.feature-box {
background: white;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
text-align: center;
}
.feature-box:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.feature-icon {
width: 70px;
height: 70px;
background: var(--gradient-primary);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 1.8rem;
}
.feature-title {
font-weight: 700;
margin-bottom: 15px;
}
/* Portfolio */
.portfolio-container {
position: relative;
overflow: hidden;
}
.portfolio-item {
position: relative;
border-radius: 15px;
overflow: hidden;
margin-bottom: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.portfolio-img {
width: 100%;
height: 250px;
object-fit: cover;
transition: transform 0.5s ease;
}
.portfolio-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 70, 179, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.portfolio-item:hover .portfolio-overlay {
opacity: 1;
}
.portfolio-item:hover .portfolio-img {
transform: scale(1.1);
}
.portfolio-title {
color: white;
font-weight: 700;
margin-bottom: 10px;
}
/* FAQ */
.accordion-button {
font-weight: 600;
padding: 20px;
}
.accordion-button:not(.collapsed) {
background-color: rgba(0, 102, 255, 0.1);
color: var(--primary);
}
.accordion-button:focus {
box-shadow: none;
border-color: rgba(0, 102, 255, 0.25);
}
.accordion-item {
margin-bottom: 15px;
border-radius: 10px !important;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Contact Form */
.contact-form {
background: white;
padding: 40px;
border-radius: 20px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.form-control {
padding: 15px;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 0.25rem rgba(0, 102, 255, 0.25);
}
textarea.f
/* ...cortado... */
/* Ajustes exclusivos para #quienes */
#quienes .feature-box {
padding: 12px;
text-align: center;
}
#quienes .feature-box .feature-icon i {
font-size: 1.2rem; /* íconos más chicos */
line-height: 1;
}
#quienes .feature-box .feature-title {
font-size: 0.95rem; /* títulos más chicos */
font-weight: 600;
margin-top: 6px;
}
#quienes p {
font-size: 0.95rem; /* texto más compacto */
line-height: 1.5;
}
.shot {
flex: 0 0 auto;
width: 100%;
max-width: 500px;
scroll-snap-align: start;
}
.shot img {
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.shot figcaption {
display: none;
}
#tickerTrack {
animation: scrollTicker linear infinite;
animation-duration: 40s;
}
.ticker-container:hover #tickerTrack {
animation-play-state: paused;
cursor: grab;
}
@keyframes scrollTicker {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@media (max-width: 768px) {
#tickerTrack {
animation-duration: 80s;
}
}
.shot {
flex: 0 0 auto;
width: 100%;
max-width: 500px;
scroll-snap-align: start;
}
.shot img {
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.shot figcaption {
text-align: center;
font-size: 0.9rem;
margin-top: 8px;
color: #333;
}
#tickerTrack {
animation: scrollTicker linear infinite;
animation-duration: 40s;
}
.ticker-container:hover #tickerTrack {
animation-play-state: paused;
cursor: grab;
}
@keyframes scrollTicker {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@media (max-width: 768px) {
#tickerTrack {
animation-duration: 80s;
}
}
/* 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;
}
}
sistecsolucionessl.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap@font-face {
font-family: 'AvertaStdPE';
src: url('fonts/AvertaStdPE-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
/* PALETA MEJORADA */
--brand-primary: #008cbf; /* naranja principal */
--brand-secondary: #011b65; /* azul moderno */
--brand-accent: #011b65; /* verde azulado */
--brand-dark: #e45a2a;
--text-dark: #1A1D21; /* textos fuertes */
--text-body: #2A2E34; /* cuerpo */
--text-muted: #6B7280; /* gris */
--bg-primary: #FFFFFF; /* fondo principal */
--bg-secondary: #F7F9FC; /* fondo secundario */
--bg-dark: #0F172A; /* fondo oscuro */
--card-bg: #FFFFFF; /* tarjetas */
--border-light: #E5E7EB; /* bordes claros */
--border-medium: #D1D5DB; /* bordes medios */
/* Efectos y sombras */
--shadow-sm: 0 1px 3px rgba(0,0,0,0.12);
--shadow-md: 0 4px 6px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
--shadow-lg: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
--shadow-xl: 0 20px 40px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.05);
/* Gradientes */
--gradient-primary: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
--gradient-secondary: linear-gradient(135deg, var(--brand-secondary) 0%, #5271FF 100%);
--gradient-accent: linear-gradient(135deg, var(--brand-accent) 0%, #00B389 100%);
--gradient-hero: linear-gradient(135deg, rgba(255,107,53,0.08) 0%, rgba(45,91,255,0.08) 100%);
/* Ticker */
--tile-size: 320px;
--tile-radius: 16px;
--gap: 20px;
--font-heading: 'AvertaStdPE', sans-serif;
--font-body: 'AvertaStdPE', sans-serif;
}
/* Base */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
font-family: var(--font-body);
background: var(--bg-primary);
color: var(--text-body);
scroll-behavior: smooth;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading);
font-weight: 700;
color: var(--text-dark);
}
a {
color: var(--brand-primary);
text-decoration: none;
transition: all 0.3s ease;
}
a:hover {
color: var(--brand-dark);
}
.section {
padding: 100px 0;
position: relative;
}
.section-title {
position: relative;
margin-bottom: 3rem;
}
.section-title:after {
content: '';
position: absolute;
left: 0;
bottom: -12px;
width: 60px;
height: 4px;
background: var(--gradient-primary);
border-radius: 2px;
}
.section-title.center:after {
left: 50%;
transform: translateX(-50%);
}
/* Navbar mejorada */
.navbar {
background: rgba(255, 255, 255, 0.95) !important;
backdrop-filter: blur(10px);
box-shadow: var(--shadow-md);
padding: 12px 0;
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 8px 0;
}
.navbar .nav-link {
color: var(--text-dark) !important;
font-weight: 500;
position: relative;
padding: 0.5rem 1rem !important;
transition: all 0.3s ease;
}
.navbar .nav-link:before {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 50%;
background: var(--gradient-primary);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.navbar .nav-link:hover:before,
.navbar .nav-link.active:before {
width: 70%;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
color: var(--brand-primary) !important;
}
.navbar-brand {
font-weight: 800;
font-size: 1.8rem;
color: var(--text-dark) !important;
}
.navbar-brand span {
background: var(--gradient-primary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* Hero section mejorada */
.hero {
padding-top: 130px;
padding-bottom: 80px;
background: var(--gradient-hero);
position: relative;
overflow: hidden;
}
.hero:before {
content: '';
position: absolute;
width: 600px;
height: 600px;
border-radius: 50%;
background: rgba(255, 107, 53, 0.1);
filter: blur(80px);
top: -300px;
right: -300px;
z-index: 0;
}
.hero:after {
content: '';
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
background: rgba(45, 91, 255, 0.1);
filter: blur(80px);
bottom: -250px;
left: -250px;
z-index: 0;
}
.hero-content {
position: relative;
z-index: 2;
}
.badge-soft {
background: rgba(255, 107, 53, 0.12);
border: 1px solid rgba(255, 107, 53, 0.35);
color: #7a3c28;
border-radius: 999px;
padding: 8px 16px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 8px;
backdrop-filter: blur(4px);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4); }
70% { box-shadow: 0 0 0 10px rgba(255, 107, 53, 0); }
100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0); }
}
.hero h1 {
font-size: 3.5rem;
font-weight: 800;
line-height: 1.2;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--text-dark) 0%, var(--brand-primary) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero p.lead {
font-size: 1.25rem;
margin-bottom: 2rem;
color: var(--text-body);
}
/* Cards / bloques mejorados */
.card-soft {
background: var(--card-bg);
border: 1px solid var(--border-light);
border-radius: 20px;
box-shadow: var(--shadow-lg);
transition: all 0.3s ease;
overflow: hidden;
height: 100%;
}
.card-soft:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
border-color: rgba(255, 107, 53, 0.2);
}
.icon-pill {
width: 60px;
height: 60px;
border-radius: 16px;
background: rgba(255, 107, 53, 0.1);
color: var(--brand-primary);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
transition: all 0.3s ease;
}
.card-soft:hover .icon-pill {
background: var(--gradient-primary);
color: white;
transform: scale(1.05);
}
/* Destacado Kit mejorado */
.highlight {
border: 1px solid var(--border-light);
border-radius: 20px;
box-shadow: var(--shadow-lg);
overflow: hidden;
background: var(--card-bg);
transition: all 0.3s ease;
}
.highlight:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
}
.highlight .img-wrap {
border-radius: 12px;
overflow: hidden;
background: #fafafa;
position: relative;
}
.highlight .img-wrap:before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.05) 100%);
z-index: 1;
}
/* Ticker/Galer
/* ...cortado... */
/* Overrides mínimos: logo redondo, sin romper estilos existentes */
.navbar-brand img,
img.logo-round,
img[alt*="logo" i],
img[src*="logo"] {
border-radius: 50% !important;
object-fit: cover;
}
/* === Ticker sin recorte: la imagen manda, centrada y responsiva === */
:root { --tile-h: 360px; } /* alto base del tile en desktop */
.ticker-track { gap: 18px; }
.ticker-item {
flex: 0 0 auto;
width: clamp(240px, 30vw, 520px); /* ancho fluido */
height: var(--tile-h); /* alto fijo para que no “salte” el carrusel */
border: 1px solid var(--border-light);
border-radius: 16px;
background: #fff;
box-shadow: var(--shadow-md);
display: flex; /* centrado perfecto */
align-items: center;
justify-content: center;
padding: 10px;
overflow: visible; /* ¡nada de cortar! */
}
.ticker-item img {
max-width: 100%;
max-height: 100%;
width: auto; /* mantiene proporción original */
height: auto; /* mantiene proporción original */
object-fit: contain; /* sin recorte */
display: block;
}
/* Responsivo: ajustá la altura del tile por breakpoint */
@media (max-width: 992px) {
:root { --tile-h: 300px; }
.ticker-item { width: clamp(220px, 44vw, 460px); }
}
@media (max-width: 576px) {
:root { --tile-h: 56vh; } /* más alto en phone para formatos verticales */
.ticker { padding: 0 12px; }
.ticker-item { width: 88vw; }
}
/* Botones cómodos en phone */
.btn-ctrl { width: 46px; height: 46px; }
@media (max-width: 576px) {
.btn-ctrl { width: 40px; height: 40px; }
.btn-prev { left: -6px; }
.btn-next { right: -6px; }
}
/* FAQs rediseño */
.fancy-accordion .accordion-item {
border: 1px solid var(--border-light);
border-radius: 14px;
background: #fff;
box-shadow: var(--shadow-md);
overflow: hidden;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
margin-bottom: 14px;
}
.fancy-accordion .accordion-item:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
border-color: rgba(255,107,53,.25);
}
.fancy-accordion .accordion-button {
gap: 10px;
padding: 16px 18px;
font-weight: 600;
background: #fff;
}
.fancy-accordion .accordion-button:not(.collapsed) {
color: var(--text-dark);
background: linear-gradient(180deg, #fff, #fff);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.03);
}
.fancy-accordion .accordion-button:focus { box-shadow: none; }
.fancy-accordion .accordion-body { padding: 0 18px 16px 56px; color: var(--text-body); }
.fancy-accordion .qa-icon {
width: 28px; height: 28px;
border-radius: 8px;
display: inline-grid; place-items: center;
background: rgba(255,107,53,.12);
color: var(--brand-primary);
flex: 0 0 auto;
}
.fancy-accordion .chev {
margin-left: auto;
transition: transform .25s ease;
color: var(--text-muted);
font-size: 1rem;
}
.fancy-accordion .accordion-button:not(.collapsed) .chev {
transform: rotate(45deg); /* plus -> x */
color: var(--brand-primary);
}
.social-float {
position: fixed;
right: 20px;
bottom: 20px;
display: flex;
flex-direction: column;
gap: 12px;
z-index: 1050;
}
.btn-float {
width: 52px;
height: 52px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.4rem;
text-decoration: none;
box-shadow: 0 6px 16px rgba(0,0,0,0.25);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-float:hover {
transform: translateY(-4px) scale(1.05);
box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.btn-float.whatsapp { background: #25d366; }
.btn-float.instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.btn-float.facebook { background: #1877f2; }
piscinasthiago.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&display=swaphttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css:root {
/* Colores */
--primary: #0066cc;
--primary-dark: #004999;
--primary-light: #4d94ff;
--accent: #00c2cb;
--accent-dark: #009da5;
--accent-light: #33d1d9;
--secondary: #ff6b6b;
--dark: #0a1929;
--dark-light: #1a3447;
--light: #f6f9fc;
--light-dark: #e8eef5;
--white: #ffffff;
--gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
--gradient-dark: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);
--gradient-hero: linear-gradient(135deg, rgba(10, 108, 173, 0.1) 0%, rgba(0, 163, 163, 0.1) 100%);
/* Tamaños y espaciados */
--radius: 12px;
--radius-lg: 20px;
--maxw: 1280px;
--shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 15px 40px rgba(0, 0, 0, 0.15);
--shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.2);
/* Transiciones */
--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
scroll-behavior: smooth;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
font-family: 'Poppins', sans-serif;
color: #334e68;
background: var(--white);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
line-height: 1.2;
margin-bottom: 1.2rem;
color: var(--dark);
}
a {
color: var(--primary);
text-decoration: none;
transition: var(--transition);
}
a:hover {
color: var(--primary-dark);
}
img {
max-width: 100%;
height: auto;
display: block;
}
/* Utilidades */
.container {
max-width: var(--maxw);
margin: 0 auto;
padding: 0 20px;
}
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-size: clamp(32px, 5vw, 48px);
text-align: center;
margin-bottom: 60px;
position: relative;
font-weight: 900;
}
.section-title:after {
content: '';
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 5px;
background: var(--gradient-primary);
border-radius: 3px;
}
.text-center {
text-align: center;
}
.lead {
font-size: clamp(18px, 2.5vw, 22px);
color: #486581;
margin-bottom: 1.8rem;
font-weight: 400;
line-height: 1.5;
}
.grid {
display: grid;
gap: 40px;
}
@media (min-width: 992px) {
.grid-2 {
grid-template-columns: 1fr 1fr;
}
.grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
grid-template-columns: repeat(4, 1fr);
}
}
/* Botones */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 16px 32px;
border-radius: var(--radius);
border: none;
font-weight: 700;
cursor: pointer;
transition: var(--transition);
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
z-index: 1;
}
.btn:after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0;
background: rgba(255, 255, 255, 0.2);
transition: var(--transition);
z-index: -1;
}
.btn:hover:after {
width: 100%;
}
.btn-primary {
background: var(--gradient-primary);
color: var(--white);
box-shadow: var(--shadow);
}
.btn-primary:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-hover);
color: var(--white);
}
.btn-accent {
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
color: var(--white);
box-shadow: var(--shadow);
}
.btn-accent:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-hover);
color: var(--white);
}
.btn-ghost {
background: transparent;
border: 2px solid var(--primary);
color: var(--primary);
}
.btn-ghost:hover {
background: var(--primary);
color: var(--white);
transform: translateY(-5px);
}
/* Navbar */
.nav {
position: sticky;
top: 0;
z-index: 1000;
background: rgba(255, 255, 255, 0.97);
backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(232, 238, 245, 0.8);
transition: var(--transition);
}
.nav.scrolled {
box-shadow: var(--shadow);
}
.nav-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 90px;
}
.brand {
display: flex;
gap: 12px;
align-items: center;
font-weight: 900;
color: var(--dark);
font-size: 26px;
}
.brand i {
color: var(--primary);
font-size: 32px;
}
.menu {
display: flex;
gap: 32px;
align-items: center;
}
.menu a {
color: var(--dark);
font-weight: 600;
font-size: 16px;
position: relative;
padding: 8px 0;
}
.menu a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
background: var(--gradient-primary);
transition: var(--transition);
border-radius: 3px;
}
.menu a:hover:after {
width: 100%;
}
.burger {
display: none;
font-size: 28px;
background: none;
border: 0;
color: var(--dark);
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.burger:hover {
background: var(--light);
}
@media (max-width: 992px) {
.burger {
display: flex;
}
.menu {
position: fixed;
top: 90px;
left: 0;
width: 100%;
height: calc(100vh - 90px);
background: var(--white);
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 60px 20px;
gap: 35px;
transform: translateX(100%);
transition: transform 0.5s ease;
box-shadow: var(--shadow-lg);
}
.menu.open {
transform: translateX(0);
}
.menu a {
font-size: 20px;
}
}
/* Hero Section */
.hero {
padding: 160px 0 120px;
position: relative;
overflow: hidden;
background: var(--gradient-hero);
}
.hero:before, .hero:after {
content: '';
position: absolute;
border-radius: 50%;
z-index: -1;
opacity: 0.5;
filter: blur(40px);
}
.hero:before {
top: -100px;
right: -100px;
width: 500px;
height: 500px;
background: var(--primary-light);
}
.hero:after {
bottom: -100px;
left: -100px;
width: 400px;
height: 400px;
background: var(--accent-light);
}
.hero-content {
position: relative;
z-index: 2;
}
.badge-soft {
display:
/* ...cortado... */
estudiofinamor.com.ar
https://fonts.googleapis.com/css2?family=Domine:wght@400;600;700&family=Rubik:wght@300;400;500;600;700&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css:root{
--brand: #0a3643;
--brand-2: #1a4e60;
--accent: #2bb673;
--dark: #0f172a;
--muted: #6b7280;
--light: #f7f7f8;
--shadow: 0 10px 25px rgba(0,0,0,.08);
--radius: 18px;
--transition: all .25s ease;
}
html{ scroll-behavior:smooth; }
body{
font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color:#243442;
line-height:1.7;
overflow-x:hidden;
background:#fff;
}
h1,h2,h3,h4,h5,h6{
font-family:'Domine', Georgia, serif;
color:#0f172a;
letter-spacing:-.01em;
}
/* NAVBAR */
.navbar{
padding:.9rem 0;
position:fixed; top:0; left:0; right:0; z-index:1030;
transition:var(--transition);
background:transparent;
}
.navbar .navbar-brand{
font-family:'Domine', Georgia, serif;
font-weight:700; letter-spacing:.3px; color:#282c34;
}
.navbar .nav-link{
color:#282c34; font-weight:500; margin:0 .25rem;
}
.navbar .nav-link:hover{ color:#e8f3f7; }
.navbar.scrolled{
background:#ffffff; box-shadow:0 8px 25px rgba(0,0,0,.06);
padding:.6rem 0;
}
.navbar.scrolled .navbar-brand{ color:var(--brand); }
.navbar.scrolled .nav-link{ color:#0f172a; }
.navbar.scrolled .nav-link:hover{ color:var(--brand-2); }
.navbar-dark .navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(15,23,42,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse{ transition:var(--transition); }
@media (max-width: 991.98px){
.navbar .navbar-collapse{
background:rgba(255,255,255,.98);
backdrop-filter: blur(10px);
box-shadow:var(--shadow);
border-radius:14px;
padding: .75rem;
margin-top: 10px;
}
.navbar .nav-link{ color:#0f172a; }
}
/* HERO - CORRECCIONES PARA MÓVIL */
.hero{
min-height: 100vh;
background: linear-gradient(180deg, rgba(10,54,67,.55), rgba(10,54,67,.15)),
url('img/hero4.png') center/cover no-repeat;
display:flex; align-items:center;
color:#fff; position:relative;
padding-top: 76px; /* Espacio para la navbar fija */
}
.hero .lead{ color:#e8eef1; font-size:1.2rem; }
.btn-brand{
background:var(--brand);
color:#fff; border:none; border-radius:12px; padding: .9rem 1.3rem; font-weight:600;
box-shadow:0 10px 24px rgba(10,54,67,.25);
}
.btn-brand:hover{ background:#094151; color:#fff; transform: translateY(-1px); }
.btn-outline-light{ border:2px solid rgba(255,255,255,.8); color:#fff; border-radius:12px; }
.btn-outline-light:hover{ background:#fff; color:var(--brand); }
/* SECCIONES */
.section{ padding:80px 0; }
.section-light{ background:#fff; }
.section-muted{ background:var(--light); }
.section-title{ text-align:center; margin-bottom:2.5rem; }
.section-title:after{
content:''; display:block; width:80px; height:4px; border-radius:4px;
margin:1rem auto 0; background: linear-gradient(90deg,var(--brand),var(--brand-2));
}
/* Tarjetas */
.card-clean{
border:0; border-radius:var(--radius); box-shadow:var(--shadow); background:#fff;
transition:var(--transition);
}
.card-clean:hover{ transform: translateY(-6px); box-shadow:0 16px 40px rgba(0,0,0,.12); }
/* Checks */
.check{ display:flex; align-items:flex-start; gap:.6rem; }
.check i{ color:var(--accent); font-size:1.15rem; margin-top:.2rem; }
/* Footer */
footer{ background: linear-gradient(135deg, #0a3643 0%, #0d2a33 100%); color:#cfe5ec; }
footer a{ color:#e6f6fb; text-decoration:none; }
footer a:hover{ text-decoration:underline; }
/* WhatsApp flotante */
.wa-float{
position:fixed; right:20px; bottom:22px; z-index:1060;
width:60px; height:60px; border-radius:50%;
display:flex; align-items:center; justify-content:center;
background:#25D366; color:#fff; font-size:28px; box-shadow:0 15px 30px rgba(37,211,102,.45);
transition:var(--transition);
}
.wa-float:hover{ transform:scale(1.08); }
/* MEDIA QUERIES PARA RESPONSIVIDAD */
@media (max-width: 991.98px){
.hero{
background-attachment:scroll;
min-height: auto;
padding: 100px 0 60px;
}
.hero h1 {
font-size: 2.2rem;
}
.hero .lead {
font-size: 1.1rem;
}
.section {
padding: 60px 0;
}
}
@media (max-width: 767.98px){
.hero h1 {
font-size: 1.8rem;
}
.hero .btn {
width: 100%;
margin-bottom: 10px;
}
.hero .d-flex {
flex-direction: column;
}
.navbar-brand {
font-size: 1.1rem;
}
}
@media (max-width: 575.98px){
.hero {
text-align: center;
padding: 90px 0 50px;
}
.hero h1 {
font-size: 1.6rem;
}
.check {
justify-content: center;
}
}
/* QUIÉNES SOMOS - Responsive */
#quienes{
position: relative;
background:
radial-gradient(600px 200px at 10% 0%, rgba(10,54,67,.04), transparent 70%),
radial-gradient(500px 200px at 90% 100%, rgba(43,182,115,.05), transparent 70%);
}
#quienes .about-eyebrow{
display:inline-block; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
font-size:.8rem; padding:.35rem .6rem; border-radius:999px;
background:rgba(10,54,67,.08); color:#0a3643; margin-bottom:.5rem;
}
#quienes .about-title{ font-family:'Domine', Georgia, serif; letter-spacing:-.01em; }
#quienes .about-title::after{
content:''; display:block; width:96px; height:4px; border-radius:4px;
margin:.6rem 0 0; background:linear-gradient(90deg,var(--brand),var(--brand-2)); opacity:.85;
}
#quienes .about-icons .feature-item{
background:#fff; border-radius:12px; padding:.75rem 1rem;
box-shadow:0 3px 12px rgba(0,0,0,.06);
transition:transform .2s ease, box-shadow .2s ease;
font-weight:500; color:#0f172a;
}
#quienes .about-icons .feature-item:hover{
transform:translateY(-3px); box-shadow:0 6px 18px rgba(0,0,0,.1);
}
#quienes .about-icons .icon-circle{
flex:0 0 40px; height:40px; border-radius:50%;
background:linear-gradient(135deg, var(--brand), var(--brand-2));
display:flex; align-items:center; justify-content:center;
color:#fff; font-size:1.1rem; margin-right:.75rem;
}
#quienes .photo-frame{
overflow:hidden; aspect-ratio: 4 / 3; border:1px solid rgba(0,0,0,.06); background:#fff;
}
#quienes .photo-frame::after{
content:''; position:absolute; inset:0; border-radius:inherit;
box-shadow: inset 0 0 0 2px rgba(10,54,67,.06); pointer-events:none;
}
#quienes .photo-frame::before{
content:''; position:absolute; right:-20%; top:-20%; width:60%; height:60%;
transform:rotate(35deg);
background: linear-gradient(90deg, rgba(10,54,67,.06), rgba(10,54,67,0));
}
#quienes .about-badge{
position:absolute; left:14px; bottom:14px;
background: rgba(255,255,255,.9); color:#0f172a;
border:1px solid rgba(0,0,0,.08); backdrop-filter: blur(6px);
/* ...cortado... */
videosfm10bolivar.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.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&display=swap:root {
--primary: #0d5ea3;
--primary-dark: #4f46e5;
--dark-bg: #e5ecf6; /* fondo general mucho más claro */
--card-bg: #f1f5f9; /* fondo de las cards clarito */
--card-hover: #e2e8f0; /* hover de las cards un gris suave */
--text-primary: #1e293b; /* texto principal más oscuro para contraste */
--text-secondary: #475569;/* gris intermedio */
--accent: #8b5cf6;
--gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: var(--dark-bg);
color: var(--text-primary);
font-family: 'Poppins', sans-serif;
line-height: 1.6;
overflow-x: hidden;
}
/* Navbar Styles */
.navbar {
background: rgba(15, 23, 42, 0.95);
backdrop-filter: blur(10px);
padding: 1rem 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position: sticky;
top: 0;
z-index: 1000;
}
.navbar-brand {
font-weight: 700;
font-size: 1.8rem;
background: white;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: flex;
align-items: center;
gap: 0.5rem;
}
.navbar-brand i {
font-size: 2rem;
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-admin {
background: var(--gradient);
border: none;
border-radius: 50px;
padding: 0.5rem 1.5rem;
font-weight: 500;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
.btn-admin:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}
/* Hero Section */
.hero {
text-align: center;
padding: 3rem 0 2rem;
position: relative;
overflow: hidden;
/* Imagen de fondo */
background-image: url('img/fm.png'); /* cambia por tu imagen */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #fff;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* Overlay para que se vea bien el texto */
background: rgba(0,0,0,0.5);
z-index: 0;
}
.hero h1 {
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 1rem;
background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
z-index: 1;
}
.hero p {
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto 2rem;
font-size: 1.1rem;
position: relative;
z-index: 1;
}
/* Video Grid */
.video-grid {
display: grid;
gap: 2rem;
padding: 2rem 0 4rem;
}
@media (min-width: 576px) {
.video-grid {
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
}
/* Video Card */
.video-card {
background: var(--card-bg);
border-radius: 16px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.video-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
background: var(--card-hover);
}
.card-header {
position: relative;
overflow: hidden;
}
.card-badge {
position: absolute;
top: 1rem;
right: 1rem;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 0.25rem 0.75rem;
border-radius: 50px;
font-size: 0.75rem;
z-index: 2;
backdrop-filter: blur(10px);
}
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio */
overflow: hidden;
border-radius: 12px 12px 0 0;
}
.video-container iframe,
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 12px 12px 0 0;
}
.card-body {
padding: 1.5rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.card-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: var(--text-primary);
line-height: 1.4;
}
.card-date {
color: var(--text-secondary);
font-size: 0.85rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.card-description {
color: var(--text-secondary);
margin-top: auto;
font-size: 0.95rem;
}
/* No videos message */
.no-videos {
text-align: center;
padding: 4rem 2rem;
background: var(--card-bg);
border-radius: 16px;
margin: 2rem 0;
}
.no-videos i {
font-size: 4rem;
margin-bottom: 1.5rem;
opacity: 0.5;
}
.no-videos h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
color: var(--text-primary);
}
.no-videos p {
color: var(--text-secondary);
max-width: 500px;
margin: 0 auto;
}
/* Footer */
.footer {
background: rgba(15, 23, 42, 0.95);
padding: 2rem 0;
text-align: center;
margin-top: 3rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer p {
color: var(--text-secondary);
margin-bottom: 0;
}
/* Animations */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.video-card {
animation: fadeIn 0.5s ease forwards;
}
.video-card:nth-child(2) { animation-delay: 0.1s; }
.video-card:nth-child(3) { animation-delay: 0.2s; }
.video-card:nth-child(4) { animation-delay: 0.3s; }
.video-card:nth-child(5) { animation-delay: 0.4s; }
.video-card:nth-child(n+6) { animation-delay: 0.5s; }
/* Scrollbar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: var(--dark-bg);
}
::-webkit-scrollbar-thumb {
background: var(--primary);
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--primary-dark);
}