html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-size: max(20px, 1rem);
  }
  .strong {
    font-weight: 600;
  }
  .anchor {
    display: block;
    height: 115px;
    margin-top: -115px;
    visibility: hidden;
  }
  .toggler {
    display: none!important;
  }
  @media screen and ( min-width: 1200px ) {
    .mobile-only, .mobile, #mobile-only, #mobile { display: none!important; }
  }
  @media screen and ( max-width: 1199px ) {
    .desktop-only, .desktop, #desktop-only, #desktop { display: none!important; }
  }
  picture img {
  max-width: 100%;
  height: fit-content;
  }
  main h1, main h2, main h3, main h4, main h5, main h6,
  .wp-guttenberg h1, .wp-guttenberg h2, .wp-guttenberg h3, .wp-guttenberg h4, .wp-guttenberg h5, .wp-guttenberg h6 {
  color: #08392e;
  font-weight: 700;
  }
  p, small,
  .wp-guttenberg p, .wp-guttenberg small {
  color: #07231e; 
  }
  a,
  .wp-guttenberg a {
  color: #003a2f;
  text-decoration: underline;
  }
  a:hover,
  .wp-guttenberg a:hover {
  color: #7bbe5c;
  text-decoration: underline;
  }
  .green {
  color: #7bbe5c;
  }
  .dark-green {
  color: #003a2f;
  }
  main li {
 /* list-style-image: url(../build/imgs/suhai-custom-bullets.svg);*/
  padding-inline-start: 1ch;
  }
  
  /*buttons*/
  .btn-suhai-primary {
  width: fit-content;
  display: inline-block;
  background-color: #08392e;
  border: solid 1px;
  border-color: #08392e;
  border-radius: 8px;
  font-size: max(14px, .7rem);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  transition: all .2s ease-out;
  }
  .btn-suhai-primary:hover {
  background-color: #68b445;
  border-color: #68b445;
  color: #fff;
  text-decoration: none;
  }
  .btn-suhai-secondary {
  width: fit-content;
  display: inline-block;
  background-color: #68b445;
  border: solid 1px;
  border-color: #68b445;
  border-radius: 8px;
  font-size: max(14px, .7rem);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  transition: all .2s ease-out;
  }
  .btn-suhai-secondary:hover {
  background-color: #08392e;
  border-color: #08392e;
  color: #fff;
  text-decoration: none;
  }
  .btn-dark-green {
  width: fit-content;
  display: inline-block;
  background-color: #08392e;
  border: solid 1px;
  border-color: #08392e;
  border-radius: 6px;
  font-size: max(14px, .7rem);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 7px 25px;
  cursor: pointer;
  transition: all .2s ease-out;
  }
  .btn-dark-green:hover {
  background-color: #68b445;
  border-color: #68b445;
  color: #fff;
  text-decoration: none;
  }
  .btn-green {
  width: fit-content;
  display: inline-block;
  background-color: #68b445;
  border: solid 1px;
  border-color: #68b445;
  border-radius: 6px;
  font-size: max(14px, .7rem);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 7px 25px;
  cursor: pointer;
  transition: all .2s ease-out;
  }
  .btn-green:hover {
  background-color: #08392e;
  border-color: #08392e;
  color: #fff;
  text-decoration: none;
  }
  #header .btn-green.cta_btn {
    border-radius: 10px;
    font-size: max(18px, .9rem)!important;
    font-weight: 600;
    line-height: 1.5;
    color: #fff!important;
    padding: 5px 12px!important;
  }
  #header .btn-green.cta_btn:hover {
    color: #fff!important;
  }
  @media screen and ( min-width: 1200px ) {
  .btn-green,
  .btn-dark-green {
    font-size: 1rem;
  }
  #header .navbar-nav .nav-link.active {
    font-weight: 700;
  }
  }
  
  /*header*/
  #header {
      min-height: 100px;
  }
  #header a {
      color: #003a2f;
  }
  #header a:hover {
      color: #7bbe5c!important;
      text-decoration: none!important;
  }
  #header .navbar-brand {
      margin-right: 3rem;
  }
  .navbar-brand img, 
  #footer .navbar-brand img, 
  #header .navbar-brand img {
		height: 65px;
  }
  #navbar {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      transition: all 0.5s ease-out 0s;
  }
  @media screen and ( min-width: 1200px ) {
    #navbar.fade:not(.show) {
        opacity: 1!important;
    }
    #header .navbar-brand {
        margin-right: 2.5rem;
    }
    #header .search-form {
      min-width: 220px!important;
      width: 220px!important;
    }
  }
  #header.bg-light {
      background-color: #ffffff!important
  }
  #whatsapp .whatsapp-btn {
      font-size: max(18px, .9rem);
      border: solid 1px #7bbe5c;
      border-radius: 8px;
      display: flex;
      align-items: center;
      color: #7bbe5c;
      margin: 0 15px;
      padding: 3px 15px;
      transition: all .2s ease-out;
  }
  #whatsapp .whatsapp-btn:hover {
    background-color: #7bbe5c;
    border: solid 1px #fff!important;
    color: #fff!important;
  }
  #whatsapp .whatsapp-btn svg,
  #whatsapp .whatsapp-btn i {
      padding-left: 10px;
  }
  @media screen and (min-width: 1200px) { 
      #whatsapp .whatsapp-btn {
        padding: 5px 9px;
      }
      #whatsapp .whatsapp-btn svg, #whatsapp .whatsapp-btn i {
        padding-left: 0px;
        font-size: 27px;
      }
  }
  @media screen and ( max-width: 1200px ) {
    #header {
      height: auto;
    }
    .menu-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
    }
    .menu-wrapper-end {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-end;
    }
    #header .navbar-brand {
      margin-right: 0;
    }
    #navbar {
      display: flex;
      flex-direction: column-reverse;
    }
    #header .navbar-brand img {
      height: 65px;
    }
    #whatsapp .whatsapp-btn {
      margin: 0 0 0 15px;
      font-size: max(18px, .9rem);
    }
    #navbar.collapse:not(.show) {
      display: none!important;
    }
  }
  #menu-mobile-navigation-menu {
      width: 100%;
      overflow-y: scroll;
      height: 1000px;
      padding-bottom: 500px;
  }
  #menu-mobile-navigation-menu li:last-child {
      background-color: #68b445;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 0 16px;
  }
  #menu-mobile-navigation-menu li:last-child a {
      color: #fff;
      font-weight: 600;
      padding: 20px 1rem;
  }
  #menu-mobile-navigation-menu .dropdown-menu {
      background-color: #ebebeb;
      border-radius: 0;
      border: none;
  }
  #menu-mobile-navigation-menu .dropdown-menu a {
      font-weight: 600;
  }
  #menu-mobile-navigation-menu .dropdown-menu li:last-child {
      background-color: #ebebeb;
      width: 100%;
      position: unset;
      bottom: 0;
      left: 0;
      padding: 0;
  }
  #menu-mobile-navigation-menu .dropdown-menu li:last-child a {
      color: #003a2f;
      padding: 0.25rem 1rem;
  }
  @media screen and ( max-width: 365px ) {
    #whatsapp i {
      display: none;
    }
  }
  @media screen and ( max-width: 335px ) {
    #whatsapp {
      display: none;
    }
  }
  @media screen and ( min-width: 1400px ) {
    #header .nav-link,
    #header .dropdown-item {
        font-size: max(18px, 1rem);
    }
  }
  @media screen and ( min-width: 1200px ) and ( max-width: 1399px ) {
    #header .nav-link,
    #header .dropdown-item {
        font-size: max(16px, .8rem);
    }
  }
  @media screen and ( max-width: 1199px ) {
    #header .nav-link,
    #header .dropdown-item {
        font-size: max(18px, .9rem);
    }
  }
  @media screen and ( min-width: 1200px ) {
    #navbar .dropdown-item.active,
    .dropdown-item.active, 
    .dropdown-item:active {
      background-color: #ffffff!important;
      color: #003a2f!important;
      font-weight: 700!important;
      text-decoration: none!important;
    }
    .nav-link:focus, .nav-link:hover {
      color: #003a2f!important;
    }
  }
  @media screen and ( max-width: 1199px ) {
    #navbar .dropdown-item.active,
    .dropdown-item.active, 
    .dropdown-item:active {
      background-color: transparent!important;
      color: #7bbe5c!important;
      font-weight: 700!important;
      text-decoration: none!important;
    }
    .nav-link:focus, .nav-link:hover {
      color: #7bbe5c!important;
    }
    .navbar-nav .nav-link.active {
      color: #003a2f!important;
      font-weight: 700;
    }
  }
  
  /*navbar search*/
  #navbar #search-form-header {
    border: solid 1px #dbdbdb;
    border-radius: 7px;
  }
  #navbar .search-form button {
      display: none;
  }
  #navbar .search-form input {
      font-size: max(18px, .9rem);
      border: none;
      color: #999f9e;
      font-weight: 300;
      background: transparent;
      padding: 5px 10px;
  }
  #navbar .search-form input:focus,
  #navbar .search-form input:active {
      border: none;
      box-shadow: none;
  }
  #navbar .search-form .input-group {
      padding: 0 15px;
      display: flex;
      align-items: center;
      transition: all .2s ease-out;
  }
  #navbar .search-form .input-group i,
  #navbar .search-form .input-group svg {
      color: #999f9e;
  }
  #navbar .search-form .input-group svg path{
      fill: #999f9e;
  }
  @media screen and ( max-width: 1199px ) {
    #navbar .search-form {
      width: 100%;
    }
    #header .search-form {
      margin-top: 20px!important;
    }
    #navbar .search-form .input-group {
      padding: 7px 15px;
    }
  }
  
  /*footer*/
  #footer p {
    color: #08392e;
  }
  #footer small {
    color: #355543;
  }
  .menu-footer-menu-container a {
    color: #003a2f;
    padding: 0;
  }
  .menu-footer-menu-container a:hover {
    color: #7bbe5c!important;
    text-decoration: none!important;
  }
  .menu-footer-menu-container .menu {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
  .social-text {
    font-size: max(16px, .8rem);
  }
  #social a {
    padding: 0 15px 0 0;
  }
  #social a:hover {
    text-decoration: none;
  }
  #social a svg path,
  #social a svg rect {
      transition: all .5s ease-in;
  }
  .social-btns {
    width: 100%;
    display: flex;
    gap: 10px;
  }
  .social-btns a {
    max-width: 45%;
  }
  @media screen and ( min-width: 1200px ) {
    .social-btns a {
        font-size: max(14px, .7rem);
    }
  }
  #footer-servicos {
    display: flex;
    align-content: flex-start;
  }
  #footer-servicos p {
    margin: 0!important;
    padding: 0!important;
  }
  #footer-servicos .first-row,
  #footer-servicos .second-row {
    line-height: 15px;
  }
  #footer-servicos small {
    font-size: max(16px, .8rem);
  }

  .copyrights {
    text-align: center;
  }
  @media screen and ( max-width: 991px ) {
    #footer .xs-wrap {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    #footer .menu-footer-menu-container {
      padding: 40px 0;
    }
    .copyrights {
      text-align: left;
    }
  }
  #footer .menu-item a[aria-current=page] {
    color: #003a2f!important;
    font-weight: 700;
  }
  #footer .menu-item a[aria-current=page]:hover {
    color: #7bbe5c!important;
  }
  #footer .footer-cs-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1%
  }
  #footer .footer-cs-wrapper .each-cs {
    width: 48%;
  }
  #footer .footer-cs-wrapper .each-cs .top-wrapper {
    display: flex;
    margin-bottom: .5rem;
  }
  #footer .footer-cs-wrapper .each-cs .top-wrapper .left {
    width: 18%;
    display: flex;
    align-items: center;
  }
  #footer .footer-cs-wrapper .each-cs .top-wrapper .right {
    width: 78%;
    display: flex;
    align-items: center;
  }
  #footer .footer-cs-wrapper .each-cs .top-wrapper .right p {
    font-weight: 700;
    line-height: 1.1;
    font-size: max(16px, .8rem);
    padding-top: 1px!important;
  }
  #footer .footer-cs-wrapper .each-cs .bottom-cs {
    margin-bottom: .7rem;
  }
  #footer .footer-cs-wrapper .each-cs .bottom-cs p {
    font-size: max(16px, .8rem);
  }
  #footer .footer-cs-wrapper .each-cs .bottom-cs p strong {
    font-size: max(20px, 1rem);
    color:#68B445;
  }
  #footer .footer-cs-wrapper .each-cs .bottom-cs a {
    color:#08392e;
    text-decoration: none;
  }
  #footer .footer-cs-wrapper .each-cs .bottom-cs a:hover {
    text-decoration: underline;
  }
  #footer .footer-cs-wrapper .each-cs .bottom-cs em {
    font-size: max(16px, .8rem);
    font-style: normal;
    font-weight: 700;
  }
  @media screen and ( max-width: 1199px ) {
    #footer .footer-cs-wrapper {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
    #footer .footer-cs-wrapper .each-cs {
      width: 100%;
    }
    #footer .footer-cs-wrapper .each-cs .top-wrapper .left {
      width: fit-content;
      margin-right: 10px;
    }
    #footer .footer-cs-wrapper .each-cs .top-wrapper .right {
      width: auto;
    }
  }

  /* bootstrap menu hamburguer */
  .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .animated-icon1 span {
    background: #07231e;
    height: 4px;
  }
  .animated-icon1 span:nth-child(1) {
    top: 0px;
  }
  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }
  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }
  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  
  .navbar-light .navbar-toggler {
    border-color: transparent!important;
    color: transparent!important;
  }
  @media screen and ( max-width: 1199px ) {
    .navbar-toggler {
      padding: 0 0 0 10px!important;
      margin-top: -3px;
    }
  }
  
  /* slickdots */
  .slick-dots li { /* fix one image dots */
    display: inline-block;
  }
  .slick-dots li:only-child {
    display: none; /* fix one image dots */
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0 40px 0;
    padding-inline-start: 0px;
    z-index: 1;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li.slick-active button:before, 
  .slick-dots li button:before {
        display: none;
  }
  
  /*hide admin on mobile*/
  @media screen and (max-width: 782px) {
      #wpadminbar { display:none !important;}
  }
  
  /* wp elements */
  .wp-block-file__button {
  background: transparent;
  color: #003a2f;
  text-decoration: none;
  }
  
  /* breadcrumbs */
  #breadcrumbs {
  padding-top: 1rem;
  }
  #breadcrumbs a,
  #breadcrumbs strong {
  font-weight: 300;
  color: #003a2f;
  text-decoration: none;
  font-size: 18px;
  padding-right: 5px;
  }
  #breadcrumbs a strong:hover {
  text-decoration: underline;
  }
  #breadcrumbs a:hover,
  #breadcrumbs strong:hover {
  font-weight: 300;
  color: #003a2f;
  text-decoration: none;
  }
  #breadcrumbs span {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  }
  @media screen and (max-width: 782px) {
  .custom-chevron-right::before {
    padding-top: 3px;
  }
  }
  .custom-home::before {
  /*content: url(../build/imgs/suhai-custom-home.svg);*/
  display: inline-block;
  padding-top: 3px;
  }
  .custom-chevron-right::before {
  /*content: url(../build/imgs/suhai-custom-chevron-right.svg);*/
  display: inline-block;
  padding-right: 5px;
  }
  
  /*whatsappbtn*/
  .whatsapplink {
  color: transparent;
  transition: .5s ease-in-out;
  z-index: 10;
  }
  .whatsappclickbtn {
  background-color: #68b445;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  right: 32px;
  bottom: 32px;
  padding: 10px;
  transition: .5s ease-in-out;
  z-index: 99999;
  }
  .whatsappclickbtn svg {
  width: 100%;
  height: 100%;
  }
  .whatsappclickbtn:hover {
  background-color: #08392e;
  }
  #inbenta-bot-sdk .inbenta-bot__launcher {
  border-radius: 50%!important;
  }
  
  /* wp guttenberg - default page #the-content.wp-guttenberg or blog content wp-guttenberg #the-content.wp-guttenberg.blog-post */
  /* btn flat */
  .wp-guttenberg .wp-block-button .wp-element-button,
  .wp-guttenberg .wp-block-button.is-style-fill .wp-element-button {
  background-color: #68b445;
  border: solid 1px;
  border-color: #68b445;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-out;
  }
  .wp-guttenberg .wp-block-button .has-text-align-left {
  display: flex!important;
  flex-direction: row!important;
  align-content: center!important;
  align-items: center!important;
  justify-content: flex-start!important;
  }
  .wp-guttenberg .wp-block-button .wp-element-button img {
  margin-right: 1rem;
  }
  .wp-guttenberg .is-style-fill .wp-element-button:hover,
  .wp-guttenberg .wp-block-button .wp-element-button:hover {
  background-color: #08392e;
  border-color: #08392e;
  color: #fff;
  text-decoration: none;
  }
  /* btn outline */
  .wp-guttenberg .wp-block-button.is-style-outline .wp-element-button {
  background-color: transparent!important;
  border: solid 1px;
  border-color: #68b445;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #68b445;
  cursor: pointer;
  transition: all .2s ease-out;
  }
  .wp-guttenberg .wp-block-button.is-style-outline .wp-element-button:hover {
  background-color: #08392e!important;
  border-color: #08392e!important;
  color: #08392e!important;
  }
  .wp-guttenberg .wp-block-image img {
  border-radius: 15px;
  }
  .wp-guttenberg p,
  .wp-guttenberg li {
  color: #4D5653;
  }
  /* end */