@charset "UTF-8";
input[type=checkbox] {
  border: none;
}

input[type=text],
input[type=email] {
  border-radius: 20px;
  width: 100%;
  outline: none;
  height: 24px;
  color: #232323;
  font-weight: 500;
  padding: 20px 20px !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  font-weight: 500;
  color: #e9543e;
  font-size: 15px;
}
input[type=text]::placeholder,
input[type=email]::placeholder {
  font-weight: 500;
  color: #e9543e;
  font-size: 15px;
}
input[type=text]:focus,
input[type=email]:focus {
  border: 2px solid #e9543e;
}

input[type=submit],
.gform_button {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 15px;
  padding: 15px 40px;
}
input[type=submit]:hover,
.gform_button:hover {
  background-color: #e9543e;
  border-color: #e9543e;
}
input[type=submit].center,
.gform_button.center {
  height: 80px;
  align-content: center;
}

select {
  border: 2px solid #333;
  border-radius: 30px;
  width: 100%;
  outline: none;
  height: auto;
  font-weight: 500;
  padding: 10px 20px;
  background: white;
  font-weight: 500;
  font-size: 15px;
}

.noticias select {
  border: none;
  background: transparent;
  color: #ff3419;
  display: flex;
  height: auto;
  font-weight: 600;
  margin-top: 40px;
  outline: none;
  width: 200px;
}
.noticias select * {
  border: none;
}
.noticias select option:hover {
  color: #e9543e;
}
.noticias select:focus {
  border: none;
}

.error {
  color: #e9543e;
  text-align: right;
  width: 100%;
}

textarea {
  border: 2px solid #333;
  border-radius: 20px;
  width: 100%;
  outline: none;
  min-height: 200px;
  color: #232323;
  font-weight: 500;
  padding: 20px 20px !important;
}
textarea::-moz-placeholder {
  font-weight: 500;
  color: #e9543e;
  font-size: 15px;
  font-weight: 300;
}
textarea::placeholder {
  font-weight: 500;
  color: #e9543e;
  font-size: 15px;
  font-weight: 300;
}
textarea:focus {
  border: 2px solid #e9543e;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #fff;
  transform: translateY(-0.075em);
  float: left;
  margin-right: 20px;
  display: grid;
  place-content: center;
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
  overflow: hidden;
}

input[type=checkbox]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em currentColor;
  /* Windows High Contrast Mode */
  background-color: currentColor;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled {
  color: #232323;
  cursor: not-allowed;
}

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.form-control + .form-control {
  margin-top: 1em;
}

.form-control--disabled {
  color: #232323;
  cursor: not-allowed;
}

* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a.red-link {
  color: #e9543e;
}
a.red-link:hover {
  background-color: #fff;
}

.rdstation-popup-position-bottom_right {
  bottom: 10px !important;
  right: 10px !important;
  background-color: transparent;
}
.rdstation-popup-position-bottom_right h1 {
  font-family: "Poppins", sans-serif !important;
  text-align: center !important;
  background: #ff5e3d !important;
  color: #fff !important;
  height: 80px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  place-content: center !important;
  margin-bottom: 20px !important;
}
.rdstation-popup-position-bottom_right h1 strong {
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
}
.rdstation-popup-position-bottom_right h3 {
  font-family: "Poppins", sans-serif !important;
}
.rdstation-popup-position-bottom_right h3 strong {
  font-weight: 100 !important;
  font-family: "Poppins", sans-serif !important;
}

.bricks--component {
  padding: 0 !important;
  margin: 0 !important;
}
.bricks--component label {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  color: #ccc !important;
}
.bricks--component .bricks-form__input {
  border-color: #c9c9c9 !important;
  border-radius: 5px !important;
}

.bricks--section > div {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.bricks--close--button.rdstation-popup-js-close-button {
  top: 25px !important;
  right: 25px !important;
}

.bricks--component-popup {
  border-radius: 30px !important;
  overflow: hidden !important;
}
.bricks--component-popup .bricks--component-text {
  max-width: none !important;
}
.bricks--component-popup .bricks--component-button {
  margin-bottom: 40px !important;
  width: calc(100% - 40px) !important;
  display: block !important;
  max-width: none !important;
  font-family: "Poppins", sans-serif !important;
}
.bricks--component-popup .bricks-form__fieldset {
  margin: 10px 20px !important;
}
.bricks--component-popup .bricks--column > div {
  background-color: #fff !important;
  padding: 0 !important;
}

.clear {
  clear: both;
}

.text-red {
  color: #e9543e;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 0;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

a,
button {
  border: none !important;
  outline: none;
  box-shadow: none;
}

.left0 {
  left: 0;
}

.right0 {
  right: 0;
}

.pill-red {
  padding: 5px 40px;
  color: #fff;
  background-color: #e9543e;
  border-radius: 16px;
  font-size: 12px;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.arrows {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 10px;
}
.arrows button.arrow {
  width: 30px;
  background: #232323;
  color: #e9e9e9;
  border-radius: 15px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.arrows button.arrow:hover {
  background-color: #e9543e;
}

.moldura_news,
.moldura_mais_mobile,
.moldura_news_mobile,
.moldura_01,
.moldura_02,
.moldura_03,
.moldura_04,
.moldura_05,
.moldura_06 {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  padding-bottom: 20px;
  margin-right: 20px;
}

.color-half-White {
  background-color: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
}

p.tempo_estimado {
  color: #949494;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  position: absolute;
  bottom: 10px;
}

#menu-rodape {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  flex-direction: row;
}

.breadcrumbs {
  font-size: 15px;
  padding: 5px;
  font-weight: 500;
}
.breadcrumbs i {
  font-size: 11px;
  font-weight: 600;
}
.breadcrumbs a {
  color: #fff !important;
  font-weight: 500;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

iframe {
  border: 0;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center !important;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

p {
  font-size: 14px;
  font-weight: 400;
  word-spacing: 5px;
  letter-spacing: 1.2;
}

.pin-header {
  display: none;
}

a {
  font-weight: 600;
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #e9543e;
}
a:focus {
  color: #e9543e;
}
a i {
  -webkit-text-stroke: 2px;
}

table.pd td {
  border-width: 1px;
  text-align: center;
  font-weight: 800;
  padding: 10px;
}
table.pd td.regular {
  font-weight: 500;
}

.row {
  flex-flow: row wrap;
  display: flex;
  width: 100%;
}
.row.txt {
  flex-flow: row;
  gap: 50px;
}
.row [class*=col] {
  flex-flow: column;
  display: flex;
  margin-bottom: 10px;
}

footer .bottom .right a.socials-icon,
a.socials-icon {
  width: 37px;
  height: 37px;
  display: flex;
  font-size: 0;
  background-image: url(../images/redes.png);
}
footer .bottom .right a.socials-icon.face,
a.socials-icon.face {
  background-position-x: -113px;
}
footer .bottom .right a.socials-icon.insta,
a.socials-icon.insta {
  background-position-x: -76px;
}
footer .bottom .right a.socials-icon.linkedin,
a.socials-icon.linkedin {
  background-position-x: -37px;
}
footer .bottom .right a.socials-icon.youtube,
a.socials-icon.youtube {
  background-position-x: 0;
}

.sizes-missing .photonic-thumb {
  display: block;
}

.photonic-masonry-horizontal-layout.sizes-missing .photonic-thumb a img,
.photonic-masonry-layout.sizes-missing .photonic-thumb a img,
.photonic-mosaic-layout.sizes-missing .photonic-thumb a img,
.photonic-random-layout.sizes-missing .photonic-thumb a img {
  display: block;
}

.photonic-slideshow-thumbs img {
  display: block;
}

.sizes-present .photonic-thumb img {
  visibility: visible;
}

button.mfp-close {
  top: 40px;
  left: 20px;
  position: absolute;
}

.search-item .image {
  min-width: 620px;
}

.card .image {
  list-style: none;
}
.card .image a {
  width: 100%;
  height: 100%;
}
.card .image::before {
  content: "";
  height: 0;
  float: left;
  padding-bottom: 50%;
}
.card .image::after {
  content: "";
  display: block;
  clear: both;
}
.card p {
  font-weight: 500;
}
.card.gota {
  background-image: url(../images/aba.png);
  background-repeat: no-repeat;
  background-position: 0 20px;
  padding: 40px;
  background-color: #fff;
  overflow: visible;
}
.card.gota h1,
.card.gota h2,
.card.gota h3,
.card.gota h4,
.card.gota h5,
.card.gota h6 {
  margin: 0;
}
.card.ponta {
  background-image: url(../images/ponta-p2.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 40px;
  background-color: #fff;
  overflow: visible;
  box-shadow: none;
  border: none;
}
.card.row {
  flex-direction: row;
  flex-flow: row nowrap;
  overflow: hidden;
}
.card.row .next {
  margin-bottom: 40px;
  font-weight: 500;
  color: #666;
}
.card.row .image {
  overflow: visible;
  max-width: 50%;
  padding: 0;
  max-height: 100%;
}
.card.row .container {
  max-width: 50%;
}
.card.row .container h1,
.card.row .container h2,
.card.row .container h3,
.card.row .container h4,
.card.row .container h5,
.card.row .container h6 {
  margin: 0;
}

.center {
  text-align: center;
}

.separator {
  width: 2px;
  height: 30px;
  background: #333;
  align-self: center;
  margin: 30px;
}

.blackcard {
  background-color: #232323;
  color: #fff;
  padding: 60px 60px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.blackcard p {
  margin: 0px 60px 0px 0px;
}
.blackcard:after {
  content: "";
  background-image: linear-gradient(#5ececb, #f33e6d, #a000b4);
  width: 60px;
  font-size: 50px;
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
}

.mobile-block,
.mobile {
  display: none;
}

blockquote {
  font-style: italic;
  border-left: 10px solid #e9543e;
  padding: 10px 0 20px 40px;
}
blockquote aside {
  display: block;
  margin: 20px 0 0 0;
  text-align: right;
}
blockquote aside p {
  font-weight: 800;
  margin: 0;
  padding: 0;
}
blockquote aside small {
  margin: 0;
  padding: 0;
}
blockquote code {
  color: #232323;
}
blockquote code > p {
  display: inline;
}
blockquote code:before {
  content: "“";
  color: #e9543e;
  font-size: 50px;
  display: block;
  height: 40px;
}
blockquote code:after {
  content: "”";
  color: #e9543e;
  font-size: 50px;
  display: block;
  float: right;
  height: 20px;
}

a.special {
  color: #232323;
  font-size: 19px;
  margin: 0 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  place-content: center;
  margin-top: 50px;
}

article {
  display: flex;
  margin-bottom: 30px;
}
article .image img {
  border-radius: 25px;
  width: 100%;
  height: auto;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.flex {
  display: flex;
}

.bg-white {
  background-color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #232323;
  background-color: #e9e9e9;
  display: flex;
  flex-direction: column;
}
body p {
  margin-top: 16px;
  line-height: 24px;
  word-spacing: normal;
  letter-spacing: 0.8px;
}
body h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 10px;
}

header {
  padding: 0 10px;
  width: 100%;
  display: flex;
}
header .search_form {
  display: none;
}
header .input-search {
  margin-top: 0px;
  border: none;
  border-radius: 20px;
  width: 140px;
  outline: none;
  background: #fff;
}
header .input-search input[type=text] {
  padding: 0 10px !important;
  height: 29px;
  display: flex;
}
header .input-search .btn-search {
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
header .bico {
  background: url(../images/ponta.png) no-repeat center 0;
  height: 200px;
  position: absolute;
  z-index: 999;
  width: 250px;
  top: 102px;
}
header ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1280px;
  width: 100%;
  justify-content: space-between;
  margin: 26px 0px;
  padding: 0;
}
header ul li {
  margin: 0 0px;
  height: 50px;
  display: flex;
  align-items: center;
  min-width: auto;
  justify-content: center;
}
header ul li ul li {
  align-items: center;
  justify-content: flex-start;
}
header ul li.logo {
  margin: 0;
  width: 133px;
}
header ul li.logo a {
  margin: 0;
}
header ul li.logo a img {
  width: 133px;
}
header ul .nav-link {
  padding: 10px;
}
header ul a.nav-link {
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  gap: 5px;
}
header ul a.nav-link:hover {
  color: #e9543e;
}
header ul a.nav-link:focus {
  color: #e9543e;
}

.simple-header {
  background-color: #e9543e;
  width: 100%;
  padding: 60px 0;
  display: flex;
  color: #fff;
}
.simple-header h4 {
  text-transform: lowercase;
}
.simple-header .social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.relatorio-header {
  background-color: #e9543e;
  width: 100%;
  padding: 0;
  display: flex;
  color: #fff;
}
.relatorio-header .relative {
  position: relative;
}
.relatorio-header .relative .social {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.relatorio-header .text {
  position: absolute;
  z-index: 2;
  top: 50%;
  /* left: 50%; */
  right: 30px;
  max-width: 480px;
  transform: translateY(-50%);
  width: 100%;
}
.relatorio-header img {
  position: relative;
  z-index: 1;
}

.social ul {
  display: flex;
  gap: 7px;
  margin-bottom: 0;
}
.social ul li {
  display: flex;
}

#myCarousel,
#myCarousel2 {
  background-color: #e9543e;
}
#myCarousel ol.carousel-indicators,
#myCarousel2 ol.carousel-indicators {
  display: flex;
  gap: 10px;
}
#myCarousel ol.carousel-indicators li,
#myCarousel2 ol.carousel-indicators li {
  height: 5px;
  border-radius: 5px;
  width: 80px;
  border: none;
  background: #e9e9e9;
}
#myCarousel ol.carousel-indicators li.active,
#myCarousel2 ol.carousel-indicators li.active {
  background-color: #333;
}
#myCarousel .navigator-slide,
#myCarousel2 .navigator-slide {
  display: flex;
  width: 580px;
  position: absolute;
  bottom: 50px;
  right: 20px;
}
#myCarousel .navigator-slide .carousel-control-next,
#myCarousel .navigator-slide .carousel-control-prev,
#myCarousel2 .navigator-slide .carousel-control-next,
#myCarousel2 .navigator-slide .carousel-control-prev {
  height: 35px;
  width: 35px;
  background-color: #232323;
  border-radius: 25px;
  padding: 8px;
}
#myCarousel .social,
#myCarousel2 .social {
  position: absolute;
  top: 32px;
  right: 45px;
  z-index: 9999;
}
#myCarousel .social ul,
#myCarousel2 .social ul {
  gap: 7px;
}
#myCarousel .carousel-caption,
#myCarousel2 .carousel-caption {
  top: 145px;
  width: 410px;
  right: 105px;
  left: auto;
}
#myCarousel .carousel-inner span,
#myCarousel2 .carousel-inner span {
  background-color: #232323;
  border-radius: 20px;
  height: 40px;
  width: 40px;
}
#myCarousel .carousel-item,
#myCarousel2 .carousel-item {
  background: transparent;
  height: 638px;
}
#myCarousel .carousel-control-prev .carousel-control-prev,
#myCarousel2 .carousel-control-prev .carousel-control-prev {
  height: 50px;
  width: 50px;
  background: #232323;
}

.input-search {
  margin-top: 30px;
  border: 2px solid #232323;
  border-radius: 20px;
  width: 100%;
  outline: none;
  display: flex;
}
.input-search button {
  outline: none;
}
.input-search input[type=text] {
  height: 24px;
  color: #232323;
  font-weight: 800;
  padding: 20px 20px;
  border: none !important;
}
.input-search input[type=text]::-moz-placeholder {
  font-weight: 800;
  color: #232323;
  font-size: 10px;
  font-weight: 300;
}
.input-search input[type=text]::placeholder {
  font-weight: 800;
  color: #232323;
  font-size: 10px;
  font-weight: 300;
}
.input-search input[type=text]:focus {
  border: 2px solid #e9543e;
}

.limit {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
main .links a {
  color: #e9543e;
}
main .limit {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px 0;
  overflow: hidden;
}
main .dist {
  background-color: #fff;
  padding: 0 0;
  position: relative;
}
main .dist .quadro {
  position: absolute;
  left: 10px;
}
main .dist .quadro h1,
main .dist .quadro p {
  margin: 0;
}
main .dist .continue {
  background-color: #e9e9e9;
  z-index: 1;
  position: absolute;
  top: 410px;
  padding-top: 130px;
  background-image: none;
  width: 100%;
}
main .dist .mapa {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 0;
  z-index: 2;
  float: right;
}
main .dist .mapa .pins a {
  position: absolute;
}
main .dist .mapa .pins a:hover .e-hotspot__icon {
  background-color: #e9543e;
}
main .dist .mapa .pins a .e-hotspot__icon {
  background-color: #232323;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 24px;
  border: 6px solid #fff;
}
main .associadas {
  background-color: #fff;
  padding-bottom: 100px;
}
main .associadas h4 {
  font-size: 18px;
  border-bottom: 2px solid #ff7b00;
  font-weight: 800;
}
main .associadas ul {
  list-style: none;
  border-bottom: 1px dashed #b7b7b7;
  padding-bottom: 20px;
  padding-left: 0;
}
main .associadas ul li a {
  color: #232323;
  text-decoration: none;
}
main .associadas ul li a span {
  font-size: 17px;
  font-weight: 600;
}
main .associadas ul li a i {
  font-size: 14px;
}
main .associadas ul li a:hover {
  text-decoration: underline;
}
main .topo {
  background: url(../images/topo.jpg) no-repeat;
  width: 100%;
  height: 620px;
  max-width: 1280px;
}
main .hero {
  background-color: #fff;
  width: 100%;
  min-height: 620px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
main .hero.home .limit img {
  top: 0;
  height: auto;
}
main .hero .content-hero {
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 60px;
}
main .hero .content-hero h1 {
  text-align: left;
  width: 100%;
}
main .hero .content-hero p {
  text-align: left;
  font-weight: 500;
  width: 100%;
}
main .hero img {
  position: relative;
  z-index: 11;
}
main .hero .fluid {
  width: 100%;
  position: absolute;
  background-color: #e9e9e9;
  background-image: url(../images/ponta-p.png);
  background-repeat: no-repeat;
  background-position: center 0;
  height: 80px;
  bottom: 0;
  z-index: 1;
}
main .hero .squaremid {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: white;
  transform: translateX(-25px) rotate(45deg);
  left: 50%;
  top: -55px;
  border-radius: 20px;
}
main .papers {
  width: 100%;
  padding: 30px 0 0;
}
main .papers h1 {
  margin: 0 10px 70px;
}
main .papers h3 {
  font-size: 25px;
  margin: 0;
}
main .papers h4 {
  font-size: 20px;
}
main .papers p {
  font-size: 15px;
}
main .papers .links {
  text-align: right;
  color: #e9543e;
}
main .papers .card {
  box-shadow: none;
}
main .news {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
}
main .news h1 {
  margin-bottom: 70px;
}
main .news .links {
  text-align: right;
  color: #e9543e;
}
main .dist {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 0;
  padding-top: 50px;
}
main .dist svg {
  height: 100%;
  width: 100%;
}
main .dist h1 {
  margin-bottom: 70px;
  text-align: center;
}
main .dist p {
  font-size: 15px;
  margin-top: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
main .dist .links {
  text-align: right;
  color: #e9543e;
}
main .into-sector {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 20px;
}
main .into-sector h1 {
  margin-bottom: 70px;
}
main .into-sector p {
  font-size: 15px;
  margin-top: 16px;
  line-height: 20px;
  text-align: justify;
}
main .into-sector .links {
  text-align: right;
  color: #e9543e;
}
main .forms {
  background-color: #fff;
  width: 100%;
  padding: 0px;
  position: relative;
}
main .forms h1 {
  padding: 50px 0;
}
main .forms p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .forms .address-floating {
  position: absolute;
  right: 20px;
  top: 40px;
}
main .forms .address-floating .contact {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
main .forms .address-floating .contact p {
  font-weight: 600;
}
main .forms .address-floating .contact svg {
  margin-right: 10px;
}
main .forms .address-floating .flex .address-text {
  margin: 0;
}
main .forms .address-floating svg {
  margin-right: 10px;
}
main .forms label {
  padding: 30px 0 0 0;
}
main .forms .btn-right {
  display: flex;
  float: right;
  margin-top: 30px;
}
main .search {
  background-color: #fff;
  width: 100%;
  padding: 0 0 60px 0;
}
main .search h1 {
  padding: 50px 0;
}
main .search p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .search label {
  padding: 30px 0 0 0;
}
main .search .btn-right {
  display: flex;
  float: right;
  margin-top: 30px;
}
main .relatorio {
  background-color: #fff;
  width: 100%;
  padding: 0 0 60px 0;
}
main .relatorio .inside {
  margin: 50px 0;
}
main .relatorio h1 {
  padding: 50px 0;
}
main .relatorio p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .noticias {
  background-color: #fff;
  width: 100%;
  padding: 0;
}
main .noticias .inside {
  margin: 50px 0;
}
main .noticias h1 {
  padding: 50px 0;
}
main .noticias p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .sobre {
  background-color: #fff;
  width: 100%;
  padding: 0 0 60px 0;
}
main .sobre .inside {
  margin: 50px 0;
}
main .sobre h1 {
  padding: 50px 0;
  text-align: center;
}
main .sobre p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .sobre .background-limit {
  position: relative;
}
main .sobre .background-limit .listra {
  background-color: #e9e9e9;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 80px;
}
main .sobre .background-limit .hero,
main .sobre .background-limit .hero2 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  padding: 0 0 60px 0;
  z-index: 999;
  position: relative;
}
main .sobre .background-limit .hero ul li,
main .sobre .background-limit .hero2 ul li {
  margin: 20px 0;
}
main .sobre .background-limit .hero ul li::marker,
main .sobre .background-limit .hero2 ul li::marker {
  color: #e9543e;
}
main .sobre .background-limit .hero .conteudo,
main .sobre .background-limit .hero2 .conteudo {
  padding-top: 750px;
}
main .sobre .background-limit .hero {
  background-image: url(../images/todos.png);
}
main .sobre .background-limit .hero2 {
  background-image: url(../images/energia-todos.png);
}
main .white {
  background-color: #fff;
  width: 100%;
  padding: 60px 0;
}
main .white .sistema-dist {
  margin-top: 40px;
  gap: 40px;
}
main .white .right-bc {
  padding: auto;
  padding: 60px 0;
  padding-left: 30px;
}
main .white .inside {
  margin: 50px 0;
}
main .white h1 {
  padding: 50px 0;
}
main .white p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .white .background-limit {
  position: relative;
}
main .white .background-limit .listra {
  background-color: #e9e9e9;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 80px;
}
main .white .background-limit .hero,
main .white .background-limit .hero2 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  padding: 0 0 60px 0;
  z-index: 999;
  position: relative;
}
main .white .background-limit .hero ul li,
main .white .background-limit .hero2 ul li {
  margin: 20px 0;
}
main .white .background-limit .hero ul li::marker,
main .white .background-limit .hero2 ul li::marker {
  color: #e9543e;
}
main .white .background-limit .hero .conteudo,
main .white .background-limit .hero2 .conteudo {
  padding-top: 750px;
}
main .white .background-limit .hero {
  background-image: url(../images/todos.png);
}
main .white .background-limit .hero2 {
  background-image: url(../images/energia-todos.png);
}
main .white ul li {
  margin: 20px 0;
}
main .white ul li::marker {
  color: #e9543e;
}
main .projetos,
main .assista {
  padding: 60px 0 250px 0;
}
main .projetos p.subtitle,
main .assista p.subtitle {
  max-width: 600px;
  text-align: center;
  width: 100%;
  margin: 50px auto;
}
main .conteudo-interno {
  background-color: #fff;
  width: 100%;
  padding: 0 0 60px 0;
}
main .conteudo-interno .limitador {
  border-right: 5px solid #e9543e;
  background-color: transparent;
  background-image: url(../images/limitador0-red.png);
  background-repeat: no-repeat;
  background-position: right -1px center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 80px;
}
main .conteudo-interno .drop {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-self: center;
  text-align: center;
  gap: 10px;
}
main .conteudo-interno .drop p {
  font-size: 15px;
  font-weight: 500;
}
main .conteudo-interno .inside {
  margin: 50px 0;
}
main .conteudo-interno h1 {
  padding: 50px 0;
}
main .conteudo-interno p.subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
main .conteudo-interno .background-limit {
  position: relative;
}
main .conteudo-interno .background-limit .listra {
  background-color: #e9e9e9;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 90px;
}
main .conteudo-interno .background-limit .hero {
  background-color: transparent;
  background-image: url(../images/todos.png);
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  padding: 0 0 60px 0;
}
main .conteudo-interno .background-limit .hero ul li {
  margin: 20px 0;
}
main .conteudo-interno .background-limit .hero ul li::marker {
  color: #e9543e;
}
main .conteudo-interno .background-limit .hero .conteudo {
  padding-top: 750px;
}

.links a {
  color: #232323;
  font-size: 19px;
  margin: 0 14px;
  font-weight: 600;
  text-decoration: none;
}

.card_320 {
  width: 360px;
}

.card {
  padding: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  min-width: 340px;
}
.card a {
  font-weight: 300;
}
.card h2 a {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.card h3 a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.card h4 a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 0;
}
.card h5 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.card h6 a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.card.vertical {
  height: 100%;
  height: calc(100% - 30px);
}
.card.vertical .image {
  height: 300px;
  overflow: hidden;
}
.card.vertical .image a {
  width: 100%;
  height: 100%;
}
.card.transparent {
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.card.transparent .container {
  padding: 10px 10px 0px 10px;
}
.card.transparent p {
  margin-bottom: 0;
}
.card .btn {
  max-width: 160px;
}
.card .image img {
  /*tirar*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.card .image .card small {
  margin: 25px 20px;
}
.card .image .card h4 {
  margin: 4px 20px;
}
.card .image .card p {
  margin: 4px 20px;
}
.card .container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.card p {
  margin-top: 16px;
  line-height: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 15px;
  padding: 15px 40px;
  font-weight: 600;
  min-width: 140px;
}
.btn-primary:hover {
  background-color: #e9543e;
  border-color: #e9543e;
}
.btn-primary:focus {
  background-color: #e9543e;
  border-color: #e9543e;
}
.btn-primary.center {
  height: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.metaslider {
  background-color: #fff;
}

footer {
  color: #fff;
  padding-top: 30px;
  background-color: #e9543e;
  position: relative;
  z-index: 10;
}
footer .logo {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
footer small {
  width: 200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-top: 9px;
}
footer hr {
  background: #fff;
  height: 2px;
  opacity: 1;
}
footer .form {
  width: 400px;
  display: flex;
  flex-direction: column;
}
footer .form input[type=checkbox] {
  border: none;
  border-radius: 20px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
footer .form input[type=text],
footer .form input[type=email] {
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  outline: none;
  height: 24px;
  color: #e9543e;
  font-weight: 800;
  padding: 0 20px;
}
footer .form input[type=text]::-moz-placeholder, footer .form input[type=email]::-moz-placeholder {
  font-weight: bold;
  color: #e9543e;
  font-size: 10px;
  font-weight: 300;
}
footer .form input[type=text]::placeholder,
footer .form input[type=email]::placeholder {
  font-weight: bold;
  color: #e9543e;
  font-size: 10px;
  font-weight: 300;
}
footer .form input[type=text]:focus,
footer .form input[type=email]:focus {
  outline: none;
  border: none;
}
footer .form .component input[type=text],
footer .form .component input[type=email] {
  border-radius: 20px 0px 0px 20px;
  margin: 0px;
}
footer .form .formcontrol,
footer .form #input_2_7 {
  border: none;
  border-radius: 0px 20px 20px 0px;
  width: 95px;
  background-color: #fff;
  height: 40px;
  padding-right: 3px;
}
footer .form .formcontrol input[type=submit],
footer .form .formcontrol button,
footer .form .formcontrol button[type=submit],
footer .form #input_2_7 input[type=submit],
footer .form #input_2_7 button,
footer .form #input_2_7 button[type=submit] {
  background-color: #e9543e;
  border: none;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  width: 90px;
  outline: none;
  margin-top: 2px;
}
footer .form .formcontrol input[type=submit] i,
footer .form .formcontrol button i,
footer .form .formcontrol button[type=submit] i,
footer .form #input_2_7 input[type=submit] i,
footer .form #input_2_7 button i,
footer .form #input_2_7 button[type=submit] i {
  margin: 0;
}
footer .wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 5px;
}
footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  position: absolute;
  background: #b58513;
}
footer .links {
  justify-content: space-between;
  place-content: center;
  padding: 0 40px;
  padding-top: 65px;
  padding-bottom: 40px;
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
}
footer .links .row {
  width: 100%;
}
footer .links .row ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
footer .links .row ul.last-child {
  align-self: flex-end;
}
footer .links .row ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .links .row ul li a {
  color: #fff;
  font-size: 11px;
  margin: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 0;
  width: 100%;
}
footer .links .row ul li a i {
  margin-left: 5px;
}
footer .links .row ul li a.title {
  font-weight: 800;
  margin-bottom: 15px;
}
footer .links .row ul li a:hover {
  background-color: #fff;
  color: #e9543e;
}
footer .address {
  justify-content: space-between;
  padding: 0px 55px;
  padding-top: 45px;
  padding-bottom: 40px;
  display: flex;
}
footer .address a {
  color: #fff;
  text-decoration: underline;
}
footer .address .flex {
  align-items: center;
  gap: 10px;
}
footer .address .flex.right {
  gap: 60px;
}
footer .address i {
  margin-right: 10px;
}
footer .address .form p {
  font-weight: 300;
}
footer .address .form p.bold {
  font-weight: 600;
  margin-bottom: 10px;
  word-spacing: normal;
}
footer .address .contact svg {
  margin-right: 10px;
}
footer .address .contact p {
  word-spacing: normal;
}
footer .address p {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  margin: 0;
}
footer .address p.address-text {
  margin: 0;
  font-weight: 300;
  letter-spacing: normal;
  word-spacing: normal;
}
footer .address p.acordo {
  margin-top: 20px;
  letter-spacing: normal;
  word-spacing: normal;
}
footer .bottom {
  padding: 0px 55px;
  padding-top: 42px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
footer .bottom .right {
  display: flex;
  align-items: center;
}
footer .bottom .right a {
  color: #fff;
  font-size: 10px;
  align-items: center;
}
footer .bottom .right .social {
  display: flex;
  gap: 10px;
  padding: 0 10px;
}
footer .bottom p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  align-self: center;
}
footer .bottom p span {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 300;
}
footer div.component {
  display: flex;
  font-size: 10px;
  font-weight: 400;
}
footer div.component i {
  -webkit-text-stroke: 1px;
}
footer .contact {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
footer .icon {
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

#map {
  transform: scale(2);
  display: flex;
  margin: 0 auto;
  margin-top: 250px;
}
#map .state {
  cursor: pointer;
}
#map .state .label_state {
  display: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
#map .state .label_icon_state {
  fill: #fff;
  font-family: Arial;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}
#map .state .shape {
  cursor: pointer;
  -width: 0;
}
#map .state:hover .label_state {
  display: block;
}

.model-orange .state .shape {
  fill: #e66465;
}
.model-orange .state .icon_state {
  fill: #9198e5;
}
.model-orange .state .label_icon_state {
  fill: #fff;
}
.model-orange .state .label_state {
  fill: #666;
}
.model-orange .state:hover .shape {
  fill: #9198e5;
}
.model-orange .state:hover .icon_state {
  fill: #61648d;
}

.menu .dropdown {
  position: relative;
}
.menu .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 12px 16px;
  z-index: 99999;
  top: 48px;
}
.menu .dropdown .dropdown-content ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 10px;
}
.menu .dropdown .dropdown-content ul li a {
  color: #232323;
  text-decoration: none;
  font-weight: 600;
}
.menu .dropdown .dropdown-content ul li a:hover {
  color: #e9543e;
}
.menu .dropdown > li:hover > .dropdown-content {
  display: block;
}

.bg-hero-city {
  background-image: url(../images/losango-city.png);
  height: 787px;
  background-repeat: no-repeat;
  background-position: right;
}

.paginator-square .pagination {
  place-content: flex-end;
  margin-right: 20px;
}
.paginator-square .pagination .page-numbers {
  font-size: 0;
  width: 80px;
  background: #fff;
  height: 8px;
  display: flex;
  border-radius: 4px;
}
.paginator-square .pagination .page-numbers.current {
  background: #232323;
}
.paginator-square .pagination .page-numbers.next {
  display: none;
}
.paginator-square .pagination .page-numbers.prev {
  display: none;
}

.pagination {
  align-items: center;
  flex-direction: row;
  margin: 30px 0;
  place-content: center;
  gap: 20px;
}
.pagination.vertical {
  flex-direction: row;
  justify-content: space-between;
}
.pagination .squares {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.pagination .squares a {
  background-color: #efefef;
  width: 60px;
  display: flex;
  font-size: 0;
  height: 5px;
}
.pagination .squares a.active {
  background-color: #232323;
}
.pagination .nav-links {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.current {
  color: #e9543e;
}
.pagination .nav-links .page-numbers:hover {
  text-decoration: underline;
}
.pagination .next,
.pagination .prev {
  gap: 20px;
  display: flex;
}
.pagination .next a,
.pagination .prev a {
  font-size: 18px;
  font-weight: 900;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #232323;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
.pagination .next a:hover,
.pagination .prev a:hover {
  text-decoration: underline;
}

.continue {
  display: flex;
  padding: 60px 0;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/ponta-p.png);
  background-repeat: no-repeat;
  background-position-x: center;
}
.continue div.bloco {
  max-width: 440px;
  text-align: center;
  padding: 0 0 30px 0;
}
.continue div.bloco p {
  font-size: 22px;
  font-weight: 500;
}
.continue button {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}

.continue2 {
  background-color: #fff;
  display: flex;
  padding: 60px 0;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/ponta-p2.png);
  background-repeat: no-repeat;
  background-position-x: center;
}
.continue2 div.bloco {
  max-width: 440px;
  text-align: center;
  padding: 0 0 30px 0;
}
.continue2 div.bloco p {
  font-size: 22px;
  font-weight: 500;
}
.continue2 button {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}

.zabuto-calendar thead {
  border-bottom: 2px solid #fff;
}
.zabuto-calendar .zabuto-calendar__navigation th:first-child,
.zabuto-calendar .zabuto-calendar__navigation th:last-child,
.zabuto-calendar .zabuto-calendar__navigation td:first-child,
.zabuto-calendar .zabuto-calendar__navigation td:last-child {
  background-color: transparent;
}
.zabuto-calendar th:first-child,
.zabuto-calendar th:last-child,
.zabuto-calendar td:first-child,
.zabuto-calendar td:last-child {
  background-color: #fff;
}
.zabuto-calendar .zabuto-calendar__day {
  text-align: center;
  text-align: -webkit-center;
  padding: 20px;
}
.zabuto-calendar .zabuto-calendar__days-of-week__item {
  padding: 20px;
}

.gform_title {
  display: none;
}

.gform_footer .top_label img.gform_ajax_spinner {
  width: 40px;
  padding: 0 0 0 10px;
}

a.bg-event {
  background-color: #e9543e !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
a.bg-event:hover {
  border: 1px solid white;
  color: white;
}

@media only screen and (max-width: 1390px) {
  #myCarousel .carousel-caption,
  #myCarousel2 .carousel-caption {
    top: 60px;
    width: 410px;
    right: 105px;
    left: auto;
  }
}
@media only screen and (max-width: 1155px) {
  header ul li {
    min-width: auto;
  }
  header ul .menu-item a,
  header ul a.menu-item,
  header ul a.nav-link {
    font-size: 11px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 992px) {
  iframe {
    width: 100%;
    height: 50vh;
  }
  html {
    overflow-x: hidden;
  }
  article {
    flex-direction: column;
  }
  article img {
    padding: 20px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
    flex-flow: row wrap;
  }
  .row.txt {
    flex-flow: row wrap;
  }
  .row [class*=col] {
    flex: auto;
  }
  .desktop,
  .hidden {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .mobile-block {
    display: block;
  }
  .continue .row {
    gap: 10px;
  }
  p.subtitle {
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    align-self: center;
    text-align: center;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-left: 0px;
    margin-right: 0px;
  }
  h1 .center,
  h2 .center,
  h3 .center,
  h4 .center,
  h5 .center,
  h6 .center {
    text-align: center !important;
  }
  body h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
  }
  body h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  body h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  body h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 0;
  }
  body h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
  body h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }
  .relatorio-header img {
    display: none;
  }
  .relatorio-header .text {
    right: auto;
    position: static;
    transform: none;
    margin-top: 30px;
    padding: 0 10px;
    max-width: 100%;
    padding-bottom: 120px;
  }
  .blackcard {
    margin-top: 20px;
  }
  main .card .image,
  main .card.vertical .image {
    height: 156px;
    overflow: hidden;
  }
  main .links a {
    font-size: 13px;
  }
  main .simple-header .social {
    position: absolute;
    top: 0;
    right: 20px;
  }
  main .sobre .background-limit .hero2 {
    background-image: none;
  }
  main .sobre .background-limit .hero,
  main .sobre .background-limit .hero2 {
    background-image: none;
  }
  main .sobre .background-limit .hero .conteudo,
  main .sobre .background-limit .hero2 .conteudo {
    padding-top: 130px;
  }
  main .hero .content-hero {
    padding-left: 0;
  }
  main .hero.home .limit img {
    top: 0;
  }
  main .dist {
    flex-direction: column;
    display: flex;
  }
  main .dist .quadro {
    text-align: -webkit-right;
    width: 100%;
    top: 0px;
    padding-right: 20px;
    z-index: 99999;
  }
  main .dist .quadro h1 {
    margin: 0;
  }
  main .dist .continue {
    position: static;
  }
  main .dist .mapa {
    margin-top: 50px;
  }
  main .dist .mapa .pins a .e-hotspot__icon {
    background-color: #232323;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 16px;
    border: 4px solid #fff;
  }
  main .associadas {
    background-color: #fff;
    padding-bottom: 100px;
  }
  main .associadas h2 {
    font-size: 18px;
    font-weight: 400;
  }
  main .associadas h1 {
    text-align: left;
  }
  main .associadas ul {
    padding-left: 0;
  }
  main .associadas ul li a span {
    font-size: 12px;
  }
  main .associadas .col {
    flex-basis: 50%;
  }
  footer {
    display: flex;
    flex-direction: column;
  }
  footer .address,
  footer .right,
  footer .bottom {
    display: flex;
    flex-direction: column;
  }
  footer .address div,
  footer .right div,
  footer .bottom div {
    align-items: center;
    align-self: center;
    margin-bottom: 10px;
  }
  footer .links {
    padding: 0 20px;
  }
  footer .links .row {
    margin-top: 20px;
  }
  footer .links .row .col {
    padding: 0;
    width: 50%;
    flex-basis: 50%;
  }
  footer .links .row .col ul.last-child {
    position: absolute;
    bottom: -10px;
    margin-right: 20px;
  }
  footer .links .row .col ul li a {
    font-size: 11px;
  }
  footer .form .component {
    align-items: baseline;
  }
  footer .form p.acordo {
    margin-top: 0px;
  }
  footer .form .row {
    max-width: 360px;
    gap: 10px;
  }
  footer .form .row input {
    margin: 0;
  }
  footer .flex {
    gap: 20px;
    align-items: center;
    align-self: center;
  }
  footer p {
    text-align: center;
  }
  .relatorio-header .relative {
    position: relative;
  }
  .relatorio-header .text h1 {
    text-align: center;
  }
  .relatorio-header .text p {
    text-align: center;
  }
  .simple-header h4 {
    font-size: 15px;
    font-weight: 600;
    width: 170px;
  }
  main .hero .content-hero {
    padding-bottom: 70px;
  }
  main .hero .content-hero p {
    text-align: center;
  }
  main .hero .content-hero h1 {
    margin-top: 30px;
    text-align: center;
  }
  main .sobre .limitador,
  main .conteudo-interno .limitador {
    padding: 10px;
    border-right: none;
    background-image: none;
  }
  main .sobre h1,
  main .conteudo-interno h1 {
    padding: 50px 0;
  }
  main .sobre .col p,
  main .conteudo-interno .col p {
    margin: 0 15px;
  }
  main .sobre p,
  main .conteudo-interno p {
    margin: 0 20px;
  }
  main .sobre h1 {
    padding: 50px 10px;
  }
  main .forms h1 {
    text-align: center;
  }
  main .forms .address-floating {
    position: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  main .forms .address-floating .contact {
    display: flex;
    gap: 0px;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
  }
  main .forms .address-floating .contact p {
    font-weight: 600;
    font-size: 11px;
    -moz-text-align-last: center;
         text-align-last: center;
    letter-spacing: 0px;
    word-spacing: 1.5px;
  }
  main .forms .address-floating .flex {
    align-items: center;
  }
  main .forms .address-floating .flex .address-text {
    margin: 0;
  }
  main .white .background-limit .hero2 {
    background-image: none;
  }
  main .white .background-limit .hero .conteudo,
  main .white .background-limit .hero2 .conteudo {
    padding-top: 150px;
  }
  header {
    justify-content: space-between;
    background: #e9e9e9;
    z-index: 9999;
    height: 60px;
  }
  #navbarToggleExternalContent {
    position: absolute;
    height: auto;
    top: 55px;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    left: 0;
    z-index: 999;
    display: none;
    padding-bottom: 50px;
  }
  #navbarToggleExternalContent .menu-mobile {
    background: #e9543e;
    width: calc(100% - 40px);
    margin: 20px;
    flex-direction: column;
    text-align: left;
    align-items: start;
    border-radius: 25px;
    padding: 30px;
    max-width: 430px;
    float: right;
  }
  #navbarToggleExternalContent .menu-mobile ul {
    margin: 0px 0 20px 0;
    flex-direction: column;
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  #navbarToggleExternalContent .menu-mobile ul a.nav-link {
    color: white;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    height: 15px;
    align-items: center;
    display: flex;
  }
  #navbarToggleExternalContent .menu-mobile ul a.nav-link i {
    font-size: 10px;
    margin-left: 5px;
  }
  #navbarToggleExternalContent .menu-mobile ul li {
    height: auto;
    flex-direction: column;
    align-items: start;
  }
  #navbarToggleExternalContent .menu-mobile ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }
  #navbarToggleExternalContent .menu-mobile ul li a:hover {
    color: black;
    margin-left: 0;
    padding: 0;
  }
  .search-item {
    flex-direction: column;
    margin: 20px 0;
    border-bottom: 1px solid #232323;
    padding-bottom: 40px;
  }
  .search-item .container {
    margin-top: 10px;
    padding: 0;
    margin: 0;
  }
  .search-item .container h4 {
    padding: 0;
    margin: 0;
  }
  .search-item .image {
    min-width: 100%;
  }
  .bg-hero-city {
    background-image: none;
  }
  .pin-header {
    position: absolute;
    height: 30px;
    width: 50px;
    top: 60px;
    right: 8px;
    display: block;
    background-image: url(../images/ponta.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .bi-list-0 svg,
  .bi-x-lg-0 svg {
    width: 25px;
  }
  .nav-link {
    padding: 14px 0;
  }
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  button.navbar-toggler {
    margin-top: 0;
  }
  #myCarousel .limit {
    padding: 0;
  }
  #myCarousel .limit .carousel-item {
    background: transparent;
    height: 438px;
  }
  main .into-sector h1,
  main .news h1,
  main .papers h1 {
    margin-left: 20px;
  }
  .ms-is-small.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a,
  .ms-is-small.metaslider.ms-theme-bubble a.rslides_nav,
  .ms-is-small.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a,
  .ms-is-small.metaslider.ms-theme-bubble .coin-slider .coin-slider div a {
    height: 20px !important;
    width: 20px !important;
  }
  .metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-next:before,
  .metaslider.ms-theme-bubble .rslides_nav.next:before,
  .metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-nextNav:before,
  .metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-next:before {
    background: url(images/arrow-right.png) no-repeat center center;
    background-size: 10px !important;
  }
  .metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-prev:before,
  .metaslider.ms-theme-bubble .rslides_nav.prev:before,
  .metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-prevNav:before,
  .metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-prev:before {
    background: url(images/arrow-left.png) no-repeat center center;
    background-size: 10px !important;
  }
  .ms-is-small.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs),
  .ms-is-small.metaslider.ms-theme-bubble ul.rslides_tabs,
  .ms-is-small.metaslider.ms-theme-bubble div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
  }
  .btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 11px;
    padding: 10px 10px;
    font-weight: 600;
  }
  .card .btn {
    max-width: 120px;
  }
}/*# sourceMappingURL=styles.css.map */