@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fba105;
}

.wpcf7-form {
  position: relative;
  width: 100%;
}
.wpcf7-form p label {
  font-size: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.wpcf7-form p label span input {
  width: 100%;
  border-radius: 8px;
  border: 0;
  padding: 8px;
  color: black;
}

.wpcf7-list-item label {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
  align-items: center;
}
.wpcf7-list-item label input[type=checkbox]:checked {
  content: "✔";
  color: white;
  background-color: #4f358b;
  border-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.wpcf7-submit {
  color: #fff;
  background-color: #fba105;
  display: flex !important;
  margin: 0 auto !important;
  padding: 0.6rem 1rem;
  font-weight: 600;
}

.btn:hover {
  opacity: 0.8;
  background: #fba105;
}

.borda-1 {
  width: 20%;
  height: 100%;
  border-top: 1px solid white;
  margin-bottom: 2%;
}

.borda {
  position: relative;
  border: 1px solid white;
  border-radius: 60px;
  padding: 112px;
  background-color: transparent;
  color: white;
  border-top-left-radius: 0;
  border-left: 0;
  margin-right: 9%;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border-bottom-left-radius: 0;
  margin-bottom: 2.05%;
}
.borda__circle-large {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
}
.borda__circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
}
.borda__circle-top-left {
  top: -10px;
  left: -100px;
  transform: translateX(-50%);
}
.borda__circle-top-right {
  top: -6px;
  right: 300px;
  transform: translateX(50%);
}
.borda__circle-bottom-left {
  bottom: -6px;
  left: 0;
  transform: translateX(-50%);
}
.borda__circle-bottom-right {
  bottom: 150px;
  right: 0;
  transform: translateX(50%);
}
.borda__retangle {
  position: absolute;
  width: 49%;
  height: 18px;
  background-color: #fba105;
  top: -9px;
  left: 9px;
}
.borda__title-container {
  position: absolute;
  top: 0px;
  height: 300px;
  display: flex;
  align-items: center;
}
.borda__title {
  position: relative;
  width: 50%;
  top: -57%;
}
.borda__col-left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.borda__col-left-text {
  color: #4f358b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.borda__col-left-text h4 {
  font-weight: 800;
  margin: 0;
}
.borda__col-left-text span {
  font-weight: 500;
  font-size: 18px;
}
.borda__col-left-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.borda__col-left-img img {
  width: 55%;
  max-width: 20rem;
}
.borda__col-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.borda__container-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4f358b;
  border-radius: 2rem;
  padding: 2rem;
  width: 75%;
  max-width: 26rem;
  z-index: 2;
}
.borda__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.borda__form-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.borda__form-input label {
  font-size: 12px;
}
.borda__input {
  height: 2.2rem;
  border-radius: 0.6rem;
  border: 0;
  outline: 0;
  padding: 0.6rem;
}
.borda__input-area {
  height: 6rem;
  border-radius: 0.6rem;
  border: 0;
  outline: 0;
  padding: 0.6rem;
}
.borda__form-button {
  background-color: #fba105;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  width: 40%;
  align-self: center;
  margin: 1rem 0 0 0;
  transition: opacity, 0.3s ease-in-out;
}
.borda__form-button:hover {
  opacity: 0.8;
}

.two-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c2368c;
}
.two-section__borda {
  width: 100%;
  margin-right: 20%;
  border: 1px solid white;
  border-radius: 60px;
  border-right: 0;
  border-top-right-radius: 0;
  margin-left: 9%;
  margin-top: -2.1%;
  border-bottom-right-radius: 0;
  margin-bottom: -2%;
  position: relative;
  z-index: 1;
}
.two-section__circle-large {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
}
.two-section__circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
}
.two-section__circle-bottom-left {
  bottom: 150px;
  left: 0;
  transform: translateX(-50%);
}
.two-section__container-retangle {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  align-items: center;
  margin-top: -50%;
  position: absolute;
  top: 0;
  width: 100%;
}
.two-section__retangle {
  background-color: #4f358b;
  padding: 2rem;
  min-width: 40%;
  border-radius: 2rem;
  text-align: center;
}
.two-section__retangle h3 {
  color: #f39c05;
  font-weight: 800;
}
.two-section__retangle span {
  font-weight: 600;
  color: #fff;
}
.two-section__content {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4%;
  margin-bottom: -12%;
  z-index: 1;
}
.two-section__content span {
  font-weight: 400;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 1.6rem;
}
.two-section__content h3 {
  font-weight: 700;
}
.two-section__powered {
  width: 50%;
}
.two-section__imgs {
  display: flex;
  flex-direction: column;
  width: 40%;
  position: relative;
  top: -140px;
  left: 330px;
}
.two-section__img-top {
  width: 50%;
}
.two-section__img-mid {
  width: 70%;
  position: relative;
  left: 25%;
  bottom: -20px;
}
.two-section__img-bottom {
  width: 60%;
  position: relative;
  left: -50%;
}

.three-section {
  background-image: url("../imgs/bg-three-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 3rem;
}
.three-section__borda {
  width: 100%;
  margin-right: 15%;
  border: 1px solid white;
  border-radius: 60px;
  margin-left: 14%;
  margin-top: 1.93%;
  padding: 6rem;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.three-section__circle-large {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
}
.three-section__circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
}
.three-section__circle-top-left {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.three-section__circle-top-right {
  top: 15px;
  right: 12px;
  transform: translateX(50%);
}
.three-section__circle-bottom-right {
  bottom: 45px;
  right: 0;
  transform: translateX(50%);
}
.three-section__content {
  color: #fff;
  gap: 1rem;
}
.three-section__content h4 {
  font-weight: 700;
  font-size: 2rem;
}
.three-section__tempo {
  width: 40%;
}

.four-section {
  background-color: #4f358b;
  color: #fff;
}
.four-section__borda {
  width: 100%;
  margin-right: 15%;
  border-right: 1px solid white;
  padding: 3rem 0;
}
.four-section__col {
  border-right: 1px solid #ccc;
}
.four-section__footer-text {
  font-size: 10px;
}

.first-section-mobile {
  color: #4f358b;
}
.first-section-mobile__h4 {
  font-weight: 700;
}
.first-section-mobile__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  color: #fff;
  padding: 1rem;
  background-color: #4f358b;
}
.first-section-mobile__form-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.first-section-mobile__form-input label {
  font-size: 12px;
}
.first-section-mobile__input {
  height: 2.2rem;
  border-radius: 0.6rem;
  border: 0;
  outline: 0;
  padding: 0.6rem;
}
.first-section-mobile__input-area {
  height: 6rem;
  border-radius: 0.6rem;
  border: 0;
  outline: 0;
  padding: 0.6rem;
}
.first-section-mobile__form-button {
  background-color: #fba105;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  width: 40%;
  align-self: center;
  margin: 1rem 0 0 0;
}

.two-section-mobile__container-title {
  background-color: #4f358b;
  border-radius: 1.4rem;
}
.two-section-mobile__h3 {
  color: #f39c05;
  font-weight: 700;
}
.two-section-mobile__span {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.two-section-mobile__content {
  color: #fff;
}
.two-section-mobile__content span {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.3rem;
}

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