/* Thin - Weight 100 */
@font-face {
  font-family: 'TT Prosto Sans';
  src: url('/fonts/TT-Prosto-Sans-Trial-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Light - Weight 300 */
@font-face {
  font-family: 'TT Prosto Sans';
  src: url('/fonts/TT-Prosto-Sans-Trial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular - Weight 400 */
@font-face {
  font-family: 'TT Prosto Sans';
  src: url('/fonts/TT-Prosto-Sans-Trial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium - Weight 500 */
@font-face {
  font-family: 'TT Prosto Sans';
  src: url('/fonts/TT-Prosto-Sans-Trial-Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold - Weight 700 */
@font-face {
  font-family: 'TT Prosto Sans';
  src: url('/fonts/TT-Prosto-Sans-Trial-Black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #1B0332;
  --salmon: #F65757;
  --white: #fff;
  --black: #000;
  --boxshadow-salmon: 0 0 20px 5px var(--salmon);
}

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: "TT Prosto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

p {
  font-family: "TT Prosto Sans";
}

a:hover {
  color: #000000;
}

/* Nav */
.nav {
  padding: 35px 0 45px;
}

.nav p {
  margin: 0;
  font-size: 20px;
  padding: 10px 30px;
  border-left: 1px solid var(--black);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav p:hover {
  color: var(--salmon);
}

.nav p:first-of-type {
  border: none;
}

/* header */
.header {
  padding: 0 0 240px;
}

.header.active {
  padding-bottom: 120px;
}

.header .container {
  border-radius: 30px;
  background-color: var(--purple);
}

.message-box {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  min-height: 570px;
  padding: 40px 20px;
  justify-content: center;
}

.message-box .row {
  height: 490px;
}

.message-box h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.message-box p {
  font-size: 20px;
  text-align: center;
  text-wrap: balance;
}

.message-box img {
  margin: 25px 0 40px;
}

/* form */
#contactform {
  margin: 0 0 0 auto;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 55px 40px 40px 40px;
  position: relative;
  z-index: 99;
  min-height: 540px;
}

#contactform h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  color: var(--white);
}

#contactform h6 {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  color: var(--salmon);
  margin: 5px 0 20px 0;
}

.form-step img {
  margin-bottom: 20px;
}

fieldset h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
  text-wrap: balance;
  margin-bottom: 30px;
}

fieldset h3 {
  font-size: 30px;
}

fieldset h5 {
  font-size: 18px;
  text-wrap: balance;
}

fieldset {
  display: none;
  color: var(--white);
}

fieldset.active {
  display: block;
}

.input-text-group .form-button:hover,
.form-button:hover {
  box-shadow: var(--boxshadow-salmon) !important;
  background-color: var(--salmon) !important;
}

.input-text-group .form-button {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  height: 60px;
}

fieldset .input-text-group input {
  background-color: var(--white);
  border-radius: 50px;
  width: 550px;
  height: 60px;
  padding-left: 30px;
  padding-right: 200px;
  outline: transparent !important;
  border: 0;
  font-size: 18px;
}

.form-input label:not(.error) {
  text-align: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 40px;
  font-size: 20px;
  font-weight: 400;
  color: var(--purple);
  line-height: 1;
  width: 100%;
  max-width: 220px;
  height: 200px;
  transition: all 0.3s ease;
  justify-content: space-evenly;
}

.row.form-input {
    max-width: 900px;
    margin-inline: auto;
  column-gap: 50px;
  row-gap: 20px;
}

.progressSelection {
  margin-top: 60px;
  justify-content: center;
}

.form-button.next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-input label:hover:not(.error) {
  box-shadow: var(--boxshadow-salmon);
  transform: scale(1.03);
}

.progressSelection .form-button:hover {
  background-color: var(--salmon);
  box-shadow: var(--boxshadow-salmon);
}

.form-input label img {
  max-height: 60px;
}

.form-input input[type="radio"] {
  display: none !important;
}

.form-input input {
  width: 100%;
  max-width: 666px;
  height: 45px;
  border-radius: 50px;
  border: 2px solid var(--salmon);
  font-size: 16px;
  color: var(--salmon) !important;
  font-weight: 400 !important;
  padding: 0 15px;
  -webkit-appearance: none;
  text-align: left !important;
  line-height: 1;
  margin: 0 auto;
}

.form-input input:focus-visible {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-check {
  text-align: center;
  padding: 0;
  margin-top: 5px;
}

.form-check label {
  margin: 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
}

.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--salmon);
  border-radius: 3px;
  padding-right: 5px;
  color: var(--salmon);
}

.form-check input[type=checkbox]:checked+.checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 14px;
}

#politica-link {
  color: var(--white);
  text-decoration: none;
}

#politica-link:hover {
  color: var(--salmon);
  text-decoration: underline;
}

label.error,
#terms-error {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: var(--salmon);
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.form-button {
  width: 230px;
  max-width: 100%;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border: none;
  color: var(--white);
  background: var(--salmon);
  transition: all 0.4s ease;
  margin-top: 10px;
}

.form-button:hover {
  transform: scale(1.05);
  background: var(--purple);
  color: var(--white);
}

#first_bottom_img {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}

/* Advantages */
.vantagens {
  padding: 60px 0 135px;
  background: url('/img/advantages_bg.png'), var(--purple);
  background-size: 400px, contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  color: var(--white);
}

.advantage-header h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

.advantage-header p {
  font-size: 20px;
  text-wrap: balance;
  margin-bottom: 70px;
}

.vantagens ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.vantagens li {
  padding-left: 10px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 300;
  list-style-image: url('/img/icons/arrow_up_white.svg');
}

.vantagens li.active {
  list-style-image: url('/img/icons/arrow_up.svg');
  font-weight: 500;
  color: var(--salmon);
}

.adv-container {
  display: none;
}

.adv-container.active {
  display: block;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  color: var(--purple);
  background-color: var(--white);
  min-height: 315px;
}

.adv-container video {
  position: absolute;
}

.adv-container h5 {
  color: var(--salmon);
  font-size: 25px;
  font-weight: 700;
  align-content: center;
  display: flex;
  align-items: center;
}

.adv-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.adv-container img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.adv-container video {
  max-width: 365px;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 20px;
}

/* Solucoes */
.solucoes {
  padding: 70px 0 65px;
  background: url('/img/solucoes_bg.png');
  background-size: 420px;
  background-position: top left;
  background-repeat: no-repeat;
}

.solucoes h1,
.solucoes h6 {
  
  text-align: right;
}

.solucoes h1 {
  font-size: 35px;
  color: var(--purple);
  font-weight: 500;
  margin-bottom: 30px;
}

.solucoes h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 50px auto;
  max-width: 550px;
}

.solucoes .card {
  max-width: 330px;
  padding: 28px;
  border-radius: 40px;
  min-height: 320px;
  background-color: var(--purple);
  color: var(--white);
  margin: auto;
  transition: all 0.3s ease;
}

.solucoes .card:hover {
  box-shadow: var(--boxshadow-salmon);
}

.solucoes .card h2 {
  color: var(--salmon);
  font-size: 20px;
  font-weight: 700;
  text-wrap: balance;
  margin-bottom: 20px;
}

.solucoes .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
}

.solucoes img {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}

/* Sobre nos */
.sobre {
  padding: 0 0 70px;
}

.sobre h1 {
  font-size: 35px;
  font-weight: 500;
  color: var(--purple);
  margin-bottom: 50px;
}

/* articles */
.article {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: var(--white);
  transition: all 0.4s ease;
}

.article:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px 5px rgba(221, 10, 38, 0.3);
}

.article-txt {
  padding: 30px 40px;
  background-color: #F5F8FF;
}

.article-txt h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--purple);
  margin: 0 0 10px 0;
}

.article-txt p {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  color: var(--black);
  margin: 0 0 30px 0;
}

.article-txt button {
  min-width: 200px;
  height: 45px;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  color: var(--white);
  background: var(--salmon);
  transition: all 0.4s ease;
}

.article-txt button:hover {
  transform: scale(1.05);
  background: var(--purple);
}

.article-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.article-big {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-medium {
  width: 100%;
  display: flex;
}

.article-medium .article-txt {
  padding: 30px;
}

.article-small {
  width: 48%;
}

.article-small .article-txt {
  padding: 20px;
  text-align: center;
}

.article-small .article-txt h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.article-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.article1 {
  width: 100%;
  height: 100%;
  background: url('/img/article1.jpg');
}

.article2 {
  width: 60%;
  aspect-ratio: 1;
  background: url('/img/article2.jpg');
}

.article3,
.article4 {
  width: 100%;
  aspect-ratio: 2/1;
  background: url('/img/article3.jpg');
}

.article4 {
  background: url('/img/article4.jpg');
}

/* Industrias */
.industrias .container {
  background-color: var(--purple);
  border-radius: 30px;
  padding: 65px;
  color: var(--white);
  position: relative;
  min-height: 425px;
}

.industrias h1 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 35px;
}

.industrias h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.indu-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.indu-card img {
  border-radius: 30px;
}

.indu-card h5 {
  min-height: 80px;
  text-align: center;
  max-width: 180px;
  align-content: center;
  overflow-wrap: break-word;
  margin: -30px auto 0;
  font-size: 16px;
  border-radius: 30px;
  background-color: #F5F8FF;
  color: var(--purple);
  padding: 20px 30px;
}

.arrow-selection {
  position: absolute;
  bottom: 40px;
  left: 100%;
  gap: 20px;
  width: auto;
  display: flex;
  cursor: pointer;
  transform: translate(-100%, -50%);
}

.indu-slider {
  position: absolute;
  width: 100%;
  padding: 0;
}

.arrow-selection .prev {
  transform: rotate(180deg);
}

/* Produto */
.produto {
  padding: 220px 0 70px;
}

.produto h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 50px;
}

.icon {
  position: absolute;
  cursor: pointer;
}

.top-left {
  top: 15%;
  left: 30%;
}

.top-right {
  top: 10%;
  right: 30%;
}

.middle-right {
  top: 55%;
  right: 25%;
  transform: translateY(-50%);
}

.bottom-left {
  bottom: 17%;
  left: 4%;
}

.bottom-center {
  bottom: 22%;
  left: 37%;
  transform: translateX(-50%);
}

.bottom-right {
  bottom: 13%;
  right: 20%;
}

.product-card {
  display: none;
  padding: 35px;
  background-color: var(--purple);
  color: var(--white);
  border-radius: 30px;
}

.product-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--salmon);
  margin-bottom: 25px;
  align-items: center;
  display: flex;
}

.product-card h5 img {
  margin-right: 15px;
}

.product-card p {
  font-size: 16px;
  font-weight: 400;
}

.product-card img {
  border-radius: 30px;
}

.product-card.active {
  display: flex;
  margin: auto;
  max-width: 480px;
}

/* Excelencia */
.excelencia .container {
  background: url('/img/excelencia_bg.png'), #F5F8FF;
  padding: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  color: var(--purple);
  border-radius: 30px;
}

.excelencia h1 {
  font-size: 35px;
  font-weight: 500;
}

.excelencia-card {
  background-color: var(--purple);
  color: var(--white);
  padding: 32px 28px;
  border-radius: 20px;
  transition: all 0.3s ease;
  min-height: 150px;
}

.excelencia-card p {
  margin: 0;
  text-align: center;
}

.excelencia-card h1 {
  text-align: center;
  color: var(--salmon);
}

.excelencia-card:hover {
  box-shadow: var(--boxshadow-salmon);
}

/* FAQ */
.faq {
  padding: 60px 0 100px;
}

.faq h1 {
    color: var(--purple);
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.accordion-item {
  background: transparent !important;
  border: none !important;
  margin: 15px auto;
}

.accordion-button {
  background: var(--purple);
  border-radius: 50px !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  padding: 0 25px;
  height: 60px;
  justify-content: space-between;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  color: var(--white);
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--purple);
}

.accordion-button::after {
  background: url('/img/icons/plus-icon.svg');
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.accordion-button:not(.collapsed)::after {
  background: url('/img/icons/minus.svg');
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.accordion-body {
  padding: 20px 30px;
  color: var(--purple);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 300;
  text-align: left;
  max-width: 95%;
}

/* Footer */
.footer .container {
  background: url('/img/footer_bg.png'), var(--purple);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  min-height: 320px;
  border-radius: 30px;
  margin-bottom: 40px;
}

.footer-img {
  position: absolute;
  bottom: 0%;
  transform: translate(-10%, 25%);
}

.footer h1 {
  color: var(--white);
  font-size: 30px;
  text-align: right;
  margin-bottom: 40px;
}

.footer .form-button {
  margin-left: auto;
  display: block;
  width: 190px;
}

.footer .form-button:hover {
  background-color: var(--salmon);
  box-shadow: var(--boxshadow-salmon);
}

/* Media Queries */
@media only screen and (max-width: 1440px) {
  fieldset .input-text-group input {
    width: 100%;
  }

  .excelencia-card {
    min-height: 140px;
    padding: 22px 18px;
  }

  .excelencia-card h1 {
    font-size: 30px;
  }

  .accordion-button {
    font-size: 20px;
  }

  .article-box {
    gap: 10px;
  }

  .article-txt button {
    width: auto;
    min-width: unset;
  }
}

@media (max-width: 1200px) {
  .excelencia-card {
    width: fit-content;
    min-height: unset;
    padding: 10px 15px;
    margin: 10px auto;
  }
  
.indu-card h5 {
    padding: 20px 15px;
}
}

@media(max-width: 992px) {
  #first_bottom_img {
    width: 100%;
  }
  
.form-input label:not(.error){
    height: 70px;
    text-wrap: balance;
    max-width: 100%;
    flex-direction: row;
    gap: 10px;
    padding-right: 25px;
    font-size: 18px;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}
.form-input label img{
    width: 35px; 
    margin-left: 20px;
    height: 35px;
}
  .advantage-header h1,
  .advantage-header p,
  .solucoes h1,
  .solucoes h6,
  .footer h1,
  .sobre h1,
  .industrias h1,
  .industrias h6 {
    text-align: center;
  }

  .solucoes h6 {
    max-width: 100%;
    text-wrap: balance;
  }

  .vantagens ul {
    max-width: 390px;
    margin: 0 auto 40px;
  }

  .adv-container.active {
    margin-top: 40px;
  }

  .sol-slider-container {
    padding: 15px;
  }

  .article-medium {
    max-height: 240px;
  }

  .article-small {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .article-medium .article-txt {
    padding: 30px 15px;
  }

  .article2 {
    width: 90%;
  }

  .article-small .article-txt {
    text-align: left;
  }

  .article1 {
    aspect-ratio: 2.5/1;
  }

  .article-small {
    width: 48%;
    flex-direction: column;
    display: flex;
  }

  .article-box {
    margin-top: 20px;
    gap: 10px;
  }

  .arrow-selection {
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
  }

  .excelencia h1 {
    font-size: 26px;
  }

  .accordion-button {
    font-size: 18px;
  }

  .footer-img {
    width: 250px;
    bottom: unset;
    top: 100%;
    transform: translate(-10%, 55%);
  }

  .footer .form-button {
    margin: auto;
  }
}

@media(max-width: 768px) {
  .nav img {
    display: block;
    margin: auto;
  }

  fieldset h1 {
    font-size: 24px;
  }

  fieldset h5 {
    font-size: 16px;
  }

  .header {
    padding: 0 0 100px;
  }

  .solucoes h1,
  .solucoes h6 {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 55px #fff, -10px -10px 75px #fff;
  }

  .vantagens {
    padding: 30px 0 120px;
  }

  .advantage-header p {
    margin-bottom: 30px;
  }

  .produto h1 {
    margin-bottom: 20px;
  }

  .produto .card {
    margin-top: 40px;
  }

  .excelencia h1 {
    margin-bottom: 25px !important;
    text-align: center;
  }

  .footer-img {
    display: none;
  }
  .footer .container{
      min-height:230px;
  }
  .faq{
      padding-bottom: 20px;
  }
}

@media(max-width: 600px) {

  .header .container,
  .sobre .container,
  .industrias .container,
  .excelencia .container,
  .footer .container {
    width: 95%;
  }

  .produto .position-relative {
    width: 320px;
  }

  .footer h1 {
    font-size: 24px;
  }

  .advantage-header {
    margin: auto;
  }

  .excelencia .container {
    padding: 40px;
  }

  fieldset .input-text-group input {
    padding-right: 0;
  }

  .input-text-group .form-button {
    position: relative;
    margin-top: 30px;
    margin-inline: auto;
  }

  #first_bottom_img {
    transform: translate(-50%, -10%);
  }

  .header {
    padding-bottom: 120px;
  }

  .advantage-header p {
    font-size: 16px;
  }
}

@media(max-width: 475px) {
  .adv-container video{
      width: 90%;
  }
  .vantagens {
    padding-bottom: 140px;
  }

  .solucoes h1,
  .solucoes h6 {
    text-shadow: unset;
  }

  .solucoes {
    background-size: 220px;
  }

  .solucoes .container {
    padding: 0;
  }

  .article-small {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .article-small .article-txt {
    width: 100%;
  }

  .article-txt p {
    font-size: 14px;
  }

  .article-txt h3 {
    font-size: 24px;
  }

  .excelencia-card p {
    text-wrap: balance;
  }

  .excelencia h1 {
    margin-bottom: 10px !important;
  }

  .excelencia-card {
    padding: 15px;
  }

  #contactform {
    padding: 30px 20px;
  }

  .nav img {
    width: 160px;
  }

  .nav {
    padding: 20px 0;
  }
}

@media(max-width: 415px) {
  .vantagens li {
    font-size: 20px;
  }

  .adv-container p {
    font-size: 14px;
  }

  .article-txt {
    padding: 30px 20px;
  }

  .article-txt p {
    margin-bottom: 15px;
  }
}