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



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

} 
/*SECTION ESQ*/
main.colunista section.list{
  width: calc(100% - 0px);
  float: left;
  display: inline-block;
  padding-right: 0px;
  position: relative;
}
main.colunista 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: 20px;
    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.colunista section.list div.info {
    color: #898989;
    font-family: 'robotothin';
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: inline-block;
    
    float: left;
    text-align: justify;
    font-weight: 900;
}

main.colunista section.list article{
    display: inline-block;
    width: calc(33% - 10px);
    height: auto;
    padding-right: 10px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    /* border-bottom: 1px solid #000; */
    position: relative;
}

main.colunista section.list article:nth-child(3n-2){
    padding-left: 5px;
    padding-right: 5px;
}
main.colunista section.list article:nth-child(3n-1){
    padding-left: 10px;
    padding-right: 0px;
}
main.colunista 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.colunista section.list article:hover h2.titulo{
  color: #898989;
}
main.colunista section.list article:hover span.tags{
  background: #010000;
}
main.colunista section.list article h2.titulo{
  font-family: 'robotolight';
  font-size: 30px;
  line-height: 35px;
  color: #010000;
  height: auto;
  width: auto;
  position: relative;
  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.colunista section.list article span.colunista{
  color: #010000;
  font-family: 'robotolight';
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin: 20px 0px 0px;
  text-transform: capitalize;
}
main.colunista section.list article span.date span.avatar {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  overflow: hidden;
}
main.colunista 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.colunista 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.colunista 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.colunista section.list article .desk {
  color: #898989;
  font-family: 'robotothin';
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  margin: 15px 0px;
  height: 90px;
  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.colunista section.list article .desk a{
  color: #c47f75;
  border-bottom: 1px solid #c47f7569;
}
main.colunista section.list article .social {
  width: auto;
  height: auto;
  display: block;
  color: #000;
  float: right;
}
main.colunista 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.colunista 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.colunista section.list article .social a.whats{
  display: none;
}
main.colunista section.list article:hover span.leia {
  background: #898989;
}
main.colunista 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*/

/*FIM CONTEUDO*/


/*RESPONSIVO*/

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


@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
  main.colunista section.list article{
    width: calc(50% - 20px);
    padding: 10px;
  }
  main.colunista section.list {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
  main.colunista aside .agenda .slider .owl-controls {
    width: 80px!important;
    top: 30px!important;
  }
  main.colunista .banner .b250,
  main.colunista .banner .b250 img{
    width: 100%;
  }
  main.colunista .conteudo {
    width: calc(100% - 40px)!important;
    height: auto;
    margin: 0 20px!important;
    display: block;
  }
  main.colunista aside{
    display: none;
  }
  main.colunista 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.colunista .mobile.sub-menu-inter{
    display: block;
    right: 10px;
  }
  main.colunista .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.colunista 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) {
  main.colunista section.list article{
    width: calc(100% - 0px);
    padding: 0px;
  }
  main.colunista section.list article h2.titulo {
    font-size: 38px;
    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.colunista .banner .b336 img,
  main.colunista .banner .b638 img{
    width: 100%;
  }
  main.colunista .banner .b638,
  main.colunista .banner .b336{
    width: 100%;
    margin: 0px;
  }
}



@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
  main.colunista .banner .b336 img,
  main.colunista .banner .b638 img{
    width: 100%;
  }
  main.colunista .banner .b638,
  main.colunista .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;
  }
}















