/* style para a página Welcome */
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

body {
  background-color: var(--cor-roxo-escuro);
  color: #fff;
}

.navbar {
  background-color: var(--cor-roxo-escuro);
}

.container-fluid {
  /* max-width: 600px; */
  margin-top: 80px;
  min-height: 100vh;
  scroll-margin-top: 80px;
  scroll-behavior: smooth;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

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

.social-media {
  list-style: none;
  padding: 0;
  position: fixed;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  /* display: none; */
}

.social-media li {
  margin: 1rem 0;
}

.social-media li a {
  color: #fff;
  background-color: var(--cor-roxo);
  padding: 7px 8px;
  border-radius: 50%;
}

.social-media li a:hover {
  color: var(--cor-roxo-escuro);
}

.page-numbers {
  list-style: none;
  padding: 0;
  position: fixed;
  left: 1rem;
  bottom: 0;
  /* display: none; */
}

.page-numbers li a {
  color: #fff;
  font-size: 1.125rem;
  opacity: 40%;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.page-numbers li a:hover {
  text-decoration: none;
  color: var(--cor-roxo);
  opacity: 100%;
}

.page-numbers li .active {
  color: var(--cor-roxo);
  font-size: 1.625rem;
  font-weight: bold;
  opacity: 100%;
}

.page-numbers li .active::before {
  content: "- ";
}

#jornada {
  padding-left: 150px;
  padding-right: 150px;
}

#oportunidades,
#oportunidades_muva {
  max-width: 90%;
}

.swiper-button-next .material-symbols-outlined,
.swiper-button-prev .material-symbols-outlined {
  color: #fff;
  font-size: 38px;
  background-color: var(--cor-roxo);
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-prev:hover {
  color: var(--cor-roxo-escuro);
}

#contactos {
  max-width: 70%;
}

#contactos .card-contacto span {
  display: inline-block;
}

#contactos .card-contacto .ponto {
  text-transform: uppercase;
  border-bottom: 2px solid var(--cor-roxo);
  width: 100%;
}

.helper {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  background-color: var(--cor-roxo);
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  opacity: 0.4;
}

.helper .title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.helper input,
.helper textarea {
  border-radius: 1rem;
}

.helper:hover {
  opacity: 1;
}

.helper:focus-within {
  opacity: 1;
}
/* .helper .icon {
  font-size: 28px;
}

.helper .text {
  font-size: 15px;
} */
/*.helper:hover {
  opacity: 1;
}


.helper h1 {
  font-size: 18px;
}

.helper input {
  border-radius: 1rem;
  width: 250px;
}

.helper .material-symbols-outlined {
  display: none;
}*/

@media screen and (max-width: 992px) {
  .page-numbers,
  .social-media {
    display: none;
  }

  #jornada {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  #oportunidades,
  #oportunidades_muva {
    max-width: 100%;
  }

  /*.helper h1,
  .helper input {
    display: none;
  }

  .helper .material-symbols-outlined {
    display: block;
  }*/
}
