Preview de mixed.css
/* MIXED CSS PACK */
/* Template: fhwluxuryspa.com.ar/index.html */
/* Template mtime: 2026-03-27 12:33:35 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css */
/* 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://unpkg.com/aos@next/dist/aos.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary-color: #c89a8d;
--primary-dark: #9f7367;
--primary-light: #e7c8bf;
--secondary-color: #fcf8f7;
--dark-color: #2f2524;
--light-color: #ffffff;
--accent-color: #8c5a51;
--text-color: #3d3332;
--text-light: #7a6d6b;
--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
--gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, #b07c70 100%);
--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
--shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.16);
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html {
scroll-behavior: smooth;
font-size: 16px;
overflow-x: hidden;
}
body {
font-family: 'Montserrat', sans-serif;
color: var(--text-color);
line-height: 1.6;
overflow-x: hidden;
width: 100%;
max-width: 100%;
background-color: var(--secondary-color);
}
* {
box-sizing: border-box;
}
img,
svg,
iframe,
video {
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 600;
}
.navbar {
background: rgba(255, 255, 255, 0.95);
box-shadow: var(--shadow-sm);
padding: 1rem 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 0.5rem 0;
background: rgba(255, 255, 255, 0.98);
box-shadow: var(--shadow-md);
}
.navbar-brand {
font-family: 'Playfair Display', serif;
font-weight: 700;
font-size: 1.35rem;
color: var(--primary-dark) !important;
display: flex;
align-items: center;
gap: .6rem;
}
.navbar-brand img {
height: 34px;
width: auto;
object-fit: contain;
}
.nav-link {
color: var(--dark-color) !important;
font-weight: 500;
margin: 0 0.5rem;
position: relative;
transition: var(--transition);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-color);
transition: var(--transition);
}
.nav-link:hover::after,
.nav-link.active::after {
width: 100%;
}
.nav-link.active {
color: var(--primary-color) !important;
}
.navbar-toggler {
border: 1px solid rgba(159, 115, 103, 0.28);
padding: .45rem .7rem;
box-shadow: none !important;
flex-shrink: 0;
}
.navbar-toggler:focus {
box-shadow: none;
border-color: rgba(159, 115, 103, 0.48);
}
.navbar .container {
overflow: visible;
}
.navbar-collapse {
transition: none;
}
.btn-primary {
background: var(--gradient-primary);
border: none;
padding: 0.75rem 1.75rem;
font-weight: 500;
letter-spacing: 0.5px;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
background: var(--primary-dark);
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.btn-accent {
background: var(--gradient-accent);
color: white;
border: none;
padding: 0.75rem 1.75rem;
font-weight: 500;
letter-spacing: 0.5px;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.btn-accent:hover {
background: #7a4d45;
color: white;
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.hero {
min-height: 100vh;
color: var(--light-color);
display: flex;
align-items: center;
position: relative;
overflow: hidden;
background:
linear-gradient(135deg, rgba(47,37,36,.45) 0%, rgba(159,115,103,.65) 100%),
url('img/logo9.png') center/cover no-repeat;
}
.hero::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(200,154,141,0.20) 0%, rgba(47,37,36,0.78) 100%);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
padding-top: 9rem;
}
.hero h1 {
font-size: 4rem;
font-weight: 700;
margin-bottom: 1.5rem;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
}
.hero p {
font-size: 1.35rem;
margin-bottom: 2.2rem;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
max-width: 850px;
margin-left: auto;
margin-right: auto;
}
.section {
padding: 6rem 0;
position: relative;
}
.section-title {
color: var(--primary-dark);
font-weight: 700;
margin-bottom: 3rem;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 50px;
height: 3px;
background: var(--accent-color);
}
.section-title.center{
display: table;
margin-left: auto;
margin-right: auto;
}
.section-title.center::after {
left: 50%;
transform: translateX(-50%);
}
.bg-light {
background-color: var(--secondary-color) !important;
}
.bg-primary {
background: var(--gradient-primary) !important;
color: white;
}
.service-card {
background: white;
border-radius: 12px;
padding: 2rem;
height: 100%;
transition: var(--transition);
box-shadow: var(--shadow-sm);
border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.service-card i {
font-size: 2.5rem;
color: var(--primary-color);
margin-bottom: 1.5rem;
display: inline-block;
}
.service-card h4 {
color: var(--primary-dark);
margin-bottom: 1rem;
}
.service-card p {
color: var(--text-light);
margin-bottom: 0;
}
.feature-box {
text-align: center;
padding: 2rem;
transition: var(--transition);
}
.feature-box i {
font-size: 3rem;
color: var(--primary-color);
margin-bottom: 1.5rem;
background: rgba(200, 154, 141, 0.12);
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
display: inline-block;
transition: var(--transition);
}
.feature-box:hover i {
background: var(--primary-color);
color: white;
transform: scale(1.1);
}
.feature-box h5 {
margin-bottom: 1rem;
color: var(--dark-color);
}
.feature-box p {
color: var(--text-light);
}
.gallery-item {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: var(--shadow-sm);
transition: var(--transition);
cursor: pointer;
background: #fff;
}
.gallery-item img {
transition: var(--transition);
width: 100%;
height: 360px;
object-fit: contain;
background: #fff;
}
.gallery-item:hover {
box-shadow: var(--shadow-lg);
}
.gallery-item:hover img {
transform: scale(1.03);
}
.gallery-overlay {
position: absolute;
inset: 0;
background: rgba(140, 90, 81, 0.72);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: var(--transition);
}
.gallery-item:hover .gallery-overlay {
opacity: 1;
}
.gallery-overlay i {
color: white;
font-size: 2.5rem;
}
.accordion-item {
border: none;
margin-bottom: 1rem;
border-radius: 8px !important;
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.accordion-button {
font-weight: 600;
padding: 1.25rem;
background: white;
color: var(--dark-color);
}
.accordion-button:not(.collapsed) {
background: var(--primary-color);
color: white;
}
.accordion-button:focus {
box-shadow: none;
border-color: transparent;
}
.accordion-body {
padding: 1.25rem;
}
.contact-form {
background: white;
padding: 2.5rem;
border-radius: 12px;
box-shadow: var(--shadow-sm);
}
.contact-form .form-control,
.contact-form .form-select {
padding: 0.75rem 1rem;
border: 1px solid #e0e0e0;
border-radius: 8px;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
border-color: var(--primary-color);
box-shadow: 0 0 0 0.25rem rgba(200, 154, 141, 0.25);
}
.contact-info {
background: white;
padding: 2.5rem;
border-radius: 12px;
box-shadow: var(--shadow-sm);
height: 100%;
}
.contact-info i {
color: var(--primary-color);
font-size: 1.25rem;
margin-right: 0.75rem;
width: 24px;
text-align: center;
}
.contact-info a {
color: var(--text-color);
text-decoration: none;
transition: var(--transition);
}
.contact-info a:hover {
color: var(--primary-color);
}
footer {
background: var(--dark-color);
color: white;
padding: 4rem 0 0;
}
.footer-logo {
font-family: 'Playfair Display', serif;
font-weight: 700;
font-size: 1.75rem;
color: white;
margin-bottom: 1.5rem;
display: inline-block;
}
.footer-logo i {
color: var(--primary-light);
margin-right: 0.5rem;
}
.footer-links {
list-style: none;
padding-left: 0;
}
.footer-links li {
margin-bottom: 0.75rem;
}
.footer-links a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: var(--transition);
}
.footer-links a:hover {
color: var(--primary-light);
padding-left: 5px;
}
.social-links a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: rgba(255, 255, 255, 0.1);
color: white;
border-radius: 50%;
margin-right: 0.5rem;
transition: var(--transition);
}
.social-links a:hover {
background: var(--primary-color);
transform: translateY(-3px);
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 1.5rem 0;
margin-top: 3rem;
}
.back-to-top {
position: fixed;
right: 20px;
bottom: 20px;
width: 45px;
height: 45px;
background: var(--gradient-primary);
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
box-shadow: var(--shadow-md);
opacity: 0;
visibility: hidden;
transition: var(--transition);
z-index: 999;
}
.back-to-top:hover {
color: #fff;
transform: translateY(-2px);
}
@media (max-width: 992px) {
.hero h1 { font-size: 3rem; }
.hero p { font-size: 1.2rem; }
.section { padding: 4rem 0; }
.hero-content { padding-top: 11rem; }
.navbar {
padding: .75rem 0;
}
.navbar-brand {
max-width: calc(100% - 62px);
min-width: 0;
margin-right: .5rem;
}
.navbar-brand span {
display: block;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.navbar-collapse {
background: rgba(255,255,255,.98);
margin-top: .85rem;
padding: 1rem 1rem .8rem;
border-radius: 16px;
box-shadow: var(--shadow-md);
}
.navbar-nav {
gap: .2rem;
}
.nav-link {
margin: 0;
padding: .8rem .2rem;
}
.nav-item.ms-lg-3 {
margin-left: 0 !important;
}
.nav-item .btn {
width: 100%;
}
}
@media (max-width: 768px) {
.hero h1 { font-size: 2.4rem; }
.hero p { font-size: 1.05rem; }
.section-title { font-size: 1.75rem; }
.hero-content { padding-top: 13rem; }
.gallery-item img { height: 280px; }
}
@media (max-width: 576px) {
.hero h1 { font-size: 2rem; }
.hero .btn { display: block; width: 100%; margin-bottom: 1rem; }
.hero .btn:last-child { margin-bottom: 0; }
.hero-content { padding-top: 15rem; }
.container,
.container-fluid {
width: 100%;
max-width: 100%;
padding-left: 16px;
padding-right: 16px;
}
.navbar-brand {
font-size: 1.05rem;
gap: .45rem;
}
.navbar-brand img {
height: 30px;
}
.navbar-toggler {
margin-left: auto;
}
.navbar-collapse {
max-width: 100%;
overflow-x: hidden;
}
.contact-form,
.contact-info,
.service-card,
.feature-box {
padding-left: 1.2rem;
padding-right: 1.2rem;
}
}
/* ===== INLINE <style> BLOCK #2 ===== */
:root{
--brand:#c9a86a;
--brand-dark:#b08f52;
--brand-darker:#8f713f;
--wa:#25D366;
--wa-dark:#1ebe5b;
--wa-darker:#179c49;
--light-bg:#ffffff;
--light-bg-soft:#fbf8f2;
--light-border:#e8dfcf;
--dark-text:#1f1b16;
--muted-text:#7b7468;
--ig:#E4405F;
--ig-dark:#C13584;
}
.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, opacity .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:#fff;
color:var(--wa);
border:2px solid var(--wa);
width:60px; height:60px; border-radius:50%;
display:grid; place-items:center;
box-shadow:0 8px 24px rgba(0,0,0,.18);
cursor:pointer; transition:transform .3s, box-shadow .3s, background .3s, color .3s, border-color .3s;
position:relative; overflow:hidden;
z-index:9999;
}
.wa-btn svg{
color:var(--wa);
}
.wa-btn::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.7), rgba(255,255,255,0) 70%);
opacity:0; transition:opacity .3s;
}
.wa-btn:hover{
background:var(--wa);
border-color:var(--wa-dark);
color:#fff;
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.28);
}
.wa-btn:hover svg{
color:#fff;
}
.wa-btn:hover::after{
opacity:0.2;
}
.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, #f7f0e2);
border-bottom:1px solid var(--light-border);
}
.wa-avatar{
width:40px; height:40px; border-radius:10px;
background:#f4ead6;
display:grid; place-items:center;
border:1px solid #e6d7b9;
overflow:hidden;
}
.wa-title{
font-weight:700;
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(--brand);
}
.wa-close{
margin-left:auto;
background:transparent;
color:var(--muted-text);
border:0;
font-size:24px;
cursor:pointer;
opacity:.7;
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(--brand);
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:#fdfbf7;
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(--brand);
box-shadow:0 0 0 2px rgba(201,168,106,.15);
background:#ffffff;
}
.wa-send{
background:var(--brand);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:600;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--brand-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){
.ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}