:root {
  --color01: #00ffff;
  --color02: #141b31;
  --color-white: #fff;
  --color-black: #000;
}

@font-face {
  font-family: font-tema;
  src: url(/assets/FONTS/good-times.otf);
}

body {
  background-color: #141b31 !important;
  background-image: url(/assets/IMGS/background02.png);
  background-size: contain;
  overflow-x: hidden !important;
  width: 100vw;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               BOTÔES HEROBANNER                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.inicio {
  background-image: url(/assets/IMGS/BG-1.jpg);
  height: 75vh;
  background-size: cover;
  background-position: top;
  position: relative;
  overflow: hidden;
}

.text-center.bg2 {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.botao-inicio button {
  margin-top: 70px;
  display: block;
  
  padding: 10px 20px;
  border-radius: 20px;

  font-size: 1.2rem;
  font-family: font-tema;
  font-weight: bolder;

  background-color: var(--color01);
  transition: all 0.3s ease-in-out;

}

.botao-inicio button:hover {
  transform: scale(1.05);
}

.botao-inicio {
  text-decoration: none;
}

.moving-image {
  background: url('/assets/IMGS/The-Master-Astronaut.png') no-repeat center center;
  background-size: cover;
  width: 600px;
  height: 550px;
  right: 60%;
  bottom: -10%;
  position: absolute;
  animation: moveImage 5s alternate infinite ease-in-out;
}

.moviment {
  animation: moveImage 8s alternate infinite ease-in-out;
}

@keyframes moveImage {
  0% {
      transform: translate(0, 0);
  }
  25% {
      transform: translate(10px, 10px);
  }
  50% {
      transform: translate(0, 0);
  }
  75% {
      transform: translate(-10px, -10px);
  }
  100% {
      transform: translate(0, 0);
  }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               BOTÔES HEROBANNER                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               BANNER PROFESSORES                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#professores2 h2 {
  color: var(--color-white);
  text-align: center;
  width: 90%;
  margin: auto;
}

#professores2 .card {
  background-color: var(--color01);
  color: var(--color-black);
  padding: 20px;
  margin: auto;
}

#aprovados-ufsc,
#aprovados-total {
  font-size: 5rem;
  font-weight: bold;
  font-family: font-tema;
}

#professores2 .card span {
  font-size: 1.3rem;
  font-weight: bold;
}

#professores {
  background-color: var(--color-black);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               BANNER PROFESSORES                                */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                SEPARADOR CONTADOR                               */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.condicao h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-black);
}

.contador-ufsc h2 {
  font-size: 5rem;
  line-height: 4.4rem;
  font-family: tahoma;
  font-weight: bold;
  color: var(--color-black);
}

.contador-regressivo p {
  font-family: tahoma;
  font-weight: bold;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               BANNER PROFESSORES                                */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                  CTA DIVISOR                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-div {
  background-color: var(--color01);
  height: 60%;
  margin: 7rem 0rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-plataforma {
  width: 100%;
}

.sec-div p {
  color: var(--color-black);
  font-weight: bold;
  font-size: 1.3rem;
}

.btn-padrao {
  background-color: var(--color-black);
  padding: 15px;
  font-family: font-tema;
  color: var(--color-white);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 15px;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.btn-padrao:hover {
  transform: scale(1.2);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                  CTA DIVISOR                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               SECTION PADRAO                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-padrao {
  margin: 4rem 0rem;
  text-align: end;
}

.img-duo {
  width: 100%;
  margin: auto;
  height: auto;
}

.text-duo {
  color: var(--color-white);
  font-size: 1.2rem;

  font-weight: bold;
  margin-top: 1rem;
}

.sec-padrao h2 {
  color: var(--color-white);
  font-family: font-tema;
  font-weight: bold;
  font-size: 2.3rem;
}

.sec-padrao h2 span {
  background-color: var(--color01);
  color: var(--color-black);
  padding: 2px 9px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               SECTION PADRAO                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               SECTION VISOR                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Estilo para a div responsiva */
.responsive-div {
  position: relative; /* Define o posicionamento relativo */
}

/* Estilo para a imagem de fundo */
.responsive-div img {
  width: 100%;
  height: auto;
  display: block;
}

/* Estilo para o conteúdo (título e texto) sobre a imagem */
.content {
  width: 90%;
  text-align: center;
  color: var(--color01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content p {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
}

.content h1 {
  font-family: font-tema;
  font-size: 2rem;
  color: var(--color01);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               SECTION VISOR                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               CARROSSEL ALUNOS                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.salao-aprovados h2 {
  color: var(--color-white);
  font-family: font-tema;
  font-weight: bold;
  font-size: 2.3rem;
}

.salao-aprovados h2 span {
  background-color: var(--color01);
  color: var(--color-black);
  padding: 2px 9px;
}

.salao-aprovados p {
  color: var(--color-white);
  font-size: 1.2rem;

  font-weight: bold;
  margin-top: 1rem;
}

/* Estilos para o contêiner do carrossel */
.carousel-container {
  position: relative !important;
}

/* Estilos para os botões de setas */
.carousel-prev,
.carousel-next {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: black;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.3s, color 0.3s;
}

.carousel-prev:hover,
.carousel-next:hover {
  color: var(--color02);
}

/* Posicionamento dos botões */
.carousel-prev {
  left: -10px; /* Distância da borda esquerda */
}

.carousel-next {
  right: -10px; /* Distância da borda direita */
}

.carousel-container i {
  font-size: 2rem;
  color: white;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               CARROSSEL ALUNOS                                  */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               ACORDIOM SECTION                                  */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#redacaonotamaxima .accordion-item {
  background-color: var(--color02);
  color: var(--color-white);
  border: 2px solid var(--color02);
}

#redacaonotamaxima .accordion-button {
  background-color: var(--color01);
  color: var(--color02);
  font-weight: bold;
  font-family: font-tema;
  font-size: 1.2rem;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               ACORDIOM SECTION                                  */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */












/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               VENDAS SECTION                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.vendas h1 {
  color: var(--color-white);
  font-family: font-tema;
  font-size: 2rem;
}

.vendas p {
  width: 70%;
  margin: auto;
  color: var(--color-white);
}

.img-basic {
  width: 300px;
  margin-top: 50px;
}

.vendas .a button {
  background-color: var(--color01);
  padding: 10px 20px;
  width: 60%;
  font-size: 1.4rem;
  color: var(--color02);
  font-family: font-tema;
  font-weight: bold;
  border-radius: 15px;
  margin-top: 15px;
  transition: all 0.2s ease-in-out;
}

.vendas .b button {
  background-color: #dafb3b;
  padding: 10px 20px;
  width: 60%;
  font-size: 1.4rem;
  color: var(--color02);
  font-family: font-tema;
  font-weight: bold;
  border-radius: 15px;
  margin-top: 15px;
  transition: all 0.2s ease-in-out;
}

.vendas button:hover {
  transform: scale(1.1);
}

.naotem {
  filter: grayscale(1);
}

.naotemp {
  text-decoration: line-through;
  color: gray !important;
}

.vendas-row {
  display: flex;
  flex-direction: row;
}

.vendas-col {
  width: 48%;
  margin: auto;
  justify-content: first baseline !important;
  align-items: first baseline !important;
}

.vendas ul {
  color: var(--color-white);
  text-decoration: none;
  list-style: none;
  padding: 0;
}

.vendas li {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70%;
  border-bottom: 1px solid var(--color01);
}

.marcado {
  color: var(--color01);
}

.preco-sec {
  margin: auto;
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.preco-sec h1 {
  font-size: 4rem;
  color: var(--color01);
}

.preco-intensive-parcela {
  color: #dafb3b !important;
}

.preco-sec p {
  line-height: 1rem;
  margin: auto;
  font-weight: bold;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.preco-col {
  text-align: end;
  justify-content: center;
  align-items: center;
}

.parcela {
  color: var(--color-white);
  width: 90%;
  margin: auto;
  margin-bottom: 15px !important;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               VENDAS SECTION                                    */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               WHATS SECTION                                     */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sec-whats {
  margin: auto;
  margin-top: 4rem;
  align-items: center;
  justify-content: center;
}

.sec-whats .container {
  border-top: 2px solid #00ffff;
}

.sec-whats img {
  width: 500px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               WHATS SECTION                                     */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               FOOTER FOOTER                                     */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

footer .footer {
  background-color: #141b31;
  color: white;
  text-decoration: none;
}

footer a {
  color: white;
  font-weight: bold;
  padding: 0px !important;
  margin-top: 0px !important;
}

.direitos {
  margin-top: 2rem !important;
  border-top: 2px solid #1b2440;
  margin: auto;
}

.footer p {
  margin: auto;
  padding: 0px !important;
  margin-top: 0px !important;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                               FOOTER FOOTER                                     */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */













@media screen and (max-width: 750px) {
  .text {
    width: 90%;
  }

  #card-prof .slick-dots {
    bottom: 28px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 50%;
    left: 25%;
    object-fit: contain;
  }
  #card-prof .slick-dots li {
    margin: 0 -4px;
  }

  #card-prof .slick-dots li {
    display: none;
  }

  #card-prof .slick-dots li:nth-child(-n + 5) {
    display: block !important;
  }

  #cards-produtos .img-titulo {
    width: 100%;
    padding-top: 3rem;
  }
  #dados-id .img-titulo {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #countdown-display {
    font-size: 2rem;
  }

  .btn-acafe,
  .btn-enem,
  .btn-ufsc {
    width: 80%;
  }

  .center-logo {
    width: 75vw;
    min-width: 100px;
    max-width: 600px;
    max-height: 80%;
    z-index: 1;
  }

  .sec-div h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .fullscreen-section {
    height: 85vh;
    background-position: left;
  }

  .text {
    width: 89%;
  }

  .img-titulo {
    width: 90%;
  }

  #hall-fama .img-fluid {
    max-height: 500px;
    object-fit: contain;
  }

  #logoacafe {
    margin-bottom: 1rem;
    width: 95%;
  }

  .sec-promo h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }

  #countdown-display {
    font-size: 2.5rem;
    margin: 0;
    padding-bottom: 2rem;
  }
}

.floating-buttons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1000;
}

.floating-button .fa-whatsapp {
  font-size: 1.2rem;
}

.floating-button a {
  text-decoration: none;
  color: var(--color02);
}

.floating-button a:hover {
  color: var(--cor-padrao02);
  transition: all 0.2s ease-in-out;
}

.floating-button {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--color01);
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--color02);
  transition: all 0.2s ease-in-out;
  z-index: 3;
}

.floating-button:hover {
  transform: scale(1.3);
  color: var(--cor-padrao02);
}

.floating-button .description {
  position: absolute;
  top: 50%;
  left: 70%;
  padding-left: 15px !important;
  transform: translateY(-50%);
  background-color: var(--color01);
  color: var(--cor-padrao02);
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
  z-index: 2;
}

.floating-button:hover .description {
  opacity: 1;
}

.mobile-menu-buttons,  .mobile-menu-toggle{
  display: none;
}

/* Estilos para os botões flutuantes no mobile */
@media (max-width: 768px) {
  .mobile-nao {
    display: none;
  }
  
  .floating-buttons {
    top: 10px;
    left: 10px;
    transform: translateY(0);
  }

  .floating-buttons .floating-button {
    display: none; /* Oculta os botões individuais */
  }

  .mobile-menu-toggle {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1001;
    width: 40px;
    height: 40px;
    background-color: var(--color01);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color02);
    transition: all 0.2s ease-in-out;
  }

  .mobile-menu-toggle.active {
    background-color: var(--cor-padrao02);
  }

  .mobile-menu-buttons {
    display: none;
  }

  .mobile-menu-buttons.active {
    display: block;
    position: fixed;
    top: 60px;
    left: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1001;
  }

  .mobile-menu-toggle.active + .mobile-menu-buttons {
    display: flex;
  }
}






/* XXXXXXXXXXXXXXXXXXXXXXXXXX DUO BANNER FOCADO XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX DUO BANNER FOCADO XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX DUO BANNER FOCADO XXXXXXXXXXXXXXXXXXXXXXXXXX */

.duo-banner {
  margin-bottom: 5rem;
  padding-bottom: 2rem;
}

#duo-banner01 {
  text-align: center;
}


#duo-banner01 h3 {
  text-align: center;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
  padding: 0;
  font-size: 1.7rem;
  padding-top: 10px;
  margin-bottom: 0;
  color: var(--color01);
}

#duo-banner01 a {
  text-decoration: none;
  color: white;
}

#duo-banner01 img {
  border-radius: 15px;
}

#duo-banner01 .col-md-6 {
  margin-top: 30px;
}


.button-simple {
  width: 50%;
  background-color: var(--color01);
  padding: 4px 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color02);
  margin: auto;
  border-radius: 15px;
  border: 2px solid var(--color02);
  transition: all 0.1s ease-in-out;
}

.button-simple:hover {
  transform: scale(1.05);
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXX QUEBRA DE PAGINA 01 XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX QUEBRA DE PAGINA 01 XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX QUEBRA DE PAGINA 01 XXXXXXXXXXXXXXXXXXXXXXXXXX */







#fim-vagas {
  background-image: url(/assets/imgs/background01.jpg);
  background-position: center;
  display: flex;
}

#fim-vagas h1 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

#fim-vagas p {
  color: var(--color01);
  font-weight: bold;
}

#fim-vagas button {
  background-color: var(--color01);
  padding: 10px;
  border-radius: 20px;

  color: var(--color02);
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#fim-vagas button:hover {
  transform: scale(1.1);
}


.sec-reserva {
  background-image: url(/assets/IMGS/reserva-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin: 0px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.card-cadastro img {
  max-width: 500px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.btn-submit {
  margin: auto;
  padding: 10px;
  margin-top: 20px;
  min-width: 300px;
  width: 60%;
  background-color: var(--color02);
  color: var(--color01);
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem !important;
  font-family: font-tema !important;
  letter-spacing: 0.25rem !important;
}

.btn-submit:hover {
  transform: scale(1.03);
}

#card02 p {
  font-weight: bold;
  font-size: 1.3rem;
}

#card02 p span {
  font-family: font-tema;
  color-scheme: var(--cor01);
  font-size: 1.7rem;
  letter-spacing: 0.18rem !important;

}


.sec-reserva .row {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.card-cadastro label {
  font-weight: bold;
  color: var(--corpadrao2);
  padding-left: 10px;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}

.card-cadastro span {
  color: red;
}

.card-cadastro input {
  border: 1px solid rgba(128, 128, 128, 0.452);
  border-radius: 10px;
  font-size: 1.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.1rem;
  padding-left: 10px;
}


.card-cadastro h2 {
  color: var(--color02);
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.input-number-whats {
  width: 60%;
}

.check-whats {
  margin: auto;
}

.check-whats input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-card input {
  margin-bottom: 5px;
}

.off {
  display: none !important;
}

.form-card {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}



