/* ----- Font ----- */

@font-face {
    font-family: 'Balance';
    font-weight: 200;
    src: url('../fonts/Balance-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Balance';
    font-weight: normal;
    src: url('../fonts/Balance-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Balance';
    font-weight: bold;
    src: url('../fonts/Balance-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Balance';
    font-weight: 800;
    src: url('../fonts/Balance-Black.otf') format('opentype');
}



body {
    font-family: Balance, Helvetica, Verdana;;
    font-size: 16px;
}

@media (max-width: 550px) {
	body, html { overflow-x: hidden }
}

.container-fluid {
    margin: auto;
    padding: 0;
}

.container {
    margin: 0 40px;
}

.yellow {
    background-color: #FFDD00;
    color: black;
}

.underline-yellow {
    background-image: linear-gradient(#ffdd00,#ffdd00);
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-position: 0 calc(100% - 12px);
}

.modal.fade.show {
    background: #000;
}
.modal-header .close:focus {
    outline: none;
}
.modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.modal-body {
    position: relative;
    padding-bottom: 56.25%;
}

.modal-body iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal-header {
    border: none;
}
.modal-header .close {
    color: white;
}


.btn {
    padding: 14px 30px;
    border-radius: 0;
    font-weight: normal;

    text-decoration: none;
}

.feather {
    stroke-width: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

/* Typography */

h1.h-1 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 88px;
    margin-bottom: 0;
}

h2.h-2 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 72px;
    margin-bottom: 0;
}

h3.h-3 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 56px;
    margin-bottom: 0;
}

h4.h-4 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 48px;
    margin-bottom: 0;
}

h5.h-5 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 40px;
    margin-bottom: 0;
}

h6.h-6 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 32px;
    margin-bottom: 0;
}

h6.h-7 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0;
}

h6.h-8 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}

.body-text-1 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 36px;
}

.body-text-2 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 30px;
}

.body-text-3 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 27px;
}

.body-text-4 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 24px;
}

.body-text-5 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 21px;
}

.link-text-1 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.link-text-2 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
}

.link-text-3 {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
}

.componentspacing:not(:first-of-type) {
    margin-top: 32px;
}


/* ---- Typography Mobile --- */

@media (max-width: 767px) {

    h1.h-1{
        
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 48px;
        margin-bottom: 0;

    }

    h2.h-2{
        
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 40px;
        margin-bottom: 0;

    }

    .section-6 h6.h-6{

        color: #000000;
        font-family: Balance, Helvetica, Verdana;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -0.2px;
        line-height: 27px;

    }

    .misc-media-textbox h6.h-6{

        color: #000000;
        font-family: Balance, Helvetica, Verdana;
        font-size: 18px;
        letter-spacing: -0.2px;
        line-height: 27px;

    }

    .body-text-2{
        
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -0.2px;
        line-height: 27px;

    }

}



p a:not(.default-link) {
    text-decoration: none;
    background-image: linear-gradient(120deg, #FFDD00, #FFDD00);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
}

p a:not(.default-link):hover {
    text-decoration: none;
    background-size: 100% 100%;
}


.corpo-type-1 ul li a:not(.default-link), .corpo-type-1 ol li a:not(.default-link), .corpo-type-2 ul li a:not(.default-link), .corpo-type-2 ol li a:not(.default-link), .corpo-type-3 ul li a:not(.default-link), .corpo-type-3 ol li a:not(.default-link) {
    text-decoration: none;
    background-image: linear-gradient(120deg, #FFDD00, #FFDD00);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
}

.corpo-type-1 ul li a:not(.default-link):hover, .corpo-type-1 ol li a:not(.default-link):hover, .corpo-type-2 ul li a:not(.default-link):hover, .corpo-type-2 ol li a:not(.default-link):hover, .corpo-type-3 ul li a:not(.default-link):hover, .corpo-type-3 ol li a:not(.default-link):hover {
    text-decoration: none;
    background-size: 100% 100%;
}

/* spaces */

.spaces-1 {
    margin-bottom: 8px;
}

.spaces-2 {
    margin-bottom: 16px;
}

.spaces-3 {
    margin-bottom: 24px;
}

.spaces-4 {
    margin-bottom: 32px;
}

.spaces-5 {
    margin-bottom: 48px;
}

.spaces-6 {
    margin-bottom: 64px;
}

.spaces-7 {
    margin-bottom: 80px;
}

.spaces-8 {
    margin-bottom: 120px;
}

@media (max-width: 991px) {
    .spaces-1 {
        margin-bottom: 8px;
    }
    .spaces-2 {
        margin-bottom: 16px;
    }
    .spaces-3 {
        margin-bottom: 20px;
    }
    .spaces-4 {
        margin-bottom: 24px;
    }
    .spaces-5 {
        margin-bottom: 24px;
    }
    .spaces-6 {
        margin-bottom: 32px;
    }
    .spaces-7 {
        margin-bottom: 40px;
    }
    .spaces-8 {
        margin-bottom: 60px;
    }
}

/*.underline-yellow{

    margin-bottom: 1rem;

}

ol li{

    margin-bottom: 1rem;

}

/* End Typography */

h1 {
    font-weight: bold;
}

h5 {
    font-weight: 200;
    margin-bottom: 1em;
}

h6 {
    font-weight: 200;
    font-size: .8em;
}

a {
    color: inherit!important;
    text-decoration: underline;
}

p strong {
    font-weight: bold;
}




/* ---------- INPUTS ---------- */
.input-text {
    width: 320px;

    padding: 12px 16px 12px 16px;

    border-radius: 0;
    border: solid #C0C0C0 1px;

    font-size: 16px;
    font-weight: 200;

}

.input-text::placeholder {
    color: #666;
}

.input-text:focus {
    border-color: black;
    outline: solid black 1px;
    box-shadow: none;
}

.input-text:invalid, .inputs-dark .input-text:invalid {
    border-color: #FF3B30!important;
    outline: solid #FF3B30 1px;
}


.input-select.form-control {
    border: solid 1px #ccc;
    border-radius: 0;

    height: fit-content;

    width: 320px;
    height: 48px;

    padding: 12px 44px 12px 16px;
}

select.input-select {
    font-weight: 200;

    box-shadow: none!important;
}

.input-select-container {
    position: relative;
    display: inline-block;
}

.input-select-container::after {
    content: " \02c5";
    color: #444;
    position: absolute;
    right: 1em;
    top: .8em;
    height: 8px;
    width: 8px;

    font-weight: bold;

    transform: scaleX(2);

    pointer-events: none;
}


.inputs-dark .input-select-container::after {
    color: #ddd;
}

.input-select-container select.input-select {
    appearance: none!important;
    -webkit-appearance: none!important;
}

.input-select option {
    width: 100%;
    color: black;
}

.input-select.form-control.error {
    border-color: #ff3b30;
}

.form-check-input:checked {
    background-color: yellow;
}


.inputs-dark {
    color: white;
}

.inputs-dark .form-control, .inputs-dark .input-text {
    background: transparent;
    color: white!important;
}

.inputs-dark .input-text:focus {
    border: solid 1px white;
}



/* style fix iOS */
.form-control, .input-text {
    background: transparent!important;
    color: black!important;
}


.form-check {
    padding-left: 0;
}
select.form-control.input-select  {
    font-weight: 200;
}
.pretty .state label {
    font-weight: 200;
}
.pretty .state label:before {
    border-color: #333;
    border-width: 2px;
}
.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
    border-radius: 10%;
}
.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #333!important;
}
.pretty.p-default input:checked~.state label:after {
    background-color: #333!important;
}

.inputs-dark select.form-control.input-select  {
    font-weight: 200;
}
.inputs-dark .form-check .pretty .state label {
    font-weight: 200;
}
.form-check.inputs-dark .pretty.p-svg.p-curve input:checked~.state.p-success .svg.svg-icon path {
    color: #333!important;
    stroke: #333!important;
}
.inputs-dark .pretty .state label {
    font-weight: 200;
}
.inputs-dark .pretty .state label:before {
    border-color: #FFF;
}
.inputs-dark .pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #FFDD00!important;
}
.inputs-dark .pretty.p-default input:checked~.state label:after {
    background-color: #FFDD00!important;
}
.inputs-dark .pretty.p-default input:checked~.state label:before {
    border-color: #FFDD00;
}




/* ---------- HERO SECTION ---------- */

.hero-section {
    position: relative;
    color: white;
}

.hero-section .hero-section-background-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
}

.hero-section .hero-section-background-image::before {
    content: "";
    background-color: black;

    opacity: .56;

    position: absolute;

    width: 100%;
    height: 100%;

}

.hero-section .hero-section-title {
    margin-bottom: 64px;

    padding-left: 40px;
    
}
.hero-section .hero-section-title .h-1 {
    color: white;
}

.hero-section .hero-section-content {
    padding-left: 40px;
}

.hero-section .hero-section-subtitle {
    padding: 0;
}
.hero-section .hero-section-subtitle .h-5 {
    color: white;
}

.hero-section .hero-section-button {
    margin-top: 32px;
}

.hero-section-text.body-text-2 {
    color: white;
}

@media(max-width: 991px) {
    
    .hero-section .hero-section-title {
        margin-bottom: 32px;
        padding-left: 0;
    }

    .hero-section .hero-section-content {
        padding-left: 0;
    }

    .hero-section  .h-5 {
        font-size: 24px;
    }

    .hero-section-text p {
        margin-top: 32px; 
    }

    .hero-section .hero-section-button {
        order: 3;
    }
}

@media (max-width: 767px) {

    .hero-section .hero-section-title .underline-yellow {
        background-position: 0 calc(100%);
    }
}

/* ----- MAIN HEADER ----- */

#main-header {
    margin-top: 0;
}

#main-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-header li {
    display: inline-block;
}

/* ----- NAVBAR ----- */

.navbar a {
    color: inherit!important;
    text-decoration: none!important;
}

.navbar a:hover, .navbar a:active, .navbar .active {
    border-bottom: solid 3px #FFDD00;
    margin-bottom: -3px;
}

.navbar .logo {
    padding: 12px 0;
    padding-left: 48px;
    border: none!important;

    margin-bottom: 0!important;

    flex-grow: 1;
}

.navbar .logo img {
    height: 100%;
    max-height: 90px;
}

@media (min-width: 1441px) {
    .navbar .logo img {
        height: auto;
        max-height: unset;

        width: 54%;

        max-width: 400px;
        padding-bottom: 12px;
    }

}

.navbar-right {
    text-align: right;
    width: 100%;
    padding-right: 24px;
}

.navbar-right ul {
    display: block;
}

.nav-right-otherLinks {
    padding: 8px 0 28px 0;
    padding-right: 6px;
}

.nav-right-menu {
    padding: 16px 0;
}

.nav-right-otherLinks li {
    margin: 0 16px;
}

.nav-right-otherLinks .nav-item {
    margin: 0 8px;
}

.nav-right-menu li {
    font-size: 1.3em;
    margin: 0 14px;
}

.nav-right li:first-child {
    margin-left: 0;
}

.nav-right li:last-child {
    margin-right: 0;
}

.navbar-plus, .navbar-secondary-collapse {
    display: none;
}

.nav-link.nav-lang-selected p{

    border-bottom: solid 3px #ffdd00;
    border-top: solid 3px transparent;

}

.nav-link.nav-lang p{

    margin: 0;

}

a.nav-link.nav-lang:hover{

    border: none;
    margin-bottom: 0;

}

/* ----- SECONDARY NAVIGATION -----*/

.secondary-navigation {
    border-top: solid 1px #ccc;
    padding: 0 48px;
}

.secondary-navigation>div {
    display: inline-block;
}

.secondary-navigation a {
    color: inherit!important;
    text-decoration: none!important;
    display: inline-block;
    margin: 22px 16px;
}

.secondary-main-section {
    padding: 0 16px;
}

.secondary-main-section a{
    margin: 22px 0;
}

.secondary-main-anchor {
    border-top: solid 3px #FFDD00;
}

.secondary-main-anchor a {
    margin: 22px 0;
}

.secondary-chevron {
    color: #bbb;
}

.secondary-other-links {
    display: inline-block;
}

.secondary-other-links .active {
    border-top: solid 3px #FFDD00;
}

.container-partners {
    background-color: black;
    color: white;
    font-size: .7rem;
}

.container-partners span {
    display: inline-flex;
    background-color: #888;
    height: 32px;
    width: 128px;
}

.partners-sections {
    display: flex;
    width: 100%;
    flex-direction: row;
}

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

.partners .partners-logo {
    width: 100%;
    max-width: 180px;
    margin: 0 8px;
}

.partners .partners-logo:first-child {
    max-width: 120px;
    margin-left: 0;
}

.partners .main-partners {
    width: 100%;
    max-width: 780px;
}

.partners .istitutional-partners {
    margin-left: 40px;
}

.partners .istitutional-partners .partners-logo {
    max-width: 200px;
    min-width: 180px;
}

.partners .destination-partner {
    margin-left: 120px;
}

.partners .destination-partner .partners-logo {
    min-width: 120px;
}

/*---------- FOOTER ----------*/

footer {
    background-color: black;
    color: white;
    font-weight: 200;
    padding-bottom: 60px;
}

footer p {
    opacity: .8;
}

footer hr {
    border-top: solid .5px rgba(255, 255, 255, 0.5);
}

.partners {
    padding-top: 48px;
    line-height: 1;
}

footer .partners {
    padding-bottom: 56px;
}

.partners .ubs {
    max-width: 80%;
}

.partners .ascona {
    max-width: 80%;
}

.partners .align-items-center {
    padding-top: px;
}

.partners .istitutional-partners h6 {
    margin-bottom: 16px;
}

.partners .destination-partner .col {
    padding: 0 4px;
}

.partners .destination-partner img {
    max-height: 60px;
}

.heading-partners {
    padding: 24px 0;
}


.heading-partners.op-80, .heading-partners .op-80 {
    opacity: 80%;
}

/* ---------- NEWSLETTER ---------- */

.newsletter {
    padding: 46px 0;
}

.newsletter .col-12 {
    margin: 12px 0;
    padding: 0 15px;
}

.newsletter-email {
    text-align: center;
}

.newsletter-email form {
    display: block;
}
.newsletter input:focus {
    outline: none;
    box-shadow: none!important;
}

.newsletter .newsletter-email-input {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #999;
    margin-right: 2em;
    color: white;
    width: 100%;
}

.newsletter form input {
    margin-bottom: -8px;
    align-self: flex-end;
    margin-top: 16px;
}

.newsletter-email button {
    margin-top: 16px;
    font-weight: bold;
}

/* newsletter 2 */

.newsletter {}

.newsletter-sections {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.newsletter-section {
    display: inline-block;
    padding: 0 15px;
}

.newsletter-info {
    width: 416px;
    margin-right: 48px;
    opacity: .8;
}

.newsletter-email form {
    margin-right: 48px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.newsletter-form .newsletter-email input {
    width: 100%;
    max-width: 350px;
    min-width: 250px;
    margin: 20px 26px;
    margin-left: 0;
    outline: none!important;
}

.newsletter-form .newsletter-email .btn {
    margin: 0;
}

.newsletter-social {
    max-width: 416px;
    margin-top: 30px;
    margin-bottom: 16px;
    text-align: right;
    white-space: nowrap;
}

.newsletter-social svg.feather {
    height: 32px;
    width: 32px;
    fill: white!important;
    stroke: black!important;
}

.newsletter .newsletter-social a.social-link {
    text-decoration: none!important;
}

.newsletter-email button {
    width: auto;
    height: auto;
    padding: 14px 33px!important;
}

.social {
    text-align: right;
}

.social * {
    margin: 6px 6px;
    text-decoration: none!important;
}

.social-icons {
    display: inline-block;
    margin-right: 0;
}

.social-icons .feather {
    stroke-width: 1px;
    color: white!important;
}

.social-icons .social-link:last-child .feather {
    margin-right: 0;
}

/* ---------- Privacy --------- */

#main-header.container-fluid {
    max-width: 100%;
}

footer .container-fluid {
    max-width: 100%;
}


footer hr {
    margin-left: 15px;
    margin-right: 15px;
}

.footer-privacy {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding-right: 12px;
}

.footer-privacy h6 {
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
}

.footer-privacy a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-privacy a:hover {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.privacy-left {
    display: inline-block;
    min-width: 40%;
    width: auto;
    opacity: .7;
}

.footer-privacy .privacy-left > img {
    height: 48px;
    opacity: .75;
}

.menu-privacy {
    display: inline-block;
    text-align: right;
    margin: 0 18px;
}

.menu-privacy a {
    margin: 0 1em;
    text-decoration: none;
}

.menu-privacy a:first-child {
    margin-left: 0;
}

.copyright {
    display: inline-block;
    opacity: .7;
}

.img-logo {
    padding-left: 20px;
    padding-right: 20px;
}




/* ---- BUTTONS AND LINKS ---- */

.black{

    background-color: black;

}

.btn.black p{

    color: #FFDD00;

}

.btn.black .feather{

    stroke: #FFDD00;

}

.btn.outline-black{

    background-color: transparent;

    /*border-color: black;*/

    box-shadow: 0 0 0 1px black;

}

.btn.outline-white{

    background-color: transparent;

    /*border-color: white;*/

    box-shadow: 0 0 0 1px white;

}

.btn.outline-white p{

    color: white;

}

.btn.yellow:hover{

    /*opacity: 75%;*/

    background-color: rgba(255, 221, 0, 0.75);

}

.btn.black:hover{

    background-color: rgba(0, 0, 0, 0.75);

}

.btn.outline-black:hover{

    /*border-width: 2px;*/
    /*border: none;*/
    box-shadow: 0 0 0 2px black;

}

.btn.outline-white:hover{

    box-shadow: 0 0 0 2px white;

}

.btn.button-big{

    padding: 21px 30px 19px 30px;

}

.btn.button-big-icon-right{

    padding: 21px 34px 19px 34px;

}

.btn.button-big-icon-left{

    padding: 21px 36px 19px 34px;

}

.btn.button-big-icon-right p,.btn.button-big-icon-left p{

    margin-bottom: 0;

}

.button-big p{

    margin-bottom: 0;

}

.button-big-icon-right .feather{

    margin-left: 16px;
    margin-right: 0px;

}

.button-big-icon-left .feather{

    margin-left: 0px;
    margin-right: 14px;

}

/* medium buttons */

.btn.button-medium{

    padding: 14px 26px;

}

.btn.button-medium-icon-right{

    padding: 14px 23px 14px 29px;

}

.btn.button-medium-icon-left{

    padding: 14px 29px 14px 24px;

}

.btn.button-medium-icon-right p,.btn.button-medium-icon-left p{

    margin-bottom: 0;

}

.button-medium p{

    margin-bottom: 0;

}

.button-medium-icon-right .feather{

    margin-left: 13px;
    margin-right: 4px;

}

.button-medium-icon-left .feather{

    margin-left: 2px;
    margin-right: 10px;

}

/* ---- MEDIA BUTTONS ---- */

.play-btn{

    background-color: #FFDD00;
    border-radius: 100%;
    border: 0;
    width: 64px;
    height: 64px;
    text-align: center;    

    padding: 19px 20px;

}

.play-btn-big{

    background-color: #FFDD00;
    border-radius: 100%;
    border: 0;
    width: 80px;
    height: 80px;
    text-align: center;    

    padding: 24px 25px;

}

.play-btn-small{

    background-color: #FFDD00;
    border-radius: 100%;
    border: 0;
    width: 48px;
    height: 48px;
    text-align: center;

    padding: 12px 15px;

}

.play-btn svg, .play-btn-big svg, .play-btn-small svg {
    fill: black;
    margin: 0;
}

.play-btn:hover, .play-btn-big:hover, .play-btn-small:hover {
    cursor: pointer;
}

.play-btn:focus, .play-btn-big:focus, .play-btn-small:focus {
    outline: 0;
}

.play-btn svg{

    width: 26px;
    height: 26px;

}

.play-btn-big svg{

    width: 32px;
    height: 32px;

}

.play-btn-small svg{

    width: 20px;
    height: 20px;

}

.gallery-text-button{

    border-style: none;
    background-color: #FFDD00;
    border-radius: 5px;
    padding: 18px 23px 16px 23px;
    text-align: center;

}

.gallery-text-button p{

    margin-bottom: 0;
    font-weight: normal;

}

.gallery-text-button svg{

    margin: 0 auto;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;

}

.gallery-button{

    border-style: none;
    background-color: #FFDD00;
    border-radius: 5px;
    padding: 18px;
    text-align: center;

}

.gallery-button svg{

    width: 28px;
    height: 28px;
    margin: 0;
}

.gallery-button-small{

    border-style: none;
    background-color: #FFDD00;
    border-radius: 5px;
    padding: 14px;
    text-align: center;

}

.gallery-button-small svg{

    width: 20px;
    height: 20px;
    margin: 0;
}

/* -- Text Links -- */

.btn.link-big, .btn.link-small {

    padding: 0;

}

.link-big a, .link-small a{

    text-decoration: none;
    display: flex;
    align-items: center;

}

.link-big a :first-child, .link-small a :first-child{

    margin-right: 11px;

}

.link-big .feather{

    width: 21px;
    height: 21px;
    margin: 0;

}

.link-big a:hover span, .link-small a:hover span{

    /*border-bottom: solid 2px #FFDD00;*/

    /*text-decoration: underline #FFDD00;*/

    background-image: linear-gradient(120deg, #ffdd00, #ffdd00);

}

.link-small p,.link-big p{

    vertical-align: middle;

    margin-bottom: 0;    

}

.link-small span,.link-big span{

    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 2px;

}

.link-small span{

    background-position: 0 100%;

}

.link-big span{

    background-position: 0 90%;

}

.link-small .feather{

    width: 18px;
    height: 18px;
    margin: 0;

}

.link-big.link-white, .link-small.link-white{

    color: white;

}

/* ---- END BUTTON COMPONENTS ---- */

/* ---------- BREAKPOINT TABLET --------- */

@media (max-width: 991px) {
    .not-shown {
        display: none;
    }
    .yellow-bg {
        background-color: #FFDD00!important;
    }
    .social-icons .feather {
        stroke: black;
    }
    nav * {
        outline: none!important;
    }
    nav {
        transition: background-color .5s;
    }
    .navbar-brand {
        margin-left: 16px;
    }
    .navbar-toggler {
        margin-right: 12px;
        border: none!important;
    }
    .navbar .logo {
        padding-left: 0;
    }
    .navbar .logo img {
        max-height: 40px;
    }
    .nav-left {
        margin: 0 auto;
    }
    .navbar-right {
        margin: 0 auto;
        padding: 0;
    }
    .navbar ul {
        text-align: left;
    }
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: white;

        padding: 0;
    }
    .navbar .navbar-collapse {
        background-color: #FFDD00;
    }
    .nav-item {
        position: relative;
    }
    .navbar-plus {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-color: none;
        border: none;
        z-index: 1;
        padding: 0;
        box-shadow: none!important;
    }
    .navbar-plus svg {
        height: 1.8em;
        width: 1.8em;
    }
    .navbar-right {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 24px;
    }
    .navbar-right ul {
        display: flex;
    }
    .navbar-right li {
        margin: 0;
    }
    .navbar-right li a {
        position: relative;
    }
    .nav-right-otherLinks {
        padding-top: 32px;
        margin-top: 32px;
        margin-bottom: 50px;
        border-top: solid 1px #ccc;
    }
    .navbar-nav .feather {
        margin-right: .5em;
    }
    .nav-right-menu {
        order: 1;
        margin-top: 48px;
        padding-bottom: 0;
    }
    .navbar-secondary-collapse {
        display: block;
    }
    .navbar-secondary-collapse ul {
        padding-left: 12px!important;
    }
    .navbar-secondary-collapse a {
        font-size: .6em;
    }
    .secondary-navigation {
        display: none;
    }

    .partners {
        padding-bottom: 56px;
    }
    .partners .align-items-center {
        transform: none;
        padding-top: 24px;
        text-align: center;
    }
    .partners h6 {
        text-align: center;
        margin-top: 24px;
        margin-bottom: 2em;
    }
    .partners .col-12 {
        text-align: center;
        padding: 24px 0;
    }
    .istitutional-partners .img-fluid {
        max-width: 280px;
        max-height: 80px;
    }
    .destination-partner .img-fluid {
        max-width: 240px;
        max-height: 50px;
    }

    /* ---------- HEADING PARTNERS --------- */

    .heading-partners .boxed {
        padding-left: 1px;
        padding-right: 9px;
    }


    footer form {
        text-align: left;
    }
    #newsletter-email {
        margin-bottom: 56px;
    }
    .social {
        display: block;
        text-align: left;
    }
    .social-icons img {
        height: 24px;
    }
    .footer-privacy {
        display: block;
    }
    footer .privacy-left {
        display: block;
        float: none;
        width: 100%;
    }
    .privacy-left img {
        padding-left: 0;
    }

    
    footer .boxed {
        padding: 0 5px;
    }

    .footer-privacy {
        text-align: left;
        padding: 0 15px;
    }
    .privacy-right {
        margin-top: 40px;
    }
    .privacy-right .menu-privacy {
        text-align: left;
        display: block;
        margin: 0;
    }
    .privacy-right .copyright {
        opacity: .75;
    }

    .newsletter-info p {
        margin-bottom: 0;
    }
    .newsletter-section .newsletter-email form input {
        margin-left: 0;
        margin-top: 0;
    }

    .newsletter-social {
        margin-top: 0;
    }
    /* footer partners */
    .partners .partners-sections {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .partners .partners-sections>div {
        margin: 0 auto;
    }
    .partners .main-partners {
        flex-direction: column;
    }
    .partners .main-partners .align-items-center {
        flex-direction: column;
    }
    .partners .main-partners .partners-logo {
        margin: 20px auto;
        max-width: 140px;
    }
    .partners .istitutional-partners .img-fluid {
        max-width: 270px;
    }
    /* newsletter 2 */
    .newsletter-sections {
        flex-direction: column;
    }
    .newsletter-info {
        width: auto;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 35px;
    }
    .newsletter-form {
        white-space: normal;
        margin-left: 0;
        margin-right: auto;
    }
    .newsletter-form {
        margin-bottom: 56px;
    }
    .newsletter-social {
        white-space: normal;
        text-align: left;
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .newsletter-email .form-inline .newsletter-email-input {
        margin-left: 0;
        width: 100%;
    }

    .newsletter-email form {
        flex-wrap: wrap;
    }

    .newsletter-form .newsletter-email input {
        min-width: 0;
    }

}

/* ---------- SEZIONE 1 ---------*/

/*.section {
    margin-top: 120px;
}*/

.section-1 .yellow-square::before {
    /*content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
    width: 70%;
    height: 100%;
    /*z-index: -1;
    background-color: #FFDD00;*/
}

.section-1 .article-slideshow .yellow-square::before{

    height: 80%;

}

.section-1 .article-content{

    padding-bottom: 80px;

}

.article-slideshow{

    position: relative;

}

/*.article-title {
    display: block;
    font-weight: 200;
    margin-bottom: 24px;
}*/

.article h1 {
    /*font-size: 72px;*/
    /*font-weight: 800;*/
    margin-bottom: 40px;
}

/*.article p {
    font-size: 20px;
    font-weight: 200;
}*/

.article-content {
    position: relative;
    padding-top: 48px;
}

/*.article-content .row > :nth-child(1){

    padding-left: 0;

}*/

.article-content p {

    margin-bottom: 0px;

}

.article-text {
    margin-bottom: 40px;
    /*padding: 0 24px;*/
}

.section-5 .article-text{

    margin-bottom: 32px;

}

.slideshow {
    position: relative;
}

.slideshow-wrapper {
    padding: 0;
}

.slideshow img {
    width: 100%;
}

.slideshow-text {
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    padding: 24px 24px;
}

.slideshow-counter-text{

    font-style: italic;

}

.slideshow-text p {
    /*font-size: 16px;*/
    margin-bottom: 22px;
}

.slideshow .yellow-square::before {
    height: 40%;
}

.title {
    margin-bottom: 48px;
}

.col {
    padding: 0;
}

.row {
    margin: 0;
}

.boxed {
    padding: 0 48px;
}

/* ---------- SEZIONE 2 ---------*/

.caption span {
    display: block;
    margin-top: 12px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.yellow-square::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 71.5%;
    height: 380px;
    z-index: -1;
    background-color: #FFDD00;
}

.slideshow .yellow-square-picture-1::before {
    height: 40%;
}

.container-fluid {
    max-width: 1920px;
}

.caption img {
    width: 100%;
}

.section-2b .article-description, .section-3 .article-description, .section-4 .article-description{

    padding: 0;

}

/* ------SECTION 2b------*/

.section-2 .article-description {
    padding: 48px 58px 54px;
    background-color: white;
}

.article-description h6{

    margin-bottom: 24px;

}

/*-------SECTION 5------*/

.section5 .header .news-title {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.section5 .title {
    padding-top: 30px;
}

.section5 h1 {
    font-size: 30px;
}

.section5 .header {
    height: 20px;
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 56px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.social-share img {
    height: 20px;
    width: 20px;
}

.social-share a {
   text-decoration: none;
}

.social-square-black {
    background: black;
    border-radius: 5px;
    color: #fff;
}

.social-square-white {
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
}

/*.category-title-article {
    font-size: 16px;
    font-weight: 800;
}*/

.category-title-article p{

    margin-bottom: 0;

}

.category-title-article span.bold{

    font-weight: 800;

}

.section5 h1 {
    color: #000000;
    font-size: 64px;
    font-weight: 900;
}

.section5-header {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.section5-header h6 {
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: 35px;
}

.section5-left {
    display: inline-block;
    min-width: 40%;
    width: auto;
}

.section5-category {
    display: inline-block;
    text-align: right;
}

.social-share {
    display: inline-block;
}

.img-share {
    padding-left: 20px;
    padding-right: 20px;
}

/*.section-4 .yellow-square::before {
    width: 75%;
    height: 380px;
}*/

.section-4 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
}

/* ----------- VIDEO ----------- */

.video-wrapper {
    position: relative;
    width: auto;
}

.video-wrapper img {
    max-width: 100%;
    height: auto;
}

.video-wrapper iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper .play-btn,.video-wrapper .play-btn-big,.video-wrapper .play-btn-small {

    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}



/*-------SECTION5------*/

.section .caption{

    /*padding-right: 0;*/

}

.section4 .header .news-title {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.section4 .title {
    padding-top: 30px;
}

.section4 h1 {
    font-size: 30px;
}

.section4 .header {
    height: 20px;
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 56px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.section4 h1 {
    color: #000000;
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
}

.section4-header {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.section4-header h6 {
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: 35px;
}

.section4-left {
    display: inline-block;
    min-width: 40%;
    width: auto;
}

.section4-category {
    display: inline-block;
    text-align: right;
}

/*---------- section 5 ---------- */

.section-5 .article-text h1 {
    margin-bottom: 16px;
}

.section-5 .article-text {
    padding-top: 96px;
    padding-left: 68px;
    padding-right: 24px;
}

.section-5 .line-wrapper {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 48px;
}

.section-5 .article-content{

    padding-top: 0;

}

.section-5 .top-line {
    /*width: 50%;
    border: solid 3px #FFDD00;
    overflow: hidden;*/

    position: relative;

}

.section-5 .top-line::before{

    content: "";
    background-color: #FFDD00;
    position: absolute;
    width: calc(100% - 15px);
    height: 6px;
    top: 40px;
    left: 15px;

}

.section-5 .caption {
    padding-left: 0;
}

/*-------section-6,7,8------*/

.section-6 .header .news-title, .section-7 .header .news-title {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 600;
}

.section-6 {
    margin-top: 0;
}

.section-6 h2.h-2{

    margin-bottom: 24px;

}

.section-6 .title {
    padding-top: 30px;
}

.section-6 h1, .section-7 h1 .section-8 h1 {
    font-size: 30px;
}

.section-6 .header, .section-7 .header, .section-8 .header {
    height: 20px;
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 56px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.social-share img {
    height: 20px;
    width: 20px;
}

.social-square-white {
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-left: 10px;
}

/*.category-title-article {
    font-size: 16px;
    font-weight: 800;
}*/

.section.section-6{

    padding-top: 31px;

}

.section-6 h1, .section-7-header, .section-7 h1, .section-8 h1 {
    color: #000000;
    font-size: 64px;
    font-weight: 900;
}

.section-6-header, .section-8-header {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.section-6-header h6, .section-7-header h6, .section-8-header h6 {
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: 35px;
}

/*.section-6-left,*/ .section-7-left, .section-8-left {
    display: inline-block;
    min-width: 40%;
    width: auto;
}

.section-6-category, .section-7-category, .section-8-category {
    display: inline-block;
    text-align: right;
}

.social-share {
    display: inline-block;
}

.img-share {
    padding-left: 20px;
    padding-right: 20px;
}

.section-line {
    border-top: solid 1px rgba(0, 0, 0, 0.1)
}

.header .social-share .icons {
    background-color: red;
    width: 20px;
    height: 20px;
}

/*-------section-7------*/

.social-square-black {
    background: black;
    border-radius: 5px;
    color: #fff;
}

.social-square-white {
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
}

/*-------section-8------*/

.section-8 .header .news-title {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 16px;
    font-weight: 600;
}

.section-8 .title {
    padding-top: 30px;
}

.section-8 .caption {
    padding: 0;
}

.social-square-black {
    background: black;
    min-width: 20px;
    min-height: 20px;
    border-radius: 3px;
    margin-left: 10px;
    padding: 0px 0px 0px 0px;
}

.section-8 .title p {
    margin-bottom: 20px;
}

.social-share {
    display: inline-block;
}

.img-share {
    padding-left: 20px;
    padding-right: 20px;
}

.social-share span {
    display: inline-block;
}

.section-7-header span {
    display: inline;
}

.icon-white {
    height: 15px;
    width: 15px;
    fill: rgb(255, 255, 255);
}

.icon-black {
    height: 24px;
    width: 24px;
    fill: rgb(0, 0, 0);

    stroke: black;
    color: black
}

/*===============Inserti-pagina==================*/

.citation-line-top {
    position: relative;
    height: 5px;
    width: calc(100% - 30px);
    background-color: #FFDD00;
    margin-top: 60px;
    margin-left: 15px;
}

.citation-line-top .quote-sign {
    position: absolute;
    font-size: 92px;
    top: -50%;
    left: 50%;
    transform: translateX(-100%) translateY(-38px);
}

.slideshow-text .social-share {
    background-color: rgb(0, 0, 0);
    margin-bottom: -20px;
}

/*--------corpo-type-1--------*/

.container {
    margin: 0 auto;
}

.didascalia {
    padding: 0;
}

.corpo-type-1 p, .corpo-type-1 ul, .corpo-type-1 ol  {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.corpo-type-1 {
    margin-top: 30px;
    margin-bottom: 30px;
    /*padding: 0;*/
}

.corpo-type-1 .blockquote {
    padding-left: 56px;
}

.corpo-type-1 .blockquote p {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 14;
    font-style: italic;
    line-height: 36px;
    font-size: 24px;
}

.corpo-type-1 .blockquote-footer {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-style: normal;
}

.corpo-pagina .slideshow p {
    padding: 26px 32px;
}

/*--------corpo-type-2--------*/

.corpo-type-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    /*padding: 0;*/
}

.corpo-type-2 p, .corpo-type-2 ul, .corpo-type-2 ol {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 40px;
}

.corpo-type-2 .col-12, .corpo-type-2 .col-lg-12 {
    /*padding-left: 0;
    padding-right: 0;*/
}

.corpo-type-2 .caption {
    margin-bottom: 60px;
}

.corpo-type-2 .blockquote p {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 32px;
    font-style: italic;
    line-height: 36px;
    font-weight: bold;
}

.corpo-type-2 .blockquote-footer {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-style: normal;
    margin-top: 20px;
}

/*--------corpo-type-3--------*/

.corpo-type-3 {
    margin-bottom: 50px;
    /*padding: 0 48px;*/
}

.corpo-type-3 > p, .corpo-type-3 ul, .corpo-type-3 ol {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 40px;
}

.corpo-type-3 .quote-wrapper {
    padding-left: 36px;
    margin-right: -36px;
}

.corpo-type-3 .blockquote {
    padding-top: 8px;
    padding-left: 56px;
}

.corpo-type-3 .blockquote p {
    color: #000000;
    font-family: Balance, Helvetica, Verdana;
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 24px;
}

.corpo-type-3 .blockquote-footer {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-style: normal;
}

.corpo-type-2 .col-12 {
    /*padding: 0;*/
}

.quote-wrapper {
    position: relative;
}

.yellow-vertical-line-wrapper {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.quote-sign {
    font-size: 72px;
    vertical-align: top;
    text-align: center;
    top: -18px;
    left: -8px;
    position: absolute;
    font-weight: 800;
}

.yellow-vertical-line {
    position: absolute;
    top: 48px;
    left: 8px;
    width: 6px;
    height: 100%;
    background-color: #FFDD00;
}

.wrapper-corpo-type-2 {
    padding: 0 48px;
}


/* ---- FIx Webkit Buttons ----*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}


/* ========== COLLAPSE ACCORDION ========== */ 


.collapse-wrapper .collapse-element {
    position: relative;
    border: solid 1px #DFDFDF;

    padding: 38px 30px 40px 32px;
}

.collapse-wrapper .collapse-element::before{
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    height: 8px;
    width: 80px;

    background-color: #FFDD00;
}


.collapse-wrapper .h-6 {
    padding-right: 32px;
}
.collapse-wrapper .collapse-trigger {
    position: relative;
}
.collapse-wrapper .collapse-trigger .feather {
    transition: transform .3s;
}

.collapse-wrapper .feather {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.collapse-wrapper .collapsed .feather {
    transform: translateY(-50%) rotateX(-180deg);
}

.collapse-wrapper .collapse-content {
    padding-top: 48px;
}

@media (max-width: 768px) {
    
    .collapse-wrapper {
        padding-left: 3px;    
        padding-right: 3px;    
    }
    
    .collapse-wrapper .collapse-element {
        padding: 24px;
        padding-right: 16px;
    }


    .collapse-wrapper .feather {
        right: -6px;
    }

    .collapse-wrapper .body-text-3 {
        font-size: 16px;
        line-height: 24px;
    }
}


/* ---- Language Selector ----*/

.content-language-container .content-language-flex{

    display: inline-flex;
    align-items: center;

}

.content-language-container a.nav-lang{

    text-decoration: none!important;
    padding: 8px;

}

.content-language-container a.nav-lang-selected p{

    border-bottom-color: #ffdd00;

}

.content-language-container .content-language-text p{

    margin: 0 8px 0 0;

}



/*===========Media queries ==============*/

@media (max-width: 991px) {
    .non-scrollable {
        overflow-y: hidden!important;
    }

    /*.section .caption span {
        padding: 0;
    }*/
    .article-title {
        margin-bottom: 16px;
    }
    .boxed {
        padding: 0 20px;
    }

    /*.section .col-12, .section .col-6 {
        padding-left: 0;
        padding-right: 0;
    }*/

    .slideshow .boxed {
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .article-content {
        padding-bottom: 40px;
    }
    .caption {
        /*padding: 0;*/
        margin-bottom: 3em;
    }
    .didascalia {
        /*padding: 0 24px;*/
    }
    .section-5 .article-text {
        padding: 0 48px;
        padding-top: 48px;
    }
    .title {
        margin-bottom: 38px;
    }
    .corpo-type-3 .quote-wrapper {
        margin-bottom: 92px;
        padding-left: 0;
        margin-right: 0;
    }
    .wrapper-corpo-type-2 {
        padding: 0;
    }
    .corpo-type-3 {
        /*padding: 0;*/
    }
    .corpo-type-3 .boxed p {
        /*padding: 0 24px;*/
    }
    .hero-box {
        padding: 80px 30px 80px 30px !important;
        margin-left: 0px !important;
    }


    /* yellow square sezioni */

    .section-2b .yellow-square::before,.section-2 .yellow-square::before,.section-3 .yellow-square::before,.section-4 .yellow-square::before{

        width: 75%;

        height: 160px;

    }

    /* ---- NAVBAR ---- */

    
    .navbar-wrapper {
        height: 64px;
    }

    .navbar-collapse {
        transition: height .25s linear;

        overflow-y: auto;

    }

    .navbar-collapse.show {
        height: 100vh;
    }

    .nav-link.nav-lang{

        margin-left: 13px;
        margin-right: 11px;

    }

    .nav-link.nav-lang-selected p{

        border-bottom: solid 3px black;
        border-top: solid 3px transparent;
        font-weight: bold;
    
    }    

    .nav-item .feather{

        margin-left: 0;

    }

    #main-header .nav-right-otherLinks ul.navbar-nav{

        margin-left: -8px;

    }   


    .content-language-container .nav-link.nav-lang{

        margin: 0;

    }


}

@media (max-width: 767px) {
    .yellow-square::before {
        width: 60%;
        height: 200px;
    }

    .section-2b .yellow-square::before,.section-2 .yellow-square::before,.section-3 .yellow-square::before,.section-4 .yellow-square::before{

        width: 55%;

        height: 160px;

    }

    .section-1 .yellow-square::before{

        width: 55%;

        height: 200px;

    }

    .section-1 .article-content{

        padding-bottom: 40px;
        padding-top: 40px;
    
    }

    .boxed {
        padding: 0 5px;
    }
    .section h1 {
        /*font-size: 32px;*/
        margin-bottom: 48px;
    }
    .section .title {
        margin-bottom: 32px;
        /*padding: 0;*/
        padding-top: 32px;
    }

    /*.section .caption {
        margin-top: 0;
        padding: 0;
    }*/

    .section-2 .article-description{

        padding: 0;

    }

    .section-2 .caption img, .section-2b .caption img, .section-3 .caption img, .section-5 .caption img, .section-6 .caption img{

        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: none;

    }

    .corpo-pagina .caption img, .corpo-pagina .slideshow .carousel-wrapper {

        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: none;

    }

    .corpo-pagina-2 .caption img, .corpo-pagina-2 .slideshow .carousel-wrapper {

        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: none;

    }

    .corpo-type-2 .caption .video-wrapper{

        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: none;

    }

    .corpo-type-3 .caption img, .corpo-type-3 .slideshow .carousel-wrapper {

        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: none;

    }

    .section-6 .caption .slideshow{

        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: none;

    }

    .section-3 .caption iframe{

        margin-left: -20px;
        width: calc(100% + 40px);

    }

    .section-4 .caption .slideshow{

        margin-left: -20px;
        width: calc(100% + 40px);

    }

    .section-6 .carousel-wrapper, .section-4 .carousel-wrapper,.section-1 .carousel-wrapper {

        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: none;

    }

    .section-5 .top-line::before{

        width: calc(100% + 24px);
        top: 0;
        left: 48px;
    
    }

    .section-6 h2.h-2{

        margin-bottom: 16px;

    }

    .article p {
        /*font-size: 18px;*/
        margin-bottom: 0;
    }
    
    .slideshow-text p {
        font-size: 16px;
    }
    .section-5 .article-text {
        padding-top: 32px;
    }
    .section-5 .line-wrapper {
        padding-left: 24px;
    }
    .section-6 h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .section-7 h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .social-icons {
        margin-left: 10px;
    }
    /*.section-4 .yellow-square::before {
        width: 53%;
        height: 160px;
    }*/
    /*.section-4 .boxed {
        padding: 0;
    }*/
    .section-4 h2 {
        font-size: 20px;
    }
    .hide {
        display: none !important;
    }
    /*.section .col-12, .section .col-6 {
        padding-left: 0;
        padding-right: 0;
    }*/
    .corpo-type-1 p, .corpo-type-2 p, .corpo-type-3 p {
        font-size: 18px;
    }
    .corpo-type-1 .blockquote p, .corpo-type-2 .blockquote p, .corpo-type-3 .blockquote p {
        font-size: 20px;
    }
    .hero-box {
        padding: 80px 30px 80px 30px !important;
        margin-left: 0px !important;
    }

    /*---- Mobile Play Btn ----*/

    .play-btn-big, .play-btn{

        width: 48px;
        height: 48px;
        padding: 12px 15px;

    }

    .play-btn svg, .play-btn-big svg{

        width: 20px;
        height: 20px;

    }


    /*.content-language-container .content-language-text{

        width: 100%;

    }*/

}

@media (min-width: 992px) and (max-width: 1108px) {    
    .nav-right-menu li.nav-item a.nav-link {
        font-size:18px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 2px;
        padding-left: 2px;
    }
}


/* Styles adapted for Editorial Film Page*/
body.film-editorial .container-fluid { 
	max-width: 1680px; 
} 
  
body.film-editorial .corpo-type-1 p {
	font-size:120%;
	font-weight:500;
}
  
body.film-editorial .corpo-type-1 p strong {
	font-size:130%;
}
  
body.film-editorial .justify-content-md-center {
	-ms-flex-pack: left!important;
	justify-content: left!important;
}
  
@media (min-width : 1921px) {
	body.film-editorial section > .container-fluid { 
		width:100%; 
		min-width:87%; 
		max-width: auto; 
    } 
  
	body.film-editorial section > .container-fluid .container-fluid { 
		width:100%; 
		min-width:100%; 
		max-width: auto; 
    } 
}


