


/*COMEÇO BANNER*/
section#banner{
	width: 100%;
	float: left;
	height: auto;
	display: block;
    min-height: 300px;
    clear: both;
}
section#banner .conteudo {
    width: 980px;
    display: block;
    margin: 0 auto;
    min-height: 310px;
    padding-top: 20px;
}
section#banner #banner_principal,
section#banner #banner_principal .owl-wrapper-outer{
    position: relative;
    width: 630px;
    overflow: hidden;
    height: 380px;
    float: left;
    margin-right: 10px;
}
section#banner .top {
    display: block;
    float: left;
    height: auto;
    width: 340px;
}
section#banner .top .promo {
    height: 185px;
    margin-bottom: 10px;
}
section#banner .top .promo a:hover span.tags {
    background: #898989;
}
section#banner .top .promo a:hover strong {
    color: #f1592a;
}
section#banner .top .promo:hover a {
  background-size: 110%;
}
section#banner .top .promo a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-repeat: 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;
}
section#banner .top .promo a span.tags {
    font-family: 'robotolight';
    font-size: 13px;
    color: #fff;
    background: #000;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    padding: 5px 10px;
    letter-spacing: 1px;
    /* margin-top: 40px; */
    -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#banner .top .promo a span.to {
  position: absolute;
  width: 100%;
  display: inline-block;
  bottom: 0px;
  left: 0px;
}
section#banner .top .promo a span.titulo {
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    height: auto;
    width: auto;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    max-width: 80%;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    text-align: left;
    -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;
    /* position: absolute;
    bottom: 0px; */
}
section#banner .top .promo a strong {
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 10px 20px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -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#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: 380px;
	
}
section#banner #banner_principal .bannerList .owl-controls{
    width: 90%!important;
    height: 50%;
    top: 160px;
    /* background: red; */
}
section#banner #banner_principal .bannerList .owl-controls .owl-buttons {
    top: -30px;
    position: absolute;
    width: 100%;
}
section#banner #banner_principal .bannerList .owl-pagination {
    top: 70%;
    width: 100%;
    height: auto;
    position: absolute;
}
/*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: 100%;
    height: auto;
    display: block;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 8;
}


section#banner #banner_principal div.banners_textos span.tags{
    font-family: 'robotolight';
    font-size: 14px;
    color: #fff;
    background: #000;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    -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#banner #banner_principal div.banners_textos span.titulo{
    font-family: 'robotolight';
    font-size: 28px;
    line-height: 40px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    height: auto;
    width: auto;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    max-width: 60%;
    clear: left;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    float: left;
    text-align: left;
}

section#banner #banner_principal div.banners_textos a{
    display: block;
}

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-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_principal:hover .banner_item {
  background-size: 110%; 
}
section#banner .banner_item {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    -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#banner .banner_item:hover span.tags{
  background: #898989!important;
}
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*/
main.home{
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding-bottom: 100px;
    overflow-x: hidden;
}
main.home .mobile.sub-menu-inter{
  display: none;
}
main.home .conteudo{
    width: 980px;
    display: block;
    margin: 0 auto; 
    min-height: 500px;
    padding-top: 20px;

}



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

} 
/*SECTION ESQ*/
main.home section.list{
  width: calc(100% - 300px);
  float: left;
  display: inline-block;
  padding-right: 30px;
  /* margin-bottom: 50px; */
  position: relative;
}
main.home .banner {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
main.home .banner .b336{
  width: 336px;
  min-height: 270px;
  display: inline-block;
  margin-right: 3px;
  max-width: 336px;
  float: left;
}
main.home .banner .b250{
  width: 250px;
  height: auto;
  display: block;
  margin-right: 3px;
}
main.home .banner .b638{
  width: 638px;
  height: auto;
  display: block;
  float: left;
}
main.home .banner a{
  width: auto;
  height: auto;
  display: block;
  float: left;
}
main.home section.list article:before{
  content: "";
  bottom: 5px;
  left: 0px;
  position: absolute;

  border: 1px solid #000;
  display: inline-block;
  width: 100%;
  height: 5px;
  border-right: 0px;
  border-left: 0px;
}
main.home section.list article{
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 40px;
  /* border-bottom: 1px solid #000; */
  position: relative;
}

main.home section.list article span.tags{
    font-weight: 900;
    font-family: 'robotolight';
    font-size: 14px;
    color: #fff;
    background: #898989;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    -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;
}
main.home section.list article:hover h2.titulo{
  color: #898989;
}
main.home section.list article:hover span.tags{
  background: #010000;
}
main.home section.list article h2.titulo{
  font-family: 'robotolight';
  font-size: 48px;
  line-height: 48px;
  color: #010000;
  height: auto;
  width: auto;
  position: relative;
  margin-top: 10px;
  letter-spacing: 1px;
  width: 100%;
  clear: left;
  float: left;
  text-align: left;
  -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;
}
main.home section.list article span.date{
  color: #010000;
  font-family: 'robotolight';
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}
main.home section.list article span.date span.avatar {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  overflow: hidden;
}
main.home section.list article figure {
  width: calc(100% - 0px);
  height: auto;
  margin: 0px;
  -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;
  overflow: hidden;
  position: relative;
}

main.home section.list article figure img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 1;
  position: relative;
}
main.home section.list article:hover figure 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);
}
main.home section.list article .desk {
  color: #898989;
  font-family: 'robotothin';
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  margin: 24px 0px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  float: left;
  text-align: justify;
  word-wrap: unset;
  font-weight: 900;
}
main.home section.list article .desk a{
  color: #c47f75;
  border-bottom: 1px solid #c47f7569;
}
main.home section.list article .social {
  width: auto;
  height: auto;
  display: block;
  color: #000;
  float: right;
}
main.home section.list article .social a:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #898989;
}

main.home section.list article .social a{
  width: 20px;
  height: auto;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 36px;
  float: left;
  padding: 0px 7px 0;
  text-align: center;
  -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;
}
main.home section.list article .social a.whats{
  display: none;
}
main.home section.list article:hover span.leia {
  background: #898989;
}
main.home section.list article span.leia {
  font-weight: 900;
  font-family: 'robotomedium';
  font-size: 15px;
  color: #fff;
  background: #010000;
  height: auto;
  display: block;
  float: left;
  width: auto;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  padding: 7px 15px;
  letter-spacing: 3px;
  -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;
}

/* FIM SECTION ESQ*/
/* SECTION DIR ASIDE*/
main.home aside {
    /* background: red; */
    width: 270px;
    float: right;
    display: inline-block;
    min-height: 200px;
    clear: inherit;
}
main.home aside .banner a,
main.home aside .banner a img{
  width: 100%!important;
}
main.home aside .agenda{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.home aside .edicao{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 280px;
}
main.home aside span.titulo{
  font-family: 'robotolight';
  font-size: 36px;
  line-height: 36px;
  color: #010000;
  height: auto;
  width: auto;
  position: relative;
  margin-top: 10px;
  letter-spacing: 1px;
  width: 100%;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: left;
  text-align: left;
  -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;
}
main.home aside span.sub {
    color: #010000;
    font-family: 'robotolight';
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
}
main.home aside .edicao a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
main.home aside .edicao figure {
    width: calc(100% - 0px);
    height: auto;
    margin: 0px;
    -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;
    overflow: hidden;
    position: relative;
}
main.home aside .edicao figure img {
    width: 100%;
    -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;
    z-index: 1;
    position: relative;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
main.home aside .edicao figure:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
main.home aside .edicao a.assinar:hover,
main.home aside .edicao a.comprar:hover{
    background: #898989;
}
main.home aside .edicao a.comprar {
  font-family: 'robotoregular';
  font-size: 16px;
  color: #fff;
  background: #010000;
  height: auto;
  display: block;
  float: left;
  width: calc(100% - 30px);
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 2px;
  -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;
  margin-bottom: 5px;
}
main.home aside .edicao a.assinar {
  font-family: 'robotoregular';
  font-size: 16px;
  color: #fff;
  background: #363636;
  height: auto;
  display: block;
  float: left;
  width: calc(100% - 30px);
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 2px;
  -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;
  margin-bottom: 5px;
}
main.home aside .edicao:before,
main.home aside .agenda:before {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  border: 1px solid #000;
  display: inline-block;
  width: 100%;
  height: 5px;
  border-right: 0px;
  border-left: 0px;
}
main.home aside .agenda .slider{
  margin-top: 15px;
  float: left;
  overflow: hidden;
}
main.home aside .agenda .slider .owl-wrapper-outer{
    position: relative;
}
main.home aside .agenda .slider .owl-controls{
    width: 80px;
    position: absolute;
    right: 20px;
    top: 30px;
    display: inline-block;
    height: 40px;
}
main.home aside .agenda .slider .owl-buttons {
    width: 100%;
    /* position: absolute; */
    /* right: 0px; */
    display: inline-block;
    height: 20px;
}
main.home aside .agenda .slider .owl-controls .owl-next {
    right: 5px;
    background-position: -50px -8px;
    background-size: 80px;
    height: 25px;
    width: 20px;
}
main.home aside .agenda .slider .owl-controls .owl-prev {
    right: 5px;
    background-position: -8px -8px;
    background-size: 80px;
    height: 25px;
    width: 20px;
}
main.home aside .agenda .slider span.titulo{

}
main.home aside .agenda .slider,
main.home aside .agenda .slider .lista{
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}

main.home aside .agenda .slider .lista a{
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  display: block;
  padding: 20px;
  padding-top: 80px;
  border: 1px solid #000;
  -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;
}
main.home aside .agenda .slider .owl-item:hover a{
  border: 1px solid #898989!important;
  color: #898989;
}
main.home aside .agenda .slider .owl-item:hover span.date{
  background: #898989;
}
main.home aside .agenda .slider .owl-item:hover span.txt{
  /* color: #898989; */
}
main.home aside .agenda .slider .lista span.date{
  color: #fff;
  background: #010000;
  font-family: 'robotobold';
  font-size: 25px;
  line-height: 24px;
  display: inline-block;
  width: 35px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  -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;
}
main.home aside .agenda .slider .lista span.date strong{
  font-size: 18px;
  line-height: 18px;
  font-family: 'robotolight';
}
main.home aside .agenda .slider .lista span.txt {
  font-family: 'robotolight';
  font-size: 40px;
  line-height: 44px;
  color: #010000;
  max-height: 170px;
  width: 100%;
  position: relative;
  margin-top: 10px;
  letter-spacing: 1px;
  width: 100%;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  float: left;
  text-align: left;
  -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;
}
main.home aside .agenda .slider .lista span.saiba {
    color: #010000;
    font-family: 'robotolight';
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}

main.home aside .colunista{
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
main.home aside .colunista span.titulo{
  margin-bottom: 10px;
}
main.home aside .colunista a.list span.avatar{
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
}
main.home aside .colunista a.list:hover{
  color: #898989;
}
main.home aside .colunista a.list{
  color: #010000;
  font-family: 'robotolight';
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin: 20px 0px 0px;
  -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;
}
/* FIM SECTION DIR ASIDE*/

/* GUIA */
section.guias .guia *{
  z-index: 2;
}
section.guias .guia {
  width: calc(50% - 42px);
  height: auto;
  float: left;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  border: 15px solid #fff;
}
section.guias .guia:before{
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  display: block;
  background: transparent;
  top: -15px;
  left: -15px;
  position: absolute;
  z-index: 1;
  border: 1px solid #000;
}

section.guias .guia:last-of-type{
  /* width: calc(50% - 0px); */
  margin-right: 0px;
}
section.guias .guia span.titulo {
  color: #fff;
  width: calc(100% - 60px);
  text-align: left;
  font-family: 'robotolight';
  display: inline-block;
  font-size: 37px;
  line-height: 37px;
  padding: 50px 30px 0px;
  letter-spacing: 0px;
}
section.guias .guia span.txt {
  color: #fff;
  width: calc(100% - 66px);
  text-align: left;
  font-family: 'robotolight';
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  padding: 0px 33px;
  margin-bottom: 10px;
}
section.guias .guia form{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}

section.guias .guia form div.linha {
  width: calc(100% - 70px);
  height: auto;
  display: block;
  margin: 0px auto 15px;
  background: none;
}
section.guias .guia form div.linha div.box-input {
  width: 100%;
  display: inline-block;
  position: relative;
}
section.guias .guia form div.linha div.box-input input::placeholder{
  color: #fff!important;
}
section.guias .guia form div.linha div.box-input input {
  width: calc(100% - 40px);
  font-family: 'montserratregular';
  font-size: 13px;
  height: 18px;
  display: block;
  line-height: 10px;
  color: #fff;
  border: 1px solid #cdcbcb;
  outline: none;
  padding: 15px 20px;
  background: none;
}
section.guias .guia form div.linha div.box-select {
  width: 100%;
  display: inline-block;
  position: relative;
}
section.guias .guia form div.linha div.box-select i {
  position: absolute;
  bottom: 33%;
  right: 10px;
  color: #fff;
}
section.guias .guia form div.linha div.box-select label {
  width: calc(100% - 40px);
  font-family: 'robotoregular';
  font-size: 13px;
  height: auto;
  display: block;
  line-height: 10px;
  color: #fff;
  border: 1px solid #fff;
  outline: none;
  padding: 15px 20px;
  font-weight: 600;
}
section.guias .guia form div.linha div.box-select select {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
section.guias .guia form button#btnEnviar {
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-family: 'robotomedium';
    font-size: 16px;
    -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;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 0px;
    width: auto;
    height: auto;
    display: block;
    margin: 0px auto 15px;
    cursor: pointer;
    float: left;
    margin-left: 35px;
    cursor: pointer;
    outline: none;
    position: relative;
}
section.guias .guia form button#btnEnviar:hover {
  background: #000!important;
}






/* FIM GUIA */

/* COMPRE */
section.compre{
  width: 100%;
  /* max-height: 350px; */
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
section.compre:before {
  content: "";
  bottom: 5px;
  left: 0px;
  position: absolute;
  border: 1px solid #000;
  display: inline-block;
  width: 100%;
  height: 5px;
  border-right: 0px;
  border-left: 0px;
}
section.compre span.top{
  color: #010000;
  width: 100%;
  text-align: left;
  font-family: 'robotothin';
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-top: 30px;
}
section.compre ul.lista-produtos .produ-nome{
  color: #010000;
  width: 90%;
  text-align: left;
  font-family: 'robotoregular';
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 35px;
  margin: 0px 5%;
}
section.compre ul.lista-produtos .valor,
section.compre ul.lista-produtos .btnAddProduto{
  display: none;
}
section.compre ul.lista-produtos .ed{
  color: #010000;
  width: 90%;
  text-align: left;
  font-family: 'robotolight';
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 25px;
  margin: 3px 5%;
}
section.compre ul.lista-produtos {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}
section.compre ul.lista-produtos .owl-wrapper-outer{
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: auto;
}
section.compre ul.lista-produtos .owl-buttons {
    z-index: 2;
    position: relative;
}
section.compre ul.lista-produtos .owl-controls {
    width: 110%;
    display: block;
    position: absolute;
    height: 60px;
    bottom: -60px;
    left: -5%;
    top: inherit;
    z-index: 1;
}
section.compre ul.lista-produtos li {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
section.compre ul.lista-produtos .owl-prev,
section.compre ul.lista-produtos .owl-next{
  top: -230px;
  z-index: 3!important;
  width: 45px;
  height: 45px;
}
section.compre ul.lista-produtos .owl-next{
  background-position: -61px -5px !important
}
section.compre ul.lista-produtos .owl-prev{
  background-position: -5px -5px !important;
}
/* FIM COMPRE */

/* TEMAS */
section.temas {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.temas div.box {
  width: calc(33% - 20px);
  float: left;
  height: auto;
  display: inline-block;
  margin: 0px 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
section.temas span.titulo {
    color: #010000;
    width: 100%;
    text-align: left;
    font-family: 'robotolight';
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
section.temas span.desk {
    color: #010000;
    width: 100%;
    text-align: left;
    font-family: 'robotolight';
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    display: block;
    height: auto;
}
section.temas figure {
    width: calc(100% - 0px);
    height: auto;
    margin: 0px;
    -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;
    overflow: hidden;
    position: relative;
}
section.temas figure img {
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 1;
    position: relative;
}
section.temas div.box:hover figure 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.temas.mini div.box {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
section.temas.mini div.box figure{
  width: 40%;
  float: left;
  display: initial;
  margin-right: 15px;
  clear: both;
}
section.temas.mini div.box span.desk{
  width: calc(100% - 0px);
  text-align: left;
  font-family: 'robotolight';
  /* display: inline-block; */
  font-size: 18px;
  line-height: 18px;
  height: auto;
  /* float: left; */
}
/* FIM TEMAS */





/*FIM CONTEUDO*/


/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen 
and (min-width : 768px) 
and (max-width : 900px) {
  main.home aside .edicao{
    width: 40%;
    display: block;
    margin: 0 5%;
    float: left;
  }
  main.home .banner.top {
    width: 50%;
    float: left;
  }
  main.home .banner .b638, main.home .banner .b336 {
    max-width: calc(50% - 5px);
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 900px) {
  main.home section.list {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
  main.home aside .agenda .slider .owl-controls {
    width: 80px!important;
    top: 30px!important;
  }
  main.home .banner .b250,
  main.home .banner .b250 img{
    width: 100%;
  }
  main.home .conteudo {
    width: calc(100% - 40px)!important;
    height: auto;
    margin: 0 20px!important;
    display: block;
  }
  main.home aside{
    width: 100%;
    display: inline-block;
  }
  main.home aside.is-active {
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    background: #ffff;
    width: calc(100vw - 60px);
    height: calc(100vh - 100px);
    z-index: 999;
    padding: 30px;
    padding-top: 70px;
    margin: 0px;
    overflow-y: auto;
  }
  main.home .mobile.sub-menu-inter{
    display: block;
    right: 10px;
  }
  main.home .mobile.sub-menu-inter.is-active {
    position: fixed;
    top: 10px;
    right: 0px;
    display: block!important;
    z-index: 9999;
  }
  section.compre ul.lista-produtos .owl-prev, 
  section.compre ul.lista-produtos .owl-next {
      top: -10px;
  }
  section.compre ul.lista-produtos .produ-nome,
  section.compre ul.lista-produtos .desk{
    text-align: center;
  }
  section.compre ul.lista-produtos .owl-controls{
    left: 0px;
  }
  div#banner_principal {
    width: 90%!important;
    margin: 0 5% 20px;
    height: 220px!important;
  }
  section#banner #banner_principal .owl-wrapper-outer{
    width: 100%;
    height: 220px!important;
  }
  section#banner .banner_item{
    height: 220px!important; 
  }

  section.home .como-funciona-lista .owl-prev{
    background: url(../images/assets/seta-banner-laranja.png) no-repeat 0px 0px !important;
  }
  section.home .como-funciona-lista .owl-next{
    background: url(../images/assets/seta-banner-laranja.png) no-repeat -56px 0px !important;
  }

  section#banner #banner_principal div.banners_textos span.titulo{
    max-width: calc(80% - 20px);
  }
  
  section#banner .top .promo {
    width: 50%;
    float: left;
  }


}


@media only screen 
and (min-width : 0px) 
and (max-width : 650px) {

  section.guias .guia, 
  section.guias .guia:last-of-type {
      width: calc(100% - 25px);
      margin: 5px 0px 20px;
  }

}
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
  main.home section.list article h2.titulo{
    font-size: 38px;
    line-height: 38px;
    height: auto;
    -webkit-line-clamp: 20;
  }
  section.compre ul.lista-produtos .ed{
    text-align: center;
  }
  section.temas.mini div.box span.desk {
    width: calc(100% - 0px);
    padding-left: 0px;
  }
  section.temas.mini div.box figure {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  div.socialBox {
    width: calc(100% - 20px) !important;
    margin-bottom: 30px !important;
  }
  div.socialBox iframe {
    margin: 20px;
    width: calc(100% - 40px);
  }

  section.temas div.box {
    width: calc(100% - 20px);
  }
  section#banner #banner_principal div.banners_textos span.titulo{
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 20px;
    padding: 0px 10px;
    border: 10px solid rgba(255, 255, 255, 0.21);
  }
  section#banner .top .promo a span.titulo{
    max-width: calc(80% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 20px;
    padding: 0px 10px;
    border: 10px solid rgba(255, 255, 255, 0.21);
  }
  section#banner .top .promo a span.tags{
    margin-top: 60px;
  }
  section#banner .top .promo {
    width: 100%;
    float: left;
  }
  section.guias .guia,
  section.guias .guia:last-of-type {
    width: calc(100% - 25px);
    margin: 5px 0px 20px;
  }
  main.home .banner .b336 img,
  main.home .banner .b638 img{
    width: 100%;
  }
  main.home .banner .b638,
  main.home .banner .b336{
    width: 100%;
    margin: 0px;
  }
}



@media only screen 
and (min-width : 415px) 
and (max-width : 900px) {

  section.temas span.desk{
    display: inline-block;
    overflow: initial;
    height: auto;
  }
  section.temas.mini div.box figure {
    width: 100%;
  }
  section.temas.mini div.box span.desk {
    width: 100%;
    display: inline-block;
    overflow: initial;
    height: auto;
    float: left;
    padding-left: 0px;
  }
  section.compre ul.lista-produtos .ed{
    text-align: center;
  }

  div.BoxSocial {
    position: relative;
    height: 700px;
  }
  main.home .banner .b336 img,
  main.home .banner .b638 img{
    width: 100%;
  }
  main.home .banner .b638,
  main.home .banner .b336{
    width: calc(100% - 10px);
    margin: 0px;
    margin-right: 5px;
    max-width: calc(50% - 5px);
  }
  div.socialBox.youtube {
    width: calc(100% - 20px);
    margin-top: 30px;
    clear: both;
    float: right;
    margin-right: 0px;
    top: 330px;
    position: absolute;
  }
  div.socialBox.instagram {
    width: calc(50% - 30px);
    height: 310px;
    background: #ebebeb;
    float: left;
  }
  div.socialBox.youtube iframe {
    margin: 20px;
    width: calc(100% - 40px);
  }
  div.socialBox.facebook {
    width: calc(50% - 40px);
    margin-top: 0px;
  }
}
















