﻿h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.banner-especializacao {
  position: relative;
  display: grid;
  grid-template-columns: 67.5rem 1fr;
  background: radial-gradient(50% 50% at 70% 20%, #224166 0%, #416ea4 100%);
}

.banner-especializacao .banner-shadow {
  display: none;
}

.banner-especializacao > img {
  width: 100%;
  max-width: 67.5rem;
  height: 100%;
  /* max-height: 35rem; */
  max-height: clamp(35rem, 41rem, 41rem);
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-especializacao .banner-area-azul-mobile {
  display: none;
}

.banner-especializacao .banner-area-azul-desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 7rem;
  padding-left: 3rem;
  width: 100%;
  max-width: 84rem;
}

.banner-area-azul-desktop .tag-desktop {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: var(--gray-01);
  background-color: rgba(38, 38, 37, 0.6);
  text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
}

.banner-area-azul-desktop h1 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  letter-spacing: -0.5px;
  color: var(--gray-01);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.banner-area-azul-desktop .curso-infos-desktop {
  margin-top: auto;
  margin-bottom: 5.7rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-area-azul-desktop .curso-detalhes-desktop {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.banner-area-azul-desktop .curso-detalhes-desktop .modalidade-desktop,
.banner-area-azul-desktop .curso-detalhes-desktop .duracao-desktop,
.banner-area-azul-desktop .curso-detalhes-desktop .carga-horaria-desktop {
  display: flex;
  flex-direction: column;
}

.banner-area-azul-desktop .curso-detalhes-desktop .modalidade-desktop span,
.banner-area-azul-desktop .curso-detalhes-desktop .duracao-desktop span,
.banner-area-azul-desktop .curso-detalhes-desktop .carga-horaria-desktop span {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.1rem;
  color: var(--white);
  text-transform: uppercase;
}

.banner-area-azul-desktop .curso-detalhes-desktop .modalidade-desktop strong,
.banner-area-azul-desktop .curso-detalhes-desktop .duracao-desktop strong,
.banner-area-azul-desktop .curso-detalhes-desktop .carga-horaria-desktop strong {
  font-weight: 700;
  font-size: 2rem;
  line-height: 27px;
  color: var(--white);
}

.banner-area-azul-desktop .curso-infos-desktop a,
.banner-area-azul-desktop .curso-infos-desktop button {
  display: none;
  width: 100%;
  max-width: 27rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 5px;
  transition: all 0.2s;
}

.banner-area-azul-desktop .curso-infos-desktop a {
  color: var(--blue-09);
  background-color: var(--action-green);
}

.banner-area-azul-desktop .curso-infos-desktop a:hover {
  color: var(--blue-07);
  background-color: var(--action-green-01);
  cursor: pointer;
}

.banner-area-azul-desktop .curso-infos-desktop button {
  color: var(--action-blue);
  background-color: var(--gray-01);
}

.banner-area-azul-desktop .curso-infos-desktop button:hover {
  color: var(--blue-08);
}

.curso-mobile {
  display: none;
}

.curso-desktop {
  display: grid;
  grid-template-columns: 67.5rem 1fr;
}

.curso-desktop aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 3rem;
  background-color: var(--gray-03);
  position: relative;
}

.curso-desktop aside nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 27rem;
  gap: 1px;
  position: sticky;
  top: 3rem;
}

.curso-desktop aside nav a {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  padding: 1.2rem 1.5rem;
  transition: all 0.2s;
  color: var(--gray-01);
  background-color: var(--gray-09);
}

.curso-desktop aside nav a:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.curso-desktop aside nav a[href='#procedimentos'] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.curso-desktop aside nav a:hover {
  background-color: var(--gray-08);
}

.curso-desktop aside nav a.active {
  color: var(--action-blue);
  background-color: var(--gray-02);
}

.curso-desktop aside nav a.btn-inscricao-menu-desktop {
  margin-top: 2rem;
  width: 100%;
  max-width: 27rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 1px;
  color: var(--blue-09);
  text-transform: uppercase;
  text-align: center;
  padding: 1.6rem 0;
  background-color: var(--action-green);
  border-radius: 5px;
  transition: all 0.2s;
}

.curso-desktop aside nav a.btn-inscricao-menu-desktop:hover {
  color: var(--blue-07);
  background-color: var(--action-green-01);
  cursor: pointer;
}

.curso-desktop aside nav button {
  color: var(--gray-01);
  background-color: var(--action-blue);
  margin-top: 2rem;
  width: 100%;
  max-width: 27rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 5px;
  transition: background-color 0.2s;
}

.curso-desktop aside nav button:hover {
  background-color: var(--blue-05);
}

.curso-desktop aside nav a.btn-inscricao-menu-desktop,
.curso-desktop aside nav button {
  display: none;
}

.curso-desktop .curso-desktop-conteudo {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  background-color: var(--white);
}

.apresentacao-desktop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 0 5rem 3rem;
}

.apresentacao-desktop .objetivo-geral-desktop,
.apresentacao-desktop .publico-alvo-desktop {
  width: 100%;
  max-width: 81rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.apresentacao-desktop .objetivo-geral-desktop h3,
.apresentacao-desktop .publico-alvo-desktop h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2px;
  color: var(--gray-08);
}

.apresentacao-desktop .objetivo-geral-desktop p,
.apresentacao-desktop .publico-alvo-desktop p {
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: var(--gray-07);
}

.horario-e-local-desktop {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: var(--gray-02);
  padding: 3rem 0 3rem 3rem;
}

.horario-e-local-desktop .aulas-e-vagas-desktop {
  display: flex;
  align-items: center;
}

.horario-e-local-desktop .aulas-e-vagas-desktop .aulas-desktop {
  width: 100%;
  min-width: 37rem;
  max-width: 37rem;
}

.horario-e-local-desktop .aulas-e-vagas-desktop .aulas-desktop,
.horario-e-local-desktop .aulas-e-vagas-desktop .vagas-desktop {
  display: flex;
  flex-direction: column;
}

.horario-e-local-desktop .aulas-e-vagas-desktop .aulas-desktop span,
.horario-e-local-desktop .aulas-e-vagas-desktop .vagas-desktop span {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.1rem;
  color: var(--gray-07);
  text-transform: uppercase;
}

.horario-e-local-desktop .aulas-e-vagas-desktop .aulas-desktop strong,
.horario-e-local-desktop .aulas-e-vagas-desktop .vagas-desktop strong {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 25px;
  color: var(--gray-08);
}

.horario-e-local-desktop .horario-desktop,
.horario-e-local-desktop .local-desktop {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 81rem;
}

.horario-e-local-desktop .horario-desktop span,
.horario-e-local-desktop .local-desktop span {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--gray-07);
}

.horario-e-local-desktop .horario-desktop strong,
.horario-e-local-desktop .local-desktop strong {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 25px;
  color: var(--gray-08);
}

.horario-e-local-desktop .horario-desktop p,
.horario-e-local-desktop .local-desktop p {
  font-size: 1.8rem;
  line-height: 25px;
  color: var(--gray-07);
}

.horario-e-local-desktop .telefone-email-desktop {
  display: flex;
  align-items: center;
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop {
  width: 100%;
  min-width: 37rem;
  max-width: 37rem;
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop,
.horario-e-local-desktop .telefone-email-desktop .email-desktop {
  display: flex;
  flex-direction: column;
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop span,
.horario-e-local-desktop .telefone-email-desktop .email-desktop span {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.1rem;
  color: var(--gray-07);
  text-transform: uppercase;
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop strong,
.horario-e-local-desktop .telefone-email-desktop .telefone-desktop a,
.horario-e-local-desktop .telefone-email-desktop .email-desktop strong,
.horario-e-local-desktop .telefone-email-desktop .email-desktop a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 25px;
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop strong,
.horario-e-local-desktop .telefone-email-desktop .email-desktop strong {
  color: var(--gray-08);
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop a,
.horario-e-local-desktop .telefone-email-desktop .email-desktop a {
  color: var(--blue-07);
  transition: color 0.2s;
}

.horario-e-local-desktop .telefone-email-desktop .telefone-desktop a:hover,
.horario-e-local-desktop .telefone-email-desktop .email-desktop a:hover {
  color: var(--blue-06);
}

.disciplinas-desktop {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-left: 3rem;
  padding-bottom: 5rem;
}

.disciplinas-desktop h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: var(--gray-08);
  margin-top: 5rem;
}

.disciplinas-desktop .tabela-desktop {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 81rem;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop + .tabela-wrapper-desktop {
  margin-top: 1.5rem;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop p,
.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop div {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.025rem;
  color: var(--gray-07);
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table + * {
  margin-top: 2rem;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody th,
.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tfoot th {
  padding: 1.4rem 1.5rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: left;
  color: var(--white);
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody th *,
.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tfoot th * {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody th:first-child,
.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tfoot th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody th:last-child,
.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tfoot th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody {
  width: 100%;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody th {
  width: 100%;
  background-color: var(--blue-06);
  color: var(--gray-01);
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody tr th + td {
  border-bottom: none;
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tbody tr td {
  font-size: 1.6rem;
  letter-spacing: 0.25px;
  color: var(--gray-07);
  padding: 1.5rem;
  border-bottom: 1px solid var(--gray-03);
}

.disciplinas-desktop .tabela-desktop .tabela-wrapper-desktop table tfoot th {
  background-color: var(--gray-03);
  color: var(--gray-07);
}

.investimento-desktop {
  background-color: var(--blue-10);
  padding: 5rem 0 5rem 3rem;
}

.investimento-desktop h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: var(--gray-01);
}

.investimento-desktop .investimento-desktop-container {
  width: 100%;
  max-width: 81rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 4rem;
}

.investimento-desktop .investimento-desktop-container .publico-geral-desktop {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.investimento-desktop .investimento-desktop-container .publico-geral-desktop > span {
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: var(--gray-01);
}

.investimento-desktop .investimento-desktop-container .publico-geral-desktop .investimento-card-desktop {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  padding: 2.5rem 2.5rem 0;
  border-radius: 5px;
  background-color: var(--blue-08);
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop {
  display: flex;
  flex-direction: column;
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop strong,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop strong {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 19px;
  letter-spacing: 0.19px;
  color: var(--gray-01);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop strong span,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop strong span {
  font-weight: 600;
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop div,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop div {
  display: flex;
  margin-top: 1rem;
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop div .dolar-desktop,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop div .dolar-desktop {
  line-height: 19px;
  letter-spacing: 0.19px;
  color: var(--gray-01);
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop div .montante-desktop,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop div .montante-desktop {
  font-size: 4.8rem;
  line-height: 40px;
  letter-spacing: 0.19px;
  color: var(--gray-01);
}

.investimento-desktop .publico-geral-desktop .investimento-entrada-desktop div .montante-restante-desktop,
.investimento-desktop .publico-geral-desktop .investimento-restante-desktop div .montante-restante-desktop {
  font-size: 1.6rem;
  line-height: 65px;
  letter-spacing: 0.19px;
  color: var(--gray-01);
}

.investimento-desktop .publico-geral-desktop .plus {
  font-size: 4.8rem;
  color: var(--blue-05);
  margin-top: -2rem;
}
.investimento-desktop .investimento-desktop-container .bolsas-desktop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-left: 4rem;
  border-left: 1px solid var(--blue-07);
}

.investimento-desktop .investimento-desktop-container .bolsas-desktop > span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: var(--gray-01);
  text-align: left;
}

.investimento-desktop .investimento-desktop-container .bolsas-desktop > a {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  color: var(--gray-01);
  background-color: var(--blue-06);
  border-radius: 5px;
  padding: 1.5rem 3rem;
  transition: background-color 0.2s;
}

.investimento-desktop .investimento-desktop-container .bolsas-desktop > a:hover {
  background-color: var(--blue-07);
}

.investimento-desktop footer {
  margin-top: 3rem;
}

.investimento-desktop footer p,
.investimento-desktop footer a {
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--gray-01);
}

.investimento-desktop footer p + p,
.investimento-desktop footer a + p {
  margin-top: 1.5rem;
}

.investimento-desktop footer p a,
.investimento-desktop footer a a {
  margin-left: 0.5rem;
  color: var(--blue-05);
}

.procedimentos-desktop .procedimentos-desktop-container {
  padding: 5rem 0 5.5rem 3rem;
}

.procedimentos-desktop .procedimentos-desktop-container h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: var(--gray-08);
}

.procedimentos-desktop .procedimentos-desktop-container .procedimentos-desktop-accordions {
  width: 100%;
  max-width: 81rem;
  margin-top: 3rem;
}

.procedimentos-desktop .procedimentos-desktop-accordions details {
  padding: 1.5rem;
  border-bottom: 1px solid var(--gray-03);
}

.procedimentos-desktop .procedimentos-desktop-accordions details summary:hover {
  cursor: pointer;
}

.procedimentos-desktop .procedimentos-desktop-accordions details[open] summary {
  color: var(--gray-07);
}

.procedimentos-desktop .procedimentos-desktop-accordions details[open] summary svg {
  transform: rotate(180deg);
}

.procedimentos-desktop .procedimentos-desktop-accordions details[open] summary svg path {
  fill: var(--gray-07);
}

.procedimentos-desktop .procedimentos-desktop-accordions details summary {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: var(--blue-07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
}

.procedimentos-desktop .procedimentos-desktop-accordions details summary svg path {
  fill: var(--blue-07);
}

.procedimentos-desktop .procedimentos-desktop-accordions details ul {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}

.procedimentos-desktop .procedimentos-desktop-accordions details > div {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}

.procedimentos-desktop .procedimentos-desktop-accordions details > div,
.procedimentos-desktop .procedimentos-desktop-accordions details > div > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.procedimentos-desktop .procedimentos-desktop-accordions details ul li,
.procedimentos-desktop .procedimentos-desktop-accordions details > div p {
  list-style: outside !important;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: var(--gray-07);
}

.procedimentos-desktop .procedimentos-desktop-accordions details > div p > strong {
  font-size: 1.6rem;
  font-weight: 600;
}

.procedimentos-desktop .procedimentos-desktop-accordions details > div p > a {
  font-weight: 700;
  color: var(--blue-07);
}

.procedimentos-desktop .procedimentos-desktop-accordions details > div strong {
  font-weight: 600;
  font-size: 1.6rem;
  list-style: outside !important;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: var(--gray-07);
}

.procedimentos-desktop .procedimentos-desktop-accordions details ul li + li {
  margin-top: 1.5rem;
}

.modal-tenho-interesse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.modal-tenho-interesse::backdrop {
  display: none;
}

.modal-tenho-interesse .modal-conteudo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  background-color: var(--gray-09);
  padding: 4rem;
  border-radius: 5px;
}

.modal-conteudo h3 {
  font-size: 2.3rem;
  color: var(--white);
  text-align: center;
}

.modal-conteudo p {
  font-size: 1.6rem;
  color: var(--white);
  line-height: 1.6;
  margin-top: 1.5rem;
}

.modal-conteudo .modal-formulario {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

.modal-conteudo .modal-formulario input,
.modal-conteudo .modal-formulario div,
.modal-conteudo .modal-formulario select {
  width: 100%;
}

.modal-conteudo .modal-formulario input,
.modal-conteudo .modal-formulario select {
  border-radius: 5px;
  padding: 0.8rem 1rem;
  border: 0;
  background-color: var(--white);
}

.modal-conteudo .modal-formulario input:focus,
.modal-conteudo .modal-formulario select:focus {
  outline: 1.5px solid var(--action-blue);
  outline-offset: 3px;
}

.modal-conteudo .modal-formulario input::-moz-placeholder,
.modal-conteudo .modal-formulario select::-moz-placeholder {
  color: var(--gray-06);
}

.modal-conteudo .modal-formulario input::placeholder,
.modal-conteudo .modal-formulario select::placeholder {
  color: var(--gray-06);
}

.modal-conteudo .modal-formulario select {
  color: var(--gray-06);
}

.modal-conteudo .modal-formulario > div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.modal-conteudo .modal-formulario button#btn-enviar-formulario {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 1px;
  color: var(--gray-01);
  text-transform: uppercase;
  padding: 1.6rem 0;
  background-color: var(--action-blue);
  border-radius: 5px;
  transition: all 0.2s;
  margin-top: 2rem;
}

.modal-conteudo .modal-formulario button#btn-enviar-formulario:hover {
  background-color: var(--blue-05);
  cursor: pointer;
}

.modal-conteudo .modal-formulario small {
  font-size: 1.2rem;
  color: var(--gray-01);
  margin-top: -1rem;
}

.modal-conteudo > button[type='button'] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1536px) {
  .banner-especializacao,
  .curso-desktop {
    grid-template-columns: 35% 1fr;
  }

  .banner-especializacao .curso-infos-desktop a,
  .banner-especializacao .curso-infos-desktop button {
    margin-right: 3rem;
  }

  .curso-desktop-conteudo .apresentacao-desktop .objetivo-geral-desktop p,
  .curso-desktop-conteudo .apresentacao-desktop .publico-alvo-desktop p,
  .curso-desktop-conteudo .horario-e-local-desktop .horario-desktop {
    padding: 0 3rem 0 0;
  }
}

@media (max-width: 1440px) {
}

@media (max-width: 1250px) {
  .banner-especializacao .banner-area-azul-desktop h1 {
    font-size: 4.6rem;
  }

  .banner-especializacao .banner-area-azul-desktop .curso-infos-desktop {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .investimento-desktop .investimento-desktop-container {
    flex-direction: column;
  }

  .investimento-desktop .investimento-desktop-container .bolsas-desktop {
    max-width: 95%;
    padding-left: 0;
    padding-top: 4rem;
    border-left: none;
    border-top: 1px solid var(--blue-07);
  }
}

@media (max-width: 1024px) {
  .banner-especializacao {
    grid-template-columns: 1fr;
  }

  .banner-especializacao .banner-shadow {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 75%;
    background: linear-gradient(180deg, rgba(51, 51, 50, 0) 0%, rgba(51, 51, 50, 0.66) 100%);
  }

  .banner-especializacao > img {
    max-width: 100%;
    max-height: 40rem;
  }

  .banner-especializacao .banner-area-azul-desktop {
    display: none;
  }

  .banner-especializacao .banner-area-azul-mobile {
    position: relative;
    display: block;
    height: 12rem;
    background: linear-gradient(180deg, #224166 0%, #416ea4 100%);
  }

  .banner-especializacao .banner-area-azul-mobile .informacoes-mobile {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 3rem;
    width: 100%;
    position: absolute;
    bottom: -2rem;
    left: 0;
  }

  .banner-especializacao .informacoes-mobile h1 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    font-size: 5.6rem;
    letter-spacing: -0.5px;
    color: var(--gray-01);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 5rem;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile {
    margin-top: auto;
    margin-bottom: 5.7rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile a,
  .banner-especializacao .informacoes-mobile .curso-infos-mobile button {
    display: none;
    width: 100%;
    max-width: 27rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 1.6rem 0;
    border-radius: 5px;
    transition: all 0.2s;
    margin-right: 3rem;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile a {
    color: var(--blue-09);
    background-color: var(--action-green);
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile a:hover {
    color: var(--blue-07);
    background-color: var(--action-green-01);
    cursor: pointer;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile button {
    color: var(--action-blue);
    background-color: var(--gray-01);
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile button:hover {
    color: var(--blue-08);
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile .curso-detalhes-mobile {
    display: flex;
    align-items: center;
    gap: 3rem;
  }

  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .modalidade-mobile,
  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .duracao-mobile,
  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .carga-horaria-mobile {
    display: flex;
    flex-direction: column;
  }

  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .modalidade-mobile span,
  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .duracao-mobile span,
  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .carga-horaria-mobile span {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.1rem;
    color: var(--white);
    text-transform: uppercase;
  }

  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .modalidade-mobile strong,
  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .duracao-mobile strong,
  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile .carga-horaria-mobile strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 27px;
    color: var(--white);
  }
}

@media (max-width: 810px) {
  .banner-especializacao .banner-area-azul-mobile {
    height: 15rem;
  }

  .banner-especializacao .banner-area-azul-mobile .informacoes-mobile {
    bottom: -3rem;
  }

  .banner-especializacao .banner-area-azul-mobile .informacoes-mobile h1 {
    margin-bottom: 4rem;
  }

  .banner-especializacao .curso-infos-mobile .curso-detalhes-mobile {
    max-width: 30rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .banner-especializacao .banner-area-azul-mobile .informacoes-mobile {
    padding-left: 1.5rem;
  }

  .banner-especializacao .informacoes-mobile h1 {
    font-size: 4.6rem;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile a,
  .banner-especializacao .informacoes-mobile .curso-infos-mobile button {
    margin-right: 1.5rem;
    max-width: 23rem;
  }

  .curso-desktop {
    display: none;
  }

  .curso-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--gray-03);
    padding: 3rem;
  }

  .curso-mobile .btn-tenho-interesse-curso-mobile {
    color: var(--gray-01);
    background-color: var(--action-blue);
    margin-top: 2rem;
    width: 100%;
    max-width: 27rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 1.6rem 0;
    border-radius: 5px;
    transition: background-color 0.2s;
  }

  .curso-mobile .btn-tenho-interesse-curso-mobile:hover {
    background-color: var(--blue-05);
  }

  .curso-mobile details {
    width: 100%;
    border-bottom: 1px solid var(--gray-03);
  }

  .curso-mobile details summary {
    list-style: none;
  }

  .curso-mobile details[open] > summary {
    color: var(--action-blue);
    background-color: var(--gray-02);
  }

  .curso-mobile details[open] > summary:hover {
    background-color: var(--gray-02);
  }

  .curso-mobile details:hover > summary {
    cursor: pointer;
  }

  .curso-mobile details > summary {
    background-color: var(--gray-09);
    color: var(--gray-01);
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    transition: all 0.2s;
  }

  .curso-mobile details > summary:hover {
    background-color: var(--gray-08);
  }

  .curso-mobile details .apresentacao-mobile,
  .curso-mobile details .disciplinas-mobile,
  .curso-mobile details .procedimentos-mobile {
    background-color: var(--gray-01);
  }

  .curso-mobile details .apresentacao-mobile {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 1.5rem;
    border-top: 1px solid var(--gray-04);
  }

  .curso-mobile details .objetivo-geral-mobile,
  .curso-mobile details .publico-alvo-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .curso-mobile details .objetivo-geral-mobile h3,
  .curso-mobile details .publico-alvo-mobile h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2px;
    color: var(--gray-08);
  }

  .curso-mobile details .objetivo-geral-mobile p,
  .curso-mobile details .publico-alvo-mobile p {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: var(--gray-07);
  }

  .curso-mobile details .horario-e-local-mobile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1.5rem;
    border-top: 1px solid var(--gray-04);
    background-color: var(--gray-02);
  }

  .curso-mobile details .aulas-e-vagas-mobile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .curso-mobile details .aulas-e-vagas-mobile .aulas-mobile {
    width: 100%;
  }

  .curso-mobile details .aulas-e-vagas-mobile .aulas-mobile,
  .curso-mobile details .aulas-e-vagas-mobile .vagas-mobile {
    display: flex;
    flex-direction: column;
  }

  .curso-mobile details .aulas-e-vagas-mobile .aulas-mobile span,
  .curso-mobile details .aulas-e-vagas-mobile .vagas-mobile span {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.1rem;
    color: var(--gray-07);
    text-transform: uppercase;
  }

  .curso-mobile details .aulas-e-vagas-mobile .aulas-mobile strong,
  .curso-mobile details .aulas-e-vagas-mobile .vagas-mobile strong {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 25px;
    color: var(--gray-08);
  }

  .curso-mobile details .horario-mobile,
  .curso-mobile details .local-mobile {
    display: flex;
    flex-direction: column;
  }

  .curso-mobile details .horario-mobile span,
  .curso-mobile details .local-mobile span {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: var(--gray-07);
  }

  .curso-mobile details .horario-mobile strong,
  .curso-mobile details .local-mobile strong {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 25px;
    color: var(--gray-08);
  }

  .curso-mobile details .horario-mobile p,
  .curso-mobile details .local-mobile p {
    font-size: 1.8rem;
    line-height: 25px;
    color: var(--gray-07);
  }

  .curso-mobile details .telefone-email-mobile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile {
    width: 100%;
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile,
  .curso-mobile details .telefone-email-mobile .email-mobile {
    display: flex;
    flex-direction: column;
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile span,
  .curso-mobile details .telefone-email-mobile .email-mobile span {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.1rem;
    color: var(--gray-07);
    text-transform: uppercase;
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile strong,
  .curso-mobile details .telefone-email-mobile .telefone-mobile a,
  .curso-mobile details .telefone-email-mobile .email-mobile strong,
  .curso-mobile details .telefone-email-mobile .email-mobile a {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 25px;
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile strong,
  .curso-mobile details .telefone-email-mobile .email-mobile strong {
    color: var(--gray-08);
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile a,
  .curso-mobile details .telefone-email-mobile .email-mobile a {
    color: var(--blue-07);
    transition: color 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .curso-mobile details .telefone-email-mobile .telefone-mobile a:hover,
  .curso-mobile details .telefone-email-mobile .email-mobile a:hover {
    color: var(--blue-06);
  }

  .curso-mobile details .disciplinas-mobile {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--gray-04);
  }

  .curso-mobile details .disciplinas-mobile h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: var(--gray-08);
    padding: 3rem 1.5rem;
  }

  .curso-mobile details .disciplinas-mobile .tabela-mobile {
    width: 100%;
    max-width: 81rem;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile + .tabela-wrapper-mobile {
    margin-top: 1.5rem;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile p,
  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile div {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.025rem;
    color: var(--gray-07);
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table {
    width: 100%;
    border-collapse: collapse;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody th,
  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tfoot th {
    padding: 1.4rem 1.5rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    text-align: left;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody th *,
  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tfoot th * {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody th:first-child,
  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tfoot th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody th:last-child,
  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tfoot th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody {
    width: 100%;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody th {
    width: 100%;
    background-color: var(--blue-06);
    color: var(--gray-01);
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody tr th + td {
    border-bottom: none;
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tbody tr td {
    letter-spacing: 0.25px;
    color: var(--gray-07);
    padding: 1.5rem;
    border-bottom: 1px solid var(--gray-03);
  }

  .curso-mobile details .disciplinas-mobile .tabela-wrapper-mobile table tfoot th {
    background-color: var(--gray-03);
    color: var(--gray-07);
  }

  .curso-mobile details .investimento-mobile {
    background-color: var(--blue-10);
    padding: 3rem 1.5rem;
  }

  .curso-mobile details .investimento-mobile h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: var(--gray-01);
  }

  .curso-mobile details .investimento-mobile .investimento-mobile-container {
    width: 100%;
    max-width: 81rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    gap: 4rem;
  }

  .curso-mobile details .investimento-mobile .publico-geral-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .curso-mobile details .investimento-mobile .publico-geral-mobile > span {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: var(--gray-01);
  }

  .curso-mobile details .investimento-mobile .publico-geral-mobile .investimento-card-mobile {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    padding: 2.5rem 2.5rem 0;
    border-radius: 5px;
    background-color: var(--blue-08);
  }

  .curso-mobile details .investimento-mobile .investimento-card-mobile .investimento-entrada-mobile,
  .curso-mobile details .investimento-mobile .investimento-card-mobile .investimento-restante-mobile {
    display: flex;
    flex-direction: column;
  }

  .curso-mobile details .investimento-mobile .investimento-card-mobile .investimento-entrada-mobile strong,
  .curso-mobile details .investimento-mobile .investimento-card-mobile .investimento-restante-mobile strong {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 19px;
    letter-spacing: 0.19px;
    color: var(--gray-01);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile strong span,
  .curso-mobile details .investimento-mobile .investimento-restante-mobile strong span {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div,
  .curso-mobile details .investimento-mobile .investimento-restante-mobile div {
    display: flex;
    margin-top: 1rem;
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div .dolar-mobile,
  .curso-mobile details .investimento-mobile .investimento-restante-mobile div .dolar-mobile {
    line-height: 19px;
    letter-spacing: 0.19px;
    color: var(--gray-01);
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div .montante-mobile,
  .curso-mobile details .investimento-mobile .investimento-restante-mobile div .montante-mobile {
    font-size: 4.8rem;
    line-height: 40px;
    letter-spacing: 0.19px;
    color: var(--gray-01);
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div .montante-restante-mobile,
  .curso-mobile details .investimento-mobile .investimento-restante-mobile div .montante-restante-mobile {
    font-size: 1.2rem;
    line-height: 65px;
    letter-spacing: 0.19px;
    color: var(--gray-01);
  }

  .curso-mobile details .investimento-mobile .plus {
    font-size: 4.8rem;
    color: var(--blue-05);
    margin-top: -2rem;
  }

  .curso-mobile details .investimento-mobile .bolsas-mobile {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    border-top: 1px solid var(--blue-06);
    padding-top: 4rem;
  }

  .curso-mobile details .investimento-mobile .bolsas-mobile > span {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: var(--gray-01);
    text-align: left;
  }

  .curso-mobile details .investimento-mobile .bolsas-mobile > a {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
    text-align: center;
    align-self: center;
    color: var(--gray-01);
    background-color: var(--blue-06);
    border-radius: 5px;
    padding: 1.5rem 3rem;
    transition: background-color 0.2s;
  }

  .curso-mobile details .investimento-mobile .bolsas-mobile > a:hover {
    background-color: var(--blue-07);
  }

  .curso-mobile details .procedimentos-mobile {
    padding: 3rem 1.5rem 0;
    border-top: 1px solid var(--gray-04);
  }

  .curso-mobile details .procedimentos-mobile h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: var(--gray-08);
  }

  .curso-mobile details .procedimentos-mobile .procedimentos-mobile-accordions {
    width: 100%;
    margin-top: 2rem;
  }

  .curso-mobile details .procedimentos-mobile-accordions details {
    border-bottom: 1px solid var(--gray-03);
  }

  .curso-mobile details .procedimentos-mobile-accordions details summary:hover {
    cursor: pointer;
  }

  .curso-mobile details .procedimentos-mobile-accordions details[open] summary {
    color: var(--gray-07);
  }

  .curso-mobile details .procedimentos-mobile-accordions details[open] summary svg {
    transform: rotate(180deg);
  }

  .curso-mobile details .procedimentos-mobile-accordions details[open] summary svg path {
    fill: var(--gray-07);
  }

  .curso-mobile details .procedimentos-mobile-accordions details summary {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 26px;
    letter-spacing: 0.15px;
    color: var(--blue-07);
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s;
  }

  .curso-mobile details .procedimentos-mobile-accordions details summary svg path {
    fill: var(--blue-07);
  }

  .curso-mobile details .procedimentos-mobile-accordions details ul,
  .curso-mobile details .procedimentos-mobile-accordions details > div {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }

  .curso-mobile details .procedimentos-mobile-accordions details > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .curso-mobile details .procedimentos-mobile-accordions details ul li,
  .curso-mobile details .procedimentos-mobile-accordions details > div p {
    list-style: outside !important;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: var(--gray-07);
  }

  .curso-mobile details .procedimentos-mobile-accordions details ul li + li {
    margin-top: 1.5rem;
  }

  .curso-mobile details .procedimentos-mobile-accordions details > div p > strong {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .curso-mobile details .procedimentos-mobile-accordions details > div strong {
    font-size: 1.6rem;
    font-weight: 600;
    list-style: outside !important;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: var(--gray-07);
  }
}

@media (max-width: 600px) {
  .banner-especializacao .informacoes-mobile h1 {
    font-size: 3.6rem;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile {
    position: relative;
    top: 1rem;
  }

  .banner-especializacao .informacoes-mobile .curso-detalhes-mobile .modalidade-mobile strong,
  .banner-especializacao .informacoes-mobile .curso-detalhes-mobile .duracao-mobile strong,
  .banner-especializacao .informacoes-mobile .curso-detalhes-mobile .carga-horaria-mobile strong {
    font-size: 1.8rem;
  }

  .banner-especializacao .informacoes-mobile .curso-infos-mobile a,
  .banner-especializacao .informacoes-mobile .curso-infos-mobile button {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 15rem;
  }

  .curso-mobile {
    padding: 3rem 1.5rem;
  }

  .modal-tenho-interesse .modal-conteudo {
    padding: 3rem;
  }
}

@media (max-width: 500px) {
  .banner-especializacao .banner-area-azul-mobile .informacoes-mobile h1 {
    font-size: 2.6rem;
  }
}

@media (max-width: 470px) {
  .curso-mobile details .investimento-mobile .publico-geral-mobile {
    width: 100%;
  }

  .curso-mobile details .investimento-mobile .publico-geral-mobile .investimento-card-mobile {
    justify-content: space-between;
    padding: 2.5rem 1rem 0;
    gap: 0;
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div .dolar-mobile,
  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div .montante-restante-mobile,
  .curso-mobile details .investimento-mobile .montante-restante-mobile div .dolar-mobile,
  .curso-mobile details .investimento-mobile .montante-restante-mobile div .montante-restante-mobile {
    font-size: 1.3rem;
  }

  .curso-mobile details .investimento-mobile .investimento-entrada-mobile div .montante-mobile,
  .curso-mobile details .investimento-mobile .montante-restante-mobile div .montante-mobile {
    font-size: 3.7rem;
  }

  .curso-mobile details .investimento-mobile .publico-geral-mobile .plus {
    font-size: 3.6rem;
  }
}
