@charset "UTF-8";
/*===================================================================
[Table Of Content]
    
  * HOME CSS

=====================================================================*/


.page-hero-area .col-12 {
  background-image: url(../img/home/slide-1.jpg);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overblack {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000069;
  left: 0;
  top: 0;
  z-index: 0;
}

.page-hero-area h2 {
  color: white;
  position: relative;
}
.page-hero-area h4 {
  color: white;
  position: relative;
}
.page-hero-area p {
  color: white;
  position: relative;
}

a.pulsa {
  padding: 20px 50px;
  background: #D93518;
  color: #FFF;
  border: 2px solid #D93518;
  z-index: 1;
  position: relative;
  border-radius: 4px;
}
a.pulsa:hover {
  background: #d935186a;
  color: #FFFFFF;
  border: 2px solid #D93518;
}

.page-hero-area h2 {
  color: white;
  position: relative;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-hero-area h4 {
  color: white;
  position: relative;
  font-size: 22px;
  margin-bottom: 7px;
}

.ban-red {
  background-color: #D93518;
}
.ban-red * {
  color: #FFF;
 }
 .ban-red .icona {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
 .ban-red .icona img {
  width: 50px;
 }



 a.pulsa-2 {
  padding: 7px 30px;
  background: #D93518;
  color: #FFF;
  border: 2px solid #D93518;
  z-index: 1;
  position: relative;
  border-radius: 4px;
  /* line-height: 0; */
  /* display: inline-block; */
  /* font-size: 100%; */
}
a.pulsa-2:hover {
  background: transparent;
  color: #D93518;
  border: 2px solid #D93518;
}
a.pulsa-2-nega {
  padding: 7px 30px;
  background: #FFFFFF;
  color: #D93518;
  border: 2px solid #D93518;
  z-index: 1;
  position: relative;
  border-radius: 4px;
  display: inline-block;
}
a.pulsa-2-nega:hover {
  background: #D93518;
  color: #FFF;
  border: 2px solid #D93518;
}

.grey-box {
  background-color: #EBEBEB;
}

.ricambi-box-cont {
  min-height: 500px;
}
.col-blocchi {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
/* .col-blocchi > div {
  background-color: #FFE935;
  padding: 10px 30px;
  display: flex;
  width: 100%;
} */



.ricambi-box-cont .col-img {
  background-image: url(../img/home/bg-catalogo.jpg);
  min-height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

a.pulsa-3-yel {
  padding: 10px 40px;
  font-weight: 700;
  background: #FFE935;
  color: #000000;
  z-index: 1;
  position: relative;
  border-radius: 4px;
}
a.pulsa-3-yel:hover {
  background: #000000;
  color: #FFFFFF;
}


.doppio-box-diventa .col-sx {
  /* background-color: #FFE935; */
}
.doppio-box-diventa .col-dx * {
  /* background-color: #707070; */
  color: #FFFFFF;
}
.doppio-box-diventa {
  padding: 30px 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #FFE935 60%, #707070 40%);
}

.tre-box .col-uno {
  background-color: #4EC1AF;
}
.tre-box .col-due {
  background-color: #D93518;
}
.tre-box .col-tre {
  background-color: #4EC1AF;
}
.tre-box * {
  color: #FFFFFF;
}


.intro-1 {
  font-size: 18px;
  font-weight: 600;
  /* color:#878787; */
}
.intro-2 h3 {
  font-size: 30px;
  font-weight: bold;
}
.intro-2 p {
  font-size: 15px;
  color:#878787;
}
/* . */
.ban-red h3 {
    margin-top: 30px;
    font-weight: bold;
}
.ban-red h4 {
  margin-bottom: 30px;
  font-weight: normal;
}
.ban-red .icona svg {
  max-width: 40px;
}
.ban-red .col-lg-4 {
  margin-bottom: 30px;
}
.ban-red .col-lg-4 h3 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
} 
.ban-red .col-lg-4 p {
  font-size: 14px;
  font-weight: normal;
}
/* . */
.container.red-box {
  padding: 80px;
}
/* . */
.container.grey-box {
  padding: 60px 0;
  position: relative;
  margin-bottom: 70px;
}
.grey-box .icona {
  position: absolute;
  width: 140px;
  right: 40px;
  top: -50px;
}
.grey-box h3 {
  color: #3C3C3C;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.grey-box h5 {
  color: #3C3C3C;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}
/* . */
.container.ricambi-box-tit {
  margin-bottom: 40px;
}
.ricambi-box-tit h5 {
  font-size: 20px;
  font-weight: 600;
}
.ricambi-box-tit h1 {
  font-size: 38px;
  font-weight: 700;
}
.ricambi-box-tit p {
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
}

.container.ricambi-box-cont {
  min-height: 410px;
  height: auto;
  margin-bottom: 80px;
}
.ricambi-box-cont .col-blocchi {
  margin-left: -60px;
}
.ricambi-box-cont .col-blocchi > a.like-button {
    margin: 5px 0;
    border-radius: 5px;
    padding: 20px 50px;
    background-color: #FFE935;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.ricambi-box-cont .col-blocchi > a.like-button:hover {
  background-color: #FFF5A2;
}
.ricambi-box-cont .col-blocchi > a .icona {
    margin-right: 30px;
    min-width: 70px;
}

.ricambi-box-cont .col-blocchi > a:nth-child(3) .icona img {
  margin-right: 30px;
  width: 60px;
}

.ricambi-box-cont .col-blocchi > a .testoH3 {
  width: 100%;
}
.ricambi-box-cont .col-blocchi > a h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
.ricambi-box-cont .col-blocchi > a.like-button::after {
  content: "";
  background-image: url(../img/home/freccia.svg);
  position: relative;
  width: 30px;
  height: 16px;
  background-repeat: no-repeat;
  /* right: 10%; */
  /* top: 30px; */
  display: block;
  vertical-align: middle;
  /* padding-top: 60px; */
}

.ricambi-box-cont .col-blocchi .info {
  font-size: 12px;
  color: #707070;
  padding-left: 60px;
  margin-top: 20px;
}

/* . */
.container.btn-yell-catalogo {
  /* margin-top: 50px; */
  margin-bottom: 80px;
}
/* . */
.container-fluid.doppio-box-diventa {
  margin-bottom: 60px; 
  padding: 50px 0;
}
.container-fluid.doppio-box-diventa .col-sx h4 {
  font-size: 21px;
  font-weight: 800;
  color: #000000;
}
.container-fluid.doppio-box-diventa .col-sx p {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #000000;
}
.container-fluid.doppio-box-diventa .col-dx h4 {
  color: #FFF;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
.container-fluid.doppio-box-diventa .col-dx p {
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
}
.container-fluid.doppio-box-diventa .col-dx {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-fluid.doppio-box-diventa .col-dx svg {
  width: 40px;
  margin-left: 40px;
  fill: #FFFFFF;
}
.container-fluid.doppio-box-diventa .col-dx a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-fluid.doppio-box-diventa .col-dx a:hover * {
  color:#FFE935;
  fill: #FFE935;
}
/* . */
.container.tre-box {
  margin-bottom: 80px;
  margin-top: 50px;
}
.container.tre-box .row {
  min-height: 280px;
}
.container.tre-box .col-lg-4 {
  margin-left: 0.5%;
  margin-right: 0.5%;
  max-width: 32%;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.container.tre-box .col-uno h4 {
  font-size: 26px;
  font-weight: 600;
}
.container.tre-box .col-lg-4 a:hover {
  color: #ffffff90;
} 


.container.tre-box .col-uno a {
  font-size: 36px;
  font-weight: 800;
}
.container.tre-box .col-uno .icona {
  /* margin-bottom: -70px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
/* -- */
.container.tre-box .col-due h4 {
  font-size: 26px;
  font-weight: 600;
}
.container.tre-box .col-due a {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
.container.tre-box .col-due .icona {
  /* margin-bottom: -70px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
/* -- */
.container.tre-box .col-tre a {
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
}
.container.tre-box .col-tre p {
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 7% 30px;
}
.container.tre-box .col-tre .icona {
  /* margin-bottom: -70px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
/* . */
.container.wapp-box {
  margin-top: 80px;
  margin-bottom: 100px;
}
.container.wapp-box .cont-svg svg {
  max-width: 70px;
}
.container.wapp-box h4 {}
.container.wapp-box a {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}
.container.wapp-box a:hover {
  color: #4EC1AF;
}
/* . */


.container.foot-loghi-box .row {
    max-width: 90%;
    margin: 0 auto;
}
.container.foot-loghi-box img {
  max-width: 60%;
}





/* ------------------------ Modifica per lingue ----------------------- */
.-es .ricambi-box-cont .col-blocchi > a h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}