@charset "UTF-8";
p {
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #626262;
}

.font-padrao {
  font-family: "Roboto", serif;
}

.font-tt {
  font-family: "Roboto Slab", serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

/* Classes de color */
.c-white {
  color: #fff;
}

.c-texto {
  color: #626262 !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Roboto", serif;
}
@media only screen and (min-width: 1280px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html,
  body {
    font-size: 18px;
  }
}

html {
  height: auto;
}

body {
  position: relative;
  height: auto;
}

button.button {
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}

button.button,
a.button {
  background-color: #2FB2C4;
  padding: 1rem 2.5rem;
  display: inline-table;
  color: #fff;
  font-weight: bold;
  margin-top: 1.667rem;
  transition: 0.3s ease-in-out;
}
button.button:hover,
a.button:hover {
  background-color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "Roboto", serif;
  font-weight: normal;
}

.grid {
  width: min(90%, 86.667rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.grid.small {
  width: min(80%, 55.188rem);
}

strong {
  font-weight: 800;
}

.wpcf7 .wpcf7-form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -20%);
  width: 20px;
  height: 20px;
}
.wpcf7 .wpcf7-response-output {
  padding: 15px !important;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.wpcf7 .tr {
  position: relative;
  width: 100%;
}
.wpcf7 .tr p {
  padding-top: 10px;
}
.wpcf7 .tc {
  width: 100%;
  text-align: center !important;
}
.wpcf7 .campField {
  width: 100%;
  margin-top: 15px;
}
.wpcf7 .campField:first-child {
  margin-top: 0;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .wpcf7 .campField.w50 {
    width: 100% !important;
  }
}
.wpcf7 .campField.w33 {
  width: 28%;
}
.wpcf7 .campField.w66 {
  width: 70%;
}
.wpcf7 .campField.checkbox .wpcf7-checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 .campField.checkbox .wpcf7-list-item {
  width: 48%;
  margin: 15px 0;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}
.wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
.wpcf7 .campField p {
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #626262;
  padding-top: 5px;
  color: #fff;
  width: 100%;
  position: relative;
  margin-left: 10px;
}
.wpcf7 .campField p ~ p {
  padding-top: 0;
}
.wpcf7 .campField .textfield {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #fff;
  margin-top: 5px;
}
.wpcf7 .campField ::placeholder {
  color: #fff;
  opacity: 0.8;
}
.wpcf7 .campField textarea.textfield {
  resize: vertical;
  height: 100px;
}
.wpcf7 .btn {
  width: 100%;
  text-align: right;
  margin-top: 1.5rem;
}
.wpcf7 .btn p {
  padding-top: 0;
}
.wpcf7 .btn .button {
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #2FB2C4;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  z-index: 9999999;
  box-shadow: 0 0 0px 0px transparent;
  transition: 0.3s ease-in-out;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-button:hover {
  box-shadow: 0 0 0px 5px #25d366;
}

p {
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #626262;
}

.font-padrao {
  font-family: "Roboto", serif;
}

.font-tt {
  font-family: "Roboto Slab", serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

/* Classes de color */
.c-white {
  color: #fff;
}

.c-texto {
  color: #626262 !important;
}

.sec-header {
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 555;
  padding: 1rem 0;
}
.sec-header .grid {
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
  border-radius: 1rem;
  width: min(95%, 95rem);
  align-items: center;
}
@media screen and (max-width: 500px) {
  .sec-header .logo {
    width: 100%;
    text-align: center;
  }
  .sec-header .logo img {
    width: 150px;
  }
}
.sec-header .sec-menu {
  align-self: center;
  transition: 0.3s ease-in-out;
}
.sec-header .sec-menu input#menuhamburguer {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu {
    z-index: 999;
    order: 4;
    width: 30%;
  }
  .sec-header .sec-menu .menu-responsivo {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #2FB2C4;
    position: fixed;
    top: 35px;
    right: 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #2FB2C4, 0 0 0 8px #2FB2C4;
    z-index: 2;
    transition: 0.4s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo:hover {
    box-shadow: 0 0 0 8px #2FB2C4, 0 0 0 8px #2FB2C4;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer {
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: relative;
    top: 14px;
    left: 2px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    z-index: 9;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    left: 0;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    top: -6px;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    bottom: -6px;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
    box-shadow: 0 0 0 130vw #2FB2C4, 0 0 0 130vh #2FB2C4;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
    transition: 0.25s 0.4s ease;
    opacity: 1 !important;
    visibility: unset;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul li ul {
    transition: 0s;
    padding: 0;
  }
  .sec-header .sec-menu ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (max-width: 500px) {
  .sec-header .sec-menu ul {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu ul li {
    width: auto;
    display: block;
    text-align: center;
  }
  .sec-header .sec-menu ul li.menu-item-has-children > a {
    display: none;
  }
  .sec-header .sec-menu ul li .sub-menu {
    display: block !important;
    position: unset !important;
    transform: translate(0, 0) !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .sec-header .sec-menu ul li a {
    font-size: 1.887rem;
    padding: 1.333rem 0 !important;
    color: #fff !important;
  }
}
.sec-header .sec-menu li {
  display: inline-flex;
}
.sec-header .sec-menu li.current_page_item a {
  font-weight: 700;
}
.sec-header .sec-menu li a {
  display: block;
  font-family: "Roboto Slab", serif;
  color: #626262;
  padding: 1rem 1rem;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
}
.sec-header .sec-menu li a:hover {
  opacity: 0.6;
}

.sec-tab-menu-atuacao {
  width: 100%;
  margin-top: 2rem;
}
.sec-tab-menu-atuacao ul {
  display: flex;
  background-color: #2FB2C4;
  padding: 0.333rem 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .sec-tab-menu-atuacao ul {
    flex-wrap: wrap;
  }
}
.sec-tab-menu-atuacao ul li {
  display: block;
}
@media screen and (max-width: 500px) {
  .sec-tab-menu-atuacao ul li {
    width: 100%;
    text-align: center;
  }
}
.sec-tab-menu-atuacao ul li a {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.sec-tab-menu-atuacao ul li a:hover {
  opacity: 0.9;
}
.sec-tab-menu-atuacao ul li a.active {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .sec-tab-menu-atuacao ul li a.active {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    justify-content: center;
  }
}
.sec-tab-menu-atuacao ul li a::after {
  width: 2px;
  height: 20px;
  background: #fff;
  content: "";
  display: block;
  margin-left: 1rem;
}
@media screen and (max-width: 500px) {
  .sec-tab-menu-atuacao ul li a::after {
    display: none;
  }
}
.sec-tab-menu-atuacao ul li:last-child a::after {
  display: none;
}

p {
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #626262;
}

.font-padrao {
  font-family: "Roboto", serif;
}

.font-tt {
  font-family: "Roboto Slab", serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

/* Classes de color */
.c-white {
  color: #fff;
}

.c-texto {
  color: #626262 !important;
}

.art-home .sec-hero-home {
  background-size: cover;
  background-position: center;
}
.art-home .sec-hero-home .grid {
  height: 60vh;
  align-items: center;
  align-content: center;
}
.art-home .sec-hero-home .grid .desc {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.art-home .sec-hero-home .grid .desc h1 {
  font-size: 3.222rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.art-home .sec-oportunidades {
  padding: 6rem 0;
}
.art-home .sec-oportunidades .grid {
  align-items: center;
  align-content: center;
}
.art-home .sec-oportunidades .desc {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .art-home .sec-oportunidades .desc {
    width: 100%;
    order: 2;
    padding: 20px;
  }
}
.art-home .sec-oportunidades .desc h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-home .sec-oportunidades .desc h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin-top: 2rem;
}
.art-home .sec-oportunidades .img {
  width: 44%;
}
@media screen and (max-width: 500px) {
  .art-home .sec-oportunidades .img {
    width: 100%;
  }
}
.art-home .sec-nb {
  background-color: #2FB2C4;
  padding: 6rem 0;
}
.art-home .sec-nb .tt {
  width: 100%;
  text-align: center;
}
.art-home .sec-nb h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-home .sec-nb h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 2rem;
}
.art-home .sec-nb .item-exp {
  width: 33%;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-nb .item-exp {
    width: 50%;
  }
}
.art-home .sec-nb .item-exp h3 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  color: #fff;
}
.art-home .sec-nb .item-exp p {
  font-family: "Roboto Slab", serif;
  padding-top: 5px;
  color: #000000 !important;
}
.art-home .sec-atuacao {
  padding: 5rem 0;
}
.art-home .sec-atuacao .grid {
  padding: 5rem;
  background-color: #e1e1e1;
  gap: 2rem;
  width: min(95%, 96.667rem);
}
@media screen and (max-width: 500px) {
  .art-home .sec-atuacao .grid {
    gap: 1rem;
  }
}
.art-home .sec-atuacao .grid .tt {
  width: 100%;
  text-align: center;
}
.art-home .sec-atuacao .grid h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-home .sec-atuacao .grid h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin: 0 auto;
  margin-top: 2rem;
}
.art-home .sec-atuacao .grid .item {
  width: calc(25% - 2rem);
  background-color: #fff;
  text-align: center;
  margin-top: 96px;
  position: relative;
  padding: 130px 1rem 0rem 1rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .art-home .sec-atuacao .grid .item {
    width: 100%;
  }
}
.art-home .sec-atuacao .grid .item:hover {
  opacity: 0.8;
}
.art-home .sec-atuacao .grid .item .ico {
  width: 192px;
  height: 192px;
  background-color: #2FB2C4;
  border-radius: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .art-home .sec-atuacao .grid .item .ico {
    width: 180px;
    height: 180px;
  }
}
.art-home .sec-atuacao .grid .item .ico img {
  max-width: 80px;
  max-height: 80px;
}
.art-home .sec-atuacao .grid .item h3 {
  font-size: 1.667rem;
  color: #626262;
}
.art-home .sec-atuacao .grid .item .saiba-mais {
  text-align: right;
  margin-top: 2rem;
}
.art-home .sec-credenciais-socios {
  padding-bottom: 4rem;
}
.art-home .sec-credenciais-socios .tt {
  width: 100%;
  text-align: center;
}
.art-home .sec-credenciais-socios h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-home .sec-credenciais-socios h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin: 0 auto;
  margin-top: 2rem;
}
.art-home .sec-credenciais-socios .carr-credenciais {
  width: 90%;
  margin: 2rem auto 2rem auto;
  padding: 0 1rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-credenciais-socios .carr-credenciais {
    width: 85%;
  }
}
.art-home .sec-credenciais-socios .carr-credenciais .slick-next:before,
.art-home .sec-credenciais-socios .carr-credenciais .slick-prev:before {
  color: #2FB2C4;
  font-size: 2rem;
}
.art-home .sec-credenciais-socios .carr-credenciais .item {
  margin: 1rem 1rem 2rem 1rem;
}
.art-home .sec-credenciais-socios .carr-credenciais .item .tt-cnt {
  width: 100%;
  background-color: #eeeeee;
  font-size: 1.333rem;
  color: #2FB2C4;
  font-family: "Roboto Slab", serif;
  text-align: center;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.art-home .sec-credenciais-socios .carr-credenciais .item .img {
  width: 100%;
  height: 12rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.art-home .sec-credenciais-socios .carr-credenciais .item .img img {
  max-width: 80%;
}
.art-home .sec-credenciais-socios .carr-credenciais .item .desc {
  width: 100%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 120px;
}
.art-home .sec-credenciais-socios .carr-credenciais .item .desc h3 {
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
}
.art-home .sec-credenciais-socios .carr-credenciais .item .desc h4 {
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  color: #626262;
}

.sec-tt-page .carr-slide-img {
  width: 100%;
}
.sec-tt-page .grid {
  width: min(96%, 96.667rem);
}
.sec-tt-page .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 400px;
}
@media screen and (max-width: 500px) {
  .sec-tt-page .img {
    height: 250px;
  }
}
.sec-tt-page .tt {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
}
.sec-tt-page .tt h1 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.sec-tt-page .tt h1:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin: 0 auto;
  margin-top: 2rem;
}

.art-empresa .sec-desc-empresa {
  padding-bottom: 4rem;
}
.art-empresa .sec-desc-empresa .grid {
  padding: 5rem 0 5rem 5rem;
  background-color: #e1e1e1;
  gap: 2rem;
  width: min(95%, 96.667rem);
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .art-empresa .sec-desc-empresa .grid {
    padding: 3rem;
  }
}
.art-empresa .sec-desc-empresa .grid .desc {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .art-empresa .sec-desc-empresa .grid .desc {
    width: 100%;
    order: 2;
    padding: 20px;
  }
}
.art-empresa .sec-desc-empresa .grid .desc h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-empresa .sec-desc-empresa .grid .desc h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin-top: 2rem;
}
.art-empresa .sec-desc-empresa .grid .img {
  width: calc(55% - 2rem);
}
@media screen and (max-width: 500px) {
  .art-empresa .sec-desc-empresa .grid .img {
    width: 100%;
    order: 3;
  }
}

.art-o-que-fazemos {
  padding-bottom: 5rem;
}
.art-o-que-fazemos .sec-list-fazemos {
  /* Quando houver apenas um item na linha, ele ocupa 100% */
}
.art-o-que-fazemos .sec-list-fazemos .grid {
  display: flex;
  flex-wrap: wrap; /* Permite os itens quebrarem linha */
  gap: 70px;
  row-gap: 80px;
  position: relative;
}
.art-o-que-fazemos .sec-list-fazemos .grid:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/simbolo-logo.png");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .art-o-que-fazemos .sec-list-fazemos .grid:after {
    display: none;
  }
}
.art-o-que-fazemos .sec-list-fazemos .item {
  flex: 1 1 calc(50% - 50px); /* Cresce, encolhe e ocupa 50% por padrão */
  box-sizing: border-box; /* Inclui padding e border no tamanho total */
  padding: 10px; /* Espaço interno opcional */
  padding: 5rem;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
.art-o-que-fazemos .sec-list-fazemos .item h2 {
  font-size: 1.75rem;
  color: #2FB2C4;
  font-family: "Roboto Slab", serif;
}
.art-o-que-fazemos .sec-list-fazemos .item ul {
  list-style: none; /* Remove o marcador padrão */
  padding: 0; /* Remove o recuo padrão da lista */
}
.art-o-que-fazemos .sec-list-fazemos .item ul li {
  position: relative; /* Para posicionar o SVG */
  padding-left: 25px; /* Espaço para o ícone */
  margin-top: 1.333rem;
  font-size: 1.3333rem;
}
.art-o-que-fazemos .sec-list-fazemos .item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px; /* Largura do SVG */
  height: 11px; /* Altura do SVG */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11"><path id="Icon_awesome-check" data-name="Icon awesome-check" d="M4.755,15.361.205,10.567a.766.766,0,0,1,0-1.043l.99-1.043a.675.675,0,0,1,.99,0L5.25,11.71l6.565-6.917a.675.675,0,0,1,.99,0l.99,1.043a.766.766,0,0,1,0,1.043l-8.05,8.482A.675.675,0,0,1,4.755,15.361Z" transform="translate(0 -4.577)" fill="%2334b3c5"/></svg>');
  background-size: contain; /* Ajusta o tamanho do SVG */
  background-repeat: no-repeat; /* Evita repetição */
}
.art-o-que-fazemos .sec-list-fazemos .grid > .item:nth-child(2n+1):only-child {
  flex-basis: 100%;
}
.art-o-que-fazemos .sec-list-fazemos .item:nth-child(3n+1) {
  background-color: #e1e1e1;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.art-o-que-fazemos .sec-list-fazemos .item:last-child {
  background-color: #e1e1e1;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.art-contato {
  padding-bottom: 5rem;
}
.art-contato .sec-list-contato .inf {
  background-color: #e1e1e1;
  width: 28%;
  padding: 4rem 2rem;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-list-contato .inf {
    width: 100%;
  }
}
.art-contato .sec-list-contato .inf h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.75rem;
}
.art-contato .sec-list-contato .inf p strong {
  display: block;
  margin-bottom: 5px;
}
.art-contato .sec-list-contato .form {
  width: 70%;
  background-color: #2FB2C4;
  padding: 4rem 3rem;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-list-contato .form {
    width: 100%;
  }
}
.art-contato .sec-list-contato .form h2 {
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.art-equipe {
  padding-bottom: 5rem;
}
.art-equipe .sec-list-partners,
.art-equipe .sec-list-equipe,
.art-equipe .sec-list-socio {
  /* Quando houver apenas um item na linha, ele ocupa 100% */
}
.art-equipe .sec-list-partners .grid:first-child,
.art-equipe .sec-list-equipe .grid:first-child,
.art-equipe .sec-list-socio .grid:first-child {
  padding-top: 0;
}
.art-equipe .sec-list-partners .bg-grey,
.art-equipe .sec-list-equipe .bg-grey,
.art-equipe .sec-list-socio .bg-grey {
  background-color: #e1e1e1;
}
.art-equipe .sec-list-partners .tt,
.art-equipe .sec-list-equipe .tt,
.art-equipe .sec-list-socio .tt {
  width: 100%;
}
.art-equipe .sec-list-partners h2,
.art-equipe .sec-list-equipe h2,
.art-equipe .sec-list-socio h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-equipe .sec-list-partners h2:after,
.art-equipe .sec-list-equipe h2:after,
.art-equipe .sec-list-socio h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin-top: 2rem;
}
.art-equipe .sec-list-partners .grid,
.art-equipe .sec-list-equipe .grid,
.art-equipe .sec-list-socio .grid {
  display: flex;
  flex-wrap: wrap; /* Permite os itens quebrarem linha */
  gap: 70px;
  padding: 5rem;
  gap: 2rem;
  width: min(95%, 96.667rem);
}
.art-equipe .sec-list-partners .item-equipe,
.art-equipe .sec-list-equipe .item-equipe,
.art-equipe .sec-list-socio .item-equipe {
  flex: 1 1 calc(50% - 50px); /* Cresce, encolhe e ocupa 50% por padrão */
  box-sizing: border-box; /* Inclui padding e border no tamanho total */
  padding: 10px; /* Espaço interno opcional */
  padding: 5rem;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 116px;
  position: relative;
  padding: 130px 3rem 8rem 3rem;
  background: #fff;
  text-align: center;
}
.art-equipe .sec-list-partners .item-equipe .img,
.art-equipe .sec-list-equipe .item-equipe .img,
.art-equipe .sec-list-socio .item-equipe .img {
  width: 192px;
  height: 192px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  background-color: #CCC;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  border: 5px solid #2FB2C4;
}
.art-equipe .sec-list-partners .item-equipe h3,
.art-equipe .sec-list-equipe .item-equipe h3,
.art-equipe .sec-list-socio .item-equipe h3 {
  font-size: 1.75rem;
  color: #2FB2C4;
  font-family: "Roboto Slab", serif;
}
.art-equipe .sec-list-partners .item-equipe a,
.art-equipe .sec-list-equipe .item-equipe a,
.art-equipe .sec-list-socio .item-equipe a {
  margin-top: 2rem;
  display: inline-table;
}
.art-equipe .sec-list-partners .item-equipe a svg,
.art-equipe .sec-list-equipe .item-equipe a svg,
.art-equipe .sec-list-socio .item-equipe a svg {
  width: 2rem;
  fill: #2FB2C4;
}
.art-equipe .sec-list-partners .item-equipe a.linkedin,
.art-equipe .sec-list-equipe .item-equipe a.linkedin,
.art-equipe .sec-list-socio .item-equipe a.linkedin {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.art-equipe .sec-list-partners .grid > .item-equipe:nth-child(2n+1):only-child,
.art-equipe .sec-list-equipe .grid > .item-equipe:nth-child(2n+1):only-child,
.art-equipe .sec-list-socio .grid > .item-equipe:nth-child(2n+1):only-child {
  flex-basis: 100%;
}
.art-equipe .sec-list-partners {
  margin-top: 5rem;
}

.art-atuacao,
.art-infraestrutura {
  padding-bottom: 5rem;
}
.art-atuacao .sec-tt-page h1::after,
.art-infraestrutura .sec-tt-page h1::after {
  display: none;
}
.art-atuacao .sec-tt-page h2,
.art-infraestrutura .sec-tt-page h2 {
  font-size: 1.222rem;
  color: #2FB2C4;
  margin-top: 0.5rem;
}
.art-atuacao .item,
.art-infraestrutura .item {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 2rem 1rem;
}
@media screen and (max-width: 500px) {
  .art-atuacao .item,
  .art-infraestrutura .item {
    width: 100%;
  }
}
.art-atuacao .item .ico,
.art-infraestrutura .item .ico {
  width: 33px;
}
.art-atuacao .item .txt,
.art-infraestrutura .item .txt {
  width: calc(100% - 50px);
}
.art-atuacao .item .txt h3,
.art-infraestrutura .item .txt h3 {
  font-size: 1.222rem;
  font-family: "Roboto Slab", serif;
}
.art-atuacao .item .txt p,
.art-infraestrutura .item .txt p {
  padding-top: 10px;
}
.art-atuacao .sec-infraestrutura-social .grid,
.art-atuacao .sec-transporte-e-logistica .grid,
.art-atuacao .sec-energia .grid,
.art-atuacao .sec-saneamento .grid,
.art-infraestrutura .sec-infraestrutura-social .grid,
.art-infraestrutura .sec-transporte-e-logistica .grid,
.art-infraestrutura .sec-energia .grid,
.art-infraestrutura .sec-saneamento .grid {
  display: flex;
  flex-wrap: wrap; /* Permite os itens quebrarem linha */
  padding: 3rem 5rem;
  width: min(95%, 96.667rem);
  background-color: #eeeeee;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .art-atuacao .sec-infraestrutura-social .grid,
  .art-atuacao .sec-transporte-e-logistica .grid,
  .art-atuacao .sec-energia .grid,
  .art-atuacao .sec-saneamento .grid,
  .art-infraestrutura .sec-infraestrutura-social .grid,
  .art-infraestrutura .sec-transporte-e-logistica .grid,
  .art-infraestrutura .sec-energia .grid,
  .art-infraestrutura .sec-saneamento .grid {
    padding: 3rem;
  }
}
.art-atuacao .sec-infraestrutura-social .grid .tt,
.art-atuacao .sec-transporte-e-logistica .grid .tt,
.art-atuacao .sec-energia .grid .tt,
.art-atuacao .sec-saneamento .grid .tt,
.art-infraestrutura .sec-infraestrutura-social .grid .tt,
.art-infraestrutura .sec-transporte-e-logistica .grid .tt,
.art-infraestrutura .sec-energia .grid .tt,
.art-infraestrutura .sec-saneamento .grid .tt {
  width: 30%;
}
@media screen and (max-width: 500px) {
  .art-atuacao .sec-infraestrutura-social .grid .tt,
  .art-atuacao .sec-transporte-e-logistica .grid .tt,
  .art-atuacao .sec-energia .grid .tt,
  .art-atuacao .sec-saneamento .grid .tt,
  .art-infraestrutura .sec-infraestrutura-social .grid .tt,
  .art-infraestrutura .sec-transporte-e-logistica .grid .tt,
  .art-infraestrutura .sec-energia .grid .tt,
  .art-infraestrutura .sec-saneamento .grid .tt {
    width: 100%;
  }
}
.art-atuacao .sec-infraestrutura-social .grid .tt h2,
.art-atuacao .sec-transporte-e-logistica .grid .tt h2,
.art-atuacao .sec-energia .grid .tt h2,
.art-atuacao .sec-saneamento .grid .tt h2,
.art-infraestrutura .sec-infraestrutura-social .grid .tt h2,
.art-infraestrutura .sec-transporte-e-logistica .grid .tt h2,
.art-infraestrutura .sec-energia .grid .tt h2,
.art-infraestrutura .sec-saneamento .grid .tt h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-atuacao .sec-infraestrutura-social .grid .tt h2:after,
.art-atuacao .sec-transporte-e-logistica .grid .tt h2:after,
.art-atuacao .sec-energia .grid .tt h2:after,
.art-atuacao .sec-saneamento .grid .tt h2:after,
.art-infraestrutura .sec-infraestrutura-social .grid .tt h2:after,
.art-infraestrutura .sec-transporte-e-logistica .grid .tt h2:after,
.art-infraestrutura .sec-energia .grid .tt h2:after,
.art-infraestrutura .sec-saneamento .grid .tt h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin-top: 2rem;
}
.art-atuacao .sec-infraestrutura-social .grid .desc,
.art-atuacao .sec-transporte-e-logistica .grid .desc,
.art-atuacao .sec-energia .grid .desc,
.art-atuacao .sec-saneamento .grid .desc,
.art-infraestrutura .sec-infraestrutura-social .grid .desc,
.art-infraestrutura .sec-transporte-e-logistica .grid .desc,
.art-infraestrutura .sec-energia .grid .desc,
.art-infraestrutura .sec-saneamento .grid .desc {
  width: 68%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .art-atuacao .sec-infraestrutura-social .grid .desc,
  .art-atuacao .sec-transporte-e-logistica .grid .desc,
  .art-atuacao .sec-energia .grid .desc,
  .art-atuacao .sec-saneamento .grid .desc,
  .art-infraestrutura .sec-infraestrutura-social .grid .desc,
  .art-infraestrutura .sec-transporte-e-logistica .grid .desc,
  .art-infraestrutura .sec-energia .grid .desc,
  .art-infraestrutura .sec-saneamento .grid .desc {
    margin-top: 1rem;
    width: 100%;
  }
}
.art-atuacao .sec-infraestrutura-social .grid,
.art-infraestrutura .sec-infraestrutura-social .grid {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
}
.art-atuacao .sec-iluminacao-publica .grid,
.art-atuacao .sec-rodovia .grid,
.art-infraestrutura .sec-iluminacao-publica .grid,
.art-infraestrutura .sec-rodovia .grid {
  display: flex;
  flex-wrap: wrap; /* Permite os itens quebrarem linha */
  padding: 3rem 5rem;
  width: min(95%, 96.667rem);
  align-items: center;
  margin: 4rem auto;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.art-atuacao .sec-iluminacao-publica .grid .desc,
.art-atuacao .sec-rodovia .grid .desc,
.art-infraestrutura .sec-iluminacao-publica .grid .desc,
.art-infraestrutura .sec-rodovia .grid .desc {
  width: 100%;
}
.art-atuacao .sec-iluminacao-publica .grid .desc h2,
.art-atuacao .sec-rodovia .grid .desc h2,
.art-infraestrutura .sec-iluminacao-publica .grid .desc h2,
.art-infraestrutura .sec-rodovia .grid .desc h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-atuacao .sec-iluminacao-publica .grid .desc h2:after,
.art-atuacao .sec-rodovia .grid .desc h2:after,
.art-infraestrutura .sec-iluminacao-publica .grid .desc h2:after,
.art-infraestrutura .sec-rodovia .grid .desc h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin-top: 2rem;
}

.art-industria .sec-tt-page h1::after {
  display: none;
}
.art-industria .sec-tt-page h2 {
  font-size: 1.222rem;
  color: #2FB2C4;
  margin-top: 0.5rem;
}
.art-industria .sec-desc-industria .grid {
  max-width: 71.111rem;
}
.art-industria .sec-desc-industria .desc {
  width: 100%;
  padding: 0rem 0 2rem 0;
  border-top: 4px solid #2FB2C4;
  border-bottom: 4px solid #2FB2C4;
  text-align: center;
}
.art-industria .sec-list-industria {
  padding: 5rem 0;
  /* Quando houver apenas um item na linha, ele ocupa 100% */
}
.art-industria .sec-list-industria .grid {
  display: flex;
  flex-wrap: wrap; /* Permite os itens quebrarem linha */
  gap: 70px;
  row-gap: 80px;
  padding: 5rem;
  width: min(95%, 96.667rem);
  background-color: #eeeeee;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .art-industria .sec-list-industria .grid {
    padding: 3rem;
    gap: 50px;
  }
}
.art-industria .sec-list-industria .item {
  flex: 1 1 calc(50% - 50px); /* Cresce, encolhe e ocupa 50% por padrão */
  box-sizing: border-box; /* Inclui padding e border no tamanho total */
  padding: 10px; /* Espaço interno opcional */
  padding: 5rem;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.art-industria .sec-list-industria .item h2 {
  font-size: 1.75rem;
  color: #2FB2C4;
  font-family: "Roboto Slab", serif;
}
.art-industria .sec-list-industria .grid > .item:nth-child(2n+1):only-child {
  flex-basis: 100%;
}

.art-agronegocio {
  padding-bottom: 5rem;
}
.art-agronegocio .sec-tt-page h1::after {
  display: none;
}
.art-agronegocio .sec-tt-page h2 {
  font-size: 1.222rem;
  color: #2FB2C4;
  margin-top: 0.5rem;
}
.art-agronegocio .sec-desc-industria .grid {
  max-width: 71.111rem;
}
.art-agronegocio .sec-desc-industria .desc {
  width: 100%;
  padding: 0rem 0 2rem 0;
  border-top: 4px solid #2FB2C4;
  border-bottom: 4px solid #2FB2C4;
  text-align: center;
}
.art-agronegocio .sec-desc-agronegocio .grid {
  max-width: 75rem;
}
.art-agronegocio .sec-desc-agronegocio .desc {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .art-agronegocio .sec-desc-agronegocio .desc {
    width: 100%;
  }
}
.art-agronegocio .sec-desc-agronegocio .desc p:first-child {
  padding-top: 0;
}
.art-agronegocio .sec-desc-agronegocio .desc h2 {
  margin-top: 2rem;
  font-family: "Roboto Slab", serif;
  color: #2FB2C4;
}
.art-agronegocio .sec-desc-agronegocio .desc .item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 2rem 0 0 0;
}
.art-agronegocio .sec-desc-agronegocio .desc .item .ico {
  width: 40px;
}
.art-agronegocio .sec-desc-agronegocio .desc .item .txt {
  width: calc(100% - 60px);
}
.art-agronegocio .sec-desc-agronegocio .desc .item .txt h3 {
  font-size: 1.222rem;
  font-family: "Roboto Slab", serif;
}
.art-agronegocio .sec-desc-agronegocio .desc .item .txt p {
  padding-top: 15px;
}
.art-agronegocio .sec-desc-agronegocio .img {
  width: 43%;
  padding-top: 3rem;
}
@media screen and (max-width: 500px) {
  .art-agronegocio .sec-desc-agronegocio .img {
    width: 100%;
    margin-top: 3rem;
  }
}

.art-comercio-e-servico {
  padding-bottom: 5rem;
}
.art-comercio-e-servico .sec-tt-page h1::after {
  display: none;
}
.art-comercio-e-servico .sec-tt-page h2 {
  font-size: 1.222rem;
  color: #2FB2C4;
  margin-top: 0.5rem;
}
.art-comercio-e-servico .sec-desc-comercio-e-servico .grid {
  display: flex;
  flex-wrap: wrap; /* Permite os itens quebrarem linha */
  gap: 70px;
  row-gap: 80px;
  padding: 5rem;
  width: min(95%, 96.667rem);
  background-color: #eeeeee;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .art-comercio-e-servico .sec-desc-comercio-e-servico .grid {
    padding: 3rem;
    gap: 50px;
  }
}
.art-comercio-e-servico .sec-desc-comercio-e-servico .grid .desc {
  background-color: #fff;
  padding: 3rem;
  text-align: center;
}
.art-comercio-e-servico .sec-desc-comercio-e-servico .grid .desc h2 {
  font-size: 2.222rem;
  font-family: "Roboto Slab", serif;
}
.art-comercio-e-servico .sec-desc-comercio-e-servico .grid .desc h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #2FB2C4;
  margin-top: 2rem;
  margin: 0 auto;
}

.sec-rodape {
  background-color: #e1e1e1;
}
.sec-rodape .grid {
  padding: 6rem 0;
}
.sec-rodape .col-endereco {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .sec-rodape .col-endereco {
    width: 100%;
  }
}
.sec-rodape .col-contato {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .sec-rodape .col-contato {
    width: 100%;
  }
}
.sec-rodape .col-mail {
  width: 35%;
}
@media screen and (max-width: 500px) {
  .sec-rodape .col-mail {
    width: 100%;
  }
}
.sec-rodape .item {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .sec-rodape .item {
    margin-bottom: 2rem;
  }
}
.sec-rodape .item .ico {
  width: 100px;
}
@media screen and (max-width: 500px) {
  .sec-rodape .item .ico {
    width: 60px;
  }
}
.sec-rodape .item .txt {
  width: calc(100% - 120px);
}
@media screen and (max-width: 500px) {
  .sec-rodape .item .txt {
    width: calc(100% - 80px);
  }
}
.sec-rodape .item .txt h2 {
  font-size: 1.333rem;
  font-family: "Roboto Slab", serif;
  color: #2FB2C4;
}
.sec-rodape .item .txt p {
  padding-top: 1rem;
}
.sec-rodape .copy {
  width: 100%;
  text-align: center;
  background-color: #2FB2C4;
  color: #f3fbff;
  padding: 1rem;
}

/*# sourceMappingURL=style.css.map */
