@charset "UTF-8";
/* Tema do cliente */
/**  cor-1: #AE0000;  **/
/**  cor-2: #870000;  **/
/**  cor-3: #333333;  **/
/**  cor-4: #A0A0A0;  **/
/**  cor-5: #EBEBEB;  **/
/**  cor-6: #DADADA;  **/

/* Fonts */
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;

  a{
    color: #FFFC9E!important;
    &:hover{
      color: #38A7EB!important;
    }
  }
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
  &:hover{
  filter: brightness(1.2);
  }
}

@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}

.wpcf7-form-control-wrap{
  display: block;
}

.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  margin-bottom: 20px;    
  display: block;
}

@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (width>=1200px) {
  .container{padding: 0px; 
  } 
}

@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}

.editor a{
  color: #734397!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: var(--color-1);
}

::-moz-selection{
  background: var(--color-1);
}

::selection{
  background: var(--color-1);
}

.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.lds-ellipsis div{  
  background-color: var(--color-1);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

.alignleft{
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright{
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.aligncenter{
  display: block;
  margin: 16px auto;
}

:root{
  --fontPadrao: 'Montserrat';
  --fontInter: 'Inter';

  --color-1: #AE0000;
  --color-2: #870000;
  --color-3: #333333;
  --color-4: #A0A0A0;
  --color-5: #EBEBEB;
  --color-6: #DADADA;

  /* Topo */
  --menu-transition-delay: .3s;
  --topo-bg: #F8F8F8;
}

.website{
  position: relative;
  display: grid;
  grid-template-columns: var(--topo-width, 250px) 1fr;
  transition: all var(--menu-transition-delay) linear;
  width: 100%;
  height: 100vh;
}

.topo,
.website__wrapper {
  width: 100%;
  height: 100%;
}

.website__wrapper{
  overflow-y: auto;
  overflow-x: hidden;

  width: calc(100vw - 250px);
}

/* HEADER */
.topo{
  background: var(--topo-bg);

  padding: 36px 12px;

  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;

  & > *:not(.external__menu) {  
    width: 100%;
    max-width: 220px;
  }
}

.brand {
  margin-bottom: 60px;
}

.brand img{
  max-width: 100%;
  height: auto;
}

.brand .logo-desk{
  display: inline;
}

.brand .logo-mob{
  display: none;
}

.topo__divider{
  border-top: 1px solid var(--color-6);
  margin: 25px 0;
}

.nav__List{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav__item{
  position: relative;
  transition: all var(--menu-transition-delay) linear;

  border-radius: 5px;
}

.nav__item::before{
  content: '';
  position: absolute;

  top: 0px;
  right: -20px;

  width: 30px;
  height: 100%;
}

.nav__link{
  width: 100%;
  display: flex;
  gap: 26px;
  align-items: center;


  position: relative;
  overflow: hidden;
  padding: 9px 20px;
  border-radius: 5px;
  
  color: var(--color-3);

  i {
    font-size: 20px;
    width: 20px;
    flex-shrink: 0;
    display: block;
  }
}

.nav__item:hover,
.nav__link--active,
.nav__link:hover{
  background: var(--color-6);
  color: var(--color-3);
}

.nav__link__text {
  white-space: nowrap;
  font-size: 15px;
  font-family: var(--fontPadrao);
  min-width: 13ch;
  display: block;
  font-weight: 600;
}

.icon-topo {
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-artigo{
  background-image: url('../imagens/icon-artigo.png');
}

.icon-review{
  background-image: url('../imagens/icon-review.png');
}

.icon-home{
  background-image: url('../imagens/icon-home.png');
}

.icon-noticia{
  background-image: url('../imagens/icon-noticia.png');
}

.icon-sobre{
  background-image: url('../imagens/icon-sobre.png');
}

.icon-favoritos{
  background-image: url('../imagens/icon-favoritos.png');
}

.icon-perfil{
  background-image: url('../imagens/icon-perfil.png');
}

.icon-search{
  width: 20px;
  background-image: url('../imagens/icon-search.png');
}

.icon-arrow{
  width: 20px;
  background-image: url('../imagens/icon-arrow.png');
}

.icon-chevron-right{
  width: 20px;
  background-image: url('../imagens/icon-chevron-right.png');
}

.icon-interaja-conosco{
  background-image: url('../imagens/icon-interaja-conosco.png');
}

.search__field{
  --input-padding-y: 10px;
  --input-font-size: 15px;
  position: relative;
}

.search__field__icon {
  position: absolute;
  left: 27px;
  top: calc(var(--input-padding-y) + 1px);
  z-index: 2;
  pointer-events: none;

  font-size: var(--input-font-size);
  line-height: 1.5;
}

.search__field .form-control{
  position: relative;
  z-index: 0;
  padding-top: var(--input-padding-y);
  padding-bottom: var(--input-padding-y);
  padding-left: 60px;
  height: calc(1.5em + 2px + var(--input-padding-y) + var(--input-padding-y));
  
  line-height: 1.5;
  font-size: var(--input-font-size);
  font-family: var(--fontPadrao);
  font-weight: 600;
  color: var(--color-3);

  border-color: var(--color-3);
}

.search__field .form-control:focus {
  border-color: var(--bs-primary);
}

.external__menu{
  width: 400px;
  height: 100%;
  background: var(--color-6);
  
  position: absolute;
  left: var(--topo-width, 250px);
  top: 0;
  z-index: 50;

  transition: left var(--menu-transition-delay);

  grid-template-rows: min-content 1fr;
}

.external__menu:not(.external__menu--shown) {
  display: none;
}

.external__menu--shown {
  display: grid;
}

.external__menu__list{
  width: 100%;
  height: 100%;
  overflow: auto;

  display: flex;
  flex-direction: column;
  gap: .5rem;

  padding: 1rem;
}

.external__menu__item__father,
.external__menu__item__collapse,
.list__collapse__posts{
  width: 100%;
  overflow: auto;

  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.topo .collapse{
  visibility: visible;
}

.external__menu__item{
  background-color: #F8F8F8;
  border-radius: 5px;

  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-3);

  padding: 17px 14px;
  width: 100%;

  display: flex;
  align-items: center;

  transition: all var(--menu-transition-delay) linear;
}

.external__menu__item.item__children{
  background-color: #333;
}

.external__menu__item a{
  display: block;
  width: 100%;
  height: 100%;

  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-3);
}

.external__menu__item.item__children a{
  color: #FFF;
}

.external__menu__item .btn-collapse-toggle{
  width: 15px;
  height: 15px;

  background-image: url('../imagens/chevron-down.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  border: none;
  background-color: transparent;
}

.external__menu__item.item__children .btn-collapse-toggle{
  background-image: url('../imagens/chevron-down-white.png');
}

.external__menu__item:hover{
  background-color: var(--color-2);
  color: #FFF;
}

.external__menu__item:hover a{
  color: #FFFFFF;
}

.external__menu__item:hover .btn-collapse-toggle{
  background-image: url('../imagens/chevron-down-white.png');
}

.list__collapse{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .5rem;

  list-style: none;
  
  padding: 0;
  margin-bottom: 5px;
}

.external__menu__collapse_item{
  display: flex;
  justify-content: flex-start;
  align-items: center;

  background-color: #888;
  border-radius: 5px;

  transition: all var(--menu-transition-delay) linear;

  padding: 17px 14px;
}

.external__menu__collapse_item a,
.external__menu__collapse_item p{
  display: block;
  width: 100%;

  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-5);

  margin: 0px;
}

.external__menu__collapse_item:hover{
  background-color: var(--color-1);
  a,p{
    color: #FFF;
  }
}

.external__menu__ctrl {
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: 100%;
  border: none;
  padding: 1rem 1.5rem;
  
  font-size: 17px;
  font-weight: 600;
  text-align: left;

  background: var(--color-1);
  color: #FFF;
}

.nav__submenu__toggle{
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: -1;
  opacity: 0;
  visibility: hidden;

  transition: all var(--menu-transition-delay) linear;
}

.logout-wrapper{
  height: 45px;
  text-align: center;
  margin-top: 50px;
}

.logout-wrapper .btn-logout{
  display: block;
  width: 100%;
  height: 100%;
  align-content: center;

  background-color: var(--color-2);
  border-radius: 8px;

  font-family: var(--fontInter);
  font-size: 24px;
  font-weight: 600;
  color: #FFF;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.logout-wrapper .btn-logout:hover{
  background-color: var(--color-3);
}

/* SEGUNDO MENU PARA O MOBILE */

.topo__mobile{
  position: fixed;
  z-index: 100;

  width: 100%;
  height: 110px;
  max-height: 111px;

  display: none;

  background-color: var(--topo-bg);
}

.topo__mobile .container{
  height: 100%;
  align-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topo__mobile .menu_mob{
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  justify-items: center;
  grid-gap: 30px;
  padding: 0 20px;
}

#menu_toggler{
  width: 32px;
  height: 32px;

  background-color: transparent;
  border: none;

  padding: 0;
}

#menu_toggler img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile__header__backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;

  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
  &:not(.shown){
    display: none;
  }
}

/* /SEGUNDO MENU PARA O MOBILE */

@media (min-width: 992px) {
  .nav__submenu__toggle{
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .brand{
    text-align: center;
  }
  .brand .logo-desk{
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  /**/
  .website{
    display: inline;
    grid-template-columns: unset;
  }
  .website__wrapper{
    width: 100%;
    padding-top: 110px;
  }

  #topo__desk:not(.shown){
    display: none;
  }

  .topo__mobile{
    display: inline;
  }

  .topo__mobile .brand{
    margin-bottom: 0;
  }

  .nav__link[data-ativado="false"]{
    pointer-events: auto;
  }
  .topo{
      align-items: center;
    }
    .nav__submenu__toggle{
      opacity: 1;
      visibility: visible;
      z-index: 2;
    }
  .external__menu{
      left: 0;
      width: 270px;
  }
  .brand .logo-desk{
    display: none;
  }
  .brand{
    text-align: center;
  }
  .brand .logo-mob{
    display: inline;
    width: 180px;
    height: 180px;
  }

  #topo__desk{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;

    width: var(--topo-width);
    --topo-width: 270px;
    height: 100%;

    transition: all var(--menu-transition-delay) ease-in-out;
    &:not(.shown){
      transform: translateX(-100%);
    }
  }
}

/* FOOTER */

.footer{
  background-color: #191919;
}

.footer .container{
  padding-top: 64px;
  padding-bottom: 95px;
}

.footer .container .row{
  row-gap: 25px;
}

.footer h4{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;

  color: #FFFFFF;
  margin-bottom: 24px;
}

.footer .info-contact{
  text-align: left;
}

.footer .info-contact .info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}

.footer .info-contact .info .icon{
  width: 19px;
  height: 19px;
}

.footer .info-contact .info .icon img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer .info-contact .info span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: #FFFFFF;
}

.footer .menu-rodape{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 9px;
  grid-column-gap: 30px;
  text-align: left;
}

.footer .menu-rodape a{
  width: max-content;
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;

  transition: color .3s ease-in-out;
}

.footer .menu-rodape a:hover{
  color: var(--color-1);
}

.footer .logo{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.footer .logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 11px;
}

.footer .logo .slogan{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;

  color: #B4B4B4;
}

.footer .redes{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 11px;
}

.footer .redes .icon{
  width: 30px;
  height: 30px;
}

.footer .redes .icon img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer .credits{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-top: 67px;
}

.footer .credits .author p{
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.footer .credits .kry{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 22px;
}

.footer .credits .kry span{
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

/* RESPONSIVO-FOOTER */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .footer .container,
    .footer .info-contact,
    .footer .menu-rodape{
      text-align: center;
    }

    .footer .info-contact .info{
      justify-content: center;
    }

    .footer .menu-rodape a{
      width: auto;
    }

    .footer .container .col-lg-3{
      justify-items: center;
    }
    .footer .logo{
      width: 80%;
    }

    .footer .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 15px;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO-FOOTER */

/* /FOOTER */

/* SEPARADOR */

.separador{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 44px;
}

.separador::after{
  content: '';
  flex-grow: 1;
  height: 1px;

  background-color: var(--color-4);
}

.separador .title{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;

  color: var(--color-3);
  margin-bottom: 0px;
}

/* /SEPARADOR */

/* PROPAGANDA */

.propaganda .container{
  padding-top: 42px;
  padding-bottom: 42px;
}

.propaganda .anuncio{
  width: 100%;
  height: 100%;
}

.propaganda .anuncio img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* /PROPAGANDA */

/* HOME */

.btn-home{
  background-color: #FFF;
  border: 2px solid var(--color-2);
  border-radius: 100px;

  font-family: var(--fontInter);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  white-space: normal;

  color: #1E1E1E;

  padding: 15px;

  transition: all .3s ease-in-out;
}

.btn-home:hover{
  border: 2px solid var(--color-2);
  background-color: var(--color-2);
  color: #FFF;

  --bs-btn-active-border-width: 2px;
  --bs-btn-active-border-color: var(--color-2);
}

.fx1_home .container{
  padding-top: 36px;
  padding-bottom: 37px;
}

.fx1_home .container .row{
  row-gap: 30px;
}

.fx1_home .main-noticia{
  height: 100%;
  min-height: 409px;
  max-height: 410px;

  display: block;
  align-content: flex-end;

  border-radius: 20px;

  padding: 19px 22px;
  margin-top: 15px;
  margin-bottom: 12px;
}

.fx1_home .main-noticia .content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fx1_home .main-noticia .content .category{
  width: 100%;
  text-align: left;

  border-bottom: 1px solid #FFF;

  padding-bottom: 17px;
  margin-bottom: 12px;
}

.fx1_home .main-noticia .content .category p{
  font-family: var(--fontInter);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 3px;
}

.fx1_home .main-noticia .content .category p:last-child{
  margin-bottom: 0px;
}

.fx1_home .main-noticia .content .title{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #FFFFFF;
  margin-bottom: 17px;
}

.fx1_home .main-noticia .content .update-buttons-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fx1_home .main-noticia .content .update-buttons-inner .update span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}

.fx1_home .main-noticia .content .update-buttons-inner .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
}

.fx1_home .main-noticia .content .update-buttons-inner .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fx1_home .main-noticia .content .update-buttons-inner .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite-white.png');
}

.fx1_home .main-noticia .content .update-buttons-inner .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.fx1_home .main-noticia .content .update-buttons-inner .buttons .btn-share{
  background-image: url('../imagens/icon-share-white.png');
}

.fx1_home .tns-outer{
  margin-bottom: 12px;
}

.fx1_home .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.fx1_home .tns-nav button{
  background-color: var(--color-3);
  border: none;
  border-radius: 50%;

  width: 15px;
  height: 15px;

  transition: background-color .3s ease-in-out;
}

.fx1_home .tns-nav button:hover,
.fx1_home .tns-nav button.tns-nav-active{
  background-color: var(--color-1);
}

.fx1_home .btn-fx1{
  text-align: center;
  margin-top: 40px;
}

.fx2_home{
  background-color: var(--color-5);
}

.fx2_home .container{
  padding-top: 44px;
  padding-bottom: 49px;
}

.fx2_home .container .row{
  row-gap: 30px;
  margin-top: 41px;
}

.fx2_home .btn-fx2{
  text-align: center;
  margin-top: 40px;
}

.fx2_home .btn-fx2 .btn-home{
  width: 100%;
  max-width: 370px;
}

.fx3_home .container{
  padding-top: 72px;
  padding-bottom: 36px;
}

.fx3_home .container .row{
  row-gap: 40px;
  margin-top: 35px;
  margin-bottom: 39px;
}

.fx3_home .main-review{
  position: relative;
  height: 100%;
  min-height: 409px;
  max-height: 410px;

  display: block;
  align-content: flex-end;

  --img-main-review: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  border-radius: 20px;

  padding: 19px 22px;
}

.fx3_home .main-review .icon-play{
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;

  width: 100px;
  height: 100px;
}

.fx3_home .main-review .icon-play img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx3_home .main-review .content{
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fx3_home .main-review .content .category{
  width: 100%;
  text-align: left;

  border-bottom: 1px solid #FFF;

  padding-bottom: 17px;
  margin-bottom: 12px;
}

.fx3_home .main-review .content .category p{
  font-family: var(--fontInter);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx3_home .main-review .content .title{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #FFFFFF;
  margin-bottom: 17px;
}

.fx3_home .main-review .content .update-buttons-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fx3_home .main-review .content .update-buttons-inner .update span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}

.fx3_home .main-review .content .update-buttons-inner .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
}

.fx3_home .main-review .content .update-buttons-inner .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fx3_home .main-review .content .update-buttons-inner .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite-white.png');
}

.fx3_home .main-review .content .update-buttons-inner .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.fx3_home .main-review .content .update-buttons-inner .buttons .btn-share{
  background-image: url('../imagens/icon-share-white.png');
}

.fx3_home .btn-fx3{
  text-align: center;
  margin-top: 39px;
}

.fx3_home .btn-home{
  min-width: 370px;
}

.fx4_home{
  background-color: var(--color-6);
}

.fx4_home .container{
  padding-top: 35px;
  padding-bottom: 59px;
}

.fx4_home .content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
}

.fx4_home .content .img-anuncie{
  width: 370px;
  height: 337px;
  flex-shrink: 0;
}

.fx4_home .content .img-anuncie img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx4_home .content .text{
  max-width: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fx4_home .content .text h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;

  color: var(--color-3);
  margin-bottom: 25px;
}

.fx4_home .content .text p{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--color-3);
  margin-bottom: 30px;
}

.fx4_home .content .text .btn-home{
  min-width: 273px;
  background-color: #FFF;
}

.fx4_home .content .text .btn-home:hover{
  border: 2px solid var(--color-2);
  background-color: var(--color-2);
  color: #FFF;

  --bs-btn-active-border-width: 2px;
  --bs-btn-active-border-color: var(--color-2);
}

/* RESPONSIVO-HOME */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1_home .container .col-lg-4,
    .fx2_home .container .col-lg-4,
    .fx3_home .container .col-lg-3{
      justify-items: center;
    }
    .card-noticia,
    .card-artigo,
    .card-review{
      width: 90%;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){
    .fx4_home .content .img-anuncie{
      width: 100%;
      max-width: 370px;
      height: auto;
      flex-shrink: 1;
    }
    .fx4_home .content .text{
      align-items: center;
      text-align: center;
    }
    .separador{
      justify-content: center;
      text-align: center;
    }

    .separador::after{
      display: none;
    }
  }
  @media (max-width: 480px) {
    .fx1_home .main-noticia .content,
    .fx1_home .main-noticia .content .category,
    .fx3_home .main-review .content,
    .fx3_home .main-review .content .category{
      text-align: center;
    }
    .fx1_home .main-noticia .content .update-buttons-inner,
    .fx3_home .main-review .content .update-buttons-inner{
      flex-direction: column;
      justify-content: center;
      row-gap: 5px;
    }
    .fx3_home .main-review{
      margin: 0px;
    }
    .fx3_home .main-review .icon-play{
      display: none;
    }

    .card-noticia,
    .card-artigo,
    .card-review{
      text-align: center;
    }
    .card-noticia .content .update-buttons-wrapper,
    .card-artigo .content .update-buttons-wrapper,
    .card-review .content .update-buttons-wrapper{
      flex-direction: column;
      justify-content: center;
      row-gap: 5px;
    }
    .fx3_home .btn-home{
      min-width: unset;
    }
    .fx4_home .content .text .btn-home{
      min-width: unset;
    }
  }

/* /RESPONSIVO-HOME */

/* /HOME */

/* NOTÍCIAS */

.fx1_noticias .container{
  padding-top: 35px;
  padding-bottom: 35px;
}

.fx1_noticias .container .row{
  row-gap: 25px;
  margin-top: 25px;
}

.card-noticia{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  border-radius: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .18);
}

.card-noticia .img-destaque{
  display: block;
  width: 100%;
  min-height: 219px;
  max-height: 220px;
}

.card-noticia .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-noticia .content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding: 18px 25px 18px 25px;
}

.card-noticia .content .category{
  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: var(--color-4);
  margin-bottom: 10px;
}

.card-noticia .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  color: var(--color-3);
  margin-bottom: 12px;
}

.card-noticia .content .update-buttons-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-noticia .content .update-buttons-wrapper .update{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;

  color: var(--color-4);
}

.card-noticia .content .update-buttons-wrapper .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}

.card-noticia .content .update-buttons-wrapper .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card-noticia .content .update-buttons-wrapper .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite.png');
}
.card-noticia .content .update-buttons-wrapper .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.card-noticia .content .update-buttons-wrapper .buttons .btn-share{
  background-image: url('../imagens/icon-share.png');
}

/* RESPONSIVO NOTICIAS */

 @media(max-width: 991.98px){
  .card-noticia .content{
    text-align: center;
  }
  .fx1_noticias .col-lg-4{
    justify-items: center;
  }
 }

/* /RESPONSIVO NOTICIAS */

/* /NOTÍCIAS */

/* ARTIGOS */

.fx1_artigos .container{
  padding-top: 35px;
  padding-bottom: 35px;
}

.fx1_artigos .container .row{
  row-gap: 25px;
  margin-top: 25px;
}

.card-artigo{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  border-radius: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .18);
}

.card-artigo .img-destaque{
  display: block;
  width: 100%;
  min-height: 219px;
  max-height: 220px;
}

.card-artigo .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-artigo .content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding: 18px 25px 18px 25px;
}

.card-artigo .content .category{
  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: var(--color-4);
  margin-bottom: 10px;
}

.card-artigo .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  color: var(--color-3);
  margin-bottom: 12px;
}

.card-artigo .content .update-buttons-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-artigo .content .update-buttons-wrapper .update{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;

  color: var(--color-4);
}

.card-artigo .content .update-buttons-wrapper .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}

.card-artigo .content .update-buttons-wrapper .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card-artigo .content .update-buttons-wrapper .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite.png');
}

.card-artigo .content .update-buttons-wrapper .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.card-artigo .content .update-buttons-wrapper .buttons .btn-share{
  background-image: url('../imagens/icon-share.png');
}

/* RESPONSIVO ARTIGOS */

 @media(max-width: 991.98px){
  .card-artigo .content{
    text-align: center;
  }
  .fx1_artigos .col-lg-4{
    justify-items: center;
  }
 }

/* /RESPONSIVO ARTIGOS */

/* /ARTIGOS */

/* REVIEWS */

.card-review{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  border-radius: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .18);
}

.card-review .img-destaque{
  display: block;
  position: relative;
  width: 100%;
  min-height: 171px;
  max-height: 172px;
}

.card-review .img-destaque .thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-review .img-destaque .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 46px;
  height: 46px;
}

.card-review .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-review .content{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding: 18px;
}

.card-review .content .category{
  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: var(--color-4);
  margin-bottom: 10px;
}

.card-review .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  color: var(--color-3);
  margin-bottom: 12px;
}

.card-review .content .update-buttons-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-review .content .update-buttons-wrapper .update{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;

  color: var(--color-4);
}

.card-review .content .update-buttons-wrapper .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}

.card-review .content .update-buttons-wrapper .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card-review .content .update-buttons-wrapper .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite.png');
}

.card-review .content .update-buttons-wrapper .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.card-review .content .update-buttons-wrapper .buttons .btn-share{
  background-image: url('../imagens/icon-share.png');
}

.fx1_reviews .container{
  padding-top: 36px;
  padding-bottom: 59px;
}

.fx1_reviews .container .cards-wrapper{
  display: flex;
  flex-direction: column;
  row-gap: 28px;

  margin-top: 35px;
}

.card-review-x{
  height: 100%;
  display: flex;
  justify-content: flex-start;
  column-gap: 25px;

  border-radius: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .18);
}

.card-review-x .img-thumb{
  display: block;
  flex-grow: 1;
  width: 100%;
  min-height: 171px;
  max-width: 270px;
}

.card-review-x .img-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.card-review-x .content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;

  padding: 18px 18px 18px 0px ;
}

.card-review-x .content .category{
  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: var(--color-4);
  margin-bottom: 10px;
}

.card-review-x .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  color: var(--color-3);
  margin-bottom: 6px;
}

.card-review-x .content .resumo{
  margin-bottom: 13px;
}

.card-review-x .content .resumo p{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  color: #5F616E;
  margin-bottom: 0px;
}

.card-review-x .content .autor-buttons-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-review-x .content .autor-buttons-wrapper .autor{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;

  color: var(--color-4);
}

.card-review-x .content .autor-buttons-wrapper .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}

.card-review-x .content .autor-buttons-wrapper .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card-review-x .content .autor-buttons-wrapper .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite.png');
}

.card-review-x .content .autor-buttons-wrapper .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.card-review-x .content .autor-buttons-wrapper .buttons .btn-share{
  background-image: url('../imagens/icon-share.png');
}

/* RESPONSIVO REVIEWS */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {

  }
  @media (max-width: 860px) {
    .card-review-x{
      flex-direction: column;
    }
    .card-review-x .img-thumb{
      max-width: unset;
      max-height: 250px;
    }
    .card-review-x .img-thumb img{
      border-top-right-radius: 20px;
      border-bottom-left-radius: 0px;
      max-height: 250px;
    }
    .card-review-x .content{
      text-align: center;
      padding: 18px;
    }
  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO REVIEWS */

/* /REVIEWS */

/* REVIEW SINGLE */

.fx1_single_review{
  background-color: var(--color-5);
}

.fx1_single_review .container{
  padding-top: 36px;
  padding-bottom: 36px;
}

.fx1_single_review .bread{
  margin-top: 17px;
  margin-bottom: 17px;
}

.fx1_single_review .bread,
.fx1_single_review .bread a{
  font-family: var(--fontPadrao);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-3);
  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_single_review .bread a:hover{
  color: var(--color-1);
}

.topo-review{
  margin-top: 14px;
}

.topo-review .autor{
  justify-content: flex-start;
  margin-bottom: 5px;
}

.topo-review .img-thumbnail{
  position: relative;
  display: block;
  width: 100%;
  height: 654px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  padding: 0px;
}

.topo-review .img-thumbnail::after{
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    rgba(0, 0, 0, .0) 0%,
    rgba(0, 0, 0, .9) 100%
  );
}

.topo-review .img-thumbnail .thumb{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.topo-review .img-thumbnail .txt-absolute p{
  position: absolute;
  z-index: 2;
  bottom: 48px;
  left: 38px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;

  color: #FFFFFF;
}

.topo-review .img-thumbnail .icon{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100px;
  height: 100px;
}

.topo-review .img-thumbnail .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx1_single_review .topo-review h1{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;

  color: #191919;
  margin-bottom: 21px;
}

.fx1_single_review .topo-review .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-top: 1px solid rgba(25, 25, 25, .2);

  padding-top: 9px;
}

.fx1_single_review .topo-review .wrapper .txt-inner{
  display: flex;
  column-gap: 45px;
}

.fx1_single_review .topo-review .wrapper .txt-inner .category-inner{
  display: flex;
  align-items: center;
  column-gap: 5px;
  flex-wrap: wrap;
}

.fx1_single_review .topo-review .wrapper .category,
.fx1_single_review .topo-review .wrapper .date{
  font-family: var(--fontPadrao);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
}

.fx1_single_review .topo-review .wrapper .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
}

.fx1_single_review .topo-review .wrapper .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fx1_single_review .topo-review .wrapper .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite.png');
}

.fx1_single_review .topo-review .wrapper .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.fx1_single_review .topo-review .wrapper .buttons .btn-share{
  background-image: url('../imagens/icon-share.png');
}

.fx1_single_review .topo-review .wrapper .buttons span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0;

  cursor: pointer;
}

.fx1_single_review .topo-review .wrapper .buttons .btn-wrapper{
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.fx1_single_review .topo-review .wrapper .buttons .comment-inner{
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.fx1_single_review .topo-review .wrapper .buttons .btn-comment{
  background-image: url('../imagens/icon-comentario.png');
}

.fx2_single_review .container{
  padding-top: 40px;
  padding-bottom: 52px;
}

.fx2_single_review .container .row{
  margin-top: 31px;
  row-gap: 25px;
}

.fx2_single_review .card-storie{
  display: block;
  position: relative;
  width: 100%;
  height: 474px;

  border-radius: 20px;
}

.fx2_single_review .card-storie .thumb{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.fx2_single_review .card-storie .icon{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 46px;
  height: 46px;

  transform: translate(-50%, -50%);
}

.fx2_single_review .card-storie .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teste{
  height: 100%;
}
.fx2_single_review .card-storie .txt{
  position: absolute;

  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);

  background-color: var(--color-2);
  border-radius: 20px;

  width: 94.81%;
  text-align: center;

  padding: 15px 8px;
}

.fx2_single_review .card-storie .txt span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #FFFFFF;
}

.fx2_single_review .blog03{
  padding-bottom: 0px;
}

.fx2_single_review .content h2{
  font-family: var(--fontPadrao);
  font-weight: 500;
  font-size: 25px;
  color: #000000;

  margin-bottom: 0;
}

.fx2_single_review .comments .comment-null{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 20px;
  color: var(--color-1);

  margin-bottom: 0;
}

.fx2_single_review .fundo-form{
    padding-top: 32px;
}

.fx2_single_review .fundo-form form{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
}

.fx2_single_review .fundo-form form .form-submit{
  display: none;
}

.fx2_single_review .fundo-form form .form-group{
  width: 100%;
  margin-bottom: 0px;
}

.fx2_single_review .fundo-form form .form-group .form-control{
  border: 1px solid #000;
  border-radius: 0px;
  padding: 9px 14px;
}

.fundo-form form .form-group .form-control,
.fundo-form form .form-group .form-control::placeholder{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.fundo-form form .form-group textarea{
  min-height: 166px;
  resize: none;
}

.fx2_single_review .fundo-form form .submit-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fx2_single_review .fundo-form form .submit-group button{
  background-color: var(--color-1);
  border: none;
  border-radius: 100px;

  font-family: var(--fontInter);
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;

  padding: 9px 20px;
}

.fx2_single_review .fundo-form form .submit-group span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;

  color: #5F616E;
}

.fx2_single_review .content-editor{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx2_single_review .content-editor p,
.fx2_single_review .content-editor li{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;

  color: #000000;
}

.fx2_single_review .content-editor img{
  border-radius: 20px;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 5px;
}

.fx2_single_review .content-editor span,
.fx2_single_review .content-editor .wp-caption-text{
  font-family: var(--fontInter);
  font-size: 14px;
  font-weight: 400;
  color: #AAA;
}

/* RESPONSIVO REVIEW SINGLE */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .topo-review .img-thumbnail{
      height: 500px;
    }
    .topo-review .img-thumbnail .txt-absolute{
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }
    .fx2_single_review .container .col-lg-3{
      justify-items: center;
    }
    .fx2_single_review .card-storie{
      width: 80%;
    }
    .fx1_single_review h1{
      text-align: left;
    }
    .fx1_single_review .topo-review .wrapper .buttons{
      flex-wrap: wrap;
      row-gap: 5px;
    }
    .fx1_single_review .topo-review .wrapper .txt-inner{
      flex-direction: column;
      row-gap: 10px;
    }
    .fx1_single_review .topo-review .wrapper{
      flex-direction: column;
      row-gap: 10px;
    }
  }
  @media(max-width: 767px){
  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO REVIEW SINGLE */

/* /REVIEW SINGLE */

/* FALE CONOSCO */

.fx1_fale_conosco .container{
  padding-top: 36px;
  padding-bottom: 59px;
}

.fx1_fale_conosco .container .row{
  row-gap: 25px;
  margin-top: 48px;
  justify-content: center;
}

.fx1_fale_conosco .content{
  text-align: center;

  margin-top: 66px;
}

.fx1_fale_conosco .content h2{
  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  
  color: var(--color-1);
  margin-bottom: 20px;
}

.fx1_fale_conosco .content p{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #000000;
  margin-bottom: 0px;
}

.card-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  row-gap: 8px;
}

.card-info .icon{
  position: relative;
  background-color: var(--color-6);
  border-radius: 10px;

  align-content: center;
  text-align: center;

  width: 100%;
  min-height: 172px;
}

.card-info .icon img{
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.card-info .icon .txt-hover{
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;

  background-color: var(--color-2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  align-content: center;
  width: 100%;
  height: 0%;
  max-height: 46px;
  opacity: 0;

  transition: all .3s ease-in-out;
}

.card-info .icon:hover .txt-hover{
  height: 100%;
  opacity: 1;
}

.card-info .icon .txt-hover p{
  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.card-info .text{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.card-info .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;

  color: #000000;
  margin-bottom: 2px;
}

.card-info .text span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;

  color: #000000;
}

/* RESPONSIVO FALE CONOSCO */

  @media(min-width: 991px){
  }
  @media (max-width: 991px) {
    .fx1_fale_conosco .container .col-lg-3{
      justify-items: center;
    }
    .card-info .icon{
      width: auto;
      min-height: unset;
      padding: 20px;
    }
    .card-info{
      width: auto;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO FALE CONOSCO */

/* /FALE CONOSCO */

/* SOBRE */

.fx1_sobre .container{
  padding-top: 36px;
  padding-bottom: 56px;
}

.fx1_sobre .content{
  margin-top: 50px;
}

.fx1_sobre .content h2{
  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;

  color: var(--color-1);
}

.fx1_sobre .content p,.fx1_sobre .content ul li{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-align: justify;

  color: #000000;
}

.fx1_sobre .content img{
  object-fit: cover;
  max-width: 100%;
  border-radius: 20px;
}

/* RESPONSIVO SOBRE */

@media(max-width: 991px) {
  .fx1_sobre .content{
    text-align: justify;
  }
}

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* SINGLE PADRAO */

.fx1_single_padrao{
  background-color: var(--color-5);
}

.fx1_single_padrao .container{
  padding-top: 34px;
  padding-bottom: 43px;
}

.fx1_single_padrao .bread{
  margin-top: 17px;
  margin-bottom: 17px;
}

.fx1_single_padrao .bread,
.fx1_single_padrao .bread a{
  font-family: var(--fontPadrao);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-3);
  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_single_padrao .bread a:hover{
  color: var(--color-1);
}

.topo-single{
  margin-bottom: 28px;
}

.topo-single .img-thumbnail{
  background-color: transparent;
  width: 100%;
  height: 524px;
  min-height: 524px;
  max-height: 525px;
  border: none;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 0px;
}

.topo-single .img-thumbnail img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.topo-single h1{
  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 40px;
  line-height: 37px;

  color: #191919;
  margin-bottom: 29px;
}

.topo-single .resumo p{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #191919;
  margin-bottom: 0px;
}

.info-publicacao{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-publicacao span{
  font-family: var(--fontInter);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-2);
}

.fx2_single_padrao .container{
  padding-top: 50px;
}

.fx2_single_padrao .content{
  margin-bottom: 39px;
}

.fx2_single_padrao .content p,
.fx2_single_padrao .content ul li{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;

  color: #000000;
}

.fx2_single_padrao .content img{
  border-radius: 20px;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 5px;
}

.fx2_single_padrao .content span,
.fx2_single_padrao .content .wp-caption-text,
.wp-element-caption{
  font-family: var(--fontInter);
  font-size: 16px;
  font-weight: 400;
  color: #AAA;
}

.spacer{
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;

  border-bottom: 2px solid var(--color-4);
  padding: 0px 0px 11px 0px;
}

.autor{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 8px;
}

.autor p{
  flex-shrink: 0;

  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin-bottom: 0px;
}

.autor-descricao{
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 8px;
}

.autor-descricao .toggle-descricao{
  flex-shrink: 0;

  width: 24px;
  height: 24px;

  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../imagens/icon-chevron-right.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  rotate: 90deg;
}

.autor-descricao .toggle-descricao:hover{
  background-color: #DDD;
}

.autor span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-3);
  margin-bottom: 0px;
}

.spacer .compartilhar{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 23px;
}

.spacer .compartilhar p,
.spacer .compartilhar span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0;
}

.spacer .compartilhar .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
}

.spacer .compartilhar .buttons span{
  cursor: pointer;
}

.spacer .compartilhar .buttons .icon{
  display: block;
  width: 19px;
  height: 19px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spacer .compartilhar .buttons .comment-inner{
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.spacer .compartilhar .buttons .btn-comment{
  background-image: url('../imagens/icon-comentario.png');
}

.spacer .compartilhar .buttons .btn-favorito{
  background-image: url('../imagens/icon-favorite.png');
}

.spacer .compartilhar .buttons .btn-favorito.active{
  background-image: url('../imagens/icon-favorite-check.png');
}

.spacer .compartilhar .buttons .btn-share{
  background-image: url('../imagens/icon-share.png');
}

.spacer .compartilhar .buttons .btn-wrapper{
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.spacer .compartilhar .options{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}

.spacer .compartilhar .options .icon{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 28px;
  max-height: 25px;
}

.spacer .compartilhar .options .icon img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fx3_single_padrao .container{
  padding-bottom: 78px;
}

.fx3_single_padrao .content h2{
  font-family: var(--fontPadrao);
  font-weight: 500;
  font-size: 25px;
  color: #000000;

  margin-bottom: 0;
}

.fx3_single_padrao .comments .comment-null{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 20px;
  color: var(--color-1);

  margin-bottom: 0;
}

.fx3_single_padrao .fundo-form{
    padding-top: 32px;
}

.fx3_single_padrao .fundo-form form{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
}

.fx3_single_padrao .fundo-form form .form-submit{
  display: none;
}

.fx3_single_padrao .fundo-form form .form-group{
  width: 100%;
  margin-bottom: 0px;
}

.fx3_single_padrao .fundo-form form .form-group .form-control{
  border: 1px solid #000;
  border-radius: 0px;
  padding: 9px 14px;
}

.fundo-form form .form-group .form-control,
.fundo-form form .form-group .form-control::placeholder{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.fundo-form form .form-group textarea{
  min-height: 166px;
  resize: none;
}

.fx3_single_padrao .fundo-form form .submit-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fx3_single_padrao .fundo-form form .submit-group button{
  background-color: var(--color-1);
  border: none;
  border-radius: 100px;

  font-family: var(--fontInter);
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;

  padding: 9px 20px;
}

.fx3_single_padrao .fundo-form form .submit-group span{
  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;

  color: #5F616E;
}

.fx4_single_padrao .container{
  padding-bottom: 56px;
}

.fx4_single_padrao .container .row{
  row-gap: 30px;
}

.fx4_single_padrao .text{
  margin-bottom: 38px;
}

.fx4_single_padrao .text h3::before,
.fx4_single_padrao .text h3::after{
  content: '';
  flex: 1;
  height: 2px;
  background-color: var(--color-4);
}

.fx4_single_padrao .text h3{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;

  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;

  color: var(--color-1);
  margin-bottom: 0px;
}

.fx4_single_padrao .linkartigo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 18px;
}

.fx4_single_padrao .linkartigo .img-destaque{
  width: 100%;
  height: 100%;
  position: relative;
}

.fx4_single_padrao .linkartigo img{
  width: 100%;
  height: 100%;
  min-height: 208px;
  max-height: 208px;
  object-fit: cover;
  border-radius: 20px;
}

.fx4_single_padrao .linkartigo p{
  font-family: var(--fontInter);
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;

  color: var(--color-1);
  margin-bottom: 0px;
}

.fx4_single_padrao .linkartigo .categoria{
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 0px;

  display: flex;
  flex-wrap: wrap;
  column-gap: 3px;
  row-gap: 3px;
}

.fx4_single_padrao .linkartigo .categoria span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-1);
  background-color: rgba(255, 255, 255, .81);

  padding: 2px 6px;
  margin-bottom: 0px;
}

/* RESPONSIVO SINGLE PADRAO */

  @media(max-width: 1199px){
    
  }
  @media (max-width: 991px) {
    .topo-single .img-thumbnail{
      min-height: unset;
      height: 100%;
      max-height: 100%;
    }
    .fx4_single_padrao .container .col-lg-4{
      justify-items: center;
    }
    .fx4_single_padrao .linkartigo{
      width: 80%;
    }
    .fx4_single_padrao .linkartigo p{
      text-align: center;
    }
    .spacer{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;

      flex-wrap: nowrap;
    }
    .autor{
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      row-gap: 8px;
    }
    .spacer .compartilhar .buttons{
      flex-wrap: wrap;
      row-gap: 12px;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {
    .spacer{
      flex-direction: column;
      align-items: flex-start;
      row-gap: 10px;
    }
  }

/* /RESPONSIVO SINGLE PADRAO */

/* /SINGLE PADRAO */

/* BLOG03 */

.blog03 h1,.blog03 h2,.blog03 h3,.blog03 h4,.blog03 h5,.blog03 h6{
  font-family: var(--fontPadrao);
}

.blog03 p, .blog03 ul, .blog03 ul li{
  font-family: var(--fontInter);
}

.blog03 .post-itens{
  margin-bottom: 15px;
}

.blog03 .post-resumo{
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog03 a.post-leia{
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all .2s linear;
}

.blog03 a.post-leia:hover{
  filter: brightness(1.5);
}

.blog03 .post{
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog03 .post h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog03 .pagination{
  text-align: left;
  float: none;
}

.blog03 .buscar{
  margin-top: 0px;
  position: relative;
  margin-bottom: 35px;
}

.blog03 .buscar input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 37px;
}

.blog03 .buscar button{
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 9px;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all .2s linear;
}

.blog03 .buscar button:hover{
  filter: brightness(1.2);
}

.blog03 .sidebar h3{
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 35px;
}

/* responsivo */    
  @media (max-width: 625px) {
    .blog03 .lista-posts{
      width: 100%;
    }

    .blog03 .sidebar{
      width: 100%;
      margin-top: 40px;
    }

    .blog03 .linkartigo{
      max-width: 270px;
      margin-right: auto;
      margin-left: auto;
      display: block;
      text-align-last: center;
      margin-bottom: 30px;
    }

    .sidebar .editor{
      text-align: center;
    }
  }
/* /responsivo */

.blog03 .post-itens img{
  position: relative;
  top: -1px;
}

.blog03 .post .editor *{
  max-width: 100%!important;
  height: auto!important;
}

.blog03 .postthumb{
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
/**/

/**comentarios**/
  /*.comment-form .submit{
    display: inline-block;
    font-size: 13px;
    padding: 11px 16px 9px 16px;
    transition: all .2s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

  }.comment-form .submit:hover{
    filter: brightness(1.2);
  }*/

  .nanome{
    margin-bottom: 5px;
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: var(--color-4);
    text-decoration-thickness: 2px;
    margin-bottom: 0;
  }

  .natxt{
    margin-bottom: 5px;
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
  }

  .nletra{
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 4px;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background-color: var(--color-1);
  }

  .nautor{
    margin-top: 20px;
    min-height: 70px;
    padding-left: 85px;
    position: relative;
    /*padding-top: 10px;*/
  }

  

  /*.comment-form-author label,
  .comment-form-email label,
  .comment-form-comment label{
    display: block;
  }

  .comment-notes{
    font-size: 11px;
  }

  .comment-reply-title{
    margin-top: 0;
  }

  .comment-form-cookies-consent{
    display: none;
  }

  .comment-form-author{
    float: left;
    width: 50%;
  }
  .comment-form-email{
    float: left;
    width: 50%;
  }*/

  #si_captcha_code{
    width: 127px;
    position: relative;
  }

  #si_captcha_code label{
    display: none;
  }

  #si_captcha_code span{
    position: absolute;
    left: 135px;
    top: 0;
  }

  /*.comment-form-author input,
  .comment-form-email input,
  .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
  }

  .comment-form-author input{
    width: 95%;
  }

  .comment-form-comment textarea{
    height: 100px;
  }*/

  input#si_captcha_code{
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

/***comentarios**/

.blog03 .post.opost h1{
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*.comment-form .submit{
  border: 0;
}*/

.pagination{
  margin: 0;
  border: 0;
}

.pagination li{
  display: inline-block;
  border: 0;
}

.pagination li a{
  display: inline-block;
  border: 0;
}

.pagination .current{
  border: 0!important;
}

.current>li:first-child{
  margin-left: 5px;
}

.commadm{
  /*margin-left: 30px;*/
  padding: 20px;
}

.blog03{
  padding-bottom: 80px;
}

.news img{
  float: left;
  margin-right: 50px;
}

.news p{
  font-size: 20px;
  /*display: inline-block;
  padding-top: 40px;
  margin-right: 140px;*/
  display: inline;
}

.news .wpcf7-form-control-wrap{
  display: inline;
}

.news .wpcf7-not-valid-tip{
  font-size: 10px;
}

.newsenviar{
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  line-height: 36px;
  text-align: center;
  padding: 0 30px;
  margin-top: 30px;
}

.news{
  padding: 15px 0;
}

.newsletter{
  display: inline-block!important;
  width: 288px;
  margin-right: 20px;
  margin-top: 30px;
  height: 36px;
  margin-left: 50px;
}

.news2 .wpcf7-response-output,
.news .wpcf7-response-output{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.news .wpcf7-form-control-wrap span{
  right: 28px;
}

.news .imgnews2{
  display: none!important;
}
.news2 .passine,
.news2 .imgnews1{
  display: none!important;
}

.news2 .newsletter{
  margin-left: 0;
  margin-top: 0;
}

.news2 .wpcf7-form-control-wrap{
  display: inline;
}

.news2 .wpcf7-form-control-wrap span {
    position: absolute;
    z-index: 1;
    right: 26px;
    top: 0px;
}

.news2 .wpcf7-not-valid-tip{
  font-size: 10px;
}

a.post-cat{
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
  border-radius: 3px; 
  line-height: 30px;
  padding: 0 30px;
  display: inline-block;
  transition: all .2s linear;
}

.postautor{
  padding-bottom: 3px;
  margin-bottom: 15px;
  display: inline-block;
}

.post a{
  transition: all .2s linear;
}

a.bannerblog{
  display: inline-block!important;
  border: 0!important;
  padding: 0!important;
  margin-bottom: 30px!important;
}

a.bannerblog img{
  max-width: 100%!important;
  height: auto!important;
}

.sidebar .redesf{
  text-align: center;
  margin-bottom: 45px;
}

.sidebarcategoria{
  position: relative;
  display: block;
  margin-bottom: 25px;
  transition: all .2s linear;
  position: relative;
}

.sctxt{
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(0, -50%);
  z-index: 2;
}

.scimg{
  float: left;
  width: 58px;
  height: 67px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .2s linear;
}

.sidebar .redesf{
  float: none;
}

.opost .postautor{
  border-bottom: 0;
}

.blog03 .linkartigo{
  display: block;
}

.blog03 .linkartigo img{
  margin-bottom: 10px;
}

.sobre-autor{
  padding: 20px 20px;
  margin-bottom: 35px;
  text-align: center;
}

.autor-img{
  width: 170px;
  height: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.nome-autor{
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sobre-autor p{
  font-size: 17px;
  line-height: 1.3;
}

.rede-interna1{
  text-align: right;
}

.sobre-frase{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.nome-autor{
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog03 h1{
  font-weight: bold;
  font-size: 36px;
}
.blog03 h2{
  font-weight: bold;
  font-size: 27px;
}
.blog03 h3{
  font-weight: bold;
  font-size: 21.06px;
}
.blog03 h4{
  font-weight: bold;
  font-size: 18px;
}
.blog03 h5{
  font-weight: bold;
  font-size: 14.94px;
}
.blog03 h6{
  font-weight: bold;
  font-size: 12.06px;
}


.blogsubtit{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.blog03 .post.opost h1{
  font-weight: bold;
  font-size: 36px;
}

.lista-posts{
  padding-top: 15px;
  padding-bottom: 40px;
}

    .blog03 a.post-leia{
    color: #FFF;
    background-color: #333333;
  }

  .blog03 .post{
    border-bottom: 1px solid #D9D9D9;
  }

  .blog03 .post h2{
    color: #555555;
  }

  .blog03 .buscar button{
    background-color: #E68200;
    border-color: #E68200;
  }

  .blog03 .sidebar h3{
    color: #435721;
    border-bottom: 2px solid #E68200;
  }

  .blog03 .sidebar a:hover{
    color: #E68200;
  }

  /*.comment-form .submit{
      color: #FFF;
      background-color: #14034B;
    }.comment-form .submit:hover{
      color: #FFF;
    }*/

    /*.comment-form-author input,
    .comment-form-email input,
    .comment-form-comment textarea{
      border: 1px solid #EEE;
    }*/

    input#si_captcha_code{
      border: 1px solid #EEE;
    }

    .blog03 .post h2{
    color: #25408F;
  }

  .blog03 .post.opost h1{
    color: #24408F;
  }

  /*.comment-form .submit{
    background-color: #E68200;
  }*/

  .pagination li a{
    background-color: #2CACEB!important;
    color: #FFF!important;
  }

  .pagination li a:hover{
    background-color: #6AC8F6!important;
    color: #FFF!important;
  }

  .pagination .current{
    background-color: #FFF!important;
    color: #000!important;
  }

  .commadm{
    background-color: #EEE;
  }

  .news p{
    color: #FFF;
  }

  .newsenviar{
    background-color: #24408F;
    color: #FFF;
  }

  .news{
    background-color: #F77016;
  }

.news2 .wpcf7-response-output,
  .news .wpcf7-response-output{
    color: #FFF;
  }

a.post-cat{
    background-color: #EB891A;
    color: #FFF;
  }

  /*a.post-cat:hover{
    color: #FFF;
    background-color: #444;
  }*/

  .postautor{
    border-bottom: 1px solid #BBBBBB;
  }

  .sidebarcategoria{
    background-color: #444444;
  }

  .scimg{
    background-color: #333333;
  }

  .sidebarcategoria:hover{
    background-color: #EB891A;
  }

  .sidebarcategoria:hover .scimg{
    background-color: #CD7412;
  }

  .sobre-autor{
    background-color: #DDDDDD;
  }

  .nome-autor{
    color: #555; 
    border-bottom: 1px solid #D6D6D6;
  }

  .sobre-autor p{
    color: #525252;
  }

  .sobre-frase{
    color: #000000;
  }

  .blog03 h3{
    color: #555555;
  }

  .blog03 .post h2{
    color: #555555;
  }

  .blogsubtit{
    color: #555555;
  }

  .blog03 .post.opost h1{
    color: #555555;
  }

  .lista-posts{
    background-color: #FFF;
  }

/* /BLOG03 */

/* PAGENAVI */

.pagenavi-wrapper{
  text-align: center;
  justify-items: center;
  margin-top: 56px;
}

.wp-pagenavi .page,
.wp-pagenavi span,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  border: 1px solid #DFDFDF;

  font-family: var(--fontInter);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;

  color: #8D8D8D;
  transition: all .3s ease-in-out;

  padding: 5px 9px;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
  background-color: var(--color-1);
  color: #FFF;
}

.wp-pagenavi .previouspostslink{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.wp-pagenavi .nextpostslink{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* /PAGENAVI */

/* 404 */

.pg-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  background-color: var(--color-5);
  text-align: center;
  font-family: var(--fontPadrao);
  padding: 40px 20px;
}

.pg-404 .container {
  max-width: 700px;
  width: 100%;
}

.pg-404 h1 {
  font-size: 100px;
  font-weight: bold;
  color: var(--color-1);
  margin: 0 0 10px;
  font-family: var(--fontInter);
}

.pg-404 h2 {
  font-size: 24px;
  color: var(--color-3);
  margin-bottom: 20px;
}

.pg-404 .editor {
  font-size: 18px;
  color: var(--color-4);
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--color-2);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.pg-404 .editor a:hover {
  color: var(--color-1);
}

.pg-404 .clearfix {
  clear: both;
}

/* Responsivo */
@media screen and (max-width: 768px) {
  .pg-404 h1 {
    font-size: 70px;
  }

  .pg-404 h2 {
    font-size: 20px;
  }

  .pg-404 .editor {
    font-size: 16px;
  }
}

/* /404 */

/* LOGIN */

.fx1_login{
  background-color: var(--color-5);
  height: 55vh;
}

.fx1_login .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx1_login .container .row{
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fx1_login .text{
  margin-top: 20px;
}

.fx1_login .text p{
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.fx1_login .form-container form{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}

.fx1_login form .form-group{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 0px;
}

.fx1_login form .form-group label{
  flex-shrink: 0;
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-3);

  margin-bottom: 0px;
}

.fx1_login form .form-group input{
  width: 100%;
  height: 35px;

  font-family: var(--fontPadrao);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-3);

  border: 1px solid var(--color-3);
  border-radius: 5px;
  background-color: #FFF;
}

.fx1_login form .form-group .toggle-senha{
  position: relative;

  flex-grow: 1;
  width: 100%;
}

.fx1_login form .form-group .toggle-senha input{
  padding-right: 40px;
}

.btn-view{
  position: absolute;

  top: 50%;
  right: 5px;
  transform: translateY(-50%);

  width: 30px;
  height: 30px;

  background-image: url('../imagens/eye-close.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;

  cursor: pointer;
}

.btn-view.active{
  background-image: url('../imagens/eye.png');
}

.btn-submit{
  width: 150px;
  height: 40px;
  text-align: center;
  align-self: flex-end;

  background-color: var(--color-1);
  border-radius: 8px;
  border: none;

  font-family: var(--fontPadrao);
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  transition: all .3s ease-in-out;
}

.btn-submit:hover{
  background-color: #111;
}

.fx1_login .link-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 15px;
}

.fx1_login .link-inner .btn-cad,
.fx1_login .link-inner .btn-forget-pass{
  display: flex;
  align-items: center;
  text-align: center;
  column-gap: 5px;
}

.fx1_login .link-inner span{
  font-family: var(--fontPadrao);
  font-size: 19px;
  font-weight: 500;
  color: var(--color-3);
  text-decoration-thickness: 2px;
}

.fx1_login .link-inner .btn-cad:hover span,
.fx1_login .link-inner .btn-forget-pass:hover span{
  text-decoration-line: underline;
}

.fx1_login .link-inner .btn-cad::before,
.fx1_login .link-inner .btn-forget-pass::before{
  content: '';
  flex-shrink: 0;

  width: 32px;
  height: 32px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fx1_login .link-inner .btn-cad::before{
  background-image: url('../imagens/icon-cadastro.png');
}

.fx1_login .link-inner .btn-forget-pass::before{
  background-image: url('../imagens/icon-esqueci-senha.png');
}

/* /LOGIN */

/* CADASTRO */

.fx1_cadastro{
  background-color: var(--color-5);
  height: 55vh;
}

.fx1_cadastro .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx1_cadastro .container .row{
  margin-top: 30px;
  margin-bottom: 30px;
}

.fx1_cadastro .text{
  margin-top: 20px;
}

.fx1_cadastro .text p{
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.fx1_cadastro .form-container form{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}

.fx1_cadastro form .form-group{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3px;
  margin-bottom: 0px;
}

.fx1_cadastro form .form-group label{
  flex-shrink: 0;
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-3);

  margin-bottom: 0px;
}

.fx1_cadastro form .form-group input{
  width: 450px;
  height: 35px;

  font-family: var(--fontPadrao);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-3);

  border: 1px solid var(--color-3);
  border-radius: 5px;
  background-color: #FFF;
}

.fx1_cadastro form .form-group .toggle-senha{
  position: relative;

  width: 450px;
}

.fx1_cadastro form .form-group .toggle-senha input{
  padding-right: 40px;
}

.fx1_cadastro .btn-submit{
  align-self: unset;
}

/* /CADASTRO */

/* PERFIL */

.fx1_perfil{
  background-color: var(--color-5);
  height: 55vh;
}

.fx1_perfil .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx1_perfil .container .row{
  margin-top: 30px;
  margin-bottom: 30px;
}

.fx1_perfil .text{
  margin-top: 20px;
}

.fx1_perfil .text p{
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.fx1_perfil .form-container form{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}

.fx1_perfil form .form-group{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3px;
  margin-bottom: 0px;
}

.fx1_perfil form .form-group label{
  flex-shrink: 0;
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-3);

  margin-bottom: 0px;
}

.fx1_perfil form .form-group input{
  width: 450px;
  height: 35px;

  font-family: var(--fontPadrao);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-3);

  border: 1px solid var(--color-3);
  border-radius: 5px;
  background-color: #FFF;
}

.fx1_perfil .editar_perfil{
  margin-top: 30px;
}

.fx1_perfil .btn-edit{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}

.fx1_perfil .btn-edit span{
  font-family: var(--fontPadrao);
  font-size: 19px;
  font-weight: 500;
  color: var(--color-3);
  text-decoration-thickness: 2px;
}

.fx1_perfil .btn-edit:hover span{
  text-decoration: underline;
}

.fx1_perfil .btn-edit::before{
  content: '';
  flex-shrink: 0;

  width: 32px;
  height: 32px;

  background-image: url('../imagens/icon-edit.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* /PERFIL */

/* EDITAR PERFIL */

.fx1_edit_perfil{
  background-color: var(--color-5);
  height: 55vh;
}

.fx1_edit_perfil .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx1_edit_perfil .container .row{
  margin-top: 30px;
  margin-bottom: 30px;
}

.fx1_edit_perfil .text{
  margin-top: 20px;
}

.fx1_edit_perfil .text p{
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.fx1_edit_perfil .form-container form{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}

.fx1_edit_perfil form .form-group{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3px;
  margin-bottom: 0px;
}

.fx1_edit_perfil form .form-group label{
  flex-shrink: 0;
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-3);

  margin-bottom: 0px;
}

.fx1_edit_perfil form .form-group input{
  width: 450px;
  height: 35px;

  font-family: var(--fontPadrao);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-3);

  border: 1px solid var(--color-3);
  border-radius: 5px;
  background-color: #FFF;
}

.fx1_edit_perfil .editar_perfil{
  margin-top: 30px;
}

.fx1_edit_perfil .btn-edit{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}

.fx1_edit_perfil .btn-edit span{
  font-family: var(--fontPadrao);
  font-size: 19px;
  font-weight: 500;
  color: var(--color-3);
  text-decoration-thickness: 2px;
}

.fx1_edit_perfil .btn-edit:hover span{
  text-decoration: underline;
}

.fx1_edit_perfil .btn-edit::before{
  content: '';
  flex-shrink: 0;

  width: 32px;
  height: 32px;

  background-image: url('../imagens/icon-edit.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fx1_edit_perfil .btn-submit{
  align-self: unset;
}

/* /EDITAR PERFIL */

/* RESPONSIVO DO USUARIO */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {

  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){
    .fx1_login,
    .fx1_cadastro,
    .fx1_perfil,
    .fx1_edit_perfil{
      height: auto;
    }
    .fx1_login form .form-group{
      flex-direction: column;
    }
    .btn-submit{
      align-self: center;
    }

    .text{
      text-align: center;
    }
    .fx1_edit_perfil .btn-submit{
      align-self: center;
    }
    .fx1_login form .form-group,
    .fx1_cadastro form .form-group,
    .fx1_perfil form .form-group,
    .fx1_edit_perfil form .form-group{
      align-items: center;

      input{
        width: 100%;
      }
    }
    .fx1_cadastro form .form-group .toggle-senha{
      width: 100%;
    }
    .fx1_login .link-inner{
      align-items: center;
    }
    .fx1_perfil .btn-edit{
      justify-content: center;
    }
  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO DO USUARIO */

/* MODAL */

.modal{
  opacity: 1;
}

#loginModal{
  --bs-modal-header-padding: 2rem;
  --bs-modal-padding: 2rem;
}

#loginModal .modal-content{
  background-color: var(--color-6);
}

#loginModal .btn-close{
  background: transparent var(--bs-btn-close-bg) center/2em auto no-repeat;
}

#loginModal .modal-header h2{
  font-family: var(--fontPadrao);
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

#loginModal .modal-body p{
  font-family: var(--fontPadrao);
  font-size: 19px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}

#loginModal .btn-inner{
  margin-top: 15px;
}

#loginModal .btn-login{
  font-family: var(--fontInter);
  font-size: 16px;
  font-weight: 500;
  color: #FFF;

  background-color: var(--color-2);
  border-radius: 5px;

  padding: 8px 12px;

  transition: all var(--menu-transition-delay) ease-in-out;
}

#loginModal .btn-login:hover{
  background-color: var(--color-3);
}

/* RESPONSIVO MODAL */

  @media(max-width: 991px){
    #loginModal .modal-content{
      text-align: center;
    }
  }

/* /RESPONSIVO MODAL */

/* /MODAL */

/* FAVORITOS */

.fx1_favoritos{
  min-height: 55vh;
}

.fx1_favoritos .container{
  padding-top: 35px;
  padding-bottom: 35px;
}

.fx1_favoritos .container .row{
  row-gap: 30px;
}

.fx1_favoritos .empty-favoritos h2{
  font-family: var(--fontPadrao);
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

/* RESPONSIVO FAVORITOS */

  @media(max-width: 991.98px){
    .fx1_favoritos .col-lg-4{
      justify-items: center;
    }
  }

/* /RESPONSIVO FAVORITOS */

/* /FAVORITOS */

.share-wrapper {
  position: relative;
  display: inline-block;
}

.shareMenu {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  background: var(--color-5);
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
  z-index: 100000000000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  min-width: max-content;
}

.fx1_home .slider-noticia .main-noticia .shareMenu{
  top: unset;
  bottom: 110%;
}

.shareMenu a,
.shareMenu button {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 5px;

  background-color: transparent;
  border: none;

  font-family: var(--fontInter);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-3);
  padding: 6px 0;
  text-decoration: none;
  transition: all var(--menu-transition-delay); ease-in-out;
}

.shareMenu a:hover,
.shareMenu button:hover {
  color: var(--color-1);
}

.shareMenu a .icon-link,
.shareMenu button .icon-link{
  width: 24px;
  height: 24px;
}

.shareMenu a .icon-link img,
.shareMenu button .icon-link img{
  width: 100%;
  height: 100%;
}

.shareMenu #copyFeedback{
  display: none;
  font-family: var(--fontInter);
  font-size: 13px;
  font-weight: 400;
}

.icon > *,
.disable-child-click-events > * {
  pointer-events: none;
}
/* RESPONSIVO SHARE */

  @media(max-width: 480px){
    

    .card-review-x .shareMenu,
    .fx1_single_padrao .shareMenu{
      right: 0;
    }
  }

/* RESPONSIVO SHARE */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/