:root{
    --font: "Inter", sans-serif;
    --color-primary: #EE7D1B;
    --color-yellow: #FDA80B;
    --color-dark: #2B2B2B;
    --color-text: #808080;
    --color-blu: #78A0BA;
}

* {
	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 {
    position: relative;
    font-family: var(--font);
    color: var(--color-dark);
}

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 {
	font-size: 100%;
	font-weight: normal;
}

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:900;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

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

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

h1 {
	font-size: 56px;
    line-height: 58px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 36px;
    /* line-height: 45px; */
}

h4, h4 > a {
	font-size: 30px;
}

h5 {
    font-size: 24px;
}

@media(max-width:1024px){
    h1 {
	    font-size: 54px;
        line-height: 56px;
    }
}

@media(max-width:767px){
    h1 {
        font-size: 48px;
    }
    
    h2 {
        font-size: 44px;
    }
    
    h3 {
        font-size: 30px;
        /* line-height: 45px; */
    }
    
    h4, h4 > a {
        font-size: 26px;
    }
    
    h5 {
        font-size: 20px;
    }
    
}

@media(max-width:567px){
    h1 {
        font-size: 38px;
        line-height: 40px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    h3 {
        font-size: 26px;
        /* line-height: 45px; */
    }
    
    h4, h4 > a {
        font-size: 22px;
    }
    
    h5 {
        font-size: 18px;
    }
    
}

@media(max-width:480px){
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
        /* line-height: 45px; */
    }
}
/* ----------------------------------------------------------------------------- */
/* ------------------             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 {
    text-decoration: none;
}

.relative {
	position: relative;
}

.background-white { background-color: #fff !important; }
.background-primary { background-color: var(--color-primary); }
.background-black { background-color: #454545; }
.background-blu  { background-color: var(--color-blu); }

.background-light {
    background-color: #FFFBF4 ;
}

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

.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-cover-top {
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.background-cover-right {
    background-size: cover;
    background-position: center right;
    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:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
} */

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

.ratio_box {
	padding-top: 56.25%;
    position: relative;
}

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

/* .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

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

.bolder {
    font-weight: 800 !important;
}

.medium {
    font-weight: 700 !important;
}


.light {
	font-weight: 300;
}

.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%;
}

video {
    width: 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             ------------------ */
/* ----------------------------------------------------------------------------- */

/*top*/

.modal.top {
    padding-right: 0 !important;
}

.modal-top {
    max-width: 100%;
    margin: 0px auto;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
}

.top .modal-content {
    border-radius: 0px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	left: 0;
}
        
/*Right*/

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        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;
}

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

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

.wpcf7-6 {
    width: 50%;
    /* padding: 0px 5px; */
}

.wpcf7-6 input {
    width: calc(100% - 10px);
}

.wpcf7-12 input, .wpcf7-12 textarea, .wpcf7-12 {
    width: 100%;
}

.wpcf7-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--color-text);
}

.wpcf7-form input {
    height: 40px;
    background-color: transparent;
    padding: 0px 10px;
    margin: 5px 0px;
    width: calc(100% - 15px);
    border-radius: 10px !important;
    font-size: 14px;
    border: 1px solid var(--color-dark);
    color: #000;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.wpcf7-form textarea {
    width: calc(100% - 15px);
    background-color: transparent;
    border: 1px solid var(--color-dark);
    height: 120px;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 10px !important;
    resize: none;
    font-size: 14px;
    color: #000;
    -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: 40px;
} */

.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: #000;
}


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

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

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    opacity: 1;
}

.wpcf7-form .check {
    margin: 30px 0px 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 13px; */
    /* -webkit-appearance: none; */
    border: 1px solid;
    padding: 0;
}

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

.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: 8px 20px;
    position: relative;
    display: block;
    z-index: 10;
    color: #fff;
    border:0px;
    border-radius: 10px !important;
    background-color: var(--color-primary);
    /* margin: 40px auto 0px; */
    height: auto;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: #a0bcc0;
    text-decoration: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 35px;
    right: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    width: 100%;
    right: 0;
    position: absolute;
}

.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(--color-primary);
    font-weight: 900;
    display: none;
}

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

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

@media(max-width: 567px){
    .wpcf7-form label {
        font-size: 13px;
    }
}


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

body > * {
	
}

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

.fz20, .fz20 p {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

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

.fz40 {
	font-size: 40px;
}

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

button, .whatsapp_btn {
	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: 92%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: calc(4% + 15px);
    padding-right: calc(4% + 15px);
}

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

@media(max-width:680px){
    .container-custom, .container-sm {
        width: 96%;
    }
}

@media(max-width:767px){
    .fz20, .fz20 p {
        font-size: 18px;
    }

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

@media(max-width:567px){
    .fz20, .fz20 p {
        font-size: 16px;
    }
}

/* nav */

.navbar {
    height: 70px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.navbar-nav {
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand {
    padding: 0;
    z-index: 900;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 0px 20px !important;
    position: relative;
}

.navbar .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 6px;
    margin: auto;
}

.navbar .search-icon {
    border: 2px solid var(--color-dark);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 9px;
    max-width: 40px;
    cursor: pointer;
}

.navbar .search-icon:hover {
    border: 2px solid var(--color-dark);
    background-color: #fff;
}

.btn_quiz-nav {
    background-color: var(--color-dark);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 20px;
    height: 40px;
    margin: 0px 10px;
}

.dropdown-menu {
    position: absolute;
    top: 160% !important;
    left: 0;
    z-index: 1000;
    /* min-width: 10rem; */
    width: 300px;
    /* min-width: 300px; */
    padding: 15px;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: var(--color-primary);
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: 0px 20px 60px -50px #000;
}

.dropdown-item {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
    line-height: 14px;
    padding: 5px 5px !important;
    white-space: normal;
}

.archive_corsi {
    border-top: 2px solid rgb(255 255 255 / 17%);
    margin-top: 10px;
    padding-top: 10px;
}

@media(max-width:1400px){
    .navbar .navbar-nav .nav-link {
        padding: 0px 10px !important;
    }
}

@media(max-width:1300px){
    .navbar .navbar-nav .nav-link, .btn_quiz-nav a, .dropdown-item {
        font-size: 14px;
        line-height: 14px;
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar-nav {
        padding: 0px 20px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0px 7px !important;
    }
}

.navbar-toggler {
    padding: 0;
    border: 0px;
    border-radius: 0px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 900;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height:  2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #fff;
    display: block;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

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

.navbar .navbar-toggler[aria-expanded="true"] .second {
    display: none;
}

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

.navbar-toggler:focus {
    box-shadow: 0px 0px 0px transparent !important;
}

.navbar .navbar-collapse {
    padding-left: 15px;
    padding-right: 0px;
    align-items: center;
    justify-content: end;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-primary);
}

@media(max-width:991px){
    .navbar {
        padding: 0px 0px;
        width: 100%;
        /* height: 80px; */
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
    }

    .navbar .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 100px;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #fff;
    }

    .navbar .navbar-nav .nav-link {
        color: var(--color-primary);
        font-size: 16px;
        line-height: 16px;
        padding: 20px 10px !important;
    }

    .navbar .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #E1E4ED;
    }

    .navbar .nav-item:last-of-type {
        border-bottom: 0px;
    }

    .dropdown-menu {
        padding: 15px;
        font-size: 16px;
        text-align: center;
        list-style: none;
        box-shadow: 0px 0px 0px;
        background-color: #fff;
        margin: auto;
        /* text-align: left; */
    }

    .dropdown-item {
        color: var(--color-dark) !important;
        padding: 8px 0px !important;
        display: block;
    }

    .navbar .search-icon {
        display: none !important;
    }

    .btn_quiz-nav {
        padding: 15px;
        height: 50px;
        margin: 0px 0;
        width: 100%;
        justify-content: center;
    }

    .btn_quiz-nav a {
        font-size: 16px;
    }
}

/* ROLL LINKS */
@media(min-width:992px){
    .roll-link {
        display: inline-block;
        overflow: hidden;
        /* vertical-align: top; */

        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        -ms-perspective: 600px;
        perspective: 600px;

        -webkit-perspective-origin: 50% 50%;
        -moz-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;
    }

    .roll-link:hover {
        text-decoration:none;
    }

    .roll-link span {
        display: block;
        position: relative;
        padding: 0 4px;

        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
        
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .roll-link:hover span {
            background: var(--color-yellow);

            -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
            -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
            -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
            transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }

    .roll-link span:after {
        content: attr(data-title);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 2px;
        color: var(--color-yellow);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    }
}


.btn-full {
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--color-dark);
    padding: 8px 35px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 600;
}

.btn-full.orange {
    background-color: var(--color-primary);
    color: #fff;
}

.btn-full.white {
    background-color: #fff;
}

.btn-border {
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #fff;
}

.btn-full.white:hover {
    background-color: var(--color-primary);
}

.btn_gradient {
    background: linear-gradient(90deg, #EE7D1B 36%, #FDA80B 100%);
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    background-size: 100% 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.btn_gradient:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #FDA80B, #FDA80B, #EE7D1B , #FDA80B);
}

.btn_gradient.full {
    width: 100%;
    text-align: center;
}

.btn_gradient.sm {
    padding: 8px 15px;
    font-size: 12px;
}

.btn-scroll {
    cursor: pointer;
}

.btn_arrow {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.btn_arrow:after {
    content: "";
    background-image: url('../images/arrow_btn.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 0px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.btn_arrow:hover:after {
    right: -5px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

footer ul li a {
    color: #AFAFAF;
    font-size: 20px;
    font-weight: 200;
}

footer .foot-info {
    border-top: 1px solid #5e5e5e;
}

footer .foot-info p {
    color: #EEECCA;
    font-weight: 200;
    text-align: center;
}

/* home */
.head_hm  {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: 70px;
}

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

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

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

.wrapper-amimation {
    overflow: hidden;
    display: flex;
    position: relative;
    width: 100%;
    /* height: 90px; */
    margin: auto;
    z-index: 1;
}

.box-animation--wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position:relative;
    width: 100%;
    height: 115px;
}

.text-animation--box {
    font-weight: 200;
    font-size: 44px;
    color: var(--color-dark);
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    padding-left: 20px;
}

.text-animation--box span {
    margin: 0px 50px 0px 0px;
    white-space: nowrap;
    position: relative;
}

.text-animation--box span:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url('../images/icona_sun.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 15px;
    left: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner_corsi {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 50px 6%;
}

.banner_corsi .banner_text p {
    max-width: 80%;
    width: 80%;
    font-weight: 200;
}

.banner_corsi .banner_text .btn-full.white {
    width: 20%;
    text-align: center;
}

.banner_corsi--sec .circle_anim {
    position: absolute;
    top: 0;
    left: 0;
    height: 130%;
    /* transform: translate(-65%, -3%);
    -webkit-transform: translate(-65%, -3%);
    -moz-transform: translate(-65%, -3%);
    -ms-transform: translate(-65%, -3%);
    -o-transform: translate(-65%, -3%); */

    animation: rotate 10s linear infinite;
    -webkit-animation: rotate 20s linear infinite;
    transform-origin: center;
}

.banner_quiz--sec .circle_anim {
    position: absolute;
    top: 30px;
    left: 0;
    animation: float 20s linear infinite;
    -webkit-animation: float 20s linear infinite;
}

.banner_corsi--sec .circle_anim_2 {
    position: absolute;
    top: -100px;
    left: 60%;
    width: 200px;
    animation: float 10s linear infinite;
    -webkit-animation: float 20s linear infinite;
}

.banner_quiz--sec .circle_anim_2 {
    position: absolute;
    bottom: -100px;
    width: 260px;
    animation: float 10s linear infinite;
    -webkit-animation: float 20s linear infinite;
    right: 30px;
}

.relative_circle {
    position: relative;
    width: auto;
    display: inline-block;
}

@keyframes rotate {
	0% {
		transform: translate(-70%, -3%) rotate(-100deg);
		-webkit-transform: translate(-70%, -3%) rotate(-100deg);
		-moz-transform: translate(-70%, -3%) rotate(-100deg);
		-ms-transform: translate(-70%, -3%) rotate(-100deg);
		-o-transform: translate(-70%, -3%) rotate(-100deg);
    }
    
    100% {
		transform: translate(-70%, -3%) rotate(40deg);
		-webkit-transform: translate(-70%, -3%) rotate(40deg);
		-moz-transform: translate(-70%, -3%) rotate(40deg);
		-ms-transform: translate(-70%, -3%) rotate(40deg);
		-o-transform: translate(-70%, -3%) rotate(40deg);
    }
}

@keyframes float {
	0% {
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
    }
    
    50% {
		transform: translate(-20px, -40px);
		-webkit-transform: translate(-20px, -40px);
		-moz-transform: translate(-20px, -40px);
		-ms-transform: translate(-20px, -40px);
		-o-transform: translate(-20px, -40px);
    }
    
    100% {
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
    }
}

.container-horizontal {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    width:100vw;
    height:100vh;
}

.panel {
    height:100%;
    display:flex !important;
    align-items: center;
    padding: 10px 25px;
}

.first-panel {
    padding-left: 5%;
    width: 40%;
}

.panel.col-servizi {
    flex: 0 0 auto;
    width: 25%;
    margin: 0;
}

.last-panel {
    width: 25%;
}
  
.home .col-servizi .padd-servizi {
    width: 100%;
    margin: auto;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px 30px;
}

.col-servizi.corso-box .padd-servizi {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px 30px;
    height: 60vh;
}

.box_icona-servizio .padd-servizi {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 50px 30px;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 300px;
    border: 2px solid var(--color-primary);
    cursor: pointer;
}

.box_icona-servizio:hover .padd-servizi {
    background-color: var(--color-primary);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

.box_icona-servizio .text_anim {
    /* background-color: red; */
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 150px;
}

.box_icona-servizio .text_anim .hide_tit {
    position: absolute;
    font-size: 26px;
    width: 80%;
    transition: transform 1s ease, opacity 0.8s ease;
    -webkit-transition: transform 1s ease, opacity 0.8s ease;
    -moz-transition: transform 1s ease, opacity 0.8s ease;
    -ms-transition: transform 1s ease, opacity 0.8s ease;
    -o-transition: transform 1s ease, opacity 0.8s ease;
}

.box_icona-servizio:hover .hide_tit {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.box_icona-servizio .show_more {
    opacity: 0;
    position: absolute;
    width: 80%;
    transition: transform 1s ease, opacity 0.8s ease;
}

.box_icona-servizio:hover  .show_more {
    transform: translateY(0%);
    opacity: 1;
    transition: transform 1s ease, opacity 0.8s ease;
}

.box_icona-servizio:hover .icona_servizi {
    border: 2px solid #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.containerCorsi .col-servizi.corso-box .padd-servizi {
    height: 40vh;
    background-color: var(--color-blu);
    border: 0px;
}

.col-servizi .padd-servizi {
    background-color: var(--color-yellow);
    border: 2px solid var(--color-yellow);
}

.home .col-servizi:hover .padd-servizi {
    background-color: #fff;
    border: 2px solid var(--color-yellow);
}

.col-servizi .padd-servizi .servizi-text {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-servizi.corso-box .padd-servizi .servizi-text p {
    font-size: 14px;
}

.col-servizi .padd-servizi .icona_servizi {
    background-color: var(--color-yellow);
}

.home .col-servizi:hover .padd-servizi .icona_servizi {
    background-color: var(--color-yellow);
}

.col-servizi.corso-box .padd-servizi .icona_servizi,
.box_icona-servizio  .icona_servizi {
    background-color: var(--color-primary);
}

.col-servizi:not(.corso-box) .padd-servizi .icona_servizi {
    background-color: var(--color-dark);
}

.col-servizi .icona_servizi {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /* margin: auto; */
}

.col-servizi .servizi-text a {
    margin-bottom: 40px;
    margin-top: auto;
}

.box_icona-servizio  .icona_servizi {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    padding: 15px;
    border: 2px solid var(--color-primary);
}

.icona_corso {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-blu);
}

.tit_circle {
    color: var(--color-primary);
    font-size: 8vw;
    font-weight: 800;
    display: inline-flex;
}

.svg_box {
    position: absolute;
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
}

.svg_box.left {
    left: 0;
    top: 0px;
    transform: translate(-20%, -40px);
    -webkit-transform: translate(-20%, -40px);
    -moz-transform: translate(-20%, -40px);
    -ms-transform: translate(-20%, -40px);
    -o-transform: translate(-20%, -40px);
}

.svg_box.right {
    right: 0;
    bottom: 0px;
    transform: translate(50%, 20px);
    -webkit-transform: translate(50%, 20px);
    -moz-transform: translate(50%, 20px);
    -ms-transform: translate(50%, 20px);
    -o-transform: translate(50%, 20px);
}

.circle {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.animated .circle {
    animation: stroke 3s ease-out forwards;
    -webkit-animation: stroke 3s ease-out forwards;
}

.gradient {
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgb(255, 251, 244, 1) 0%);
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.swiper-button-disabled {
    opacity: 0.2;
}

/* #carouselRecensioni .swiper-wrapper {
    border-top: 1px solid var(--color-dark);
} */

.col_news .col_news-inner {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 30px -20px #000;
    height: 100%;
}

.first_news.col_news .col_news-inner {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 30px -20px #000;
    height: auto;
    display: flex;
    align-items: center;
}

.col_corso .col_corso-inner {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 15px -8px #E1E4ED;
    height: 100%;
    border: 1px solid #E1E4ED;
    display: flex;
    flex-direction: column;
}

.col_news .col_news-inner .img,
.col_corso .col_corso-inner .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}

.first_news.col_news .col_news-inner .img {
    height: 0;
    padding-bottom: 30%;
    width: 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
}

.col_news .col_news-inner .img img,
.col_corso .col_corso-inner .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.col_news .col_news-inner .col_news-content {
    padding: 40px 30px;
}

.first_news.col_news .col_news-inner .col_news-content {
    width: 60%;
    max-width: 60%;
    padding: 40px 30px;
}

.col_corso .col_corso-inner .col_corso-content {
    padding: 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.col_news .col_news-inner .meta {
    display: flex;
    align-items: center;
}

.col_news .col_news-inner .meta .cat,
.col_news .col_news-inner .meta .data {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.col_news .col_news-inner .meta .cat {
    padding-right: 30px;
}

.col_news .col_news-inner .meta .cat:before,
.single-news .cat:before {
    content: "";
    background-image: url('../images/tag.svg');
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 8px;
}
.col_news .col_news-inner .meta .data:before,
.single-news .data:before {
        content: "";
    background-image: url('../images/calendar.svg');
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 8px;
}

.col_news .col_news-inner .tit,
.col_corso .col_corso-inner .tit {
    font-size: 22px;
    font-weight: 700;
    /* margin-top: 10px; */
    /* margin-bottom: 30px; */
}

.sec_info {
    background-color: #fff;
}

.sec_info img {
    object-fit: cover;
}

.sec_info .padd {
    width: 88%;
    margin: 40px auto;
}

.sec_info .padd h2 {
    font-size: 38px;
    font-weight: 600;
}

.sec_info .col_img {
    object-fit: cover;
}

@media(max-width:1400px){
    .panel:not(.first-panel) {
        padding: 10px 10px;
    }
}

@media(max-width:1200px){
    .first-panel {
        /* padding-left: 5%; */
        width: 60%;
    }

    .panel.col-servizi, .last-panel {
        width: 33%;
    }
}

@media(max-width:1024px){
    .svg_box {
        max-width: 180px;
    }

    .sec_info .padd h2 {
        font-size: 30px;
    }

    .panel.col-servizi, .last-panel {
        width: 45%;
    }

    .col-servizi .icona_servizi {
        margin-top: 20px;
    }

    .col-servizi .servizi-text a {
        margin-bottom: 20px;
    }

    .col-servizi .text_box {
        font-size: 14px;
    }
}

@media(max-width:767px){

    .head_hm .padd_mb {
        width: 90%;
        margin: auto;
    }

    a.full_mb {
        width: 100%;
        text-align: center;
    }

    .banner_corsi .banner_text p {
        max-width: 100%;
        width: 100%;
    }

    .banner_corsi .banner_text .btn-full.white {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .first-panel {
        width: 70%;
    }

    .panel.col-servizi, .last-panel {
        width: 60%;
    }

    .tit_circle {
        font-size: 76px;
        line-height: 70px;
    }

    .svg_box {
        max-width: 120px;
    }

    .banner_quiz--sec .circle_anim_2 {
        width: 170px;
        right: -20px;
    }

    /* .svg_box.right {
        transform: translate(115px, 20px);
        -webkit-transform: translate(115px, 20px);
        -moz-transform: translate(115px, 20px);
        -ms-transform: translate(115px, 20px);
        -o-transform: translate(115px, 20px);
    } */
}

@media(max-width:567px){

    .first-panel {
        width: 88%;
    }

    .panel.col-servizi, .last-panel {
        width: 90%;
    }

}

.head {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 70vh;
    padding-top: 140px;
    padding-bottom: 70px;
    position: relative;
}

.head-simple { 
    width: 100%;
    height: auto;
    min-height: 60vh;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.head-post {
    width: 100%;
    height: auto;
    /* min-height: 60vh; */
    padding-top: 140px;
    padding-bottom: 70px;
    position: relative;
}

.head_chisono {
    width: 100%;
    height: auto;
    /* min-height: 60vh; */
    padding-top: 140px;
    padding-bottom: 70px;
    position: relative;
}

.head:after {
    content: "";
    background-color: rgba(43, 43, 43, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.head .tit_row {
    font-size: 34px;
    line-height: 36px;
    text-shadow: 0px 0px 10px #000;
    font-weight: 700;
}

.head-post .tit_row {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
}

.head-simple .tit_row {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
}

.head_chisono .tit_row {
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
}

.head_single  .tit_row {
    font-size: 40px;
    line-height: 42px;
}

.text_head {
    /* padding-left: 40px; */
    padding-right: 40px;
    max-width: 60%;
}

.head.head_single {
    height: 90vh;
}

.head_single .scroll_down {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.col_content {
    width: 70%;
}

.col_sidebar {
    width: 25%;
    margin-left: 5%;
}

.col_sidebar .sticky {
    position: sticky;
    top: 70px;
}

.general_content ul {
    list-style: disc;
        padding-left: 20px;
}

.general_content ul li {
    list-style: disc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box_related-corso {
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 30px 50px;
    background-color: var(--color-blu);
    text-align: center;
}

.box_related-corso p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

.box_related-corso .btn-full {
    color: var(--color-blu);
    font-size: 14px;
    margin-top: 20px;
}

.tit_biglink {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 70px;
    text-align: center;
    font-weight: 600;
    display: block;
    max-width: 50%;
    margin: auto;
}

.sec_alternate .colImg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    height: 100%;
    min-height: 50vh;
}

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

.sec_alternate .colText .padd {
    padding: 20px 50px;
}

.col_repeter h3 {
    margin-top: 30px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.col-filter .filtro_cat {
    background-color: #F8FAFF;
    font-size: 14px;
    padding: 5px 13px;
    border-radius: 5px;
}

.col-filter .filtro_cat.active {
    background-color: var(--color-dark);
    color: #fff;
}

.post-loading {
    max-width: 60px;
}

.pag_link.posts_pagination_prev img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.borderImg {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.row_counter .box-counter {
    background-color: var(--color-blu);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 120px 30px 30px;
}

.row_counter .box-counter .tit {
    font-weight: 800;
    font-size: 54px;
    line-height: 54px;
}

.padd_head {
    padding-top: 70px;
    padding-bottom: 70px;
}

.overlay_search {
    display: none;
    width: 100%;
    background-color: var(--color-primary);
    position: fixed;
    left: 0;
    z-index: 9999;
    margin: 0 !important;
    top: 0px;
    height: 100%;
}

.overlay_search .close_cerca_nav {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
}

.searchoverlay-wrapper {
    z-index: 1;
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overlay_search .search-nav input {
    width: 100%;
    display: block;
    height: 50px;
    padding: 15px;
    width: 100%;
    border-radius: 10px !important;
    color: var(--color-dark);
    font-size: 18px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

@media(max-width:1024px){
    .head .tit_row,
    .head-simple .tit_row,
    .head-post .tit_row,
    .head_chisono .tit_row {
        font-size: 30px;
        line-height: 32px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .text_head {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
        max-width: 100%;
    }

    .head .btn-scroll {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col_content {
        width: 100%;
    }

    .col_sidebar {
        width: 100%;
        margin-left: 0%;
    }

    .tit_biglink {
        font-size: 40px;
        max-width: 70%;
    }

    .col_content .icone {
        margin-bottom: 10px;
    }

    .sec_alternate .colText h3 {
        font-size: 26px;
    }

    .sec_alternate .colText .padd {
        padding: 20px 15px;
    }
}

@media(max-width:767px){
    .head-simple {
        min-height: 45vh;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .head .tit_row,
    .head-post .tit_row {
        font-size: 28px;
        line-height: 28px;
    }

    .first_news.col_news .col_news-inner {
        flex-direction: column;
    }

    .first_news.col_news .col_news-inner .img {
        padding-bottom: 55%;
        width: 100%;
        max-width: 100%;
    }

    .first_news.col_news .col_news-inner .col_news-content {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px;
    }

    .row_filter {
        justify-content: center;
    }

    .row_filter .ml-auto {
        margin-left: 0px !important;
        margin-top: 40px;
    }

    .sec_alternate .colText .padd {
        padding: 20px 10px;
    }

    .sec_alternate .colImg {
        min-height: 250px;
    }
}

@media(max-width:567px){
    .head .tit_row,
    .head-post .tit_row {
        font-size: 24px;
        line-height: 24px;
    }

        .col-servizi .text_box {
        font-size: 12px;
    }

    .col-servizi .icona_servizi {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        padding: 10px;
    }

    .home .col-servizi .padd-servizi {
        height: 70vh;
        padding: 20px 15px;
    }

    .head {
        min-height: 70vh;
        padding-top: 90px;
    }
}

.check .error-message {
    display: none;
    color: red;
    font-size: 0.9em;
    margin-left: 8px;
}

.wpcf7-not-valid + .error-message {
    display: inline;
}