Preview de mixed.css
/* MIXED CSS PACK */
/* Template: noesg.com/index.html */
/* Template mtime: 2026-02-25 13:20:22 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&family=Playfair+Display:wght@700;900&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--brand: #0d2a6b;
--brand-2: #e11d2e;
--ink: #0b1220;
--muted: #5b667a;
--soft: #f5f7fb;
--white: #ffffff;
--radius-sm: 12px;
--radius-md: 18px;
--radius-lg: 24px;
--shadow-sm: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
html, body {
overflow-x: hidden;
}
body {
font-family: "Inter", system-ui, -apple-system, sans-serif;
color: var(--ink);
background: var(--white);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body::before {
content: "";
position: fixed;
inset: 0;
background:
radial-gradient(circle at 20% 30%, rgba(13, 42, 107, 0.02) 0%, transparent 30%),
radial-gradient(circle at 80% 70%, rgba(225, 29, 46, 0.02) 0%, transparent 35%),
repeating-linear-gradient(45deg, rgba(0,0,0,0.01) 0px, rgba(0,0,0,0.01) 1px, transparent 1px, transparent 12px);
pointer-events: none;
z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.2;
}
.display-heading {
font-family: "Playfair Display", serif;
font-weight: 900;
}
.eyebrow {
display: inline-block;
padding: 0.35rem 1rem;
border-radius: 100px;
background: rgba(13, 42, 107, 0.08);
color: var(--brand);
font-weight: 700;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 1rem;
border: 1px solid rgba(13, 42, 107, 0.15);
backdrop-filter: blur(4px);
}
.section-title {
font-size: clamp(2rem, 4vw, 2.8rem);
font-weight: 900;
margin-bottom: 1rem;
background: linear-gradient(135deg, var(--brand) 0%, #1e3a8a 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-subtitle {
color: var(--muted);
font-size: 1.1rem;
max-width: 720px;
margin: 0 auto;
}
.btn {
padding: 0.75rem 1.5rem;
border-radius: 100px;
font-weight: 700;
transition: var(--transition);
border: none;
font-size: 0.95rem;
}
.btn-brand {
background: var(--brand);
color: white;
box-shadow: var(--shadow-md);
border: 1px solid rgba(255,255,255,0.1);
}
.btn-brand:hover {
background: #0b245e;
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
color: white;
}
.btn-brand:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.btn-outline-brand {
background: transparent;
border: 2px solid var(--brand);
color: var(--brand);
}
.btn-outline-brand:hover {
background: var(--brand);
color: white;
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.card-soft {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border: 1px solid rgba(13, 42, 107, 0.1);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
transition: var(--transition);
}
.card-soft:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-xl);
border-color: rgba(13, 42, 107, 0.2);
}
.icon-badge {
width: 56px;
height: 56px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(225, 29, 46, 0.1) 0%, rgba(13, 42, 107, 0.1) 100%);
color: var(--brand-2);
font-size: 1.5rem;
transition: var(--transition);
}
.card-soft:hover .icon-badge {
transform: scale(1.1) rotate(3deg);
background: linear-gradient(135deg, var(--brand-2) 0%, var(--brand) 100%);
color: white;
}
.navbar {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(13, 42, 107, 0.1);
padding: 1rem 0;
transition: var(--transition);
}
.navbar-brand {
font-weight: 900;
font-size: 1.25rem;
color: var(--brand) !important;
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nav-link {
color: var(--ink);
font-weight: 600;
padding: 0.5rem 1rem !important;
transition: var(--transition);
border-radius: 100px;
position: relative;
}
.nav-link:hover {
color: var(--brand);
background: rgba(13, 42, 107, 0.05);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 20px;
height: 2px;
background: var(--brand);
transition: var(--transition);
}
.nav-link:hover::after {
transform: translateX(-50%) scaleX(1);
}
#inicio {
padding: 140px 0 80px;
position: relative;
}
.hero-card {
background: linear-gradient(145deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg);
border: 1px solid rgba(13, 42, 107, 0.1);
box-shadow: var(--shadow-xl);
overflow: hidden;
}
.hero-left {
padding: 3rem;
}
.hero-h1 {
font-size: clamp(2.5rem, 5vw, 3.8rem);
font-weight: 900;
line-height: 1.1;
margin-bottom: 1rem;
background: linear-gradient(135deg, var(--ink) 0%, var(--brand) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-p {
color: var(--muted);
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
.hero-bullets {
list-style: none;
padding: 0;
margin: 2rem 0;
}
.hero-bullets li {
display: flex;
gap: 1rem;
align-items: center;
margin-bottom: 1rem;
font-weight: 500;
}
.hero-bullets i {
color: var(--brand-2);
font-size: 1.25rem;
filter: drop-shadow(0 2px 4px rgba(225, 29, 46, 0.2));
}
.hero-right {
background: linear-gradient(135deg, rgba(13,42,107,0.02) 0%, rgba(225,29,46,0.02) 100%);
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
min-height: 400px;
}
.hero-img {
width: 100%;
max-width: 500px;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-xl);
transition: var(--transition);
border: 4px solid rgba(255,255,255,0.8);
}
.hero-img:hover {
transform: scale(1.02) rotate(1deg);
}
.hero-mini {
color: var(--muted);
font-weight: 500;
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 1px solid rgba(13, 42, 107, 0.1);
}
section {
padding: 100px 0;
position: relative;
}
.section-soft {
background: linear-gradient(180deg, var(--soft) 0%, rgba(245, 247, 251, 0.5) 100%);
}
.gal-gallery .carousel {
max-width: 900px;
margin: 0 auto;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-xl);
}
.gal-frame {
height: clamp(300px, 55vh, 500px);
background: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
}
.gal-img {
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
object-fit: contain;
border-radius: var(--radius-md);
transition: var(--transition);
cursor: zoom-in;
}
.gal-img:hover {
transform: scale(1.02);
}
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next {
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
background: rgba(255,255,255,0.9);
border-radius: 50%;
opacity: 0;
transition: var(--transition);
box-shadow: var(--shadow-lg);
margin: 0 1rem;
}
.gal-gallery:hover .carousel-control-prev,
.gal-gallery:hover .carousel-control-next {
opacity: 1;
}
.gal-gallery .carousel-control-prev-icon,
.gal-gallery .carousel-control-next-icon {
filter: invert(1) brightness(0.2);
}
.gal-gallery .carousel-indicators {
bottom: -3rem;
}
.gal-gallery .carousel-indicators button {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--brand);
opacity: 0.3;
transition: var(--transition);
margin: 0 4px;
}
.gal-gallery .carousel-indicators button.active {
opacity: 1;
transform: scale(1.3);
}
#galLightbox .modal-content {
background: rgba(0,0,0,0.95);
backdrop-filter: blur(10px);
}
#galLightboxImg {
max-height: 90vh;
object-fit: contain;
}
.gal-lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 60px;
height: 60px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
border: 2px solid rgba(255,255,255,0.1);
color: white;
font-size: 2rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--transition);
backdrop-filter: blur(4px);
z-index: 10;
}
.gal-lightbox-nav:hover {
background: rgba(255,255,255,0.3);
transform: translateY(-50%) scale(1.1);
}
.gal-lightbox-nav.gal-prev { left: 1rem; }
.gal-lightbox-nav.gal-next { right: 1rem; }
.form-control, .form-select {
border-radius: var(--radius-md);
border: 1px solid rgba(13, 42, 107, 0.2);
padding: 0.9rem 1.2rem;
font-size: 1rem;
transition: var(--transition);
background: rgba(255,255,255,0.9);
}
.form-control:focus, .form-select:focus {
border-color: var(--brand);
box-shadow: 0 0 0 4px rgba(13, 42, 107, 0.1);
outline: none;
}
.form-label {
font-weight: 600;
color: var(--ink);
margin-bottom: 0.5rem;
}
footer {
background: linear-gradient(135deg, #0b1220 0%, #1a1f2e 100%);
color: #e7edf7;
padding: 60px 0 30px;
position: relative;
}
footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
}
.footer-title {
font-weight: 800;
font-size: 1.1rem;
margin-bottom: 1.5rem;
color: white;
letter-spacing: 0.5px;
}
footer a {
color: rgba(231, 237, 247, 0.8);
text-decoration: none;
transition: var(--transition);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
footer a:hover {
color: white;
transform: translateX(5px);
}
footer i {
color: var(--brand-2);
}
.footer-muted {
color: rgba(231, 237, 247, 0.6);
}
hr {
opacity: 0.1;
border-color: currentColor;
}
.anchor-offset {
scroll-margin-top: 90px;
}
@media (max-width: 991.98px) {
#inicio { padding-top: 120px; }
.navbar-collapse {
background: rgba(255,255,255,0.95);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg);
padding: 1rem;
margin-top: 1rem;
border: 1px solid rgba(13,42,107,0.1);
}
.hero-right {
border-top: 1px solid rgba(13,42,107,0.1);
}
}
@media (max-width: 575.98px) {
section { padding: 70px 0; }
.hero-left { padding: 2rem; }
.btn { width: 100%; }
}
/* ===== INLINE <style> BLOCK #2 ===== */
/* ====== QUIENES v2 (FIX IMAGENES: sin estirar, según contenido) ====== */
.section-quienes-v2 .section-title{max-width:24ch;}
.section-quienes-v2 .section-subtitle{max-width:64ch;}
.about-frame{height:100%; min-height:380px;}
.about-frame-inner{
position:relative;
height:100%;
min-height:380px;
border-radius:22px;
overflow:hidden;
isolation:isolate;
background: rgba(255,255,255,.04);
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 18px 55px rgba(0,0,0,.20);
}
/* Contenedor de cada imagen */
.about-media{
position:absolute;
inset:0;
display:flex;
align-items:center;
justify-content:center;
opacity:0;
z-index:1;
pointer-events:none;
}
/* Crossfade entre imágenes */
.about-media-a{animation: aboutFadeA 10s ease-in-out infinite;}
.about-media-b{animation: aboutFadeB 10s ease-in-out infinite;}
/* Fondo blur (cover) para rellenar sin bandas feas */
.about-bg{
position:absolute;
inset:-12%;
width:124%;
height:124%;
object-fit:cover;
filter: blur(18px) saturate(1.05) contrast(1.02);
transform: scale(1.08);
opacity:.55;
animation: aboutBgMove 10s ease-in-out infinite;
}
/* Imagen real: según contenido (NO se estira) */
.about-img{
position:relative;
z-index:2;
max-width:82%;
max-height:82%;
width:auto;
height:auto;
object-fit:contain;
border-radius:18px;
box-shadow: 0 18px 45px rgba(0,0,0,.28);
background: rgba(255,255,255,.02);
}
/* Overlay suave */
.about-frame-inner::after{
content:"";
position:absolute;
inset:0;
z-index:3;
background: linear-gradient(to bottom, rgba(0,0,0,.26), rgba(0,0,0,.08) 55%, rgba(0,0,0,.35));
pointer-events:none;
}
.about-frame-overlay{
position:absolute;
inset:0;
z-index:4;
display:flex;
align-items:flex-end;
padding:18px;
pointer-events:none;
}
.about-chip{
display:inline-flex;
align-items:center;
gap:.35rem;
padding:10px 12px;
border-radius:999px;
font-weight:700;
font-size:.95rem;
color:#fff;
background: rgba(0,0,0,.45);
border: 1px solid rgba(255,255,255,.16);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.section-quienes-v2 .card-step{
transition: transform .18s ease, box-shadow .18s ease;
}
.section-quienes-v2 .card-step:hover{
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(0,0,0,.12);
}
@keyframes aboutBgMove{
0%{transform: scale(1.08) translate3d(0,0,0);}
50%{transform: scale(1.12) translate3d(-1.2%, -0.8%, 0);}
100%{transform: scale(1.08) translate3d(0,0,0);}
}
@keyframes aboutFadeA{
0%,45%{opacity:1;}
50%,95%{opacity:0;}
100%{opacity:1;}
}
@keyframes aboutFadeB{
0%,45%{opacity:0;}
50%,95%{opacity:1;}
100%{opacity:0;}
}
@media (max-width: 991.98px){
.about-frame, .about-frame-inner{min-height:320px;}
.about-img{max-width:86%; max-height:86%;}
.section-quienes-v2 .section-title{max-width:none;}
.section-quienes-v2 .section-subtitle{max-width:none;}
}
/* ===== INLINE <style> BLOCK #3 ===== */
.noe-brand{padding:84px 0;background:linear-gradient(180deg,#fff 0%,#f5f7fb 100%)}
.noe-eyebrow{display:inline-block;font-weight:900;font-size:.82rem;color:#0d2a6b;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .7rem;border-radius:999px;background:rgba(13,42,107,.08);margin-bottom:.6rem}
.noe-title{font-weight:950;letter-spacing:-.02em;margin:0}
.noe-subtitle{color:#5b667a;max-width:56ch;margin:10px auto 0}
.noe-ticker{position:relative;max-width:980px;margin:0 auto}
.noe-tk-viewport{border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.06);overflow:hidden;padding:10px;cursor:grab;user-select:none}
.noe-tk-viewport:active{cursor:grabbing}
.noe-tk-track{display:flex;gap:14px;align-items:center;will-change:transform;transform:translate3d(0,0,0)}
.noe-tk-item{flex:0 0 auto;width:500px;height:500px;border:0;padding:0;background:#fff;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,.10);cursor:zoom-in}
.noe-tk-item img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}
.noe-tk-btn{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:0;background:rgba(0,0,0,.55);color:#fff;font-size:34px;line-height:52px;text-align:center;z-index:5;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;box-shadow:0 10px 24px rgba(0,0,0,.20)}
.noe-tk-btn:hover{background:rgba(0,0,0,.65);transform:translateY(-50%) scale(1.05)}
.noe-tk-prev{left:10px}
.noe-tk-next{right:10px}
.noe-modal{background:#000;border:0}
.noe-light-img{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
.noe-light-nav{position:absolute;top:50%;transform:translateY(-50%);border:0;width:46px;height:46px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:32px;line-height:46px;text-align:center;z-index:5;cursor:pointer}
.noe-light-nav:hover{background:rgba(255,255,255,.28)}
.noe-light-nav.noe-prev{left:10px}
.noe-light-nav.noe-next{right:10px}
@media (max-width:991.98px){.noe-tk-item{width:420px;height:420px}.noe-tk-prev{left:8px}.noe-tk-next{right:8px}}
@media (max-width:575.98px){.noe-brand{padding:72px 0}.noe-tk-item{width:84vw;height:84vw}.noe-tk-btn{width:48px;height:48px;font-size:32px;line-height:48px}}
/* ===== INLINE <style> BLOCK #4 ===== */
/* ====== IMG m.jpg: según contenido (SIN estirar) y más chica ====== */
.service-media-wrap{
position: relative;
border-radius: 22px;
overflow: hidden;
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 18px 55px rgba(0,0,0,.12);
background: rgba(255,255,255,.04);
width: 100%;
height: clamp(210px, 24vw, 320px); /* <-- tamaño controlado */
}
/* Fondo blur para que quede prolijo y parejo */
.service-media-bg{
position: absolute;
inset: -12%;
background-image: url("img/m.jpg");
background-size: cover;
background-position: center;
filter: blur(18px) saturate(1.05) contrast(1.02);
transform: scale(1.08);
opacity: .55;
}
/* Imagen real: se ve completa, no se deforma */
.service-media-img{
position: relative;
z-index: 1;
width: 100%;
height: 100%;
object-fit: contain; /* CLAVE */
object-position: center;
display: block;
}
@media (max-width: 991.98px){
.service-media-wrap{ height: 240px; }
}
/* ===== INLINE <style> BLOCK #5 ===== */
:root{
--wa:#6ba1bc;
--wa-dark:#5a8a9f;
--wa-bg:#ffffff;
--wa-border:#e3e6ea;
}
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
.wa-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
display:grid;
place-items:center;
cursor:pointer;
box-shadow:0 10px 30px rgba(37,211,102,.45);
transition:transform .3s, box-shadow .3s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(37,211,102,.55);
}
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(360px,92vw);
background:var(--wa-bg);
border-radius:18px;
border:1px solid var(--wa-border);
box-shadow:0 18px 60px rgba(0,0,0,.25);
overflow:hidden;
transform:translateY(10px);
opacity:0;
transition:.3s;
}
.wa-card[aria-modal="true"]{ transform:none; opacity:1; }
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
color:#fff;
}
.wa-avatar{
width:40px;
height:40px;
background:#fff;
border-radius:8px;
display:grid;
place-items:center;
}
.wa-title{ font-weight:700; }
.wa-status{ font-size:.85rem; opacity:.9; }
.wa-close{
margin-left:auto;
border:none;
background:transparent;
color:#fff;
font-size:24px;
cursor:pointer;
line-height:1;
}
.wa-body{
padding:14px;
max-height:40vh;
overflow:auto;
background:#f8f9fa;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
font-size:.95rem;
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
background:#ffffff;
border:1px solid var(--wa-border);
align-self:flex-start;
}
.wa-user{
background:#eaf4f8;
border:1px solid #cfe4ef;
align-self:flex-end;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
border-top:1px solid var(--wa-border);
background:#ffffff;
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px;
border:1px solid var(--wa-border);
font-family:inherit;
}
.wa-send{
background:var(--wa);
color:#fff;
border:none;
border-radius:12px;
padding:0 16px;
cursor:pointer;
}
.wa-send:hover{ background:var(--wa-dark); }
@media(max-width:480px){
.wa-card{ width:calc(100vw - 24px); }
}