@import url("../../fonts/fontawesome-free-5.13.0-web/css/fontawesome.min.css");

@font-face {
  font-family: "hurme-black";
  src: url("../../fonts/hurme-geometric/Hurme-Black.otf") format("woff");
}

@font-face {
  font-family: "hurme-bold";
  src: url("../../fonts/hurme-geometric/Hurme-Bold.otf") format("woff");
}

@font-face {
  font-family: "hurme-semibold";
  src: url("../../fonts/hurme-geometric/Hurme-SemiBold.otf") format("woff");
}

@font-face {
  font-family: "hurme";
  src: url("../../fonts/hurme-geometric/Hurme.otf") format("woff");
}

@font-face {
  font-family: "uniheavy";
  src: url("../../fonts/uni-sans/UniSans-HeavyItalic.ttf") format("woff");
}

@font-face {
  font-family: "uniregular";
  src: url("../../fonts/uni-sans/UniSans-RegularItalic.ttf") format("woff");
}

#index {
  margin-top: 80px;
}

body {
  font-family: "hurme" !important;
  background-color: #fff !important;
}

.header-image {
  margin-bottom: 30px;
  margin-left: 70px;
}

.uninter-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: 2vw;
}

.arrow {
  width: 100%;
  margin-top: 7vw;
}

#uninter-btn3 {
  color: #fff;
  height: 20%;
  width: 100%;
  text-align: center;
}

#uninter-btn3 img {
  width: 80px;
  height: 80px;
}

#uninter-campaign-page .campaign1-index-background-banner {
  width: 100%;
  background-image: url("../../imgs/uninter/imagem.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 10px;
  margin: 0;
  height: 52vw;
}

#uninter-panel {
  align-items: center;
  justify-content: center;
  margin: auto;
}

#uninter-index {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 10vw;
  height: 34vw;
  margin-right: 50%;
  margin-left: 5%;
}

#uninter-header-container {
  margin-left: 70px;
}

#uninter-header-container img {
  height: 15vw;
  margin: auto;
  display: block;
}

#uninter-header-container > h1 {
  color: #fdb415;
  font-size: 3vw;
  font-weight: 900;
  font-family: hurme-bold;
}

#uninter-header-container > h1 > span {
  color: #ea3235;
}

#uninter-header-subtitle {
  margin-left: 70px;
  margin-top: 20px;
  margin-bottom: 4vw;
}

#uninter-header-subtitle > h3 {
  color: #fff;
  font-size: 1.3vw;
  font-family: "uniregular";
  line-height: 2vw;
  margin: auto;
  text-align: left;
  margin-right: 14vw;
}

#uninter-header-subtitle span {
  font-family: segoebold;
}

#uninter-header-container > a {
  background: #3bade4;
  font-size: 30px;
  padding: 15px 40px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#uninter-header-container > a:hover {
  text-decoration: none;
}

#uninter-indicate {
  max-width: 35%;
}

/* PILLS AND TABS */

h2.funcionamento {
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
  font-family: hurme;
  font-size: 50px;
}

.funcionamento strong {
  font-family: hurme-bold;
}

h5.funcionamento {
  font-family: segoebold;
  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: "SegoeRegular";
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.uninter-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: "uniregular";
}

.img-icon strong {
  font-family: uniheavy;
}

/* section2 ===========  */

.uninter-group-text {
  margin: auto 20%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.uninter-group-text h3 {
  margin-top: 2vw;
  text-align: center;
  color: #405a9c;
  margin-bottom: 2vw;
  font-family: "uniregular";
  position: relative;
}

.uninter-group-text h3::after {
  content: "";
  height: 0.07vw;
  width: 100%;
  position: absolute;
  background-color: #405a9c;
  right: 0;
  bottom: -10px;
}

.center-text {
  font-family: "hurme";
}

.uninter-group-center {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-bottom: 3vw;
}

.uninter-group-center img {
  height: 25vw;
  width: 30vw;
  margin: 0.5vw;
}

.uninter-group-center h4 {
  margin: 0.5vw;
  font-size: 1.3vw;
  margin-bottom: 2.5vw;
}

/* section2 END ===========  */

/* section 3 =================*/

#uninter-fluxo-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1vw 20vw;
}

.funcionamento1 {
  font-family: "hurme-semibold";
  font-size: 50px;
  color: #405a9c;
  position: relative;
}

.funcionamento1::after {
  content: "";
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #405a9c;
  right: 104%;
  bottom: 45%;
  border-radius: 20px;
}

.funcionamento1::before {
  content: "";
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #405a9c;
  left: 104%;
  bottom: 45%;
  border-radius: 20px;
}

.centerimg {
  display: flex;
  flex-direction: row;
}

.downimg {
  display: flex;
}

.img-icon {
  display: flex;
  text-align: left;
  width: 30vw;
  margin: 1vw;
}

.img-icon p {
  margin-left: 0.5vw;
  font-family: "uniregular";
  font-size: 32px;
}

.img-icon strong {
  color: #405a9c;
  font-family: uniregular;
  font-size: 32px;
}

#uninter-fluxo-images img {
  width: auto;
  height: 4vw;
}

/* section 3 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;
}

.uninter-indicate-text {
  height: 140px;
  margin: auto;
  margin-top: 20px;
}

.menor {
  padding: 15px 30px !important;
}

section#uninter-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: "Segoe UI";
  margin-right: 10vw;
  margin-top: 1vw;
}

/* END PILLS AND TABS */

/* ______________________________________ */

section#uninter-how-it-works {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  background: #333e54;
}

.uninter-how-it-works-block {
  padding: 10px;
  background-image: linear-gradient(to right, #fff, #dddddd);
  border-radius: 15px;
}

.uninter-how-it-works-text {
  margin: auto;
  width: 50%;
  padding-right: 4vw;
  border-right: 7px solid #fff;
}

.uninter-how-it-works-text h2 {
  padding: 5px;
  font-size: 2vw;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.uninter-how-it-works-text h3 {
  padding: 5px;
  font-size: 1.8vw;
  color: #ff9c0a;
  font-weight: 400;
  text-align: left;
}

.uninter-how-it-works-text h4 {
  line-height: 1.6vw;
  font-family: segoeregular;
  padding: 5px;
  font-size: 1.1vw;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.uninter-how-it-works-circles {
  width: 50%;
  color: #ff9c0a;
}

.left {
  margin-left: 5vw !important;
}

.left-2 {
  margin-left: 12vw !important;
}

.uninter-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;
}

.uninter-how-it-works-circles h1 {
  font-size: 3vw;
}

.uninter-how-it-works-circles h2 {
  font-size: 0.9vw;
}

section#uninter-how-it-works.formulario {
  background-image: url("../../imgs/uninter/imagem3-1024.png");
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 40vw;
  display: flex;
  padding-bottom: 60px;
}

section#uninter-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;
}

#wrapper form {
  padding: 10px;
  border-radius: 5px;
}

.first-block {
  width: 50%;
  margin: auto;
  align-items: center;
  justify-content: center;
  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#uninter-how-it-works-container {
  justify-content: space-around;
  padding-top: 15px;
}

section#uninter-how-it-works-container > p {
  font-weight: 500;
}

section#uninter-how-it-works-container > h5 {
  margin-top: 20px;
  font-weight: 500;
  float: right;
  font-size: 12px;
}

section#uninter-how-it-works-container > p > span {
  font-weight: 700;
}

section#uninter-how-it-works-container > div > span > h3 {
  margin: 0px 0 30px;
  text-transform: uppercase;
  font-size: 20px;
}

section#uninter-how-it-works-container > div > span > p {
  font-size: 18px;
  max-width: 85%;
}

#uninter-how-it-works-img {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

#uninter-how-it-works-img :nth-child(1) {
  margin-right: 20px;
}

#uninter-how-it-works-img > span {
  width: 100px;
  height: 95px;
}

.botao {
  display: block;
  margin: auto auto 10px auto;
  background: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  border: solid 1px #bec0c2;
  color: #405a9c;
}

.icon {
  float: right;
  margin-right: 16px;
  color: #003168;
  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: 12pt;
  margin-left: 13px;
  display: flex;
  align-items: center;
}

.texto-pergunta {
  width: 90%;
}

.form-info {
  margin-top: 20px;
  text-align: center;
}

.uninter-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;
}

#uninter-benefits {
  padding: 100px 50px;
  background: #003168;
  width: 100%;
  height: auto;
  display: flex;
}

.transform {
  width: 50%;
  margin-left: 5vw;
  color: #fdb416;
  font-family: "uni sans regular";
  font-size: 34px;
}

.transform h2 {
  width: 70%;
  font-size: 56px;
  line-height: 80px;
  font-family: uniregular;
  margin-left: 2vw;
}

#uninter-bar {
  height: 1vw;
  background: #fdb415;
}

.cta-text {
  color: #fff;
  text-align: center;
  margin-right: 5vw;
  width: 50%;
}

.cta-text h3 {
  margin: 1vw 5vw auto 5vw;
}

#uninter-benefits > h2 {
  text-align: left;
  color: #004579;
  margin-bottom: 3vw;
  font-weight: 700;
}

hr.uninter-hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border-top: 2px solid #05924d;
}

/* CARD */

.card-uninter {
  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-uninter 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 */

#uninter-btn {
  width: 100%;
  display: flex;
}

#uninter-btn2 {
  width: 100%;
  display: flex;
  margin: auto;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}

#uninter-btn2 > a {
  background: #fdb416;
  color: #003168;
  border-radius: 10px;
  font-size: 2vw;
  font-weight: 700;
  width: 35vw;
  outline: none;
  letter-spacing: -0.5px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "hurme-black";
  box-shadow: 0px 8px 0px #e2a505;
  border-radius: 4px;
  opacity: 1;
}

#uninter-btn > a {
  background: #fdb415;
  color: #003168;
  font-size: 1.8vw;
  width: 30vw;
  outline: none;
  letter-spacing: -0.5px;
  border: none !important;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  margin: auto;
  font-family: "hurme-black";
  box-shadow: 0px 8px 0px #e2a505;
  border-radius: 4px;
  opacity: 1;
}

/* FORMULARIO */

#btn-register-enviar {
  font-family: "hurme-black";
  text-transform: uppercase;
  background-color: #fdb415;
  color: #003168;
  border: none;
  margin: auto;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 30px;
  display: flex;
  margin-bottom: 25px;
  box-shadow: 0px 8px 0px #e2a505;
  border-radius: 4px;
  opacity: 1;
}

.form-group {
  font-family: hurme !important;
}

.formulario-title {
  width: 50%;
  align-items: center;
}

.formulario-title > h2 {
  text-align: initial;
  font-size: 3vw;
  color: #004579;
  margin-left: 5vw;
  font-family: "hurme-black";
  width: 65%;
}

.form-group {
  font-family: segoeregular;
  text-align: initial;
  margin-bottom: 0 !important;
}

.form-control {
  background-color: #fff !important;
  color: #495057;
}

label {
  margin-bottom: 0rem !important;
}

.uninter-button-form {
  display: flex;
  height: 50px;
}

#terms-affiliate {
  color: #004579;
}

#form-register-terms {
  font-family: segoeregular;
  font-size: 16px;
  margin-bottom: 0.2vw !important;
}

#form-register-terms > p {
  margin-bottom: 0.5rem !important;
}

.form-register-small-uninter {
  margin-left: 10px;
}

/* FIM FORMULARIO */

/* FAQ */

section#uninter-faq {
  padding: 30px;
  width: 100%;
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 70px;
}

section#uninter-faq > section {
  padding: 20px;
  width: 80%;
  margin: auto;
  background: rgb(255, 255, 255, 0.5);
}

h2.perguntas {
  color: #003168;
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-family: hurme;
}

.perguntas {
  position: relative;
}

.perguntas::after {
  content: "";
  height: 3px;
  width: 25%;
  position: absolute;
  background-color: #405a9c;
  right: 75%;
  bottom: 45%;
  border-radius: 20px;
}

.perguntas::before {
  content: "";
  height: 3px;
  width: 25%;
  position: absolute;
  background-color: #405a9c;
  left: 75%;
  bottom: 45%;
  border-radius: 20px;
}

/* END FAQ */

/* SABER BLOCK  */

#saber-benefits {
  font-family: segoeregular;
  background: #003168;
  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: "hurme";
}

#saber-benefits-items > p {
  color: #fff;
  font-size: 18px;
  list-style-type: circle;
  line-height: 1.8;
}

#saber-benefits-items a {
  color: #fdb415;
}

.saber-img > img {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
}

.saber-href {
  text-decoration: underline;
  color: #004579;
  font-weight: 900;
}

/* FIM SABER BLOCK  */

#disclaimer-footer {
  font-family: "uniregular";
  background: #1b1b1b;
  color: #fff;
  padding: 2vw 0 4vw 0;
  text-align: center;
}

.disclaimer-footer-block > span {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-family: "uniregular";
}

@media (max-width: 1441px) {
  section#uninter-how-it-works.formulario {
    height: 52vw;
  }
}

@media (min-width: 1441px) and (max-width: 1680px) {
  section#uninter-how-it-works.formulario {
    height: 50vw;
  }
}

@media (max-width: 1025px) {
  #uninter-header-subtitle > h2 {
    font-size: 1.8vw;
    line-height: unset;
  }
  .uninter-how-it-works-text h2 {
    font-size: 2.3vw;
  }
  .uninter-how-it-works-text h3 {
    font-size: 2vw;
  }
  .uninter-how-it-works-text h4 {
    line-height: unset;
    font-size: 1.5vw;
  }
  .card-text {
    font-size: 1.4vw;
  }
  .card-title {
    font-size: 1.8vw;
  }
  .arrow {
    margin-top: 11vw;
  }
  .card-body {
    padding: 0 !important;
  }
  #logo-ie-main {
    height: 3vw;
  }
  section#uninter-how-it-works.formulario {
    background-image: url("../../imgs/uninter/imagem3-1024.png");
    height: 75vw;
  }
  #uninter-header-container > span {
    font-size: 4vw;
  }
  #uninter-header-container > h1 {
    text-transform: unset;
    margin-bottom: 0;
    font-size: 2.5vw;
    margin-top: 2vw;
  }
  #uninter-index {
    margin-top: 20px;
  }
  .formulario-title > h2 {
    font-size: 4.5vw;
    margin-right: 10px;
  }
  .center-text {
    font-family: "hurme";
  }
  .center-text h4 {
    font-size: 16px;
  }

  .uninter-group-text {
    margin: auto 20%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .uninter-group-text h3 {
    font-size: 19px;
  }
  .uninter-group-text h4 {
    font-size: 14px;
  }

  .funcionamento1 {
    font-size: 32px;
    margin: 1vw auto;
  }
  .img-icon strong {
    font-size: 18px;
  }
  .img-icon p {
    font-size: 18px;
  }

  .transform h2 {
    font-size: 32px;
    line-height: 60px;
  }

  .cta-text h3 {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
  }
  #uninter-btn2 {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  #logo-saber-ie {
    display: flex;
    align-items: center;
  }
  #uninter-header-container,
  #uninter-header-subtitle {
    margin-left: 0px;
  }
  section#uninter-how-it-works.formulario {
    height: 70vw;
  }
}

@media (max-width: 768px) {
  .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;
  }
  .uninter-tabs {
    width: auto;
    margin: auto;
    padding-top: 4vw;
  }
  .blocks {
    width: 90%;
    display: flex;
    margin: auto;
    margin-top: 0vw;
  }
  section#uninter-how-it-works.formulario {
    height: 95vw;
  }
}

@media (max-width: 551px) {
  .uninter-how-it-works-circles {
    width: 100%;
  }
  .uninter-how-it-works-text {
    border-right: none;
  }
  .uninter-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;
  }
  .uninter-how-it-works-circles h1 {
    font-size: 8vw;
  }
  .uninter-how-it-works-circles h2 {
    font-size: 2.6vw;
  }
  .uninter-how-it-works-circles > div {
    align-items: center;
    justify-content: center;
  }
  section#uninter-funcionamento {
    padding: 30px;
  }
  #uninter-header-container img {
    height: 42vw;
  }
  .card-title {
    font-size: 4vw;
  }
  .card-uninter img {
    height: 20vw;
  }
  h2.perguntas {
    font-size: 6vw;
  }
  #uninter-benefits > h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
  h2.funcionamento {
    margin: 10vw auto;
  }
  .disclaimer-footer-block > span {
    font-size: 3vw;
    display: flex;
    margin-bottom: 6vw;
  }
  #disclaimer-footer {
    padding: 8vw 0;
  }
  .uninter-profits-info {
    background-image: url("../../imgs/uninter/bg360.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #arrow-down > i {
    font-size: 15vw;
  }
  #logo-ie-main {
    height: 35px;
  }
  section#uninter-how-it-works.formulario {
    background-image: url("../../imgs/uninter/imagem3-360.png");
    height: auto;
  }
  #uninter-campaign-page .campaign1-index-background-banner {
    background-image: url("../../imgs/uninter/imagem-mobile.png");
    height: auto;
  }
  #uninter-header-container > h1 {
    font-size: 10vw;
    width: 100%;
  }
  h2.perguntas {
    font-size: 6vw;
  }
  .question {
    font-size: 3vw;
  }
  .card-saiba-mais {
    padding: 10px !important;
    font-size: 3vw;
  }
  section#uninter-how-it-works {
    flex-direction: column;
    padding: 20px;
  }

  .perguntas::before {
    content: "";
    height: 3px;
    width: 15%;
    position: absolute;
    background-color: #405a9c;
    left: 90%;
    bottom: 45%;
    border-radius: 20px;
  }

  .perguntas::after {
    content: "";
    height: 3px;
    width: 15%;
    position: absolute;
    background-color: #405a9c;
    right: 90%;
    bottom: 45%;
    border-radius: 20px;
  }
  .uninter-how-it-works-image {
    width: 100%;
  }
  .uninter-how-it-works-image > img {
    margin-top: 10vw;
    margin-bottom: 10vw;
    height: 40vw;
  }
  .uninter-how-it-works-text {
    width: 100%;
  }
  .uninter-how-it-works-text h2 {
    font-size: 8vw;
  }
  .uninter-how-it-works-text h3 {
    font-size: 6vw;
  }
  .uninter-how-it-works-text h4 {
    font-size: 3.5vw;
  }
  .uninter-how-it-works-text {
    width: 100%;
    padding: 20px;
  }
  #uninter-header-container {
    margin-left: 10px;
  }
  .header-image {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #uninter-header-subtitle {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #uninter-header-container > span {
    font-size: 8.5vw;
    line-height: 1.3;
  }
  #uninter-btn > a {
    font-size: 5vw;
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 25vw;
    height: 20vw;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #uninter-btn2 > a {
    font-size: 4vw;
    width: 100%;
    margin: auto;
    margin-bottom: 5vw;
  }
  #uninter-index {
    width: 100%;
    margin-left: 10px;
    margin-top: 20px;
    justify-content: unset;
    height: auto;
  }
  #uninter-benefits {
    padding: 0;
    background: #003168;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #uninter-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: "uni sans regular";
    font-size: 34px;
  }
  .cta-text {
    color: #fff;
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }
  #uninter-header-subtitle > h3 {
    color: #fff;
    font-size: 6vw;
    font-family: "uniregular";
    margin: auto;
    text-align: left;
    margin-right: 7vw;
    line-height: 8vw;
  }
  #uninter-index {
    margin-right: 0;
  }

  .card-title {
    font-size: 6vw;
  }
  .img-icon {
    width: 80vw;
  }
  .funcionamento1 {
    font-size: 32px;
    margin: 5vw auto;
  }

  #uninter-fluxo-images img {
    width: auto;
    height: 15vw;
  }
  #uninter-fluxo-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1vw 1vw;
  }
  .centerimg {
    flex-direction: column;
  }
  .downimg {
    flex-direction: column;
  }
  .uninter-group-text h4 {
    margin: 5vw auto;
  }
  .uninter-group-text h3 {
    margin-bottom: 6vw;
  }

  .uninter-group-text {
    margin: 5% 5%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .uninter-group-center img {
    height: auto;
    width: 100%;
    margin: 0.5vw;
  }
  .uninter-group-center {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 3vw;
  }
  .card-text {
    font-size: 4vw;
  }
  .blocks {
    flex-direction: column;
  }
  .first-block {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 15vw;
  }
  .formulario-title {
    margin-left: 0;
    width: 100%;
  }
  .formulario-title > h2 {
    font-size: 10vw;
    margin-top: 13vw;
  }
  .uninter-profits-info > h3 {
    font-size: 5vw;
  }
}

@media (max-width: 360px) {
  #logo-ie-main {
    display: none;
  }
}

@media (min-width: 1440px) {
  .gray-text > h3 {
    font-size: 25pt;
  }
}
