main {
  position: relative; }

main section {
  position: relative; }

main section .image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: center; }

main section .row {
  margin: 0; }

main section.hero {
  padding: 50px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: var(--primary-dark) !important; }

main section.hero .decoration {
  position: relative;
  z-index: 0; }

main section.hero .decoration .decoration_1 {
  position: absolute;
  width: 300px;
  right: -150px;
  opacity: 0.3;
  top: -50px; }

main section.hero .message {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
  gap: 6px; }

main section.hero .message .title {
  font-size: 38px;
  text-align: left;
  letter-spacing: -2px; }

main section.hero .message .subtitle {
  text-align: left;
  list-style: none;
  padding: 0;
  font-size: 18px;
  color: white; }

main section.hero .message .subtitle__list {
  font-size: 20px; }

@media (max-width: 769px) {
  main section.hero .message .title {
    text-align: center;
    font-size: 36px; }
  main section.hero .message .subtitle {
    text-align: center; } }

main section.slogan {
  color: var(--primary-dark);
  padding: 50px 0 25px 0;
  background: var(--primary-light) !important;
  text-align: center; }

main section.slogan .title {
  font-size: 2.5rem; }

main section.partners {
  background: var(--primary-light);
  padding-bottom: 50px; }

main section.partners .container {
  max-width: 1280px;
  width: 95%;
  padding: 25px 0; }

main section.partners .card {
  height: 100%;
  border-radius: 25px;
  background: white;
  position: relative;
  z-index: 1;
  overflow: hidden; }

main section.partners .card-body {
  background: white;
  display: flex;
  flex-direction: column; }

main section.partners .card-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--primary-dark); }

main section.partners .card-text {
  font-size: 1rem;
  line-height: 1.6;
  font-size: var(--text-size-md); }

@media (max-width: 769px) {
  main section.partners .card-title {
    font-size: 1.4rem; } }

main section.partners .question {
  color: white;
  font-size: 24px;
  line-height: 1.6;
  font-size: 1.2rem; }

main section.partners .question .btn {
  white-space: normal;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border-bottom: none;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between; }

main section.partners .question .btn .icon {
  transform: rotate(0deg);
  transition: 0.5s;
  font-size: 24px; }

main section.partners .question .btn.collapsed .icon {
  transform: rotate(180deg); }

main section.partners .response {
  letter-spacing: -.18px;
  line-height: 1.6;
  font-size: 1rem;
  padding: 20px;
  margin-bottom: 0; }

main section.partners ul {
  padding-left: 40px !important; }

main section.partners .circle {
  position: absolute;
  width: 30%;
  z-index: 1; }

main section.partners .circle:nth-child(1n) {
  right: -15%;
  bottom: 50%;
  transform: scaleX(-1); }

main section.partners .circle:nth-child(2n + 1) {
  left: -15%;
  top: 25%;
  transform: scaleX(1); }

main section.partners .cloud {
  width: 15vw;
  z-index: 0; }

main section.partners .cloud-top-left {
  position: absolute;
  left: 25px;
  top: 10%;
  transform: scaleX(-1); }

main section.partners .cloud-middle-left {
  position: absolute;
  left: 25px;
  top: 75%;
  transform: scaleX(-1); }

main section.partners .cloud-top-right {
  position: absolute;
  right: -15px;
  top: 47.5%; }

main section.partners .cloud-bottom-right {
  z-index: 2;
  right: 5%;
  bottom: 10px;
  position: absolute;
  transform: scaleX(-1.2) scaleY(1.2); }

main section.steps {
  color: var(--secondary);
  padding: 50px 0 50px 0;
  background: var(--primary-dark) !important;
  text-align: center; }

main section.steps .title {
  font-size: 2.5rem;
  margin-bottom: 18px; }

main section.steps .list {
  padding-left: 0;
  list-style: none; }

main section.steps .list .step {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 300; }

main section.steps .list .number {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 12px;
  border-radius: 100%;
  border: 2px solid var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  text-align: center; }

main section.questions {
  background: var(--primary-light); }

main section.questions .container {
  max-width: 900px;
  width: 95%;
  padding: 50px 0 25px 0; }

main section.questions .subtitle {
  text-align: center;
  color: var(--primary-dark);
  padding-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
  display: block; }

main section.questions .card {
  border-radius: 25px;
  background: var(--primary-dark);
  border: none;
  position: relative;
  z-index: 1; }

main section.questions .card-header {
  background: transparent;
  border-radius: inherit;
  border-bottom: none; }

main section.questions .card .body {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: white;
  color: var(--primary-dark); }

main section.questions .question {
  color: white;
  font-size: 24px;
  line-height: 1.6;
  font-size: 1.2rem; }

main section.questions .question .btn {
  white-space: normal;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border-bottom: none;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

main section.questions .question .btn .icon {
  transform: rotate(0deg);
  transition: 0.5s;
  font-size: 24px; }

main section.questions .question .btn.collapsed .icon {
  transform: rotate(180deg); }

main section.questions .response {
  letter-spacing: -.18px;
  line-height: 1.6;
  font-size: 1rem;
  padding: 20px;
  margin-bottom: 0; }

main section.questions ul {
  padding-left: 40px !important; }

main section.questions .circle {
  position: absolute;
  width: 30%;
  z-index: 0; }

main section.questions .circle:nth-child(1n) {
  right: -15%;
  top: -15%;
  transform: scaleX(-1); }

main section.questions .circle:nth-child(2n + 1) {
  left: -15%;
  top: 25%;
  transform: scaleX(1); }

main section.questions .circle:nth-child(3n + 1) {
  left: initial;
  right: -15%;
  top: 70%;
  transform: scaleX(-1); }

main section.questions .cloud {
  width: 15vw;
  z-index: 0; }

main section.questions .cloud-top-left {
  position: absolute;
  left: 25px;
  top: 10%;
  transform: scaleX(-1); }

main section.questions .cloud-middle-left {
  position: absolute;
  left: 25px;
  top: 75%;
  transform: scaleX(-1); }

main section.questions .cloud-top-right {
  position: absolute;
  right: -15px;
  top: 47.5%; }

main section.questions .cloud-bottom-right {
  z-index: 2;
  right: 5%;
  bottom: 10px;
  position: absolute;
  transform: scaleX(-1.2) scaleY(1.2); }

main section.calltoaction {
  color: var(--secondary);
  padding: 100px 0 75px 0;
  text-align: center; }

main section.calltoaction .action {
  display: inline-block;
  margin-top: 24px;
  width: auto; }

main section.calltoaction .title {
  font-size: 2.5rem;
  margin-bottom: 18px; }

main section.calltoaction .subtitle {
  font-weight: 300; }

a, a:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.5s; }

a:hover {
  opacity: 0.9; }

@media (max-width: 769px) {
  .slogan .title, .steps .title {
    font-size: 30px !important; }
  .slogan .subtitule, .steps .subtitule {
    font-size: calc(30px - 4px) !important; } }
