@charset "utf-8";

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

/* ====== DEFAULT ====== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
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 #page-eqi {
  width: 100%;
  height: 100%;
  font-family: "Public Sans", sans-serif;
  font-size: 100%;
  font-weight: 300;
  margin: 0;
}
.fullWidth {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.topoPage {
  padding: 100px 0;
  background: linear-gradient(to left, rgba(0, 23, 17, 0.5), rgba(0, 23, 17, 0.9)), url(../images/bg-topo-eqi.jpg) no-repeat center top;
  background-size: cover;
}
.topoPage h1 {
  font-size: 46px;
  color: #F2F5F4;
  font-weight: 500;
  margin-top: 80px;
}
.topoPage h1 strong {
  color: #A8D5C6;
  font-weight: 500;
}
.topoPage .lkCTA,
.bannerCTA .lkCTA {
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  color: #141414;
  background-color: #00c796;
  border-radius: 4px;
  padding: 20px 50px 22px;
  margin-top: 60px;
}
.topoPage .lkCTA:hover,
.bannerCTA .lkCTA:hover {
  background-color: var(--bs-white);
}
.topoPage .social {
  padding-top: 10px;
}
.topoPage .social a {
  color: var(--bs-white);
  font-size: 22px;
  margin-right: 20px;
}
.topoPage .social a:hover {
  color: #004031;
}
.topoPage .social a.lkSite {
  font-size: 18px;
  font-weight: 500;
  margin-right: 0;
  text-decoration: underline;
}
.topoPage > .container > .row > .col-12 img {
  width: -webkit-fill-available;
  max-width: 150px;
}
.intro {
  background-color: #002e23;
  padding: 90px 0 85px;
  margin-bottom: 80px;
  color: #fff;
}
.intro h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.intro p {
  font-size: 30px;
  line-height: 38px;
  margin-top: 15px;
  letter-spacing: -1px;
  color: #fff;
}
.intro p strong {
  color: #A8D5C6;
}
.simuladores {
  margin-bottom: 80px;
}
.simuladores h2 {
  font-size: 32px;
  color: #004031;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: -1px;
}
.simuladores h2 span {
  color: #00795E;
}
.slideDefault {
  width: 70%;
  margin: 0 auto;
}
.slideDefault .swiper-slide {
  height: auto !important;
}
.slideDefault img {
  margin-bottom: 25px;
  aspect-ratio: 1.13 / 1;
  object-fit: cover;
}
.slideDefault h3 {
  font-size: 28px;
  font-weight: 500;
  color: #0e1012;
}
.slideDefault a {
  font-size: 28px;
  font-weight: 500;
  color: #121316;
}
.slideDefault p {
  font-size: 20px;
  color: #1a202cb2;
  margin-top: 15px;
}
.slideDefault article {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding-bottom: 90px;
  height: 100%;
}
.slideDefault .lkDownload {
  font-size: 19px;
  font-weight: 600;
  color: #002e23;
  border-radius: 3px;
  background-color: #fff;
  width: 280px;
  line-height: 72px;
  left: 0;
  bottom: 0;
}
.slideDefault .lkDownload:hover {
  background-color: #00795e;
  color: var(--bs-white);
}
.simuladores .slideDefault .lkDownload {
  background-color: #f2f5f4;
}
.simuladores .slideDefault .lkDownload:hover {
  background-color: #00795e;
}
.btnPrev {
  outline: none;
  cursor: pointer;
  left: 10px;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #004031;
  background: #e5e5e5;
}
.btnNext {
  outline: none;
  cursor: pointer;
  right: 10px;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #004031;
  background: #e5e5e5;
}
.depoimentos .btnPrev,
.depoimentos .btnNext {
  background: var(--bs-white);
  margin-top: -22px;
}
.btnPrev:hover,
.btnNext:hover {
  background: #004031;
  color: var(--bs-white);
}
.conteudos {
  margin-bottom: 80px;
  padding: 80px 0;
  background-color: #f7f7f7;
}
.conteudos .title {
  margin-bottom: 55px;
}
.conteudos .title h2 {
  font-size: 32px;
  color: #004031;
  font-weight: 500;
  letter-spacing: -1px;
}
.conteudos .title h2 span {
  color: #00795E;
}
.conteudos .title p {
  font-size: 20px;
  color: #42434d;
  margin-top: 15px;
  font-weight: 500;
}
.atendimento {
  margin-bottom: 80px;
}
.atendimento .title,
.depoimentos .title {
  margin-bottom: 60px;
}
.atendimento .title h2,
.depoimentos .title h2 {
  font-size: 32px;
  color: #004031;
  font-weight: 500;
  letter-spacing: -1px;
}
.atendimento .title h2 strong,
.depoimentos .title h2 strong {
  color: #00795e;
  font-weight: 500;
}
.atendimento .title p,
.depoimentos .title p {
  font-size: 20px;
  color: #42434d;
  margin-top: 20px;
  font-weight: 500;
}
.atendimento .lkCTA {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #004031;
  background-color: #f2f5f4;
  border-radius: 4px;
  padding: 20px 30px 22px;
  margin-top: 30px;
}
.atendimento .lkCTA:hover {
  color: var(--bs-white);
  background-color: #004031;
}
.atendimento ul li {
  width: 310px;
  margin: 0 auto 30px;
}
.atendimento ul li .layer {
  z-index: 10;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: all 0.2s linear;
}
.atendimento ul li:hover .layer {
  padding-bottom: 40px;
  transition: all 0.2s linear;
}
.atendimento ul li .layer h3 {
  font-size: 22px;
  font-weight: 400;
  color: #e3e3e3;
}
.depoimentos {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.slideDepoimentos {
  width: 74%;
  margin: 0 auto;
}
.slideDepoimentos .swiper-slide {
  height: auto !important;
  background-color: var(--bs-white);
  border-radius: 18px;
  padding: 60px 20px 40px;
}
.slideDepoimentos .autor {
  margin-bottom: 45px;
}
.slideDepoimentos .autor img {
  margin-bottom: 15px;
}
.slideDepoimentos .autor h3 {
  font-size: 22px;
  font-weight: 400;
  color: #004031;
  margin-bottom: 5px;
}
.slideDepoimentos .autor h5 {
  font-size: 16px;
  font-weight: 400;
  color: #5a636d;
}
.slideDepoimentos p {
  font-size: 16px;
  color: #1a202c;
  margin-bottom: 20px;
}
.bannerCTA {
  background: url(../images/bg-banner-cta.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
.bannerCTA h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--bs-white);
}
.footer {
  background-color: #004031;
  padding: 90px 0 25px;
}
.footer .logo {
  background-color: #004031;
  max-width: 61px;
  height: auto;
  margin-bottom: 20px;
}
.footer .infoContato {
  margin-bottom: 20px;
}
.footer .qrcode {
  margin-bottom: 15px;
}
.footer h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-white);
  margin-bottom: 4px;
}
.footer p {
  font-size: 18px;
  font-weight: 500;
  color: #BCC2C8;
  margin-bottom: 20px;
}
.footer p a {
  color: var(--bs-white);
}
.footer p a:hover {
  text-decoration: underline;
}
.footer .text-justify {
  text-align: justify;
}
.footer hr {
  margin: 50px 0 0;
  border-color: var(--bs-white);
  opacity: 1;
}
.footer .accordion-item {
  background: none;
  border: none;
}
.footer .accordion-header a {
  background: none;
  border: none;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-white);
  padding: 0;
  outline: none;
  text-decoration: none;
}
.footer .accordion-header a:after {
  content: "\F282";
  font-family: "bootstrap-icons";
  color: var(--bs-white);
  margin-left: 10px;
}
.footer .accordion-collapse {
  padding-top: 20px;
}

@media only screen and (min-width: 576px) {
  .topoPage h1 {
    font-size: 48px;
  }
  .topoPage .social a {
    font-size: 26px;
    margin-right: 30px;
  }
  .topoPage .social a.lkSite {
    font-size: 22px;
  }
  .simuladores h2,
  .conteudos .title h2,
  .atendimento .title h2,
  .depoimentos .title h2 {
    font-size: 46px;
  }
  .slideAtendimento .swiper-slide {
    width: 310px;
  }
  .atendimento .lkCTA {
    font-size: 26px;
    padding: 20px 50px 22px;
  }
  .atendimento ul li {
    width: 47%;
    margin: 0 0 30px;
  }
  .slideDepoimentos .swiper-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slideDepoimentos .autor img {
    margin: 0 15px 0 0;
  }
  .slideDepoimentos p {
    font-size: 18px;
  }
  .bannerCTA h2 {
    font-size: 36px;
  }
  .footer .qrcode {
    margin: 0 15px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .topoPage {
    padding: 140px 0;
  }
  .topoPage h1 {
    font-size: 56px;
  }
  .topoPage .lkCTA,
  .bannerCTA .lkCTA {
    padding: 20px 80px 22px;
  }
  .btnPrev,
  .btnNext {
    width: 52px;
    height: 52px;
    font-size: 22px;
    margin-top: -80px;
  }
  .atendimento ul li {
    width: 310px;
  }
  .slideDepoimentos .autor h3 {
    font-size: 25px;
  }
  .slideDepoimentos .autor h5 {
    font-size: 20px;
  }
  .slideDepoimentos p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .topoPage {
    min-height: 828px;
  }
  .topoPage h1 {
    font-size: 54px;
  }
  .intro {
    margin-bottom: 140px;
  }
  .simuladores,
  .atendimento {
    margin-bottom: 130px;
  }
  .slideDefault,
  .slideDepoimentos {
    width: 84%;
  }
  .conteudos {
    margin-bottom: 130px;
    padding: 120px 0;
  }
  .conteudos .title h2 {
    font-size: 42px;
  }
  .conteudos .title p,
  .atendimento .title p,
  .depoimentos .title p {
    margin-top: 0;
  }
  .atendimento ul li {
    width: 23%;
    margin-right: 2.65%;
  }
  .atendimento ul li:nth-child(4n + 0) {
    margin-right: 0;
  }
  .atendimento ul li .layer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .atendimento ul li .layer h3 {
    font-size: 20px;
  }
  .depoimentos {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .topoPage h1 {
    font-size: 64px;
  }
  .intro p {
    font-size: 31px;
    line-height: 40px;
  }
  .simuladores h2,
  .atendimento .title h2,
  .depoimentos .title h2 {
    font-size: 62px;
    line-height: 66px;
  }
  .slideDefault h3 {
    font-size: 32px;
  }
  .slideDefault p,
  .conteudos .title p {
    font-size: 22px;
  }
  .conteudos .title h2 {
    font-size: 58px;
  }
  .atendimento .title p,
  .depoimentos .title p {
    font-size: 22px;
    padding-left: 15px;
  }
  .atendimento ul li .layer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .atendimento ul li .layer h3 {
    font-size: 22px;
  }
  .slideDepoimentos .swiper-slide {
    padding: 80px 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .topoPage h1 {
    font-size: 66px;
  }
  .intro .col-12 {
    padding-right: 130px;
  }
  .simuladores .title {
    padding-right: 0;
  }
  .slideDefault,
  .slideDepoimentos {
    width: 88%;
  }
  .conteudos .title h2 {
    font-size: 62px;
  }
  .conteudos .title p {
    margin-left: -40px;
  }
  .atendimento ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .slideDepoimentos .swiper-slide {
    padding: 100px 70px;
  }
  .bannerCTA {
    min-height: 590px;
  }
  .footer .infoContato.ouvidoria {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1520px) {
  .slideDefault,
  .slideDepoimentos {
    width: 100%;
  }
  .btnPrev {
    left: -70px;
  }
  .btnNext {
    right: -70px;
  }
}
@media only screen and (min-width: 1600px) {
  .btnPrev {
    left: -100px;
  }
  .btnNext {
    right: -100px;
  }
}
