
/*@font-face {
    font-family: 'breeserif-regular';
    src: url('../fonts/BreeSerif-Regular.ttf') format('truetype');
}*/
/*@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
}*/
@font-face {
    font-family: 'ClanOT-NarrowBook';
    src: url('../fonts/ClanOT-NarrowBook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Mejora la renderización mientras carga */
}
/* Definir variables de tipogra */
:root {
    --principal: #E0004D;
    --principal-hover: #C2003F;
    --alternativo-verde: #7A9A01;
    --alternativo-naranja: #FF8200;
    --alternativo-marron: #653819;
    --gray-950: #181818;
    --gray-900: #212121;
    --gray-800: #333333;
    --gray-700: #434343;
    --gray-500: #747474;
    --gray-300: #9D9D9D;
    --gray-250: #DADADA;
    --gray-200: #EAEAEA;
    --gray-100: #F2F2F2;
    --white: #FFFFFF;
    --header-height: 80px;
    --fa-position-bottom : 2rem;
    --fa-position-right: 4rem;
    --section-left-padding: 6rem;
    --section-right-padding: 6rem;
}
/*Colores*/
.principal {
    color: var(--principal);
    background-color: var(--principal);
}

.principal-font {
    color: var(--principal);
}

.principal-hoover {
    color: var(--principal-hover);
    background-color: var(--principal-hover);
}

.principal-hoover-font {
    color: var(--principal-hover);
}

.alternativo-verde {
    color: var(--alternativo-verde);
    background-color: var(--alternativo-verde);
}

.alternativo-verde-font {
    color: var(--alternativo-verde);
}

.alternativo-naranja {
    color: var(--alternativo-naranja);
    background-color: var(--alternativo-naranja);
}

.alternativo-naranja-font {
    color: var(--alternativo-naranja);
}

.alternativo-marron {
    color: var(--alternativo-marron);
    background-color: var(--alternativo-marron);
}

.alternativo-marron-font {
    color: var(--alternativo-marron);
}

.gray-950 {
    color: var(--gray-950);
    background-color: var(--gray-950);
}

.gray-950-font {
    color: var(--gray-950);
}

.gray-900 {
    color: var(--gray-900);
    background-color: var(--gray-900);
}

.gray-900-font {
    color: var(--gray-900);
}

.gray-800 {
    color: var(--gray-800);
    background-color: var(--gray-800);
}

.gray-800-font {
    color: var(--gray-800);
}


.gray-700 {
    color: var(--gray-700);
    background-color: var(--gray-700);
}

.gray-700-font {
    color: var(--gray-700);
}

.gray-500 {
    color: var(--gray-500);
    background-color: var(--gray-500);
}

.gray-500-font {
    color: var(--gray-500);
}

.gray-300 {
    color: var(--gray-300);
    background-color: var(--gray-300);
}

.gray-300-font {
    color: var(--gray-300);
}

.gray-250 {
    color: var(--gray-250);
    background-color: var(--gray-250);
}

.gray-250-font {
    color: var(--gray-250);
}

.gray-200 {
    color: var(--gray-200);
    background-color: var(--gray-200);
}

.gray-200-font {
    color: var(--gray-200);
}

.gray-100 {
    color: var(--gray-100);
    background-color: var(--gray-100);
}

.gray-100-font {
    color: var(--gray-100);
}

.white {
    color: var(--white);
    background-color: var(--gray-100);
}

.white-font {
    color: var(--white);
}
/* Estilos base */
.font-display {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h1 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h2 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h3 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h4 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.heading-h5 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.bold-20 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.bold-18 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.bold-16 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.bold-14 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.regular-20 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.regular-18 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.regular-16 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.regular-14 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
}


.p {
    font-size: var(--font-size-p);
}
/*menu home*/
.logo-cafe-home {
    background-image: url('../imagenes/logos/logo_cafe_principal.svg');
    background-size: cover; /* Ajusta el tama�o del SVG */
    width: 150px;
    height: 215px;
}

.logo-cafe {
    width: 33px;
    height: 48px;
    fill: var(--principal);
}

.logo-cafe-footer {
    width: 66px;
    height: 48px;
    fill: var(--principal);
}

.body-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/*menu home*/


.menu-home-item{
    align-items: flex-start;
    padding-top: 1.6rem;
}

.menu-home-text {
    max-width: 700px;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
    word-spacing: -1px;
    letter-spacing: 0px;
    text-align: justify;
}


.image-container img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
    /* position: relative; */
}
/* Galeria de imagenes */
.image-gallery {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding-top: 4rem;
    /* padding-bottom: 4rem; */
}

.gallery-item img {
     width: 100%;
    height: 100%; 
    object-fit: cover;
}

.image-credit {
    font-family: 'ClanOT-NarrowBook', sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 14px;
}

.circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.stats-left {
    width: 394;

}

.stats-right {
    width: 60%;
    padding: 20px;
    display: flex;
    align-items: center;
    align-self: center;
}

.stat-item {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stat-number {
    color: var(--principal);
    font-size: 44px;
    font-weight: bold;
    margin-left: 16px;
    margin-right: 16px;
    min-width: 61px;
}

.stat-label {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--gray-700);
    line-height: 1.5;
    min-width: 200px;
    align-self: anchor-center;
    padding: 1em;
}

.stats-description {
    font-size: 36px;
    line-height: 130%;
    color: var(--gray-950);
    font-weight: 500;
    text-align: justify;
}

.show-thing{
    display: block;
}
.hide-thing{
    display: none;
}

.card-region-data-btn-detalles {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    word-spacing: 0px;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--principal);
    padding-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.5rem;
    cursor: pointer;
}

.rotar {
    transform: rotate(180deg);
}

.texto-justificado{
    text-align: justify;
}

.container{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.container-col{
    display:flex;
    flex-direction: column;
}

.absolute-stripe-nb {
    width: 120vw;
    left: -20vw;
    position: absolute;
    z-index: -1;
    bottom: auto;
    overflow-x: hidden;
}

.absolute-stripe-nb > p {
    max-width: 38vw;
    margin-left: 20vw;
    padding-left: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: justify;
}

.text-align-justify{
    text-align: justify;
}

/*footer*/
.footer{
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: var(--gray-100);
}

.footer-image-section-bg{
    display: flex;
    flex-direction: column;
    width: 90vw;
    height: 400px; 
     background-image :
     url('../imagenes/fondos/banner-cafes-del-peru-marketplace.webp'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-blend-mode:normal; 
    background-position-x: center;
    overflow: hidden;
    padding-bottom: 2em;
    position: relative;
    align-self: center;
    justify-self: center;
}

.footer-overlay-1{
    position: absolute;
    bottom: 0;
    width: 90vw;
    height: 114px;
    background: linear-gradient(to top, rgba(0,0,0,1.0), transparent);
}

.footer-text-1{
    display: flex;
    flex-direction: column;
    max-width: 32vw;
    min-width: 30vw;
    align-self: flex-start;
    justify-self: center;
    gap: 1.5rem;
    padding-left: 6rem;
    padding-top: 5rem;
    text-align: left;
    z-index: 2;
}

.footer-content-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;
    align-self: center;
}

.footer-left{
   display: flex;
   flex-direction: column;
   gap:1.5rem
}

.footer-logos{
    display: flex;
    flex-direction: row;
    gap :1.5rem
}

.footer-right{
    max-width: 35vw;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-container{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 30vw;
}


.social-container > a{
    all: unset;
    text-decoration: underline;
    color: var(--gray-700);
    display: flex;
    flex-direction: row;
    gap: 1rem;
    cursor: pointer;
}

.social-container > a:hover{
    color: var(--principal);
}

.footer-links{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
}

.footer-links > a{
    all: unset;
    text-decoration: underline;
    color: var(--gray-700);
    cursor: pointer;
    margin-bottom: 0;
}

.footer-links > a:hover{
    color: var(--principal);
}

.footer-link-promperu{
    all: unset;
    text-decoration-line: underline;
    color: var(--gray-700);
    cursor: pointer;
}

.footer-link-promperu:hover{
    color: var(--principal);
}

.footer-text{
    color: var(--gray-700);
    margin-bottom: 0;
}

.conenedor-detalle {
 display: flex;
 flex-direction: column;
    gap: 2.5rem;
}

.breadcrumbs {
    padding-top: 1.5rem;
    padding-right: 5rem;
    padding-bottom: 0.75rem;
}
.breadcrumbs > ul{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-left: 0;
 }
.breadcrumbs > ul > li {
    all: unset;
}
    .breadcrumbs > ul > li > a {
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        word-spacing: 8px;
        letter-spacing: 0;
        text-decoration: none;
    }

@media(min-width: 1920px)  {
    :root {
        --header-height: 78px;
        --section-left-padding: 20rem;
        --section-right-padding: 20rem;
    }

    .absolute-stripe-nb {
        width: 103.3vw;
        /* bottom: -9vw; */
    }
    
    .absolute-stripe-nb > p {
        max-width: 30vw;
        margin-left: 20vw;
    }

    .header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: var(--white);
        color: var(--gray-500);
        /* padding: 10px 20px; */
    
        justify-content: space-between;
        align-items: center;
        padding: 0px 40px;
        gap: 1rem;
        padding-left: 80px;
        padding-right: 80px;
        height: 80px;
        /* border-bottom: 1px solid #eee; */
    }

    .wraper{
        display: flex;
        gap: 4rem;
    }

    .header-rounded {
        display: flex;
        flex-direction: row;
        align-self: flex-start;
        list-style: none;
        gap: 1em; 

        padding-top: 1.5rem; /*temp*/
    }

    nav ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        gap: 1em;
        align-items: center;
        /* margin-top: 1.5rem; */
        background-color: var(--gray-100);
        border-radius: 56px;
        padding: 0.3rem;
    }
    .icon-hamburguesa{
        display: none;
    }
    /* .icon-hamburguesa-cross{
        display:none
    } */
    .cta-lang-selector-container
    {
        display: flex;
        gap: 1.2em;
        flex-wrap: nowrap;
        align-items: anchor-center;
    }

    .menu-home-container {
        display: flex;
        margin-top: 78px;
        justify-content: center;
        align-items: center;
        gap: 4em;
    }

    /* Social media */
    .social-media {

        display: flex;
        gap: 16px;
        flex-direction: column;
        border-left-color: var(--gray-200);
        border-left-style: outset;
        padding-left: 3.5rem;
    }

    .social-media a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .gallery-item {
        flex: 1;
        position: relative;
        height: 578px;
        overflow: hidden;
    }

    .stats-card {
        display: flex;
        max-width: 1280px;
        /* margin: 20px auto; */
        flex-direction: row;

        justify-self: center;
        gap: 64px;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .footer-text-1{
        min-width: 34vw;
        padding-left: 18rem;
    }
}

@media(min-width: 1081px) and (max-width: 1919px)   {
    :root {
        --header-height: 78px;
        --section-left-padding: 5rem;
        --section-right-padding: 5rem;
    }

    .absolute-stripe-nb {
        /* bottom: -12vw; */
    }


    .header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: var(--white);
        color: var(--gray-500);
        padding: 10px 20px;
    
        justify-content: space-between;
        align-items: center;
        /* padding: 0px 40px; */
        gap: 1rem;

        padding-left: 80px;
        padding-right: 80px;
        height: 80px;
        /* border-bottom: 1px solid #eee; */
    }

    .wraper{
        display: flex;
        gap: 4rem;
    }

    .header-rounded {
        display: flex;
        flex-direction: row;
        align-self: flex-start;
        list-style: none;
        gap: 1em; 

        padding-top: 1.5rem; /*temp*/
    }

    nav ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        gap: 1em;
        align-items: center;
        /* margin-top: 1.5rem; */
        background-color: var(--gray-100);
        border-radius: 56px;
        padding: 0.3rem;
    }
    .icon-hamburguesa{
        display: none;
    }
    /* .icon-hamburguesa-cross{
        display:none
    } */
    .cta-lang-selector-container
    {
        display: flex;
        gap: 1.2em;
        flex-wrap: nowrap;
        align-items: anchor-center;
    }

    .menu-home-container {
        display: flex;
        margin-top: 78px;
        justify-content: center;
        align-items: center;
        gap: 4em;
    }

    /* Social media */
    .social-media {

        display: flex;
        gap: 16px;
        flex-direction: column;
        border-left-color: var(--gray-200);
        border-left-style: outset;
        padding-left: 3.5rem;
    }

    .social-media a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .gallery-item {
        flex: 1;
        position: relative;
        height: 578px;
        overflow: hidden;
    }

    .stats-card {
        display: flex;
        max-width: 1280px;
        /* margin: 20px auto; */
        flex-direction: row;

        justify-self: center;
        gap: 40px;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    
    
}

@media (min-width: 791px) and (max-width: 1080px) {
    :root {
        --header-height: 78px;
    }

    .header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: var(--white);
        color: var(--gray-500);
        padding: 10px 20px;
    
        justify-content: space-between;
        align-items: center;
        padding: 0px 40px;
        gap: 1rem;
        height: 80px;
        /* border-bottom: 1px solid #eee; */
    }

    .wraper{
        display: flex;
        gap: 4rem;
    }

    .header-rounded {
        display: flex;
        flex-direction: row;
        align-self: flex-start;
        list-style: none;
        gap: 1em; 
        padding-top: 1.5rem; /*temp*/
    }

    nav ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        gap: 1em;
        align-items: center;
        /* margin-top: 1.5rem; */
        background-color: var(--gray-100);
        border-radius: 56px;
        padding: 0.3rem;
    }

    .icon-hamburguesa{
        display: none;
    }

    /* .icon-hamburguesa-cross{
        display:none
    } */

    .cta-lang-selector-container
    {
        display: flex;
        gap: 1.2em;
        flex-wrap: wrap;

        align-items: anchor-center;
    }

    .menu-home-container {
        display: flex;
        margin-top: 78px;
        justify-content: center;
        align-items: center;
        gap: 4em;
    }

    /* Social media */
    .social-media {

        display: flex;
        gap: 16px;
        flex-direction: column;
        border-left-color: var(--gray-200);
        border-left-style: outset;
        padding-left: 3.5rem;
    }

    .social-media a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .gallery-item {
        flex: 1;
        position: relative;
        height: 578px;
        overflow: hidden;
    }

    .stats-card {
        display: flex;
        max-width: 1280px;
        /* margin: 20px auto; */
        flex-direction: row;

        justify-self: center;
        gap: 64px;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .ganadores-cards {
        grid-template-columns: repeat(3, 1fr);
    }

}

/*queries para header y menu*/
@media (min-width: 0px) and (max-width: 790px) {
    :root {
        --fa-position-bottom : 7rem;
        --fa-position-right: 1rem;
    }
    * {
        padding: 0;
        margin: 0;
    }
/*mobile*/
.font-display {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h1 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h2 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h3 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
}

.heading-h4 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}

.heading-h5 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
}



    .header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;

        background-color: var(--white);
        color: var(--gray-500);
    
         padding-left: 1rem;
         padding-right: 1rem;
         padding-top: 1rem;
         padding-bottom: 1rem;
        gap: 1rem;
        flex-direction: column;
        align-content: flex-start;
        justify-content: space-between;
    }

    .header-open {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;

        background-color: var(--gray-100);
        color: var(--gray-500);
    
         padding-left: 1rem;
         padding-right: 1rem;
         padding-top: 1rem;
         padding-bottom: 1rem;
        gap: 1rem;
        flex-direction: column;
        align-content: flex-start;
        justify-content: space-between;
    }

    .icon-hamburguesa {
        display: flex;
        align-self: center;
        justify-self: center;
        background-image: url('../imagenes/iconos/menu-hamburguesa.svg');
        width: 48px;
        height: 48px;
        border: none;
        background-color: transparent;
        cursor: pointer;

        background-size: cover; /* o contain */
        background-repeat: no-repeat;
        background-position: center center;
    }

    .icon-hamburguesa.active {
        width: 48px;
        height: 48px;
        background-image: url('../imagenes/iconos/cancel-circle.svg');
    }

    /* .icon-hamburguesa-cross-show{
        display: flex;
        width: 48px;
        height: 60;
    }
    /*oculta por defecto*/
    /*.icon-hamburguesa-cross{
        display: none;
    } */
    
    .header-rounded {
        display: none;
    }

    .header-rounded-open {
        display: flex;
        flex-direction: column;
        align-self: flex-start;  
    }

    .cta-lang-selector-container{
        display: none;
    }

    .cta-lang-selector-container-open{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        gap: 1rem;
    }
    
     nav ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        gap: 1em;
        margin-top: 1.5rem;
        background-color: var(--gray-100);
        border-radius: 56px;
    }

    .menu-home-container {
        display: flex;
        flex-direction: column;
        margin-top: 78px;
        gap: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo-cafe-home {
        background-image: url('../imagenes/logos/logo_cafe_principal.svg');
        background-size: cover;
        width: 92px;
        height: 133px;
    }
    
    /* Social media */
    .social-media {

        display: flex;
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .social-media a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .image-gallery {
        display: flex;
        width: 100%;
        gap: 0.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .gallery-item img {
         width: 100%;
        height: 100%; 
        object-fit: cover;
    }

    .gallery-item {
        flex: 1;
        position: relative;
        height: auto;
    }

    .hide-item{
        display: none;
    }

    .stats-card {
        display: flex;
        max-width: 800px;
        /* margin: 20px auto; */
        flex-direction: column;
    }

    .stats-left {
        width: auto;
        padding: 0;
    
    }
    
    .stats-right {
        width: auto;
        display: flex;
        align-items: center;
        align-self: center;
    }

    .stat-item {
        display: flex;
        flex-direction: row;
    }
    
    .stat-number {
        color: var(--principal);
        font-size: 44px;
        font-weight: bold;
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .stat-label {
        font-size: 16px;
        text-transform: uppercase;
        color: var(--gray-700);
        line-height: 1.3;
        min-width: 200px;
        align-self: anchor-center;
    }
    
    .stats-description {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--gray-950);
        font-weight: 500;
    }

    .absolute-stripe-nb {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .absolute-stripe-nb > p {
        padding-top: 2rem;
        padding-bottom: 2rem;
        max-width: 100%;
        margin-left: 0rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-color: (var(--alternativo-naranja));
    }

    .footer-image-section-bg{
        height: 488px; 
         background-image :
         url('../imagenes/fondos/banner-cafes-del-peru-marketplace-mbl.png'); 
        background-size: cover; 
        padding-bottom: 2em;
    }

    .footer-text-1{
        max-width: 88vw;
        align-self: center;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        text-align: left;
    }

    .footer-overlay-1{
        top: 161px;
        width: 100%;
        height: 138px;
        background: linear-gradient(to bottom, rgba(0,0,0,1.0), transparent);
    }

    .footer-content-section{
        flex-direction: column;
    }

    .footer-left{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap:1.5rem
     }

     .footer-logos{
        flex-wrap: wrap;
        gap :2rem
    } 

    .social-container{
        justify-content: center;
        gap: 0.6rem;
        max-width: 100%;
    }

    .social-container > a{
        gap: .2rem;
    }

    /* .logo-cafe{
        width: 46px;
        height: 68px;
    } */
    
    .footer-right{
        max-width: 100%;
        padding-top: 2rem;
        gap: 1rem;
    }

    .footer-links{
        gap: 0.5rem;
        width: max-content;
        justify-self: center;
    }

    /*breadrumbs*/
    .breadcrumbs {
        padding-top: 2.5rem;
        padding-right: 0rem;
        padding-bottom: 0rem;
        overflow-x: hidden;

        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        word-spacing: 1px;
        letter-spacing: 0px;
        text-decoration: none;

        /* max-width: 23.43; */
    }

        .breadcrumbs > ul {
            gap: 0.5rem;
            padding-left: 0;
            align-items: center;
        }

    .breadcrumbs > ul > li {
        all: unset;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        word-spacing: 1px;
        letter-spacing: 0px;
        text-decoration: none;
        width: min-content;
    }

}

/*logo marca peru*/
.logo-marca-peru {
    width: 60px;
    height: 36px;
    fill: var(--principal);
}

.unselected > li > a {
    white-space: nowrap; 
    display: inline-block;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    /* color: var(--gray-500); */
    word-spacing: -1px;
}
/*boton header*/
.selected-page {
    border-radius: 56px;
    background-color: var(--white);
    color: var(--gray-950);
    /* padding-right: 16px; */
    /* padding-left: 0px;  */
    max-width: fit-content;
}

/* .header-ul {
    margin: 0;
    padding: 4px;
} */

.selected-page > a{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
    color: var(--gray-950);
}

.button-normal-text > a{
    color: var(--gray-500);
}


.header-rounded {
    /* background-color: var(--gray-100); */
    /* border-radius: 56px; */
}
.languaje-container {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.selected-language {
    border-bottom-width: 0.2em;
    border-bottom-style: inset;
    border-color: var(--gray-950);
    color: var(--gray-950);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
    margin-bottom: auto;
    padding-top: 0.1em;
    cursor: pointer;
}

.unselected-language {
    color: var(--gray-700);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;
    text-decoration: none;
    margin-bottom: auto;
    padding-top: 0.1em;
    cursor: pointer;
}


.icon-globe
{
    min-width: 1.8rem;
}





/* Base styles */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}*/

/* .container {
    max-width: 100%;
    margin: 0 auto;
} */

.button-section {
    margin-bottom: 40px;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

/* Button base styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    min-width: 120px;
}

/* Button shapes */
.btn:not(.pill) {
    border-radius: 8px;
}

.btn.pill {
    border-radius: 50px;
}



.btn-marketplace {
    /* background-color: var(--principal);
    color: white;
    border-radius: 50px; */

    min-width: fit-content;
}


/* Button variants */
/* Filled buttons */
.btn.filled.primary {
    background-color: var(--principal);
    color: white;
}

.btn.filled.primary:hover {
    background-color: #be185d;
}

.btn.filled.secondary {
    background-color: #fbcfe8;
    color: #be185d;
}

.btn.filled.secondary:hover {
    background-color: #f9a8d4;
}

.btn.filled.neutral {
    background-color: white;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn.filled.neutral:hover {
    background-color: #f5f5f5;
}

.btn.filled.light {
    background-color: #f3f4f6;
    color: #9ca3af;
}

.btn.filled.light:hover {
    background-color: #e5e7eb;
}

/* Outline buttons */
.btn.outline {
    background-color: transparent;
}

.btn.outline.primary {
    border: 1px solid #db2777;
    color: #db2777;
}

.btn.outline.primary:hover {
    background-color: #fdf2f8;
}

.btn.outline.secondary {
    border: 1px solid #fbcfe8;
    color: #f472b6;
}

.btn.outline.secondary:hover {
    background-color: #fdf2f8;
}

.btn.outline.neutral {
    border: 1px solid #e5e5e5;
    color: #333;
}

.btn.outline.neutral:hover {
    background-color: #f5f5f5;
}

.btn.outline.light {
    border: 1px solid #f3f4f6;
    color: #9ca3af;
}

.btn.outline.light:hover {
    background-color: #f5f5f5;
}

/* Ghost buttons */
.btn.ghost {
    background-color: transparent;
    border: none;
}

.btn.ghost.primary {
    color: var(--principal);
}

.btn.ghost.primary:hover {
    background-color: #fdf2f8;
}

.btn.ghost.secondary {
    color: #f472b6;
}

.btn.ghost.secondary:hover {
    background-color: #fdf2f8;
}

.btn.ghost.neutral {
    color: #333;
}

.btn.ghost.neutral:hover {
    background-color: #f5f5f5;
}

.btn.ghost.light {
    color: #9ca3af;
}

.btn.ghost.light:hover {
    background-color: #f5f5f5;
}

/* Estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* .logo-container {
    white-space: nowrap;
} */
.solo-logos {
    display: flex;
    gap: 8px;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
}

.logo-container img {
    height: 40px;
    cursor: pointer;
}

.logo-separador{
    height: 3rem;
    width: 0.01rem;
    border-left-style: outset;
    margin: 0;
    padding: 0;
    border-left-width: 0.1rem;
}

.marketplace-btn {
    background-color: #e3003b;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
}

.language-selector {
    display: flex;
}

.language-selector a {
    margin: 0 5px;
    text-decoration: none;
    color: #999;
    font-size: 14px;
}

.language-selector a.active {
    color: #333;
    font-weight: bold;
}

/* Contenido principal */
.main-content {
    display: flex;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.cafe-logo {
    width: 120px;
    margin-right: 40px;
}

.description {
    flex: 1;
    max-width: 500px;
}

.description h1 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #222;
    font-weight: 600;
}

.social-media a:hover {
    color: var(--principal);
    text-decoration: underline;
}

.social-media a img {
    width: 16px;
    margin-right: 8px;
}




.flotante-container {
    position: fixed;
    bottom: var(--fa-position-bottom);
    right: var(--fa-position-right);
    z-index: 20;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 100px;
    gap: 1rem;
}

.button-fa{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--principal);
    color: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-self: flex-end;
    align-self: flex-end;
    
    align-items: center;
    justify-content: center;
}

.button-fa:hover {
    background: var(--principal-hover);
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.icon-fa {
    
}

.text-menu-fa {
    text-decoration: none;  
    cursor: pointer;
    color: var(--gray-700);
}

.tittle-menu-fa{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    word-spacing: 8px;
    letter-spacing: 0;

    color: var(--gray-950);
}

.menu-fa{
    background-color: var(--gray-100);
    border-radius: 2rem;
    min-width: 140px;
    padding: 1.5rem;
    transition: ease-in;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.menu-fa-closed{
    display: none;
}

.regular-16-comprimida {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    word-spacing: 4px;
    letter-spacing: 0;
}

.fa-opciones {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.error-content{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-top: 74px;
    min-height: 100vh;
}

.error-content > h1{
    align-self: center;
    justify-self: center;
    max-width: 90vw;
}


