body,
html {
  min-height: 100%;
  overflow-y: auto
}

.mobileMenuBar.whiteBg,
.navbarSection.whiteBd,
body {
  background-color: var(--whiteColor)
}

.navUpBar,
.navbarSection {
  width: 100%;
  display: block;
  text-align: center
}

.centerText,
.navUpBar,
.navUpBarText,
.navbarSection {
  text-align: center
}

#callLogin,
#localLogin {
  width: 80px;
  height: 28px
}

.defaultLink,
.navUpBar,
.navbarDropDrown ul {
  background-color: var(--primary)
}

.laboratorySection,
.waveSection {
  background-repeat: no-repeat;
  background-size: cover
}

:root {
  --iceColorTwo: #e6e6e6;
  --maxWidth: 1200px;
  --minWidth: 90%;
  --biggerWidth: 1300px
}

html * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--defaultFont), Arial, sans-serif
}

html {
  scroll-behavior: smooth
}

.normalText {
  font-weight: 400
}

.titleMultiPlatform {
  font-size: 50px
}

.checklist {
  padding: 30px;
  border-radius: 8px
}

.checklist .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 15px
}

.checklist .check {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0
}

.checklist .text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4
}

.defaultLink {
  color: var(--whiteColor)
}

.navbarSection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8999
}

.navUpBar {
  padding: 15px 0
}

.navUpBarText {
  font-size: 18px;
  line-height: 20px;
  color: var(--whiteColor);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 21px;
  margin: auto;
  font-weight: 700
}

.dropDrowLink,
.navLink,
.navLinkItem {
  color: var(--whiteColor);
  font-size: 14px;
  text-decoration: none
}

.navContainer {
  max-width: var(--maxWidth);
  width: var(--minWidth);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0
}

.navBarImgLink {
  max-width: 200px;
  width: calc(100% - 50px)
}

.navLogoImg,
.resourcesLeftTextBox .resourcesLeftImg {
  width: 100%
}

.navLinksBox {
  width: calc(100% - 200px);
  height: 28px;
  min-width: 529px;
  justify-content: end;
  align-items: center;
  list-style: none;
  column-gap: 20px;
  display: flex;
  visibility: visible
}

.advantagesSlide-list,
.ensinaAibackgroundImage,
.navLinksBox.closedMenu {
  display: flex
}

.navLink,
.navLinkItem {
  transition: .3s;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  min-width: 80px;
  min-height: 18px
}

.navLinkItem span {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  transition: color .3s, fill .3s
}

.navLinkItem span,
.navLinkItem span * {
  color: inherit;
  fill: currentColor;
  transition: inherit
}

#callLogin:hover,
.navLink:hover,
.navLinkItem:hover {
  color: var(--primary);
  fill: var(--primary)
}

.navbarDropDrown {
  width: auto;
  position: relative;
  display: flex;
  column-gap: 15px;
  color: var(--whiteColor)
}

.navbarDropDrown ul {
  position: absolute;
  top: 25px;
  left: auto;
  right: 0;
  width: auto;
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  white-space: nowrap;
  list-style: none;
  border-radius: 0 0 5px 5px;
  color: var(--primary);
  border: 2px solid currentColor;
  overflow: hidden
}

.dropDrownItem {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start
}

.mobileImg,
.mobileMenu,
.mobileMenuBar.secondBar,
.playing {
  display: none
}

.dropDrowLink {
  width: 100%;
  padding: 10px;
  font-weight: 600;
  text-align: start
}

.headerSubtitle,
.headerTitle {
  text-align: center;
  font-weight: 700
}

.dropDrowLink:hover {
  color: var(--primary);
  background-color: var(--whiteColor)
}

#callLogin {
  border: 1px solid currentColor;
  padding: 5px 10px
}

.form-login-title {
  color: var(--whiteColor) !important
}

.dropDrownIcon {
  width: 13px;
  fill: var(--whiteColor);
  transition: .3s
}

.blackColor,
.navLinkItem span .blackColor,
.navLinkItem span.blackColor {
  color: var(--blackColor)
}

.dropDrownIcon.upPosition,
.featuresIcon.rotatorIcon {
  transform: rotateX(180deg)
}

.mobileMenu {
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  cursor: pointer;
  overflow: hidden
}

.mobileMenuBar {
  width: 35px;
  height: 2px;
  border-radius: 5px;
  transition: .3s;
  position: relative
}

.mobileMenuBar.firstBar {
  transform: rotate(45deg);
  position: absolute;
  width: 35px
}

.mobileMenuBar.thirdBar {
  transform: rotate(-45deg);
  position: absolute;
  width: 35px
}

.mobileMenuBar.blackBg {
  background-color: var(--blackColor)
}

.headerSection {
  width: 100%;
  margin-top: 49px;
  position: relative;
  aspect-ratio: 1920/742
}

.bannerImage {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  inset: 0
}

.headerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
  max-width: var(--maxWidth);
  width: var(--minWidth);
  margin: auto;
  height: 100%
}

.headerSubtitle {
  font-size: 20px;
  color: var(--whiteColor);
  margin-bottom: 10px
}

.headerContainer hr {
  max-width: 290px;
  width: 90%;
  border: none;
  background-color: var(--whiteColor);
  height: 2px;
  margin-bottom: 10px
}

.defaultLink,
.headerPopupLink {
  border-radius: 50px;
  transition: .3s;
  color: var(--whiteColor);
  text-decoration: none
}

.headerTitle {
  color: var(--whiteColor);
  font-size: 52px;
  line-height: 55px;
  width: 100%;
  margin-bottom: 30px
}

.headerPopupLink,
.headerPopupText {
  margin-bottom: 20px;
  text-align: center
}

.defaultLink {
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  padding: 11px 35px;
  white-space: nowrap
}

.defaultLink:hover,
.featureLink:hover,
.headerPopupLink:hover {
  transform: scale(1.03)
}

.defaultLink:active,
.featureLink:active,
.headerPopupLink:active,
i.advantagesSlide-button:active {
  filter: brightness(75%)
}

.headerPopup {
  position: fixed;
  top: 150px;
  right: 50px;
  left: auto;
  background-color: var(--whiteColor);
  width: auto;
  opacity: .2;
  transform: scale(0);
  z-index: 99999999
}

.headerPopup.openPopup {
  display: block;
  animation: .5s ease-in-out forwards showPopup
}

@keyframes showPopup {
  0% {
    opacity: .2;
    transform: scale(0)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.headerPopupContainer {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 40px 50px;
  position: relative;
  box-shadow: 0 0 41px -16px #00000036
}

.headerPopupContainerImg {
  position: absolute;
  top: -62px;
  left: -24px;
  width: 70%
}

.headerClosedPopupIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  width: 35px;
  cursor: pointer;
  transition: .3s;
  fill: var(--blackColor)
}

.textCalltoAction,
.textEnsinaAi {
  max-height: 75%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.headerClosedPopupIcon:hover {
  transform: scale(1.05)
}

.headerClosedPopupIcon:active {
  transform: rotate(15deg)
}

.headerPopupTitle {
  font-size: 65px;
  font-weight: 700
}

.headerPopupText {
  font-size: 18px;
  font-weight: 500;
  max-width: 215px;
  width: 100%
}

.headerPopupLink {
  font-size: 17px;
  line-height: 20px;
  background-color: var(--primary);
  font-weight: 700;
  padding: 10px 25px
}

.popupLogo {
  max-width: 220px;
  width: 100%
}

.resourcesSection {
  width: 100%;
  background-color: var(--whiteColor);
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1
}

.resourcesContainer .benefits-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.resourcesContainer .benefits-list li {
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative;
  font-weight: 600
}

.proPointsContainer .benefits-list li::before,
.resourcesContainer .benefits-list li::before {
  content: "·";
  position: absolute;
  left: -10px;
  font-size: 1.5rem
}

.advantagesContainer,
.resourcesContainer {
  max-width: var(--maxWidth);
  width: var(--minWidth);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.ensinaAiText.textOne,
.ensinaAiText.textTwo,
.resourcesLogo {
  max-width: 550px
}

.resourcesContainer .resourcesRightTextBox:nth-child(6) {
  margin-bottom: 0
}

.resourcesLogo {
  width: 100%;
  margin-bottom: 40px
}

.resourcesTitle {
  text-align: center;
  max-width: 630px;
  width: 100%;
  margin-bottom: 15px;
  line-height: 39px;
  font-size: 50px
}

.resourcesText {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 765px;
  width: 100%
}

.resourcesRightTextBox {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 80px;
  justify-content: center;
  align-items: center;
  position: relative
}

.resourcesRightTextBox:first-child {
  margin-top: -95px;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 70px
}

.resourcesRightTextContent {
  position: absolute;
  left: 0;
  bottom: 100px;
  max-width: 270px;
  right: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start
}

.resourcesLeftImg {
  object-fit: cover;
  width: 70%;
  height: auto
}

.img1200x737 {
  aspect-ratio: 1200/737
}

.img453x279 {
  aspect-ratio: 453/279
}

.img1200x971 {
  aspect-ratio: 1200/971
}

.img448x363 {
  aspect-ratio: 448/363
}

.img1200x752 {
  aspect-ratio: 1200/752
}

.img477x286 {
  aspect-ratio: 477/286
}

.img896x1154 {
  aspect-ratio: 896/1154
}

.img1200x1269 {
  aspect-ratio: 1200/1269
}

.img1200x746 {
  aspect-ratio: 1200/746
}

.img345x222 {
  aspect-ratio: 345/222
}

.img1182x1103 {
  aspect-ratio: 1182/1103
}

.resourcesLeftText {
  text-align: start;
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 500
}

.boldText,
.videoTitle span {
  font-weight: 700
}

.resourcesContainer .resourcesRightTextBox:nth-child(5) {
  flex-direction: column;
  justify-content: center
}

.resourcesRightTextImgContent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.resourcesRightImage {
  width: 60%;
  height: auto;
  object-fit: cover
}

.resourcesRightTextImgBox {
  position: absolute;
  right: 0;
  bottom: calc(50% - 20px);
  display: flex;
  flex-direction: column
}

.resourcesRightTextBox:nth-child(2) .resourcesRightTextImgBox {
  bottom: 47%
}

.resourcesRightTextBox:nth-child(3) .resourcesRightTextImgBox {
  bottom: 30%;
  padding-right: 100px
}

.resourcesRightTextBox:nth-child(3) .resourcesRightTextBox {
  bottom: 30%
}

.resourcesRightTextBox:nth-child(3) {
  padding-top: 100px
}

.resourcesRightTitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 35px;
  text-align: end
}

.resourcesRightText {
  font-size: 18px;
  font-weight: 500;
  text-align: end;
  line-height: 22px;
  margin-bottom: 20px
}

.resourcesRightTextBox:nth-child(2) p {
  text-align: end
}

.resourcesRightTextBox:nth-child(3) p {
  text-align: start
}

.resourcesLeftTextBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 35px;
  padding-left: 470px
}

.resourcesLeftTextContent {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start
}

.resourcesLeftTitle {
  text-align: start;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
  font-weight: 700
}

.resourcesLeftSimpleText {
  font-size: 17px;
  line-height: 20px;
  text-align: start;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 410px
}

.resourcesCenterTextBox {
  width: 100%;
  padding: 50px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.resourcesCenterTitle {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px
}

.resourcesCenterSimpleText {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 450px
}

.resourcesElementsBox {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center
}

.resourcesElementsContent {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 230px;
  z-index: 1
}

.resourcesElementsBox img {
  width: 53%
}

.laboratorySection {
  width: 100%;
  padding: 20% 0 15px;
  position: relative;
  background-image: url(../img/Pattern/Laboratory/fundo_seção_laboratórios.jpg);
  background-position: top;
  margin-top: -2px;
  z-index: 1
}

.fagWave,
.waveSection {
  background-image: url(../img/wave-desktop.jpg)
}

.galleryLaboratorySection {
  height: fit-content;
  margin-top: 5rem
}

div.galleryContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem
}

section.galleryContainerSection {
  width: var(--minWidth);
  max-width: var(--maxWidth);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row
}

div.rowGallery {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap
}

div.rowGallery>.columnGallery {
  padding: 12px
}

div.columnGallery {
  float: left;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center
}

div.columnGallery img {
  width: 17.25rem;
  border-radius: .5rem
}

div.modalGallery {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 5rem 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--secundary)
}

div.modal-contentGallery {
  position: relative;
  background-color: var(--primary);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px
}

span.closeButtonModalGallery {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 20px;
  font-weight: 700
}

span.closeButtonModalGallery:focus,
span.closeButtonModalGallery:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer
}

div.mySlidesGallery {
  display: none;
  justify-content: center;
  align-items: center
}

div.mySlidesGallery img {
  width: 60%
}

.cursorItemGallery,
img.cursorItemGallery {
  cursor: pointer
}

a.nextButtonGallery,
a.prevButtonGallery {
  cursor: pointer;
  position: absolute;
  top: 32%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: .6s;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none
}

.featureLink,
.featuresCardBox,
.featuresIcon,
img.hover-shadowItemGallery {
  transition: .3s
}

a.nextButtonGallery {
  right: 0;
  border-radius: 3px 0 0 3px
}

.nextButtonGallery:hover,
.prevButtonGallery:hover,
a.nextButtonGallery:hover,
a.prevButtonGallery:hover {
  background-color: rgba(0, 0, 0, .8)
}

div.numbertextItemGallery {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0
}

div.caption-containerGallery {
  text-align: center;
  background-color: var(--secundary);
  padding: 2rem;
  color: #fff
}

section.selectItemsGallery {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding: .5rem;
  background-color: var(--secundary)
}

img.demoImageSelectorGallery {
  opacity: .5;
  max-height: 8rem
}

img.activeItemGallery,
img.demoImageSelectorGallery:hover {
  opacity: 1
}

img.hover-shadowItemGallery:hover {
  transform: scale(1.1)
}

.callToActionContainer,
.ensinaAiContainer,
.laboratoryContainer {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: var(--whiteColor)
}

.ensinaAiContainer .defaultLink,
.laboratoryContainer .defaultLink {
  background-color: var(--primary)
}

.textEnsinaAi {
  width: 45%;
  height: fit-content;
  position: absolute;
  left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.textEnsinaAi img {
  width: 75%
}

@media (max-width:940px) {
  .nextRow {
    display: none
  }

  .textEnsinaAi .checklist {
    padding: 0
  }

  .textEnsinaAi img {
    width: 65%
  }
}

@media (max-width:750px) {

  .textEnsinaAi .checklist .check,
  .textEnsinaAi .checklist .text {
    font-size: 14px
  }
}

@media (max-width:575px) {
  .textEnsinaAi {
    width: 65%;
    left: 1.25rem
  }

  .textEnsinaAi img {
    width: 80%
  }

  .textEnsinaAi h1 {
    font-size: 26px
  }
}

@media (max-width:426px) {
  .textEnsinaAi {
    width: 65%;
    left: 1.25rem
  }

  .textEnsinaAi img {
    width: 70%
  }

  .textEnsinaAi h1 {
    font-size: 20px
  }
}

@media (max-width:336px) {
  .textEnsinaAi {
    width: 75%;
    left: 1.25rem
  }

  .textEnsinaAi h1 {
    font-size: 18px
  }
}

.ensinaAiBackground {
  width: 100%;
  height: auto
}

.ensinaIaTitle {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 40px
}

.ensinaAiImgNoteOne {
  max-width: 740px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px
}

.img1200x997 {
  aspect-ratio: 1200/997
}

.ensinaAiImgLogo {
  max-width: 340px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 50px
}

.img621x228 {
  aspect-ratio: 621/228
}

.ensinaAiImgNoteTwo {
  max-width: 1800px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px
}

.img1800x738 {
  aspect-ratio: 1800/738
}

.ensinaAiSubTitle {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px
}

.advantagesTitle,
.ensinaAiText {
  font-size: 17px;
  text-align: center
}

.ensinaAiText {
  line-height: 28px;
  margin-bottom: 20px
}

.ensinaAiText.textThree {
  max-width: 536px
}

.proPointsContainer {
  width: 100%;
  height: fit-content;
  background-color: #2d3e4e
}

.proPointsContainer .proPoint-section {
  background-color: #3a4a5a
}

.proPointsContainer .container {
  margin: 0 auto;
  display: flex;
  flex-direction: row
}

.proPointsContainer .containerRight {
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse
}

.proPointsContainer .content {
  color: #fff;
  flex: 1;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.proPointsContainer .image {
  flex: 1;
  order: 1
}

.proPointsContainer .content h2 {
  font-size: 2.15rem;
  margin-bottom: 25px;
  font-weight: 700
}

.proPointsContainer .benefits-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.proPointsContainer .benefits-list li {
  font-size: 1rem;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative
}

.proPointsContainer .image img {
  width: 100%;
  height: 100%;
  display: block
}

@media (max-width:1300px) {
  .proPointsContainer .content h2 {
    font-size: 1.9rem;
    margin-left: 3rem
  }

  .proPointsContainer .benefits-list li {
    font-size: .9rem
  }

  .proPointsContainer .benefits-list {
    margin-left: 4rem
  }
}

@media (max-width:920px) {
  .proPointsContainer .content h2 {
    font-size: 22px;
    margin-left: 3rem
  }

  .proPointsContainer .benefits-list li {
    font-size: 12px
  }

  .proPointsContainer .benefits-list {
    margin-left: 3rem
  }
}

.textCalltoAction {
  width: 45%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem
}

.textCalltoAction h1 {
  font-size: 40px
}

.textCalltoAction p {
  font-size: 22px
}

@media (max-width:940px) {
  .textCalltoAction h1 {
    font-size: 32px
  }

  .textCalltoAction p {
    font-size: 16px
  }

  .textCalltoAction a {
    font-size: 14px
  }
}

@media (max-width:747px) {
  .textCalltoAction h1 {
    font-size: 22px
  }

  .textCalltoAction p {
    font-size: 12px
  }

  .textCalltoAction a {
    font-size: 13px;
    transform: scale(.85)
  }
}

@media (max-width:576px) {
  .textCalltoAction h1 {
    font-size: 32px
  }

  .textCalltoAction p {
    font-size: 16px
  }

  .textCalltoAction a {
    font-size: 14px
  }

  .textCalltoAction {
    width: 90%;
    left: 50%;
    top: 45%;
    transform: translateX(-50%)
  }
}

@media (max-width:340px) {
  .textCalltoAction h1 {
    font-size: 20px
  }

  .textCalltoAction p {
    font-size: 11px
  }

  .textCalltoAction a {
    font-size: 8px
  }

  .textCalltoAction {
    row-gap: 1rem
  }
}

.faqSection {
  width: 100%;
  background-color: var(--whiteColor);
  color: var(--blackColor)
}

.fagWave {
  width: 99vw;
  object-fit: cover
}

.advantagesSection {
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 2
}

.featuresSection,
.videoSection,
.weCallYouSection {
  background-color: var(--whiteColor)
}

.advantagesTitle {
  line-height: 40px;
  max-width: 850px;
  margin-bottom: 50px
}

.titleFontSize {
  font-size: 32px
}

.patternFontSize {
  font-size: 17px
}

.advantagesCardBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 60px
}

.advantageItem {
  max-width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center
}

.advantageImg {
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px
}

.advantageCardTitle {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--primary)
}

.advantageCardText {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500
}

.advantagesSlideTitle,
.featuresTitle,
.videoTitle {
  text-align: center;
  font-size: 35px;
  line-height: 40px
}

.slideAdvantagesSlide-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%
}

.advantagesSlideTitle {
  font-weight: 900;
  margin-bottom: 30px
}

.advantagesSlide-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative
}

div.advantagesSlideChangeBtnBox {
  position: absolute;
  bottom: calc(50%);
  right: 0;
  left: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

i.advantagesSlide-button {
  z-index: 2;
  cursor: pointer;
  font-size: 54px;
  color: var(--primary);
  transition: .3s;
  padding: 3px 10px;
  border-radius: 50%
}

i.advantagesSlide-button:hover {
  background-color: #cccccc36
}

div.advantagesSlide-item {
  flex-shrink: 0;
  background-color: transparent;
  width: 100%
}

div.advantagesSlideContentItem {
  max-width: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 40px;
  user-select: none
}

img.advantagesSlideItemImg {
  width: 250px
}

div.advantagesSlideItemContent {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center
}

p.advantagesSlideTitleItem {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px
}

p.advantagesSlideTextItem {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500
}

.advantagesSlide-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin: 30px auto 0
}

.videoContainer,
.weCallYouContainer {
  max-width: var(--maxWidth);
  margin: auto
}

.advantagesSlide-controls .advantagesSlide-control-button {
  background-color: transparent;
  color: transparent;
  font-size: 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0
}

.advantagesSlide-controls .advantagesSlide-control-button.activeAdvantages {
  color: var(--whiteColor);
  background-color: var(--whiteColor);
  border-radius: 50%
}

button.active-advantagesSlide {
  color: transparent;
  background-color: var(--primary);
  border-radius: 50%
}

.weCallYouSection {
  width: 100%;
  padding: 50px 0
}

.weCallYouContainer {
  width: var(--minWidth);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0
}

.featuresBox,
.videoContentBox {
  display: flex;
  flex-direction: column
}

.weCallYouImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/609;
  object-fit: cover
}

.videoSection {
  width: 100%;
  padding: 30px 0 100px;
  color: var(--blackColor)
}

.videoContainer {
  width: var(--minWidth);
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px
}

.videoContainer .defaultLink {
  position: absolute;
  width: 261.45px;
  display: inline-table;
  left: calc(50% - 130.725px);
  top: 0;
  text-align: center
}

.videoTitle {
  font-weight: 500;
  margin: 0 auto 50px;
  max-width: 695px
}

.videoContentBox {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 1088/510;
  margin: auto;
  justify-content: center;
  align-items: center;
  position: relative
}

.featuresCardBox,
.featuresContainer {
  max-width: var(--maxWidth);
  column-gap: 50px
}

.videoThumbImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer
}

.videoContentBox iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.featuresSection {
  width: 100%;
  text-align: center;
  padding-bottom: 25px
}

.featureLink,
.featuresHeader {
  background-color: var(--primary)
}

.featuresContainer {
  width: var(--minWidth);
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  row-gap: 70px
}

.featuresBox {
  width: 100%;
  justify-content: center;
  align-items: center
}

.featuresHeader {
  width: 100%;
  padding: 30px 0 10px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--whiteColor);
  cursor: pointer
}

.featuresTitle {
  font-weight: 700
}

.featuresIcon {
  width: 35px;
  fill: var(--whiteColor);
  stroke: var(--whiteColor);
  stroke-width: 2px
}

.featuresCardBox {
  width: var(--minWidth);
  height: 0;
  overflow: hidden;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 0
}

.featuresCardBox.showFeatures {
  height: auto;
  row-gap: 80px;
  padding: 50px 0 80px
}

.featuresCard {
  max-width: 235px;
  width: 48%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  color: var(--blackColor)
}

.featureContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center
}

.featuresImage {
  width: 80px;
  height: auto;
  object-fit: cover;
  margin: 0 auto 10px;
  border-radius: 50%;
  aspect-ratio: 1/1
}

.featureCardText,
.featureCardTitle {
  margin-bottom: 10px;
  text-align: center
}

.featureCardTitle {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700
}

.featureCardText {
  font-size: 16px;
  line-height: 23px
}

.featureLink {
  text-decoration: none;
  color: var(--whiteColor);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 50px;
  white-space: nowrap
}

.testimonySection {
  width: 100%;
  background-color: var(--whiteColor);
  padding: 50px 0 20px
}

.testimonyContainer {
  max-width: var(--maxWidth);
  width: var(--minWidth);
  margin: auto;
  position: relative
}

.testimonyContainer .defaultLink {
  position: absolute;
  right: calc(50% - 126px);
  top: 0
}

.testimonyTitle {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 80px
}

.splideContainer {
  width: 100%;
  position: relative
}

.waveSection {
  width: 100%;
  background-position: center;
  height: 270px
}

@media (max-width:2000px) {
  .headerPopup {
    right: 20%
  }

  .featuresCard {
    max-width: 262px
  }
}

@media (max-width:1800px) {
  .headerPopup {
    right: 20%
  }

  .featuresCard {
    max-width: 262px
  }
}

@media (max-width:1600px) {
  .headerPopup {
    right: 10%
  }
}

@media (max-width:1400px) {
  .headerPopup {
    right: 50px
  }

  .featuresCardBox {
    max-width: 1080px
  }

  .featuresCard {
    max-width: 232px
  }
}

@media (max-width:1200px) {
  .headerContainer {
    padding-bottom: 90px
  }

  .resourcesLeftImg {
    width: 89%;
    margin: 0 0 0 auto
  }

  .resourcesRightImage {
    width: 78%;
    margin: 0 auto 0 0
  }

  .resourcesRightTextBox:nth-child(3) .resourcesRightTextImgBox {
    padding-right: 30px
  }

  .resourcesCenterTextBox .resourcesLeftImg {
    margin: 0 auto 20px;
    width: 100%
  }

  .resourcesElementsBox img {
    width: 63%;
    margin-left: -135px
  }

  .featuresCardBox {
    max-width: 890px
  }

  .featuresCard {
    max-width: 263px
  }
}

@media (max-width:992px) {

  .dropDrowLink,
  .navLinkItem {
    text-align: start;
    color: var(--blackColor)
  }

  .dropDrowLink,
  .navLink,
  .navLinkItem,
  .navbarDropDrown {
    color: var(--blackColor)
  }

  .navLinksBox {
    position: fixed;
    top: 111px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px 45px;
    background-color: var(--whiteColor);
    row-gap: 20px;
    border-top: 1px solid #0000001f
  }

  .mobileMenu {
    display: flex
  }

  .navbarDropDrown {
    display: flex;
    flex-direction: column;
    align-items: start
  }

  .navbarDropDrown ul {
    background-color: transparent;
    position: relative;
    border: none;
    top: 5px;
    padding-left: 10px
  }

  #form-login {
    margin-left: 0 !important
  }

  .resourcesRightTextBox:nth-child(3) .resourcesRightTextImgBox {
    padding-right: 0
  }

  .resourcesRightImage {
    width: 62%;
    margin: 0 auto 0 0
  }

  .resourcesLeftTextBox .resourcesLeftImg {
    width: 100%;
    margin: 0
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) {
    margin-top: 50px
  }

  .resourcesElementsContent {
    max-width: 375px
  }

  .laboratorySection {
    padding: 26% 0 60px
  }

  .videoTitle {
    font-size: 31px
  }

  .presentationLinkBtnBox {
    width: 83%
  }

  .presentationDynamicTextBox {
    margin-bottom: 72px;
    max-width: 550px
  }

  .presentationText {
    font-size: 17px;
    line-height: 32px
  }

  .featuresCardBox {
    max-width: 695px
  }

  .featuresCard {
    max-width: 28%
  }

  .waveSection {
    height: 229px
  }
}

@media (max-width:768px) {

  .proPointsContainer .container,
  .proPointsContainer .containerRight {
    flex-direction: column;
    align-items: center
  }

  .proPointsContainer .content {
    width: 100%;
    padding: 2rem
  }

  .proPointsContainer .benefits-list,
  .proPointsContainer .content h2 {
    margin-left: 0
  }

  .headerSubtitle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px
  }

  .headerTitle {
    font-size: 35px;
    line-height: 37px
  }

  .headerContainer hr {
    max-width: 250px;
    margin-bottom: 5px
  }

  .resourcesTitle {
    line-height: 36px;
    font-size: 26px
  }

  .resourcesRightTextImgContent {
    height: auto;
    flex-direction: column;
    align-items: end
  }

  .resourcesRightTextImgBox {
    position: static
  }

  .resourcesRightTextBox:first-child {
    margin-top: 0
  }

  .resourcesRightTextContent {
    max-width: 190px;
    margin-left: 0
  }

  .resourcesLeftText {
    font-size: 25px
  }

  .resourcesRightImage {
    width: 100%;
    margin: 0
  }

  .resourcesRightTextBox:nth-child(2) .defaultLink {
    margin: 175px 0 0 auto
  }

  .resourcesRightTextBox:nth-child(2) .resourcesRightTextImgBox {
    bottom: -37%
  }

  .resourcesRightTextBox:nth-child(3) {
    padding-top: 190px;
    padding-bottom: 70px
  }

  .resourcesRightTextBox:nth-child(3) .resourcesRightTextImgBox {
    padding-right: 0;
    top: -90px;
    bottom: -60px;
    align-items: end;
    width: 100%
  }

  .resourcesRightTextBox:nth-child(3) p {
    text-align: end;
    max-width: 299px
  }

  .resourcesRightTextBox:nth-child(3) .resourcesRightTextImgBox .defaultLink {
    margin: 293px auto 0;
    position: absolute;
    bottom: 0;
    width: auto;
    white-space: nowrap;
    right: 0;
    left: 0;
    display: inline-table;
    text-align: center
  }

  .resourcesLeftTextBox {
    padding: 40px 0 85px;
    position: relative
  }

  .resourcesLeftTextBox .resourcesLeftImg {
    width: 100%;
    margin: 300px 0 0
  }

  .resourcesLeftTextContent p {
    max-width: 420px
  }

  .resourcesLeftTextContent {
    height: 100%;
    width: 100%
  }

  .resourcesLeftTextContent .defaultLink {
    margin: auto;
    position: absolute;
    bottom: 120px;
    width: auto;
    white-space: nowrap;
    right: 0;
    left: 0;
    display: inline-table;
    text-align: center
  }

  .resourcesElementsBox {
    flex-direction: column;
    height: auto;
    position: relative;
    padding-bottom: 50px
  }

  .resourcesElementsContent {
    margin: 0;
    align-items: center
  }

  .resourcesRightTitle {
    font-size: 20px;
    line-height: 25px
  }

  .presentationText,
  .resourcesRightText {
    line-height: 22px;
    font-size: 16px
  }

  .resourcesRightText {
    max-width: 300px;
    margin: 0 0 20px auto
  }

  .resourcesElementsBox .defaultLink {
    position: absolute;
    bottom: 0
  }

  .resourcesElementsBox p {
    text-align: center
  }

  .resourcesCenterTextBox {
    padding: 50px 0
  }

  .resourcesElementsBox img {
    width: 100%;
    margin-left: 0
  }

  .laboratorySection {
    padding: 35% 0 40px
  }

  .presentationDynamicTextBox {
    margin-bottom: 10px;
    max-width: 430px
  }

  .presentationLinkBtnBox {
    width: 100%
  }

  .presentationLinkBtnBox .defaultLink {
    font-size: 16px;
    line-height: 18px
  }

  .videoTitle {
    font-size: 23px;
    line-height: 30px
  }

  .advantagesCardBox {
    row-gap: 40px;
    column-gap: 20px
  }

  .advantageItem {
    max-width: 264px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center
  }

  .featuresCard {
    max-width: 45%
  }
}

@media (max-width:576px) {
  .patternFontSize {
    font-size: 14px
  }

  .laboratoryContainer {
    padding: 2rem
  }

  .headerContainer {
    padding-bottom: 0
  }

  .headerSection {
    aspect-ratio: 580/617
  }

  .headerPopup {
    max-width: 300px;
    width: 100%;
    top: 140px;
    right: calc(50% - 150px);
    left: auto
  }

  .resourcesSection {
    padding-top: 60px
  }

  .resourcesLeftText {
    font-size: 19px
  }

  .defaultLink {
    font-size: 14px;
    padding: 7px 27px
  }

  .resourcesRightTextContent {
    bottom: 20%;
    max-width: 150px
  }

  .testimonyContainer .defaultLink {
    right: calc(50% - 94px)
  }

  .headerTitle {
    font-size: 30px;
    line-height: 39px
  }

  .resourcesRightTitle {
    font-size: 20px;
    line-height: 26px;
    text-align: end
  }

  .resourcesRightText {
    font-size: 16px;
    line-height: 20px
  }

  .desktopImg {
    display: none
  }

  .mobileImg {
    display: block
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(5) .resourcesRightTextImgContent {
    height: 400px
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(5) .resourcesRightTextImgContent .resourcesRightTextImgBox {
    bottom: 0
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(5) .resourcesRightTextImgContent .resourcesRightImage {
    width: 80%;
    margin: 0 auto auto 0
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent {
    height: 430px
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) {
    margin-top: 0
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightTextImgBox {
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightTitle {
    width: 100%
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightText {
    margin-bottom: 50px
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightImage {
    width: 80%;
    margin: 25px auto auto 0
  }

  .resourcesLeftTitle {
    font-size: 20px;
    line-height: 26px
  }

  .resourcesCenterSimpleText,
  .resourcesLeftSimpleText {
    font-size: 16px
  }

  .resourcesLeftTextBox {
    position: relative;
    height: 990px;
    align-items: end;
    margin-bottom: 50px
  }

  .resourcesLeftTextContent .defaultLink {
    position: absolute;
    right: 0;
    left: 0;
    width: 249px;
    margin: auto;
    white-space: nowrap
  }

  .resourcesCenterTitle {
    font-size: 20px;
    line-height: 24px
  }

  .resourcesLeftTextContent {
    top: 128px
  }

  .featuresContainer {
    column-gap: 20px
  }

  .ensinaAiImgLogo {
    max-width: 270px
  }

  .ensinaIaTitle {
    font-size: 25px;
    line-height: 30px
  }

  .ensinaAiSubTitle {
    font-size: 18px
  }

  .ensinaAiText {
    font-size: 16px;
    line-height: 26px
  }

  .videoTitle,
  p.advantagesSlideTitleItem {
    font-size: 25px
  }

  .presentationSection {
    width: 100%;
    background-image: url(../img/FUNDO-BRANCO_NUMEROS.jpeg);
    aspect-ratio: 580/1075;
    margin-top: -2px
  }

  .presentationDynamicTextBox {
    max-width: 370px;
    margin-bottom: 51px
  }

  .presentationLinkBtnBox {
    flex-direction: column
  }

  .presentationLink {
    width: 100%;
    order: 2
  }

  .presentationLinkBtnBox .defaultLink {
    margin-bottom: 40px
  }

  .advantagesTitle {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    max-width: 320px
  }

  div.advantagesSlideContentItem {
    row-gap: 15px
  }

  img.advantagesSlideItemImg {
    width: 170px
  }

  p.advantagesSlideTextItem {
    font-size: 18px;
    line-height: 28px
  }

  div.advantagesSlideImgBox {
    max-width: 180px !important;
    border-radius: 0
  }

  .videoTitle {
    line-height: 30px;
    width: 90%;
    margin: 50px auto
  }

  .featuresCardBox {
    justify-content: space-between;
    column-gap: 15px
  }

  .featuresImage {
    width: 80px
  }

  .featureCardTitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
  }

  .featureCardText {
    font-size: 15px;
    line-height: 20px
  }

  .featuresCard {
    min-height: 375px
  }
}

@media (max-width:500px) {
  .presentationDynamicTextBox {
    max-width: 80%
  }

  .presentationContainer {
    padding-top: 35%;
    justify-content: space-between;
    padding-bottom: 34%
  }
}

@media (max-width:440px) {
  .resourcesLeftTextBox {
    padding: 304px 0 15%
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(5) .resourcesRightTextImgContent .resourcesRightImage {
    width: 90%
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightImage {
    width: 100%
  }

  .laboratorySection {
    padding: 40% 0 40px
  }
}

@media (max-width:400px) {
  .resourcesLeftTextBox {
    height: 950px
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightText {
    margin-bottom: 10px
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) {
    margin-bottom: -50px
  }

  .presentationDynamicTextBox {
    max-width: 90%;
    margin-bottom: 20px
  }

  .presentationText {
    font-size: 14px;
    line-height: 18px
  }

  .presentationLinkBtnBox .defaultLink {
    margin-bottom: 25px
  }

  .presentationContainer {
    padding-top: 110px
  }
}

@media (max-width:330px) {
  .presentationDynamicTextBox {
    max-width: 100%;
    margin-bottom: 15px
  }

  .presentationLinkBtnBox .defaultLink {
    margin-bottom: 15px
  }

  .downloadLink {
    display: none
  }

  .presentationLink {
    font-size: 13px;
    text-align: center
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(5) .resourcesRightTextImgContent .resourcesRightImage {
    width: 100%
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) .resourcesRightTextImgContent .resourcesRightText {
    margin-bottom: 180px
  }

  .resourcesContainer .resourcesRightTextBox:nth-child(6) {
    margin-bottom: -65px
  }
}

@media (max-width:316px) {
  .navLinksBox {
    top: 132px
  }

  .presentationContainer {
    padding-top: 85px
  }
}

.galleryLaboratorySection {
  width: 100%;
  position: relative;
  z-index: 1
}

.galleryContainer {
  width: 100%;
  padding: 20px
}

.galleryContainerSection {
  max-width: var(--maxWidth);
  width: var(--minWidth);
  margin: auto
}

.rowGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px
}

.modalGallery {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(62, 2, 114, .98);
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.modalGallery.show {
  display: flex !important
}

.modal-contentGallery {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.closeButtonModalGallery,
.nextButtonGallery,
.prevButtonGallery {
  position: absolute;
  font-weight: 700;
  transition: .3s;
  z-index: 1000000000;
  color: #fff
}

.closeButtonModalGallery {
  top: 10px;
  right: 25px;
  font-size: 35px
}

.closeButtonModalGallery:focus,
.closeButtonModalGallery:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer
}

.mySlidesGalleryContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px
}

.mySlidesGallery {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%
}

.mySlidesGallery img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain
}

.mySlidesGallery iframe {
  width: 100%;
  height: 51vh;
  max-width: 100%;
  border: none;
  aspect-ratio: 16/9
}

.nextButtonGallery,
.prevButtonGallery {
  cursor: pointer;
  top: 50%;
  padding: 16px;
  margin-top: -50px;
  font-size: 30px;
  user-select: none;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px
}

.caption-containerGallery {
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  padding: 15px;
  color: #fff
}

#caption-galleryText {
  margin: 0;
  font-size: 18px
}

.selectItemsGallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap
}

.demoImageSelectorGallery {
  opacity: .6;
  cursor: pointer;
  transition: opacity .3s;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent
}

.demoImageSelectorGallery.activeItemGallery,
.demoImageSelectorGallery:hover {
  opacity: 1;
  border-color: #fff
}

@media (max-width:768px) {
  .modal-contentGallery {
    width: 95%
  }

  .nextButtonGallery,
  .prevButtonGallery {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px
  }

  .closeButtonModalGallery {
    font-size: 28px;
    right: 15px
  }

  .demoImageSelectorGallery {
    width: 60px;
    height: 60px
  }

  #caption-galleryText {
    font-size: 16px
  }
}

body.modal-open,
html.modal-open {
  overflow: hidden !important;
  height: 100% !important;
  position: relative
}

body.modal-open .callToActionContainer,
body.modal-open .ensinaAiContainer,
body.modal-open .formSection,
body.modal-open .headerSection,
body.modal-open .laboratoryContainer,
body.modal-open .laboratorySection,
body.modal-open .navbarSection,
body.modal-open .resourcesSection,
body.modal-open .testimonySection,
body.modal-open footer {
  position: relative !important;
  z-index: 1 !important
}

body.modal-open .navbarSection {
  z-index: 8999 !important
}