.caption-title,
.price {
  font-family: var(--font-header);
}
*,
body {
  margin: 0;
  padding: 0;
}
.content-slider,
.slide-header,
.slider {
  /* clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%); */
}
.footer-icons,
.footer-itens ul {
  list-style: none;
}
:root {
  --primary: #0f0f11;
  --secondary: #ffffff;
  --green: #35b084;
  --green-light: #00cf80;
  --avocado-green: #c3dd11;
  --white: #fff;
  --font-color: #0a0d0fbf;
  --button-light: #f3ce5e;
  --brown: #5c2c24;
  --brown-gray: #72433a;
  --gray: #c2c2c2;
  --button: #5900be;
  --orange: #ff6e1d;
  --font-header: "Poppins", sans-serif;
  --font-body: "Roboto", sans-serif;
  --font-size-small: 1rem;
  --font-size-medium: 1.2rem;
  --font-size-large: 1.5rem;
  --font-size-xlarge: 2rem;
  --font-size-xxlarge: 3rem;
  --font-size-xxxlarge: 4rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.price {
  padding: 1rem;
}
.ft-card-text,
.price s {
  color: var(--white);
  font-size: var(--font-size-small);
}
.price strong {
  padding-left: 5px;
  color: var(--avocado-green);
  font-size: var(--font-size-medium);
}
.banner {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
}
.banner .bg-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: -1;
}
.bg-mobile,
.gif-bg,
.mobile {
  display: none;
}
.banner .content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner,
.container-header,
.video-bg {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.banner-caption {
  width: 160%;
  padding: 0 0 0 0;
  margin: 0 0 0 -20rem;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
.caption-description,
.caption-title {
  text-align: center;
  padding: 1rem;
  width: 70%;
}
.caption-title {
  font-size: var(--font-size-xxlarge);
  color: var(--avocado-green);
  font-weight: 600;
}
.caption-description,
.header-description strong {
  font-weight: 500;
  font-size: var(--font-size-medium);
}
.caption-description {
  color: var(--font-color);
  font-family: var(--font-body);
  background: var(--avocado-green);
}
.card-layout,
.card-subtitle,
.card-title,
.footer-title,
.header-description,
.header-description strong,
.header-title {
  font-family: var(--font-header);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(1px);
}
.content-slider,
.header {
  width: 100%;
  height: 100vh;
}
.content-slider {
  object-fit: contain;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.header {
  display: flex;
  background: var(--font-color);
}
.header-text {
  width: 100%;
  gap-column: 3rem;
  text-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.btn-buy,
.card-curso-header,
.header-image,
.icon {
  justify-content: center;
  display: flex;
}
.header-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  align-items: center;
  position: relative;
  padding: 0;
}
.content-text {
  padding: 5rem;
  width: 100%;
  height: 30rem;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* background: red; */
  justify-content: center;
  align-items: center;
}
.accordion-body,
.btn-cards,
.ft-card h3,
.header-description strong {
  color: var(--white);
}
.header-title {
  font-size: var(--font-size-xlarge);
  color: var(--avocado-green);
  font-weight: 600;
  text-align: start;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.header-description {
  font-size: var(--font-size-small);
  padding: 2rem;
}
.btn-buy {
  font-size: var(--font-size-large);
}
.header-description {
  text-align: center;
  font-weight: 400;
  color: var(--white);
}
.btn-buy {
  background: var(--avocado-green);
  color: var(--font-color);
  padding: 15px 20px;
  border: none;
  border-radius: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 6px 1px #c3de10;
  text-decoration: none;
  width: 380px;
}
.box,
.box:nth-child(2n) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.box.show,
img.lazy-load.loading {
  opacity: 1;
}
.slider {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.avaliacao-slider {
  width: 100%;
  padding-top: 2.9rem;
  background: rgba(0, 0, 0, 0.9);
}
.slider-avaliacao {
  width: 70%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.avaliacao-curso {
  width: 100%;
  padding: 1rem;
}
.avaliacao-img {
  border-radius: 1rem;
}
.carousel-item {
  width: 400px;
  background: #1a1919;
  height: auto;
}

.container-card {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  background: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  backdrop-filter: blur(13px);
  box-shadow: 0 0 6px 1px #000;
}
.accordion-content,
.card,
.card-curso-text,
.card-ft {
  box-shadow: 0 0 6px 1px #c3de10;
}
.cards {
  width: 80%;
  max-width: 80%;
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  overflow-x: hidden;
  justify-content: center;
}
.card-curso {
  width: 100%;
  padding: auto 0.5rem;
}
.img-cards {
  border-radius: 50%;
}
.card-curso-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 1.5rem 2rem 3rem;
  text-align: start;
  border-radius: 1rem 4rem;
}
.card-layout {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--white);
  padding: 0 2rem;
  border-radius: 1rem;
}
.card-curso:nth-child(2) .card-layout,
.card-curso:nth-child(4) .card-layout {
  display: flex;
  flex-direction: row-reverse;
}
.card-curso-header {
  color: var(--avocado-green);
  text-align: end;
  max-width: 60;
  border-radius: 2rem 5rem 0 2rem;
}
.card-subtitle,
.card-title,
.card-title-ava,
.footer-item .footer-links,
.footer-item h3,
.footer-links li,
.footer-title,
.section-title {
  text-align: center;
}
.card-img {
  transform: scaleX(-1);
  width: 40%;
  max-width: 40%;
}
.card-curso-title,
.curso-title {
  font-size: var(--font-size-large);
  font-weight: 600;
  padding: 1rem 0;
  color: var(--white);
  text-align: center;
}
.green-text,
.green-texts,
.icon {
  color: var(--avocado-green);
}
.green-text {
  font-weight: 400;
}
.icon {
  margin: 10px 0;
  width: 100%;
  font-size: var(--font-size-xlarge);
}
.card-text {
  color: var(--white);
  font-size: var(--font-size-medium);
}
.card-icon {
  font-size: 36px;
  margin-bottom: 10px;
}
.card-curso-header {
  width: 90%;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0 4.5rem;
}
.card-title,
.card-title-ava {
  color: var(--white);
  font-size: var(--font-size-xlarge);
  font-weight: 600;
}
.card-subtitle {
  color: var(--avocado-green);
  font-size: var(--font-size-large);
  font-weight: 500;
}
.card-description {
  font-size: 14px;
  color: #666;
}
.section-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.btn-cards,
.footer-itens,
.footer-logo,
.footer-title,
.modal-title {
  font-size: var(--font-size-medium);
}
.computer,
.container-computer {
  margin: 0 auto;
  position: relative;
}
.container-computer {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(0px);
}
.computer {
  width: 40%;
  padding: 2rem;
  height: auto;
}
.elemento-com-lazy-background,
.footer,
.ft-card {
  flex-direction: column;
  padding: 4rem 0;
  backdrop-filter: blur(13px);
}
.computer-img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  max-width: 100%;
}
.video-iframe {
  position: absolute;
  top: 41.5%;
  left: 50.1%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border: 2px solid #e9eaeb;
  z-index: 2;
  border-radius: 4px;
}
.elemento-com-lazy-background,
.ft-card {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
}
.questions-content {
  width: 70%;
  max-width: 70%;
  margin-bottom: 2rem;
}
.about,
.img-modal {
  max-width: 100%;
  width: 100%;
}
.accordion-body {
  background: #474747;
  border: none;
}
.accordion-content {
  border-radius: 4px;
}
.footer-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f0f11;
}
.ft-card-content {
  width: 85%;
  margin: 4rem auto;
  justify-content: center;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.btn-cards,
.footer-logo {
  align-items: center;
  display: flex;
}
.btn-cards {
  border-radius: 50%;
  background: var(--avocado-green);
  cursor: pointer;
  width: 40px;
  height: 40px;
  justify-content: center;
  margin: 0.5rem 0;
}
.card-body {
  background: #1a1a1d;
  border: none;
  color: var(--white);
}
.footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.footer-logo,
.footer-title {
  color: var(--white);
  font-weight: 500;
}
.footer-content {
  width: 85%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0 1rem;
  align-items: center;
  margin: auto;
}
.footer-title {
  padding: 3rem 0 1rem;
}
.footer-itens {
  display: flex;
  gap: 5rem;
  font-family: var(--font-card);
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo,
.modal-title {
  font-family: var(--font-header);
}
.footer-logo {
  text-decoration: none;
  justify-content: center;
  column-gap: 0.4rem;
  padding: 1rem 0;
}
.footer-logo span {
  padding-right: 1rem;
}
.footer-icons {
  margin: 1rem auto 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer-item .footer-links {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 90%;
}
.footer-links li {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
#arrowAnim {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(-1);
}
.card-curso:nth-child(2) #arrowAnim,
.card-curso:nth-child(4) #arrowAnim {
  transform: scale(1);
}
.arrow {
  width: 4vw;
  height: 4vw;
  border: 1vw solid;
  border-color: hsl(68, 86%, 47%, 0.9) transparent transparent
    hsl(68, 86%, 47%, 0.9);
  transform: rotate(-45deg);
}
.arrowSliding {
  position: absolute;
  -webkit-animation: 4s linear infinite slide;
  animation: 4s linear infinite slide;
}
.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(15vw);
    box-shadow: 0 0 6px 1px #c3de10;
  }
  20% {
    opacity: 1;
    transform: translateX(9vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-9vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(15vw);
  }
  20% {
    opacity: 1;
    transform: translateX(9vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-9vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}
img.lazy-load {
  opacity: 0;
  transition: opacity 0.5s;
}
.box {
  transform: translateX(100%);
}
.box:nth-child(2n) {
  transform: translateX(-100%);
}
.box.show {
  visibility: visible;
  transform: translateX(0);
}
.icon-whats-img {
  width: 100%;
  height: 50%;
  display: flex;
  bottom: 0;
}
.icon-whats-fixed {
  width: 40px;
  height: auto;
  display: flex;
}
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.modal-title {
  font-weight: 500;
  color: var(--avocado-green);
}
.container-about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  flex-direction: column;
}
.btn-about,
.icon-modal {
  background: var(--avocado-green);
}
.btn-about {
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
}
.about {
  overflow-x: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.btn-img {
  border-radius: 2rem;
}

.font-style {
  font-weight: bold;
  color: var(--avocado-green);
}
@media (max-width: 1200px) {
  .banner .bg-mobile,
  .gif-bg {
    object-fit: cover;
    display: block;
    width: 100%;
  }
  .slider-avaliacao {
    width: 100%;
  }
  .card-title-ava {
    font-size: var(--font-size-medium);
  }
  .avaliacao-img {
    border-radius: 0;
  }
  .banner-video,
  .bg-desktop,
  .card-img,
  .computer-img,
  .video-bg {
    display: none;
  }
  .banner .bg-desktop,
  .banner .bg-mobile {
    height: 100%;
    overflow-x: hidden;
    z-index: -1;
    max-width: 100%;
  }
  .banner,
  .banner .bg-mobile,
  .cards,
  .gif-bg,
  .header-image,
  .slider {
    max-width: 100%;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .banner .bg-mobile {
    position: fixed;
    top: 0;
    left: 0;
  }
  .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    padding-bottom: 0 !important;
  }
  .card-curso,
  .carousel-item {
    width: 100%;
    height: auto;
  }
  .banner-caption {
    width: 100%;
    padding: 1rem 2rem 0;
    margin: 0;
  }
  .caption-title {
    width: 100%;
    padding: 4px 8px;
    font-size: var(--font-size-medium);
  }
  .caption-description {
    width: 100%;
    padding: 4px 8px;
    border-radius: 10px;
    background: 0 0;
    color: var(--white);
    font-size: var(--font-size-small);
  }
  .gif-bg {
    height: 100vh;
    max-height: 100%;
  }
  :root {
    --font-size-small: 1rem;
    --font-size-medium: 1.2rem;
    --font-size-large: 1.5rem;
    --font-size-xlarge: 2rem;
    --font-size-xxlarge: 3rem;
    --font-size-xxxlarge: 4rem;
  }
  .header {
    height: 100%;
    padding-top: 2rem;
    margin: 0;
    flex-direction: column;
  }
  .header-image {
    width: 100%;
    object-fit: contain;
    max-height: 100%;
    margin-bottom: 0;
    display: flex;
  }
  .banner .bg-desktop,
  .content-slider {
    object-fit: cover;
  }
  .header-text {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -2.9rem;
    height: 100vh;
  }
  .content-text {
    width: 100%;
    margin: 0 auto 2rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
  }
  .header-description,
  .header-title {
    width: 90%;
    text-align: center;
    padding: 1rem;
  }
  .header-description strong {
    display: flex;
  }
  .cards {
    width: 100%;
  }
  .card-layout {
    margin: auto;
    justify-content: center;
  }
  .card-curso-header,
  .footer-content {
    width: 90%;
  }
  .card-curso-text,
  .card-curso-title {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .banner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .video-iframe {
    position: relative;
    width: 90%;
    max-width: 90%;
    top: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
    height: 250px;
    border-radius: 4px;
    border: none;
    z-index: 3;
  }
  .about,
  .container-computer {
    max-width: 100%;
    display: flex;
  }
  .slide,
  .slider {
    margin: 0;
    clip-path: none;
  }
  .container-computer {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
  }
  .computer,
  .slider {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .computer {
    border-radius: 4rem;
    display: flex;
  }
  .ft-card-content {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .slide {
    padding-top: 0;
  }
  .content-slider {
    width: 100%;
    height: 90%;
    max-height: 100%;
    padding-bottom: 0;
    margin: auto auto 0;
    clip-path: none;
    display: flex;
  }
  .curso-title {
    width: 90%;
    text-align: center;
  }
  .footer {
    background: #0f0f11;
    padding: 4px 10px 10px;
    width: 100%;
  }
  .about {
    overflow-x: auto;
    width: 100%;
    margin: auto;
    justify-content: start;
  }
}
@media (max-width: 980px) {
  :root {
    --font-size-small: 1rem;
    --font-size-medium: 1.2rem;
    --font-size-large: 1.5rem;
    --font-size-xlarge: 2rem;
    --font-size-xxlarge: 3rem;
    --font-size-xxxlarge: 4rem;
  }

  .monitor {
    margin-top: 14%;
    width: 35%;
  }
  .footer-itens {
    justify-content: center;
  }
  .footer-item {
    text-align: center;
    width: 20rem;
  }
}
@media (max-width: 500px) {
  :root {
    --font-size-small: 1rem;
    --font-size-medium: 1.2rem;
    --font-size-large: 1.5rem;
    --font-size-xlarge: 2rem;
    --font-size-xxlarge: 3rem;
    --font-size-xxxlarge: 4rem;
  }
  .monitor {
    width: 73%;
    margin-top: 8rem;
  }
}
