/* Estilos CBpro */
body {
  width:1600px;
  max-width: 90vw;
  margin: auto;
  padding:0 !important;	
  font-family: "Manrope", sans-serif !important;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 300!important;
  line-height:1.4 !important;	
  color: var(--gestauro_body_text_dark)!important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
  color: var(--gestauro_body_text_dark);
  font-family: 'Chillax-Variable', sans-serif !important;
  font-style: normal!important;
  line-height:1.2 !important;
  font-weight: 500!important;	
}
body h1 { /** 40 - 64 **/
  font-size: clamp(2.5rem, 1.8182rem + 2.1818vw, 4rem) !important;
}
body .title_dicas_single {
  font-size: clamp(1.5rem, 1.1591rem + 1.0909vw, 2.25rem) !important;
  text-align: center;
  max-width:680px;	
  margin: 10px 0 0;
}
body h2 { /** 32 - 48 **/
  font-size: clamp(2rem, 1.5455rem + 1.4545vw, 3rem) !important;
}

body h3 { /** 24 - 40 **/
  font-size: clamp(1.5rem, 1.0455rem + 1.4545vw, 2.5rem) !important;
}

body h4 { /** 24 - 32 **/
  font-size: clamp(1.5rem, 1.2727rem + 0.7273vw, 2rem) !important;
}

body h5 {
  font-size: 1.5rem!important;
}

body .h5_sm {
  font-size: 1rem !important;
  font-style: normal!important;
  font-weight: 500!important;
}
body h6 {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 300!important;
}
body .text_main_4xl {
  color: var(--gestauro_body_text_dark) !important;
  font-family: 'Chillax-Variable', sans-serif !important;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: 43.2px !important;
}
body .text_main_3xl {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 30px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 42px!important;
}
body .text_main_xl {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 20px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 28px!important;
}
body .text_main_xl_b {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 20px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 28px!important;
}
body .text_main_lg {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 25.2px !important;
}
body .text_main {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 22.4px !important;
}
body .text_main_sm {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 16.8px !important;
}
body .text_extra_lg {
  color: var(--gestauro_body_text_dark) !important;
  font-family: 'Chillax-Variable', sans-serif !important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: 36px!important;
}
body .text_extra_2xl {
  color: var(--gestauro_body_text_dark) !important;
  font-family: 'Chillax-Variable', sans-serif !important;
  font-size: 24px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: 28.8px !important;
}
body .btn_light {
  display: flex;
}
body .btn_light a {
  display: flex!important;
  padding: 8px 16px!important;
  align-items: center!important;
  gap: 9px!important;
  border-radius: 10px!important;
  background-color: #FFFFFF !important;
  transition: background-color 0.5s ease !important;
}
body .btn_light a span {
  color: var(--gestauro_body_text_dark) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 14px!important;
  transition: color 0.5s ease !important;
}
body .btn_light a:hover {
  background-color: var(--gestauro_primary_color) !important;
}
body .btn_light a:hover span {
  color: var(--gestauro_body_text_light) !important;
}
body .btn_secondary {
  display: flex;
}
body .btn_secondary a {
  display: flex!important;
  padding: 8px 16px!important;
  align-items: center!important;
  gap: 9px!important;
  border-radius: 10px!important;
  background-color: var(--gestauro_secondary_soft_color) !important;
  transition: background-color 0.5s ease !important;
}
body .btn_secondary a span {
  color: var(--gestauro_body_text_light) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 14px!important;
  transition: color 0.5s ease !important;
}
body .btn_secondary a:hover {
  background-color: var(--gestauro_body_text_light) !important;
}
body .btn_secondary a:hover span {
  color: var(--gestauro_body_text_dark) !important;
}
body .btn_primary {
  display: flex;
}
body .btn_primary a {
  display: flex!important;
  padding: 8px 16px!important;
  align-items: center!important;
  gap: 9px!important;
  border-radius: 10px!important;
  background-color: var(--gestauro_primary_color) !important;
  transition: background-color 0.5s ease !important;
}
body .btn_primary a span {
  color: var(--gestauro_body_text_light) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 14px!important;
  transition: color 0.5s ease !important;
}
body .btn_primary a:hover {
  background-color: var(--gestauro_body_text_light) !important;
}
body .btn_primary a:hover span {
  color: var(--gestauro_body_text_dark) !important;
}
body:not(.logged-in) .oxy-container.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
body:not(.logged-in) .oxy-container.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}
body:not(.logged-in) .oxy-container.animate-on-scroll.no-animation {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}
body .header_menu .menu_container .btn_log {
  width: 43px;
  height: 30px;
}
body .header_menu .menu_container .btn_log a {
  padding: 8px 16px;
  background-color: var(--gestauro_secondary_soft_color);
  border-radius: 10px;
  width: 43px;
  height: 30px;
  transition: background-color 0.5s ease;
}
body .header_menu .menu_container .btn_log a:after {
  content: '';
  display: block;
  background-image: url(/wp-content/mu-plugins/cbpro/images/login_user.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 14px;
}
body .header_menu .menu_container .btn_log a:hover {
  background-color: var(--gestauro_secondary_color);
}
body .header_menu .menu_container .btn_ask_quote {
  height: 30px;
}
body .header_menu .menu_container .btn_ask_quote a {
  background-color: var(--gestauro_primary_color);
  border-radius: 10px;
  padding: 7px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  transition: background-color 0.5s ease;
}
body .header_menu .menu_container .btn_ask_quote a:hover {
  background-color: var(--gestauro_secondary_color);
}
body .section-main .block_33 .block_text_home h1 {
  color: var(--gestauro_body_text_dark);
  font-family: 'Chillax-Variable', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 86.4pX;
}
body .section-main .block_33 .block_text_home .text_main {
  color: var(--gestauro_body_text_dark);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25.2px;
}
body .block_home_dicas a {
  text-decoration: none;
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo {
    flex-wrap: wrap;
  }
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-imagem {
  width: 50%;
  height: 100%;
  min-height: 400px;
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-imagem.cb-reverse {
  order: 2;
}
@media (max-width: 1024px) {
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-imagem.cb-reverse {
    order: 0;
  }
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-imagem img {
  min-height: 400px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-imagem {
    width: 100%;
  }
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-imagem img {
    height: 400px;
  }
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto {
  width: 50%;
  padding: 40px 80px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto h6 {
  margin: 0;
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto p.text_main_3xl {
  margin: 0;
}
@media (max-width: 1024px) {
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto.cb-reverse {
  order: 0;
}
@media (max-width: 1024px) {
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto.cb-reverse {
    order: 2;
  }
}
body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto:nth-child(even) {
  padding: 40px 40px 40px 80px;
}
@media (max-width: 1024px) {
  body.single-pragas .blocos-informativos-wrapper .bloco-informativo .bloco-texto:nth-child(even) {
    padding: 20px 0px 20px 0px;
  }
}
body .footer_main .footer_bottom .footer_block .link_footer_menu {
  text-decoration: none;
  color: var(--gestauro_body_text_dark);
  transition: color 0.5s ease;
}
body .footer_main .footer_bottom .footer_block .link_footer_menu:hover {
  color: var(--gestauro_secondary_color);
}
body .footer_main .footer_copy .footer_copy_b2 .link_copy_menu {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-position: below;
  color: var(--gestauro_body_text_dark);
  transition: color 0.5s ease;
}
body .footer_main .footer_copy .footer_copy_b2 .link_copy_menu:hover {
  color: var(--gestauro_secondary_color);
}
body .footer_main .footer_copy .footer_copy_b3 .text_copy {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
body .footer_main .footer_copy .footer_copy_b3 .text_copy a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-position: below;
  color: var(--gestauro_body_text_dark);
  transition: color 0.5s ease;
}
body .footer_main .footer_copy .footer_copy_b3 .text_copy a:hover {
  color: var(--gestauro_secondary_color);
}
