/* For text */
@font-face {
  font-family: GothamBook;
  src: url('./fonts/Gotham-Book.otf') format("opentype");
}

/* For called */
@font-face {
  font-family: GothamBold;
  src: url('./fonts/gotham-bold.otf') format("opentype");
}

/* For featured texts */
@font-face {
  font-family: GothamMedium;
  src: url('./fonts/Gotham-Medium.otf') format("opentype");
}

#perguntas *:not(i):not(.font-segoe *):not(.font-segoe-bold *):not(.font-roboto *):not(.font-custom *) {
  font-family: unset !important;
}

/* parte 1 */

.saber-home-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.saber-home-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%;
}

.saber-home-slide {
  flex: 0 0 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
}

.saber-home-slide img {
  width: 50%;
  height: auto;
  display: block;
}

.saber-home-content {
  position: absolute;
  left: 5%;
  top: 20%;
  max-width: 490px;
  word-wrap: break-word;
}

.saber-home-content2 {
  position: absolute;
  left: 1.2%;
  top: 30%;
  max-width: 530px;
  word-wrap: break-word;
}

.saber-home-content h1 {
  /* font-size: 3rem; */
  font-size: clamp(1.2rem, 2vw + 1rem, 2rem);
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'Figtree' !important;
}

.saber-home-content p {
  /* font-size: 2rem; */
  font-size: clamp(1rem, 1.5vw + 0.8rem, 1.2rem);
  margin-bottom: 1.5rem;
  font-family: 'Figtree' !important;
}

.saber-home-content button {
  background-color: #FAA61A;
  border: none;
  color: #000E18;
  padding: 12px 24px;
  font-size: 1rem;
  font-family: 'Figtree' !important;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
}

.saber-home-content2 h1 {
  /* font-size: 3rem; */
  font-size: clamp(1.2rem, 2vw + 1rem, 2rem);
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'Figtree' !important;
  color: #1B1B1B;
}

.saber-home-content2 p {
  /* font-size: 2rem; */
  font-size: clamp(1rem, 1.5vw + 0.8rem, 1.2rem);
  margin-bottom: 1.5rem;
  font-family: 'Figtree' !important;
  color: #1B1B1B;
}

.saber-home-content2 button {
  background-color: #149AFF;
  border: none;
  color: #FFF;
  padding: 12px 24px;
  font-size: 1rem;
  font-family: 'Figtree' !important;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
}

.saber-home-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.saber-home-indicator {
  width: 240px;
  height: 8px;
  background-color: #D8D8D8;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.saber-home-indicator.saber-home-active {
  background-color: #FAA61A;
}

/**/


/* Parte 2 */

.saber-home-secao2-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border-radius: 20px;
  font-family: Arial, sans-serif;
}

.saber-home-secao2-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 300px;
  padding: 20px;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  flex-shrink: 0;
}

.saber-home-secao2-slides-container {
  display: flex;
  width: 300%;
}

.saber-home-secao2-text {
  flex: 1;
  padding: 20px;
}

.saber-home-secao2-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.saber-home-secao2-item {
  background: #fef2d5;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}

.saber-home-secao2-item:nth-child(2) {
  background: #eeeeee;
}

.saber-home-secao2-item:nth-child(3) {
  background: #f5f5f5;
}

.saber-home-secao2-item h3 {
  margin: 0;
  font-size: 1.2rem;
}

.saber-home-secao2-item p {
  margin: 4px 0 0;
  font-size: 0.95rem;
}

.saber-home-secao2-icon {
  background: #007bff;
  color: white;
  font-size: 1.5rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  margin-left: 10px;
}

.saber-home-secao2-extra-img {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}

.saber-home-secao2-image {
  flex: 1;
  text-align: center;
}

.saber-home-secao2-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .saber-home-secao2-slide {
    flex-direction: column;
    text-align: center;
  }

  .saber-home-secao2-text,
  .saber-home-secao2-image {
    flex: none;
    width: 100%;
  }

  .saber-home-secao2-image img {
    border-radius: 12px;
  }
}

/**/

/*carrossel card*/

.sbaer-home-section4-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #FEEDD1;
}

.sbaer-home-section4-track {
  display: flex;
  gap: 16px;
  animation: sbaer-home-section4-scroll 20s linear infinite;
}

@keyframes sbaer-home-section4-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-816px * 5));
  }

  /* 800px + 16px */
}

.sbaer-home-section4-slide {
  flex: 0 0 auto;
  /* width: 800px; */
  height: 340px;
  background: white;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* gap: 24px; */
  /* padding: 24px; */
  border: 1px solid #C5C5C5;
  border-radius: 16px;
}

.saber-section4-card {
  gap: 24px;
  width: 800px;
}

.sbaer-home-section4-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  /* margin-left: 1rem; */
}

.sbaer-home-section4-text p {
  font-size: 1rem;
  font-family: 'Open Sans' !important;
  line-height: 1.5;
  margin: 0 0 8px;
  justify-content: left;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sbaer-home-section4-text h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  font-family: 'Figtree' !important;
  justify-content: right;
  display: flex;
}

.sbaer-home-section4-text span {
  font-size: 0.875rem;
  color: gray;
  font-family: 'Open Sans' !important;
  font-style: italic;
  justify-content: right;
  display: flex;
}

.sbaer-home-section4-text {
  max-width: 352px;
  /* margin-right: 1rem; */
  padding: 0 24px 0 0;
}

.sbaer-home-section4-indicators {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 8px;
}

.sbaer-home-section4-indicator {
  width: 240px;
  height: 8px;
  background-color: #D8D8D8;
  border-radius: 4px;
}

.sbaer-home-section4-indicator.active {
  background-color: #FAA61A;
}

@media (max-width: 850px) {
  .sbaer-home-section4-slide {
    /* width: 90vw; */
    height: auto;
    /* flex-direction: column; */
  }
}

/**/

/**/


#our-work {
  background-image: url('./imgs/our-work-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 790px;
}

#our-work header {
  padding: 100px 0 70px 0;
}

#our-work header h2 {
  color: #fff;
  margin: 0 0 0 50px;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: GothamBold;
}

#our-work header h2 span {
  background: #416EBF;
  padding: 0px 10px;
}

.funciona-slider-img {
  width: 100%;
  display: block;
}

.ganham-slider-img {
  width: 100%;
  display: block;
}

.ganham-slider2-img-mid {
  display: none;
}

.ganham-slider2-img {
  display: none;
}

.ganham-slider2-img {
  width: 100%;
  display: block;
}


#testimonial {
  padding: 80px 0;
  background-color: #FEEDD1;
}

.owl-carousel {
  display: flex;
  gap: 16px;
}

#our-work section {
  height: 528px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px;
  margin: 0 50px;
}

#our-work section div {
  display: flex;
}

#our-work section div h3 {
  color: #fff;
  margin-right: 10px;
  font-size: 60pt;
  font-family: 'Rubik', sans-serif;
}

#our-work section div p {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 12px;
  font-size: large;
  line-height: 1.6;
  font-family: GothamBook, sans-serif;
}

#section-indicators {
  padding: 20px 0 40px 0;
}

#comece {
  display: flex;
  justify-content: center;
  align-items: center;
}

#funciona {
  display: flex;
  justify-content: center;
}

#testimonial {
  display: inline-grid;
}

#ganham {
  display: flex;
  justify-content: center;
  background: #004579;
}

#premio {
  display: inline-grid;
  width: 100%;
}

#perguntas {
  display: inline-grid;
  width: 100%;
}

/* hero carousel */

.carrossel-container {
  position: relative;
  width: 100%;
  height: 722px;
  max-width: 100vw;
  overflow: hidden;
}

.carrossel {
  display: flex;
  width: 400%;
  /* O dobro dos slides para efeito de looping */
  transition: transform 1s ease-in-out;
}

.slide2 {
  flex: 0 0 25%;
  padding: 60px 80px;
  height: 100%;
  min-height: 720px;
  flex-direction: column;
  color: white;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-image: url('./imgs/comece-1.png');
  display: flex;
}

.slide3 {
  flex: 0 0 25%;
  padding: 60px 80px;
  height: 100%;
  min-height: 720px;
  flex-direction: column;
  color: white;
  position: relative;
  background-repeat: no-repeat;
  justify-content: center;
  background-position: top;
  background-size: cover;
  background-image: url('./imgs/comece-2.png');
  display: flex;
}

.slide2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slide3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slide2 h2 {
  margin-bottom: 10px;
  font-family: 'Figtree' !important;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1.5%;
  vertical-align: middle;
  max-width: 815px;
  text-align: left;
  color: #FFF;
  margin-bottom: 16px;
}

.slide3 h2 {
  margin-bottom: 10px;
  font-family: 'Figtree' !important;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.5%;
  vertical-align: middle;
  max-width: 815px;
  text-align: left;
  color: #1B1B1B;
  margin-bottom: 16px;
}

.slide2 p {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Figtree' !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 815px;
  color: #FFF;
  text-align: left;
  margin-bottom: 10px;
}

.slide3 p {
  margin-bottom: 20px;
  font-family: 'Figtree' !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 815px;
  color: #1B1B1B;
  text-align: left;
  margin-bottom: 32px;
}

.button2 {
  width: fit-content;
  max-width: 830px;
  padding: 15px 20px;
  font-size: 20px;
  background-color: #FAA61A;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-family: 'Figtree' !important;
  margin-top: 20px;
}

.button3 {
  width: fit-content;
  max-width: 830px;
  padding: 10px 20px;
  background-color: #149AFF;
  color: #FFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Figtree' !important;
}

.indicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 99;
}

.indicator {
  width: 240px;
  height: 5px;
  border-radius: 8px;
  background-color: #D8D8D8;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: #FAA61A;
}

/* end of hero carousel */

/*carousel*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}

.slider {
  overflow: hidden;
  border-radius: 10px;
  white-space: nowrap;
  position: relative;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.slider-container {
  display: flex;
  animation: scroll 20s linear infinite running;
  gap: 16px;
}

.slider img {
  /* width: 20%; */
  margin-right: 16px;
  padding: 24px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*end of carousel*/

/* accordion */

.accordion {
  width: 300px;
}

.accordion-item {
  background: white;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.accordion-item.item-adicional {
  display: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-item .arrow {
  color: #149AFF;
  font-weight: bold;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.expanded .arrow {
  transform: rotate(180deg);
}

.content {
  display: none;
  padding: 8px;
  margin-top: 5px;
}

.editable {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
}

button {
  padding: 10px 20px;
  border: none;
  background: #149AFF;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

#perguntas .accordion-header {
  font-family: 'Figtree' !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.15%;
}

#perguntas .content {
  font-family: 'Open Sans' !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5%;

}

#perguntas .perguntas-btn-carregar {
  font-family: 'Figtree' !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.5%;
  vertical-align: middle;
  background-color: #004579;
  color: #FFF;
  border: 2px solid #FFF;
  display: block;
  margin: 16px auto;
}

/* end of accordion */

#premio {
  background-color: #FFF;
  padding: 64px 80px;
}

.premio-title {
  font-family: 'Figtree' !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  margin-bottom: 32px;
  padding-left: 80px;
}

.premio-group1 {
  display: flex;
}

.premio-group2 {
  display: flex;
}

.premio-group3 {
  display: flex;
}

.premio-group4 {
  display: flex;
}

/* premios */

.saber-home-premios-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  padding: 20px;
}

.saber-home-premios-imagem {
  width: 96px;
  height: 96px;
}

@media (min-width: 835px) {
  .saber-home-premios-container {
    flex-wrap: nowrap;
  }
}

@media (max-width: 834px) and (min-width: 361px) {
  .saber-home-premios-container {
    max-width: calc((96px * 4) + (64px * 4));
    margin: 0 auto;
  }

  /* .saber-home-premios-imagem:nth-child(5),
  .saber-home-premios-imagem:nth-child(6),
  .saber-home-premios-imagem:nth-child(7) {
    margin-top: 32px;
  } */
}

@media (max-width: 360px) {
  .saber-home-premios-container {
    max-width: calc((96px * 2) + 64px * 2);
    margin: 0 auto;
  }

  /* .saber-home-premios-imagem:nth-child(4),
  .saber-home-premios-imagem:nth-child(5),
  .saber-home-premios-imagem:nth-child(7) {
    margin-top: 64px;
  } */
}

/**/

#perguntas {
  padding: 96px;
  background-color: #004579;
}

#perguntas .perguntas-group {
  display: flex;
}

#perguntas .perguntas-title {
  font-family: 'Figtree' !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #FFF;
  display: block;
  margin: auto 0;
}

#perguntas .perguntas-text-group {
  width: 30%;
  display: flex;
}

#perguntas .accordion {
  width: 80%;
}

/* depositins */
#depositions {
  background-image: url('./imgs/depositions-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 650px;
}

#depositions header {
  padding: 100px 0 70px 0;
}

#depositions header h2 {
  text-align: center;
  color: #416ebf;
  letter-spacing: 1px;
  font-family: GothamMedium;
}

#depositions header h2 strong {
  font-family: GothamBold;
}

#depositions #depositions-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

#depositions #depositions-imgs img {
  width: 95%;
}

#contact-us-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-start;
  padding: 70px;
  padding-bottom: 30px !important;
  background: #fbfbfb;
}

#contact-us {
  justify-self: end;
  margin-right: 40px;
}

#contact-us-container>div>div {
  margin: 0 0 20px 0;
}

#contact-us h3 {
  color: #416ebf;
  margin-top: 10px;
  font-family: GothamMedium;
}

#contact-us h3 span {
  background: #eeb232;
  padding: 4px 4px;
}

#contact-us-container>div>div {
  display: flex;
  align-items: center;
}

#contact-us-container>div>div>img {
  width: 75px;
  margin-right: 15px;
}

#contact-us-container>div>div>p {
  color: #416ebf;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: GothamBook;
}

#contact-us-container>div>div>a {
  display: flex;
  align-items: center;
}

#contact-us-container>div>div>a>img {
  width: 75px;
  margin-right: 15px;
}

#contact-us-container>div>div>a>p {
  color: #416ebf;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: GothamBook;
}

#saber-home .premio-img-mid {
  display: none !important;
}

#saber-home .premio-img-small {
  display: none !important;
  width: 100%;
}

#saber-home .funciona-slider-img-mid {
  display: none;
}

#saber-home .funciona-slider-img-small {
  display: none;
  width: 100%;
}

#saber-home .comece-img-mid {
  display: none;
}

.saber-home-content {
  left: 6%;
  top: 7%;
  max-width: 328px;
}

.saber-home-content2 {
  left: 1.2%;
  top: 31%;
  max-width: 546px;
}

.saber-home-content p {
  max-width: 524px;
}

.sbaer-home-section4-indicator {
  width: 176px;
}

#saber-home .comece-img-small {
  display: none !important;
}

#saber-home .testimonial-img {
  display: block !important;
}

#saber-home .testimonial-img-small {
  display: none !important;
  width: 100%;
}

.indicators2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0 80px;
}

.indicator2 {
  width: 240px;
  height: 5px;
  border-radius: 8px;
  background-color: #D8D8D8;
  transition: background-color 0.3s;
}

.indicator2.active {
  background-color: #FAA61A;
}

.ganham-slider-img-mid {
  display: none;
}

.ganham-slider-img-small {
  display: none;
}

.ganham-slider2-img-small {
  display: none;
}


@media (max-width: 1280px) {
  #saber-home .carrossel-container {
    max-width: 100vw;
  }

  /* #saber-home .funciona-slider-img-mid {
    display: block;
    width: 100%;
  }

  #saber-home .funciona-slider-img-mid {
    display: block;
    width: 100%;
  } */

  .slide2 {
    background-image: url('./imgs/comece-1-mid.png');
    min-height: 720px;
  }

  .slide3 {
    background-image: url('./imgs/comece-2-mid.png');
    min-height: 720px;
  }

  .slide2 h2,
  .slide3 h2 {
    font-size: 30px;
    max-width: unset;
  }

  .slide2 p,
  .slide3 p {
    font-size: 24px;
  }
}

/* media === 1250 */
@media (max-width: 1250px) {
  #our-work {
    height: 754px;
  }
}

/* media === 1330 */
@media (max-width: 1330px) {
  #our-work {
    height: 790px;
  }
}

@media (max-width: 880px) {
  #our-work {
    background-image: url('./imgs/our-work-background-mb.png');
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  #our-work section {
    display: flex;
    width: 333px;
    flex-direction: column;
    justify-content: initial;
    height: 683px;
  }

  #our-work header {
    padding: 40px 0 70px 0;
    align-self: flex-start;
  }

  #our-work header h2 {
    letter-spacing: 0px;
    font-size: 1.3rem;
  }

  #our-work section div p {
    letter-spacing: 0;
    margin-top: 8px;
    line-height: 1.3;
  }

  #contact-us-container {
    padding: 0;
  }
}

@media (max-width: 834px) {
  .slide2 {
    background-image: url('./imgs/comece-1-small.png');
  }

  .slide3 {
    background-image: url('./imgs/comece-2-small.png');
  }

  .indicator {
    width: 30vw
  }

  .saber-home {
    max-width: 100vw;
  }

  #saber-home .slide2 {
    padding: 11.995vw 5.837vw 0;
  }

  #saber-home .slide2 p {
    font-size: 23px;
    max-width: 100vw;
  }

  #saber-home .slide2 h2 {
    font-size: 26px;
    max-width: 100vw;
  }

  #saber-home .slide3 {
    padding: 11.995vw 5.837vw 0;
    justify-content: flex-end;
    min-height: 670px;
  }

  #saber-home .slide3 p {
    font-size: 21px;
    max-width: 100vw;
  }

  #saber-home .slide3 h2 {
    font-size: 24px;
    max-width: 100vw;
  }

  #saber-home .button2 {
    width: 100%;
  }

  #saber-home .comece-img {
    display: none;
  }

  #saber-home .comece-img-small {
    display: none !important;
  }


  #saber-home .funciona-img-small {
    display: block !important;
  }

  #saber-home .funciona-slider-img-mid {
    display: block;
    width: 100%;
  }

  #saber-home .comece-slider-img-mid {
    display: none;
    width: 100%;
  }

  #saber-home .funciona-slider-img {
    display: none;
  }

  #saber-home .funciona-slider-img-small {
    display: none;
    width: 100%;
  }

  #saber-home .testimonial-img {
    display: block !important;
  }

  #saber-home .testimonial-img-small {
    display: none !important;
    width: 100%;
  }

  #saber-home.premio-title {
    font-size: 3.477vw;
  }

  #saber-home .premio-img-base {
    display: none !important;
    margin-right: 3.333vw !important;
  }

  #saber-home .premio-img-small {
    display: block !important;
    width: 100%;
  }

  #saber-home #premio {
    padding: 25px;
  }

  #saber-home .premio-title {
    font-size: 27px;
  }

  #saber-home .premio-img-mid {
    display: none !important;
    width: 100%;
  }

  #perguntas .perguntas-group {
    display: block;
  }

  #perguntas .perguntas-text-group {
    width: 50%;
  }

  #perguntas .perguntas-title {
    margin-bottom: 80px;
  }

  #perguntas .accordion {
    width: 100%;
  }

  .ganham-slider-img {
    display: none;
  }

  .ganham-slider2-img {
    display: none;
  }

  .ganham-slider2-img-mid {
    display: block;
  }

  .ganham-slider-img-mid {
    display: block;
  }

  .ganham-slider-img-small {
    display: none;
  }

  #saber-home .comece-img-mid {
    display: block;
  }

  .saber-home-content {
    left: 2%;
    top: 7%;
    max-width: 790px;
  }

  .saber-home-content2 {
    left: 2.2%;
    top: 66%;
  }

  .ganham-slider2-img-small {
    display: none;
  }


}

@media (max-width: 768px) {
  .saber-home-content {
    max-width: 80%;
    top: 15%;
  }

  .saber-home-indicator {
    width: 120px;
  }

  .indicator2 {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .saber-home-content h1 {
    font-size: 1.4rem;
  }

  .saber-home-content p {
    font-size: 1rem;
  }

  .saber-home-indicator {
    width: 80px;
  }

  .indicator2 {
    width: 80px;
  }
}

@media (max-width: 440px) {
  #our-work header {
    padding: 26px 0 0px 0;
  }

  #our-work {
    background-size: cover;
    height: 510px;
  }

  #our-work section div {
    margin: 33px 0 0px 100px;
  }

  #our-work section div h3 {
    font-size: 35pt;
  }

  #our-work section div p {
    letter-spacing: 1px;
    margin: 2px 0px;
    line-height: 1;
    font-size: small;
    font-weight: 600;
  }

  #our-work section {
    margin: 14px 0px;
  }

  #our-work-text {
    margin-right: 0px;
  }

  #depositions #depositions-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #depositions #depositions-imgs img {
    width: 80%;
  }

  #depositions header h2 {
    font-size: 1.2rem;
  }

  #depositions header {
    padding: 35px 0 35px 0;
  }

  #contact-us-container {
    padding: 0;
  }

  #contact-us-container div>div>img {
    width: 20px;
    margin-right: 10px;
  }

  #contact-us-container div>div>a>img {
    width: 20px;
    margin-right: 10px;
  }

  #depositions {
    background-image: url('./imgs/depositions-background-mb.png');
  }

  #contact-us-container div>div>p {
    letter-spacing: 0px;
  }

  #contact-us-container div>div>a>p {
    letter-spacing: 0px;
  }

  #contact-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contact-us {
    margin: 0;
  }

  #contact-us-container {
    padding-bottom: 20px;
  }

  #depositions {
    height: 520px;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
}

.carousel-caption {
  bottom: 40px;
}

.btn-carousel-custom {
  border-radius: 30px;
}

@media (max-width: 360px) {
  #saber-home .button3 {
    width: 100%;
  }

  #saber-home .slide2 {
    padding: 15.995vw 3.837vw 93vw;
    height: unset;
  }

  #saber-home .slide2 h2 {
    font-size: 6.667vw;
  }

  #saber-home .slide3 {
    padding: 126vw 4vw 30vw;
  }

  #saber-home .slide3 h2 {
    font-size: 5.667vw;
  }

  #saber-home .slide3 p {
    font-size: 3.833vw;
  }

  #saber-home .comece-img {
    display: none !important;
    width: 100%;
  }

  #saber-home .comece-img-mid {
    display: none !important;
    width: 100%;
  }

  #saber-home .comece-img-small {
    display: block !important;
  }

  #saber-home .funciona-slider-img {
    display: none;
    width: 100%;
  }

  #saber-home .funciona-slider-img-mid {
    display: none;
    width: 100%;
  }

  #saber-home .funciona-slider-img-small {
    display: block;
    width: 100%;
  }

  #saber-home .testimonial-img {
    display: none !important;
  }

  #saber-home .testimonial-img-small {
    display: block !important;
    width: 100%;
  }

  #saber-home #testimonial {
    padding: 13.333vw 0;
  }

  #saber-home #premio {
    padding: 13.333vw 4.444vw;
  }

  #saber-home .premio-img {
    display: none;
  }

  #saber-home .premio-img-mid {
    display: none !important;
  }

  #saber-home .premio-title {
    font-size: 6.111vw;
    padding-left: 24px;
    max-width: 76vw;
  }

  #saber-home #perguntas {
    padding: 13.333vw 4.444vw !important;
  }

  #saber-home .perguntas-title {
    font-size: 6.111vw;
  }

  #saber-home .perguntas-text-group {
    width: 75%;
  }

  .ganham-slider-img {
    display: none;
  }

  .ganham-slider2-img-mid {
    display: none;
  }

  .ganham-slider2-img-small {
    display: block;
  }

  .ganham-slider-img-mid {
    display: none;
  }

  .ganham-slider-img-small {
    display: block;
  }

  .sbaer-home-section4-indicator {
    width: 66px;
  }

  .sbaer-home-section4-slide {
    flex-direction: column;
  }

  .saber-home-content {
    max-width: 46%;
    top: 6%;
  }

  .saber-home-content button {
    width: 100%;
  }

  .saber-home-content2 {
    left: 4.2%;
    top: 58%;
    width: 43%;
  }

  .saber-home-content2 button {
    width: 100%;
  }

  .saber-home-indicator {
    width: 164px;
  }

  .sbaer-home-section4-text {
    padding: 24px;
  }

  .indicators2 {
    padding: 0 24px;
  }

}

@media (max-width: 320px) {
  #our-work section div {
    margin: 20px 0 0px 138px;
  }
}

#register-mb-fixed {
  display: none;
}


@media(max-width: 420px) {
  #register-mb-fixed {
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #eeb232;
    z-index: 1;
  }

  #register-mb-fixed>a {
    border-color: #ab2e1b;
    background-color: #ab2e1b;
    color: #FFFFFF;
    font-weight: bold;
  }
}

.bumper-section {
  text-align: center;
  padding: 128px 16px;
  background-color: #efefef;
}

.horizontal-section {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
}

.tall-outer-container {
  position: relative;
  width: 100%;
}

.sticky-inner-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.horizontal-translate-container {
  position: absolute;
  height: 100%;
  will-change: transform;
}

.cards-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.sample-card {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.container-scroll {
  max-width: 100vw;
  background-color: #004579;
  width: 100%;
  height: auto;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.scroll.active {
  cursor: grab;
  cursor: -webkit-grab;
}

.scroll .card {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #252a32;
  /* $color-black */
  background: #ffffff;
  /* $color-white */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* $box-shadow */
}

.scroll .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 110%;
}

.scroll .card-image img.responsive {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll .card-inner {
  width: 100%;
  height: auto;
  padding: 1rem;
}

@media(min-width: 1920px) {
  #ganham .container-scroll {
    max-width: 1920px !important;
  }

  .carrossel-container {
    max-width: 1920px;
  }
}