/*COMEÇO BANNER*/
section#banner{
	width: 100%;
	float: left;
	height: 470px;
	display: block;
    min-height: 300px;
    clear: both;
}

section#banner #banner_principal,section#banner #banner_principal .owl-stage-outer{
    position: relative;
    width: 100%!important;
    overflow: hidden;
    height: 100%;
}
section#banner #banner_principal .owl-stage{
    width: 100%!important;
	height: 365px;
	overflow: hidden;
}
section#banner #banner_principal .bannerList{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}
section#banner #banner_principal .bannerList{
    display: block;
    width: 100%!important;
    height: 470px;
    
}
section#banner #banner_principal .bannerList .owl-wrapper-outer{
    display: block;
    width: 100%;
    position: relative;
    
}
section#banner #banner_principal .bannerList .owl-wrapper-outer .owl-wrapper{
    display: block;
    position: relative;
}
/*section#banner #banner_principal .bannerList .owl-item,
section#banner #banner_principal .bannerList .banner_item{
    height: 365px;
    display: block;
    width: 100%!important;
    background-position: center center;

}*/
section#banner #banner_principal div.banners_textos{
    width: 960px;
    height: 365px;
    display: block;
    margin: 0 calc(50% - 470px);
    position: absolute;
    top: 0px;
    z-index: 8;
}
section#banner #banner_principal div.banners_textos h2:after{
    content: "";
    width: 305px;
    height: 50px;
    position: absolute;
    top: -60px;
    left: 0px;
    background: url(../images/assets/bem-vindo.png) center center no-repeat;
}
section#banner #banner_principal div.banners_textos h2{
    font-family: 'Gotham-Bold';
    font-size: 43px;
    color: #ea4e52;
    margin: 15px 0;
    height: 50px;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: absolute;
    top: 220px;
    left: 0px;
    letter-spacing: 12px;
}
section#banner #banner_principal div.banners_textos p{
    font-family: 'Gotham-Bold';
    font-size: 13px;
    color: #fff;
    height: 10px;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: absolute;
    top: 330px;
    left: 40px;
    letter-spacing: 6px;
}
section#banner #banner_principal div.banners_textos p:after{
    content: "";
    width: 305px;
    height: 10px;
    position: absolute;
    top: -40px;
    left: -44px;
    background: url(../images/assets/divide.png) center center no-repeat;
}
section#banner #banner_principal div.banners_textos a{
	font-family: 'gotham_mediumregular';
    font-size: 12px;
    text-transform: uppercase;
    color: #20663a;
    padding: 20px;
    margin: 15px 0;
    height: 10px;
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    position: absolute;
    top: 210px;
    right: 40%;
    background: #fff;
    border-radius: 30px;
}

section#banner .bannerList .owl-dots {
    bottom: 15px;
    position: absolute;
    height: 20px;
    width: 100%;
    text-align: center;
}
section#banner .bannerList .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
    margin: 0 15px;
}
section#banner .bannerList .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #cccbc4;
    border-radius: 50%;

    z-index: 2;
    cursor: pointer;
    display: inline-block;
}
section#banner .bannerList .owl-dots .owl-dot span:hover,
section#banner .bannerList .owl-dots .owl-dot.active span{
    width: 10px;
    height: 10px;
    background: #fff;
}

/*section#banner .owl-controls{
    width: 1140px;
    margin: 0 auto;
    height: 427px;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -427px;
}
section#banner .owl-nav{
    width: 980px;
    height: 50px;
    z-index: 2;
    display: block;
    text-align: center!important;
    bottom: 0px;
    position: relative;
    margin: 0 auto;
}*/

section#banner .owl-pagination .owl-page span:hover, section#banner .owl-pagination .owl-page.active span{
    background: #fff;
}

section#banner .owl-buttons .owl-prev{
	width: 56px;
	height: 56px;
    border-radius: 50px;
	background:#20663a;
	display: block;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;   
	top: 0px;
	left: 0px;
   background: url(../images/assets/seta-banner.png) no-repeat bottom left;
}
section#banner .banner_item {
    background-size: cover;
    background-position: center;
}
section#banner .owl-buttons .owl-prev:hover{
	background: url(../images/assets/seta-banner.png) no-repeat top left;
}
section#banner .owl-buttons .owl-next:hover{
	background: url(../images/assets/seta-banner.png) no-repeat top right;
}
section#banner .owl-buttons .owl-next{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background:#20663a;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;   
    top: 0px;
    right: 0px;
    background: url(../images/assets/seta-banner.png) no-repeat bottom right;
}

/*FIM BANNER*/
/*COMEÇO CONTEUDO*/
section.home{
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding-bottom: 100px;
}
section.home .conteudo{
    width: 980px;
    display: block;
    margin: 0 auto; 
    min-height: 500px;
    padding-top: 20px;

} 

section.home .conteudo .top{
    display: inline-block;
    width: 100%;
    height: 200px;
}

section.home .conteudo .promo:hover{
    background-size: 110%;
}
section.home .conteudo .promo{
    width: 230px;
    height: 195px;
    display: block;
    float: left;
    margin-right: 12px;
    position: relative;
    background: url(../images/assets/promo.jpg) center center no-repeat;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-size: 100%;
}
section.home .conteudo .promo:hover span.super_oferta,
section.home .conteudo .promo.anima span.super_oferta{
    max-height: 50px;
    height: 50px;
    opacity: 1;
}
section.home .conteudo .promo:hover span.super_oferta svg,
section.home .conteudo .promo.anima span.super_oferta svg{
   top: 50px;
}
section.home .conteudo .promo span.super_oferta{
    width: 66px;
    max-height: 0px;
    height: 0px;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    background: url(../images/assets/super-oferta.png) center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    
}
section.home .conteudo .promo span.super_oferta svg{
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
section.home .conteudo .promo .valor{
    width: 136px;
    height: calc(136px - 40px);
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    padding-top: 40px;
    z-index: 1;
}
section.home .conteudo .promo .valor span.nome{
    font-family: 'montserratextra_bold';
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    height: auto;
    position: relative;
    color: #fff;
    /* top: 25px; */
    text-align: center;
    width: 100%;
    z-index: 10;
}
section.home .conteudo .promo .valor span.preco{
    font-family: 'montserratextra_bold';
    font-size: 30px;
    line-height: 12px;
    display: table;
    position: relative;
    color: #fff;
    top: -8px;
    /* float: left; */
    text-align: center;
    width: auto;
    min-width: 10px;
    height: auto;
    z-index: 10;
    margin: 15px auto;
}
section.home .conteudo .promo .valor span.preco sub:first-of-type {
    top: 0px;
    left: -25px;
}
section.home .conteudo .promo .valor span.preco sub:last-of-type {
    top: -10px;
    right: -26px;
}
section.home .conteudo .promo .valor span.preco sub{
    font-size: 15px;
    position: absolute;
}
section.home .conteudo .promo .valor .bg_valor{
    width: 136px;
    height: 136px;
    display: block;
    background: url(../images/assets/bg-promo1.png) center center no-repeat;
    -webkit-animation: roda 60s linear infinite;
    -o-animation: roda 60s linear infinite;
    animation: roda 60s linear infinite;
    z-index: 9;
    position: absolute;
    top: 0px;
    left: -1px;
    
}
section.home .conteudo .promo .valor .bg_valor2{
    width: 140px;
    height: 140px;
    opacity: 0.4;
    display: block;
    background: url(../images/assets/bg-promo2.png) center center no-repeat;
    background-size: contain;
    -webkit-animation: roda_ant 60s linear infinite;
    -o-animation: roda_ant 60s linear infinite;
    animation: roda_ant 60s linear infinite;
    z-index: 8;
    position: absolute;
    top: 0px;
    left: -1px;
    
}

section.home .conteudo .promo_dia:hover{
    background-size: 110%;
}
section.home .conteudo .promo_dia{
    width: 230px;
    height: 195px;
    display: block;
    float: left;
    margin-right: 12px;
    position: relative;
    background: url(../images/assets/promo-do-dia.jpg) center center no-repeat;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-size: 100%;
}
section.home .conteudo .promo_dia a,
section.home .conteudo .promo a{
    width: 100%;
    height: 100%;
    display: block;
}

section.home .conteudo .promo_dia .bg_info{
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    display: block;
    background: url(../images/assets/promo-dia.png) center bottom no-repeat;

}
section.home .conteudo .promo_dia .info{
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    line-height: 25px;
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    padding: 0 30px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
}
section.home .conteudo .info_promo{
    width: 415px;
    height: 200px;
    display: block;
    float: left;
}
section.home .conteudo .info_promo .linha{
  	width: 481px;
    padding-right: 12px;
    /*height: 65px;*/
    display: block;
    float: left;
    padding-bottom: 8px;
}
section.home .conteudo .info_promo .linha span:nth-child(1){
    font-family: 'montserratregular';
    font-size: 12px;
    line-height: 12px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: calc(36% - 20px);
    letter-spacing: 2px;
    text-align: left;
    height: auto;
    padding-top: 13px;
    padding-left: 8px;
}

section.home .conteudo .info_promo .linha span:nth-child(2){
    font-family: 'montserratbold';
    font-size: 40px;
    line-height: 12px;
    display: block;
    color: #fff;
    float: left;
    width: 20%;
    text-align: left;
    height: auto;
    padding-top: 27px;
}
section.home .conteudo .info_promo .linha:nth-child(2) span:nth-child(1) b{
    letter-spacing: 3.4px;
}
section.home .conteudo .info_promo .linha span:nth-child(3){
	font-family: 'montserratregular';
    font-size: 11px;
    line-height: 12px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 46%;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 0;
    height: auto;
    padding-top: 22px;

}
section.home .conteudo .info_promo .linha span:nth-child(1) b{
    font-size: 20px;
    display: inline-block;
    width: 100%;
    line-height: 25px;
}
section.home .conteudo .info_promo .linha:nth-child(1){
    background: #172f50;
}
section.home .conteudo .info_promo .linha:nth-child(2){
    background: #ea4e52;
}
section.home .conteudo .info_promo .linha:nth-child(3){
    background: #00ae92;
}

section.home .conteudo .info_promo .linha:nth-child(3) a b{
    font-family: 'montserratbold';
}
section.home .conteudo .info_promo .linha:nth-child(3) a{
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    line-height: 12px;
    display: block;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    letter-spacing: 3px;
    padding-top: 27px;
}



section.home .conteudo .linha-destaque.anima{
    width: 100%;
}
section.home .conteudo .linha-destaque{
    width: 0%;
    height: 60px;
    margin: 10px auto;
    display: block;
    overflow: hidden;
    background: url(../images/assets/linha-destaque.png) center bottom no-repeat;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

section.home .conteudo .produtos,
section.home .conteudo .produtos ul.lista-produtos{
    width: 100%;
    height: auto;
    display: inline-block;
}

section.home .conteudo .linha-destaque span{
    font-family: 'montserratsemi_bold';
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #bdbdbd;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px 30px;
}
section.home .conteudo .linha-destaque span b{
    display: inline-block;
    font-size: 24px;
    margin-bottom: 5px;
    color: #ea4e52;
}
section.home .como-funciona-lista .owl-prev {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 0px;
    left: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat 0px 0px !important;
}
section.home .como-funciona-lista .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 0px;
    right: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat -56px 0px !important;
}
section.home .como-funciona-lista{
    width: 90%;
    margin-left: 7%;
    height: 130px;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
}
section.home .como-funciona-lista.anima .box:after,
section.home .como-funciona-lista:hover .box:after{
    -webkit-transform: translate3d(0px,40px,0px);
    -moz-transform: translate3d(0px,40px,0px);
    -ms-transform: translate3d(0px,40px,0px);
    -o-transform: translate3d(0px,40px,0px);
    transform: translate3d(0px,40px,0px);
    opacity: 1;
}
section.home .como-funciona-lista.anima .box,
section.home .como-funciona-lista:hover .box{
    opacity: 1;
}

section.home .como-funciona-lista.anima .box-div,
section.home .como-funciona-lista:hover .box-div{
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    opacity: 1;
}
section.home .como-funciona-lista .box:nth-child(1):after,
section.home .como-funciona-lista .box:nth-child(1){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
section.home .como-funciona-lista .box-div:nth-child(2){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
section.home .como-funciona-lista .box:nth-child(3):after,
section.home .como-funciona-lista .box:nth-child(3){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
section.home .como-funciona-lista .box-div:nth-child(4){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
section.home .como-funciona-lista .box:nth-child(5):after,
section.home .como-funciona-lista .box:nth-child(5){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
section.home .como-funciona-lista .box-div:nth-child(6){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
section.home .como-funciona-lista .box:nth-child(7):after,
section.home .como-funciona-lista .box:nth-child(7){
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
section.home .como-funciona-lista .box:after{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10%;
    right: 30px;
    display: block;
    background: url(../images/icon/check.png) center bottom no-repeat;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}
section.home .como-funciona-lista .box{
    width: 17%;
    height: 100px;
    display: block;
    float: left;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.home .como-funciona-lista .box-div:after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10%;
    background: #bdbdbd;
    z-index: 9;


}
section.home .como-funciona-lista .box-div{
    width: 10%;
    height: 35px;
    display: block;
    float: left;
    position: relative;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0px,-100px,0px);
    -moz-transform: translate3d(0px,-100px,0px);
    -ms-transform: translate3d(0px,-100px,0px);
    -o-transform: translate3d(0px,-100px,0px);
    transform: translate3d(0px,-100px,0px);
}
section.home .como-funciona-lista .box-div span{
    width: 22px;
    height: 22px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
    position: relative;
    background: #fff;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    color: #bdbdbd;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    z-index: 10;
}
section.home .como-funciona-lista .box img{
    width: auto;
    margin: 0 auto 8px;
    display: block; 
}
section.home .como-funciona-lista .box span{
    display: inline-block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    color: #172f50;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}


/*MINI GALERIA*/
section.home .mini-galeria .owl-prev {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 130px;
    left: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat 0px 0px !important;
}
section.home .mini-galeria .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 130px;
    right: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat -56px 0px !important;
}
section.home .mini-galeria{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

section.home .mini-galeria div.box{
    position: relative;
}
section.home .mini-galeria div.box:first-of-type{
    width: 30%;
    height: 310px;
    float: left;
    display: block;
}

section.home .mini-galeria div.box:nth-child(2){
    width: 40%;
    height: 310px;
    float: left;
    display: block;
}
section.home .mini-galeria div.box:last-of-type{
    width: 30%;
    height: 310px;
    float: right;
    display: block;
}
section.home .mini-galeria div.mini-box:nth-child(1){
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ea4e52;

}
section.home .mini-galeria div.mini-box:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0px;
}
section.home .mini-galeria div.mini-box:nth-child(3) img,
section.home .mini-galeria div.mini-box:nth-child(4) img{
    width: 100%!important;
}
section.home .mini-galeria div.mini-box:nth-child(3){
    position: absolute;
    width: 60%;
    height: 70%;
    top: 0%;
    left: 40%;
}

section.home .mini-galeria div.mini-box:nth-child(4){
    position: absolute;
    width: 30%;
    height: 30%;
    top: 70%;
    left: 40%;
}
section.home .mini-galeria div.mini-box:nth-child(5){
    position: absolute;
    width: 30%;
    height: 30%;
    top: 70%;
    left: 70%;
    background: #172f50;
}
section.home .mini-galeria div.mini-box{
    width: 40%;
    height: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

}
section.home .mini-galeria div.mini-box img.ico{
    margin: auto auto!important;
}
section.home .mini-galeria div.box:last-of-type img.ico {
    margin-top: 70px;
    margin-bottom: 10px;
}
section.home .mini-galeria div.box a {
    width: 100%;
    height: 100%;
    display: block;
}
section.home .mini-galeria div.box:hover .prod-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
section.home .mini-galeria div.box .prod-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
section.home .mini-galeria div.box .prod-img img {
    width: auto;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
section.home .mini-galeria div.box div.info {
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    line-height: 25px;
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    text-align: center;
    padding: 0 30px;
    letter-spacing: 5px;
    position: absolute;
    color: #fff;
    top: 30px;
    text-transform: uppercase;
}
section.home .mini-galeria div.box img.ico {
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}
section.home .mini-galeria div.box span.info {
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    line-height: 25px;
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    padding: 0 30px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
}
/*FIM MINI GALERIA*/






/*DEPOIMENTOS*/

section.home div.depoimentos{
    width: calc(100% - 350px);
    height: 400px;
    display: block;
    background: #ea4e52;
    float: left;
    margin-right: 6px;
}
section.home div.depoimentos span.top{
    font-family: 'montserratsemi_bold';
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    height: 60px;
    letter-spacing: 4px;
    background: url(../images/icon/depoimentos.png) center bottom no-repeat;
}

section.home div.depoimentos img.user{
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    display: block;
    margin: 60px 0 0 50px;
}
section.home div.depoimentos div.banners_textos{
    width: 50%;
    display: block;
    height: auto;
    float: left;
    margin-left: 10px;
    padding: 30px;
    position: relative;
} 
section.home div.depoimentos div.banners_textos div.dep {
    display: block!important;
    width: 100%!important;
    max-height: 225px!important;
    margin-top: -25px;
    overflow-y: auto;
    padding: 0px;
    position: relative;
}


section.home div.depoimentos div.banners_textos div.dep::-webkit-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home div.depoimentos div.banners_textos div.dep::-moz-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home div.depoimentos div.banners_textos div.dep::-o-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home div.depoimentos div.banners_textos div.dep::-ms-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home div.depoimentos div.banners_textos div.dep::scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
    display: none;
}


section.home div.depoimentos div.banners_textos div.dep::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
section.home div.depoimentos div.banners_textos div.dep::-moz-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}
section.home div.depoimentos div.banners_textos div.dep::-o-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}
section.home div.depoimentos div.banners_textos div.dep::-ms-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}

section.home div.depoimentos div.banners_textos div.dep::scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}


section.home div.depoimentos div.banners_textos:after{
    content: "";
    width: 30px;
    height: 22px;
    display: block;
    position: absolute;
    bottom: 70px;
    right: -10px;
    background: url(../images/icon/depoimentos-right.png) center center no-repeat;
}
section.home div.depoimentos div.banners_textos:before{
    content: "";
    width: 30px;
    height: 22px;
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
    background: url(../images/icon/depoimentos-left.png) center center no-repeat;
}
section.home div.depoimentos div.banners_textos p{
    font-family: 'montserratlight';
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    width: 100%;
    text-align: justify;
    position: relative;
    margin-bottom: 10px;
}

section.home div.depoimentos div.banners_textos h2{
    font-family: 'montserratbold';
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    width: 100%;
    text-align: left;
}
section.home div.depoimentos .owl-wrapper {
    position: relative;
}
section.home div.depoimentos .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
}

section.home div.depoimentos .owl-controls.clickable {
    width: 100%;
    top: -160px;
    height: 1px;
    position: relative;
    z-index: 8;
}

section.home div.depoimentos .owl-carousel .owl-pagination{
    display: none!important;
}

section.home div.depoimentos .owl-pagination .owl-page span:hover, section.home div.depoimentos .owl-pagination .owl-page.active span{
    background: #fff;
}

section.home div.depoimentos .owl-buttons .owl-prev{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background:#20663a;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;   
    top: -140px;
    left: 0px;
    -webkit-transform:  scale(0.6);
    -ms-transform:  scale(0.6);
    -o-transform:  scale(0.6);
    transform:  scale(0.6);
   background: url(../images/assets/seta-banner.png) no-repeat bottom left;
}
section.home div.depoimentos .banner_item {
    background-size: cover;
    background-position: center;
}
section.home div.depoimentos .owl-buttons .owl-prev:hover{
    background: url(../images/assets/seta-banner.png) no-repeat top left;
}
section.home div.depoimentos .owl-buttons .owl-next:hover{
    background: url(../images/assets/seta-banner.png) no-repeat top right;
}
section.home div.depoimentos .owl-buttons .owl-next{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background:#20663a;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;   
    top: -140px;
    right: 0px;
    -webkit-transform:  scale(0.6);;
    -ms-transform:  scale(0.6);;
    -o-transform:  scale(0.6);;
    transform:  scale(0.6);;
    background: url(../images/assets/seta-banner.png) no-repeat bottom right;
}

/*FIM DEPOIMENTOS*/



/*FACEBBOK*/
section.home div.facebook{
    width: 344px;
    height: 400px;
    display: block;
    float: left;
}


/*FIM FACEBBOK*/




/*FIM CONTEUDO*/




@media only screen 
and (min-width : 0px) 
and (max-width : 360px) {
    section.home .conteudo .info_promo .linha span:nth-child(1){
      font-size: 9px;
    }
    section.home .conteudo .info_promo .linha span:nth-child(3){
      font-size: 10px;
    }
    section.home .conteudo .info_promo .linha span:nth-child(1) b{
      font-size: 16px;
    }
    section.home .conteudo .info_promo .linha span:nth-child(2){
      font-size: 35px;
    }
    section.home .conteudo .info_promo .linha:nth-child(3) a{
        font-size: 20px;
        line-height: 20px;
        padding-top: 15px;
    }
    section.home .conteudo .info_promo .linha:nth-child(3) a sub {
        display: inline-block;
        width: 100%;
    }
}






















