.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);
  }
}

.home {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.home > .hero {
  position: relative;
  background-color: #000;
  padding-top: 125px;
  padding-bottom: 222px;
  z-index: 0;
}
@media (min-width: 768px) {
  .home > .hero .hero__subtitle {
    font-size: 3.5rem;
    line-height: 1.05;
  }
}
.home > .hero .container {
  align-items: center;
  z-index: 10;
}
.home > .hero .hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home > .hero .hero__video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  top: 0;
  left: 0;
}
.home > .hero--main {
  display: flex;
  justify-content: safe center;
  height: auto;
  min-height: 100dvh;
}
@media (max-width: 768px) {
  .home > .hero--main {
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .home > .hero--main .hero__title {
    font-size: 12px;
    padding: 9px;
    height: 21px;
  }
}
.home > .hero--main .hero__subtitle {
  text-align: center;
}
@media (max-width: 768px) {
  .home > .hero--main .hero__subtitle {
    font-size: 32px;
    line-height: 1.25;
  }
}
.home > .hero--main .hero__link {
  position: static;
}
@media (max-width: 768px) {
  .home > .hero--main .hero__link {
    margin-top: 1rem;
    width: 213px;
    height: 43px;
    background-color: #fff;
    color: #121212;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home > .hero--main .container {
    height: initial;
    gap: 15px;
    background: linear-gradient(0deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
  }
}
.home > .hero--main .hero__description {
  text-align: center;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .home > .hero--main .hero__description {
    font-size: 1.25rem;
  }
}
.home > .hero--video {
  margin-top: -285px;
  height: 764px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .home > .hero--video {
    padding-top: 48px;
    height: 370px;
    margin-top: -34px;
    border-radius: 30px 30px 0 0;
    align-items: start;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .home > .hero--video iframe {
    width: 185%;
    height: 185%;
  }
}
@media (max-width: 768px) {
  .home > .hero--video .hero__title {
    font-size: 15px;
    height: 11px;
    padding: 12px 10px;
  }
}
@media (max-width: 768px) {
  .home > .hero--video .hero__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .home > .hero--video .hero__description {
    font-size: 12px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .home > .hero--video button {
    width: 27px;
    height: 27px;
    background-position: center;
    background-size: cover;
  }
}
.home > .hero--video .container {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: initial;
}
@media (max-width: 768px) {
  .home > .hero--video .container {
    gap: 7px;
  }
}
.home > .hero--section {
  padding-top: 676px;
  min-height: 810px;
  background-size: 1312px;
  background-repeat: no-repeat;
  background-position: center 53px;
  border-radius: 80px 80px 0 0;
  top: -195px;
  padding-bottom: 60px;
  background-color: #121212;
}
@media screen and (max-width: 768px) {
  .home > .hero--section {
    background-image: url(../../img/flow2.svg);
  }
}
@media (max-width: 768px) {
  .home > .hero--section {
    top: 0;
    border-radius: 0;
    padding-top: 578px;
    background-size: 1254px;
    background-position: center -108px;
  }
}
@media (max-width: 768px) {
  .home > .hero--section .hero__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home > .hero--section .hero__subtitle {
    font-size: 30px;
  }
}
.home > .hero--section .hero__description {
  text-align: center;
}
@media (max-width: 768px) {
  .home > .hero--section .hero__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home > .hero--section .hero__link {
    width: 208px;
    height: 51px;
    font-size: 16px;
  }
}
.home > .hero--section .container {
  height: initial;
}
@media (max-width: 768px) {
  .home > .hero--section .container {
    gap: 7px;
  }
}
.home > .hero--section--gif {
  overflow: hidden;
}
.home > .hero--section--gif::after {
  content: "";
  display: block;
  width: 100%;
  height: 750px;
  background-image: url(../../animation/home-eregistro.gif);
  background-size: 1312px;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 48px;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  .home > .hero--section--gif::after {
    display: none;
  }
}
.home > .hero--section--transition {
  transition: 0.1s;
  background-image: url(../../img/flow2.svg);
}
.home > .hero--section--transition::after {
  opacity: 0;
  transition: 0.3s;
}
.home > .section {
  padding-top: 170px;
  position: relative;
  top: -200px;
}
@media (max-width: 768px) {
  .home > .section {
    top: 0;
    padding-top: 128px;
  }
}
@media (max-width: 768px) {
  .home > .section .row.container {
    flex-direction: column;
  }
  .home > .section .row.container .col {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .home > .section .row.container article {
    gap: 7px;
  }
}
.home > .section .section__image {
  position: relative;
  right: -20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .home > .section .section__image {
    right: 0;
  }
}
.home > .section .section__image svg {
  width: 100%;
  max-width: 370px;
  height: 437px;
}
@media screen and (min-width: 1200px) {
  .home > .section .section__image svg {
    max-width: 440px;
  }
}
.home > .section .section__title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .home > .section .section__title {
    width: 160px;
    height: 31px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
  }
}
.home > .section .section__subtitle {
  margin: 0 auto;
  font-size: 1.975rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home > .section .section__subtitle {
    font-size: 29px;
    text-align: center;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .home > .section .section__subtitle {
    font-size: 2.275rem;
    line-height: 1.3;
  }
}
.home > .section--background {
  background-position: center 32px;
  background-color: #121212;
  padding-bottom: 0;
  padding-bottom: 30px;
  background-size: 1225px;
}
@media screen and (max-width: 768px) {
  .home > .section--background {
    background-image: url(../../img/bg-section.svg);
  }
}
@media screen and (min-width: 769px) {
  .home > .section--background {
    height: 680px;
    background-position: center;
    padding-top: 0;
  }
}
.home > .section.section--gif::after {
  content: "";
  display: block;
  width: 100%;
  height: 772px;
  background-image: url(../../animation/Home-estados.gif);
  background-size: 1225px;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  .home > .section.section--gif::after {
    display: none;
  }
}
.home > .section.section--transition {
  background-image: url(../../img/bg-section.svg);
}
.home > .section.section--transition::after {
  opacity: 0;
  transition: 0.3s;
}

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