@charset "utf-8";
/* CSS Document */
.theta-carousel-inner-container{overflow: visible!important;}
#soluzioni-home {position: relative;background-color: #efefef;}
.bgsoluzioni {background: url(https://www.baraclit.it/gestione/img/sito/aliantbg.jpg) center top no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 45%; }
.titolosoluzioni {text-transform: uppercase;font-size: 7rem;text-align: center;font-weight: 200;padding: 50px 0 10px 0;/*height: 350px;*//*430*/position: relative;}
.container-slider {	position: relative;	/*background-color: #efefef;*/}

.container {/*position:fixed;*/	width: 100%;overflow: visible !important;}
.item {	width: 1374px;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box;}
.item img {	width: 100%;}
.descrizione {    max-width: 100%;
    border-right: 1px solid #ce1318;
    padding-right: 10px;
    position: absolute;
    top: 53%;
    left: 60%;
    text-align: right;}
.descrizione h4{
  font-size: 0.7rem;
  text-transform: uppercase;
  margin: 5px 0 5px auto;
  padding: 2px calc(5px - .2rem) 2px 5px;
  display: table;
  letter-spacing: .2rem;
  color: #fff;
  background-color: #ce1318;
}
/*.descrizione {max-width: 100%;	border-left: 1px solid #ce1318;	padding-left: 10px;	position: absolute;	bottom: 10vh;	left: 10vw}*/
.descrizione h3.title { color:#ce1318;margin: 0;	font-size: 1.5rem;	text-transform: uppercase;}
.descrizione .text p  {margin: 0 0 0 auto!important;}
.descrizione .text a  {margin-top: 10px!important; margin-bottom: 5px!important; font-size: 0.8rem}
.descrizione .text a.pulsante:before {font-size: 9px; line-height: 32px;}
.lista {list-style: none;margin:0;	padding:0;	text-align:center;	background-color: transparent;}
.lista li {	padding:20px; color:#ce1318; font-size:16px;	cursor:pointer;	text-align:center; position: relative;	display:inline-block; width:14%; max-width: 180px; line-height: 10px;}
.lista li img {max-width: 100%;	-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;	-ms-transition: all 0.3s linear;	-o-transition: all 0.3s linear;	transition: all 0.3s linear;}
.lista li:hover img {-moz-transform: scale(1.1);	-webkit-transform: scale(1.1);	-o-transform: scale(1.1);	-ms-transform: scale(1.1);	transform: scale(1.1);}
.lista li:after { 	content: ''; position: absolute; 	bottom: 0; 	left: 25%;    width: 0px;    height: 1px;    background: #ce1318;    display: block;	/*margin-top:10px;*/	-webkit-transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-ms-transition: all 0.3s linear;	-o-transition: all 0.3s linear;	transition: all 0.3s linear;}
.lista li:hover:after {	width:50%}
.attivo {	font-weight: bold;}
.lista li.attivo:after {	font-weight: bold;	width: 50%;}
.spotsoluzione {position: absolute; top:30%; left: 45%}
.barretta {position: relative}

.barretta:before {content: ''; height: 0px; width: 1px; background-color: #ce1318; display: block; position: absolute; bottom:0; left: 19px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.spotsoluzioneattiva .barretta:before {height: 100px;}
.spotsoluzioneattiva .nomesoluzione {opacity: 1; left: 30px}
.nomesoluzione { width: 200px; position: absolute; bottom: 106px; line-height: 20px; color: #ce1318; left: 20px; font-weight: 400; font-size: 1.5rem;opacity: 0;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}



@media (max-width: 1200px){
.titolosoluzioni {font-size: 3rem; padding:70px 0 0px 0;}
}
@media (max-width: 1024px){
  .descrizione {    max-width: 100%;
      border-right: 0px solid #ce1318;
      padding-right: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      text-align: center;
      transform: translate(-50%,-125%);
    }
    .descrizione h4{
      margin: 5px auto 5px auto;
    }
}
