.news-sec {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 30px;
}
.news-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  border-radius: min(80px, 7vw) min(80px, 7vw) 0 0;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .news-sec::before {
    height: 70px;
    top: -69px;
    border-radius: 80px 80px 0 0;
  }
}
@media (max-width: 700px) {
  .news-sec .container {
    padding: 0;
  }
}
.news-sec .news__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 701px) {
  .news-sec .news__container {
    padding-bottom: 50px;
  }
}
.news-sec .news__container .news__title {
  font-family: "Open Sans", sans-serif;
  font-size: min(2.438rem, 6vw);
  font-weight: 400;
  line-height: 47.19px;
  text-align: left;
  color: #121212;
}
@media (max-width: 1215px) {
  .news-sec .news__container .news__title {
    align-self: center;
  }
}
.news-sec .news__container .news__grid {
  display: flex;
  gap: 20px;
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid {
    flex-direction: column;
  }
}
.news-sec .news__container .news__grid a {
  max-height: 270px;
  overflow: hidden;
}
@media screen and (min-width: 575px) {
  .news-sec .news__container .news__grid a {
    max-height: 360px;
  }
}
@media screen and (min-width: 700px) {
  .news-sec .news__container .news__grid a {
    max-height: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .news-sec .news__container .news__grid a {
    max-height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .news-sec .news__container .news__grid a {
    max-height: 500px;
  }
}
.news-sec .news__container .news__grid .main-news {
  flex: 2;
  position: relative;
}
.news-sec .news__container .news__grid .main-news .img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news-sec .news__container .news__grid .main-news::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 80%;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .main-news::after {
    height: 100%;
  }
}
.news-sec .news__container .news__grid .main-news .news__content {
  position: absolute;
  padding: 0 min(40px, 5vw) min(25px, 4vw) min(40px, 5vw);
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .main-news .news__content {
    padding-bottom: 30px;
  }
}
.news-sec .news__container .news__grid .main-news .news__content .news__date {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: min(1rem, 3vw);
  font-style: normal;
  font-weight: 1.5rem;
  opacity: 0.65;
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .main-news .news__content .news__date {
    font-size: min(1.3rem, 4vw);
  }
}
.news-sec .news__container .news__grid .main-news .news__content .news__subtitle {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: min(1.475rem, 3vw);
  font-style: normal;
  font-weight: 400;
  line-height: min(1.8rem, 3vw);
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .main-news .news__content .news__subtitle {
    font-size: min(2rem, 5vw);
    line-height: min(2.4rem, 6vw);
  }
}
.news-sec .news__container .news__grid .side-news {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-sec .news__container .news__grid .side-news .news__item {
  position: relative;
}
@media screen and (min-width: 700px) {
  .news-sec .news__container .news__grid .side-news .news__item {
    width: 100%;
    max-height: 155px;
  }
}
@media screen and (min-width: 1024px) {
  .news-sec .news__container .news__grid .side-news .news__item {
    max-height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .news-sec .news__container .news__grid .side-news .news__item {
    max-height: 240px;
  }
}
.news-sec .news__container .news__grid .side-news .news__item .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-sec .news__container .news__grid .side-news .news__item::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 80%;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .side-news .news__item::after {
    height: 100%;
  }
}
.news-sec .news__container .news__grid .side-news .news__item .news__content {
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 min(20px, 2vw) min(20px, 2vw) min(20px, 2vw);
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .side-news .news__item .news__content {
    padding: 0 min(40px, 5vw) 30px min(40px, 5vw);
  }
}
.news-sec .news__container .news__grid .side-news .news__item .news__content .news__date {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: min(0.875rem, 1.6vw);
  font-style: normal;
  opacity: 0.65;
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .side-news .news__item .news__content .news__date {
    font-size: min(1.3rem, 4vw);
  }
}
.news-sec .news__container .news__grid .side-news .news__item .news__content .news__subtitle {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: min(1.25rem, 1.8vw);
  font-style: normal;
  font-weight: 400;
  line-height: min(1.638rem, 2.2vw);
}
@media (max-width: 700px) {
  .news-sec .news__container .news__grid .side-news .news__item .news__content .news__subtitle {
    font-size: min(2rem, 5vw);
    line-height: min(2.4rem, 6vw);
  }
}

.e-registro {
  background-color: #0E0E0E;
}
.e-registro .texto-colorido {
  color: #8DC63F;
}
.e-registro .hero--background {
  background: none;
}
.e-registro .hero .container {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 325px;
  text-align: center;
  padding-bottom: 65px;
  gap: 10px;
  background-image: url(../../img/hero_e-registro.svg);
  background-position: top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 430px) {
  .e-registro .hero .container {
    height: 478px;
    padding-bottom: 99px;
    background-size: 472px;
    max-width: 430px;
  }
}
@media screen and (min-width: 768px) {
  .e-registro .hero .container {
    background-image: url(../../img/hero_e-registro-desk.png);
    height: 381px;
    max-width: 768px;
    padding-bottom: 84px;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .e-registro .hero .container {
    height: 508px;
    max-width: 1024px;
    padding-bottom: 134px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .hero .container {
    height: 714px;
    max-width: 1440px;
    padding-bottom: 186px;
  }
}
.e-registro .hero .container .hero__subtitle {
  font-size: 1.4rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #8DC63F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 430px) {
  .e-registro .hero .container .hero__subtitle {
    font-size: 1.86rem;
    max-width: 440px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .hero .container .hero__subtitle {
    font-size: 4.1rem;
    max-width: 740px;
  }
}
.e-registro .hero .container .hero__description {
  font-size: 0.8rem;
  opacity: 0.65;
  line-height: 15px;
}
@media screen and (min-width: 430px) {
  .e-registro .hero .container .hero__description {
    font-size: 0.924rem;
    line-height: 1.3;
    max-width: 440px;
    line-height: initial;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .hero .container .hero__description {
    font-size: 1rem;
    max-width: 740px;
  }
}
.e-registro .hero .container .hero__img {
  height: fit-content;
}
.e-registro .hero .container .hero__img .img {
  height: 100%;
}
.e-registro .section--e-registro {
  border-radius: min(80px, 7vw) min(80px, 7vw) 0 0;
  border-top: 1px solid #8DC63F;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .e-registro .section--e-registro {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro {
    padding-top: 61px;
  }
}
.e-registro .section--e-registro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.e-registro .section--e-registro .container .e-registro__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 9px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .e-registro__info {
    gap: 61px;
    margin-bottom: 109px;
  }
}
.e-registro .section--e-registro .container .e-registro__info .info__text {
  max-width: 900px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .e-registro .section--e-registro .container .e-registro__info .info__text {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .e-registro__info .info__text {
    font-size: 1.65rem;
    line-height: 1.38;
  }
}
.e-registro .section--e-registro .container .e-registro__info .info__text .texto-colorido {
  color: #8DC63F;
}
.e-registro .section--e-registro .container .e-registro__info .destaque {
  display: flex;
  align-items: center;
  max-width: 362px;
  width: fit-content;
  padding: 7px 8px;
  gap: 10px;
  border-radius: 11px;
  background-color: #8DC63F;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .e-registro .section--e-registro .container .e-registro__info .destaque {
    max-width: 530px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .e-registro__info .destaque {
    max-width: 486px;
    padding: 10px 12px;
    border-radius: 18px;
  }
}
.e-registro .section--e-registro .container .e-registro__info .destaque .destaque__img {
  display: block;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .e-registro__info .destaque .destaque__img {
    width: 100%;
    max-width: 53px;
  }
}
.e-registro .section--e-registro .container .e-registro__info .destaque .destaque__text {
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
  color: #121212 !important;
}
@media screen and (min-width: 768px) {
  .e-registro .section--e-registro .container .e-registro__info .destaque .destaque__text {
    font-size: 1.05rem;
  }
}
.e-registro .section--e-registro .container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .logo {
    gap: 29px;
    margin-bottom: 8px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 119px;
  }
}
@media screen and (min-width: 1200px) {
  .e-registro .section--e-registro .container .logo {
    padding: 0 34px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .logo .e-registro__logo {
    width: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .logo .e-registro__logo img {
    width: 100%;
    max-width: 340px;
    display: inline-block;
  }
}
.e-registro .section--e-registro .container .logo .logo__text {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 580px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .logo .logo__text {
    max-width: 649px;
    text-align: left;
    gap: 22px;
  }
}
.e-registro .section--e-registro .container .logo .logo__text .logo__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 0.9;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .logo .logo__text .logo__title {
    font-size: 1.13rem;
  }
}
.e-registro .section--e-registro .container .logo .logo__text .logo__subtitle {
  font-size: 0.94rem;
  opacity: 0.65;
  line-height: 1.35;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .logo .logo__text .logo__subtitle {
    font-size: 1.04rem;
    line-height: 1.55;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .e-registro .section--e-registro .container .logo .logo__text .logo__subtitle {
    padding-right: 50px;
  }
}
.e-registro .section--e-registro .container .card__container .row {
  gap: 15px;
  justify-content: center;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .card__container .row {
    gap: 21px;
  }
}
.e-registro .section--e-registro .container .card__container .card {
  padding: 14px 14px;
  width: 100%;
  max-width: 366px;
  border-radius: 12px;
  background-color: #8DC63F;
  color: #121212;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .card__container .card {
    padding: 22px 21px;
    max-width: 333px;
    border-radius: 17px;
  }
}
.e-registro .section--e-registro .container .card__container .card__img img {
  width: 100%;
  max-width: 21px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .card__container .card__img img {
    max-width: 31px;
  }
}
.e-registro .section--e-registro .container .card__container .card__title {
  font-weight: 400;
  font-size: 1.15rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .card__container .card__title {
    font-size: 1.13rem;
    margin: 9px 0 11px;
  }
}
.e-registro .section--e-registro .container .card__container .card__subtitle {
  font-size: 0.75rem;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--e-registro .container .card__container .card__subtitle {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}
.e-registro .section--fale-conosco {
  padding: 0;
  min-height: unset;
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .e-registro .section--fale-conosco {
    padding-top: 0;
  }
}
.e-registro .section--fale-conosco .container {
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .e-registro .section--fale-conosco .container {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--fale-conosco .container {
    border-radius: 80px 80px 0 0;
    overflow: hidden;
  }
}
.e-registro .section--fale-conosco .row {
  gap: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .e-registro .section--fale-conosco .row {
    flex-direction: row;
    align-items: stretch;
  }
}
.e-registro .section--fale-conosco .row .col {
  display: block;
  flex-basis: 100%;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .e-registro .section--fale-conosco .row .col {
    flex-basis: 50%;
  }
}
.e-registro .section--fale-conosco .row .col .fale-conosco__img .img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 768px) {
  .e-registro .section--fale-conosco .row .col .fale-conosco__img .img {
    border-radius: 0;
  }
}
.e-registro .section--fale-conosco .row .col .fale-conosco__content {
  width: 100%;
  padding: 26px 26px 40px;
  background-color: #fff;
  text-align: center;
  align-items: center;
  gap: 21px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .e-registro .section--fale-conosco .row .col .fale-conosco__content {
    height: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--fale-conosco .row .col .fale-conosco__content {
    text-align: left;
    align-items: start;
    padding: 0 113px;
    gap: 30px;
  }
}
.e-registro .section--fale-conosco .row .col .fale-conosco__content .section__title {
  font-size: min(0.875rem, 3vw);
  margin: 0;
  border: 1px solid #121212;
}
.e-registro .section--fale-conosco .row .col .fale-conosco__content .section__subtitle {
  width: 100%;
  margin: 0;
  background: linear-gradient(to right, #121212 0%, #8DC63F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--fale-conosco .row .col .fale-conosco__content .section__subtitle {
    font-size: 2.85rem;
    line-height: 1.23;
  }
}
.e-registro .section--fale-conosco .row .col .fale-conosco__content .section__description-title {
  font-size: min(1.125rem, 4vw);
}
.e-registro .section--fale-conosco .row .col .fale-conosco__content .section__text {
  display: flex;
  flex-direction: column;
  gap: min(25px, 3vw);
  margin-bottom: 20px;
}
.e-registro .section--fale-conosco .row .col .fale-conosco__content .section__link {
  font-size: 1rem;
  padding: 13px 31px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--fale-conosco .row .col .fale-conosco__content .section__link {
    font-size: 0.85rem;
  }
}
.e-registro .section--atendimento {
  min-height: unset;
  padding: 44px 0;
  border-radius: 30px 30px 0 0;
  transform: translateY(-24px);
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento {
    padding: 70px 0;
    border-radius: 80px 80px 0 0;
    transform: translateY(-72px);
  }
}
.e-registro .section--atendimento .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento .container {
    gap: 29px;
  }
}
.e-registro .section--atendimento .container .section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  padding: 12px 14px;
  border-radius: 10px;
  background-color: #8DC63F;
  gap: 5px;
  color: #121212;
  font-size: 0.79rem;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento .container .section__title {
    gap: 14px;
    font-size: 0.85rem;
  }
}
.e-registro .section--atendimento .container .section__title img {
  width: 100%;
  max-width: 24px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento .container .section__title img {
    max-width: 53px;
  }
}
.e-registro .section--atendimento .container .section__subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  background: linear-gradient(to right, #FFF 0%, #8DC63F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento .container .section__subtitle {
    max-width: 100%;
    font-size: 2.25rem;
  }
}
.e-registro .section--atendimento .container .section__description {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento .container .section__description {
    font-size: 1.17rem;
  }
}
.e-registro .section--atendimento .container .section__contact a {
  color: #fff;
  border: 1px solid;
  border-radius: 20px;
  padding: 4px 5px;
  font-size: 0.63rem;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 430px) {
  .e-registro .section--atendimento .container .section__contact a {
    padding: 4px 12px;
    margin: 0 6px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--atendimento .container .section__contact a {
    padding: 11px 24px;
    font-size: 0.76rem;
  }
}
.e-registro .section--atendimento .container .section__contact a img {
  vertical-align: middle;
}
.e-registro .section--atendimento .container .section__contact a.disabled {
  pointer-events: none;
  cursor: default;
}
.e-registro .section--map {
  padding-top: 0;
  position: relative;
  display: block;
  min-height: unset;
  background-image: url(../../img/bg.svg);
  border-radius: 80px 80px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 64px;
}
.e-registro .section--map .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .e-registro .section--map .container {
    max-width: 768px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .container {
    max-width: 1216px;
  }
}
.e-registro .section--map .container .card {
  position: relative;
  top: -150px;
  display: flex;
  flex-direction: column;
  gap: min(12px, 1vw);
  width: 333px;
  padding: 21px;
  color: #121212;
  border-radius: min(16px, 3vw);
  background-color: #8DC63F;
}
.e-registro .section--map .container .card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.e-registro .section--map .container .card__text .card__title {
  font-size: min(1.125rem, 5vw);
  font-weight: 500;
}
.e-registro .section--map .container .card__text .card__subtitle {
  font-size: min(0.875rem, 4vw);
  font-weight: 400;
  opacity: 0.7;
  line-height: min(1.6rem, 4vw);
}
.e-registro .section--map .row {
  gap: 0;
}
.e-registro .section--map .row .col {
  display: block;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .e-registro .section--map .row .col {
    flex-basis: 50%;
  }
}
.e-registro .section--map .row .col .map__text {
  text-align: center;
  padding-top: 39px;
  gap: 10px;
  padding: 39px 30px 30px;
}
@media screen and (min-width: 768px) {
  .e-registro .section--map .row .col .map__text {
    text-align: left;
  }
  .e-registro .section--map .row .col .map__text .section__subtitle,
  .e-registro .section--map .row .col .map__text h3,
  .e-registro .section--map .row .col .map__text .section__description,
  .e-registro .section--map .row .col .map__text .section__destaque {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .row .col .map__text {
    gap: 31px;
  }
}
.e-registro .section--map .row .col .section__subtitle {
  color: #fff;
  width: 100%;
  font-size: 1.87rem;
  margin-bottom: 0;
  line-height: 1;
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .row .col .section__subtitle {
    font-size: 2.44rem;
  }
}
.e-registro .section--map .row .col h3 {
  color: #8DC63F;
  font-size: 0.75rem;
  font-weight: 400;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .row .col h3 {
    font-size: 1rem;
    max-width: 495px;
  }
}
.e-registro .section--map .row .col .section__description {
  font-size: 0.75rem;
  font-weight: 400;
  max-width: 333px;
  margin: 0 auto;
  line-height: 1.3;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .row .col .section__description {
    font-size: 1rem;
    max-width: 495px;
    line-height: 1.5;
  }
}
.e-registro .section--map .row .col .section__destaque {
  max-width: 348px;
  border-radius: 5px;
  padding: 6px;
  background-color: #8DC63F;
  color: #121212;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .row .col .section__destaque {
    max-width: 484px;
    border-radius: 15px;
    padding: 21px;
    font-size: 0.86rem;
    line-height: 1.4;
  }
}
.e-registro .section--map .row .col .section__link {
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .e-registro .section--map .row .col .section__link {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .e-registro .section--map .row .col .section__link {
    margin: 25px 0 0;
  }
}
.e-registro .section--map .row .col .section__image {
  height: fit-content;
}
.e-registro .section--map .row .col .section__image img {
  width: 100%;
  max-width: 500px;
}
.e-registro .section--seguranca {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 17px 0;
  min-height: unset;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca {
    border-radius: 80px 80px 0 0;
    padding: 85px 0;
  }
}
.e-registro .section--seguranca .row {
  gap: 0;
  justify-content: space-between;
}
.e-registro .section--seguranca .col {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.e-registro .section--seguranca .text__content {
  text-align: center;
}
.e-registro .section--seguranca .section__subtitle {
  background: linear-gradient(90deg, #121212 0%, #90C844 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 260px;
  margin: 0 auto;
  font-size: 1.97rem;
  line-height: 1.16;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .section__subtitle {
    font-size: 4.13rem;
    line-height: 1.3;
    max-width: 100%;
  }
}
.e-registro .section--seguranca .section__description {
  color: #121212;
  margin: 8px auto 0;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .section__description {
    margin: 26px auto 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
}
.e-registro .section--seguranca .disponibilidade {
  background: linear-gradient(90deg, #F9F9F9 0%, #90C844 100%);
  font-size: 0.77rem;
  padding: 6px 0;
  max-width: 270px;
  margin: 8px auto 9px;
  border-radius: 6px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .disponibilidade {
    font-size: 1rem;
    padding: 19px 0;
    max-width: 375px;
    margin: 31px auto 47px;
    border-radius: 13px;
  }
}
.e-registro .section--seguranca .certification {
  background-color: #90C844;
  border-radius: 6px;
  padding: 14px 27px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification {
    border-radius: 15px;
    padding: 30px 31px;
    max-width: 553px;
  }
}
.e-registro .section--seguranca .certification__title img {
  vertical-align: middle;
  width: 100%;
  max-width: 15px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__title img {
    max-width: 38px;
  }
}
.e-registro .section--seguranca .certification__title h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__title h3 {
    font-size: 1.63rem;
    margin-left: 5px;
  }
}
.e-registro .section--seguranca .certification__content {
  margin-top: 7px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__content {
    margin-top: 30px;
  }
}
.e-registro .section--seguranca .certification__item {
  min-width: 150px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__item {
    min-width: 175px;
  }
}
.e-registro .section--seguranca .certification__item:not(:nth-child(2)) {
  margin-bottom: 9px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__item:not(:nth-child(2)) {
    margin-bottom: 29px;
  }
}
.e-registro .section--seguranca .certification__name {
  font-weight: 400;
  font-size: 0.8rem;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__name {
    font-size: 1.03rem;
    margin-bottom: 5px;
  }
}
.e-registro .section--seguranca .certification__link {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  display: inline-block;
  padding: 7px 8px;
  border-radius: 2px;
  text-align: center;
  font-size: 0.75rem;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__link {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.87rem;
    max-width: 173px;
    text-align: left;
  }
}
.e-registro .section--seguranca .certification__link img {
  vertical-align: middle;
  width: 100%;
  max-width: 12px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--seguranca .certification__link img {
    max-width: 15px;
    margin-left: 7px;
  }
}
.e-registro .section--contran {
  background-image: url(./../../img/street-bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: unset;
  padding: 50px 0;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--contran {
    padding: 205px 0;
  }
}
.e-registro .section--contran .container {
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--contran .container {
    max-width: 1216px;
    padding-bottom: 0;
  }
}
.e-registro .section--contran .section__subtitle {
  font-size: 1.24rem;
  line-height: 1.1;
  margin-bottom: 21px;
  margin: 0 auto 21px;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--contran .section__subtitle {
    font-size: 46px;
    line-height: 1.1;
    max-width: 1110px;
    margin: 0 auto 26px;
  }
}
.e-registro .section--contran .section__description {
  font-size: 0.75rem;
  line-height: 1.2;
  max-width: 345px;
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--contran .section__description {
    font-size: 16px;
    line-height: 1.45;
    max-width: 670px;
    display: block;
    margin: 0 auto;
  }
}
.e-registro .section--contran .section__link {
  display: inline-block;
  margin-top: 17px;
  padding: 14px 31px;
  font-size: 1rem;
}
@media screen and (min-width: 1440px) {
  .e-registro .section--contran .section__link {
    margin-top: 24px;
    padding: 13px 29px;
    font-size: 0.9rem;
  }
}
.e-registro .ask-me--e-registro {
  max-width: 100%;
  background-color: #121212;
  padding: 40px 0;
}
@media screen and (min-width: 1440px) {
  .e-registro .ask-me--e-registro {
    padding: 83px 0;
  }
}
.e-registro .ask-me--e-registro .ask-me__title {
  font-weight: bold;
}
.e-registro .ask-me--e-registro .container--large {
  padding: 0 20px;
}
.e-registro .ask-me--e-registro summary.ask-me__title {
  padding: 6px 30px 6px 9px;
}
.e-registro .ask-me--e-registro h2.ask-me__title {
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(90deg, #FFFFFF 0%, #8DC63F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 31px;
}
@media screen and (min-width: 1440px) {
  .e-registro .ask-me--e-registro h2.ask-me__title {
    font-size: 4.12rem;
    margin-bottom: 48px;
  }
}

.news-sec {
  width: 100%;
  position: relative;
}
.news-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -69px;
  border-radius: min(80px, 7vw) min(80px, 7vw) 0 0;
}
.news-sec .news__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 50px;
}
.news-sec .news__container .news__title {
  font-size: min(2.438rem, 6vw);
  font-weight: 400;
  line-height: 47.19px;
  text-align: left;
}
.news-sec .news__container .news__grid {
  display: flex;
  gap: 20px;
}
.news-sec .news__container .news__grid .main-news {
  flex: 2;
  position: relative;
}
.news-sec .news__container .news__grid .main-news .img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news-sec .news__container .news__grid .main-news::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 80%;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.news-sec .news__container .news__grid .main-news .news__content {
  position: absolute;
  padding: 0 min(40px, 5vw) min(25px, 4vw) min(40px, 5vw);
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-sec .news__container .news__grid .main-news .news__content .news__date {
  font-size: min(1rem, 3vw);
  font-style: normal;
  font-weight: 1.5rem;
  opacity: 0.65;
}
.news-sec .news__container .news__grid .main-news .news__content .news__subtitle {
  font-size: min(1.475rem, 3vw);
  font-style: normal;
  font-weight: 400;
  line-height: min(1.8rem, 3vw);
}
.news-sec .news__container .news__grid .side-news {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-sec .news__container .news__grid .side-news .news__item {
  position: relative;
}
.news-sec .news__container .news__grid .side-news .news__item .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-sec .news__container .news__grid .side-news .news__item::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 80%;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.news-sec .news__container .news__grid .side-news .news__item .news__content {
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 min(20px, 2vw) min(20px, 2vw) min(20px, 2vw);
}
.news-sec .news__container .news__grid .side-news .news__item .news__content .news__date {
  font-size: min(0.875rem, 1.6vw);
  font-style: normal;
  opacity: 0.65;
}
.news-sec .news__container .news__grid .side-news .news__item .news__content .news__subtitle {
  font-size: min(1.25rem, 1.8vw);
  font-style: normal;
  font-weight: 400;
  line-height: min(1.638rem, 2.2vw);
}

@media (max-width: 700px) {
  .news-sec .container {
    padding: 0;
  }
  .news-sec .news__container .news__grid {
    flex-direction: column;
  }
  .news-sec .news__container .news__grid .main-news::after {
    height: 100%;
  }
  .news-sec .news__container .news__grid .main-news .news__content {
    padding-bottom: 30px;
  }
  .news-sec .news__container .news__grid .main-news .news__content .news__date {
    font-size: min(1.3rem, 4vw);
  }
  .news-sec .news__container .news__grid .main-news .news__content .news__subtitle {
    font-size: min(2rem, 5vw);
    line-height: min(2.4rem, 6vw);
  }
  .news-sec .news__container .news__grid .side-news .news__item::after {
    height: 100%;
  }
  .news-sec .news__container .news__grid .side-news .news__item .news__content {
    padding: 0 min(40px, 5vw) 30px min(40px, 5vw);
  }
  .news-sec .news__container .news__grid .side-news .news__item .news__content .news__date {
    font-size: min(1.3rem, 4vw);
  }
  .news-sec .news__container .news__grid .side-news .news__item .news__content .news__subtitle {
    font-size: min(2rem, 5vw);
    line-height: min(2.4rem, 6vw);
  }
}
@media (max-width: 727px) {
  .e-registro .section--e-registro {
    padding-bottom: 0;
  }
  .e-registro .section--map {
    padding-bottom: 0;
  }
}
@media (min-width: 701px) and (max-width: 1200px) {
  .e-registro .section--map .row .col .section__image {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=E-registro.css.map */
