/* banner principal desktop */
.home_banner{
  margin-top: -140px;
  width: 100%;
  height: 760px;
  position: relative;
  z-index: 999993;
}
.home_banner .item_desktop{
  height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_banner .banner_conteudo{
  height: 760px;
  width: 1350px;
  margin: 0 auto;
  max-width: 95%;
  position: relative;
}
.home_banner .banner_conteudo .texto{
  position: absolute;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
#owl-slider{
  margin: 0 auto;
  position: absolute;
  text-decoration: none;
}
#owl-slider a{
  text-decoration: none;
  color: #ffffff;
}
#owl-slider .owl-controls{
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: -330px;
}
#owl-slider .owl-next,
#owl-slider .owl-prev{
  position: absolute;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
}
#owl-slider .owl-next{
  left: 30px;
}
#owl-slider .owl-prev{
  right: 30px;
}
#owl-slider .owl-next:hover,
#owl-slider .owl-prev:hover{
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
}
/* fim - banner principal desktop */
/* banner principal mobile */
.home_banner_mobile{
  margin-top: -140px;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 999993;
  display: none;
}
.home_banner_mobile .item_desktop{
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_banner_mobile .banner_conteudo{
  height: 600px;
  width: 1350px;
  margin: 0 auto;
  max-width: 95%;
  position: relative;
}
.home_banner_mobile .banner_conteudo .texto{
  position: absolute;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
/* fim - banner principal mobile */
.home_conteudo{
  width: 1350px;
  max-width: 100%;
  position: relative;
  margin: 100px auto 0 auto;
}
/* ambientes */
.amb_slider{
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 899979;
}
.amb_slider_centro{
  width: 100%;
}
.amb_slider .item{
  float: left;
  width: 50%;
  outline: none;
}
.amb_slider .item .item_conteudo{
  position: relative;
  width: 100%;
}
.amb_slider .item .item_conteudo a{
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
}
.amb_slider .item .item_conteudo a p{
  display: block;
  bottom: 0px;
  width: 100%;
  height: 24px;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 18px;
  background-color: #FF1D25;
  -webkit-transition: -webkit-background-color .5s ease, -webkit-color .2s ease;
  transition: background-color .5s ease, color .2s ease;
  z-index: 98998;
  text-align: center;
}
.amb_slider .item .item_conteudo a:hover p{
  background-color: #000000;
  color: #ffffff;
}
.amb_slider .item .item_conteudo .img_conteudo{
  width: 100%;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.amb_slider .item .item_conteudo a img{
  width: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  z-index: 98997;
}
.amb_slider .item .item_conteudo a:hover .img_conteudo img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.amb_link{
  width: 100%;
  margin-top: 15px;
}
.amb_link a{
  text-align: center;
  box-sizing: border-box;
  margin-left: 15px;
  padding: 15px 0;
  background-color: #E9E9E9;
  display: block;
  text-decoration: none;
  color: #888888;
  font-size: 18px;
}
.amb_link a i{
  font-size: 12px;
  padding-left: 5px;
}
.amb_slider_mobile{
  display: none;
}
.amb_slider_mobile .item{
  width: 100%;
}
/* fim - ambientes */
/* home novidades */
.titulo_slider{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #999999;
  padding-top: 15px;
}
.home_slider{
  position: relative;
  float: left;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999979;
}
.home_slider_centro{
  margin: 0 auto;
}
.home_slider .item{
  outline: none;
}
.home_slider .item .item_conteudo{
  position: relative;
}
.home_slider .item .item_conteudo .item_img{
  overflow: hidden;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_slider .item .item_conteudo .item_descricao{
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 167px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  background-color: #E9E9E9;
}
.home_slider .item .item_conteudo spam{
  font-size: 16px;
  color: #FF1D25;
  font-weight: 700;
}
.home_slider .item .item_conteudo a{
  outline: none;
}
.home_slider .item .item_conteudo a:hover img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.home_slider .item .item_conteudo a img{
  width: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
}
.prev-btn, .next-btn{
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 899989;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  filter: alpha(opacity=60);
}
.prev-btn:hover, .next-btn:hover{
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.prev-btn{
  bottom: 50%;
  left: 10px;
}
.next-btn{
  bottom: 50%;
  right: 10px;
}
.prev-btn i, .next-btn i{
  color: #999999;
}
/* fim - home slider */
/* frase home */
.home_frase_centro{
  width: 1350px;
  margin: 60px auto 80px auto;
  max-width: 95%;
  position: relative;
}
.frase_titulo{
  font-size: 32px;
  color: #999999;
  text-align: center;
}
.frase_linha{
  height: 2px;
  width: 450px;
  max-width: 90%;
  background-color: red;
  position: relative;
  margin: 10px auto 0 auto;
}
/* fim - frase home */
/* banner rodape home */
.home_banner_centro{
  width: 100%;
  position: relative;
  z-index: 999993;
}
.home_banner_centro .item_desktop{
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#owl-slider-centro{
  margin: 0 auto;
  text-decoration: none;
}
#owl-slider-centro a{
  text-decoration: none;
  color: #ffffff;
}
#owl-slider-centro .owl-controls{
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: -90px;
}
#owl-slider-centro .owl-next,
#owl-slider-centro .owl-prev{
  position: absolute;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
}
#owl-slider-centro .owl-next{
  left: 30px;
}
#owl-slider-centro .owl-prev{
  right: 30px;
}
#owl-slider-centro .owl-next:hover,
#owl-slider-centro .owl-prev:hover{
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.banner_centro_conteudo{
  width: 1350px;
  margin: 0 auto;
  height: 560px;
  position: relative;
}
.banner_centro_texto{
  font-weight: 900;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home_banner_centro .titulo{
  position: relative;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.home_banner_centro .texto{
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
.bannerbotao{
  margin-top: 15px;
  padding: 15px 45px;
  font-size: 18px;
  border-radius: 35px;
  background-color: #FF1D25;
  font-weight: 300;
  color: #FFFFFF;
  -webkit-transition: -webkit-all .5s ease;
  transition: all .5s ease;
}
.bannerbotao:hover{
  background-color: #000000;
}
.home_banner_centro_mobile{
  margin-top: 50px;
  width: 100%;
  position: relative;
  z-index: 999993;
  display: none;
}
.home_banner_centro_mobile .item_desktop{
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#owl-slider-centro-mobile{
  margin: 0 auto;
  text-decoration: none;
}
#owl-slider-centro-mobile a{
  text-decoration: none;
  color: #ffffff;
}
#owl-slider-centro-mobile .owl-controls{
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: -100px;
}
#owl-slider-centro-mobile .owl-next,
#owl-slider-centro-mobile .owl-prev{
  position: absolute;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
}
#owl-slider-centro-mobile .owl-next{
  left: 30px;
}
#owl-slider-centro-mobile .owl-prev{
  right: 30px;
}
#owl-slider-centro-mobile .owl-next:hover,
#owl-slider-centro-mobile .owl-prev:hover{
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner_centro_conteudo_mobile{
  width: 1350px;
  margin: 0 auto;
  max-width: 100%;
  height: 560px;
  position: relative;
}
.home_banner_centro_mobile .titulo{
  position: relative;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.home_banner_centro_mobile .texto{
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
/* fim - banner rodape home */
@media screen and (max-width: 960px){
  .home_banner_mobile{
    display: block;
  }
  .home_banner{
    display: none;
  }
  .home_banner_centro_mobile{
    display: block;
  }
  .home_banner_centro{
    display: none;
  }
  .home_conteudo{
    margin-top: 60px;
  }
  .amb_slider{
    display: none;
  }
  .amb_slider_mobile{
    display: block;
  }
}
@media screen and (max-width: 768px){
  .amb_slider_mobile{
    float: inherit;
    display: block;
    width: 100%;
  }
  .amb_slider_mobile .item{
    width: 50%;
    box-sizing: border-box;
  }
  .amb_slider_mobile .amb_slider_centro{
    padding: 0 7.5px !important;
    box-sizing: border-box;
  }
  .amb_slider_mobile .item .item_conteudo a{
    padding: 0 7.5px !important;
  }
  .amb_link a{
    margin-right: 15px;
  }
  .home_slider{
    width: 100%;
  }
  .titulo_slider{
    margin-top: 60px;
  }
  .home_slider .item .item_conteudo .item_img{
    height: inherit;
  }
  .home_slider .item .item_conteudo a img{
    max-width: 400px !important;
  }
}
@media screen and (max-width: 600px){
  .frase_titulo{
    font-size: 28px;
  }
  .banner_centro_conteudo_mobile{
    height: 480px;
  }
  .home_banner_centro_mobile .item_desktop{
    height: 480px; 
  }
}
@media screen and (max-width: 540px){
  .amb_slider_mobile .item{
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .amb_slider_mobile .item:first-child{
    margin-top: 0;
  }
  .frase_titulo{
    font-size: 28px;
  }
  .home_banner_centro_mobile .titulo{
    font-size: 14px;
  }
  .home_banner_centro_mobile .texto{
    font-size: 26px !important;
    line-height: 30px;
  }
  .home_banner_centro_mobile .bannerbotao{
    padding: 10px 30px;
    font-size: 17px;
  }
}