@charset "UTF-8";
/* Tema do cliente */
/* Tema do cliente */
/* cor-1: #E8523A */
/* cor-2: #EFEFEF */
/* cor-3: #FFFFFF */

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ============================
   FONTES POPPINS (REG, SEMI, BOLD)
   ============================ */

@font-face {
  font-family: 'Poppins Regular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Semibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Bold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================
   ROOT VARIABLES
   ============================ */

:root {
  --fontPadrao : 'Poppins Regular', sans-serif;
  --fontSemi   : 'Poppins Semibold', sans-serif;
  --fontBold   : 'Poppins Bold', sans-serif;

  --kry-color-1: #E8523A;
  --kry-color-2: #EFEFEF;
  --kry-color-3: #FFFFFF;
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }

@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #509633!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #509633;
}
::-moz-selection{
  background: #509633;
  color: #FFF;
}
::selection{
  background: #509633;
  color: #FFF;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #509633;
  border-color: #509633;
}
.lds-ellipsis div{  
  background-color: #509633;
}

.editor, .editor p, .editor li{
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

/* Ajustes globais */
strong, b {
  font-weight: 700;
  font-family: inherit;
}
a{
  text-decoration: none;
}
dl, ol, ul{
  margin-bottom: 0.5rem;
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

/* Aceitar termos */
.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;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;
}
.btnwhats img{
  width: 60px;
  height: 60px;
  transition: all .2s linear;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* Website */
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.recaptcha__wrappper{
  max-height: 78px;
}

/* CF7 */
.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 */
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;
  }
}

/* Responsividade */
@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;
  }
}

/* Links */
a{
  transition: all .3s linear;
  text-decoration: none!important;
}
.editor a{
  color: var(--kry-color-3) !important; /* prioridade tema_m */
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #0F0D0D;
}
::-moz-selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}
::selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}

/* Paginação */
.lds-ellipsis div{
  background-color: #0F0D0D;
}

/* Editor */
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}

/* Body e Container */
body{
  *{
    box-sizing: border-box
  }
  -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;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

.pg-home{
  overflow-x: hidden;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright{
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter{
  display: block;
  margin: 16px auto;
}

strong, b{
  font-weight: 700;
  font-family: inherit;
}
body{
  font-family: '';
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7, h8{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

h2{
  font-size: 30px;
}

h3{
  font-size: 25px;
}

h4{
  font-size: 20px;
}

p, input, textarea{
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
}

li{
  font-family: 'Poppins', sans-serif;
}

.cta-padrao{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #E8523A;
  color: white!important;
  height: 45px;
  border-radius: 23px;
  border: 0!important;

  transition: all .3s ease-in-out;
}

.cta-padrao:hover{
  transform: scaleX(calc(182 / 170)) scaleY(calc(49 / 45));
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.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;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #E8523A!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #E8523A;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.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);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .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;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #E8523A!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #E8523A;
}
::-moz-selection{
  background: #E8523A;
}
::selection{
  background: #E8523A;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #E8523A;
  border-color: #E8523A;
}
.lds-ellipsis div{  
  background-color: #E8523A;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor h1{
  color: #000;
}

.editor p{
  margin-bottom: 20px;
}





/* start */



body{
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}

*:focus,
*:focus-visible,
*:active {
  outline: none;
}

*:focus,
*:focus-visible {
  box-shadow: none;
}

button::-moz-focus-inner {
  border: 0;
}

header .segura-topo{
  width: 100%;
  height: 151px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header .segura-menu{
  width: auto;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 0;
}

header .segura-menu .menu{
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}

header .segura-menu .menu .menu-item{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

header .segura-topo .cta-padrao{
  width: 170px;
}

.header{
  position: relative;
  z-index: 1000;
}

header .faixa-laranja{
  height: 11px;
  width: 100%;
  background-color: #E8523A;
}

.header .container{
  position: relative;
}

.header .nav::after{
  display: none;
}

.header .btnOpenMenu{
  display: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.header .btnOpenMenu .lines__inner{
  width: 36px;
  height: 28px;
  display: grid;
  gap: 4px;
  margin: 0 auto;
}

.header .btnOpenMenu .line{
  height: 4px;
  background-color: #E8523A;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(1){
  transform: translateY(11px) rotate(45deg);
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(2){
  opacity: 0;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

.header .btnCloseMenu{
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.header .btnCloseMenu::before,
.header .btnCloseMenu::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background-color: #E8523A;
  border-radius: 2px;
}

.header .btnCloseMenu::before{
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .btnCloseMenu::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .backdrop{
  position: fixed;
  z-index: 8;
  inset: 0;
  background-color: rgba(232, 82, 58, 0.8);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.header .backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

.header .menu__container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 20px;
  margin-left: 15px;
  transition: transform .3s ease, opacity .3s ease;
}

.header .menu__container .nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 20px;
  width: 100%;
}

body.menu-open{
  overflow: hidden;
}



.capa{
  background-image: url('../imagens/capa.png');
  height: 382px;
  margin-right: auto;
  margin-left: auto;
}

.capa .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.capa .container .segura-titulo{
  width: 570px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}

.capa .container .segura-titulo h1,
.capa .container .segura-titulo h2{
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 0;
}

.pg-tratamento-com-espuma h2{
  text-align: center;
  font-size: 30px;
  color: black;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

.pg-tratamento-com-espuma img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.pg-tratamento-com-espuma p{
  font-family: 'Montserrat';
  font-size: 17px;
}

.pg-tratamento-com-espuma p strong{
  font-family: 'Montserrat';
  font-weight: bold;
}

main.pg-home .fx-banner .container{
  height: 100%;
}

main.pg-home .fx-banner .row{
  height: 100%;
}

main.pg-home .fx-banner .row .col-lg-6{
  display: flex;
  align-items: center;
}

main.pg-home .fx-banner .segura-texto{
  background-color: rgba(255,255,255,0.79);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 570px;
  max-width: calc(100% - 30px);
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  position: relative;
  justify-content: center;
}

main.pg-home .fx-banner .segura-texto h1{
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 4px;
}

main.pg-home .fx-banner .segura-texto p{
  font-family: 'Poppins',sans-serif;
  font-size: 23px;
  color: black;
  margin-top: 0;
  margin-bottom: 4px;
}

main.pg-home .fx-banner .segura-texto img{
  position: absolute;
  left: calc(50% - 43px);
  top: -70px;
}

main.pg-home .fx-banner .content__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

main.pg-home .fx-banner .btn__banner{
  width: 100%;
  max-width: 370px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  background-color: #E8523A;
  color: white !important;
  min-height: 55px;
  border-radius: 100px;
  border: 0 !important;

  transition: all .3s ease-in-out;
}

main.pg-home .banner-slide:hover .btn__banner{
  transform: scaleX(calc(182 / 170)) scaleY(calc(49 / 45));
}

main.pg-home .fx-1{
  padding: 58px 0 14px 0;
}

main.pg-home .fx-1 .artigo-home-fx1{
  margin-bottom: 64px;
}

main.pg-home .fx-1 .artigo-home-fx1 img{
  max-width: 100%;
  border-radius: 20px;
}

main.pg-noticias .fx-1{
  padding: 51px, 0, 73px 0;
}

main.pg-noticias .artigo-noticia{
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

main.pg-noticias .pagination{
  margin-top: 23px;
}

main.pg-noticias .col-lg-9 .categorias{
  margin-bottom: 16px;
  display: flex;
}

main.pg-noticias .col-lg-9 .categorias a{
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center ;
  height: 35px;
  color: #E8523A;

  
  border-radius: 5px;
  margin-right: 14px;
  padding: 0 52px;
}

main.pg-noticias .sidebar .busca{
  background-color: #A08558;
  border: none;
  height: 34px;
  width: 38px;
  border-radius: 3px;
}

main.pg-noticias .sidebar .buscar-field{
  width: 223px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  border: #CBCBCB 1px solid;
  border-radius: 3px;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  color: #777777;
  margin-right: 5px;
  padding: 9px;
}

main.pg-noticias .sidebar .categorias{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

main.pg-noticias .sidebar .categorias a{
  display: flex;
}

main.pg-noticias .sidebar .categorias .categorias-item{
  width: 100%;
  margin-bottom: 17px;
}

main.pg-noticias .sidebar .categorias .categorias-item a h3{
  background-color: #E8523A;
  color: white;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  height: 69px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  flex-grow: 1;
}

main.pg-noticias .sidebar .categorias a .icone{
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

main.pg-noticias .artigo-noticia p{
  font-size: 16px;
}


main.pg-noticias .fx-1 .col-lg-9 > h1{
  font-family: 'Montserrat';
  font-size: 24px;
  margin-bottom: 10px;
}

main.pg-noticias .editor img{
  margin-bottom: 37px;
  margin-top: 30px;
}

main.pg-noticias .artigo-noticia h3{
  font-family: 'Amiri';
  font-size: 25px;
  color: #E8523A;
  
}

main.pg-noticias .col-lg-9 .autor{
font-size: 13px;
line-height: 20px;
color: #3F3E3E;
border-bottom: 1px solid #CBCBCB;
padding-bottom: 2px;
margin-bottom: 17px;
}

main.pg-noticias .artigo-noticia img{
  border-radius: 10px;
  width: 100%;
  height: auto;
}

main.pg-noticias .fx-2{
  padding-bottom: 40px;
  color: #3F3E3E;
  margin-bottom: 13px;
}

.card-noticia{
  width: 370px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.card-noticia h3{
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #A08558;
}

.card-noticia img{
  border-radius: 10px;
  max-width: 100%;
}


.owl-banner{
  position: relative;
}

.owl-banner .banner-slide{
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--banner-desktop);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .owl-banner .banner-slide{
    background-image: var(--banner-mobile, var(--banner-desktop));
  }
}


.owl-banner .owl-dots {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 9999999999
}
.owl-banner .owl-dots .owl-dot span{
  border: 4px solid black!important;
  height: 19px!important;
  width: 19px!important;
  background-color: white!important;
  transition: 0.2s linear all!important;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  border: 4px solid black!important;
  background-color: #E8523A!important;
}

.owl-depoimentos .owl-dots {
    position: static;
}
.owl-depoimentos .owl-dots .owl-dot span{
  border: 4px solid #E8523A!important;
  height: 19px!important;
  width: 19px!important;
  background-color: white!important;
  transition: 0.2s linear all!important;
}
.owl-depoimentos .owl-dots .owl-dot.active span, .owl-depoimentos .owl-dots .owl-dot:hover span{
  border: 4px solid #E8523A!important;
  background-color: #E8523A!important;
}


main.pg-home .fx-1{
  padding: 58px 0 14px 0;
}

main.pg-home .fx-1 .artigo-home-fx1{
  margin-bottom: 64px;
}

main.pg-home .fx-1 .artigo-home-fx1.reverse{
  text-align: right;
}

main.pg-home .fx-1 .artigo-home-fx1 p{
  font-family: 'Montserrat';
  font-size: 16px;
}

main.pg-home .fx-1 .artigo-home-fx1 h3{
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #E8523A;
  margin-top: 0;
}

main.pg-home .fx-1 .artigo-home-fx1 p strong{
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
}

main.pg-home .fx-2{
  background-color: #E8523A;
  padding: 68px 0 28px 0;
}

main.pg-home .fx-2 h2{
  font-family: 'Poppins',sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 62px;
  margin-top: 0;
  color: white;
  text-align: center;
}

main.pg-home .fx-2 .card-cuidado{
  margin-bottom: 30px;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

main.pg-home .fx-2 .card-cuidado img{
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

main.pg-home .fx-2 .card-cuidado h3{
  font-weight: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
}

main.pg-home .fx-2 .card-cuidado p{
  font-size: 'Poppins',sans-serif;
  font-size: 15px;
  color: white;
  margin-top: 0;
  margin-bottom: 17px;
  line-height: 1.7;
}

main.pg-home .fx-3{
  padding: 58px 0 39px 0;
  background-image: url('../imagens/bg-fx-3.png');
  background-position: center center;
  background-size: cover;
}

main.pg-home .fx-3 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 0;
}

main.pg-home .fx-3 p{
  font-family: 'Poppins',sans-serif;
  font-size: 25px;
  margin-bottom: 50px;
}

main.pg-home .fx-3 .artigo-home-fx3{
  margin-bottom: 30px;
}
main.pg-home .fx-3 .artigo-home-fx3 h3{
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 23px;
  color: #E8523A;
}

main.pg-home .fx-3 .artigo-home-fx3 p{
  font-family: 'Montserrat';
  font-size: 17px;
  line-height: 1.7;
}

main.pg-home .fx-3 .artigo-home-fx3 img{
  max-width: 100%;
  border-radius: 20px;
}

main.pg-home .fx-4 {
  padding: 30px 0 111px 0;
}
main.pg-home .fx-4 .container{
  position: relative;
  &::before{
    width: calc(100% - 30px);
    height: 4px;
    background-color: #E8523A;
    content: '';
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
  }
}

main.pg-home .fx-4 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #E8523A;
  max-width: 444px;
  width: 100%;
  background-color: white;
  position: relative;
}

main.pg-home .fx-4 .card-depoimentos{
  background-color: #EFEFEF;
  border-radius: 20px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 15px;
  height: 257px;
}

main.pg-home .fx-4 .card-depoimentos img{
  position: absolute;
  left: 14px;
  top: -15px;
  width: 58px;
  height: 54px;
}

main.pg-home .fx-4 .card-depoimentos p{
  height: 112px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  margin-top: 50px;
}

main.pg-home .fx-4 .card-noticia img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
}

main.pg-noticias .fx-1{
  padding-top: 51px;
  padding-bottom: 73px;
}

main.pg-noticias .fx-1 .article-noticia{
  color: #3F3E3E;
  padding-bottom: 16px;
  margin-bottom: 23px;
  border-bottom: 1px solid #cbcbcb;
}

main.pg-noticias .fx-1 .media{
  align-items: flex-start;
  margin: 0!important;
  display: flex;
}

main.pg-noticias .fx-1 .col-lg-9 .categorias{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

main.pg-noticias .fx-1 .col-lg-9 .categorias a{
  font-weight: bold;
  background-color: rgba(232, 82, 58, 0.7);
  border-radius: 5px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  white-space: nowrap;
  height: 35px;
  padding: 0 55px;
  font-size: 13px;
  font-family: 'Open Sans',sans-serif; 
  margin-right: 15px;
  margin-bottom: 10px;
  transition: 0.3s linear all;
  &:hover{
    background: #E8523A;
  }

}

body.single-post main.pg-noticias .fx-1 .col-lg-9 .categorias{
  flex-wrap: wrap;
  align-items: flex-start;
}

body.single-post main.pg-noticias .fx-1 .col-lg-9 .categorias a{
  flex: 0 0 auto;
  min-width: max-content;
  width: auto;
  max-width: 100%;
}

main.pg-noticias .fx-1 .article-noticia h3,
main.pg-noticias .fx-1 .col-lg-9 > h1{
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #E8523A;
  margin-bottom: 16px;
  margin-top: 0;
}

main.pg-noticias .fx-1 .article-noticia img{
  width: 370px;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
}

main.pg-noticias .fx-1 .autor{
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 17px;
  line-height: 1;
}

main.pg-noticias .fx-1 .article-noticia p{
  font-size: 16px!important;
}

main.pg-noticias .fx-1 .editor img{
  margin-bottom: 30px;
  margin-top: 20px;
}

main.pg-noticias .fx-1 .sidebar form{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 78px;
}

main.pg-noticias .fx-1 .sidebar form .buscar{
  width: 223px;
  height: 34px;
  border: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #777777;
  padding: 9px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 0;
}

main.pg-noticias .fx-1 article a:hover{
  color: black;
}

main.pg-noticias .fx-1 .sidebar form button{
  width: 38px;
  height: 34px;
  border-radius: 3px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8523A;
}

main.pg-noticias .sidebar .segura-categorias .categorias{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

main.pg-noticias .sidebar .segura-categorias .categorias .categorias-item{
  margin-bottom: 17px;
  border-radius: 3px;
  overflow: hidden;
}

main.pg-noticias .sidebar .segura-categorias .categorias .categorias-item a{
  width: 100%;
  height: 69px;
  background-color: #E8523A;
  color: white;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}

main.pg-noticias .sidebar .segura-categorias .categorias .categorias-item a:hover{
  background-color: #E8523A;
}

main.pg-noticias .sidebar .segura-categorias .categorias .categorias-item a .icone{
  width: 69px;
  height: 69px;
  background-color: rgba(232, 82, 58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

main.pg-noticias .sidebar .segura-categorias .categorias .categorias-item a h3{
  font-size: 13px!important;
  font-weight: 800!important;
  margin-left: 15px;
}

main.pg-noticias .fx-2{
  padding-bottom: 70px;
}

main.pg-noticias .fx-2 h2{
  font-weight: 800;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 13px;
}

main.pg-noticias .fx-2 .card-noticia{
  width: 100%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

main.pg-noticias .fx-2 .card-noticia img{
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

main.pg-noticias .fx-2 .card-noticia h3{
  font-weight: bold;
  font-size: 20px;
  color: #E8523A;
  margin-top: 15px;
}

main.pg-sobre .fx-1{
  background-color: white;
  padding-top: 45px;
  padding-bottom: 59px;
}

main.pg-sobre .fx-1 h3{
  color: #E8523A!important;
  margin-top: 20px;
  margin-bottom: 20px;
}

main.pg-sobre .fx-1 p{
  line-height: 1.8;
  margin-bottom: 30px;
}

main.pg-sobre .fx-2{
  background-color: #E8523A;
  margin-bottom: 46px;
  padding-top: 68px;
  padding-bottom: 58px;
}

main.pg-sobre .fx-2 h2{
  color: white;
  margin-top: 0;
  margin-bottom: 62px;
  text-align: center;
}

main.pg-sobre .fx-2 .card-missao{
  color: white;
}

main.pg-sobre .fx-2 .card-missao h3{
  color: white;
  font-family: 'Poppns',sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 17px;
}

main.pg-sobre .fx-2 .card-missao p{
  color: white;
  font-family: 'Poppins',sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

main.pg-especialidades .fx-1{
  padding: 68px 0;
}

main.pg-especialidades .fx-1 .row{
  display: flex;
  flex-wrap: wrap;
}

main.pg-especialidades .card-especialidade{
  display: flex;
  flex-direction: column;

  max-width: 370px;
  margin-right: auto;
  margin-left: auto;

  margin-bottom: 60px;
}

main.pg-especialidades .card-especialidade img{
  border-radius: 20px;
}

main.pg-especialidades .card-especialidade h3{
  text-align: center;
  font-weight: bold;
  color: #E8523A;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

main.pg-especialidades .img__holder{
  width: 100%;
  max-width: 370px;
}

main.pg-especialidades .img__holder img{
  width: 100%;
  height: auto;
  max-width: 370px;

  object-fit: cover;
  border-radius: 15px;
}

main.pg-especialidades .content{
  font-family: 'Poppins',sans-serif;

  text-align: justify;
}

main.pg-especialidades .content h2{
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;

  color: #E8523A;

  margin-top: 0px;
  margin-bottom: 12px;
}

main.pg-especialidades .content p,
main.pg-especialidades .content li{
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;

  color: #000000;

  margin-bottom: 2px;
}

main.pg-especialidades .btn__contact{
  display: flex;
  justify-content: center;
  text-align: center;

  width: fit-content;

  font-family: 'Poppins', sans-serif;
  font-size: 21px;

  color: #FFFFFF;

  background-color: #E8523A;
  border-radius: 100px;

  transition: all .3s ease-in-out;

  padding: 8px 24px;
  margin-top: 15px;
}

main.pg-especialidades .btn__contact:hover{
  transform: scaleX(calc(182 / 170)) scaleY(calc(49 / 45));
}

main.pg-contato .fx-1{
  padding: 40px 0;
}

main.pg-contato .fx-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

main.pg-contato .fx-1 p{
  margin-bottom: 23px;
}

main.pg-contato .fx-2{
  padding:20px 0;
}

main.pg-contato .fx-2 .segura-tudo{
  height: 84px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}

main.pg-contato .fx-2 .separador-contato{
  flex: 0 0 4px;
  width: 4px;
  min-width: 4px;
  height: 100%;
  align-self: stretch;
  background-color: #D9D9D9;
  margin-right: 53px;
  margin-left: 53px;
}

main.pg-contato .fx-2 .segura-contato img{
  margin-right: 6px;
}

main.pg-contato .fx-2 h4{
  color: #E8523A;
}

main.pg-contato .fx-2 span,
main.pg-contato .fx-2 a{
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
}

main.pg-contato .fx-3{
  background-image: url(../imagens/bg-footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  &::before{
    width: 100%;
    top: 10px;
    height: 4px;
    background-color: #E8523A;
    content: "";
    display: block;
    position: absolute;
  }
}

main.pg-contato .fx-3 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: #E8523A;
  position: relative;
}

main.pg-contato .fx-3 p{
  margin-top: 35px;
  margin-bottom: 33px;
  text-align: center;
}

main.pg-contato .fx-3 iframe{
  display: block;
  width: 100%;
  max-width: 1165px;
  height: 422px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-radius: 20px;
}

main.pg-contato .fx-3 .copyright{
  margin-top: 86px;
  padding-bottom: 120px;
}

@media (max-width: 1024px){
  main.pg-home .fx-1 .artigo-home-fx1 .row, main.pg-home .artigo-home-fx3 .row{
    flex-direction: column;
    align-items: center;
  }

  main.pg-home .fx-1 .artigo-home-fx1.reverse .row{
    flex-direction: column-reverse;
  }

  main.pg-home .fx-1 .artigo-home-fx1 img{
    max-width: 100%;
    margin-bottom: 30px;
  }
  main.pg-contato .fx-3 iframe{
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  main.pg-contato .fx-1 h2{
    font-size: 22px;
    margin-top: 30px;
  }

  main.pg-contato .fx-1 img{
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  main.pg-home .fx-3 .artigo-home-fx3 img{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .artigo-home-fx3{
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px){
  main.pg-home .fx-2 .card-cuidado img,.artigo-home-fx1 img{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  main.pg-contato .fx-3 iframe{
    height: auto;
    aspect-ratio: 1165 / 422;
  }
}

footer{
  background-image: url(../imagens/bg-footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

footer h2{
  font-family: 'Montserrat',sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}

footer p{
  margin-bottom: 23px;
}

.wpcf7 form input, .wpcf7 form textarea{
  width: 100%;
  border: 1px solid black;
  border-radius: 7px;
  padding: 12px 13px;
  margin-bottom: 17px;
}

.wpcf7 form input{
  height: 40px;
}

.wpcf7 form textarea{
  height: 104px;
}

form .cta-padrao{
  width: 170px;
}

footer .row{
  display: flex;
  width: auto;
}

footer .container .flex-direction-column{
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}

footer .segura-contato{
  margin-bottom: 16px;
}

footer h4{
  font-family: 'Montserrat',sans-serif;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: bold;
}

footer span{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
}

footer span img{
  margin-right: 6px;
}

.copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding-bottom: 35px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
}

.copyright .kryzalis{
  display: flex;
  align-items: flex-end;
}

footer .copyright .kryzalis img{
  margin-left: 17px;
}

@media(max-width: 1024px){
  main.pg-contato .fx-1{
    padding-bottom: 0px;
  }

  main.pg-contato .fx-2{
    padding-top: 0;
  }

  main.pg-contato .fx-2 .separador-contato{
    display: none;
  }
  main.pg-contato .segura-tudo{
    flex-flow: column;
    height: inherit!important;
  }
  main.pg-noticias .fx-2 .row{
    justify-content: center;
  }

  main.pg-home .fx-4 .card-noticia,
  main.pg-noticias .fx-2 .card-noticia{
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media(max-width: 991px){
  main.pg-noticias .fx-2{
    text-align: center;
  }

  main.pg-home .fx-banner .segura-texto{
    width: auto;
    height: auto;

    padding: 20px 12px;
  }
  main.pg-home .fx-banner .segura-texto h1{
    font-size: 24px;
  }
  main.pg-home .fx-banner .segura-texto p{
    font-size: 18px;
  }
  main.pg-home .fx-banner .btn__banner{
    font-size: 19px;
  }
  main.pg-home .fx-banner .row .col-lg-6{
    justify-content: center;
  }

  main.pg-noticias .fx-2 .card-noticia{
    margin-bottom: 30px;
  }

  main.pg-noticias .fx-1 .row,
  main.pg-noticias .fx-1__conteudo{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  main.single-especialidades .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }

  main.single-especialidades .col-lg-4{
    display: flex;
    justify-content: center;
  }

  main.pg-noticias .fx-1 .sidebar,
  main.pg-noticias .fx-1__conteudo .sidebar{
    display: contents;
  }

  main.pg-noticias .fx-1 .sidebar form,
  main.pg-noticias .fx-1 .sidebar .segura-categorias,
  main.pg-noticias .fx-1__conteudo .sidebar form,
  main.pg-noticias .fx-1__conteudo .sidebar .segura-categorias{
    order: 1;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  main.pg-noticias .fx-1 .sidebar .segura-categorias,
  main.pg-noticias .fx-1__conteudo .sidebar .segura-categorias{
    margin-bottom: 35px;
  }

  main.pg-noticias .fx-1 .row > .col-lg-9,
  main.pg-noticias .fx-1__conteudo > .col-lg-9{
    order: 2;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  main.pg-noticias .fx-1 .sidebar .redesf,
  main.pg-noticias .fx-1 .sidebar .editor,
  main.pg-noticias .fx-1 .sidebar > .clearfix,
  main.pg-noticias .fx-1__conteudo .sidebar .redesf,
  main.pg-noticias .fx-1__conteudo .sidebar .editor,
  main.pg-noticias .fx-1__conteudo .sidebar > .clearfix{
    order: 3;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;   
  }
}

@media(max-width: 900px){
  .copyright{
    padding-bottom: 85px;
  }
}

@media (max-width: 768px) {
  main.pg-noticias .fx-1 .col-lg-9 > h1{
    text-align: center;
    line-height: 1.3;
  }

  main.pg-noticias .fx-1 .col-lg-9 .categorias,
  main.pg-noticias .fx-1 .article-noticia .categorias{
    justify-content: center;
    flex-wrap: wrap;
  }

  main.pg-noticias .fx-1 .article-noticia > a{
    display: block;
    text-align: center;
  }

  main.pg-noticias .fx-1 .article-noticia h3{
    text-align: center !important;
  }

  main.pg-noticias .fx-1 .article-noticia .media{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  main.pg-noticias .fx-1 .article-noticia img{
    display: block;
    width: 100%;
    max-width: 370px;
    height: auto;
    margin: 0 auto 16px;
  }

  main.pg-noticias .fx-1 .article-noticia .media-body{
    width: 100%;
    text-align: center;
  }

  main.pg-noticias .fx-1 .article-noticia .autor{
    text-align: center;
    border-bottom: 0;
  }

  main.pg-noticias .fx-1 .article-noticia .media-body p{
    text-align: center !important;
  }
}

@media (min-width: 1025px){
  .header .backdrop{
    display: none;
  }
}

@media (max-width: 1024px){
  header .segura-topo{
    height: auto;
    min-height: 80px;
    padding: 15px 0;
    position: relative;
  }

  header .segura-logo img{
    max-height: 50px;
    width: auto;
  }

  .header .btnOpenMenu{
    display: grid;
    place-items: center;
    margin-left: auto;
    position: relative;
    z-index: 11;
  }

  .header .btnOpenMenu[aria-expanded="true"]{
    visibility: hidden;
    pointer-events: none;
  }

  .header .menu__container{
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 80%;
    max-width: 350px;
    height: 100%;
    margin-left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #FFFFFF;
    padding: 65px 30px 30px;
    opacity: 0;
    pointer-events: none;
    gap: 0;
    transition: right .3s ease, opacity .3s ease;
  }

  .header .menu__container.shown{
    right: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .header .btnCloseMenu{
    display: block;
  }

  .header .menu__container .nav{
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
  }

  header .segura-menu{
    width: 100%;
    margin-left: 0;
  }

  header .segura-menu .menu{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }

  header .segura-menu .menu .menu-item{
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #EEEEEE;
  }

  header .segura-menu .menu .menu-item a{
    display: block;
    font-size: 15px;
  }

  .header .segura-cta{
    width: 100%;
    margin-top: 25px;
  }

  .header .menu__container .nav{
    flex-direction: column;
    align-items: stretch;
  }

  header .segura-menu .menu .separador{
    display: none;
  }

  header .segura-menu .contato{
    display: none;
  }

  header .segura-topo .cta-padrao{
    width: 100%;
  }

  p,h2,h1,h3,h4{
    text-align: center;
  }

  h2{
    font-size: 22px;
  }

  h3{
    font-size: 18px;
  }

  footer .row{
    display: block;
  }

  form{
    margin-bottom: 50px;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }

  form .cta-padrao{
    margin-right: auto;
    margin-left: auto;
  }

  .segura-contato, .copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-missao{
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }

  main.pg-sobre .fx-1 img{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .kryzalis{
    margin-right: auto;
    margin-left: auto;
  }
}

@media(max-width: 768px){
  main.pg-home .fx-banner .segura-texto{
    padding: 12px 8px;
  }
  main.pg-home .fx-banner .segura-texto h1{
    font-size: 22px;
  }
  main.pg-home .fx-banner .segura-texto p{
    font-size: 16px;
  }
  main.pg-home .fx-banner .btn__banner{
    font-size: 17px;
  }

  main.pg-especialidades .fx-1 .row{
    display: block;
  }

  main.single-especialidades .row{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }

  main.pg-especialidades .content{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  main.pg-especialidades .content h2{
    font-size: 22px;
  }

  main.pg-especialidades .content p, main.pg-especialidades .content li{
    font-size: 15px;
  }

  main.pg-especialidades .fx-1 .row .card-especialidade img{
    max-width: 100%;
  }
}

@media(max-width: 425px){
  .capa{
    height: 240px;
  }

  main.pg-home .fx-banner,
  main.pg-home .fx-4{
    overflow: hidden;
  }

  main.pg-home img{
    max-width: 100%;
    height: auto;
  }

  main.pg-home .fx-4 .card-depoimentos img{
    width: 58px;
    height: 54px;
  }

  main.pg-home .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

main.pg-404 .fx-1{
  display: flex;
  align-items: center;
  min-height: 50vh;
  padding: 80px 0;
}

main.pg-404 .segura-404{
  width: 100%;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

main.pg-404 .logo-404{
  display: inline-block;
  margin-bottom: 40px;
}

main.pg-404 .logo-404 img{
  max-width: 220px;
  width: 100%;
  height: auto;
}

main.pg-404 h1{
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  line-height: 1;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 12px;
}

main.pg-404 h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

main.pg-404 .editor{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

main.pg-404 .editor p{
  margin-bottom: 0;
}

main.pg-noticias .comentarios-single{
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #cbcbcb;
}

body.single-post main.pg-noticias .fx-1__conteudo{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

body.single-post main.pg-noticias .fx-1__comentarios{
  margin-top: 40px;
}

body.single-post main.pg-noticias .fx-1__comentarios .col-lg-9{
  float: none;
}

main.pg-noticias .fx-2 .row{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

main.pg-noticias .comments-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 24px;
}

main.pg-noticias .comment-list .comment__item{
  margin-bottom: 24px;
}

main.pg-noticias .comment-list .children{
  margin-left: 40px;
}

main.pg-noticias .comment__row{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

main.pg-noticias .comment__author__letter{
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

main.pg-noticias .comment__inner{
  flex: 1;
  min-width: 0;
}

main.pg-noticias .comment__name{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 8px;
}

main.pg-noticias .comment__content,
main.pg-noticias .comment__content p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}

main.pg-noticias .comment__reply-link a{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #E8523A;
  font-weight: 600;
}

main.pg-noticias .comment__null{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
}

main.pg-noticias .comment-form{
  margin-top: 30px;
}

main.pg-noticias .comment-form p{
  margin-bottom: 16px;
}

main.pg-noticias .comment-form label{
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-bottom: 6px;
}

main.pg-noticias .comment-form input[type="text"],
main.pg-noticias .comment-form input[type="email"],
main.pg-noticias .comment-form textarea{
  width: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 7px;
  padding: 12px 13px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

main.pg-noticias .comment-form textarea{
  min-height: 120px;
  resize: vertical;
}

main.pg-noticias .comment-form .form-submit input{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #E8523A;
  color: #fff;
  height: 45px;
  border-radius: 23px;
  border: 0;
  padding: 0 30px;
  cursor: pointer;
}

main.pg-noticias .comment-form .logged-in-as{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

main.pg-noticias .comment-form .logged-in-as a{
  color: #E8523A;
}

main.pg-noticias #respond h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #E8523A;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  main.pg-noticias .comentarios-single,
  main.pg-noticias .comentarios-single .comments-title,
  main.pg-noticias .comentarios-single .comment__name,
  main.pg-noticias .comentarios-single .comment__content,
  main.pg-noticias .comentarios-single .comment__content p,
  main.pg-noticias .comentarios-single .comment__reply-link,
  main.pg-noticias .comentarios-single .comment__reply-link a,
  main.pg-noticias .comentarios-single .comment__null,
  main.pg-noticias .comentarios-single .comment-form,
  main.pg-noticias .comentarios-single .comment-form p,
  main.pg-noticias .comentarios-single .comment-form label,
  main.pg-noticias .comentarios-single .logged-in-as,
  main.pg-noticias .comentarios-single #respond h3{
    text-align: left;
  }

  main.pg-noticias .comentarios-single .comment__row{
    justify-content: flex-start;
    align-items: flex-start;
  }

  main.pg-noticias .comment-list .children{
    margin-left: 32px;
  }
}



.pg-tratamento-com-espuma{
  padding-bottom: 60px;
}

.pg-especialidades a img{
  transition: all .2s linear;
}

.pg-especialidades a:hover img{
  filter: brightness(1.2);
<<<<<<< HEAD
}















/* INDEX */

  .kry__blog{
    font-family: var(--fontPadrao);

    padding-top: 30px;
  }

  .kry__blog .container{
    padding-top: 5px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--fontSemi);
    font-size: 30px;
    font-weight: 700;

    color: #0F0D0D;
    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;

    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;

    min-width: 186px;
    height: auto;

    font-family: var(--fontSemi);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-1);
    border-radius: 5px;

    transition: all .3s ease;

    padding: 7px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    filter: brightness(1.35);
  }

  .kry__blog .post__header h3{
    font-family: var(--fontPadrao);
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;

    color: #0F0D0D;

    transition: color .3s ease;
  }

  .post__container:has(.post__body:hover) .post__header h3,
  .kry__blog .post__header h3:hover{
    color: var(--kry-color-1);
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;

    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;

    object-fit: cover;
    transition: all .3s ease;
  }

  .post__container:has(.post__header h3:hover) .post__body .post__thumbnail img,
  .kry__blog .post__body:hover .post__thumbnail img{
    transform: scale(.975);
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
    max-width: 100%;
  }

  .kry__blog .post__author{
    max-width: 480px;

    font-family: var(--fontSemi);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: #0F0D0D;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--fontPadrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: #0F0D0D;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    
    margin-bottom: 0;
  }

/* /INDEX */

/* SIDEBAR */

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;

    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;

    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;

    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #0F0D0D;

    padding: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: var(--kry-color-1);
    border-radius: 3px;
    border: none;

    padding: 10px;
  }

  .kry__blog__sidebar .form__search .btn__search img{
    width: 17px;
    height: 17px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;

    background-color: var(--kry-color-1);
    border-radius: 12px;

    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .author__container .author__picture{
    width: 100%;
    max-width: 190px;
    height: 135px;
    text-align: center;

    margin-bottom: 18px;
  }

  .kry__blog__sidebar .author__container .author__picture img{
    width: auto;
    max-width: 190px;
    height: auto;
    max-height: 135px;
    border-radius: 10px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container .author__name{
    font-family: var(--fontSemi);
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    color: #FFFFFF;

    border-bottom: 1px solid #F2F2F2;

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: var(--fontSemi);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.3);
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;

    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--fontSemi);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;
  }

  .kry__blog__sidebar .blog__sidebar__banners img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

/* /SIDEBAR */

/* WP-PAGENAVI */

  .pagenavi__container{
    margin-top: 40px;
  }

  .pagenavi__container .wp-pagenavi{
    justify-items: flex-start;
    align-content: center;
  }

  .pagenavi__container span,
  .pagenavi__container .first,
  .pagenavi__container .last,
  .pagenavi__container .page,
  .pagenavi__container .previouspostslink,
  .pagenavi__container .nextpostslink{
    display: inline-block;

    background-color: var(--kry-color-2);
    border: 1px solid #DFDFDF;

    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    align-content: center;

    color: #0F0D0D;

    transition: all .3s linear;

    padding: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .first:hover,
  .pagenavi__container .last:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-1);
    color: var(--kry-color-2);
  }

  .pagenavi__container .previouspostslink{
    border-radius: 5px 0px 0px 5px;
  }

  .pagenavi__container .nextpostslink{
    border-radius: 0px 5px 5px 0px;
  }

/* /WP-PAGENAVI */

/* SINGLE */

  .kry__blog__single .post__container{
    border-bottom: none;
  }

  .kry__blog__single .post__header h1{
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    color: #0F0D0D;
  }

  .kry__blog .post__editor{
    font-family: var(--fontPadrao);
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--fontPadrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: #0F0D0D;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6,
  .kry__blog .post__editor p,
  .kry__blog .post__editor li,
  .kry__blog .post__editor span,
  .kry__blog .post__editor strong,
  .kry__blog .post__editor b,
  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite,
  .kry__blog .post__editor blockquote{
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .kry__blog .post__editor strong,
  .kry__blog .post__editor b{
    font-weight: 700;
  }

  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite{
    font-style: italic;
  }

  .kry__blog .post__editor u{
    text-decoration: underline;
  }

  .kry__blog .post__editor img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;

    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6{
    font-family: var(--fontPadrao);
    font-weight: 700;
  }

  .kry__blog .post__editor hr{
    margin: 1.5rem 0;
    opacity: .5;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    color: var(--kry-color-1);
    transition: all .3s ease;
  }
  .kry__blog .post__editor a:hover{
    text-decoration: underline !important;
  }

  .kry__blog .post__editor abbr{
    font-weight: 600;
    text-decoration: none;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor code{
    font-family: var(--fontPadrao);
    font-size: 17px;
    background-color: #F0F0F0;
  }

  .kry__blog .post__editor blockquote{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-left: 5px solid var(--kry-color-1);
    border-radius: 15px;

    padding: 20px;
    margin: 3rem 0px;
  }

  .kry__blog .post__editor blockquote > *{
    font-size: 16px;

    margin-bottom: 0 !important;
  }

  .kry__blog .post__editor mark{
    color: #FFF;
    background-color: var(--kry-color-1);
    border-radius: 2px;
  }

  .kry__blog .post__editor pre{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 8px 10px;

    margin: 1rem 0;
  }

  .kry__blog .post__editor ul,
  .kry__blog .post__editor ol{
    padding-left: 1.2rem;
  }

  .kry__blog .post__editor ::marker{
    font-size: 18px;
    font-weight: 600;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor dt{
    font-size: 18px;
    font-weight: 700;
  }

  .kry__blog .post__editor dd{
    font-size: 16px;
    font-weight: 400;

    padding-left: 18px;
  }

  .kry__blog .post__editor .table-responsive{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .kry__blog .post__editor .table{
    --bs-table-bg: transparent;
    margin-bottom: 0;
  }

  .kry__blog .post__editor .table:has(thead) thead tr,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child{
    background-color: var(--kry-color-1);
    color: #FFF;
  }

  .kry__blog .post__editor .table th,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child td{
    color: #FFF;
  }

  .kry__blog .post__editor .table tfoot{
    background-color: #CCCCCC;
  }

  .kry__blog .post__editor .table tfoot td{
    font-size: 15px;
    color: #444444;
  }

  .kry__blog .post__editor .table tr{
    font-weight: 400;
    font-size: 19px;

    color: #0F0D0D;
  }

  .kry__blog .post__editor .table td{
    padding: 5px;
  }

  .kry__blog .post__editor table{
    width: 100%;
  }

  .kry__blog .post__editor tbody,
  .kry__blog .post__editor tr,
  .kry__blog .post__editor td,
  .kry__blog .post__editor th{
    border: 1px solid #000 !important;
  }
  
  .kry__blog .post__editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .kry__blog .post__editor figcaption{
    font-size: 14px;
    color: #A0A0A0;
  }
  
  .kry__blog .post__editor audio{
    width: 100%;
    max-width: 400px;

    margin: .8rem 0;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-panel{
    background-color: #CCCCCC;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-play-button{
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  .kry__blog .post__editor audio::-webkit-controls-current-time-display,
  .kry__blog .post__editor audio::-webkit-controls-time-remaining-display{
  }
  
  .kry__blog .post__editor video{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    background-color: #000;
    outline: none;

    margin: .8rem 0;
  }
  
  .kry__blog .post__editor address{
    width: fit-content;
    font-style: normal;
    background-color: #CCCCCC;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);

    padding: 20px;
  }
  
  .kry__blog .post__editor sub,
  .kry__blog .post__editor sup{
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .kry__blog .post__editor sub{
    bottom: -0.3rem;
  }
  .kry__blog .post__editor sup{
    top: -0.3rem;
  }
  
  .kry__blog .post__editor small{
    font-size: 0.9rem;
    font-weight: 300;
  }
  
  .kry__blog .post__editor form{
      margin: 0.8rem 0;
  }
  
  .kry__blog .post__editor label{
      font-family: var(--fontPadrao);
      font-size: 18px;
      font-weight: 400;

      color: #0F0D0D;
  }

  .kry__blog .post__editor textarea,
  .kry__blog .post__editor input,
  .kry__blog .post__editor input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .kry__blog .post__editor textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .kry__blog .post__editor button{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFFFFF;

    transition: all .3s ease;

    padding: 12px 18px;
  }

  .kry__blog .post__editor button:hover{
    filter: brightness(1.4);
  }

/* /SINGLE */

/* OTHERS POSTS */

  .others__posts__container{
    margin-top: 50px;
  }

  .others__posts__container h3{
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    color: #0F0D0D;
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    height: 230px;

    margin-bottom: 15px;
  }

  .other__post .post__thumbnail::before{
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;

    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    transition: background-color .3s ease;
  }

  .others__posts__container .other__post:hover .post__thumbnail::before{
    background-color: rgba(0,0,0,.25);
  }

  .other__post .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 230px;
    border-radius: 20px;
  }

  .other__post .other__post__title{
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;

    color: #0F0D0D;
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container .comments__title,
  .comments__container .comment-reply-title{
    font-family: var(--fontSemi);
    font-size: 23px;
    font-weight: 700;
    color: #0F0D0D;

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: var(--kry-color-2);
    border-radius: 10px;

    padding: 12px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-1);

    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;

    height: 25px;
    width: 4px;

    background-color: var(--kry-color-2);
  }

  .comment__item .comment__author__letter{
    position: relative;

    flex-shrink: 0;

    width: 60px;
    height: 60px;
    text-align: center;

    font-size: 30px;
    font-weight: 600;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: var(--fontPadrao);
    font-size: 15px;
    font-weight: 500;

    color: #0F0D0D;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--fontPadrao);
    font-size: 16px;
    font-weight: 400;

    color: #0F0D0D;
    p{
      margin-bottom: 0;
    }
  }

  .comments__wrapper .comment__null{
    font-family: var(--fontPadrao);
    font-size: 22px;
    font-weight: 400;

    color: #0F0D0D;
  }

  .comments__form .comment-notes{
    font-family: var(--fontPadrao);
    font-size: 16px;
    font-weight: 400;

    color: #0F0D0D;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: var(--fontPadrao);
    font-size: 18px;
    font-weight: 500;

    color: #0F0D0D;

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.7%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */

/* RESPONSIVO */

  @media (max-width: 991px) {
    .kry__blog .col__list__posts{
      align-items: center;
    }
    .kry__blog .col__single__post,
    .others__posts__container .col-lg-4,
    .kry__blog .blog__sidebar__banners,
    .kry__blog .others__posts__wrapper{
      justify-items: center;
    }
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      width: 100%;
      max-width: 85%;
    }

    .col__blog__sidebar{
      justify-items: center;
    }
    .kry__blog__sidebar{
      width: 100%;
      max-width: 300px;
    }

    .comments__container h3,
    .others__posts__container h3,
    .pagenavi__container{
      text-align: center;
    }

    .comments__form .comment-form-author, .comments__form .comment-form-email{
      width: 100%;
    }
  }
  @media(max-width: 767px){
    .kry__blog .post__header{
      align-items: center;
    }
    .kry__blog .post__header h1{
      font-size: 21px;
    }
    .kry__blog .post__body{
      flex-direction: column;
      align-items: center;
    }

    .other__post .other__post__title{
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      max-width: 95%;
    }
    .kry__blog .category__wrapper .post__category{
      min-width: auto;
    }
    .kry__blog .post__header h1{
      font-size: 19px;
    }

    .comment__item .comment__author__letter{
      width: 45px;
      height: 45px;

      font-size: 25px;
    }
    .comments__wrapper .comment__reply{
      width: calc(100% - 20px);

      margin-left: 20px;
    }
  }

/* /RESPONSIVO */

/* ===================================== */
/* /BLOG NOVO */
/* ===================================== */
=======
}
>>>>>>> 5b47b11d08f740f65a8ed548aa2c823af7d5d073
