@media (max-width: 1100px) {
  .container-fluid {
    padding: 0 !important;
  }
  #main-slider-wrapper {
    height: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 13px;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

section,
header,
footer,
nav {
  float: left;
  width: 100%;
  display: block;
}

.gallery-box span,
.gallery-box a img,
input,
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a {
  cursor: pointer;
}

body {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
  text-align: center !important;
  background-color: #eaeaea !important;
}

/*body:before{ content:"";!* position:fixed; width:1300px; height:100%; background:#FFF;*! left:50%; top:0; margin-left:-650px; z-index:1;}*/

select {
  border: #ccc 1px solid;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  border-radius: 0 !important;
  background: #fff !important;
  padding: 0 5px;
}

input[type="password"],
input[type="text"],
textarea {
  border: #ccc 1px solid;
  height: 30px;
  box-sizing: border-box;
  padding: 5px;
}

input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
  border: #666 1px solid;
}

.required {
  color: #f00;
}

.simple-title {
  font-size: 16px;
  padding: 10px 0;
}

.delete-button {
  display: inline-block;
  background: #c30;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding: 0 5px 0 25px;
  font-size: 10px;
  text-transform: uppercase;
}

.delete-button span {
  color: #fff;
  font-size: 15px;
  width: 20px;
  height: 20px;
  background: #900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

input[type="submit"] {
  background: #009a44;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 0 10px;
}

input[type="submit"]:hover {
  background: #008a43;
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box; /*max-width:1100px;*/
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 230px;
}

.main .left {
  float: left;
  width: 420px;
}

.main .left img {
  margin: 30px 0;
}

.main .left .quote {
  float: left;
  background: url(../../img/site/quote-left.png) no-repeat left top;
  box-sizing: border-box;
  padding-left: 45px;
}

.main .left .quote .inner {
  float: left;
  background: url(../../img/site/quote-right.png) no-repeat right bottom;
  box-sizing: border-box;
  padding-right: 45px;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.main .left .quote .inner span {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  top: -10px;
}

.main .map {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -195px;
}

.main .right {
  float: right;
  width: 360px;
}

.main .social {
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 2px 0;
  text-align: right;
}

.main .social li {
  display: inline-block;
  margin: 0;
}

.main .social li img {
  margin: 0;
  float: left;
}

.main .sae {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 15px 10px;
}

.main .sae strong {
  font-size: 17px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.main .sae label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  color: #333;
}

.main .sae div {
  display: inline-block;
  width: 105px;
}

.main .sae div input {
  width: 97%;
}

.main .search {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  border-top: #eaeaea 1px solid;
  text-align: right;
  position: relative;
  z-index: 1;
}

.main .search input[type="text"] {
  width: 290px;
  margin-right: 2px;
}

.pdo-header__left {
  float: left;
  background: #179a44;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pdo-header__left strong,
.pdo-header__left span {
  display: block;
  color: #fff;
}

.pdo-header__left strong {
  font-size: 15px;
}

.pdo-header__form {
  float: right;
  width: 240px;
  display: inline-block;
}

.pdo-header .row {
  float: initial;
  margin-top: 5px;
  padding-bottom: 5px;
}

.pdo-header .row label {
  display: inline-block;
  width: 45px;
}

.pdo-header .row input {
  width: calc(100% - 50px);
  min-width: 92px;
}

.pdo-header .row input[type="submit"] {
  width: auto;
}

.pdo-header .row a {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}

.pdo-header .row a:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% + 10px);
  width: 1px;
  background-color: #eaeaea;
  content: "";
}

.pdo-header {
  margin-top: 5px !important;
}

.desktop nav {
  float: left;
  width: 100%;
  background: white !important;
  height: auto;
  z-index: 1000;
}

.desktop nav .mobile-menu {
  display: none;
}

.desktop nav ul {
  float: left;
  width: 100%;
}

.desktop nav ul li {
  float: left;
  position: relative;
  margin: 0 0px;
}

.desktop nav ul li a {
  font-weight: 700;
  float: left;
  color: #009a44 !important;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.desktop nav ul li:hover a,
 /*nav ul li a:hover{ background:#008A43; }*/
 /* .desktop  > dropdown a li a{
      padding-right: 0 !important;



  }*/
.desktop .subnav > a {
  background-image: url("https://i.postimg.cc/WbF8cPnh/icons8-divisa-para-baixo-242.png");
  background-repeat: no-repeat;
  padding-right: 40px;
  background-position: right 20px center;
}

.desktop .nav-item2:hover a {
  background-image: none !important;
}

.desktop nav ul li ul {
  width: 200px;
  display: none;
  z-index: 1000;
  box-sizing: border-box;
  background: white;
  position: absolute;
  left: 0;
  top: 35px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 5px solid #009a44;
}

.desktop nav ul li ul li {
  width: 100%;
  margin: 0 !important;
}

.desktop nav ul li ul li a {
  background: none !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: 12px;
  height: auto;
  font-size: 11px;
  padding: 10px;
  text-align: left;
}

.desktop nav ul li ul li a:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}

.desktop nav ul li:hover ul {
  display: block;
}

.desktop .nav-item2 > .nav-link {
  padding: 0 10px !important;
}

.wrapper {
  float: left;
  width: 100%;
  padding: 0px 0;
}

.dropdown-item {
  color: black !important;
}

.partners {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 35px 0;
  border-top: #eaeaea 1px solid;
}
.wrapper {
  background-color: #eaeaea;
}
.breadcrumbs {
  padding-top: 30px;
}
.partners strong {
  color: #009a44;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  display: inline-block;
  width: 100%;
}

.partners img {
  display: inline-block;
  width: 179px;
  height: auto;
  margin: 10px;
}
.forgotmobile{
  padding: 0;
  font-weight: 700; color: #009a44 !important;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.hiddenaccs {
  width: 100%;
  max-height: 250px;
  display: none;
  -webkit-transition:height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}
.side-content img {
  width: 100%;
  height: auto;
}
.side-content iframe {
  width: 100%!important;
  height: auto;
  min-height: 250px;
}
@media (max-width: 425px) {
  .partners img {
    width: 8%;
    height: auto;
    min-width: 89px;
  }
}

footer {
  float: left;
  width: 100%;
  background: #005432;
  padding: 5px 20px;
  box-sizing: border-box;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: white !important;
}

footer .sitemaps {
  width: 65%;
  float: left;
  box-sizing: border-box;
  padding: 20px 0 0 20px;
}

footer .sitemaps ul {
  float: left;
  margin-right: 20px;
}

footer .sitemaps ul li a {
  color: #fff;
  font-size: 11px;
}

footer .sitemaps ul li strong {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .sitemaps ul li a:hover {
  text-decoration: underline;
}

footer .right {
  padding: 15px 0 15px 15px;
  float: right;
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
  width: 270px;
}

footer .right address {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 15px;
  font-style: normal;
}

footer .right address strong {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

footer .right a {
  display: inline-block;
  padding: 7px 10px;
  margin-top: 10px;
  background: #fff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  color: #009a44;
}

.featured {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: #eaeaea 1px solid;
}

.featured .left {
  float: left;
  width: 670px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.featured .left img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-height: 200px;
}

.featured .right {
  float: right;
  width: 410px;
}

.featured .right .result-list li:last-child {
  border-bottom: 0;
}

.result-list {
  text-align: left;
}

.ls-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10000;
}

.ls-nav li {
  float: left;
  border: #fff 2px solid;
  margin: 1px;
  background: #ccc;
  width: 16px;
  box-sizing: border-box;
  padding: 2px;
  height: 16px;
  overflow: hidden;
}

.ls-nav li a {
  float: left;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -999px;
}

.ls-nav li a.current {
  background: #009a44;
}

.calendar-box table {
  width: 99%;
  border-spacing: 0;
  border-collapse: collapse;
}

.calendar-box table.calendar td {
  border: #e2e2e2 1px solid;
}

.calendar-box table.calendar td.prev-next {
  background: #e2e2e2;
}

.calendar-box table.calendar td .date {
  height: 24px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}

.calendar-box table.calendar td .date a {
  display: inline-block;
  font-weight: bold;
  color: #009a44;
  font-size: 11px;
  border: #009a44 1px solid;
  width: 100%;
}

.calendar-box table.calendar .weekdays th {
  background: #ccc;
  border: #ccc 1px solid;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}

.calendar-box table.calendar td.today span.date {
  color: #c00;
  font-weight: bold;
}

.prev-month {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}

.current-month {
  text-align: center;
  width: 100%;
  text-align: center;
  border-top: #ccc 1px solid;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 11px;
}

.next-month {
  border-right: #ccc 1px solid;
  border-top: #ccc 1px solid;
}

.prev-month a,
.next-month a {
  width: 23px;
  height: 23px;
  float: left;
  overflow: hidden;
  text-indent: -999px;
}

.prev-month a {
  background: url(../../img/site/arrow-left.png) no-repeat center;
}

.next-month a {
  background: url(../../img/site/arrow-right.png) no-repeat center;
}

.bottom-banners {
  float: left;
  width: 102%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: #eaeaea 1px solid;
  text-align: center;
}

.bottom-banners img {
  /*  width: 100%;*/
  max-width: 540px;
  height: auto;
  margin: 2px;
}

.banner-pdo {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.content {
  float: left;
  width: 670px;
  box-sizing: border-box;
  padding-right: 20px;
  border-right: #eaeaea 1px solid;
}

.full-content {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

aside {
  float: right;
  width: 410px;
}

aside a {
  display: inline-block;
  margin-bottom: 15px;
}

aside img {
  width: 100%;
  height: auto;
  max-width: 410px;
}

aside a:last-child {
  margin: 0;
}

.featured-news {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: #eaeaea 1px solid;
}

.featured-news div {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.featured-news div h2 {
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  float: left;
}

.featured-news div a {
  text-transform: uppercase;
  color: #009a44;
  text-transform: uppercase;
  border-bottom: #009a44 1px solid;
  float: right;
  padding: 4px;
  font-weight: 600;
  font-size: 10px;
}

.featured-news ul {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.featured-news ul li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding-right: 15px;
}

.featured-news ul li img {
  width: 100%;
  max-width: 180px;
  height: auto;
  min-width: 220px;
}

.featured-news ul li span {
  display: inline-block;
  padding: 4px 10px;
  background: #333;
  position: relative;
  top: -3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

.featured-news ul li strong {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: inline-block;
  padding: 4px 0;
}

.featured-news ul li em {
  font-size: 12px;
}

.featured-news ul li.red span {
  background: #c30;
}

.featured-news ul li.red strong {
  color: #c30;
}

ul.related {
  display: none !important;
}

.content .content {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}

.featured-news ul li.green span {
  background: #009a44;
}

.featured-news ul li.green strong {
  color: #009a44;
}

/*.row {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: #EAEAEA 1px solid;
}*/

.row .left {
  float: left;
  width: 670px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.row .right {
  float: right;
  width: 410px;
}

.row--no-border {
  border-bottom: 0;
}

.word {
  float: left;
  width: 100%;
  min-height: 207px;
  box-sizing: border-box;
  margin-top: 10px;
  /*padding-left: 108px;*/
  position: relative;
  padding-bottom: 15px;
  border-bottom: #eaeaea 1px solid;
}

.word img {
  position: absolute;
  left: 0;
  top: 0;
}

.word h2,
.word h2 span {
  color: #009a44;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.presi h2,
.presi h2 span {
  color: #009a44;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.word h2 span {
  font-weight: 600;
}
.presi h2 span {
  font-weight: 600;
}

.word h2 {
  line-height: 20px;
  margin-bottom: 10px;
}
.presi h2 {
  line-height: 20px;
  margin-bottom: 10px;
}

.word strong {
  color: #009a44;
  font-size: 18px;
  float: right;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.presi strong {
  color: #009a44;
  font-size: 18px;
  float: right;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.word p {
  float: left;
  width: 100%;
  padding-left: 40px;
  margin: 23px 0;
  box-sizing: border-box;
  background: url(https://www.facesp.com.br/img/site/quote-left.png) no-repeat
    left top;
}

.word p span {
  float: left;
  min-height: 40px;
  width: 100%;
  padding-right: 35px;
  box-sizing: border-box;
  line-height: 22px;
  background: url(https://www.facesp.com.br/img/site/quote-right.png) no-repeat
    right bottom;
}

.bottom-boxes {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.content iframe {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.gallery-box {
  float: left;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: #eaeaea 1px solid;
  border-bottom: #eaeaea 1px solid;
}

.gallery-box a {
  float: left;
  overflow: hidden;
  width: 20%;
  border: #fff 2px solid;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 3px;
}

.gallery-box a:hover img {
  transform: scale(1.2);
}

.gallery-box a img {
  float: left;
  width: 100%;
  height: auto;
}

.gallery-box p {
  float: left;
  width: 100%;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.gallery-box span {
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: -10px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.8);
  float: left;
  width: 100%;
  padding: 5px;
  color: #fff;
}

.gallery-box a:hover span {
  opacity: 1;
  bottom: 0;
}

.president {
  float: left;
  width: 48%;
  box-sizing: border-box;
  padding: 15px 15px 0 90px;
  min-height: 120px;
  background-color: #009a44;
  background-image: url(../../img/site/atualizar-dados-facesp.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
}

.president p {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
}

.president p strong {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.president a {
  display: inline-block;
  padding: 7px 10px;
  margin-top: 10px;
  background: #fff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  color: #009a44;
}

.find {
  float: left;
  position: relative;
  box-sizing: border-box;
}

.find h2 {
  font-size: 16px;
  color: white;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  float: left;
  margin-right: 6px;
  margin-top: 4px;
}

.find label {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  font-family: "Open Sans", sans-serif;
}

.find input[type="text"] {
  width: 80px;
  margin-right: 5px;
  position: relative;
  z-index: 10;
}

.find form {
  float: right;
}

.breadcrumbs {
  float: left;
  width: 100%;
  border-bottom: #eaeaea 1px solid;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

.breadcrumbs ul {
  float: left;
}

.breadcrumbs ul li {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 15px;
  background: url(../../img/site/arrow-right.png) no-repeat left;
  margin-left: 10px;
}

.breadcrumbs ul li a {
  color: #009a44;
  text-decoration: underline;
  font-size: 10px;
  text-transform: uppercase;
}

.breadcrumbs ul li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

.side-content {
  float: left;
  width: 65%;
  padding-right: 20px;
  box-sizing: border-box;
}

.search-title,
.search-title span,
.contact-left h1,
.minhead,
.side-content h1 {
  font-size: 22px;
  font-weight: 600;
  color: #009a44;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.side-content h3 {
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
}

.side-content p {
  text-align: justify;
  line-height: 20px;
  margin-bottom: 15px;
}

.search-title span {
  text-decoration: underline;
}

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

.enroll {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border-top: #eaeaea 1px solid;
}

.enroll .button {
  background: #009a44;
  display: inline-block;
  margin: 4px auto;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
}

.enroll .button:hover {
  background: #008a43;
}

.side-content .side-content {
  width: 100%;
}

.service-image {
  display: none;
}

div.date {
  float: left;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 15px;
  border-bottom: #eaeaea 1px solid;
}

div.date strong {
  background: #009a44;
  float: left;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}

div.date span {
  float: left;
  margin-left: 10px;
  padding: 3px 0;
}

.side-content a {
  color: #009a44;
  text-decoration: underline;
}

.social-bar {
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: #eaeaea 1px solid;
}

.social-bar ul {
  float: left;
  width: 100%;
}

.social-bar ul li {
  float: left;
  margin-right: 10px;
  padding: 0 !important;
}

.social-bar ul li * {
  padding: 0 !important;
  margin: 0 !important;
}

.sidebar {
  float: right;
  width: 35%;
  box-sizing: border-box;
  padding: 15px;
  background: #eaeaea;
}

.sidebar h4,
.sidebar h3 {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 300;
}

.releases-side {
  float: left;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 1px 1px 2px #ccc;
  box-sizing: border-box;
  margin-top: 20px;
}

.releases-side h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  margin-bottom: 5px;
}

.releases-side p {
  margin-bottom: 10px;
}

.sidebar .button {
  background: #009a44;
  display: inline-block;
  margin: 4px 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 6px 10px;
}

.sidebar .button:hover {
  background: #008a43;
}

.sidebar ul {
  float: left;
  width: 100%;
}

.sidebar ul li {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

.sidebar ul li:last-child {
  border: none;
}

.sidebar ul li strong {
  font-family: "Open Sans", sans-serif;
  color: #008a43;
  font-weight: 700;
}

.sidebar ul li a {
  font-size: 12px;
}

.search-ac {
  background: #e6e6e6 url(../../img/site/encontre-sua-ac.png) no-repeat 10px
    10px;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  padding: 15px 15px 15px 180px;
  min-height: 110px;
  width: 100%;
}

.search-ac label {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.search-ac input[type="text"] {
  width: 80px;
}

.search-ac h1 {
  font-family: "Open Sans", sans-serif;
  color: #008a43;
  font-weight: 700;
  font-size: 20px;
}

.search-ac h2 {
  font-weight: normal;
  color: #333;
  margin-bottom: 5px;
}

.search-ac .msgErro li {
  display: inline-block;
  font-size: 10px;
  color: #c30;
  text-transform: uppercase;
  font-weight: 600;
}

.cacb-address {
  float: left;
  background-color: #e6e6e6;
  background-image: url(../../img/site/cacb.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  margin-top: 24px;
  width: 100%;
  padding: 15px 15px 15px 200px;
  box-sizing: border-box;
}

.cacb-address strong {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.cacb-address p {
  line-height: 14px;
  color: #333;
  font-size: 11px;
}

.region {
  color: #008a43;
  border-bottom: #008a43 1px solid;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}

.region span {
  text-transform: uppercase;
  color: #008a43;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.region strong {
  background: #008a43;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
}

.ac-info {
  margin: 10px 0 30px 0;
}

.ac-info h3 {
  color: #008a43;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.ac-info p {
  line-height: 18px;
  margin-bottom: 5px;
}

.ac-info a {
  text-decoration: underline;
  color: #008a43;
}

.contact-left {
  float: left;
  width: 100%;
}

.contact-left h2 {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}

.form {
  float: left;
  width: 100%;
}

.form .input-data {
  float: left;
  width: 50%;
  min-height: 70px;
}

.form .title-data {
  min-height: 0px !important;
}

.form .title-data h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #063;
  margin-bottom: 10px;
}

.form .full-column {
  float: left;
  width: 100%;
  padding-top: 30px;
  margin-top: 10px;
  border-top: #ccc 1px solid;
  box-shadow: inset 0 1px 0 #eaeaea;
}

.form .column {
  float: left;
  box-sizing: border-box;
  width: 50% !important;
}

.form .column .input-data {
  width: 100%;
}

.form .column .input-data input {
  width: 95% !important;
}

.form .column .half-data {
  width: 50%;
}

.form .column .half-data input {
  width: 90% !important;
}

.form .column select {
  width: 95%;
}

.form .value {
  float: left;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
  background: #eaeaea;
  border: #ccc 1px solid;
}

.value .total {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.value .discount {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 280px;
}

.value .discount p {
  font-size: 11px;
  margin-top: 10px;
}

.form .value .discount .input-data {
  width: 100%;
  min-height: 0;
}

.value .total span {
  font-size: 16px;
}

.value .total strong {
  font-size: 26px;
}

. .input-data h2 {
  color: #093;
  font-size: 20px;
  margin-bottom: 10px;
}

.form .fullinput {
  width: 100%;
  margin-bottom: 20px;
}

.form .input-data label {
  font-size: 10px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  width: 100%;
  float: left;
}

.form .input-data input {
  width: 90%;
}

.form span.error {
  float: left;
  width: 100%;
  color: #c30;
  font-size: 11px;
}

.form input.error,
.form textarea.error {
  border: #c30 1px solid !important;
}

.form .action {
  float: left;
  width: 100%;
  padding-top: 10px;
  margin-top: 0;
  border-top: #eaeaea 1px solid;
}

.form .action input {
  float: right;
}

.form .fullinput textarea {
  width: 95%;
  height: 120px;
}

.success {
  float: left;
  text-align: center;
  width: 100%;
  line-height: 20px;
  font-size: 20px;
  background: #063;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 20px 0;
}

.success span {
  color: #fff;
  font-weight: bold;
}

.problem {
  float: left;
  width: 100%;
  background: #c30;
  color: #fff;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 20px 0;
}

.phones {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: #eaeaea 1px solid;
  margin-bottom: 20px;
}

.phones p {
  width: 110px;
  padding: 10px 8px;
  float: left;
  text-align: center;
}

.phones p a,
.phones p span {
  width: 100%;
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 14px;
}

.phones p strong {
  width: 100%;
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
}

.contact-right {
  float: left;
  width: 100%;
}

.contact-right address {
  font-size: 15px;
  float: left;
  width: 100%;
  background: #fafafa;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.contact-right .info-text {
  font-size: 15px;
  float: left;
  width: 100%;
  background: #fafafa;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.contact-right iframe {
  float: left;
  width: 100%;
}

.result-list {
  float: left;
  width: 100%;
  padding: 0;
}

.result-list li {
  float: left;
  width: 100%;
  padding-left: 15px;
  /* originalmente  width: 100%; */
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #eaeaea 1px solid;
}

@media only screen and (max-width: 424px) {
  .contador {
    display: none !important;
  }
}

@media only screen and (max-width: 425px) {
  .result-list li {
    width: 100%;
  }
  .numeros {
    letter-spacing: 8px !important;
    font-size: 10px !important;
    margin-left: 18px !important;
    top: 42px !important;
  }
  .contador {
    height: 57px !important;
  }

  .tick-flip span {
    font-size: 14px !important;
  }
}

.result-list li span {
  font-family: "Open Sans", sans-serif;
  color: #008a43;
  background: #eaeaea;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.result-list li strong {
  font-family: "Open Sans", sans-serif;
  color: #009a44;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.result-list li img {
  float: left;
  margin-right: 10px;
  box-shadow: 1px 1px 5px #ccc;
}

.paginationControl {
  float: left;
  width: 100%;
}

.paginationControl ul {
  float: left;
  width: 100%;
}

.paginationControl ul li {
  float: left;
}

.paginationControl ul li a,
.paginationControl ul li span {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border: #ccc 1px solid;
  float: left;
  margin-right: 2px;
  min-width: 20px;
  height: 30px;
  line-height: 30px;
}

.paginationControl ul li span {
  border: #eaeaea 1px solid;
  font-weight: bold;
  color: #333;
  background: #eaeaea;
}

.paginationControl ul li a:hover {
  background: #eaeaea;
}

.pShow {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.minfilter {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #eaeaea;
  margin-bottom: 20px;
  margin-top: 5px;
}



.no-fade {
  background: none;
}


.no-bg {
  border: none;
  background: none;
  box-shadow: none;
}

.modal-content .heading a {
  position: absolute;
  background: url(../../img/site/close-icon.png) no-repeat left top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  right: 0;
  top: 0;
  margin: -10px -10px 0 0;
  cursor: pointer;
}

.no-close .heading a {
  display: none;
}

.atualiza-home {
  float: left;
  width: 100%;
  text-align: center;
}

.atualiza-home h2 {
  font-size: 20px;
  float: left;
  width: 100%;
  padding: 20px 0;
  font-weight: normal;
}

.atualiza-home div {
  box-sizing: border-box;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border: #ccc 1px solid;
}

.atualiza-home div.right {
  background: #eaeaea;
  border-left: none;
  box-shadow: inset 1px 0 10px #ccc;
}

.atualiza-home div p,
.atualiza-home div p strong {
  color: #666;
  font-size: 14px;
}

.atualiza-home div a {
  color: black;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}

.atualiza-home div a.button {
  background: #009a44;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
}

.atualiza-home div a.button:hover {
  background: #063;
}

.atualiza-home div img {
  max-width: 100%;
  margin: 24px 0;
}

.atualiza-home__footer {
  margin-top: 32px;
  border: 0 !important;
  padding: 0 !important;
}

.atualiza-home__footer p {
  margin-bottom: 16px;
  color: #333;
  font-size: 14px;
  font-style: italic;
}

.atualiza-home__footer address {
  font-style: normal;
}

.data-list {
  float: left;
  width: 100%;
  border: #ccc 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
}

.data-list th {
  padding: 10px;
  background: #eaeaea;
  border: #ccc 1px solid;
  font-size: 10px;
  color: #333;
  text-transform: uppercase;
}

.data-list td {
  border: #ccc 1px solid;
  padding: 10px;
}

.bottom-actions {
  float: left;
  width: 100%;
  border-top: #eaeaea 1px solid;
  padding-top: 10px;
  margin-top: 10px;
}

.bottom-actions a {
  float: right;
  background: #009a44;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 5px;
}

.bottom-actions a:hover {
  background: #063;
}

.success a {
  background: #009a44;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
}

.lb-caption {
  color: #fff !important;
}

.event-feedback {
  float: left;
  width: 100%;
  background: #eaeaea;
}

.event-feedback h2 {
  float: left;
  width: 100%;
  background: #063;
  text-align: center;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 20px;
}

.event-feedback table {
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
  float: left;
  width: calc(100% - 20px);
  margin: 0 0 10px 10px;
  background: #fff;
  border: #ccc 1px solid;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.event-feedback table td {
  padding: 10px;
  border-left: #eaeaea 1px solid;
  color: #333;
}

.event-feedback table td:first-child {
  border: none;
}

.event-feedback table td strong {
  text-transform: uppercase;
  font-size: 10px;
  color: #333;
}

.event-feedback div {
  float: left;
  width: 100%;
  border-top: #ccc 1px solid;
  padding: 10px;
  text-align: right;
  box-sizing: border-box;
}

.event-feedback div a {
  background: #009a44;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  display: inline-block;
  font-size: 11px;
}

.closed {
  float: left;
  background: #c30;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}

.closed span {
  padding: 10px 20px;
  border: #fff 1px solid;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.two-links-banner {
  float: left;
  font-size: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.two-links-banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.two-links-banner a {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.01);
  float: left;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.two-links-banner .link-right {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.01);
  float: left;
  width: 50%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.chamber-box,
.boavista-box,
.empreender-box,
.accertifica-box,
.accredito-box {
  float: left;
  width: 100% !important;
  padding-left: 74px !important;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1120px) {
  .container {
    /* float: left; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .content {
    width: 100%;
  }

  aside {
    width: 35%;
  }

  .featured .left {
    width: 65%;
    box-sizing: border-box;
    padding-right: 15px;
  }

  .featured .right {
    width: 35%;
  }

  .row .left {
    width: 65%;
    box-sizing: border-box;
    padding-right: 15px;
  }

  .row .right {
    width: 35%;
  }

  nav ul li {
    float: left;
    position: relative;
    margin: 0 0px;
  }
}

@media (max-width: 980px) {
  .main .search input[type="text"] {
    width: 210px;
  }

  .main .map {
    float: right;
    left: auto;
    right: 0;
    top: 0;
    margin: 0;
  }

  .main .right {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .main .right .social {
    margin-bottom: 10px;
    float: left;
    margin-left: 28px;
  }

  .main .right .sae {
    width: 50%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-right: #eaeaea 1px solid;
  }

  .main .right .search {
    width: 320px;
    box-sizing: border-box;
    padding: 20px;
    border: none;
  }

  footer {
    text-align: center;
  }

  footer .sitemaps {
    display: none;
  }

  footer .right {
    float: none;
    margin: 0 auto;
    border: none;
    padding: 0;
  }

  .president {
    width: 100%;
    margin-bottom: 10px;
  }

  nav ul li {
    float: left;
    position: relative;
    margin: 0;
  }

  .main .right > .row:first-child {
    width: calc(100% - 320px);
    border-bottom: 0;
  }

  .find h2 {
    margin-right: 24px;
  }

  .pdo-header {
    width: auto;
    float: initial;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #eaeaea;
    padding: 10px;
  }

  .pdo-header__left {
    margin-right: 24px;
  }
}

@media (max-width: 768px) {
  .main .right .search {
    width: 100%;
  }

  .main .right > .row:first-child {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pdo-header {
    border: 0;
  }

  nav {
    width: 240px;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  nav ul {
    width: 100%;
    background: #009a44;
    /*
  display: none;
  */
  }

  nav ul li {
    width: 100%;
  }

  nav ul li a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px !important;
    line-height: 15px;
    height: auto;
  }

  nav ul li.subnav ul {
    display: none;
    position: relative;
    width: 100%;
    top: 0;
  }

  /*
 nav .mobile-menu{ display:block; float:right; width:30px; height:30px; overflow:hidden; text-indent:-999px; background:url(../../img/site/menu.png) no-repeat center; }
 */
  .search-ac label {
    width: 100%;
    float: left;
  }

  .main .search {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .main .left {
  }

  .main .left img {
    width: 100%;
    margin: 10px 0;
    height: auto;
    max-width: 200px;
  }

  .main .right .sae,
  .main .right .search {
    display: none;
  }

  .main .map {
    width: 100%;
    height: auto;
    max-width: 240px;
    top: 20px;
  }

  .main .left .quote .inner,
  .main .left .quote .inner span {
    font-size: 20px !important;
  }

  .main .left .quote .inner span {
    padding-left: 0;
  }

  .content {
    width: 100%;
    border: none;
    padding: 0;
  }

  aside {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .featured {
    padding-top: 0;
    margin-top: 0;
  }

  .featured .left {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }

  .featured .right {
    width: 100%;
    margin-top: 15px;
  }

  .row {
    padding-top: 0;
    margin-top: 0;
  }

  .row .left {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }

  .row .right {
    width: 100%;
    margin-top: 15px;
  }

  .calendar-box table {
    width: 99.9%;
  }

  header.main {
    min-height: auto;
  }

  .side-content {
    width: 100%;
    padding: 0;
  }

  .sidebar {
    width: 100%;
  }

  .breadcrumbs {
    display: none;
  }

  .cacb-address {
    padding: 70px 10px 10px 10px;
    background-position: 10px 10px;
  }

  .form .column {
    width: 100% !important;
  }

  .bottom-banners div {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .main .left {
    text-align: center;
    width: 100%;
  }

  .main {
    text-align: center;
  }

  .main .left span {
    text-align: left;
  }

  .main .map {
    position: static;
    max-width: 320px;
    float: none !important;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    display: inline-block;
  }

  .featured-news ul li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #eaeaea 1px solid;
  }

  .featured-news ul li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }

  .word {
    padding-left: 0;
  }

  .word img {
    width: 120px;
    float: left;
    margin-right: 10px;
    position: relative;
    height: auto;
  }

  .word h2 {
    padding: 30px 0;
  }

  .presi h2 {
    padding: 30px 0;
  }

  .search-ac {
    padding-left: 15px;
    background: #eaeaea !important;
  }

  .find {
    width: 100%;
  }

  .find h2 {
    display: block;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }

  .find form {
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
  }

  .main .right .social {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .pdo-header {
    width: 100%;
  }

  .pdo-header__left {
    width: 100%;
    margin-right: 0;
    padding: 6px 12px;
  }

  .pdo-header__form {
    width: 100%;
  }

  .featured-news ul:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
  }
}

@media (max-width: 425px) {
  .featured-news ul li {
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .find {
    display: none;
  }

  nav {
    display: none;
  }

  .middle {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .topbar .nav {
    float: left;
    position: relative;
    left: -10px;
  }

  .topbar .mobile-menu {
    display: block;
    text-indent: -999px;
    cursor: pointer;
    background: #2c3e50 url(../../img/site/menu.png) no-repeat center;
    background-size: 20px;
    height: 20px;
    float: left;
    width: 36px;
    overflow: hidden;
    height: 36px;
  }

  .topbar .nav ul {
    width: 200px;
    display: none;
    background: #2c3e50;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 36px;
  }

  .topbar .nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .topbar .nav ul li a {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}

.topbar {
  text-align: center;
  position: relative;
  z-index: 1000;
  float: left;
  width: 100%;
  background: #009a44;
  height: 36px;
}

.topbar ul {
  float: left;
}

.topbar ul li {
  float: left;
}

.topbar ul li a {
  display: inline-block;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.topbar ul li a:hover {
  opacity: 0.8;
}

.topbar .middle {
  height: 36px;
}

.topbar form {
  float: left;
}

.topbar input[type="search"] {
  float: left;
  border: none;
  font-size: 12px;
  background: #ecf0f1;
  height: 36px !important;
  box-sizing: border-box;
  padding: 5px 0 5px 5px;
  width: 140px;
}

.topbar button {
  background: #334b8b url(img/search.png) no-repeat 5px;
  cursor: pointer;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px 0 30px;
}

.topbar button:hover {
  opacity: 0.8;
}

.topbar .right {
  float: right;
}

.topbar .right a {
  float: left;
  height: 36px;
}

.topbar .right a:hover {
  opacity: 0.8;
}

.topbar .right img {
  width: 20px;
  height: 20px;
  margin: 7px;
}

.topbar .nav {
  float: left;
  position: relative;
}

.topbar .mobile-menu {
  display: none;
}

@media (min-width: 1100px) {
  .topbar {
    display: none;
  }
}

@media (max-width: 1100px) {
  .topbar2 {
    display: none;
  }

  .topbar {
    display: none;
  }
}

@media (max-width: 425px) {
  .panel-wrapper {
    height: 100%;
  }

  .main-slider-panel img {
    height: 100%;
  }
}

.topbar2 {
  text-align: center;
  position: relative;
  z-index: 1000;
  float: left;
  width: 100%;
  background: #005432;
  height: 38px;
}

.slider-wrapper {
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  max-width: 155.56vh;
  max-height: 100vh;
  margin: auto;
}

#main-slider-wrapper {
  max-width: 100% !important;
}

.liquid-slider {
  height: 100% !important;
}

.section-sevico {
  background: #f3f3f2;
  height: 336px;
  overflow: hidden;
}

#box-servicos > div {
  width: 100%;
  margin-left: 15rem;
}

.tabs-left {
  border-bottom: none;
  max-width: 252px !important;
}

.tab-content > #serv-painel-01 {
  height: 32vh !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #009a44 !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover > i {
  background-color: #009a44 !important;
}

.tab-pane-content button {
  background: #009a44 !important;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 0 10px;
}

.panel-wrapper img {
  object-fit: cover;
}
.desk-slider{
  display: block;
}
.mobile-slider{
  display: none;
}
@media screen and (max-width: 675px) {
  .mobile-slider{
    display: block;
  }
  .desk-slider{
    display: block;
  }
  .main-slider-panel {
    overflow: hidden;
  }
  .panel-wrapper {
    max-height: 400px;
    width: 100%;
    /*transform: translateX(-25%);*/
  }
  .panel-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  display: flex;
  padding: 0 15px;
  width: 100%;
}

.grid-item {
  display: flex;
  flex-direction: column;
  /* width: 100%;*/
  margin-bottom: 3rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  max-height: 175px;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {


  .news:nth-child(4),
  .news:nth-child(5),
  .news:nth-child(6) {
    display: block;
  }

  .palavra-presi {
    padding: 0;
  }

  .grid-item img {
    object-fit: cover;
    object-position: 10% 27%;
  }
}
@media (max-width: 768px) {
  .mt44 {
    margin-top: 16px;
  }
}

.grid-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem;
}

.grid-item-content .heading {
  margin: 2rem 0 3rem;
  font-size: 1.2rem;
  max-height: 30px;
}

.grid-item-content .heading a {
  font-size: 1.2rem;
}

.flex-spacer {
  flex-grow: 1;
}

.meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.meta li {
  margin-right: 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  color: #999;
}

.meta li:last-of-type {
  margin-right: 0;
}

/*.zoom {
 padding: 50px;
 transition: transform .2s; !* Animation *!
 width: 100%;
 height: 100%;
}*/

.grid-item:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.more {
  text-transform: uppercase;
  color: #009a44;
  text-transform: uppercase;
  border-bottom: #009a44 1px solid;
  float: right;
  padding: 4px;
  font-weight: 600;
  font-size: 10px;
}

.pull-right {
  float: right;
}

.badge {
  padding: 2px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: #b94a48;
}

.badge-error:hover {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning:hover {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success:hover {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info:hover {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333333;
}

.badge-inverse:hover {
  background-color: #1a1a1a;
}

.heading a {
  color: #666;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.liquid-slider {
  top: -7px;
}

a:hover {
  color: none !important;
}

.padrao-barra-titulo {
  width: 100%;
  height: 120px;
  position: relative;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.mobile .nav-link {
  color: white !important;
}

.tabs button,
.tabs button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background-color: #005432 !important;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover,
.button:hover {
  background-color: transparent;
}

button:hover:before,
button:hover:after,
.button:hover:before,
.button:hover:after {
  color: #009a44;
}

button:after,
button:before,
.button:after,
.button:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------- Vertical Tabs */
.tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}

.tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}

@media screen and (min-width: 55rem) {
  .tabs .tab {
    float: left;
    clear: left;
    width: 30%;
  }

  .tabs .tab {
    margin: 1px 0 0 0;
    /* ---------------------- Tab Toggle */
  }

  .tabs .tab:nth-child(1) {
    margin: 0;
  }
}

.tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}

@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle {
    text-align: left;
  }
}

.tabs .tab .tab-toggle:after {
  content: "\25BC";
  position: absolute;
  display: block;
  right: 2rem;
  top: 43%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}

.tabs .tab .tab-toggle.active {
  color: white;
  background-color: white;
  cursor: default;
}

.tabs .tab .tab-toggle.active:after {
  color: #009a44;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle.active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
    -o-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    right: 1rem;
  }
}

.tabs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  background-color: #efefef;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 55rem) {
  .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    opacity: 0;
    padding: 0rem 2rem 2rem 2rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (max-width: 426px) {
  .presi h2 {
    padding-top: 0 !important;
    padding-bottom: 0;
    text-align: center !important;
  }
  .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.tabs .content.active {
  max-height: 1000px;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 879px) {
  .tabs .content.active {
    position: relative;
  }
}

.tabs .content div {
  position: absolute;
}

.tab-image {
  height: auto;
  width: 100%;
}

/* @media screen and (max-width: 879px) {
  .tabs .content.active {
    height: auto;
    background-size: contain;
  }
} */

@media screen and (min-width: 55rem) {
  .tabs .content.active {
    background: #005432;
    display: flex;
    max-height: none;
    height: 100%;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .tab-image {
    width: 100%;
    height: fit-content !important;
    max-width: 100%;
  }
}

.tabs .content > .heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.tabs .content {
  padding-left: 0 !important;
}

.tabs {
  overflow: hidden;
  height: 100%;
}

.padrao-barra-titulo {
  width: 100%;
  height: 120px;
  position: relative;
}

.cor1-bg {
  background-color: #005432;
}

/*.padrao-barra-titulo::before {
 position: absolute;
 content: "";
 height: 100%;
 width: calc(100% + 1000px);
 top: 0px;
 left: -15px;
 background: inherit;
}*/

.padrao-barra-titulo div {
  position: relative;
  top: 50%;
  margin-top: 16px;
  transform: translateY(-50%);
}

.container-full {
  width: 100% !important;
  max-width: 100% !important;
}

.content-iframe {
  padding: inherit;
}

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

@media screen and (max-width: 768px) {
  .container .eventos {
    padding: 0;
  }
  .container.eventos .col-lg-7 {
    padding: 0;
  }
  .content-iframe {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  #iframe-diario {
    height: 660px;
  }
}

.box-titulo {
  margin-bottom: 0px;
  border-top: solid 0px;
  border-left: solid 8px;
  border-bottom: solid 0px;
  border-right: solid 0px;
}

.cor4-texto {
  color: #ffffff !important;
}

.border-color-3 {
  border-color: #82b531 !important;
}

.completa-after-left::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  left: 0px;
  top: 0px;
  background: inherit;
}

.box-titulo h1 {
  font-size: 27px;
  line-height: 22px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  font-weight: 300;
}

.box-titulo h1 b {
  font-weight: 700 !important;
  color: white;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 1119px) {
  .container-full .container {
    min-width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  .entrar {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .entrar {
    display: block;
  }
}

.teste li a {
  padding-right: 0 !important;
}

.dropdown-item {
  white-space: normal !important;
}

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

button .tab-toggle {
  padding: 0rem !important;
}

.grid-item .col-lg-6 {
  padding-right: 0 !important;
}

.clearfix hr {
  border-top: 0px !important;
}

.contador {
  background: url("https://www.facesp.com.br/img/site/impostometro.jpg")
    no-repeat;
  width: 100%;
  height: 72px;
  background-size: contain;
}
.numeros {
  font-weight: normal;
  color: #f00;
  font-size: -11px;
  font-family: Arial;
  letter-spacing: 12px;
  font-size: 10px !important;
  margin-left: 27px;
  top: 54px;
  position: absolute;
}

.tick-flip {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  filter: none;
  float: left;
  line-height: 1;
  margin-bottom: 0.125em;
  padding: 0;
  position: relative;
  width: 100%;
  zoom: 1;
}
.tick-flip span {
  padding: 0 3px;
  font-size: 16px;
  color: #f00;
  font-family: Arial, Helvetica, sans-serif;
}

.valor {
  float: left;
}

@media only screen and (min-width: 947px) and (max-width: 1199px) {
  .tick-flip span {
    font-size: 10px !important;
  }
  .numeros {
    margin-left: 19px !important;
    top: 44px !important;
    letter-spacing: 12px !important;
  }
  .desktop nav ul li a {
    font-size: 11px !important;
  }
}

.center-block {
  display: flex;
  justify-content: center;
}

.contact-page {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

h1.contact-header {
  background: #005432;
  padding: 8px;
  color: #ffffff;
}

h1.contact-header > span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.impostometro-container {
  text-align: center;
}

@media (max-width: 680px) {
  .impostometro-container {
    display: block !important;
  }
}

.gastometro-container {
  text-align: left;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
}

.gastometro-container iframe {
  border: 0;
  display: block;
}

@media (max-width: 680px) {
  .gastometro-container {
    display: block !important;
  }
}

div.list-container {
  background: #ffffff;
  padding: 20px;
  padding-top: 0;
  width: auto;
}

div.list-breadcrumbs {
  background: #ffffff;
}

.list-header {
  position: relative;
  top: -5px;
}

div.regular-pages {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.imprensa-container {
  display: flex;
}

div.imprensa-container > div.bloco {
  flex: 1 1;
  min-height: 155px;
}

.new-modal-dialog { 
	display: none;
	position: fixed;
	z-index: 2000;
	width: 100%; 
	bottom: 0; 
	margin: 0px;
	animation-duration: 0.4s;
	color: rgb(255, 255, 255);
	animation-delay: 0s; 
}

.new-modal-body {
	background: rgba(0, 0, 0, 0.9);
}

.new-modal-content-2 { 
	background-color: transparent; 
	border: none !important; 
}

.new-cookie-text { 
	display: flex;
	flex-direction: row;
	align-items: center; 
	justify-content: space-between; 
	margin-left: 30px; 
  width: 100%;
  padding: 16px;
}

.new-cookie-conteudo {
	width: 100%;
}

.new-cookie-conteudo h5 { 
	font-size: 18px;  color: #fff; 
  text-align: initial;
}

.new-cookie-conteudo p { 
	font-size: 15px; color: #FFF;
  text-align: initial;
}

.new-cookie-conteudo p a{
	color: #2c94d4;
}

.new-cookie-conteudo p a:hover{
	text-decoration: underline;
}

.new-cookie-btn { 
	display: flex;
	height: auto;
	justify-content: end;
}

.new-cookie-btn input { 
	font-size: 12px; 
	width: 112px; 
	height: 57px; 
	color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700; 
	background: #111; 
	background: linear-gradient(to right, #005432 50%, #009a44 50%); 
	background-size: 200% 100%; 
	background-position: right bottom;
	border: none; 
	text-transform: uppercase; 
	cursor: pointer; 
	margin: 12px; 
	padding: 12px 
}

.new-cookie-btn input:hover { 
	background-position: left bottom;
		transition: all .3s ease;
}

@media (max-width: 1200px){
  .servicos {
      max-width: 100% !important;
  }
  .tab-image {
    object-fit: cover !important;
  }
}

@media (max-width: 650px){
	.new-cookie-text {
		flex-direction: column;
		margin-left: 0px;
		align-items: revert;
	}
}

.grecaptcha-badge{
  position: fixed;
  z-index: 99999;
  opacity: 0;
}