@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Medium.ttf");
}
@font-face {
  font-family: "DINProBold";
  src: url("../fonts/DINPro-Bold.ttf");
}
@font-face {
  font-family: "KOBA";
  src: url("../fonts/KOBA.ttf");
}
@font-face {
  font-family: "KomuA";
  src: url("../fonts/Komu-A.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.max-container {
  width: 71.25rem;
  margin: auto;
}

/* Estilo Menu */

.menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #003366;
  padding: 20px 10px;
}
.menu > .max-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  height: 25px;
}
.nav-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.estilo-botao-menu {
  color: #fff;
  text-align: center;
  font-family: "DINProBold";
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  padding: 10px 30px; 
  border-radius: 50px;
  background: #00000000;
  border-radius: 8px;
  border: 1px solid #fff;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.estilo-botao-menu:hover {
  background: #00000038;
  transition: all 0.5s;
}
.estilo-botao-menu > img {
  width: 16px;
  height: auto;
}
.estilo-botao-menu-laranja {
  color: #fff;
  text-align: center;
  font-family: "DINProBold";
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  padding: 13px 40px;
  border-radius: 8px;
  background: #f05025;
}
.estilo-botao-menu-laranja:hover {
  background: #ce451f;
  transition: all 0.5s;
}
.menu-toggle {
  display: none;
}

/* Fixed Bar Footer */
.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00397a;
  color: #ffffff;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  transform: translateY(100%); 
  transition: transform 0.4s ease-in-out;
}

.fixed-bar.visible {
  transform: translateY(0);
}
.fixed-bar .max-container.fixed-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.receber-aviso-btn {
  color: #fff;
  text-align: center;
  font-family: "KOBA";
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 8px;
  background: #f05025;
  border: 2px solid #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.receber-aviso-btn:hover {
  background: #ce451f;
  transition: all 0.5s;
}


/* Botão */
.estilo-botao {
  color: #fff;
  font-family: "KomuA";
  font-size: 42px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #f05025;
  padding: 15px 60px;
}
.estilo-botao:hover {
  background: #ce451f;
  transition: all 0.5s;
}

/* Estilo sessão ingressar */

.ingressar {
  background-color: #f4f2f3;
  padding: 80px 0;
}
.ingressar > .max-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.ingressar > .max-container > h2 {
  color: #036;
  font-family: "KomuA";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

/* Estilo card ingresso */
.card-ingressar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Estilo botões Educação a distância e Presencial */

.button {
  background-color: transparent;
  cursor: pointer;
  padding: 10px 20px;
}
.group-button {
  color: #036;
}
.group-button.active {
  background-color: #f05025;
  color: #fff;
}

/* Estilo para os botões de modo de ingresso */


.modo-content{
  width: 500px;
}

.modo-button-group {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 450px;
}
.modo-button-group > h3 {
  color: #036;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.modo-button {
  border-radius: 8px;
  background: rgba(22, 48, 89, 0.05);
  padding: 20px 20px 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modo-button > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  color: #036;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.modo-button.active {
  background-color: #163059;
}
.modo-button.active > div {
  color: #fff;
}

.seta {
  display: block;
}

.seta.ativa {
  display: none;
}

.modo-button.active .seta.ativa {
  display: block;
}

.modo-button.active .seta.azul {
  display: none;
}

.seta.azul {
  display: block;
}

.content-item,
.modo-content-item {
  display: none;
}

.content-item.active,
.modo-content-item.active {
  display: flex;
}
.content-item.active {
  align-items: flex-start;
}

/* Estilo para o conteúdo modo de ingresso */

.content-item {
  flex-direction: row;
  gap: 150px;
}

.modo-content-item {
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #163059;
  background: #fff;
  box-shadow: 0px 4px 13.6px 0px rgba(0, 0, 0, 0.1);
}
.modo-content-item > div:first-child {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 60px;
}
.modo-content-item > div:first-child > div {
  display: flex;
  flex-direction: row;
  gap: 38px;
  align-items: center;
}
.modo-content-item > div:first-child > div > h4 {
  color: #036;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.modo-content-item > div:first-child > p {
  color: #163059;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.inscricao {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5.832px;
  border: 0.9px solid #f05025;
  background: #f05025;
  padding: 15px 60px;
  text-decoration: none;
}
.inscricao:hover {
  background: #ce451f;
  transition: all 0.5s;
}
.saiba-mais {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  background: #efefef;
}
.saiba-mais > a {
  text-decoration: none;
  color: #163059;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.icon {
  width: 40px; /* ajuste o tamanho do ícone conforme necessário */
  height: auto; /* ajuste o tamanho do ícone conforme necessário */
}

/* Estilo novos formatos */

.novos-formatos {
  background-color: #003366;
  padding: 40px 0;
  text-align: center;
}
.novos-formatos > .max-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.novos-formatos > .max-container > a {
   border-radius: 10.4px;
  border: 2.6px solid #000;
  background: #fff;
  padding: 10px 25px;
  box-shadow: -8px 8px 0px #000000;
  color: #036;
  font-family: "KomuA";
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration: none;
}
.novos-formatos > .max-container > a:hover {
  background: #e0e0e0;
  transition: all 0.5s;
  box-shadow: -11px 11px 0px #000000;
} 

@media only screen and (max-width: 800px) {
  .novos-formatos {
    padding: 40px 020px;
  }
  .novos-formatos > .max-container > a {
    padding: 10px 10px;
    font-size: 32px;
  }

}


/* Estilo Footer */

.footer {
  background-color: #003366;
  padding: 80px 0;
}
.footer > .max-container {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.footer > .max-container > div {
  width: 100%;
}
.footer > .max-container > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.footer > .max-container > div:first-child > div:first-child {
  border-radius: 10.4px;
  border: 2.6px solid #000;
  background: #fff;
  padding: 15px 40px;
  box-shadow: -10px 10px 0px #000000;
}
.footer > .max-container > div:first-child > div:first-child > h2 {
  color: #036;
  font-family: "KomuA";
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.footer > .max-container > div:first-child > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin: 20px 0;
}
.footer > .max-container > div:first-child > div:nth-child(2) > h3 {
  color: #fff;
  font-family: "KomuA";
  font-size: 58px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.footer > .max-container > div:first-child > p {
  color: #fff;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Estilo Modal */

.modal {
  display: none;
  position: fixed;
  z-index: 99; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modalModalidades {
  display: none; /* Escondido por padrão */
  position: fixed; /* Fica fixo na tela */
  z-index: 99; /* Fica acima dos outros elementos */
  left: 0;
  top: 0;
  width: 100%; /* Largura total */
  height: 100%; /* Altura total */
  overflow: auto; /* Adiciona rolagem se necessário */
  background-color: rgb(0, 0, 0); /* Fundo preto */
  background-color: rgba(0, 0, 0, 0.4); /* Fundo preto com transparência */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* Margem superior e centraliza */
  padding: 40px;
  border: 1px solid #888;
  width: 80%; /* Largura do modal */
}
.modal-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.modal-content > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#modal-title {
  color: #036;
  font-family: "Inter";
  font-size: 28px;
  font-weight: 900;
}
#modal-icon {
  width: 40px;
  height: auto;
}
#modal-message {
  color: #163059;
  font-family: "Inter";
  font-size: 20px;
  line-height: 140%;
}
 #modal-link {
  color: #fff;
  font-family: "KOBA";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5.832px;
  border: 0.9px solid #f05025;
  background: #f05025;
  padding: 15px 60px;
  text-decoration: none;
}
#modal-link:hover {
  background: #ce451f;
  transition: all 0.5s;
} 
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




@media only screen and (max-width: 1140px) {
  .max-container {
    width: 100%;
  }
 
  /* Botão */
  .estilo-botao {
    font-size: 32px;
  }

  
  .ingressar {
    padding: 80px 40px;
  }

  .footer {
    padding: 80px 40px;
  }
  .footer > .max-container > div:first-child > div:first-child > h2 {
    font-size: 40px;
  }
  .footer > .max-container > div:first-child > div:nth-child(2) > img {
    width: 100%;
    max-width: 60px;
  }
  .footer > .max-container > div:first-child > div:nth-child(2) > h3 {
    font-size: 44px;
  }
  .footer > .max-container > div:first-child > p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 800px) {
  
  .nav-buttons {
    display: none;
  }
  .menu-toggle {
    display: block;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
  }
  .nav-buttons.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 110px;
    right: 0;
    width: 100%;
    z-index: 1;
    gap: 0;
  }
  .nav-buttons.show a {
    padding: 10px;
    width: 100%;
    border-left: 0;
    border-right: 0;
    justify-content: center;
    background-color: #036;
    border-radius: 0;
  }
  .estilo-botao-menu-laranja {
    border-bottom: 1px solid #fff;
  }

  
  .content-item {
    flex-direction: row;
    gap: 50px;
  }
  .modo-button > div {
    font-size: 22px;
    gap: 20px;
    text-align: left;
  }
  .modo-content-item > div:first-child {
    padding: 40px;
    gap: 30px;
  }
  .modo-content-item > div:first-child > div {
    gap: 20px;
  }
  .modo-content-item > div:first-child > div > h4 {
    font-size: 22px;
  }
  .modo-content-item > div:first-child > p {
    font-size: 18px;
    line-height: 120%;
  }
  .inscricao {
    margin: 0 auto;
  }

  .footer > .max-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer > .max-container > div {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .menu {
    padding: 20px;
  }
  .logo{
    height: 20px;
  }
  .nav-buttons.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 82px;
    right: 0;
    width: 100%;
    z-index: 1;
    gap: 0;
  }

  .estilo-botao {
    text-align: center;
    font-size: 32px;
    padding: 15px 0;
    width: 100%;
  }

  .ingressar {
    padding: 40px 20px;
  }
  .ingressar > .max-container > h2 {
    font-size: 32px;
    line-height: 120%;
    text-align: center;
  }
  .inscricao {
    text-align: center;
    font-size: 22px;
    padding: 15px 0;
    width: 100%;
  }
  #button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  #button-group > .button {
    margin-bottom: 0;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  .content-item {
    flex-direction: column;
    gap: 50px;
  }
  .content-item > div {
    width: 100%;
  }
  .modo-content-item > div:first-child > a {
    font-size: 16px;
  }

  .footer > .max-container > div:first-child > div:first-child > h2 {
    font-size: 30px;
  }
  .footer > .max-container > div:first-child > div:nth-child(2) > h3 {
    font-size: 28px;
  }
  .footer {
    padding: 40px 50px 40px 20px;
  }
  .footer > .max-container > div:first-child > p {
    font-size: 18px;
    max-width: 300px;
  }

  .modal-content {
    padding: 20px;
    width: 100%; /* Largura do modal */
  }
  .modal-content > div {
    gap: 25px;
  }
}

@media only screen and (max-width: 420px) {
  .cardCurriculo > div > img {
    width: 430px;
  }
}

@media only screen and (max-width: 360px) {

  .modo-button-group > h3 {
    font-size: 28px;
  }

  .footer > .max-container > div:first-child > div:first-child {
    padding: 15px 0;
    width: 100%;
  }
  .footer > .max-container > div:first-child > div:first-child > h2 {
    font-size: 28px;
    text-align: center;
  }
  .footer > .max-container > div:first-child > div:nth-child(2) {
    gap: 10px;
    margin: 10px 0;
  }
  .footer > .max-container > div:first-child > div:nth-child(2) > h3 {
    font-size: 26px;
  }
  .footer > .max-container > div:first-child {
    gap: 20px;
  }
  .footer > .max-container > div:first-child > p {
    font-size: 18px;
    line-height: 130%;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf");
  
}
.retorno-unasp>.max-container{
  display: flex ;
flex-direction: row;
justify-content: center;
align-items: center;
flex-shrink: 0;
padding: 80px 40px;
gap: 80px;


}

.retorno-unasp >.max-container>div>img {
  width: 450px;
}
.retorno-unasp >.max-container>div{
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.retorno-unasp >.max-container>div>h2{color: #036;
font-family: "komuA";
font-size: 68px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 74.8px */
text-transform: uppercase;


}
.retorno-unasp >.max-container>div>p:nth-child(2){

  color: #036;
font-family: "Inter";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
margin-bottom: 40px;
}

.retorno-unasp >.max-container>div>p:nth-child(3){

  color: #036;
font-family: "Inter";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 33.6px */
}

/* responsivo para mobile */
@media only screen and (max-width: 800px) {
  .retorno-unasp>.max-container{
  display: flex ;
  flex-direction: column-reverse;
  padding: 40px 20px;
  }
  .retorno-unasp >.max-container>div>img {
    width: 100%;
    
  } 

.retorno-unasp >.max-container>div>p:nth-child(2){

  color: #036;
font-family: "Inter";
font-size: 20px;
font-style: normal;

}

.retorno-unasp >.max-container>div>p:nth-child(3){

  color: #036;
font-family: "Inter";
font-size: 20px;

}

.retorno-unasp >.max-container>div>h2{color: #036;
font-family: "komuA";
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 74.8px */
text-transform: uppercase;
}
.estilo-botao{
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  gap: 20px;
  color: #ffffff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  background-color:#f05025 ;
  
}

}

#novos-formatos-btn{
  background-color: #f05025;
  text-decoration: none;
  color: #ffffff;
}
#novos-formatos-btn:hover{
  background-color: #d4471f;
  transition: all 0.5s;
}
#novos-formatos-btn>div{
  color: #ffffff;
}