:root {
    --brandColor: #AE1824;
    --defaultTextColor: #000000;
    --background-color-white: #FFFFFF;

}

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.merriweather-light {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.merriweather-regular {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.merriweather-medium {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.merriweather-bold {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
    font-variation-settings:
        "wdth" 100;
}

.merriweather-medium-italic {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:
        "wdth" 100;
}

body {
    /*background-color: skyblue;*/
    color: var(--defaultTextColor);
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

body > #main {
    min-height: 60svh;
}


a {
    color: var(--brandColor);
}


.container {
    margin:0 auto;
    width:1600px;
    max-width: calc(100% - 100px);
}

header {
    overflow: visible;
    position: relative;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

header .container .logo {
    width: 200px;
    padding: 20px;
}

header .container .logo a {
    display: inline-block;
}

header .container .logo a img{
    width:150px;
    height: auto;
    max-width: 100%;
}

header .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .right .menu {
    margin: 0 30px;
}
header .right .menu a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: black;
    text-decoration: none;
    padding: 6px 13px;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

header .right .menu a:first-child {
    padding-left: 0;
}

header .right .menu a:last-child {
    padding-right: 0;
}

header .right .menu a.active {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}


header .right .menu a:hover {
    color: black;
    text-decoration: underline;
    text-decoration-color: var(--brandColor);
    text-underline-offset: 3px;
}

header .right .xxss {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0 10px;
}

header .right .xxss li a {
    display: inline-block;
    padding:2px 5px;
}

header .right .xxss li a:hover {
    color: black;

}

header .right .xxss li a svg {
    height: 20px;
    width: auto;
}

header .right .languages a {
    margin-left: 10px;
}
header .right .languages a img {
    height: 15px;
    width: auto;
}

.mainImage a.glightbox {
    cursor: zoom-in;
    display: block;
}

section.page-header {
    padding: 0 0 50px 0; /* 50px 0 */
}

section.page-content.padded,
section.padded.padded{
    padding: 150px 0;
}


section.page-header.miniBottom,
section.page-content.padded.miniBottom,
section.padded.padded.miniBottom{
    padding-bottom: 0;
}

section.page-header .container.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.route_authors_index .info,
.route_author_detail .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:50%;
    flex-wrap: wrap;
}



.route_authors_index .info h1,
.route_author_detail .info h1,
.route_author_work_detail .info h1 {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: clamp(30px, 5vw, 80px);
    color: black;
    line-height: 1;
    width: 50%;
    margin-bottom: -15px;
}

.route_author_detail .info h1 {
    width: 100%;
}

.route_authors_index .info h1 span,
.route_author_detail .info h1 span {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
    display: block;
}

.route_authors_index .info h1 span.born,
.route_author_detail .info h1 span.born {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-left:40px;
    color: var(--brandColor);
    font-size: clamp(14px, 2vw, 22px);
}
.route_authors_index .info h1 span.born:before,
.route_author_detail .info h1 span.born:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -45px;
    width: 30px;
    height: 2px;
    background-color: var(--brandColor);
}

.route_authors_index .info .introduction,
.route_author_detail .info .introduction {
    width: 51%;
    margin-left: auto;
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    color: var(--brandColor);
}

.route_authors_index .info .introduction:before,
.route_author_detail .info .introduction:before {
    position: absolute;
    content: "";
    top: 9px;
    left: -100px;
    width: 80px;
    height: 2px;
    background-color: var(--brandColor);
}

.route_author_work_detail .info .mainImage {
    display: none;
}



.authorDetails {
    margin: 50px 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 2vw, 16px);
}

.route_author_detail .mainImage {
    width: calc(50% - 30px);
}

.route_author_detail .mainImage img{
    border-radius: 0 0 0 20px;
    width: 100%;
    height: auto;
}


.filters {
    align-self: flex-end;
    background-color: #fcfcfc;
    border-bottom: 1px solid var(--brandColor);
    width: 300px;
    max-width: 100%;
}

.mainImage {
    width: 40%;
}

.workInfo  {
    width:calc(60% - 50px);
    margin-left:50px
}

.workInfo .info {
    display: block;
    width:100%;
}

.workInfo .info h1 {
    width: 100%;
    white-space: wrap;
    padding-top:20px;
    padding-bottom:20px;
}

.workInfo .info h1 {
    width: 100%;
    white-space: wrap;
}

.workInfo .info h2 {
    font-family: "Merriweather", serif;
    font-size: clamp(25px, 3vw, 40px);
    font-weight: 300;
    font-style: italic;
}

.workInfo .textWrapper h6{
    text-align: left;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: var(--brandColor);
    padding-top:40px;
}

.workInfo .textWrapper .text {
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
}


.workInfo .workNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.workInfo .workNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.workInfo .workNav ul li {
    display: inline-block;
}

.workInfo .workNav ul li a,
.workInfo .workNav ul li .prev.disabled,
.workInfo .workNav ul li .next.disabled {
    display: inline-block;
    color: black;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

.workInfo .workNav ul li a svg,
.workInfo .workNav ul li .prev.disabled svg,
.workInfo .workNav ul li .next.disabled svg {
    height: 20px;
    width: auto;
    margin: 5px;
    will-change: transform;
    opacity:1;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
}

.workInfo .workNav ul li a:hover {
}

.workInfo .workNav ul li a:hover svg {
    height: 20px;
    width: auto;
    margin: 5px;
    opacity: 0;
}

.workInfo .workNav ul li a.prev:hover svg {
    transform:translateX(-50px);
}

.workInfo .workNav ul li a.next:hover svg {
    transform:translateX(50px);
}

.workInfo .workNav ul li span.disabled {
    color: #D1D1D1;
    cursor: default;
    display: inline-block;
}

.workInfo .workNav ul li span.disabled svg {
    opacity: 0.3;
}

.workInfo .workNav ul li .prev.disabled,
.workInfo .workNav ul li .next.disabled {
    color: #D1D1D1;
}









.workInfo .workNav a {
    color: #D1D1D1;
    text-decoration: none;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

.workInfo .workNav a.last {
    color: #848484;
}
.workInfo .workNav a:hover {
    color: var(--brandColor);
    text-decoration: none;
}





.listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -10px;
}

.listing .listing-item {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    width: calc(25% - 20px);
    margin: 0 10px 30px 10px;
    position: relative;
}

.listing .listing-item a,
.listing .listing-item span.item.disabled,
.listing .listing-item div.item.disabled {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.listing .listing-item a .listImageWrapper,
.listing .listing-item span.item.disabled .listImageWrapper,
.listing .listing-item div.item.disabled .listImageWrapper{
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.listing .listing-item.aspectRatio_1_1 a .listImageWrapper,
.listing .listing-item.aspectRatio_1_1 span.item.disabled .listImageWrapper,
.listing .listing-item.aspectRatio_1_1 div.item.disabled .listImageWrapper {
    aspect-ratio: 1/1 ;
}


.route_fairs_index .page-header .container  {
    position: relative;
    padding: 0 0 50px 0;
}

.route_fairs_index .listing .listing-item  {
    width: calc(33% - 20px);
}
.route_fairs_index .listing .listing-item a .listImageWrapper,
.listing .listing-item span.item.disabled .listImageWrapper,
.listing .listing-item div.item.disabled .listImageWrapper{
    aspect-ratio: 5/3;
    overflow: hidden;
    border-radius: 20px 0 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.listing .listing-item a .listImageWrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    border-radius: 20px 0 0 0;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.2s ease-in-out;
}

.listing .listing-item a:hover .listImageWrapper:before {
    /*
    opacity: 1;
    */
}

.listing .listing-item a img.listImage,
.listing .listing-item span.item.disabled img.listImage,
.listing .listing-item div.item.disabled img.listImage{
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 0;
    object-fit: cover;
    object-position: center;
}


.listing .listing-item h3.title {
    padding-right:80px;
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: clamp(17px, 2vw, 20px);
    color: black;
    font-style: italic;
    margin-top: 15px;
    /*text-transform: uppercase;*/
}

.listing .listing-item h3.title:before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--brandColor);
    will-change: width;
    transition: width 0.2s ease-in-out;
}

.listing .listing-item .subtitle ,
.listing .listing-item .introduction {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 2vw, 17px);
    color: black;
    margin-bottom: 5px;
}

.listing .listing-item .more {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: var(--brandColor);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.listing .listing-item a:hover .more {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: var(--brandColor);
    text-decoration-color: var(--brandColor);
    text-underline-offset: 3px;
}

.listing .listing-item a:hover h3.title:before{
    width: 10px;
}

.listing-header-filters {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.listing-header-filters .title {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: clamp(25px, 4vw, 50px);
}
.listing-header-filters .filters {
    margin-left:40px;
    background-color: #fcfcfc;
    border-bottom: 1px solid var(--brandColor);
    padding: 10px 0;
    min-width: calc(25% - 10px);
    max-width: 75%;
}



.listing .listing-item .date {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: var(--brandColor);
    text-decoration: underline;
    text-decoration-color: transparent;
}

 .labeled {
    background-color: #ae182422;
    color: #ae1824DD;
    padding: 1px 10px;
    border-radius: 50px;
    margin-left: 40px;
    font-size: 13px;
    border: 1px solid #ae182466;
}



.page-breadcrumb {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #dddddd;
    padding:40px 0;
    text-transform: uppercase;
}

.page-breadcrumb span {
    content: '>';
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    padding:0 20px;
    color: #D1D1D1;
}

.page-breadcrumb a {
    color: #D1D1D1;
    text-decoration: none;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

.page-breadcrumb a.last {
    color: #848484;
}
.page-breadcrumb a:hover {
    color: var(--brandColor);
    text-decoration: none;
}

.page-header .title {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: clamp(25px, 5vw, 60px);
}

.page-header .subtitle,
.page-content .subtitle {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(20px, 4vw, 24px);
}

.nextFair {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.nextFair .image {
    width: calc(60% - 50px);
    overflow: hidden;
    border-radius: 20px 0 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.nextFair .image.noBoxShadow {
    box-shadow: none;
    border-radius: 20px 0 20px 0;
}

.nextFair .image .image{
    width: 100%;
    overflow: hidden;
    border-radius: 20px 0 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}


.nextFair .info {
    width: 40%;
    display: block;
}

.nextFair .info h1 {
    width: 80%;
}

.nextFair .info .date {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2vw, 15px);
    color: var(--brandColor);
    position: relative;
    padding-bottom: 40px;
    padding-top: 20px;
}

.route_article_detail .info {
    padding:20px 0;
    margin-bottom:40px;
}



.route_article_detail .mainImageWrapper {
    border-radius: 0 0 0 20px;
    overflow: hidden;
    padding:20px 0;
}

.route_article_detail .articleContent {
    column-count: 2;
    gap: 20px;
    padding-top:40px;
    padding-bottom:40px;
}

.route_article_detail .articleBibliography {
    padding:20px;
    background-color: #fcfcfc;
    border-radius: 20px;
    margin:20px 0;
    font-size: clamp(13px, 2vw, 15px);
}

.route_article_detail .articleBibliography h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 2vw, 18px);
    color: var(--brandColor);
    padding-bottom:10px;
}




.route_page_shipments .info,
.route_page_about .info {
    padding: 0;
    margin-bottom:40px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    padding-bottom: 40px;
    width:40%;
}

.route_page_shipments .mainImage,
.route_page_about .mainImage {
    width:calc(60% - 50px);
    border-radius: 0 0 0 20px;
    overflow: hidden;
    margin-left:40px;
}

.route_page_shipments .mainImage img,
.route_page_about .mainImage img {
    aspect-ratio: 5/2;
    object-fit: cover;
    object-position: center;
}

.route_page_about .mainImage img {
    aspect-ratio: 5/3;
}


.aboutColumns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}




.route_page_shipments .shipmentsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -10px;
}

.route_page_shipments .shipmentsList .item {
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
}

.route_page_shipments .shipmentsList .item .image {
    width: 100px;
    height: auto;
}

.route_page_shipments .shipmentsList .item .info {
    width: calc(100% - 120px);
}

.route_page_shipments .shipmentsList .item .info h2 {
    font-size: clamp(25px, 4vw, 60px);
    font-family: "Merriweather", serif;
    font-weight: 300;
}

.route_page_shipments .shipmentsList .item .info ul {
    list-style: none;
    padding:20px 0;
}

.route_page_about .introduction ul,
.legal-content ul{
    list-style: none;
    padding:20px 0 20px 30px;
}

.route_page_shipments .shipmentsList .item .info ul li,
.route_page_about .introduction li,
.legal-content li {
    padding-bottom: 10px;
    position: relative;
}

.route_page_shipments .shipmentsList .item .info ul li:before,
.route_page_about .introduction li:before,
.legal-content li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -30px;
    width: 20px;
    height: 3px;
    background-color: var(--brandColor);
}

.route_page_about .introduction li:before,
.legal-content li:before {
    top: 10px;
}



.chronology h2,
.route_page_about h2{
    display: inline-block;
    padding-right: 30px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: clamp(25px, 3vw, 40px);
    padding-top: 20px;
}


.chronologyFlex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -30px;
    position: relative;

}

.chronologyFlex .image {
    width: calc(40% + 40px);
    margin: 0;
    border-radius:0 20px 0 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid var(--brandColor);
    border-right: 1px solid var(--brandColor);
}

.chronologyFlex .image img {
    padding: 100px 100px 0 0;

}

.chronologyFlex .text {
    width: calc(60% - 40px);
    padding:150px 0 0 0;
    position: relative;
}


.chronologyFlex .text:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 1px;
    height: calc(100% - 50px);
    background-color: var(--brandColor);
}






.chronologyFlex .text ul {
    margin-left:30px;
    padding-left:0;
}

.chronologyFlex .text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    list-style: none;
    padding-bottom:50px;
}

.chronologyFlex .text ul li:before,
.chronologyFlex .text ul li:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -30px;
    width: 20px;
    height: 1px;
    background-color: var(--brandColor);
}

.chronologyFlex .text ul li:after {
    top: 17px;
    left: -34px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.chronologyFlex .text ul li h3 {
    font-size: clamp(25px, 3vw, 35px);
    font-family: "Merriweather", serif;
    font-weight: 300;
    width: fit-content;
    white-space: nowrap;
    letter-spacing: 0.05em;
    color: #AAA9A9;
    padding: 0 20px;
}



.legal-content {
    padding:40px 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 2vw, 16px);
}


.page-header .title > span.subtitle {
    display: inline-block;
    font-size: clamp(18px, 2vw, 35px);
    font-family: "Merriweather", serif;
    font-weight: 300;
    padding-left:40px;
    position: relative;
    font-style: italic;
}

.page-header .title > span.subtitle:before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--brandColor);
}



.page-header .container.withLine {
    position: relative;
    padding: 0 0 50px;
}


.galleries .container {
    margin-bottom:100px;
}

.galleries .galleryMainImage {
    width:70%;
    padding: 0 50px 50px 0;
}

.galleries .galleryInfo {
    width:30%;
}

.galleries .galleryInfo .galleryImageWrapper {
    display: block;
    margin-bottom: 10px;
    margin-top: 60px;
    padding-top: 20px;
    position: relative;
}

.galleries .galleryInfo .galleryImageWrapper:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--brandColor);
}

.galleries .galleryMainImage img.galleryImage {
    border-radius: 0 0 0 20px;
    margin-bottom: 0px;
    overflow: hidden;
}


.galleries .galleryMap {
    width:100%;
    aspect-ratio: 5/3;
    margin-bottom: 40px;
    border-radius:20px 20px 0 20px;
    overflow: hidden;
    background-color: #cccccc;
}

.gm-style-iw-ch {
    display: none;
}

.gm-style-iw-chr {
    justify-content: flex-end;
    position: absolute;
    right: 0;
}

.gm-style-iw-chr .gm-ui-hover-effect {
    width: 30px;
    height: 30px;
}

.gm-style-iw-chr .gm-ui-hover-effect > span {
    margin: 0;
}

.gm-style-iw-d  {
    padding-top: 12px;
}
.gm-style-iw-d > div > strong {
    font-weight: 700;
    color: var(--brandColor);
    font-size: clamp(14px, 2vw, 16px);
}

.gm-style-iw-d > div a.linkGoogleMaps {
    background-color: var(--brandColor);
    color:white;
    border-radius:20px;
    padding:2px 15px;
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 12px;

}

.gm-style-iw-d > div a.linkGoogleMaps:hover {
    background-color:black;
}

.galleryInfo h2 {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: clamp(25px, 4vw, 50px);
}


.galleryInfo .galleryAddress {
    display: flex;
    margin-bottom: 10px;
    margin-top:60px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.galleryInfo .galleryAddress:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--brandColor);
}

.galleryInfo .galleryAddress > div {
    width: calc(50% - 10px);
    margin-right:10px;
}

.galleryInfo .galleryAddress h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: black;
    font-size: clamp(14px, 5vw, 16px);
}

.galleryInfo .galleryAddress a{
    text-decoration:none;
}

.galleryInfo .galleryAddress a:hover{
    color:black;
}


.galleryAnchorAbsolute {
    position: absolute;
    z-index: 1;
    top: 120px;
    right: 30px;
}




.galleryAnchors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    align-self: flex-end;
    margin-bottom: 25px;
    width: 200px;
}

.galleryAnchors:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background-color: var(--brandColor);
    z-index: -1;
    transform: translateX(-50%);
}

.galleryAnchors a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: var(--brandColor);
    display: inline-block;
    background-color: #ffffff;
    border:1px solid var(--brandColor);
    border-radius:20px;
    padding:2px 15px;
    will-change: color, background-color;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.galleryAnchors a.active,
.galleryAnchors a.active:hover{
    background-color: var(--brandColor);
    color:white;
}

.galleryAnchors a:hover {
    background-color: black;
    color:white;
}


svg.top-line,
svg.bottom-line {
    position: absolute;
    top: 0;
    left: 0;
}
svg.bottom-line {
    top: 100%;
}


/* HOME */


.dualExhibition-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

.dualExhibition-wrapper > .exhibition-detail-wrapper {
    width: calc(50% - 15px);
}


.exhibition-detail-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.exhibition-detail-wrapper.exhibitionBottomInfo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /*aspect-ratio: 2 / 3;*/
    /*min-height: auto;*/
    min-height: 40vw;
}


.exhibition-detail {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 100px;
    height: auto;
    min-width: 60%;
}

.exhibition-detail-wrapper.exhibitionBottomInfo .exhibition-detail {
    width: 100%;
    height: auto;
}

.exhibition-detail .image {
    width: calc(60% - 50px);
    overflow: hidden;
    border-radius: 20px 0 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display:none;
}

.exhibition-detail .info {
    width: 80%;
    display: block;
    margin-top: 50px;
    background-color: white;
    padding: 50px 0 50px 50px;
    box-sizing: border-box;
    border-radius: 20px 0 0 0;
    justify-self: flex-end;
}



.exhibitionBottomInfo .exhibition-detail .info {
    width:fit-content;
    max-width: 80%;
    display: block;
    margin-top: 10%;
    background-color: white;
    padding: 40px 0 30px 40px;
    box-sizing: border-box;
    border-radius: 20px 0 0 0;
    justify-self: flex-end;
    min-height: 350px;
}

.exhibitionBottomInfo h1.title {
    font-size: clamp(25px, 4vw, 50px);
}



.exhibition-detail-wrapper .info .galleryPlace,
.exhibition-detail .info .galleryPlace,
.aboutColumns .galleryPlace {
    color:white;
    background-color: var(--brandColor);
    border-radius: 50px;
    font-size: clamp(13px, 2vw, 15px);
    position: relative;
    max-width: calc(100% - 50px);
    overflow: visible;
    display: inline-block;
    text-decoration:none;
    padding:2px 15px;
    margin-bottom: 20px;
}

.exhibition-detail-wrapper .info .galleryPlace:before,
.exhibition-detail .info .galleryPlace:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -42px;
    width: 40px;
    height: 1px;
    background-color: var(--brandColor);
}

.exhibition-detail .info .date {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2vw, 15px);
    color: var(--brandColor);
    position: relative;
    padding-bottom: 40px;
    padding-top: 20px;
}


.exhibition-detail-wrapper .info .galleryLinkButton ,
.exhibition-detail .info .galleryLinkButton {
    color: var(--brandColor);
    border: 1px solid var(--brandColor);
    background-color: transparent;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    will-change: color, background-color;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    text-decoration: none;
    margin-right:20px;
    margin-bottom:20px;
    white-space: nowrap;
    display: inline-block;
}

.exhibition-detail-wrapper .info .galleryLinkButton:hover,
.exhibition-detail .info .galleryLinkButton:hover{
    background-color: var(--brandColor);
    color:white;
}







.container.minimal {
    width:1350px;
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container.minimal.half {
    width:800px;
    max-width:40%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.dobleColumnBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

#newsletter .dobleColumnBlock {
    align-items: stretch;
}

.dobleColumnBlock .title,
.dobleColumnBlock .image {
    width:45%;
    padding-left:40px;
    position: relative;
    border-radius: 20px 0 0 0;
    overflow: hidden;
}

.dobleColumnBlock .image {
    min-height: 400px;
    background-size: cover;
}

.dobleColumnBlock .text .title {
    width:100%;
}

.dobleColumnBlock .title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--brandColor);
}
.dobleColumnBlock .text {
    width:55%
}


.dobleColumnBlock .title h1,
.dobleColumnBlock .title h2,
.dobleColumnBlock .title h3,
#contactar .title h3 {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    font-weight: 300;
}
.dobleColumnBlock .title h1 i,
.dobleColumnBlock .title h2 i,
.dobleColumnBlock .title h3 i,
#contactar .title h3 i {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 300;
}


.dobleColumnBlock .title h1,
.dobleColumnBlock .title h1 i,
#contactar .title h1,
#contactar .title h1 i{
    font-size: clamp(25px, 4vw, 50px);
}

.dobleColumnBlock .title h2,
.dobleColumnBlock .title h2 i,
#contactar .title h2,
#contactar .title h2 i {
    font-size: clamp(25px, 4vw, 50px);
}

.dobleColumnBlock .title h3,
.dobleColumnBlock .title h3 i,
#contactar .title h3,
#contactar .title h3 i{
    font-size: clamp(20px, 3vw, 40px);
}


.videoWrapper {
    background-color: rgba(0, 0, 0, 0.25);
    position: relative;
}

.videoWrapper .video-poster {
    opacity: .5;
    width: 100%;
    height: auto;
    transition: opacity .3s ease-in-out;
}

.videoWrapper a:hover .video-poster {
    opacity: .3;
}

.videoWrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/svg/play.svg);
    transition: all .3s ease-in-out;
}

.videoWrapper .play-button img {
    width: 100%;
    height: auto;
    animation: rotateSlow 20s linear infinite;
}

@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.videoWrapper a.videolink:hover .play-button {
    width: 300px;
    height: 300px;
    background-image: url(/assets/svg/play_hover.svg);
}

#homeCarousel .carousel-item img {
    aspect-ratio: 5/3;
    object-fit: cover;
}

#homeCarousel .carousel-control-prev,
#homeCarousel .carousel-control-next {
    width: 5%;
}

#homeCarousel .carousel-control-prev-icon,
#homeCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
}

.route_home_index .slider {
    border-radius: 20px;
    overflow: hidden;
}
#homeCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    padding: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: initial;
    bottom: 10px;
}

.mbr-form textarea,
#contactar .text textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border:1px solid var(--brandColor);
    padding: 10px;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    background-color: #eeeeee;
    color: var(--brandColor);
    border-radius: 10px;
}

#contactar .text input,
.newsletterform input {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-bottom:1px solid var(--brandColor);
    border-radius: 0;
    padding: 10px 0;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    /*background-color: transparent;*/
    color: var(--brandColor);
}

.mbr-form input[type="checkbox"],
#contactar .text input[type="checkbox"],
.newsletterform .text input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 10px 10px 10px 0;
    border: 1px solid var(--brandColor);
    border-radius: 0;
    padding: 0;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    /*background-color: transparent;*/
    color: var(--brandColor);
    display: inline-block;
    transform: translateY(5px);
}


.form-check-input:checked {
    background-color: var(--brandColor);
    border-color: var(--brandColor);
}

.mbr-form .gdpr-block,
#contactar .text .gdpr-block > div,
.newsletterform .gdpr-block > div {
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
}


#contactar .text .gdpr-block > div label,
.newsletterform .gdpr-block > div label {
    margin: 15px 0 10px 0;
}

[type=button],
[type=reset],
[type=submit],
button,
a.btn_default {
    color: var(--brandColor);
    border: 1px solid var(--brandColor);
    background-color: transparent;
    border-radius:50px;
    padding: 5px 30px;
    font-size: clamp(14px, 2vw, 16px);
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    will-change: color, background-color;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    text-decoration: none;
}

[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover,
a.btn_default:hover {
    color: white;
    border-color: var(--brandColor);
    background-color: var(--brandColor);
}


[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}


.newsletterform {
    padding: 40px 0 200px 0;
}

#contactar .text {
    width:700px;
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
}



.modal-xxl {
    --bs-modal-width: 80svw; !important
}


.footer-top {
    text-align: center;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: clamp(15px, 2vw, 18px);
}

.footer-top .footer-title {
    font-size: clamp(20px, 4vw, 70px);
}

.footer-top .footer-title strong {
    font-family: "Merriweather", serif;
    font-weight: 900;
}

.footer-top .footer-subtitle {
    font-size: clamp(18px, 4vw, 45px);
    font-family: "Merriweather", serif;
    font-weight: 300;
    color: var(--brandColor);
}

.footer-top .logoMini {
    width: 120px;
    height: auto;
    margin:40px auto 20px auto;
}

.footer-top .footer-social {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: green;
    margin:20px auto;
    padding:0;
}

.footer-top .footer-social li {
    margin:0;
    padding:0;
}

.footer-top a {
    text-decoration: none;
    display: inline-block;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

.footer-top a svg{
    height: 25px;
    width: auto;
}

.footer-top a:hover {
    color: black;
    text-decoration: underline;
}

.footer-top .container p:last-child {
    margin-bottom:0;
}

.footer-bottom  {
    padding: 150px 0 20px;

}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 150px 0;
    position: relative;
    flex-wrap: wrap;
}


.footer-bottom .logo-footer {
    text-align: left;
    height: auto;
}

.footer-bottom .logo-footer a img{
    width: 200px;
    height: auto;
}

.footer-bottom .addresses {
    column-count: 2;
    column-gap: 40px;
    font-size: clamp(14px, 2vw, 15px);
}

.footer-bottom .addresses .address {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 20px;
}

.footer-bottom .addresses h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: var(--brandColor);
    font-size: clamp(16px, 4vw, 18px);
}

.footer-bottom .addresses h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: black;
    font-size: clamp(14px, 3vw, 16px);
}

.footer-bottom a {
    color: var(--brandColor);
    text-decoration: none;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

.footer-bottom a:hover {
    color: black;
    text-decoration: underline;

}

.footer-bottom .footer-menu h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: var(--brandColor);
    font-size: clamp(16px, 3vw, 18px);
}

.footer-bottom .footer-menu .footer-nav {
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    font-size: clamp(14px, 2vw, 15px);
}

.footer-bottom .footer-menu .footer-nav a {
    color: black;
}
.footer-bottom .footer-menu .footer-nav a:hover {
    color: var(--brandColor);
    text-decoration: underline;
}



.footer-bottom .legal .legal-nav {
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    font-size: 14px;
}
.footer-bottom .supporters {
    padding-top: 80px;
}

.footer-bottom .supporters h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 3vw, 16px);
}

.footer-bottom .supporters img {
    width: 250px;
    height: auto;
    max-width: 100%;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

footer a.mitica{
    color: black;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

footer a.mitica:hover{
    color: var(--brandColor);
}
footer a.mitica svg {
    width:100px;
    height: auto;
}

.listing-item .listImage {
    transition: opacity 0.3s ease-in-out;
}

.listing-item .listImage.lazy-load {
    opacity: 0.5;
}


.burger {
    display: none;
}

.full-screen-menu {
    display: none;
}

.route_articles_index .listing .listing-item a .listImageWrapper,
.route_articles_index .listing .listing-item span.item.disabled .listImageWrapper,
.route_articles_index .listing .listing-item div.item.disabled .listImageWrapper,
.route_articles_detail .listing .listing-item a .listImageWrapper,
.route_articles_detail .listing .listing-item span.item.disabled .listImageWrapper,
.route_articles_detail .listing .listing-item div.item.disabled .listImageWrapper {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.filters {
    position: relative;
}

#author-search {
    padding-right: 35px; /* space for clear button */
}

#author-search-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    line-height: 1;
}

/* Custom suggestions dropdown below the author search */
.filters .author-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-height: 150px;
    overflow-y: auto;
    display: block;
    background-color: #eeeeee;
    width: 100%;
    font-size: 14px;
    border-radius: 0 0 0 20px;
}

.filters .author-suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filters .author-suggestion-item:hover,
.filters .author-suggestion-item.active {
    background: #f5f5f5;
}


@import "app_responsive-eWhyJyx.css";

