@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #353535;
}

.font-que {font-family: 'Questrial', sans-serif;}

.clear {clear: both;}

img {border: none;}

:focus,
:active {outline: none !important;}

:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {border: none;}

a:active, a:focus, a:visited, a:hover{
    text-decoration: none !important;
    color: inherit;
}

.fancybox-slide {z-index:999999;}

/*COLOR*/
.color-black {color: #000;}
.color-red {color: #E1001E !important;}
.color-white {color: #fff !important;}
.color-grey {color: #353535;}


.color-green {color: #20b320 !important;}


/*BACKGROUND-COLOR*/
.bg-red {background-color: #E1001E;}
.grey{background-color: #AEA6A3;}
.grey-op{background-color: rgba(174, 166, 163, 0.17)}
.medium-grey{background-color: #424242;}
.dark-grey{background-color: #353535;}
.bg-white {background-color: #fff;}

p,
.servizi-post .servizio ul,
.settori .elenco-settori,
.case-preview .case-history a.title-case,
.news-preview .title,
.preview-inst a.title-case,
b,
.struttura .first-row ul li{font-size: 18px;}

.p-big p {font-size: 21px;}

a:hover {text-decoration: none !important;}

.wrap-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*min-height: 300px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

/*HEADER SMALL*/
.small-header .phone span {
    font-size: 17px;
}

.small-header .btn-lingua:not(:last-of-type) {
    margin-right: 7px;
}

.navbar-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
}

.navbar-nav .nav-item {
    font-size: 16px;    
    position: relative;
}

.navbar-nav .nav-item a.nav-link {
    color: #707070;
}

.navbar-nav .nav-item:first-of-type a.nav-link,
.navbar-nav .nav-item:nth-of-type(2) a.nav-link,
.navbar-nav .nav-item:nth-of-type(3) a.nav-link,
.navbar-nav .nav-item:hover a.nav-link,
.case-preview .case-history:hover a.title-case,
.video-azienda .popup-video:hover i,
.video-azienda .border-red i:hover {
    color: #E1001E;
}

.navbar-nav .nav-item:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 14px;
  background: #E1001E;
  bottom: -10px;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.82, 0.02, 0.13, 1.26);
  left: 100%;
}

.navbar-nav .nav-item:hover:before {
  width: 14px;
  left: 50%;
    transform: translateX(-50%);
}
header .dropdown-menu {
    left: auto;
    right: 0;
}
header .dropdown-menu .dropdown-item:active {background-color:#E1001E; }

/********BUTTONS********/
a.btn-simple {
    color: #E1001E !important;
    font-size: 15px;
    display: inline-block;
}

a.btn-simple i,
.btn-full i{
    margin-left: 10px;
}

.btn-full {
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.btn-full:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-full.red:hover,
.btn-full.white:hover {
    background-color: #fff;
    color: #E1001E;
}

.btn-full.white {
    background-color: #E1001E;
    color: #fff;
    border: 1px solid #fff;
    min-width: 150px;
}

/*TESTATA*/
.slick-testata .slick-slide {
    opacity: 40%;
    -webkit-transition: opacity 0.1s ease-in-out 0.2s;
    transition: opacity 0.1s ease-in-out 0.2s;
    position: relative;
}

.slick-testata .slick-slide.slick-current {
    opacity: 100%;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.slick-testata .slick-slide .testo-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #AEA6A364;
    width: 80%;
    text-align: center;
    padding: 10px 50px;
    text-shadow: 0 0 6px #000;
    visibility: hidden;
    -webkit-transition: visibility 0.2s ease;
    transition: visibility 0.2s ease;
}

.slick-testata .slick-slide.slick-current .testo-slide {
    visibility: visible;
    -webkit-transition: visibility 0.3s ease 0.2s;
    transition: visibility 0.3s ease 0.2s;
}

.slick-testata .slick-slide .testo-slide h1, .slick-testata .slick-slide .testo-slide h3 {
    margin-bottom: 0;
    font-size: 30px;
}

.slick-prev::before {
    content:"\f053";
}

.slick-next::before {
    content:"\f054";
}

.slick-testata .slick-prev::before,
.slick-testata .slick-next::before {
    color: #353535;
    font-size: 33px;
}

.slick-prev::before,
.slick-next::before{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.slick-prev,
.slick-next {
    z-index: 9999;
}

.cnt-arrows {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%,-50%);
}

.quote p,
.video-azienda .testo p,
.slick-processi figcaption {
    font-size: 16px;
}

.quote p i {
    font-weight: 400;
}

.quote::before,
.quote::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    background-color: #AEA6A3;
}

.quote::before{
    left: -50px;
}

.quote::after{
    right: -50px;
}

.title-section h3,
.title-section h1{
    font-size: 40px;
    font-family: 'Questrial', sans-serif;
}

.page-simple h1 b {
    font-size: 40px;
    font-family: 'Questrial', sans-serif;
}

.img-impianto .link-impianto {
    bottom: 0;
    left: 0;
    background-color: #353535;
    transition: height 0.3s ease-in-out;
    height: 60px;
    padding: 0 10px;
}

.img-impianto .link-impianto,
.impianti-spec .link-speciali {
    font-size: 20px;
    line-height: 23px;
}

.img-impianto:hover .link-impianto {
    height: 100%;
    background-color: rgba(53, 53, 53, 0.8);
    transition: height 0.3s ease-in-out;
}

.impianti-spec .link-speciali {
    min-height: 50px;
}

.impianti-spec p {
    padding: 30px 15px;
}

.settori .elenco-settori {
    column-count: 2;
}

.settori .elenco-settori ul,
.elenco-processi ul,
.settori-imp ul,
.struttura .first-row ul {
    list-style: none;
}

.settori .elenco-settori ul li {
    position: relative;
}

.settori .elenco-settori ul li::before {
    position: absolute;
    content: "•";
    color: #E1001E;
    left: -20px;
}

.before-grey {
    min-height: 550px;
}

.before-grey::before {
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 45%;
    background-color: #424242;
    content: "";
}

.processi-tratt h4 {
    font-size: 33px;
}

.elenco-processi ul {
    line-height: 33px;
}

.slick-processi .slick-dots li button:before {
    display: none;
}

.slick-processi .slick-dots li,
.slick-processi .slick-dots li button{
    height: 10px;
    width: 30px;
}

.slick-processi .slick-dots li button {
    background-color: #fff;
}

.slick-processi .slick-dots li.slick-active button {
    background-color: #E1001E;
}

.video-azienda .popup-video i {
    position: absolute;
    color:#000;
    font-size: 60px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.video-azienda .testo h4 {
    font-size: 35px;
    font-family: 'Questrial',sans-serif;
    margin-bottom: 15px;
}

.post-vendita .servizio {
    border-bottom: 1px solid #D8D8D8;
}

.servizio .number {
    font-size: 49px;
    color: #DDDDDC;
}

.servizio img.mini-logo {
    margin-top: 6px;
}

.post-vendita .servizio .link-post {
    font-size: 20px;
}

.case-preview .case-history a.title-case {
    color: #969696;
}

.case-preview .case-history .img::before,
.preview-inst .case-history .img::before{
    position: absolute;
    content:"";
    height: 10px;
    width: 100%;
    background-color: #E1001E;
    bottom:0;
    left: 0;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    z-index: 9999;
}

.case-preview .case-history .img::after,
.preview-inst .case-history .img::after {
    position: absolute;
    content:"";
    height: 100%;
    width: 100%;
    background-color: rgba(54, 54, 54, 0.45);
    top:0;
    left: 0;
    opacity:0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.case-preview .case-history:hover .img::before,
.preview-inst:hover .case-history .img::before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.case-preview .case-history:hover .img::after,
.preview-inst:hover .case-history .img::after {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.news-preview .img:after,
.content-news .img:after{
    content:"";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #E1001E;
    border-radius: 12px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.news-preview .date,
.content-news .date{
    font-size: 15px;
    color: #838383;
}

.news-preview .title {
    line-height: 23px;
    border-bottom: 1px solid #DCDCDC;
}

.newsletter form input[type="text"],
.newsletter form input[type="email"],
.richiesta-info form input[type="text"],
.richiesta-info form input[type="email"],
.richiesta-info textarea {
    background-color: #fff;
    color: #353535;
    border-radius: 5px;
    font-size: 14px;
    height: 45px;
    border:0;
    width: 100%;
}

.newsletter form .form-check label,
.richiesta-info form .form-check label{
    font-size: 13px;
}

/**FOOTER**/
footer .testo p,
footer .contatti {
    color: #8F8F8F;
}

footer .testo span,
footer .link ul li a,
footer .contatti span {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

footer .testo p{
    margin-top: 20px;
}

footer .link ul li {
    margin-bottom: 10px;
}

footer .link ul {
    column-count: 2;
    padding-left: 0;
    list-style: none;
}

footer .link ul li a:hover,
footer .contatti a.social-footer:hover {
    color: #E1001E;
}

footer .contatti a.social-footer {
    color: #fff;
    font-size: 23px;
}

.copyright p {
    font-size: 15px;
    margin-bottom: 0;
}

/*SERVIZI POSTVENDITA*/
.testata-pg {
    min-height: 235px;
    z-index: 0;
}

.testata-pg-small {
    height: 100px;
}

.testata-pg.testata-img::before {
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
}

.mybcrumb .breadcrumb {
    background-color: transparent;
    border:none;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}

.testata-azienda .mybcrumb .breadcrumb {
    justify-content: flex-start;
}

.mybcrumb .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255,255,255,0.5) !important;
    font-size: 14px;
}

.testata-pg h1,
.testata-pg h2,
.testata-azienda .title h1{
    font-size: 43px;
    margin-bottom: 0;
}

.logo-big span {
    text-transform: uppercase;
    font-size: 33px;
    color: #838383;
    padding-right: 10px;
}

.servizi-post .servizio ul {
    list-style: disc;
    padding-left: 20px;
}

.richiesta-info textarea {
    height: 70px;
    padding-left: 10px;
    padding-top: 10px;
}

.richiesta-info h4 {
    margin-bottom: 20px;
    font-family: 'Questrial', sans-serif;
    font-size: 30px;
}

.incisione span {
    font-size: 26px;
}

.cnt-slick-impianto {
    border-right: 5px solid #E3E3E3;
    border-left: 5px solid #E3E3E3;
}

.slick-impianto .slick-prev,
.slick-impianto .slick-next {
    background-color: #7D7E7E;
    height: 40px;
    width: 40px;
    left: auto;
    top: auto;
    bottom: 0;
    transform: none;
}

.slick-impianto .slick-next,
.slick-cut .slick-next {
    right: 0;
}

.slick-impianto .slick-prev {
    right: 41px;
}

.slick-impianto .slick-prev::before,
.slick-impianto .slick-next::before,
.slick-cut .slick-next::before,
.slick-cut .slick-prev::before,
.prod-slick1 .slick-prev::before,
.prod-slick1 .slick-next::before{
    color: #fff;
    font-size: 25px;
}

.elenco-processi.dett-impianto ul {
    font-weight: bold;
    column-count: 2;
}

.settori-imp ul,
.elenco-processi.dett-impianto ul {
    padding-left: 0;
}

.settori-imp ul li {
    float: left;
    background-color: #AEA6A3;
    border-radius: 20px;
    padding: 13px 25px;
    font-size: 19px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.settori-imp ul li:hover {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.preview-inst a.title-case {
    color: #0061A1;
}

.download .btn-full.red {
    box-shadow: inset 0 0 0 2px #E1001E;
}

.content-ac p strong {
    color: #E1001E;
}

.content-ac .title-vector span {
    font-size: 23px;
    line-height: 40px;
}

.grey-logo::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background-color: #424242;
    content:"";
}

.slick-cut .slick-next,
.slick-cut .slick-prev,
.prod-slick1 .slick-prev,
.prod-slick1 .slick-next {
    background-color:#424242;
    height: 40px;
    width: 40px;
    transform: none;
    top: auto;
}

.slick-cut .slick-next,
.slick-cut .slick-prev{
    left: auto;
    bottom: -48px;
}

.testata-azienda .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

.testata-azienda::before {
    position: absolute;
    content:"";
    top: 50%;
    transform: translateY(-50%);
    background-color: #424242;
    height: 300px;
    left: 0;
    width: 30%;
    z-index: 1;
}

.descript-az h4 {
    line-height: 30px;
    margin-bottom: 30px;
}

.mission {
    margin: 70px 0;
}

.video-azienda .border-red {
    border: 4px solid #E1001E;
    padding: 30px 30px 30px 80px;
    font-size: 30px;
    line-height: 40px;
}

.struttura .first-row ul li {
    max-width: 150px;
    margin-bottom: 10px;
    float: left;    
}

.struttura .first-row ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.struttura h3 {
    font-size: 35px;
    line-height: 30px;
    font-weight: bold;
}

.struttura .content h4 {
    margin-bottom: 20px;
}

.made-italy strong {
    text-transform: uppercase;
    letter-spacing: 8px;
}

.made-italy,
.descript-az h4{
    font-size: 25px;
}

.testata-pg.produzione {
    min-height: 300px;
    padding-bottom: 70px;
}

.content-news {
    margin-bottom: 100px;
}

.content-news .title h1 {
    font-size: 30px;
    font-weight: bold;
}

.content-news .img {
    margin-top: 70px;
}

.content-news .img::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 51%;
    border-top: 4px solid #E1001E;
    border-right: 4px solid #E1001E;
    left: 0;
    top: -40px;
}

.contatti .box-contatti .text-red,
.contatti .box-contatti a.link-map,
footer .testo p,
footer .contatti{
    font-size: 14px;
}

.contatti .box-contatti a.link-map {
    text-decoration: underline !important;
}

.contatti .box-contatti .circle-icon {
    height: 80px;
    width: 80px;
    position: absolute;
    left: -55px;
    top: -10px;
    font-size: 27px;
    border-radius: 40px;
}

/*.content-produzione {
    position: relative;
    margin-top: -170px;
}
*/
.title-prod h3 {
    font-size: 30px;
}

.content-produzione .first-box .line-title {
    width: auto;
    height: 4px;
    background-color: #E1001E;
}

.content-produzione .first-box .prod-slick1 .slick-slide {
    margin-right: 70px;
    max-width: 750px;
}

.prod-slick1 .slick-prev {
    bottom: 0;
    left: -50px;
    right: auto;
}

.second-box .cnt-img {
    border: 4px solid #E1001E;
    border-left: 0;
}

.second-box .cnt-img::before {
    position: absolute;
    content:"";
    height: 20px;
    width: 170px;
    border-bottom: 4px solid #E1001E;
    border-left: 4px solid #E1001E;
    left: -170px;
    bottom: -4px;
    z-index: 0;
}

.third-box .third-box-bg {
    width: 60%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
}

.fourth-box .title-prod {
    height: 280px;
}

.fourth-box::before {
    content:"";
    position: absolute;
    border: 4px solid #353535;
    width: 80%;
    height: 240px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index:1;
}

.privacy-azione{ color:#ddd; }

.color-blue{ color:#0061A1; }
.color-grey2{ color:#969696; }
.font-18{ font-size:18px; }

@media(min-width:992px){
    .slick-processi figcaption{ width:85% !important; }
}

.sez-assistenza-impianto .contatti a:hover{ text-decoration:underline !important; }