.banner {
  /*margin-top: 5px;*/
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  background-image: none !important;
  width: 50px;
  height: 50px;
}
.banner .btn-next {
  width: 50px;
  height: 50px;
}
.banner .btn-prev {
  width: 50px;
  height: 50px;
}
/** texto sobre o banner */
.texto_flutuante{
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  width: 100%;
}
.texto_banner{
  width: 90%;
  margin: 0 auto;
}
.texto_banner a{
  color:#FFF;
  font-size: 50px;
  width: 30%;
  display: inline-block;
}
/** */

@media (max-width: 991px) {
  .banner {
    margin-top: 0;
  }
}
.swiper-pagination-bullet {
  padding: 5px  !important;
  border-radius: 100%  !important;
  width: 22px  !important;
  height: 22px  !important;
  text-align: center  !important;
  color: #000 !important;
  opacity: 1  !important;
  background: transparent  !important;
  border: 2px solid #484848 !important;
}
.swiper-pagination-bullet span {
  font-size: 0  !important;
  display: block  !important;
  width: 8px  !important;
  height: 8px  !important;
  color: transparent  !important;
  background: transparent  !important;
  border-radius: 100%  !important;
}
.swiper-pagination-bullet-active {
  border: 2px solid #f2c028 !important;
}
.swiper-pagination-bullet-active span {
  color: #f2c028 !important;
  background: #f2c028 !important;
}
.categoria_home {
  position: relative;
  margin-bottom: 362px;
}
.categoria_home .conteudo_categoria_home {
  position: absolute;
  bottom: -262px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.categoria_home .conteudo_categoria_home .d_categoria {
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 25px 51px #ccc;
  border-radius: 5px;
}
.categoria_home .conteudo_categoria_home .d_categoria h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #757575;
}
.categoria_home .swiper-button-next {
  background-image: none;
  width: 12px;
  height: 20px;
}
.categoria_home .swiper-button-next img {
  width: 12px;
  height: 20px;
}
.categoria_home .swiper-button-prev {
  background-image: none;
  width: 12px;
  height: 20px;
}
.categoria_home .swiper-button-prev img {
  width: 12px;
  height: 20px;
}
.container-maisvistos {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .container-maisvistos {
    padding-top: 45px;
  }
}
.container-maisvistos a > small {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.container-maisvistos .title {
  margin-bottom: 25px;
}
.container-maisvistos .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #8BC34A;
}
.container_destaque_semana {
  padding-top: 65px;
}
.container_destaque_semana .d-title {
  text-align: left;
  padding-bottom: 35px;
}
.container_destaque_semana .d-title h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #8BC34A;
}
@media (max-width: 991px) {
  .container_destaque_semana .d-title h1 {
    font-size: 30px;
  }
}
