/* Home Header */

.home-fixed {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    position: fixed;
    height: 1000px;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: -1;
}

.home-fixed-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(111, 117, 88, 0.42) 0%, rgba(216, 221, 186, 0.30) 100%);
}

.home-fixed video, .home-fixed img {
    object-fit: cover;
    height: 100%;
    filter: brightness(0.4);
}

.home-header-info {
    padding: 160px 20px 90px 20px;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-header-info img {
    max-width: 850px;
    width: 100%;
    height: auto;
}

.home-header-info h1 {
    color: #F2F5E1;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-stretch: expanded;
}

.home-header-info h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 590px;
    letter-spacing: -1.28px;
    font-stretch: expanded;
}

.home-header-info > div {
    display: flex;
    gap: 70px;
}

.home-header-info .button-main {
    font-size: 26px;
    width: 230px;
}

@media (max-width: 1400px) {
    .home-header-info img {
        max-width: 500px;
    }

    .home-header-info h1 {
        font-size: 55px;
    }

    .home-header-info h2 {
        font-size: 45px;
        margin: 60px 0;
    }

    .home-header-info .button-main {
        font-size: 19px;
    }
}

@media (max-width: 950px) {
    .home-header-info > div {
        flex-direction: column;
        gap: 35px;
    }
}

@media (max-width: 500px) {
    .home-header-text {
        width: 100%;
        font-size: 24px;
        word-spacing: -4px;
    }
}

@media (max-width: 500px) {
    .home-header-info {
        gap: 40px;
    }

    .home-header-info h2 {
        font-size: 36px;
    }
}


/* Home Balcones */

.home-balcones-container {
    padding: 120px 40px 0 40px;
    background-color: white;
}

.home-balcones {
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
}

.home-balcones > a {
    height: 470px;
}

@media (max-width: 1600px) {
    .home-balcones > a {
        height: 410px;
    }
}

@media (max-width: 1420px) {
    .home-balcones > a {
        height: 360px;
    }
}

@media (max-width: 1300px) {
    .home-balcones > a {
        height: 320px;
    }
}

@media (max-width: 1200px) {
    .home-balcones > a {
        height: 300px;
    }
}

@media (max-width: 1100px) {
    .home-balcones {
        justify-content: center;
        gap: 50px;
    }

    .home-balcones > a {
        height: 400px;
    }
}

@media (max-width: 900px) {
    .home-balcones {
        gap: 70px;
    }
}

@media (max-width: 500px) {
    .home-balcones > a {
        width: 100%;
    }
}


/* Balcón 1 */

.balcon1-container {
    display: block;
    position: relative;
    aspect-ratio: 369 / 457;
    cursor: pointer;
}

.balcon1-container > img {
    position: absolute;
}

.balcon1-ventana-izquierda {
    bottom: 0;
    right: 49.5%;
    height: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
}

.balcon1-container:hover .balcon1-ventana-izquierda {
    transform: translateX(-40%);
}

.balcon1-ventana-derecha {
    bottom: 0;
    left: 49.5%;
    height: 100%;
    transform-origin: right;
    transition: transform 0.5s ease;
}

.balcon1-container:hover .balcon1-ventana-derecha {
    transform: translateX(40%);
}

.balcon1-persona {
    bottom: 0;
}

.balcon1-persona {
    bottom: 0;
    left: -4%;
    height: 73%;
    transition: transform 0.5s ease;
}

.balcon1-container:hover .balcon1-persona {
    transform: skew(-5deg);
}

.balcon1-palabra {
    width: 70%;
    left: 15%;
    top: 45%;
    transition: transform 0.7s ease;
}

.balcon1-container:hover .balcon1-palabra {
    transform: translateY(-30%);
}

.balcon1-valla {
    width: 100%;
    bottom: 0;
    opacity: 0.8;
}


/* Balcón 2 */

.balcon2-container {
    display: block;
    position: relative;
    aspect-ratio: 474 / 457;
    cursor: pointer;
}

.balcon2-container > img {
    position: absolute;
}

.balcon2-ventana-izquierda {
    bottom: 0;
    right: 49.5%;
    height: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
}

.balcon2-container:hover .balcon2-ventana-izquierda {
    transform: translateX(-40%);
}

.balcon2-ventana-derecha {
    bottom: 0;
    left: 49.5%;
    height: 100%;
    transform-origin: right;
    transition: transform 0.5s ease;
}

.balcon2-container:hover .balcon2-ventana-derecha {
    transform: translateX(40%);
}

.balcon2-persona {
    bottom: 0;
}

.balcon2-persona {
    bottom: 0;
    right: 18px;
    height: 67%;
    transition: transform 0.5s ease;
}

.balcon2-container:hover .balcon2-persona {
    transform: rotate(5deg);
}

.balcon2-palabra {
    width: 90%;
    left: 5%;
    top: 44%;
    transition: transform 0.7s ease;
}

.balcon2-container:hover .balcon2-palabra {
    transform: translateY(-30%);
}

.balcon2-valla {
    width: 100%;
    bottom: 0;
}


/* Balcón 3 */

.balcon3-container {
    display: block;
    position: relative;
    aspect-ratio: 439/457;
    cursor: pointer;
}

.balcon3-container > img {
    position: absolute;
}

.balcon3-ventana-izquierda {
    bottom: 0;
    right: 49.5%;
    height: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
}

.balcon3-container:hover .balcon3-ventana-izquierda {
    transform: translateX(-40%);
}

.balcon3-ventana-derecha {
    bottom: 0;
    left: 49.5%;
    height: 100%;
    transform-origin: right;
    transition: transform 0.5s ease;
}

.balcon3-container:hover .balcon3-ventana-derecha {
    transform: translateX(40%);
}

.balcon3-persona {
    bottom: 0;
}

.balcon3-persona {
    bottom: 0;
    right: 18px;
    height: 67%;
    transition: transform 0.5s ease;
}

.balcon3-container:hover .balcon3-persona {
    transform: rotate(5deg);
}

.balcon3-palabra {
    width: 42%;
    left: 29%;
    top: 43%;
    transition: transform 0.7s ease;
}

.balcon3-container:hover .balcon3-palabra {
    transform: translateY(-30%);
}

.balcon3-valla {
    width: 100%;
    bottom: 0;
}


/* Home Info What */

.home-info {
    padding: 120px 40px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}

.home-info-what {
    display: flex;
    max-width: 1600px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.home-info-what > div {
    padding: 20px;
    box-sizing: border-box;
}

.home-info-what > div:nth-of-type(1) {
    width: 75%;
}

.home-info-what > div:nth-of-type(2) {
    width: 25%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.home-info-what h2 {
    color: #F2F5E1;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 60px 0;
}

.home-info-what p:first-of-type {
    font-size: 26px;
    font-style: normal;
    line-height: 34px;
    color: #F2F5E1;
    font-weight: 300;
}

.home-info-what p:last-of-type {
    font-size: 26px;
    font-style: normal;
    line-height: 34px;
    color: #F2F5E1;
    font-weight: 700;
}

.home-info-what .button-main {
    font-size: 26px;
    font-weight: 500;
}

.home-info-what .button-main:hover {
    transition: background-color 0.4s ease;
}

.home-info-what .button-main:hover > img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(102deg) brightness(100%) contrast(105%);
}

.home-info-what .button-main:hover {
    color: white;
    background-color: #6F7558;
}

.home-info-text {
    color: #6F7558;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
}

@media (max-width: 1400px) {
    .home-info-what h2 {
        font-size: 64px;
    }

    .home-info-what p {
        font-size: 18px;
        line-height: 1.4;
    }

    .home-info-what .button-main {
        font-size: 20px;
    }
}

@media (max-width: 950px) {
    .home-info-what {
        flex-direction: column;
    }

    .home-info-what > div {
        padding: 0;
    }

    .home-info-what > div:nth-of-type(1), .home-info-what > div:nth-of-type(2) {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .home-info-what {
        padding: 30px;
        gap: 20px;
    }

    .home-info-what h2 {
        font-size: 46px;
        margin: 0 0 40px 0;
    }

    .home-info {
        padding: 80px 20px;
    }
}


/* Home Objetivos */

.home-objetivos-container {
    padding: 120px 40px;
    background-color: white;
}

.home-objetivos {
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.home-objetivos h2 {
    color: #6F7558;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.1;
}

.home-objetivos p {
    color: #6F7558;
    font-size: 24px;
    font-weight: 300;
    max-width: 730px;
}

.home-objetivos-list {
    display: flex;
    gap: 30px;
}

.home-objetivos-list > div {
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-objetivos-list li {
    color: #6F7558;
    font-size: 26px;
    font-weight: 300;
    height: 80px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #6F7558;
    background: #FFF;
}

.home-objetivo {
    height: 105px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 8px;
    border: 1px solid #6F7558;
    background: #FFF;
    transition: box-shadow 0.2s ease;
}

.home-objetivo:hover {
    box-shadow: 2px 2px 13px 1px #bebebe;
}

.home-objetivo > p {
    margin: 0;
    display: flex;
    gap: 10px;
    color: #6F7558;
    font-size: 26px;
    font-weight: 300;
}

@media (max-width: 1400px) {
    .home-objetivos h2 {
        font-size: 50px;
    }

    .home-objetivos p, .home-objetivos p {
        font-size: 18px;
    }

    .home-objetivo {
        height: 90px;
    }
}

@media (max-width: 900px) {
    .home-objetivos-container {
        padding: 80px 20px;
    }

    .home-objetivos-list {
        flex-flow: column;
    }

    .home-objetivos-list > div {
        width: 100%;
    }
}


/* Home Window */

.home-window-container {
    background-color: white;
    width: 100%;
    padding: 120px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    box-sizing: border-box;
}

.home-window {
    max-width: 1600px;
    width: 100%;
    display: flex;
}

.home-window > div {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-window > div:first-of-type {
    width: 40%;
}

.home-window > div:last-of-type {
    width: 60%;
}

.home-window-text p {
    max-width: 640px;
    color: #6F7558;
    font-size: 32px;
    font-weight: 300;
}

.window-container {
    width: 100%;
    height: auto;
    aspect-ratio: 538 / 520;
    position: relative;
}

.window-container > img {
    position: absolute;
    transition: transform 0.1s;
}

.window-balcon {
    width: 100%;
    top: 54%;
    left: 0%;
}

.window-ventana {
    width: 44%;
    left: 28.5%;
}

.window-objetivos {
    width: 100%;
    bottom: 47%;
}

.window-balcon.feria {
    width: 94%;
    top: 43%;
    left: 3%;
}

.window-ventana.feria {
    width: 49%;
    left: 25.5%;
    bottom: 1%;
}

.window-objetivos.feria {
    width: 97%;
    bottom: 56%;
    left: 2%;
}

@media (max-width: 1400px) {
    .home-window-text p {
        font-size: 28px;
    }
}

@media (max-width: 900px) {
    .home-window-container {
        padding: 80px 20px;
    }

    .window-container {
        width: 90%;
    }

    .home-window {
        flex-direction: column;
        gap: 40px;
    }

    .home-window > div:first-of-type, .home-window > div:last-of-type {
        width: 100%;
    }

    .home-window > div {
        padding: 0;
    }

    .home-window-text p {
        font-size: 34px;
    }
}

/* Home Cards */

.home-cards-container {
    width: 100%;
    padding: 140px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    box-sizing: border-box;
}

.home-cards-container h2 {
    color: #F2F5E1;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.44px;
    margin: 0;
}

.home-cards-container .button-main {
    max-width: 300px;
}

.home-cards {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.home-card-row {
    display: flex;
    max-width: 1900px;
    flex-flow: wrap;
    gap: 25px;
    overflow: hidden;
    width: fit-content;
    justify-content: center;
}

.home-card-row:first-of-type > div:nth-of-type(even) {
    background-color: #D8DDBA;
    color: #6F7558;
}

.home-card-row:first-of-type > div:nth-of-type(evenodd) {
    background-color: #6F7558;
    color: #D8DDBA;
}

.home-card-row:last-of-type > div:nth-of-type(odd) {
    background-color: #D8DDBA;
    color: #6F7558;
}

.home-card-row:last-of-type > div:nth-of-type(even) {
    background-color: #6F7558;
    color: #D8DDBA;
}

.home-card {
    height: 350px;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.home-card > div {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    position: relative;
    line-height: 1;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.home-card-image {
    width: 25%;
    display: flex;
    align-items: center;
}

.home-card-image img {
    width: 100%;
    max-height: 70px;
}

.home-card-text {
    width: 100%;
    text-align: center;
}

.home-card span {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: -24px;
    left: -55px;
}

.home-card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

.home-cards-container .button-main {
    font-size: 26px;
    width: 270px;
}

.home-card-buttons {
    display: flex;
    gap: 80px;
}

@media (max-width: 1400px) {
    .home-cards-container h2 {
        font-size: 52px;
    }

    .home-card {
        height: 340px;
        width: 19%;
    }

    .home-card-row {
        gap: 15px;
    }

    .home-card-image img {
        max-height: 55px;
    }

    .home-card p {
        font-size: 14px;
        line-height: 1.3;
    }

    .home-card > div {
        font-size: 24px;
    }

    .home-card span {
        font-size: 47px;
    }

    .home-cards-container .button-main {
        font-size: 20px;
        width: 210px;
    }
}

@media (max-width: 1200px) {
    .home-card {
        height: 360px;
        width: 22%;
    }
}

@media (max-width: 900px) {
    .home-cards-container {
        padding: 100px 20px;
    }

    .home-cards-container h2 {
        font-size: 50px;
        line-height: 1.2;
    }

    .home-card-buttons {
        flex-direction: column;
        gap: 50px;
    }

    .home-card span {
        top: -24px;
    }

    .home-card {
        height: 340px;
        width: 48%;
    }
}

@media (max-width: 500px) {
    .home-card {
        padding: 20px;
        height: 310px;
        width: 330px;
    }

    .home-cards {
        gap: 35px;
    }

    .home-card > div {
        line-height: 1;
    }
}


/* Home Gana */

.home-gana-container {
    background-color: white;
    padding: 120px 40px;
    box-sizing: border-box;
}

.home-gana {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    border-radius: 27px;
    padding: 60px;
    box-sizing: border-box;
}

.home-gana-text {
    display: flex;
    gap: 80px;
    margin-bottom: 80px;
}

.home-gana-text h2 {
    color: #F2F5E1;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    width: 45%;
}

.home-gana-text p {
    width: 55%;
    margin: 0;
    color: #F2F5E1;
    font-size: 32px;
    font-weight: 300;
}

.home-gana-logos {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.home-gana-logos label {
    color: #F2F5E1;
    font-size: 32px;
    font-weight: 300;
}

.home-gana-logos img {
    width: 100%;
    height: 35px;
}

.home-gana-logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

@media (max-width: 1400px) {
    .home-gana-text h2 {
        font-size: 32px;
    }

    .home-gana-text p {
        font-size: 25px;
    }

    .home-gana-logos label {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .home-gana-container {
        padding: 80px 20px;
    }

    .home-gana {
        padding: 40px;
    }

    .home-gana-text h2 {
        font-size: 38px;
    }

    .home-gana-text p {
        font-size: 22px;
    }

    .home-gana-text {
        flex-direction: column;
        gap: 50px;
    }

    .home-gana-text h2, .home-gana-text p {
        width: 100%;
    }

    .home-gana-logos-container {
        flex-flow: wrap;
        gap: 20px 60px;
        box-sizing: border-box;
        justify-content: center;
    }

    .home-gana-logos {
        flex-direction: column;
    }

    .home-gana-logos-container > img {
        width: auto;
    }

    .home-gana-logos-container > img:nth-of-type(1) {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Home Images */

.home-images {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home-images > div {
    display: flex;
    flex-wrap: wrap;
}

.home-images > div:nth-of-type(1) .home-image {
    width: 33.33%;
}

.home-images > div:nth-of-type(2) .home-image {
    width: 33.33%;
}

.home-image {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .home-image {
        height: 320px;
    }
}

@media (max-width: 900px) {
    .home-images > div:nth-of-type(1) .home-image {
        width: 50%;
    }

    .home-images > div:nth-of-type(2) .home-image {
        width: 50%;
    }

    .home-images > div:nth-of-type(2) > div:last-of-type {
        display: none;
    }
}

/* home sign */

.home-sign {
    width: 100%;
    background-color: #6F7558;
    overflow: hidden;
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
}

.home-sign-move {
    display: flex;
    gap: 50px;
    animation: move 35s linear infinite;
    width: 9112px;
}

.home-sign-move > div {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.home-sign-move img {
    height: 62px;
    margin-top: 5px;
}

.home-sign-move label {
    width: auto;
    color: #F2F5E1;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.44px;
    white-space: nowrap;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-4556px);
    }
}

@media (max-width: 1400px) {
    .home-sign label {
        font-size: 52px;
    }
}


/* Home video */

.home-video {
    padding: 100px 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.home-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 1400px) {
    .home-video iframe {
        max-width: 1000px;
    }
}

@media (max-width: 900px) {
    .home-video {
        padding: 70px 20px;
    }
}


/* Home Press Room */

.home-press-container {
    background-color: #F1F2EB;
    padding: 120px 40px 40px 0;
    min-height: 660px;
}

.home-press {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    box-sizing: border-box;
}

.home-press-post-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: baseline;
}

.home-press-post-header h2 {
    color: #6F7558;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.1;
}

.home-press-post-header p {
    color: #6F7558;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-align: right;
    display: flex;
    align-items: center;
}

.home-press-post {
    display: flex;
    flex-wrap: wrap;
}

.home-press-image {
    height: 280px;
    display: flex;
    justify-content: center;
}

.home-press-image img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.home-press-image img:hover {
    transform: scale(1.05);
}

.home-press-post > a {
    width: 33.333%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
}

.home-press-post h3 {
    color: #3F1F47;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 40px;
}

.home-press-post p {
    color: #3F1F47;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
    line-height: 32px;
}

.home-press-post label {
    color: #C53D90;
    cursor: pointer;
}

.home-press-external-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-press-external-header {
    color: #C53D90;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-align: right;
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.home-press-external {
    width: 25%;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: transform 0.4s ease;
}

.home-press-external:hover {
    transform: translateY(-15px);
}

.home-press-external-image {
    height: 120px;
    display: flex;
    align-items: center;
}

.home-press-external-image > img {
    width: 100%;
}

.home-press-external-text {
    color: #6F7558;
    font-size: 16px;
    font-style: normal;
    margin-top: 10px;
    position: relative;
    text-align: center;
    font-weight: 400;
}

.home-press-external-text > img {
    position: absolute;
    width: 30px;
}

.home-press-external-text > img:first-of-type {
    left: -35px;
    top: -30px;
}

.home-press-external-text > img:last-of-type {
    right: -35px;
    bottom: -25px;
    transform: rotate(180deg);
    display: none;
}

.animate__animated {
    opacity: 0;
}

@media (max-width: 1500px) {
    .home-press-post-header h2 {
        font-size: 58px;
    }
}

@media (max-width: 1100px) {
    .home-press-post > a {
        width: 50%;
        padding: 20px 0;
    }
}

@media (max-width: 1100px) {
    .home-press-external {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .home-press-post > a {
        width: 100%;
    }

    .home-press-post-header {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .home-press-post-header p {
        text-align: left;
        line-height: 32px;
    }

    .home-press-container {
        padding: 100px 0;
    }

    .home-press {
        padding: 0 20px;
    }

    .home-press-external {
        width: 100%;
    }
}


/* Home Newslleter */

.home-newsletter-container {
    padding: 120px 40px;
    background-color: #F1F2EB;
}

.home-newsletter {
    margin: auto;
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
}

.home-newsletter h2 {
    color: #6F7558;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.1;
}

.home-newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(16px);
    padding: 35px;
    position: relative;
    box-sizing: border-box;
}

.home-newsletter-form-data {
    display: flex;
    flex-direction: column;
    position: relative;
}

.home-newsletter-form-data > div {
    display: flex;
}

.home-newsletter-form-data > div:nth-of-type(2) {
    position: absolute;
    bottom: -28px;
    font-size: 12px;
    display: inline;
}

.home-newsletter-form-data a {
    font-size: 12px;
    color: black;
    margin-left: 3px;
}

.home-newsletter-form input[type="text"], .home-newsletter-form input[type="email"] {
    width: 250px;
    background-color: white;
    border: none;
    margin-right: 20px;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;

    box-sizing: border-box;
    height: 45px;
}

.home-newsletter-form input:focus-visible {
    outline: 0;
}

.home-newsletter-info {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 11px;
}

.home-newsletter-form .button-main {
    border: none;
    cursor: pointer;
    margin-left: auto;
    font-size: 26px;
    font-weight: 600;
    background-color: #6F7558;
    color: #F2F5E1;
}

.home-newsletter-form .button-main:hover {
    background-color: #F2F5E1;
    color: #6F7558;
}

.home-newsletter-form .button-main[data-enabled=false] {
    background-color: #6F75584a;
    cursor: default;
}

@media (max-width: 1400px) {
    .home-newsletter-form input {
        font-size: 16px;
    }

    .home-newsletter-form .button-main {
        font-size: 18px;
    }

    .home-newsletter h2 {
        font-size: 52px;
        line-height: 1;
    }
}

@media (max-width: 900px) {
    .home-newsletter-container {
        padding: 80px 20px;
    }

    .home-newsletter {
        margin: auto;
        width: 100%;
        max-width: 1600px;
        box-sizing: border-box;
    }

    .home-newsletter-form {
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        padding: 20px;
    }

    .home-newsletter-form a {
        margin: auto;
    }

    .home-newsletter-info {
        left: 0;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .home-newsletter-form-data > div:nth-of-type(1) {
        flex-direction: column;
        gap: 20px;
    }

    .home-newsletter-form input[type="text"], .home-newsletter-form input[type="email"] {
        width: 100%;
        max-width: 400px;
    }

    .home-newsletter-form-data > div:nth-of-type(2) {
        bottom: -44px;
    }
}

/* Home Contador */

.home-contador {
    background: linear-gradient(90deg, #3a3d2e00 0%, #6f755800 100%);
    padding: 40px;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home-contador > div {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-contador > div >label:first-of-type {
    color: #FFF;
    font-size: 110px;
    font-weight: 700;
}

.home-contador > div >label:last-of-type {
    font-size: 110px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

@media (max-width: 1400px) {
    .home-contador > div {
        width: 205px;
    }

    .home-contador > div >label:first-of-type, .home-contador > div >label:last-of-type {
        font-size: 78px;
    }

    .home-contador > div >label:first-of-type {
        font-size: 78px;
    }
}


/* Cookies */

.cookies-container {
    display: none;
    max-width: 800px;
    position: fixed;
    color: #6F7558;
    width: 100%;
    right: 20px;
    bottom: 20px;
    flex-direction: column;
    gap: 30px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(20px);
    z-index: 100;
    box-shadow: 0 0 9px 2px #a9a9a9;
    font-weight: 400;
}

.cookies-container a {
    color: #6F7558;
    font-weight: 500;
}

.cookies-buttons {
    display: flex;
    gap: 20px;
    cursor: pointer;
    justify-content: center;
}

.cookies-buttons > div {
    background-color: white;
    color: #6F7558;
    border-radius: 10px;
    padding: 10px 23px;
    text-align: center;
    min-width: 100px;
    font-size: 18px;
    font-weight: 500;
    transition: background ease 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies-buttons > div:hover {
    background: #6F7558;
    color: white;
}

@media (max-width: 900px) {
    .cookies-container {
        width: calc(100% - 40px);
        max-width: none;
    }

    .cookies-buttons > div {
        font-size: 16px;
        min-width: auto;
    }
}
