* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}



body {
    background: #ffffff;
}

a {
    text-decoration: none;
}

.slogan-fiesma{
    font-family: "Antic Didone",serif,"google";
    color: gray !important;
    font-size: 18px !important;
}
.iconos-redes a {
    text-decoration: none;
    color: gray;
    font-size: 30px;
    padding-left: 20px;
}

.iconos-redes a {
    display: inline-block;
    margin: 0 10px;
    font-size: 28px;
    color: #555;
    transition: all 0.3s ease;
}

.iconos-redes a:hover {
    color: #000;
    transform: translateY(-8px);
}

.logo-fiesma {
    width: 200px;
    height: auto;
}

.accordion-body p {
    font-family: "Open Sans", sans-serif, "google";
    font-size: 14px;
}

.accordion-button h2 {
    font-size: 25px !important;
}

h1 {
    font-family: "Actor", sans-serif;
}

h2 {
    font-family: "Actor", sans-serif;
    font-size: 25px !important;
}

h3 {
    font-family: "Actor", sans-serif;
    font-size: 30px !important;
}

h4 {
    font-family: "Actor", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif, "google";
    font-size: 16px !important;
}


/* =========================
   NAVBAR
========================== */

.navbar {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

/* importante */
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* evita que baje de línea */
    gap: 15px;
}

.logo {
    flex-shrink: 0;
    /* evita que el logo se encoja raro */
}

.logo-fiesma {
    max-height: 100px;
    width: auto;
}

/* MENÚ DESKTOP */
.desktop-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 0;
}

.navbar-nav .nav-link {
    margin: 0 8px;
    text-transform: uppercase;
    font-family: "Antic", sans-serif, "google";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #000;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover {
    color: #c97a28;
}

/* TELÉFONO */
.phone-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.phone-box i {
    font-size: 18px;
}

/* BOTÓN HAMBURGUESA */
.menu-toggle {
    display: none;
    border: none;
    background: transparent;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

/* =========================
   OFFCANVAS
========================== */

.offcanvas {
    width: 320px !important;
}

.offcanvas .nav-link {
    font-size: 18px;
    padding: 12px 0;
    text-transform: uppercase;
    color: #222;
}

/* =========================
   TABLET Y MOBILE
========================== */

@media (max-width: 991px) {

    /* oculta menú desktop */
    .desktop-menu {
        display: none !important;
    }

    /* teléfono SIEMPRE visible */
    .phone-box {
        display: flex !important;
        font-size: 14px;
    }

    /* aparece hamburguesa */
    .menu-toggle {
        display: block !important;
    }

    /* estructura:
       logo | teléfono | hamburguesa */
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

/* MOBILE PEQUEÑO */
@media (max-width: 576px) {

    .logo-fiesma {
        max-height: 40px;
    }

    .phone-box {
        font-size: 12px;
        gap: 5px;
    }

    .phone-box span {
        white-space: nowrap;
    }

    .phone-box i {
        font-size: 15px;
    }

    .menu-toggle {
        font-size: 28px;
    }
}

/* =========================
   HERO CARRUSEL
========================== */

.hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
}

.hero-content {
    text-align: center;
}

.offer {
    font-size: 42px;
    color: #c97a28;
    font-weight: 400;
    margin-bottom: 10px;
}

.hero h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
    margin-bottom: 30px;
}

.texto-subtitulo-banner {
    font-size: 17px !important;
}

.carousel-inner img {
    width: 650px;
    max-width: 100%;
}

/* Flechas personalizadas */

.custom-arrow i {
    font-size: 30px !important;
    color: #111;
}

.left-arrow {
    left: -80px;
}

.right-arrow {
    right: -80px;
}

.hero p {
    margin-top: 30px;
    font-size: 22px;
    color: #222;
}

.price {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

/* =========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {
    .hero h1 {
        font-size: 48px;
    }

    .offer {
        font-size: 30px;
    }

    .carousel-inner img {
        width: 500px;
    }

    .custom-arrow i {
        font-size: 40px;
    }

    .left-arrow {
        left: -30px;
    }

    .right-arrow {
        right: -30px;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 38px;
    }

    .offer {
        font-size: 24px;
    }

    .hero p {
        font-size: 18px;
    }

    .price {
        font-size: 30px;
    }

    .carousel-inner img {
        width: 100%;
        max-width: 380px;
    }

    .custom-arrow {
        display: none;
    }
}

/* Flechas más cerca de la imagen */

.custom-arrow {
    width: auto;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.custom-arrow i {
    font-size: 55px;
    color: #111;
}

/* antes estaban muy lejos (-80px)
   ahora quedan más cerca como en tu imagen */
.left-arrow {
    left: 60px;
}

.right-arrow {
    right: 60px;
}

/* Responsive tablet */
@media (max-width: 991px) {
    .custom-arrow i {
        font-size: 40px;
    }

    .left-arrow {
        left: 20px;
    }

    .right-arrow {
        right: 20px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .custom-arrow {
        display: none;
    }
}

/*MAIN DEL SITIO*/

/*SECCION NUESTROS PRODUCTOS*/
.coleccion-section {
    background: #ffffff;
}

/* TITULO */

.coleccion-titulo {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.05;
    color: #111;
    margin-bottom: 20px;
}

.coleccion-texto {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
    max-width: 500px;
}

/* CARD */

.producto-card {
    text-align: center;
}

.producto-img-box {
    width: 100%;
    height: 430px;
    background: #eceaea;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.producto-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s ease;
}

.producto-card:hover img {
    transform: scale(1.05);
}

/* INFO */

.producto-info {
    padding-top: 18px;
}

.producto-info h4 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: #111;
}

.producto-info p {
    font-size: 1rem;
    color: #555;
}

.producto-info span {
    text-decoration: line-through;
    margin-right: 6px;
    font-weight: 600;
}

/* INDICADORES */

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #999 !important;
    border: none !important;
    margin: 0 6px !important;
}

.carousel-indicators .active {
    background-color: #000 !important;
}

/* RESPONSIVE */

@media(max-width: 991px) {

    .coleccion-titulo {
        font-size: 3rem;
    }

    .producto-img-box {
        height: 360px;
    }
}

@media(max-width: 767px) {

    .coleccion-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .coleccion-titulo {
        font-size: 2.4rem;
    }

    .coleccion-texto {
        font-size: 1rem;
    }

    .producto-img-box {
        height: 320px;
    }

    /* SOLO 1 CARD visible en mobile */
    .carousel-item .row {
        justify-content: center;
    }

    .carousel-item .col-md-6:not(:first-child) {
        display: none;
    }
}

/* Estilos para la sección de PRESENTACION */
.testimonial-section {
    min-height: 500px;
    background-image: url('../img/carrusel-inicio/17.jpg');
    /* Pon aquí tu ruta */
    background-size: cover;
    background-position: center;
}

.testimonial-box {
    /* Ajuste de opacidad o bordes si es necesario */
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-box p {
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Ajuste para los indicadores del carrusel */
.carousel-indicators [data-bs-target] {
    border: 1px solid #000;
}


/*ACORDEON ESTILOS AVISO LEGAL*/
.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    /* color de fondo */
    color: #000000 !important;
    /* color del texto */
    box-shadow: none !important;
    /* quita sombra azul */
}

.accordion-button:focus {
    box-shadow: none !important;
    /* quita borde azul al hacer click */
    border-color: transparent !important;
}

.accordion-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    text-align: center !important;
    padding-right: 3rem;
    /* espacio para la flecha */
}

.accordion-button::after {
    position: absolute;
    right: 1.25rem;
}

.accordion-button h2 {
    font-size: 20px !important;
    color: gray !important;
}

.accordion-body p{
    font-size: 16px !important;
    color: gray !important;
}




/*=========Pagina ACERCA DE ==================*/

/* =========================
   SECCIÓN ABOUT STORE
========================= */

.about-store-section {
    background: #ffffff;
    padding: 100px 0;
}

.section-title {
    font-size: 3rem;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

.content-row {
    margin-top: 100px;
}

.about-image {
    width: 100%;
    object-fit: cover;
}

/* Misión */

.mission-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 25px;
    color: #111;
}

.mission-text {
    color: #666;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 1rem;
}


/* =========================
   SECCIÓN VALORES
========================= */

.values-section {
    background: #f5f5f5;
    padding: 100px 0;
}

.values-title {
    font-size: 30px !important;
    font-weight: 400;
    margin-bottom: 70px;
    color: #111;
}

/* Cards */

.value-card {
    background: #ffffff;
    padding: 50px 35px;
    height: 100%;
    transition: 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #111;
}

.value-card-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #111;
    font-weight: 500;
}

.value-card-text {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .about-store-section,
    .values-section {
        padding: 80px 0;
    }

    .section-title,
    .values-title {
        font-size: 2.3rem;
    }

    .mission-title {
        margin-top: 40px;
        font-size: 2rem;
    }

    .content-row {
        margin-top: 70px;
    }

    .value-card {
        padding: 40px 25px;
    }
}

@media (max-width: 576px) {

    .section-title,
    .values-title {
        font-size: 2rem;
    }

    .mission-title {
        font-size: 1.7rem;
    }

    .section-description,
    .mission-text,
    .value-card-text {
        font-size: 0.95rem;
    }
}




/* Sección Contacto */
.contact-section {
    background: #ffffff;
}

/* Título */
.contact-title {
    font-size: 3rem;
    font-weight: 400;
    color: #111;
    margin-bottom: 15px;
}

.contact-subtitle {
    max-width: 650px;
    margin: 0 auto;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Caja del formulario */
.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border: 1px solid #e5e5e5;
}

/* Título formulario */
.form-title {
    font-size: 2rem;
    font-weight: 500;
    color: #111;
}

/* Labels */
.form-label {
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

/* Inputs */
.form-control {
    height: 55px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 12px 20px;
    box-shadow: none !important;
}

textarea.form-control {
    height: auto;
    resize: none;
}

/* Focus */
.form-control:focus {
    border-color: #111;
}

/* Botón */
.contact-btn {
    background: #D5CEAF;
    color: white !important;
    border-radius: 0;
    border: none;
    transition: 0.3s ease;

    /* Tamaño más pequeño */
    padding: 10px 15px !important;
    font-size: 20px !important;
}

.contact-btn:hover {
    background: #333 !important;
    color: white !important;
}





/* ===== FOOTER ===== */

.linea-blanca {
    width: 100%;
    height: 2px;
    background-color: #f6e2e2;
    margin: 10px 0 30px 0;
    opacity: 0.8;
}

.logo-footer {
    width: 150px;
    height: 150px;
}

.logo-footer-2 {
    margin-top: 40px;
    width: 150px;
    height: 100px;
}

.caja-contacto-pais p {
    font-size: 14px;
}

.caja-contacto-pais h3 {
    font-size: 20px !important;
}

footer p{
    color: gray !important;
}

footer h3{
    color: gray !important;
}

