@charset "UTF-8";
@font-face {
  font-family: "bogle-reg";
  font-display: swap;
  src: url("fonts/BOGLEREGULAR.ttf") format("truetype");
}

@font-face {
  font-family: "bogle-bold";
  font-display: swap;
  src: url("fonts/BOGLEBOLD.ttf") format("truetype");
}

@font-face {
  font-family: "bogle-black";
  font-display: swap;
  src: url("fonts/BOGLEBLACK.ttf") format("truetype");
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

body {
  color: #492974;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "bogle-reg", sans-serif;
  font-size: 1.8rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 2rem;
  }
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

p {
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
  font-family: "bogle-black", sans-serif;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (min-width: 550px) {
  .wrap {
    padding: 0 30px;
  }
  .wrap--footer {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1250px;
    padding: 0 45px;
  }
  .wrap--footer {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1250px) {
  .wrap {
    max-width: 1350px;
  }
}

@media only screen and (min-width: 1550px) {
  .wrap {
    padding: 0 55px;
    max-width: 1800px;
  }
}

.wrap-carrusel {
  padding: 0 15px;
}

@media only screen and (min-width: 992px) {
  .wrap-carrusel {
    width: 97%;
    margin: 0 auto;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

.title-1 {
  color: #112342;
  font-family: "bogle-bold", sans-serif;
  font-size: 2.5rem;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.5;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .title-1 {
    margin-top: 2rem;
  }
}

.title-1--white {
  color: #fff;
  margin: 0 0 2.5rem 0;
}

.title-1.about--title {
  -webkit-animation: typing 5s steps(12) infinite;
          animation: typing 5s steps(12) infinite;
  overflow: hidden;
}

.title-1.services--title {
  -webkit-animation: typing 5s steps(9) infinite;
          animation: typing 5s steps(9) infinite;
  overflow: hidden;
}

.title-1.performance--title {
  -webkit-animation: typing 5s steps(14) infinite;
          animation: typing 5s steps(14) infinite;
  overflow: hidden;
}

@-webkit-keyframes typing {
  0%, 90%, 100% {
    width: 0;
  }
  30% {
    width: 50%;
  }
  50%, 70% {
    width: 100%;
  }
}

@keyframes typing {
  0%, 90%, 100% {
    width: 0;
  }
  30% {
    width: 50%;
  }
  50%, 70% {
    width: 100%;
  }
}

.title-2 {
  color: #6E39B7;
  font-weight: bolder;
  font-size: 3.5rem;
  margin: 2rem 0 1.5rem;
}

.title-2--mb0 {
  margin-bottom: 3rem;
}

.title-2--footer {
  color: #492974;
  font-family: "bogle-bold", sans-serif;
}

.btn {
  background-color: #E8E34A;
  border: none;
  color: #1C355E;
  font-size: 1.2rem;
  font-family: "bogle-bold", sans-serif;
  padding: 1.5rem 3.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height: 4rem;
  position: relative;
}

.btn .btn__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  position: relative;
}

.btn .btn__content p {
  margin: 0;
}

.btn .btn__content img {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 5px;
  width: 20px;
}

.btn:hover {
  background-color: #eeea77;
}

.btn:hover .btn__content img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(5px, -1px);
          transform: translate(5px, -1px);
}

.btn--purple {
  background-color: #6E39B7;
}

.btn--purple:hover {
  background-color: #8858cb;
}

.btn--purple .btn__content p {
  color: #fff;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: #112342;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #284b85;
}

@media only screen and (min-width: 992px) {
  .pl-lg-7 {
    padding-left: 7rem;
  }
}

header {
  padding: 1.5rem 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header.oculto {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

header.solido {
  background-color: #6E39B7;
  padding: 1rem 0;
}

header .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav__logo img {
  width: 70px;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (min-width: 1080px) {
  header .nav__logo img {
    width: 107px;
  }
  header.solido .nav__logo img {
    width: 80px;
  }
}

.navigation {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .navigation {
    display: block;
  }
}

.navigation__wrap-list {
  padding: 0;
}

@media only screen and (min-width: 1080px) {
  .navigation__wrap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.1rem 0;
  }
  .navigation__wrap-list--contact {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navigation__list {
  list-style: none;
  text-align: center;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 1080px) {
  .navigation__list {
    padding: 0;
    text-align: initial;
    margin: 0 0 0 1.5rem;
  }
}

.navigation__item {
  color: #fff;
  display: block;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (min-width: 1080px) {
  .navigation__item {
    font-size: 1.8rem;
  }
}

.navigation__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
  height: 2.5px;
  background: #EDEB8F;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}

.navigation__item:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navigation__item--contact {
  color: #E8E34A;
}

.mb-menu {
  width: 40px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media only screen and (min-width: 1080px) {
  .mb-menu {
    display: none;
  }
}

.mb-menu__hamburger {
  width: 80%;
  height: 5px;
  background-color: #E8E34A;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mb-menu__hamburger::before, .mb-menu__hamburger::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 5px;
  background-color: #E8E34A;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mb-menu__hamburger::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.mb-menu__hamburger::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.mb-menu.activo .mb-menu__hamburger {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mb-menu.activo .mb-menu__hamburger::before {
  -webkit-transform: rotate(45deg) translate(17px, -17px);
          transform: rotate(45deg) translate(17px, -17px);
}

.mb-menu.activo .mb-menu__hamburger::after {
  -webkit-transform: rotate(-45deg) translate(17px, 17px);
          transform: rotate(-45deg) translate(17px, 17px);
}

.mb-menu.activo ~ .navigation {
  -webkit-animation: showMobileMenu cubic-bezier(0.77, 0, 0.175, 1) 1s;
          animation: showMobileMenu cubic-bezier(0.77, 0, 0.175, 1) 1s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6E39B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 80px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 87px;
  right: 0;
  width: 100%;
  z-index: 10;
}

.mb-menu.activo ~ .navigation .navigation__wrap-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

@-webkit-keyframes showMobileMenu {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0.3;
  }
  33% {
    opacity: 0.5;
  }
  75%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes showMobileMenu {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0.3;
  }
  33% {
    opacity: 0.5;
  }
  75%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.rrss-fixed {
  background-color: #F7FDFE;
  padding: 1.5rem 0.5rem 0.9rem;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 20;
}

.rrss-fixed img {
  width: 34px;
  height: 34px;
}

.hero {
  background-color: #6E39B7;
  height: calc(100vh + 80px);
  min-width: 320px;
}

@media only screen and (max-width: 550px) {
  .hero {
    height: 100vh;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 80px;
  }
}

.hero .row.wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .hero .row.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero__txt-banner {
  margin-top: 2rem;
}

.hero__txt-banner h1 {
  color: #fff;
  font-family: "bogle-black", sans-serif;
  font-size: 6rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .hero__txt-banner h1 {
    font-size: 3.5rem;
  }
}

.hero__txt-banner h1 span {
  -webkit-text-stroke: 2px #E8E34A;
  color: transparent;
}

@media only screen and (min-width: 992px) {
  .hero__txt-banner {
    margin: auto 0;
    height: 60%;
  }
}

.hero__figure {
  width: 100%;
}

.hero__figure img {
  width: 100%;
}

.hero__icon {
  position: absolute;
  right: 0;
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .hero__icon {
    top: 55%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

@media only screen and (min-width: 576px) {
  .hero__icon {
    text-align: end;
    bottom: 8%;
  }
}

@media only screen and (min-width: 992px) {
  .hero__icon {
    bottom: 25px;
  }
}

@media only screen and (min-width: 1300px) {
  .hero__icon {
    bottom: 35px;
  }
}

@media (min-width: 1900px) and (min-height: 900px) {
  .hero__icon {
    bottom: 70px;
  }
}

.hero__icon img {
  width: 92%;
}

@media only screen and (min-width: 500px) {
  .hero__icon img {
    width: 80%;
  }
}

@media only screen and (min-width: 600px) {
  .hero__icon img {
    width: 62%;
  }
}

@media only screen and (min-width: 1130px) {
  .hero__icon img {
    width: 88%;
  }
}

@media only screen and (min-width: 1250px) {
  .hero__icon img {
    width: 94%;
  }
}

@media only screen and (min-width: 1450px) {
  .hero__icon img {
    width: 96%;
  }
}

@media (min-width: 1450px) and (min-height: 900px) {
  .hero__icon img {
    width: 730px;
  }
}

@media (min-width: 1900px) and (min-height: 900px) {
  .hero__icon img {
    width: 870px;
  }
}

.hero__arrow {
  display: none;
}

@media only screen and (min-width: 576px) {
  .hero__arrow {
    display: block;
    position: absolute;
    padding: 0 15px;
    top: 50%;
    left: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .hero__arrow {
    top: 60%;
    left: initial;
  }
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0.2;
  }
  30% {
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes show {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0.2;
  }
  30% {
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.about, .convenio, .team {
  background-color: #F7FDFE;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0;
}

@media only screen and (min-width: 576px) {
  .about, .convenio, .team {
    min-height: calc(100vh - 200px);
  }
}

@media only screen and (min-width: 992px) {
  .about, .convenio, .team {
    min-height: calc(100vh - 80px);
  }
}

@media only screen and (min-width: 768px) {
  .about--title.fixed {
    position: fixed;
    top: 10vh;
  }
}

.about__txt {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .about__txt {
    padding: 0 20rem 0 0;
  }
}

.about__txt p {
  line-height: 28px;
}

.team {
  background-color: #fff;
}

.team__txt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #6E39B7;
}

.team__txt p {
  font-size: 2.5rem;
}

@media only screen and (min-width: 992px) {
  .team__txt p {
    font-size: 4rem;
  }
}

.team__txt p b {
  font-family: "bogle-black", sans-serif;
}

.team__wrap-icon {
  text-align: center;
}

.team__icon img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 600px) {
  .team__icon img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .team__icon img {
    width: 90%;
  }
}

.services {
  background-color: #F7F8F8;
  min-height: 100vh;
  padding: 7rem 0 5rem 0;
}

@media only screen and (min-width: 576px) {
  .services {
    min-height: calc(100vh - 200px);
  }
}

@media only screen and (min-width: 992px) {
  .services {
    min-height: calc(100vh - 80px);
  }
}

@media only screen and (min-width: 992px) {
  .services__content {
    padding-right: 20%;
  }
}

.services__content p {
  line-height: 28px;
}

.services__title-icon {
  text-align: start;
}

@media only screen and (max-width: 576px) {
  .services__title-icon {
    margin-bottom: 3rem;
  }
}

.services__title-icon img {
  width: 78%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 992px) {
  .services__title-icon img {
    width: 80%;
  }
}

.services__icon {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

@media only screen and (min-width: 992px) {
  .services__icon {
    -webkit-transform: translate(-90px, 55px);
            transform: translate(-90px, 55px);
  }
}

.areas {
  width: 100%;
  margin-top: 5rem;
}

.areas--mt1 {
  margin-top: 2rem;
}

@media only screen and (min-width: 576px) {
  .areas {
    margin-top: 6rem;
  }
}

.areas__title {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 576px) {
  .areas__title {
    text-align: start;
    margin-bottom: 0;
  }
}

.areas__title h4 {
  color: #1C355E;
  font-family: "bogle-black", sans-serif;
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}

@media only screen and (min-width: 576px) {
  .areas__title h4 {
    font-size: 1.8rem;
  }
}

.areas__wrap-list--mb {
  margin-bottom: 1.5rem;
}

.areas__list {
  margin: 0;
  padding: 0 0 0 1.5rem;
}

.areas__list li {
  font-size: 2rem;
  list-style: none;
  padding: 0 0 0.5rem 2rem;
  position: relative;
}

.areas__list li::before {
  content: "";
  background: url("../images/item-li.svg") no-repeat;
  position: absolute;
  height: 25px;
  width: 20px;
  left: 0;
  top: 6.5px;
}

@media (min-width: 1450px) and (min-height: 900px) {
  .areas__list li::before {
    top: 7.5px;
  }
}

.areas__separator {
  background: #fff;
  height: 5px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .areas__separator {
    margin: 0 0 0 1.5rem;
  }
}

.sell-more {
  background-color: #EDEB8F;
  padding: 6rem 0;
}

.sell-more__content {
  text-align: center;
}

.sell-more__content h3 {
  color: #6E39B7;
  font-family: "bogle-bold", sans-serif;
  font-size: 4rem;
  margin: 0 0 3rem 0;
}

@media only screen and (min-width: 576px) {
  .sell-more__content h3 {
    font-size: 4.8rem;
  }
}

.clients {
  padding: 14rem 0;
}

.clients .title-1 {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

.clients__item {
  margin: 0 5px;
}

.clients__item img {
  width: 150px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.clients .filter {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.clients .filter:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.carrusel {
  padding: 0 60px;
  position: relative;
  text-align: center;
}

.tns-controls button {
  background: #fff;
  border: 2px solid #D8E3E3;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  position: absolute;
}

.tns-controls button:first-child {
  left: 0;
  top: 25%;
}

.tns-controls button:last-child {
  right: 0;
  top: 25%;
}

.tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
}

.tns-controls button:first-child:after {
  content: "";
  color: #D8E3E3;
}

.tns-controls button:last-child:after {
  content: "";
  color: #D8E3E3;
}

.partners {
  padding: 7rem 0;
  background-color: #492974;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .partners {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50vh;
    padding: 5rem 0;
  }
}

@media only screen and (min-width: 576px) {
  .partners__wrap-plataformas {
    margin: 0;
  }
}

.partners__plataformas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .partners__plataformas--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
}

.partners__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .partners__item--mob-none {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .partners__item--desk-none {
    display: none;
  }
}

.partners__item img {
  width: 20px;
  height: 18px;
}

.partners__item p {
  margin: 0 0 0 1rem;
}

.performance {
  min-height: 100vh;
  padding: 8rem 0 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 576px) {
  .performance {
    min-height: calc(100vh - 200px);
  }
}

@media only screen and (min-width: 992px) {
  .performance {
    min-height: calc(100vh - 80px);
  }
}

.performance__content p {
  line-height: 28px;
}

.performance__title-icon {
  text-align: start;
}

.performance__icon {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .performance__icon {
    text-align: start;
  }
}

.performance__icon img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}

@media only screen and (min-width: 992px) {
  .performance__icon img {
    width: 80%;
    -webkit-transform: translate(-50px, -25px);
            transform: translate(-50px, -25px);
  }
}

.performance__wrap-list {
  padding: 0 15px;
  margin: 2.5rem 0 0;
}

@media only screen and (min-width: 992px) {
  .performance__wrap-list {
    margin: 3.5rem 0 0;
  }
}

.performance__list {
  padding: 0;
  margin: 0;
}

.performance__list li {
  list-style: none;
  position: relative;
  padding: 0 0 2rem 1rem;
}

.performance__list li::before {
  content: "";
  background: url("../images/item-li.svg") no-repeat;
  position: absolute;
  height: 25px;
  width: 20px;
  left: -15px;
  top: 6.5px;
}

@media (min-width: 1450px) and (min-height: 900px) {
  .performance__list li::before {
    top: 7.5px;
  }
}

.convenio {
  background-color: #F7F8F8;
}

.convenio__wrap-img {
  margin: 5rem 0 3rem;
}

@media only screen and (min-width: 576px) {
  .convenio__wrap-img {
    margin: 8.5rem 0 0;
  }
}

.convenio__wrap-img img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 992px) {
  .convenio__wrap-img img {
    width: 60%;
  }
}

.convenio--title {
  -webkit-animation: typing 5s steps(22) infinite;
          animation: typing 5s steps(22) infinite;
  overflow: hidden;
}

.convenio__data-title {
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .convenio__data-title {
    text-align: initial;
  }
}

@media only screen and (min-width: 576px) {
  .convenio__data-comuni {
    margin: 7rem 0 0;
  }
}

@media only screen and (min-width: 576px) {
  .convenio__data-dev {
    margin: 4rem 0 0;
  }
}

.footer {
  background-color: #6E39B7;
  padding: 3.5rem 2rem;
  color: #fff;
}

.footer--wrap-success {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6E39B7;
  min-height: 100vh;
  padding: 0;
}

.footer--wrap-success img {
  max-width: 100%;
}

.footer--wrap-success .txt-success {
  color: #0C284C;
  font-size: 2.2rem;
  margin: 0;
}

.footer--align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__lfi-medios {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .footer__lfi-medios {
    text-align: initial;
  }
}

.footer__lfi-medios img {
  width: 110px;
}

.footer__lfi-medios p {
  margin: 1.5rem 0 2rem;
}

.footer__lfi-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.1rem;
}

.footer__lfi-contact a {
  color: inherit;
  text-decoration: none;
}

.footer__lfi-contact a:hover {
  text-decoration: underline;
}

.footer__icon {
  margin: 0 1.7rem 0 0;
}

.footer__icon img {
  width: 30px;
}

.footer__txt-icon h5 {
  font-family: "bogle-bold", sans-serif;
  font-size: 1.8rem;
  margin: 0 0 0.3rem;
}

.footer__txt-icon p {
  font-size: 1.7rem;
  margin: 0;
}

.footer__rrss {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.1rem;
}

@media only screen and (min-width: 576px) {
  .footer__rrss {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .footer__rrss {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.footer__rrss-img--1 {
  margin: 0 1.7rem 0 0;
}

.footer__rrss-img--1 img {
  width: 34px;
}

.footer__rrss-img {
  margin: 0 1rem 0 0;
}

.footer__rrss-img img {
  width: 37px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__rrss-img img:hover {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.footer__plataformas {
  margin: 1rem 0 3rem;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .footer__plataformas {
    text-align: initial;
  }
}

.footer__plataformas p {
  margin: 0;
}

.footer__wrap-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .footer__wrap-logos {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.footer__logo--1 {
  margin-right: 30px;
}

.footer__logo--3 {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

@media only screen and (min-width: 678px) {
  .footer__logo--3 {
    -webkit-transform: translate(-15, 20px);
            transform: translate(-15, 20px);
  }
}

@media only screen and (min-width: 992px) {
  .footer__logo--3 {
    -webkit-transform: translate(-15px, 15px);
            transform: translate(-15px, 15px);
  }
}

.footer--lfi-logo {
  width: 110px;
}

.form {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 2rem;
}

@media only screen and (min-width: 992px) {
  .form {
    padding: 4.5rem 2rem;
  }
}

.form__wrap-inputs {
  max-width: 95%;
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .form__wrap-inputs {
    max-width: 75%;
  }
}

.form__wrap-form-success {
  max-width: 95%;
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .form__wrap-form-success {
    max-width: 85%;
  }
}

.form input {
  width: 100% !important;
  height: 4rem;
  border: none;
  border-bottom: 2px solid #501778;
  margin-bottom: 1.5rem;
  padding: 0.9rem 0.9rem 0.9rem 0.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form input:hover {
  border-color: #EDEB8F;
}

.form input:focus {
  background: #f7f7f7;
  outline: 2px solid #501778;
  border-bottom: none;
}

.form input--txt {
  height: 8rem;
  overflow: auto;
  resize: vertical;
}

.form__btn {
  cursor: pointer;
  margin-top: 1.5rem;
}

.form__btn:hover img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(6px, 3px);
          transform: translate(6px, 3px);
}

.form__btn img {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.animateEntry {
  -webkit-animation: showElement 1.8s ease;
          animation: showElement 1.8s ease;
}

@-webkit-keyframes showElement {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
    letter-spacing: 1px;
  }
  75%, 100% {
    opacity: 1;
    letter-spacing: 0;
  }
}

@keyframes showElement {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
    letter-spacing: 1px;
  }
  75%, 100% {
    opacity: 1;
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=styles.css.map */