/* generales */
:root {
    --primary: #ffffff;   /* blanco marca */
    --bg-dark: #151515;
    --bg-soft: #1a1a1a;
    --text-main: #ffffff;
    --text-muted: #cccccc;
}

/* Font Arial (Standard) */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-main);
}

h1, h2, h3, h4 {
    color: var(--brown-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p {
    color: white;
}

body {
    background-color: #151515;
    color: var(--text-main); /* blanco */
}

.navbar .nav-link {
    color: #ffffff;
}

.navbar .nav-link:hover {
    color: var(--primary);
}
header,
nav,
.navbar {
    background-color: #151515 !important;
}

small {
    color: var(--brown-light);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: var(--brown-dark);
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

a:hover {
    color: var(--brown-light);
    border-color: var(--brown-light);
}

label {
    color: white;
}
.bg-dark{
    background-color: var(--brown-dark) !important;
}

/* header */
nav a.nav-link {
    color: var(--brown-dark);
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 3px solid transparent;
    font-size: 25px;
    font-weight: bold;
    transition: 0.3s;
}

nav a.nav-link:hover {
    color: var(--brown-light);
    border-color: var(--brown-light);
}



@media (max-width: 768px) {
    .navbar-brand img {
        height: 65px;
    }
}

#categorias h2 {
    text-align: center;
    font-size: 20px;
    color: white;
}

#categorias figure img {
    max-height: 75vh;
    width: 100%;
    object-fit: cover;
}

#categorias article {
    opacity: 0.8;
    transition: 0.3s;
}

#categorias article:hover {
    opacity: 4;
}

#categorias a{
    border: none;
}

/* caracteristicas  */
#caracteristicas p, #caracteristicas table {
    color: var(--brown-dark);
}

/* formulario con img de fondo */
#formulario h2{
    color: var(--brown-light);
}
#formulario .row {
    max-height: 60vh;
    background-image: url(../img/frente.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#formulario article {
    background-color: #4b2c2070;
    /* border-bottom: 3px solid var(--brown-dark); */
}

.form-control {
    color: var(--brown-dark);
    border: var(--brown-dark) 3px solid;
}

.btn-light {
    color: var(--brown-dark);
    background-color: var(--brown-light);
    border-color: var(--brown-light);
    width: 100%;
}
.btn-light:hover{
    color: var(--brown-dark);
    border-color: white;
}

.form-control:focus {
    border-color: var(--brown-light);
    box-shadow: none;
}

#formulario a{
    color: var(--brown-light);
}

#formulario a:hover{
    color: white;
    border-bottom-color:white;
}

.redes-parallax {
    position: relative;
    min-height: 70vh;
    padding: 6rem 0; 
    background-image: url("/img/formulario.jpg"); /* 👈 ACÁ VA TU IMAGEN */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* PARALLAX */
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.85)
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-contenido {
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 2rem;
    transform: translateZ(0); /* suaviza el render */
}

.redes-contenido h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.redes-contenido p {
    color: #ddd;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

.redes-botones {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-red {
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-red:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

.btn-red.facebook {
    background-color: #1877f2;
}

.btn-red.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

/* Mobile fix: evita bugs de parallax */
@media (max-width: 768px) {
    .redes-parallax {
        background-attachment: scroll;
        height: auto;
        padding: 4rem 0;
    }
}

/* BOTON WPP */

.wpp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff; /* BLANCO CÁLIDO HOGAR */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wpp-float img {
    width: 28px;
    height: 28px;
}

.wpp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}






.footer-fuego {
    position: relative;
    background:#151515;
    color: #ccc;
    padding: 5rem 2rem 2rem;
    overflow: hidden;
}

/* Glow tipo fuego */
.fuego-glow {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 300px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.25),
        transparent 70%
    );
    filter: blur(60px);
    z-index: 0;
}

.footer-grid {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
}

.footer-logo {
    width: 220px;
    margin-bottom: 1rem;
}

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-datos {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.footer-datos li {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
}

/* Mapa */
.mapa iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 14px;
    filter:  contrast(1.1);
}

/* Pagos */
.pagos-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.pagos-icons img {
    height: 36px;
    opacity: 0.85;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pagos-icons img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 3rem;
    font-size: 0.85rem;
    color: #777;
    border-top: 1px solid #222;
    padding-top: 1rem;
}

/* Mobile */
@media (max-width: 768px) {
    .mapa iframe {
        height: 180px;
    }
}


.reseñas-google {
    background-color: #f5f5f5;
    padding: 5rem 2rem;
}

.reseñas-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.reseñas-header img {
    width: 40px;
    margin-bottom: 0.5rem;
}

.reseñas-header h2 {
    color: #6b2c0f;
    font-size: 2.4rem;
    margin-bottom: 0.3rem;
}

.reseñas-header p {
    color: #555;
    margin-bottom: 3rem;
}

.reseñas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.reseña {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    text-align: left;
}

.reseña-top {
    margin-bottom: 1rem;
}

.estrellas {
    color: #ffb400;
    font-size: 1.2rem;
}

.reseña p {
    color: #444;
    font-style: italic;
    margin-bottom: 1.2rem;
}

.autor {
    font-size: 0.9rem;
    color: #777;
}

.btn-google {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #4285f4;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-google:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* =========================
   FAQ SECTION FINAL
========================= */

.faq-bg {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background: url("/img/shoulder-shot-woman-warming-her-hands-mug-hot-tea-sitting-fireplace-her-boyfriend-dealing-with-charcoal.jpg") center center / cover no-repeat;
    overflow: hidden;
}

/* Overlay oscuro */
.faq-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.faq-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Título */
.faq-bg h2 {
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 60px;
}

/* Cards */
.faq details {
    background: #1c1c1c;
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 20px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.faq details:hover {
    background: #252525;
    transform: translateY(-3px);
}

.faq summary {
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "+";
    float: right;
    font-size: 20px;
    color: #ffffff;
}

.faq details[open] summary::after {
    content: "−";
}

.faq p {
    margin-top: 15px;
    color: #ddd;
    line-height: 1.6;
}


/* =========================
   REVIEWS SECTION FINAL
========================= */

.reviews-section {
    position: relative;
    padding: 120px 20px;
    background: url("/img/hands-getting-warmer-by-fire-close-up.jpg") center center / cover no-repeat;
    overflow: hidden;
}

/* Overlay oscuro para contraste */
.reviews-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.reviews-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.reviews-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
}

.reviews-header h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Google rating block */
.google-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.google-logo img,
.google-logo svg {
    width: 60px;
    height: auto;
}

#rating-stars {
    display: flex;
    justify-content: center;
}

.rating-summary {
    font-size: 18px;
    color: #ddd;
}

/* Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

/* Card */
.review-card {
    background: #1c1c1c;
    padding: 30px;
    border-radius: 18px;
    color: #eee;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.7);
}

.review-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 18px;
    object-fit: cover;
}

.review-author {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.review-date {
    font-size: 14px;
    color: #aaa;
}

.review-stars {
    margin-bottom: 15px;
}

.star {
    color: #fbbc05;
    font-size: 20px;
}

.review-text {
    color: #ddd;
    line-height: 1.7;
    font-size: 15px;
}

.navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
header img {
    height: 65px;
    width: auto;
}
header figure {
    margin: 0;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
body {
    padding-top: 120px; /* ajustá según el alto real del navbar */
}

.navbar-brand {
    border: none !important;
}

.navbar-brand:hover {
    border: none !important;
}

.navbar-brand img {
    transition: filter 0.3s ease;
}

.navbar-brand:hover img {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6))
            drop-shadow(0 0 16px rgba(255, 255, 255, 0.4));
}

@keyframes fireGlow {
    0%   { filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5)); }
    50%  { filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.7)); }
    100% { filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5)); }
}

.navbar-brand:hover img {
    animation: fireGlow 1.5s infinite ease-in-out;
}

.navbar-brand img {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    transition: filter 0.3s ease;
}

.navbar-brand:hover img {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
}

/* ========================================
   SECCIÓN DE CATEGORÍAS - Estilo del ejemplo
======================================== */

.categorias-section {
    background: #151515;
    padding: 0;
    margin: 0;
}

.categoria-card {
    position: relative;
    overflow: hidden;
    height: 400px;
    padding: 0;
}

.categoria-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.categoria-imagen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.categoria-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 40px 30px;
    transition: background 0.3s ease;
}

.categoria-card:hover .categoria-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.85) 100%
    );
}

.categoria-card:hover .categoria-imagen {
    transform: scale(1.1);
}

.categoria-contenido {
    width: 100%;
}

.categoria-titulo {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'SairaExtraCondensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-ver {
    background:  #ff4400;
    color: #ffffff;
    border: none;
    padding: 12px 35px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'SairaExtraCondensed', sans-serif;
}

.btn-ver:hover {
    background: #ffffff;
    color:  #ff4400;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 68, 0, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
    .categoria-card {
        height: 350px;
    }

    .categoria-titulo {
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {
    .categoria-card {
        height: 300px;
    }

    .categoria-overlay {
        padding: 25px 20px;
    }

    .categoria-titulo {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .btn-ver {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

.hero-categorias-slider {
    padding: 80px 0;
    background: #0a0a0a;
}

.slider-header {
    text-align: center;
    margin-bottom: 50px;
}

.slider-titulo {
    font-size: 3rem;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider-subtitulo {
    color: #888;
    font-size: 1.1rem;
}

/* Swiper */
.categorias-swiper {
    padding: 20px 0 60px;
}

/* Tarjeta */
.categoria-card {
    position: relative;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}

.categoria-card:hover {
    transform: translateY(-8px);
}

.categoria-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.categoria-contenido {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px;
    z-index: 2;
}

.categoria-titulo {
    font-size: 2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 700;
}

.btn-categoria {
    display: inline-block;
    background: #ff4400;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-categoria:hover {
    background: #e03c00;
    transform: translateY(-2px);
}

/* Flechas de Swiper */
.categorias-swiper .swiper-button-prev,
.categorias-swiper .swiper-button-next {
    background: rgba(255, 68, 0, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
}

.categorias-swiper .swiper-button-prev:after,
.categorias-swiper .swiper-button-next:after {
    font-size: 20px;
}

/* Paginación de Swiper */
.categorias-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.categorias-swiper .swiper-pagination-bullet-active {
    background: #ff4400;
    width: 32px;
    border-radius: 5px;
}
