* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.font-12 {
  font-size: 12px;
}
@media (max-width: 768px) {
  .font-12 {
    font-size: 9.6px;
  }
}
@media (max-width: 375px) {
  .font-12 {
    font-size: 9.6px;
  }
}

.font-15 {
  font-size: 15px;
}
@media (max-width: 768px) {
  .font-15 {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .font-15 {
    font-size: 12px;
  }
}

.font-16 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .font-16 {
    font-size: 12.8px;
  }
}
@media (max-width: 375px) {
  .font-16 {
    font-size: 12.8px;
  }
}

.font-18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .font-18 {
    font-size: 14.4px;
  }
}
@media (max-width: 375px) {
  .font-18 {
    font-size: 14.4px;
  }
}

.font-22 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .font-22 {
    font-size: 17.6px;
  }
}
@media (max-width: 375px) {
  .font-22 {
    font-size: 17.6px;
  }
}

.font-20 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .font-20 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .font-20 {
    font-size: 16px;
  }
}

.font-32 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .font-32 {
    font-size: 25.6px;
  }
}
@media (max-width: 375px) {
  .font-32 {
    font-size: 25.6px;
  }
}

.font-36 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .font-36 {
    font-size: 28.8px;
  }
}
@media (max-width: 375px) {
  .font-36 {
    font-size: 28.8px;
  }
}

.font-42 {
  font-size: 42px;
}
@media (max-width: 768px) {
  .font-42 {
    font-size: 33.6px;
  }
}
@media (max-width: 375px) {
  .font-42 {
    font-size: 33.6px;
  }
}

.bg-verde {
  background-color: #007E12;
}

.cor-verde {
  color: #007E12;
}

.bg-amarelo {
  background-color: #FFB400;
}

.cor-amarelo {
  color: #FFB400;
}

.bg-branca {
  background-color: #ffffff;
}

.cor-branca {
  color: #ffffff;
}

.bg-amarelo-escuro {
  background-color: #87671F;
}

.cor-amarelo-escuro {
  color: #87671F;
}

.bg-verde-escuro {
  background-color: #15512B;
}

.cor-verde-escuro {
  color: #15512B;
}

.bg-branco {
  background-color: #ffffff;
}

.cor-branco {
  color: #ffffff;
}

.bt-essor {
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1rem 5rem !important;
  border-radius: 2.5rem;
  width: fit-content !important;
  transition: all 0.3s;
}
.bt-essor:hover {
  background-color: #187f3d;
}

.bg-title {
  background-image: url("../images/bg-titulo.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 101px;
}

:root {
  font-size: 62.5% !important;
}

body {
  font-size: 1.6rem !important;
}

.topo {
  height: 131px;
}
.topo p {
  color: #ffffff;
  font-weight: 500;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.topo .logo {
  width: 146px;
  height: 59px;
}

.bg-topo {
  background-image: url("../images/bg-topo.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 595px;
}
.bg-topo .bt-essor {
  margin-left: 20rem !important;
}
.bg-topo img {
  width: 420px;
  height: auto;
  padding-top: 6.7rem;
  padding-bottom: 5.1rem;
}

.proteja {
  padding-top: 5.8rem;
}
.proteja .bg-title {
  margin-bottom: 4rem;
}
.proteja h2 {
  font-weight: 700;
  padding-bottom: 4rem;
}
.proteja p {
  font-weight: 600;
  color: #000000;
}
.proteja .proteja-item {
  background-color: #F8F8F8;
  border-radius: 2.5rem;
  padding: 3.2rem 1.8rem;
}
.proteja .proteja-item img {
  padding-bottom: 1.7rem;
}
.proteja .proteja-item h4 {
  font-weight: 700;
}
.proteja p.mais {
  color: #FFB400;
  font-weight: 800;
  padding: 5rem 0;
}

.protecao .esq {
  padding-top: 7rem;
  padding-right: 10rem;
  padding-bottom: 6rem;
}
.protecao .esq > div:first-child {
  width: 407px;
  max-width: 100%;
}
.protecao .esq > div:first-child p:first-child {
  line-height: 120%;
}
.protecao .esq > div:first-child p:nth-child(2) {
  line-height: 150%;
  margin-top: 2rem;
}
.protecao .esq .quote {
  position: relative;
  padding: 0.6rem 1.2rem;
}
.protecao .esq .quote::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../images/aspas-i.png") no-repeat center;
  background-size: contain;
  transform: translate(-120%, 0);
}
.protecao .esq .quote::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: 4px;
  width: 24px;
  height: 24px;
  background: url("../images/aspas-f.png") no-repeat center;
  background-size: contain;
  transform: translate(120%, 0);
}
.protecao .dir {
  padding-top: 7rem;
  padding-left: 10rem;
  padding-bottom: 6rem;
}
.protecao .dir p:first-child {
  line-height: 120%;
}
.protecao .dir ul {
  margin-top: 2rem;
}
.protecao .dir li {
  margin-bottom: 2rem;
}
.protecao .dir img {
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}

.conheca {
  padding-bottom: 3.9rem;
}
.conheca .bg-title {
  background-image: url("../images/bg-titulo-maior.png");
  margin-top: 5.5rem;
  margin-bottom: 3.9rem;
}
.conheca .line-h-200 {
  line-height: 200%;
}

.formulario {
  background-image: url("../images/bg-formulario.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.formulario .bg-verde-escuro {
  padding: 5rem 0 15rem 0;
}
.formulario .form-egoi {
  background-color: white;
  border-radius: 2.5rem;
  position: relative;
  top: -119px;
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
}

footer {
  padding: 7rem 0;
}
footer p {
  margin: 0 !important;
}
footer hr {
  margin: 2rem 0 !important;
}

@media screen and (max-width: 768px) {
  .bt-essor {
    margin-left: 0rem !important;
  }
  .protecao .dir {
    padding-left: 0rem;
  }
  .esq {
    padding-right: 0 !important;
    text-align: center;
  }
  .esq > div:first-child {
    width: 100% !important;
  }
  .esq .quote::before {
    left: 100px !important;
  }
}
@media screen and (max-width: 500px) {
  .protecao .esq .quote::before {
    left: 25px !important;
  }
  .protecao .esq .quote::after {
    right: 35px !important;
  }
  .proteja p {
    line-height: 2.8rem;
  }
  .conheca p:first-child {
    line-height: 2.8rem;
  }
  .topo p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .protecao .esq,
  .protecao .dir {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .protecao .dir li {
    font-size: 1.4rem;
  }
  footer {
    padding: 2rem 0;
  }
  .bg-topo {
    height: 400px;
  }
  .bg-topo img {
    width: 20rem;
    padding-top: 3rem;
  }
  .bg-topo .bt-essor {
    margin-left: 0 !important;
    margin-top: 8rem;
  }
}

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