






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









.content-wrapper {
  max-width: 90%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 90%;
}





html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  overflow-x: hidden;
}

.hidden-mobile{display: block;}
.show-mobile {display: none;}
@media (max-width: 768px) {
.hidden-mobile{display: none;}
.show-mobile {display: block;}
}

.vertical-align {
  display: flex;
  align-items: center;
}

.bottom-align {
  display: flex;
  align-items: flex-end !important;
}

@media screen and (max-width:768px) {
  .vertical-align { display: block;}
}

#hubspot-messages-iframe-container.widget-align-right {right: 15px !important;}

#mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
  background: rgba(0,0,0,.9);
  display: none;
}

.light-box .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 50% !important;
  max-width: 800px !important;
  display: none;
  z-index: 9999;
  padding: 0px !important;
  border-radius: 8px;
  background: #fff;
}
.light-box #dialog h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
    display: block;
    font-weight: 600;
}
.light-box #dialog {
 background-color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 15pt;
    max-width: 800px!important;
    padding: 20px 30px!important;
    width: 50%!important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}

.light-box #dialog a.close{opacity: 1 !important;}
#popupfoot {
  font-size: 16pt;
  position: absolute;
  top: -10px;
  width: 30px;
  right: -10px;
  color: #fff;
  border-radius: 50%;
  height: 20px;
}
#popupfoot a{color: #fff; text-decoration: none;}

@media (max-width:768px) {
  .light-box #dialog { width: 90% !important;top: 600px !important;}
}

/* Paragraphs */

p {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #0270E0;
}
.slick-dots li button:before {font-size: 30px;}
a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  font-size: 58px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  font-size: 48px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  font-size: 38px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  font-size: 28px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  font-size: 14px;
  text-transform: none;
}

strong, b {
    font-weight: 600 !important;
}


/* Blockquote */

blockquote {
  border-left-color: #f88c00;
}





button,
.button {
  border: 1px solid #246b44;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(36, 107, 68, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 67, 28, 1.0);
  border-color: #00431c;
}

button:active,
.button:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(76, 147, 108, 1.0);
  border-color: #4c936c;
}

.btn {
    border-radius: 210px;
    text-decoration: none;
    padding: 5px 15px;
    text-transform: uppercase;
  transition: all ease-out .3s;
}
.btn:hover {
  transition: all ease-out .3s;
   opacity: 0.8;
  cursor: pointer;
}

.btn-lg {
    padding: 5px 25px;
    font-size: 20px;
}

.btn-md {
    padding: 3px 15px;
    font-size: 16px;
}
.btn-sm {
    padding: 2px 1-px;
    font-size: 14px;
}

.btn-green {background: #246b44; color: #FFF !important;}
.btn-orange {background: #f88c00; color: #FFF !important;}
.btn-green:hover, .btn-orange:hover{color: #FFF !important;}
.btn-border {
    background: none;
    border: 2px solid;
}

.btn-border-green {
  border-color: #246b44;
  color: #246b44;
}
.btn-border-green:hover {
  background: #449b4d;
  color: #FFF;
}

.btn-border-orange {
  border-color: #f88c00;
  color: #f88c00;
}
.btn-border-orange:hover {
  background: #f88c00;
  color: #FFF;
}

.box-shadow {
   background: #f9f9f9;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 4px 3px 10px #ccc;
    min-height: 300px;
    padding: 25px 35px;
}





form,
.submitted-message {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #449b4d;
}

/* Labels */

form label {
  color: #456d49;
}

/* Help text */

form legend {
  color: #456d49;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #456d49;
    padding: 15px 10px;
  width: 100% !important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #456d49;
}

::-moz-placeholder {
  color: #456d49;
}

:-ms-input-placeholder {
  color: #456d49;
}

::placeholder {
  color: #456d49;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #456d49;
}

.fn-date-picker td.is-selected .pika-button {
  background: #246b44;
}

.fn-date-picker td .pika-button:hover {
  background-color: #246b44 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #246b44;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #246b44;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(36, 107, 68, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 67, 28, 1.0);
  border-color: #00431c;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(76, 147, 108, 1.0);
  border-color: #4c936c;
}





/* Table */

table {
  border: 1px solid #456d49;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #456d49;

  padding: 18px;

  color: #456d49;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(36, 107, 68, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #456d49;
}





#menu-topo {
  background:#fcfcfc;
  padding: 10px 0;
}
.header__logo--main {padding: 0 0;}

nav.menu.menu--desktop li.menu__item.menu__item--depth-1:nth-last-child(-n+2) .menu__link { 
  color:  #246b44;
  border: 1px solid #246b44;
}

nav.menu.menu--desktop li.menu__item.menu__item--depth-1:nth-last-child(-n+2) .menu__link:hover { 
  color:  #f88c00; 
  border: 1px solid #f88c00;
}


nav.menu.menu--desktop li.menu__item.menu__item--depth-1:last-child .menu__link { 
  background:  #246b44; 
  color: #FFF;
    font-size: 18px !important;
    padding: 2px 22px !important;
}
nav.menu.menu--desktop li.menu__item.menu__item--depth-1:last-child .menu__link:hover { 
  background:  #f88c00; 
  color: #FFF;
}

nav.menu.menu--desktop li.menu__item.menu__item--depth-1:nth-last-child(-n+2) .menu__link {
    padding: 3px 10px;
    border-radius: 18px;
    font-size: 14px;
}


.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #456d49;
  font-family: Work Sans;
}
.menu__link:active, .menu__link:focus, .menu__link:hover {
  color: #246b44 !important;
  border-bottom: 2px solid;
}

.blog-categorias ul li a:hover, .blog-lista ul li a:hover{
  color: #246b44 !important;
}


.menu__child-toggle-icon {
  border-top-color: #c1c1c1;
  position: relative;
    top: 2px;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #1d4521;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #1d4521;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #6d9571;
}

.menu__child-toggle-icon:active {
  border-top-color: #6d9571;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #456d49;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #246b44;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #246b44;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #456d49;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #246b44;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(68, 155, 77, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(68, 155, 77, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Work Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #456d49;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(68, 155, 77, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #456d49;
  }
}


nav.menu.menu--desktop li .menu__link {
    font-size: 15px;
    text-transform: none;
}


@media (max-width: 767px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 1.225rem 1.225rem !important;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}


/* Videos */

.embed-container {
  position: relative;
  /*padding-bottom: 56.25%;*/
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed ,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto !important;
  text-align: center;
  position: relative;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






.contato-footer { background: #f1f5f8;}


.footer {
  background-color: 

  
  
    
  


  rgba(252, 252, 252, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}

#footer-site .widget-span h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
}
#footer-site .widget-span li.hs-menu-item {
 margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    display: block !important;
    line-height: 100%;
}

#footer-site .widget-span li.hs-menu-item a,
#footer-site .widget-span p{
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
#footer-site .widget-span p{
  margin-bottom: 15px;
}
#footer-site .footer-copy,#footer-site .footer-copy span {
    color: #bbb;
}
#footer-site .social-links {
    display: block;
    justify-content: normal;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#footer-site .social-links__icon {
    border-radius: 50%;
    display: inline-flex;
    height: 30px;
    margin: 0;
    position: relative;
    width: 30px;
}
#footer-site .widget-span li {
    float: none;
    display: block;
}

#footer-site .widget-span ul {display: block;}
#footer-site .widget-span li.hs-menu-item a {
    padding: 10px 0;
    display: block;
}

#footer-site .widget-span h2.rodape-title {
    font-weight: bold;
}




canvas{
    z-index: 0;
    position: absolute;
    max-height: 100%;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  padding: 3px;
}
.particulas {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}
.slider-home .particulas {
  min-height: 555px !important;
}
.particulas .content{
  position: relative;
  width: 100%;
  z-index: 2;
}







.pilarpage .dnd-section, .pilarpage .content-wrapper--vertical-spacing { padding: 50px 1rem;}

.pilarpage p a, .pilarpage li a {
    border-bottom: 1px dashed;
    color: #0e8327;
}

.pilarpage p a:hover, .pilarpage li a:hover {
    background: #f8f8f8;
}







.blog-article {
  position: relative;
  margin: 30px 0;
}
.article-img, 
.article-img img {
    width: 100%;
      display: block;
}

.blog-article a.article-img,
.blog-article .article-content {
  background: #f8f8f8;
  border-radius: 10px;
}
.article-img {
    overflow: hidden !important;
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0 0;
}
.blog-article .blog-index__post-timestamp { display: inline;}

.blog-article .article-content {
    padding: 10px 20px;
}

.blog-article a.blog-index__post-title-link,
.blog-article h1.blog-index__post-title{
    font-weight: 600;
    font-size: 23px;
    line-height: 130%;
    display: block;
}

.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}


.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}

section.blog-index.single {
    padding: 80px 0;
}

.single .blog-article {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}



.blog-footer-sidebar .span4.widget-span,
.single .blog-footer-sidebar .widget-span {
    border-radius: 20px;
    background: #f8f8f8;
    padding: 20px;  
    margin-bottom: 30px;
}


.blog-footer-sidebar h2.rodape-title {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
  border-bottom: 1px solid #246b44;
    padding-bottom: 15px;
}


.blog-newsletter label { display: none;}
.blog-newsletter .hs-error-msgs label { display: block !important;}

.blog-newsletter input {
    border-radius: 100px !important;
    width: 100%;
    font-size: 15px !important;
    padding: 10px 15px !important;
}

.blog-lista h3 {display: none;}
.blog-categorias ul { display: block;}
.blog-categorias ul a{ display: block;}
.blog-categorias ul li a,
.blog-lista ul li a{
    color: #000;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    line-height: 130%;
}
.blog-footer-sidebar .blog-lista ul { padding: 0;}
.blog-lista li::marker {display: none; content:"";}

.blog-pagination a {
    border: 1px solid #246b44;
    padding: 2px 10px;
    display: inline-block;
    margin: 10px 0;
    border-radius: 100px;
    color: #246b44;
}
.blog-pagination a:hover {
    background: #246b44;
    color:#FFF;
}
.blog-pagination a.next-posts-link {float: right;}

#search-banner .hs-search-field--open .hs-search-field__suggestions {
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    margin-top: 10px;
  position: absolute;
    right: 0;
}

.social-sharing {
    text-align: center;
}

.social-sharing a.social-link {
    background: #236e45;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
    border-radius: 100px;
  color: #FFF:
    font-size: 20px;
}
.social-sharing a.social-link svg {
    color: #fff;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.social-sharing small{
    display: block;
}
.social-sharing a.social-link.facebook{background:#3b5998;}
.social-sharing a.social-link.whatsapp{background:#25d366;}
.social-sharing a.social-link.linkedin{background:#0077b5;}
.social-sharing a.social-link.telegram{background:#2ca5e0;}

.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}



@media screen and (max-width: 768px) {
  .section-title { font-size: 8vw;}
  #texto-banner h1,#texto-banner p, #search-banner, .hs-search-field__bar {
      text-align: center !important;
      float: none;
  }
#search-banner input.hs-search-field__input {
    width: 100% !important;
    max-width: initial !important;
}
  .body-container-interna .span6.widget-span img,
  #topo-pages .span6 img{
    margin-top: 40px;
}
  .dnd-section, .content-wrapper--vertical-spacing {
    padding: 20px 1rem;
}
  .mod-content { margin-top: 40px;}
  #beneficios h3.title-beneficios:after, #beneficios h3.title-beneficios:before,
  .body-container-interna h3.title-subsection:after, .body-container-interna h3.title-subsection:before {display: none;}
  #hs_cos_wrapper_footer-module-12 .social-links__link {
    margin-right: 14px;
    margin-top: 11px;
    display: inline-block;}
  #contato-footer p a {
    width: auto;
    height: 36px;
    display: inline-block;
    margin: 10px 10px 0 0;}
  .btn-banner {
    text-align: center;
    width: 100%;}
  
  .btn-banner {
    display: inline-block;
    margin-bottom: 50px!important;
    margin-top: 35px;}
  .header__logo--main a {  margin-bottom: 20px !important;    display: block;}
  
}





.hs-search-results__title {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #282828;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #282828;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 38px;
}

.card__body svg {
  fill: #246b44;
}

/* Social follow */

.social-links__icon {
  background-color: #246b44;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #00431c;
}

.social-links__icon:active {
  background-color: #4c936c;
  font-weight: 300; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 38px;
}

/**********************
 * Section Area
 ***********************/
.section-padding {padding: 50px 0;}

.section-title.text-center {
    width: 100%;
    text-align: center;
  margin: 20px 0;
}

.conheca-cta {
    text-align: center;
    margin: 50px 0;
}

.conheca-cta p {
    font-size: 37px;
    letter-spacing: -1px !important;
}
.conheca-cta .btn {position: relative; top: -3px;margin-left: 30px;}

.body-container-interna p,
.body-container-interna li{
    font-size: 18px;
    line-height: 155%;
}
 .body-container-interna p:last-child {margin-bottom: 0;}

.container-institucional h2 {
    font-size: 42px ;
    line-height: 100% ;
    font-weight: 600 ;
  color: #246b44;
}
.container-institucional h2 small {
    color: #000;
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.body-container-interna h3 {
    font-size: 27px;
    font-weight: bold;
}

.body-container-interna h3.title-subsection {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    display: table;
    width: auto !important;
    margin: 0 auto 1.4rem auto !important;
}

.body-container-interna h3.title-subsection:after,
.body-container-interna h3.title-subsection:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background: #e7e6e6;
    top: 50%;
}
.body-container-interna h3.title-subsection:after { right: -92%;}
.body-container-interna h3.title-subsection:before { left: -92%;}
.slick-dots li button:before {font-size: 27px !important;}
/* Inicio do whtasapp */
 .whatsapp-main {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right: auto;
    left: 0px;
}

.whatsapp-wrapper {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    /*   display: none; flex on pop */
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    right: auto;
    left: 0px;
    margin-left: 20px;
}
.close_whatsapp {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.close_whatsapp::before {
    transform: rotate(45deg);
}
.close_whatsapp::after {
    transform: rotate(-45deg);
}
.close_whatsapp::before,
.close_whatsapp::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(29, 33, 41);
    display: block;
    border-radius: 2px;
}
.whatsapp-header {
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
}
.whatsapp-main .header-info {
    margin-left: 16px;
    margin-right: 16px;
}
.whatsapp-main .support-avatar {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
}

.whatsapp-main .support-avatar::before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}
.whatsapp-main .avatar-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.whatsapp-main .avatar-img {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://6302173.fs1.hubspotusercontent-na1.net/hub/6302173/hubfs/K.jpg?width=108&height=108);
}
.whatsapp-main .avatar-img::after {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden;
}
.whatsapp-background {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}
.whatsapp-background::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://6302173.fs1.hubspotusercontent-na1.net/hubfs/6302173/site/whatsapp.png);
}
.whatsapp-message-container {
    display: flex;
    z-index: 1;
}
.whatsapp-main .loading-animation {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    /*   opacity: 0; */
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.whatsapp-main .dot-pulse {
    position: relative;
    left: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
    box-shadow: 9999px 0 0 -5px #cbcbcb;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.whatsapp-main .dot-pulse::before,
.whatsapp-main .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
}

.whatsapp-main .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.whatsapp-main .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
    30% {
        box-shadow: 9984px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
    30% {
        box-shadow: 9999px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
    30% {
        box-shadow: 10014px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
}
.wloader {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
}
/* .dots1 {
background-color: rgb(158, 157, 162);
animation-name: dotOne;
}
.dots2 {
animation-name: dotTwo;
}
.dots3 {
animation-name: dotThree;
} */
.whatsapp-message-wrapper {
    display: none;
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    /*   opacity: 1; */
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    /*   margin-left: -54px; */
    max-width: calc(100% - 66px);
}

.whatsapp-message-wrapper::before {
    position: absolute;
    background-image: url("https://6302173.fs1.hubspotusercontent-na1.net/hubfs/6302173/site/chat-edge.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.whatsapp-main .chat-body-wrapper {
    width: 100% !important;
}
.whatsapp-chat-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.whatsapp-chat-message {
    font-size: 14px;
    line-height: 19px;

    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.whatsapp-chat-message p {
    margin: 0px;
}
.whatsapp-message-container {
    box-sizing: border-box !important;
    outline: none !important;
}
.whatsapp-chat-time {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
.whatsapp-btn {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: rgb(14, 193, 47);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
}
.whatsapp-btn::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
}
.whatsapp-send-icon-small {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
}
.chat-button-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}

/* whatsapp pop-up button */
.whatsapp-popup-button {
    height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(14, 193, 47);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
}
.whatsapp-popup-button::before,
.whatsapp-popup-button::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(14, 193, 47);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
}

.whatsapp-notify {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}
@keyframes showhide {
    from {
        transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
    }
}
@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}
.hide-whatsapp {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}
.show-whatsapp {
    display: flex;
    animation-name: showchat;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}
/* Fim do whtasapp */