@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
  margin: 0;
  padding: 0 !important;
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

a:hover {
  color: #000000;
}

#section-ads {
  padding: 30px 0;
}

:root {
  --primaryColor: #CE011F;
  --grey: #555555;
  --white: #ffffff;
  --black: #000000;
}

img[src*="tracking.adstrategysites.com"] {
  display: none !important;
}

/* Nav */
.nav {
  padding: 20px 0;
}

.nav p {
  font-size: 14px;
  margin: 0 0 0 75px;
  transition: all 0.3s ease;
}

.nav p:hover {
  color: var(--primaryColor);
  text-decoration: underline;
  cursor: pointer;
}

/* Header */
.header { 
  padding: 0;
}
.headerBg{
  padding: 100px 0;
  display: flex; 
  min-height: 450px;
  background-image:url('/img/imgs/header_man.png'), url('/img/imgs/header_bg.png');
  background-size: contain, cover;
  background-position: 80% , center 94%;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 290px; 
}
.headerBottom{
  background-image: url(/img/icons/header_bg_cut.svg);
  background-size: 100%;
  background-repeat: no-repeat; 
  background-position: 100% 10%;
  margin-top: -280px;
}
.header h1 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  max-width: 500px;
  margin-bottom: 50px;
}
.header h1 b {
  font-weight: 600;
}

.header img {
  height: 500px;
  object-fit: contain;
}

.header h6 {
  color: var(--white);
  font-size: 30px;
  font-weight: 300;
  max-width: 480px;
}

.header h6 b {
  font-weight: 600;
}

.header.tyPage {
  padding: 0 0 0;
}
#porqueSomosDiferentes.tyPage {
  padding: 90px 0 60px;
}

.form-body.errorBox{
    margin: 120px auto 500px auto;
} 
.selo h5{ 
    font-size: 16px;
}
/* Form */
.form-body {
  background-color: var(--white);
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
  padding: 30px;
  text-wrap: balance;
}

.form-title {
  font-size: 22px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 15px;
  display: block;
}

.form-title b {
  color: var(--primaryColor);
}
.forms-wrapper{
  margin: auto;
}
.form-body{
  margin: 100px auto 0;
}
#contactform {
  display: flex;
  flex-wrap: wrap;
}

.customInput {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0 7.5px;
}

.customInput label.text {
  font-size: 16px;
  color: var(--grey);
  font-weight: 400;
  position: relative;
  top: 12px;
  margin: 0 0 0 15px;
  padding: 0 5px;
  background: var(--white);
  width: fit-content;
}

.customInput input[type="text"].input,
.customInput input[type="email"].input,
.customInput textarea {
  padding: 11px 10px;
  font-size: 0.75rem;
  border: 2px var(--primaryColor) solid;
  border-radius: 10px;
  background: var(--white);
}

.customInput input[type="text"].input:focus {
  outline: none;
}

label.error {
  font-size: 13px;
  color: var(--primaryColor);
  font-weight: 500;
}

span {
  color: var(--primaryColor);
}

#contactform button,
.modal .btn {
  background-color: var(--primaryColor);
  color: #fff;
  border: 2px solid var(--primaryColor);
  outline: none;
  padding: 8px 0;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.redirect {
  transition: all 0.3s ease;
}

#contactform button:hover,
.modal .btn:hover,
section.section3 button.redirect:hover {
  background-color: var(--white);
  color: var(--primaryColor);
}

/*Term animation */
.termContainer {
  width: 100%;
  font-size: 12px;
  color: var(--grey);
  margin-bottom: auto;
  margin-left: 5px;
  cursor: pointer;
}

.termContainer a {
  color: var(--grey);
}

.termContainer input {
  display: none;
}

.termContainer a:hover {
  color: var(--grey) !important;
}

.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: var(--primaryColor);
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked~svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

.tyPage .form-title, .tyPage p{
  max-width: 560px;
  margin: 0 auto 15px;
}
/* Section 1 */
.section1 {
  margin-top: -5px;
  background-color: var(--white);
  padding: 90px 0 100px;
}

.section1 h1 {
  font-size: 40px;
  font-weight: 700;
}

.section1 h1 span {
  color: var(--primaryColor);
  margin-bottom: 15px;
}

.section1 h5 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 70px;
}

.vantagensSlider {
  gap: 20px;
}

.section1 .vantCard {
  max-width: 235px;
  height: 200px;
  perspective: 1000px;
  padding: 0;
}

.vantCard h2 {
  font-size: 20px;
  color: #000;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.vantCard:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.10));
}

.card-front {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: var(--white);
  color: var(--black);
  display: flex;
  align-items: center;
  border: none;
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.card-back {
  background-color: var(--primaryColor);
  color: #fff;
  display: flex;
  padding: 15px;
  align-items: center;
  text-align: center;
  border: none;
  border-radius: 10px;
  justify-content: center;
  transform: rotateY(180deg);
}

.card-back p {
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-size: 14px;
}

/* Section 2 */
.section2 {
  padding: 50px 0;
  background-color: #F4F4F4;
}

.customBoxedDiv {
  position: relative;
  border-radius: 20px 0 0 20px;
  padding-left: 20px;
  padding-right: 0;
  background-color: var(--white);
}

.section2 .customBoxedDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 200px;
}

.customBoxedDiv::before {
  content: '';
  position: absolute;
  width: 15px;
  left: 0;
  border-radius: 20px 0 0 20px;
  height: 100%;
  display: block;
  background-color: #CE011F;
}

.section2 h1 {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  width: auto;
  max-width: 310px;

}

.section2 h1 span {
  color: var(--primaryColor);
}

.award img {
  width: 100%;
  object-fit: contain;
  height: 200px;
}

.award {
  padding: 0 10px;
}
 .testemunho a{
  color: var(--primaryColor) !important;
  cursor: pointer;
}
.testemunho a:hover{
    text-decoration: underline;
}
/* Section 3 */
.section3 {
  background-image: url('/img/icons/section3_bg_cut.svg'), url('/img/imgs/section3_person.png'), linear-gradient(194deg, rgba(255, 255, 255, 0.00) 37.96%, rgba(0, 0, 0, 0.10) 81.73%);
  background-size: 100%, contain;
  background-position: center 102%, 15% bottom;
  background-repeat: no-repeat, no-repeat;
  min-height: 800px;
  padding: 120px 0;
}

.section3 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 45px;
}

.section3 h1 span {
  color: var(--primaryColor);
}

.accordion {
  background-color: transparent;
}

.accordion-item {
  box-shadow: none;
}

.section3 .customBoxedDiv {
  border-radius: 20px 0 0 20px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 15px;
}

.accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--primaryColor);
  font-weight: 700;
  background-color: var(--white);
  outline: none;
  border: none;
  box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CE011F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: right center;
}

.section3 button.redirect, button.redirect {
  display: block;
  width: 100%;
  max-width: 365px;
  height: 45px;
  background-color: var(--primaryColor);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 50px auto 0;
  border: 2px solid var(--primaryColor);
}

/* Section 4 */
.section4 {
  padding: 60px 0 0;
}

.section4_top {
  margin-bottom: 65px;
}

.section4_top h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.section4_top img {
  width: 100%;
  max-width: 165px;
}

.testemunho,
.section4 .slick-slider {
  display: flex;
  margin: auto;
  max-width: 1000px;
  gap: 20px;
}

.testemunho #stars {
  width: 120px;
  object-fit: contain;
}

.testemunhoImg {
  min-height: 250px;
  object-fit: contain;
  margin-bottom: auto;
}

.section4_testemunhos {
  margin-bottom: 60px;
}

.testemunho p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.testemunho h5 {
  color: var(--primaryColor);
  font-size: 20px;
  font-weight: 700;
}
.testemunho h5 ~ h5{
    color: #000;
}

.testemunho_prev,
.testemunho_next {
  height: 15px;
  cursor: pointer;
}

.divisor {
  font-weight: 100;
  margin: 0;
  font-size: 30px;
}

.testemunho_prev {
  rotate: 180deg;
}

/* Section 4 */
.section5 {
  padding: 250px 0 0;
  background: url(/img/icons/section5_bg_cut.svg), linear-gradient(198deg, rgba(0, 0, 0, 0.10) 14.27%, rgba(255, 255, 255, 0.00) 52%);
  background-size: cover, 100%;
  background-position: 60%;
}

.reconhecimentos {
  display: flex;
  justify-content: space-evenly;
}
.section5 .slick-slide {
  justify-content: center;
}
.section5 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 100px;
}

.section5 h1 span {
  color: var(--primaryColor);
}

.reconhecimentos .slick-track {
  min-height: 210px;
}

.reconhecimento {
  border-radius: 10px;
  padding: 27px 30px 47px;
  margin: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 80%;
  height: 150px;
  margin: 0 auto;
  align-items: center;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.reconhecimento img {
  width: 180px;
}

.reconhecimento .descBox {
  position: absolute;
  bottom: -25px;
  background-color: var(--primaryColor);
  text-align: center;
  max-height: 50px;
  padding: 0 12px;
  border-radius: 5px;
}

.descBox h6 {
  margin: 0;
  font-size: 15px;
  color: var(--white);
  font-weight: 300;
  padding: 5px 10px;

}

/* Section 6 */
.section6 {
  margin-top: 100px;
  padding: 250px 0 0;
  background: url(/img/icons/section6_bg_cut.svg), url(/img/imgs/section6_bg.png);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: 100% -1%, center;
}

.section6 .faq h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 80px;
}

.section6 .col-0 img {
  height: 600px;
  object-fit: contain;
  margin-left: -90%;
}

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq .customBoxedDiv {
  background-color: transparent;
}

.section6 .faq h6 {
  margin-left: 15px;
  color: var(--white);
  font-size: 25px;
  font-weight: 300;
}

.section6 .faq p {
  margin-left: 15px;
  color: var(--white);
  line-height: 1.2;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  max-width: 90%;
}

.faqQuestionsDiv {
  gap: 40px;
}

.faqQuestionsDiv .row:last-child {
  margin-top: -85px;
}

.faqQuestionsDiv .row:first-child {
  margin-bottom: 45px;
}

.faqQuestion {
  background-color: var(--white);
  border-radius: 10px;
  border: 2px solid transparent;
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 1.0s ease;
}

.faqQuestion:hover {
  border: 2px solid var(--primaryColor);
}

.faqQuestion.active {
  background-color: var(--primaryColor);
  border: 2px solid transparent;
}

.faqQuestion.active h1 {
  filter: brightness(0) invert(1);
}

.faqQuestion h1 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  max-width: 200px;
}

.faqQuestion h1 b {
  color: var(--primaryColor);
  font-weight: 700;
}

/* Footer */
footer {
  padding: 40px 0;
}

footer h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}

footer h1 b {
  color: var(--primaryColor);
  margin: 0;
}

footer button {
  width: 100%;
  max-width: 380px;
  background-color: var(--primaryColor);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  border: 4px solid var(--primaryColor);
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

footer button:hover {
  background-color: var(--white);
  color: var(--primaryColor);
}

.modal-header {
  justify-content: space-between;
}

/* version2 only */
.headerBg2 {
  background-image:url('/img/imgs/header_man2.png'), url('/img/imgs/header_bg2.jpg');
  background-size: contain, cover;
  background-position: 80% , center 94%;
  background-repeat: no-repeat, no-repeat;
}
.headerBg2 {
  text-wrap: balance;
}
.header-logo {
  width: 350px;
  height: auto !important;
  object-fit: unset !important;
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
}
.header .headerBg2 h1 {
  margin-bottom: 30px;
  font-size: 33px;
  max-width: 60%;
}
.header .headerBg2 h6 {
  font-size: 22px !important;
}
.associados-header img {
  width: 180px;
  height: auto !important;
  margin-right: 20px;
}
.associados-header {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* form2 */
.form-body2 {
  max-width: 100%;
  width: 880px;
  padding: 40px 0 60px 0;
  position: relative;
}
.form2 {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.form-step {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black);
  text-wrap: balance;
}
.form-step.active {
  display: flex;
}
.form-step .row {
  width: 85%;
  margin-top: 10px;
}
.form-button {
  display: block;
  margin: 10px auto 0 auto;
}
.form-step h5 {
  font-size: 22px;
}
.form-step h5 b {
  font-weight: 700;
  color: var(--primaryColor);
}
.form-step p {
  margin: 0 auto;
  font-size: 18px;
}
.radio-buton input[type="radio"] {
  position: absolute; 
  opacity: 0; 
  width: 0;
  height: 0;
}
.radio-buton label {
  background: var(--white);
  border: 2px var(--primaryColor) solid;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 80px;
  padding: 10px 10px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-wrap: balance;
}
.radio-buton label:hover, .radio-buton input[type="radio"]:checked + label {
  background: var(--primaryColor);
  color: var(--white);
}
.next, .form-button {
  min-width: 200px;
  height: 45px;
  padding: 0 20px !important;
  margin: 20px auto 0 auto;
}
.form2 .termContainer {
  margin-top: 20px;
  width: 100%;
  min-width: 100%;
}
.form2 .termContainer a:hover {
  color: var(--primaryColor) !important;
}
.form2 label.error {
  font-weight: 400;
  font-size: 11px;
}
.section6_person2 {
  margin-left: -130% !important;
}
.section2v2 {
  background: var(--white);
  padding: 30px 0;
}
.section2v2 .award img {
  width: 70%;
  margin: 0 auto;
}
.ads2 {
  background: #F4F4F4;
}
.time-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px 0;
  position: absolute;
  right: 20px;
  bottom: -5px;
}
.time-box h3 {
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  line-height: 1.1;
  margin: 0;
  color: var(--primaryColor);
}
.time-box svg {
  scale: 0.75;
  animation: upDown 4s ease-in-out infinite;
}
.loader-circle, .loader-pointer, .loader-line {
  fill: none;
  stroke-width: 1.4px;
  stroke: var(--primaryColor);
}
.loader-center {
  fill: var(--primaryColor);
}
.loader-pointer {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  -webkit-animation: spin 10s linear infinite;
}
.loader-line {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  -webkit-animation: spin 60s linear infinite;
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg);-moz-transform-origin: 50% 50%; }
  to { -moz-transform: rotate(360deg);-moz-transform-origin: 50% 50%; }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg);-webkit-transform-origin: 50% 50%; }
  to { -webkit-transform: rotate(360deg);-webkit-transform-origin: 50% 50%; }
}
@keyframes spin {
  from {transform:rotate(0deg);transform-origin: 50% 50%;}
  to {transform:rotate(360deg);transform-origin: 50% 50%;}
}
.section6v2 {
  margin-top: 100px;
  padding: 250px 0 0;
  background: url(/img/icons/section6_bg_cut.svg), url(/img/imgs/section6_bg2.png);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: 100% -1%, center;
}
/*NOVO TESTEMUNHOS */
.testemunhos {
  padding-top: 100px;
  margin-bottom: -80px;
}
.testemunho-slider .slick-track {
  padding: 40px 0;
}
.arrows img {
  height: 50px;
  transition: all 0.6s ease;
  cursor: pointer;
}
.arrows-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.arrows-next:hover {
  transform: scale(1.1);
}
.arrows-prev:hover {
  transform: rotate(180deg) scale(1.1);
}
.testemunhos-txt h3 {
  font-size: 40px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
  text-wrap: balance;
}
.testemunhos-txt h3 span{
  color: var(--primaryColor);
}
.testemunho-box {
  text-align: center;
  text-wrap: balance;
  padding: 30px;
  background: var(--white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 80%;
}
.testemunho-box h2 {
  font-size: 90px;
  line-height: 0;
  margin: 0;
  color: var(--primaryColor);
  font-weight: 700;
  padding-top: 120px;
}
.testemunho-box h5 {
  color: var(--primaryColor);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.testemunho-box h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
.testemunho-box p {
  font-size: 14px;
  line-height: 1.2;
  text-wrap: balance;
}
.testemunho-box p b {
  color: var(--primaryColor);
}
.persona {
  width: 120px;
  aspect-ratio: 1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.persona1 {
  background: url('/img/imgs/section4_testemunho1.png');
  background-position: 30% 10%;
  background-repeat: no-repeat;
}
.persona2 {
  background: url('/img/imgs/testemunho2.png');
  background-position: 80% 30%;
  background-repeat: no-repeat;
}

@media (max-width: 1630px){
  .headerBottom{
    margin-top: -250px;
  }
}
@media (max-width: 1540px){
  .reconhecimento img {
    width: 230px;
    padding: 0 20px;
  }
  .headerBottom{
    background-size: 130%;
  }
  .header .headerBg2 h1 {
    max-width: 70%;
    font-size: 28px;
  }
      
    .tyPage .form-body{
        padding-top: 40px;
        padding-bottom: 45px;
        margin: 0 auto 0;
    } 
/*    .form-body.errorBox{
        margin: -70px auto 40px auto; 
    }*/
}
@media (max-width: 1400px) {
  .section6_person2 {
    height: 520px !important;
  }
  .headerBg2 {
    background-position: 100% , center 94%;
  }
  .testemunhos-txt h3 {
    font-size: 34px;
  }
}
@media (max-width: 1340px) {
  .section3 {
    background-size: 100%, 50%;
    background-position: center 102%, 0% bottom;
  }

  .section6 .col-0 img {
    margin-left: -100%;
    height: 550px;
  }

  .faqQuestion {
    width: 100%;
    height: 200px;
  }

  .faqQuestionsDiv .row:last-child,
  .faqQuestionsDiv .row:first-child {
    justify-content: center;
  }

  .faqQuestionsDiv .row:first-child {
    margin-bottom: 0px;
  }
  
    .tyPage .form-body.errorBox{
        margin: 0 auto 160px; 
    }
    
}

@media (max-width: 1200px) {
  .associados-header img {
    width: 140px;
  }
    .tyPage .form-body{
        margin: 100px auto 0;
    }
     
    .tyPage .form-body.errorBox{
        margin: 100px auto 40px; 
    }
  .vantagensSlider {
    gap: 20px;
    max-width: 992px;
    padding: 0;
    margin: auto;
  }
.headerBottom{
  background-size: 160%;
}
  .reconhecimentos {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-around;
  }

  .section6 .col-0 img {
    display: none;
  }

  .section6 {
    padding: 200px 0 100px;
  }
  .headerBg{
      padding-bottom: 200px;
        background-position: 105%, center top;
  }
  .testemunhos-txt h3 {
    font-size: 30px;
  }
  .testemunho-box {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  .testemunhos {
    padding-top: 60px;
    margin-bottom: -20px;
  }
  .header .headerBg2 h1 {
    max-width: 90%;
    font-size: 27px;
  }
.headerBg{
  background-position: 110%, center top;
  background-size: 45%, cover;
}
.headerBottom{
  background-size: 210%;
}
  .termContainer,
  #termos-error,
  .testemunho h5,
  .testemunho #stars {
    text-align: center;
    width: 100%;
  }

  .section2 .customBoxedDiv {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: transparent;
  }

  .section2 .customBoxedDiv::before {
    display: none;
  }
    .section2 h1{
    text-align: center;
    }
  .nav p {
    margin: 0;
  }

  .nav img {
    margin-bottom: 20px;
  }

  .section3 h1, .faq-title {
    font-size: 30px;
  }

  .section3 {
    background-size: 100%, 50%;
    background-position: center 102%, -10% bottom;
  }

  #contactform button {
    margin-top: 20px;
  }

  .section1 {
    padding: 100px 0 100px;
  }

  footer button {
    font-size: 16px;
  }

  .section6 .faq h1 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .faqQuestion {
    height: 150px;
  }

  .faqQuestion h1 {
    font-size: 16px;
  }

  .testemunho p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .testemunho #stars {
    display: block;
    margin: auto;
  }

  .testemunho .d-flex:first-child {
    flex-direction: column;
    align-items: center;
  }

  .testemunho .d-flex.flex-column {
    flex-direction: column-reverse !important;
  }

  .testemunho .d-flex.align-items-center {
    display: none !important;
  }

  .section5 {
    margin-top: 30px;
    padding: 100px 0 0px;
    background: url(/img/icons/section5_bg_cut.svg), linear-gradient(198deg, rgba(0, 0, 0, 0.10) 14.27%, rgba(255, 255, 255, 0.00) 52%);
    background-size: 101%, 100%;
    background-position: 50% top;
    background-repeat: no-repeat;
  }
  .version2-footer-txt {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .testemunhos {
    text-align: center;
  }
  .arrows {
    margin-bottom: 30px;
  }
  .form-body2 {
    padding: 40px 30px 60px 30px;
  }
  .headerBg2 {
    text-align: center;
  }
  .associados-header {
    margin: 0 auto;
    justify-content: center;
  }
  .header .headerBg2 h1 {
    max-width: 100%;
  }
  .associados-header img {
    margin: 0 10px 0 0 !important;
  }
    #faqMobile{
        max-width: 730px;
    }
     
        .tyPage .form-body, 
    .tyPage .form-body.errorBox{
            margin: 0 auto 0;
        }
        .tyPage .headerBottom{
            padding: 0 !important;
        }
  .section6 .customBoxedDiv,
    .section6 .accordion-button:not(.collapsed),
    .section6 .accordion-button {
      border-radius: 20px 0 0 20px;
      background-color: white; 
      font-size: 20px; 
      justify-content: space-between;
    }
    .accordion-button p{
      margin: 0;
    }
  
    .section6 .accordion-item {
      border: none;
      margin-top: 25px;
      padding: 0 0 0 20px;
    }
    .section6 .accordion-button:not(.collapsed){
      padding-bottom: 0;
    }
    .section6 .accordion-button { 
      padding: 20px 10px;
    }
    .section6 .accordion-button::after,
    .section6 .accordion-button:not(.collapsed)::after{
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 10px;
      content: "";
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CE011F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
    } 

    .section6 .accordion-body {
      padding: 15px;
      font-size: 14px;
      line-height: 1.2; 
    }
  .section1 .vantCard {
    padding: 10px; 
  }
    .headerBottom {
      background: none;
      margin-top: -400px;
    } 
    .header img {
      height: auto;
      max-height: 300px;
    }
  
    .form-body {
      margin: -100px auto 0 auto;
    }
    
    .headerBg {
      background: url(/img/icons/header_bg_cut.svg), url('/img/imgs/header_bg.png');
      background-size: 100%, cover;
      background-repeat: no-repeat, no-repeat;
      background-position: 0% 101%, center;
      padding: 60px 0 400px;
    }

  .headerBg2 {
    background: url(/img/icons/header_bg_cut.svg), url('/img/imgs/header_bg2.jpg');
       background-size: 100%, cover;
      background-repeat: no-repeat, no-repeat;
      background-position: 0% 101%, right;
      padding: 60px 0 400px;
      }
  footer h1 {
    text-align: center;
  }

  .faq .customBoxedDiv {
    max-width: 500px;
    margin: auto;
  }

  .nav p {
    margin: 0;
  }

  .section2 .customBoxedDiv {
    margin-bottom: 25px;
  }

  .section3 {
    background-size: 100%, 40%;
    background-position: center 102%, -10% bottom;
    padding: 60px 0 0;
  }

  .section6 .row.justify-content-evenly {
    flex-direction: column-reverse;
  } 
  .faqQuestion h1 {
    margin: 0;
    max-width: 90%;
  }

  .faqQuestion br {
    display: none;
  }

  .section6 .faq h1 {
    margin-top: 50px;
    text-align: center;
  }

  .faqQuestionsDiv {
    flex-direction: column;
    gap: 0;
  }

  .faqQuestionsDiv .row:last-child,
  .faqQuestionsDiv .row:first-child {
    align-items: center;
    margin: 0;
  }

  .faqQuestion {
    height: auto;
  }

  .faqQuestion {
    max-width: 400px;
  }

  .faqQuestionsDiv .row:last-child {
    margin-bottom: 0px;
  }

  footer h1 {
    margin-bottom: 15px;
  }

  .header h1 { 
    max-width: 100%;
    text-align: center;
    font-size: 30px;
  }

  .header h6 {
    text-align: center;
    font-size: 24px;
    margin: 0 auto 30px;
  }

  .section6 {
    margin: 30px 0 0;
    padding: 100px 0 60px;
    background-size: 105%, cover;
    background-position: top;
  }
  .header_man2_m {
    height: 550px !important;
    max-height: 100% !important;
    margin-left: -15% !important;
    margin-top: -5% !important;
  }
  .form-body2 {
    margin: -250px auto 0 auto;
  }
  .header img {
    margin: 0 auto 40px auto;
  }
  .form-body.errorBox {
    margin: -200px auto 50px auto;
  }
}

@media (max-width: 600px) {
  .testemunho p {
    max-width: 90%;
    text-align: center;
    margin: auto;
  }

  .header h1 {
    font-size: 28px;
  }

  .section1 {
    padding: 440px 0 40px;
  }
  .header.tyPage ~ .section1{
    padding: 60px 0;
  }
  .form-title {
    font-size: 18px;
  }

  .section3 h1,
  .header h1,
  .header h6 {
    text-align: center;
  }

  .section2 .customBoxedDiv {
    width: 90%;
  }

  .header {
    background-position: center 101%, left top;
  }
.section3 button.redirect{
  margin-bottom: 40px;
}
  .section3 {
    padding-bottom: 300px;
    background-size: 101%, 55%;
    background-position: center 100%, 30% bottom;
  }

  .header_man2_m {
    margin-left: -10% !important;
  }
  .version2-footer-txt {
    font-size: 33px;
    margin-bottom: 20px;
  }

}

@media (max-width: 500px) {
  .testemunhos {
    margin-top: -50px;
    padding-top: 0;
  }
  .header {
    background-position: bottom, left;
    padding: 0 0 100px;
  }

  .nav-menu {
    display: none !important;
  }

  .nav img {
    margin: 0;
  }


  .section5 .slick-list {
    min-height: 230px;
  }

  .section1 h1,
  .section2 h1,
  .section3 h1,
  .section4_top h1,
  .section5 h1,
  footer h1 {
    font-size: 30px;
  }
.section1 .vantCard{
  height: 175px;
}
  .section2 h1 {
    max-width: 210px;
  }

  .section1 h5 {
    font-size: 22px;
  }
.tyPage p{
  line-height: 1.2;
}
.tyPage h5{
  font-size: 14px;
}
  .header h1,
  .header h6,
  .section1 h1,
  .section1 h5 {
    text-align: center;
  }

  .form-title {
    font-size: 18px;
  }

  .section1 {
    padding: 0 0 40px;
  }
  .section6 .accordion-button p {
    margin: 0;
    font-size: 16px;
  }
  .section3 {
    background-size: 101%, 75%;
    background-position: center 100%, 50% bottom;
  }
    .nav .col-5.col-lg-3 {
      width: 220px;
    }

  .header_man2_m {
    height: 450px !important;
  }
  .version2-footer-txt {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .header_man2_m {
    margin-left: -20% !important;
  }
  .header .headerBg2 h1 {
    font-size: 21px;
  }
  .header-logo {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .form-body2 {
    margin: -150px 0 0 0;
    padding: 30px 20px 50px 20px !important;
  }
  .associados-header {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .associados-header p {
    line-height: 1.1;
    text-align: left;
  }
  .tyPage button.redirect {
      font-size: 16px;
    }
  .header h1{
    font-size: 23px;
    margin-bottom: 30px;
  }
  .header h6{
    font-size: 18px; 
  }
  .section1 h1,
  .section2 h1,
  .section3 h1,
  .section4_top h1,
  .section5 h1,
  footer h1 {
    font-size: 26px;
  }
 
    .section3{
      padding-bottom: 200px; 
    background-size: 101%, 60%;
    background-position: center 100%, 50% bottom;
    }
  .form-title {
    font-size: 16px;
  }

  .form-body {
    padding: 20px;
  }
  .section6 .accordion-button p {
    font-size: 15px;
  }
  .header_man2_m {
    height: 420px !important; 
    margin-left: -30% !important;
  }
   .version2-footer-txt {
    font-size: 23px;
  }
  .associados-header img {
    width: 100px;
  }
}

@media (max-width: 330px) {
  .associados-header {
    max-width: 85%;
  }
  .associados-header p {
    font-size: 14px;
  }
  .section1 h1,
  .section2 h1,
  .section3 h1,
  .section4_top h1,
  .section5 h1 {
    font-size: 24px;
  }
  footer h1 {
    font-size: 22px;
  }

  .section1 h5 {
    font-size: 16px;
  }

  .section3 button.redirect {
    font-size: 16px;
  }

  .testemunho p {
    font-size: 12px;
  }

  .descBox h6 {
    font-size: 11px;
  }

  footer button {
    font-size: 14px;
  }
  .header_man2_m {
    height: 380px !important; 
    margin-left: -35% !important;
  }
}