.hero{
  background: #FBF8F3;
  padding: 24px;
  display: inline-block;
  width: 100%;
}
.hero .slick-slide{
  text-align: left;
  margin: 0px;
  background-position: center;
  background-size: cover;
}
.ms{
  display: table;
  width: 100%;
}
.vs{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 520px
}
.cardHeroL{
  height: 520px !important;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.overlayCardL{
  background: linear-gradient(55deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.halfHero{
  float: left;
  width: 50%;
  padding-right: 24px;
}
.halfHero2{
  float: left;
  width: 50%;
  padding: 0px !important
}
.halfHeroHalf{
  display: table;
  width: 100%;
  padding-bottom: 24px;
}
.cardHeroS{
  height: 248px;
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
  padding-right: 24px;
  float: left;
  width: 50%;
}
.np{
  padding: 0px !important
}
.contCard {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 32px;
    border-radius: 8px;
    background-position: center;
    background-size: cover
}
.overlayContCard{
  background: linear-gradient(55deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vCardS {
    display: table;
    width: 100%;
    position: relative;
}
.mCardS {
    height: 184px;
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}
.metaCardS{
  display: inline-block;
  width: 100%;
}
.metaUno{
  float: left;
  width: 90%;
}
.metaUno img {
    width: 45px;
    margin-bottom: 5px;
    height: auto;
}
.metaDue a {
    position: absolute;
    bottom: 0px;
}
.metaDue{
  float: left;
  width: 10%;
}
.metaCardS .heroTit {
    margin: 0px;
}
p.sopraTit {
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
p.heroTit {
    margin: 8px 0px 24px;
    color: #fff;
    font-size: 30px;
    line-height: 30px
}
.hero ul.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 54px;
    text-align: left;
}
.hero ul.slick-dots li.slick-active {
    background-color: #fff;
}
.hero ul.slick-dots li {
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}


/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.halfHero {
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 32px;
}
.halfHero2 {
    float: none;
    width: 100%;
    padding: 16px !important;
}
.cardHeroS {
    height: 200px;
    padding-right: 8px;
}
.halfHero2 .contCard {
    padding: 16px;
}
p.heroTit {
    margin: 8px 0px 24px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
p.sopraTit {
    font-size: 10px;
}
.hero ul.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}
.halfHero2 .metaUno {
    width: 100%;
}
.halfHero2  .metaDue {
    display: none;
}
.halfHero2.hidden-lg.hidden-sm.hidden-md {
    margin-bottom: 56px;
}
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.cardHeroL {
  height: 390px !important;
}
}