@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  max-width: 100%;
  margin: 0 auto;
}

/* Menu-toggle estilos */
.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.3s;
}

.close-button {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  transition: 0.3s ease;
  height: 100px;
  top: 0;
  z-index: 1000;
  background-color: transparent;
}

header.scroll {
  background-color: #010005;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.header-logo img {
  width: 200px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-left: 100px;
  padding-right: 100px;
}

.header-links {
  display: flex;
  gap: 20px;
  font-family: sans-serif;
  font-size: 17px;
  font-weight: bold;
}

.header-links a {
  padding: 10px;
  border: solid 2px transparent;
  border-radius: 22px;
}

.header-links a:hover {
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  transition: all 0.1s ease;
}

/* Mostrar o botão menu-toggle em telas pequenas */
@media screen and (max-width: 950px) {
  .menu-toggle {
    display: block;
  }
  .header-logo {
    order: -1;
  }
  .header-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: #010005;
    border-left: solid 1px #FFFFFF;
    z-index: 1000;
    padding-top: 100px;
  }
  .header-links.show-menu {
    display: flex; /* Mostra o menu ao abrir */
  }
  .header-links a {
    padding: 20px;
    border: solid 2px transparent;
    border-radius: 0px;
    transition: all 0.1s ease;
    font-size: 16px;
    border-bottom: solid 1px #FFFFFF;
    margin: 20px 35px 0;
    text-align: center;
  }
  .header-links a:hover {
    border-radius: 20px;
  }
  .close-button {
    display: none; /* Oculto por padrão */
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 35px;
  }
  .header-links.show-menu .close-button {
    display: block; /* Mostra apenas no menu mobile */
  }
}
@media screen and (max-width: 500px) {
  .header-links {
    width: 50%;
    padding-top: 100px;
  }
  .header-logo img {
    width: 180px;
  }
  .header-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-links a {
    font-size: 14px;
    border-bottom: solid 1px #FFFFFF;
    margin: 15px 30px 0;
  }
}
/* Estilos do banner principal */
.background-img {
  width: 100%;
  height: 100vh;
  max-height: 1007px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100vh;
  padding: 0px 200px;
  max-height: 940px;
  box-sizing: border-box;
}

.hero .image-djalma {
  width: 570px;
  height: auto;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 38%;
  color: white;
  text-align: left;
  gap: 40px;
  padding-bottom: 150px;
}

.hero-content img {
  width: 340px;
  height: auto;
}

.hero-content h1 {
  font-size: 49px;
  font-weight: bold;
  line-height: 1.2;
}

.hero-content span {
  color: #CAE347;
  font-family: "roadRage", serif;
  font-weight: 300;
  font-size: 65px;
  border-bottom: solid 1px #CAE347;
}

.hero-content h3 {
  font-size: 20px;
  line-height: 1.5;
}

.hero-content button {
  min-width: 130px;
  height: 70px;
  color: black;
  padding: 15px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 5px;
  border: 3px solid #CAE347;
  background: #CAE347;
}

.hero-content button:hover {
  background: transparent;
  color: #CAE347;
}

/* Responsividade */
@media (min-width: 2300px) {
  .hero {
    padding: 0px 300px;
  }
  .hero .image-djalma {
    width: 600px;
  }
}
@media (max-width: 1600px) {
  .hero {
    padding: 0px 100px;
  }
  .hero-content {
    padding-bottom: 140px;
  }
  .hero-content {
    padding-bottom: 130px;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-content span {
    font-size: 57px;
  }
  .hero-content h3 {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .hero {
    padding: 0px 50px;
  }
  .hero .image-djalma {
    width: 550px;
  }
  .hero-content {
    padding-bottom: 100px;
  }
}
@media (max-width: 1150px) {
  .hero {
    padding: 0px 20px;
  }
  .hero .image-djalma {
    width: 550px;
  }
  .hero-content {
    padding-bottom: 90px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
  .hero-content span {
    font-size: 55px;
  }
  .hero-content h3 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .background-img {
    height: 100%;
  }
  .hero {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    height: auto;
    margin-top: 55px;
  }
  .hero .image-djalma {
    width: 320px;
    margin-top: 30px;
  }
  .hero-content {
    max-width: 80%;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .hero-content img {
    width: 300px;
  }
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-content span {
    font-size: 45px;
  }
  .hero-content h3 {
    font-size: 18px;
  }
  .hero-content button {
    width: 50%;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    max-width: 85%;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-content span {
    font-size: 42px;
  }
  .hero-content h3 {
    font-size: 17px;
  }
}
@media (max-width: 620px) {
  .hero .image-djalma {
    width: 280px;
    padding-top: 30px;
  }
  .hero {
    padding: 0 20px;
  }
  .hero-content {
    max-width: 90%;
  }
  .hero-content img {
    width: 260px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content span {
    font-size: 35px;
  }
  .hero-content h3 {
    font-size: 15px;
  }
  .hero-content button {
    height: 50px;
    font-size: 14px;
    width: 75%;
  }
}
@media (max-width: 360px) {
  .hero .image-djalma {
    width: 260px;
  }
  .hero-content img {
    width: 230px;
  }
  .hero-content button {
    height: 50px;
    font-size: 11px;
    width: 70%;
  }
}
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", serif;
  font-weight: 400;
  height: calc(100vh - 100px);
  width: 100%;
}
.about span {
  color: #CAE347;
}
@media (min-width: 1440px) {
  .about {
    max-height: 1000px;
  }
}
@media (max-width: 1440px) {
  .about {
    height: auto;
    padding: 50px;
  }
}
@media (max-width: 425px) {
  .about {
    padding: 35px;
  }
}
.about .about__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  height: 90%;
  width: 90%;
}
@media (max-width: 1440px) {
  .about .about__container {
    height: auto;
    width: 100%;
  }
}
.about .about__container .about__container-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "roadRage", serif;
  font-size: 4rem;
  text-align: center;
  width: 100%;
}
.about .about__container .about__container-title p:last-of-type {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .about .about__container .about__container-title p:last-of-type {
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .about .about__container .about__container-title p:last-of-type {
    font-size: 1.25rem;
  }
}
.about .about__container .about__container-title p:last-of-type span {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .about .about__container .about__container-title {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .about .about__container .about__container-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 425px) {
  .about .about__container .about__container-title {
    font-size: 2rem;
  }
}
.about .about__container .about__container-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .about .about__container .about__container-section {
    flex-direction: column;
  }
}
.about .about__container .about__container-section .about__container-section-plus {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 10px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1440px) {
  .about .about__container .about__container-section .about__container-section-plus {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .about .about__container .about__container-section .about__container-section-plus {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .about .about__container .about__container-section .about__container-section-plus {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    width: 90%;
  }
}
.about .about__container .about__container-section .about__container-section-plus p {
  font-size: 1.25rem;
  text-align: center;
}
.about .about__container .about__container-section .about__container-section-plus div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-align: justify;
  width: 100%;
  height: 85%;
  max-height: 500px;
  transition: all 0.3s ease;
  background: #2b2b2b;
  border: 1px solid rgba(236, 239, 241, 0.2);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
@media (max-width: 1440px) {
  .about .about__container .about__container-section .about__container-section-plus div {
    height: auto;
    width: auto;
  }
}
.about .about__container .about__container-section .about__container-section-plus div .card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 40%;
  width: 100%;
}
.about .about__container .about__container-section .about__container-section-plus div h2 {
  background: #CAE347;
  color: #010005;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  width: 90%;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus div h2 {
    font-size: 1rem;
  }
}
.about .about__container .about__container-section .about__container-section-plus div p {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-size: 1.1rem;
  padding-top: 30px;
  text-align: start;
  line-height: 1.5;
  width: 90%;
}
.about .about__container .about__container-section .about__container-section-plus div p strong {
  font-weight: 600;
  color: #CAE347;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus div p {
    font-size: 1rem;
  }
}
.about .about__container .about__container-section .about__container-section-plus div:hover {
  transform: scale(1.05);
}
.about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-workbook img {
  transform: rotate(7.25deg);
  height: 185px;
  width: 182px;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-workbook img {
    height: 150px;
    width: 147px;
  }
}
.about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-course img {
  transform: rotate(-10.5deg);
  height: 159px;
  width: 147px;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-course img {
    height: 130px;
    width: 120px;
  }
}
.about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-classes img {
  transform: rotate(-7.4deg);
  height: 140px;
  width: 234px;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-classes img {
    height: 115px;
    width: 190px;
  }
}
.about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-study img {
  transform: rotate(2.5deg);
  height: 174px;
  width: 257px;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-study img {
    height: 140px;
    width: 210px;
  }
}
.about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-mentoring img {
  transform: rotate(6deg);
  height: 142px;
  width: 124px;
}
@media (max-width: 425px) {
  .about .about__container .about__container-section .about__container-section-plus .about__container-section-plus-mentoring img {
    height: 120px;
    width: 100px;
  }
}

.motivation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", serif;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
  width: 100%;
  height: calc(100vh - 100px);
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .motivation {
    max-height: 800px;
  }
}
@media (max-width: 1024px) {
  .motivation {
    padding: 50px 0;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .motivation {
    line-height: 30px;
  }
}
.motivation .motivation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  width: 80%;
}
@media (max-width: 1024px) {
  .motivation .motivation-content {
    justify-content: flex-start;
    gap: 100px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .motivation .motivation-content {
    gap: 50px;
  }
}
.motivation .motivation-content .motivation-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roadRage", serif;
  font-size: 4rem;
  text-align: center;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.motivation .motivation-content .motivation-title span {
  margin-right: 30px;
}
@media (max-width: 1125px) {
  .motivation .motivation-content .motivation-title span {
    margin-right: 0;
  }
}
.motivation .motivation-content .motivation-title img {
  transform: rotate(10deg);
  align-self: flex-start;
  justify-self: flex-start;
  height: 112px;
  width: 94px;
}
@media (max-width: 1125px) {
  .motivation .motivation-content .motivation-title img {
    display: none;
  }
}
@media (max-width: 1125px) {
  .motivation .motivation-content .motivation-title {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-title {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .motivation .motivation-content .motivation-title {
    font-size: 3.5rem;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .motivation .motivation-content .motivation-title {
    display: inline;
    margin-bottom: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 320px) {
  .motivation .motivation-content .motivation-title {
    font-size: 2rem;
  }
}
.motivation .motivation-content .motivation-title .motivation-title__highlight {
  color: #CAE347;
}
.motivation .motivation-content .motivation-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90%;
  width: 100%;
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-container {
    flex-direction: column;
    gap: 50px;
    height: auto;
    width: 90%;
  }
}
.motivation .motivation-content .motivation-container .motivation-text {
  font-family: "Roboto", serif;
  width: 45%;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-container .motivation-text {
    width: 80%;
  }
}
.motivation .motivation-content .motivation-container .motivation-text .motivation-text__1 {
  font-size: 1.75rem;
  background: #CAE347;
  color: #010005;
  border: 5px solid #CAE347;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  padding: 20px;
  transition: all 0.3s ease;
}
.motivation .motivation-content .motivation-container .motivation-text .motivation-text__1:hover {
  background: transparent;
  color: #CAE347;
  border: 5px solid #CAE347;
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-container .motivation-text .motivation-text__1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .motivation .motivation-content .motivation-container .motivation-text .motivation-text__1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .motivation .motivation-content .motivation-container .motivation-text .motivation-text__1 {
    font-size: 1.25rem;
  }
}
.motivation .motivation-content .motivation-container .motivation-text .motivation-text__2 {
  font-size: 1.5rem;
  border-left: 5px solid #CAE347;
  border-bottom: 5px solid #CAE347;
  border-bottom-left-radius: 10px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-container .motivation-text .motivation-text__2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .motivation .motivation-content .motivation-container .motivation-text .motivation-text__2 {
    font-size: 1rem;
  }
}
.motivation .motivation-content .motivation-container .motivation-image {
  width: 50%;
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-container .motivation-image {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .motivation .motivation-content .motivation-container .motivation-image {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .motivation .motivation-content .motivation-container .motivation-image {
    width: 100%;
  }
}
.motivation .motivation-content .motivation-container .motivation-image img {
  margin-left: 25px;
  max-width: 100%;
  transition: all 0.3s ease;
}
.motivation .motivation-content .motivation-container .motivation-image img:hover {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .motivation .motivation-content .motivation-container .motivation-image img {
    margin-left: 0;
  }
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", serif;
  background: #010005;
  height: 150px;
  width: 100%;
}
@media (max-width: 768px) {
  footer {
    height: auto;
  }
}
footer .logo__contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  padding-top: 50px;
  height: 20%;
  width: 90%;
}
footer .logo__contacts img {
  width: 200px;
}
@media (max-width: 768px) {
  footer .logo__contacts {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 15px;
  }
}
footer .logo__contacts .contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .logo__contacts .contacts a {
  cursor: pointer;
  font-size: 32px;
  color: #E5E5E5;
  transition: all 0.2s ease;
}
footer .logo__contacts .contacts a:focus {
  outline: 2px solid #CAE347;
  outline-offset: 4px;
}
footer .logo__contacts .contacts a:hover {
  color: #CAE347;
  transform: scale(1.25);
}
footer .info {
  height: 70%;
  width: 90%;
}
footer .signature {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 10%;
  width: 90%;
  padding: 30px;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 1440px) {
  footer .signature {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  footer .signature {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  footer .signature {
    font-size: 0.75rem;
  }
}
footer .signature a {
  color: #CAE347;
  font-weight: bold;
}

.form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
  gap: 10%;
}

.form-content {
  padding: 50px;
  border-radius: 16px;
  background-color: #010005;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.form-content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  height: 570px;
  justify-content: space-between;
}

.inputs-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.button-container {
  margin-top: auto;
}

.inputs {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #757575;
  border-radius: 8px;
  background-color: #212121;
  color: #FFFFFF;
  font-size: 17px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inputs:focus {
  border-color: #CAE347;
  box-shadow: 0 0 8px #CAE347;
  outline: none;
}

.infos-form {
  text-align: center;
  margin-bottom: -10px;
  font-family: "Arial", sans-serif;
}

.infos-form h1 {
  font-size: 28px;
  color: #CAE347;
  margin-bottom: 10px;
}

.infos-form h2 {
  font-size: 22px;
  color: #757575; /* Cor neutra */
  margin-bottom: 20px;
}

.button-form {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #CAE347;
  border-radius: 8px;
  background: #CAE347;
  color: #010005;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.button-form:hover {
  background: transparent;
  color: #CAE347;
  border: 2px solid #CAE347;
}

.form-photo img {
  width: 475px;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: fill;
     object-fit: fill;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0.5);
}

.h2-line {
  border-bottom: solid 2px #CAE347;
}

.form p {
  font-size: 45px;
  margin-bottom: 80px;
  font-family: "roadRage", serif;
  color: #CAE347;
  text-align: center;
  padding: 0px 30px 0px 30px;
}
@media (max-width: 1024px) {
  .form p {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .form p {
    font-size: 32px;
  }
}

@media screen and (min-width: 2000px) {
  .form {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .form-content form {
    width: 500px;
    height: 700px;
  }
  .form-content form .inputs {
    font-size: 22px;
  }
  .form-content form textarea {
    height: 130px;
  }
  .infos-form h1 {
    font-size: 38px;
    margin-bottom: 70px;
  }
  .infos-form h2 {
    font-size: 28px;
  }
  .form-photo img {
    width: 600px;
    height: auto;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .form-content form .inputs {
    font-size: 15px;
  }
  .form-content .infos-form h1 {
    font-size: 26px;
  }
  .form-content .infos-form h2 {
    font-size: 20px;
  }
  .form-content .button-form {
    font-size: 16px;
  }
  .form-photo img {
    width: 450px;
  }
  .form {
    gap: 5%;
  }
}
@media screen and (max-width: 1050px) {
  .form-content form .inputs {
    font-size: 15px;
  }
  .form-content .infos-form h1 {
    font-size: 26px;
  }
  .form-content .infos-form h2 {
    font-size: 20px;
  }
  .form-content .button-form {
    font-size: 16px;
  }
  .form-content form {
    width: 350px;
    height: 500px;
  }
  .form-photo img {
    width: 400px;
  }
  .form {
    gap: 4%;
  }
}
@media screen and (max-width: 850px) {
  .form-content form {
    width: 400px;
    height: 600px;
  }
  .form-content .infos-form h1 {
    font-size: 32px;
  }
  .form-content .infos-form h2 {
    font-size: 26px;
  }
  .form-photo {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .form-content form {
    width: auto;
  }
  .form-content form .inputs {
    font-size: 16px;
  }
  .form-content .infos-form h1 {
    font-size: 30px;
  }
  .form-content .infos-form h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 620px) {
  .form-content form {
    width: auto;
  }
  .form-content form .inputs {
    font-size: 16px;
  }
  .form-content .infos-form h1 {
    font-size: 30px;
  }
  .form-content .infos-form h2 {
    font-size: 24px;
  }
  .form {
    padding-top: 200px;
  }
}
@media screen and (max-width: 530px) {
  .form-content .button-form {
    font-size: 15px;
  }
  .form-content form .inputs {
    font-size: 15px;
  }
  .form-content .infos-form h1 {
    font-size: 27px;
  }
  .form-content .infos-form h2 {
    font-size: 22px;
  }
  .form {
    padding-top: 130px;
  }
}
@media screen and (max-width: 470px) {
  .form-content .button-form {
    font-size: 15px;
  }
  .form-content form {
    height: 470px;
  }
  .form-content form .inputs {
    font-size: 15px;
  }
  .form-content .infos-form h1 {
    font-size: 24px;
  }
  .form-content .infos-form h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 352px) {
  .form {
    padding-top: 150px;
  }
  .form-content .button-form {
    font-size: 14px;
    height: 40px;
  }
  .form-content form .inputs {
    font-size: 14px;
  }
  .form-content .infos-form h1 {
    font-size: 19px;
  }
  .form-content .infos-form h2 {
    font-size: 15px;
  }
}
.lead-capture {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 70px 30px;
  border-radius: 20px;
  margin: 60px 20px;
  overflow: hidden;
}

.lead-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  padding: 50px 100px 50px 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5), 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.lead-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 70px;
  color: #CAE347;
  line-height: 1.3;
}

.lead-content p {
  font-size: 1.14rem;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #E5E5E5;
  text-align: justify;
}

.lead-content p.highlight {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 70px;
  color: #CAE347;
  text-align: center;
}

.lead-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #010005;
  background-color: #CAE347;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.lead-button:hover {
  background-color: transparent;
  color: #CAE347;
  border: 2px solid #CAE347;
}

.lead-button:active {
  transform: scale(0.97);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsividade */
@media (max-width: 768px) {
  .lead-capture {
    margin: 60px 5px;
  }
  .lead-content {
    padding: 30px;
  }
  .lead-content h2 {
    font-size: 2rem;
  }
  .lead-content p {
    font-size: 1rem;
  }
  .lead-button {
    padding: 12px 24px;
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .lead-capture {
    padding: 0px 0px;
  }
  .lead-content h2 {
    font-size: 1.7rem;
  }
  .lead-content p {
    font-size: 1rem;
  }
  .lead-button {
    padding: 12px 24px;
    font-size: 1rem;
  }
}
.case {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
}
@media (min-width: 1440px) {
  .case {
    max-height: 1000px;
  }
}
@media (max-width: 1024px) {
  .case {
    height: auto;
    padding: 50px 0;
  }
}
.case .case__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 85%;
  width: 90%;
}
.case .case__container .case__container-title {
  width: 100%;
}
.case .case__container .case__container-title p {
  font-family: "roadRage", serif;
  font-size: 3.5rem;
  color: #CAE347;
  text-align: center;
}
@media (max-width: 1024px) {
  .case .case__container .case__container-title p {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .case .case__container .case__container-title p {
    font-size: 2rem;
  }
}
.case .case__container .case__container-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1024px) {
  .case .case__container .case__container-content {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .case .case__container .case__container-content {
    gap: 0;
  }
}
.case .case__container .case__container-content .case__container-content-text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 20px;
}
.case .case__container .case__container-content .case__container-content-text strong {
  color: #CAE347;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .case .case__container .case__container-content .case__container-content-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .case .case__container .case__container-content .case__container-content-text {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .case .case__container .case__container-content .case__container-content-text {
    width: 90%;
    margin-top: 50px;
  }
}
.case .case__container .case__container-content .custom__thumb {
  box-shadow: rgba(202, 227, 71, 0.4) -5px 5px, rgba(202, 227, 71, 0.3) -10px 10px, rgba(202, 227, 71, 0.2) -15px 15px, rgba(202, 227, 71, 0.1) -20px 20px, rgba(202, 227, 71, 0.05) -25px 25px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  height: 400px;
  width: 700px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .case .case__container .case__container-content .custom__thumb {
    height: 300px;
    width: 500px;
  }
}
@media (max-width: 768px) {
  .case .case__container .case__container-content .custom__thumb {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .case .case__container .case__container-content .custom__thumb {
    height: 200px;
    width: 300px;
  }
}
.case .case__container .case__container-content .custom__thumb:hover {
  transform: scale(1.1);
}

.main__content {
  background: url("../../assets/images/fundo.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 10px 0;
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .main__content {
    padding: 30px 0;
  }
}
@media (max-width: 425px) {
  .main__content {
    padding: 20px 0;
  }
}

ul {
  list-style: none;
}

.main {
  max-width: 75rem;
  padding: 3em 1.5em;
}

.main__heading {
  font-weight: 600;
  font-size: 2.25em;
  margin-bottom: 0.75em;
  text-align: center;
  color: #FFFFFF;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-bottom: solid 1px #CAE347;
  padding-bottom: 10px;
  margin-bottom: 60px;
  margin-top: 20px;
}

.cards {
  position: relative;
}

.cards__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}

.card {
  --flow-space: 0.5em;
  --hsl: var(--hue), var(--saturation), var(--lightness);
  flex: 1 1 14rem;
  padding: 30px 70px 30px 70px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-items: start;
  gap: 1.25em;
  color: #FFFFFF;
  background-color: #2b2b2b;
  border: 1px solid rgba(236, 239, 241, 0.2);
  border-radius: 15px;
}

.plan-tag {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #010005;
  background: #CAE347;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
}

.highlight {
  color: #010005;
}

.card:nth-child(1) {
  --hue: 85;
  --saturation: 82.26%;
  --lightness: 51.37%;
}

.card:nth-child(2) {
  --hue: 291.34;
  --saturation: 95.9%;
  --lightness: 61.76%;
}

.card:nth-child(3) {
  --hue: 338.69;
  --saturation: 100%;
  --lightness: 48.04%;
}

.card__heading {
  font-size: 1.05em;
  font-weight: 600;
}

.card__price {
  font-size: 25px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}

.card__price span {
  font-size: 23px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.card__price .price {
  font-size: 32px;
  text-decoration: none;
  color: #CAE347;
}

.flow > * + * {
  margin-top: var(--flow-space, 1.25em);
}

.card__list li {
  position: relative;
  padding-left: 1.5em;
  padding-top: 20px;
  list-style: none;
  font-size: 18px;
}

.card__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 20px;
  transform: translateY(-50%);
  color: #CAE347;
  font-size: 1rem;
}

.cta {
  display: block;
  align-self: end;
  margin: 1em 0 0.5em 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0d0d0d;
  padding: 0.7em;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--opacity, 0);
  -webkit-mask: radial-gradient(25rem 25rem at var(--x) var(--y), #000 1%, transparent 50%);
  mask: radial-gradient(25rem 25rem at var(--x) var(--y), #000 1%, transparent 50%);
  transition: 400ms -webkit-mask ease;
  transition: 400ms mask ease;
  transition: 400ms mask ease, 400ms -webkit-mask ease;
  will-change: mask;
}

.overlay .card {
  background-color: hsla(var(--hsl), 0.15);
  border-color: hsla(var(--hsl), 1);
  box-shadow: 0 0 0 1px inset hsl(var(--hsl));
}

.overlay .cta {
  display: block;
  grid-row: -1;
  width: 100%;
  background-color: hsl(var(--hsl));
  box-shadow: 0 0 0 1px hsl(var(--hsl));
}

:not(.overlay) > .card {
  transition: 400ms background ease;
  will-change: background;
}

:not(.overlay) > .card:hover {
  --lightness: 95%;
  background: hsla(var(--hsl), 0.1);
}

/* Responsividade */
@media (max-width: 1200px) {
  .main {
    padding: 2.5em 1.2em;
  }
  .main__heading {
    font-size: 2em;
    padding-bottom: 8px;
    margin-bottom: 50px;
  }
  .card {
    padding: 25px 50px 25px 50px;
  }
  .card__price {
    font-size: 24px;
  }
  .card__price .price {
    font-size: 28px;
  }
  .card__price span {
    font-size: 20px;
  }
  .card__list li {
    font-size: 16px;
  }
  .cta {
    font-size: 0.95rem;
  }
}
@media (max-width: 992px) {
  .main__heading {
    font-size: 1.8em;
  }
  .card {
    padding: 20px 40px 20px 40px;
  }
  .card__price {
    font-size: 20px;
  }
  .card__price .price {
    font-size: 23px;
  }
  .card__list li {
    font-size: 15px;
  }
  .cta {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 2em 1em;
    margin-top: 50px;
  }
  .main__heading {
    font-size: 1.6em;
    margin-bottom: 40px;
  }
  .cards__inner {
    flex-direction: column;
    gap: 1.5em;
  }
  .card {
    padding: 15px 30px 15px 30px;
  }
  .card__list li {
    font-size: 14px;
  }
  .cta {
    font-size: 0.85rem;
  }
}
@media (max-width: 630px) {
  .main__heading {
    font-size: 1.4em;
    margin-bottom: 60px;
    margin-top: 70px;
  }
  .card {
    padding: 10px 20px 10px 20px;
  }
  .card__price {
    font-size: 19px;
  }
  .card__price .price {
    font-size: 21px;
  }
  .card__price span {
    font-size: 17px;
  }
  .card__list li {
    font-size: 13px;
  }
  .cta {
    font-size: 0.8rem;
  }
}
@media (max-width: 400px) {
  .main__heading {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
*,
*::after,
*::before, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  display: grid;
  place-items: center;
  font-family: sans-serif;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #212121;
  color: #FFFFFF;
}

button {
  font-family: sans-serif;
  cursor: pointer;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}

@font-face {
  font-family: "roadRage";
  src: url("../assets/fonts/Road_Rage.otf") format("truetype");
}/*# sourceMappingURL=style.css.map */