Preview de mixed.css
/* MIXED CSS PACK */
/* Template: doñamandioca.com.ar/index.html */
/* Template mtime: 2025-11-25 18:34:25 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
/* link NETFAN */
.sa-footer-accent{
font-weight: 600;
color: #000;
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,.4);
}
.sa-footer-accent:hover{
color: #000;
border-bottom-color: #000;
}
/* RESET Y VARIABLES */
:root {
--accent: #f5c01a;
--accent-dark: #e0a800;
--accent-soft: #fff6d5;
--text-main: #111;
--text-muted: #666;
--bg: #ffffff;
/* WhatsApp */
--wa:#25D366;
--wa-dark:#128C7E;
--wa-text:#111111;
--wa-muted:#666666;
--wa-bg:#ffffff;
--wa-border:#e4e4e4;
--wa-head:#f5c01a;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Nunito', system-ui, -apple-system, sans-serif;
background: var(--bg);
color: var(--text-main);
padding-top: 80px;
}
/* NAVBAR SIMPLE */
.navbar {
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
padding: 1rem 0;
}
.navbar-brand {
font-weight: 700;
font-size: 1.3rem;
}
.nav-link {
font-weight: 500;
color: #333 !important;
}
.btn-cta-nav {
background: var(--accent);
border: none;
border-radius: 25px;
padding: 0.5rem 1.5rem;
font-weight: 600;
}
.brand-small {
display: flex;
align-items: center;
gap: 6px;
font-size: 16px;
}
.brand-icon {
width: 52px;
height: auto;
}
/* HERO SECTION */
.hero-section {
background: linear-gradient(135deg, #fff9e5, #ffffff);
padding: 80px 0;
margin-bottom: 48px;
}
.hero-title {
font-size: 3rem;
font-weight: 800;
margin-bottom: 1rem;
color: #111;
}
.hero-subtitle {
font-size: 1.2rem;
color: var(--text-muted);
margin-bottom: 2rem;
}
.hero-badge {
background: #fff;
border-radius: 20px;
padding: 0.5rem 1rem;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
display: inline-block;
border: 1px solid #eee;
}
.btn-hero {
padding: 0.8rem 2rem;
border-radius: 25px;
font-weight: 600;
margin-right: 1rem;
margin-bottom: 1rem;
}
.btn-primary-custom {
background: var(--accent);
border: none;
color: #000;
}
.btn-outline-custom {
border: 2px solid #333;
background: transparent;
color: #333;
}
/* SECCIONES GENERALES */
.section {
padding: 60px 0;
}
.section-alt {
background: #f8f9fa;
}
.section-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
}
.section-subtitle {
font-size: 1.1rem;
color: var(--text-muted);
margin-bottom: 2rem;
}
/* EYEBROW de sección */
.section-eyebrow {
display: inline-block;
font-size: 0.8rem;
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 600;
color: var(--text-muted);
margin-bottom: 0.35rem;
}
.section-eyebrow--accent {
color: #000;
background: var(--accent-soft);
padding: 0.2rem 0.75rem;
border-radius: 999px;
}
/* TARJETAS */
.feature-card {
background: #fff;
border-radius: 15px;
padding: 2rem;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
margin-bottom: 2rem;
border-top: 4px solid var(--accent);
}
.why-card {
background: #fff;
border-radius: 15px;
padding: 2rem;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
margin-bottom: 2rem;
transition: transform 0.3s ease;
}
.why-card:hover {
transform: translateY(-5px);
}
.why-icon {
width: 60px;
height: 60px;
background: var(--accent-soft);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
font-size: 1.5rem;
}
/* FAQ */
.accordion-button {
font-weight: 600;
padding: 1.5rem;
}
.accordion-button:not(.collapsed) {
background: var(--accent-soft);
color: #000;
}
/* CONTACTO */
.contact-form {
background: #fff;
padding: 2rem;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.form-control:focus {
border-color: var(--accent);
box-shadow: 0 0 0 0.2rem rgba(245, 192, 26, 0.25);
}
/* FOOTER */
.footer {
background: #f5c01a;
color: #111;
padding: 2.5rem 0 1.5rem;
margin-top: 3rem;
border-top: 3px solid #fff;
}
.footer h5 {
font-weight: 700;
margin-bottom: 0.5rem;
}
.footer-brand-tagline {
font-size: 0.95rem;
margin-bottom: 0;
}
.footer-nav-title {
font-weight: 600;
margin-bottom: 0.75rem;
}
.footer-nav {
list-style: none;
padding: 0;
margin: 0;
}
.footer-nav li {
margin-bottom: 0.25rem;
}
.footer-nav a {
text-decoration: none;
color: #111;
font-weight: 500;
}
.footer-nav a:hover {
text-decoration: underline;
}
.footer-contact p {
margin-bottom: 0.25rem;
}
.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.6);
margin-top: 1.5rem;
padding-top: 0.75rem;
font-size: 0.9rem;
}
.footer-bottom span {
color: rgba(0,0,0,0.7);
}
/* GALERÍA */
.gal-gallery .carousel{
max-width:980px;
margin-inline:auto;
position:relative;
}
.gal-frame{
height: clamp(220px, 48vh, 440px);
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 12px 28px rgba(0,0,0,.12);
display:flex;
align-items:center;
justify-content:center;
padding:8px;
}
.gal-img{
width:auto !important;
max-width:100%;
height:auto !important;
max-height:100%;
object-fit:contain !important;
object-position:center;
display:block;
cursor:zoom-in;
}
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next{
z-index:20;
width:50px;
height:50px;
top:50%;
transform:translateY(-50%);
opacity:1;
background:rgba(0,0,0,.55);
border-radius:50%;
margin:0 12px;
}
.gal-gallery .carousel-control-prev{left:0}
.gal-gallery .carousel-control-next{right:0}
.gal-gallery .gal-ctrl-icon{
width:2.6rem;
height:2.6rem;
background-size:60% 60%;
}
.gal-gallery .carousel-indicators{
z-index:10;
bottom:-50px;
}
.gal-gallery .carousel-indicators button{
width:10px;
height:10px;
border-radius:50%;
background:rgba(0,0,0,.5);
border:none;
}
.gal-gallery .carousel-indicators button.active{
background:#000;
}
.gal-gallery{
padding-bottom:56px;
}
#galLightbox .modal-content{background:#000}
#galLightboxImg{
max-height:86vh;
width:100%;
height:auto;
object-fit:contain;
background:#000;
}
.gal-lightbox-nav{
position:absolute;
top:50%;
transform:translateY(-50%);
border:0;
width:44px;
height:44px;
border-radius:999px;
background:rgba(255,255,255,.18);
color:#fff;
font-size:30px;
line-height:44px;
text-align:center;
z-index:5;
cursor:pointer;
}
.gal-lightbox-nav:hover{
background:rgba(255,255,255,.28);
}
.gal-lightbox-nav.gal-prev{left:10px}
.gal-lightbox-nav.gal-next{right:10px}
@media (max-width: 575.98px){
.gal-frame{height: clamp(200px, 40vh, 360px)}
}
/* WhatsApp flotante */
.wa-float{
position:fixed;
right:18px;
bottom:18px;
z-index:9999;
font-family:inherit;
}
.wa-btn{
background:linear-gradient(135deg,var(--wa),var(--wa-dark));
color:#fff;
border:0;
width:60px;
height:60px;
border-radius:50%;
display:grid;
place-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.25);
cursor:pointer;
transition:transform .3s, box-shadow .3s, background .3s;
position:relative;
overflow:hidden;
}
.wa-btn::after{
content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.25), rgba(255,255,255,0) 70%);
opacity:0;
transition:opacity .3s;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.wa-btn:hover::after{ opacity:1; }
.wa-card{
position:absolute;
right:0;
bottom:74px;
width:min(360px,92vw);
background:var(--wa-bg);
color:var(--wa-text);
border-radius:18px;
overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.25);
border:1px solid var(--wa-border);
transform:translateY(10px);
opacity:0;
transition:transform .3s, opacity .3s;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex;
align-items:center;
gap:12px;
padding:14px;
background:var(--wa-head);
border-bottom:1px solid var(--wa-border);
}
.wa-avatar{
width:40px;
height:40px;
border-radius:8px;
background:#fff;
display:grid;
place-items:center;
border:1px solid var(--wa-border);
overflow:hidden;
}
.wa-title{
font-weight:700;
font-size:1.05rem;
}
.wa-status{
font-size:.85rem;
color:var(--wa-muted);
display:flex;
align-items:center;
gap:6px;
}
.wa-status::before{
content:"";
width:8px;
height:8px;
border-radius:50%;
background:var(--wa);
}
.wa-close{
margin-left:auto;
background:transparent;
color:#000;
border:0;
font-size:24px;
cursor:pointer;
opacity:.6;
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,.06);
}
.wa-body{
padding:12px 14px;
max-height:40vh;
overflow:auto;
background:#ffffff;
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:10px 12px;
border-radius:14px;
line-height:1.35;
box-shadow:0 4px 10px rgba(0,0,0,.08);
animation:fadeIn .25s ease;
font-size:.95rem;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(5px);}
to{opacity:1; transform:none;}
}
.wa-bot{
background:#f7f7f7;
border:1px solid #e8e8e8;
align-self:flex-start;
border-bottom-left-radius:4px;
}
.wa-user{
background:#e9fdf1;
border:1px solid #c4f1d8;
align-self:flex-end;
border-bottom-right-radius:4px;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px;
background:#fafafa;
border-top:1px solid var(--wa-border);
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid var(--wa-border);
background:#ffffff;
color:var(--wa-text);
outline:none;
min-height:44px;
font-family:inherit;
font-size:.95rem;
transition:.2s;
}
.wa-compose textarea:focus{
border-color:var(--wa);
box-shadow:0 0 0 2px rgba(37,211,102,.15);
}
.wa-send{
background:var(--wa);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:700;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.05);
}
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.02); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.2); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.3); }
@media (max-width:480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}
@media (max-width: 768px) {
.hero-section {
padding: 70px 0 56px;
margin-bottom: 32px;
}
.section {
padding: 48px 0;
}
}
/* ===== INLINE <style> BLOCK #2 ===== */
.snack-icon {
display: flex;
justify-content: center;
margin-bottom: 0.75rem;
}
.snack-icon img {
width: 50px;
height: 50px;
object-fit: contain;
}