/*COLUNISTA*/
main.editoria div.colunista{
    display: inline-block;
    width: calc(100% - 0px);
    height: auto;
    margin-bottom: 10px;
    position: relative;
}
main.editoria div.colunista figure {
    width: 125px;
    height: 125px;
    margin: 0px;
    float: 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;
    overflow: hidden;
    position: relative;
}
main.editoria div.colunista 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.editoria div.colunista h2.titulo {
    font-family: 'robotolight';
    font-size: 30px;
    line-height: 30px;
    color: #010000;
    height: auto;
    width: calc(100% - 155px);
    margin-left: 30px;
    position: relative;
    letter-spacing: 1px;
    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.editoria div.colunista .desk {
  color: #898989;
  font-family: 'robotothin';
  font-size: 14px;
  line-height: 30px;
  width: calc(100% - 155px);
  margin: 15px 0px;
  margin-left: 30px;
  height: auto;
  text-overflow: ellipsis;
  display: inline-block;
  /* -webkit-line-clamp: 3; */
  float: left;
  text-align: justify;
  font-weight: 900;
}
/*FIM COLUNISTA*/



/*COMEÇO CONTEUDO*/
main.editoria{
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding-bottom: 100px;
    overflow-x: hidden;
}
main.editoria .mobile.sub-menu-inter{
  display: none;
}



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

} 
/*SECTION ESQ*/
main.editoria section.list{
  width: calc(100% - 0px);
  float: left;
  display: inline-block;
  padding-right: 0px;
  position: relative;
}
main.editoria section.list span.titulo {
    font-family: 'robotolight';
    font-size: 30px;
    line-height: 30px;
    color: #010000;
    height: auto;
    width: 70%;
    position: relative;
    margin-top: -30px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    clear: left;
    display: block;
    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.editoria .banner {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
main.editoria .banner .b336{
  width: 336px;
  height: auto;
  display: block;
  margin-right: 3px;
}
main.editoria .banner .b250{
  width: 250px;
  height: auto;
  display: block;
  margin-right: 3px;
}
main.editoria .banner .b638{
  width: 638px;
  height: auto;
  display: block;
}
main.editoria .banner a{
  width: auto;
  height: auto;
  display: block;
  float: left;
}
main.editoria 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.editoria section.list article{
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 40px;
  /* border-bottom: 1px solid #000; */
  position: relative;
}

main.editoria 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.editoria section.list article:hover h2.titulo{
  color: #898989;
}
main.editoria section.list article:hover span.tags{
  background: #010000;
}
main.editoria 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.editoria 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.editoria section.list article span.date span.avatar {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  overflow: hidden;
}
main.editoria 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.editoria 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.editoria 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.editoria section.list article .desk {
  color: #898989;
  font-family: 'robotothin';
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  margin: 24px 0px;
  height: auto;
  display: inline-block;
  float: left;
  text-align: justify;
  font-weight: 900;
}
main.editoria section.list article .desk a{
  color: #c47f75;
  border-bottom: 1px solid #c47f7569;
}
main.editoria section.list article .social {
  width: auto;
  height: auto;
  display: block;
  color: #000;
  float: right;
}
main.editoria 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.editoria 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.editoria section.list article .social a.whats{
  display: none;
}
main.editoria section.list article:hover span.leia {
  background: #898989;
}
main.editoria 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.editoria aside {
    /* background: red; */
    width: 270px;
    float: right;
    display: inline-block;
    min-height: 200px;
    clear: inherit;
}
main.editoria aside .agenda{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.editoria aside .edicao{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.editoria 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.editoria aside span.sub {
    color: #010000;
    font-family: 'robotolight';
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
}
main.editoria aside .edicao a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
main.editoria 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.editoria 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.editoria 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.editoria aside .edicao a.assinar:hover,
main.editoria aside .edicao a.comprar:hover{
    background: #898989;
}
main.editoria 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.editoria 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.editoria aside .edicao:before,
main.editoria 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.editoria aside .agenda .slider{
  margin-top: 15px;
  float: left;
  overflow: hidden;
}
main.editoria aside .agenda .slider .owl-wrapper-outer{
    position: relative;
}
main.editoria aside .agenda .slider .owl-controls{
    width: 80px;
    position: absolute;
    right: 20px;
    top: 30px;
    display: inline-block;
    height: 40px;
}
main.editoria aside .agenda .slider .owl-buttons {
    width: 100%;
    /* position: absolute; */
    /* right: 0px; */
    display: inline-block;
    height: 20px;
}
main.editoria aside .agenda .slider .owl-controls .owl-next {
    right: 5px;
    background-position: -50px -8px;
    background-size: 80px;
    height: 25px;
    width: 20px;
}
main.editoria aside .agenda .slider .owl-controls .owl-prev {
    right: 5px;
    background-position: -8px -8px;
    background-size: 80px;
    height: 25px;
    width: 20px;
}
main.editoria aside .agenda .slider span.titulo{

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

main.editoria 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.editoria aside .agenda .slider .owl-item:hover a{
  border: 1px solid #898989!important;
  color: #898989;
}
main.editoria aside .agenda .slider .owl-item:hover span.date{
  background: #898989;
}
main.editoria aside .agenda .slider .owl-item:hover span.txt{
  /* color: #898989; */
}
main.editoria 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.editoria aside .agenda .slider .lista span.date strong{
  font-size: 18px;
  line-height: 18px;
  font-family: 'robotolight';
}
main.editoria 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.editoria 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.editoria aside .colunista{
  width: 100%;
  display: inline-block;
}
main.editoria aside .colunista span.titulo{
  margin-bottom: 10px;
}
main.editoria aside .colunista a.list span.avatar{
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
}
main.editoria aside .colunista a.list:hover{
  color: #898989;
}
main.editoria 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% - 80px);
  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% - 120px);
  text-align: left;
  font-family: 'robotolight';
  display: inline-block;
  font-size: 37px;
  line-height: 37px;
  padding: 50px 60px 0px;
  letter-spacing: 0px;
}
section.guias .guia span.txt {
  color: #fff;
  width: calc(100% - 120px);
  text-align: left;
  font-family: 'robotolight';
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  padding: 0px 63px;
  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% - 120px);
  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: 60px;
    cursor: pointer;
    outline: none;
}
section.guias .guia form button#btnEnviar:hover {
  background: #898989!important;
}






/* FIM GUIA */

/* TAGS */
main.editoria div.tags {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
main.editoria div.tags .top{
    font-family: 'robotolight';
    font-size: 36px;
    line-height: 36px;
    color: #010000;
    height: auto;
    width: 70%;
    position: relative;
    /* margin-top: -30px; */
    margin-bottom: 40px;
    letter-spacing: 1px;
    clear: left;
    display: block;
    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.editoria div.tags .box{
    display: inline-block;
    width: calc(100% - 50px);
    height: auto;
    border: 1px solid #000;
    padding: 25px;
}
main.editoria div.tags .box a:hover{
  color: #898989;
}
main.editoria div.tags .box a:last-of-type:before{
  content: none;
}
main.editoria div.tags .box a:before{
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  border-radius: 20px;
  right: 10px;
  top: calc(50% - 2px);
}
main.editoria div.tags .box a{
  width: auto;
  padding: 5px 25px 5px 0px;
  text-align: left;
  font-family: 'robotolight';
  color: #000;
  /* display: inline-block; */
  font-size: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  float: 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: relative;
}
/* FIM TAGS */
main.editoria a.carregar:hover {
  color: #898989;
}
main.editoria a.carregar {
    font-family: 'robotolight';
    font-size: 24px;
    line-height: 30px;
    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: 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;
}

/* AGENDA */
main.editoria section.list .agenda{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
main.editoria section.list .agenda span.top{
  font-family: 'robotolight';
  font-size: 36px;
  line-height: 36px;
  color: #010000;
  height: auto;
  width: 100%;
  position: relative;
  /* margin-top: -30px; */
  margin-bottom: 40px;
  letter-spacing: 1px;
  clear: left;
  display: block;
  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.editoria section.list .agenda .slider{
  margin-top: 15px;
  float: left;

}
main.editoria section.list .agenda .slider .owl-wrapper-outer{
    position: relative;
    width: calc(100% - 0px);
    margin: 0px;
    display: inline-block;
    /* background: red; */
    /* margin-left: 30px; */
    overflow: hidden;
}
main.editoria section.list .agenda .slider .owl-controls{
  width: calc(100% + 40px);
  position: absolute;
  right: -20px;
  top: 45%;
  display: inline-block;
  height: 40px;
}
main.editoria section.list .agenda .slider .owl-buttons {
    width: 100%;
    /* position: absolute; */
    /* right: 0px; */
    display: inline-block;
    height: 20px;
}
main.editoria section.list .agenda .slider .owl-controls .owl-next {
    right: 5px;
    background-position: -50px -8px;
    background-size: 80px;
    height: 25px;
    width: 20px;
}
main.editoria section.list .agenda .slider .owl-controls .owl-prev {
    right: 5px;
    background-position: -8px -8px;
    background-size: 80px;
    height: 25px;
    width: 20px;
}
main.editoria section.list .agenda .slider span.titulo{

}
main.editoria section.list .agenda .slider{
  width: calc(100% + 0px);
  margin: 0;
  min-height: 300px;
  position: relative;
}
main.editoria section.list .agenda .slider .lista{
  width: 90%;
  margin: 0 5%;
  min-height: 300px;
  display: block;
  position: relative;
}

main.editoria section.list .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.editoria section.list .agenda .slider .owl-item:hover a{
  border: 1px solid #898989!important;
  color: #898989;
}
main.editoria section.list .agenda .slider .owl-item:hover span.date{
  background: #898989;
}
main.editoria section.list .agenda .slider .owl-item:hover span.txt{
  /* color: #898989; */
}
main.editoria section.list .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.editoria section.list .agenda .slider .lista span.date strong{
  font-size: 18px;
  line-height: 18px;
  font-family: 'robotolight';
}
main.editoria section.list .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.editoria section.list .agenda .slider .lista span.saiba {
    color: #010000;
    font-family: 'robotolight';
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}

/* FIM AGENDA */

/* 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: 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: 0px 5%;
}
section.compre ul.lista-produtos .desk{
  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 : 0px) 
and (max-width : 768px) {
  main.editoria section.list {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
  main.editoria aside .agenda .slider .owl-controls {
    width: 80px!important;
    top: 30px!important;
  }
  main.editoria .banner .b250,
  main.editoria .banner .b250 img{
    width: 100%;
  }
  main.editoria .conteudo {
    width: calc(100% - 40px)!important;
    height: auto;
    margin: 0 20px!important;
    display: block;
  }
  main.editoria aside{
    display: none;
  }
  main.editoria 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.editoria .mobile.sub-menu-inter{
    display: block;
    right: 10px;
  }
  main.editoria .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;
  }
  section#banner #banner_principal .owl-wrapper-outer{
    width: 100%;
  }

  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;
  }

  main.editoria section.list .agenda .slider .owl-controls {
    width: calc(100% + 30px)!important;
    right: -15px!important;
  }


}


@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
  section.temas.mini div.box figure{
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  main.editoria div.colunista h2.titulo {
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-top: 20px;
  }
  main.editoria div.colunista .desk {
    width: calc(100% - 0px);
    margin: 15px 0px;
    margin-left: 0px;
  }

  main.editoria section.list article h2.titulo {
    font-size: 33px;
    line-height: 43px;
    -webkit-line-clamp: 3;
  }
  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);
  }
  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.editoria .banner .b336 img,
  main.editoria .banner .b638 img{
    width: 100%;
  }
  main.editoria .banner .b638,
  main.editoria .banner .b336{
    width: 100%;
    margin: 0px;
  }
}



@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
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.temas span.desk{
    display: inline-block;
    overflow: initial;
    height: auto;
  }
  main.editoria .banner .b336 img,
  main.editoria .banner .b638 img{
    width: 100%;
  }
  main.editoria .banner .b638,
  main.editoria .banner .b336{
    width: calc(100% - 10px);
    margin: 0px;
    margin-right: 5px;
  }
  div.socialBox.youtube {
    width: calc(100% - 300px);
  }
  div.socialBox.youtube iframe {
    margin: 20px;
    width: calc(100% - 40px);
  }
  div.socialBox.facebook {
    width: calc(330px - 40px);
    margin-top: 30px;
  }
}















