html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
.container-fluid.body-container.body-container__homepage {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
  margin-left: auto;
}
.cox.slick-slide.slick-active{
  width: 420px;
  height: 250px;
  max-width: 100%;
  max-height: 250px;
  height: auto;
  padding: 15px;
  background-color: #fff;
  margin: 15px;
}
.cox {
  width: 420px;
  height: 250px!Important;
  max-width: 100%;
  max-height: 250px;
  height: auto;
  padding: 15px;
  background-color: #fff;
  margin: 15px;
 -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.27); 
box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 8%);
}

p.citazione{
  font-size:12.3px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  text-align:left;
  %;
}
.fondo {
   
   background-color: none;
   width: 100%;
   height: 71px;
    margin-top: 7%;}
.cit_bo {
    height: 55%;
    width: 100%;
    background-color: none;
}
img.immaginecliente {
  width: 100px;
  max-width: 50%;
  height: auto;
  padding: 1px;
  float:left;
}
p.nome-autore{
  font-size:11px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  text-align:left;
  float:left;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  margin-left:10px;
  
}
h2 {
  text-align: center;
  padding-bottom: 1em;
}
.slick-slide{
  height:250px;
  min-height:250px;
  float: left;
  height: 100%;
}
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: black;
}

/* Custom Arrow */
.prevSlider {
  color: #999;
  position: absolute;
  top: 38%;
  left: -2em;
  font-size: 1.5em;
}
.prevSlider :hover {
  cursor: pointer;
  color: black;
}

.nextSlider {
  color: #999;
  position: absolute;
  top: 38%;
  right: -2em;
  font-size: 1.5em;
}
.nextSlider :hover {
  cursor: pointer;
  color: black;
}

@media screen and (max-width: 800px) {
  .nextSlider {
    display: none !important;
  }
}

