*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

:root {
  --swiper-navigation-size: 20px !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 8px 16px;
    margin: 0 8px;
  }
}

.arraste {
  display: none;
}

.title-desktop-none {
  display: none;
}

#header {
  margin-top: 120px;
  width: 100%;
}
#header div.container {
  background: rgb(122, 208, 253);
  min-height: 556px;
  border-radius: 32px;
  background-image: url("../../../assets/images/img1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container h1 {
  color: #0D2B2B !important;
  max-width: 600px;
  line-height: 120%;
  position: relative;
}
#header div.container .circle {
  position: relative;
}
#header div.container .circle::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
  width: 126px;
  height: 56px;
  background-image: url("../../../assets/images/circle-text.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container p {
  max-width: 600px;
  font-size: 1.125rem;
}
#header div.container .btn-action {
  max-width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header div.container .btn-action img {
  width: 24px;
  height: 24px;
}

#section-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-one h2 {
  text-align: center;
}
#section-one .section-one-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-one .section-one-box .img-back1 {
  background-image: url("../../../assets/images/img2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .img-back2 {
  background-image: url("../../../assets/images/img4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#section-one .section-one-box .img-back3 {
  background-image: url("../../../assets/images/img3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .element-item {
  border-radius: 24px;
  max-width: 380px;
  min-width: 360px;
  height: 241px;
  padding: 40px;
  display: flex;
  justify-content: start;
  align-items: end;
}
#section-one .section-one-box .element-item p {
  line-height: 100%;
  font-size: 1.375rem;
}
#section-one .section-one-box .element-item p strong {
  color: #F7F7F7;
}

#section-two div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-two div.container h2 {
  text-align: center;
}
#section-two div.container .section-two-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  width: 384px;
  height: 136px;
  padding: 32px;
  border: 1px solid rgba(39, 40, 40, 0.0941176471);
  border-radius: 16px;
}
#section-two div.container .section-two-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-two div.container .section-two-box ul li img {
  width: 24px;
  height: 24px;
}
#section-two div.container .btn-action {
  max-width: 250px;
  padding: 14px 24px;
}

#section-three div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-three div.container h2 {
  text-align: center;
  margin-bottom: 24px;
}
#section-three div.container p {
  max-width: 600px;
  text-align: center;
}
#section-three div.container .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-three div.container .section-three-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
#section-three div.container .section-three-box ul .circle-img-line1::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 334px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul .circle-img-line2::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 694px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 136px;
  padding: 20px;
}
#section-three div.container .section-three-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box ul li img {
  width: 24px;
  height: 24px;
}
#section-three div.container .section-three-box-two {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9DBEFF;
}
#section-three div.container .section-three-box-two .element-item-1 {
  border-radius: 24px 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(21, 55, 121);
  background: linear-gradient(100deg, rgb(21, 55, 121) 0%, rgb(25, 75, 173) 45%);
  position: relative;
  padding: 56px 104px 56px 180px;
}
#section-three div.container .section-three-box-two .element-item-1 p {
  color: #EDEDED;
  font-weight: 400;
  text-align: start;
}
#section-three div.container .section-three-box-two .element-item-1 img {
  position: absolute;
  top: -80px;
  left: -25px;
  width: 294px;
  height: 294px;
}
#section-three div.container .section-three-box-two .element-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 56px 64px;
}
#section-three div.container .section-three-box-two .element-item-2 p {
  text-align: start;
}

.swiper-button-next, .swiper-button-prev {
  position: relative !important;
}

#depoimentos .depoimentos-box .mySwiper {
  width: 100% !important;
}
#depoimentos .chevron-desktop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 60px;
  width: 100%;
}
#depoimentos .chevron-desktop .swiper-button-next, #depoimentos .chevron-desktop .swiper-button-prev {
  background-color: #EAF1FF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#depoimentos .chevron-mobile {
  display: none;
}
#depoimentos div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
#depoimentos div.container h2 {
  text-align: center;
}
#depoimentos div.container .img-depoimentos {
  position: relative;
}
#depoimentos div.container .img-depoimentos img {
  border-radius: 24px;
  transform: rotate(1.7deg);
  position: relative;
}
#depoimentos div.container .img-depoimentos::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 94%;
  border: 2px solid #256EFF;
  transform: rotate(-4deg);
  border-radius: 24px;
  z-index: -1;
}
#depoimentos div.container .depoimentos-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#depoimentos div.container .depoimentos-box .btn-action {
  max-width: 100px;
  display: block;
}
#depoimentos div.container .depoimentos-box .mySwiper {
  max-width: 600px;
}
#depoimentos div.container .elements-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-width: 340px;
  width: 100%;
  max-width: 600px;
  min-height: 512px;
  background-color: #FFFFFF;
  padding: 38px 16px;
  border-radius: 4px;
}
#depoimentos div.container .elements-item .description {
  text-align: start;
}
#depoimentos div.container .elements-item .box-info-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  width: 100%;
}
#depoimentos div.container .elements-item .box-info-footer .description-footer {
  text-align: start;
}
#depoimentos div.container .elements-item .user-img {
  background: transparent;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
#depoimentos div.container .elements-item .user-img img {
  width: 70px;
  height: 70px;
  margin-top: 16px;
  border-radius: 50%;
}

#form-envio div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
  border-radius: 32px;
  background: #0E3AAA;
  background-image: url("../../../assets/images/img6.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#form-envio div.container .element-item-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  min-height: 900px;
}
#form-envio div.container .element-item-1 img {
  width: 72px;
  height: 72px;
}
#form-envio div.container .element-item-1 h2 {
  margin-bottom: 24px;
  color: #FFFFFF;
}
#form-envio div.container .element-item-1 p {
  color: #FFFFFF;
}
#form-envio div.container .element-item-2 #sib-form {
  border-radius: 12px !important;
  background: #FFFFFF;
  max-width: 500px;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll h1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #256EFF;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll p {
  text-align: center;
  font-size: 14px;
  color: #495057;
  margin: 16px 0;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label {
  margin-bottom: 16px;
  position: relative;
  display: block;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input {
  width: 100%;
  padding: 0px 15px !important;
  border: 1px solid #bdbdbd;
  outline: none;
  height: 56px;
  border-radius: 12px !important;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::-moz-placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > span {
  position: absolute;
  color: #495057;
  top: -11px;
  left: 25px;
  transform: translateY(30px);
  font-size: 0.8rem;
  transition-duration: 300ms;
}
#form-envio div.container .element-item-2 #sib-form input:not(:-moz-placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group label:focus-within > span, #form-envio div.container .element-item-2 #sib-form input:not(:placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form #CARGO {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #QUANTIDADE_FUNCIONARIOS {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #SEGMENTO_EMPESA {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form .btnmce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  min-width: 340px;
  max-width: 500px;
  height: 50px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 12px !important;
  background-color: #ff4253;
}
#form-envio div.container .element-item-2 #sib-form .btnmce:hover {
  transition: background-color ease-in-out 0.3s;
  background-color: #ff5866;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration .declaration-block-icon {
  margin-right: 16px;
}
#form-envio div.container .element-item-2 #sib-form .clickable_link {
  font-size: 10px;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label input {
  margin: 3px 0;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent > div input {
  margin: 0;
}

#faq div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
#faq div.container .faq-box {
  max-width: 768px;
  width: 100%;
}
#faq div.container .faq-box hr {
  border: 1px solid rgba(0, 0, 0, 0.103);
  margin: 25px 0;
}
#faq div.container .faq-box .faq-item {
  cursor: pointer;
  width: 100%;
}
#faq div.container .faq-box .faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq div.container .faq-box .faq-item .faq-title img {
  width: 24px;
  height: 24px;
}
#faq div.container .faq-box .faq-item .faq-title p {
  width: 100%;
}
#faq div.container .faq-box .faq-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#faq div.container .faq-box .faq-item .res-faq {
  font-size: 16px;
  margin-top: 35px;
  font-weight: 400;
}
#faq div.container .faq-box .faq-item .circle {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#faq div.container .faq-box .faq-item .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #272828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
}

.line-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .py-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  #header div.container {
    background-image: url("../../../assets/images/img1-mobile.png");
    padding: 0;
  }
  #header div.container .header-box {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 855px;
  }
  #header div.container .header-box h1, #header div.container .header-box p {
    text-align: center;
    font-size: 27px;
  }
  #header div.container .header-box p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 300px;
    margin: 32px 0 40px 0;
  }
  #header div.container .header-box .circle::after {
    top: 3px;
    left: -6px;
    z-index: 1;
    width: 75px;
    height: 35px;
  }
  #header div.container .header-box .btn-action {
    max-width: 100%;
    width: 100%;
  }
  #header div.container .header-box .btn-action a {
    max-width: 100px;
  }
  #section-one div.container .section-one-box {
    flex-direction: column;
  }
  #section-two {
    background: #FAFAFA;
  }
  #section-two div.container {
    padding: 0;
  }
  #section-two div.container .section-two-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  #section-two div.container .section-two-box ul li {
    width: 172px;
    height: 136px;
    padding: 24px 8px;
    border: 1px solid rgba(39, 40, 40, 0.0941176471);
    border-radius: 6px;
  }
  #section-two div.container .section-two-box ul li p {
    font-size: 12px;
  }
  #section-two div.container .btn-action {
    max-width: 100%;
    padding: 14px 24px;
    width: 100%;
  }
  .line-mobile {
    display: block;
  }
  .line-desktop {
    display: none;
  }
  #section-three div.container {
    padding: 0;
  }
  #section-three div.container .section-three-box {
    margin-bottom: 40px;
  }
  #section-three div.container .section-three-box ul {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    width: 100%;
  }
  #section-three div.container .section-three-box ul .circle-img-line1::after, #section-three div.container .section-three-box ul .circle-img-line2::after {
    background: none;
    width: 0;
    height: 0;
  }
  #section-three div.container .section-three-box ul li {
    padding: 0 0 0 10px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #section-three div.container .section-three-box ul li .circle-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #section-three div.container .section-three-box-two {
    flex-direction: column;
    border: none;
  }
  #section-three div.container .section-three-box-two .element-item-1 {
    border-radius: 24px;
    overflow: hidden;
    min-height: 195px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
  }
  #section-three div.container .section-three-box-two .element-item-1 p {
    font-size: 14px;
  }
  #section-three div.container .section-three-box-two .element-item-1 img {
    top: -18px;
    left: -65px;
  }
  #section-three div.container .section-three-box-two .element-item-2 {
    padding: 0;
    padding-left: 18px;
    border-left: 2px solid #9DBEFF;
    margin-top: 40px;
  }
  #depoimentos .display-desktop {
    display: none;
  }
  #depoimentos .display-mobile {
    display: block;
  }
  #depoimentos .depoimentos-box {
    flex-direction: column;
  }
  #depoimentos .depoimentos-box .mySwiper {
    width: 360px !important;
  }
  #depoimentos .depoimentos-box .chevron-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  #depoimentos .depoimentos-box .chevron-mobile .swiper-button-next, #depoimentos .depoimentos-box .chevron-mobile .swiper-button-prev {
    background-color: #EAF1FF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  #depoimentos .depoimentos-box .btn-action {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
    display: block;
  }
  #form-envio div.container {
    flex-direction: column;
    padding: 48px 24px 0 24px;
    background-position: center -170px;
    background-size: unset;
  }
  #form-envio div.container .element-item-1 {
    min-height: 200px;
  }
  #form-envio div.container .element-item-1 h2, #form-envio div.container .element-item-1 p {
    text-align: center;
    width: 100%;
  }
  #form-envio div.container .element-item-1 img {
    display: none;
  }
  #form-envio div.container .element-item-2 #sib-form {
    border-radius: 24px !important;
    background: #F8F9FA;
  }
  .chevron-desktop {
    display: none !important;
  }
  .arraste {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-align: end;
    color: #495057;
    width: 100%;
    justify-content: end;
  }
  .arraste img {
    width: 16px !important;
  }
  .mySwiper {
    display: block !important;
  }
}
nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
}
nav div.container {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
nav div.container .nav-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav div.container .nav-info ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-right: 48px;
}
nav div.container .nav-info ul li a:hover {
  color: #444545;
}

@media screen and (max-width: 960px) {
  nav div.container {
    flex-direction: column;
    justify-content: center;
  }
  nav div.container .nav-info {
    display: none;
  }
}
:root {
  --swiper-navigation-size: 20px !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 8px 16px;
    margin: 0 8px;
  }
}

.arraste {
  display: none;
}

.title-desktop-none {
  display: none;
}

#header {
  margin-top: 120px;
  width: 100%;
}
#header div.container {
  background: rgb(122, 208, 253);
  min-height: 556px;
  border-radius: 32px;
  background-image: url("../../../assets/images/img1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container h1 {
  color: #0D2B2B !important;
  max-width: 600px;
  line-height: 120%;
  position: relative;
}
#header div.container .circle {
  position: relative;
}
#header div.container .circle::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
  width: 126px;
  height: 56px;
  background-image: url("../../../assets/images/circle-text.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container p {
  max-width: 600px;
  font-size: 1.125rem;
}
#header div.container .btn-action {
  max-width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header div.container .btn-action img {
  width: 24px;
  height: 24px;
}

#section-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-one h2 {
  text-align: center;
}
#section-one .section-one-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-one .section-one-box .img-back1 {
  background-image: url("../../../assets/images/img2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .img-back2 {
  background-image: url("../../../assets/images/img4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#section-one .section-one-box .img-back3 {
  background-image: url("../../../assets/images/img3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .element-item {
  border-radius: 24px;
  max-width: 380px;
  min-width: 360px;
  height: 241px;
  padding: 40px;
  display: flex;
  justify-content: start;
  align-items: end;
}
#section-one .section-one-box .element-item p {
  line-height: 100%;
  font-size: 1.375rem;
}
#section-one .section-one-box .element-item p strong {
  color: #F7F7F7;
}

#section-two div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-two div.container h2 {
  text-align: center;
}
#section-two div.container .section-two-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  width: 384px;
  height: 136px;
  padding: 32px;
  border: 1px solid rgba(39, 40, 40, 0.0941176471);
  border-radius: 16px;
}
#section-two div.container .section-two-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-two div.container .section-two-box ul li img {
  width: 24px;
  height: 24px;
}
#section-two div.container .btn-action {
  max-width: 250px;
  padding: 14px 24px;
}

#section-three div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-three div.container h2 {
  text-align: center;
  margin-bottom: 24px;
}
#section-three div.container p {
  max-width: 600px;
  text-align: center;
}
#section-three div.container .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-three div.container .section-three-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
#section-three div.container .section-three-box ul .circle-img-line1::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 334px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul .circle-img-line2::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 694px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 136px;
  padding: 20px;
}
#section-three div.container .section-three-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box ul li img {
  width: 24px;
  height: 24px;
}
#section-three div.container .section-three-box-two {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9DBEFF;
}
#section-three div.container .section-three-box-two .element-item-1 {
  border-radius: 24px 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(21, 55, 121);
  background: linear-gradient(100deg, rgb(21, 55, 121) 0%, rgb(25, 75, 173) 45%);
  position: relative;
  padding: 56px 104px 56px 180px;
}
#section-three div.container .section-three-box-two .element-item-1 p {
  color: #EDEDED;
  font-weight: 400;
  text-align: start;
}
#section-three div.container .section-three-box-two .element-item-1 img {
  position: absolute;
  top: -80px;
  left: -25px;
  width: 294px;
  height: 294px;
}
#section-three div.container .section-three-box-two .element-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 56px 64px;
}
#section-three div.container .section-three-box-two .element-item-2 p {
  text-align: start;
}

.swiper-button-next, .swiper-button-prev {
  position: relative !important;
}

#depoimentos .depoimentos-box .mySwiper {
  width: 100% !important;
}
#depoimentos .chevron-desktop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 60px;
  width: 100%;
}
#depoimentos .chevron-desktop .swiper-button-next, #depoimentos .chevron-desktop .swiper-button-prev {
  background-color: #EAF1FF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#depoimentos .chevron-mobile {
  display: none;
}
#depoimentos div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
#depoimentos div.container h2 {
  text-align: center;
}
#depoimentos div.container .img-depoimentos {
  position: relative;
}
#depoimentos div.container .img-depoimentos img {
  border-radius: 24px;
  transform: rotate(1.7deg);
  position: relative;
}
#depoimentos div.container .img-depoimentos::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 94%;
  border: 2px solid #256EFF;
  transform: rotate(-4deg);
  border-radius: 24px;
  z-index: -1;
}
#depoimentos div.container .depoimentos-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#depoimentos div.container .depoimentos-box .btn-action {
  max-width: 100px;
  display: block;
}
#depoimentos div.container .depoimentos-box .mySwiper {
  max-width: 600px;
}
#depoimentos div.container .elements-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-width: 340px;
  width: 100%;
  max-width: 600px;
  min-height: 512px;
  background-color: #FFFFFF;
  padding: 38px 16px;
  border-radius: 4px;
}
#depoimentos div.container .elements-item .description {
  text-align: start;
}
#depoimentos div.container .elements-item .box-info-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  width: 100%;
}
#depoimentos div.container .elements-item .box-info-footer .description-footer {
  text-align: start;
}
#depoimentos div.container .elements-item .user-img {
  background: transparent;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
#depoimentos div.container .elements-item .user-img img {
  width: 70px;
  height: 70px;
  margin-top: 16px;
  border-radius: 50%;
}

#form-envio div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
  border-radius: 32px;
  background: #0E3AAA;
  background-image: url("../../../assets/images/img6.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#form-envio div.container .element-item-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  min-height: 900px;
}
#form-envio div.container .element-item-1 img {
  width: 72px;
  height: 72px;
}
#form-envio div.container .element-item-1 h2 {
  margin-bottom: 24px;
  color: #FFFFFF;
}
#form-envio div.container .element-item-1 p {
  color: #FFFFFF;
}
#form-envio div.container .element-item-2 #sib-form {
  border-radius: 12px !important;
  background: #FFFFFF;
  max-width: 500px;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll h1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #256EFF;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll p {
  text-align: center;
  font-size: 14px;
  color: #495057;
  margin: 16px 0;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label {
  margin-bottom: 16px;
  position: relative;
  display: block;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input {
  width: 100%;
  padding: 0px 15px !important;
  border: 1px solid #bdbdbd;
  outline: none;
  height: 56px;
  border-radius: 12px !important;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::-moz-placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > span {
  position: absolute;
  color: #495057;
  top: -11px;
  left: 25px;
  transform: translateY(30px);
  font-size: 0.8rem;
  transition-duration: 300ms;
}
#form-envio div.container .element-item-2 #sib-form input:not(:-moz-placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group label:focus-within > span, #form-envio div.container .element-item-2 #sib-form input:not(:placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form #CARGO {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #QUANTIDADE_FUNCIONARIOS {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #SEGMENTO_EMPESA {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form .btnmce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  min-width: 340px;
  max-width: 500px;
  height: 50px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 12px !important;
  background-color: #ff4253;
}
#form-envio div.container .element-item-2 #sib-form .btnmce:hover {
  transition: background-color ease-in-out 0.3s;
  background-color: #ff5866;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration .declaration-block-icon {
  margin-right: 16px;
}
#form-envio div.container .element-item-2 #sib-form .clickable_link {
  font-size: 10px;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label input {
  margin: 3px 0;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent > div input {
  margin: 0;
}

#faq div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
#faq div.container .faq-box {
  max-width: 768px;
  width: 100%;
}
#faq div.container .faq-box hr {
  border: 1px solid rgba(0, 0, 0, 0.103);
  margin: 25px 0;
}
#faq div.container .faq-box .faq-item {
  cursor: pointer;
  width: 100%;
}
#faq div.container .faq-box .faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq div.container .faq-box .faq-item .faq-title img {
  width: 24px;
  height: 24px;
}
#faq div.container .faq-box .faq-item .faq-title p {
  width: 100%;
}
#faq div.container .faq-box .faq-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#faq div.container .faq-box .faq-item .res-faq {
  font-size: 16px;
  margin-top: 35px;
  font-weight: 400;
}
#faq div.container .faq-box .faq-item .circle {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#faq div.container .faq-box .faq-item .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #272828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
}

.line-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .py-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  #header div.container {
    background-image: url("../../../assets/images/img1-mobile.png");
    padding: 0;
  }
  #header div.container .header-box {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 855px;
  }
  #header div.container .header-box h1, #header div.container .header-box p {
    text-align: center;
    font-size: 27px;
  }
  #header div.container .header-box p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 300px;
    margin: 32px 0 40px 0;
  }
  #header div.container .header-box .circle::after {
    top: 3px;
    left: -6px;
    z-index: 1;
    width: 75px;
    height: 35px;
  }
  #header div.container .header-box .btn-action {
    max-width: 100%;
    width: 100%;
  }
  #header div.container .header-box .btn-action a {
    max-width: 100px;
  }
  #section-one div.container .section-one-box {
    flex-direction: column;
  }
  #section-two {
    background: #FAFAFA;
  }
  #section-two div.container {
    padding: 0;
  }
  #section-two div.container .section-two-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  #section-two div.container .section-two-box ul li {
    width: 172px;
    height: 136px;
    padding: 24px 8px;
    border: 1px solid rgba(39, 40, 40, 0.0941176471);
    border-radius: 6px;
  }
  #section-two div.container .section-two-box ul li p {
    font-size: 12px;
  }
  #section-two div.container .btn-action {
    max-width: 100%;
    padding: 14px 24px;
    width: 100%;
  }
  .line-mobile {
    display: block;
  }
  .line-desktop {
    display: none;
  }
  #section-three div.container {
    padding: 0;
  }
  #section-three div.container .section-three-box {
    margin-bottom: 40px;
  }
  #section-three div.container .section-three-box ul {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    width: 100%;
  }
  #section-three div.container .section-three-box ul .circle-img-line1::after, #section-three div.container .section-three-box ul .circle-img-line2::after {
    background: none;
    width: 0;
    height: 0;
  }
  #section-three div.container .section-three-box ul li {
    padding: 0 0 0 10px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #section-three div.container .section-three-box ul li .circle-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #section-three div.container .section-three-box-two {
    flex-direction: column;
    border: none;
  }
  #section-three div.container .section-three-box-two .element-item-1 {
    border-radius: 24px;
    overflow: hidden;
    min-height: 195px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
  }
  #section-three div.container .section-three-box-two .element-item-1 p {
    font-size: 14px;
  }
  #section-three div.container .section-three-box-two .element-item-1 img {
    top: -18px;
    left: -65px;
  }
  #section-three div.container .section-three-box-two .element-item-2 {
    padding: 0;
    padding-left: 18px;
    border-left: 2px solid #9DBEFF;
    margin-top: 40px;
  }
  #depoimentos .display-desktop {
    display: none;
  }
  #depoimentos .display-mobile {
    display: block;
  }
  #depoimentos .depoimentos-box {
    flex-direction: column;
  }
  #depoimentos .depoimentos-box .mySwiper {
    width: 360px !important;
  }
  #depoimentos .depoimentos-box .chevron-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  #depoimentos .depoimentos-box .chevron-mobile .swiper-button-next, #depoimentos .depoimentos-box .chevron-mobile .swiper-button-prev {
    background-color: #EAF1FF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  #depoimentos .depoimentos-box .btn-action {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
    display: block;
  }
  #form-envio div.container {
    flex-direction: column;
    padding: 48px 24px 0 24px;
    background-position: center -170px;
    background-size: unset;
  }
  #form-envio div.container .element-item-1 {
    min-height: 200px;
  }
  #form-envio div.container .element-item-1 h2, #form-envio div.container .element-item-1 p {
    text-align: center;
    width: 100%;
  }
  #form-envio div.container .element-item-1 img {
    display: none;
  }
  #form-envio div.container .element-item-2 #sib-form {
    border-radius: 24px !important;
    background: #F8F9FA;
  }
  .chevron-desktop {
    display: none !important;
  }
  .arraste {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-align: end;
    color: #495057;
    width: 100%;
    justify-content: end;
  }
  .arraste img {
    width: 16px !important;
  }
  .mySwiper {
    display: block !important;
  }
}
.mp-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 40px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 112px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 40px;
}

.mt-4 {
  margin-top: 72px;
}

.mt-5 {
  margin-top: 112px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 40px;
}

.ml-4 {
  margin-left: 72px;
}

.ml-5 {
  margin-left: 112px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 40px;
}

.mr-4 {
  margin-right: 72px;
}

.mr-5 {
  margin-right: 112px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 40px;
}

.mb-4 {
  margin-bottom: 72px;
}

.mb-5 {
  margin-bottom: 112px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-5 {
  margin-left: 112px;
  margin-right: 112px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-4 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-5 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 40px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 112px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 40px;
}

.pt-4 {
  padding-top: 72px;
}

.pt-5 {
  padding-top: 112px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 40px;
}

.pl-4 {
  padding-left: 72px;
}

.pl-5 {
  padding-left: 112px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 40px;
}

.pr-4 {
  padding-right: 72px;
}

.pr-5 {
  padding-right: 112px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 40px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pb-5 {
  padding-bottom: 112px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-5 {
  padding-left: 112px;
  padding-right: 112px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-5 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

:root {
  --swiper-navigation-size: 20px !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 8px 16px;
    margin: 0 8px;
  }
}

.arraste {
  display: none;
}

.title-desktop-none {
  display: none;
}

#header {
  margin-top: 120px;
  width: 100%;
}
#header div.container {
  background: rgb(122, 208, 253);
  min-height: 556px;
  border-radius: 32px;
  background-image: url("../../../assets/images/img1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container h1 {
  color: #0D2B2B !important;
  max-width: 600px;
  line-height: 120%;
  position: relative;
}
#header div.container .circle {
  position: relative;
}
#header div.container .circle::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
  width: 126px;
  height: 56px;
  background-image: url("../../../assets/images/circle-text.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container p {
  max-width: 600px;
  font-size: 1.125rem;
}
#header div.container .btn-action {
  max-width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header div.container .btn-action img {
  width: 24px;
  height: 24px;
}

#section-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-one h2 {
  text-align: center;
}
#section-one .section-one-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-one .section-one-box .img-back1 {
  background-image: url("../../../assets/images/img2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .img-back2 {
  background-image: url("../../../assets/images/img4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#section-one .section-one-box .img-back3 {
  background-image: url("../../../assets/images/img3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .element-item {
  border-radius: 24px;
  max-width: 380px;
  min-width: 360px;
  height: 241px;
  padding: 40px;
  display: flex;
  justify-content: start;
  align-items: end;
}
#section-one .section-one-box .element-item p {
  line-height: 100%;
  font-size: 1.375rem;
}
#section-one .section-one-box .element-item p strong {
  color: #F7F7F7;
}

#section-two div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-two div.container h2 {
  text-align: center;
}
#section-two div.container .section-two-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  width: 384px;
  height: 136px;
  padding: 32px;
  border: 1px solid rgba(39, 40, 40, 0.0941176471);
  border-radius: 16px;
}
#section-two div.container .section-two-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-two div.container .section-two-box ul li img {
  width: 24px;
  height: 24px;
}
#section-two div.container .btn-action {
  max-width: 250px;
  padding: 14px 24px;
}

#section-three div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-three div.container h2 {
  text-align: center;
  margin-bottom: 24px;
}
#section-three div.container p {
  max-width: 600px;
  text-align: center;
}
#section-three div.container .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-three div.container .section-three-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
#section-three div.container .section-three-box ul .circle-img-line1::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 334px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul .circle-img-line2::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 694px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 136px;
  padding: 20px;
}
#section-three div.container .section-three-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box ul li img {
  width: 24px;
  height: 24px;
}
#section-three div.container .section-three-box-two {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9DBEFF;
}
#section-three div.container .section-three-box-two .element-item-1 {
  border-radius: 24px 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(21, 55, 121);
  background: linear-gradient(100deg, rgb(21, 55, 121) 0%, rgb(25, 75, 173) 45%);
  position: relative;
  padding: 56px 104px 56px 180px;
}
#section-three div.container .section-three-box-two .element-item-1 p {
  color: #EDEDED;
  font-weight: 400;
  text-align: start;
}
#section-three div.container .section-three-box-two .element-item-1 img {
  position: absolute;
  top: -80px;
  left: -25px;
  width: 294px;
  height: 294px;
}
#section-three div.container .section-three-box-two .element-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 56px 64px;
}
#section-three div.container .section-three-box-two .element-item-2 p {
  text-align: start;
}

.swiper-button-next, .swiper-button-prev {
  position: relative !important;
}

#depoimentos .depoimentos-box .mySwiper {
  width: 100% !important;
}
#depoimentos .chevron-desktop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 60px;
  width: 100%;
}
#depoimentos .chevron-desktop .swiper-button-next, #depoimentos .chevron-desktop .swiper-button-prev {
  background-color: #EAF1FF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#depoimentos .chevron-mobile {
  display: none;
}
#depoimentos div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
#depoimentos div.container h2 {
  text-align: center;
}
#depoimentos div.container .img-depoimentos {
  position: relative;
}
#depoimentos div.container .img-depoimentos img {
  border-radius: 24px;
  transform: rotate(1.7deg);
  position: relative;
}
#depoimentos div.container .img-depoimentos::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 94%;
  border: 2px solid #256EFF;
  transform: rotate(-4deg);
  border-radius: 24px;
  z-index: -1;
}
#depoimentos div.container .depoimentos-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#depoimentos div.container .depoimentos-box .btn-action {
  max-width: 100px;
  display: block;
}
#depoimentos div.container .depoimentos-box .mySwiper {
  max-width: 600px;
}
#depoimentos div.container .elements-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-width: 340px;
  width: 100%;
  max-width: 600px;
  min-height: 512px;
  background-color: #FFFFFF;
  padding: 38px 16px;
  border-radius: 4px;
}
#depoimentos div.container .elements-item .description {
  text-align: start;
}
#depoimentos div.container .elements-item .box-info-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  width: 100%;
}
#depoimentos div.container .elements-item .box-info-footer .description-footer {
  text-align: start;
}
#depoimentos div.container .elements-item .user-img {
  background: transparent;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
#depoimentos div.container .elements-item .user-img img {
  width: 70px;
  height: 70px;
  margin-top: 16px;
  border-radius: 50%;
}

#form-envio div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
  border-radius: 32px;
  background: #0E3AAA;
  background-image: url("../../../assets/images/img6.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#form-envio div.container .element-item-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  min-height: 900px;
}
#form-envio div.container .element-item-1 img {
  width: 72px;
  height: 72px;
}
#form-envio div.container .element-item-1 h2 {
  margin-bottom: 24px;
  color: #FFFFFF;
}
#form-envio div.container .element-item-1 p {
  color: #FFFFFF;
}
#form-envio div.container .element-item-2 #sib-form {
  border-radius: 12px !important;
  background: #FFFFFF;
  max-width: 500px;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll h1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #256EFF;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll p {
  text-align: center;
  font-size: 14px;
  color: #495057;
  margin: 16px 0;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label {
  margin-bottom: 16px;
  position: relative;
  display: block;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input {
  width: 100%;
  padding: 0px 15px !important;
  border: 1px solid #bdbdbd;
  outline: none;
  height: 56px;
  border-radius: 12px !important;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::-moz-placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > span {
  position: absolute;
  color: #495057;
  top: -11px;
  left: 25px;
  transform: translateY(30px);
  font-size: 0.8rem;
  transition-duration: 300ms;
}
#form-envio div.container .element-item-2 #sib-form input:not(:-moz-placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group label:focus-within > span, #form-envio div.container .element-item-2 #sib-form input:not(:placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form #CARGO {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #QUANTIDADE_FUNCIONARIOS {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #SEGMENTO_EMPESA {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form .btnmce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  min-width: 340px;
  max-width: 500px;
  height: 50px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 12px !important;
  background-color: #ff4253;
}
#form-envio div.container .element-item-2 #sib-form .btnmce:hover {
  transition: background-color ease-in-out 0.3s;
  background-color: #ff5866;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration .declaration-block-icon {
  margin-right: 16px;
}
#form-envio div.container .element-item-2 #sib-form .clickable_link {
  font-size: 10px;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label input {
  margin: 3px 0;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent > div input {
  margin: 0;
}

#faq div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
#faq div.container .faq-box {
  max-width: 768px;
  width: 100%;
}
#faq div.container .faq-box hr {
  border: 1px solid rgba(0, 0, 0, 0.103);
  margin: 25px 0;
}
#faq div.container .faq-box .faq-item {
  cursor: pointer;
  width: 100%;
}
#faq div.container .faq-box .faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq div.container .faq-box .faq-item .faq-title img {
  width: 24px;
  height: 24px;
}
#faq div.container .faq-box .faq-item .faq-title p {
  width: 100%;
}
#faq div.container .faq-box .faq-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#faq div.container .faq-box .faq-item .res-faq {
  font-size: 16px;
  margin-top: 35px;
  font-weight: 400;
}
#faq div.container .faq-box .faq-item .circle {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#faq div.container .faq-box .faq-item .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #272828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
}

.line-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .py-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  #header div.container {
    background-image: url("../../../assets/images/img1-mobile.png");
    padding: 0;
  }
  #header div.container .header-box {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 855px;
  }
  #header div.container .header-box h1, #header div.container .header-box p {
    text-align: center;
    font-size: 27px;
  }
  #header div.container .header-box p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 300px;
    margin: 32px 0 40px 0;
  }
  #header div.container .header-box .circle::after {
    top: 3px;
    left: -6px;
    z-index: 1;
    width: 75px;
    height: 35px;
  }
  #header div.container .header-box .btn-action {
    max-width: 100%;
    width: 100%;
  }
  #header div.container .header-box .btn-action a {
    max-width: 100px;
  }
  #section-one div.container .section-one-box {
    flex-direction: column;
  }
  #section-two {
    background: #FAFAFA;
  }
  #section-two div.container {
    padding: 0;
  }
  #section-two div.container .section-two-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  #section-two div.container .section-two-box ul li {
    width: 172px;
    height: 136px;
    padding: 24px 8px;
    border: 1px solid rgba(39, 40, 40, 0.0941176471);
    border-radius: 6px;
  }
  #section-two div.container .section-two-box ul li p {
    font-size: 12px;
  }
  #section-two div.container .btn-action {
    max-width: 100%;
    padding: 14px 24px;
    width: 100%;
  }
  .line-mobile {
    display: block;
  }
  .line-desktop {
    display: none;
  }
  #section-three div.container {
    padding: 0;
  }
  #section-three div.container .section-three-box {
    margin-bottom: 40px;
  }
  #section-three div.container .section-three-box ul {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    width: 100%;
  }
  #section-three div.container .section-three-box ul .circle-img-line1::after, #section-three div.container .section-three-box ul .circle-img-line2::after {
    background: none;
    width: 0;
    height: 0;
  }
  #section-three div.container .section-three-box ul li {
    padding: 0 0 0 10px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #section-three div.container .section-three-box ul li .circle-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #section-three div.container .section-three-box-two {
    flex-direction: column;
    border: none;
  }
  #section-three div.container .section-three-box-two .element-item-1 {
    border-radius: 24px;
    overflow: hidden;
    min-height: 195px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
  }
  #section-three div.container .section-three-box-two .element-item-1 p {
    font-size: 14px;
  }
  #section-three div.container .section-three-box-two .element-item-1 img {
    top: -18px;
    left: -65px;
  }
  #section-three div.container .section-three-box-two .element-item-2 {
    padding: 0;
    padding-left: 18px;
    border-left: 2px solid #9DBEFF;
    margin-top: 40px;
  }
  #depoimentos .display-desktop {
    display: none;
  }
  #depoimentos .display-mobile {
    display: block;
  }
  #depoimentos .depoimentos-box {
    flex-direction: column;
  }
  #depoimentos .depoimentos-box .mySwiper {
    width: 360px !important;
  }
  #depoimentos .depoimentos-box .chevron-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  #depoimentos .depoimentos-box .chevron-mobile .swiper-button-next, #depoimentos .depoimentos-box .chevron-mobile .swiper-button-prev {
    background-color: #EAF1FF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  #depoimentos .depoimentos-box .btn-action {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
    display: block;
  }
  #form-envio div.container {
    flex-direction: column;
    padding: 48px 24px 0 24px;
    background-position: center -170px;
    background-size: unset;
  }
  #form-envio div.container .element-item-1 {
    min-height: 200px;
  }
  #form-envio div.container .element-item-1 h2, #form-envio div.container .element-item-1 p {
    text-align: center;
    width: 100%;
  }
  #form-envio div.container .element-item-1 img {
    display: none;
  }
  #form-envio div.container .element-item-2 #sib-form {
    border-radius: 24px !important;
    background: #F8F9FA;
  }
  .chevron-desktop {
    display: none !important;
  }
  .arraste {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-align: end;
    color: #495057;
    width: 100%;
    justify-content: end;
  }
  .arraste img {
    width: 16px !important;
  }
  .mySwiper {
    display: block !important;
  }
}
h1 {
  color: #161617;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 100%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: bold;
  }
}

h2 {
  color: #272828;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 120%;
    font-weight: 500;
  }
}

h3 {
  color: #F7F7F7;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 120%;
  }
}

h4 {
  color: #272828;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 130%;
  }
}

p {
  color: #272828;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
}

a {
  text-decoration: none;
  color: #272828;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
}

strong {
  color: #161617;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
}

.bold {
  font-weight: bold;
}

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

.giftpass-txt {
  background: linear-gradient(80deg, #F7F7F7 -49.49%, #ADC9FF 133.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 56px !important;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .giftpass-txt {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-size: 40px !important;
  }
}

:root {
  --swiper-navigation-size: 20px !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 8px 16px;
    margin: 0 8px;
  }
}

.arraste {
  display: none;
}

.title-desktop-none {
  display: none;
}

#header {
  margin-top: 120px;
  width: 100%;
}
#header div.container {
  background: rgb(122, 208, 253);
  min-height: 556px;
  border-radius: 32px;
  background-image: url("../../../assets/images/img1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container h1 {
  color: #0D2B2B !important;
  max-width: 600px;
  line-height: 120%;
  position: relative;
}
#header div.container .circle {
  position: relative;
}
#header div.container .circle::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
  width: 126px;
  height: 56px;
  background-image: url("../../../assets/images/circle-text.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header div.container p {
  max-width: 600px;
  font-size: 1.125rem;
}
#header div.container .btn-action {
  max-width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header div.container .btn-action img {
  width: 24px;
  height: 24px;
}

#section-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-one h2 {
  text-align: center;
}
#section-one .section-one-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-one .section-one-box .img-back1 {
  background-image: url("../../../assets/images/img2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .img-back2 {
  background-image: url("../../../assets/images/img4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#section-one .section-one-box .img-back3 {
  background-image: url("../../../assets/images/img3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-one .section-one-box .element-item {
  border-radius: 24px;
  max-width: 380px;
  min-width: 360px;
  height: 241px;
  padding: 40px;
  display: flex;
  justify-content: start;
  align-items: end;
}
#section-one .section-one-box .element-item p {
  line-height: 100%;
  font-size: 1.375rem;
}
#section-one .section-one-box .element-item p strong {
  color: #F7F7F7;
}

#section-two div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-two div.container h2 {
  text-align: center;
}
#section-two div.container .section-two-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-two div.container .section-two-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  width: 384px;
  height: 136px;
  padding: 32px;
  border: 1px solid rgba(39, 40, 40, 0.0941176471);
  border-radius: 16px;
}
#section-two div.container .section-two-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-two div.container .section-two-box ul li img {
  width: 24px;
  height: 24px;
}
#section-two div.container .btn-action {
  max-width: 250px;
  padding: 14px 24px;
}

#section-three div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section-three div.container h2 {
  text-align: center;
  margin-bottom: 24px;
}
#section-three div.container p {
  max-width: 600px;
  text-align: center;
}
#section-three div.container .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#section-three div.container .section-three-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
#section-three div.container .section-three-box ul .circle-img-line1::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 334px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul .circle-img-line2::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 694px;
  transform: translate(-50%, -50%);
  background-image: url("../../../assets/images/Icon/Line-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 2px;
}
#section-three div.container .section-three-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 136px;
  padding: 20px;
}
#section-three div.container .section-three-box ul li .circle-img {
  background-color: #EAF1FF;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
#section-three div.container .section-three-box ul li img {
  width: 24px;
  height: 24px;
}
#section-three div.container .section-three-box-two {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9DBEFF;
}
#section-three div.container .section-three-box-two .element-item-1 {
  border-radius: 24px 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(21, 55, 121);
  background: linear-gradient(100deg, rgb(21, 55, 121) 0%, rgb(25, 75, 173) 45%);
  position: relative;
  padding: 56px 104px 56px 180px;
}
#section-three div.container .section-three-box-two .element-item-1 p {
  color: #EDEDED;
  font-weight: 400;
  text-align: start;
}
#section-three div.container .section-three-box-two .element-item-1 img {
  position: absolute;
  top: -80px;
  left: -25px;
  width: 294px;
  height: 294px;
}
#section-three div.container .section-three-box-two .element-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 56px 64px;
}
#section-three div.container .section-three-box-two .element-item-2 p {
  text-align: start;
}

.swiper-button-next, .swiper-button-prev {
  position: relative !important;
}

#depoimentos .depoimentos-box .mySwiper {
  width: 100% !important;
}
#depoimentos .chevron-desktop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 60px;
  width: 100%;
}
#depoimentos .chevron-desktop .swiper-button-next, #depoimentos .chevron-desktop .swiper-button-prev {
  background-color: #EAF1FF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#depoimentos .chevron-mobile {
  display: none;
}
#depoimentos div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
#depoimentos div.container h2 {
  text-align: center;
}
#depoimentos div.container .img-depoimentos {
  position: relative;
}
#depoimentos div.container .img-depoimentos img {
  border-radius: 24px;
  transform: rotate(1.7deg);
  position: relative;
}
#depoimentos div.container .img-depoimentos::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 94%;
  border: 2px solid #256EFF;
  transform: rotate(-4deg);
  border-radius: 24px;
  z-index: -1;
}
#depoimentos div.container .depoimentos-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#depoimentos div.container .depoimentos-box .btn-action {
  max-width: 100px;
  display: block;
}
#depoimentos div.container .depoimentos-box .mySwiper {
  max-width: 600px;
}
#depoimentos div.container .elements-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-width: 340px;
  width: 100%;
  max-width: 600px;
  min-height: 512px;
  background-color: #FFFFFF;
  padding: 38px 16px;
  border-radius: 4px;
}
#depoimentos div.container .elements-item .description {
  text-align: start;
}
#depoimentos div.container .elements-item .box-info-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  width: 100%;
}
#depoimentos div.container .elements-item .box-info-footer .description-footer {
  text-align: start;
}
#depoimentos div.container .elements-item .user-img {
  background: transparent;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
#depoimentos div.container .elements-item .user-img img {
  width: 70px;
  height: 70px;
  margin-top: 16px;
  border-radius: 50%;
}

#form-envio div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
  border-radius: 32px;
  background: #0E3AAA;
  background-image: url("../../../assets/images/img6.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#form-envio div.container .element-item-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  min-height: 900px;
}
#form-envio div.container .element-item-1 img {
  width: 72px;
  height: 72px;
}
#form-envio div.container .element-item-1 h2 {
  margin-bottom: 24px;
  color: #FFFFFF;
}
#form-envio div.container .element-item-1 p {
  color: #FFFFFF;
}
#form-envio div.container .element-item-2 #sib-form {
  border-radius: 12px !important;
  background: #FFFFFF;
  max-width: 500px;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll h1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #256EFF;
}
#form-envio div.container .element-item-2 #sib-form #mc_embed_signup_scroll p {
  text-align: center;
  font-size: 14px;
  color: #495057;
  margin: 16px 0;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label {
  margin-bottom: 16px;
  position: relative;
  display: block;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input {
  width: 100%;
  padding: 0px 15px !important;
  border: 1px solid #bdbdbd;
  outline: none;
  height: 56px;
  border-radius: 12px !important;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::-moz-placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > input::placeholder {
  opacity: 1;
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group > label > span {
  position: absolute;
  color: #495057;
  top: -11px;
  left: 25px;
  transform: translateY(30px);
  font-size: 0.8rem;
  transition-duration: 300ms;
}
#form-envio div.container .element-item-2 #sib-form input:not(:-moz-placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form .mc-field-group label:focus-within > span, #form-envio div.container .element-item-2 #sib-form input:not(:placeholder-shown) + span {
  color: #495057;
  transform: translateY(12px);
}
#form-envio div.container .element-item-2 #sib-form #CARGO {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #QUANTIDADE_FUNCIONARIOS {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form #SEGMENTO_EMPESA {
  height: 56px;
  padding-left: 20px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px !important;
  display: block;
  width: 100%;
}
#form-envio div.container .element-item-2 #sib-form .btnmce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  min-width: 340px;
  max-width: 500px;
  height: 50px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 12px !important;
  background-color: #ff4253;
}
#form-envio div.container .element-item-2 #sib-form .btnmce:hover {
  transition: background-color ease-in-out 0.3s;
  background-color: #ff5866;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .sib-form__declaration .declaration-block-icon {
  margin-right: 16px;
}
#form-envio div.container .element-item-2 #sib-form .clickable_link {
  font-size: 10px;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#form-envio div.container .element-item-2 #sib-form .entry__choice > label input {
  margin: 3px 0;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-envio div.container .element-item-2 #sib-form .optionalParent > div input {
  margin: 0;
}

#faq div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
#faq div.container .faq-box {
  max-width: 768px;
  width: 100%;
}
#faq div.container .faq-box hr {
  border: 1px solid rgba(0, 0, 0, 0.103);
  margin: 25px 0;
}
#faq div.container .faq-box .faq-item {
  cursor: pointer;
  width: 100%;
}
#faq div.container .faq-box .faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq div.container .faq-box .faq-item .faq-title img {
  width: 24px;
  height: 24px;
}
#faq div.container .faq-box .faq-item .faq-title p {
  width: 100%;
}
#faq div.container .faq-box .faq-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#faq div.container .faq-box .faq-item .res-faq {
  font-size: 16px;
  margin-top: 35px;
  font-weight: 400;
}
#faq div.container .faq-box .faq-item .circle {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#faq div.container .faq-box .faq-item .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #272828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
}

.line-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .py-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  #header div.container {
    background-image: url("../../../assets/images/img1-mobile.png");
    padding: 0;
  }
  #header div.container .header-box {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 855px;
  }
  #header div.container .header-box h1, #header div.container .header-box p {
    text-align: center;
    font-size: 27px;
  }
  #header div.container .header-box p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 300px;
    margin: 32px 0 40px 0;
  }
  #header div.container .header-box .circle::after {
    top: 3px;
    left: -6px;
    z-index: 1;
    width: 75px;
    height: 35px;
  }
  #header div.container .header-box .btn-action {
    max-width: 100%;
    width: 100%;
  }
  #header div.container .header-box .btn-action a {
    max-width: 100px;
  }
  #section-one div.container .section-one-box {
    flex-direction: column;
  }
  #section-two {
    background: #FAFAFA;
  }
  #section-two div.container {
    padding: 0;
  }
  #section-two div.container .section-two-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  #section-two div.container .section-two-box ul li {
    width: 172px;
    height: 136px;
    padding: 24px 8px;
    border: 1px solid rgba(39, 40, 40, 0.0941176471);
    border-radius: 6px;
  }
  #section-two div.container .section-two-box ul li p {
    font-size: 12px;
  }
  #section-two div.container .btn-action {
    max-width: 100%;
    padding: 14px 24px;
    width: 100%;
  }
  .line-mobile {
    display: block;
  }
  .line-desktop {
    display: none;
  }
  #section-three div.container {
    padding: 0;
  }
  #section-three div.container .section-three-box {
    margin-bottom: 40px;
  }
  #section-three div.container .section-three-box ul {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    width: 100%;
  }
  #section-three div.container .section-three-box ul .circle-img-line1::after, #section-three div.container .section-three-box ul .circle-img-line2::after {
    background: none;
    width: 0;
    height: 0;
  }
  #section-three div.container .section-three-box ul li {
    padding: 0 0 0 10px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #section-three div.container .section-three-box ul li .circle-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #section-three div.container .section-three-box-two {
    flex-direction: column;
    border: none;
  }
  #section-three div.container .section-three-box-two .element-item-1 {
    border-radius: 24px;
    overflow: hidden;
    min-height: 195px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
  }
  #section-three div.container .section-three-box-two .element-item-1 p {
    font-size: 14px;
  }
  #section-three div.container .section-three-box-two .element-item-1 img {
    top: -18px;
    left: -65px;
  }
  #section-three div.container .section-three-box-two .element-item-2 {
    padding: 0;
    padding-left: 18px;
    border-left: 2px solid #9DBEFF;
    margin-top: 40px;
  }
  #depoimentos .display-desktop {
    display: none;
  }
  #depoimentos .display-mobile {
    display: block;
  }
  #depoimentos .depoimentos-box {
    flex-direction: column;
  }
  #depoimentos .depoimentos-box .mySwiper {
    width: 360px !important;
  }
  #depoimentos .depoimentos-box .chevron-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  #depoimentos .depoimentos-box .chevron-mobile .swiper-button-next, #depoimentos .depoimentos-box .chevron-mobile .swiper-button-prev {
    background-color: #EAF1FF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  #depoimentos .depoimentos-box .btn-action {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
    display: block;
  }
  #form-envio div.container {
    flex-direction: column;
    padding: 48px 24px 0 24px;
    background-position: center -170px;
    background-size: unset;
  }
  #form-envio div.container .element-item-1 {
    min-height: 200px;
  }
  #form-envio div.container .element-item-1 h2, #form-envio div.container .element-item-1 p {
    text-align: center;
    width: 100%;
  }
  #form-envio div.container .element-item-1 img {
    display: none;
  }
  #form-envio div.container .element-item-2 #sib-form {
    border-radius: 24px !important;
    background: #F8F9FA;
  }
  .chevron-desktop {
    display: none !important;
  }
  .arraste {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-align: end;
    color: #495057;
    width: 100%;
    justify-content: end;
  }
  .arraste img {
    width: 16px !important;
  }
  .mySwiper {
    display: block !important;
  }
}
footer {
  background-color: #161617;
  border-bottom: 3px solid #ff4253;
}
footer div.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
footer div.container p {
  color: #FCFCFC;
  font-size: 14px;
}
footer div.container .app-icon {
  margin-top: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
}
footer div.container .contato {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center gap 16px;
}
footer div.container .contato ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
footer div.container .contato svg {
  transition: color 0.3s ease;
}
footer div.container .contato svg:hover {
  fill: #ff4253;
}
footer div.container a {
  text-decoration: none;
  color: #FCFCFC;
  font-size: 14px;
}
footer div.container .police {
  cursor: pointer;
  transition: color 0.3s ease;
}
footer div.container .police:hover {
  color: #ff4253;
}

@media screen and (max-width: 960px) {
  footer div.container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  position: relative;
}

svg, img {
  display: block;
  width: 100%;
}

ul {
  list-style-type: none;
}

.border {
  border: 1px solid red;
}

.btn-disabled input {
  pointer-events: none !important;
  background-color: #b4b4b4 !important;
}

.relative {
  position: relative !important;
}

.error-message {
  position: absolute;
  z-index: 1;
  top: -44px;
  width: 100%;
  background: #ff4253;
  border-radius: 8px;
}
.error-message p {
  color: white !important;
  margin: 0;
  padding: 0;
}
.error-message::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 38px;
  left: 11px;
  width: 20px;
  height: 20px;
  background: #ff4253;
  rotate: 45deg;
}

.btn-action {
  border-radius: 12px !important;
  padding: 16px 24px;
  transition: ease-in 0.2s;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  min-width: 177px;
  background-color: #256EFF;
}
.btn-action p {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center !important;
  width: 100%;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.btn-action:hover {
  background-color: #7BA7FF;
  color: #E9ECEF;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=styles.css.map */