@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); 
/*font-family: "Roboto", sans-serif;*/

:root {
    /* --primary-color: #102454; */
    --primary-color: #001e36;
    --coolgray: #8892AA;
    --coolgray2: #505871;
    /* --btncolor: #80A7AC; */
    --btncolor: #3E5E60;
    --grey: #C3C8D4;
    --background-gold: #E2D6CA;
    --gold: #764E23;
    --gold_cat: #5A3B1B;
    --btncolor_light: #BFD3D6;
    /* --gold_about: #C5AD94; */
    --gold_about: #835D21;

    --spcialfont: "Libre Baskerville", serif;
    --font: "Roboto", sans-serif;
}

* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body, html {
    font-family: var(--font);
    color: var(--primary-color);
    position: relative;
}

.special-font {font-family: var(--spcialfont);}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure, footer,.header,hgroup,menu,nav,section{display:block;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, .h2 {
	font-size: 100%;
	font-weight: normal;
    font-family: var(--spcialfont);
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

strong{font-weight:bold;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

a:hover {
	color: inherit;
    text-decoration: none;
}

h1 {
	font-size: 48px;
}

h2, .h2 {
	font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

@media(max-width:1025px){
    h2 {
        font-size: 32px;
    }
}

@media(max-width:991px){
    h1 {
        font-size: 40px;
    }

    h2, .h2 {
        font-size: 36px;
    }
}

@media(max-width:767px){
    h4 {
        font-size: 22px;
    }
}

@media(max-width:567px){
    h1 {
        font-size: 34px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 18px;
    }
}

@media(max-width:480px){
    h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 22px;
    }
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uppercase { text-transform: uppercase; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--primary-color);
    text-decoration: none;
}

.relative {
	position: relative;
}

.background_primary {
    background-color: var(--primary-color);
}

.background-black { background-color: #000 !important; }
.background-grey { background-color: var(--grey) !important; }

.background-grey.op2 {
    background-color: rgba(195,200 ,212,0.2) !important;
}
.background-white { background-color: #fff !important; }
.background-coolgray { background-color: var(--coolgray2) !important; }

.background-gold { background-color: var(--background-gold) !important; }
.color-gold { color: var(--gold) !important; }

.background-gold_about { background-color: var(--gold_about) !important; }
.what_we_do .content-num { background-color: rgba(226, 214, 202, 0.5) !important; }

.background-marketupdates { background-color: var(--btncolor); }

.color-marketupdates {
    color: #004F59 !important;
}

.color-white { color: #fff !important; }
.color-grey { color: var(--gray) !important; }

.small, .small a {
    font-size: 12px !important;
    font-weight: 400;
}

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

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

.background-image--square {
    display: inline-block;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.image-square > img {
	position: absolute;
	top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.bold {
    font-weight: bold !important;
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.italic, em {
	font-style: italic;
}

.overflow {
    overflow: hidden;
}

.wrapperVideo {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    margin-bottom: -6px;
}

.wrapperVideo > iframe, .wrapperVideo > video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    background-color: rgba(0,0,0,0.7);
}

.fancybox-skin {
    /* background: transparent !important; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px !important;
}

/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                 MODAL POPUP             ------------------ */
/* ----------------------------------------------------------------------------- */

.modal .modal-dialog {
    height: 100%;
    margin: auto;
    padding: 40px 0px;
    max-width: 50% !important;

    display: flex;
}

.modal-big {
    max-width: 60% !important;
}

.modal-content {
    background-color: #fff;
    border: 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

    margin: auto;
}

@media(min-width:768px){
    .modal {
        position: fixed;
        top: 0px;
        bottom: 0px;
    }

    .modal .modal-dialog {
        display: flex;
        align-items: center;
    }
}

.modal .modal-body {
    padding: 40px 30px;
}

.modal h3 {
    font-size: 28px;
}

.modal .icon_modal_close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: var(--btncolor_light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .icon_modal_close:hover {
    background-color: var(--btncolor);
}

@media(max-width:767px){
    .modal .modal-dialog, .modal-big {
        max-width: 90% !important;
    }

    .modal .icon_modal_close {
        top: 5px;
        right: 5px;
        width: 35px;
        height: 34px;
        padding: 12px;
    }

    .modal .modal-body {
        padding: 30px 15px;
    }

    .modal .modal-body p, .modal .modal-body a {
        font-size: 14px;
    }

    .modal h3 {
        font-size: 22px;
    }
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu, 
.no__border-radius {
    border-radius: 0px !important;
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0.1);
  outline: 0 none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

button {
    background-color: transparent;
}

a:not([href]) {
    /*color: inherit !important;*/
    text-decoration: none;
    cursor: pointer;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.wpcf7-form {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.wpcf7-form label {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

.wpcf7-form input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

.wpcf7-form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    height: 120px;
    padding: 10px;
    border-radius: 10px !important;
    resize: none;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    height: 50px;
    /*color: #14233a;*/
    padding: 0px 10px;
    /*background: rgba(0,0,0,1);*/
    -webkit-appearance:none;
    font-size: 16px;
    color: #fff;

}

.wpcf7-form .col-check {
    margin-top: 30px;
}

.wpcf7-form .col-check .wpcf7-list-item label {
    margin-top: 0px;
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
  opacity: 0.6;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.6;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.6;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity: 0.6;
}

.wpcf7-form .check {
    margin: 10px 0px;
    text-align: left;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
}

.wpcf7-form .check label {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wpcf7-form input[type="checkbox"], .woocommerce-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0px 10px 0px 0px;
    flex: 0 0 15px;
    /* -webkit-appearance: none; */
    border: 1px solid;
    padding: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.wpcf7-form input[type="submit"] {
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    display: block;
    z-index: 10;
    transition: all 100ms linear;
    max-width: 100%;
    border:0px;
    border-radius: 10px !important;
    color: #fff;
    background-color: var(--btncolor);
    margin: 15px auto 0px;
    height: 50px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.wpcf7-form input[type="submit"]:hover {
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 11px;
    display: grid;
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0px 35px;
    padding: 0.2em 1em;
    border: 0;
    text-align: center;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--gold_about);
    font-size: 18px;
    padding-top: 20px;
}

.wpcf7-form .btn-group-submit {
    border: 1px solid #222222;
        width: 200px;
    margin: auto;
}

.form .check label {
    display: flex;
}

.form .col4 {
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.form .col8 {
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.form .col12 {
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form .col12.check {
    text-align: left;
    margin-top: 5px;
    font-size: 12px;
}

.form label {
    width: 100%;
}

#success_nl {
    font-size: 20px;
    text-align: center;
}

#form_registrazione {
    display: flex;
    flex-wrap: wrap !important;
}

#form_registrazione label {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

#reg_submit_btn, #login_submit_btn {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 10;
    transition: all 100ms linear;
    max-width: 100%;
    border: 0px;
    border-radius: 10px !important;
    color: #fff;
    background-color: var(--btncolor);
    margin: 15px auto 0px;
    height: 50px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    cursor: pointer;
    line-height: 32px;
}

.error-login, .form-error {
    color: #ea0000;
}

.form-error {
    font-size: 12px;
    float: right;
}

#error_login_generic {
	float: none;
	text-align: center;
	display: block;
	margin-top: 20px;
	font-size: 14px;
}

#error_reg_privacy {
    float: none !important;
    padding-left: 10px;
}

@media(max-width:576px){
    .form .col4, .form .col8 {
        padding-right: 5px;
        padding-left: 5px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*custom form */
.form input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    color: #fff;
    font-size: 16px;
    height: 50px;
}

.form input[type="checkbox"]{
    width: 15px;
    height: 15px;
    flex: 0 0 15px
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

body > * {
	
}

.font-text--primary, p, a, li {
	font-size: 16px;	
}

.fz20 {
    font-size: 20px;
}

.fz25 {
    font-size: 25px;
}

.fz18, .fz18 > p, .fz18 > a {
    font-size: 18px;
}

.fz40 {
	font-size: 40px;
}

.fz14 {
    font-size: 14px !important;
}

button, .whatsapp_btn, .pointer {
	cursor: pointer;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.overlay-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.zIndex10 {
    position: relative;
    z-index: 100;
}

.container-custom {
    width: 84%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 98%;
}

@media (max-width: 800px) {
    .container-custom {
        width: 90%;
    }

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

@media (max-width: 567px) {
    .container-custom {
        width: 100%;
    }
}

.padd-top50 {
    padding-top: 50px;
}

.padd-bottom50 {
    padding-bottom: 50px;
}

@media(max-width:567px){
    .padd-top50 {
        padding-top: 40px;
    }
    
    .padd-bottom50 {
        padding-bottom: 40px;
    }
}

.label_occhiello {
    background-color: transparent;
    color: var(--coolgray);
    border:2px solid;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    cursor: pointer;
    font-weight: 800;
}

.label_occhiello.color_grey {
    color: #6A7495;
    border:2px solid #6A7495;
}

.label_occhiello.gold_about {
    color: var(--gold_about);
    border:2px solid var(--gold_about);
}

.btn_simple {
    background-color: var(--btncolor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.btn_simple span.icon {
    background-image:url('../images/arrow-toright.svg');
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-left: 10px;
}

.btn_simple span.icon.download {
    background-image:url('../images/download.svg');
}

.btn_simple:hover {
    background-color: var(--coolgray2);
    color: #fff;
}

.btn_simple.green {
    background-color: var(--btncolor_light);
    color: #004F59;
}

.btn_simple.green span.icon {
    background-image:url('../images/arrow-toright_green.svg');
}

.btn_border {
    background-color: transparent;
    border: 1px solid var(--btncolor_light);
    color: var(--btncolor_light);
    padding: 8px 18px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}

.btn_border span.icon {
    background-image:url('../images/arrow-toright_grey.svg');
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-left: 10px;
}

.label {
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width:576px){
    .btn_simple, .btn_border {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/*header*/
header.relative {
    height: 190px;
}

@media(max-width:991px){
    header.relative {
        height: 127px;
        border-bottom: 2px solid rgb(195 200 212 / 30%);
    }

    .nav_research {
        display: none;
    }
}

header .pre-header {
    padding: 10px 0px;
}

header .pre-header li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

header .pre-header li a:hover, header .pre-header li a.active {
    text-decoration: underline;
}

header nav {
    padding: 25px 0px;
    /* border-bottom: 2px solid var(--grey); */
}

header .nav_research {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav .nav_desktop .nav-item a {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 10px 15px;
    margin: 0px 5px;
    border-radius: 10px;
}

header .nav-search {
    padding: 10px 15px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
}

header nav .nav_desktop .nav-item a:hover, header nav .nav_desktop .nav-item a.active {
    background-color: var(--primary-color);
    color: #fff;
}

header nav .navbar-brand {
    padding: 0px;
    margin: 0px;
}

header .equal-div {
    flex-grow: 1;
    flex-basis: 0;
    flex-direction: row;
}

#cerca_nav {
    margin-top: 30px;
    width: 100%;
}

#cerca_nav input {
    width: 100%;
    background-color: var(--grey);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 50px;
}

.navbar-toggler {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    display: block !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 35px;
    margin: 0px 10px 0px 20px;
}

.navbar-toggler span {
    width: 100%;
    height: 2px;
    margin: 6px 0px;
    background-color: var(--primary-color);
    display: flex;
}

.navbar-toggler[aria-expanded="true"] span.first {
    transform: rotate(-45deg) translate(-2px, 3px);
    transform-origin: center;
    -webkit-transform: rotate(-45deg) translate(-2px, 3px);
    -moz-transform: rotate(-45deg) translate(-2px, 3px);
    -ms-transform: rotate(-45deg) translate(-2px, 3px);
    -o-transform: rotate(-45deg) translate(-2px, 3px);
}

.navbar-toggler[aria-expanded="true"] span.second {
    transform: rotate(45deg) translate(-3px, -3px);
    transform-origin: center;
    -webkit-transform: rotate(45deg) translate(-3px, -3px);
    -moz-transform: rotate(45deg) translate(-3px, -3px);
    -ms-transform: rotate(45deg) translate(-3px, -3px);
    -o-transform: rotate(45deg) translate(-3px, -3px);
}

.navbar-collapse {
    position: absolute;
    background-color:var(--grey);
    top: 100%;
    padding: 20px 0px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.navbar-collapse .navbar_mb {
    display: none !important;
}

#form_login input,
#form_reset_password_request input,
#form_edit_account input,
#form_edit_password input,
.search-posts-wrapper input,
#form_reset_password_action input {
	background-color: #C3C8D4;
    border: 0px;
    color: #fff;
}

#form_login input::placeholder,
#form_reset_password_request input::placeholder,
#form_edit_account input::placeholder,
#form_edit_password input::placeholder,
.search-posts-wrapper input::placeholder,
#form_reset_password_action input::placeholder {
	color: #fff !important;
}

.form-standard label {
    text-align: left;
    margin: 20px 0px 5px;
}

.search-posts {
	border: 1px solid #000;
	color: #000;
}

.search-posts-result {
	position: absolute;
	background: #fff;
	max-height: 200px;
	overflow-y: auto;
	width: calc(100% - 30px);
	z-index: 1;
    box-shadow: 0px 5px 5px 0px;
    /* padding: 20px;
    border: 1px solid var(--grey); */
}

.search-posts-result .search-posts-element a,
.search-posts-element {
    padding: 4px 10px;
    font-size: 14px;
}

.search-posts-result .search-posts-element a:hover {
    color: var(--gold_about);
}

.second_nav--log {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(16, 36, 84, 0.5);
}

@media(max-width:1024px){
    header nav .navbar-brand {
        max-width: 200px;
        margin: auto;
    }

    header nav .nav_desktop .nav-item a {
        padding: 10px 10px;
    }
}

@media(max-width:991px){
    header nav .navbar-brand {
        max-width: 170px;
        margin: 0;
    }

    .d_mb, header .pre-header {
        display: none !important;
    }

    header .nav-search {
        max-width: 45px;
        padding: 5px 10px;
        margin: 0px 5px;
    }

    .navbar-toggler {
        width: 35px;
        margin: 0px 0px 0px 15px;
    }

    .navbar-collapse .navbar_mb {
        display: block !important;
    }

    .navbar-collapse .nav-item {
        text-align: left;
    }

    .navbar-collapse .second_nav {
        display: flex;
        align-items: flex-start;
        margin-top: 20px;
        /* border-top: 2px solid #fff; */
        padding-top: 20px;
        flex-direction: column;
    }

    .navbar-collapse .lang-item {
        display: flex;
        justify-content: end;
        padding-bottom: 10px;
    }
}
/* */
.label_cat {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 10px;
    color: var(--primary-color);
    font-weight: 700;
    border:1px solid var(--primary-color);
    /* background-color:var(--grey) ; */
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* .label_cat.color-gold {
    border-color: var(--gold) !important;
} */

.label_cat.color-gold {
    border-color: var(--gold_cat) !important;
    color: var(--gold_cat) !important;
}

@media(max-width:560px){
    .label_cat {
        padding: 6px 10px;
    }
}

/* slider home media query a 768px */
.slider_home .content_slider {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: calc(100vh - 290px);
    overflow: hidden;
    position: relative;
}

.slider_home .content_slider .background-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    
    transition: 800ms all ease-in-out;
    -webkit-transition: 800ms all ease-in-out;
    -moz-transition: 800ms all ease-in-out;
    -ms-transition: 800ms all ease-in-out;
    -o-transition: 800ms all ease-in-out;
}

.slider_home .content_slider .background-slide[data-image="slide0"]{
    opacity: 1;
    visibility: visible;

    transition: 800ms all ease-in-out;
    -webkit-transition: 800ms all ease-in-out;
    -moz-transition: 800ms all ease-in-out;
    -ms-transition: 800ms all ease-in-out;
    -o-transition: 800ms all ease-in-out;
}

.slider_home .content_slider .box-pagination {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    left: 0;
    right: 0;
    margin: auto;
}

.slider_home .content_slider .slide-pagination.hide-slide{
    opacity: 0.5;
    transition: 100ms all linear;
    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    -o-transition: 100ms all linear;
}

.slider_home .content_slider .box-pagination .slide-pagination.slide-active {
    opacity: 1;
    transition: 100ms all linear;
    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    -o-transition: 100ms all linear;
}

.slider_home .content_slider a.abs_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.slider_home .content_slider .abs_link_mb {
    display: none;
}

.slider_home .content_slider .box-pagination .content-text .tit {
    color: #fff;
    font-size: 24px !important;
}

.slider_home .content_slider .box-pagination .content-text .text {
    padding-top: 20px;
}

.slider_home .content_slider .box-pagination .content-text .text p {
    font-size: 14px;
    color: #fff;
}

.slider_home .content_slider .box-pagination .label_cat {
    margin-bottom: 20px;
}

.slider_home .content_slider .slide-pagination.slide-active .label_cat  {
    color: var(--primary-color);
    background-color:var(--grey) ;
    padding-left: 12px;
    margin-right: 3px;
    
    transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
}

.slider_home .content_slider .slide-pagination.hide-slide .label_cat {
    background-color: transparent;
    color: #fff;
    padding-left: 0px;
    
    transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
}

.slider_home .content_slider .slide-pagination.hide-slide .text {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    padding-top: 0px;

    transition: 600ms all ease-in-out;
    -webkit-transition: 600ms all ease-in-out;
    -moz-transition: 600ms all ease-in-out;
    -ms-transition: 600ms all ease-in-out;
    -o-transition: 600ms all ease-in-out;
}

.slider_home .content_slider .slide-pagination.slide-active .text {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-top: 20px;
    
    transition: 600ms all ease-in-out;
    -webkit-transition: 600ms all ease-in-out;
    -moz-transition: 600ms all ease-in-out;
    -ms-transition: 600ms all ease-in-out;
    -o-transition: 600ms all ease-in-out;
}

.slider_home .content_slider .box-pagination .content-text .text p {
    font-size: 14px !important;
}

@media(max-width:991px){
    .slider_home .content_slider {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        height: calc(100vh - 170px) !important;
    }

    .slider_home .content_slider .slide-pagination .tit {
        font-size: 22px;
    }

    .slider_home .content_slider .box-pagination .slide-pagination {
        padding: 20px 15px;
    }
}

@media(min-width:768px) and (min-height:601px){
    /* body {
        background-color: yellow;
    } */

    .slider_home .content_slider .box-pagination .content-text .tit {
        font-size: 24px !important;
    }

    .slider_home .content_slider .box-pagination .content-text .text p {
        font-size: 14px !important;
    }
}

/*query per monitor bassi*/
@media(min-width:768px) and (max-height:600px){
    /* body {
        background-color: red;
    } */

    .slider_home .content_slider .box-pagination .content-text .tit {
        font-size: 18px !important;
    }

    .slider_home .content_slider .box-pagination .content-text .text p {
        font-size: 12px !important;
    }
}

@media(min-width:768px){
    .slider_home .content_slider .box-pagination .slide-pagination {
        cursor: pointer;
        border-right: 1px solid #ffffff52;
        padding: 25px;
        background: linear-gradient(180deg, rgba(16, 36, 84, 0) 0%, rgba(16,36,84, 60%) 100%)
    }
}

@media(max-width:767px){
    /*link cambiato per click mobile*/
    .slider_home .content_slider a.abs_link {
        display: none;
    } 

    .slider_home .content_slider .abs_link_mb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* background-color: red; */
        display: block;
    } 


    .slider_home .content_slider .box-pagination {
        flex-wrap: wrap;
        background: linear-gradient(180deg, rgba(16, 36, 84, 0) 0%, rgba(16,36,84, 90%) 100%);
        top: auto;
        bottom: 0px;
        height: auto;
    }

    .slider_home .content_slider .slide-pagination {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0px solid rgba(0,0,0,0) !important;
        border-bottom: 1px solid #ffffff52;
        cursor: pointer;
    }

    .slider_home .content_slider {
        margin-top: 30px;
        margin-bottom: 30px;
        height: calc(100vh - 150px);
    }

    .slider_home .content_slider .slide-pagination.slide-active .tit {
        font-size: 34px;
    }

    .slider_home .content_slider .slide-pagination.hide-slide .tit {
        font-size: 20px;
    }

    /* .slider_home .content-text .text {
        display: none !important;
    } */
    
    .slider_home .content_slider .box-pagination .content-text .text p {
        font-size: 12px !important;
    }
}

@media(max-width:567px){
    .slider_home .content_slider .slide-pagination.slide-active .tit {
        font-size: 24px !important;
    }

    .slider_home .content_slider .slide-pagination.hide-slide .tit {
        font-size: 16px !important;
    }

    .slider_home .content_slider .box-pagination .label_cat {
        margin-bottom: 15px;
        margin-top: 0px;
    }
}

@media(max-width:480px){
    .slider_home .content_slider .slide-pagination.slide-active .tit {
        font-size: 20px !important;
    }
}

/*footer*/
.pb_prefooter {
    padding-bottom: 30px;
}

footer {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    margin-top: -30px;
}

footer .foot_reg {
    text-align: center;
}

.foot .col h4 {
    font-family: var(--spcialfont);
    padding-bottom: 20px;
}

footer hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 2px solid rgb(255 255 255 / 20%);
}

.foot .col ul li a, .foot .col ul button,
.policy-foot p, .policy-foot a {
    color: var(--grey);
    font-size: 12px;
}

footer .logo_mb {
    display: none !important;
}

@media(max-width:991px){
    footer h1 {
        font-size: 32px;
    }

    footer .loghi_foot img {
        height: 40px;
    }

    .footer .loghi_foot {
        flex-wrap: wrap;
    }
}

@media(max-width:767px){
    .foot_reg {
        padding-top: 60px !important;
    }
    .foot .col {
        width: 100%;
        max-width: 100%;
        flex:0 0 100%;
        padding-top: 30px;
    }

    .foot .col h4 {
        padding-bottom: 10px;
    }

    footer .policy-foot {
        flex-wrap: wrap;
    }

    footer .logo_mb {
        display: block !important;
        padding-top: 30px;
    }

    footer .logo_dk {
        display: none !important;
    }   
}

@media(max-width:576px){
    footer h1 {
        font-size: 26px;
    }
}

/* general */
.padd_content {
    padding-left: 8%;
    padding-right: 8%;
}

.box_rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.box_rounded.background-grey {
    background-color: rgba(195,200 ,212,0.5) !important;
}

.box_rounded .content-text {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 60%;
    width: 60%;
    flex: 0 0 60%;
}

.box_rounded .content-img {
    max-width: 40%;
    width: 40%;
    flex: 0 0 40%;
    position: relative;
    height: 100%;
}

.box_rounded .content-img img, 
.img_mobile img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100%;
}

.box_www .content-text {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 40%;
    width: 40%;
    flex: 0 0 40%;
}

.box_www .content-num {
    max-width: 60%;
    width: 60%;
    flex: 0 0 60%;
    padding-left: 30px;
}

.box_www .content-num .num {
    padding: 30px 15px;
    border-right: 2px solid var(--grey);
    text-align: center;
    flex: 0 0 33.333%;
}

.content-num .num span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: var(--spcialfont);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.box_www .content-num .num span {
    /* background-color: var(--background-gold); */
    border: 2px solid var(--gold);
    color: var(--gold);
}

.what_we_do .content-num {
    padding: 60px 20px;
}

.what_we_do .content-num .num {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid var(--grey);
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%;
}

.content-num .num:last-of-type {
    border-right: 0px;
}

.what_we_do .content-num .num span {
    /* background-color: var(--gold_about); */
    color: var(--gold_about);
    border: 2px solid var(--gold_about);
}

.box_www .content-num .num p {
    text-transform: uppercase;
    font-size: 14px;
}

@media(max-width:991px){
    .padd_content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .box_rounded .content-text {
        padding: 40px 30px;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    
    .box_rounded .content-img, 
    .img_mobile {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        height: 0;
        padding-bottom: 60%;
    }

    .box_www .content-text {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box_www .content-num {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    .box_www .content-num .num span {
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .content-num {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0%;
        flex-wrap: wrap;
    }

    .box_www .content-num .num {
        padding: 20px 0px;
        width: 100%;
        flex: 0 0 100%;
        border-right: 0px;
        border-bottom: 2px solid rgb(195 200 212 / 30%);
        text-align: left;
        flex-direction: row !important;
        align-items: center !important;
    }

    .what_we_do .content-num {
        padding: 20px 20px;
    }

    .what_we_do .content-num .num {
        padding: 30px 15px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        border-right: 0px;
        border-bottom: 2px solid rgb(195 200 212 / 30%); 
    }

    .content-num .num:last-of-type {
        border-bottom: 0px;
    }

    .box_ww .content-num .num span {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.head h1 {
    font-size: 54px;
}

.head .box_rounded {
    height: 0px;
    padding-bottom: 40%;
    background-color: var(--grey);
}

.head .box_rounded img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col_experts {
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}

.col_experts .open_modal {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.foto.box_rounded {
    height: 0px;
    padding-bottom: 130%;
    background-color: var(--grey);
} 

.foto.box_rounded img {
   position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
} 

@media(max-width:1200px){
    .head h1 {
        font-size: 50px;
    }    
}

@media(max-width:991px){
    .head h1 {
        font-size: 44px;
    }    
}

@media(max-width:767px){
    .head h1 {
        font-size: 36px;
    }    

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

@media(max-width:567px){
    .head h1 {
        font-size: 28px;
    }    
}

/* archive */
.content_main {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
    /* padding-left: 15px; */
    padding-right: 15px;
}

.sidebar_posts {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 30px;
    padding-right: 15px;
}

.sidebar_posts.borderLeft {
    border-left: 2px solid rgba(0,0,0,0.1);
    padding-left: 30px !important;
}

.col_archive {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

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

.col_archive.first .col_img {
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 150px 30px 30px;
}

.col_archive.first .col_img:before {
    content: "";
    background: linear-gradient(180deg, rgba(16, 36, 84, 0) 0%, rgba(16, 36, 84, 90%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.col_archive.high {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
}

.col_archive.all_posts {
    max-width: 33.333%;
    width: 33.333%;
    flex: 0 0 33.333%;
}

.col_archive .col_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.col_archive .col_img img {
    object-fit: cover;
    width: 100%;
}

.col_archive.high .col_img {
    height: 0;
    padding-bottom: 46%;
}

.col_archive.high .col_img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.col_archive .col_info {
    position: relative;
    z-index: 100;
    padding-right: 15%;
}

.col_archive .col_info .label_cat {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.marketupdates .col_archive .col_info .label_cat {
    background-color: var(--grey) !important;
}

.marketupdates_container .col_archive {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.marketupdates_container .col_archive:last-of-type {
    border-bottom: 0px;
}

.marketupdates_container .col_archive .col_info .data {
    padding-bottom: 1.5rem!important
}

.sub_cat {
    background-color: var(--gold_cat) !important;
    color: var(--background-gold) !important;
    border-color: var(--gold_cat);
}

.col_archive.high .col_info .label_cat,
.col_archive.all_posts .col_info .label_cat {
    background-color: transparent !important;
}

.marketupdates .col_archive.high .col_info .label_cat,
.marketupdates .col_archive.all_posts .col_info .label_cat {
    /* background-color: #004F59 !important; */
    background-color: transparent !important;
    color: #3E5E60 !important; 
    border: 2px solid #3E5E60 !important;
}

.col_archive.first .col_info .tit {
    font-size: 40px;
    font-weight: 700;
}

.col_archive .col_info .text {
    font-size: 14px;
}

.col_archive .col_info .data {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.sidebar_posts .list_archive {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.sidebar_posts .list_archive:last-of-type {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.container_posts .col-filter {
    border-left: 2px solid rgba(0,0,0,0.1);
    border-right: 2px solid rgba(0,0,0,0.1);
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}

.container_posts .col-filter .filtro_cat {
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--primary-color);
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.container_posts .col-filter .filtro_cat.disabled {
	color: #d2d2d2 !important;
	cursor: default;
}

.container_posts .col-filter .filtro_cat.active,
/* .container_posts .col-filter .filtro_cat:hover, */
.container_posts .col-filter .filtro_cat:not(.disabled):hover {
    background-color: var(--grey);
}

.col-filter-data select {
    /* color: rgba(16, 36, 84, 0.5); */
    color: #66728f;
    background-color: #fff !important;
}

.borderAbs:before {
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background-color: var(--grey);
    position: absolute;
    left: 0px;
    right:0px;
    margin: auto;
}

.borderAbs .zindex_white {
    background-color: #fff;
    position: relative;
}

.borderAbs .zindex_white.pl {
    padding-left: 15px;
}

.borderAbs .zindex_white.pr {
    padding-right: 15px;
}

#news_container .col_archive {
    display: inline-block;
    max-width: 33.3333%;
    width: 33.33%;
    flex: 0 0 3333%;
}

#news_container.marketupdates_container .col_archive {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}

.posts_pagination .pag_link[data-enabled="0"] {
    opacity: 0.2;
}

.general_content sup {
    font-size: 70%;
}

.general_content p {
    padding-bottom: 10px;
    padding-top: 10px;
}

.general_content p:first-of-type {
    padding-top: 0px;
}

.general_content p:last-of-type {
    padding-bottom: 0px;
}

.general_content ol,
.general_content ul {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.general_content ol li {
    list-style: decimal;
}

.general_content ol li::marker {
    color: var(--gold);
    font-family: var(--spcialfont);
    font-weight: bold;
}

.general_content ul li {
    list-style: disc;
}

.borderLeft {
    border-left: 3px solid var(--gold);
    padding-left: 15px;
}

.post-loading img {
    width: 80px;
    display: block;
    margin: auto;
}

.section_group hr {
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.download_report {
    border-radius: 10px;
    background-color: var(--btncolor);
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.download_report .btn_simple {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.row_cat .label_cat {
    margin-left: 3px;
    margin-right: 3px;
}

.col_flex {
    padding-bottom: 15px;
    padding-top: 30px;
}

.col_flex:first-of-type {
    padding-top: 0px;
}

.col_flex:last-of-type {
    padding-bottom: 0px;
}

.content_main .fancybox {
    /* background-color: red; */
    /* width: 100%; */
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.content_main .fancybox .icon {
    position: absolute;
    background-color: #fff;
    top: -15px;
    right: -15px;
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.content_main .fancybox .icon:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.content_main .img_box {
    width: calc(100% - 60px);
}

.content_main .quote .img_quote {
    width: 30px;
}

@media(max-width:1024px){
    .sidebar_posts {
        padding-left: 15px;
    }

    .section_group h3 {
        font-size: 24px;
    }

    .content_main {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        /* padding-left: 15px; */
        padding-right: 0px;
    }

    .sidebar_posts {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 0px;
        /* border-top: 2px solid rgba(0, 0, 0, 0.1); */
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sidebar_posts .tit_sidebar {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        padding-top:  15px;
    }

    .sidebar_posts.borderLeft {
        border-left: 0px solid;
        padding-left: 15px !important;
        padding-right: 15px;
    }

    .col_archive.high, #news_container .col_archive {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col_archive .col_info .label_cat {
        font-size: 12px;
    }

    .gold_mb {
        color: var(--gold);
        font-weight: bold;
    }

    /*trasformo filtri btn in select */
    .container_posts .col-filter {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin: 0;
        position: absolute;
        background-color: #fff;
        top: 100%;
        z-index: 500;
        padding: 10px 5px;
        border: 1px solid var(--grey);

        display: none;
    }

    .container_posts .col-filter .filtro_cat {
        padding: 5px 5px;
        border-radius: 0px;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: left;
    }

    .container_posts .col-filter .filtro_cat.active, .container_posts .col-filter .filtro_cat:hover {
        background-color: transparent
    }

    .open_colfilter p {
        padding-right: 25px;
        position: relative;
        cursor: pointer;
        /* background-color: red; */
    }

    .open_colfilter p:after {
        content: "";
        background-image: url('../images/chevron-down.svg');
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0px;

    }

    .borderAbs:before {
        /* display: none; */
        top: -15px;
    }

    .borderAbs .zindex_white.pl {
        margin-left: 0px !important;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0px !important;
        justify-content: space-between;
        margin-top: 15px;
    }
}

@media(max-width:767px){

    .col_archive.first .col_img {
        padding: 70px 15px 20px;
    }

    .col_archive .col_info {
        padding-right: 15px;
    }

    .col_archive.first .col_info .tit {
        font-size: 32px;
    }

    .col_archive.high, #news_container .col_archive {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col_archive.high .col_info .tit {
        font-size: 22px;
    }

    .col_archive .col_info .text {
        display: none;
    }

    .news_insight .col_archive .dflex_mb {
        display: flex;
        flex-direction: row-reverse;
    }

    #news_container .col_archive .col_img {
        align-items: stretch;
        max-width: 40%;
        flex: 0 0 40%;
        height: 0;
        padding-bottom: 40%;
    }

    
    .col_archive .col_img img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

}

@media(max-width:567px){

    .col_archive.first .col_info .tit {
        font-size: 26px;
    }
}

.wps_pgw-button {
    display: none !important;
}

.wps-pgfw-pdf-generate-icon__wrapper-frontend .pgfw-single-pdf-download-button {
    border-radius: 10px;
    background-color: var(--btncolor);
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.pgfw-single-pdf-download-button img {
    display: inline;
    width: auto;
    height: 30px !important;
}

.wps-pgfw-pdf-generate-icon__wrapper-frontend .pgfw-single-pdf-download-button:hover {
    background-color: var(--gold);
}

.head .wps-pgfw-pdf-generate-icon__wrapper-frontend {
    display: none !important;
}

@media(max-width:680px){
    #form_login .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }   
}

.page-privacy-policy .wp-block-list {
    list-style: disc;
    padding-left: 20px;
}