:root {
  --main: #212931;  /*nero*/
  --argento: #E7EDF2;
  --beige: #F7F7F7;
  --black: #000000;
  --light-grey: #E7F0ED;
  --rose-opacity: rgba(129, 53, 141, 0.11);
  --blu: #1290D3;
  --facebook: #005CA8;
  --font-family-default: 'Montserrat', sans-serif;
}
body {
  font-family: var(--font-family-default);
  color: var(--main);
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
:hover, a{
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
strong, b {
  font-weight: 700;
}

/* HEADER */
header {

}

/* HEADER */

/* FOOTER */
footer {
  background: #000;
  color: #fff;
}
.wrap-footer {
  width: 353px;
  max-width: 100%;
}
.wrap-footer-2 {
  width: auto;
  margin-left: auto;
  display: inline-block;
}
.wrap-footer-2 [class*="col"]:nth-child(1) p {
  width: 265px;
  max-width: 100%;
}
.wrap-footer-2 [class*="col"]:nth-child(2) p {
  width: 170px;
  max-width: 100%;
}
footer .logo {
  margin-bottom: 1.5rem;
}
footer p, footer a, footer li, footer {
  font-size: 15px;
}
footer .p-small p, footer .p-small a, footer .p-small li {
  font-size: 14px;
}
.footer-link-1 a {
  color: inherit;
  position: relative;
  z-index: 0;
}
.footer-link-1 a:hover, .footer-link-1 a:focus, .footer-link-1 a:active {
  color: var(--main);
}
.footer-link-1 a::after {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 0;
  height: 0;
  background: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: -1;
}
.footer-link-1 a:hover::after, .footer-link-1 a:focus::after, .footer-link-1 a:active::after {
  height: 100%;
}
footer .list-inline li:not(:last-child) {
  font-weight: 600;
  margin-right: 2rem;
}
footer .list-inline li:last-child {
  font-weight: 300;
}
/* FOOTER */

/* NAVIGAZIONE */
.navbar-toggler {
  position: relative;
  width: 50px;
  height: 50px;
  border: 0;
  color: var(--main);
}
.navbar-toggler span {
  display: block;
  background: var(--main);
  border-radius: 2px;
  transition: 0.25s ease-in-out;
}
.navbar-toggler:hover span,
.navbar-toggler:focus span,
.navbar-toggler:active span {
  background: var(--blu);
}
.navbar-toggler #hamburger {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-toggler #hamburger span {
  width: 80%;
  height: 4px;
  position: relative;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  margin: 7px 0;
}
.navbar-toggler #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
.navbar-toggler #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.navbar-toggler #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}
.navbar-toggler #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  /*transform: rotate(45deg);*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}
.navbar-toggler #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 0.25s;
}

.navbar-toggler.open #hamburger span {
  width: 0%;
}
.navbar-toggler.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.navbar-toggler.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.navbar-toggler.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.navbar-toggler.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}
.navbar-toggler.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}
#navigazione .navbar-nav .nav-link {
  color: var(--main);
  font-weight: 600;
  font-size: 17px;
}
#navigazione .navbar-nav .active > .nav-link,
#navigazione .navbar-nav .nav-link.active,
#navigazione .navbar-nav .nav-link.show,
#navigazione .navbar-nav .show > .nav-link,
#navigazione .navbar-nav .nav-link:hover {
  color: var(--blu);
}
.box-social {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 76px;
}
.social-1,
.social-2,
.social-1 a,
.social-2 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 18px;
}
.social-1 a,
.social-2 a {
  color: inherit;
}
.social-1 {
  background: var(--facebook);
}
.social-2, .social-2 a {
  font-size: 20px;
}
.box-social .social-1 {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.box-social .social-2 {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
/* NAVIGAZIONE */

/* TIPOGRAFIA */
h1,h2,h3,h4,h5,h6,p {
 margin-bottom: 0;
}
h1,h2 {
  font-size: 35px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
p, ul, ol {
  font-size: 17px;
}
.font-weight-semibold {
    font-weight: 600 !important;
}
.line-height-2 h3 {
  /*line-height: 2;*/
  line-height: inherit;
  font-size: 22px;
}
.h-mt h1, .h-mt h2, .h-mt h3, .h-mt h4 {
  margin-top: 3rem; 
}
.p-mb p:not(:last-child), .h-mb h1, .h-mb h2, .h-mb h3, .h-mb h4 {
  margin-bottom: 1rem;
}
.p-mt p {
  margin-top: 1rem;
}
.p-small p {
  font-size: 17px;
}
.p-big p {
  font-size: 22px;
}
.h-small h2, .h-small h3 {
  font-size: 25px;
  font-weight: bold;
}
.h-small-2 h2 {
  font-size: 30px;
  font-weight: 600;
}
.titolo-home h1, .titolo-home h2 {
  font-size: 30px;
  font-weight: 600;
}
.text-white .titolo-home h1, .text-white .titolo-home h2 {
  color: #fff;
}
.titolo-home h2 {
  text-transform: uppercase;
}
.titolo-home h2 span {
  display: block;
  text-transform: none;
  font-weight: normal;
}
.titolo-2 h2, .titolo-2 h3 {
 font-size: 60px;
 text-transform: uppercase;
 color: var(--violet);
}
.titolo-3 h2, .titolo-3 h3 {
 font-size: 24px;
 text-transform: uppercase;
 color: var(--main);
 font-weight: 700;
}
.titolo-4 h3 {
  font-weight: 300;
  font-size: 35px;
}
/* TIPOGRAFIA */

/* COLORS */
.border-black {
  border-color:#000 !important;
}
.instagram {
  background: -moz-linear-gradient(-45deg, #ffbf29 0%, #ec6616 20%, #c71264 40%, #5b3282 55%, #403e8c 75%, #2a4895 100%);
  background: -webkit-linear-gradient(-45deg, #ffbf29 0%,#ec6616 20%,#c71264 40%,#5b3282 55%,#403e8c 75%,#2a4895 100%);
  background: linear-gradient(135deg, #ffbf29 0%,#ec6616 20%,#c71264 40%,#5b3282 55%,#403e8c 75%,#2a4895 100%);
}
.facebook {
  background: var(--facebook);
}
.text-main {
  color: var(--main);
}
.text-green {
  color: var(--green);
}
.text-grey {
  color: var(--grey);
}
.text-light-grey {
  color: var(--light-grey);
}
.text-dark-grey {
  color: var(--dark-grey);
}
.text-blue {
  color: var(--blu);
}
.text-violet {
  color: var(--violet);
}
.text-rose {
  color: var(--rose);
}
.h3-blue h3 {
  color: var(--blu);
}
.white {
  background: #fff;
}
.main-bg {
  background: var(--main);
}
.black-8 {
  background: rgba(33, 41, 49, .87);
}
.argento {
  background: var(--argento);
}
.beige {
  background: var(--beige);
}
.blue {
  background: var(--blu);
}

.rose-opacity {
  background: var(--rose-opacity);
}
.light-grey {
  background: var(--light-grey);
}
.border-light-grey {
  border: 5px solid var(--light-grey);
}


.text-blue, .strong-blue strong, .strong-blue b {
  color: var(--blu);
}
.strong-blue a strong, .strong-blue a b,
.strong-blue strong a, .strong-blue b a {
  color: var(--blu);
}
.strong-blue a:hover strong, .strong-blue a:hover b,
.strong-blue strong a:hover, .strong-blue b a:hover {
  color: var(--green);
}
.borderb-main {
  border-bottom: 1px solid var(--main);
}
.borderb-blue {
  border-bottom: 1px solid var(--main);
}
.borderb-blu {
  border-bottom: 1px solid var(--blu);
}
.border-grey {
  border: 3px solid #E3E3E3;
}
.gradient-grey {
  background: #f5f5f5;
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#dddddd 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#dddddd 100%);
}

/* COLORS */

/* TESTATE */
.breadcrumb {
  padding: 0 15px;
  margin: .75rem auto;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: var(--main);
}
.breadcrumb-item, .breadcrumb a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
  color: var(--main);
  font-size: 14px;
}
.breadcrumb a {
  border-bottom: 1px solid transparent;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  border-color: var(--main)
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1rem;
  font-weight: normal;
}
.breadcrumb-item.active {
  font-weight: 600;
}
.wrap-img {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TESTATE */

/* BUTTONS SCROLL UP */
.scrollup {
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 70px;
  right: 30px;
  display: none;
  z-index: 9999999999;
}
.scrollup::after {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 30px;
  content: '\f0aa';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--blu);
  opacity: .7
}
.scrollup:hover::after {
  opacity: 1;
}
/* BUTTONS */
.btn-default a {
  border: 1px solid white;
  background: var(--blu);
  color: white;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding:15px;
  min-width: 170px;
  display: inline-block;
  margin-top: 1rem;
  font-weight: normal;
}
.text-white .btn-default a, .text-white.btn-default a {
  color: #fff!important;
}
.btn-default a:hover,
.btn-default a:focus,
.btn-default a:active {
 border-color: var(--blu);
 color: var(--blu);
 background: transparent;
}
.btn-default.btn-big a {
  width: 360px;
  max-width: 100%;
  text-align: center;
  font-size: 22px;
}
.btn-default.btn-blu a {
  border-color: var(--blu);
}
.btn-default.btn-blu a:hover,
.btn-default.btn-blu a:focus,
.btn-default.btn-blu a:active {
  background: var(--blu);
}
/* BUTTONS */


/* STILE FORM */
.form-control::-webkit-input-placeholder {
  color: var(--main);
}
.form-control::-moz-placeholder {
  color: var(--main);
}
.form-control:-ms-input-placeholder {
  color: var(--main);
}
.form-control::-ms-input-placeholder {
  color: var(--main);
}
.form-control::placeholder {
  color: var(--main);
}

.form-white .form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-white .form-control::-moz-placeholder {
  color: #fff;
}
.form-white .form-control:-ms-input-placeholder {
  color: #fff;
}
.form-white .form-control::-ms-input-placeholder {
  color: #fff;
}
.form-white .form-control::placeholder {
  color: #fff;
}

.form-control {
  border-color: var(--grey);
  border-radius: 0;
  font-size: 15px;
  background: transparent;
}

.form-white .form-control {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}
.custom-control-label {
  font-size: 15px;
  color: var(--main);
}
.form-white .custom-control-label {
  color: #fff;
}
.form-control:focus, .custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(18, 144, 211,0.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(18, 144, 211,0.75);
  background: transparent;
}
.custom-select.form-control {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='var(--main)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
.form-white .custom-select.form-control {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
.custom-file-label {
  text-align: left;
  border-color: var(--main);
  border-radius: 0;
}
.form-white .custom-file-label {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.custom-file-label::after {
  content:attr(data-title);
  height: 100%;
  line-height: 2;
  border-radius: 0;
}
.form-white .custom-file-label::after {
  background: #fff;
}
.custom-file-label {
  overflow: hidden;
  padding-right: 75px;
  height: calc(2em + .75rem);
  background: #fff;
  line-height: 2;
}
.custom-label{
  font-size: 15px;
  line-height: 1.2;
  font-weight: 100;
  font-style: italic;
  text-align: left;
}
.form-control, .custom-file {
  height: calc(2em + .75rem + 2px);
}
.form-check {
  padding-left: 0;
  text-align: left;
}
.form-check label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 100;
  font-style: italic;
  color: var(--main);
}
.form-white .form-check label {
  color: #fff;
}
.form-check label a, label a {
  color: inherit;
  font-weight: 400;
  float: none !important;
  margin: 0 !important;
  display: inline !important;
}
.form-check label a {
  color: var(--main);
}
.form-white .form-check label a {
  color:#fff;
}

label a:hover,
label a:active,
label a:focus {
  color: inherit;
}
.type-check label:before{
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.type-check [type="checkbox"]:not(:checked),
.type-check [type="checkbox"]:checked,
.type-check [type="radio"]:not(:checked),
.type-check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
/* checkbox no check */
.type-check [type="checkbox"]:not(:checked) + label:before,
.type-check [type="radio"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0; 
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
}
/* checkbox check */
.type-check [type="checkbox"]:checked + label:before,
.type-check [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  box-shadow: none;
}
.type-check [type="checkbox"]:not(:checked) + label:after,
.type-check [type="radio"]:not(:checked) + label:after,
.type-check [type="checkbox"]:checked + label:after,
.type-check [type="radio"]:checked + label:after {
  position: absolute;
  left: 0;
  top: 3px;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px
}
.type-check [type="checkbox"]:not(:checked) + label:after,
.type-check [type="radio"]:not(:checked) + label:after {
  display: none;
}
.type-check [type="checkbox"]:checked + label:after,
.type-check [type="radio"]:checked + label:after {
  color: var(--blu);
}
/* Check & Radio button*/

.btn-form {
  border: 1px solid transparent;
  background: var(--blu);
  color: white;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px;
  min-width: 170px;
  display: inline-block;
  font-weight: normal;
  border-radius: 0;
}
.form-white .btn-form {
  border-color: #fff;
  color: #fff!important;
}
.btn-form:hover,
.btn-form:focus,
.btn-form:active {
 border-color: var(--blu);
 color: var(--blu);
 background: transparent;
}
/* FINE STILE FORM */

/* SLICKSLIDER */
.slider-home .bg-img {
  min-height: 46.6vw;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slider-home .slick-track{
  display: flex !important;
}
.slider-home .slick-slide {
  height: inherit !important;
}/*
.slider-home .slick-slide > div, .slider-home .slick-slide > div > div {
  height: 100%;
}*/
.slider-home [class*="container"] {
  background: rgba(33, 41, 49, .87);
  margin-top: 3rem;
}
.slider-box {
  text-align: center;
  color: #fff;
}

.slider-box h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.slider-box h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.slider-box h3 {
  font-weight: 400;
  margin-top: 1rem;
}

.slider-for .decor {
  padding-left: 150px;
  position: relative;
}
.slider-for .decor .counter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 120px;
  height: 90%;
  max-height: 250px;
  background: var(--blu);
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-for .decor .counter .icon {
  width: 100%;
  height: 100%;
  padding: 7px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-for .decor .counter span {
  font-weight: 600;
  font-size: 25px;
}
.slider-for .decor .counter p {
  padding: 7px 15px;
  border-top: 1px solid #fff;
  margin-top: auto;
  width: 100%;
}
.arrows-div {
  position: relative;
}
.arrows-div .slick-arrow {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  top: 37px;
  z-index: 9;
  width: 23px;
  height: 23px;
}
.arrows-div .slick-arrow::before {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 23px;
  color: #000;
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.arrows-div .slick-arrow:hover::before {
  color: var(--blu);
}
.arrows-div .slick-prev {
  left: 15px;
}
.arrows-div .slick-next {
  right: auto;
  left: 60px;
}
.arrows-div .slick-prev::before {
  content: '\f359';
}
.arrows-div .slick-next::before {
  content: '\f35a';
}
.slider-single .slick-arrow {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 24px;
  height: 24px;
}
.slider-single .slick-arrow::before {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 24px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slider-single .slick-arrow:hover::before {
  opacity: 1;
}
.slider-single .slick-prev {
  left: 7%;
}
.slider-single .slick-next {
  right: 7%;
}
.slider-single .slick-prev::before {
  content: '\f053';
}
.slider-single .slick-next::before {
  content: '\f054';
}
.slider-nav h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.slider-nav p {
  margin-top: 1.5rem;
}
.servizi-carousel  .slick-dots {
  bottom: 0;
}
.servizi-carousel  .slick-dots li:not(:last-child) {
  margin-right: 12px;
}
.servizi-carousel .slick-dots li, .servizi-carousel .slick-dots li button {
  width: 30px;
  height: 9px;
  padding: 0;
}
.servizi-carousel  .slick-dots li button::before {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  content: '';
  width: 30px;
  height: 3px;
  top: 50%;
  transform: translate(-50%);
  left: 0;
  right: 0;
  background: #fff;
  opacity: 1;
}
.servizi-carousel  .slick-dots li button:hover::before {
  background: var(--blu);
}
.servizi-carousel  .slick-dots li.slick-active button::before {
  background: #000;
}
.servizi-carousel  .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.variable-width img {
  width: auto;
  height: 33vw;
}
.variable-width .slick-arrow {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 24px;
  height: 24px;
}
.variable-width .slick-arrow::before {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 24px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}
.variable-width .slick-arrow:hover::before {
  opacity: 1;
}
.variable-width .slick-prev {
  left: 15px;
}
.variable-width .slick-next {
  right: 15px;
}
.variable-width .slick-prev::before {
  content: '\f053';
}
.variable-width .slick-next::before {
  content: '\f054';
}
/* SLICKSLIDER */

/* CLASSI GENERALI */
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}
.bg-img {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
}
.servizi .col .row [class*="col"]:nth-child(1){
  padding-left: 0;
}
.servizi .col .row [class*="col"]:nth-child(2){
  padding-left: 1.5rem;
  padding-right: 0;
}
.servizi .col:not(:last-child){
  border-bottom: 1px solid #000000;
  padding-bottom: 3rem;
}
.wrap-dx, .wrap-sx {
  height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.box-servizio {
  width: 420px;
  max-width: 100%;
  padding-left: 12px;
}
.box-servizio p {
  text-align: center;
  margin-top: 1rem;
}
.box-servizio strong {
  color: var(--blu);
}
.box-servizio .wrap-img-ser {
  width: 100%;
  max-height: 300px;
  padding-left: 12px;
  position: relative;
}
.box-servizio .wrap-img-ser::before {
  content: '';
  position: absolute;
  width: 12px;
  height:90%;
  max-height: 271px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--blu);
}
.box-titolo {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: rgba(33, 41, 49, .87);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  width: 50px;
}
.box-servizio:hover .box-titolo {
  background: rgba(18, 144, 211, .87);
}
.box-titolo h3 {
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 300px;
  height: 50px;
  line-height: 1;
  padding:  13px 15px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  bottom: 0;
  left: 50px;
}
.before-argent {
  position: relative;
  z-index: 0;
}
.before-argent::before {
  content: '';
  position: absolute;
  top: -270px;
  left: 0;
  right: 0;
  height: 270px;
  background: var(--argento);
  z-index: -1;
}
.servizi-carousel {
  position: relative;
  padding-bottom: 3rem;
}
.servizi-carousel .list-group {
 padding: 0 15px;
}
.servizi-carousel .list-group-item {
  padding: .25rem 0;
  background: transparent;
  border: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.servizi-carousel .list-group-item.active {
  color: inherit;
  font-weight: 600;
}
.servizi-carousel .list-group-item::before {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  width: 30px;
  height: 1px;
  background: #000;
  opacity: 0;
}
.servizi-carousel .list-group-item.active::before {
  height: 3px;
}
.servizi-carousel .list-group-item.active::before, .servizi-carousel .list-group-item:hover::before {
  opacity: 1;
}
.servizi-carousel .list-group-item span {
  color: var(--blu);
}
.testata .wrap-text {
  width: 655px;
  max-width: 100%;
}
.testata .wrap-text h1, .testata .wrap-text h2, .testata .wrap-text h3 {
  width: 553px;
  max-width: 100%;
}
.testata .wrap-text h1, .testata .wrap-text h2 {
  text-transform: uppercase;
}
.testata .wrap-text h1 {
  color: var(--blu);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 1.5rem;
}
.testata .wrap-text h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #000;
}
.testata .wrap-text h2 {
  font-weight: 700;
  margin-top: 2rem;
}
.testata .wrap-text h3 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 1.5rem;
}
.wrap-text-2 {
  width: calc(334px + 6rem);
  max-width: 100%;
  padding: 6rem 3rem;
}
.desc-lavorazioni {
  border:  1px solid var(--argento);
}
.desc-lavorazioni [class*="col"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.desc-lavorazioni [class*="col"]:nth-child(4n+1), .desc-lavorazioni [class*="col"]:nth-child(4n+2) {
  background: var(--argento);
}
.desc-lavorazioni [class*="col"]:nth-child(4n+3), .desc-lavorazioni [class*="col"]:nth-child(4n+4) {
  background: #fff;
}
.desc-lavorazioni .col-6:nth-child(even) {
  text-align: right;
}
.wrap-text-3 {
  width: 100%;
  max-width: 100%;
  padding: 3rem 15px;
}
.wrap-text-3 h3 {
  font-weight: 700;
}
.tipologie .row [class*="col"]:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrap-text-4 {
  width: 500px;
  max-width: 100%;
}
/* CLASSI GENERALI */