.carousello {
    position: relative;
    /**/background: #f7f7f7;
    height: 90vh;
}
  
.carousello__item {
    /*height: 500px;
    background: #f7f7f7;*/
    padding: 1em;
    font-family: 'Public Sans', sans-serif!important;
    font-weight: bold;
    font-size: 2em;
    color: #000;
    display: none;
}

.carousello > .carousello__item{
    padding: 0em 1em 3em 1em;
}
  
.carousello > .carousello__item > #items > div{
    padding: 40px 20px 0 20px!important;
}

.carousello__item--selected {
    display: block;
}
  
.carousello__nav {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
}

.textOnImage-container > .carousello__nav {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: -50px!important;
    left: 0;
    text-align: center;
}
  
.carousello__button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(100%, 25.1%, 0%, 0.4);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
  
.carousello__button--selected {
    background: rgba(100%, 25.1%, 0%, 1);
    width: 13px;
    height: 13px;
}

#items{
    display: flex;
    justify-content: center;
    margin-top: 5rem;  
}

/*#items  a:hover {
    color:#FF4000;
    background-size: 100% 2px !important;
}

#items  a {
    color:#FF4000;
    text-decoration: none;
    background-image: linear-gradient(to right, #FF4000 0, #FF4000 100%);
    background-position: 0 1.082em;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background .878s;
}*/


#items > div > picture{
    max-width: 7rem;
    max-height: 7rem;
}

#items > div{
    width:33%!important;
    margin: auto 5rem!important;
}

#items > div > h3{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	font-weight:bold!important;
    font-size: 19px!important;
}

#items > div > p{
    
    color:#000;
    font-size:18px!important;
    font-family: 'Public Sans', sans-serif!important;

}

#carousel__title{
    font-size:31px;
    text-align:center;
    color:#000;
    padding-top:4rem;
    margin-bottom:-3rem;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif!important;
    font-weight:700!important;
}

.carousello__item > #items > div > figure > picture{
    display: flex;
    justify-content: center;
  }

  .carousello__item > #items > div > p{
    font-size:20px!important;
  }

  @media only screen and (min-width: 1920px){
    .carousello__item > #items > div > figure > picture > img{
      max-width: 600px!important;
      max-height: 350px!important;
      justify-content: center;
      width: auto!important;
  }
    }

@media screen and (max-width:1400px){
	#items > div > p{
    
        color:#000;
        font-size:17px!important;
        font-family: 'Public Sans', sans-serif!important;
        letter-spacing:-1px!important;
    }
}

@media screen and (max-width:1240px){
    .carousello {
        height: 75vh!important;
    }
}

@media screen and (max-width:980px){
    .carousello {
        height: 65vh!important;
    }
}

@media screen and (max-width:1400px){
    .carousello__item > #items > div > figure > picture > img {
        max-width: 380px!important;
        height: 280px!important;
        width: auto!important;
    }

    .carousello__item > #items > div > h3{
        font-size:20px!important;
    }

    .carousello__item > #items > div > p{
    
        font-size:17px!important;
    }
}

