/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772418019
Updated: 2026-03-02 02:20:19

*/

/* ================================================
   Home - Buena Pinta
   ================================================ */
.bloque-produccion {
    display: none !important;
}

body.hay-produccion .bloque-produccion {
    display: block !important;
}

/* ================================================
   Ficha Técnica - Buena Pinta
   ================================================ */

.ficha-tecnica-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ficha-tecnica-item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

/* Título */
.ficha-tecnica-titulo {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    text-transform: uppercase;
}

/* Texto */
.ficha-tecnica-texto {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    margin: 0;
    padding-left: 20px;
}

/* ── Mobile ────────────────────────────────────── */
@media (max-width: 767px) {

    .ficha-tecnica-titulo {
        font-size: 12px;
        line-height: 19px;
    }

    .ficha-tecnica-texto {
        font-size: 12px;
        line-height: 19px;
    }
    .ficha-tecnica-wrap {
        gap: 15px;
    }

    .ficha-tecnica-item {
        gap: 3px;
    }

}


/* ================================================
   Carrusel Críticas - Buena Pinta
   ================================================ */

.criticas-carrusel-wrap {
    position: relative;
    width: 100%;
}

.critica-slide {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* Texto de la crítica */
.critica-texto {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}

/* Autor */
.critica-autor {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
}

/* Botones de navegación — ocultar estilos default de Swiper */
.criticas-prev,
.criticas-next {
    width: auto;
    height: auto;
}


.criticas-prev::after,
.criticas-next::after {
    display: none;
}

.criticas-next img {
    width: 25px;
    display: block;
}

/* Voltear la flecha del botón anterior */
.criticas-prev img {
    transform: rotate(180deg);
}


.swiper-button-next.criticas-next{
    top: 19px;
}


.criticas-carrusel-wrap .swiper{
	padding-left: 2%;
	padding-right: 2%;
    padding-top: 60px;
}

/* ── Mobile ────────────────────────────────────── */
@media (max-width: 767px) {

    .critica-texto {
        font-size: 11px;
        line-height: 19px;
    }

    .critica-autor {
        font-size: 9px;
        line-height: 15px;
    }

    .criticas-next img {
        width: 20px;

    }
    .swiper-button-next.criticas-next{
        top: 10px;
    }
    .criticas-carrusel-wrap .swiper{
        padding-top: 40px;
    }

}


/* ================================================
   Lista Premios - Buena Pinta
   ================================================ */

.premios-wrap {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.premio-titulo {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0%;
}

.premio-texto {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;

}



/* ── Mobile ────────────────────────────────────── */
@media (max-width: 767px) {
    .premios-wrap {
        gap: 20px;
    }

    .premio-titulo {
        font-size: 12px;
        line-height: 19px;
    }

    .premio-texto {
        font-size: 11px;
        line-height: 19px;
    }
}