/* main green #208d4e */
/* main green hover #187941 */

h1.title.thin > a {
  font-size: 21px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 32px;
  position: relative;
  top: 4px;
}

h1.title.thin > a > i{
  font-size: 21px;
  color: #ccc;
}

.text p {
  margin-bottom: 10px;
}

.header-logo {
  max-width: 115px;
  padding-right: 25px;
  /*background-color: white;*/
  z-index: 2;
}

.sticky-wrapper header.header .navi-desktop-site {
	margin-top: 22px;
}

.navi-desktop-site li p strong {
	color: #208d4e;
  padding: 10px 15px;
  display: block;
  background: white;
  text-align: center;
}

.header-v1 .navi-right.navi-right-small ul li .btn-hightlight-color {
  margin-left: 10px;
}

.divisor-title {
	color: #208d4e;
  padding: 10px 15px;
  display: block;
  background: white;
}

.header .navi-desktop-site .navi-level-2 li {
  border-color: rgba(255, 255, 255, .5);
}

.header .navi-desktop-site .navi-level-2 li:hover {
  background: #187941;
}

header.header.header-v1 nav.navi-desktop-site ul.navi-level-1 .has-sub.mega-menu {
  position: static;
}

header.header.header-v1 nav.navi-desktop-site ul.navi-level-1 .has-sub.mega-menu ul.navi-level-2 {
  position: absolute;
  width: 100%;
}

header.header.header-v1 nav.navi-desktop-site ul.navi-level-1 .has-sub.mega-menu ul.navi-level-2 li {
  display: inline-block;
  float: left;
  width: 33.3333333%;
}

header.header.header-v1 nav.navi-desktop-site ul.navi-level-1 .has-sub.mega-menu ul.navi-level-2 li.title {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}

header.header.header-v1 ul.navi-level-2 ul.sub-menu {
  position: absolute;
  left: 100.2%;
  top: 0;
  width: 250px;
  background: #208d4e;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

header.header.header-v1 li.has-sub:nth-last-child(1) ul.navi-level-2 ul.sub-menu,
header.header.header-v1 li.has-sub:nth-last-child(2) ul.navi-level-2 ul.sub-menu,
header.header.header-v1 li.has-sub:nth-last-child(3) ul.navi-level-2 ul.sub-menu {
  right: 100.2%;
  left: auto;
}

header.header.header-v1 ul.navi-level-2 ul.sub-menu:hover {
  opacity: 1;
  visibility: visible;
}

header.header.header-v1 ul.navi-level-2 li a:hover + ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#sticked-menu {
  transition: all .2s ease-in-out;
  z-index: 9999999;
}

.bg-green {
  background: #208d4e;
}

.bg-dark {
  position: relative;
}

header.header.header-v1.header-fixed {
  position: fixed;
}

header.header.header-v1.header-fixed.bg-white {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .17);
}

.btn-yellow {
  background: #fff200;
  color: #191a00;
}

.btn-yellow:hover {
  background: #fdf339;
  color: #191a00;
}

.btn-green-acc {
  background: #208d4e;
  color: white;
}

.btn-dark {
  background: #191a00;
}

.btn-dark:hover {
  background: #444;
}

.btn-submit.btn-submit-associados {
  margin-top: 0;
  display: block;
  width: 100%;
}

.btn-header {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #208d4e;
  transition: all .2s ease-in-out;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  text-transform: uppercase;
}

.btn-header:hover {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .25);
  background: white;
  color: #208d4e;
}

.btn-header i {
  margin-right: 5px;
}

.btn-pattern {
  position: relative;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.btn-pattern:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 115, 59, 0.07);
  transition: all .2s ease-in-out;
}

.btn-pattern:hover:after {
  height: 100%;
}

.ot-btn-main {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.ot-btn-main.ot-btn-main-inverse {
  background: transparent;
  border: 2px solid #208d4e;
  color: #208d4e;
}

.ot-btn-main.ot-btn-main-inverse:hover {
  background: #208d4e;
  border: 2px solid #208d4e;
  color: white;
}

.ot-btn-main:hover {
  background: white;
  color: rgba(0, 115, 59, 1);
}

.btn-link {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  /*margin-right: 10px;*/
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: relative;
}

.btn-link:hover {
  text-decoration: none;
  color: #fff;
}

.btn-divisor:after {
  content: "|";
  color: rgba(0,0,0, .3);
  position: absolute;
  left: 100%;
}

.ot-btn.ot-btn-block {
  display: block;
  text-align: center;
}

.ot-btn.ot-btn-block.big {
  padding: 60px 40px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 0.2;
}

.ot-btn.ot-btn-block.big-inverse {
  padding: 50px 40px 80px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  display: block;
  vertical-align: middle;
}

.btn-pdf {
  padding: 20px 20px;
  border: 2px solid #208d4e;
  display: block;
  background: white;
  /* text-align: center; */
  color: #208d4e;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  margin-bottom: 30px;
}

.btn-pdf > small {
  display: block;
  margin-top:10px;
  font-size: 70%;
}

.btn-pdf:hover {
  color: white;
  background: #208d4e;
}

.btn-html {
  transition: all .3s ease-in-out;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #208d4e;
  color: white;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  border: 2px solid #208d4e;
}

.btn-html:after {
  content: "";
  top: 0;
  right: -23%;
  width: 120px;
  height: 100%;
  background: url('../images/icons/icon-pc.png') no-repeat;
  background-size: contain;
  opacity: .2;
  color: #444;
  font-size: 16px;
  text-align: center;
  position: absolute;
  padding: 20px 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
}

.btn-html:hover {
  color: white;
  background: #187941;
}

.btn-html:hover:after {
  right: -13%;
  opacity: .5;
}

.btn-main-color:hover {
  background: #187941;
}

.page-back-btn {
  color: #4b4b4b;
}

.page-back-btn i {
  font-size: 85%;
  margin-right: 5px;
}

.default-link {
  color: inherit;
}

.default-link:hover {
  color: inherit;
}

/* MENU HORIZONTAL DEFAULT */
.associados-menu {
  background: #26613e;
  transition: all .2s ease-in-out;
}

.associados-menu i {
  padding-right: 5px;
  transition: all .2s ease-in-out;
}

.associados-menu:hover {
  background: #208d4e;
}

.associados-menu:hover i {
  padding-left: 5px;
}

/* MENU VERTICAL MOBILE */

.associados-menu-mobile {
  background: #e1e1e1;
  transition: all .2s ease-in-out;
}

.associados-menu-mobile i {
  padding-right: 5px;
  transition: all .2s ease-in-out;
}

.associados-menu-mobile:hover {
  background: #208d4e;
}

.associados-menu-mobile:hover i {
  padding-left: 5px;
}

li.usuario-logado span:first-child {
  right: 25px;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

.usuario-logado {
  margin-top: -50px;
}

.op-box-slider {
  background: rgba(31, 31, 31, 0.45);;
  color: white !important;
  padding: 15px !important;
}

/* End BTNS */

i.fa.fix-height {
  position: relative;
  top: -1px;
}

.header .navi-desktop-site .navi-level-1 li .navi-level-2 {
  width: 300px;
}


/*
.header-v1 .navi-right {
  position: absolute;
  top: 0;
  right: 35px;
}
*/

.header-v1 .navi-right {
  position: absolute;
  top: 0;
  right: 0;
  background: #2e363a;
  width: 100%;
  padding: 6px 35px 3px;
  z-index: 1;
}

.header-v1 .navi-desktop-site {
  display: inline-block;
  vertical-align: 14px;
}

#mobile-menu {
  background: white;
}

.call-back-form.form-dark p {
  color: #5b6b73;
}

.call-back-form.form-dark .form-control {
  background: #5b6b73;
  color: #fff;
}

.call-back-form.form-dark textarea {
  height: 150px;
}

.title.title-white {
  color: white !important;
}

#slider-noticias {
  margin: 0 -10px;
}

#slider-noticias .item-blog {
  padding: 10px;
}

.header-v1 {
  background: rgba(255, 255, 255,  1);
}

.parallax-window {
  min-height: 100vh;
  background: transparent;
}

.bg-white {
  background: #ffffff;
}

.bg-op {
  padding: 20px;
  opacity: .78;
}

.bg-slider {
  padding: 30px;
  background: rgba(255, 255, 255, .8);
}

.radius {
  border-radius: 8px;
}

.item-blog .thumbnail .img-blog-contain img {
  border-radius: 8px;
}

#revolution-slider-home-1 ul li {
  /*position: fixed;*/
  /*z-index: 0 !important;*/
}

.full-w {
  min-height: 100vh;
}

.indicadores {
  /*background: url('../images/chart.jpg') #fff no-repeat;*/
  background: url('../images/Services/1.jpg') #fff no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: -150px;
  display: flex;
  align-items: center;
  min-height: 684px;
}

.padding-20 {
  padding: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-40 {
  padding-top: 40px;
}

.list-spacing li {
  margin-bottom: 20px;
}

/* mosaico */

.mosaico ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mosaico ul li {
  display: inline-block;
  width: 50%;
  float: left;
  overflow: hidden;
  max-height: 90px;
}

.mosaico ul li a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  max-height: 90px;
}

.mosaico ul li a p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .5);
  color: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .3s ease-in-out;
}

.mosaico ul li a:hover img {
  transform: scale(1.3);
}

.mosaico ul li a:hover p {
  background: rgba(0,0,0, .8);
}

.mosaico img {
  max-width: 100%;
  transition: all .3s ease-in-out;
}

.comite-item {
  margin-bottom: 20px;
  font-size: 16px;
}

.comite-item a {
  color: #222;
}

.comite-item i {
  color: rgba(0, 115, 59, 1);
  min-width: 25px;
  text-align: center;
}

#comite_section {
  padding-top: 40px;
}

section {
  position: relative;
}

.owl-feed {
  padding: 20px;
  background: #3c4144;
  border-radius: 8px;
}

.owl-feed a h2 {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}

.owl-feed a p {
  color: white;
  text-align: center
}
.customNavigation.customNavigation-right {
  display: inline-block;
  margin-left: auto;
  line-height: 36px;
  vertical-align: top;
  width: 100%;
  text-align: right;
}

.sub-title {
  margin-bottom: 20px;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.divisor {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 60px;
}

.header-v1 .navi-desktop-site .navi-level-1 li a {
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #676767;
}

.header .navi-desktop-site .navi-level-1 li .navi-level-2 li a {
  text-transform: initial;
}

.mobile-menu li ul li a i {
  color: #909090;
  padding-right: 5px;
}

.mobile-menu li ul li a:hover i {
  color: white;
}

/* Compliance */
.compliance-item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.compliance-item img {
  max-width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid white;
  padding: 2px;
}

#compliance_img1,
#compliance_img2,
#compliance_img3 {
  max-width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  border-radius: 50%;
  border: 2px solid white;
  padding: 2px;
  background-size: cover !important;
}

#compliance_img1 {
  background: url('http://www.vbca.com.br/uploads/site_noticias/8195_noticia_07.jpg') no-repeat;
}
#compliance_img2 {
  background: url('http://andressamarchiorato.com/wp-content/uploads/2015/12/reputacaoonline.jpg') no-repeat;
  background-position: -22px;
}
#compliance_img3 {
  background: url('https://unieducar.org.br/sites/default/files/cursos/imagens/gestao_de_compliance_-_a_auditoria_contabil_como_requisito_gratuito.jpg') no-repeat;
}

.bg-green {
  background: #208d4e;
}

.compliance-item p {
  text-align: right;
  color: white;
  margin-right: 15px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.compliance-box {
  padding: 20px;
}

.title.text-right {
  display: block;
  text-align: right;
}

.footer-social ul.social.social-footer {
  float: none;
  text-align: left;
}

.footer-social ul.social.social-footer li a {
  padding: 0;
}

.footer-social ul.social.social-footer li a:hover {
  color: white;
}

.footer-menu {
  padding: 0 20px;
  margin-top: 20px;
}

.footer-menu li a {
  color: white;
}

header.header.header-v1 + section {
  padding-top: 130px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.heading-overlay {
  z-index: 2;
}

.uppercase {
  text-transform: uppercase;
}

.caption-title {
  padding: 60px 20px;
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  /*border-radius: 6px;*/
  transition: all .4s ease-in-out;
}

.caption-title .caption-background {
  background: url('../images/news/overlay_news.jpg') no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .6s ease-in;
}

.bg-news-fixed {
  background: url('../images/news/overlay_news-big.jpg') no-repeat;
  /*background-size: 100%;*/
  background-position: center 0px;
  background-attachment: fixed;
  width: 100%;
  height: 120px;
  transition: all .6s ease-in;
  margin-bottom: 20px;
  position: relative;
}

.bg-news-fixed .bg-news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: rgba(45, 45, 45, 0.3);
  height: 100%;
}

.caption-title:hover .caption-background {
  transform: scale(1.2);
}

.caption-title:hover h3 {
  transform: scale(1.05);
}

.caption-title h3 {
  color: white;
  z-index: 2;
  margin: 0;
  padding: 0;
  transition: all .6s ease-in;
}

.caption-title .caption-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: rgba(45, 45, 45, 0.68);
  height: 100%;
}

.table-associados {
  color: white;
  font-size: 120%;
}

.table-associados thead tr th:not(:first-child) {
  text-align: center;
}

.table-associados tbody tr td:not(:first-child) {
  text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(249, 249, 249, 0.11);
}

.bg-green-pattern {
  position: relative;
  background: rgba(39,174,96, 1);
  background: linear-gradient(90deg, rgba(39,174,96, 1), #2e363a);
}

.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: url('../switcher/images/patern02.png') green;
}

.btn-divisor-2 {
  margin-right: 30px;
  position: relative;
}

.btn-divisor-2:after {
  content: " ";
  width: 1px;
  height: 90%;
  background: rgba(241, 241, 241, 0.12);
  position: absolute;
  right: -18px;
  top: 2px;
}

.btn-divisor-2-dark:after {
  background: rgba(0, 0, 0, 0.2);
}

/* About image accord */
.about-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: 0 -123px !important;
  background-repeat: no-repeat !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 70px 20px;
}

.about-item.bg-fix {
  background-position: center center !important;
}

.about-item.open {
  height: auto;
}

.about-item.open .about-overlay {
  background: rgba(0,0,0, .7);
}

.about-item .about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  color: white;
  transition: all .4s ease-in-out;
  z-index: 5;
}

.about-item .about-content {
  display: none;
  z-index: 5;
  padding: 0 60px;
  margin-top: 40px;
}

.about-item .about-content.open {
  display: block;
}

.about-item .about-content h2 {
  color: white;
}

.about-item .about-content p {
  color: white;
  margin-bottom: 20px;
}

.about-item .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0,0,0, .5);
  width: 100%;
  transition: all .3s ease-in-out;
}

.about-item:hover .about-overlay {
  background: rgba(0,0,0, .7);
}

.about-btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  color: rgba(255, 255, 255, .9);
  z-index: 5;
  font-size: 28px;
}

/* Tile */
.tile {
  padding: 15px;
  background: #208d4e;
  background: linear-gradient(-45deg, rgba(39,174,96, 1), rgb(23, 113, 61));
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  border-radius: 2px;
  min-height: 130px;
}

.tile.tile-pdf {
  background: #3f494e !important;
}

.tile:hover {
}

.tile:hover .tile-body {
  padding-left: 10px;
  border-left: 4px solid rgba(255, 255, 255, .8);
}

.tile:hover i.user-icon,
.tile:hover i.pdf-icon {
  right: 10px;
}

.tile .tile-body {
  border-left: 4px solid transparent;
  transition: all .5s ease-in-out;
}

.tile h4 {
  color: #f8f8f8;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 0;
}

.tile h5 {
  color: #e6e6e6;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tile span {
  font-weight: 300;
  color: #f8f8f8;
  font-size: 14px;
  margin-bottom: 0;
}

.tile i.user-icon {
  width: 100%;
  height: 100%;
  background: url('../images/user-icon.png') no-repeat;
  background-position: 206px -45px;
  background-size: 60%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .2;
  transition: all .3s ease-in-out;
}

.tile i.pdf-icon {
  width: 100%;
  height: 100%;
  background: url('../images/pdf-icon.png') no-repeat;
  background-position: 261px -8px;
  background-size: 30%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .2;
  transition: all .3s ease-in-out;
}

/*.tile.green-pattern {
  background: url('../images/user-icon2.png') #208d4e no-repeat;
}
*/

.governanca-section .row {
  margin-bottom: 40px;
}

.title.thin {
  font-weight: 100;
}

.title.title-green {
  color: #208d4e;
}

/* TIme line normas */
.normas-timeline {

}

.normas-timeline .main {
  padding-bottom: 30px;
}

.normas-timeline .sub {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
  position: relative;
}

.normas-timeline a i {
  line-height: inherit;
  font-size: inherit;
  float: left;
  margin: 0 8px;
  margin-left: 5px;
}

.normas-timeline .sub:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
  top: 47%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #187941;
  border: 2px solid #208d4e;
}

.bold {
  font-weight: 800;
}

.border-up {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.login-box-left {
  padding-right: 40px;
  border-right: 1px solid #ccc;
}

.login-box-right {
  padding-left: 40px;
}

.accordion-style-light {
  padding-left: 0;
}

.accordion-style-light .panel-group {
  max-width: 100%;
}

.topico {
  padding: 0 0 40px;
}

.img-circle {
  border-radius: 50%;
}

.img-radius {
  border-radius: 8px;
}

img {
  max-width: 100%;
}

.overlay-parallax-bg.lighter {
  background: rgba(39, 174, 96, 0.67);
}

.quem-somos-overlay {
  background-image: url('../images/Overlay/img-frente.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  background-position: 0 105px;
}

.mobile-btns a {
  display: block;
  font-size: 14px;
}

.list-pane {
  padding: 20px;
  margin: 20px 0;
  background: #e8e8e8;
}

.list-pane p i {
  color: #208d4e;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.list-pane p:last-child {
  margin-bottom: 0;
}

.abecs-certificados img {
  width: 600px;
  margin: 0 auto;
}

.associados-boxes div[class^="col-md-"] {
  min-height: 200px;
}

.box-pane {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  padding: 20px;
  max-height: 420px;
  overflow: auto;
  margin-bottom: 40px;
  position: relative;
}

.box-pane.feed h1 {
  border-left: 4px solid #ccc;
}

.box-pane.feed .box-pane__footer {
  background: white;
  border-top: 1px solid #ccc;
}

.box-pane.feed .box-pane__footer a.learn-more {
  color: #444;
}

.box-pane.box-pane--full-image .image {
  width: 150px;
  float: none;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;

}

.box-pane.box-pane--full-image .image img {
  width: 100% !important;
  padding: 5px !important;
}

.box-pane.box-pane--full-image img {
  float: none;
  /*max-width: 50%;*/
  text-align: center;
  /*border: 1px solid #ccc;*/
  /*border-radius: 4px;*/
  /*padding: 10px;*/
  /*margin-bottom: 10px;*/
}

.box-pane.box-pane--full-image p {
  font-size: 90%;
}

a > .box-pane p {
  color: #444;
}

.box-pane.box-pane-calendar {
  overflow: hidden;
}

.box-pane.box-pane-calendar:after {
  content: "";
  position: absolute;
  top: -30px;
  right: -88%;
  width: 100%;
  opacity: .1;
  height: 100%;
  background: url('../images/icons/calendar.png') no-repeat;
  z-index: 0;
  -webkit-background-size: contain;
  background-size: contain;
}

.box-pane.box-pane-striped:nth-child(even) {
  background: #f6f6f6;
}

.box-pane.box-pane--news {
  display: inline-block;
  float: left;
  max-width: 48.5%;
  margin-right: 1.7%;
  margin-bottom: 30px;
}

.box-pane.box-pane--news:nth-child(even) {
  float: right;
  margin-right: 1%;
}

.box-pane.box-pane--news h1 {
  font-weight: 600;
}

.box-pane.box-pane--news h1 a {
  color: #333;
  transition: all .2s ease-in-out;
}

.box-pane.box-pane--news time {
  font-weight: 800;
}

.box-pane.box-pane--news p {
  margin: 10px 0 20px;
}

.box-pane.box-pane--associados {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
  border: 2px solid #ddd;
}

.box-pane.box-pane--associados:hover {
  border: 2px solid #208d4e;
}

.box-pane.box-pane--associados:hover + h1 {
  border-left: 4px solid #208d4e;
  padding-left: 10px;
}

.box-pane.box-pane--associados + h1 {
  padding: 0;
  font-size: 19px;
  font-weight: 800;
  margin: 0;
  color: #208d4e;
  transition: all .2s ease-in-out;
}

.box-pane.box-pane--associados img {
  text-align: center;
  float: none;
  margin: 0;
  padding: 0;
}

.box-pane h1,
.box-pane h2 {
  font-weight: 200;
  position: relative;
  border-left: 4px solid #208d4e;
  padding: 0 20px;
  margin: 0 -20px 15px;
  display: block;
}

.box-pane h5 {
  font-weight: 400;
  position: relative;
  padding: 0 25px;
  margin: 13px -20px 0;
  display: block;
}

.box-pane.text-small h1 {
  font-size: 24px;
}

.box-pane.hover {
  transition: all .2s ease-in-out;
}

.box-pane.hover:hover {
  box-shadow: 0 2px 0px rgba(0,0,0, .25);
}

.box-pane p {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.box-pane p:last-child {
  margin-bottom: 0;
}

.box-pane img {
  float: left;
  padding: 0 20px 20px 0;
}

.box-pane small {
  display: block;
}

.box-pane a.learn-more {
  display: inline-block;
  margin-top: 10px;
  transition: all .2s ease-in-out;
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.box-pane a.learn-more:hover {
  color: #11733A;
  padding-left: 5px;
}

.box-pane .box-pane__info  {
  padding-bottom: 10px;
  font-size: 18px;
}

.box-pane .box-pane__info i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

.box-pane .box-pane__info + .box-pane__footer {
  margin-top: 20px;
}

.box-pane .box-pane__info .link {
  margin-bottom: -10px;
  margin-top: 25px;
}

.box-pane .box-pane__info .link a {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #208d4e;
  background: white;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  transition: all .3s ease-in-out;
  position: relative;
  border: 2px solid #208d4e;
}

.box-pane .box-pane__info .link a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #ccc;
}

.box-pane .box-pane__info .link a:last-child {
  margin-bottom: 0;
}

.box-pane .box-pane__info .link a:last-child:after {
  height: 0;
  width: 0;
}

.box-pane .box-pane__info .link a:hover {
  background: #208d4e;
  color: white;
}

.box-pane .box-pane__footer {
  background: #208d4e;
  margin: 0 -20px -20px;
  padding: 0 20px 10px;
  text-align: right;
}

.box-pane.box-pane--news .box-pane__footer {
  background: #f3f3f3;
}

.box-pane.box-pane--news .box-pane__footer a.learn-more {
  color: #208d4e;
}

.box-pane .box-pane__footer a.learn-more {
  color: white;
  margin-right: 20px;
}

.box-pane .box-pane__footer a.learn-more i {
  margin-left: 5px;
}

.box-pane .box-pane__footer a.learn-more:last-child {
  margin-right: 0px;
}

.box-pane .box-pane__footer a.learn-more:hover {
  padding-right: 0;
  padding-left: 0;
}

.box-comunicado {
  margin: 0 0 40px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-height: 200px;
}

.auto-height__box-comunicado .box-comunicado {
  min-height: auto;
}

.box-comunicado p {
}

.box-comunicado a {
  margin-bottom: 10px;
}

.graph-container {
  padding: 40px 0;
}

.filter-box {
  margin-bottom: 20px;
}

.filter-box.auto-width select {
  width: auto;
}

.filter-box label {
  margin: 0;
  padding-right: 20px;
  color: #208d4e;
}

.filter-box select {
  border: 0;
  border-bottom: 2px solid #208d4e;
  padding: 10px;
  font-size: 16px;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter-box select:focus {
  outline: 0;
}

.finance-tabs-style-4 .tab-content.bordered {
  padding: 40px 20px 0;
  border: 1px solid #ccc;
  border-radius: 0 8px 8px 8px;
  margin-top: 2px;
}

.side-tab.finance-tabs-style-4 .nav.nav-tabs {
  float: left;
  width: 20%;
}

.side-tab.finance-tabs-style-4 .tab-content {
  float: right;
  width: 80%;
}

.side-tab.finance-tabs-style-4 .nav-tabs > li.active:before {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 3px;
  width: 40px;
  z-index: 3;
}

.side-tab.finance-tabs-style-4 .nav-tabs > li.active > a, .finance-tabs-style-4 .nav-tabs > li.active > a:hover, .finance-tabs-style-4 .nav-tabs > li.active > a:focus {
  color: #208d4e;
  border: none;
}

.text-content p {
  text-align: justify;
  margin-bottom: 20px;
}

.timeline-bp {
  padding: 20px 0 40px;
}

.timeline-bp h4 {
  font-weight: 400;
  margin: 0;
  padding: 25px 20px 25px 50px;
  position: relative;
  transition: all .3s ease-in-out;
  color: white;
}

.timeline-bp h4:hover:before {
  border: 3px solid rgba(32, 141, 78, 0.3);
}

.timeline-bp h4:hover:after {
  background: white;
}

.timeline-bp h4:before {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  border: 3px solid rgba(32, 141, 78, 1);
  z-index: 2;
  transition: all .3s ease-in-out;
}

.timeline-bp h4:after {
  transition: all .3s ease-in-out;
  content: "";
  position: absolute;
  top: 100%;
  transform: translateY(-35%);
  left: 14px;
  width: 1px;
  height: 100%;
  background: #d6d6d6;
}

.timeline-bp h4:last-child:after {
  width: 0;
}

.w-pane-wrapper {
  max-width: 792px;
  margin-left: auto;
  padding: 40px 15px;
}

.w-img {
  margin-left: -15px;
  margin-right: -15px;
  background-size: 86% !important;
  background-position: 600px 0 !important;
  background-attachment: fixed !important;
  /* height: 508px; */
  background-repeat: no-repeat !important;
}

.side-bar-news {
  /*padding: 20px 0;*/
}

.side-bar-news .filter-box {
  margin-bottom: 40px;
}

.side-bar-news .filter-box label {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.side-bar-news .filter-box select {
  width: 100%;
}


/* Fix Datepicker */
.side-bar-news .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  max-width: 100% !important;
  width: 100% !important;
}

.side-bar-news .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #208d4e;
  background: #eee;
  font-weight: bold;
  color: #208d4e;
}

.side-bar-news .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 border: 1px solid #208d4e;
    background: rgba(32, 141, 78, 0.31);
    font-weight: bold;
    color: #1c94c4;
}

.side-bar-news .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #208d4e;
    background: #208d4e;
    font-weight: bold;
    color: #fbfbfb;
}

.side-bar-news .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 3px;
}

.side-bar-news .ui-widget-header {
  border: 0;
  /* background: #036c2b url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; */
  color: #fff;
  background: #208d4e;
  font-weight: bold;
}

form.form-line .call-back-form.form-dark label {
  display: inline-block;
  float: left;
  line-height: 38px;
  margin-right: 15px;
}

form.form-line .call-back-form.form-dark input {
/*  float: left;
  width: 200px;
  padding: 8px;
  height: auto;
  margin-right: 10px;
  border: 2px solid #5b6b73;*/
  float: left;
  width: 200px;
  padding: 8px;
  height: auto;
  margin-right: 10px;
  border-bottom: 2px solid #208d4e;
  border-top: 2px solid transparent;
  background: white;
  border-radius: 0;
  color: #444;
}

form.form-line .call-back-form.form-dark input + button {
  display: inline-block;
  border: 0;
  padding: 6px 20px;
  text-transform: uppercase;
  background: white;
  color: #208d4e;
  border-radius: 4px;
  border: 2px solid #208d4e;
  transition: all .2s ease-in-out;
  font-weight: 600;
}

form.form-line .call-back-form.form-dark input + button:focus {
  outline: 0;
}

form.form-line .call-back-form.form-dark input + button:hover {
  color: white;
  background: #208d4e;
}

.finance-tabs-style-4 .nav-tabs > li.active:before {
    z-index: 2;
}

.box-pane.feed {
  overflow: hidden;
  max-height: 100%;
}

.feed-limiter {
  position: relative;
  overflow: auto;
  max-height: 450px;
  padding-right: 10px;
}

.cursos .box-pane h1 {
  margin-bottom: 40px;
}

.cursos .box-pane {
  max-height: 100%;
}

.cursos .box-pane .box-pane__info p {
  margin-bottom: 0;
  font-size: 95%;
}

.cursos .box-pane .box-pane__info p:last-child {
  /*margin-bottom: 20px;*/
}

.cursos .box-pane .box-pane__info h1 {
  border-bottom: 1px solid #eee;
}

.cursos .box-pane .box-pane__footer {
  background: #ccc;
  border-bottom: 5px solid #4f5f67;
}

.cursos .box-pane .box-pane__footer a.learn-more {
  color: #208d4e;
}

.cursos_info {
  padding-right: 40px;
}

.cursos .box-pane .cursos-info:first-child {
  /*margin: 20px -20px 0;*/
}

.curso-item {
  margin-bottom: 40px;
}

.curso-item:last-child {
  margin-bottom: 0;
}

.cursos-info-toggler {
  background: #208d4e;
  margin: 0 -20px;
  padding: 10px 20px;
  border-bottom: 1px solid white;
}

.cursos-info-toggler a {
  display: block;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}

.cursos-info-toggler a i {
  position: relative;
  top: 5px;
}

.cursos-info-wrap {
  display: none;
}

.cursos-info {
  margin: 0 -20px;
  padding: 20px 20px 0;
  background: #fff;
}

.cursos-info:nth-child(even) {
  background: #eee;
}

.cursos-info.dark {
  background: #2e363a;
  color: white;
}

.cursos-info.dark h1,
.cursos-info.dark h2,
.cursos-info.dark h3,
.cursos-info.dark h4,
.cursos-info.dark h5 {
  color: white;
  font-size: 115%;
}

.cursos-info + .box-pane__footer {
  margin-top: 0 !important;
}

.cursos-price h3,
.cursos-price span {
  color: #208d4e;
  font-size: 125%;
}

.cursos-price > span {
  display: block;
  font-size: 115%;
  font-weight: 400;
}

.cursos-price .cursos-price__total {
  margin: 0 -20px;
  padding: 10px 20px;
  background: #4f5f67;
  color: white;
  border-bottom: 1px solid #eee;
}

.cursos-price .cursos-price__total > span {
  color: white;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 85%;
}

.cursos-price .cursos-price__total > h4 {
  color: white;
  margin-bottom: 0;
  padding: 5px 0 5px 0;
  font-size: 105%;
}

.cursos-price .cursos-price__total > h4 > span {
  color: white;
  font-size: 105%;
}

.cursos-price h3,
.cursos-price h3 small {
  display: inline-block;
  font-weight: 800;
}
.cursos-price h3 {margin-bottom: 10px;}
.cursos-price h3 small {
  font-size: 60%;
}

.videos-container {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.videos-container h2 {
  padding: 0 20px;
  margin-bottom: 0;
  margin-top: 20px;
}

.newsletter-checklist {
  padding: 20px;
  background: #434A4D;
  margin-bottom: 20px;
  border-radius: 4px;
}

.newsletter-checklist input {
  display: inline-block;
}

.newsletter-checklist input + label {
  color: white;
  padding-left: 10px;
  position: relative;
  top: 1px;
  font-weight: 400;
}

.media-share {
  /*margin-bottom: 40px;*/
}

.media-share ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.media-share > ul > li:first-child {
  vertical-align: text-bottom;
}

.media-share ul li {
  margin-right: 10px;
  display: inline-block;
  font-size: 1rem;
}

.media-share ul li a {
  display: inline-block;
}

.media-share ul li a img {
  max-width: 135px;
}

.form-abecs .radio,
.form-abecs .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
}

.form-abecs .radio label,
.form-abecs .checkbox label {
  font-weight: 200;
  display: block;
}

.form-abecs .radio input[type="radio"] {
  margin-top: 5px;
}

.form-abecs .checkbox input[type="checkbox"] {
  margin-top: 7px;
}

button.ot-btn {
  border: 0;
}

.tp-simpleresponsive ul {
  position: fixed;
}

.dropdown-menu.dropdown-menu--tool {
  left: auto;
  right: 0;
  width: 96%;
}

.dropdown-menu.dropdown-menu--tool li {
  display: block !important;
}

.dropdown-menu.dropdown-menu--tool li a {
  color: #122b40;
  margin: 7px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.tp-revslider-mainul {
  position: static !important;
}

.form-dialog {
  display: none;
}

/* main green #208d4e */
/* main green hover #187941 */

@media only screen and (min-width: 992px) {
  .header-v1 .logo {
    position: relative;
    height: 24px;
  }
  .header-v1 .logo img {
    display: block;
    position: absolute;
    top: 4px;
  }
}

@media only screen and (max-width: 1300px) {
  .header-v1 .navi-desktop-site .navi-level-1 li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 11px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v1 .logo .mm-toggle {
    display: inline-block;
    float: left;
    line-height: 61px;
  }

  .quem-somos-overlay {
    display: none;
  }

  .login-box-left {
    padding-right: 15px;
    border-right: 0 solid #ccc;
  }

  .login-box-right {
    padding-left: 15px;
  }

  .w-pane-wrapper {
    margin-right: auto;
  }

  .bg-news-fixed {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .box-pane.box-pane--news {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
  }

  .box-pane.box-pane--news:nth-child(even) {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  .center-mobile {
    text-align: center !important;
  }

  .btn-divisor-2:after {
    width: 0;
  }

  .side-tab.finance-tabs-style-4 .nav.nav-tabs > li {
    width: 100%;
  }

  .side-tab.finance-tabs-style-4 .nav.nav-tabs > li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 540px) {
  .indicadores hr ~ a {
    display: block !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .header-v1 .navi-desktop-site {
    float: right;
  }

  .header-v1 .logo {
    display: block;
  }
}

/* main green #208d4e */
/* main green hover #187941 */
