@charset "UTF-8";
:root {
    --color-one: #ebe8e4;
    --color-two: #fff9f0;
    --color-three: #f7e7cf;
    --color-four: #ddaf89;
    --color-five: #a16c51;
    --color-white: #ffffff;
    --color-black: #000000;
    --text-normal: 'Archivo';
    --text-bold: 600;
    --text-medium: 400;
    --text-light-medium: 300;
    --text-light: 300;
    --text-alt: 'Source Serif 4', serif;
    --text-xl: 30px;
    --text-l: 20px;
    --text-m: 14px;
    --text-s: 12px;
    --text-xs: 12px;
}
@media (min-width: 1024px) {
    :root {
    --text-xl: 40px;
    --text-l: 25px;
    --text-m: 17px;
    --text-s: 14px;
    --text-xs: 13px;
    --text-light-medium: 400;
    }
}
@media (min-width: 1728px) {
    :root {
    --text-xl: 50px;
    --text-l: 30px;
    --text-m: 20px;
    --text-s: 16px;
    --text-xs: 14px;
    --text-light-medium: 500;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: black;
}

button {
    all: unset;
    font-family: inherit;
    cursor: pointer;
}

strong,
b {
    font-weight: 600;
}

img {
    width: 100%;
}

/* ---------- NUESTRA FILOSOFÍA-------- */
.bo_main {
    max-width: 1920px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    font-family: var(--text-normal);
}
@media (min-width: 1024px) {
    .bo_main {
    padding: 80px 10px;
    }
}

.nf_hero {
    padding: 40px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 11px;
}
.nf_hero__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 11px;
}
@media (min-width: 1024px) {
    .nf_hero__txt {
    gap: 50px;
    max-width: 50%;
    }
}
.nf_hero__img {
    width: 50%;
}
@media (min-width: 1024px) {
    .nf_hero__img {
    width: 30%;
    }
}
@media (min-width: 1024px) {
    .nf_hero {
    flex-direction: row;
    justify-content: space-around;
    }
}
@media (min-width: 1728px) {
    .nf_hero {
    gap: 0;
    }
}

.nf_aside__question {
    padding: 40px;
    display: flex;
    align-self: start;
}
@media (min-width: 1024px) {
    .nf_aside__question {
    display: none;
    }
}
.nf_aside__onlyWords {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 11px;
}
.nf_aside__onlyWords__txt {
    max-width: 730px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media (min-width: 1024px) {
    .nf_aside__onlyWords__txt {
    gap: 11px;
    }
}
.nf_aside__onlyWords__txt h2 {
    padding-bottom: 11px;
}
.nf_aside__onlyWords__imgs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.nf_aside__onlyWords__imgs .img-1 {
    width: 89px;
}
@media (min-width: 1024px) {
    .nf_aside__onlyWords__imgs .img-1 {
    width: 133px;
    }
}
@media (min-width: 1024px) {
    .nf_aside__onlyWords__imgs .img-1 {
    width: 200px;
    }
}
.nf_aside__onlyWords__imgs .img-2 {
    mix-blend-mode: multiply;
    width: 162px;
}
@media (min-width: 1024px) {
    .nf_aside__onlyWords__imgs .img-2 {
    width: 247px;
    }
}
@media (min-width: 1024px) {
    .nf_aside__onlyWords__imgs .img-2 {
    width: 300px;
    }
}
@media (min-width: 1440px) {
    .nf_aside__onlyWords__imgs {
    justify-content: center;
    gap: 40px;
    width: 50%;
    }
}
@media (min-width: 1024px) {
    .nf_aside__onlyWords {
    flex-direction: row;
    padding: 60px 20px;
    }
}
@media (min-width: 1440px) {
    .nf_aside__onlyWords {
    width: 100%;
    justify-content: center;
    gap: 0px;
    }
}

.nf_section__eco-soc-env {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0px 10px 70px 10px;
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env .soc-single,
    .nf_section__eco-soc-env .env-single {
    margin-left: -20px;
    }
}
.nf_section__eco-soc-env__single {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.nf_section__eco-soc-env__single h2 {
    text-decoration: underline;
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env__single h2 {
    text-decoration: none;
    }
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env__single__content__title {
    width: 50%;
    }
}
.nf_section__eco-soc-env__single__content__text {
    display: none;
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env__single__content__text {
    display: flex;
    width: 75%;
    }
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env__single__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: flex-end;
    opacity: 0;
    }
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env__single .eco-content {
    opacity: 1;
    }
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env__single {
    padding: 35px;
    height: 692.41px;
    width: 40%;
    transition: width 0.3s ease-out;
    }
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env .eco-single {
    width: 100%;
    }
}
@media (min-width: 1024px) {
    .nf_section__eco-soc-env {
    padding: 60px 20px;
    flex-direction: row;
    gap: 0;
    }
}

@media (min-width: 1024px) {
    .hover {
    width: 100%;
    transition: width 0.3s ease-in;
    cursor: pointer;
    }
    .hover h2 {
    text-decoration: underline;
    }
    .hover .nf_section__eco-soc-env__single__content {
    opacity: 1;
    transition: opacity 0.2s linear 0.2s;
    }
}

@media (min-width: 1024px) {
    .no-hover .nf_section__eco-soc-env__single__content {
    opacity: 0;
    }
}

.nf_lyinDown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.nf_lyinDown__img {
    padding: 10px 0;
    width: 50%;
}
@media (min-width: 1024px) {
    .nf_lyinDown__img {
    width: 40%;
    padding: 70px 0;
    }
}
@media (min-width: 1728px) {
    .nf_lyinDown__img {
    width: 33%;
    }
}
@media (min-width: 1024px) {
    .nf_lyinDown__txt {
    width: 60%;
    }
}
@media (min-width: 1728px) {
    .nf_lyinDown__txt {
    width: 35%;
    }
}

.bo_slider__photos {
    cursor: pointer;
    padding: 10px;
    width: 100%;
}
.bo_slider__photos__container {
    display: flex;
    align-items: center;
}
@media (min-width: 1024px) {
    .bo_slider__photos {
    padding: 40px 10px;
    }
}
.bo_slider__articles {
    cursor: pointer;
    width: 100%;
}
.bo_slider__articles__container {
    display: flex;
    align-items: center;
    height: 251px;
}
@media (min-width: 1024px) {
    .bo_slider__articles__container {
    height: 384px;
    padding: 10px 20px;
    }
}
.bo_slider__articles__container article {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding: 20px;
}
@media (min-width: 1024px) {
    .bo_slider__articles__container article {
    padding: 50px;
    }
}
@media (min-width: 1024px) {
    .bo_slider__articles {
    padding: 40px 0;
    }
}

.accordion-checkbox {
    display: none;
}

@media (min-width: 1024px) {
    .nf_article {
    grid-column: span 1;
    }
    .accordion-content {
    max-height: 0;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0s ease-in;
    }
    .accordion-content__eco {
    padding-top: 40px;
    }
    .nf_article:has(.accordion-checkbox:checked) {
    grid-column: span 3;
    transition: all 0.3s ease-in;
    }
    .nf_article:has(.accordion-checkbox:checked) .accordion-content {
    max-height: 500px;
    opacity: 1;
    transition:
        opacity 0.2s linear 0.2s,
        display 0.3s linear 0.3s;
    }
    .accordion-content p {
    margin-bottom: 0px;
    }
}
/* ---------- COMUNES-------- */
.bo_hidden {
    display: none;
}
.bo_hidden__mobile {
    display: none;
}
@media (min-width: 1024px) {
    .bo_hidden__mobile {
    display: flex;
    }
}
@media (min-width: 1024px) {
    .bo_hidden__desktop {
    display: none;
    }
}

.bo_btn_arrow {
    position: relative;
    width: 18px;
    height: 18px;
    transform: translateX(5%);
    rotate: 90deg;
}
@media (min-width: 1024px) {
    .bo_btn_arrow {
    width: 30px;
    height: 22px;
    transform: translateX(-10%);
    padding-left: 7px;
    }
}
@media (min-width: 1728px) {
    .bo_btn_arrow {
    width: 40px;
    height: 32px;
    }
}
.bo_btn_arrow__diagonal {
    position: relative;
    width: 30px;
    height: 30px;
    transform: translateX(10px);
    rotate: -40deg;
}
@media (min-width: 1024px) {
    .bo_btn_arrow__diagonal {
    rotate: 0deg;
    }
}
@media (min-width: 1440px) {
    .bo_btn_arrow__diagonal {
    width: 40px;
    }
}

.bo_bg-one {
    background-color: var(--color-one);
}

.bo_bg-two {
    background-color: var(--color-two);
}

.bo_bg-three {
    background-color: var(--color-three);
}

.bo_bg-four {
    background-color: var(--color-four);
}

.bo_bg-five {
    background-color: var(--color-five);
}

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

.bo_bg-white-op40 {
    background-color: var(--color-white);
    opacity: 40%;
}

.bo_text-five {
    color: var(--color-five);
}

.bo_text-white {
    color: var(--color-white);
}

.bo_tx-xL {
    font-size: var(--text-xl);
}

.bo_tx-l {
    font-size: var(--text-l);
}

.bo_tx-m {
    font-size: var(--text-m);
}

.bo_tx-s {
    font-size: var(--text-s);
}

.bo_tx-xS {
    font-size: var(--text-xs);
}

.bo_tx-boldW {
    font-weight: var(--text-bold);
}

.bo_tx-mediumW {
    font-weight: var(--text-medium);
}

.bo_tx-light-mediumM {
    font-weight: var(--text-light-medium);
}

.bo_tx-lightW {
    font-weight: var(--text-light);
}

.bo_tx-center {
    text-align: center;
}

.bo_border-img {
    border-radius: 15px;
}