@charset "utf-8";

@font-face {
  font-family: "cera_pro";
  src: url("../fonts/cera_pro_regular-webfont.woff2") format("woff2"),
    url("../fonts/cera_pro_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "cera_pro";
  src: url("../fonts/cera_pro_bold-webfont.woff2") format("woff2"),
    url("../fonts/cera_pro_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* ====== RESET ====== */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* ====== DEFAULT ====== */
a,
button {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover,
button:hover {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:focus {
  outline: 0;
}
a img {
  border: none;
}
body {
  width: 100%;
  height: 100%;
  font-family: "cera_pro", sans-serif;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}
.max-w {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.topo {
  padding-top: 40px;
  overflow: hidden;
  margin-bottom: 80px;
}
.topo .alignLogo {
  margin: 0 auto;
}
.topo .logo {
  max-width: 240px;
  height: auto;
  margin-bottom: 50px;
}
.topo h1 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.topo p {
  font-size: 14px;
  color: #003b48;
}
.topo .colImg {
  padding-right: 0;
}
.bgGradient {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f3f6 50%, #ffffff 100%);
}
.especialistas,
.grupo {
  margin-bottom: 80px;
}
.especialistas img,
.grupo img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.especialistas .box,
.grupo .box {
  width: 90%;
  margin: -40px auto 0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 25px 30px 0 rgba(93, 93, 93, 0.07);
}
.especialistas h2 {
  color: #003b48;
  font-size: 30px;
  margin-bottom: 20px;
}
.especialistas p,
.grupo p {
  color: #003b48;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 34px;
}
.solucoes {
  margin-bottom: 80px;
}
.solucoes h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.solucoes p {
  font-size: 18px;
  color: #003b48;
  margin-bottom: 15px;
  line-height: 30px;
}
.solucoes ul {
  margin-top: 50px;
}
.solucoes ul li {
  padding: 30px 20px 40px 20px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}
.solucoes ul li img {
  margin-right: 30px;
}
.solucoes ul li h4 {
  font-size: 32px;
  font-weight: 700;
  color: #003b48;
  margin-bottom: 10px;
}
.solucoes ul li p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.grupo h2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
.numeros {
  margin-bottom: 80px;
  background: linear-gradient(173.75deg, #674c98 0%, #170f26 100%);
  border-radius: 4px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.numeros h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.numeros ul li {
  margin: 0 auto 40px;
  max-width: 280px;
}
.numeros ul li img {
  margin: 0 auto 15px;
}
.numeros ul li p {
  font-size: 16px;
  color: #fff;
}
.numeros ul li p strong {
  font-size: 30px;
  display: block;
}
.requisitos {
  margin-bottom: 80px;
}
.requisitos .boxAlign {
  margin-bottom: 50px;
  padding-right: 30px;
}
.requisitos .boxAlign img {
  max-width: 100%;
  height: auto;
}
.requisitos h2 {
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
}
.requisitos h3 {
  font-size: 24px;
  color: #003b48;
  margin-bottom: 40px;
}
.requisitos h4 {
  font-size: 20px;
  color: #003b48;
  margin-bottom: 25px;
}
.requisitos p {
  font-size: 18pxpx;
  color: #003b48;
}
.requisitos .selecao {
  margin-top: 30px;
}
.requisitos .selecao .switch {
}
.requisitos .selecao .switch:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 66px;
  width: 36px;
  background: #e3e3e3;
  border-radius: 18px;
  z-index: 1;
  transition: all 0.5s linear;
}
.requisitos .selecao .switch:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background: #60478e;
  border-radius: 18px;
  z-index: 2;
  transition: all 0.2s linear;
}
.requisitos .selecao .switch.change:after {
  top: 30px;
  transition: all 0.2s linear;
}
.requisitos .selecao ul li {
  line-height: 33px;
}
.requisitos .selecao ul li a.nav-link {
  padding: 0 0 0 50px;
  font-size: 16px;
  color: #003b48;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
.requisitos .selecao ul li a.nav-link:hover {
  color: #60478e;
}
.requisitos .selecao ul li a.nav-link.active {
  color: #60478e;
  font-size: 18px;
  font-weight: 700;
}
.requisitos .tab-content {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 45px;
}
.requisitos .tab-content ul li {
  background: url(../images/icon-check.png) no-repeat 0 4px;
  padding-left: 32px;
  margin-bottom: 20px;
}
.contato {
  margin-bottom: 80px;
}
.contato h2 {
  font-size: 32px;
  color: #000;
}
.contato a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  width: 300px;
  border-radius: 4px;
  background: linear-gradient(90deg, #674c98 0%, #000000 100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin-top: 30px;
}
.contato a:hover {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.footer {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.footer .logo {
  max-width: 180px;
  height: auto;
  margin: 0 auto 30px;
}
.footer .lkSocial {
  margin-bottom: 20px;
}
.footer p {
  font-size: 14px;
  color: #7d8191;
  margin-bottom: 20px;
}
.footer p a {
  color: #7d8191;
}
.footer p a:hover {
  text-decoration: underline;
}
.modal-backdrop {
  background: #000;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal .btClose {
  background: url(../images/bt-close.png) no-repeat center center;
  width: 37px;
  height: 37px;
  outline: none;
  text-indent: -5000em;
}
.modal .modal-content {
  background: none;
  padding-top: 40px;
}
.modal-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.modal-content p {
  font-size: 20px;
  color: #fff;
}
.boxForm {
  width: 100%;
  max-width: 370px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px;
}
.boxForm form {
  position: relative;
}
.boxForm form.sending::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 20;
}
.boxForm .form-group {
  position: relative;
  margin-bottom: 15px;
}
.boxForm .form-group small {
  font-size: 14px;
  color: #4e4f87;
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
}
.boxForm .form-group input.form-control {
  width: 100%;
  border: 1px solid #f3f6f8;
  background: #f3f6f8;
  outline: none;
  border-radius: 8px;
  height: 52px;
  padding: 0 15px;
  transition: all 0.2s linear;
  font-size: 14px;
  color: #595a5c;
}
.boxForm .form-group textarea.form-control {
  width: 100%;
  background: #f3f6f8;
  border: 1px solid #f3f6f8;
  outline: none;
  border-radius: 8px;
  height: 130px;
  padding: 10px 15px;
  resize: none;
  font-size: 14px;
  color: #595a5c;
}
.boxForm .form-group input.form-control:focus,
.boxForm .form-group textarea.form-control:focus {
  border: 1px solid #555;
  background: #fff;
  transition: all 0.2s linear;
}
.boxForm .form-group label {
  font-size: 14px;
  color: #4e4f87;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 16px 0 0 15px;
  transition: all 0.2s linear;
  padding: 0 5px;
  z-index: 5;
}
.boxForm .form-group label.move {
  font-size: 14px;
  background: #fff;
  margin-top: -10px;
  color: #062935;
}
.boxForm div.custom-file {
  width: 100%;
  border: none;
  background: #f3f6f8 url(../images/bg-campo-file.png) no-repeat right center;
  height: 52px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.boxForm div.custom-file input.campo-file {
  width: 100%;
  display: block;
  height: 52px;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.boxForm div.custom-file span.path {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 50px 0 15px;
  height: 52px;
  font-size: 14px;
  color: #595a5c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.boxForm .form-checkbox {
  text-align: center;
  margin-bottom: 15px;
}
.boxForm input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.boxForm input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 28px;
  min-height: 18px;
  display: inline-block;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
  background: url(../images/bg-checkbox-off.png) no-repeat left top;
  vertical-align: middle;
  cursor: pointer;
}
.boxForm input[type="checkbox"].css-checkbox:checked + label.css-label {
  background: url(../images/bg-checkbox-on.png) no-repeat left top;
}
.boxForm label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.boxForm .btnForm {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 56px;
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(to right, #f39502 0%, #fabd24 100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.boxForm .btnForm:hover {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.noticias {
  padding-block: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
.noticias h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.noticias h2 span {
  font-weight: 700;
}
.noticias img,
.noticias svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.noticias .swiper-slide a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.equipe {
  padding-block: 60px;
  margin-bottom: 30px;
  overflow-x: hidden;
}
.equipe h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.equipe h2 span {
  font-weight: 700;
}
.equipe .swiper {
  overflow: visible;
}
.equipe .swiper-slide {
  padding: 20px;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  height: auto;
}
.equipe .swiper-slide > img {
  height: auto;
  border-radius: 50%;
  max-width: 200px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  width: -webkit-fill-available;
}

.equipe .swiper-slide:hover > img {
  filter: grayscale(0%);
}

.equipe .swiper-slide .box h3 {
  font-size: 20px;
  color: #003b48;
  margin-top: 15px;
  font-weight: 700;
}
.equipe .swiper-slide .box h4 {
  font-size: 16px;
  color: #7d8191;
  margin-top: 5px;
  margin-bottom: 30px;
}
.mobile {
  display: none;
}
.mobile img {
  width: 30px;
  filter: contrast(0.1);
}
@media (max-width: 1024px) {
  .mobile {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 480px) {
  .topo h1 {
    font-size: 26px;
  }
  .topo p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) {
  .topo .alignLogo {
    width: 540px;
  }
  .topo .boxAlign {
    padding: 0;
    width: 265px;
    padding: 0 15px;
  }
  .especialistas h2,
  .grupo h2,
  .numeros h2 {
    font-size: 38px;
  }
  .solucoes h2 {
    font-size: 48px;
  }
  .solucoes ul li img {
    margin: 0 0 100px;
  }
  .solucoes ul li {
    width: 47%;
  }
  .numeros ul li p strong {
    font-size: 40px;
  }
  .numeros ul li {
    margin-left: 0;
    margin-right: 0;
    width: 46%;
  }
}

@media only screen and (min-width: 768px) {
  .topo,
  .especialistas {
    margin-bottom: 130px;
  }
  .topo .alignLogo {
    width: 720px;
  }
  .topo .boxAlign {
    width: 360px;
  }
  .topo h1 {
    font-size: 41px;
  }
  .topo p {
    font-size: 25px;
  }
  .especialistas img {
    max-width: 55%;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .especialistas .box {
    margin: 70px 0 0;
    width: 70%;
  }
  .solucoes {
    margin-bottom: 120px;
  }
  .grupo img {
    max-width: 55%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .grupo .box {
    margin: 40px 0 0;
    width: 60%;
  }
  .requisitos .selecao {
    margin-top: 10px;
  }
  .contato a {
    margin-top: 0;
  }
  .contato h2 {
    width: 350px;
  }
}

@media only screen and (min-width: 992px) {
  .topo .alignLogo {
    width: 960px;
  }
  .topo .boxAlign {
    width: 470px;
  }
  .topo h1 {
    font-size: 54px;
  }
  .topo p {
    font-size: 30px;
  }
  .especialistas .box {
    margin-top: 100px;
  }
  .especialistas h2 {
    font-size: 44px;
    line-height: 52px;
  }
  .solucoes ul {
    margin-top: 0;
  }
  .solucoes h2 {
    margin-top: 40px;
  }
  .grupo {
    z-index: 10;
  }
  .grupo h2 {
    font-size: 40px;
  }
  .grupo img {
    max-width: 75%;
  }
  .numeros {
    margin-top: -280px;
    padding-top: 320px;
    padding-bottom: 150px;
    z-index: 5;
  }
  .numeros h2 {
    font-size: 44px;
    margin-bottom: 70px;
  }
  .numeros ul li {
    margin-left: 35px;
    margin-right: 35px;
    max-width: 240px;
  }
  .requisitos h2 {
    font-size: 40px;
  }
  .requisitos .tab-content ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  .contato h2 {
    width: 520px;
  }
  .footer {
    background: none;
    padding-bottom: 120px;
  }
  .footer hr {
    margin: 0 0 50px;
    border-color: #979797;
    opacity: 1;
  }
  .footer .logo {
    margin: 0 25px 0 0;
  }
  .footer .info {
    padding: 25px 0 25px 25px;
  }
  .footer .info:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fafafa;
    width: 1800px;
  }
  .footer .lkSocial {
    margin: 0;
  }
  .footer p {
    font-size: 12px;
    margin: 0 0 0 25px;
  }
  .modal-content h2 {
    font-size: 40px;
    margin-top: 50px;
  }
  .modal-content p {
    font-size: 24px;
  }
  .boxForm {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .topo {
    padding-top: 140px;
  }
  .topo .alignLogo {
    width: 1140px;
  }
  .topo .boxAlign {
    width: 670px;
    margin-top: 30px;
  }
  .topo h1 {
    font-size: 58px;
    max-width: 490px;
  }
  .topo .colImg {
    margin-top: -90px;
    display: flex;
    justify-content: end;
  }
  .especialistas img {
    max-width: 780px;
  }
  .especialistas .box {
    width: 730px;
    padding: 50px 40px;
  }
  .solucoes ul {
    padding-right: 20px;
  }
  .grupo img {
    max-width: 784px;
  }
  .grupo .box {
    margin-top: 60px;
    width: 650px;
    padding: 50px 40px;
  }
  .modal-content h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .topo .boxAlign {
    width: 680px;
    margin-top: 60px;
  }
  .especialistas .box {
    width: 860px;
    margin-right: 30px;
  }
  .especialistas img {
    left: 30px;
  }
  .solucoes {
    max-width: 1200px;
  }
  .grupo img {
    right: 30px;
  }
  .grupo .box {
    margin-left: 30px;
  }
  .numeros .container {
    max-width: 1480px;
  }
  .numeros ul li {
    margin-left: 0;
    margin-right: 0;
    max-width: 18%;
  }
  .requisitos .boxAlign {
    margin-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 45px;
    width: 17%;
    max-width: 398px;
  }
  .footer .logo {
    margin-right: 50px;
  }
  .footer .info {
    padding-left: 30px;
  }
  .footer p {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .topo .boxAlign {
    width: 700px;
    margin-top: 100px;
  }
  .requisitos .boxAlign {
    width: 20%;
  }
}

@media only screen and (min-width: 1800px) {
  .topo .boxAlign {
    width: 720px;
  }
  .requisitos .boxAlign {
    width: 23%;
  }
}

/* Estilo base para a paginação (dots) */
.swiper-pagination {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Estilo dos dots individuais */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Dot ativo */
.swiper-pagination-bullet-active {
  background: #000;
  transform: scale(1.2);
}

/* Efeito hover (opcional) */
.swiper-pagination-bullet:hover {
  background: #999;
}
.swiper-noticias {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  bottom: -70px !important;
  top: unset !important;
  background: #ededed;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #111 !important;
}
.swiper-button-next {
  left: 50px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
  font-weight: bold;
}
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

/*
  MANUTENÇÂO
*/
.topoText {
  display: flex;
  justify-content: end;
}
.btnManutencao {
  display: block;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  padding: 15px 30px !important;
  width: fit-content;
  border-radius: 4px;
  background: linear-gradient(90deg, #674c98 0%, #000000 100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin-top: 50px;
}
.btnManutencao:hover {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.colImg {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .topoText {
    justify-content: start;
  }
}
