/*
    Style HOME
    Version: 1.0.0
*/
:root {
  --color-white:         #ffffff;
  --color-black:         #000000;
  --color-yellow:        #C4D102;
  --color-yellow-hover:  #CFDD00;
  --color-green:         #81C45B;
  --color-green-hover:   #91D26C;
  --color-green-dark:    #6CB145;
  --color-green-dark2:   #005F36;
  --color-purple:        #B92FB8;
  --color-purple-hover:  #E717E5;
  --color-purple-dark:   #90288F;
  --color-grey:          #747474;
  --color-grey-hover:    #8d8d8d;
  --color-grey-dark:     #2E2E2D;
  --color-grey-light:    #EDEDED;
  --color-grey-light2:    #F5F5F5;
  --color-pink:          #E5097D;
  --color-pink-ead:      #FA2D86;
  --color-red:        red; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .owl-carousel .owl-stage-outer {
      overflow: hidden; } }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/**
    *
    *   Custon
    *
*/
.owl-carousel .owl-dots {
  margin: 0;
  height: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 9; }
  .owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-green);
    border-radius: 100%;
    background: transparent;
    margin: 0 5px;
    opacity: 1; }
    .owl-carousel .owl-dots button.owl-dot.active {
      border: 1px solid var(--color-green);
      background: var(--color-green); }

.footer {
  background: var(--color-grey-dark);
  border-top: 3px solid var(--color-green);
  padding: 70px 0 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .footer {
      padding: 55px 0 0; } }
  .footer:after {
    content: '';
    width: 199px;
    height: 228px;
    display: block;
    position: absolute;
    bottom: 154px;
    left: 50%;
    margin-left: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1199px) {
      .footer:after {
        margin-left: 300px; } }
    @media (max-width: 991px) {
      .footer:after {
        margin-left: 210px; } }
    @media (max-width: 767px) {
      .footer:after {
        width: 130px;
        height: 149px;
        margin-left: 120px;
        bottom: 60px; } }
    @media (max-width: 575px) {
      .footer:after {
        margin-left: 50px; } }
  .footer.bg:after {
    background-image: url(../images/formando.svg); }
  .footer .line {
    display: block;
    width: 1px;
    height: 340px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -285px; }
    @media (max-width: 1199px) {
      .footer .line {
        margin-left: -240px; } }
    @media (max-width: 991px) {
      .footer .line {
        margin-left: -144px; } }
    @media (max-width: 767px) {
      .footer .line {
        display: none; } }
  .footer .logo {
    display: block;
    height: 39px;
    width: 167px;
    margin: 0 0 36px;
    text-decoration: none; }
    @media (max-width: 767px) {
      .footer .logo {
        margin: 0; } }
    .footer .logo .icon {
      display: block;
      fill: var(--color-white);
      height: 100%;
      width: 100%; }
  .footer .description {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: var(--color-white);
    padding: 0 40px 0 0;
    margin: 0 0 36px; }
    @media (max-width: 767px) {
      .footer .description {
        display: none; } }
  @media (max-width: 767px) {
    .footer .aluno-button {
      margin: 0 0 40px; } }
  @media (min-width: 768px) {
    .footer .nav + .nav {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .footer .nav {
      margin-top: 20px; }
      .footer .nav.active li {
        display: block; }
        .footer .nav.active li span {
          margin: 0 0 10px; }
          .footer .nav.active li span:after {
            transform: rotate(-45deg); } }
  .footer .nav li {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .footer .nav li {
        display: none; }
        .footer .nav li:first-child {
          display: block; }
        .footer .nav li span {
          margin: 0; } }
  .footer .nav span {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: block;
    color: var(--color-green);
    margin: 0 0 10px;
    position: relative; }
    @media (max-width: 991px) and (min-width: 768px) {
      .footer .nav span {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .footer .nav span:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 1px;
        position: absolute;
        top: 6px;
        transition: all 0.3s ease;
        right: 4px;
        border-top: 2px solid var(--color-green);
        border-right: 2px solid var(--color-green);
        transform: rotate(45deg); } }
  .footer .nav a {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: var(--color-white);
    text-decoration: none;
    padding: 0;
    display: inline-block; }
    @media (max-width: 991px) and (min-width: 768px) {
      .footer .nav a {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 0; } }
  .footer .e-mec {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 108px; }
    .footer .e-mec img {
      width: 100%; }
  .footer .news {
    background: #292929;
    height: 110px;
    margin: 90px 0 0; }
    @media (max-width: 767px) {
      .footer .news {
        margin: 40px 0 0;
        height: auto;
        padding: 25px 0 20px;
        position: relative; } }
    .footer .news .news-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 22px;
      color: var(--color-white);
      display: block;
      white-space: nowrap; }
      @media (max-width: 1199px) {
        .footer .news .news-title {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .footer .news .news-title {
          width: 190px;
          white-space: normal; } }
      @media (max-width: 767px) {
        .footer .news .news-title {
          width: auto; } }
    .footer .news .news-form {
      display: flex;
      align-items: center;
      padding: 35px 0 0; }
      @media (max-width: 767px) {
        .footer .news .news-form {
          flex-direction: column;
          align-items: flex-start;
          padding: 0; } }
      .footer .news .news-form form {
        display: flex;
        align-items: center;
        width: 100%; }
        @media (max-width: 767px) {
          .footer .news .news-form form {
            flex-direction: column;
            align-items: flex-start; } }
    .footer .news .news-label {
      display: block;
      position: relative;
      width: 100%;
      margin: 0 16px 0 32px; }
      @media (max-width: 767px) {
        .footer .news .news-label {
          margin: 20px 0; } }
      .footer .news .news-label .icon {
        display: block;
        position: absolute;
        top: 8px;
        left: 19px;
        fill: transparent;
        stroke: var(--color-green);
        width: 24px;
        height: 24px;
        z-index: 1; }
    .footer .news .news-input {
      background: var(--color-grey-dark);
      border: 0;
      border-left: 2px solid var(--color-green);
      border-radius: 4px;
      height: 41px;
      width: 100%;
      margin: 0;
      padding: 0 0 0 54px;
      position: relative;
      color: var(--color-white); }
      .footer .news .news-input::-moz-placeholder {
        color: var(--color-white); }
      .footer .news .news-input::placeholder {
        color: var(--color-white); }
      .footer .news .news-input.error {
        color: red; }
        .footer .news .news-input.error::-moz-placeholder {
          color: red; }
        .footer .news .news-input.error::placeholder {
          color: red; }
    .footer .news .news-button {
      background: var(--color-grey);
      border: 0;
      border-radius: 5px;
      height: 41px;
      width: 112px;
      flex-shrink: 0;
      cursor: pointer;
      color: var(--color-white); }
      @media (max-width: 767px) {
        .footer .news .news-button {
          width: 157px; } }
      @media (min-width: 992px) {
        .footer .news .news-button {
          transition: all 0.3s ease; }
          .footer .news .news-button:hover {
            background: var(--color-grey-hover); } }
    .footer .news label.error {
      position: absolute;
      bottom: -11px;
      left: 53px;
      font-weight: 400;
      font-size: 12px;
      line-height: 12px;
      color: #fff;
      background: red;
      padding: 2px 6px;
      border-radius: 3px; }
  .footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 44px 0 0; }
    @media (max-width: 767px) {
      .footer .social {
        margin: 30px 0 0;
        width: 165px; } }
    .footer .social a {
      display: block;
      height: 22px;
      width: 20px;
      text-decoration: none;
      padding: 4px 0; }
      @media (max-width: 767px) {
        .footer .social a {
          height: 26px;
          width: 24px; } }
      .footer .social a .icon {
        display: block;
        fill: var(--color-white);
        height: 100%;
        width: 100%;
        transition: all 0.3s ease; }
      @media (min-width: 992px) {
        .footer .social a:hover .icon {
          fill: var(--color-grey-hover); } }
  .footer .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--color-white);
    padding: 14px 0; }
    @media (max-width: 767px) {
      .footer .copy {
        font-size: 11px;
        background: #292929; } }
    .footer .copy a {
      color: var(--color-white);
      text-decoration: none; }
      .footer .copy a:hover {
        text-decoration: underline; }

.home-modalities {
  background: var(--color-white);
  padding: 50px 0 0; }
  .home-modalities .title {
    margin-bottom: 55px; }
    .home-modalities .title.small {
      margin-bottom: 5px; }
  .home-modalities .modalities {
    height: 500px;
    background-color: var(--color-grey);
    display: flex;
    border-radius: 9px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home-modalities .modalities {
        height: 549px;
        display: block; } }
    .home-modalities .modalities .item {
      width: 33.33%;
      transition: width 0.3s ease;
      padding: 0 0 50px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-decoration: none;
      background-color: var(--color-grey);
      border-bottom: 9px solid var(--color-grey); }
      @media (max-width: 767px) {
        .home-modalities .modalities .item {
          width: 100%;
          height: 33.33%; } }
      .home-modalities .modalities .item .i-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 52px;
        color: var(--color-white);
        display: block;
        text-align: center;
        width: 100%; }
        @media (max-width: 991px) {
          .home-modalities .modalities .item .i-title {
            font-size: 38px; } }
        @media (max-width: 767px) {
          .home-modalities .modalities .item .i-title {
            padding-left: 35px;
            text-align: left; } }
      .home-modalities .modalities .item .i-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: var(--color-white);
        display: none;
        margin: 25px 0 0; }
        @media (max-width: 767px) {
          .home-modalities .modalities .item .i-description {
            margin-top: 10px; } }
      .home-modalities .modalities .item .button-small {
        margin: 10px 0 0 75px;
        display: none; }
        @media (max-width: 767px) {
          .home-modalities .modalities .item .button-small {
            margin: 10px 0 0 35px; } }
    .home-modalities .modalities.h-i-0 .i-0 {
      width: 60%; }
      @media (max-width: 767px) {
        .home-modalities .modalities.h-i-0 .i-0 {
          width: 100%;
          height: 60%; } }
      .home-modalities .modalities.h-i-0 .i-0 .i-title {
        padding-left: 75px;
        text-align: left; }
        @media (max-width: 991px) {
          .home-modalities .modalities.h-i-0 .i-0 .i-title {
            padding-left: 35px; } }
      .home-modalities .modalities.h-i-0 .i-0 .i-description {
        display: block;
        margin-left: 75px;
        width: 375px; }
        @media (max-width: 991px) {
          .home-modalities .modalities.h-i-0 .i-0 .i-description {
            margin-right: 30px;
            margin-left: 35px;
            width: auto; } }
      .home-modalities .modalities.h-i-0 .i-0 .button-small {
        display: inline-flex; }
    .home-modalities .modalities.h-i-0 .i-1,
    .home-modalities .modalities.h-i-0 .i-2 {
      width: 20%; }
      @media (max-width: 767px) {
        .home-modalities .modalities.h-i-0 .i-1,
        .home-modalities .modalities.h-i-0 .i-2 {
          width: 100%;
          height: 20%;
          justify-content: center;
          padding: 0; } }
      @media (min-width: 768px) {
        .home-modalities .modalities.h-i-0 .i-1 .i-title,
        .home-modalities .modalities.h-i-0 .i-2 .i-title {
          transform: rotate(-90deg);
          text-align: left;
          padding-left: 85px;
          width: 100%; } }
    .home-modalities .modalities.h-i-1 .i-1 {
      width: 60%; }
      @media (max-width: 767px) {
        .home-modalities .modalities.h-i-1 .i-1 {
          width: 100%;
          height: 60%; } }
      .home-modalities .modalities.h-i-1 .i-1 .i-title {
        padding-left: 75px;
        text-align: left; }
        @media (max-width: 991px) {
          .home-modalities .modalities.h-i-1 .i-1 .i-title {
            padding-left: 35px; } }
      .home-modalities .modalities.h-i-1 .i-1 .i-description {
        display: block;
        margin-left: 75px;
        width: 375px; }
        @media (max-width: 991px) {
          .home-modalities .modalities.h-i-1 .i-1 .i-description {
            margin-right: 30px;
            margin-left: 35px;
            width: auto; } }
      .home-modalities .modalities.h-i-1 .i-1 .button-small {
        display: inline-flex; }
    .home-modalities .modalities.h-i-1 .i-0,
    .home-modalities .modalities.h-i-1 .i-2 {
      width: 20%; }
      @media (max-width: 767px) {
        .home-modalities .modalities.h-i-1 .i-0,
        .home-modalities .modalities.h-i-1 .i-2 {
          width: 100%;
          height: 20%;
          justify-content: center;
          padding: 0; } }
      @media (min-width: 768px) {
        .home-modalities .modalities.h-i-1 .i-0 .i-title,
        .home-modalities .modalities.h-i-1 .i-2 .i-title {
          transform: rotate(-90deg);
          text-align: left;
          padding-left: 85px;
          width: 100%; } }
    .home-modalities .modalities.h-i-2 .i-2 {
      width: 60%; }
      @media (max-width: 767px) {
        .home-modalities .modalities.h-i-2 .i-2 {
          width: 100%;
          height: 60%; } }
      .home-modalities .modalities.h-i-2 .i-2 .i-title {
        padding-left: 75px;
        text-align: left; }
        @media (max-width: 991px) {
          .home-modalities .modalities.h-i-2 .i-2 .i-title {
            padding-left: 35px; } }
      .home-modalities .modalities.h-i-2 .i-2 .i-description {
        display: block;
        margin-left: 75px;
        width: 375px; }
        @media (max-width: 991px) {
          .home-modalities .modalities.h-i-2 .i-2 .i-description {
            margin-right: 30px;
            margin-left: 35px;
            width: auto; } }
      .home-modalities .modalities.h-i-2 .i-2 .button-small {
        display: inline-flex; }
    .home-modalities .modalities.h-i-2 .i-0,
    .home-modalities .modalities.h-i-2 .i-1 {
      width: 20%; }
      @media (max-width: 767px) {
        .home-modalities .modalities.h-i-2 .i-0,
        .home-modalities .modalities.h-i-2 .i-1 {
          width: 100%;
          height: 20%;
          justify-content: center;
          padding: 0; } }
      @media (min-width: 768px) {
        .home-modalities .modalities.h-i-2 .i-0 .i-title,
        .home-modalities .modalities.h-i-2 .i-1 .i-title {
          transform: rotate(-90deg);
          text-align: left;
          padding-left: 85px;
          width: 100%; } }

.home-bags {
  background: var(--color-grey-light);
  padding: 85px 0 145px; }
  @media (max-width: 767px) {
    .home-bags {
      padding: 50px 0; } }
  .home-bags .title.small {
    margin-bottom: 5px; }
  .home-bags .tabs {
    border-top: 1px solid var(--color-purple);
    margin: 38px 0 0;
    padding: 45px 0 0; }
    @media (max-width: 991px) {
      .home-bags .tabs {
        margin: 150px 0 0; } }
    @media (max-width: 767px) {
      .home-bags .tabs {
        margin: 130px 0 0; } }
    .home-bags .tabs .tab {
      display: flex;
      height: 120px;
      margin: -159px 0 0;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .home-bags .tabs .tab {
          height: 100px;
          margin: -140px 0 0; } }
      .home-bags .tabs .tab a {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        text-decoration: none;
        color: rgba(46, 46, 45, 0.4);
        padding: 0 10px 15px;
        transition: color 0.3s ease; }
        @media (max-width: 767px) {
          .home-bags .tabs .tab a {
            font-weight: 400;
            font-size: 12px;
            line-height: 13px;
            margin: 0 5px;
            padding: 0 12px 12px; } }
        .home-bags .tabs .tab a .icon {
          display: block;
          height: 30px;
          width: 30px;
          margin: 0 0 15px;
          fill: var(--color-grey); }
          @media (max-width: 767px) {
            .home-bags .tabs .tab a .icon {
              height: 20px;
              width: 20px; } }
          .home-bags .tabs .tab a .icon.icon-credito, .home-bags .tabs .tab a .icon.icon-incentivo {
            height: 40px;
            width: 40px;
            margin: 0 0 10px;
            fill: transparent;
            stroke: var(--color-grey); }
            @media (max-width: 767px) {
              .home-bags .tabs .tab a .icon.icon-credito, .home-bags .tabs .tab a .icon.icon-incentivo {
                height: 30px;
                width: 30px; } }
        .home-bags .tabs .tab a:hover {
          color: var(--color-grey-dark); }
        .home-bags .tabs .tab a.active {
          background: var(--color-white);
          border-bottom: 3px solid var(--color-purple);
          border-radius: 9px;
          color: var(--color-grey-dark); }
          .home-bags .tabs .tab a.active .icon {
            fill: var(--color-purple); }
            .home-bags .tabs .tab a.active .icon.icon-credito, .home-bags .tabs .tab a.active .icon.icon-incentivo {
              fill: transparent;
              stroke: var(--color-purple); }
    .home-bags .tabs .tab-content {
      width: 100%; }
      @media (max-width: 767px) {
        .home-bags .tabs .tab-content {
          display: flex;
          flex-wrap: wrap; } }
      .home-bags .tabs .tab-content .content {
        display: none;
        flex-wrap: wrap; }
        .home-bags .tabs .tab-content .content.active {
          display: block; }
        @media (max-width: 767px) {
          .home-bags .tabs .tab-content .content br {
            display: none; } }
        .home-bags .tabs .tab-content .content ul {
          list-style: none;
          padding: 0;
          margin: 10px 0 40px;
          display: flex;
          flex-wrap: wrap; }
          .home-bags .tabs .tab-content .content ul li {
            font-weight: 800;
            font-size: 14px;
            line-height: 20px;
            color: var(--color-grey);
            width: 50%;
            flex-shrink: 0;
            margin: 20px 0 0;
            padding: 0 5px 0 22px;
            position: relative; }
            .home-bags .tabs .tab-content .content ul li a {
              text-decoration: none;
              color: var(--color-grey); }
            .home-bags .tabs .tab-content .content ul li .icon {
              display: block;
              width: 14px;
              height: 14px;
              fill: var(--color-purple);
              position: absolute;
              left: 0;
              top: 1px; }
        .home-bags .tabs .tab-content .content .video {
          width: 100%;
          height: 352px;
          box-shadow: 0px 10px 25px rgba(41, 41, 41, 0.15);
          border-radius: 25px;
          background-color: var(--color-grey);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          display: block;
          position: relative; }
          @media (max-width: 991px) {
            .home-bags .tabs .tab-content .content .video {
              margin: 0 0 30px; } }
          @media (max-width: 767px) {
            .home-bags .tabs .tab-content .content .video {
              border-radius: 9px;
              height: 260px; } }
          @media (max-width: 575px) {
            .home-bags .tabs .tab-content .content .video {
              height: 210px; } }
  @media (max-width: 575px) {
    .home-bags .button {
      width: 100%;
      display: flex; } }

.home-differentials {
  background: var(--color-white);
  padding: 125px 0 0;
  position: relative; }
  @media (max-width: 767px) {
    .home-differentials {
      padding: 80px 0 0; } }
  .home-differentials .title.small {
    margin-bottom: 5px; }
  .home-differentials p {
    margin: 35px 0 0; }
    @media (max-width: 767px) {
      .home-differentials p {
        margin-top: 25px; }
        .home-differentials p br {
          display: none; } }
  .home-differentials .line {
    margin: 90px 0 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .home-differentials .line {
        margin-top: 50px; } }
  .home-differentials .differentials-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 260px;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .home-differentials .differentials-list {
        height: 164px;
        margin: 30px 0 0; } }
    .home-differentials .differentials-list.rtl {
      margin-top: 24px; }
      @media (max-width: 767px) {
        .home-differentials .differentials-list.rtl {
          margin-top: 10px; } }
      .home-differentials .differentials-list.rtl .inner {
        animation: swipe 22s reverse linear infinite; }
    .home-differentials .differentials-list .inner {
      display: flex;
      animation: swipe 22s linear infinite; }
    .home-differentials .differentials-list .wrapper {
      position: absolute;
      display: flex; }
      .home-differentials .differentials-list .wrapper:hover .inner {
        animation-play-state: paused; }
  .home-differentials .item {
    height: 260px;
    width: 260px;
    border-radius: 9px;
    margin: 0 12px;
    padding: 35px 35px 55px;
    background-color: var(--color-green);
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--color-white);
    position: relative; }
    .home-differentials .item.green-dark {
      background-color: var(--color-green-dark); }
    .home-differentials .item.purple {
      background-color: var(--color-purple); }
    .home-differentials .item.purple-dark {
      background-color: var(--color-purple-dark); }
    @media (max-width: 767px) {
      .home-differentials .item {
        height: 164px;
        width: 164px;
        font-size: 14px;
        line-height: 18px;
        padding: 25px 25px 35px;
        margin: 0 5px; } }
    .home-differentials .item .icon {
      width: 24px;
      height: 24px;
      fill: var(--color-white);
      position: absolute;
      left: 35px;
      bottom: 25px; }
      @media (max-width: 767px) {
        .home-differentials .item .icon {
          width: 18px;
          height: 18px;
          left: 25px;
          bottom: 15px; } }

@keyframes swipe {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }

.home-structure {
  background: var(--color-white);
  padding: 50px 0 0; }
  .home-structure .title {
    margin: 0 0 55px; }
    @media (max-width: 767px) {
      .home-structure .title {
        margin-bottom: 35px;
        width: 285px; } }
    .home-structure .title.small {
      margin-bottom: 5px; }
  .home-structure .tabs .tab {
    background-color: var(--color-white);
    box-shadow: 0px 10px 25px rgba(116, 116, 116, 0.15);
    border-radius: 9px;
    display: flex;
    height: 70px;
    margin: 0 auto;
    width: 1120px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .home-structure .tabs .tab {
        width: 960px; } }
    @media (max-width: 991px) {
      .home-structure .tabs .tab {
        width: 720px; } }
    @media (max-width: 767px) {
      .home-structure .tabs .tab {
        display: none; } }
    .home-structure .tabs .tab a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: var(--color-grey);
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease;
      border-right: 1px solid rgba(116, 116, 116, 0.2); }
      .home-structure .tabs .tab a:first-child {
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px; }
      .home-structure .tabs .tab a:last-child {
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
        border-right: 0; }
      .home-structure .tabs .tab a:before {
        content: '';
        display: block;
        position: absolute;
        height: 15px;
        width: 15px;
        transform: rotate(45deg);
        background-color: var(--color-white);
        bottom: 0;
        left: 50%;
        margin-left: -7px;
        transition: all 0.3s ease;
        opacity: 0; }
        @media (max-width: 767px) {
          .home-structure .tabs .tab a:before {
            display: none; } }
      .home-structure .tabs .tab a.active {
        background-color: var(--color-green);
        color: var(--color-white);
        border-right: 0; }
        .home-structure .tabs .tab a.active:before {
          bottom: -4px;
          background-color: var(--color-green);
          opacity: 1; }
  .home-structure .tabs .tab-content {
    width: 100%;
    margin: -35px 0 0; }
    @media (max-width: 767px) {
      .home-structure .tabs .tab-content {
        display: flex;
        flex-wrap: wrap;
        margin: 0; } }
    .home-structure .tabs .tab-content .content {
      display: none;
      flex-wrap: wrap; }
      .home-structure .tabs .tab-content .content.active {
        display: flex; }
      @media (max-width: 767px) {
        .home-structure .tabs .tab-content .content {
          width: 50%;
          height: 130px;
          display: block; } }
      .home-structure .tabs .tab-content .content a {
        width: 25%;
        height: 260px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center; }
        @media (max-width: 1199px) {
          .home-structure .tabs .tab-content .content a {
            height: 240px; } }
        @media (max-width: 991px) {
          .home-structure .tabs .tab-content .content a {
            height: 200px; } }
        @media (min-width: 768px) {
          .home-structure .tabs .tab-content .content a {
            font-size: 0;
            color: transparent; }
            .home-structure .tabs .tab-content .content a span {
              display: none; } }
        @media (max-width: 767px) {
          .home-structure .tabs .tab-content .content a {
            width: 100%;
            height: 130px;
            background: var(--color-green) !important;
            border: 1px solid var(--color-white);
            color: var(--color-white);
            display: none;
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
            text-decoration: none; }
            .home-structure .tabs .tab-content .content a:nth-child(1) {
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column; }
            .home-structure .tabs .tab-content .content a .expand {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 44px;
              width: 44px;
              border: 2px solid var(--color-white);
              border-radius: 50%;
              margin: 10px 0 0;
              position: relative;
              font-size: 24px; } }

.uni-entrance {
  background: var(--color-white);
  padding: 125px 0; }
  @media (max-width: 767px) {
    .uni-entrance {
      padding: 50px 0; } }
  .uni-entrance .title {
    margin-bottom: 25px; }
    .uni-entrance .title.small {
      margin-bottom: 5px; }
  .uni-entrance .video {
    width: 100%;
    height: 290px;
    box-shadow: 0px 10px 25px rgba(41, 41, 41, 0.15);
    border-radius: 10px;
    background-color: var(--color-grey);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 40px 0 0;
    position: relative; }
    @media (max-width: 991px) {
      .uni-entrance .video {
        height: 340px; } }
    @media (max-width: 767px) {
      .uni-entrance .video {
        height: 230px; } }
  .uni-entrance ul {
    margin: 40px 0 45px;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 767px) {
      .uni-entrance ul {
        margin: 30px 0 25px; } }
    .uni-entrance ul li {
      display: inline-flex; }
      .uni-entrance ul li a {
        display: inline-flex;
        align-items: center;
        text-align: center;
        height: 50px;
        padding: 0 16px;
        background: var(--color-green);
        border-radius: 9px;
        margin: 0 12px 12px 0;
        box-shadow: 0px 10px 25px rgba(129, 196, 91, 0.25);
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: var(--color-white);
        text-decoration: none; }
        @media (max-width: 767px) {
          .uni-entrance ul li a {
            height: 38px;
            padding: 0 12px;
            font-size: 12px; } }
      .uni-entrance ul li .icon {
        display: block;
        height: 20px;
        width: 20px;
        margin-right: 8px;
        fill: transparent;
        stroke: currentColor; }
        @media (max-width: 767px) {
          .uni-entrance ul li .icon {
            height: 16px;
            width: 16px; } }
      .uni-entrance ul li img {
        margin: 0 8px 0 0;
        width: auto; }
        @media (max-width: 767px) {
          .uni-entrance ul li img {
            margin: 0 7px 0 0;
            max-height: 20px; } }
        .uni-entrance ul li img.lazy-img {
          opacity: 0;
          width: 0; }

.modal-ingresso .modal-header p {
  margin: 50px 0 0; }
  @media (max-width: 575px) {
    .modal-ingresso .modal-header p {
      margin: 30px 0 0; } }

.modal-ingresso .register {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: var(--color-green-dark2);
  display: block;
  margin: 16px 0 0; }
  @media (max-width: 575px) {
    .modal-ingresso .register {
      font-size: 20px;
      line-height: 20px;
      margin: 10px 0 0; } }

.modal-ingresso .acordion {
  background: var(--color-white);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: auto 0.3s ease;
  margin: 30px 0 0;
  padding: 20px 40px 20px 20px; }
  .modal-ingresso .acordion + .acordion {
    margin-top: 14px; }
  .modal-ingresso .acordion p {
    margin: 0; }
    .modal-ingresso .acordion p + .buttons {
      margin: 12px 0 0; }
  .modal-ingresso .acordion .buttons {
    margin: 0; }
  .modal-ingresso .acordion:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    position: absolute;
    top: 28px;
    transition: all 0.3s ease;
    right: 24px;
    border-top: 2px solid var(--color-green);
    border-right: 2px solid var(--color-green);
    transform: rotate(45deg); }
    @media (max-width: 767px) {
      .modal-ingresso .acordion:after {
        right: 24px; } }
  .modal-ingresso .acordion.active {
    border-left: 3px solid var(--color-green);
    cursor: default;
    height: auto;
    padding-left: 17px; }
    .modal-ingresso .acordion.active:after {
      transform: rotate(-45deg); }
    .modal-ingresso .acordion.active .acordion-description {
      opacity: 1;
      visibility: visible;
      height: auto;
      padding-top: 20px; }
  .modal-ingresso .acordion .acordion-title {
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--color-black); }
    @media (max-width: 767px) {
      .modal-ingresso .acordion .acordion-title {
        font-size: 18px;
        line-height: 24px; } }
  .modal-ingresso .acordion .acordion-description {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0; }

.modal-ingresso .buttons,
.modal-ingresso .acordion + .acordion-title,
.modal-ingresso p + .acordion-title {
  margin-top: 24px; }

.uni-call-career {
  background: var(--color-white);
  padding: 135px 0 0; }
  @media (max-width: 767px) {
    .uni-call-career {
      padding-top: 60px; } }
  .uni-call-career .box {
    width: 100%;
    height: 184px;
    background: linear-gradient(268.39deg, #005F36 50.88%, #018D2D 101.76%);
    box-shadow: 0px 10px 25px rgba(129, 196, 91, 0.45);
    border-radius: 12px;
    position: relative;
    padding: 0 230px 0 290px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    @media (max-width: 991px) {
      .uni-call-career .box {
        padding: 20px 30px 20px 265px;
        justify-content: flex-start;
        height: auto; } }
    @media (max-width: 767px) {
      .uni-call-career .box {
        padding: 30px 30px 309px; } }
    .uni-call-career .box:before {
      content: '';
      height: 250px;
      width: 224px;
      display: block;
      position: absolute;
      left: 30px;
      bottom: 0px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .uni-call-career .box:before {
          left: 50%;
          margin-left: -114px; } }
    .uni-call-career .box.img:before {
      background-image: url(../images/career-img-v3.png); }
    .uni-call-career .box .box-title {
      font-weight: 700;
      font-size: 35px;
      line-height: 41px;
      color: var(--color-yellow);
      display: block;
      margin: 0 0 5px; }
      @media (max-width: 991px) {
        .uni-call-career .box .box-title {
          font-size: 30px;
          line-height: 36px; } }
    .uni-call-career .box .box-subtitle {
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      color: var(--color-white);
      display: block; }
    .uni-call-career .box .button {
      display: flex;
      width: 155px; }
      @media (min-width: 992px) {
        .uni-call-career .box .button {
          position: absolute;
          top: 70px;
          right: 55px; } }
      @media (max-width: 991px) {
        .uni-call-career .box .button {
          margin-top: 20px; } }
      @media (max-width: 575px) {
        .uni-call-career .box .button {
          width: 100%; } }

.uni-testimony {
  background-color: var(--color-white);
  padding: 90px 0 0; }
  @media (max-width: 767px) {
    .uni-testimony {
      padding: 60px 0 30px; } }
  .uni-testimony .title {
    font-style: italic; }
    @media (max-width: 767px) {
      .uni-testimony .title {
        margin: 0 0 30px; } }
  .uni-testimony .uni-testimony-carousel {
    margin: 0 -20px;
    width: auto; }
  .uni-testimony .item {
    padding: 0 20px 40px; }
    @media (max-width: 767px) {
      .uni-testimony .item {
        padding: 0 20px 20px; } }
  .uni-testimony .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey-dark);
    padding: 8px 0 8px 54px;
    position: relative;
    margin: 0 0 10px; }
    .uni-testimony .name .thumb {
      height: 26px;
      width: 26px;
      display: block;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%;
      font-size: 0;
      color: transparent; }
      .uni-testimony .name .thumb-01 {
        top: 0;
        left: 0;
        z-index: 0; }
      .uni-testimony .name .thumb-02 {
        top: 10px;
        left: 17px;
        z-index: 1; }
  .uni-testimony .post {
    width: 100%;
    height: 397px;
    background: var(--color-white);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .uni-testimony .post {
        flex-direction: column;
        height: auto; } }
    .uni-testimony .post .image,
    .uni-testimony .post .image-user {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block; }
    .uni-testimony .post .image {
      background-color: var(--color-grey);
      width: 356px;
      height: 397px;
      flex-shrink: 0; }
      @media (max-width: 991px) {
        .uni-testimony .post .image {
          width: 325px; } }
      @media (max-width: 767px) {
        .uni-testimony .post .image {
          width: 100%; } }
    .uni-testimony .post .image-user {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      position: absolute;
      top: 40px;
      left: 30px; }
      @media (max-width: 767px) {
        .uni-testimony .post .image-user {
          width: 30px;
          height: 30px;
          top: 30px;
          left: 26px; } }
    .uni-testimony .post .text {
      padding: 40px 30px 70px 30px;
      position: relative;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .uni-testimony .post .text {
          padding: 30px 26px 70px 26px; } }
      .uni-testimony .post .text .testimony {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 0 0 92px;
        height: 100%; }
        @media (max-width: 767px) {
          .uni-testimony .post .text .testimony {
            padding: 0 0 0 46px; } }
        .uni-testimony .post .text .testimony p {
          font-weight: 400;
          font-size: 14px;
          line-height: 23px;
          color: var(--color-grey); }
          .uni-testimony .post .text .testimony p strong {
            font-weight: 700;
            color: var(--color-grey-dark);
            display: inline; }
        .uni-testimony .post .text .testimony .hash-list {
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          color: var(--color-green); }
          @media (max-width: 767px) {
            .uni-testimony .post .text .testimony .hash-list {
              margin-top: 10px; } }
          .uni-testimony .post .text .testimony .hash-list a {
            color: var(--color-green);
            text-decoration: none; }
  .uni-testimony .actions {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 20px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .uni-testimony .actions .act-left {
      display: flex; }
      .uni-testimony .actions .act-left .ico {
        margin-right: 10px; }
    .uni-testimony .actions .ico {
      color: var(--color-grey-dark);
      fill: var(--color-grey-dark); }
      .uni-testimony .actions .ico.like {
        color: #ff3040;
        fill: #ff3040; }

.uni-faq {
  background: var(--color-grey-light);
  padding: 56px 0; }
  @media (max-width: 767px) {
    .uni-faq {
      padding: 60px 0; } }
  .uni-faq .title.small {
    margin-bottom: 5px; }
  .uni-faq .tabs {
    margin: 170px 0 0;
    padding: 45px 0 0; }
    @media (max-width: 991px) {
      .uni-faq .tabs {
        margin: 150px 0 0; } }
    @media (max-width: 767px) {
      .uni-faq .tabs {
        margin: 130px 0 0; } }
    .uni-faq .tabs .tab {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 120px;
      margin: -159px 0 0;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .uni-faq .tabs .tab {
          height: 80px;
          margin: -120px 0 0; } }
      .uni-faq .tabs .tab a {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        width: auto;
        min-width: 200px;
        height: 100%;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        text-decoration: none;
        color: rgba(46, 46, 45, 0.4);
        padding: 0 15px 15px;
        transition: color 0.3s ease;
        border-bottom: 1px solid var(--color-purple); }
        @media (max-width: 767px) {
          .uni-faq .tabs .tab a {
            font-weight: 400;
            font-size: 12px;
            line-height: 13px;
            padding: 0 12px 12px;
            min-width: 70px; } }
        .uni-faq .tabs .tab a .icon {
          display: block;
          height: 30px;
          width: 30px;
          margin: 0 0 15px;
          fill: var(--color-grey); }
          @media (max-width: 767px) {
            .uni-faq .tabs .tab a .icon {
              height: 20px;
              width: 20px; } }
          .uni-faq .tabs .tab a .icon.icon-formas-de-ingresso, .uni-faq .tabs .tab a .icon.icon-metodologias {
            fill: transparent;
            stroke: var(--color-grey); }
        .uni-faq .tabs .tab a:hover {
          color: var(--color-grey-dark); }
        .uni-faq .tabs .tab a.active {
          background: var(--color-white);
          border-bottom: 3px solid var(--color-purple);
          border-radius: 9px;
          color: var(--color-grey-dark);
          margin-bottom: -6px;
          padding-bottom: 20px; }
          @media (max-width: 767px) {
            .uni-faq .tabs .tab a.active {
              padding-bottom: 10px; } }
          .uni-faq .tabs .tab a.active .icon {
            fill: var(--color-purple); }
            .uni-faq .tabs .tab a.active .icon.icon-formas-de-ingresso, .uni-faq .tabs .tab a.active .icon.icon-metodologias {
              fill: transparent;
              stroke: var(--color-purple); }
    .uni-faq .tabs .tab-content {
      width: 100%; }
      .uni-faq .tabs .tab-content .content {
        display: none;
        padding: 60px 0 0; }
        .uni-faq .tabs .tab-content .content.active {
          display: block; }
  .uni-faq .acordion {
    background: var(--color-white);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: auto 0.3s ease;
    margin: 0 0 14px;
    padding: 20px 40px 20px 25px; }
    @media (max-width: 767px) {
      .uni-faq .acordion {
        padding: 20px 40px 20px 15px; } }
    .uni-faq .acordion:last-child {
      margin-bottom: 0; }
    .uni-faq .acordion:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 1px;
      position: absolute;
      top: 28px;
      transition: all 0.3s ease;
      right: 20px;
      border-top: 2px solid var(--color-green);
      border-right: 2px solid var(--color-green);
      transform: rotate(45deg); }
      @media (max-width: 767px) {
        .uni-faq .acordion:after {
          right: 24px; } }
    .uni-faq .acordion.active {
      border-left: 3px solid var(--color-green);
      cursor: default;
      height: auto;
      padding-left: 22px; }
      @media (max-width: 767px) {
        .uni-faq .acordion.active {
          padding-left: 12px; } }
      .uni-faq .acordion.active:after {
        transform: rotate(-45deg); }
      .uni-faq .acordion.active .acordion-description {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding-top: 10px; }
    .uni-faq .acordion .acordion-title {
      margin: 0;
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.2px;
      color: var(--color-grey-dark); }
      @media (max-width: 767px) {
        .uni-faq .acordion .acordion-title {
          font-size: 18px;
          line-height: 24px; } }
    .uni-faq .acordion .acordion-description {
      opacity: 0;
      visibility: hidden;
      height: 0;
      margin: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      color: var(--color-grey); }
      @media (max-width: 767px) {
        .uni-faq .acordion .acordion-description {
          font-size: 12px;
          line-height: 18px; } }
      .uni-faq .acordion .acordion-description p {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: var(--color-grey); }
        @media (max-width: 767px) {
          .uni-faq .acordion .acordion-description p {
            font-size: 12px;
            line-height: 18px; } }
  .uni-faq .button {
    display: flex;
    width: 130px;
    margin: 45px auto 0; }

.uni-form .steps {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px; }
  .uni-form .steps.steps1 .step1 {
    opacity: 1;
    margin: 0; }
    .uni-form .steps.steps1 .step1 .line {
      height: 5px;
      margin: 4px 0; }
  .uni-form .steps.steps2 .step1 .check, .uni-form .steps.steps3 .step1 .check {
    opacity: 1; }
  .uni-form .steps.steps2 .step2, .uni-form .steps.steps3 .step2 {
    margin: 0; }
    .uni-form .steps.steps2 .step2 .line, .uni-form .steps.steps3 .step2 .line {
      height: 5px;
      margin: 4px 0; }
  .uni-form .steps .step {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-green-dark2);
    width: calc(50% - 10px);
    flex-shrink: 0;
    opacity: 0.5;
    margin: 4px 0 0;
    transition: all 0.3s ease; }
    .uni-form .steps .step strong {
      font-weight: 800;
      font-size: 12px;
      line-height: 16px;
      display: block; }
    .uni-form .steps .step .check {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: var(--color-green-dark2);
      border-radius: 50%;
      margin: 0 0 0 5px;
      vertical-align: middle;
      position: relative;
      opacity: 0;
      transition: all 0.3s ease; }
      .uni-form .steps .step .check:before {
        content: '';
        height: 2px;
        width: 5px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        top: 4px;
        left: 3px;
        transform: rotate(-45deg); }
    .uni-form .steps .step .line {
      display: block;
      width: 100%;
      height: 1px;
      background: var(--color-green-dark2);
      margin: 2px 0;
      transition: all 0.3s ease; }

.uni-form .step-form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  padding: 0 0 30px; }
  .uni-form .step-form.active {
    visibility: visible;
    opacity: 1; }
  .uni-form .step-form .load {
    display: block;
    background: var(--color-green-dark2);
    width: 100%;
    height: 300px;
    background: url(../images/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px; }
  .uni-form .step-form .ico-relogio {
    width: 68px;
    height: 68px;
    display: block;
    margin: 40px auto 0; }
  .uni-form .step-form .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-grey-dark); }
    .uni-form .step-form .text.center {
      text-align: center; }
  .uni-form .step-form .redirect {
    font-size: 14px;
    line-height: 16px;
    color: var(--color-green-dark);
    display: block;
    text-align: center;
    margin: 15px 0 30px; }
  .uni-form .step-form .title-end {
    color: var(--color-grey);
    display: block;
    margin: 60px 0 0;
    max-width: 440px; }
    @media (max-width: 767px) {
      .uni-form .step-form .title-end {
        margin: 40px 0 0; } }
  .uni-form .step-form .text-end {
    color: var(--color-grey);
    font-size: 28px;
    font-weight: 400;
    line-height: 52px;
    display: block;
    margin: 30px 0 0;
    max-width: 480px; }
    @media (max-width: 767px) {
      .uni-form .step-form .text-end {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0 0; } }

.uni-form fieldset {
  border: 0; }
  .uni-form fieldset legend {
    margin: 0; }

.uni-form label.error {
  position: absolute;
  color: var(--color-white);
  left: 10px;
  bottom: -7px;
  background-color: var(--color-red);
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 12px; }
  .uni-form label.error#aceite-error {
    bottom: -15px; }

.uni-form .lbl {
  display: block;
  margin: 0 0 17px;
  position: relative; }
  .uni-form .lbl-slc:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-bottom: 2px solid var(--color-green-dark2);
    border-left: 2px solid var(--color-green-dark2);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 18px; }
  .uni-form .lbl.hidden {
    display: none; }
    .uni-form .lbl.hidden select {
      display: none; }

.uni-form .accepted {
  display: block;
  margin: 0 0 17px;
  color: var(--color-green-dark2);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  position: relative; }
  .uni-form .accepted input {
    display: inline-block;
    vertical-align: middle; }

.uni-form .privacy {
  margin: 20px 0 0;
  color: var(--color-green-dark2);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px; }
  @media (max-width: 575px) {
    .uni-form .privacy {
      width: 215px; } }
  .uni-form .privacy a {
    color: var(--color-green-dark2); }

.uni-form .inp,
.uni-form .slc {
  width: 100%;
  height: 46px;
  background: var(--color-white);
  border: 1px solid var(--color-green-dark2);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-green-dark2);
  padding: 0 16px; }
  .uni-form .inp::-moz-placeholder, .uni-form .slc::-moz-placeholder {
    color: var(--color-green-dark2); }
  .uni-form .inp::placeholder,
  .uni-form .slc::placeholder {
    color: var(--color-green-dark2); }

.uni-form .slc {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.uni-form .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  height: 42px;
  width: 100%;
  background: var(--color-green-dark2);
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  cursor: pointer;
  text-decoration: none; }

.uni-form .success {
  background-color: var(--color-green);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
  margin-top: 20px; }
  @media (max-width: 767px) {
    .uni-form .success {
      padding: 15px; } }

.uni-form-steps fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  .uni-form-steps fieldset legend {
    margin: 0; }

.uni-form-steps .steps {
  display: flex;
  gap: 16px;
  margin: 0 0 20px; }
  .uni-form-steps .steps .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: #D9D9D9;
    margin: 2px 0;
    transition: background 0.3s ease; }
  .uni-form-steps .steps .step {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .uni-form-steps .steps .step {
        font-size: 10px;
        line-height: 130%; } }
    .uni-form-steps .steps .step strong {
      color: #D9D9D9;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      transition: color 0.3s ease; }
  .uni-form-steps .steps.steps1 .step1,
  .uni-form-steps .steps.steps2 .step2,
  .uni-form-steps .steps.steps3 .step3 {
    color: #747474; }
    .uni-form-steps .steps.steps1 .step1 strong,
    .uni-form-steps .steps.steps2 .step2 strong,
    .uni-form-steps .steps.steps3 .step3 strong {
      color: #005F36; }
    .uni-form-steps .steps.steps1 .step1 .line,
    .uni-form-steps .steps.steps2 .step2 .line,
    .uni-form-steps .steps.steps3 .step3 .line {
      background: #81C45B; }
  .uni-form-steps .steps.steps2 .step1,
  .uni-form-steps .steps.steps3 .step1,
  .uni-form-steps .steps.steps3 .step2 {
    color: #B1B1B1; }
    .uni-form-steps .steps.steps2 .step1 strong,
    .uni-form-steps .steps.steps3 .step1 strong,
    .uni-form-steps .steps.steps3 .step2 strong {
      color: #81C45B; }

.uni-form-steps .steps-form .step1,
.uni-form-steps .steps-form .step2,
.uni-form-steps .steps-form .step3,
.uni-form-steps .steps-form .step4 {
  display: none; }

.uni-form-steps .steps-form.steps1 .step1,
.uni-form-steps .steps-form.steps2 .step2,
.uni-form-steps .steps-form.steps3 .step3,
.uni-form-steps .steps-form.steps4 .step4,
.uni-form-steps .steps-form.load .step-load {
  display: block; }

.uni-form-steps .steps-form-footer {
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .uni-form-steps .steps-form-footer {
      margin-top: 40px; } }

.uni-form-steps .steps-form .button {
  width: 100%;
  display: flex; }

.uni-form-steps .lbl {
  position: relative;
  margin: 0 0 20px;
  display: block;
  width: 100%; }
  @media (max-width: 767px) {
    .uni-form-steps .lbl {
      margin-bottom: 16px; } }
  .uni-form-steps .lbl-slc:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-bottom: 2px solid var(--color-green-dark2);
    border-left: 2px solid var(--color-green-dark2);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 18px; }
  .uni-form-steps .lbl.hidden {
    display: none; }
    .uni-form-steps .lbl.hidden select {
      display: none; }

.uni-form-steps label.error {
  position: absolute;
  color: var(--color-white);
  left: 10px;
  bottom: -7px;
  background-color: var(--color-red);
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 12px; }

.uni-form-steps .inp,
.uni-form-steps .slc {
  height: 46px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  border: 0;
  border-left: 2px solid #81C45B;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  outline: none; }
  .uni-form-steps .inp.error,
  .uni-form-steps .slc.error {
    border-left: 2px solid var(--color-red); }

.uni-form-steps .slc {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.uni-form-steps .privacy {
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 20px;
  width: 100%; }
  .uni-form-steps .privacy a {
    text-decoration: underline;
    color: currentColor; }

.uni-form-steps .step-load {
  display: none; }
  .uni-form-steps .step-load .load {
    display: block;
    background: var(--color-green-dark2);
    width: 100%;
    height: 300px;
    background: url(../images/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px; }

.uni-form-steps .ico-relogio {
  margin: 50px auto 0;
  display: block; }
  @media (max-width: 767px) {
    .uni-form-steps .ico-relogio {
      margin-top: 30px; } }

.uni-form-steps .result-redirect {
  margin: 20px auto 0;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005F36; }
  .uni-form-steps .result-redirect span {
    font-weight: 700; }

.uni-form-steps .result-text1 {
  color: var(--color-grey);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  display: block;
  margin: 50px auto 0;
  max-width: 316px; }
  @media (max-width: 767px) {
    .uni-form-steps .result-text1 {
      margin-top: 30px; } }

.uni-form-steps .result-text2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-grey);
  display: block;
  margin: 20px auto 0;
  max-width: 340px;
  text-align: center; }

.uni-form-steps .form_matricula {
  margin-top: 10px; }

.uni-testimony {
  padding: 90px 0; }
  @media (max-width: 767px) {
    .uni-testimony {
      padding: 60px 0; } }

.home-modalities,
.uni-entrance,
.home-bags,
.home-differentials,
.home-structure,
.uni-call-career,
.uni-testimony,
.uni-faq,
.footer {
  opacity: 1;
  visibility: visible; }
