.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.chosen-container,.noUi-target,.noUi-target *{-webkit-user-select:none;-ms-user-select:none}.chosen-container{position:relative;display:inline-block;vertical-align:middle;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 100% -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;font-size:100%;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.noUi-pips,.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.searchandfilter-date-picker .ui-helper-hidden{display:none}.searchandfilter-date-picker .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.searchandfilter-date-picker .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.searchandfilter-date-picker .ui-helper-clearfix:after,.searchandfilter-date-picker .ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.searchandfilter-date-picker .ui-helper-clearfix:after{clear:both}.searchandfilter-date-picker .ui-helper-clearfix{min-height:0}.searchandfilter-date-picker .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.searchandfilter-date-picker .ui-front{z-index:100}.searchandfilter-date-picker .ui-state-disabled{cursor:default!important}.searchandfilter-date-picker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.searchandfilter-date-picker .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.searchandfilter-date-picker .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover{top:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev{left:2px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next{right:2px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover{left:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover{right:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next span,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;display:inline-block}.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month-year{width:100%}.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month,.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year{width:49%}.searchandfilter-date-picker .ui-icon{width:16px;height:16px;background-position:16px 16px}.searchandfilter-date-picker .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.searchandfilter-date-picker .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.searchandfilter-date-picker .ui-datepicker td{border:0;padding:1px}.searchandfilter-date-picker .ui-datepicker td a,.searchandfilter-date-picker .ui-datepicker td span{display:block;text-align:center;text-decoration:none}.searchandfilter-date-picker .ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ll-skin-melon .ui-datepicker{padding:0}.ll-skin-melon .ui-datepicker-header{border:none;background:0 0;font-weight:400;font-size:15px}.ll-skin-melon .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.ll-skin-melon .ui-datepicker .ui-datepicker-title{margin-top:.4em;margin-bottom:.3em;color:#e9f0f4}.ll-skin-melon .ui-datepicker .ui-datepicker-next,.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,.ll-skin-melon .ui-datepicker .ui-datepicker-prev,.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{top:.9em;border:none}.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{left:2px}.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover{right:2px}.ll-skin-melon .ui-datepicker .ui-datepicker-next span,.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-image:url(//lineasistemiroma.it/wp-content/plugins/search-filter-pro/public/assets/img/ui-icons_ffffff_256x240.png);background-position:-32px 0;margin-top:0;top:0;font-weight:400}.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-position:-96px 0}.ll-skin-melon .ui-datepicker table{margin:0}.ll-skin-melon .ui-datepicker th{padding:1em 0;color:#ccc;font-size:13px;font-weight:400;border:none;border-top:1px solid #3a414d}.ll-skin-melon .ui-state-disabled{opacity:1}.ll-skin-melon .ui-state-disabled .ui-state-default{color:#fba49e} .noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-ms-touch-action:none;touch-action:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr;background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0;border-radius:3px}.noUi-handle,.noUi-tooltip{position:absolute;border:1px solid #D9D9D9}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.searchandfilter p{margin-top:1em;display:block}.searchandfilter ul{display:block;margin-top:0;margin-bottom:0}.searchandfilter ul li{list-style:none;display:block;padding:10px 0;margin:0}.searchandfilter ul li li{padding:5px 0}.searchandfilter ul li ul li ul{margin-left:20px}.searchandfilter label{display:inline-block;margin:0;padding:0}.searchandfilter>ul>li[data-sf-combobox="1"] label{display:block}.searchandfilter li[data-sf-field-input-type=checkbox] label,.searchandfilter li[data-sf-field-input-type=radio] label,.searchandfilter li[data-sf-field-input-type=range-checkbox] label,.searchandfilter li[data-sf-field-input-type=range-radio] label{padding-left:10px}.searchandfilter .sf-date-prefix{padding-right:5px;display:inline-block}.searchandfilter .sf-count,.searchandfilter .sf-date-postfix{padding-left:5px;display:inline-block}.searchandfilter .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.searchandfilter h4{margin:0;padding:5px 0 10px;font-size:16px}.searchandfilter .sf-range-max,.searchandfilter .sf-range-min{max-width:80px}.searchandfilter .sf-meta-range-radio-fromto .sf-range-max,.searchandfilter .sf-meta-range-radio-fromto .sf-range-min{display:inline-block;vertical-align:middle}.searchandfilter .sf-meta-range-radio-fromto span.sf-range-values-seperator{vertical-align:middle;display:inline-block;margin:0 15px}.searchandfilter .datepicker{max-width:170px}.searchandfilter select.sf-input-select{min-width:170px}.searchandfilter select.sf-range-max.sf-input-select,.searchandfilter select.sf-range-min.sf-input-select{min-width:auto}.searchandfilter ul>li>ul:not(.children){margin-left:0}.searchandfilter .meta-slider{margin-top:10px;margin-bottom:10px;height:15px;max-width:220px}.searchandfilter .noUi-connect{background-color:#526E91}.searchandfilter.search-filter-disabled .noUi-connect{opacity:.7}.searchandfilter .noUi-horizontal.noUi-extended{padding:0 10px}.searchandfilter .noUi-horizontal.noUi-extended .noUi-origin{right:-10px}.searchandfilter .noUi-handle{border-color:#ccc}.searchandfilter .noUi-horizontal .noUi-handle{width:24px;height:24px;top:-5px;border-radius:20px;left:-12px}.searchandfilter .noUi-horizontal .noUi-handle:after,.searchandfilter .noUi-horizontal .noUi-handle:before{height:9px;top:7px}.searchandfilter .noUi-horizontal .noUi-handle:before{left:9px}.searchandfilter .noUi-horizontal .noUi-handle:after{left:12px}.search-filter-scroll-loading{display:block;margin:20px 10px 10px;height:30px;width:30px;animation:search-filter-loader-rotate .7s infinite linear;border:5px solid rgba(0,0,0,.15);border-right-color:rgba(0,0,0,.6);border-radius:50%}@keyframes search-filter-loader-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ll-skin-melon{font-size:90%}.ll-skin-melon .ui-datepicker td{background:#f7f7f7;border:none;padding:0}.ll-skin-melon .ui-datepicker th{border-color:#4D6077}.ll-skin-melon .ui-widget{font-family:inherit;background:#526E91;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.3);-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.searchandfilter.horizontal ul>li{display:inline-block;padding-right:10px}.searchandfilter.horizontal ul>li li{display:block}.ll-skin-melon td .ui-state-default{background:0 0;border:none;text-align:center;padding:.3em;margin:0;font-weight:400;color:#6C88AC;font-size:14px}.ll-skin-melon td .ui-state-active{background:#526E91;color:#fff}.ll-skin-melon td .ui-state-hover{background:#C4D6EC}.searchandfilter li.hide,.searchandfilter select option.hide{display:none}.searchandfilter .disabled{opacity:.7}.chosen-container-multi .chosen-choices li.search-field input[type=text]{height:auto;padding:5px;color:#666;font-family:inherit}.chosen-container{font-size:14px}.chosen-container-single .chosen-single{height:auto}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 3px 3px 5px}.search-filter-results .sf-active{font-weight:700}.search-filter-results .sf-disabled{opacity:.5}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl} :root {
--main-color-red: #c20e1a;
--main-color-white: #ffffff;
--main-color-blue: #04758D;
--main-color-black: #000000;
--main-color-gray: #9A9A9A;
--main-color-gray-light: #eeeeee;
--main-color-yellow: #ffca46;
--main-color-red-overlay: rgba(194, 14, 26, 0.5);
--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--text-xs: clamp(0.82rem, calc(0.8rem + 0.14vw), 0.9rem);
--text-sm: clamp(0.91rem, calc(0.88rem + 0.14vw), 1rem);
--text-md: clamp(1rem, calc(0.97rem + 0.14vw), 1.08rem);
--text-lg: clamp(1.09rem, calc(1.06rem + 0.14vw), 1.18rem);
--text-xl: clamp(1.19rem, calc(1.16rem + 0.14vw), 1.27rem);
--text-xxl: clamp(1.28rem, calc(1.25rem + 0.14vw), 1.38rem);
} *,
*:before,
*:after { text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: 'Raleway', sans-serif;
list-style-type: none;
list-style: none; }
html {
scroll-behavior: smooth;
}
ul {
padding-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
color: var(--main-color-dark);
margin: 0;
}
a {
color: var(--main-color-white);
text-decoration: none;
font-weight: 400;
font-size: 18px;
}
.privacy-policy #main a{
color: var(--main-color-gray);
}
.link a{color: var(--main-color-black); font-weight: bold;}
.link a:hover{color: var(--main-color-red);}
.my-30{margin: 30px 0!important;}
.my-50{margin: 50px 0!important;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px!important;}
.ml-20 {
margin-left: 20px;
}
.ml-50{margin-left: 50px;}
.mr-20 {
margin-right: 20px;
}
.mx-20{margin: 0 20px;}
.bb_red{
border-bottom: 1px solid var(--main-color-red);
}
@media screen and (min-width: 992px) {
.desk-mr-50{margin-right: 50px;}
}
@media screen and (max-width: 767px) {
.sma-p-20{padding: 20px!important;}
}
.mb-30{
margin-bottom: 30px!important;
}
.mb-50{
margin-bottom: 50px!important;
}
.mb-100 {
margin-bottom: 100px !important;
}
.mt-10{margin-top: 10px!important;}
.mt-20{margin-top: 20px!important;}
.mt-30{margin-top: 30px!important;}
.mt-50{margin-top: 50px!important;}
.mt-100{margin-top: 100px!important;}
.mt-150{margin-top: 150px!important;}
.my-10{margin: 10px 0!important;}
.my-100{margin: 100px 0!important;}
.cbd{border:1px solid red}
.cbg{border:1px solid greenyellow}
.p-0{padding: 0!important;}
.py-10{padding: 10px 0;}
.py-20{padding: 20px 0;}
.p-15{padding: 15px!important;}
@media (min-width: 992px) {
.desk-p-100{padding: 100px 15px!important;}
} .bb-20 {
border-bottom: 20px solid var(--main-color-red);
}
.z10 {
z-index: 10 !important;
}
.m-auto{margin: 0 auto;}
.ox-hidden{overflow-x: hidden;} .header-404 {
font-size: 40px !important;
}
@media  screen and (min-width: 768px) {
.header-404 {
font-size: 50px !important
}
}
@media  screen and (min-width: 992px) {
.header-404 {
font-size: 150px !important
} 
}
.header-1 {
font-size: 30px !important;
}
@media  screen and (min-width: 768px) {
.header-1 {
font-size: 40px !important
}
}
@media  screen and (min-width: 992px) {
.header-1 {
font-size: 50px !important
} 
}
.header-2 {
font-size: 22px !important;
}
@media  screen and (min-width: 768px) {
.header-2 {
font-size: 25px !important
}
}
@media  screen and (min-width: 992px) {
.header-2 {
font-size: 35px !important
} 
}
.header-3 {
font-size: 20px !important;
}
@media  screen and (min-width: 768px) {
.header-3 {
font-size: 20px !important
}
}
@media  screen and (min-width: 992px) {
.header-3 {
font-size: 30px !important
} 
}
.header-4 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.header-4 {
font-size: 18px !important
}
}
@media screen and (min-width: 992px) {
.header-4 {
font-size: 20px !important
}
}
.header-5 {
font-size: 15px !important;
}
@media  screen and (min-width: 768) {
.header-5 {
font-size: 16px !important
}
}
@media  screen and (min-width: 992) {
.header-5 {
font-size: 18px !important
} 
}
.header-6 {} .uppercase {
text-transform: uppercase !important;
}
.white {
color: var(--main-color-white) !important;
}
.blue{
color: var(--main-color-blue) !important;
}
.gray{
color: var(--main-color-gray) !important;
}
.graylight{
color: var(--main-color-gray-light) !important;
}
.black{
color: var(--main-color-black) !important;
}
.red{color: var(--main-color-red) !important;}
.yellow{color: var(--main-color-yellow) !important;}
.bg-white {
background: var(--main-color-white) !important;
}
.bg-red {
background: var(--main-color-red) !important;
}
.bg-blue {
background: var(--main-color-blue) !important;
}
.bg-gray {
background: var(--main-color-gray) !important;
}
.bg-gray-light {
background: var(--main-color-gray-light) !important;
}
.bg-yellow {
background: var(--main-color-yellow) !important;
}
.fill_red{
fill: var(--main-color-red) !important;
}
.fill_gray{
fill: var(--main-color-gray) !important;
}
.fill_gray-light{
fill: var(--main-color-gray-light) !important;
}
.fill_yellow{
fill: var(--main-color-yellow) !important;
}
.fill_blue{
fill: var(--main-color-blue) !important;
}
.arrow{
width: 40px;
}
.arrow-big {
width: 100px !important;
}
.bold {
font-weight: 600;
}
.t-center {
text-align: center;
}
.t-left {
text-align: left;
}
.fw-extralight {
font-weight: 100;
}
.fw-light {
font-weight: 300;
}
.fw-regular {
font-weight: 400;
}
.fw-medium {
font-weight: 500;
}
.fw-bold {
font-weight: 700;
}
.fw-dark {
font-weight: 900;
}
.shadow-small{
box-shadow: var(--shadow-small);
}
.b-radius{border-radius: 5px;} .page-numbers{
color: var(--main-color-white);
background-color: var(--main-color-red);
font-size: 18px;
font-weight: 500;
padding: 7px
} .btn404{
border-radius: 5px;
padding: 15px 25px
}
.btn-small {
padding: 3px 15px;
}
.btn-medium {}
.btn-large {
padding: 15px 55px;
max-width: 500px;
}
@media (max-width: 768px) {
.btn-large {
padding: 15px 30px;
max-width: 300px;
}
}
.btn-white {
background: var(--main-color-white);
color: var(--main-color-red);
}
.h-90{height: 90px;}
.full-width-element {
width: 100vw!important;
}
.flex{display: flex;}
.flex-column{flex-direction: column;}
.flex-end{justify-content: end;} .container {
max-width: 90rem;
height: auto;
margin: 0 auto;
padding: 0 1.25rem;
}
.header {
position: relative;
top: 0;
left: 0;
z-index: 100;
width: 100vw;
height: auto;
margin: 0 auto;
background-color: var(--main-color-white);
box-shadow: var(--shadow-medium);
}
.navbar {
display: flex;
flex-direction:row-reverse;
align-items: center;
justify-content: space-between;
max-width: 100%;
height: 100%;
margin: 0 auto;
padding: 10px 25px;
}
.brand {
font-family: inherit;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.5;
color: var(--main-color-black);
text-transform: uppercase;
}
.brand img{
width: 100px;
height: auto;
}
.menu {
position: fixed;
top: 0;
left: -100%;
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: var(--main-color-white);
box-shadow: var(--shadow-medium);
transition: all 0.4s ease-in-out;
}
.menu.is-active {
left: 0;
}
.menu-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 1.25rem;
margin-top: 8rem;
}
.menu-link {
font-family: inherit;
font-size: var(--text-xs);
font-weight: 600;
line-height: 1.5;
color: var(--main-color-black);
text-transform: uppercase;
transition: all 0.3s ease;
}
.menu-block {
font-size: 1.5rem;
text-align: center;
color: var(--main-color-black);
}
@media only screen and (min-width:992px) {
.navbar {
flex-direction: row;
padding: 0 100px;
}
.brand img{
width: 200px;
}
.menu {
position: relative;
left: 0;
width: auto;
height: auto;
box-shadow: none;
}
.menu-inner {
display: flex;
flex-direction: row;
-moz-column-gap: 1.75rem;
column-gap: 1.75rem;
margin: 0 auto;
}
}
.burger {
position: relative;
display: block;
order: -1;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 10;
width: 1.6rem;
height: 1.15rem;
rotate: 0deg;
border: none;
outline: none;
visibility: visible;
background: none;
transition: 0.35s ease;
}
@media only screen and (min-width: 992px) {
.burger {
display: none;
visibility: hidden;
}
}
.burger-line {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 2.1px;
opacity: 1;
rotate: 0deg;
border: none;
outline: none;
border-radius: 1rem;
background-color: var(--main-color-black);
transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
top: 0px;
}
.burger-line:nth-child(2) {
top: 0.5rem;
width: 70%;
}
.burger-line:nth-child(3) {
top: 1rem;
}
.burger.is-active>.burger-line:nth-child(1) {
top: 0.5rem;
rotate: 135deg;
}
.burger.is-active>.burger-line:nth-child(2) {
opacity: 0;
visibility: hidden;
}
.burger.is-active>.burger-line:nth-child(3) {
top: 0.5rem;
rotate: -135deg;
} .top-menu{
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
width: 100%;
margin: 0 auto;
padding: 0 100px;}
.arrow-right-img{
width: 170px;
height: 74px; display: flex;
align-items: center;
justify-content:center;
}
.arrow-right-img span{
color: white;
font-size: 13px;
margin-left: 20px;
}
@media only screen and (max-width: 767px) {
.top-menu{       
align-items: center;
justify-content: center;
width: 100%;
margin: 0 auto;
padding: 0 100px;}
.arrow-right-img{
width: 100px;
height: 40px;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
}
.arrow-right-img span{
color: white;
font-size: 10px;
margin-left: 0;
}
}
.logo-partner{
width: 100px;
height: auto;
margin-left: 20px;
}
.arrow-stretch {
background-color: var(--main-color-red);
color: var(--main-color-white);
-webkit-clip-path: path("M259,19.13a2.26,2.26,0,0,0-.28-.35L239.89,0H0A1.93,1.93,0,0,1,.36.28L17.58,17.5a4,4,0,0,1,0,5.64L.36,40.36a1.93,1.93,0,0,1-.36.28H239.66l19-19a2.26,2.26,0,0,0,.28-.35A2,2,0,0,0,259,19.13Z");
clip-path: path("M259,19.13a2.26,2.26,0,0,0-.28-.35L239.89,0H0A1.93,1.93,0,0,1,.36.28L17.58,17.5a4,4,0,0,1,0,5.64L.36,40.36a1.93,1.93,0,0,1-.36.28H239.66l19-19a2.26,2.26,0,0,0,.28-.35A2,2,0,0,0,259,19.13Z");
height: 40px;
width: 260px;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}  .hero {
height: 730px;
background: var(--main-color-black);
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.heading{height: 300px;}
.hero::before {
z-index: 0;
position: absolute;
content: '';
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.28);
}
.home .hero::before {
background: rgba(0, 0, 0, 0.40);
}
.postid-439 .hero:before{
background: transparent;
}
.postid-439 .hero p{
color: var(--main-color-black);
}
.hero-content {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
align-items: center
}
.hero-content a {
display: flex;
align-items: center;
border-radius: 6px;
}
@media (max-width: 768px) {
.hero-content a {
font-size: 15px;
}
}
.hero-content a img {
height: 40px; margin-left: 40px;
} .cta-marquee {
min-height: 100px;   
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
background-color: var(--main-color-red);
color: var(--main-color-white);
overflow-x: hidden;
position: relative;
}
.cta-single {
position: relative;
white-space: nowrap;
padding: 0;
margin: 0;
animation: marquee 20s linear infinite;
}
.cta-single-animation{
animation: marquee 20s linear infinite; 
} .cta-single span::after{
content: '|';
margin: 0 10px;
}
.cta-single span:last-child:after{
content: '';
margin: 0 10px;
}
@keyframes marquee {
0% { left: 0; }
100% { left: -100%; }
}
.cta-single:hover {
animation-play-state: paused;
} .glide__slides {  }
.card {
height: 450px !important;
position: relative;
display: flex;
align-items: end;
-o-box-shadow: 7px 7px 11px 1px rgba(0, 0, 0, .75);
box-shadow: 7px 5px 11px 1px rgba(0, 0, 0, .75); }
.card::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: var(--main-color-red);
opacity: 40%;
z-index: 1;
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}
.card:hover::before {
opacity: 0;
}
.card--quad {
position: absolute;
top: 20px;
min-height: 100px;
width: 50%;
z-index: 15;
border-radius: 0 7px 7px 0;
display: flex;
flex-direction: column;
padding: 10px 0 0 40px
}
.card--description {
z-index: 15;
position: relative;
display: block;
padding: 0 40px;
}
.card--link {
width: 100%;
z-index: 1;
position: absolute;
left: 0;
bottom: 25px;
text-align: end;
}
.card--link a {
display: flex;
align-items: center;
justify-content: end;
padding-right: 40px;
}
.card--link a img {
width: 30px;
margin-left: 20px;
} .icon-quality {
min-height: 650px;
}
.card-icon {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: var(--main-color-white);
padding: 20px !important;
}
.card-icon__img {
height: 150px;
display: flex;
align-items: center;
overflow: hidden;
}
.card-icon__img img {
height: 100%;
width: auto;
}
.card-icon .card-icon__number {
font-size: 60px;
margin-top: 50px;
font-weight: 600;
}
.card-icon__title {
font-size: 30px;
font-weight: 300;
margin-top: 30px;
}
.card-icon__desc {
text-align: center;
margin-top: 50px;
font-size: 18px;
}
.card-icon__hr {
margin-top: 50px;
width: 200px;
height: 3px;
background-color: var(--main-color-white);
} .panel-desc {
min-height: 500px;
background-color: var(--main-color-red);
}
.panel-desc [class*='col-'] {
padding: 150px 20px;
}
.panel-desc__content {
padding: 60px 40px;
position: relative;
}
.panel-desc__content h3 {
font-size: 30px;
margin-bottom: 35px;
}
.panel-desc__content p {
font-size: 20px;
line-height: 1.3;
margin-bottom: 50px;
}
.panel-desc__content .panel-desc__link {
position: absolute;
bottom: 20px;
right: 40px;
}
.panel-desc__content a {
text-transform: uppercase;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
vertical-align: middle;
justify-content: flex-end;
align-items: center;
max-width: 200px;
}
.panel-desc__content a img {
width: 30px;
margin-left: 20px;
} .slider__product .glide__slides {
height: 100%;
}
.slider__product .slide {
margin-top: 150px;
}
.slide-card {
background: var(--main-color-white);
height: 100%;
position: relative;
background: var(--main-color-gray-light);
display: flex;
flex-direction: column;
align-items: center;
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}
.slide-card:hover {
background: var(--main-color-white);
}
.slide--avatar__product {
position: absolute;
top: -60px;
width: 250px;
height: 120px;
}
.slide-card .slide--avatar__product img {
width: 100%;
height: auto;
-o-object-fit: fill;
object-fit: fill;
}
.slide-card img {
width: 100%;
height: 245px;
-o-object-fit: cover;
object-fit: cover;
}
.slide-card h3 {
color: var(--main-color-black);
font-size: 18px;
font-weight: 500;
text-align: justify;
white-space: pre-wrap;
width: 85%; 
margin: 0 auto;
}
.slide-card .arrow-stretch {
transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
}
.slide-card:hover .arrow-stretch {
-webkit-clip-path: none;
clip-path: none;
background: var(--main-color-white);
color: var(--main-color-red);
}
.slide-card .arrow-stretch .arrow-span {
opacity: 0;
display: none;
}
.arrow-span img {
width: 30px;
height: auto;
margin-left: 20px;
}
.slide-card:hover .arrow-stretch .arrow-span {
opacity: 1;
display: block;
} .cta-panel {
min-height: 450px;
position: relative;
}
.cta-panel::before {
position: absolute;
width: 100%;
height: 100%;
background-color: var(--main-color-red-overlay);
top: 0;
left: 0;
content: '';
z-index: 0;
}
.cta-panel-content {
text-align: center;
z-index: 1;
height: 450px;
flex-direction: column !important;
position: relative;
width: 50%;
}
@media (max-width: 768px) {
.cta-panel-content {
height: 100%;
width: 100%;
padding:50px 0;
}
} .icon-panel {
background: var(--main-color-red);
min-height: 400px;
}
.icon-panel>div{
min-height: 400px;
}
.icon-panel img {
width: 140px;
height: 100px;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 40px;
}
.icon-panel__content{
height: 100%;
padding: 35px 15px!important;
}
@media screen and (max-width:767px) {
.icon-panel__content{
border-bottom: 2px solid var(--main-color-white)
}
} .lista_descrizione{
width: 90%;
margin: 0 auto
}
.lista_descrizione li{
display: flex;
align-items: center;
align-items: flex-start;
}
.lista_descrizione li svg{
width: 40px;
height: auto;
fill: var(--main-color-blue);
}
.lista_descrizione__contenuto{
width: calc(100% - 40px);
padding-left: 25px;
} .lista_selezione ul{
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
}
.lista_selezione ul .list{
margin:20px 15px;
cursor: pointer;
color: var(--main-color-black);
font-weight: 700;
transition: all 0.4s cubic-bezier(.215, .61, .355, 1);
text-transform: capitalize;
}
.lista_selezione ul .list:hover{
color: var(--main-color-red);
font-weight: 700;
}
.card-container {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.card-container {
flex-direction: row;
}
}
.card-img{
width: 250px;
height: 250px;
min-width: 250px;
position: relative; 
box-shadow: 9px 8px 5px -5px rgba(0,0,0,0.7);
}
.card-image{height: 210px;}
.card-post{
position: absolute;
height: 120px;
width: 170px;
background-color: var(--main-color-blue);
top: 20px;
left: -20px;
padding: 20px;
}
.card-post-type{
margin-left: 0;
width: 100%;
margin-top: 20px;
}
@media screen and (min-width: 768px) {
.card-post-type{
margin-left: 50px;
margin-top: 0;
}
}
.card_link{
text-align: end;
margin-top: 25px;
}
.card_link_a{
padding: 0;
color: #000000;
display: flex;
align-items: center;
justify-content: end;
}
.card_link_a span svg{
height: 30px;
} .banner-cta{
background: var(--main-color-red);
min-height: 120px;
display: flex;
}
.banner-cta__link{
display: inline-flex;
align-items: center;
}
.banner-cta__link img{
height: 50px;
} .service-list{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
margin: 20px 0;
} .panel-two-columns{
background: var(--main-color-yellow);
position: relative;
z-index: 0;
}
.panel-two-columns::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--main-color-gray);
z-index: 0;
opacity: 0.35;
}
.panel-two-columns.panel-two-colums-overlay::before{
opacity: 0.5;
background-color: var(--main-color-black);
}
.panel-two-columns.panel-two-colums-overlay{
color: var(--main-color-white)!important;
}
.panel-two-columns img{
height: 130px;
width: auto;
-o-object-fit: fill;
object-fit: fill;
}
.panel-two-columns__img,
.panel-two-columns__content{
display: flex;
flex-direction: column;
z-index: 2;
}
.panel-two-columns__content{
width: 100%;
}
@media screen and (min-width:992px){
.panel-two-columns__content{
width: 70%
}
}
.panel-two-columns__img{
align-items: center;
}
.panel-two-columns__content div{
text-align: right;
}
.panel-two-columns__content div a{
color: var(--main-color-black);
}
.panel-two-columns__content div a {
display: inline-flex;
align-items: center;
} .mercato-riferimento-slider{
background: var(--main-color-red);
min-height: 250px;
color: var(--main-color-white);
position: relative;
cursor: pointer;
}
.mercato-riferimento-slider .glide__slides .glide__slide{
min-height: 250px;
box-shadow: 7px 5px 11px 1px rgba(0, 0, 0, .75);
}
.mercato_icon{
height: 100px;
width: auto;
overflow: hidden;
}
.mercato-di-riferimento-content .slide-card{
min-height: 450px;
width: 33%;
}
.mercato-di-riferimento-content .slide-card__desc{
min-height: 130px
}
@media (max-width: 992px) {
.content-card-mercato{
min-width: 100%;
flex-wrap: wrap;
} 
.content-card-mercato .slide-card{
min-width: 100%
}
} .list-card{
padding: 15px!important;
width: 100%;
margin: 10px auto;
}
@media screen and (min-width:992px){
.list-card{
width: 80%; 
padding: 0 30px;
}
}
.list-card{
box-shadow: var(--shadow-medium);
} 
.list-card__img{
background-color: var(--main-color-red);
height: 120px;
width: 120px;
-o-object-fit: cover;
object-fit: cover;
} .header-hero{font-size: 50px; color: var(--main-color-gray-light)}
.header-hero-product{font-size: 30px; color: var(--main-color-gray-light)}
@media (max-width: 768px) {
.header-hero-product {
font-size: 20px;
}
}
.single-soluzioni .heading{height: 500px;}
.single-soluzioni .heading img{width: 300px; height: auto; -o-object-fit: cover; object-fit: cover;}
.cover_single_product_link{
background: var(--main-color-red);
color:var(--main-color-white);
text-transform: uppercase;
font-size: 22px;
padding: 15px 20px;
}
@media screen and (min-width:992px) {
.cover_single_product_link{
padding: 15px 100px;
} 
}
.cover_single_product_link{
margin-top: 50px;
}
.keyword span{ }
.keyword span::after{
content: '  |  ';
}
.keyword span:last-child::after{
content: '';
} .sliderCard {
height: 300px !important;
position: relative;
display: flex;
align-items: end;
-o-box-shadow: 7px 7px 11px 1px rgba(0, 0, 0, .75);
box-shadow: 7px 5px 11px 1px rgba(0, 0, 0, .75);
z-index: 0;
}
.slider_red{
background-color: var(--main-color-red);
}
.slider_yellow{
background-color: var(--main-color-yellow);
color: var(--main-color-black)!important;
}
.slider_red .sliderCard_link{
color: var(--main-color-white)!important;;
}
.slider_yellow .sliderCard_link{
color: var(--main-color-black)!important;
}
.sliderCard::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: var(--main-color-white);
opacity: 30%;
z-index: 1;
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}
.sliderCard:hover::before {
opacity: 0;
}
.sliderCard_link{
height: 100%;
width: 80%;
z-index: 1;
padding: 25px 0;
margin: 0 auto;
display: flex;
align-items: start;
flex-direction: column;
justify-content: center;
}
.slideCard__img{
width: 100px;
height: auto;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 20px;
}
.post-archive{
width: 100vw;
max-width: 100vw!important;
overflow: hidden;
}
.post-archive_img{
height: auto;
}
.post-archive_img img{
width: 250px;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.post-archive_content {
padding: 15px;
}
.post-archive_link{
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
margin-top: 40px;
}
.post-archive_link a{
font-size: 15px;
}
@media screen and (min-width:768px){
.post-archive_link{
width: 100%;
flex-direction: row;
}
}
@media screen and (min-width:992px){
.post-archive_content {
padding: 50px!important;
}
.post-archive_link{
width: 70%;
justify-content: space-around;
}
} .card-staff {
color: inherit;
cursor: pointer;
height: 500px;
min-height: 500px;
perspective: 1000px;    
position: relative;
margin: 1%;
}
.col-30.card-staff{
padding: 0;
}
.back {
display: flex;
border-radius: 6px;
background-position: center;
background-size: cover;
justify-content: center;
align-items: center;
position: absolute;
height: 100%;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform-style: preserve-3d;
transition: ease-in-out 600ms;
}
.front {
padding: 2rem;
font-size: 18px;
font-weight: 500;
color: #fff;
overflow: hidden;
display: flex;
border-radius: 6px;
background-position: bottom;
background-size: cover;
justify-content: center;
align-items:end;
position: absolute;
height: 100%;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform-style: preserve-3d;
transition: ease-in-out 600ms;
z-index: 0;
}
.front .staff-title{
background: rgba(0,0,0,0.6);
width: 100%;
position: absolute;
height: 70px;
width: 100%;
bottom: 0;
left: 0;
display: inline-flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.card-staff:hover .front {
transform: rotateY(180deg);
}
.card-staff:nth-child(even):hover .front {
transform: rotateY(-180deg);
}
.back {
background: var(--main-color-blue);
transform: rotateY(-180deg);
padding: 0 2em;
color: var(--main-color-white);
font-size: 18px;
}
.card-staff:hover .back {
transform: rotateY(0deg);
}
.card-staff:nth-child(even) .back {
transform: rotateY(180deg);
}
.card-staff:nth-child(even):hover .back {
transform: rotateY(0deg);
} footer {
background-color: var(--main-color-white);
min-height: 300px;
}
footer .grid--fluid{
padding: 10px!important
}
@media (min-width: 992px) {
footer .grid--fluid{
padding: 50px 200px!important
}
}
@media screen and (max-width: 992px) {
footer .menu{
position: relative;
top: 0;
left: 0;
height: 100%;
margin-bottom: 20px;
box-shadow: none;
max-width:100%
}
footer .grid .tab-50{
margin: 15px 0;
}
} #menu-footer-2-colonna li,
#menu-menu-terza-colonna li,
.list-footer li{
display: flex;
margin: 10px 0;
align-items: center;
}
.list-footer li img{
height: 25px;
width: 25px;
margin-right: 15px;
}
.list-footer li a{
color: var(--main-color-black);
}
#menu-footer-2-colonna li a:hover,
#menu-menu-terza-colonna li a:hover,
.list-footer li a:hover{
color: var(--main-color-red);
} .popup-container {
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
position: fixed;
z-index: 9999;
left: 0;
top: 0;
height: 100%;
background-color: rgba(21, 17, 17, 0.61);
display: flex;
align-items: center;
}
@media (min-width: 1200px) {
.popup-container{
width: 100%;
}
}
.popup_container--open{
visibility: visible;
opacity: 1;
transform: scale(1);
}
.popup-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: auto;
height: auto;
border-radius: 10px;
position: relative;
}
.popup-content a.close{
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
background: none;
padding: 0;
margin: 0;
text-decoration:none;
}
.popup-content a.close:hover{
color:#333;
}
.popup-container h3{
margin:10px;
}
.popup-close {
position: absolute;
top: 20px;
right: 10px;
height: 40px;
width: 40px;
} input,
select,
textarea,
button {
font-family: inherit;
font-size: 100%;
transition: all 0.4s cubic-bezier(.215, .61, .355, 1);
}
button,
label {
cursor: pointer;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} select::-ms-expand {
display: none;
}   select:-moz-focusring {
color: transparent !important;
text-shadow: 0 0 0 var(--white);
}
textarea {
resize: none;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 0 1.5rem;
} .product-form h1 {
margin-bottom: 1.5rem;
}
.product-form li,
.product-form .grid-form > *:not(:last-child) {
margin-bottom: 1.5rem;
}
.product-form select,
.product-form input,
.product-form textarea,
.product-form button {
width: 100%;
line-height: 1.5;
padding: 15px 10px;
border: 1px solid var(--main-color-gray);
color: var(--main-color-gray);
background: var(--main-color-gray-light);
transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
border-radius: 5px;
}
.product-form textarea {
height: 170px;
}
.product-form ::-moz-placeholder {
color: inherit; opacity: 1;
}
.product-form ::placeholder {
color: inherit; opacity: 1;
}
.product-form select:focus,
.product-form input:focus,
.product-form textarea:focus,
.product-form button:enabled:hover,
.product-form button:focus,
.product-form input[type="checkbox"]:focus + label {
background: var(--main-color-white);
}
.product-form select:focus,
.product-form input:focus,
.product-form textarea:focus {
transform: scale(1.02);
}
.product-form select {
background-repeat: no-repeat;
background-position: center right 12px;
background-size: 15px 15px;
}
.product-form select {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}
.product-form *:disabled {
cursor: default;
filter: blur(2px);
} .product-form .required-msg {
display: none;
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
no-repeat center left / 15px 15px;
padding-left: 20px;
}
.product-form .btn-grid {
position: relative;
overflow: hidden;
transition: filter 0.2s;
}
.product-form button {
font-weight: bold;
}
.product-form button > * {
display: inline-block;
width: 100%;
transition: transform 0.4s ease-in-out;
}
.product-form button .btn-back {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-110%, -50%);
}
.product-form button:enabled:hover .btn-back,
.product-form button:focus .btn-back {
transform: translate(-50%, -50%);
}
.product-form button:enabled:hover .btn-front,
.product-form button:focus .btn-front {
transform: translateX(110%);
} .product-form input[type="checkbox"] {
position: absolute;
left: -165px;
top: 4px;
height: 20px;
} 
.product-form input[type="checkbox"] + label {
position: relative;
display: inline-block;
padding-left: 2rem;
transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.product-form input[type="checkbox"] + label::before,
.product-form input[type="checkbox"] + label::after {
content: '';
position: absolute;
}
.product-form input[type="checkbox"] + label::before {
left: 0;
top: 6px;
width: 18px;
height: 18px;
border: 1px solid var(--main-color-gray-light);
}
.product-form  input[type="checkbox"]:checked {
color: #ff0000!important;
background: var(--main-color-red)!important;
accent-color:var(--main-color-red)!important;
}
.product-form input[type="checkbox"]:checked + label::after {
left: 7px;
top: 7px;
width: 6px;
height: 14px;
border-bottom: 2px solid var(--main-color-white);
border-right: 2px solid var(--main-color-white);
transform: rotate(45deg);
}
.wpcf7-list-item-label:before{margin-left: 5px;}
form.sent .wpcf7-response-output{
border-color: var(--main-color-red)!important;
background:  var(--main-color-red);
color:  var(--main-color-gray-light);
font-size: 18px;
font-weight: 500;
border-radius: 6px;
height:35px;
} @media screen and (min-width: 600px) {
.product-form .grid-form {
display: grid;
grid-gap: 1.5rem;
}
.product-form .grid-2 {
grid-template-columns: 1fr 1fr;
}
.product-form .grid-3 {
grid-template-columns: auto auto auto;
align-items: center;
}
.product-form .grid-form > *:not(:last-child) {
margin-bottom: 0;
}
.product-form .required-msg {
display: block;
}
}
@media screen and (min-width: 541px) {
.product-form input[type="checkbox"] + label::before {
top: 50%;
transform: translateY(-50%);
}
.product-form input[type="checkbox"]:checked + label::after {
top: 3px;
}
}
@media (max-width: 768px) {
.popup-content{
width: 100%;
height: 100%;
overflow:auto;
}
input{margin: 7px 0;}
}  .grid {
margin: 0 auto;
padding: 0 15px;
max-width: 1250px;
display: flex;
flex-flow: row;
flex-wrap: wrap;
}
.grid--small{
max-width: 992px;
}
.grid--fluid {
max-width: 100vw !important;
}
.grid--center {
justify-content: center;
}
.grid--middle {
align-items: center;
}
.flex{display: flex; margin:0 auto;}
.flex-column{flex-direction: column;}
.justify-start{
justify-content: flex-start;
}
.justify-center{
justify-content: center;
}
.justify-space-around{
justify-content: space-around;
}
.items-center{align-items: center;}
.row-reverse{flex-direction: row-reverse;}
.col {
flex: 1;
}
[class*='col-'] {
position: relative;
padding: 0 15px;
}
.grid .grid [class*='col-'] {
padding: 0px;
}
.col-10 {
width: 20%;
}
.col-20 {
width: 20%;
}
.col-22 {
width: 22%;
}
.col-25 {
width: 25%;
}
.col-30 {
width: 30%;
}
.col-33 {
width: 33.33%;
}
.col-40 {
width: 40%;
}
.col-50 {
width: 50%;
}
.col-60 {
width: 50%;
}
.col-70 {
width: 70%;
}
.col-80 {
width: 80%;
}
.col-90{width: 90%;}
.col-100 {
width: 100%;
}
@media (max-width: 991px) {
.tab-20 {
width: 20%;
}
.tab-25 {
width: 25%;
}
.tab-30 {
width: 30%;
}
.tab-33 {
width: 33.33%;
}
.tab-40 {
width: 40%;
}
.tab-45 {
width: 45%;
}
.tab-50 {
width: 50%;
}
.tab-60 {
width: 60%;
}
.tab-100 {
width: 100%;
}
}
@media (max-width: 768px) {
[class*='col-'] {
width: 100%;
}
.sma-20 {
width: 20%;
}
.sma-25 {
width: 25%;
}
.sma-30 {
width: 30%;
}
.sma-33 {
width: 33.33%;
}
.sma-40 {
width: 40%;
}
.sma-50 {
width: 50%;
}
.sma-60 {
width: 60%;
}
.sma-90{width: 90%;}
.sma-100 {
width: 100%;
}
} #search-filter-form-514 ul{
display: flex;
flex-direction: row;
justify-content: end;
}
#search-filter-form-514 ul li{
margin: 0 5px;
}
.sf-label-checkbox{    
background: var(--main-color-white);
min-width: 100px;
text-align: center;
margin: 0;
padding: 7px 0!important;
border-radius: 5px;
color: var(--main-color-red);
font-weight: 500;
font-size: 15px;
border: 1px solid var(--main-color-red);
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}
.sf-input-checkbox[type="checkbox"] {
display: none; }
.sf-input-checkbox:checked + .sf-label-checkbox{
background-color: var(--main-color-red);
color: var(--main-color-white);
}
.sf-field-search{
display: inline-flex!important;
align-items: center!important;
}
.sf-field-search h4{
margin-right: 10px;
color: var(--main-color-blue);
}
.sf-field-search label input{
height: 33px;
outline: none;
border: 1px solid var(--main-color-red);
border-radius: 5px;
}
.sf-field-search label input::-moz-placeholder{
color: var(--main-color-gray);
font-size: 12px;
}
.sf-field-search label input::placeholder{
color: var(--main-color-gray);
font-size: 12px;
} .location__map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 20px 0;
}
.location__map img {
max-width: inherit !important;
} .contact-list .grid-form .wpcf7-form-control,
.contact-list textarea {
border: none!important;
border-bottom: 1px solid var(--main-color-blue)!important;
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
margin: 15px 0;
height: 30px;
font-size: 16px;
width: 80%;
}
.contact-list textarea {
height: 100%;
}
.contact-list .grid-form .wpcf7-form-control:focus,
.contact-list .grid-form .wpcf7-form-control:focus-visible,
.contact-list textarea:focus,
.contact-list textarea:focus-visible
{
border: none!important;
outline: none;
border-bottom: 1px solid var(--main-color-yellow)!important;
font-size: 14px;
}
.contact-list .wpcf7-submit{
background-color: var(--main-color-blue);
border-radius: 7px;
color: var(--main-color-gray-light);
font-weight: 500;
font-size: 20px;
text-transform: uppercase;
} .image--cover {
width: 120px;
height: 120px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top center;
object-position: top center;
}
.avatar_referente{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}