/**
* init
*/
/**
* Convert px to rem
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&display=swap");
/**
* colors
*/
/**
* fonts
*/
/**
* borders
*/
/**
* others
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: #ffffff;
  text-decoration: none; }

ul,
ol {
  list-style: none; }

/**
* custom elements
*/
.btn, .btn-primary, .btn-primary__small, .btn-primary__capitalize, .btn-outline, .btn-outline__capitalize {
  width: fit-content;
  padding: 0.86667rem 2.13333rem;
  background-image: linear-gradient(to left, #6156f9, #1a129f);
  border-radius: 9999rem;
  text-align: center;
  color: #e9e9e9;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.93333rem;
  border: 1px solid transparent;
  outline: none; }
  .btn:hover, .btn-primary:hover, .btn-primary__small:hover, .btn-primary__capitalize:hover, .btn-outline:hover, .btn-outline__capitalize:hover {
    cursor: pointer; }
  .btn-primary__small {
    padding: 0.53333rem 1.2rem;
    font-size: 0.66667rem; }
  .btn-primary__capitalize {
    text-transform: capitalize; }
  .btn-outline, .btn-outline__capitalize {
    background-image: none;
    color: #4e4e4e;
    border: 1px solid #1a129f; }
    .btn-outline__capitalize {
      text-transform: capitalize; }

.title, .title__large, .title__light {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #353535;
  text-transform: capitalize; }
  .title__large {
    font-size: 3.86667rem;
    font-weight: 800;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 0.33333rem; }
  .title__light {
    font-size: 2.4rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.13333rem; }

.text, .text__uppercase {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.93333rem;
  color: #838383; }
  .text__uppercase {
    text-transform: uppercase; }

.label, .label-primary, .label-primary__uppercase {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  text-transform: capitalize; }
  .label-primary, .label-primary__uppercase {
    color: #6156f9; }
    .label-primary__uppercase {
      text-transform: uppercase; }

.cards-list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.card, .card-service, .card-pricing, .card-pricing__selected {
  position: relative;
  width: 22.66667rem;
  height: 26.66667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.66667rem;
  margin: 2.33333rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(131, 131, 131, 0.1);
  border-radius: 1.33333rem; }
  .card__head {
    width: 100%; }
  .card__body {
    width: 100%;
    flex: 1 1;
    overflow: hidden; }
  .card__actions {
    width: 100%;
    display: flex;
    justify-content: flex-end; }

.card-service .card__head {
  display: flex;
  flex-direction: column; }
  .card-service .card__head__img {
    width: 6.66667rem;
    align-self: center; }
  .card-service .card__head__title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #4e4e4e;
    margin: 2rem 0;
    text-transform: uppercase; }

.card-service .card__body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #838383;
  line-height: 1.33333rem; }

.card-pricing, .card-pricing__selected {
  padding: 2.66667rem; }
  .card-pricing__selected {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
  .card-pricing .card__head__title, .card-pricing__selected .card__head__title {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.46667rem;
    color: #4e4e4e;
    margin: 2rem 0;
    text-transform: capitalize;
    text-align: center; }
  .card-pricing .card__body, .card-pricing__selected .card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    font-family: "Poppins", sans-serif; }
    .card-pricing .card__body__text, .card-pricing__selected .card__body__text {
      font-weight: 300;
      font-size: 0.93333rem;
      color: #b1b1b1;
      line-height: 1.33333rem; }
    .card-pricing .card__body__price, .card-pricing__selected .card__body__price {
      font-weight: 500;
      font-size: 1.86667rem;
      color: #1a129f; }
  .card-pricing .card__actions, .card-pricing__selected .card__actions {
    justify-content: center; }

.form {
  display: flex;
  align-items: center; }
  .form label {
    opacity: 0; }
  .form .input {
    padding: 1rem;
    padding-right: 10rem;
    margin-right: 0.33333rem;
    background-color: #e9e9e9;
    color: #838383;
    border: none;
    border-radius: 0.33333rem; }
  .form .input::placeholder {
    color: #b1b1b1; }

/**
* components
*/
header {
  width: 100%;
  max-height: 13.33333rem;
  display: flex;
  justify-content: center; }
  header .content {
    width: 100%;
    max-width: 100rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.33333rem; }
    header .content__left {
      display: flex;
      align-items: flex-end; }
      header .content__left img {
        width: 5.33333rem; }
      header .content__left h1 {
        font-family: "Dossis", sans-serif;
        font-weight: 700;
        font-size: 2.4rem;
        color: #353535;
        padding: 0.2rem; }
    header .content__right a {
      margin: 0.66667rem;
      padding: 0.2rem;
      color: #e9e9e9;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif;
      font-size: 0.93333rem;
      border-bottom: 0.13333rem solid transparent; }
    header .content__right a:hover {
      border-bottom: 0.13333rem solid #b1b1b1; }

@media screen and (max-width: 1024px) {
  header .content {
    flex-direction: column; }
    header .content nav {
      margin-top: 0.66667rem; }
      header .content nav a {
        color: #353535; } }

section[home] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("../../images/wave.svg");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: top right; }
  section[home] .content-flex {
    display: flex;
    width: 100%;
    max-width: 100rem;
    justify-content: space-between;
    padding: 0 6.66667rem; }
    section[home] .content-flex article {
      width: 40%;
      z-index: 3;
      display: flex;
      flex-direction: column;
      margin: 6.66667rem 0 0 6.66667rem; }
      section[home] .content-flex article .text__uppercase {
        margin: 0 0 1.33333rem 0; }
    section[home] .content-flex aside {
      width: 50%;
      display: flex;
      align-items: flex-end; }
      section[home] .content-flex aside img {
        width: 100%; }
  section[home] .mouse-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5.33333rem;
    height: 5.33333rem;
    border-radius: 9999rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    outline: none; }
    section[home] .mouse-button:hover {
      cursor: pointer; }
    section[home] .mouse-button img {
      width: 2.66667rem;
      height: 2.66667rem; }

@media screen and (max-width: 1024px) {
  section[home] {
    background-image: none; }
    section[home] .content-flex {
      padding: 3.33333rem;
      flex-direction: column; }
      section[home] .content-flex article {
        width: 100%;
        margin: 0.66667rem; }
      section[home] .content-flex aside {
        width: 100%; } }

section[socialsBar] {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 3.33333rem;
  top: 50vh;
  transform: translateY(-50%); }
  section[socialsBar] img {
    width: 2rem;
    height: 2rem;
    border-radius: 9999rem;
    border: 0.06667rem solid transparent;
    padding: 0.46667rem;
    margin: 0.66667rem; }
    section[socialsBar] img:hover {
      border: 0.06667rem solid #1a129f; }
  section[socialsBar] a {
    position: relative; }
    section[socialsBar] a:last-child:after {
      position: absolute;
      background-color: #1a129f;
      content: "";
      width: 0.13333rem;
      height: 50%;
      top: 100%;
      right: 48%; }

@media screen and (max-width: 1024px) {
  section[socialsBar] {
    flex-direction: row;
    top: 10rem;
    left: 50vw;
    transform: translateX(-50%); }
    section[socialsBar] a:last-child:after {
      display: none; } }

section[whoWeAre] {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center; }
  section[whoWeAre] .content {
    display: flex;
    width: 100%;
    max-width: 100rem;
    justify-content: space-between;
    padding: 6.66667rem; }
    section[whoWeAre] .content article {
      background-image: url("../../images/background-we-are.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top;
      width: 60%;
      display: flex;
      flex-direction: column;
      padding: 6.66667rem 0 0 6.66667rem; }
      section[whoWeAre] .content article .text, section[whoWeAre] .content article .text__uppercase {
        width: 80%; }
      section[whoWeAre] .content article span.text, section[whoWeAre] .content article span.text__uppercase {
        margin: 2rem 0; }
    section[whoWeAre] .content aside {
      width: 40%; }
      section[whoWeAre] .content aside img {
        width: 100%; }

@media screen and (max-width: 1024px) {
  section[whoWeAre] .content {
    flex-direction: column-reverse;
    padding: 3.33333rem; }
    section[whoWeAre] .content article {
      width: 100%;
      padding: 0; }
    section[whoWeAre] .content aside {
      width: 100%; } }

section[whatWeOffer] {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 13.33333rem; }
  section[whatWeOffer] .content {
    display: flex;
    width: 100%;
    max-width: 100rem;
    flex-direction: column;
    padding: 0 6.66667rem; }
    section[whatWeOffer] .content .cards-list {
      background-image: url("../../images/background-service.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }

@media screen and (max-width: 768px) {
  section[whatWeOffer] {
    margin-bottom: 3.33333rem; }
    section[whatWeOffer] .content {
      padding: 3.33333rem; }
    section[whatWeOffer] article {
      margin: 0.66667rem; } }

section[ourPricing] {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #eceafe;
  padding: 6.66667rem 0 3.33333rem 0; }
  section[ourPricing] .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100rem;
    padding: 0 6.66667rem; }

@media screen and (max-width: 768px) {
  section[ourPricing] {
    padding-top: 3.33333rem; }
    section[ourPricing] .content {
      padding: 3.33333rem; }
    section[ourPricing] article {
      margin: 0.66667rem; } }

section[getNews] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 3.33333rem 0 0 0; }
  section[getNews] .form {
    margin: 3.33333rem; }
  section[getNews] h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1.46667rem;
    color: #4e4e4e; }

footer {
  width: 100%;
  padding: 13.33333rem 0 3.33333rem 0;
  display: flex;
  justify-content: center;
  background-image: url("../../images/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  footer .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100rem;
    color: #e9e9e9; }
    footer .content div {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      footer .content div section {
        margin: 3.33333rem;
        display: flex;
        flex-direction: column; }
        footer .content div section h4 {
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          color: #ffffff;
          text-transform: capitalize;
          margin-bottom: 1.66667rem; }
        footer .content div section li {
          font-family: "Poppins", sans-serif;
          font-weight: 200;
          font-size: 0.93333rem;
          text-transform: capitalize;
          margin-bottom: 0.33333rem; }
        footer .content div section#foot-1 {
          font-family: "Poppins", sans-serif;
          font-weight: 300;
          display: flex;
          text-align: center; }
          footer .content div section#foot-1 h4 {
            font-size: 2.4rem; }
          footer .content div section#foot-1 span {
            font-size: 1.46667rem;
            margin-bottom: 2rem; }
          footer .content div section#foot-1 .socials {
            display: flex;
            justify-content: center; }
            footer .content div section#foot-1 .socials li {
              margin: 0 0.66667rem; }
        footer .content div section#foot-3 li {
          width: 110%;
          display: flex;
          justify-content: space-between; }
        footer .content div section#foot-4 li {
          width: 110%;
          display: flex;
          align-items: center;
          margin-bottom: 0.66667rem; }
          footer .content div section#foot-4 li img {
            width: 1rem;
            height: 1rem;
            margin-right: 0.66667rem; }
          footer .content div section#foot-4 li:last-child {
            margin-top: 1.66667rem; }

@media screen and (max-width: 768px) {
  footer {
    background-size: 500% 120%;
    background-position: bottom; } }
