/*==================================================
 * Geral
 ===================================================*/
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 body {
  overflow-x: hidden;
  font-family: Inter, sans-serif!important;
  width: 100%;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  transition: all .5s;
}

li {
  list-style: none;
}

.container {
  overflow: hidden;
  z-index: 1;
}

.w-90{
  width: 90%!important;
}

@media(min-width: 1024px){
  .back-to-top{
    bottom: 3%;
    right: 6%;
  }

  .container {
    max-width: 1330px!important;
  }

  .mobile-show{
    display: none!important;
  }
}

@media(max-width: 1023px){
  .back-to-top{
    bottom: 15%;
    right: 4%;
  }

  .desktop-show{
    display: none!important;
  }
}

@media(min-width: 329px){
  .container {
    max-width: 362px;
  }
}

@media(max-width: 328px){
  .container {
    max-width: 320px;
  }
}

/*==================================================
 * Header
 ===================================================*/

  .header-section {
  background-image: url('../img/bg-header.png');
  background-size: cover;
  background-position-y: bottom;
  background-repeat: no-repeat;
 }

 .header-content {
  min-height: 341px;
 }

 .header-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.045em;
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
 }

 .header-content-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
 }

 .btn-header {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  background: linear-gradient(99.03deg, #BD3C3F 12.56%, #DC4A48 94.95%);
  border-radius: 105px;
  padding: 14px 35px;
  border: none;
  text-decoration: none;
 }

 .btn-header:hover {
  color: #FFFFFF;
  filter: saturate(1.1);
 }

 @media(max-width: 600px) {
  .header-section {
    background-size: contain;
    background-image: url('../img/bg-header-mobile.png');
  }
 }

 @media(min-width: 1024px) {
  .header-section {
    background-size: contain;
    background-position-y: top;
    background-repeat: no-repeat;
   }

   .header-content {
    height: 779px;
    padding-top: 125px;
   }

   .header-content h1 {
    font-size: 128px;
    line-height: 148px;
   }

   .header-content-text {
    font-size: 24px;
    line-height: 114.3%;
   }

 }

 /*==================================================
 * About
 ===================================================*/

 .about-section {
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #D9D9D9;
 }

 .about-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 97.3%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
 }

 .about-content {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 114.8%;
  color: #FFFFFF;
 }

 .about-content b {
  font-weight: 700;
 }

 .about-card {
  padding: 21px 22px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
 }

 .about-card-icon {
  padding: 17px 16px;
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #DC4A48;
  border-radius: 14px;
 }

 .about-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 114.3%;
  color: #000000;
 }

 .about-card-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 114.3%;
  color: #000000;
 }

 .about-section-topics {
  background-color: #F6F9FF;
 }

 .card-about-topic {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  text-align: center;
  padding: 34px 0;
 }

 .about-topic-text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.8%;
  text-align: center;
  color: #000000;
}

.about-text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}

@media(min-width: 600px) {
    .about-section-topics-size {
      width: 80%;
      margin: 0 2rem;
    }
}

@media(min-width: 1024px) {
  .about-section {
    border-radius: 0px 251px 15px 0px;
  }

  .about-title {
    font-size: 64px;
    line-height: 97.3%;
  }

  .about-position {
    margin-top: -60px!important;
  }

  .about-content {
    position: relative;
  }

  .about-card {
    position: absolute;
  }

  .about-card-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 114.3%;
    color: #000000;
   }

   .about-bg {
    background-color: #F6F9FF;
   }

   .about-card-icon {
    height: 62px;
   }

   .about-text {
    margin-top: 13%!important;
    text-align: left;
    margin-left: 22%!important;
   }
 }

/*==================================================
 * Benefits
 ===================================================*/

.benefits-section {
  background-color: #FFFFFF;
}

.benefits-title {
  background-image: url('../img/benefits-mobile.png');
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #C03E40;
  padding: 39px 0;
}

.benefits-block {
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #DC4A48;
  border-radius: 25px;
  position: relative;
}

.benefit-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  text-align: center;
}

.benefit-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 116%;
  text-align: center;
  color: #000000;
}

@media(min-width: 1024px) {
  .benefits-title {
    background-image: url('../img/benefits-desktop.png');
    background-position-x: right;
    background-position-y: 20px;
    font-size: 64px;
    line-height: 115.8%;
    text-align: left;
    padding: 15px 0 80px 0;
  }

  .benefits-block {
    height: 473px;
    width: 420px;
  }

  .benefit-card {
    width: 191px!important;
  }

  .benefits-grid {
    position: absolute;
    left: -20%;
  }

  .benefit-text {
    padding: 0 20px;
  }
}

/*==================================================
 * Partners
 ===================================================*/

.partner-title-bg {
  background-image: url('../img/bg-partner-mobile.png');
  background-repeat: no-repeat;
  padding: 20px 0;
}

.partner-title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 86.8%;
  letter-spacing: -0.02em;
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #C03E40;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.partner-title {
  width: 70%;
}

.partner-item {
  background: #FFFFFF;
  border-radius: 99px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 18px 17px;
  cursor: pointer;
}

.partner-item:hover {
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #BD3C3F;
}

.partner-item:hover .partner-icon {
  color: #BD3C3F;
  background-color: #ffffff;
}

.partner-item:hover .partner-content {
  color: #FFFFFF;
} 

.partner-icon {
  border-radius: 50%;
  text-align: center;
  background-color: #BD3C3F;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 25px;
  position: relative;
}

.partner-icon i {
  position: absolute;
  left: 25.62%;
  top: 26.3%;
}

.partner-content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 116%;
  color: #000000;
}

.partner-item.active {
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #BD3C3F;
}

.partner-item.active .partner-icon {
  color: #BD3C3F;
  background-color: #ffffff ;
}

.partner-item.active .partner-content{
  color: #FFFFFF;
}

@media(min-width: 1024px) {
  .partner-title-bg {
    background-image: url('../img/bg-partner-desktop.png');
    background-repeat: no-repeat;
    background-position-x: 75%;
    padding: 0px 0 50px 0;
  }
  
  .partner-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 86.8%;
    text-align: left;
    padding-left: 2%;
  }

  .slider-items {
    position: relative;
    z-index: 10;
    margin-right: -4%;
  }

  .slider-images {
    position: relative;
    z-index: 1;
  }
}

/*==================================================
 * Requeriments
 ===================================================*/

 .requirements-title-bg {
  background-image: url('../img/bg-requirements-mobile.png');
  background-repeat: no-repeat;
  padding: 38px 0;
}

.requirements-title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 102%;
  letter-spacing: -0.02em;
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%), #C03E40;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.requirements-title {
  text-align: center;
}

.requirements-note {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 118%;
  text-align: center;
  color: #BD3C3F;
  padding: 20px 20px;
}

.requirements-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.requirements-card-body {
  background: linear-gradient(82.76deg, #BD3C3F 29.58%, #DC4A48 96.4%), #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 118%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  padding: 16px 12px;
  border-radius: 0px 0px 15px 15px;
  min-height: 85px;
}

.requirements-card-img {
  position: relative;
}

.requirements-card-icon {
  position: absolute;
  left: 10%;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #BD3C3F;
  width: 32px!important;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  padding: 2px 0px!important;
}


.h-card-body {
  min-height: 56px;
}

@media(min-width: 1024px) {
  .requirements-title-bg {
    background-image: url('../img/bg-requirements-desktop.png');
    background-repeat: no-repeat;
    background-position-x: 10%;
    padding: 0px 0 75px 0;
  }
  
  .requirements-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 86.8%;
    text-align: left;
    padding-left: -1%;
  }
  
  .requirements-card-body {
    font-size: 20px;
    min-height: 103px;
  }

  .requirements-card-icon {
    width: 50px!important;
    height: 50px;
    font-size: 20px;
    padding: 10px 0px!important;
  }
}

/*==================================================
 * Responsibilities
 ===================================================*/

.responsibilities-section {
  background: linear-gradient(82.76deg, #BD3C3F 29.58%, #DC4A48 96.4%), #F6F9FF;
  border-radius: 0px;
}

.responsibilities-title-bg {
  background-image: url('../img/bg-responsibilities-mobile.png');
  background-repeat: no-repeat;
  padding: 38px 0;
}

.responsibilities-title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 102%;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.responsibilities-title {
  text-align: center;
}

.responsibilities-images {
  width: 212px;
}

.responsibilities-images-2 {
  width: 134px!important;
}

.responsibilities-images-3 {
  width: 100%;
}

.responsibilities-icon {
  background: #BD3C3F;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 25px;
  position: relative;
}

.responsibilities-icon i {
  position: absolute;
  left: 25.62%;
  top: 26.3%;
}

.responsibilities-item {
  background: #FFFFFF;
  border-radius: 99px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  cursor: pointer;
}

.responsibilities-content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 111.5%;
  color: #A7313A;
}

@media(min-width: 1024px) {
  .responsibilities-title-bg {
    background-image: url('../img/bg-responsibilities-desktop.png');
    background-repeat: no-repeat;
    background-position-x: 45%;
    padding: 38px 0;
  }

  .responsibilities-title {
    text-align: left;
    font-size: 54px;
    line-height: 86.8%;
  }

  .responsibilities-images {
    width: 95%;
  }
  
  .responsibilities-images-2 {
    width: 128%!important;
  }

  .responsibilities-images-3 {
    width: 119%!important;
  }
}

@media(min-width: 600px) {
  .responsibilities-images-3 {
    width: 95%;
  }
}

/*==================================================
 * Know More
 ===================================================*/

.knowmore-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 91px -17px rgba(0, 0, 0, 0.11);
  border-radius: 29px;
  
}

.knowmore-title {
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 86.8%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 30px;
}

.knowmore-content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 116%;
  text-align: center;
  color: #000000;
}

.btn-knowmore {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 86.8%;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(98.84deg, #BD3C3F 10.81%, #DC4A48 75.77%);
  border-radius: 105px;
  padding: 26px;
  text-decoration: none;
}

.btn-knowmore:hover, .btn-knowmore:active, .btn-knowmore:focus {
  color: #FFFFFF;
  filter: saturate(1.1);
}

@media(min-width: 1024px) {
  .knowmore-title {
    font-size: 64px;
    line-height: 86.8%;
  }

  .knowmore-content {
    font-size: 32px;
    line-height: 116%;
    width: 60%!important;
  }
}

/*==================================================
 * Footer
 ===================================================*/

 .footer-contact-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #170F49;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer-contact-content {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}

.social-midia-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.footer-address-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #170F49;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer-address-content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.footer-final {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
  color: #000000;
}

.social-midia-links a {
  color: #000000;
  font-size: 20px;
}

.social-midia-links a:hover {
  color: #000000;
  filter: saturate(1.1);
}

@media(min-width: 1024px) {
  .footer-contact-content {
    font-size: 18px;
  }
}

@media(max-width: 1023px) {
  .logo-footer {
    text-align: center;
  }

  .footer-final {
    width: 70%;
    margin: 25px auto;
    text-align: center;
  }
}