
#novidadesHome {
  padding: 4.5rem 0;
  width: 90vw;
  display: block;
  margin: 0 auto;
}
/* #novidadesHome h2 {
  font-size: 1.85rem;
  font-weight: 500;
  color: #fe1520;
  margin-bottom: 3rem;
} */
.carrouselNovidades{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
#novidadesHome .btn-red {
  width: 50%;
  margin: 6rem auto 0 auto;
  max-width: 27rem;
}
#novidadesHome .owl-theme .owl-dots {
  bottom: -4.5rem;
}
#novidadesHome {
  padding: 4rem 0;
  /* background-color: #f2f2f2; */
  margin-bottom: 5rem;
}
#novidadesHome .imagensNovidades{
position:relative;
overflow: hidden;
border-radius: 50%;
border: 5px solid transparent;
max-width:433px;
height: auto;
aspect-ratio: 1;
}
.fundoEnvelope{
border-radius: 50%;
width:calc(100% - 10px);
height:auto;
aspect-ratio:1;
overflow: hidden;
position:absolute;
z-index: 1;
top: 5px;
left:5px;
  border: 5px solid #ffffff;
}
.fundoInstaColor{width:100%;height:auto;aspect-ratio:1;
background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
#novidadesHome .wrapper{display:none!important;}
@media only screen and (max-width: 1170px) {
 #novidadesHome {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1024px) {
/* #novidadesHome .container-img {height: 312px;} */
}
@media screen and (max-width: 900px) {
/* #novidadesHome .container-img {height: 30.2vw;} */
}
@media screen and (max-width: 900px) {
/* #novidadesHome .container-img {height: 29.7vw;} */
}
@media screen and (max-width: 768px) {
  #novidadesHome .boxItem{    min-width: 64vw;}
  /* #novidadesHome .container-img {height: 28.8vw;} */
}
@media only screen and (max-width: 767px) {
  #novidadesHome {
    padding: 1.5rem 0 3rem 0;
  }
  #novidadesHome h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  #novidadesHome .item {
    margin-bottom: 30px;
  }
  #novidadesHome .slick-dots {
    bottom: -2.5rem;
  }
  #novidadesHome .btn-red {
    width: 100%;
    margin: 2.25rem auto 0 auto;
  }
  #novidadesHome{
    padding: 3rem 0 3rem 0;
  }
  #novidadesHome .boxItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #novidadesHome .boxItem h3 {
    margin-bottom: 10px;
  }
  #novidadesHome img {
    margin-bottom: 0;
  }
  #novidadesHome a:first-child {
    width: 45%;
  }
  #novidadesHome .wrapper{
    width: 55%;
    padding: 0 0 0 15px;
  }
  #novidadesHome .btn-red {
    width: 100% !important;
  }
  
}
@media screen and (max-width: 600px) {
  #novidadesHome .boxItem{    min-width: 92vw;}
  /* #novidadesHome .container-img {height: 41.5vw;} */
}
@media screen and (max-width: 414px) {
  #novidadesHome .boxItem{min-width: 92vw;}
}