@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "Gotham Rounded";
    src: url("https://despachovalls.com//css/fonts/gotham-rounded-light.woff2") format("woff2"),
        url("https://despachovalls.com//css/fonts/gotham-rounded-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url("https://despachovalls.com//css/fonts/gotham-rounded-book.woff2") format("woff2"),
        url("https://despachovalls.com//css/fonts/gotham-rounded-book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url("https://despachovalls.com//css/fonts/gotham-rounded-medium.woff2") format("woff2"),
        url("https://despachovalls.com//css/fonts/gotham-rounded-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url("https://despachovalls.com//css/fonts/gotham-rounded-bold.woff2") format("woff2"),
        url("https://despachovalls.com//css/fonts/gotham-rounded-bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    height: 100%;
    background-color: #FFFFFF;
    font-family: "Gotham Rounded", sans-serif;
    color: #3B3939;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: default;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
    background: none;
}

div:focus,
span:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    background-image: none;
}

div,
span,
a,
input,
textarea,
select,
button {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
form {
    display: block;
}

.touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* BAR */

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: rgba(108, 99, 91, 0.9);
    backdrop-filter: blur(16px);
    transition: 0.3s;
    z-index: 99;
}

.bar-compact {
    height: 90px;
    box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.1);
}

.bar-layout {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 34px;
    padding-right: 34px;
    margin: 0 auto;
    transition: 0.3s;
}

.bar-brand {
    flex: auto;
    display: flex;
    align-items: flex-end;
    padding-bottom: 31px;
}

.bar-brand-link {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.3em;
}

.bar-actions {
    flex: none;
    display: flex;
    align-items: flex-end;
    column-gap: 12px;
    padding-bottom: 31px;
    padding-right: 30px;
}

.bar-action {
    color: #CCCCCC;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.25s;
}

.bar-action:hover {
    color: #FFFFFF;
}

.touch .bar-action:hover {
    color: #CCCCCC;
}

.bar-action:active,
.touch .bar-action:active {
    color: #FFFFFF;
}

.bar-action-on {
    color: #FFFFFF;
}

.bar-action-on:hover {
    color: #FFFFFF;
}

.touch .bar-action-on:hover {
    color: #FFFFFF;
}

.bar-action-on:active,
.touch .bar-action-on:active {
    color: #FFFFFF;
}

.bar-menu {
    flex: none;
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
}

.bar-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    cursor: pointer;
}

.bar-menu-line {
    width: 100%;
    height: 2px;
    background-color: #CCCCCC;
    transition: 0.25s;
}

.bar-menu-btn:hover .bar-menu-line {
    transform: scaleX(0.7);
}

.touch .bar-menu-btn:hover .bar-menu-line {
    transform: scaleX(1);
}

.bar-menu-btn:active .bar-menu-line,
.touch .bar-menu-btn:active .bar-menu-line {
    transform: scaleX(0.7);
}

/* PANEL */

.panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 540px;
    height: 100%;
    background-color: rgba(59, 57, 57, 0.9);
    backdrop-filter: blur(8px);
    animation: panel-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 120;
}

@keyframes panel-anima {
    0% {
        transform: translate(-10%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.panel-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.85);
    animation: panel-bg-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 119;
}

@keyframes panel-bg-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.panel-frame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.panel-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-left: 36px;
    padding-right: 36px;
}

.panel-close {
    position: absolute;
    top: 66px;
    right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.panel-close img {
    display: block;
    width: 28px;
    height: 28px;
    transition: 0.5s;
}

.panel-close:hover img {
    transform: rotate(180deg);
}

.touch .panel-close:hover img {
    transform: rotate(0deg);
}

.panel-close:active img,
.touch .panel-close:active img {
    transform: rotate(180deg);
}

.panel-buttons {
    flex: auto;
    display: flex;
    align-items: flex-start;
}

.panel-buttons-layout {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

.panel-link-block {
    opacity: 0;
    transform: translateY(-32px);
    animation-name: panel-link-anima;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transition: 0.25s;
}

.panel-link {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.panel-link:hover {
    opacity: 0.5;
}

.touch .panel-link:hover {
    opacity: 1;
}

.panel-link:active,
.touch .panel-link:active {
    opacity: 0.5;
}

.panel-link-on {
    opacity: 0.5;
}

.panel-link-on:hover {
    opacity: 0.5;
}

.touch .panel-link-on:hover {
    opacity: 0.5;
}

.panel-link-on:active,
.touch .panel-link-on:active {
    opacity: 0.5;
}

.panel-link-block:nth-child(1) {
    animation-delay: 0.2s;
}

.panel-link-block:nth-child(2) {
    animation-delay: 0.3s;
}

.panel-link-block:nth-child(3) {
    animation-delay: 0.4s;
}

.panel-link-block:nth-child(4) {
    animation-delay: 0.5s;
}

.panel-link-block:nth-child(5) {
    animation-delay: 0.6s;
}

.panel-link-block:nth-child(6) {
    animation-delay: 0.7s;
}

.panel-link-block:nth-child(7) {
    animation-delay: 0.8s;
}

.panel-link-block:nth-child(8) {
    animation-delay: 0.9s;
}

@keyframes panel-link-anima {
    from {
        opacity: 0;
        transform: translateY(-32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* DISPLAY */

.display {
    position: relative;
    width: 100%;
    height: calc(100% - 18px - 120px);
    margin-top: 120px;
    background-color: #615A54;
    overflow: hidden;
}

.display-articles {
    background-color: #FFFFFF;
}

.display-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: display-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.display-articles .display-picture {
    background-size: 70% auto;
    background-position: right center;
    background-image: url(../assets/articles.jpg);
}

@keyframes display-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.display-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    mix-blend-mode: multiply;
}

.display-overlay-dark {
    background-color: #6F6F6F;
    opacity: 1;
}

.display-swiper {
    width: 100%;
    height: 100%;
    background-color: #615A54;
    --swiper-theme-color: #FF9027;
    --swiper-navigation-size: 20px;
    --swiper-navigation-sides-offset: 0px;
    --swiper-pagination-right: 18px;
    --swiper-pagination-bottom: 18px;
    --swiper-pagination-bullet-size: 7px;
    --swiper-pagination-bullet-width: 7px;
    --swiper-pagination-bullet-height: 7px;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-scrollbar-border-radius: 0px;
    --swiper-scrollbar-bottom: 30px;
    --swiper-scrollbar-left: 0px;
    --swiper-scrollbar-sides-offset: 30px;
    --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(255, 255, 255, 0.5);
    --swiper-scrollbar-size: 4px;
}

.display-swiper .swiper-button-prev {
    bottom: 48px;
    top: unset !important;
    right: 64px;
    left: unset;
    width: 30px;
    height: 30px;
    margin-top: 0;
}

.display-swiper .swiper-button-next {
    bottom: 48px;
    top: unset !important;
    left: unset;
    right: 24px;
    width: 30px;
    height: 30px;
    margin-top: 0;
}

.display-slide {
    position: relative !important;
    width: 100% !important;
    background-color: var(--bg-color);
    overflow: hidden;
}

.slide-picture {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: display-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    overflow: hidden;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.5;
}

.slide-overlay-multiply {
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 120px;
    padding-left: 34px;
    padding-right: 34px;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
}

.caption-alt {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    height: auto;
    padding-top: 196px;
    padding-bottom: 0px;
    color: #3B3939;
    text-transform: unset;
}

.caption-alt-2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.caption-alt-3 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.caption-sub {
    padding-top: 24px;
    font-size: 28px;
    line-height: 32px;
}

.caption-relative {
    position: relative;
}

.caption-inverse {
    color: #4E4842;
}

.caption-content {
    opacity: 0;
    transform: translateY(-10px);
    animation-name: caption-content-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.caption-content-alt {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 12%;
}

.caption-content strong {
    font-weight: 500;
}

@keyframes caption-content-anima {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.caption-bold {
    font-weight: 500;
}

.caption-orange {
    color: #FF9027;
}

.caption-grey {
    color: rgba(255, 255, 255, 0.5);
}

.caption-inverse .caption-grey {
    color: rgba(78, 72, 66, 0.5);
}

.caption-button-frame {
    font-size: 16px;
    line-height: 16px;
}

.caption-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #302C28;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.35s;
}

.caption-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.touch .caption-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.caption-button:active,
.touch .caption-button:active {
    background-color: rgba(255, 255, 255, 1);
}

.caption-mini {
    color: #3B3939;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.caption-mini-alt {
    color: #FFFFFF;
}

.caption-mini strong {
    font-weight: 500;
}

.caption-mini-grey {
    opacity: 0.5;
}

/* CONTENT */

.content-grid {
    display: flex;
    flex-direction: column;
}

.content-display {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.content-display-alt {
    flex: none;
    width: 100%;
    max-width: unset;
    padding-top: 38px !important;
    padding-bottom: 0px !important;
    margin: 0 auto;
}

.content-display-alt-2 {
    width: 100%;
    max-width: unset;
    margin: unset;
}

.content-display-alt-3 {
    width: 100%;
    max-width: unset;
    margin: unset;
    padding-top: 32px;
    padding-bottom: 0px !important;
}

.content-text {
    padding-bottom: 0px;
    padding-left: 34px;
    padding-right: 34px;
}

.content-canvas .content-text {
    padding-top: 48px;
    padding-bottom: 48px;
}

.content-display-alt .content-text {
    padding-left: 0px;
    padding-right: 0px;
}

.content-summary {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 34px;
    padding-right: 34px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.content-summary strong {
    font-weight: 600;
}

.content-body {
    color: #3B3939;
    font-family: "Libre Franklin", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
}

.content-body p{
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.content-canvas-alt .content-body {
    padding-top: 32px;
}

.content-body strong {
    font-weight: 500;
}

.content-body p {
    padding-bottom: 20px;
}

.content-body p:last-of-type {
    padding-bottom: 0px;
}

.content-canvas .content-body h2 {
    padding-top: 16px;
    padding-bottom: 36px;
    color: #8D8D8D;
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.content-canvas .content-body h2 strong {
    color: #3B3939;
}

.content-canvas .content-body h2:first-of-type {
    padding-top: 0px;
}

.content-orange {
    color: #FF9027 !important;
}

.content-orange strong {
    color: #FF9027 !important;
}

.content-picture {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: #E2E2E2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #F8F8F8;
    padding-top: 120px;
}

.content-layout-alt {
    background-color: #FFFFFF;
}

.content-layout-alt-2 {
    height: calc(100% - 18px);
}

.content-fixed {
    position: fixed;
    top: 120px;
    left: 0;
    width: 50%;
    height: calc(100% - 120px);
    transition: 0.3s;
}

.content-fixed-compact {
    top: 90px;
    height: calc(100% - 90px);
}

.content-intro {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.content-intro-swap {
    display: none;
    height: calc(100vh - 120px);
}

.content-intro-alt {
    background-color: var(--bg-color);
}

.content-intro-alt-2 {
    border-bottom: solid 1px #F8F8F8;
    border-right: solid 1px #F8F8F8;
}

.content-intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: display-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.content-intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6F6F6F;
    opacity: 0.25;
    mix-blend-mode: multiply;
}

.content-intro-text {
    position: relative;
    padding-top: 60px;
    padding-left: 34px;
    padding-right: 34px;
}

.content-canvas {
    padding-top: 8px;
    padding-bottom: 32px;
    background-color: #FFFFFF;
}

.content-canvas-alt {
    padding-top: 16px;
    padding-bottom: 24px;
}

.content-canvas-alt-2 {
    padding-bottom: 0px;
}

.content-image {
    position: relative;
    overflow: hidden;
}

.content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: display-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.content-list {
    display: block;
    margin-top: 68px;
}

/* CONTACT */

.contact-grid {
    display: flex;
}

.contact-data {
    flex: none;
    padding-top: 170px;
    padding-left: 34px;
    padding-right: 34px;
    color: #4E4842;
    font-weight: 300;
}

.contact-data strong {
    font-weight: 500;
}

.contact-data-title {
    padding-bottom: 20px;
    color: #9D8D7F;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-data-title-bold {
    color: #4E4842;
    font-weight: 500;
}

.contact-data-title-orange {
    color: #FF9027;
}

.contact-data-title-grey {
    color: #D4CEC9;
}

.contact-data-address {
    padding-bottom: 23px;
}

.contact-link {
    color: #4E4842;
    opacity: 1;
    transition: 0.25s;
}

.contact-link-orange {
    color: #FF9027;
}

.contact-link:hover {
    opacity: 0.5;
}

.touch .contact-link:hover {
    opacity: 1;
}

.contact-link:active,
.touch .contact-link:active {
    opacity: 0.5;
}

.contact-layout {
    flex: auto;
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    padding-top: 148px;
    padding-bottom: 34px;
    padding-right: 34px;
    padding-left: 34px;
}

.contact-map {
    width: 100%;
    height: 420px;
    background-color: #F1F3F4;
}

.contact-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-message {
    border-right: solid 1px #F1F3F4;
}

.contact-picture {
    position: relative;
    width: 100%;
    padding-bottom: 133.3333333333333%;
    background-color: #E2E2E2;
    overflow: hidden;
}

.contact-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: contact-image-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes contact-image-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.contact-single {
    padding-bottom: 32px;
    border-top: solid 1px #EEEEEE;
}

.contact-single-form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

/* BANNER */

.banner {
    display: block;
    position: fixed;
    left: 18px;
    bottom: 36px;
    padding: 30px;
    padding-top: 28px;
    border-radius: 10px;
    background-color: rgba(29, 26, 24, 0.5);
    backdrop-filter: blur(24px);
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.35s;
    z-index: 10;
}

.banner:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.touch .banner:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.banner:active,
.touch .banner:active {
    background-color: rgba(0, 0, 0, 0.75);
}

.banner-compact {
    bottom: 18px;
}

.banner-white {
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-orange {
    color: #FF9027;
    font-weight: 400;
}

/* HOME */

.home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.home-grid-alt {
    border-top: solid 1px #EEEEEE;
}

.home-box {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    transition: 0.35s;
}

.home-box-alt-2 {
    background-color: #FAFAFA;
}

.home-box:hover {
    filter: brightness(85%);
}

.touch .home-box:hover {
    filter: brightness(100%);
}

.home-box:active,
.touch .home-box:active {
    filter: brightness(85%);
}

.home-contact:hover {
    filter: brightness(100%);
}

.touch .home-contact:hover {
    filter: brightness(100%);
}

.home-contact:active,
.touch .home-contact:active {
    filter: brightness(100%);
}

.home-box-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 2s;
}

.home-box:hover .home-box-picture {
    transform: scale(1.07);
}

.touch .home-box:hover .home-box-picture {
    transform: scale(1);
}

.home-box:active .home-box-picture,
.touch .home-box:active .home-box-picture {
    transform: scale(1.07);
}

.home-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
}

.home-box-overlay-multiply {
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.home-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 34px;
    padding-right: 34px;
    color: #4E4842;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: auto;
}

.home-box-content-inverse {
    color: #FFFFFF;
}

.home-box-content-left {
    text-align: left;
}

.home-box-content-right {
    text-align: right;
}

.home-box-content-center {
    text-align: center;
}

.home-box-content-pos-top_left {
    display: flex;
    align-items: flex-start;
}

.home-box-content-pos-top_right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.home-box-content-pos-bottom_left {
    display: flex;
    align-items: flex-end;
}

.home-box-content-pos-bottom_right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.home-box-content-pos-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-box-content-pos-center_left {
    display: flex;
    align-items: center;
}

.home-box-content-pos-center_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    color: #FF9027;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.home-list a {
    filter: brightness(100%);
    transition: 0.35s;
}

.home-list a:hover {
    filter: brightness(80%);
}

.touch .home-list a:hover {
    filter: brightness(100%);
}

.home-list a:active,
.touch .home-list:active {
    filter: brightness(80%);
}

.home-box-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 0px;
}

.home-box-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    border-color: #FFFFFF;
}

.home-box-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.35);
}

.home-box-content::-webkit-scrollbar-track {
    background: #E2E2E2;
    border-radius: 0px;
}

/* ITEMS */

.items-frame {
    position: relative;
    z-index: 2;
}

.items {
    background-color: #E2E2E2;
}

.items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.items-grid-alt {
    row-gap: 1px;
    column-gap: 1px;
    background-color: #EEEEEE;
    border-top: solid 1px #EEEEEE;
}

.items-slide {
    position: relative;
    background-color: var(--bg-color);
    cursor: pointer;
}

.items-layout {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.items-layout-alt {
    padding-bottom: 0px;
    height: 100%;
}

.items-slide:hover .items-overlay-alt {
    opacity: 0.2;
}

.touch .items-slide:hover .items-overlay-alt {
    opacity: 0;
}

.items-slide:active .items-overlay-alt,
.touch .items-slide:active .items-overlay-alt {
    opacity: 0.2;
}

.items-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.items-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.35;
}

.items-overlay-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: 0;
    transition: 0.35s;
}

.items-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 34px;
    padding-right: 34px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.items-layout-alt .items-content {
    position: relative;
}

.items-content-alt {
    color: #3B3939;
}

.items-content strong {
    font-weight: 500;
}

/* ARTICLES */

.articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #FFFFFF;
}

.articles-box {
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
    background-color: #FFFFFF;
    transition: 0.35s;
}

.articles-box-alt {
    background-color: #6F6F6F;
}

.articles-box-alt-2 {
    background-color: #FF9027;
}

.articles-box:hover {
    filter: brightness(92%);
}

.touch .articles-box:hover {
    filter: brightness(100%);
}

.articles-box:active,
.touch .articles-box:active {
    filter: brightness(92%);
}

.articles-picture {
    flex: none;
    position: relative;
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: #E2E2E2;
    overflow: hidden;
}

.articles-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 2s;
}

.articles-box:hover .articles-image {
    transform: scale(1.07);
}

.touch .articles-box:hover .articles-image {
    transform: scale(1);
}

.articles-box:active .articles-image,
.touch .articles-box:active .articles-image {
    transform: scale(1.07);
}

.articles-data {
    flex: auto;
    position: relative;
    padding: 34px;
}

.articles-title {
    padding-top: 32px;
    padding-bottom: 24px;
}

.articles-intro {
    font-family: "Libre Franklin", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.articles-box-alt,
.articles-box-alt-2 {
    color: #FFFFFF;
}

.articles-read {
    margin-top: 16px;
    color: #0A83DB;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.25s;
}

.articles-read:hover {
    color: #3B3939;
}

.touch .articles-read:hover {
    color: #0A83DB;
}

.articles-read:active,
.touch .articles-read:active {
    color: #3B3939;
}

.articles-box-alt .articles-read {
    color: #77D1E2;
}

.touch .articles-box-alt .articles-read:hover {
    color: #77D1E2;
}

.articles-box-alt-2 .articles-read {
    color: #FFFFFF;
}

.touch .articles-box-alt-2 .articles-read:hover {
    color: #FFFFFF;
}

.articles-share {
    display: flex;
    column-gap: 18px;
    padding-left: 34px;
    padding-right: 34px;
    color: #CCCCCC;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.articles-share-alt {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 56px;
}

.articles-share-alt-2 {
    padding-top: 32px;
    padding-bottom: 56px;
}

.articles-box-alt .articles-share,
.articles-box-alt-2 .articles-share {
    color: #FFFFFF;
}

.articles-share-buttons {
    display: flex;
}

.articles-share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.articles-share-button svg {
    width: auto;
    height: 16px;
}

.articles-share path {
    transition: 0.25s;
}

.articles-box-alt .articles-share path,
.articles-box-alt-2 .articles-share path {
    fill: #FFFFFF;
}

.articles-share-button:hover path {
    fill: #3B3939;
}

.touch .articles-share-button:hover path {
    fill: #CCCCCC;
}

.articles-share-button:active path,
.touch .articles-share-button:active path {
    fill: #3B3939;
}

.touch .articles-box-alt .articles-share-button:hover path {
    fill: #FFFFFF;
}

.touch .articles-box-alt-2 .articles-share-button:hover path {
    fill: #FFFFFF;
}

.article-content {
    display: block;
    width: 100%;
    font-family: "Libre Franklin", sans-serif;
    overflow: hidden;
}

.article-content h2,
.article-content h3,
.article-content p,
.article-content ul,
.article-content ol,
.article-image,
.article-content-embed {
    display: block;
    width: 100%;
    max-width: 720px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 34px;
    padding-right: 34px;
    margin: 0 auto;
}

.article-content-alt h2,
.article-content-alt h3,
.article-content-alt p,
.article-content-alt ul,
.article-content-alt ol,
.article-image-alt,
.article-content-embed-alt {
    max-width: unset;
    margin: unset;
}

.article-content p,
.article-content-alt ul,
.article-content-alt ol{
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content-embed {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-content-embed-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.article-content-embed iframe {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.article-content-embed-frame iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.article-content strong,
.article-content b {
    font-weight: 500;
}

.article-content p,
.article-content ul,
.article-content ol {
    color: #3B3939;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.article-content ul,
.article-content ol {
    padding-left: 78px;
    padding-right: 78px;
}

.article-content li {
    padding: 0;
    margin: 0;
}

.article-content h2 {
    padding-top: 18px;
    color: #3B3939;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.article-content h3 {
    padding-top: 18px;
    color: #3B3939;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.article-content a,
.article-content a:link,
.article-content a:visited {
    color: #999999;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.article-content a:hover {
    text-decoration: underline;
}

.touch .article-content a:hover {
    text-decoration: none;
}

.article-content a:active,
.touch .article-content a:active {
    text-decoration: underline;
}

.article-image {
    padding-top: 22px;
    padding-bottom: 22px;
}

.article-content img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}

.article-image-full {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.article-image-full img {
    width: 100%;
    max-width: none;
    border-radius: 0;
}

.article-image-with-border img {
    border: solid 2px #F4F5F8;
}

.article-image-with-bg img {
    padding: 32px;
    background-color: #F4F5F8;
}

.article-content figcaption {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.article-content-embed figcaption {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

.articles-featured {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #3B3939;
    color: #FFFFFF;
    text-align: center;
}

.articles-featured-content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-left: 34px;
    padding-right: 34px;
}

.articles-featured-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.articles-featured-text {
    padding-top: 24px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.articles-featured-text p {
    padding-bottom: 24px;
}

.articles-featured-text p:last-of-type {
    padding-bottom: 0;
}

.articles-suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    padding-left: 34px;
    padding-right: 34px;
    background-color: #FFFFFF;
    border-top: solid 1px #EEEEEE;
    color: #8D8D8D;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

/* CONTACT */

.contact-form {
    padding-top: 54px;
    padding-bottom: 72px;
    padding-left: 34px;
    padding-right: 34px;
    background-color: #FFFFFF;
}

.home-contact .contact-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-form-newsletter {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    height: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.contact-form-newsletter form {
    flex: none;
    padding-left: 34px;
    padding-right: 34px;
}

.contact-form-picture {
    flex: auto;
    background-image: url(../assets/home-newsletter.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-data {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.contact-title {
    color: #3B3939;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
}

.contact-title-alt {
    text-transform: uppercase;
}

.contact-title-alt strong {
    font-weight: 500;
}

.contact-title-alt-2 {
    margin-top: -6px;
}

.contact-title-orange {
    color: #FF9027;
}

.contact-title-grey {
    opacity: 0.5;
}

.contact-title p {
    padding-bottom: 20px;
}

.contact-title p:last-of-type {
    padding-bottom: 8px;
}

.contact-subtitle {
    padding-bottom: 8px;
    color: #FF9027;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-subtitle-alt {
    color: #8D8D8D;
}

.contact-textbox {
    display: block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 3px;
    margin-top: 5px;
    border-bottom: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    color: #FF9027;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    transition: 0.35s;
}

.contact-textbox::placeholder {
    color: #CCCCCC;
    font-weight: 400;
    opacity: 1;
}

.contact-textbox:focus {
    border-bottom-color: #777777;
}

.contact-attachment {
    display: block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 3px;
    margin-top: 5px;
    border-bottom: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    color: #CCCCCC;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: 0.35s;
}

.contact-attachment:hover {
    color: #FF9027;
    border-bottom-color: #FF9027;
}

.touch .contact-attachment:hover {
    color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}

.contact-attachment:active,
.touch .contact-attachment:active {
    color: #FF9027;
    border-bottom-color: #FF9027;
}

.contact-textarea {
    display: block;
    width: 100%;
    height: 180px;
    padding: 18px;
    padding-top: 14px;
    margin-top: 38px;
    border-radius: 2px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    color: #FF9027;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    resize: none;
    transition: 0.35s;
}

.contact-textarea::placeholder {
    color: #CCCCCC;
    font-weight: 400;
    opacity: 1;
}

.contact-textarea:focus {
    border-color: #777777;
}

.contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 32px;
}

.contact-terms {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.contact-checkbox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    padding-left: 32px;
    color: #3B3939;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.18s;
}

.contact-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.contact-checkbox-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px #CCCCCC;
    transition: 0.35s;
}

.contact-checkbox input:checked~.contact-checkbox-checkmark {
    background-color: #FF9027;
    border-color: #FF9027;
}

.contact-checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.contact-checkbox input:checked~.contact-checkbox-checkmark:after {
    display: block;
}

.contact-checkbox .contact-checkbox-checkmark:after {
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-checkbox-link,
.contact-checkbox-link:link,
.contact-checkbox-link:visited {
    color: #3B3939;
    font-weight: 500;
    cursor: pointer;
    transition: 0.25s;
}

.contact-checkbox-link:hover {
    color: #FF9027;
    text-decoration: underline;
}

.touch .contact-checkbox-link:hover {
    color: #3B3939;
    text-decoration: none;
}

.contact-checkbox-link:active,
.touch .contact-checkbox-link:active {
    color: #FF9027;
    text-decoration: underline;
}

.contact-button {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #FF9027;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.35s;
}

.contact-button:hover {
    color: #3B3939;
}

.touch .contact-button:hover {
    color: #FFFFFF;
}

.contact-button:active,
.touch .contact-button:active {
    color: #3B3939;
}

.contact-wa {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #3B3939;
    transition: 0.25s;
}

.contact-wa img {
    width: 30px;
    height: 30px;
}

.contact-wa:hover {
    background-color: #FF9027;
}

.touch .contact-wa:hover {
    background-color: #3B3939;
}

.contact-wa:active,
.touch .contact-wa:active {
    background-color: #FF9027;
}

/* DOCUMENTS */

.document-content {
    padding-top: 17px;
    padding-bottom: 100px;
}

.document-content h2,
.document-content h3,
.document-content p,
.document-content ul,
.document-content ol,
.document-image {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 auto;
}

.document-content strong,
.document-content b {
    font-weight: 500;
}

.document-content p,
.document-content ul,
.document-content ol {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}

.document-content ul,
.document-content ol {
    padding-left: 38px;
    padding-right: 38px;
}

.document-content li {
    padding: 0;
    margin: 0;
}

.document-content h2 {
    padding-top: 18px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.document-content h3 {
    padding-top: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.document-content a,
.document-content a:link,
.document-content a:visited {
    color: #999999;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.document-content a:hover {
    text-decoration: underline;
}

.touch .document-content a:hover {
    text-decoration: none;
}

.document-content a:active,
.touch .document-content a:active {
    text-decoration: underline;
}

.document-image {
    padding-top: 22px;
    padding-bottom: 22px;
}

.document-content img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}

.document-image-full {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.document-image-full img {
    width: 100%;
    max-width: none;
    border-radius: 0;
}

.document-image-with-border img {
    border: solid 2px #F4F5F8;
}

.document-image-with-bg img {
    padding: 32px;
    background-color: #F4F5F8;
}

.document-content figcaption {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

/* FOOTER */

.footer {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #3B3939;
    z-index: 2;
}

.footer-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-info {
    padding-top: 38px;
    padding-left: 34px;
    padding-right: 34px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}

.footer-info-alt {
    padding-top: 20px;
    padding-bottom: 52px;
}

.footer-info-intro {
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-link {
    color: #FFFFFF;
    opacity: 1;
    transition: 0.25s;
}

.footer-link strong {
    font-weight: 500;
}

.footer-link:hover {
    opacity: 0.5;
}

.touch .footer-link:hover {
    opacity: 1;
}

.footer-link:active,
.touch .footer-link:active {
    opacity: 0.5;
}

.footer-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.footer-legals {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

.footer-link-alt {
    color: #FFFFFF;
    opacity: 1;
    transition: 0.25s;
}

.footer-link-alt:hover {
    opacity: 0.5;
}

.touch .footer-link-alt:hover {
    opacity: 1;
}

.footer-link-alt:active,
.touch .footer-link-alt:active {
    opacity: 0.5;
}

.footer-link-alt-on {
    opacity: 0.5;
}

.footer-link-alt-on:hover {
    opacity: 0.5;
}

.touch .footer-link-alt-on:hover {
    opacity: 0.5;
}

.footer-link-alt-on:active,
.touch .footer-link-alt-on:active {
    opacity: 0.5;
}

.footer-networks {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    padding-top: 24px;
}

.footer-networks-alt {
    display: none;
}

.footer-network {
    opacity: 1;
    transition: 0.25s;
}

.footer-network img {
    width: 18px;
    height: 18px;
}

.footer-network:hover {
    opacity: 0.5;
}

.touch .footer-network:hover {
    opacity: 1;
}

.footer-network:active,
.touch .footer-network:active {
    opacity: 0.5;
}

/* TOAST */

#toast {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    z-index: 110;
}

.toast-item {
    display: none;
    column-gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    background-color: #FF9027;
    opacity: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.toast-show {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.5s;
}

.toast-hide {
    opacity: 0;
    transform: scale(0.9);
    transition: 0.25s;
}

.toast-caption {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
}

.toast-inverse .toast-caption {
    color: #3B3939;
}

.toast-button {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.25s;
}

.toast-inverse .toast-button {
    color: #3B3939;
}

.toast-button:hover {
    opacity: 1;
}

.touch .toast-button:hover {
    opacity: 0.7;
}

.toast-button:active,
.touch .toast-button:active {
    opacity: 1;
}

/* ADVICE */

.advice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background-color: rgba(63, 139, 133, 0.9);
    backdrop-filter: blur(8px);
    animation: advice-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 120;
}

@keyframes advice-anima {
    0% {
        transform: translate(-10%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.advice-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.7);
    animation: panel-bg-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 119;
}

@keyframes advice-bg-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.advice-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.advice-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.advice-actions {
    display: flex;
    justify-content: flex-end;
}

.advice-close {
    display: inline-flex;
    padding: 12px;
    padding-top: 11px;
    padding-bottom: 17px;
    cursor: pointer;
}

.advice-close img {
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.5s;
}

.advice-close:hover img {
    transform: rotate(180deg);
}

.touch .advice-close:hover img {
    transform: rotate(0deg);
}

.advice-close:active img,
.touch .advice-close:active img {
    transform: rotate(180deg);
}

.advice-actions-buttons {
    flex: none;
    display: flex;
    column-gap: 22px;
    padding-bottom: 16px;
}

.advice-content {
    flex: auto;
    display: flex;
    align-items: center;
    padding-bottom: 64px;
}

.advice-main {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    animation-name: advice-content-anima;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.advice-main strong {
    font-weight: 500;
}

.advice-detail {
    padding-top: 16px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    animation-name: advice-content-anima;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.advice-detail strong {
    font-weight: 500;
}

.advice-main div,
.advice-detail div {
    padding-bottom: 10px;
}

@keyframes advice-content-anima {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ------- DIALOG ------- */

#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1310;
}

.dialog-block {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.2);
}

@keyframes anima-dialog-show {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dialog-show {
    animation-name: anima-dialog-show;
    animation-duration: 0.25s;
}

@keyframes anima-dialog-hide {
    from {
        opacity: 1;
        transform: translateY(0%);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.dialog-hide {
    animation-name: anima-dialog-hide;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.dialog-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.85);
    z-index: 1310;
}

@keyframes anima-dialog-overlay-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dialog-overlay-show {
    animation-name: anima-dialog-overlay-show;
    animation-duration: 0.25s;
}

@keyframes anima-dialog-overlay-hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.dialog-overlay-hide {
    animation-name: anima-dialog-overlay-hide;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.dialog-message {
    color: #3B3939;
    padding: 32px;
    padding-top: 40px;
    padding-bottom: 2px;
}

.dialog-caption {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.dialog-detail {
    font-size: 14px;
    line-height: 22px;
    color: #7B7B8A;
    padding-top: 16px;
}

.dialog-detail strong {
    font-weight: 500;
}

.dialog-detail a {
    font-weight: 500;
    color: #CCCCCC;
    text-decoration: none;
    transition: 0.15s;
}

.dialog-detail a {
    font-weight: 500;
    color: #FF9027;
    text-decoration: none;
    transition: 0.15s;
}

.dialog-detail a:hover {
    color: #CCCCCC;
}

.touch .dialog-detail a:hover {
    color: #FF9027;
}

.dialog-detail a:active,
.touch .dialog-detail a:active {
    font-weight: 500;
    color: #FF9027;
    text-decoration: none;
}

.dialog-buttons {
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 20px;
    padding-bottom: 38px;
}

.dialog-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-right: 16px;
    border: solid 1px transparent;
    cursor: pointer;
    border-radius: 50px;
    transition: 0.25s;
}

.dialog-button-confirm {
    background-color: #FF9027;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.dialog-button-confirm:hover {
    background-color: #E2E2E2;
    color: #FF9027;
}

.touch .dialog-button-confirm:hover {
    background-color: #FF9027;
    color: #FFFFFF;
}

.dialog-button-confirm:active,
.touch .dialog-button-confirm:active {
    background-color: #E2E2E2;
    color: #FF9027;
}

.dialog-button-cancel {
    color: #B0B0B0;
    background-color: #F3F3F3;
}

.dialog-button-cancel:hover {
    border-color: #D2D2D2;
}

.touch .dialog-button-cancel:hover {
    border-color: transparent;
}

.dialog-button-cancel:active,
.touch .dialog-button-cancel:active {
    border-color: #D2D2D2;
}

/* RESPONSIVE */

@media (max-width: 1290px) {

    .home-grid {
        grid-template-columns: 1fr 1fr;
    }

    .architecture-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .articles-grid {
        grid-template-columns: 1fr 1fr;
    }

    .items-grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 1150px) {

    .contact-box {
        grid-template-columns: 1fr;
    }

    .contact-picture {
        order: 2;
    }

    .contact-message {
        border-left: solid 1px #F1F3F4;
        border-right: solid 1px #F1F3F4;
    }

}

@media (max-width: 1000px) {

    .caption-alt-4 {
        font-size: 30px;
        line-height: 42px;
    }

    .caption-mini {
        font-size: 20px;
        line-height: 20px;
    }

    .articles-title {
        padding-bottom: 18px;
    }

    .articles-intro {
        font-size: 18px;
        line-height: 22px;
    }

    .items-content {
        font-size: 20px;
        line-height: 27px;
    }

    .content-intro-alt {
        height: 360px;
    }

    .content-intro-alt-2 {
        border-right: none;
    }

    .content-intro-text {
        display: flex;
        align-items: center;
        height: 100%;
        padding-top: 0px;
    }

    .content-layout {
        grid-template-columns: 1fr;
        background-color: unset;
        padding-top: 120px;
    }

    .content-fixed {
        display: none;
    }

    .content-intro-swap {
        display: block;
    }

    .content-layout-alt {
        grid-template-columns: 1fr 1fr;
        background-color: #FFFFFF;
    }

}

@media (max-width: 990px) {

    .display-articles {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-bottom: 60px;
    }

    .display-articles .display-picture {
        order: 2;
        position: relative;
        padding-bottom: 67.1875%;
        background-size: 100% auto;
        background-position: center bottom;
    }

    .display-articles .caption {
        order: 1;
        position: relative;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .footer {
        padding-bottom: 124px;
    }

}

@media (max-width: 800px) {

    .content-layout-alt {
        grid-template-columns: 1fr;
        background-color: #FFFFFF;
    }

    .content-layout-alt-2 {
        height: auto;
    }

    .content-image {
        position: relative;
        padding-bottom: 141.6666666666667%;
        overflow: hidden;
    }

    .contact-grid {
        flex-direction: column;
    }

    .contact-layout {
        row-gap: 0px;
        padding-top: 48px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .contact-message {
        border-left: none;
        border-right: none;
    }

}

@media (max-width: 730px) {

    .caption {
        font-size: 30px;
        line-height: 30px;
    }

    .caption-sub {
        padding-top: 24px;
        font-size: 20px;
        line-height: 24px;
    }

    .home-grid {
        grid-template-columns: 1fr;
    }

    .home-box-alt {
        height: auto;
        padding-bottom: unset;
    }

    .home-box-alt .home-box-content {
        position: relative;
    }

    .home-box-alt .contact-form {
        position: relative;
    }

    .contact-form-picture {
        height: 220px;
    }

    .footer-layout {
        grid-template-columns: 1fr;
    }

    .footer-info {
        padding-top: 38px;
        text-align: center;
    }

    .footer-info-alt {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .footer-buttons {
        padding-top: 0px;
        padding-bottom: 32px;
        margin-top: 32px;
    }

    .footer-networks {
        display: none;
        padding-top: 32px;
    }

    .footer-networks-alt {
        display: flex;
    }

    .footer-legals {
        padding-top: 0px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .items-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 480px) {

    .banner {
        width: calc(100% - 36px);
        padding: 24px;
        padding-top: 22px;
        font-size: 18px;
        line-height: 22px;
    }

    .content-picture {
        padding-bottom: 100%;
    }

    .contact-data-title {
        font-size: 20px;
        line-height: 20px;
    }

    .contact-title {
        font-size: 20px;
        line-height: 22px;
    }

    .contact-subtitle {
        font-size: 20px;
        line-height: 22px;
    }

    .contact-actions {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .article-content ul,
    .article-content ol {
        padding-left: 52px;
        padding-right: 30px;
    }

}

@media (max-width: 364px) {

    .bar-actions {
        padding-right: 20px;
    }

}