@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Lora:wght@400;500;600;700&display=swap");
html {
    font-size: 10px;
    scroll-behavior: smooth;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: none;
    background-color: none;
    font-family: "Lato", sans-serif;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
}
header::after {
    content: "";
    height: 15px;
    width: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
}
header nav.mobile {
    display: none;
}
.splide__arrows {
    display: none;
}
.splide {
    z-index: 0;
}
.splide__pagination {
    max-width: 1065px;
    bottom: 0;
    transform: translateX(calc(-50% + 135px / 2));
    flex-direction: row;
    align-items: flex-end;
    bottom: -55px;
}
.splide__pagination li {
    flex-basis: 33.3333%;
}
.splide__pagination__page {
    border-radius: 0px;
    border: none;
    width: 100%;
    display: block;
    height: 3px;
    opacity: 1;
    background-color: #e4e4e4;
    margin: 0px;
}
.splide__pagination__page.is-active {
    height: 12px;
    background-color: #e4e4e4;
    transform: none;
}
.cabrito section.hero {
    background-color: #96b048;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 204px;
    padding-bottom: 87px;
}
.cabrito section.hero h3.content-title {
    color: #fff;
}
.cabrito section.hero h3.content-title::after {
    background-color: #fff;
}
.cabrito section.hero h1.title {
    font-size: 5rem;
    font-family: "Lora";
    font-weight: 500;
    max-width: 650px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 44px;
}
.cabrito .wrapper {
    display: flex;
    padding-bottom: 100px;
}
.cabrito .wrapper aside nav {
    display: flex;
    flex-direction: column;
    padding-right: 122px;
    min-width: 17%;
    position: sticky;
    top: 200px;
}
.cabrito .wrapper aside nav a {
    font-size: 1.2rem;
    color: #d2d2d2;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: color ease 0.35s;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
}
.cabrito .wrapper aside nav a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #d2d2d2;
    display: inline-block;
    left: 0;
    bottom: 12px;
    transition: width ease 0.35s;
}
.cabrito .wrapper aside nav a.active {
    color: #000;
}
.cabrito .wrapper aside nav a.active::before {
    width: 25px;
    background-color: #96b048;
}
.cabrito section.content {
    width: 83%;
    margin-left: auto;
    margin-top: 100px;
}
.cabrito section.content article h2 {
    font-size: 2.4rem;
    color: #000;
    font-weight: 300;
    line-height: 34px;
    font-family: "Lato", sans-serif;
}
.cabrito section.content article p {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 26px;
    max-width: 880px;
    font-weight: normal;
    margin-top: 40px;
}
.cabrito section.content article p + p {
    margin-top: 20px;
}
.cabrito section.content article.history {
    padding-bottom: 100px;
}
.cabrito section.content article.manufacture {
    padding-top: 90px;
    padding-left: 90px;
    padding-bottom: 90px;
    padding-right: 90px;
    background-color: #eeefea;
    max-width: 1200px;
}
.cabrito section.content article.manufacture h3.content-title {
    color: #000;
}
.cabrito section.content article.manufacture h3.content-title::after {
    background-color: #000;
}
.cabrito section.content article.manufacture h2 {
    margin-top: 40px;
}
@media (hover: hover) {
    .cabrito .wrapper aside nav a:hover {
        color: #000;
    }
    .cabrito .wrapper aside nav a:hover::before {
        width: 25px;
        background-color: #96b048;
    }
}
.caramulo section.hero {
    background-color: #96b048;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 204px;
    padding-bottom: 87px;
}
.caramulo section.hero h3.content-title {
    color: #fff;
}
.caramulo section.hero h3.content-title::after {
    background-color: #fff;
}
.caramulo section.hero h2.title {
    font-size: 5rem;
    font-family: "Lora";
    font-weight: 500;
    max-width: 650px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 44px;
}
.caramulo .wrapper {
    display: flex;
    padding-bottom: 100px;
}
.caramulo .wrapper aside nav {
    display: flex;
    flex-direction: column;
    padding-right: 122px;
    position: sticky;
    top: 200px;
}
.caramulo .wrapper aside nav a {
    font-size: 1.2rem;
    color: #d2d2d2;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: color ease 0.35s;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
}
.caramulo .wrapper aside nav a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #d2d2d2;
    display: inline-block;
    left: 0;
    bottom: 12px;
    transition: width ease 0.35s;
}
.caramulo .wrapper aside nav a.active {
    color: #000;
}
.caramulo .wrapper aside nav a.active::before {
    width: 25px;
    background-color: #96b048;
}
.caramulo section.content {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.caramulo section.content article h4 {
    font-size: 2.4rem;
    color: #000;
    font-weight: 300;
    line-height: 34px;
    font-family: "Lato", sans-serif;
}
.caramulo section.content article p {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 26px;
    max-width: 880px;
    font-weight: normal;
    margin-top: 40px;
}
.caramulo section.content article p + p {
    margin-top: 20px;
}
.caramulo section.content article.region {
    padding-bottom: 100px;
}
.caramulo section.content article.region p,
.caramulo section.content article.region h2 {
    padding-left: 90px;
}
.caramulo section.content article.gastronomia {
    padding-top: 78px;
    padding-left: 90px;
    padding-bottom: 78px;
    padding-right: 90px;
    background-color: #96b048;
    max-width: 1200px;
    margin-top: 20px;
}
.caramulo section.content article.gastronomia h3.content-title {
    color: #fff;
}
.caramulo section.content article.gastronomia h3.content-title::after {
    background-color: #fff;
}
.caramulo section.content article.gastronomia h2 {
    margin-top: 44px;
    font-size: 5rem;
    color: #fff;
    letter-spacing: 4px;
    line-height: 60px;
    font-family: "Lora";
    font-weight: 500;
}
.caramulo section.content article.gastronomia h4 {
    margin-top: 53px;
}
.caramulo .slide {
    padding-top: 100px;
    position: relative;
}
.caramulo .slide .splide__track {
    width: 1200px;
    height: 594px;
    margin-left: auto;
    margin-right: auto;
}
.caramulo .slide .splide__track .splide__list {
    height: 100%;
    width: 100%;
}
.caramulo .slide .splide__track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caramulo .slide-actions {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.caramulo .slide-actions .prev {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    background-image: url("/assets/icons/gray-chevron-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: background-color ease 0.35s;
}
.caramulo .slide-actions .next {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    background-image: url("/assets/icons/gray-chevron-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: -1px;
    transition: background-color ease 0.35s;
}
.caramulo .slide-actions .items {
    background-color: #d2d2d2;
    height: 3px;
    width: calc(100% - 135px);
    margin-left: 45px;
    opacity: 0.5;
    display: flex;
    align-items: flex-end;
}
.caramulo .slide-actions .items .item {
    background-color: #d2d2d2;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.caramulo .slide-two {
    position: relative;
}
.caramulo .slide-two .splide__two .splide__track {
    width: 1024px;
    height: 631px;
}
.caramulo .slide-two .splide__two .splide__track .splide__list {
    display: flex;
}
.caramulo .slide-two .splide__two .splide__pagination {
    bottom: 0px;
    right: 0;
    width: 85%;
    transform: none;
    left: unset;
}
.caramulo .slide-two .slide-content-container {
    background-color: #fff;
    max-width: 480px;
    position: absolute;
    bottom: 95px;
    right: -45px;
    padding: 50px;
}
.caramulo .slide-two .slide-content-container h5 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    line-height: 34px;
}
.caramulo .slide-two .slide-content-container p {
    margin-top: 37px;
    font-size: 1.6rem;
    line-height: 26px;
    font-family: "Lato", sans-serif;
}
.caramulo .slide-two .slide-actions {
    margin-top: 95px;
}
@media (hover: hover) {
    .caramulo .wrapper aside nav a:hover {
        color: #000;
    }
    .caramulo .wrapper aside nav a:hover::before {
        width: 25px;
        background-color: #96b048;
    }
    .caramulo .slide-actions .prev:hover,
    .caramulo .slide-actions .next:hover {
        background-color: #e4e4e4;
    }
}
.gallery main {
    padding-top: 130px;
}
.gallery section.hero {
    background-color: #96b048;
    height: 483px;
}
.gallery section.hero h3.content-title {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 77px;
}
.gallery section.hero h3.content-title::after {
    background-color: #fff;
}
.gallery section.gallery {
    max-width: 100%;
    margin-top: -250px;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
}
.gallery section.gallery .column {
    margin-left: 15px;
    margin-right: 15px;
}
.gallery section.gallery .column .image-container {
    margin-bottom: 15px;
    width: 100%;
    height: 400px;
    position: relative;
}
.gallery section.gallery .column .image-container + .image-container {
    margin-top: 30px;
}
.gallery section.gallery .column .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery section.gallery .column .image-container .photo-details {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(0deg, #000 5%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 66px;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.35s;
}
.gallery section.gallery .column .image-container .photo-details h5 {
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    line-height: 34px;
}
.gallery section.gallery .column .image-container .photo-details p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: auto;
    margin-top: 30px;
    text-align: center;
}
.gallery section.gallery .column:nth-child(odd) {
    margin-top: 60px;
}
@media (hover: hover) {
    .gallery section.gallery .column .image-container .photo-details:hover {
        opacity: 1;
    }
}
.modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    display: none;
}
.modal-popup .modal-wrapper {
    width: 900px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.modal-popup .modal-wrapper #close-modal {
    background-image: url(/assets/icons/close.svg);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 16px;
}
.modal-popup .modal-wrapper h5.photo-title {
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    line-height: 34px;
}
.modal-popup .modal-wrapper p.photo-detail {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: auto;
    margin-top: 30px;
    text-align: center;
}
.modal-popup .modal-wrapper .slide {
    width: 900px;
    height: 655px;
    margin-top: 30px;
}
.modal-popup .modal-wrapper .slide .image-slide-container {
    width: 900px;
    height: 555px;
}
.modal-popup .modal-wrapper .slide .image-slide-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-popup .modal-wrapper .slide .slide-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.modal-popup .modal-wrapper .slide .prev {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    background-image: url("/assets/icons/gray-chevron-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 15px;
    transition: background-color ease 0.35s;
}
.modal-popup .modal-wrapper .slide .next {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    background-image: url("/assets/icons/gray-chevron-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: 15px;
    transition: background-color ease 0.35s;
}
.modal-popup.is-visible {
    display: flex;
}
@media (hover: hover) {
    .modal-popup .modal-wrapper .slide .prev:hover,
    .modal-popup .modal-wrapper .slide .next:hover {
        background-color: #e4e4e4;
    }
}
main .intro {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 30px;
    position: relative;
}
main .intro .subtitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-family: "Lora";
    font-size: 7rem;
    font-weight: boldd;
    letter-spacing: 8px;
    max-width: 1500px;
    color: #eeefea;
}
main .intro .intro-content-container {
    margin-top: 150px;
    display: grid;
    grid-template-columns: 55% 40%;
    column-gap: 5%;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 130px;
}
main .intro .intro-content-media {
    width: 100%;
}
main .intro .intro-content-media .media-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 30px;
}
main .intro .intro-content-media .media-grid .video-container {
    background-color: #868686;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: 314px;
    grid-column: 3 / 1;
}
main .intro .intro-content-media .media-grid .img-1-container {
    height: 322px;
    width: 100%;
}
main .intro .intro-content-media .media-grid .img-1-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .intro .intro-content-media .media-grid .img-2-container {
    height: 450px;
    width: 100%;
}
main .intro .intro-content-media .media-grid .img-2-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% 0;
}
.content-title {
    color: #96b048;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 1.6px;
    display: block;
    width: max-content;
}
.content-title::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #96b048;
    display: block;
    margin-top: 6px;
}
.content-text {
    font-size: 5rem;
    font-family: "Lora";
    color: #000;
    margin-top: 38px;
}
.content-button {
    border: 1px solid #96b048;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 27px 58px;
    margin-top: 48px;
    cursor: pointer;
    transition: background-color ease 0.35s, color ease 0.35s;
    color: #000;
}
main .events {
    background-color: #96b048;
    margin-top: -170px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 180px;
    padding-right: 180px;
}
main .events .content-title {
    color: #fff;
}
main .events .content-title::after {
    background-color: #fff;
}
main .events .content-text {
    max-width: 470px;
}
main .subscribe {
    padding: 50px 180px;
}
main .subscribe .subscribe-grid {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    column-gap: 50px;
}
main .subscribe .subscribe-grid p {
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 4rem;
}
main .subscribe .subscribe-grid form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
main .subscribe .subscribe-grid form input#email {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 19px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 400px;
}
main .subscribe .subscribe-grid form input#email::placeholder {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
main .subscribe .subscribe-grid form button.submit {
    border: 2px solid #96b048;
    text-transform: uppercase;
    padding: 19px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-left: -2px;
    transition: color ease 0.35s, background-color ease 0.35s;
}
.homepage .splide {
    margin-top: 120px;
    margin-bottom: 120px;
}
.homepage .splide div.image-slide-container {
    width: 100%;
    height: 631px;
}
.homepage .splide div.image-slide-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage .splide .splide__slide.is-active.is-visible {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}
.homepage .slide {
    position: relative;
}
.homepage .slide .slide-content-container {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 502px;
    bottom: 90px;
    right: 10%;
    padding: 32px 47px;
}
.homepage .slide .slide-content-container .slide-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.homepage .slide .slide-content-container .slide-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    margin-top: 36px;
}
.homepage .slide .slide-content-container .slide-button {
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    margin-top: 36px;
    transition: color ease 0.35s;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 1px;
}
.homepage .slide .slide-content-container .slide-button::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #96b048;
    display: block;
    margin-top: 8px;
    position: relative;
    right: 0;
    transition: right ease 0.35s;
}
.homepage .slide-actions {
    max-width: 1024px;
    width: 50%;
    display: flex;
    align-items: flex-end;
}
.homepage .slide-actions .prev {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #fff;
    background-image: url("/assets/icons/chevron-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: background-color ease 0.35s;
}
.homepage .slide-actions .next {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #fff;
    background-image: url("/assets/icons/chevron-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: -1px;
    transition: background-color ease 0.35s;
}
.homepage .slide-actions .items {
    background-color: #fff;
    height: 3px;
    width: calc(100% - 135px);
    margin-left: 45px;
    opacity: 0.5;
    display: flex;
    align-items: flex-end;
}
.homepage .slide-actions .items .item {
    background-color: red;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.homepage .splide__pagination {
    max-width: 889px;
    width: 60%;
    bottom: -165px;
    right: 0;
    left: unset;
    transform: none;
    z-index: 0;
}
@media (hover: hover) {
    .homepage .slide-actions .prev:hover,
    .homepage .slide-actions .next:hover {
        background-color: #e4e4e4;
    }
    .homepage .slide .slide-content-container .slide-button:hover {
        color: #96b048;
    }
    .homepage .slide .slide-content-container .slide-button:hover::after {
        right: -100%;
    }
    main .subscribe .subscribe-grid form button.submit:hover,
    .content-button:hover {
        background-color: #96b048;
        color: #fff;
    }
}
.history main .hero {
    padding-bottom: 100px;
}
.history main .hero .wrapper {
    background-color: #96b048;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.history main .hero .wrapper .content-title {
    color: #fff;
}
.history main .hero .wrapper .content-title::after {
    background-color: #fff;
}
.history main .hero .wrapper .title {
    margin-top: 45px;
    color: #fff;
    font-family: "Lora";
    font-size: 5rem;
    letter-spacing: 5px;
    max-width: 1050px;
    line-height: 6rem;
    text-align: center;
}
.history .slide {
    padding-top: 100px;
    background: linear-gradient(0deg, white 47%, #96b048 47%);
    background-size: 50%;
}
.history .slide .splide__track {
    width: 1200px;
    height: 594px;
    margin-left: auto;
    margin-right: auto;
}
.history .slide .splide__track .splide__list {
    height: 100%;
    width: 100%;
}
.history .slide .splide__track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history .slide-actions {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.history .slide-actions .prev {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    background-image: url("/assets/icons/gray-chevron-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: background-color ease 0.35s;
}
.history .slide-actions .next {
    cursor: pointer;
    flex-basis: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    background-image: url("/assets/icons/gray-chevron-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: -1px;
    transition: background-color ease 0.35s;
}
.history .slide-actions .items {
    background-color: #d2d2d2;
    height: 3px;
    width: calc(100% - 135px);
    margin-left: 45px;
    opacity: 0.5;
    display: flex;
    align-items: flex-end;
}
.history .slide-actions .items .item {
    background-color: #d2d2d2;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.history p.subtitle {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    font-size: 2.4rem;
    font-weight: 200;
    font-family: "Lato", sans-serif;
}
.history article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 50px;
}
.history article + article {
    margin-top: 100px;
}
.history article .content:first-child {
    margin-right: 122px;
}
.history article .image-container:first-child {
    margin-right: 122px;
}
.history article .content p {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 28px;
}
.history article .content p + p {
    margin-top: 24px;
}
.history article .image-container .photo {
    width: 391px;
    height: 585px;
}
.history article .image-container .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history article .image-container .photo .image-container .logo {
    width: 330px;
    height: 330px;
}
.history article .image-container .photo .image-container .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (hover: hover) {
    .history .slide-actions .prev:hover,
    .history .slide-actions .next:hover {
        background-color: #e4e4e4;
    }
}
.events section.hero {
    margin-left: 16%;
    margin-top: 100px;
    padding-top: 130px;
}
.events section.hero h3.content-title {
    color: #e4e4e4;
}
.events section.hero h3.content-title::after {
    background-color: #e4e4e4;
}
.events section.hero h1.title {
    font-family: "Lora";
    font-size: 5rem;
    font-weight: 500;
    margin-top: 42px;
}
.events main {
    padding-bottom: 100px;
}
.events .wrapper {
    margin-top: 110px;
    display: grid;
    grid-template-columns: 16% 34% 50%;
}
.events .wrapper .years-accordion .header-accordion {
    display: none;
}
.events .wrapper .filter-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-self: flex-end;
    font-size: 12px;
}
.events .wrapper .filter-icon {
    margin-right: 12px;
    background-image: url(/assets/icons/stack.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.events .wrapper aside nav {
    position: sticky;
    top: 200px;
    display: flex;
    flex-direction: column;
}
.events .wrapper aside nav a {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e4e4e4;
    display: flex;
    align-items: center;
    transition: color ease 0.35s;
}
.events .wrapper aside nav a::before {
    transition: background-color ease 0.35s;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #d2d2d2;
    display: inline-block;
    transition: width ease 0.35s, background-color ease 0.35s;
    margin-right: 10px;
}
.events .wrapper aside nav a + a {
    margin-top: 26px;
}
.events .wrapper aside nav a.active {
    color: #000;
}
.events .wrapper aside nav a.active::before {
    background-color: #96b048;
}
.events .wrapper .events-list .event-item {
    cursor: pointer;
}
.events .wrapper .events-list .event-item h2.event-title {
    font-size: 2.4rem;
    font-weight: 500;
    transition: color ease 0.35s;
}
.events .wrapper .events-list .event-item p.event-date {
    font-size: 2.4rem;
    font-weight: 300;
    margin-top: 11px;
    transition: color ease 0.35s;
}
.events .wrapper .events-list .event-item + .event-item {
    margin-top: 42px;
}
.events .wrapper .events-list .event-item.active h2,
.events .wrapper .events-list .event-item.active p {
    color: #96b048;
}
.events .wrapper section.content .image-container {
    width: 100%;
    height: 671px;
}
.events .wrapper section.content .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events .wrapper section.content .text-container {
    margin-top: 50px;
}
.events .wrapper section.content .text-container p {
    font-size: 1.6rem;
    font-family: "Lato", sans-serif;
    color: #000;
    line-height: 24px;
}
.events .wrapper section.content .text-container p + p {
    margin-top: 28px;
}
@media (hover: hover) {
    .events aside nav a:hover {
        color: #000;
    }
    .events aside nav a:hover::before {
        background-color: #96b048;
    }
    .events .wrapper .events-list .event-item:hover h2,
    .events .wrapper .events-list .event-item:hover p {
        color: #96b048;
    }
}
.contacts section.hero {
    margin-top: 100px;
    padding-top: 130px;
}
.contacts section.hero h3.content-title {
    color: #e4e4e4;
}
.contacts section.hero h3.content-title::after {
    background-color: #e4e4e4;
}
.contacts section.hero h1.title {
    font-family: "Lora";
    font-size: 5rem;
    font-weight: 500;
    margin-top: 42px;
}
.contacts main {
    padding-left: 110px;
    padding-right: 110px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.contacts main section.contacts {
    display: grid;
    grid-template-columns: 35% 65%;
    margin-top: 100px;
}
.contacts main section.contacts .map-wrapper iframe {
    width: 100%;
    height: 100%;
}
.contacts main section.contacts .contacts-wrapper {
    display: flex;
    flex-direction: column;
}
.contacts main section.contacts .contacts-wrapper .label {
    font-family: "Lato", sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contacts main section.contacts .contacts-wrapper ul {
    margin-top: 50px;
}
.contacts main section.contacts .contacts-wrapper ul li {
    font-size: 2.4rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    padding-top: 3px;
    padding-bottom: 3px;
}
.contacts main section.contacts .contacts-wrapper .contacts-container {
    margin-top: 110px;
}
.contacts main section.contacts .contacts-wrapper .get-directions {
    background-color: #fff;
    border: 1px solid #96b048;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 65px;
    width: max-content;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-top: 100px;
    transition: background-color ease 0.35s;
}
.contacts main section.contacts .contacts-wrapper .get-directions::before {
    content: "";
    width: 15px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    background-image: url(/assets/icons/location.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.contacts main section.contact-form-container {
    background-color: #96b048;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.contacts main section.contact-form-container h3.content-title {
    color: #ffffff;
}
.contacts main section.contact-form-container h3.content-title::after {
    background-color: #ffffff;
}
.contacts main section.contact-form-container p.form-title {
    font-family: "Lora";
    font-weight: 500;
    font-size: 5rem;
    color: #fff;
    max-width: 1050px;
    text-align: center;
    margin-top: 100px;
}
.contacts main section.contact-form-container form {
    margin-top: 115px;
    width: 1050px;
    display: flex;
    flex-direction: column;
}
.contacts main section.contact-form-container form label {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.contacts main section.contact-form-container form .required::after {
    content: "*";
}
.contacts main section.contact-form-container form input[type="text"],
.contacts main section.contact-form-container form input[type="email"],
.contacts main section.contact-form-container form textarea {
    background-color: #96b048;
    border-bottom: 1px solid #fff;
}
.contacts
    main
    section.contact-form-container
    form
    input[type="text"]::placeholder,
.contacts
    main
    section.contact-form-container
    form
    input[type="email"]::placeholder,
.contacts main section.contact-form-container form textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    transition: opacity ease 0.35s;
}
.contacts main section.contact-form-container form input[type="text"]:focus,
.contacts main section.contact-form-container form input[type="email"]:focus,
.contacts main section.contact-form-container form textarea:focus {
    border-bottom: 1px solid #fff;
    outline: none;
}
.contacts
    main
    section.contact-form-container
    form
    input[type="text"]:focus::placeholder,
.contacts
    main
    section.contact-form-container
    form
    input[type="email"]:focus::placeholder,
.contacts main section.contact-form-container form textarea:focus::placeholder {
    opacity: 0.4;
}
.contacts main section.contact-form-container form input[type="text"],
.contacts main section.contact-form-container form input[type="email"],
.contacts main section.contact-form-container form textarea {
    padding: 15px 30px;
}
.contacts main section.contact-form-container form input + label {
    margin-top: 44px;
}
.contacts main section.contact-form-container form input[type="checkbox"] {
    display: none;
}
.contacts main section.contact-form-container form .privacy-container {
    margin-top: 44px;
    max-width: 450px;
}
.contacts
    main
    section.contact-form-container
    form
    .privacy-container
    label.privacy-policy {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 12px;
    position: relative;
    padding-left: 36px;
    display: block;
    cursor: pointer;
}
.contacts
    main
    section.contact-form-container
    form
    .privacy-container
    label.privacy-policy
    a {
    font-weight: 600;
    color: #fff;
}
.contacts
    main
    section.contact-form-container
    form
    .privacy-container
    label.privacy-policy::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.contacts
    main
    section.contact-form-container
    form
    .privacy-container
    input#privacy-policy:checked
    ~ label::before {
    background-image: url(/assets/icons/ok.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contacts main section.contact-form-container form .caption {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-top: 24px;
}
.contacts main section.contact-form-container form button.submit {
    background-color: transparent;
    border: 1px solid #fff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 20px 60px;
    width: max-content;
    cursor: pointer;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    transition: background-color ease 0.35s;
}
@media (hover: hover) {
    .contacts main section.contact-form-container form button.submit:hover {
        background-color: #fff;
    }
    .contacts main section.contacts .contacts-wrapper .get-directions:hover {
        background-color: #96b048;
    }
}
.mordomo main .container {
    padding-bottom: 100px;
}
.mordomo main .hero {
    height: 481px;
    /* background-image: url(/assets/4_alt.jpg); */
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.mordomo main .hero .wrapper {
    max-width: 1555px;
    margin-left: auto;
    margin-right: auto;
}
.mordomo main .hero h3.content-title {
    color: #ffffff;
    padding-top: 100px;
}
.mordomo main .hero h3.content-title::after {
    background-color: #ffffff;
}
.mordomo main .hero h1.title {
    font-family: "Lora";
    color: #fff;
    font-size: 5rem;
    letter-spacing: 5px;
    line-height: 60px;
    font-weight: 500;
    margin-top: 44px;
}
.mordomo main .hero p.short-description {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 2.4rem;
    line-height: 34px;
    font-weight: normal;
    margin-top: 40px;
    max-width: 800px;
}
.mordomo article .wrapper {
    max-width: 1555px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.mordomo article .content p {
    max-width: 675px;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 26px;
}
.mordomo article .content p + p {
    margin-top: 32px;
}
.mordomo article .image-container {
    width: 604px;
    height: 490px;
}
.mordomo article .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.mission main {
    padding-bottom: 170px;
}
.mission section.hero {
    margin-left: 115px;
    max-width: 725px;
}
.mission section.hero h3.content-title {
    color: #e4e4e4;
    margin-top: 100px;
}
.mission section.hero h3.content-title::after {
    background-color: #e4e4e4;
}
.mission section.hero h2.title {
    font-family: "Lora";
    font-weight: 500;
    font-size: 5rem;
    color: #000;
    margin-top: 44px;
}
.mission section.hero p.short-description {
    font-family: "Lato", sans-serif;
    font-size: 2.4rem;
    line-height: 34px;
    color: #000;
    font-weight: 300;
    margin-top: 53px;
    letter-spacing: 0.5px;
}
.mission section.content {
    margin-top: 174px;
    margin-left: 295px;
    display: flex;
    background-color: #e4e4e4;
    padding-bottom: 44px;
    padding-left: 44px;
}
.mission section.content h2.title {
    font-family: "Lora";
    font-weight: 500;
    font-size: 5rem;
    color: #000;
    margin-top: 44px;
    text-transform: uppercase;
}
.mission section.content .vision {
    padding-right: 100px;
}
.mission section.content .vision p {
    font-size: 2.4rem;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-top: 53px;
}
.mission section.content .values ul {
    margin-top: 53px;
}
.mission section.content .values ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.mission section.content .values ul p {
    font-size: 2.4rem;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}
.mission section.content .values ul p::before {
    content: "-";
    margin-right: 8px;
}
.social main {
    padding-top: 100px;
    padding-bottom: 100px;
}
.social .wrapper {
    display: flex;
}
.social .wrapper aside nav {
    display: flex;
    flex-direction: column;
    padding-right: 122px;
    min-width: 17%;
    position: sticky;
    top: 200px;
}
.social .wrapper aside nav a {
    font-size: 1.2rem;
    color: #d2d2d2;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: color ease 0.35s;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
    white-space: nowrap;
}
.social .wrapper aside nav a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #d2d2d2;
    display: inline-block;
    left: 0;
    bottom: 12px;
    transition: width ease 0.35s;
}
.social .wrapper aside nav a.active {
    color: #000;
}
.social .wrapper aside nav a.active::before {
    width: 25px;
    background-color: #96b048;
}
.social .wrapper section.content {
    width: 83%;
    margin-left: auto;
}
.social .wrapper section.content h3.content-title {
    color: #d2d2d2;
}
.social .wrapper section.content h3.content-title::after {
    background-color: #d2d2d2;
}
.social .wrapper section.content .social-lists {
    margin-top: 44px;
}
.social .wrapper section.content .social-lists h2 {
    font-size: 5rem;
    font-family: "Lora";
    font-weight: 500;
    color: #000;
}
.social .wrapper section.content .social-lists ul {
    margin-top: 55px;
    padding-bottom: 100px;
    border-bottom: 1px solid #d2d2d2;
}
.social .wrapper section.content .social-lists ul li {
    display: flex;
}
.social .wrapper section.content .social-lists ul li p {
    font-size: 2.4rem;
    color: #000;
    font-weight: 500;
    line-height: 34px;
}
.social .wrapper section.content .social-lists ul li p.role {
    font-weight: 300;
}
.social .wrapper section.content .social-lists ul li p.role::before {
    content: "-";
    font-weight: 500;
    margin-left: 6px;
    margin-right: 6px;
}
.social .wrapper section.content .social-lists ul li + li {
    margin-top: 44px;
}
@media (hover: hover) {
    .social aside nav a:hover {
        color: #000;
    }
    .social aside nav a:hover::before {
        width: 25px;
        background-color: #96b048;
    }
}
.activities section.hero {
    background-color: #96b048;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.activities section.hero h3.content-title {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.activities section.hero h3.content-title::after {
    background-color: #fff;
}
.activities section.hero h1.title {
    margin-top: 40px;
    color: #fff;
    font-size: 5rem;
    font-family: "Lora";
    font-weight: 500;
    max-width: 1020px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 5px;
}
.activities section.content {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}
.activities section.content li {
    display: flex;
    justify-content: space-between;
}
.activities section.content li p.file-name {
    font-size: 2.4rem;
    line-height: 34px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 0.25px;
}
.activities section.content li + li {
    margin-top: 44px;
}
.activities section.content li button.file-download {
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-left: 36px;
}
.activities section.content li button.file-download::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24' aria-labelledby='arrowDownIconTitle' stroke='%2396b048' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter' fill='none' color='%2396b048'%3E%3Ctitle id='arrowDownIconTitle'%3EArrow Down%3C/title%3E%3Cpath d='M6 15l6 6 6-6'/%3E%3Cpath d='M12 3v17'/%3E%3Cpath stroke-linecap='round' d='M12 21v-1'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    margin-right: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 35%;
    transition: top ease 0.35s;
}
.activities section.content li button.file-download::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24' aria-labelledby='arrowDownIconTitle' stroke='%2396b048' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter' fill='none' color='%2396b048'%3E%3Ctitle id='arrowDownIconTitle'%3EArrow Down%3C/title%3E%3Cpath d='M6 15l6 6 6-6'/%3E%3Cpath d='M12 3v17'/%3E%3Cpath stroke-linecap='round' d='M12 21v-1'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    margin-right: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -300%;
    transition: top ease 0.35s;
}
@media (hover: hover) {
    .activities section.content li button.file-download:hover {
        text-decoration: underline;
    }
    .activities section.content li button.file-download:hover::before {
        top: 100%;
    }
    .activities section.content li button.file-download:hover {
        text-decoration: underline;
    }
    .activities section.content li button.file-download:hover::after {
        top: 35%;
    }
}
nav.subheader {
    background-color: #96b048;
    display: block;
    padding: 15px 140px;
    padding-top: 155px;
}
nav.subheader ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
nav.subheader ul a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    transition: color ease 0.3s;
}
.history li:nth-child(1) a {
    color: #000;
}
.mordomo li:nth-child(2) a {
    color: #000;
}
.mission li:nth-child(3) a {
    color: #000;
}
.social li:nth-child(4) a {
    color: #000;
}
.activities li:nth-child(6) a {
    color: #000;
}
@media (hover: hover) {
    nav.subheader ul a:hover {
        color: #000;
    }
}
header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}
.homepage header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}
section.banner {
    position: relative;
    z-index: -1;
    padding-top: 130px;
}
section.banner::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 143px;
    background-color: #96b048;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    z-index: 1;
}
section.banner .banner-img {
    width: 100%;
    padding-right: 70px;
    padding-left: 70px;
    height: 740px;
    position: relative;
}
section.banner .banner-img::after {
    content: "";
    width: calc(100% - 140px);
    margin-left: 70px;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.banner .banner-img img {
    width: 100%;
    height: 100%;
    object-position: 0% 65%;
    object-fit: cover;
}
section.banner .banner-text .banner-title {
    font-size: 5rem;
    font-family: "Lora";
    color: #fff;
    max-width: 994px;
    text-align: center;
    position: absolute;
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
}
header nav {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
}
.homepage nav {
    max-height: 130px;
    display: grid;
    grid-template-columns: 15% 70% 15%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navigation-links {
    grid-column: 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.navigation-links a {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 25px;
    text-transform: uppercase;
    line-height: 14px;
    max-height: 16px;
    transition: color ease 0.35s;
}
.navigation-links a.logo {
    display: block;
    width: 225px;
    margin-top: 0;
    height: 98px;
    max-height: 98px;
}
.navigation-links a.logo img {
    width: 100%;
    height: 100%;
    min-width: 180px;
    object-fit: contain;
}
.homepage .navigation-links {
    align-items: normal;
}
.homepage .navigation-links a {
    margin-top: 35px;
    transition: height ease 0.3s;
}
.homepage .navigation-links a.logo {
    height: 215px;
    margin-top: 0px;
    max-height: unset;
}
.homepage .navigation-links a.logo.menu-fixed {
    height: 90px;
}
.social-languages-links {
    grid-column: 4 / 3;
    display: flex;
    justify-content: flex-end;
}
.social-languages-links {
    display: flex;
}
.social-languages-links .languages {
    display: flex;
}
.social-languages-links .languages li {
    margin-top: 35px;
}
.social-languages-links .languages li + li {
    margin-left: 14px;
}
.social-languages-links .languages button {
    background-color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.3;
    cursor: pointer;
}
.social-languages-links .languages button.active {
    opacity: 1;
}
.social-languages-links .social-facebook {
    margin-top: 35px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 55px;
    color: #000;
    height: max-content;
}
.history .navigation-links a:nth-child(1),
.mordomo .navigation-links a:nth-child(1),
.mission .navigation-links a:nth-child(1),
.social .navigation-links a:nth-child(1),
.activities .navigation-links a:nth-child(1) {
    color: #96b048;
}
.cabrito .navigation-links a:nth-child(2) {
    color: #96b048;
}
.caramulo .navigation-links a:nth-child(3) {
    color: #96b048;
}
.gallery .navigation-links a:nth-child(5) {
    color: #96b048;
}
.events .navigation-links a:nth-child(6) {
    color: #96b048;
}
.contacts .navigation-links a:nth-child(7) {
    color: #96b048;
}
@media (hover: hover) {
    .navigation-links a:hover {
        color: #96b048;
    }
}
footer .footer-up {
    background-color: #000;
    background-image: url(/assets/img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center 80%;
}
footer .footer-up .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .footer-up .footer-grid .logo-container {
    width: 196px;
}
footer .footer-up .footer-grid .logo-container img {
    width: 100%;
    object-fit: cover;
}
footer .footer-up .footer-grid .footer-address p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer .footer-up .footer-grid .footer-address ul {
    margin-top: 30px;
}
footer .footer-up .footer-grid .footer-address li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
footer .footer-up .footer-grid .footer-address li a {
    color: #fff;
    transition: color ease 0.35s;
}
footer .footer-up .footer-grid .social-languages-links {
    grid-column: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
footer .footer-up .footer-grid .social-languages-links .languages li {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
}
footer .footer-up .footer-grid .social-languages-links .languages li button {
    background-color: transparent;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer .footer-up .footer-grid .social-languages-links a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 0;
    margin-top: 30px;
}
@media (hover: hover) {
    footer .footer-up .footer-grid .social-languages-links a:hover {
        text-decoration: underline;
    }
}
footer .footer-down {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 185px;
    padding-right: 185px;
}
footer .footer-down .site-links ul.links {
    display: flex;
}
footer .footer-down .site-links ul.links li a {
    color: #000;
    font-size: 1.6rem;
}
footer .footer-down .site-links ul.links li + li {
    margin-left: 12px;
}
footer .footer-down .site-links ul.links li + li:before {
    content: ".";
    font-size: 1.6rem;
    margin-right: 12px;
}
footer .footer-down .rights p {
    font-size: 1.6rem;
}
footer .footer-down .rights p span.letter-space {
    font-size: 16px;
    letter-spacing: 1px;
}
footer .footer-down .rights p span.divisor {
    font-size: 1.6rem;
    margin-right: 12px;
    margin-left: 12px;
}
@media (hover: hover) {
    footer .footer-up .footer-grid .footer-address li a:hover {
        color: #96b048;
    }
}
@media screen and (max-width: 1500px) {
    .social-languages-links {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .social-languages-links .social-facebook {
        margin-top: 16px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    header nav {
        grid-template-columns: 15% 70% 15%;
    }
    .homepage header nav {
        grid-template-columns: 15% 70% 15%;
    }
    .social-languages-links {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .social-languages-links .social-facebook {
        margin-left: 16px;
    }
    .navigation-links a {
        margin: 0 16px;
    }
    .navigation-links a.logo {
        height: 175px;
        width: auto;
    }
    main .intro .subtitle {
        font-size: 6rem;
    }
    main .intro .intro-content-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .homepage .content-text {
        font-size: 4rem;
    }
    .homepage main .subscribe {
        padding-left: 90px;
        padding-right: 90px;
    }
    main .subscribe .subscribe-grid p {
        font-size: 2rem;
        line-height: 3rem;
    }
    main .intro .intro-content-media .media-grid .video-container {
        width: 100%;
    }
    .mordomo main .hero .wrapper {
        max-width: 950px;
    }
    .social .wrapper aside nav {
        padding-left: 0;
    }
    .events .wrapper aside nav,
    .caramulo .wrapper aside nav,
    .cabrito .wrapper aside nav {
        margin-top: 50px;
    }
    .caramulo .slide-actions {
        width: 500px;
    }
    .caramulo .slide .splide__track {
        width: 100%;
    }
    .caramulo .slide-two .splide__two .splide__track {
        width: 100%;
    }
    .caramulo .splide__pagination {
        left: unset;
        transform: none;
        right: 0;
        width: 80%;
    }
    .caramulo .slide-actions {
        margin-left: 0;
    }
    .caramulo .wrapper aside nav {
        padding-right: 0;
    }
    .caramulo .wrapper aside nav a {
        white-space: nowrap;
    }
}
@media screen and (max-width: 1024px) {
    header nav {
        grid-template-columns: 0% 100% 0%;
    }
    .homepage header nav {
        grid-template-columns: 0% 100% 0%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .homepage .navigation-links a.logo {
        height: 155px;
    }
    .homepage .navigation-links a.logo.menu-fixed {
        height: 70px;
    }
    .social-languages-links {
        display: none;
    }
    section.banner .banner-img {
        padding-left: 35px;
        padding-right: 35px;
        height: 540px;
    }
    section.banner .banner-img::after {
        width: calc(100% - 70px);
        margin-left: 35px;
    }
    section.banner .banner-text .banner-title {
        width: 70%;
    }
    .homepage header {
        height: auto;
        margin-bottom: 60px;
    }
    .homepage .content-text {
        font-size: 3.2rem;
    }
    main .intro .intro-content-container {
        grid-template-columns: 50% 50%;
    }
    main .intro .subtitle {
        font-size: 5.5rem;
    }
    main .events {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 24px;
        padding-left: 24px;
    }
    .homepage .splide .splide__track {
        width: calc(100% - 30px) !important;
        margin-left: 15px;
        height: 450px;
    }
    .homepage main .subscribe {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .footer-down {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .footer-down .site-links ul.links li + li:before {
        content: none;
    }
    footer .footer-down .rights p span.divisor {
        display: none;
    }
    nav.subheader {
        padding-left: 15px;
        padding-right: 15px;
    }
    .history .slide .splide__track {
        width: calc(100% - 30px);
    }
    .history .slide-actions {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .splide__pagination {
        max-width: 75%;
        right: 16px;
        left: unset;
        transform: none;
    }
    .history article {
        padding-left: 24px;
        padding-right: 24px;
    }
    footer .footer-up {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
    }
    footer .footer-up .footer-grid {
        column-gap: 50px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .mordomo article .wrapper .content {
        padding-right: 48px;
    }
    .mission section.hero {
        margin-left: 24px;
    }
    .mission section.content {
        margin-left: 24px;
        margin-right: 24px;
        padding: 44px;
    }
    .mission section.content .vision {
        padding-right: 50px;
        width: 65%;
    }
    .activities section.content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .gallery section.gallery .column .image-container {
        height: 350px;
    }
    .events .wrapper .events-list .event-item h2.event-title {
        font-size: 1.8rem;
    }
    .events .wrapper section.content .image-container {
        height: 500px;
    }
    .events .wrapper section.content .text-container p {
        font-size: 1.4rem;
    }
    .events .wrapper {
        margin-top: 60px;
    }
    .events section.hero {
        margin-top: 60px;
    }
    .contacts main {
        padding-left: 24px;
        padding-right: 24px;
    }
    .contacts section.hero {
        margin-top: 60px;
    }
    .contacts main section.contacts .contacts-wrapper ul li,
    .contacts main section.contacts .contacts-wrapper .label {
        font-size: 2rem;
    }
    .contacts main section.contact-form-container {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .contacts main section.contact-form-container form {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
    }
    .contacts main section.contact-form-container p.form-title {
        font-size: 4.5rem;
    }
    .contacts main {
        margin-top: 0;
    }
    .homepage .slide .slide-content-container {
        right: 0;
    }
    .homepage .splide div.image-slide-container {
        height: 450px;
    }
    nav.subheader ul a {
        font-size: 1.1rem;
    }
    .caramulo section.hero,
    .cabrito section.hero,
    .activities section.hero,
    .mordomo main .hero,
    .history main .hero .wrapper,
    nav.subheader,
    .history .slide {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    footer .footer-up .footer-grid {
        width: 100%;
    }
    .activities section.hero h1.title {
        padding-left: 24px;
        padding-right: 24px;
    }
    .caramulo section.content article.gastronomia h4 {
        margin-top: 36px;
    }
    .caramulo section.content article.gastronomia {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .caramulo .slide .splide__track {
        height: auto;
    }
    .caramulo section.content article.region p,
    .caramulo section.content article.region h2 {
        padding-left: 50px;
    }
    .events .wrapper .content-list {
        padding-right: 50px;
    }
    .contacts main section.contacts {
        margin-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 8px;
    }
    nav.subheader {
        display: none;
    }
    .content-title {
        font-size: 2rem;
    }
    header nav.mobile {
        height: 80px;
        padding: 15px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header nav.mobile .logo {
        height: 60px;
        width: 60px;
    }
    header nav.mobile .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    header nav.mobile #menu-icon {
        background-image: url(/assets/icons/hamburger.svg);
        width: 24px;
        height: 24px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .homepage nav,
    header nav {
        max-height: 80px;
    }
    header nav.desktop {
        display: none !important;
    }
    .homepage .navigation-links a.logo {
        height: 125px;
    }
    main .intro .intro-content-container {
        grid-template-columns: 1fr;
    }
    main .events {
        margin-top: 16px;
    }
    main .intro .intro-content-text {
        margin-bottom: 24px;
    }
    main .intro {
        margin-left: 30px;
        margin-right: 30px;
    }
    .homepage .splide {
        margin-top: 60px;
        margin-bottom: 44px;
    }
    .homepage .slide .slide-content-container {
        position: static;
        width: 100%;
    }
    .homepage .splide div.image-slide-container {
        height: 450px;
    }
    .homepage .splide .splide__track {
        width: 100% !important;
        margin-left: 0;
    }
    .splide__pagination,
    .slide-actions {
        display: none !important;
    }
    .splide__arrows {
        display: block;
    }
    main .subscribe .subscribe-grid {
        grid-template-columns: 1fr;
    }
    .homepage main .subscribe {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    main .subscribe .subscribe-grid p {
        margin-bottom: 24px;
    }
    main .subscribe .subscribe-grid form input#email {
        width: 100%;
    }
    footer .footer-up .footer-grid {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    footer .footer-up .footer-grid .logo-container {
        width: 100px;
        display: flex;
        align-items: center;
    }
    footer .footer-up .footer-grid {
        column-gap: 20px;
    }
    footer .footer-down {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
    }
    footer .footer-down .site-links ul.links li a {
        font-size: 12px;
    }
    footer .footer-down .rights p span.letter-space {
        font-size: 12px;
        letter-spacing: 0;
        display: block;
    }
    section.banner {
        padding-top: 80px;
    }
    .homepage .navigation-links a.logo.menu-fixed {
        height: 60px;
    }
    nav.subheader {
        padding-top: 90px;
    }
    .navigation-links a.logo {
        height: 60px;
    }
    header nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .history .slide .splide__track {
        height: 450px;
    }
    .history main .hero .wrapper {
        padding-top: 60px;
    }
    .history article {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
    }
    .history article .content:first-child {
        margin-right: 0;
    }
    .history article .content p {
        font-size: 14px;
        line-height: 22px;
    }
    .history article .image-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        height: auto;
    }
    .history article .image-container img {
        height: 100%;
        max-height: 450px;
        object-fit: cover;
    }
    .history p.subtitle {
        margin-top: 40px;
    }
    .history article .image-container:first-child {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .history article .image-container img.logo {
        max-height: 250px;
    }
    .mordomo main .hero {
        padding-left: 16px;
        padding-right: 16px;
        height: 320px;
        display: flex;
        align-items: center;
        margin-top: 70px;
    }
    .mordomo main .hero h3.content-title {
        padding-top: 0;
    }
    .mordomo article .content p {
        line-height: 22px;
    }
    aside {
        display: none;
    }
    .social .wrapper section.content {
        width: 100%;
    }
    .social main {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.hero {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .activities section.content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .activities section.content li + li {
        margin-top: 24px;
    }
    .cabrito section.content {
        width: 100%;
    }
    .cabrito section.content {
        margin-top: 40px;
    }
    .cabrito section.content article.history {
        padding-bottom: 40px;
    }
    .cabrito section.content article.manufacture {
        padding: 44px;
    }
    .cabrito section.hero {
        padding-top: 120px !important;
    }
    .caramulo section.hero {
        padding-top: 120px !important;
    }
    .caramulo section.content {
        width: 100%;
        margin-top: 40px;
    }
    .caramulo section.content article.region p {
        padding-left: 0;
    }
    .caramulo .slide {
        padding-top: 60px;
    }
    .caramulo section.content article.region {
        padding-bottom: 60px;
    }
    .caramulo .slide-two .splide__two .splide__track {
        height: 400px;
    }
    .caramulo .slide-two .slide-content-container {
        bottom: -100px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .caramulo section.content article.gastronomia {
        padding-bottom: 150px;
    }
    .caramulo section.content article.gastronomia {
        padding-left: 16px;
        padding-right: 16px;
    }
    .gallery main {
        padding-top: 80px;
    }
    .gallery section.hero {
        padding-top: 0;
        padding-bottom: 0;
        height: 150px;
        display: flex;
        align-items: center;
    }
    .gallery section.gallery {
        margin-top: 0;
    }
    .gallery section.hero h3.content-title {
        padding-top: 0;
    }
    .gallery section.gallery .column .image-container {
        height: 250px;
    }
    .gallery section.gallery .column {
        margin-left: 5px;
        margin-right: 5px;
    }
    .gallery section.gallery .column .image-container + .image-container {
        margin-top: 10px;
    }
    .gallery
        section.gallery
        .column
        .image-container
        .photo-details
        .details-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .gallery section.gallery .column .image-container .photo-details h5 {
        font-size: 18px;
    }
    .gallery section.gallery .column .image-container .photo-details {
        padding-bottom: 24px;
    }
    .modal-popup .modal-wrapper .slide {
        width: 100%;
    }
    .modal-popup .modal-wrapper {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .events section.hero {
        margin-top: 100px;
        width: 100%;
        margin-left: 0;
    }
    .events .wrapper {
        grid-template-columns: 1fr;
        margin-top: 0;
    }
    .events .wrapper .events-list .event-item + .event-item {
        margin-top: 0px;
    }
    .events .content {
        margin-top: 40px;
    }
    .events aside {
        display: block;
        position: fixed;
        background-color: #fff;
        width: 50vw;
        height: 100vh;
        top: 0;
    }
    header nav.mobile aside.navigation-mobile {
        padding: 24px;
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 50%;
        height: 100vh;
        background-color: #fff;
        top: 0;
        right: calc(-50% - 25px);
        transition: right ease 0.35s;
    }
    header nav.mobile aside.navigation-mobile::after {
        content: "";
        width: 25px;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -25px;
        background: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(255, 255, 255, 0) 100%
        );
        display: block;
    }
    header nav.mobile aside.navigation-mobile.active {
        right: 0;
    }
    header nav.mobile aside.navigation-mobile .header-mobile-menu {
        background-color: #fafafa;
        padding: 14px 24px;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-top: -24px;
        display: flex;
        justify-content: flex-end;
    }
    header nav.mobile aside.navigation-mobile .header-mobile-menu .close-icon {
        background-image: url(/assets/icons/close-black.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    header nav.mobile aside.navigation-mobile .navigation-links-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        overflow-y: auto;
        margin-bottom: 20px;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .navigation-links-mobile
        p.accordion-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .navigation-links-mobile
        p.accordion-item::after {
        content: "";
        transform: rotate(270deg);
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(/assets/icons/chevron-left-black.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .navigation-links-mobile
        .accordion {
        padding: 14px;
        padding-left: 0;
        padding-bottom: 0;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .navigation-links-mobile
        .accordion
        .subheader-links {
        display: flex;
        flex-direction: column;
        padding-left: 24px;
        height: 0;
        overflow: hidden;
        transition: height ease 0.3s;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .navigation-links-mobile
        .accordion.active
        .subheader-links {
        height: auto;
    }
    header nav.mobile aside.navigation-mobile .navigation-links-mobile p,
    header nav.mobile aside.navigation-mobile .navigation-links-mobile a {
        font-size: 16px;
        padding: 14px;
        margin-top: 0;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .navigation-links-mobile
        .accordion
        + a,
    header nav.mobile aside.navigation-mobile .navigation-links-mobile a + a {
        border-top: 1px solid #f5f5f5;
    }
    header nav.mobile aside.navigation-mobile .other-links-mobile {
        display: flex;
        margin-top: auto;
        justify-content: space-between;
        align-items: center;
        background-color: #fafafa;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-bottom: -24px;
        padding: 24px;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .other-links-mobile
        .languages-mobile {
        display: flex;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .other-links-mobile
        .languages-mobile
        .language
        + .language {
        margin-left: 14px;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .other-links-mobile
        .languages-mobile
        .language
        button {
        background-color: transparent;
        font-size: 14px;
        border-bottom: 1px solid #000;
        text-transform: uppercase;
        opacity: 0.7;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .other-links-mobile
        .languages-mobile
        .language
        button.active {
        opacity: 1;
        font-weight: bold;
    }
    header
        nav.mobile
        aside.navigation-mobile
        .other-links-mobile
        .social-facebook {
        font-size: 14px;
        color: #000;
        border-bottom: 1px solid #000;
    }
    .image-slide-container {
        height: 100%;
    }
    .history .slide {
        padding-top: 60px;
    }
    .history main .hero .wrapper .title {
        font-size: 4rem;
        letter-spacing: 2px;
        line-height: 5.5rem;
    }
    .events aside {
        display: none;
    }
    .events .wrapper section.content .text-container p {
        font-size: 14px;
    }
    .events .wrapper section.content .image-container {
        height: 380px;
    }
    .events .wrapper section.content .image-container img {
        object-position: 0 0;
    }
    .events .wrapper .content-list > ul.events-list {
        display: none;
    }
    .events .wrapper .years-accordion {
        display: block;
    }
    .events .wrapper .years-accordion li.year {
        border-bottom: 1px solid #f5f5f5;
        height: 48px;
        overflow: hidden;
        transition: height ease 0.35s;
    }
    .events .wrapper .years-accordion li.year.active {
        height: auto;
    }
    .events .wrapper .years-accordion li.year ul.events-list {
        padding: 0px 24px;
    }
    .events .wrapper .years-accordion li.year ul.events-list li {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .events .wrapper .years-accordion li.year ul.events-list li + li {
        border-top: 1px solid #f5f5f5;
    }
    .events .wrapper .years-accordion .header-accordion {
        font-size: 16px;
        font-weight: bold;
        padding: 14px;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
        display: block;
    }
    .events .wrapper .years-accordion .header-accordion::after {
        content: "";
        transform: rotate(270deg);
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(/assets/icons/chevron-left-black.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        right: 14px;
    }
    .events .content {
        margin-top: 36px;
    }
    .events .wrapper .events-list .event-item p.event-date {
        font-size: 14px;
        margin-top: 8px;
    }
    .events .wrapper .events-list .event-item h2.event-title {
        font-size: 16px;
    }
    .events .wrapper .content-list {
        padding-right: 0;
    }
    .events .year .content {
        margin-top: 0;
    }
    .contacts main section.contacts {
        margin-top: 36px;
        display: flex;
        flex-direction: column;
    }
    .contacts main section.contacts .contacts-wrapper {
        display: grid;
        grid-template-columns: auto auto;
    }
    .contacts main section.contacts .contacts-wrapper .contacts-container {
        margin-top: 0;
    }
    .contacts main section.contacts .contacts-wrapper ul {
        margin-top: 24px !important;
    }
    .contacts main section.contacts .contacts-wrapper .get-directions {
        margin-top: 24px;
    }
    .map-wrapper {
        margin-top: 24px;
        height: 400px;
    }
    .contacts main section.contact-form-container p.form-title {
        font-size: 3.5rem;
        margin-top: 60px;
    }
    .contacts main section.contact-form-container form label {
        font-size: 14px;
    }
    .contacts main section.contact-form-container form {
        margin-top: 60px;
    }
    .contacts main section.contact-form-container form input[type="text"] {
        font-size: 14px;
    }
    .contacts main section.contact-form-container form input + label {
        margin-top: 36px;
    }
    .contacts main section.contact-form-container form .caption {
        font-size: 12px;
    }
    .contacts main section.contact-form-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 576px) {
    header nav.mobile aside.navigation-mobile {
        width: 90%;
        right: calc(-90% - 25px);
    }
    footer .footer-up .footer-grid {
        display: flex;
        flex-direction: column;
    }
    footer .footer-up .footer-grid .footer-address ul {
        margin-top: 8px;
    }
    footer .footer-up .footer-grid > div + div {
        margin-top: 24px;
    }
    footer .footer-up .footer-grid .social-languages-links {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }
    footer .footer-up .footer-grid .social-languages-links a {
        margin-top: 0;
    }
    footer .footer-down .site-links ul.links li a {
        white-space: nowrap;
    }
    footer .footer-down {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    footer .footer-down .site-links ul.links {
        flex-direction: column;
    }
    footer .footer-down .site-links ul.links li + li {
        margin-left: 0;
        margin-top: 8px;
    }
    footer .footer-down .logo {
        margin-top: 14px;
        grid-column: 3 / 2;
    }
    section.banner .banner-img {
        padding-right: 0;
        padding-left: 0;
    }
    section.banner .banner-img::after {
        margin-left: 0;
        width: 100%;
    }
    section.banner .banner-text .banner-title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    section.banner .banner-img img {
        object-position: 50% 50%;
    }
    .homepage main .subscribe {
        padding-left: 0;
        padding-right: 0;
    }
    main .subscribe .subscribe-grid {
        display: flex;
        flex-direction: column;
    }
    main .subscribe .subscribe-grid form {
        flex-direction: column;
    }
    main .subscribe .subscribe-grid form button.submit {
        margin-left: 0;
        background-color: #96b048;
        color: #fff;
        margin-top: 14px;
    }
    main .intro .intro-content-media .media-grid {
        display: flex;
        flex-direction: column;
    }
    main .intro .intro-content-media .media-grid > div {
        height: 300px !important;
    }
    main .intro {
        margin-left: 0;
        margin-right: 0;
    }
    main .intro .subtitle {
        letter-spacing: 4px;
    }
    header nav.mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .content-button {
        padding: 20px 38px;
    }
    section.hero {
        padding-top: 80px;
    }
    main .hero .title {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 4rem !important;
        line-height: 5rem !important;
        letter-spacing: 2px !important;
    }
    .mordomo main .hero p.short-description {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-top: 24px;
    }
    .mordomo main .hero h1.title {
        padding-left: 0px !important;
    }
    .mordomo article .wrapper {
        flex-direction: column-reverse;
    }
    .mordomo article .image-container {
        width: 100%;
    }
    .mordomo article .wrapper .content {
        padding-right: 0;
        margin-top: 24px;
    }
    .mordomo main .container {
        padding-bottom: 60px;
    }
    .mission section.hero p.short-description {
        margin-top: 24px;
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .mission section.content {
        margin-top: 36px;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        padding: 24px 14px;
    }
    .mission section.content > div + div {
        margin-top: 14px;
    }
    .mission section.content .vision {
        padding-right: 0;
        width: 100%;
    }
    .mission section.content .vision p,
    .mission section.content .values ul {
        margin-top: 24px;
    }
    .mission section.content h2.title {
        margin-top: 0;
        font-size: 4rem;
    }
    .mission main {
        padding-bottom: 60px;
    }
    footer .footer-up .footer-grid .logo-container {
        display: none;
    }
    .mission section.hero h3.content-title {
        margin-top: 70px;
    }
    .social .wrapper section.content .social-lists h2 {
        font-size: 4rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .social .wrapper section.content .social-lists ul li p {
        font-size: 2rem;
    }
    .social .wrapper section.content .social-lists ul li {
        justify-content: space-between;
    }
    .social .wrapper section.content .social-lists ul li + li {
        margin-top: 24px;
    }
    .social .wrapper section.content .social-lists ul {
        margin-top: 36px;
        padding-bottom: 60px;
        border-bottom: 0px;
    }
    .activities section.hero {
        padding-top: 100px !important;
    }
    .activities section.content li p.file-name {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .activities section.content {
        padding-left: 0;
        padding-right: 0;
    }
    .activities section.content li {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-column-gap: 14px;
    }
    .activities section.content li button.file-download {
        padding-left: 20px;
        text-decoration: underline;
    }
    .caramulo .slide-two .slide-content-container {
        width: 100%;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .caramulo section.content article.gastronomia h2 {
        font-size: 4rem;
        line-height: 5rem;
        letter-spacing: 2px;
    }
    .gallery section.gallery {
        display: flex;
        flex-direction: column;
    }
    .gallery section.gallery .column .image-container {
        height: 220px;
    }
    .gallery section.gallery .column .image-container + .image-container {
        margin-top: 15px;
    }
    .gallery section.gallery .column .image-container .photo-details {
        opacity: 1;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5),
            rgba(255, 255, 255, 0) 100%
        );
    }
    .gallery section.gallery .column .image-container .photo-details p {
        font-size: 1.4rem;
    }
    .contacts main section.contacts .contacts-wrapper {
        display: flex;
        flex-direction: column;
    }
    .contacts main section.contacts {
        margin-top: 14px;
    }
    .contacts main section.contacts .contacts-wrapper > div + div {
        margin-top: 24px !important;
    }
    .contacts main section.contacts .contacts-wrapper ul {
        margin-top: 10px !important;
    }
    .contacts main section.contacts .contacts-wrapper .get-directions {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 60px;
    }
    .contacts main {
        padding-left: 0;
        padding-right: 0;
    }
    .contacts main section.contact-form-container {
        margin-top: 60px;
    }
    .contacts main section.contact-form-container form {
        padding-left: 0;
        padding-right: 0;
    }
    .contacts main section.contact-form-container p.form-title {
        font-size: 3rem;
    }
}
