/* Implementazione Font */

@font-face {
    font-family: "GintoBold";
    src: url("../fonts/Ginto-Bold.eot");
    src: url("../fonts/Ginto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ginto-Bold.woff2") format("woff2"),
    url("../fonts/Ginto-Bold.woff") format("woff"),
    url("../fonts/Ginto-Bold.ttf") format("truetype"),
    url("../fonts/Ginto-Bold.svg#Ginto-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GintoMedium";
    src: url("../fonts/Ginto-Medium.eot");
    src: url("../fonts/Ginto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ginto-Medium.woff2") format("woff2"),
    url("../fonts/Ginto-Medium.woff") format("woff"),
    url("../fonts/Ginto-Medium.ttf") format("truetype"),
    url("../fonts/Ginto-Medium.svg#Ginto-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GintoRegular";
    src: url("../fonts/Ginto-Regular.eot");
    src: url("../fonts/Ginto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ginto-Regular.woff2") format("woff2"),
    url("../fonts/Ginto-Regular.woff") format("woff"),
    url("../fonts/Ginto-Regular.ttf") format("truetype"),
    url("../fonts/Ginto-Regular.svg#Ginto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.triangle {
    width: 0;
    height: 0;
    border-width: 6.2vw 0 0 6.2vw;
    border-color: transparent transparent transparent #006272;
    border-style: solid;
    position: absolute;
    bottom: 0;
}

.arrow_inner_slider {
    position: absolute;
    bottom: 2.2vw;
    left: 2.2vw;
}

/**********************************
* Generale
**********************************/
a,
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

html,
body {
    font-family: "GintoRegular", sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 140%;
    scroll-behavior: smooth;
    font-weight: normal;
}

strong,
b,
.bold {
    font-family: "GintoBold", sans-serif;
    font-weight: 700;
}

.medium {
    font-family: "GintoMedium", sans-serif;
    font-weight: 500;
}

/* Btn */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-outline-white {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    font-family: "GintoBold", sans-serif;
    font-weight: 700;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #fff;
}

.btn-outline-white img {
    padding-left: 20px;
}

.btn-grey {
    background-color: #e8e8e8;
    color: #000;
    text-transform: none;
}

.btn-grey img {
    padding-left: 30px;
}

.btn-black {
    background-color: #000;
    color: #fff;
    width: 100%;
}

.btn-black img {
    padding-left: 11px;
}

.btn-black:hover,
.btn-black:focus {
    color: #fff;
}

.btn-green {
    background-color: #006272;
    color: #fff;
}

.btn-green img {
    padding-left: 70px;
}

.btn-green.small img {
    padding-left: 20px;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
}

/* Background */
.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

/* Spaces */
.spacer_l {
    padding-bottom: 13vw;
}

.spacer_m {
    padding-bottom: 6.5vw;
}

.spacer_s {
    padding-bottom: 3.3vw;
}

.spacer_top_s {
    padding-top: 3.3vw;
}

.text-underline {
    text-decoration: underline;
}

/*** Padding & Margin ***/
.mb10 {
    margin-bottom: 10px;
}

.mb68 {
    margin-bottom: 68px;
}

.mt16 {
    margin-top: 16px;
}

.pt24 {
    padding-top: 24px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl15 {
    padding-left: 15px;
}

/* Title */
.title19 {
    font-size: 19px;
    line-height: 140%;
}

.title20 {
    font-size: 20px;
    line-height: 27px;
}

.title30 {
    font-size: 30px;
    line-height: 125%;
}

.title35 {
    font-size: 35px;
    line-height: 43px;
}

/* Elementi modificati Bootstrap */
.container {
    width: 1600px;
    max-width: 100%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row.gap_column_mobile > div {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.row.gap_column_mobile > div:first-child {
    padding-left: 0;
}

.row.gap_column_mobile > div:last-child {
    padding-right: 0;
}

/**********************************
* Header
**********************************/

.nav li a,
.nav li a:hover,
.nav li a:focus {
    color: #000;
}

.close_menu,
.bar_menu {
    display: none;
}

.social_menu {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    z-index: 11;
    transition: top 0.3s;
}

.nav_menu {
    padding: 0;
}

.nav_menu.show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #006272;
    display: flex;
    z-index: 11;
    flex-direction: column;
    /* padding: 45px 35px; */
    padding: 27px 52px;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.nav_menu.show .nav {
    flex-direction: column !important;
    flex-grow: 1;
}

.nav_menu.show .close_menu {
    display: block;
    padding-bottom: 73px;
}

.nav_menu.show .close_menu span{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.nav_menu.show .close_menu span img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav_menu.show .nav li {
    padding-bottom: 34px;
}

.nav_menu.show .nav .nav-link {
    font-size: 26px;
    color: #fff !important;
    padding: 0;
}

.nav_menu.show .nav .nav-link .active {
    border-bottom: 0 solid transparent !important;
}

.nav_menu .nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
    font-size: 14px;
}

.dark_menu .nav_menu .nav .nav-link {
    color: #000;
}

.dark_menu .nav_menu .nav .nav-link .active {
    border-bottom: 1px solid #000;
}

.nav_menu .nav .nav-link .active {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.nav_menu.show .social_menu {
    display: block;
}

/**********************************
* Home Page
**********************************/

/* Slide */
.row_slider {
    min-height: 500px;
    margin-top: 109px;
}

.row_slider .content_slider {
    padding: 50px;
    justify-content: space-between;
}

.row_slider .content_slider .btn_slider .btn {
    position: relative;
    padding-right: 70px;
}

.row_slider .content_slider .btn_slider .btn:after {
    content: "";
    height: 21px;
    width: 46px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('../img/arrow_white_small.svg');
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.row_slider .content_slider .btn_slider .btn:hover:after {
    background-image: url('../img/arrow_black_small.svg');
}

.row_slider .content_slider .btn_slider .btn:hover {
    background-color: white;
    color: black;
}

.row_slider .title {
    font-size: 2.7vw;
    line-height: 3.3vw;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_slider .bkg_slide {
    background-size: cover;
    background-position: center center;
    min-height: 490px;
}

.btn_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Mostre */
.row_mostre_carousel .swiper-slide.marsilio_arte_gallery {
    height: 31.25vw;
}

.row_mostre_carousel .swiper-slide .box_mostre_carousel {
    margin: 0 2.5px;
    padding: 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s background-color, .3s border-color, .3s background-image;
}

.row_mostre_carousel .swiper-slide .box_mostre_carousel:hover {
    background-color: #006272;
    color: white;
    border-color: #006272;
}

.row_mostre_carousel .swiper-slide .box_mostre_carousel .content_box_mostre .right-arrow {
    height: 15px;
    width: 18px;
    background-image: url('../img/arrow_black_small.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.row_mostre_carousel .swiper-slide .box_mostre_carousel:hover .content_box_mostre .right-arrow {
    background-image: url('../img/arrow_white_small.svg');
}

.row_mostre_carousel .swiper-slide .title_box_mostre {
    font-size: 26px;
    line-height: 33px;
    text-align: left;
    padding-bottom: 1.2vw;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_mostre_carousel .swiper-slide .content_box_mostre {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.arrow_swiper {
    cursor: pointer;
}

.arrow_swiper.swiper-button-disabled {
    visibility: hidden;
}

.arrow_swiper_space {
    padding-left: 20px;
}

.swiper_mostre {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.swiper-slide .marsilio_arte_gallery img {
    display: block;
}

/* Grid */
.padTop5 {
    padding-top: 5px;
}

.row_grid .box_grid {
    min-height: 36vw;
    position: relative;
    overflow: hidden;
}

.row_grid .box_grid .arrow-selection {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.row_grid .box_grid .arrow-selection:before {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
    background-image: url("../img/right_arrow_white_icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.row_grid .box_grid .arrow-selection:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 118px 118px;
    border-color: transparent transparent #006272 transparent;
    color: green;
    z-index: 0;
    transition: .3s bottom, .3s right;
}*/

.row_grid .box_grid > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .8s all;
}

.row_grid .box_grid:hover > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}

/*.row_grid .box_grid:hover > .arrow-selection:after {
    bottom: 0;
    right: 0;
}*/

.row_grid .box_grid.box_grid_01 {
    background-color: #006272;
}

.row_grid .box_grid.box_grid_02 {
    background-image: url("../img/box_grid_2.jpg");
}

.row_grid .box_grid.box_grid_03 {
    background-image: url("../img/box_grid_3.jpg");
}

.row_grid .box_grid.box_grid_04 {
    background-image: url("../img/box_grid_4.jpg");
}

.row_grid .box_grid.box_grid_05 {
    background-image: url("../img/box_grid_5.jpg");
}

.row_grid .box_grid {
    padding: 33px;
    color: #fff;
    position: relative;
}

.row_grid .imgEllipse {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.row_grid .title_box_grid,
.row_grid .text_box_grid {
    position: relative;
    z-index: 1;
}

.row_grid .title_grid {
    font-size: 26px;
    line-height: 125%;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_grid .title_box_grid {
    font-size: 35px;
    line-height: 43px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_grid .box_grid_01 .title_box_grid,
.row_grid .box_grid_01 .text_box_grid {
    width: 70%;
}

/*** Newsletter */
.row_newsletter {
    /* margin: 64px 0 0; */
    padding: 70px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.row_newsletter .title_newsletter {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_newsletter .text_top_email {
    font-size: 19px;
    padding-bottom: 31px;
}

.row_newsletter .container_newsletter input {
    border: 2px solid #000;
    padding: 15px;
}

.row_newsletter .container_newsletter input:first-child {
    max-width: 100%;
    padding: 15px 0 15px 15px;
}

.row_newsletter .container_newsletter input.button {
    /* background-color: #000;
      color: #fff; */
    background: url("../img/send.svg");
    border: none;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 15px 0 0;
    width: 26px;
    box-sizing: border-box;
    cursor: pointer;
}

.button {
    background-color: transparent;
    border: 0px solid transparent;
    padding: 15px;
    width: 25%;
    text-align: right;
}

.button img {
    cursor: pointer;
}

.row_newsletter .text_bottom_email {
    padding-top: 21px;
    color: #969696;
}

/* News */
.container_news {
    padding-left: 15px;
    padding-right: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.container_news .sottotitolo_news {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 20px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.container_news .short_description {
    padding-top: 20px;
}

.container_news .link_news {
    text-decoration: underline;
}

.container_news .link_news img {
    padding-left: 10px;
}

.imm_news {
    height: 25.52vw;
    position: relative;
    overflow: hidden;
}

.imm_news .arrow-selection {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.imm_news .arrow-selection:before {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
    background-image: url("../img/right_arrow_white_icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.imm_news .arrow-selection:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 118px 118px;
    border-color: transparent transparent #006272 transparent;
    color: green;
    z-index: 0;
    transition: .3s bottom, .3s right;
}*/

.imm_news > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .8s all;
}

.imm_news:hover > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}

/*.imm_news:hover > .arrow-selection:after {
    bottom: 0;
    right: 0;
}*/

.imm_news_01 {
    background-image: url("../img/news01.jpg");
}

.imm_news_02 {
    background-image: url("../img/news02.jpg");
}

/* About Us & Contact */
.row_contact_home {
    font-size: 19px;
}

.row_contact_home .title_contact_home {
    font-size: 44px;
    padding-bottom: 22px;
    line-height: 54px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_contact_home .text_contact_home {
    padding-bottom: 20px;
    width: 50%;
}

.row_contact_home .box_contact_home {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 66px 30px 40px 30px;
}

.row_contact_home .box_contact_home .inner_box_contact_home {
    min-height: 160px;
}

.row_contact_home .link_contact_home {
    padding-top: 61px;
    display: block;
}

/**********************************
* About Us
**********************************/
.row_gallery .swiper::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    z-index: 1;
}

.container_gallery {
    width: 50vw;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 20px;
    position: relative;
    z-index: 111;
    height: 57px;
}

.container_gallery p {
    margin-bottom: 0;
}

.row_header_slider .title_header_page {
    font-size: 3.7vw;
    line-height: 3.7vw;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_header_slider .text_header_page {
    font-size: 23px;
    line-height: 32px;
    width: calc(100% - 156px);
}

.row_header_slider .container_text_header {
    position: relative;
    left: 156px;
    z-index: 1;
}

.marsilio_arte_01 {
    background-image: url("../img/about_us_01.jpg");
}

.marsilio_arte_02 {
    background-image: url("../img/about_us_02.jpg");
}

.marsilio_arte_gallery {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.marsilio_arte_gallery img {
    height: 34vw;
}

.marsilio_arte_gallery_02 {
    background-image: url("../img/marsilio_arte_gallery_02.jpg");
}

/* Intro */
.padBot30 {
    padding-bottom: 30px;
}

.padBot20 {
    padding-bottom: 20px;
}

.row_intro .text_intro {
    font-size: 19px;
}

.row_intro .text_intro a {
    text-decoration: underline;
}

.row_intro .text_intro a:hover {
    text-decoration: none !important;
}

.row_intro .text_intro ol {
    padding-left: 20px;
}

blockquote.cite {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 60px 30px;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 3.3vw;
}

blockquote.cite figcaption {
    font-size: 16px;
    line-height: 22px;
}

/* Box Two Column */
.row_two_columns .row_box_two_columns {
    margin-bottom: 19px;
    font-size: 19px;
}

/* Box Partners */
.box_partners {
    padding-top: 90px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: .3s background-color;
}

.box_partners:hover {
    background-color: #E8E8E8;
}

.box_partners .logo_partners {
    padding-bottom: 76px;
}

.box_partners .logo_partners img {
    width: 170px;
    height: 61px;
}

.margBot35 {
    margin-bottom: 35px;
}

/**********************************
* Press
**********************************/
.row_header_press {
    padding-top: calc(109px + 3.3vw);
    border-bottom: 2px solid;
}

.row_header_press .occhiello_header_press {
    font-size: 16px;
    line-height: 24px;
}

.row_header_press .title_header_press {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_header_press .text_header_press {
    font-size: 23px;
    line-height: 32px;
}

/**********************************
* Mostre ed Eventi
**********************************/
.row_header_mostre_detail {
    padding-top: calc(109px + 3.3vw);
}

.row_header_mostre_detail .occhiello_header_mostre_detail {
    font-size: 16px;
    line-height: 24px;
}

.row_header_mostre_detail .title_header_mostre_detail {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_header_mostre_detail .text_header_mostre_detail {
    font-size: 23px;
    line-height: 32px;
}

/* Mostre Grid */
.row_mostre_grid .mb50 {
    margin-bottom: 50px;
}

.row_mostre_grid .img_mostre_grid {
    min-height: 36vw;
    margin-bottom: 12px;
    position: relative;
    padding: 25px;
    display: block;
    overflow: hidden;
}

.row_mostre_grid .img_mostre_grid .arrow-selection {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.row_mostre_grid .img_mostre_grid .arrow-selection:before {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
    background-image: url("../img/right_arrow_white_icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.row_mostre_grid .img_mostre_grid .arrow-selection:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 118px 118px;
    border-color: transparent transparent #006272 transparent;
    color: green;
    z-index: 0;
    transition: .3s bottom, .3s right;
}*/

.row_mostre_grid .img_mostre_grid > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0x;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .8s all;
}

.row_mostre_grid .img_mostre_grid:hover > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}

/*.row_mostre_grid .img_mostre_grid:hover > .arrow-selection:after {
    bottom: 0;
    right: 0;
}*/

.inner_img_grid_01 img {
    position: absolute;
    top: 25px;
    left: 25px;
}

.inner_img_grid_01 .text_img {
    top: 25px;
    position: absolute;
    left: 48px;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

.arrow_right {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.row_mostre_grid .img_mostre_grid.img_01 {
    background-image: url("../img/mostre_detail_01.jpg");
}

.row_mostre_grid .title_box_grid {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_mostre_grid .place_box_grid,
.row_mostre_grid .date_box_grid {
    font-size: 16px;
    line-height: 22px;
}

.row_mostre_grid .date_box_grid span.label-date {
    background-color: #006272;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 2.5px 10px;
    display: inline-block;
}

/* Title  Eventi */
.title_eventi {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 34px;
}

/* Eventi Grid */

.row_eventi_grid .mb50 {
    margin-bottom: 50px;
}

.row_eventi_grid .img_eventi_grid {
    min-height: 36vw;
    padding: 26px 23px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.row_eventi_grid .img_eventi_grid .arrow-selection {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.row_eventi_grid .img_eventi_grid .arrow-selection:before {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
    background-image: url("../img/right_arrow_white_icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.row_eventi_grid .img_eventi_grid .arrow-selection:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 118px 118px;
    border-color: transparent transparent #006272 transparent;
    color: green;
    z-index: 0;
    transition: .3s bottom, .3s right;
}*/

.row_eventi_grid .img_eventi_grid .flag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    color: black;
    z-index: 1;
    font-size: 10px;
    line-height: 24px;
    padding: 0 14px;
}

.row_eventi_grid .img_eventi_grid > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .8s all;
}

.row_eventi_grid .img_eventi_grid:hover > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}

/*.row_eventi_grid .img_eventi_grid:hover > .arrow-selection:after {
    bottom: 0;
    right: 0;
}*/

.row_eventi_grid .img_eventi_grid.img_01 {
    background-image: url("../img/eventi_list_01.jpg");
}

.row_eventi_grid .title_box_grid {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_eventi_grid .place_box_grid,
.row_eventi_grid .date_box_grid {
    font-size: 16px;
    line-height: 22px;
}

.box_newsletter_quad {
    padding: 0 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    min-height: 36vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box_newsletter_quad .title_newsletter {
    font-size: 2vw;
    line-height: 2.2vw;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.box_newsletter_quad .container_newsletter,
.form_text_newsletter .container_newsletter {
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_newsletter_quad .container_newsletter input,
.form_text_newsletter .container_newsletter input {
    padding: 15px;
    border: 0 solid transparent;
    flex-grow: 1;
    width: 75%;
}

.box_newsletter_quad .container_newsletter input:focus-visible,
.form_text_newsletter .container_newsletter input:focus-visible {
    outline-width: 0;
    outline: none;
}

.box_newsletter_quad .text_bottom_email {
    padding-top: 21px;
    color: #969696;
}

.w80 {
    width: 80%;
}

/**********************************
* Mostre ed Eventi Detail
**********************************/
.row_mostrEventi_detail_header {
    margin-top: 109px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 34px 0;
}

.row_mostrEventi_detail_header .container_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.row_mostrEventi_detail_header .titolo {
    font-size: 44px;
    line-height: 55px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
}

.row_mostrEventi_detail_header .sottotitolo {
    font-size: 19px;
    line-height: 27px;
}

.row_mostrEventi_detail_header .btn-green {
    float: right;
}

.row_mostrEventi_detail_header .btn-green:hover {
    background-color: #3B8490;
}

.row_mostrEventi_detail_header .btn-green .ticket {
    padding-left: 20px;
}

/**********************************
* Slider pagine interne
**********************************/

.image_slider {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.image_slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.image_slider_01 {
    height: 47vw;
}

.image_slider_02 {
    height: 32vw;
}

/**********************************
* Luoghi dell'arte
**********************************/

.row_video_gallery {
    padding-bottom: 144px;
}

.luoghi_arte_01 {
    background-image: url("../img/luoghi_d'arte_01.jpg");
}

.luoghi_arte_02 {
    background-image: url("../img/luoghi_d'arte_02.jpg");
}

.luoghi_detail_01 {
    background-image: url("../img/luoghi_detail_01.jpg");
}

.luoghi_detail_02 {
    background-image: url("../img/luoghi_detail_02.jpg");
}

.img_list {
    background-size: cover;
    background-position: center center;
    height: 7.8vw;
}

.list_luoghi_01 {
    background-image: url("../img/luoghi01.jpg");
}

.list_luoghi_02 {
    background-image: url("../img/luoghi02.jpg");
}

.list_luoghi_03 {
    background-image: url("../img/luoghi03.jpg");
}

.list_luoghi_04 {
    background-image: url("../img/luoghi04.jpg");
}

.list_luoghi_05 {
    background-image: url("../img/luoghi05.jpg");
}

.list_luoghi_06 {
    background-image: url("../img/luoghi06.jpg");
}

.img_quad {
    min-height: 12.5vw;
    position: relative;
    overflow: hidden;
}

.img_quad > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .8s all;
}

.img_quad > img:hover {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}

.img_quad_01 {
    background-image: url("../img/luoghi01.jpg");
}

.img_quad_02 {
    background-image: url("../img/luoghi02.jpg");
}

.img_quad_03 {
    background-image: url("../img/luoghi03.jpg");
}

.img_quad_04 {
    background-image: url("../img/luoghi04.jpg");
}

.img_quad_05 {
    background-image: url("../img/luoghi05.jpg");
}

.img_quad_06 {
    background-image: url("../img/luoghi06.jpg");
}

/**********************************
* Bookshop
**********************************/

.bookshop_01 {
    background-image: url("../img/bookshop_01.jpg");
}

.bookshop_02 {
    background-image: url("../img/bookshop_02.jpg");
}

/**********************************
* Bookshop Detail
**********************************/

.triangle_right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bookshop_detail_01 {
    background-image: url("../img/bookshop_detail_01.jpg");
}

.bookshop_detail_02 {
    background-image: url("../img/bookshop_detail_02.jpg");
}

.row_grid .title_box_grid.title_box_grid--small {
    font-size: 26px;
    line-height: 125%;
}

/**********************************
* Magazine
**********************************/

.row_grid--magazine {
    padding-top: 109px;
}

.content_box_grid {
    position: absolute;
    bottom: 33px;
    left: 33px;
    right: 33px;
}

.label_box_grid {
    border: 1px solid #fff;
    padding: 2.5px 10px;
    display: inline-block;
    margin: 2.5px;
    font-size: 14px;
    line-height: 24px;
}

.label_box_grid a,
.label_box_grid a:hover,
.label_box_grid a:focus {
    color: #fff;
}

.box_grid_magazine_01 {
    background-image: url("../img/magazine01.jpg");
}

.box_grid_magazine_02 {
    background-image: url("../img/magazine02.jpg");
}

.box_grid_magazine_03 {
    background-image: url("../img/magazine03.jpg");
}

.box_grid_magazine_04 {
    background-image: url("../img/magazine04.jpg");
}

.box_grid_magazine_05 {
    background-image: url("../img/magazine05.jpg");
}

.box_grid_magazine_06 {
    background-image: url("../img/magazine06.jpg");
}

.text_separator {
    height: 1px;
    width: 100%;
    background-color: black;
    margin: 60px 0;
}

/* Modal */
.overlay.show {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 111;
}

.modal_container {
    width: 700px;
    max-width: 100%;
    background-color: #fff;
    padding: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**********************************
* Magazine Detail
**********************************/
.container_video iframe {
    height: 35.8vw;
}

/**********************************
* Magazine Podcast
**********************************/
.row_header_magazine_podcast {
    padding-top: calc(109px + 65px);
}

.row_header_magazine_podcast .occhiello {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.row_header_magazine_podcast .title_header {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 15px;
}

.row_header_magazine_podcast .sottotitolo_header {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 0px;
}

.container .magazine-image {
    margin-bottom: 60px;
}

/* Labels */
.row_labels {
    padding-bottom: 20px;
}

.row_labels .container_labels_box_grid {
    text-align: right;
}

.row_labels .label_box_grid {
    border: 1px solid #000;
}

.row_labels .label_box_grid:hover {
    background-color: #000;
    color: #fff;
}

.row_labels .label_box_grid.active {
    background-color: #000;
    color: #fff;
}

/**********************************
* Magazine Podcast Detail
**********************************/
.row_full_slider {
    padding-top: 109px;
}

.slider_full {
    background-size: cover;
    background-position: 10% 30%;
    min-height: 31vw;
    background-image: url("../img/eventi_list_01.jpg");
    padding: 31px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider_full.top {
    background-position: top;
}

.slider_full.center {
    background-position: center;
}

.slider_full.bottom {
    background-position: bottom;
}

.slider_full::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slider_full .inner_slider_full {
    position: initial;
    z-index: 1;
}

.slider_full .content_slider_full {
    position: relative;
    z-index: 1;
}

.slider_full .inner_slider_full p.text_img {
    position: absolute;
    top: 31px;
    left: 54px;
}

.slider_full .inner_slider_full p.text_img02 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    font-family: "GintoBold";
    margin: 0 25px;
}

.content_slider_full .title {
    font-size: 30px;
    line-height: 125%;
}

.content_slider_full .description {
    font-size: 0.8vw;
    line-height: 1.1vw;
}

.text-prev {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9;
}

.text-prev img {
    padding-right: 20px;
}

.swiper-slide .swiper_description {
    display: none;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    max-width: 90%;
    left: 5%;
}

.swiper-slide.swiper-slide-active .swiper_description {
    display: block;
}

/**********************************
* Footer
**********************************/
.bg-footer {
    background-color: #000000;
    color: #fff;
}

.bg-footer a,
.bg-footer a:hover,
.bg-footer a:focus {
    color: #fff;
}

.menu_footer li a {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
    font-family: "GintoMedium", sans-serif;
    font-size: 14px;
}

.menu_footer li a:first-child {
    padding-left: 0;
}

/*
.menu_footer li:last-child a{
    border:1px solid #fff;
    text-align: center;
    padding:7px 20px;
}
*/
.ico_social a {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: top;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
    transition: .3s background-image;
}

.ico_social a.instagram {
    background-image: url('../img/ico-instagram.svg');
}

.ico_social a.youtube {
    background-image: url('../img/ico-youtube.svg');
}

.ico_social a.twitter {
    background-image: url('../img/ico-twitter.svg');
}

.ico_social a.facebook {
    background-image: url('../img/ico-facebook.svg');
}

.ico_social a.instagram:hover {
    background-image: url('../img/ico-instagram-filled.svg');
}

.ico_social a.youtube:hover {
    background-image: url('../img/ico-youtube-filled.svg');
}

.ico_social a.twitter:hover {
    background-image: url('../img/ico-twitter-filled.svg');
}

.ico_social a.facebook:hover {
    background-image: url('../img/ico-facebook-filled.svg');
}

.logo_footer {
    padding-left: 35px;
}

/* Magazine */
.magazine_caption {
    font-size: 17px;
    line-height: 125%;
}

/**********************************
* Media Query
**********************************/

@media screen and (max-width: 1199px) {
    .row_grid .box_grid {
        height: 37vw;
    }

    .row_mostre_grid .img_mostre_grid,
    .row_eventi_grid .img_eventi_grid {
        min-height: 37vw;
    }

    /* Title */
    .title19 {
        font-size: calc((19px / 100) * 80);
        line-height: calc((140% / 100) * 80);
    }

    .title20 {
        font-size: calc((20px / 100) * 80);
        line-height: calc((27px / 100) * 80);
    }

    .title35 {
        font-size: calc((35px / 100) * 80);
        line-height: calc((43px / 100) * 80);
    }

    /* Home */
    .row_mostre_carousel .swiper-slide .title_box_mostre {
        font-size: calc((26px / 100) * 80);
        line-height: calc((33px / 100) * 80);
    }

    .row_mostre_carousel .swiper-slide .content_box_mostre {
        font-size: calc((16px / 100) * 80);
        line-height: calc((22px / 100) * 80);
    }

    .row_grid .title_grid {
        font-size: calc((26px / 100) * 80);
        line-height: calc((125% / 100) * 80);
    }

    .row_grid .title_box_grid {
        font-size: calc((35px / 100) * 80);
        line-height: calc((43px / 100) * 80);
    }

    /*** Newsletter */
    .row_newsletter .title_newsletter {
        font-size: calc((44px / 100) * 80);
        line-height: calc((54px / 100) * 80);
    }

    .row_newsletter .text_top_email {
        font-size: calc((19px / 100) * 80);
    }

    /* News */
    .container_news .sottotitolo_news {
        font-size: calc((20px / 100) * 80);
        line-height: calc((27px / 100) * 80);
    }

    /* About Us & Contact Home*/
    .row_contact_home {
        font-size: calc((19px / 100) * 80);
    }

    .row_contact_home .title_contact_home {
        font-size: calc((44px / 100) * 80);
        line-height: calc((54px / 100) * 80);
    }

    /* Pagina About Us */
    .row_header_slider .text_header_page {
        font-size: calc((23px / 100) * 80);
        line-height: calc((32px / 100) * 80);
    }

    /* Intro */
    .row_intro .text_intro {
        font-size: calc((19px / 100) * 80);
    }

    blockquote.cite {
        font-size: calc((33px / 100) * 80);
        line-height: calc((40px / 100) * 80);
    }

    blockquote.cite figcaption {
        font-size: calc((16px / 100) * 80);
        line-height: calc((22px / 100) * 80);
    }

    /* Press */
    .row_header_press .occhiello_header_press {
        font-size: calc((16px / 100) * 80);
        line-height: calc((24px / 100) * 80);
    }

    .row_header_press .title_header_press {
        font-size: calc((44px / 100) * 80);
        line-height: calc((54px / 100) * 80);
    }

    .row_header_press .text_header_press {
        font-size: calc((23px / 100) * 80);
        line-height: calc((32px / 100) * 80);
    }

    /* Box Two Column */
    .row_two_columns .row_box_two_columns {
        font-size: calc((19px / 100) * 80);
    }

    .row_header_mostre_detail .occhiello_header_mostre_detail {
        font-size: calc((16px / 100) * 80);
        line-height: calc((24px / 100) * 80);
    }

    .row_header_mostre_detail .title_header_mostre_detail {
        font-size: calc((44px / 100) * 80);
        line-height: calc((54px / 100) * 80);
    }

    .row_header_mostre_detail .text_header_mostre_detail {
        font-size: calc((23px / 100) * 80);
        line-height: calc((32px / 100) * 80);
    }

    /* Mostre Grid */
    .inner_img_grid_01 .text_img {
        font-size: calc((15px / 100) * 80);
        line-height: calc((15px / 100) * 80);
    }

    .row_mostre_grid .title_box_grid {
        font-size: calc((26px / 100) * 80);
        line-height: calc((33px / 100) * 80);
    }

    .row_mostre_grid .place_box_grid,
    .row_mostre_grid .date_box_grid {
        font-size: calc((16px / 100) * 80);
        line-height: calc((22px / 100) * 80);
    }

    .row_mostre_grid .date_box_grid span.label-date {
        font-size: 12px;
    }

    /* Title  Eventi */
    .title_eventi {
        font-size: calc((26px / 100) * 80);
        line-height: calc((33px / 100) * 80);
    }

    /* Eventi Grid */
    .row_eventi_grid .title_box_grid {
        font-size: calc((26px / 100) * 80);
        line-height: calc((33px / 100) * 80);
    }

    .row_eventi_grid .place_box_grid,
    .row_eventi_grid .date_box_grid {
        font-size: calc((16px / 100) * 80);
        line-height: calc((22px / 100) * 80);
    }

    /* Mostre ed Eventi Detail */
    .row_mostrEventi_detail_header .titolo {
        font-size: 33px;
        line-height: 41.25px;
    }

    .row_mostrEventi_detail_header .sottotitolo {
        font-size: calc((19px / 100) * 80);
        line-height: calc((27px / 100) * 80);
    }

    /* Bookshop Detail */
    .row_grid .title_box_grid.title_box_grid--small {
        font-size: calc((26px / 100) * 80);
        line-height: calc((125% / 100) * 80);
    }

    /* Magazine */
    .label_box_grid {
        font-size: calc((14px / 100) * 80);
        line-height: calc((24px / 100) * 80);
    }

    /* Magazine Podcast */
    .row_header_magazine_podcast .occhiello {
        font-size: calc((14px / 100) * 80);
        line-height: calc((24px / 100) * 80);
    }

    .row_header_magazine_podcast .title_header {
        font-size: calc((44px / 100) * 80);
        line-height: calc((54px / 100) * 80);
    }

    .row_header_magazine_podcast .sottotitolo_header {
        font-size: calc((23px / 100) * 80);
        line-height: calc((32px / 100) * 80);
    }

    /* Footer */
    .menu_footer li a {
        font-size: calc((14px / 100) * 80);
    }

    /* Label Magazine */
    .label_box_grid {
        font-size: calc((12px / 100) * 80);
    }
}

@media screen and (max-width: 991px) {

    .row_mostrEventi_detail_header .container_content .content_text {
        padding: 0 15px;
    }

    .visible-lg {
        display: none;
    }

    .triangle {
        border-width: 10vw 0 0 10vw;
    }

    .w80 {
        width: 100%;
    }

    .py3 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .btn {
        width: 100%;
    }
    .btn.btn-loadMore{
        width: auto;
    }

    /* Font Size Title */
    .title20 {
        font-size: 17px;
        line-height: 23px;
    }

    /* Spaces */
    .spacer_l {
        padding-bottom: 100px;
    }

    .spacer_m {
        padding-bottom: 75px;
    }

    .spacer_s {
        padding-bottom: 50px;
    }

    .spacer_top_s {
        padding-top: 50px;
    }

    /* Spaces Only Mobile */
    .spacer_l_mobile {
        padding-bottom: 100px;
    }

    .spacer_m_mobile {
        padding-bottom: 75px;
    }

    .spacer_s_mobile {
        padding-bottom: 50px;
    }

    .image_slider_01,
    .image_slider_02 {
        height: 67vw;
    }

    .row.gap_column_only_mobile > div {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

    .row.gap_column_only_mobile > div.noPad:nth-child(odd) {
        padding-left: 15px !important;
    }

    .row.gap_column_only_mobile > div.noPad:nth-child(even) {
        padding-right: 15px !important;
    }

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

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

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .px-0-md {
        padding-left: 0;
        padding-right: 0;
    }

    .pl15 {
        padding-left: 0;
    }

    .pl15_mobile {
        padding-left: 15px;
    }

    .logo img {
        height: 60px;
    }

    .row_intro .text_intro {
        font-size: 17px;
        line-height: 140%;
    }

    /**********************************
      * Home
      **********************************/
    /* Slider */
    .row_slider {
        position: relative;
        min-height: 490px;
    }

    .row_slider .text_slider {
        position: absolute;
        bottom: 30px;
        left: 20px;
        right: 20px;
        z-index: 1;
        width: 80%;
    }

    .row_mostre_carousel .swiper-slide .box_mostre_carousel {
        padding: 20px;
    }

    .row_slider .title {
        font-size: 26px;
        line-height: 31px;
    }

    .row_slider .content_slider {
        padding: 0;
    }

    .row_slider.row_slider_home .bkg_slide:nth-child(2) {
        background-image: none !important;
    }

    .row_slider_home .bkg_slide::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
    }

    .row_slider {
        margin-top: 79px;
    }

    /* Grid */
    .grid_column_1 {
        padding-left: 0;
        padding-right: 0;
    }

    .row_grid .box_grid_02--home {
        margin-top: -150px;
    }

    .row_grid .box_grid {
        height: 80vw;
    }

    .mb-md-68 {
        margin-bottom: 68px;
    }

    /* Newsletter */
    .row_newsletter {
        padding: 38px 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .row_newsletter .title_newsletter {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 75px;
    }

    .row_newsletter .text_top_email {
        font-size: 16px;
    }

    .row_newsletter .text_bottom_email {
        font-size: 14px;
    }

    /* News Home */
    .container_news .short_description {
        padding-top: 26px;
    }

    .container_news .text_news_home br {
        display: none;
    }

    .imm_news {
        height: 50vw;
    }

    /* About Us & Contact */
    .container_gallery {
        width: 93vw;
    }

    .row_contact_home {
        font-size: 16px;
    }

    .row_contact_home .inner_box_contact_home {
        min-height: auto !important;
        padding-bottom: 23px;
    }

    .row_contact_home .col-12:first-child .box_contact_home {
        border-bottom: 0px solid transparent;
    }

    .row_contact_home .title_contact_home {
        font-size: 26px;
        padding-bottom: 120px;
        line-height: 33px;
    }

    .row_contact_home .text_contact_home {
        width: 100%;
    }

    .row_contact_home .link_contact_home {
        padding-top: 0;
    }

    /**********************************
      * About Us
      **********************************/
    /* Slider */
    .container_slider {
        padding-right: 0;
        padding-left: 0;
        padding-top: 79px;
    }

    .container_text_header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .occhiello_header_page {
        padding-top: 30px;
    }

    .row_header_slider .title_header_page {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 11px;
        width: 100%;
    }

    .row_header_slider .container_text_header {
        left: 0;
    }

    .row_header_mostre_detail .title_header_mostre_detail {
        font-size: 36px;
        line-height: 41px;
    }

    .row_header_slider .text_header_page,
    .row_header_mostre_detail .text_header_mostre_detail {
        font-size: 17px;
        line-height: 23px;
    }

    .row_mostre_grid .title_box_grid {
        font-size: 24px;
        line-height: 30px;
    }

    /* Intro */
    .text_intro {
        font-size: 16px;
        line-height: 22px;
    }

    .text_intro .title19 {
        font-size: 16px;
        line-height: 22px;
    }

    .row_two_columns .row_box_two_columns {
        font-size: 16px;
        line-height: 22px;
    }

    /* Pilastri */
    .text {
        padding-top: 18px;
    }

    /* Cite */
    blockquote.cite {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 50px;
        padding: 48px 20px;
    }

    blockquote.cite figcaption {
        font-size: 14px;
        line-height: 20px;
    }

    /* Partners */
    .box_partners:nth-child(1),
    .box_partners:nth-child(2) {
        border-bottom: 0 solid transparent;
    }

    /**********************************
      * Mostre ed Eventi Detail
      **********************************/
    .row_mostre_grid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row_eventi_grid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row_header_mostre_detail {
        padding-top: calc(79px + 3.3vw);
    }

    .row_mostre_grid .img_mostre_grid {
        min-height: 80vw;
    }

    .row_eventi_grid .img_eventi_grid {
        min-height: 80vw;
    }

    .row_mostrEventi_detail_header {
        margin-top: 79px;
        margin-bottom: 65px;
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
        padding: 0;
    }

    .row_mostrEventi_detail_header .titolo {
        font-size: 28px;
        line-height: 35px;
        padding-top: 30px;
    }

    .row_mostrEventi_detail_header .sottotitolo {
        font-size: 17px;
        line-height: 24px;
    }

    .row_mostrEventi_detail_header .btn-green {
        width: 100%;
        margin-top: 24px;
    }

    .row_mostrEventi_detail_header .btn-green .ticket {
        padding-left: 20px;
    }

    .marsilio_arte_gallery img {
        height: 60.48vw;
    }

    .box_newsletter_quad {
        min-height: 393px;
    }

    .box_newsletter_quad .title_newsletter {
        font-size: 26px;
        line-height: 32px;
    }

    .box_newsletter_quad .text_bottom_email {
        font-size: 14px;
        line-height: 19px;
    }

    .row_eventi_grid .title_box_grid {
        font-size: 22px;
        line-height: 27px;
    }

    .row_slider.row_mostrEventi_detail_header .bkg_slide {
        min-height: 375px;
    }

    /**********************************
      * Luoghi D'arte
      **********************************/
    .img_quad {
        min-height: 37vw;
    }

    /**********************************
      * Bookshop
      **********************************/
    .row_grid .box_grid {
        padding: 25px;
    }

    /**********************************
      * Magazine
      **********************************/
    .row_full_slider {
        padding-top: 78px;
    }

    .row_grid--magazine {
        padding-top: 79px;
    }

    .box_grid.box_magazine_01 {
        min-height: 600px;
    }

    .content_box_grid {
        bottom: 183px;
    }

    .box_grid.box_magazine_02 {
        margin-top: -15vw;
    }

    .row_grid .title_grid {
        font-size: 22px;
        line-height: 27px;
    }

    .container_full_slider {
        padding-left: 0;
        padding-right: 0;
    }

    .container_full_slider .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /**********************************
      * Magazine Detail
      **********************************/
    .container_video iframe {
        height: 52vw;
    }

    /**********************************
      * Magazine Podcast
      **********************************/
    .row_header_magazine_podcast .occhiello {
        font-size: 14px;
        line-height: 20px;
    }

    .row_header_magazine_podcast .title_header {
        font-size: 36px;
        line-height: 41px;
    }

    .row_header_magazine_podcast .sottotitolo_header {
        font-size: 17px;
        line-height: 140%;
    }

    /* Labels */
    .row_labels .container_labels_box_grid {
        text-align: left;
    }

    .slider_full {
        padding: 20px;
    }

    /**********************************
      * Magazine Podcast Detail
      **********************************/
    .slider_full {
        min-height: 100vw;
    }

    .content_slider_full .title {
        font-size: 26px;
        line-height: 120%;
    }

    .content_slider_full .description {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .text-prev {
        position: relative;
        top: 10px;
        left: 15px;
        margin-bottom: 23px;
    }

    /**********************************
      * Footer
      **********************************/
    .menu_footer {
        justify-content: center;
    }

    .menu_footer li a {
        padding-right: 10px;
    }

    /*
      .menu_footer li:last-child a{
          padding: 7px 10px;
      }
      */
}

@media screen and (max-width: 575px) {

    .row_grid .box_grid.box_grid_01 {
        height: 450px;
    }

    .row_grid .box_grid {
        height: 90vw;
    }

    .row_mostre_grid .img_mostre_grid,
    .row_eventi_grid .img_eventi_grid {
        min-height: 90vw;
    }

    .box_grid.box_magazine_02 {
        margin-top: -140px;
    }

    .logo_box_grid {
        padding-bottom: 80px;
    }

    .row_slider.row_mostrEventi_detail_header .bkg_slide {
        min-height: 250px;
    }

    .link_text_intro a {
        display: flex;
        align-items: baseline;
    }

    .title30 {
        font-size: 22px;
        line-height: 125%;
    }

    /* Magazine */
    .magazine_caption {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .visible-md {
        display: none;
    }

    .row.gap_column > div {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

    /* .row.gap_column > div:first-child {
        padding-left: 0;
    } */

    .row.gap_column > div:last-child {
        padding-right: 0;
    }

    .title_header_page {
        width: 39vw;
    }

    .px-0-lg {
        padding-left: 0;
        padding-right: 0;
    }

    /* Spaces Only Desktop */
    .spacer_l_desktop {
        padding-bottom: 13vw;
    }

    .spacer_m_desktop {
        padding-bottom: 6.5vw;
    }

    .spacer_s_desktop {
        padding-bottom: 3.3vw;
    }

    .text_underline_desktop {
        text-decoration: underline;
    }

    .py3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /**********************************
      * Home
      **********************************/
    /* Slider */
    .row_slider.row_slider_home .bkg_slide:nth-child(1) {
        background-image: none !important;
    }

    /* Newsletter */
    .row_newsletter .title_newsletter br {
        display: none;
    }

    /**********************************
      * About Us
      **********************************/
    .gap_column_mobile > div.order-md-1 {
        padding-left: 2.5px !important;
    }

    .gap_column_mobile > div.order-md-0 {
        padding-right: 2.5px !important;
    }

    .mar15_Reverse_right {
        margin-right: 15px !important;
    }

    .mar15_Reverse_left {
        margin-left: 15px !important;
    }

    .row_header_slider .occhiello_header_page,
    .row_header_slider .title_header_page {
        padding-bottom: 16px;
    }
}

@media screen and (min-width: 1025px) {
    /**********************************
      * Header
      **********************************/
      .nav_menu {
        display: flex;
        justify-content: flex-end;
      }
      .nav_menu .icon_search{
        padding-left: 24px;
      }
}
@media screen and (max-width: 1024px) {
    /**********************************
      * Header
      **********************************/
    .nav_menu {
        display: none;
    }

    .bar_menu {
        /* right: 36px; */
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bar_menu img{
        width: 18px;
        height: 18px;
    }

    .col-100 {
        flex: 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1601px) {
    /* Spaces */
    .spacer_l {
        padding-bottom: 250px;
    }

    .spacer_m {
        padding-bottom: 125px;
    }

    .spacer_s {
        padding-bottom: 65px;
    }

    .spacer_top_s {
        padding-top: 65px;
    }

    /* Spaces Only Desktop */
    .spacer_l_desktop {
        padding-bottom: 250px;
    }

    .spacer_m_desktop {
        padding-bottom: 125px;
    }

    .spacer_s_desktop {
        padding-bottom: 65px;
    }

    .image_slider_01 {
        height: 900px;
    }

    .image_slider_02 {
        height: 612px;
    }

    /**********************************
      * Home
      **********************************/
    /* Slider */
    .row_slider .title {
        font-size: 43px;
        line-height: 52px;
    }

    /* Grid */
    .row_grid .box_grid {
        min-height: 600px;
    }

    /* News */
    .imm_news {
        height: 489px;
    }

    .row_header_slider .title_header_page {
        font-size: 72px;
        line-height: 72px;
    }

    /**********************************
      * Marsilio Arte
      **********************************/
    .title_header_page {
        width: 600px;
    }

    .triangle {
        border-width: 119px 0 0 119px;
    }

    .marsilio_arte_gallery img {
        height: 652px;
    }

    .arrow_inner_slider {
        bottom: 45px;
        left: 45px;
    }

    /**********************************
      * Mostre ed Eventi
      **********************************/
    .box_newsletter_quad,
    .row_eventi_grid .img_eventi_grid,
    .row_mostre_grid .img_mostre_grid {
        min-height: 600px;
    }

    .box_newsletter_quad .title_newsletter {
        font-size: 38px;
        line-height: 42px;
    }

    .content_slider_full .description {
        font-size: 16px;
        line-height: 140%;
    }

    .slider_full {
        min-height: 504px;
    }

    /**********************************
      * Luoghi D'arte
      **********************************/
    .img_quad {
        min-height: 190px;
    }

    /**********************************
      * Magazine Detail
      **********************************/
    .container_video iframe {
        height: 572px;
    }
}

@media screen and (min-width: 1199px) {
    .row_intro .text_intro {
        line-height: 155%;
    }
}

