#wpadminbar{
  display: none !important;
}
html {
  margin-top: 0px !important;
}
@import url("https://use.typekit.net/chg2mjs.css");
@media (min-width: 992px){
  .container {
      max-width: 100%;
  }
  .col-lg-50 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px){
  .container {
      max-width: 1400px;
  }
  .container.menor {
      max-width: 1280px;
  }
  body{
    zoom:0.85;
  }
}
@-webkit-keyframes pulsecond {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(210, 174, 109, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(210, 174, 109, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(210, 174, 109, 0);
  }
}
@keyframes pulsecond {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 174, 109, 0.7);
    box-shadow: 0 0 0 0 rgba(210, 174, 109, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(210, 174, 109, 0);
    box-shadow: 0 0 0 10px rgba(210, 174, 109, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 174, 109, 0);
    box-shadow: 0 0 0 0 rgba(210, 174, 109, 0);
  }
}
body {
  font-family: quatro, sans-serif !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff !important;
  max-width: 100%;
  overflow-x: hidden;
}
body .zindexselo {
  z-index: 10;
}
body a:hover {
  outline: none;
  text-decoration: none;
}
body.home .topo {
  padding-bottom: 180px;
}
body .topo {
  /*background: url(../images/header-bg.png) center center no-repeat;*/
  background-size: cover;
  min-height: 200px;
  padding-bottom: 10px;
}
body .topo .line-block {
  bottom: 65px;
}
body .topo .line-block .line {
  display: block;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
body .topo .line-block-bottom {
  bottom: -10px;
}
body .topo .line-block-bottom .line {
  display: block;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
body .topo .col-menu .navbar .navbar-nav{
  display: block;
  width: max-content;
  margin: 0 auto !important;
}
body .topo .col-menu .navbar .navbar-nav li {
  padding: 0 10px;
  display: inline-block;
}
body .topo .col-menu .navbar .navbar-nav li:first-child {
  padding-left: 0;
}
body .topo .col-menu .navbar .navbar-nav li:last-child {
  padding-right: 0;
}

body .topo .col-menu .navbar .navbar-nav li.active a{
  color: #fff;
  background: #FDBA2C;
  position: relative;
}
body .topo .col-menu .navbar .navbar-nav li.active a:after {
    z-index: -1;
    width: 20px;
    background: url(https://www.receitasetemperos.com.br/wp-content/themes/receitasetemperoswtek2021/images/bg-menu.png) center left;
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    height: 100%;
}
body .topo .col-menu .navbar .navbar-nav li.active a:before {
    z-index: -1;
    width: 20px;
    background: url(https://www.receitasetemperos.com.br/wp-content/themes/receitasetemperoswtek2021/images/bg-menu.png) center right;
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    height: 100%;
}

body .topo .col-menu .navbar .navbar-nav li a {
  padding: 0;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #707070;
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .topo .col-menu .navbar .navbar-nav li a:hover {
  color: #fff;
  background: #FDBA2C;
  position: relative;
}
body .topo .col-menu .navbar .navbar-nav li a:hover:after {
    z-index: -1;
    width: 20px;
    background: url(https://www.receitasetemperos.com.br/wp-content/themes/receitasetemperoswtek2021/images/bg-menu.png) center left;
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    height: 100%;
}
body .topo .col-menu .navbar .navbar-nav li a:hover:before {
    z-index: -1;
    width: 20px;
    background: url(https://www.receitasetemperos.com.br/wp-content/themes/receitasetemperoswtek2021/images/bg-menu.png) center right;
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    height: 100%;
}
body .topo .col-logo .logo {
  margin-bottom: -55px;
}
@media(max-width: 980px){
  body .topo .col-logo .logo {
    margin-bottom: .5rem;
    text-align: center;
  }
}
body .topo .col-busca .search-box {
  display: inline-flex;
  justify-content: flex-end;
  width: 100% !important;
  margin-left: 30px;
}
body .topo .col-busca .search-box .input-search {
  font-size: 14px;
  width: calc(100% - 53px);
  color: #707070;
  background-color: unset;
  font-family: quatro, sans-serif;
  padding: 0.5rem 0.9rem;
  border: 1px solid #BCBCBC;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border-right: none;
  max-width: 200px;
  border-radius: 0px;
}
body .topo .col-busca .search-box .input-search .form-sm {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
body .topo .col-busca .search-box .btn-search {
  background-color: #fdba2c;
  border: 1px solid #BCBCBC;
  padding: 0.5rem 0.9rem;
  line-height: 0;
  border-left: none;
}
body .topo .col-busca .search-box .btn-search i {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
body .topo .col-busca .search-box .btn-search svg path{
  stroke:#FFF;
}
body .topo .col-busca .entrar {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 285px;
  margin-right: 30px;
}
body .topo .col-busca .entrar .link-entrar {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #707070;
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 0;
  align-items: center;
  display: inline-flex;
}
body .topo .col-busca .entrar .link-entrar.mgr{
  margin-right: 20px;
}
body .topo .col-busca .entrar .link-entrar svg {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
body .topo .container{
  position: relative;
}
body .topo .col-menu .navbar .navbar-nav::after{
  border: 1px solid #707070;
  width: 100%;
  content:'';
  position: absolute;
  left: 0px;
  bottom: -40px;
  height: 1px;
  z-index: -1;
}
body .topo .container::before{
  border: 1px solid #707070;
  width: 40%;
  content:'';
  position: absolute;
  right: 15px;
  bottom: -40px;
  height: 1px;
  z-index: -1;
}
@media(max-width: 992px){
  body .topo .container::before{
    width: calc(100% - 30px);
  }
  body .topo .container::after{
    display: none;
  }
}
body #main {
  width: 100% !important;
  overflow: unset;
  margin: 0;
  padding-top: 0;
}
body .rodape {
  /*background: url(../images/header-bg.png) center center no-repeat;
  background-size: cover;*/
}
body .rodape .line-block {
  top: 0;
}
body .rodape .line-block .line {
  display: block;
  border: 1px solid #420D2F;
}
body .rodape .col-menu .navbar .navbar-nav li {
  padding: 0 8px;
}
body .rodape .col-menu .navbar .navbar-nav li:first-child {
  padding-left: 0;
}
body .rodape .col-menu .navbar .navbar-nav li:last-child {
  padding-right: 0;
}
body .rodape .col-menu .navbar .navbar-nav li.active a {
  font-weight: 900;
}
body .rodape .col-menu .navbar .navbar-nav li a {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #707070;
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .rodape .col-menu .navbar .navbar-nav li a:hover {
  color: #272727;
}
body .rodape .col-redes .social-media {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  padding: 0 10px;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .rodape .col-redes .social-media:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body .rodape .col-redes .social-media:first-child {
  padding-left: 0;
}
body .rodape .col-redes .social-media:last-child {
  padding-right: 0;
}
body .rodape .col-redes .social-media.facebook i {
  color: #1e4fac;
}
body .rodape .col-redes .social-media.pinterest i {
  color: #df2a2e;
}
body .rodape .col-redes .social-media.youtube i {
  color: #fc3831;
}
body .rodape .col-redes .social-media.instagram .instagram-gradient {
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .rodape .col-redes .social-media i {
  font-size: 25px;
}
body .rodape .col-btns .btn {
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
  letter-spacing: 0;
  padding: 15px 5px ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
body .rodape .col-btns .btn.btn-servico {
  background: #F6B033;
  border: 1px solid #F6B033;
}
body .rodape .col-btns .btn.btn-servico:hover {
  background: #fff;
  color: #F6B033;
  border: 1px solid #F6B033;
}
body .rodape .col-btns .btn.btn-contato-comercial {
  background: #84285F;
  border: 1px solid #84285F;
}
body .rodape .col-btns .btn.btn-contato-comercial:hover {
  background: #fff;
  color: #84285F;
  border: 1px solid #84285F;
}
body .rodape .col-copy {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  font-family: 'Poppins', sans-serif;
}
body .rodape .col-design {
  font-size: 12px;
  color: #494948;
}
body .rodape .col-design strong {
  margin-left: 5px;
  cursor: pointer;
  font-weight: 900;
}
body .rodape .col-back .link-back {
  right: 15px;
}
body .rodape .col-back .eclipse {
  border-radius: 100%;
  padding: 10px;
  line-height: 0;
  display: inline-block;
  background: #01c7c4;
  margin-right: 5px;
}
body .rodape .col-back .eclipse svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 15px;
  height: 15px;
}
body .rodape .col-back span {
  font-size: 14px;
  color: #494948;
}
body .banners-home {
  margin-top: -100px;
  max-width: 100%;
  overflow: hidden;
}
body .banners-home .container{
  padding-bottom: 15px;
  max-width: 1360px;
}
body .banners-home .swiper-bannerhome {
  /*overflow: hidden;*/
  max-width: 1200px;
  margin: 0 auto;
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
body .banners-home .swiper-pagination-bullet{
  width: 17px;
  height: 17px;
}
body .banners-home .swiper-bannerhome .swiper-slide{
  opacity: 0.3;
  transition: all .5s;
}
body .banners-home .swiper-bannerhome .swiper-slide.swiper-slide-active{
  opacity: 1;
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block .content {
  background: #f8f8f8;
  padding: 25px;
  width: max-content;
  box-shadow: -5px 5px 14px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: -5px 5px 14px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -5px 5px 14px 0px rgba(0,0,0,0.3);
}
body .banners-home .swiper-bannerhome .swiper-slide:before {
  content:'';
  width: calc(100% - 25px);
  position: absolute;
  left: -15px;
  top: 25px;
  height: calc(100% - 12.5px);
  background: #84285F;
  z-index: -1;
}
body .banners-home .swiper-bannerhome .swiper-slide img{
  width: calc(100% - 15px);
  margin-left: 0px;
  max-height: 600px;
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .title {
  font-weight: 700;
  padding: 10px 30px;
  font-size: 20px;
  background: #fdba2c;
  color: #ffffff;
  width: max-content;
  margin-top: -50px;
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .subtitle {
  font-weight: 700;
  font-size: 32px;
  color: #84285F;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  /*padding: 15px 0;*/
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .link {
  font-weight: 600;
  font-size: 18px;
  color: #F6B033;
  display: block;
  width: 190px;
  height: 44px;
  border:1px solid #F6B033;
  text-align: center;
  text-transform: uppercase;
  line-height: 44px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .link i {
  margin-left: 10px;
}
body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .link i:before {
  font-size: 12px;
  color: #2d2d2d;
}
body .banners-home .swiper-bannerhome .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
body .banners-home .swiper-bannerhome .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #84285F;
}
body .sobre-home {
  margin-top: 75px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position-x: -101px;
  position: relative;
}
body .sobre-home::after{
  width: 100%;
  height: calc(100% - 160px);
  background: url(../images/bg-sobre.png) center bottom no-repeat #f7f7f7;
  position: absolute;
  content:'';
  left: 0;
  top: 50px;
  z-index: -1;
}
@media(max-width: 1200px){
  body .sobre-home::after{
    height: calc(100% - 60px);
  }
}
.list-prods.nossas-receitas{
  padding-top:0px !important;
}
@media(max-width:1120px){
  body .sobre-home::after{
    height: 100%;
  }
  .list-prods.nossas-receitas{
    padding-top:3rem !important;
  }
}
@media(max-width:980px){
  body .sobre-home{
    margin-bottom: 25px;
  }
}
body .sobre-home .bg-info{
  width: 70%;
  height: 369px;
  background-color: #F6B033 !important;
  position: absolute;
  top: 135px;
  left: 0;
  z-index: 1;
}
body .sobre-home img.sandra{
  float: right;
  max-width: 100%;
  z-index: 2;
  position: relative;
  margin-right: -115px;
  margin-top: 40px;
  max-height: calc(100% - 140px);
}
@media(max-width: 1200px){
  body .sobre-home img.sandra {
    float: right;
    max-width: 70%;
    z-index: 2;
    margin-top: 28px;
    position: relative;
    margin-right: -85px;
  }
  body .sobre-home .bg-info {
    width: 63%;
  }
}
@media(max-width: 992px){
  body .sobre-home img.sandra {
    margin-right: -65px;
    max-width: 65%;
    margin-top: 38px;
  }
}
@media(max-width: 768px){
  body .sobre-home .bg-info {
    width: 100%;
  }
  body .sobre-home img.sandra {
    position: absolute;
    right: -60px;
    top: 90px;
    max-width: 60%;
  } 
}
body .sobre-home .conteudo-info{
  width: 100%;
  z-index: 2;
  position: absolute;
}
body .sobre-home .conteudo-info h1{
  font-size: 42px;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  margin-top: -15px;
  margin-left: 47px;
}
body .sobre-home .conteudo-info p{
  font-size: 22px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  margin-top: 5px;
  margin-left: 47px;
}
body .sobre-home .conteudo-info a{
  display: block;
  width: 187px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #631647;
  margin-top: 15px;
  margin-left: 47px;
  background: #FFF;
  position: relative;
  text-align: center;
}
body .sobre-home .conteudo-info a:after{
  content:'';
  width: 187px;
  height: 60px;
  background: transparent;
  border: 1px solid #631647;
  position: absolute;
  z-index: -1;
  top: 5px;
  right: -5px;
}
body .sobre-home .conteudo-info img{
  margin-left: 20%;
  margin-top: 25px;
}
body .sobre-home .col-info .img-selo {
  position: absolute;
  bottom: -60px;
  left: 0;
}
body .sobre-home .col-info .img-sandra img {
  max-height: 400px;
}
body .sobre-home .col-info .img-livro {
  padding-left: 0;
}
body .sobre-home .col-info .info-text {
  max-width: 90%;
  font-size: 16px;
  color: #494948;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
body .sobre-home .col-info .btn-bio {
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
  letter-spacing: 1px;
  width: 100%;
  max-width: 200px;
  background: #01c7c4;
  padding: 12px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sobre-home .col-info .btn-bio:hover {
  background: #01b4b1;
}
body .sobre-home .col-social .social-media {
  border-radius: unset;
  border: 1px solid #e5e5e5;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  padding: 20px 20px;
  line-height: 1.2;
  margin: 10px 0;
  width: 145px;
  min-height: 100px;
  position: relative;
}
body .sobre-home .col-social .social-media p{
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
}
body .sobre-home .col-social .social-media:first-child {
  margin-top: 0;
}
body .sobre-home .col-social .social-media:last-child {
  margin-bottom: 0;
}
body .sobre-home .col-social .social-media span {
  font-size: 14px;
  color: #494948;
}
body .sobre-home .col-social .social-media span.text-destaque {
  font-weight: 700;
}
body .sobre-home .col-social .social-media .fab {
  font-size: 18px;
}
body .sobre-home .col-social .social-media.youtube .text-destaque {
  color: #fc3831;
}
body .sobre-home .col-social .social-media.youtube .fa-youtube {
  color: #fc3831;
}
body .sobre-home .col-social .social-media.instagram .text-destaque {
  color: #d82472;
}
body .sobre-home .col-social .social-media.instagram .instagram-gradient {
  background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}
body .sobre-home .col-social .social-media.facebook .text-destaque {
  color: #1e4fac;
}
body .sobre-home .col-social .social-media.facebook .fa-facebook-f {
  color: #1e4fac;
}
body .sobre-home .col-social .social-media.pinterest .text-destaque {
  color: #df2a2e;
}
body .sobre-home .col-social .social-media.pinterest .fa-pinterest-p {
  color: #df2a2e;
}
body .list-prods .container{
  position: relative;
}
body .list-prods .container #selo-receita{
  position: absolute;
  right: 0;
  top: -185px;
}
body .list-prods .container #selo-hum{
  position: absolute;
  left: 0;
  top: -130px;
}
@media(max-width: 1200px){
  body .list-prods .container #selo-receita{
    top: -65px;
    right: 15px;
  }
  body .list-prods .container #selo-receita img{
    height: 180px;
  }
  body .list-prods .container #selo-hum{
    top: -35px;
    left: 15px;
  }
  body .list-prods .container #selo-hum img{
    width: 295px;
  }
}
body .list-prods .title {
  /*display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;*/
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 35px;
}
body .list-prods .title::before {
  content: '';
  border-bottom: solid 4px #BCBCBC;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%,0);
}
body .list-prods .title::after {
  display: none;
  content: '';
  flex: 1 1 auto;
  /* the first digint is 'flex-grow: 1', helps elemet to occupy all free space */
  border-bottom: dashed 1px #a4a4a3;
}
body .list-prods .title span {
  font-size: 36px;
  font-weight: 900;
  color: #F6B033;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
body .list-prods .title span .fa-youtube {
  color: #fc3831;
}
body .list-prods .post-block-list:hover .img-covering .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
body .list-prods .post-block-list:hover .img-covering .text-over {
  visibility: visible;
  opacity: 1;
}
body .list-prods .post-block-list:hover .img-covering img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .list-prods .post-block-list{
  padding-left: 7px;
  padding-right: 7px;
}
body .list-prods .post-block-list .img-covering {
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}
body .list-prods .post-block-list .img-covering .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  z-index: 1;
}
body .list-prods .post-block-list .img-covering .text-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
body .list-prods .post-block-list .img-covering .text-over span {
  padding: 10px 25px;
  background: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  color: #631647;
  z-index: 3;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}
body .list-prods .post-block-list .img-covering .text-over span.icon-details {
  padding: 10px 25px 10px 0;
  line-height: 0;
}
body .list-prods .post-block-list .img-covering .text-over span.icon-details .fa-icon {
  box-shadow: 0 0.1rem 2rem rgba(253, 186, 44, 0.7) !important;
  background: #fdba2c;
  padding: 13px;
  border-radius: 50%;
  z-index: 4;
  display: -moz-inline-block;
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
  color: #ffffff;
}
body .list-prods .post-block-list .img-covering .text-over span.icon-details .fa-icon svg {
  width: 26px;
  height: 26px;
}
body .list-prods .post-block-list .img-covering img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 412px;
}
body .list-prods .post-block-list .title-post {
  color: #707070;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
body .list-prods .post-block-list .title-post .category-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 30px;
  background: #fdba2c;
  top: -50px;
  left: 40px;
  z-index: 3;
  display: none;
}
body .newsletter{
  background: url(../images/bg-news.png) center center no-repeat #F6B033;
}
body .newsletter .news-bg {
  /*background: url(../images/news-bg.jpg) center center no-repeat;*/
  min-height: 300px;
  height: auto;
  width: 100%;
}
body .newsletter .news-bg .row{
  width: 100%;
}
@media(max-width: 1200px){
  body .newsletter .news-bg.interna {
      min-width: 100%;
      display: block !important;
  }
}
body .newsletter .news-bg .selo {
  bottom: -60px;
  left: -40px;
}
body .newsletter .news-bg .title {
  font-size: 75px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
body .newsletter .news-bg .title b {
  font-size: 75px;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
body .newsletter .news-bg .col-form-news .input-label-info {
  font-size: 25px;
  color: #84285F;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: left;
  float: right;
  line-height: 22px;
  margin-top: 75px;
}
body .newsletter .news-bg .col-form-news .form{
  margin-top: 25px;
}
body .newsletter .news-bg .col-form-news .form .input-text {
  font-family: quatro, sans-serif !important;
  font-size: 16px;
  padding: 15px ;
  color: #494948;
  font-weight: 400;
  outline: none !important;
  text-decoration: none !important;
  border-radius: unset;
  background: #ffffff;
  margin-bottom: 0;
  height: 100%;
  width: calc(100% + 15px);
}
body .newsletter .news-bg .col-form-news .form .form-group{
  margin-bottom: 0px;
}
body .newsletter .news-bg .col-form-news .form .btn-send {
  font-family: 'Poppins', sans-serif;
  background: #84285F;
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 15px 5px;
}
body .newsletter .news-bg .col-form-news .form .btn-send:hover {
  background: #fff;
  color: #84285F;
  border-left: 1px solid #84285F;
}
body .newsletter .news-bg .col-btns .titlebtn{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  color: #84285F;
  padding-top: 10px;
  margin-bottom: 25px;
}
body .newsletter .news-bg .col-btns .btn {
  outline: none !important;
  text-decoration: none !important;
  width: 100%;
  border-radius: 0;
  padding: 13px 5px;
  font-size: 16px;
}
body .newsletter .news-bg .col-btns .btn.btn-livro {
  background: #84285F;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media(max-width: 1340px){
  body .newsletter .news-bg .col-btns .btn.btn-livro {
    font-size: 18px;
  }
}
@media(max-width: 1200px){
  body .newsletter .news-bg .title {
    font-size: 55px;
  }
  body .newsletter .news-bg .title b {
    font-size: 55px;
  }
  body .newsletter .news-bg .col-form-news .input-label-info,body .newsletter .news-bg .col-form-news .form .btn-send {
    font-size: 18px;
  }
  body .newsletter .news-bg .col-btns .btn.btn-livro {
    font-size: 16px;
  }
  body .newsletter .news-bg .col-form-news .form{
    margin-top: 15px;
  }
}
body .newsletter .news-bg .col-btns .btn.btn-livro:hover {
  background: #f9f9f9;
  color: #84285F;
}
body .newsletter .news-bg .col-btns .btn.btn-livro .icon svg {
  width: 30px;
  height: 26px;
  margin-right: 5px;
}
body .newsletter .news-bg .col-btns .btn.btn-tabela {
  background: #01c7c4;
  color: #ffffff;
}
body .newsletter .news-bg .col-btns .btn.btn-tabela:hover {
  background: #01b4b1;
}
body .newsletter .news-bg .col-btns .btn.btn-tabela .icon svg {
  width: 18px;
  height: 24px;
  margin-right: 0px;
}
body .carrosel-prods .title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
body .carrosel-prods .title::before {
  content: '';
  border-bottom: solid 4px #BCBCBC;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%,0);
}
body .carrosel-prods .title::after {
  display: none;
  content: '';
  flex: 1 1 auto;
  /* the first digint is 'flex-grow: 1', helps elemet to occupy all free space */
  border-bottom: dashed 1px #a4a4a3;
}

body .carrosel-prods .title span {
  font-size: 36px;
  font-weight: 900;
  color: #F6B033;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods {
  overflow: hidden;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block:hover .img-covering .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block:hover .img-covering .text-over {
  visibility: visible;
  opacity: 1;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block:hover .img-covering img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering {
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  z-index: 1;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering .text-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering .text-over span {
  padding: 10px 25px;
  background: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  color: #631647;
  z-index: 3;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-width: 412px;
}
body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .title-post {
  color: #707070;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}
body .carrosel-prods .block-carrosel .swiper-button-next,
body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-prev {
  right: -6px;
  top: 45%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fdba2c;
}
body .carrosel-prods .block-carrosel .swiper-button-prev,
body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-next {
  left: -6px;
  top: 45%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fdba2c;
}
body .carrosel-prods .block-carrosel .swiper-button-prev:after,
body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-next:after {
  font-size: 12px;
  color: #ffffff;
}
body .carrosel-prods .block-carrosel .swiper-button-next:after,
body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-prev:after {
  font-size: 12px;
  color: #ffffff;
}
body .pagination-block ul {
  margin: 0;
}
body .pagination-block .page-item.active .page-link {
  background-color: #fdba2c;
  border-color: #fdba2c;
  color: #fff;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
body .pagination-block .page-item .page-link,
body .pagination-block .page-item span {
  font-size: 13px;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50%!important;
  align-items: center;
  justify-content: center;
  color: #878787;
}
body .page404 {
  background-color: #fff;
}
body .page404 .title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
body .page404 .title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #494948;
  font-family: quatro, sans-serif !important;
}
body .page404 .info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #494948;
  font-family: quatro, sans-serif !important;
}
body .page404 .info2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #494948;
  font-family: quatro, sans-serif !important;
}
body .page404 .search-box {
  display: inline-flex;
  justify-content: center;
}
body .page404 .search-box .input-search {
  font-size: 18px;
  width: calc(100% - 70px);
  color: #484849;
  background-color: unset;
  font-family: quatro, sans-serif;
  padding: 0.8rem 1.5rem;
  border: 1px solid #ced4da;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border-right: none;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
body .page404 .search-box .btn-search {
  background-color: unset;
  border: 1px solid #ced4da;
  padding: 0.7rem 1.5rem;
  line-height: 0;
  border-left: none;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
body .page404 .search-box .btn-search i {
  font-size: 14px;
  font-weight: 700;
  color: #484849;
}
body .page404 .btn-block .btn-back-home {
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 0;
  letter-spacing: 1px;
  background: #FEB31A;
  padding: 10px 25px ;
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -ms-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

body .carrosel-prods .container{
  position: relative;
}
body .carrosel-prods .container #selo-beleza{
  position: absolute;
  left: 15%;
  top: -180px;
}
@media(max-width: 1200px){
  body .carrosel-prods .container #selo-beleza{
    top: -35px;
    left: 15px;
  }
  body .carrosel-prods .container #selo-beleza img{
    width: 295px;
  }
}
body .youtube-list .container{
  position: relative;
}
body .youtube-list .container #selo-palmas{
  position: absolute;
  right: 15px;
  top: -135px;
}
@media(max-width: 1200px){
  body .youtube-list .container #selo-palmas{
    right: 15px;
  }
}
body .list-prods-category.receitas .post-block-list:hover .img-covering,
body .list-prods-category.viagem .post-block-list:hover .img-covering {
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.25) !important;
}
body .list-prods-category.receitas .post-block-list:hover .img-covering .overlay,
body .list-prods-category.viagem .post-block-list:hover .img-covering .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
body .list-prods-category.receitas .post-block-list .img-covering .overlay,
body .list-prods-category.viagem .post-block-list .img-covering .overlay {
  background-color: rgba(0, 0, 0, 0);
}
body .list-prods-category.receitas .post-block-list .title-post,
body .list-prods-category.viagem .post-block-list .title-post {
  font-weight: 500;
}
body .list-prods-category.papos .post-block-list:hover .img-covering,
body .list-prods-category.video .post-block-list:hover .img-covering {
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.25) !important;
}
body .list-prods-category.papos .post-block-list:hover .img-covering .overlay,
body .list-prods-category.video .post-block-list:hover .img-covering .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
body .list-prods-category.papos .post-block-list .title-post,
body .list-prods-category.video .post-block-list .title-post {
  font-weight: 500;
}
body .list-prods-category .pagination{
  margin-bottom: 45px;
}
body .list-prods-category .title h1 {
  font-size: 36px;
  font-weight: 700;
  color: #F6B033;
  font-family: 'Poppins', sans-serif;
}
body .list-prods-category .title h1::before {
    content: '';
    border-bottom: solid 4px #BCBCBC;
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
}
body .list-prods-category .subtitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #494948;
  font-family: quatro, sans-serif !important;
}
body .list-prods-category .subtitle span {
  color: #FEB31A;
}
body .list-prods-category .post-block-list:hover .img-covering .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
body .list-prods-category .post-block-list:hover .img-covering .text-over {
  visibility: visible;
  opacity: 1;
}
body .list-prods-category .post-block-list:hover .img-covering img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .list-prods-category .post-block-list .img-covering {
  width: 100%;
  height: 193px;
  overflow: hidden;
  position: relative;
}
body .list-prods-category .post-block-list .img-covering .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  z-index: 1;
  min-width: 416px;
  min-height: 260px;
}
body .list-prods-category .post-block-list .img-covering .text-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
body .list-prods-category .post-block-list .img-covering .text-over span {
  padding: 10px 25px;
  background: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  color: #631647;
  z-index: 3;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}
body .list-prods-category .post-block-list .img-covering .text-over span.icon-details {
  padding: 10px 25px 10px 0;
  line-height: 0;
}
body .list-prods-category .post-block-list .img-covering .text-over span.icon-details .fa-icon {
  box-shadow: 0 0.1rem 2rem rgba(253, 186, 44, 0.7) !important;
  background: #fdba2c;
  padding: 13px;
  border-radius: 50%;
  z-index: 4;
  display: -moz-inline-block;
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
  color: #ffffff;
}
body .list-prods-category .post-block-list .img-covering .text-over span.icon-details .fa-icon svg {
  width: 26px;
  height: 26px;
}
body .list-prods-category .post-block-list .img-covering img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .list-prods-category .post-block-list .title-post {
  color: #707070;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

body .list-prods-category .post-block-list .title-post .category-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 30px;
  background: #fdba2c;
  top: -50px;
  left: 40px;
  z-index: 3;
}
body .list-prods-category .nice-select-opt {
  background-color: #fff;
  color: #707070;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 180px;
  width: calc(25% - 20px);
  margin-right: 20px;
  border: 1px solid #BCBCBC;
  clear: unset;
  float: none;
  display: inline-block;
  margin-top: 25px;
  border-radius: 0px;
}
body .list-prods-category .nice-select-opt:last-child {
  margin-right: 0;
}
body .list-prods-category .nice-select:after {
    height: 10px;
    margin-top: -5px;
    width: 10px;
}
body .list-prods-category .nice-select-opt:after {
  border-bottom: 2px solid #f6b033;
  border-right: 2px solid #f6b033;
}
body .list-prods-category .nice-select-opt .list {
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  border: 1px solid #BCBCBC;
}
body .list-prods-category .nice-select-opt .list .option {
  color: #848484;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .list-prods-category .nice-select-opt .list .option:hover,
body .list-prods-category .nice-select-opt .list .option.focus {
  background-color: #feb31a;
  color: #ffffff;
}
body .list-prods-category .nice-select-opt .list .option.selected {
  background-color: #feb31a !important;
  color: #ffffff;
  font-weight: 600;
}
body .newsletter-list .news-bg {
  background: url(../images/news-bg.jpg) center center no-repeat;
  min-height: 300px;
  height: auto;
}
body .newsletter-list .news-bg .selo {
  bottom: -60px;
  left: -40px;
}
body .newsletter-list .news-bg .title {
  font-size: 37.1px;
  font-weight: 700;
  line-height: 0.8;
  color: #454545;
}
body .newsletter-list .news-bg .col-form-news {
  padding-left: 0;
}
body .newsletter-list .news-bg .col-form-news .input-label-info {
  font-size: 16px;
  color: #494948;
}
body .newsletter-list .news-bg .col-form-news .form .input-text {
  font-family: quatro, sans-serif !important;
  font-size: 16px;
  padding: 15px ;
  color: #494948;
  font-weight: 400;
  outline: none !important;
  text-decoration: none !important;
  border-radius: unset;
  background: #ffffff;
  margin-bottom: 0;
  height: 100%;
}
body .newsletter-list .news-bg .col-form-news .form .btn-send {
  font-family: quatro, sans-serif !important;
  background: #01c7c4;
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 15px 5px;
}
body .newsletter-list .news-bg .col-form-news .form .btn-send:hover {
  background: #01b4b1;
}
body .newsletter-list .col-social .social-media {
  border-radius: unset;
  border: 1px solid #e5e5e5;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  margin: 10px 0;
  padding: 0 50px;
  line-height: 1.2;
}
body .newsletter-list .col-social .social-media:first-child {
  margin-top: 0;
}
body .newsletter-list .col-social .social-media:last-child {
  margin-bottom: 0;
}
body .newsletter-list .col-social .social-media span {
  font-size: 14px;
  color: #494948;
}
body .newsletter-list .col-social .social-media span.text-destaque {
  font-weight: 700;
  margin: 0;
}
body .newsletter-list .col-social .social-media .fab {
  font-size: 18px;
}
body .newsletter-list .col-social .social-media.youtube .text-destaque {
  color: #fc3831;
}
body .newsletter-list .col-social .social-media.youtube .fa-youtube {
  color: #fc3831;
}
body .newsletter-list .col-social .social-media.instagram .text-destaque {
  color: #d82472;
}
body .newsletter-list .col-social .social-media.instagram .instagram-gradient {
  background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}
body .newsletter-list .col-social .social-media.facebook .text-destaque {
  color: #1e4fac;
}
body .newsletter-list .col-social .social-media.facebook .fa-facebook-f {
  color: #1e4fac;
}
body .newsletter-list .col-social .social-media.pinterest .text-destaque {
  color: #df2a2e;
}
body .newsletter-list .col-social .social-media.pinterest .fa-pinterest-p {
  color: #df2a2e;
}
body .youtube-list {
  background: #fff;
}
body .youtube-list .logo-youtube {
  padding-left: 0px;
  font-size: 26px;
  color: #8B8B8B;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
}
body .youtube-list .logo-youtube img {
  max-height: 49px;
}
  body .youtube-list .social-media{
    position: relative;
  }
body .youtube-list .social-media div{
  border-radius: unset;
  background: #F6B033;
  padding: 5px 40px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  line-height: 60px;
  position: relative;
  margin-top: -35px;
  height: 100%;
  z-index: 2;
  width: 100%;
  min-height: 70px;
}
  body .youtube-list .social-media:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 30px);
    background: #84285F;
    z-index: 1;
    bottom: -15px;
    left: -15px;
  }
body .youtube-list .social-media span {
  font-size: 16px;
  padding: 0 2px;
  color: #ffffff;
}
body .youtube-list .social-media span.text-destaque {
  font-weight: 700;
}
body .youtube-list .social-media .fab {
  font-size: 18px;
}
body .youtube-list .social-media.youtube .text-destaque {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  position: absolute;
  width: max-content;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
body .youtube-list .social-media.youtube .fa-youtube {
  color: #ffffff;
}
body .youtube-list .block-video .master {
  position: relative;
  width: 100%;
  height: calc(100% + 15px);
  z-index: 2;
}
body.home  .youtube-list .block-video .master{
  padding-bottom: 50%;
}
body .youtube-list .block-video .master:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border: 4px solid #FDBA2C;
  top: -15px;
  left: -15px;
}
body.home .youtube-list .block-video .master:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border: 4px solid #FDBA2C;
  top: -10px !important;
  left: -10px !important;
}
body .youtube-list .block-video .master .latestVideoEmbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .youtube-list .block-video-minimal .minimal {
  padding-bottom: 53.5%;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  z-index: 2;
}
body .youtube-list .block-video-minimal .minimal:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border: 4px solid #FDBA2C;
  top: -15px;
  left: -15px;
}
body .youtube-list .block-video-minimal .minimal .latestVideoEmbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .posts-detail .img-destaque-thumb {
  width: 100%;
  height: 615.015px;
  overflow: hidden;
  position: relative;
}
body .posts-detail .img-destaque-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: 900px;
  object-fit: cover;
  height: calc(100% - 15px);
  margin-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .posts-detail .img-destaque-thumb:after{
  position: absolute;
  width: calc(100% - 45px);
  height: calc(100% - 15px);
  content: '';
  background: #84285F;
  top: 25px;
  left: 15px;
  z-index: -1;
}
body .posts-detail .info-header-post {
  max-height: 640px;
  overflow: hidden;
}
body .posts-detail .info-header-post .info-internal {
  max-width: 100%;
  position: relative;
  margin-left: 60px;
}
body .posts-detail .info-header-post .info-internal .title {
  font-weight: 700;
  padding: 10px 30px;
  font-size: 20px;
  background: #fdba2c;
  color: #ffffff;
  width: max-content;
}
body .posts-detail .info-header-post .info-internal h1{
  margin-bottom: 65px;
}
body .posts-detail .info-header-post .info-internal .resume {
  font-size: 22px;
  color: #707070;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 180px;
}
body .posts-detail .info-header-post .info-internal .rendimento{
  color: #FDBA2C;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  border: none;
}
body .posts-detail .info-header-post .info-internal .rendimento b{
  font-weight: 700;
}
@media(max-width: 1400px){
  body .posts-detail .info-header-post .info-internal .rendimento{
    font-size: 18px;
  }
}
body .posts-detail .info-header-post .info-internal .seta{
  position: absolute;
  bottom: -5px;
  left: -35px;
}
body .posts-detail .info-header-post .info-internal .main-title {
  font-weight: 900;
  font-size: 36px;
  color: #707070;
  padding: 25px 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
body .posts-detail .youtube-list {
  background: none;
  padding-bottom: 0 !important;
}
body .posts-detail .youtube-list img{
  max-width: 100%;
}
body .posts-detail .youtube-list .logo-youtube {
  padding: 0;
}
body .posts-detail .post-detail-info .info{
  margin-left: 60px;
}
body .posts-detail .sidebar-post{
  padding-left: 60px;
}
body .posts-detail .sidebar-post img{
  width: 100%;
}
body .posts-detail .post-detail-info .info .link-tabela-medidas{
  width: 100%;
  text-align: center;
  height: 90px;
  line-height: 90px;
  background: #707070;
  color: #FFF;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 25px;
}
body .posts-detail .post-detail-info .col-extra-info {
  background-color: #f6f6f6;
  height: 90px;
  line-height: 90px;
}
body .posts-detail .post-detail-info .col-extra-info .col-share {
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
body .posts-detail .post-detail-info .col-extra-info .col-share a{
  margin-left: 12px;
}
body .posts-detail .post-detail-info .col-extra-info .col-share .share-icons {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body .posts-detail .post-detail-info .col-extra-info .col-share .share-icons a.at-icon-wrapper {
  border-radius: 50% !important;
  padding: 3px !important;
  text-decoration: none !important;
  outline: none !important;
}
body .posts-detail .post-detail-info .col-extra-info .col-favorito {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body .posts-detail .post-detail-info .col-extra-info .col-favorito .btn-favorito, span.wpfp-span {
    border: 2px solid #707070;
    font-size: 20px;
    font-weight: 600;
    color: #707070;
    letter-spacing: 2px;
    border-radius: unset;
    text-transform: uppercase;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 230px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 20.5px;
}
span.wpfp-span a{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  letter-spacing: 2px;
  text-transform: uppercase;
}
span.wpfp-span img{
  width: 15px;
  height: auto;
  margin-right: 5px;
  margin-top: -4px;
}
span.wpfp-span .wpfp-hide{
  position: absolute;
    left: 25px;
    top: 42px;
}
body .posts-detail .post-detail-info .col-extra-info .col-favorito .btn-favorito i {
  color: #494948;
  font-size: 16px;
}
@media(max-width: 1400px){
  body .posts-detail .post-detail-info .col-extra-info .col-favorito .btn-favorito{
    font-size: 18px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-favorito .btn-favorito svg, span.wpfp-span img{
    width: 15px;
    height: auto;
  }
}
body .posts-detail .post-detail-info .col-extra-info .col-info .icon {
  margin-right: 6px;
  display: inline-block;
}
body .posts-detail .post-detail-info .col-extra-info .col-info .icon svg {
  width: 27px;
  height: 27px;
}
body .posts-detail .post-detail-info .col-extra-info .col-info .info {
  display: inline-block;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body .posts-detail .post-detail-info .col-extra-info .col-info .info a {
  text-decoration: none !important;
  outline: none !important;
}
body .posts-detail .post-detail-info .col-extra-info .col-info .info p {
  font-size: 17px;
  color: #494948;
  margin-bottom: 0;
}
body .posts-detail .post-detail-info .col-extra-info .col-info .info strong {
  display: block;
  font-size: 17px;
  color: #494948;
  font-weight: 800;
}
body .posts-detail .post-detail-info .content-display {
  font-family: 'Poppins', sans-serif !important;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-right: 60px;
}
body .posts-detail .sidebar-post {
  font-family: 'Poppins', sans-serif !important;
  padding-top: 85px;
  padding-bottom: 85px;
}
body .posts-detail .post-detail-info .content-display h2{
  color: #707070;
  font-weight: 600;
  margin-bottom: 25px;
}
body .posts-detail .post-detail-info .content-display ul {
  list-style-type: none;
  padding-inline-start: 20px;
}
body .posts-detail .post-detail-info .content-display ul li,body .posts-detail .post-detail-info .content-display p, body .posts-detail .post-detail-info .content-display ol li {
  padding: 8px 0;
  font-size: 22px;
  color: #707070;
}
body .posts-detail .post-detail-info .content-display ul li:before {
  background-color: #fcb21d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
}
body .posts-detail .post-detail-info .content-display ol {
  list-style: none;
  counter-reset: li;
  padding-inline-start: 20px;
}
body .posts-detail .post-detail-info .content-display ol li {
  counter-increment: li;
  padding: 8px 0;
}
body .posts-detail .post-detail-info .content-display ol li:before {
  content: counter(li);
  color: #fcb21d;
  margin-right: 20px;
  display: inline-block;
  width: 10px;
  text-align: right;
  direction: rtl;
  font-weight: 700;
}
body .posts-detail .post-detail-info .content-display img.size-full {
  max-width: 100%;
  height: auto;
}
body .posts-detail .post-detail-info .content-display .youtube-iframe-box {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
}
body .posts-detail .post-detail-info .content-display .youtube-iframe-box .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body .sidebar-post .sm-view {
  background: url(../images/sobre-bg.png) center bottom no-repeat;
}
body .sidebar-post .sm-view .img-sandra {
  max-width: 275px;
  width: 100%;
}
body .sidebar-post .sm-view .img-selo {
  position: absolute;
  bottom: -70px;
  left: -10px;
}
body .sidebar-post .col-social {
  padding-top: 75px;
}
body .sidebar-post .col-social .social-media {
  border-radius: unset;
  border: 1px solid #F7F7F7;
  background: #F7F7F7;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  padding: 10px 10px;
  margin: 10px 0;
  text-decoration: none;
}
body .sidebar-post .col-social .social-media:first-child {
  margin-top: 0;
}
body .sidebar-post .col-social .social-media:last-child {
  margin-bottom: 0;
}
body .sidebar-post .col-social .social-media span {
  font-size: 16px;
  color: #707070;
  font-family: 'Poppins', sans-serif;
}
body .sidebar-post .col-social .social-media svg{
  vertical-align: text-top;
}
body .sidebar-post .col-social .social-media span.text-destaque {
  font-weight: 600;
  font-size: 21px;
}
body .sidebar-post .col-social .social-media .fab {
  font-size: 18px;
}
body .sidebar-post .col-social .social-media.youtube .text-destaque {
  color: #fc3831;
}
body .sidebar-post .col-social .social-media.youtube .fa-youtube {
  color: #fc3831;
}
body .sidebar-post .col-social .social-media.instagram .text-destaque {
  color: #d82472;
}
body .sidebar-post .col-social .social-media.instagram .instagram-gradient {
  background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}
body .sidebar-post .col-social .social-media.facebook .text-destaque {
  color: #1e4fac;
}
body .sidebar-post .col-social .social-media.facebook .fa-facebook-f {
  color: #1e4fac;
}
body .sidebar-post .col-social .social-media.pinterest .text-destaque {
  color: #df2a2e;
}
body .sidebar-post .col-social .social-media.pinterest .fa-pinterest-p {
  color: #df2a2e;
}
body .sidebar-post .col-livros .link-livro .text-book {
  top: 25px;
  font-weight: 800;
  font-family: quatro, sans-serif !important;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body .sidebar-post .col-related .paginatesw .far {
  outline: none !important;
  text-decoration: none !important;
}
body .sidebar-post .col-related .paginatesw .swiper-button-disabled {
  opacity: 0.5;
}
body .sidebar-post .col-related .latest-title {
  font-size: 20px;
  color: #494948;
  font-weight: 700;
}
body .sidebar-post .col-related .post-related-item {
  outline: none !important;
  text-decoration: none !important;
}
body .sidebar-post .col-related .post-related-item:hover .img-related .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
body .sidebar-post .col-related .post-related-item:hover .img-related img {
  -webkit-transform: scale(1.3) rotate(10deg);
  -moz-transform: scale(1.3) rotate(10deg);
  -o-transform: scale(1.3) rotate(10deg);
  -ms-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg);
}
body .sidebar-post .col-related .post-related-item a {
  outline: none !important;
  text-decoration: none !important;
  text-decoration: unset !important;
}
body .sidebar-post .col-related .post-related-item .img-related {
  width: 100%;
  height: 118px;
  overflow: hidden;
  position: relative;
}
body .sidebar-post .col-related .post-related-item .img-related .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  z-index: 1;
}
body .sidebar-post .col-related .post-related-item .img-related img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .sidebar-post .col-related .post-related-item .title-related .category {
  font-size: 20px;
  color: #fdba2c;
  font-weight: 600;
  line-height: 1;
  outline: none !important;
  text-decoration: none !important;
}
body .sidebar-post .col-related .post-related-item .title-related .post-title {
  font-size: 16px;
  color: #494948;
  font-weight: 600;
  line-height: 1;
  outline: none !important;
  text-decoration: none !important;
}
body .sidebar-post .col-related .post-related-item .col-6:first-child {
  padding-right: 5px;
}
body .sidebar-post .col-related .post-related-item .col-6:last-child {
  padding-right: 5px;
  padding-left: 5px;
}
body .sidebar-post .col-related .hr {
  margin: 15px 0;
  border-bottom: 1px solid #ececec;
}
body .sidebar-post .col-conversor {
  height: 300px;
  border: 1px solid #e3e3e3;
}
body .sidebar-post .col-conversor .title {
  color: #494948;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.05;
}
body .sidebar-post .block-video-minimal .minimal {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
}
body .sidebar-post .block-video-minimal .minimal .latestVideoEmbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .intagram{
  position: relative;
}
body .intagram:after {
  background: url(../images/bg-insta.jpg) center no-repeat #f6b033;
  content: '';
  width: 100%;
  height: calc(100% - 178px);
  position: absolute;
  left: 0;
  bottom: 6.5px;
  z-index: -1;
  background-size: cover;
}
body .intagram .text-conteudo .conteudo-insta {
  margin-bottom: 6px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body .intagram .text-conteudo .conteudo-insta img{
  max-width: 100%;
}
body .intagram .conteudo-insta.texto-insta{
  padding-top: 310px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 41px;
  font-style: italic;
  font-weight: 500;
  text-align: -webkit-left;
  text-align: -moz-left;
  text-align: left;
  margin-bottom: 0px;
  line-height: 40px;
}
body .intagram .conteudo-insta.texto-insta strong{
  display: block;
  margin-left: -65px;
  color: #84285F;
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  text-transform: lowercase;
}
body .intagram .text-conteudo .conteudo-insta a {
  color: #474747;
  font-size: 16px;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 600;
}
body .intagram .text-conteudo .conteudo-insta svg {
  width: 35px;
  height: 35px;
}
@media (max-width: 1199px) {
  body .intagram .conteudo-insta.texto-insta{
    font-size: 32px;
    line-height: 30px;
    padding-top: 280px;
  }
  body .intagram .conteudo-insta.texto-insta strong{
    font-size: 42px;
  }
  body .topo .col-menu .navbar .navbar-nav li {
    padding: 0 6px;
  }
  body .topo .col-menu .navbar .navbar-nav li a,body .topo .col-busca .entrar .link-entrar {
    font-size: 16px;
  }
  body .topo .col-busca .entrar{
    min-width: 220px;
  }
  body .topo .col-busca .entrar .link-entrar svg {
      width: 20px;
      height: 20px;
      margin-left: 5px;
  }
  body .topo .col-busca .entrar .link-entrar.mgr {
      margin-right: 10px;
      line-height: 35px;
  }
  body .topo .col-busca .search-box {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  body .topo .col-busca .search-box .form-sm {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body .topo .col-busca .search-box .form-sm .input-search {
    max-width: 180px;
  }
  body .topo .col-busca .entrar {
    width: 100% !important;
    justify-content: center;
  }
  body .sobre-home .col-info .info {
    padding: 0;
  }
  body .newsletter .news-bg .row.w-100 {
    padding-left: 40px;
    padding-right: 10px;
  }
  body .newsletter .news-bg .selo {
    left: -18px;
  }
  body .newsletter .news-bg .col-btns {
    padding-left: 0;
  }
  body .newsletter .news-bg .col-btns .btn.btn-livro .icon svg {
    width: 25px;
    vertical-align: bottom;
  }
  body .newsletter .news-bg .col-btns .btn.btn-tabela .icon svg {
    vertical-align: bottom;
  }
  body .list-prods .post-block-list .img-covering {
    height: 200px;
  }
  body .list-prods .post-block-list .title-post {
    font-size: 20px;
  }
  body .list-prods .post-block-list .title-post .category-name {
    left: 25px;
    font-size: 16px;
  }
  body .carrosel-prods .block-carrosel .swiper-button-next,
  body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-prev,
  body .carrosel-prods .block-carrosel .swiper-button-prev,
  body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-next {
    top: 40%;
  }
  body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering {
    height: 175px;
  }
  body .rodape .col-menu .navbar .navbar-nav li {
    padding: 0 6px;
  }
  body .rodape .col-menu .navbar .navbar-nav li a {
    font-size: 16px;
  }
  body .newsletter-list .news-bg .row.w-100 {
    padding-left: 30px;
  }
  body .newsletter-list .news-bg .selo {
    left: -18px;
  }
  body .youtube-list .social-media {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    padding: 6px;
    position: relative;
  }
  body .posts-detail .info-header-post .info-internal {
    max-width: 100%;
  }
  body .posts-detail .info-header-post .info-internal .resume {
    font-size: 16px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-share {
    padding-bottom: 20px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-favorito {
    padding-bottom: 20px;
  }
  body .newsletter-list .news-bg {
    min-height: 250px;
  }
  body .sidebar-post {
    padding-right: 0;
  }
  body .sidebar-post .col-social .social-media {
    padding: 6px 20px;
  }
  body .sidebar-post .col-conversor .title {
    font-size: 26px;
  }
  body .sidebar-post .col-related .latest-title {
    font-size: 18px;
  }
  body .sidebar-post .col-related .post-related-item .col-6.solo {
    padding-right: 15px;
  }
  body .sidebar-post .col-related .post-related-item .img-related {
    height: 100px;
  }
  body .sidebar-post .col-related .post-related-item .title-related .category {
    font-size: 18px;
  }
  body .sidebar-post .col-related .post-related-item .title-related .post-title {
    font-size: 14px;
  }
  body .list-prods-category .post-block-list .img-covering {
    height: 270px;
  }
}
#navmobile {
  position: absolute;
  left: 15px;
  top: 35px;
  transform: translate(0,-50%);
  display: none;
  z-index: 9999;
}
#navmobile svg{
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#buscamobile {
  position: absolute;
  right: 15px;
  top: 35px;
  transform: translate(0,-50%);
  display: none;
  z-index: 9999;
}
#buscamobile svg{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
  #menumobile{
    position: fixed;
    width: 60%;
    height: 100%;
    text-align: left;
    z-index: 9999;
    background: #FFF;
    display: none;
    top: 0;
    left: -100%;
    transition: all .5s;
    padding: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #menumobile svg.close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
  }
  #menumobile svg.icones-redes{
    width: auto;
    height: 18px;
    margin-top: -15px;
  }
  #menumobile ul{
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0 auto;
  }
  #menumobile li {
    display:block;
    color: #96989A;
    margin-bottom: 15px;
  }
  #menumobile li.active{
    color: #4b4b4d;
  }
  #menumobile li a{
    text-decoration:none;
    color: #96989A;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0px;
  }
  #menumobile li a:hover{
    color: #4b4b4d;
  }
  #menumobile li.active a{
    color: #4b4b4d;
  }
@media(max-width: 980px){
  a.link-livro{
    margin-top: 25px;
    display: block;
  }
  a.link-livro img{
    display: block;margin: 0 auto;
  }
  body .sobre-home .col-info{
    display: block;
    min-height: 520px;
  }
  body .sobre-home .socialmedias{
    display: block !important;
    padding-top: 20px !important;
    text-align: center;
  }
  body .sobre-home .col-social .social-media {
    width: 100%;
    display: block;
    text-align: center;
  }
  body .list-prods .container #selo-receita img {
    height: 130px;
  }
  body .list-prods .post-block-list .title-post,body .list-prods-category .post-block-list .title-post{
    margin-bottom: 20px;
    margin-top: 10px;
  }
  body .newsletter .news-bg{
    padding-bottom: 25px;
  }
  body .newsletter .news-bg .row{
    margin: 0 auto;
  }
  body .newsletter .news-bg .title{
    text-align: center;
    padding-top: 25px;
  }
  body .newsletter .news-bg .col-form-news .input-label-info{
    margin-top: 15px;
    float: none;
    width: 100%;
    text-align: center;
  }
  body .newsletter .news-bg .col-form-news .form .input-text{
    width: 100%;
  }
  body .intagram .text-conteudo .conteudo-insta img {
    max-width: 320px;
    margin-bottom: -6px;
  }
  body .intagram .conteudo-insta.texto-insta {
    padding-top: 0;
    text-align: center;
    width: 100%;
    margin-top: -140px;
    font-size: 24px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  }
  body .intagram .conteudo-insta.texto-insta strong {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
  }
  body .rodape .col-redes{
    text-align: center;
    width: 100%;
    display: block !important;
    margin-bottom: 15px;
    margin-top: 15px;
  } 
  body .rodape .col-copy{
    text-align: center;
    width: 100%;
    display: block !important;
    margin-top: 15px;
  }
}
body .sobre-home.desktop{
  display: block;
}
body .sobre-home.mobile{
  display: none;
}
body .newsletter.desktop{
  display: block;
}
body .newsletter.mobile{
  display: none;
}
body .posts-detail .sidebar-post.desktop{
  display: block;
}
body .posts-detail .sidebar-post.mobile{
  display: none;
}
body .list-prods-category .sidebar-post.desktop{
  display: block;
}
body .list-prods-category .sidebar-post.mobile{
  display: none;
}
@media(max-width: 720px){
  body .sobre-home::after{
    display: none;
  }
  body .sobre-home{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  body .banners-home .container, body .banners-home .swiper-bannerhome{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide img {
    width: 100%;
    min-height: 195px;
    object-fit: fill;
  }
  body .banners-home .container .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide .content-block .content{
    width: 125px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide:before{
    display: none;
  }
  body .topo .col-logo .logo .link-logo img{
    margin-top: 4px;
    margin-bottom: -3px;
    height: 69px;
  }
  body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .title-post{
    text-align: center;
  }
  body .list-prods .post-block-list .title-post, body .list-prods-category .post-block-list .title-post{
    text-align: center;
  }
  body .intagram{
    display: none;
  }
  body .sobre-home .socialmedias{
    display: none !important;
  }
  body.home .carrosel-prods.papos-dicas-home{
    margin-top: -95px !important;
  }
  body .sobre-home.desktop{
    display: none;
  }
  body .sobre-home.mobile{
    display: block;
  }
  body .newsletter.desktop{
    display: none;
  }
  body .newsletter.mobile{
    display: block;
    background: #FFF !important;
  }
  body .newsletter .news-bg .col-btns .btn.btn-livro {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0;
  }
  body .newsletter .news-bg .title{
    float: left;
    font-size: 26px;
    text-align: left;
    padding-top: 15px;
  }
  body .newsletter .news-bg .col-form-news .form .btn-send{
    font-size: 12px !important;
    height: 42px;
    line-height: 12px;
  }
  body .posts-detail article.category-viagens .rendimento{
    display: none !important;
  }
  body .posts-detail article.category-viagens .seta{
    display: none !important;
  }
  body .posts-detail article.category-viagens .post-detail-info .info .link-tabela-medidas{
    display: none !important;
  }
  body .posts-detail article.category-papos-e-dicas .rendimento{
    display: none !important;
  }
  body .posts-detail article.category-papos-e-dicas .seta{
    display: none !important;
  }
  body .posts-detail article.category-papos-e-dicas .post-detail-info .info .link-tabela-medidas{
    display: none !important;
  }
  body .posts-detail .post-detail-info .content-display div{
    max-width: 100%;
  }
  body .posts-detail .post-detail-info .content-display div img{
    max-width: 100%;
  }
  body .newsletter .news-bg .col-form-news .form{
    margin-top: 10px;
  }
  body .newsletter .news-bg .col-form-news .form .input-text{
    font-size: 12px !important;
    height: 42px;
    margin-bottom: 15px;
  }
  body .newsletter .news-bg .col-form-news .input-label-info {
      margin-top: 20px;
      float: none;
      width: 100%;
      text-align: left;
      font-size: 16px;
  }
  #navmobile{
    display: block;
  }
  #buscamobile{
    display: block;
  }
  body .topo .container::before{
    display: none;
  }
  body .topo .col-busca .search-box{
    display: none;
  }
  body .topo .col-busca .entrar{
    display: none;
  }
  .navbar{
    display: none;
  }
  body.home .topo{
    padding-bottom: 0px;
    min-height:75px;
  }
  body .banners-home{
    margin-top: 0px;
  }
  body .topo .container::before{
    bottom: 0px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide .content-block{
    left: 5px;
    bottom: 10%;
  }
  body .banners-home .swiper-bannerhome .swiper-slide .content-block .content{
    padding: 10px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .subtitle{
    font-size: 12px;
    line-height: 12px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide .content-block .content .link{
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    width: 100px;
    margin-top: 5px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px !important;
  }
  body .banners-home .swiper-pagination-bullet, body .banners-home .swiper-bannerhome .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
  }
  body .sobre-home img.sandra{
    display: none;
  }
  body .sobre-home .bg-info{
    width: 100%;
  }
  body .sobre-home .conteudo-info{
    position: relative;
  }
  body .sobre-home .conteudo-info img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body .sobre-home .conteudo-info h1{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  body .sobre-home .conteudo-info p,body .sobre-home .conteudo-info a{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  body .carrosel-prods .block-carrosel .swiper-button-next, body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-prev {
      right: 5px;
  }
  body .carrosel-prods .block-carrosel .swiper-button-prev, body .carrosel-prods .block-carrosel .swiper-container-rtl .swiper-button-next{
    left: 5px;
  }
  body .list-prods .container #selo-receita{
    top: -102px;
    right: 90px;
  }
  body .list-prods .container #selo-receita img{
    height: 92px;
  }
  body .list-prods .container #selo-hum img {
    width: 185px;
  }
  body .newsletter .news-bg .col-btns{
    padding-left: 15px;
  }
  body .carrosel-prods .container #selo-beleza{
    top: -85px;
  }
  body .carrosel-prods .container #selo-beleza img {
    width: 125px;
  }
  body.archive #main,body.post-template-default #main{
    margin-top: 60px !important;
  }
  body .list-prods-category .nice-select-opt{
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: -5px;
  }
  body .list-prods-category .post-block-list{
    margin-top: 20px;
  }
  body .newsletter{
    max-width: 100%;
    overflow: hidden;
  }
  body .newsletter .news-bg .col-btns img{
    margin-top: 0px !important;
    margin-bottom: -25px;
    height: 260px;
  }
  body .youtube-list img.perfil{
    float: right;
    width: 70px !important;
    margin-top: -62px !important;
    margin-bottom: 20px !important;
  }
  body .youtube-list .feed img{
    width: 100%;
  }
  body .youtube-list .container #selo-palmas {
    right: 15px;
    top: -40px;
  }
  body .youtube-list .container #selo-palmas img{
    width: 100px;
  }
  body .youtube-list .block-video .master,
  body .youtube-list .block-video .minimal{
    padding-bottom: 53.5%;
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 45px;
    z-index: 2;
  }
  body .youtube-list .block-video .master:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    border: 4px solid #FDBA2C;
    top: -15px;
    left: -15px;
}
  body .youtube-list .social-media:before {
    content: '';
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% + 20px);
    background: #84285F;
    z-index: 1;
    bottom: 0px;
    left: 0px;
  }
  body .youtube-list .social-media div{
    min-height: 58px;
  }
  body .posts-detail .info-header-post .info-internal .main-title{
    font-size: 26px;
  }
  body .posts-detail .info-header-post .info-internal .rendimento{
    height: auto !important;
  }
  body .posts-detail .info-header-post .info-internal .seta {
    position: absolute;
    bottom: -5px;
    left: -35px;
  }
  body .posts-detail .post-detail-info .content-display h2{
    font-size: 18px;
  }
  body .posts-detail .post-detail-info .content-display ul li, body .posts-detail .post-detail-info .content-display p, body .posts-detail .post-detail-info .content-display ol li{
    font-size: 16px;
    text-align: left !important;
  }
  body .posts-detail .post-detail-info .content-display{
    padding-bottom: 0px;
    padding-right: 0px;
  }
  body .posts-detail .sidebar-post{
    padding-top: 25px;
  }
  /* INTERNA RECEITA */
  body .topo{
    min-height: auto;
    padding-bottom:0px;
  }
  body.archive #main, body.post-template-default #main{
    margin-top: 0px !important;
  }
  body.archive #main{
    margin-bottom: 45px !important;
  }
  body.single  .rodape{
    padding-top: 35px;
  }
  body.single .rodape .col-copy{
    margin-bottom: 10px;
  }
  body .posts-detail .img-destaque-thumb {
    height: auto;
    min-width: calc(100% + 50px);
    margin-left: -40px;
    overflow: initial;
  }
  body .posts-detail article{
    max-width: 100%;
    overflow-x: hidden;
  }
  body .posts-detail .img-destaque-thumb:after {
    width: calc(100% - 15px);
    top: 15px;
  }
  body .posts-detail .info-header-post{
    min-width: calc(100% + 50px);
    margin-left: -40px;
  }
  body .posts-detail .info-header-post .info-internal{
    margin-left: 15px !important;
    width: calc(100% + 15px) !important;
  }
  body .posts-detail .info-header-post .info-internal .resume{
    margin-bottom: 25px !important;
    font-size: 16px;
  }
  body .posts-detail .info-header-post .info-internal .rendimento,
  body .posts-detail .info-header-post .info-internal .rendimento p{
    margin-bottom: 0px;
    line-height: 14px;
    font-size: 16px;
  }
  body .posts-detail .info-header-post .info-internal .seta {
      position: absolute;
      bottom: inherit;
      left: inherit;
      top: 15px;
      right: 25px;
      transform: rotate(-185deg);
  }
  body .posts-detail .info-header-post .info-internal .main-title {
    width: 70%;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 22px;
  }
  body .posts-detail .img-destaque-thumb{
    height: auto !important;
  }
  body .posts-detail .post-detail-info{
    padding: 0px;
  }
  body .posts-detail .post-detail-info .col-extra-info{
    background: #FFF;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-share{
    font-size: 14px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    line-height: 15px;
    text-align: left;
    padding-left: 30px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-favorito{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
  }
  body .posts-detail .post-detail-info .content-display{
    padding-right: 15px;
    padding-left: 15px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-share p{
    display: block !important;
    width: 100%;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px !important;
  }
  body .posts-detail .post-detail-info .content-display ul,
  body .posts-detail .post-detail-info .content-display ol{
    padding-inline-start: 10px;
    padding-inline-end: 15px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-share a svg{
    height: 20px !important;
    width: auto !important;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-share a{
    margin-left: 0px !important;
    margin-right: 5px;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-favorito a{
    font-size: 14px !important;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-favorito img{
    width: auto !important;
    height: 15px  !important;
    margin-top: 0px !important;
  }
  body .posts-detail .post-detail-info .col-extra-info .col-favorito .btn-favorito, span.wpfp-span{
    height: 35px;
    line-height: 30px;
    margin-top: 45px;
  }
  body .posts-detail .post-detail-info .info .link-tabela-medidas{
    font-size: 16px;
    width: calc(100% + 25px);
    margin-left: -15px;
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
  }
  body .posts-detail .row.bg-cinza:after{
    display: none;
  }
  body .posts-detail .post-detail-info .content-display{
    padding-top: 45px !important;
  }
  body .posts-detail .post-detail-info .content-display h2{
    font-size: 22px;
    margin-bottom: 10px;
  }
  body .posts-detail .sidebar-post.desktop{
    display: none;
  }
  body .posts-detail .sidebar-post.mobile{
    display: block;
  }
  body .list-prods-category .sidebar-post.desktop{
    display: none;
  }
  body .list-prods-category .sidebar-post.mobile{
    display: block;
    padding: 0px;
    margin-bottom: 25px;
  }
  body .list-prods-category .sidebar-post img, body .posts-detail .sidebar-post img {
    min-width: calc(100% + 25px);
    margin-left: -15px;
  }
  body .posts-detail .sidebar-post{
    padding-top: 0px;
    padding-bottom: 25px !important;
  }
  body .newsletter .news-bg{
    min-height: initial;
    padding-bottom: 0px;
  }
  body.archive .youtube-list .logo-youtube {
    font-size: 14px !important;;
    line-height: 16px !important;;
  }
  body.archive .youtube-list .logo-youtube svg{
    width: auto !important;;
    height: 34px !important;;
  }
  body.archive .youtube-list img.perfil {
      float: right;
      width: auto !important;
      height: 64px;
      margin-top: -50px !important;
      margin-bottom: 20px !important;
  }
  body.archive .youtube-list .feed .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 6px;
    margin-bottom: 15px;
  }
  body.archive .youtube-list .container #selo-palmas img {
    width: auto;
    height: 94px;
  }
  body.archive .youtube-list .container #selo-palmas{
    top: 0px;
  }
  body.archive .youtube-list .social-media:before{
    height: 120%;
  }
  body.archive .youtube-list .social-media.youtube .text-destaque{
    font-size: 22px;
  }
  body .posts-detail .youtube-list .logo-youtube {
    font-size: 14px !important;;
    line-height: 16px !important;;
  }
  body .posts-detail .youtube-list .logo-youtube svg{
    width: auto !important;;
    height: 34px !important;;
  }
  body .posts-detail .youtube-list img.perfil {
      float: right;
      width: auto !important;
      height: 64px;
      margin-top: -50px !important;
      margin-bottom: 20px !important;
  }
  body .posts-detail .youtube-list .feed .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 6px;
    margin-bottom: 15px;
  }
  body .posts-detail .youtube-list .container #selo-palmas img {
    width: auto;
    height: 94px;
  }
  body .posts-detail .youtube-list .container #selo-palmas{
    top: 0px;
  }
  body .posts-detail .youtube-list .social-media:before{
    height: 120%;
  }
  body .posts-detail .youtube-list .social-media.youtube .text-destaque{
    font-size: 22px;
  }
  body .posts-detail .newsletter .news-bg {
      padding-bottom: 0px;
  }
  body .posts-detail .newsletter .news-bg {
      min-height: inherit;
  }
  body .list-prods-category .title{
    margin:20px 0px;
  }
  body .list-prods-category .title h1{
    font-size: 26px;
  }
  body .list-prods-category .title h1::before{
    width: 65px;
    bottom:-5px;
  }
  body .list-prods-category .post-block-list .img-covering{
    height: 203px;
  }
}
/*# sourceMappingURL=style_geral.css.map */

/*PAGINA SOBRE CSS*/
.sobre-interna #banner-topo{
  background: url(../images/novas/bg-banner.png) center bottom repeat-x;
  font-size: 36px;
  color: #8B8B8B;
  font-family: 'Poppins', sans-serif;
  min-height: 663px;
  font-weight: 500;
}
.sobre-interna #banner-topo .conteudo-banner{
  padding-top: 200px;
  line-height: 10px;
}
.sobre-interna #banner-topo .conteudo-banner .img-seta{
  margin-top: 140px;
    margin-left: 80px;
    position: relative;
    display: block;
}
.sobre-interna #banner-topo .conteudo-banner h1{
  font-size: 82px;
  padding-top: 20px;
  color: #FFF;
  position: relative;
  width: max-content;
  margin-top: 30px;
  margin-bottom: 45px;
  z-index: 2;
  font-weight: 800;
}
.sobre-interna #banner-topo .conteudo-banner h1:before{
  content: 'Sandra Matarazzo,';
    position: absolute;
    left: -5px;
    bottom: -5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #84285F;
    font-family: 'Poppins', sans-serif;
    font-size: 82px;
    width: 100%;
    z-index: -1;
    font-weight: 800;
}
.sobre-interna .conteudo-bem-vindo{
  font-size: 32px;
  padding-top: 40px;
  color: #F6B033;
  font-weight: 900;
  text-transform: uppercase;
}
.sobre-interna .conteudo-bem-vindo-texto{
  font-size: 20px;
  color: #707070;
  font-weight: 400;
  padding-top: 90px;
}
.sobre-interna .bg-sobre1{
  background: url(../images/novas/bg-resumo.png) center;
  margin-top: 90px;
  max-height: 326px;
  margin-bottom: 60px;
}
.sobre-interna .bg-sobre1 img{
  margin-top:-50px;
}
.sobre-interna .bg-sobre1 h1{
  font-size: 32px;
  padding-top: 65px;
  color: #F6B033;
  font-weight: 900;
  text-transform: uppercase;
}
.sobre-interna .bg-sobre1 p{
  font-size: 20px;
  padding-top: 45px;
  color: #8B8B8B;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.sobre-interna .bg-sobre1 p b{
  font-weight: 700;
}
.sobre-interna .bg-sobre2{
  margin-top: 100px;
  position: relative;
}
.sobre-interna .bg-sobre2:before{
  position: absolute;
  width: 83px;
  height: 53px;
  content: '';
  background: url(../images/novas/seta-sandra6.png) center;
  left: 30px;
  top: 0;
}
.sobre-interna .bg-sobre2 h1{
  font-size: 32px;
  padding-top: 40px;
  color: #F6B033;
  font-weight: 900;
  text-transform: uppercase;
}
.sobre-interna .bg-sobre2 p{
  font-size: 20px;
  padding-top: 45px;
  color: #8B8B8B;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.sobre-interna .bg-sobre2 p b{
  font-weight: 700;
}
.sobre-interna .bg-sobre2 p span{
  color: #D68E0C;
  font-weight: 400;
}
.sobre-interna .bg-sobre2 .img1{
  margin-top: 35px;
}
.sobre-interna .bg-sobre2 .img2{
  margin-top: -25px;
}
.sobre-interna .bg-sobre3{
  background: #F7F7F7;
  margin-top: 40px;
  max-height: 366px;
  margin-bottom: 60px;
}
.sobre-interna .bg-sobre3 img{
  margin-top:-50px;
}
.sobre-interna .bg-sobre3 p{
  padding-top: 65px;
  font-size: 19.35px;
  padding-top: 45px;
  color: #8B8B8B;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
}
.sobre-interna .bg-sobre3 p b{
  font-weight: 700;
}
.sobre-interna .bg-sobre3 p span{
  color: #D68E0C;
  font-weight: 400;
}
.sobre-interna .bg-sobre4{
  background: url(../images/novas/bg-texto.png) left top repeat-y;
  background-position-x: -160px;
  margin-top: -60px;
  padding-top: 120px;
}
.sobre-interna .bg-sobre4 h1{
  font-size: 32px;
  padding-top: 40px;
  color: #F6B033;
  font-weight: 900;
  text-transform: uppercase;
}
.sobre-interna .bg-sobre4 p{
  font-size: 20px;
  padding-top: 45px;
  color: #8B8B8B;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.sobre-interna .bg-sobre4 p b{
  font-weight: 700;
}
.sobre-interna .bg-sobre4 p span{
  color: #D68E0C;
  font-weight: 400;
}
.sobre-interna .bg-sobre4 .img2{
  float: right;
  position: relative;
}
.sobre-interna .bg-sobre4 .areaimg2{
  position: relative;
}
.sobre-interna .bg-sobre4 .areaimg2:before{
  position: absolute;
  width: 91px;
  height: 48px;
  content: '';
  background: url(../images/novas/seta-sandra6.png) center;
  left: -80px;
  top: 60px;
}
.sobre-interna .bg-banner-rodape{
  background: url(../images/novas/bg-rodape.png) center;
  margin-top: 90px;
  max-height: 395px;
  margin-bottom: 100px;
}
.sobre-interna .bg-banner-rodape img{
  margin-top:-190px;
}
.sobre-interna .bg-banner-rodape p{
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
  padding-top: 50px;
  padding-left: 100px;
}
.sobre-interna .bg-banner-rodape p strong{
  font-weight: 700;
  font-style: italic;
}
.sobre-interna .bg-banner-rodape p b{
  font-weight: 700;
  color: #420D2F;
}
@media(max-width:1290px){
  .sobre-interna #banner-topo img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sobre-interna #banner-topo .conteudo-banner{
    padding-top: 103px;
  }
  .sobre-interna #banner-topo .conteudo-banner h1{
    font-size: 62px;
    margin-top: 55px;
    margin-bottom: 78px;
  }
  .sobre-interna #banner-topo .conteudo-banner h1:before{
      font-size: 62px;
  }
  .sobre-interna .conteudo-bem-vindo, .sobre-interna .bg-sobre1 h1, .sobre-interna .bg-sobre2 h1{
    font-size: 28px;
  }
  .sobre-interna .bg-sobre1 p,.sobre-interna .bg-sobre2 p,.sobre-interna .bg-sobre3 p,.sobre-interna .bg-sobre4 p{
    font-size: 16px;
  }
  .sobre-interna .bg-banner-rodape p{
    font-size: 23px;
    padding-top: 70px;
  }
  body .posts-detail .info-header-post .info-internal, body .posts-detail .post-detail-info .info{
    margin-left: 0px;
  }
  body .posts-detail .sidebar-post{
    padding-left: 0px;
  }
  body .posts-detail .info-header-post .info-internal .rendimento{
    width: 100% !important;
    height: auto !important;
  }
}
@media(max-width: 1024px){
  .sobre-interna .bg-sobre1 p, .sobre-interna .bg-sobre3 p{
    padding-left: 50px;
  }
  .sobre-interna .bg-sobre1 h1, .sobre-interna .bg-sobre3 h1{
    padding-left: 50px;
  }
  .sobre-interna .bg-sobre2 img, .sobre-interna .bg-sobre4 img{
    max-width: 100%;
  }
  .sobre-interna .bg-banner-rodape img{
    margin-left: -100px;
  }
}
@media(max-width:992px){
  
  body .posts-detail .img-destaque-thumb {
    height: 400px;
  }
  .sobre-interna p br,.sobre-interna .conteudo-bem-vindo-texto br{
    display: none !important;
  }
  .sobre-interna .bg-banner-rodape p br{
    display: inherit !important;
  }
  .sobre-interna .bg-sobre1 p, .sobre-interna .bg-sobre3 p{
    padding-left: 0;
  }
  .sobre-interna .bg-sobre1 h1, .sobre-interna .bg-sobre3 h1{
    padding-left: 0;
  }
  .sobre-interna *{
    text-align: center;
  }
  .sobre-interna img{
    max-width: 100% !important;
  }
  .sobre-interna .bg-sobre1{
    max-height: inherit;
    background-position: top;
    background-repeat-y: no-repeat;
  }
  .sobre-interna .bg-sobre2 {
    margin-top: 40px;
  }
  .sobre-interna .bg-sobre3{
    max-height: inherit;
    padding-bottom: 40px;
    margin-bottom: 45px;
  }
  .sobre-interna .bg-sobre4 .areaimg2 {
      position: relative;
      width: max-content;
      display: block;
      margin: 0 auto;
      max-width: 100%;
  }
  .sobre-interna .bg-sobre4 .areaimg2:before{
    left: -80px;
  }
  .sobre-interna .bg-banner-rodape{
    max-height: inherit;
    background-position: top;
    background-repeat-y: no-repeat;
    background-color: #fdba2c;
  }
  .sobre-interna .bg-banner-rodape img{
    max-width: 100%;
    margin-top: -120px;
  }
  .sobre-interna .bg-banner-rodape p{
    padding-left: 0px;
    padding-top: 40px;
    font-size: 16px;
    padding-bottom: 45px;
  }
  .sobre-interna #banner-topo {
    background: url(../images/novas/bg-banner.png) center top repeat-x;
    background-position-y: 134px;
    text-align: center;
  }
  .sobre-interna #banner-topo img{
    width: 420px;
  }
  .sobre-interna #banner-topo .conteudo-banner h1{
    margin-left: auto;
    margin-right: auto;
  }
  .sobre-interna #banner-topo .conteudo-banner .img-seta{
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    width: 51px;
  }
}
@media(max-width:520px){
  .sobre-interna #banner-topo .conteudo-banner h1{
    font-size: 42px;
    margin-top: 75px;
    margin-bottom: 98px;
  }
  .sobre-interna #banner-topo .conteudo-banner h1:before{
      font-size: 42px;
  }
  body .topo .col-logo .logo,body .topo .col-busca .search-box{
    margin-bottom: 5px;
  }
  body .topo .col-busca{
    display:block !important;
    text-align: center;
  }
  body .topo .col-busca .search-box .form-sm .input-search {
    max-width: calc(100% - 52px) !important;
  }
  body .topo .col-busca .search-box{
    margin-left: 0px;
  }
  body .banners-home .swiper-bannerhome .swiper-slide img{
    width: 100%;
  }
  body .banners-home .swiper-bannerhome .swiper-slide:before {
      width: 100%;
      left: -10px;
      top: 10px;
      height: 100%;
  }
  body .sobre-home{
    margin-top: -45px;
    margin-bottom: -20px;
  }
  .list-prods.nossas-receitas {
    padding-top: 105px!important;
  }
  body .list-prods .title,body .carrosel-prods .title{
    margin-bottom: 65px;
  }
  body .list-prods .post-block-list .title-post, body .list-prods-category .post-block-list .title-post{
    margin-bottom: 10px;
  }
  body .list-prods-category .pagination {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  body.home  .youtube-list{
    margin-top: 25px;
  }
  body .newsletter .news-bg .col-btns .btn.btn-livro{
    margin-bottom: 15px;
  }
  body.home .carrosel-prods .block-carrosel{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .intagram .text-conteudo .conteudo-insta img{
    display: none;
  }
  body .intagram .conteudo-insta.texto-insta {
    margin-top: 0px;
    background: #f6b033;
    padding: 50px 0px;
  }
  body .intagram{
    margin-bottom: 45px;
  }
  body .list-prods .post-block-list .img-covering, body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .img-covering{
    height: auto;
    max-height: 250px;
  }
  body.home .youtube-list .block-video .master {
    padding-bottom: 55%;
  }
  body .carrosel-prods .block-carrosel .swiper-carrosel-prods .swiper-slide .post-block .title-post{
    margin-top: 10px;
  }
}
body .topo.fixar{
    position:fixed;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    z-index: 9999999 !important;
    background: #FFF !important;
    width: 100% !important;
    text-align: center !important;
    height: 120px !important;
    min-height: initial !important;
    border-bottom: 1px solid #707070;
}
body .topo.fixar .col-logo .logo img{
    height: 100px;
}
body .topo.fixar .col-logo .logo svg{
    height: 100px;
}
body .topo.fixar .container:before,body .topo.fixar .col-menu .navbar .navbar-nav:after{
  display:none;
}
body .topo.fixar .col-busca{
  height: 70px;
}
@media(max-width:980px){
  body .topo.fixar .col-busca{
    display: none !important;
  }
  body .topo.fixar .col-logo .logo img{
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .5s;
  }
  body .topo.fixar .col-logo .logo svg{
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .5s;
  }
  body .topo.fixar{
    height: 75px !important;
  }
  body .topo.fixar #buscamobile{
    display: none;
  }
}
@media(max-width:996px){
  body .list-prods .logo-youtube{
    position: relative !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    text-align: center !important;
  }
  body .list-prods .logo-youtube a{
    display: block;
    margin: 0 auto;
    width: max-content;
  }
}
@media(max-width:720px){
  body .pagination-block .page-item .page-link, body .pagination-block .page-item span {
    font-size: 12px;
    width: 32px;
    height: 32px;
  }
  body .topo.fixar .col-logo .logo img{
    height: 69px;
  }
  body .topo.fixar .col-logo .logo img {
    position: relative;
      top: auto;
      left: auto;
      transition: all .5s;
  }
  body .topo.fixar .col-logo .logo svg{
    height: 69px;
  }
  body .topo.fixar .col-logo .logo svg {
    position: relative;
      top: auto;
      left: auto;
      transition: all .5s;
  }
  .container{
    padding-left: 25px;
    padding-right: 25px;
  }
  body .list-prods .title span{
    font-size: 26px;
  }
  body .list-prods .title::before {
    border-bottom: solid 5px #BCBCBC;
    width: 68px;
  }
  body .sobre-home .bg-info {
      width: calc(100% + 25px);
      margin-left: -15px;
  }
  body .sobre-home .conteudo-info h1{
    font-size: 24px;
    float:left;
    text-align: left;
  }
  body .sobre-home .conteudo-info p, body .sobre-home .conteudo-info a{
    font-size: 16px;
  }
  body .list-prods .post-block-list .title-post, body .list-prods-category .post-block-list .title-post,
  body .rodape .col-btns .btn{
    font-size: 16px;
  }
  body .list-prods .post-block-list .title-post, body .list-prods-category .post-block-list .title-post, body .rodape .col-btns .btn{
    text-align: left;
  }
  body .sobre-home .conteudo-info a {
    height: 45px;
    line-height: 45px;
    float: right;
    width: 135px;
    margin-top: 0px;
  }
  body .sobre-home .conteudo-info a:after{
    height: 45px;
    width: 100%;
  }
  body .sobre-home .conteudo-info p{
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 0px;
  }
  body .sobre-home .bg-info{
    height: 320px;
  }
  body .sobre-home .col-info{
    min-height: auto;
    background-color: #F6B033 !important;
  }
  body .newsletter .news-bg .title, body .newsletter .news-bg .title b{
    font-size: 32px;
    line-height:38px;
  }
  body .sobre-home .bg-info{
    display: none;
  }
  body .rodape .col-copy{
    font-size: 12px;
  }
  body .sobre-home.mobile .container{
    padding: 0px;
  }
  body .sobre-home.mobile .container .row{
    margin: 0px;
  }
  body .sobre-home .col-info{
    padding: 35px 25px;
  }
}
@media(max-width:720px){
  .sobre-interna #banner-topo{
    background: url(../images/mobile/sobre/sandra.png) center right repeat-x;
    text-align: left;
    min-height: 284px;
  }
  .sobre-interna #banner-topo .conteudo-banner {
    width: 100%;
    padding-top: 50px;
    font-size: 16px;
    text-align: left;
  }
  .sobre-interna #banner-topo .conteudo-banner h1 {
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: inherit;
    font-size: 27px;
    text-align: left;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .sobre-interna #banner-topo .conteudo-banner h1:before {
    font-size: 27px;
    left: -2.5px;
    bottom: -1px;
    -webkit-text-stroke-width: 0.7px;
  }
  .sobre-interna #banner-topo .conteudo-banner .img-seta{
    margin-top: 30px;
    margin-left: 0px;
    width: 22px;
  }
  .sobre-interna .conteudo-bem-vindo {
    font-size: 22px;
    text-align: left;
    margin-top: -20px;
  }
  .sobre-interna .conteudo-bem-vindo-texto {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    padding-top: 35px;
    text-align: left;
  }
  .sobre-interna .bg-sobre1 {
    background: url(../images/mobile/sobre/bg-cinza.png) center top no-repeat #f7f7f7;
    margin-top: 70px;
  }
  .sobre-interna .bg-sobre1 img {
    margin-top: -20px;
    z-index: 2;
    position: relative;
    margin-bottom: 10px;
  }
  .sobre-interna .bg-sobre1 .img{
    position: relative;
  }
  .sobre-interna .bg-sobre1 .img:after{
    z-index: 1;
    content: '';
    background: #84285F;
    width: calc(100% - 30px);
    height: calc(100% + 5px);
    position: absolute;
    left: 5px;
    top: -5px;
  }
  .sobre-interna .bg-sobre1 h1{
    padding-top: 55px;
    font-size: 22px;
    text-align: left;
  }
  .sobre-interna .bg-sobre1 p{
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .sobre-interna .bg-sobre2 img{
    width: 202px;
    margin:0 auto;
  }
  .sobre-interna .bg-sobre2 {
    margin-top: 0px;
  }
  .sobre-interna .bg-sobre2:before{
    display: none;
  }
  .sobre-interna .bg-sobre2 .img1 {
    margin-top: -88px;
    margin-bottom: 35px;
  }
  .sobre-interna .bg-sobre2 p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 25px;
  }
  .sobre-interna .bg-sobre2 .img2{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .sobre-interna .bg-sobre3{
    background: #F7F7F7;
    margin-top: 185px;
    padding-bottom:15px;
  }
  .sobre-interna .bg-sobre3 .img{
    position: relative;
    width: 202px;
    margin:0 auto;
    display: block;
    margin-top: -165px;
  }
  .sobre-interna .bg-sobre3 .img:after{
    z-index: 1;
    content: '';
    background: #84285F;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    bottom: -10px;
  }
  .sobre-interna .bg-sobre3 img{
    width: 100%;
    position: relative;
    z-index: 2;
    margin:0 auto;
  }
  .sobre-interna .bg-sobre3 p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 25px;
  }
  .sobre-interna .bg-sobre4{
    background: url(../images/mobile/sobre/bg-grade.png) center top no-repeat;
    margin-top: -45px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sobre-interna .bg-sobre4 p{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .sobre-interna .bg-sobre4 img{
    width: 202px;
    margin:0 auto;
    margin-bottom: 20px;
  }
  .sobre-interna .bg-sobre4 .areaimg2:before {
    position: absolute;
    width: 40px;
    height: 48px;
    content: '';
    background: url(../images/novas/seta-sandra6.png) center no-repeat;
    background-size: contain;
    left: 35px;
    top: 0px;
  }
  .sobre-interna .bg-sobre4 .areaimg2 {
      width: calc(100% + 50px);
      max-width: calc(100% + 50px);
      background: url(../images/mobile/sobre/bg-grade.png) center top no-repeat;
      margin-left: -25px;
      background-position-y:50px;
  }
  .sobre-interna .bg-sobre4 .img2 {
    float: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sobre-interna .bg-banner-rodape{
    margin-top: 0px;
    background: url(../images/mobile/sobre/bg-fim.png) center;
    margin-bottom: 105px;
  }
  .sobre-interna .bg-banner-rodape p{
    text-align: left;
    font-size: 16px;
  }
  .sobre-interna .bg-banner-rodape p strong {
    font-weight: 700;
    font-style: normal;
    color: #84285f;
    background: #FDBA2C;
    padding: 2px;
    display: block;
    text-align: left;
    width: max-content;
  }
  .sobre-interna .bg-banner-rodape p b{
    font-weight: 700;
    font-style: italic;
    color: #FFF;
  }
  .sobre-interna .bg-banner-rodape img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: -60px;
  }
}