/*
	Author: Agência A2C
	Author URI: http://www.a2c.com.br
*/
/* @font-face {
  font-family: "icons";
  src: url('../fonts/icons.eot?21lfuw');
  src: url('../fonts/icons.eot?21lfuw#iefix') format('eot'), url('../fonts/icons.ttf?21lfuw') format('truetype'), url('../fonts/icons.woff?21lfuw') format('woff'), url('../fonts/icons.svg?21lfuw#icons') format('svg');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "icons";
  
  src: url('https://cdn.jsdelivr.net/gh/alexcafe/minhas-fontes/fonts/icons.eot?21lfuw');
  src: url('https://cdn.jsdelivr.net/gh/alexcafe/minhas-fontes/fonts/icons.eot?21lfuw#iefix') format('eot'),
       url('https://cdn.jsdelivr.net/gh/alexcafe/minhas-fontes/fonts/icons.ttf?21lfuw') format('truetype'),
       url('https://cdn.jsdelivr.net/gh/alexcafe/minhas-fontes/fonts/icons.woff?21lfuw') format('woff'),
       url('https://cdn.jsdelivr.net/gh/alexcafe/minhas-fontes/fonts/icons.svg?21lfuw#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-base-pseudo,
.icon-arrow-small-left:before,
.icon-arrow-small-right:before,
.icon-arrow-up:before,
.icon-cases:before,
.icon-close:before,
.icon-contato:before,
.icon-email:before,
.icon-enderecos:before,
.icon-facebook:before,
.icon-fone:before,
.icon-instagram:before,
.icon-linkedin:before,
.icon-lupa:before,
.icon-medium:before,
.icon-noticias:before,
.icon-skype:before,
.icon-tag:before,
.icon-trabalhe-conosco:before,
.icon-twitter:before,
.icon-whatsapp:before,
.icon-youtube:before,
.snr-header .header .search-blog .form-search:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-arrow-small-left:before {
  content: "\E001";
}
.icon-arrow-small-right:before {
  content: "\E002";
}
.icon-arrow-up:before {
  content: "\E003";
}
.icon-cases:before {
  content: "\E004";
}
.icon-close:before {
  content: "\E005";
}
.icon-contato:before {
  content: "\E006";
}
.icon-email:before {
  content: "\E007";
}
.icon-enderecos:before {
  content: "\E008";
}
.icon-facebook:before {
  content: "\E009";
}
.icon-fone:before {
  content: "\E00A";
}
.icon-instagram:before {
  content: "\E00B";
}
.icon-linkedin:before {
  content: "\E00C";
}
.icon-lupa:before {
  content: "\E00D";
}
.icon-medium:before {
  content: "\E00E";
}
.icon-noticias:before {
  content: "\E00F";
}
.icon-skype:before {
  content: "\E010";
}
.icon-tag:before {
  content: "\E011";
}
.icon-trabalhe-conosco:before {
  content: "\E012";
}
.icon-twitter:before {
  content: "\E013";
}
.icon-whatsapp:before {
  content: "\E014";
}
.icon-youtube:before {
  content: "\E015";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 14px;
  line-height: 40px;
  background: transparent;
  outline: none;
  color: #fff;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 50%;
  margin-left: -585px;
}
@media screen and (max-width: 1199px) {
  .slick-arrow.slick-prev {
    margin-left: -490px;
  }
}
@media screen and (max-width: 991px) {
  .slick-arrow.slick-prev {
    margin-left: -370px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    margin-left: -280px;
  }
}
@media screen and (max-width: 575px) {
  .slick-arrow.slick-prev {
    margin-left: 0;
    left: 0;
  }
}
.slick-arrow.slick-next {
  right: 50%;
  margin-right: -585px;
}
@media screen and (max-width: 1199px) {
  .slick-arrow.slick-next {
    margin-right: -490px;
  }
}
@media screen and (max-width: 991px) {
  .slick-arrow.slick-next {
    margin-right: -370px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    margin-right: -280px;
  }
}
@media screen and (max-width: 575px) {
  .slick-arrow.slick-next {
    margin-right: 0;
    right: 0;
  }
}
.slick-arrow .icon {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .slick-arrow .icon {
    font-size: 18px;
  }
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -536px;
  width: 200px;
  left: 50%;
}
@media screen and (max-width: 1199px) {
  .slick-dots {
    margin: 0 0 0 -445px;
  }
}
@media screen and (max-width: 991px) {
  .slick-dots {
    margin: 0 0 0 -320px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin: 0 0 0 -100px;
    text-align: center;
    bottom: 20px;
  }
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  border-radius: 50%;
  outline: none;
  position: relative;
  background: transparent;
  transition: transform 0.2s ease-in-out;
  margin: 0 12px;
  cursor: pointer;
  display: block;
}
.slick-dots li button:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  transition: all 0.2s ease-in-out;
}
.slick-dots li.slick-active button {
  border: 1px solid #fff;
  cursor: default;
}
/*    jaf-domus
	Ultralight	100		
	Extralight	200	
	Light		300	
	Regular		400	
	Semibold	600	
	Bold		700		
	Extrabold	800
*/
/* CONTENT ------------------------------------------------------------------ */
body {
  /* font-family: "jaf-domus", sans-serif; */
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  /* regular */
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums;
}
main {
  overflow: hidden;
}
main:after {
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  main.open-news {
    position: relative;
  }
  main.open-news:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
  }
}
.hidden {
  display: none !important;
}
.snr-header {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.snr-header .header {
  white-space: nowrap;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .snr-header .header {
    padding: 19px 0 0;
    height: 60px;
  }
}
.snr-header .header .logo-blog {
  color: transparent;
  font-size: 0;
  margin: 22px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .snr-header .header .logo-blog {
    margin: 22px 15px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .snr-header .header .logo-blog {
    display: block;
    margin: 0 auto;
    width: 118px;
  }
  .snr-header .header .logo-blog img {
    height: 22px;
    width: 118px;
  }
}
.snr-header .header .nav {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .snr-header .header .nav {
    display: none;
  }
}
.snr-header .header .nav.active {
  display: block;
  background: #01c594;
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  height: 100%;
}
.snr-header .header .nav-blog {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .snr-header .header .nav-blog {
    width: 260px;
    margin: 30px auto 20px;
    display: block;
  }
}
.snr-header .header .nav-blog ul {
  margin: 0;
  padding: 0;
}
.snr-header .header .nav-blog ul li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .snr-header .header .nav-blog ul li {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .snr-header .header .nav-blog ul li {
    margin: 0 ;
    padding: 0;
    display: block;
  }
}
.snr-header .header .nav-blog ul li .nav-link {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: block;
  padding: 29px 10px 23px 10px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
@media screen and (max-width: 991px) {
  .snr-header .header .nav-blog ul li .nav-link {
    line-height: 20px;
    text-align: center;
  }
}
.snr-header .header .nav-blog ul li .subnav {
  display: none;
  background: #01aa97;
  position: fixed;
  top: 79px;
  left: 0;
  width: 100%;
  height: 320px;
  padding: 35px 0 0;
  margin: 0;
  white-space: initial;
}
@media screen and (max-width: 1199px) {
  .snr-header .header .nav-blog ul li .subnav {
    height: 340px;
  }
}
.snr-header .header .nav-blog ul li .subnav article {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 1199px) {
  .snr-header .header .nav-blog ul li .subnav article {
    padding: 0;
  }
}
.snr-header .header .nav-blog ul li .subnav .subnav-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
  display: block;
  height: 46px;
}
.snr-header .header .nav-blog ul li .subnav .subnav-title > a {
  color: #fff;
  text-decoration: none;
}
.snr-header .header .nav-blog ul li .subnav .subnav-figure {
  float: left;
  margin: 0 15px 0 0;
}
.snr-header .header .nav-blog ul li .subnav .subnav-figure img {
  height: 110px;
  width: 145px;
  border-radius: 7px;
}
.snr-header .header .nav-blog ul li .subnav .subnav-category {
  display: block;
  color: #46fdd4;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 0 5px;
}
.snr-header .header .nav-blog ul li .subnav .subnav-category > a {
  color: #46fdd4;
  text-decoration: none;
}
.snr-header .header .nav-blog ul li .subnav .subnav-date-read {
  display: block;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  margin: 0 0 15px;
}
.snr-header .header .nav-blog ul li .subnav .subnav-date-read .date {
  color: #fff;
  font-size: 10px;
}
.snr-header .header .nav-blog ul li .subnav .subnav-abstract {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}
.snr-header .header .nav-blog ul li .subnav .subnav-abstract > a {
  color: #46fdd4;
  font-weight: 600;
}
.snr-header .header .nav-blog ul li .subnav hr {
  border-color: #00cc99;
  margin: 35px 0 15px;
}
.snr-header .header .nav-blog ul li .subnav .subnav-link-posts {
  display: block;
  width: 270px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #00cc99;
  border-radius: 7px;
  line-height: 40px;
  float: right;
  transition: background 0.5s ease;
  outline: none;
}
.snr-header .header .nav-blog ul li .subnav .subnav-link-posts:hover {
  background: #00ad82;
}
@media screen and (min-width: 992px) {
  .snr-header .header .nav-blog ul li:hover .nav-link {
    color: #00c89b;
    border-bottom: 3px solid #00c89b;
  }
  .snr-header .header .nav-blog ul li:hover .subnav {
    display: block;
  }
}
.snr-header .header .redes-sociais-blog {
  margin: 22px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .snr-header .header .redes-sociais-blog {
    margin: 22px 20px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .snr-header .header .redes-sociais-blog {
    width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.snr-header .header .redes-sociais-blog ul {
  margin: 0;
  padding: 0;
}
.snr-header .header .redes-sociais-blog ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.snr-header .header .redes-sociais-blog ul li a {
  display: block;
  padding: 10px 6px;
  text-decoration: none;
  height: 40px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .snr-header .header .redes-sociais-blog ul li a {
    padding: 10px;
  }
}
.snr-header .header .redes-sociais-blog ul li a i {
  font-size: 16px;
  color: #fff;
}
.snr-header .header .search-blog {
  margin: 22px 0 0;
  display: inline-block;
  width: 198px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .snr-header .header .search-blog {
    width: 168px;
  }
}
@media screen and (max-width: 991px) {
  .snr-header .header .search-blog {
    display: none;
  }
}
.snr-header .header .search-blog.active {
  display: block;
  background: #01c594;
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
  margin: 0;
}
.snr-header .header .search-blog .form-search {
  position: relative;
}
@media screen and (max-width: 991px) {
  .snr-header .header .search-blog .form-search {
    width: 240px;
    margin: 0 auto;
    display: block;
  }
}
.snr-header .header .search-blog .form-search:before {
  content: "\E00D";
}
.snr-header .header .search-blog .form-search:before {
  position: absolute;
  color: #00c89b;
  font-size: 14px;
  top: 4px;
  left: 8px;
}
@media screen and (max-width: 991px) {
  .snr-header .header .search-blog .form-search:before {
    color: #fff;
  }
}
.snr-header .header .search-blog .search-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  height: 34px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  padding: 0 0 0 32px;
  outline: none;
}
.snr-header .header .search-blog .search-input::-webkit-input-placeholder {
  color: #fff;
}
.snr-header .header .search-blog .search-input::-moz-placeholder {
  color: #fff;
}
.snr-header .header .search-blog .search-input:-ms-input-placeholder {
  color: #fff;
}
.snr-header .header .search-blog .search-input:-moz-placeholder {
  color: #fff;
}
.snr-header .header .mobile-open-nav {
  height: 30px;
  width: 30px;
  display: none;
  position: relative;
  float: left;
}
@media screen and (max-width: 991px) {
  .snr-header .header .mobile-open-nav {
    display: block;
  }
}
.snr-header .header .mobile-open-nav .icon-menu {
  background-color: #fff;
  height: 2px;
  width: 19px;
  display: inline-block;
  margin: 0 10px 4px 0;
  position: relative;
  transition: background-color 0.3s ease;
}
.snr-header .header .mobile-open-nav .icon-menu:after,
.snr-header .header .mobile-open-nav .icon-menu:before {
  content: '';
  transform: rotate(0deg);
  background-color: #fff;
  height: 2px;
  width: 19px;
  position: absolute;
  transition: bottom 0.15s 0.3s ease-in, top 0.15s 0.3s ease-in, transform 0.1s ease-in, background-color 0.2s ease;
}
.snr-header .header .mobile-open-nav .icon-menu:before {
  bottom: -6px;
}
.snr-header .header .mobile-open-nav .icon-menu:after {
  top: -6px;
}
.snr-header .header .mobile-open-nav.active:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #06c997;
  position: absolute;
  bottom: -10px;
  left: -3px;
}
.snr-header .header .mobile-open-nav.active .icon-menu {
  background-color: transparent;
}
.snr-header .header .mobile-open-nav.active .icon-menu:after,
.snr-header .header .mobile-open-nav.active .icon-menu:before {
  transition: bottom 0.15s ease-in, top 0.15s ease-in, transform 0.1s 0.3s ease-in;
}
.snr-header .header .mobile-open-nav.active .icon-menu:after {
  top: 0;
  transform: rotate(45deg);
}
.snr-header .header .mobile-open-nav.active .icon-menu:before {
  bottom: 0;
  transform: rotate(-45deg);
}
.snr-header .header .mobile-open-search {
  height: 30px;
  width: 30px;
  display: none;
  position: relative;
  float: right;
}
@media screen and (max-width: 991px) {
  .snr-header .header .mobile-open-search {
    display: block;
  }
}
.snr-header .header .mobile-open-search .icon-lupa {
  color: #fff;
  font-size: 17px;
  opacity: 1;
  transition: opacity 0.15s ease-in;
  position: absolute;
}
.snr-header .header .mobile-open-search .icon-fechar {
  height: 2px;
  width: 19px;
  display: inline-block;
  margin: 12px 10px 4px 0;
  position: absolute;
}
.snr-header .header .mobile-open-search .icon-fechar:after,
.snr-header .header .mobile-open-search .icon-fechar:before {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 19px;
  position: absolute;
  opacity: 0;
  transition: bottom 0.15s 0.3s ease-in, top 0.15s 0.3s ease-in, transform 0.1s ease-in, opacity 0.1s ease-in;
}
.snr-header .header .mobile-open-search .icon-fechar:after {
  top: 0;
  transform: rotate(45deg);
}
.snr-header .header .mobile-open-search .icon-fechar:before {
  bottom: 0;
  transform: rotate(-45deg);
}
.snr-header .header .mobile-open-search.active {
  position: relative;
}
.snr-header .header .mobile-open-search.active:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 11px solid #06c997;
  position: absolute;
  bottom: -10px;
  left: -3px;
}
.snr-header .header .mobile-open-search.active .icon-lupa {
  opacity: 0;
}
.snr-header .header .mobile-open-search.active .icon-fechar:after,
.snr-header .header .mobile-open-search.active .icon-fechar:before {
  opacity: 1;
}
.wf-active .snr-header .header .nav-blog ul li .nav-link {
  font-size: 14px;
}
.wf-active .snr-header .header .search-blog .search-input {
  font-size: 14px;
}
.snr-footer {
  height: auto;
  background: #01aa97;
}
@media (max-width: 767px) {
  .snr-footer {
    height: auto;
    padding-bottom: 100px;
  }
}
.snr-footer .box-form-newsletter {
  height: auto;
  position: relative;
  padding: 0;
  margin: 60px -20px 100px;
}
@media (max-width: 1199px) {
  .snr-footer .box-form-newsletter {
    margin: 60px -15px 0;
  }
}
@media (max-width: 767px) {
  .snr-footer .box-form-newsletter {
    margin: 40px 0 0;
    height: auto;
  }
}
.snr-footer .box-form-newsletter .fechar-news {
  display: none;
  height: 30px;
  width: 30px;
  background: #01aa97;
  position: absolute;
  right: -15px;
  top: -15px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 767px) {
  .snr-footer .box-form-newsletter .fechar-news {
    right: 50%;
    top: 15px;
    margin-right: -15px;
  }
}
.snr-footer .box-form-newsletter .fechar-news:hover {
  background: #fff;
  color: #01aa97;
}
.snr-footer .form-newsletter {
  width: 100%;
  padding: 15px 30px;
  background: #01aa97;
  bottom: 0;
  height: auto;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .snr-footer .form-newsletter {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .snr-footer .form-newsletter {
    position: initial;
    padding: 25px 15px;
  }
}
.snr-footer .form-newsletter.open {
  height: auto;
}
@media (max-width: 1199px) {
  .snr-footer .form-newsletter.open {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .snr-footer .form-newsletter.open {
    padding: 55px 15px;
  }
}
.snr-footer .form-newsletter.open .fechar-news {
  opacity: 1;
  display: block;
}
.snr-footer .form-newsletter.open .step2 {
  opacity: 1;
  height: auto;
  margin: 0 0 20px;
  transition: opacity 0.5s 0.2s ease;
  overflow: inherit;
}
.snr-footer .form-newsletter .step2 {
  opacity: 0;
  height: 0;
  margin: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
.snr-footer .form-newsletter label {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 20px;
  text-align: center;
}
.snr-footer .form-newsletter .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  width: 280px;
  line-height: 120%;
  margin-left: 20px;
  flex-wrap: wrap;
}
.snr-footer .form-newsletter .checkbox input {
  order: 1;
  display: block;
  width: 15px;
  height: 15px;
  appearance: none;
  background: #fff;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.snr-footer .form-newsletter .checkbox input:checked {
  background: #01aa97;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.snr-footer .form-newsletter .checkbox span {
  order: 1;
  display: block;
  width: 250px;
}
.snr-footer .form-newsletter .checkbox span a {
  color: #fff;
  text-decoration: underline;
}
.snr-footer .form-newsletter .checkbox span i {
  font-style: normal;
  font-size: 10px;
}
.snr-footer .form-newsletter .checkbox label {
  order: 2;
  display: block;
}
.snr-footer .form-newsletter label.error {
  font-size: 10px;
  color: #f00;
  background: #ff5151;
  color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
}
.snr-footer .form-newsletter .form-control {
  height: 38px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 0;
  padding: 0 0 0 20px;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  outline: none;
}
.snr-footer .form-newsletter .form-control::-webkit-input-placeholder {
  color: #6e6e6e;
}
.snr-footer .form-newsletter .form-control::-moz-placeholder {
  color: #6e6e6e;
}
.snr-footer .form-newsletter .form-control:-ms-input-placeholder {
  color: #6e6e6e;
}
.snr-footer .form-newsletter .form-control:-moz-placeholder {
  color: #6e6e6e;
}
.snr-footer .form-newsletter .form-control.error {
  background: #f8b7b7;
  color: #d04646;
}
.snr-footer .form-newsletter .form-control.error::-webkit-input-placeholder {
  color: #d04646;
}
.snr-footer .form-newsletter .form-control.error::-moz-placeholder {
  color: #d04646;
}
.snr-footer .form-newsletter .form-control.error:-ms-input-placeholder {
  color: #d04646;
}
.snr-footer .form-newsletter .form-control.error:-moz-placeholder {
  color: #d04646;
}
.snr-footer .form-newsletter .btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 38px;
  padding: 0;
  display: block;
  width: 175px;
  margin: 0 auto;
  background: #ff8400;
  outline: none;
  transition: 0.5s ease;
}
.snr-footer .form-newsletter .btn:hover {
  filter: brightness(0.9);
}

.chat-window {
  width: 336px;
  max-height: 46px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  position: fixed;
  z-index: 11;
  border-top-left-radius: 10px;
  border-top-right-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#028267+0,02b58d+50,02ffc4+100 */
  background: #028267;
  /* Old browsers */
  background: -moz-linear-gradient(left, #028267 0%, #02b58d 70%, #02ffc4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #028267 0%, #02b58d 70%, #02ffc4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #028267 0%, #02b58d 70%, #02ffc4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199px) {
  .chat-window {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .chat-window {
    width: 300px;
    right: 10px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .chat-window {
    width: 100%;
    bottom: -50px;
    right: 0;
  }
}
.chat-window .chat-title-closed {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 45px 0;
}
@media (max-width: 767px) {
  .chat-window .chat-title-closed {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    bottom: 100px;
    bottom: 175px;
    right: 10px;
    padding: 0;
    background-image: url(../images/chat-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
  }
}
.chat-window .chat-title-open {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-top: 45px;
}
.chat-window .chat-title-open strong {
  display: block;
  margin: 20px 0 30px;
  font-size: 28px;
  font-weight: bold;
  padding-right: 15px;
}
.chat-window .line {
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  font-size: 0;
}
.chat-window .button-white {
  display: block;
  margin: 30px 0 -10px;
  width: 100%;
  height: 42px;
  border: 1.5px solid #ffffff;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  cursor: pointer;
}
.chat-window .chat-window-close {
  display: none;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  color: #2c353e;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -33px;
  cursor: pointer;
  border: 1.5px solid #2c353e;
  text-align: center;
}
@media (max-width: 767px) {
  .chat-window .chat-window-close {
    top: 10px;
    left: 10px;
    background: transparent;
    color: #ffffff;
    border: none;
    font-size: 32px;
    font-weight: 300;
  }
}
.chat-window.chat-window-open {
  max-height: 500px;
  padding: 0 45px 55px;
  bottom: 0;
  cursor: context-menu;
  z-index: 99;
  display: block !important;
}
@media (max-width: 767px) {
  .chat-window.chat-window-open {
    padding: 10px 35px 50px;
  }
}
.chat-window.chat-window-open .chat-title-closed {
  display: none;
}
.chat-window.chat-window-open .chat-window-close {
  display: block;
}
.snr-contacts {
  height: 50px;
  width: 100%;
  background: #666666;
  position: fixed;
  bottom: 0;
}
.snr-contacts .contact-boxes {
  vertical-align: top;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snr-contacts .contact-boxes {
    width: 369px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .snr-contacts .contact-boxes {
    width: 232px;
  }
}
@media screen and (max-width: 340px) {
  .snr-contacts .contact-boxes {
    width: 225px;
  }
}
.snr-contacts .clique-contato {
  cursor: pointer;
}
.snr-contacts .clique-contato a > span small {
  text-transform: lowercase;
}
.snr-contacts .contatos-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  bottom: -260px;
  transition: 0.6s;
}
@media screen and (max-width: 991px) {
  .snr-contacts .contatos-content {
    margin-left: -35px;
  }
}
@media (max-width: 768px) {
  .snr-contacts .contatos-content {
    margin-left: -40px;
  }
  .snr-contacts .contatos-content a > span {
    display: inline-block;
  }
}
.snr-contacts .contatos-content i {
  color: #666666;
  font-weight: 600;
  height: 24px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.snr-contacts .contatos-content a > span {
  color: #666666;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.snr-contacts .contatos-content a > span small {
  display: block;
  font-size: 10px;
}
.snr-contacts .contatos-content .bar-contatos {
  background: #f16636;
  border: none;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
}
.snr-contacts .contatos-content .bar-contatos:hover {
  background: #ef541e;
  color: #ffffff;
}
.snr-contacts .contatos-content hr {
  width: 80%;
  border-top: 1px solid #d9d9d9;
  margin: 0 auto;
}
.snr-contacts .contatos-content a {
  padding: 15px;
  text-decoration: none;
  display: block;
}
.snr-contacts .show-contatos {
  bottom: 50px;
  transition: 0.5s;
}
.snr-contacts .box-solicite {
  display: none !important;
}
.snr-contacts .box-solicite i {
  color: #00c89b !important;
}
@media (max-width: 991px) {
  .snr-contacts .box-solicite {
    display: inline-block !important;
  }
}
.snr-contacts .box-email {
  background-color: #00c89b !important;
  text-align: center !important;
  transition: background 0.1s ease !important;
}
.snr-contacts .box-email i {
  display: block !important;
}
.snr-contacts .box-email span {
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .snr-contacts .box-email {
    display: none !important;
  }
}
.snr-contacts .box-email:hover {
  background-color: #00aa85 !important;
  transition: background 0.3s ease !important;
}
.snr-contacts .contact-box {
  width: 26%;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .snr-contacts .contact-box {
    width: 134px;
  }
}
@media screen and (max-width: 991px) {
  .snr-contacts .contact-box {
    width: 86px;
  }
}
@media screen and (max-width: 767px) {
  .snr-contacts .contact-box {
    width: 70px;
  }
}
@media screen and (max-width: 450px) {
  .snr-contacts .contact-box {
    width: 55px;
  }
}
@media screen and (max-width: 340px) {
  .snr-contacts .contact-box {
    width: 50px;
  }
}
.snr-contacts .contact {
  margin: 12px auto 0;
  height: 30px;
  display: table;
}
.snr-contacts .contact > span {
  font-size: 10px;
  color: #FFF;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 14px;
}
@media screen and (max-width: 1199px) {
  .snr-contacts .contact > span {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .snr-contacts .contact > span {
    font-size: 0;
  }
}
.snr-contacts .contact > span small {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 1199px) {
  .snr-contacts .contact > span small {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .snr-contacts .contact > span small {
    font-size: 0;
  }
}
.snr-contacts .contact > i {
  color: #FFF;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 991px) {
  .snr-contacts .contact > i {
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    width: 20px;
    text-align: center;
  }
}
.snr-contacts .contact .icon-trabalhe-conosco {
  height: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .snr-contacts .contact .icon-trabalhe-conosco {
    height: 36px;
    font-size: 25px;
  }
}
.snr-contacts .contact-chat {
  width: 100%;
  height: 50px;
  background: #ff8400;
  border: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  outline: 0;
  text-transform: uppercase;
  transition: background 0.5s ease;
  cursor: pointer;
}
.snr-contacts .contact-chat:hover {
  background: #d96f00;
}
.snr-contacts .contact-chat > i {
  font-size: 5px;
  margin-left: 5px;
  display: inline-block;
}
.snr-contacts .bar-chat {
  -moz-transition: border-bottom 0.15s linear;
  transition: border-bottom 0.15s linear;
  position: absolute;
  background: #fff;
  width: 240px;
}
@media screen and (max-width: 1199px) {
  .snr-contacts .bar-chat {
    width: 210px;
  }
}
@media screen and (max-width: 991px) {
  .snr-contacts .bar-chat {
    width: 220px;
  }
}
.snr-contacts .bar-chat iframe {
  -moz-transition: opacity 0.1s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.1s ease-in-out, height 0.25s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  float: left;
  height: 0;
  margin-bottom: -8px;
}
@media screen and (max-width: 1199px) {
  .snr-contacts .bar-chat iframe {
    width: 210px;
  }
}
@media screen and (max-width: 991px) {
  .snr-contacts .bar-chat iframe {
    width: 220px;
  }
}
.snr-contacts .bar-chat.fixed {
  border-bottom: none;
  bottom: 0;
}
.snr-contacts .bar-chat.opened .btn-chat i {
  transform: rotate(180deg) translate(0, 2px);
}
.snr-contacts .bar-chat.opened iframe {
  -moz-transition: opacity 0.3s 0.2s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.3s 0.2s ease-in-out, height 0.25s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 300px;
  float: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sidebar-blog{
    padding-left: 0;
    padding-right: 0
  }
}
.snr-sidebar {
  margin: -54px 0 0 -30px;
  background: #f3f0e9;
  padding: 35px;
}
@media screen and (max-width: 1199px) {
  .snr-sidebar {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 991px) {
  .snr-sidebar {
    margin: 0;
    padding: 35px 30px;
  }
  .snr-sidebar:before,
  .snr-sidebar:after {
    content: '';
    background: #f3f0e9;
    display: block;
    height: 100%;
    /* width: 100vw; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .snr-sidebar:before {
    transform: translate(-180px, 0);
  }
  .snr-sidebar:after {
    transform: translate(180px, 0);
  }
}
@media screen and (max-width: 525px) {
  .snr-sidebar {
    width: 100%;
    margin: 0 auto;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 374px) {
  .snr-sidebar {
    width: 100%;
  }
}
.snr-sidebar .title-post-accessed,
.snr-sidebar .title-others {
  color: #ff8200;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 30px;
  padding: 0;
  display: block;
}
.snr-sidebar .title-others {
  margin: 40px 0 30px;
}
.snr-sidebar .others {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .snr-sidebar .others {
    max-width: 320px;
  }
}
.snr-sidebar .others + .others {
  margin-top: 30px;
}
.snr-sidebar .others > a {
  text-decoration: none;
}
.snr-sidebar .others .figure {
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .snr-sidebar .others .figure {
    float: none;
    margin: 0 0 10px;
    display: block;
  }
}
.snr-sidebar .others .figure img {
  border-radius: 7px;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .others .figure img {
    height: 84px;
    width: 110px;
  }
}
.snr-sidebar .others .icon {
  color: #ff8200;
  font-size: 26px;
  display: block;
  height: 28px;
  margin: 10px 0 15px;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .others .icon {
    margin: 5px 0 15px;
  }
}
.snr-sidebar .others .title {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .others .title {
    font-size: 14px;
    line-height: 18px;
  }
}
.snr-sidebar .post-accessed {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .snr-sidebar .post-accessed {
    max-width: 420px;
  }
}
.snr-sidebar .post-accessed + .post-accessed {
  padding: 20px 0 0;
}
.snr-sidebar .post-accessed .link {
  text-decoration: none;
}
.snr-sidebar .post-accessed .link:hover {
  text-decoration: none;
}
.snr-sidebar .post-accessed .title {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .snr-sidebar .post-accessed .title {
    font-size: 14px;
    line-height: 16px;
  }
}
.snr-sidebar .post-accessed .title > a {
  color: #6e6e6e;
  text-decoration: none;
}
.snr-sidebar .post-accessed .figure {
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .snr-sidebar .post-accessed .figure {
    float: none;
    margin: 0 0 10px;
    display: block;
  }
}
.snr-sidebar .post-accessed .figure img {
  height: 110px;
  width: 145px;
  border-radius: 7px;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .post-accessed .figure img {
    height: 84px;
    width: 110px;
  }
}
.snr-sidebar .post-accessed .category {
  display: block;
  color: #00958b;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 0 5px;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .post-accessed .category {
    margin: 20px 0 5px;
  }
}
.snr-sidebar .post-accessed .category > a {
  color: #00958b;
  text-decoration: none;
}
.snr-sidebar .post-accessed .date-read {
  display: block;
  color: #999999;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  margin: 0 0 15px;
}
.snr-sidebar .post-accessed .date-read .date {
  color: #6e6e6e;
  font-size: 10px;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .post-accessed .date-read .date {
    display: block;
  }
}
@media screen and (max-width: 525px) {
  .snr-sidebar .post-accessed .date-read .spacer {
    display: none;
  }
}
.snr-sidebar .post-accessed .abstract {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}
@media screen and (max-width: 525px) {
  .snr-sidebar .post-accessed .abstract {
    display: none;
  }
}
.snr-sidebar .post-accessed .abstract > span {
  color: #ff8200;
  font-weight: 600;
}
.posts-list {
  padding: 65px 60px 80px 30px;
}
@media screen and (max-width: 991px) {
  .posts-list {
    padding: 30px 30px 40px 30px;
  }
}
@media screen and (max-width: 525px) {
  .posts-list {
    width: 270px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
  }
}
@media screen and (max-width: 374px) {
  .posts-list {
    width: 245px;
  }
}
.post {
  padding: 0 0 55px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .post {
    padding: 0 0 30px;
  }
}
.post + .post {
  border-top: 1px solid #c8c8c8;
  padding: 50px 0 55px;
}
@media screen and (max-width: 991px) {
  .post + .post {
    padding: 30px 0;
  }
}
.post .link {
  text-decoration: none;
}
.post .link:hover {
  text-decoration: none;
}
.post .link:hover .btn {
  background: #d96f00;
}
.post .title {
  color: #ff8200;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .post .title {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 5px;
  }
}
.post .title > a {
  color: #ff8200;
  text-decoration: none;
}
.post .category {
  display: block;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .post .category {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px;
  }
}
.post .category > a {
  color: #6e6e6e;
  text-decoration: none;
}
.post .figure {
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .post .figure {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 525px) {
  .post .figure {
    float: none;
    margin: 0 0 20px 0;
  }
}
.post .figure img {
  height: 210px;
  width: 270px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .post .figure img {
    height: 148px;
    width: 190px;
  }
}
@media screen and (max-width: 525px) {
  .post .figure img {
    height: 210px;
    width: 270px;
  }
}
@media screen and (max-width: 374px) {
  .post .figure img {
    height: 191px;
    width: 245px;
  }
}
.post .date-read {
  display: block;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
  .post .date-read {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
.post .date-read .date {
  color: #00958b;
}
.post .abstract {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .post .abstract {
    margin: 0 0 30px;
  }
}
.post .btn {
  height: 40px;
  width: 165px;
  background: #ff8200;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 55px;
  outline: none;
  transition: background 0.5s ease;
}
@media screen and (max-width: 767px) {
  .post .btn {
    position: initial;
  }
}
@media screen and (max-width: 525px) {
  .post .btn {
    width: 245px;
  }
}
.post .btn:hover {
  background: #d96f00;
}
.pagination {
  text-align: center;
  display: block;
}
.pagination .page-numbers {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
  height: 34px;
  width: 34px;
  background: #f4f1eb;
  display: inline-block;
  margin: 0;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.pagination .page-numbers.current {
  background: #ff8200;
  font-weight: 600;
  color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background: #ffffff;
  border: 1px solid #f4f1eb;
  font-size: 0px;
}
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-right: 1.3px solid #ff8200;
  border-top: 1.3px solid #ff8200;
  margin-top: 11px;
}
.pagination .page-numbers.prev {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.pagination .page-numbers.prev:before {
  transform: rotate(-140deg);
  margin-left: 14px;
}
.pagination .page-numbers.next {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.pagination .page-numbers.next:before {
  transform: rotate(45deg);
  margin-left: 8px;
}
.category-header {
  height: 350px;
  margin: 0;
  background: url(../images/category-header-bg.jpg) center top no-repeat;
}
@media screen and (max-width: 767px) {
  .category-header {
    height: 250px;
    background-size: cover;
  }
}
.category-header .category-conteudo {
  display: table;
  padding: 80px 0 60px;
  height: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .category-header .category-conteudo {
    height: 250px;
    padding: 60px 0 40px;
  }
}
.category-header .category-conteudo .category-center {
  display: table-cell;
  vertical-align: middle;
}
.category-header .category-title {
  color: #00f8c0;
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 5px;
}
.category-header .category-title small {
  font-size: 16px;
  font-weight: 300;
  display: block;
  line-height: 18px;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .category-header .category-title {
    font-size: 28px;
    text-align: center;
  }
}
.category-header .posts-count {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .category-header .posts-count {
    font-size: 12px;
    text-align: center;
  }
}
.banner-home {
  height: 470px;
  margin: 0;
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .banner-home {
    height: 430px;
  }
}
.banner-home .slick-slide {
  padding: 80px 0 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-home .slick-slide {
    padding: 60px 0 50px;
  }
}
.banner-home .slick-slide:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-home .banner-conteudo {
  display: table;
  padding: 0 0 0 30px;
  height: 320px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-home .banner-conteudo {
    padding: 0 30px;
  }
}
.banner-home .banner-conteudo .banner-center {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.banner-home .banner-conteudo .banner-center:hover {
  text-decoration: none;
}
.banner-home .banner-conteudo .banner-center:hover .banner-btn {
  background: #d96f00;
}
.banner-home .banner-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  color: #00f8c0;
  margin: 0 0 15px 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .banner-home .banner-title {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
}
.banner-home .banner-category {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 991px) {
  .banner-home .banner-category {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
}
.banner-home .banner-category > a {
  color: #fff;
  text-decoration: none;
}
.banner-home .banner-abstract {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 991px) {
  .banner-home .banner-abstract {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 25px 0;
  }
}
.banner-home .banner-btn {
  height: 40px;
  width: 165px;
  background: #ff8200;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  outline: none;
  transition: background 0.5s ease;
  cursor: pointer;
}
.banner-home .banner-btn:hover {
  background: #d96f00;
}
.side-banner {
  width: 530px;
  height: 220px;
  right: -285px;
  bottom: 100px;
  background: #FF8200;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  position: fixed;
  transition: 0.5s ease-in-out;
  z-index: 99999;
  display: flex;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .side-banner {
    height: 115px;
    bottom: 80px;
  }
}
@media screen and (min-width: 991px) {
  .side-banner:hover {
    right: 0;
    height: 220px;
  }
}
.side-banner .side-text {
  display: inline-block;
  width: 195px;
  height: 160px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  margin: 35px 25px;
  overflow: hidden;
}
.side-banner .side-text br {
  display: none;
}
.side-banner .side-text p {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .side-banner .side-text {
    font-size: 12px;
    margin: 15px 30px;
    height: 105px;
  }
}
.side-banner .side-text .side-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .side-banner .side-text .side-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.side-banner .side-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: 200px;
  color: #ffffff;
  margin: 15px 30px 0;
  position: relative;
}
.side-banner .side-form br {
  display: none;
}
.side-banner .side-form p {
  margin: 0 !important;
}
.side-banner .side-form .side-close {
  font-size: 38px;
  font-weight: 300;
  position: absolute;
  left: -30px;
  top: -20px;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .side-banner .side-form .side-close {
    display: none;
  }
}
.side-banner .side-form .form-group {
  width: 100%;
  height: 35px;
  margin-bottom: 16px;
}
.side-banner .side-form .form-group .form-control {
  width: 100%;
  height: 35px;
  border: 0;
  border-radius: 4px;
  padding: 0 12px;
  color: #6E6E6E;
}
.side-banner .side-form .form-group label.error {
  font-size: 8px;
  margin-top: -1px;
  display: block;
}
.side-banner .side-form .form-group .label {
  height: 0;
  font-size: 0;
}
.side-banner .side-form .button-enviar {
  background: #00C89B;
  width: 100%;
  height: 35px;
  padding: 8px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: .5px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.side-banner .side-form .button-enviar:hover {
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
}
.side-banner .side-button {
  height: 50px;
  width: 50px;
  border-radius: 14px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00C89B;
  position: absolute;
  transform: rotate(45deg);
  bottom: -10px;
  left: -20px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .side-banner .side-button {
    height: 45px;
    width: 45px;
  }
}
.side-banner .side-button .side-arrow {
  font-size: 0;
  width: 25px;
  height: 4px;
  background: #ffffff;
  display: block;
  transform: rotate(-45deg);
  margin-left: -2px;
  margin-top: 2px;
}
.side-banner .side-button .side-arrow:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
  margin-top: -6px;
  margin-left: 7px;
}
.side-banner-active {
  right: 0;
  height: 220px;
}
.article .article-header {
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .article .article-header {
    height: 430px;
    padding: 100px 0;
  }
}
.article .article-header:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.article .article-header .article-box {
  display: table;
  height: 190px;
  width: 100%;
}
.article .article-header .article-box .article-center {
  display: table-cell;
  vertical-align: middle;
}
.article .article-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #00f8c0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .article .article-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.article .article-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #6e6e6e;
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .article .article-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.article .article-content {
  margin: -85px 0 55px;
  background: #fff;
  padding: 0 70px 0;
}
@media screen and (max-width: 991px) {
  .article .article-content {
    margin: -70px 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .article .article-content {
    padding: 0 50px 0;
  }
}
@media screen and (max-width: 574px) {
  .article .article-content {
    padding: 0 30px 0;
  }
}
@media screen and (max-width: 374px) {
  .article .article-content {
    padding: 0 20px 0;
  }
}
.article .article-content .article-author {
  text-align: center;
  margin: 0 0 25px;
  padding: 65px 0 0;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-author {
    padding: 50px 0 0;
    margin: 0 0 20px;
  }
}
.article .article-content .article-author .figure {
  height: 100px;
  width: 100px;
  display: block;
  border-radius: 50%;
  box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -135px;
  left: 50%;
  margin-left: -50px;
}
@media screen and (max-width: 991px) {
  .article .article-content .article-author .figure {
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .article .article-content .article-author .figure {
    height: 70px;
    width: 70px;
    top: -105px;
    margin-left: -35px;
    box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.2);
  }
}
.article .article-content .article-author .figure img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-author .figure img {
    height: 70px;
    width: 70px;
  }
}
.article .article-content .article-author .author {
  color: #6e6e6e;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-author .author {
    font-size: 16px;
  }
}
.article .article-content .article-category {
  color: #ff8200;
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-category {
    font-size: 14px;
    margin: 0;
  }
}
.article .article-content .article-category > a {
  text-decoration: none;
  color: #ff8200;
}
.article .article-content .article-date {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-date {
    font-size: 14px;
    margin: 0 0 25px;
  }
}
.article .article-content .article-text {
  padding: 0 0 20px;
}
.article .article-content .article-text h1,
.article .article-content .article-text h2,
.article .article-content .article-text h3,
.article .article-content .article-text h4,
.article .article-content .article-text h5,
.article .article-content .article-text h6 {
  color: #6e6e6e;
  /* font-family: "jaf-domus", sans-serif; */
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
}
.article .article-content .article-text h3,
.article .article-content .article-text h4,
.article .article-content .article-text h5,
.article .article-content .article-text h6 {
  font-size: 16px;
}
.article .article-content .article-text a {
  color: #00ad82;
}
.article .article-content .article-text p {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-text p {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
.article .article-content .article-text ol li,
.article .article-content .article-text ul li {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
}
.article .article-content .article-text img {
  max-width: 100%;
  height: auto;
}
.article .article-content .article-text .videoWrapper {
  position: relative;
  padding-bottom: 25px;
  /* 16:9 */
  padding-top: 25px;
  height: 480px;
}
.article .article-content .article-text .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .article-content .article-text .btn {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #00cc99;
  border-radius: 7px;
  line-height: 40px;
  transition: background 0.5s ease;
  outline: none;
  padding: 0 60px;
  border: 0;
}
.article .article-content .article-text .btn:hover {
  background: #00ad82;
}
.article .article-content .article-tag {
  display: block;
  color: #ff8200;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-tag {
    font-size: 12px;
    line-height: 16px;
  }
}
.article .article-content .article-tag > a {
  color: #ff8200;
  text-decoration: none;
}
.article .article-content .article-tag b {
  font-weight: 700;
}
.article .article-content .article-tag .icon-tag {
  color: #ff8200;
  font-size: 16px;
  height: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article .article-content .article-tag .icon-tag {
    font-size: 14px;
    height: 16px;
  }
}
.article .article-content hr {
  border-color: #c8c8c8;
  margin: 50px 0 0;
}
.related-articles .link {
  text-decoration: none;
}
.related-articles .link:hover {
  text-decoration: none;
}
.related-articles .related-title {
  color: #ff8200;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .related-articles .related-title {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.related-articles .related-title:before {
  content: '• • •';
  margin-right: 10px;
}
.related-articles .related-title:after {
  content: '• • •';
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .related-articles #related-article {
    width: 564px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .related-articles #related-article {
    width: 282px;
  }
}
@media screen and (max-width: 374px) {
  .related-articles #related-article {
    width: 267px;
  }
}
.related-articles #related-article .slick-list {
  overflow: initial;
}
.related-articles .related-article {
  padding: 0 0 50px;
  width: 252px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .related-articles .related-article {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .related-articles .related-article {
    width: 282px;
    padding: 0 15px 50px;
  }
}
@media screen and (max-width: 374px) {
  .related-articles .related-article {
    width: 267px;
    padding: 0 7px 50px;
  }
}
.related-articles .related-article > a {
  outline: none;
}
.related-articles .related-article .related-figure img {
  border-radius: 7px;
  height: 196px;
  width: 252px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .related-articles .related-article .related-figure img {
    height: 163px;
    width: 210px;
  }
}
.related-articles .related-article .related-article-title {
  color: #ff8200;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  min-height: 60px;
  margin: 20px 0 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .related-articles .related-article .related-article-title {
    font-size: 16px;
    line-height: 18px;
    min-height: initial;
  }
}
.related-articles .related-article .related-article-title > a {
  color: #ff8200;
  text-decoration: none;
  outline: none;
}
.related-articles .related-article .related-article-abstract {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .related-articles .related-article .related-article-abstract {
    font-size: 12px;
    line-height: 18px;
  }
}
.related-articles .related-article .related-article-link {
  font-size: 14px;
  font-weight: 600;
  color: #ff8200;
}
.comments-article {
  padding: 40px 0 50px;
  background: #e5eaea;
}
.comments-article .comments-title {
  color: #717676;
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 35px;
  padding: 0 0 30px;
  border-bottom: 1px solid #d1dad9;
  display: block;
}
@media screen and (max-width: 767px) {
  .comments-article .comments-title {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 0 25px;
  }
}
.article-share {
  margin: 20px 0 0;
  height: 22px;
  line-height: 22px;
}
.article-share span {
  color: #00c89b;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
.article-share .addthis_inline_share_toolbox {
  display: inline-block;
  height: 22px;
  vertical-align: top;
}
.article-share .addthis_inline_share_toolbox .at-icon-wrapper {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  background: none !important;
  padding: 0 !important;
}
.article-share .addthis_inline_share_toolbox .at-icon-wrapper .at-icon {
  fill: #999999 !important;
  width: 22px !important;
  height: 22px !important;
}
.atss .at-share-btn {
  background: none !important;
}
.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
  background: #eaeaea !important;
  margin: 0 0 1px 6px;
}
.atss .at-share-btn .at-icon-wrapper svg,
.atss a .at-icon-wrapper svg {
  fill: #00958b !important;
}
.article-banner {
  margin: 25px 0;
}
.article-banner a {
  text-decoration: none;
  color: #ffffff !important;
}
.article-banner .banner-paragraph {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 0 0;
  display: block;
}
.article-banner .banner-paragraph strong {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .article-banner .banner-paragraph {
    font-size: 12px;
    line-height: 16px;
  }
}
.article-banner .banner-title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.article-banner .banner-button {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .article-banner .banner-button {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.article-banner .banner-button .banner-btn {
  height: 40px;
  width: 165px;
  background: #ff8200;
  border-radius: 7px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: background 0.5s ease;
}
.article-banner .banner-button .banner-btn:hover {
  background: #e5831d;
}
.banner-orange-small,
.banner-green-small {
  padding: 30px 10px 30px 40px;
}
@media screen and (max-width: 768px) {
  .banner-orange-small,
  .banner-green-small {
    padding: 20px;
  }
}
.banner-orange-small .banner-title,
.banner-green-small .banner-title {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .banner-orange-small .banner-title,
  .banner-green-small .banner-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner-orange-small .banner-title,
  .banner-green-small .banner-title {
    font-size: 16px;
  }
}
.banner-orange-small .banner-button,
.banner-green-small .banner-button {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-orange-small .banner-button,
  .banner-green-small .banner-button {
    align-items: flex-start;
  }
}
.banner-green-big,
.banner-orange-big,
.form-banner {
  padding: 40px 10px 40px 50px;
}
@media screen and (max-width: 768px) {
  .banner-green-big,
  .banner-orange-big,
  .form-banner {
    padding: 30px;
  }
}
.banner-green-big .banner-title,
.banner-orange-big .banner-title,
.form-banner .banner-title {
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .banner-green-big .banner-title,
  .banner-orange-big .banner-title,
  .form-banner .banner-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-green-big .banner-title,
  .banner-orange-big .banner-title,
  .form-banner .banner-title {
    font-size: 22px;
  }
}
.banner-green-big .banner-button,
.banner-orange-big .banner-button,
.form-banner .banner-button {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .banner-green-big .banner-button,
  .banner-orange-big .banner-button,
  .form-banner .banner-button {
    align-items: flex-start;
  }
}
.form-banner {
  background-color: #00af9b;
  background-size: cover;
  background-position: left center;
}
@media (max-width: 769px) {
  .form-banner {
    background-image: none !important;
  }
}
.form-banner .banner-button {
  align-items: start;
  justify-content: flex-start;
  margin-top: 20px;
}
.banner-orange-big {
  background: #008267 url(../images/article-banner-orange-big.jpg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .banner-orange-big {
    background: #00af9b url(../images/article-banner-orange-big-1199.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner-orange-big {
    background: #008267 url(../images/article-banner-orange-big-mob.jpg) no-repeat;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}
.banner-orange-small {
  background: #008267 url(../images/article-banner-orange-small.jpg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .banner-orange-small {
    background: #00af9b url(../images/article-banner-orange-small-1199.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner-orange-small {
    background: #008267 url(../images/article-banner-orange-small-mob.jpg) no-repeat;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}
.banner-green-big {
  background: #00af9b url(../images/article-banner-green-big.jpg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .banner-green-big {
    background: #00af9b url(../images/article-banner-green-big-1199.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner-green-big {
    background: #00af9b url(../images/article-banner-green-big-mob.jpg) no-repeat;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}
.banner-green-small {
  background: #00af9b url(../images/article-banner-green-small.jpg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .banner-green-small {
    background: #00af9b url(../images/article-banner-green-small-1199.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner-green-small {
    background: #00af9b url(../images/article-banner-green-small-mob.jpg) no-repeat;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .banner-green-big,
  .banner-green-small {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00af9b+0,00bc9b+50,00c79b+100 */
    background: #00af9b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00af9b 0%, #00bc9b 50%, #00c79b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00af9b 0%, #00bc9b 50%, #00c79b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00af9b 0%, #00bc9b 50%, #00c79b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00af9b', endColorstr='#00c79b', GradientType=0);
    /* IE6-9 */
  }
  .banner-orange-big,
  .banner-orange-small {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8600+0,ff9c2f+65,ffa644+100 */
    background: #ff8600;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8600 0%, #ff9c2f 65%, #ffa644 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff8600 0%, #ff9c2f 65%, #ffa644 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff8600 0%, #ff9c2f 65%, #ffa644 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8600', endColorstr='#ffa644', GradientType=0);
    /* IE6-9 */
  }
}
.not-found-header {
  height: 470px;
  background: #000 url(../images/404-bg.jpg) center top no-repeat;
  padding: 70px 0 0;
  margin: 0 0 70px;
}
@media screen and (max-width: 991px) {
  .not-found-header {
    height: 430px;
    padding: 60px 0 0;
    margin: 0 0 40px;
  }
}
.not-found-header .not-found-box {
  display: table;
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .not-found-header .not-found-box {
    height: 370px;
  }
}
.not-found-header .not-found-box .not-found-center {
  display: table-cell;
  vertical-align: middle;
}
.not-found-header .not-found-title {
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
  color: #00f8c0;
  margin: 0 0 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 991px) {
  .not-found-header .not-found-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.not-found-header .not-found-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 991px) {
  .not-found-header .not-found-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.not-found-header .not-found-btn {
  background: #00cc99;
  height: 38px;
  line-height: 38px;
  width: 178px;
  display: block;
  border-radius: 7px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  transition: background 0.5s ease;
  cursor: pointer;
}
.not-found-header .not-found-btn:hover {
  background: #00ad82;
}
.overflow {
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overflow.active {
  z-index: 99999;
  display: block;
  opacity: 1;
}
.modal-form {
  display: block;
  height: 250px;
  width: 450px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -225px;
  background: #fff;
  border-radius: 20px;
  z-index: 999999;
  padding: 30px;
}
@media (max-width: 600px) {
  .modal-form {
    height: 192px;
    width: 280px;
    margin: -100px 0 0 -140px;
    border-radius: 10px;
    padding: 20px;
  }
}
.modal-form .icon {
  display: block;
  height: 60px;
  width: 60px;
  fill: #00C89B;
  margin: 0 auto 20px;
}
@media (max-width: 600px) {
  .modal-form .icon {
    height: 40px;
    width: 40px;
    margin: 0 auto 15px;
  }
}
.modal-form .title {
  display: block;
  color: #008269;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .modal-form .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.modal-form .subtitle {
  display: block;
  color: #6E6E6E;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .modal-form .subtitle {
    font-size: 10px;
    line-height: 14px;
  }
}
.modal-form .button-orange {
  display: block;
  width: 130px;
  margin: 10px auto 0;
  height: 42px;
  background: #ff8600;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal-form .button-orange {
    padding: 13px 15px;
  }
}
@media (max-width: 767px) {
  .modal-form .button-orange {
    font-size: 12px;
    line-height: 14px;
    height: 34px;
    padding: 10px 20px;
  }
}
@media (max-width: 600px) {
  .modal-form .button-orange {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .modal-form .button-orange {
    font-size: 10px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .modal-form .button-orange {
    transition: all 0.3s ease;
  }
  .modal-form .button-orange:hover {
    box-shadow: -2px 8px 20px rgba(0, 0, 0, 0.4);
  }
}
.modal-form .button-orange strong {
  font-weight: bold;
}
.modal-form .button-close {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: #fff;
  padding: 0;
}
@media (max-width: 600px) {
  .modal-form .button-close {
    top: 10px;
    right: 10px;
  }
}
.modal-form .button-close > span {
  display: block;
  height: 100%;
  width: 100%;
}
.modal-form .button-close > span:after,
.modal-form .button-close > span:before {
  content: '';
  height: 30px;
  width: 2px;
  background: #6E6E6E;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (max-width: 600px) {
  .modal-form .button-close > span:after,
  .modal-form .button-close > span:before {
    height: 20px;
    top: 5px;
  }
}
.modal-form .button-close > span:after {
  left: 15px;
  transform: rotate(-45deg);
}
.modal-form .button-close > span:before {
  left: 15px;
  transform: rotate(45deg);
}
.modal-form.erro .icon {
  fill: red;
}
.modal-form.erro .title {
  color: red;
}
.modal-form-banner {
  z-index: 999999;
  display: block;
  opacity: 1;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-form-banner .form-banner-modal {
  width: 40vw;
  height: auto;
  background: #fff;
  border-radius: 20px;
  z-index: 9999999;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modal-form-banner .form-banner-modal {
    width: 55vw;
  }
}
@media (max-width: 991px) {
  .modal-form-banner .form-banner-modal {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .modal-form-banner .form-banner-modal {
    width: 90vw;
  }
}
@media (max-width: 410px) {
  .modal-form-banner .form-banner-modal {
    width: 95vw;
    max-height: 100vh;
  }
}
.modal-form-banner .form-banner-modal .title {
  display: block;
  color: #6E6E6E;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .modal-form-banner .form-banner-modal .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 410px) {
  .modal-form-banner .form-banner-modal .title {
    font-size: 15px;
    line-height: 17px;
  }
}
.modal-form-banner .form-banner-modal .form-modal label {
  font-size: 12px;
  color: #6E6E6E;
  margin-bottom: 0px;
  display: block;
}
.modal-form-banner .form-banner-modal .form-modal label.error {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: -14px;
  left: 10px;
  background: red;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 0;
}
.modal-form-banner .form-banner-modal .form-modal .form-group {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .modal-form-banner .form-banner-modal .form-modal .form-group {
    margin-top: 6px;
  }
}
@media (max-width: 410px) {
  .modal-form-banner .form-banner-modal .form-modal .form-group {
    margin-top: 4px;
  }
}
.modal-form-banner .form-banner-modal .form-modal .form-control {
  width: 100%;
  height: 40px;
  background: none;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  padding: 0 20px;
  font-size: 12px;
  color: #6E6E6E;
  display: block;
}
@media (max-width: 767px) {
  .modal-form-banner .form-banner-modal .form-modal .form-control {
    height: 36px;
  }
}
.modal-form-banner .form-banner-modal .form-modal .form-control.error {
  border-color: red;
  background: rgba(255, 0, 0, 0.12);
  color: red;
}
.modal-form-banner .form-banner-modal .form-modal .select:before {
  content: "";
  border: solid #6E6E6E;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  bottom: 19px;
  right: 20px;
  z-index: -1;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.modal-form-banner .form-banner-modal .form-modal .select:after {
  content: "";
  border: solid #6E6E6E;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  bottom: 13px;
  right: 20px;
  z-index: -1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.modal-form-banner .form-banner-modal .form-modal select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-form-banner .form-banner-modal .form-modal select::-ms-expand {
  display: none;
}
.modal-form-banner .form-banner-modal .form-modal .captcha {
  display: block;
}
.modal-form-banner .form-banner-modal .form-modal .button-orange {
  display: block;
  width: 130px;
  margin: 10px auto 0;
  height: 42px;
  background: #ff8600;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal-form-banner .form-banner-modal .form-modal .button-orange {
    padding: 13px 15px;
  }
}
@media (max-width: 767px) {
  .modal-form-banner .form-banner-modal .form-modal .button-orange {
    font-size: 12px;
    line-height: 14px;
    height: 34px;
    padding: 10px 20px;
  }
}
@media (max-width: 600px) {
  .modal-form-banner .form-banner-modal .form-modal .button-orange {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .modal-form-banner .form-banner-modal .form-modal .button-orange {
    font-size: 10px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .modal-form-banner .form-banner-modal .form-modal .button-orange {
    transition: all 0.3s ease;
  }
  .modal-form-banner .form-banner-modal .form-modal .button-orange:hover {
    box-shadow: -2px 8px 20px rgba(0, 0, 0, 0.4);
  }
}
.modal-form-banner .form-banner-modal .form-modal .button-orange strong {
  font-weight: bold;
}
.modal-form-banner .form-banner-modal .button-close {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: #fff;
  padding: 0;
}
@media (max-width: 600px) {
  .modal-form-banner .form-banner-modal .button-close {
    top: 10px;
    right: 10px;
  }
}
.modal-form-banner .form-banner-modal .button-close > span {
  display: block;
  height: 100%;
  width: 100%;
}
.modal-form-banner .form-banner-modal .button-close > span:after,
.modal-form-banner .form-banner-modal .button-close > span:before {
  content: '';
  height: 30px;
  width: 2px;
  background: #6E6E6E;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (max-width: 600px) {
  .modal-form-banner .form-banner-modal .button-close > span:after,
  .modal-form-banner .form-banner-modal .button-close > span:before {
    height: 20px;
    top: 5px;
  }
}
.modal-form-banner .form-banner-modal .button-close > span:after {
  left: 15px;
  transform: rotate(-45deg);
}
.modal-form-banner .form-banner-modal .button-close > span:before {
  left: 15px;
  transform: rotate(45deg);
}
.single-rd-form {
  background: #00c89b;
  padding: 40px 80px;
  color: #fff;
  margin: 20px 0px;
}
@media (max-width: 1199px) {
  .single-rd-form {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .single-rd-form {
    padding: 40px 20px;
  }
}
.single-rd-form .row {
  margin: 0px -5px !important;
}
.single-rd-form .row > div {
  padding: 0px 5px !important;
}
.single-rd-form__title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-rd-form__title {
    font-size: 18px;
  }
}
.single-rd-form__title b {
  font-weight: 700;
}
.single-rd-form__subtitle {
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-rd-form__subtitle {
    font-size: 16px;
  }
}
.single-rd-form__form fieldset {
  margin-bottom: 20px;
}
.single-rd-form__form fieldset input[type=text],
.single-rd-form__form fieldset input[type=email] {
  width: 100%;
  display: block;
  border: 0px;
  border-radius: 20px;
  height: 40px;
  padding: 0px 20px;
  padding-bottom: 2px;
}
.single-rd-form__form fieldset label {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}
.single-rd-form__form fieldset label.single-rd-form__checkbox {
  color: #fff;
  margin-bottom: 0px;
  display: block;
  margin-top: 10px;
  text-transform: none;
  font-weight: 400;
  color: #000;
  font-size: 10px;
  line-height: 120%;
  padding-left: 30px;
  position: relative;
}
.single-rd-form__form fieldset label.single-rd-form__checkbox label {
  position: absolute;
  top: 100%;
  left: 20px;
}
.single-rd-form__form fieldset label.single-rd-form__checkbox input {
  display: none;
}
.single-rd-form__form fieldset label.single-rd-form__checkbox input:checked + span:before,
.single-rd-form__form fieldset label.single-rd-form__checkbox input:checked + label + span:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background: #fff;
}
.single-rd-form__form fieldset label.single-rd-form__checkbox span {
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 5px;
  top: -1px;
}
.single-rd-form__form fieldset label.single-rd-form__checkbox a {
  text-decoration: underline;
  color: #fff !important;
}
.single-rd-form__form fieldset label.error {
  color: #fff;
  display: block;
  height: 10px;
  margin-bottom: -10px;
  font-size: 10px;
  text-transform: none;
  font-weight: 400;
}
.single-rd-form__form fieldset button {
  background: #ff8200;
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 20px;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 2px;
}
.otgs-development-site-front-end {
  display: none !important;
}

#chat-window-senior {
  display: none;
}

.globalClass_a68f{ 
  display:none;
}

@media (min-width: 991px){
  .snr-header .header .nav {
    margin-left: 2%;
  }

  .snr-header .header .nav-blog ul li .subnav {
    background: #f4f4f4;
    position: fixed;
    top: 70px !important;
    left:auto;
    max-width: 320px;
    height:auto;
    border-radius: 10px;
    box-shadow: 20px 20px 60px rgba(0,0,0,.32) !important;
    padding: 30px 40px 15px !important;
    margin: 0px -5px;
    white-space: initial;
  }
  
  .subitem .bi{
    margin-left: 6px;
  }
  
  .subnav li{
    margin-bottom: 12px !important;
  }
  
  .subnav .categoria{
    display: list-item !important;
    list-style: none !important;
  
  }
  
  .subnav .categoria a{
    color: #6e6e6e !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-decoration: none !important;
    margin-bottom: 18px !important;
  }
  
  .subnav .categoria a:hover{
    font-weight: 700;
  }  
  
  .subnav .categoria .icon{
    fill: #00c89b;
    display: inline-block;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin: 0 8px 2px 0;
    line-height: 20px;
  }
}

@media (max-width: 767px){
  .bi-chevron-down{
    display: none;
  }
}

.social-icons-sp {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin-top: 10px;
}

.social-icons-sp li {
  margin-right: 10px;
}

.social-icons-sp li:last-child {
  margin-right: 0;
}

.social-icons-sp a {
  color: #333;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons-sp a:hover {
  color: #00c89b;
}

.social-icons-sp svg {
  width: 24px; 
  height: 24px; 
  fill: #6e6e6e; 
  transition: fill 0.3s;
}

.social-icons-sp svg:hover {
  fill: #00c89b; 
}

.icon-big svg{
  width: 21px !important; 
  height: 21px !important;
}

.w22-box-faq {
  margin: 40px 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

.w22-box-faq .container{
 padding: 0;
}

.w22-size26 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  .w22-box-faq {
    padding: 40px 0;
 }
}

.w22-box-faq .grey {
  background-color: #f6faff;
}

.w22-box-faq .w22-size32 {
  margin: 0 0 20px;
}

.w22-box-faq .acordion {
  height: 110px;
  border-bottom: 1px solid #d0ddee;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .w22-box-faq .acordion {
    height: 130px;
 }
}

.w22-box-faq .acordion:before, .w22-box-faq .acordion:after {
  content: '';
  position: absolute;
}

.w22-box-faq .acordion:before {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #33d6b5;
  top: 30px;
  right: 0;
}

@media (max-width: 767px) {
  .w22-box-faq .acordion:before {
    top: inherit;
    bottom: -25px;
    right: 50%;
    margin-right: -25px;
 }
}

.w22-box-faq .acordion:after {
  height: 15px;
  width: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 45px;
  right: 17px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .w22-box-faq .acordion:after {
    top: inherit;
    bottom: -5px;
    right: 50%;
    margin-right: -8px;
 }
}

.w22-box-faq .acordion.active {
  height: auto;
  cursor: default;
}

.w22-box-faq .acordion.active:before {
  background-color: #833da5;
}

.w22-box-faq .acordion.active:after {
  top: 50px;
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .w22-box-faq .acordion.active:after {
    top: inherit;
    bottom: -10px;
 }
}

.w22-box-faq .acordion.active .acordion-description {
  display: block;
}

.w22-box-faq .acordion-header {
  height: 130px;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .w22-box-faq .acordion-header {
    padding-right: 80px;
    height: 110px;
 }
}

@media (max-width: 767px) {
  .w22-box-faq .acordion-header .w22-size26 {
    font-size: 14px !important;
    line-height: 18px !important;
 }
}

.w22-box-faq .acordion-description {
  padding: 0 0 30px;
  display: none;
}

@media (min-width: 768px) {
  .w22-box-faq .acordion-description {
    padding-right: 80px;
 }
}

.w22-box-faq .acordion-description .w22-paragraph a {
  color: #33d6b5;
  font-weight: 600;
}
/*# sourceMappingURL=maps/style.min.css.map */

.whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 230px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999
}

.whatsapp-button img {
  width: 230px;
  height: 70px
}

.form-container-whats {
  max-width: 400px;
  padding: 15px
}

.close-btn {
  border: none;
  background: transparent !important;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff
}

.form-popup-whats {
  display: none;
  position: fixed;
  bottom: 114px;
  right: 38px;
  z-index: 9999;
  background: url('https://d2nytdlptrqhdi.cloudfront.net/wp-content/uploads/2024/06/14101645/wa-bg.jpg');
  width: 420px;
  overflow-y: auto;
  max-height: 560px;
  overflow-y: auto;
}

@media screen and (max-width: 600px) {
  .form-popup-whats {
      width: 85%;
      max-width: 380px;
      max-height: 720px;
      overflow-y: auto
  }
}

.overlay-whats {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  z-index: 9998
}

.header-whats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background-color: #00958B;
  color: #fff;
  /* font-family: "Open Sans", sans-serif */
  font-family: "Public Sans", sans-serif;
}

.header-whats h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff
}

.close-btn-whats:hover {
  background: #125238
}