@import url("../../fonts/fontawesome-free-5.13.0-web/css/fontawesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

#index {
  margin-top: 80px;
}

body {
  font-family: "Open Sans" !important;
  background-color: #fff !important;
}

.header-image {
  margin-bottom: 30px;
  margin-left: 70px;
}

.uniarp-faq-href {
  text-decoration: underline;
  color: #000;
}

.header-image>img {
  width: 400px;
}

#arrow-down>i {
  content: "\f0a8";
  font-size: 5vw;
  transition: 0.3s ease-in-out;
}

#arrow-down {
  position: relative;
  margin: 0 auto;
  text-align: center;
  animation: jump 5s infinite;
  margin-top: -81px;
  color: #05924d;
}

#logo-ie-main {
  height: 35px;
}

#logo-saber {
  width: 100px;
  height: 30px;
}

.arrow {
  width: 100%;
  margin-top: 7vw;
}

#uniarp-btn3 {
  color: #fff;
  height: 20%;
  width: 100%;
  text-align: center;
}

#uniarp-btn3 img {
  width: 80px;
  height: 80px;
}

#uniarp-campaign-page .campaign1-index-background-banner {
  width: 100%;
  background-image: url("../../imgs/uniarp/imagem.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 10px;
  margin: 0;
  height: auto;
}

#uniarp-panel {
  align-items: center;
  justify-content: center;
  margin: auto;
}

#uniarp-index {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
  height: 34vw;
  margin-right: 50%;
  margin-left: 10%;
}

#uniarp-header-container {
  margin-left: 70px;
}

#uniarp-header-container img {
  height: 15vw;
  margin: auto;
  display: block;
}

#uniarp-header-container>h1 {
  color: #FFA700;
  font-size: 4vw;
  font-weight: 800;
  margin-right: 18vw;
  text-transform: uppercase;
}

#uniarp-header-container>h1>span {
  color: #ea3235;
}

#uniarp-header-subtitle {
  margin-left: 70px;
  margin-top: 20px;
  margin-bottom: 4vw;
}

#uniarp-header-subtitle>h3 {
  color: #fff;
  font-size: 2.1vw;
  font-family: "Open Sans";
  line-height: 2.3vw;
  margin: auto;
  text-align: left;
  margin-right: 12vw;
  font-weight: 400;
}

#uniarp-header-container>a {
  background: #3bade4;
  font-size: 30px;
  padding: 15px 40px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#uniarp-header-container>a:hover {
  text-decoration: none;
}

#uniarp-indicate {
  max-width: 35%;
}

/* PILLS AND TABS */

h2.funcionamento {
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
  font-family: Open Sans;
  font-size: 50px;
}

.funcionamento strong {
  font-family: Open Sans;
}

h5.funcionamento {
  font-family: Open Sans;
  color: #000;
  margin-bottom: 4vw;
  text-align: center;
  font-weight: 500;
}


.funcionamento {
  position: relative;
}

.funcionamento::after {
  content: "";
  height: 3px;
  width: 25%;
  position: absolute;
  background-color: #fff;
  right: 75%;
  bottom: 45%;
  border-radius: 20px;
}

.funcionamento::before {
  content: "";
  height: 3px;
  width: 25%;
  position: absolute;
  background-color: #fff;
  left: 75%;
  bottom: 45%;
  border-radius: 20px;
}

.teste {
  display: flex !important;
}

.nav-pills .nav-link {
  background: #fff;
  color: #333e54;
  font-size: 16pt;
  font-weight: 600;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 1px 2px 3px #dedede;
}

.nav-link.active>i {
  margin: auto;
  display: flex;
}

.nav-link>i {
  display: table-column;
}

.pills-text {
  display: none;
  color: #000;
  text-align: center;
  font-size: 15pt;
  font-weight: 600;
  padding: 10px;
  padding-bottom: 20px;
  background: #fff;
  font-family: "Open Sans";
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.uniarp-tabs {
  margin-top: 50px;
  width: 80%;
  margin: auto;
}

ul.nav {
  display: flex !important;
}

.nav-item {
  text-align: center;
  width: 25%;
}

.top-image {
  margin-top: -114px;
  margin-right: 25px;
  float: right;
}

.top-image>img {
  width: 120px;
  height: 100px;
}

.img-icon p {
  font-family: "Open Sans";
}

.img-icon strong {
  font-family: Open Sans;
}

/* section2 ===========  */

section#uniarp-group {
  padding-top: 4vw;

}

.uniarp-group-text {
  margin: auto 14%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.uniarp-group-text h3 {
  margin-top: 2vw;
  text-align: center;
  color: #405a9c;
  margin-bottom: 2vw;
  font-family: "Open Sans";
  position: relative;
}

.uniarp-group-text h3::after {
  content: "";
  height: 0.07vw;
  width: 100%;
  position: absolute;
  background-color: #405a9c;
  right: 0;
  bottom: -10px;
}

.center-text {
  font-family: "Open Sans";
}

.center-text span {
  font-weight: 700;
}

.uniarp-group-center {
  display: flex;
  flex-direction: row;
  margin-bottom: 3vw;
  align-items: center;
}

.uniarp-group-center img {
  height: 4vw;
  margin: 0vw 0 0 2vw;
}

.uniarp-group-center h4 {
  font-size: 1vw;
  margin-bottom: 1.5vw;
  color: #000;
  font-weight: 300;
}

/* section2 END ===========  */

/* section 3 =================*/

section#uniarp-looking {
  width: 100%;
  background-image: url(../../imgs/uniarp/imagem2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding-bottom: 2vw;
}

.text-section-two h2 {
  color: #8D64A6;
  font-size: 3vw;
  font-weight: 800;
  margin-left: 45%;
  text-align: left;
  padding-top: 5vw;
}

.text-section-two h4 {
  max-width: 37%;
  margin-left: 45.5%;
  text-align: left;
  color: #8D64A6;
  margin-bottom: 2vw;
  font-weight: 400;
  margin-top: 1vw;
  font-size: 1.2vw;
}

/* section 3 end ======*/

/* section 4 */

section#income {
  width: 100%;
  background-image: url(../../imgs/uniarp/section3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}

.income-text h2 {
  text-align: left;
  font-size: 2.7vw;
  color: #ffff;
  text-transform: uppercase;
  margin-left: 14%;
  font-weight: 700;
  padding-top: 2.5vw;
  margin-bottom: 29vw;
}

.income-text h3 {
  font-size: .8vw;
  font-style: italic;
  text-align: left;
  color: #fff;
  margin-left: 14%;
  padding-bottom: 2%;
  margin-bottom: 0;
}

.circulo-01 {
  width: auto;
  height: 20vw;
  margin-bottom: 2%;
}

.circulo-02 {
  display: none;
}

.circulo-03 {
  display: none;
}

/* section 4 end ======*/

/* section 5 */

section#uniarp-fluxo-images {
  width: 100%;
  background-image: url(../../imgs/uniarp/section4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}

#uniarp-fluxo-images h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 16.5%;
  /* margin-top: 3vw; */
  padding-top: 3vw;
  margin-bottom: 2vw;
  font-size: 2.5vw;
  color: #8D64A6;
}

.incones {
  display: flex;
  align-content: center;
  padding: 1vw 2vw;
  width: 33vw;
  border-radius: 20px;
  margin-right: 1.5vw;
  align-items: center;
  margin-bottom: 1.5vw;
  background-color: #8D64A6;
}

#uniarp-fluxo-images .container-icons .incones p {
  font-size: 1.2vw;
  margin-top: 1.5%;
  margin-left: 0.5vw;
  color: #fff;
}

.container-icons {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  justify-content: center;
}

.icon01 {
  width: auto;
  height: 6vw;
  margin-right: 3vw;
}

.icon-mobile {
  display: none;
}


/* section 5 end ======*/


/* css pills */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  border-bottom: none !important;
  background-color: #333e54 !important;
}

.tab-content {
  background: #ffff;
  margin-top: -60px;
  padding: 40px;
  border: 2px solid #dddddd;
}

.tab-pane {
  font-size: 20px;
  font-weight: 300;
  color: #302f2f;
  text-align: center;
  margin: auto;
}

.tab-pane>span {
  font-weight: bold;
}

.uniarp-indicate-text {
  height: 140px;
  margin: auto;
  margin-top: 20px;
}

.menor {
  padding: 15px 30px !important;
}

section#uniarp-funcionamento {
  background-color: #fdb415;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.small1 {
  font-size: 14px;
  text-align: end;
  font-family: "Open Sans";
  margin-right: 10vw;
  margin-top: 1vw;
}

/* END PILLS AND TABS */
/* ______________________________________ */

section#uniarp-how-it-works {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #AD3336;
}

.uniarp-how-it-works-block {
  padding: 10px;
  background-image: linear-gradient(to right, #fff, #dddddd);
  border-radius: 15px;
}

.uniarp-how-it-works-text {
  margin: auto;
  width: 50%;
  padding-right: 4vw;
  border-right: 7px solid #fff;
}

.uniarp-how-it-works-text h2 {
  padding: 5px;
  font-size: 2vw;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.uniarp-how-it-works-text h3 {
  padding: 5px;
  font-size: 1.8vw;
  color: #ff9c0a;
  font-weight: 400;
  text-align: left;
}

.uniarp-how-it-works-text h4 {
  line-height: 1.6vw;
  font-family: Open Sans;
  padding: 5px;
  font-size: 1.1vw;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.uniarp-how-it-works-circles {
  width: 50%;
  color: #ff9c0a;
}

.left {
  margin-left: 5vw !important;
}

.left-2 {
  margin-left: 12vw !important;
}

.uniarp-how-it-works-circle {
  border: 0.5vw solid #ff9c0a;
  border-radius: 50%;
  height: 11vw;
  width: 11vw;
  padding: 2vw 1vw;
  margin-left: 2vw;
  margin-right: 4vw;
  margin-bottom: 2vw;
}

.uniarp-how-it-works-circles h1 {
  font-size: 3vw;
}

.uniarp-how-it-works-circles h2 {
  font-size: 0.9vw;
}

section#uniarp-how-it-works.formulario {
  background-image: url(../../imgs/uniarp/imagem3.png);
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 54vw;
  padding-bottom: 4.5vw;
  display: flex;
}

section#uniarp-share {
  background: #00ac8d;
  display: flex;
  flex-direction: column;
  padding: 20px 0 40px;
}

.footer-images {
  display: flex;
  text-align: center;
}

.footer-images>img {
  width: 300px;
  margin: auto;
}

.blocks {
  width: 90%;
  display: flex;
  margin: auto;
  margin-top: 3vw;
  flex-direction: column;
}

#wrapper form {
  padding: 20px !important;
  border-radius: 5px;
}

.first-block {
  width: 80%;
  padding-top: 2vw;
  margin: auto;
  align-items: revert;
  justify-content: flex-end;
  display: flex;
}

.second-block {
  width: 50%;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.green-bottom {
  background-color: #05924d;
  height: 15px;
  width: 120px;
  margin-left: 100px;
}

section#uniarp-how-it-works-container {
  justify-content: space-around;
  padding-top: 15px;
}

section#uniarp-how-it-works-container>p {
  font-weight: 500;
}

section#uniarp-how-it-works-container>h5 {
  margin-top: 20px;
  font-weight: 500;
  float: right;
  font-size: 12px;
}

section#uniarp-how-it-works-container>p>span {
  font-weight: 700;
}

section#uniarp-how-it-works-container>div>span>h3 {
  margin: 0px 0 30px;
  text-transform: uppercase;
  font-size: 20px;
}

section#uniarp-how-it-works-container>div>span>p {
  font-size: 18px;
  max-width: 85%;
}

#uniarp-how-it-works-img {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

#uniarp-how-it-works-img :nth-child(1) {
  margin-right: 20px;
}

#uniarp-how-it-works-img>span {
  width: 100px;
  height: 95px;
}

.botao {
  display: block;
  margin: auto auto 10px auto;
  background: #FFF;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 1.5vw;
  text-align: left;
  color: #8D64A6;
  border: none;
  border-bottom: 2px solid #8D64A6;
  padding-left: 5px;
}

.icon {
  float: right;
  margin-right: 5px;
  color: #8D64A6;
  margin-left: 25px;
}

.botao.collapsed .icon {
  margin-top: -5px;
}

.icon>.fa-sort-down:before {
  display: none;
}

.icon>.fa-sort-down:after {
  font-family: "Font Awesome 5 Free";
  /*content: "\f068"; */
  /* plus minus */
  content: '\f0de';
  /* arrow */
}

.botao.collapsed .fa-sort-down:after {
  /*content: "\f067";*/
  /* plus minus */
  content: '\f0dd';
  /* arrow */
}

.card-saiba-mais {
  border: none !important;
  font-weight: 400;
  font-size: 14pt;
  max-width: 100%;
  margin: auto;
  margin-bottom: 40px;
  color: #000;
  height: auto !important;
}

.saiba-mais {
  width: 100%;
  margin: auto !important;
}

.question {
  font-weight: 700;
  font-size: 1.1vw;
  margin-left: 0px;
  display: flex;
  align-items: center;
}

.texto-pergunta {
  width: 98%;
}

.form-info {
  margin-top: 20px;
  text-align: center;
}

.uniarp-triangle {
  background: transparent;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 10vw 100vw;
  border-color: transparent transparent #2b2b5f transparent;
  margin-bottom: -1px;
}


.transform {
  width: 50%;
  margin-left: 5vw;
  color: #8D64A6;
  font-family: "Open Sans";
  font-size: 34px;
}

.transform h2 {
  width: 70%;
  font-size: 56px;
  line-height: 80px;
  font-family: Open Sans;
  margin-left: 2vw;
}

#uniarp-bar {
  height: 1vw;
  background: #8D64A6;
}

.cta-text {
  color: #fff;
  text-align: center;
  margin-right: 5vw;
  width: 50%;
}

.cta-text h3 {
  margin: 1vw 5vw auto 5vw;
}

hr.uniarp-hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border-top: 2px solid #05924d;
}

/* CARD */

.card-uniarp {
  padding: 10px !important;
  background-color: #fff !important;
  border: none !important;
  color: #000;
  border-radius: 0px !important;
  flex-direction: row !important;
  align-items: center;
}

.card-body {
  padding: 1rem !important;
}

.card-uniarp img {
  height: 8vw;
  margin: auto;
  padding: 20px;
}

.card-title {
  color: #333e54;
  font-weight: 700;
  font-size: 1.2vw;
}

.card-text {
  font-weight: 400;
  font-size: 1vw;
  text-align: left;
}

/* END CARD */

#uniarp-btn {
  width: 70%;
  display: flex;
  margin-left: 6%;
}

#uniarp-btn2 {
  width: 100%;
  display: flex;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 2vw;
  align-items: center;
  justify-content: center;
}

#uniarp-btn2>a {
  background: linear-gradient(180deg, rgba(172, 211, 48, 1) 0%, rgba(126, 159, 18, 1) 100%);
  color: #fff;
  border-radius: 19px;
  font-size: 1.3vw;
  font-weight: bold;
  width: 32vw;
  outline: none;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  font-family: "Open Sans";
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#uniarp-btn>a {
  background: linear-gradient(180deg, rgba(172, 211, 48, 1) 0%, rgba(126, 159, 18, 1) 100%);
  color: #fff;
  font-size: 1.3vw;
  width: 33vw;
  outline: none;
  letter-spacing: -0.5px;
  border: none;
  padding: 0.9vw 2vw;
  border-radius: 19px;
  cursor: pointer;
  text-align: center;
  margin: auto;
  font-family: "Open Sans";
  box-shadow: 0px 4px 0px rgb(0 0 0 / 25%);
  border-radius: 18px;
  opacity: 1;
  font-weight: bold;
}

/* FORMULARIO */

#btn-register-enviar {
  font-family: "Open Sans";
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(172, 211, 48, 1) 0%, rgba(126, 159, 18, 1) 100%);
  color: #fff;
  border: none;
  margin: auto;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding: 0.9vw 2vw;
  font-size: 1.3vw;
  display: flex;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 19px;
  opacity: 1;
  margin-top: 1vw;
  font-weight: 500;
}

.formulario-title {
  width: 100%;
  align-items: center;
}

.formulario-title>h2 {
  text-align: center;
  font-size: 3vw;
  color: #004579;
  font-family: "Open Sans";
  width: 100%;
}

.form-group {
  text-align: initial;
  margin-bottom: 0 !important;
}

.form-control {
  color: #1E3858;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.15rem + 2px) !important;
  padding: 0rem 0.2vw !important;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1vw;
  line-height: 1.5;
  border: none !important;
  border-radius: 0 !important;
  background-clip: padding-box;
  border-bottom: 1px solid #8D64A6 !important;
}

label {
  color: #8D64A6;
  display: inline-block;
  padding: 3px;
  margin-bottom: 0.5rem;
  margin-bottom: 0rem !important;
}

.uniarp-button-form {
  display: flex;
  height: 50px;
}

#terms-affiliate {
  color: #8D64A6;
}

#form-register-terms {
  margin-top: 5%;
  font-size: 16px;
  margin-bottom: 0.2vw !important;
  color: #8D64A6;
}

#form-register-terms>p {
  margin-bottom: 0.5rem !important;
}

.form-register-small-uniarp {
  margin-left: 10px;
}

/* FIM FORMULARIO */

/* FAQ */

section#uniarp-faq {
  padding: 30px;
  width: 100%;
  background-color: #FFF;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 70px;
}

section#uniarp-faq>section {
  padding: 20px;
  width: 80%;
  margin: auto;
  background: #FFF;
}

h2.perguntas {
  color: #8D64A6;
  font-size: 2.5vw;
  text-transform: uppercase;
  padding-top: 5vw;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  margin-left: 11%;
}

.perguntas {
  position: relative;
}

.card {
  background-color: #FFF !important;
  color: #8D64A6 !important;
  font-size: 1.0vw !important;
}

.card a {
  color: #8D64A6;
}

/* END FAQ */

/* SABER BLOCK  */

#saber-benefits {
  font-family: Open Sans;
  background: #f8f8f8;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 20px 0 40px;
  width: 100%;
}

#saber-benefits-items {
  width: 80%;
  justify-content: space-around;
  margin: auto;
  padding: 25px 8% 25px;
  color: #fff;
  font-family: "Open Sans";
}

#saber-benefits-items>p {
  color: #000;
  font-size: 18px;
  list-style-type: circle;
  line-height: 1.8;
}

#saber-benefits-items a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}

.saber-img>img {
  width: auto;
  display: flex;
  margin-top: 2vw;
  margin-left: 18%;
  margin-bottom: 2vw;
  height: 5vw;
}

.saber-href {
  text-decoration: underline;
  color: #004579;
  font-weight: 900;
}

/* FIM SABER BLOCK  */

#disclaimer-footer {
  font-family: "Open Sans";
  background: #f8f8f8;
  color: #000;
  padding: 0vw 0 4vw 18vw;
  text-align: left;
}

.disclaimer-footer-block>span {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-family: "Open Sans";
}

@media (max-width: 1470px) {
  .first-block {
    width: 64%;
    margin-left: auto;
    align-items: revert;
    justify-content: flex-end;
    display: flex;
    margin-left: 25vw;
  }

  .blocks {
    margin: 1.5vw 0;
  }
}

@media (max-width: 1450px) {
  .first-block {
    width: 81%;
    margin: auto;
    align-items: revert;
    justify-content: flex-end;
    display: flex;
    margin-left: 25vw;
  }

  .blocks {
    width: 50%;
    display: flex;
    /* margin: auto; */
    margin-top: 3vw;
    flex-direction: column;
  }
}

@media(max-width: 1160px) {
  #wrapper form {
    padding: 10px !important;
  }
}

@media (max-width: 1025px) {
  #uniarp-btn>a {
    width: 27vw;
  }

  .blocks {
    width: 57%;
    margin: 0 0 0 44vw;
  }

  .first-block {
    padding-top: 5vw;
  }

  .form-control {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }

  .first-block {
    margin-left: 5vw;
  }
}



@media (max-width: 768px) {
  #uniarp-campaign-page .campaign1-index-background-banner {
    background-image: url(../../imgs/uniarp/imagem-750.png);
    height: 60vw;
  }

  #uniarp-index {
    margin-left: 0;
  }

  #uniarp-header-subtitle>h3 {
    margin-right: 7vw;
  }

  #uniarp-header-container>h1 {
    margin-bottom: 0;
  }

  #uniarp-header-subtitle {
    margin-top: 10px;
  }

  #uniarp-btn>a {
    width: 32vw;
    margin-left: 6vw;
  }

  #uniarp-btn {
    width: 77%;
    display: flex;
    margin-left: 6%;
  }

  .uniarp-group-text {
    margin: auto 10%;
  }

  .uniarp-group-center h4 {
    font-size: 2.1vw;
    line-height: 3vw;
  }

  .text-section-two h4 {
    font-size: 1.7vw;
  }

  section#income {
    width: 100%;
    background-image: url(../../imgs/uniarp/section3-750.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 52vw;
  }

  .income-text h2 {
    font-size: 2.7vw;
    margin-left: 12%;
    padding-top: 4.5vw;
    margin-bottom: 37vw;
  }

  .incones {
    width: 39vw;
    border-radius: 16px;
    margin-bottom: 1.5vw;
  }

  #uniarp-fluxo-images .container-icons .incones p {
    font-size: 1.5vw;
  }

  section#uniarp-faq>section {
    width: 95%;
  }

  h2.perguntas {
    color: #8D64A6;
    font-size: 3.8vw;
    padding-top: 5vw;
    margin-left: 6%;
  }

  .question {
    font-size: 2vw;
  }

  .card {
    font-size: 2vw !important;
  }

  section#uniarp-how-it-works.formulario {
    background-image: url(../../imgs/uniarp/imagem3-750.png);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding-bottom: 5vw;
    display: flex;
  }

  #uniarp-fluxo-images h2 {
    margin-left: 9.5%;
    /* margin-top: 3vw; */
    font-size: 3.5vw;
  }

  #uniarp-btn2>a {
    font-size: 1.6vw;
    width: 40vw;
  }

  #uniarp-btn2 {
    margin-top: 2vw;
    padding-bottom: 3vw;
  }

  .icon01 {
    height: 10vw;
  }

  .uniarp-group-center img {
    height: 6vw;
    margin: 0vw 0 0 2vw;
  }

  .card-title {
    font-size: 1.3vw;
  }

  .card-text {
    font-size: 1.2vw;
  }

  .revelar {
    display: block !important;
  }

  #pills-tab {
    display: block !important;
  }

  #pills-tab>li {
    margin-bottom: 30px !important;
    width: 75vw;
  }

  .tab-content {
    display: none;
  }

  .nav-pills .nav-link {
    text-align: center;
    border: 1px solid #dedede !important;
    font-size: 25px;
    border-radius: 0px !important;
    background: #fff;
    color: #002756;
    padding: 15px 20px;
    font-weight: bold;
  }

  .uniarp-tabs {
    width: auto;
    margin: auto;
    padding-top: 4vw;
  }

  #form-register-terms {
    margin-top: 5%;
    font-size: 10px;
    text-align: left;
    margin-bottom: 0.2vw !important;
    color: #8D64A6;
  }

  .blocks {
    width: 63%;
    display: flex;
    margin: 0 0 0 45vw;
    margin-top: 0vw;
  }

  .formulario-title>h2 {
    padding-top: 2vw;
  }

  #saber-benefits {
    padding-bottom: 0px;
  }

  #disclaimer-footer {
    margin-bottom: 5vw;
  }
}

@media (max-width: 993px) {
  #logo-ie-main {
    display: none;
  }
}

@media (max-width: 551px) {
  .uniarp-how-it-works-circles {
    width: 100%;
  }

  .uniarp-how-it-works-text {
    border-right: none;
  }

  .uniarp-how-it-works-circle {
    border: 1.3vw solid #ff9c0a;
    height: 28vw;
    width: 28vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto !important;
    margin-bottom: 9vw !important;
  }

  .uniarp-how-it-works-circles h1 {
    font-size: 8vw;
  }

  .uniarp-how-it-works-circles h2 {
    font-size: 2.6vw;
  }

  .uniarp-how-it-works-circles>div {
    align-items: center;
    justify-content: center;
  }

  section#uniarp-funcionamento {
    padding: 30px;
  }

  #uniarp-header-container img {
    height: 42vw;
  }

  .card-title {
    font-size: 4vw;
  }

  .card-uniarp img {
    height: 20vw;
  }

  h2.perguntas {
    font-size: 6vw;
  }

  h2.funcionamento {
    margin: 10vw auto;
  }

  .disclaimer-footer-block>span {
    font-size: 3vw;
    display: flex;
    margin-bottom: 6vw;
  }

  #disclaimer-footer {
    padding: 0vw 2.4vw 8vw;
  }

  .uniarp-profits-info {
    background-image: url("../../imgs/uniarp/bg360.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  #arrow-down>i {
    font-size: 15vw;
  }

  section#uniarp-how-it-works.formulario {
    background-image: url(../../imgs/uniarp/imagem3-mobile.png);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding-bottom: 5vw;
    display: flex;
    padding-top: 45vw;
  }

  .box-shadow {
    width: 100% !important;
  }

  #uniarp-campaign-page .campaign1-index-background-banner {
    background-image: url("../../imgs/uniarp/imagem-mobile.png");
    height: 185vw;
  }

  section#uniarp-looking {
    background-color: #FFA700;
    background-image: none;
    padding-bottom: 5vw;
  }

  #uniarp-header-container>h1 {
    font-size: 13vw;
    width: 100%;
  }

  h2.perguntas {
    font-size: 8vw;
    margin-left: 0px;
  }

  .question {
    font-size: 3vw;
  }

  section#uniarp-faq>section {
    padding: 0px;
    width: 100%;
    margin-left: 0;
  }

  .texto-pergunta {
    font-size: 6.5vw;
  }

  .card p {
    font-size: 5vw;
  }

  .card-saiba-mais {
    padding: 10px !important;
    font-size: 3vw;
  }

  .uniarp-how-it-works-image {
    width: 100%;
  }

  .uniarp-how-it-works-image>img {
    margin-top: 10vw;
    margin-bottom: 10vw;
    height: 40vw;
  }

  .uniarp-how-it-works-text {
    width: 100%;
  }

  .uniarp-how-it-works-text h2 {
    font-size: 8vw;
  }

  .uniarp-how-it-works-text h3 {
    font-size: 6vw;
  }

  .uniarp-how-it-works-text h4 {
    font-size: 3.5vw;
  }

  .uniarp-how-it-works-text {
    width: 100%;
    padding: 20px;
  }

  #uniarp-header-container {
    margin-left: 10px;
  }

  .header-image {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  #uniarp-header-subtitle {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  #uniarp-header-container>span {
    font-size: 8.5vw;
    line-height: 1.3;
  }

  #uniarp-btn>a {
    margin-left: 0;
    font-size: 6vw;
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 25vw;
    height: 20vw;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .text-section-two h2 {
    font-size: 10vw;
    font-weight: bold;
    margin-left: 5vw;
    text-align: left;
    padding-top: 4vw;
  }

  .text-section-two h4 {
    max-width: 90%;
    margin-left: 5vw;
    text-align: left;
    margin-top: 5vw;
    margin-bottom: 2vw;
    font-weight: 300;
    font-size: 4.5vw;
  }

  section#income {
    width: 100%;
    background-image: url(../../imgs/uniarp/section3-550.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
  }

  .circulo-01 {
    display: none;
  }

  .circulo-02 {
    display: none;
  }

  .circulo-03 {
    width: auto;
    height: 200vw;
    margin: auto;
    text-align: center;
    margin-top: 5vw;
    display: flex;
  }

  .income-text h3 {
    margin-bottom: 0;
    font-size: 3vw;
    text-align: left;
    margin-left: 14%;
    padding-bottom: 3vw;
    /* margin: 8vw 0px; */
  }

  .income-text h2 {
    margin: auto;
    font-size: 8.2vw;
    margin-left: 5vw;
    margin-bottom: 250vw;
    width: 70%;
    padding-top: 10vw;
  }

  .uniarp-group-text h4 {
    font-size: 18px;
  }

  #uniarp-btn2>a {
    font-size: 4.5vw;
    width: 100%;
    margin: auto;
    margin-bottom: 5vw;
  }

  #uniarp-index {
    width: 100%;
    margin-left: 10px;
    margin-top: 20px;
    justify-content: unset;
    height: auto;
  }

  #uniarp-header-subtitle>h2 {
    font-size: 6.5vw;
    margin: 20px;
  }

  .transform h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  .transform {
    width: 100%;
    margin: 0;
    margin-top: 4vw;
    color: #fdb416;
    font-family: "Open Sans";
    font-size: 34px;
  }

  .cta-text {
    color: #fff;
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }

  #uniarp-header-subtitle>h3 {
    font-size: 7vw;
    margin: auto;
    text-align: left;
    margin-right: 4vw;
    line-height: 9vw;
  }

  #uniarp-btn {
    margin-top: 71vw;
    width: 97%;
    display: flex;
    margin-left: 0;
  }

  #uniarp-index {
    margin-right: 0;
  }

  .card-title {
    font-size: 6vw;
  }

  .img-icon {
    width: 80vw;
  }

  .funcionamento1 {
    font-size: 32px;
  }

  .funcionamento1 h2 {
    font-size: 50px;
  }

  .incones {
    text-align: left;
    margin-left: 0px;
    text-align: left;
    flex-direction: column;
    margin-left: 0px;
    width: 89vw;
    padding: 8vw;
  }


  .icon-mobile {
    display: block;
  }

  #uniarp-fluxo-images h2 {
    font-size: 6vw;
    margin-left: 4vw;
    margin-bottom: 4vw;
    margin-top: 4vw;

  }

  #uniarp-btn2 {
    width: 90%;
  }

  #uniarp-fluxo-images .container-icons .incones p {
    font-size: 5.8vw;
    margin-top: 1.5%;
    margin-right: 3vw;
  }

  #uniarp-fluxo-images img {
    width: auto;
    height: 31vw;
  }

  #uniarp-fluxo-images {
    display: flex;
    flex-direction: column;
  }

  .centerimg {
    flex-direction: column;
  }

  .downimg {
    flex-direction: column;
  }

  .uniarp-group-text h4 {
    margin: 10vw auto;
    font-size: 4vw;
    line-height: 7vw;
  }

  .uniarp-group-text h3 {
    margin-bottom: 6vw;
  }

  .uniarp-group-text {
    margin: 5% 5%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .uniarp-group-center img {
    height: 16vw;
    width: 100%;
    margin: 0.5vw;
  }

  .uniarp-group-center {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 3vw;
  }

  .card-text {
    font-size: 4vw;
  }

  .blocks {
    width: 87%;
    display: flex;
    margin: 0px 0vw 0 0vw;
    margin-top: 0vw;
  }

  #btn-register-enviar {
    padding: 2.5vw 2vw;
    font-size: 4.3vw;
  }

  #wrapper form {
    border-radius: 15px;
    margin-left: 0 !important;
  }

  section#uniarp-fluxo-images {
    width: 100%;
    background-color: #FFA700;
    background-image: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
  }

  .first-block {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 15vw;
    margin-left: 0;
    margin: 0;
    text-align: left;
    justify-content: left;
  }

  .pl-5 .px-5 {
    padding-left: 0rem !important;
  }

  .formulario-title>h2 {
    font-size: 6vw;
    margin-left: 10vw !important;
    width: 90% !important;
    margin-top: 4vw;
    text-align: left;
  }

  .uniarp-profits-info>h3 {
    font-size: 5vw;
  }

  .form-group {
    margin-left: 0 !important;
    text-align: left !important;
    font-family: Open Sans;
    text-align: initial;
    margin-bottom: 7vw !important;
  }

  .form-group label {
    font-size: 4vw;
    margin-left: 0;
  }

  .form-group input {
    font-size: 4vw;
  }

  .form-register-small {
    font-size: 3.5vw;
  }

  .saber-img>img {
    width: 48vw;
    display: flex;
    margin: auto;
    margin-top: 2vw;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
    height: 15vw;
  }

  #saber-benefits-items {
    width: 90%;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 25px 1% 25px;
    color: #fff;
    font-family: "Open Sans";
  }

  #saber-benefits-items>p {
    margin: 0;
    padding: 0;
    font-size: 4vw;
  }
}

@media (max-width: 350px) {
  #logo-ie-main {
    display: none;
  }
}