/* generales */
:root {
    --brown-light: #ff4400;
    --brown-dark: #ff4400;
}

@font-face {
    font-family: 'SairaExtraCondensed';
    src: url(../fonts/SairaExtraCondensed-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url(../fonts/Lora-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Lora", serif;
    color: var(--brown-dark);
}

h1, h2, h3 {
    color: var(--brown-dark);
    font-family: 'SairaExtraCondensed', sans-serif;
}

p {
    color: white;
}

header,
nav, body,
.navbar {
    background-color: #000 !important;
}
small {
    color: var(--brown-light);
    font-family: 'SairaExtraCondensed', sans-serif;
}

a {
    color: var(--brown-dark);
    font-family: 'SairaExtraCondensed', 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: 'SairaExtraCondensed', sans-serif;
    border-bottom: 3px solid transparent;
    font-size: 25px;
    transition: 0.3s;

}

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


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

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

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

#guitarras article:hover {
    opacity: 4;
}

#guitarras 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: #ff3d00;
    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: #ff6a00; /* NARANJA 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: #000;
    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, 90, 0, 0.45),
        rgba(255, 60, 0, 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: #ff6a00;
    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 {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: system-ui, sans-serif;
}

.faq h2 {
  text-align: center;
  margin-bottom: 40px;
}

.faq details {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  transition: transform 0.2s ease;
}

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

.faq p {
  margin-top: 10px;
  color: #555;
  line-height: 1.5;
}

.faq-bg {
  background: 
    linear-gradient(
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.65)
    ),
    url("/img/estufa2.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.faq-inner {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.faq-bg h2 {
  color: #fff;
}

.faq-bg details {
  background: rgba(255,255,255,0.95);
}
