:root {
  --primary-color: #0f48a4;
  --secondary-color: #fdcd01;
  --darker-blue: #1e457c;
  --bluesky: #42baf7;
}

.wrapper.landing_page {
  padding: 0 !important;
}

.display {
  display: flex;
}

.center {
  align-items: center;
  justify-content: center;
}

ul.list-block {
  margin-left: 20px;
  list-style: disc !important;
}

.vest_container {
  text-align: center;
  padding: 70px 40px;
  flex-direction: column;
  gap: 20px;
}

.container_limit {
  max-width: 1100px;
}

.container_limit_small {
  max-width: 800px;
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

.right-text span,
.left-text span {
  color: #e29511;
}

.imagem-docente {
  flex: 1;
  min-width: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 500px;
}

.two-sections {
  flex-direction: row;
  padding: 0;
  gap: 0;
}

.vest_container span {
  font-weight: bold;
}

.vest_container h3 {
  font-size: 20px;
  color: var(--primary-color);
  margin: 0 0 20px 0;
}

.back-color {
  background-color: var(--primary-color);
}

button a {
  background-color: transparent !important;
  color: var(--primary-color) !important;
}

button a:hover {
  text-decoration: none !important;
}

.back-color-two {
  background-color: var(--secondary-color);
}

.vest_img_header {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

.vest_header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 60px;
  gap: 40px;
  flex-wrap: wrap;
  overflow: hidden;
}

.back_img {
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: initial;
  background-attachment: scroll;
}

.vest_header h1 {
  color: var(--secondary-color);
  font-size: 35px;
  text-transform: none;
  text-align: center;
}

.vest_container h2 {
  color: rgb(15, 72, 164);
  font-weight: bold;
  letter-spacing: -1px;
}

.back-color h2,
.back-color h3,
.back-color p {
  color: white;
}

.back-color span {
  color: var(--secondary-color);
  font-weight: bold;
}

.button-sqnc-group {
  width: 400px;
}

.button-sqnc,
.button-sqnc-border {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.button-sqnc button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 300px;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: bold;
}

.blue-button {
  background-color: var(--primary-color);
  color: white;
  border: none;
}

.blue-button:hover {
  color: #a3d6f0 !important;
}

.blue-button-outline {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.botao-rapido {
}

.primary-button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
}

.secondary-button {
  background-color: rgba(0, 0, 0, 0);
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.yellow-button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}

.white-button {
  background-color: white !important;
  color: var(--primary-color);
  border: 1px solid white;
}

.bluesky-button {
  background-color: var(--bluesky);
  color: white;
  border: none;
}

.bluesky-button-outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--bluesky);
  color: white;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-sqnc a {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  font-weight: bold;
  max-width: 400px;
  min-width: 350px;
  min-height: 50px;
  max-height: 70px;
  border-radius: 25px;
  align-content: center;
  padding: 10px 20px;
}

.button-sqnc-border a {
  font-weight: bold;
  max-width: 300px;
  min-width: 250px;
  min-height: 50px;
  max-height: 70px;
  border-radius: 25px;
  align-content: center;
  padding: 10px 20px;
}

.motivos-container {
  overflow: hidden;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.motivo {
  background-color: white;
  border-radius: 10px;
  width: 320px;
  aspect-ratio: 1;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.vest_container h4 {
  padding-top: 30px;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.vest_contato_group {
  flex-direction: column;
  min-width: 350px;
  max-width: 400px;
  gap: 20px;
}

.vest_contato_group p {
  margin: 0 0 10px 0;
  padding: 0;
}

.vest_contato_container {
  background-color: #e2e2e2;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
}

.vest_label_input_group {
  flex-direction: column;
  gap: 15px;
}

.vest_label_input {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  text-align: left;
  width: 100%;
}

.vest_label_input input,
.vest_label_input select {
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding: 5px 8px;
  color: #303030;
}

.vest_label_input label,
.vest_label_input p {
  color: #555555;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.vest_label_input p {
  margin: 0 0 5px 0;
}

.radio-group {
  display: flex;
  flex-direction: column;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
}

.vest_label_input_group button {
  border-radius: 25px;
  height: 50px;
  width: 100%;
  color: white;
  background-color: var(--darker-blue);
  font-weight: bold;
  border: none;
  transition: background-color 0.2s ease-in-out;
}

.vest_label_input_group button:hover {
  background-color: var(--primary-color);
}

.mensagem-resultado {
  padding: 12px 20px;
  margin: 20px 0;
  border-left: 5px solid;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
}

.msg-sucesso {
  background-color: #e6f4ea;
  border-color: #2e7d32;
  color: #2e7d32;
}

.msg-erro {
  background-color: #fdecea;
  border-color: #c62828;
  color: #c62828;
}

.msg-alerta {
  background-color: #fff8e1;
  border-color: #f9a825;
  color: #f57f17;
}

.quadro-acoes {
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  padding: 30px;
  max-width: 400px;
  min-width: 300px;
}

.primary-theme {
  color: white;
  border: 2px solid var(--primary-color);
}

.bluesky-theme {
  color: white;
  border: 2px solid var(--bluesky);
}

.quadro-acoes h2 {
  color: var(--secondary-color);
  font-size: 25px;
}

.quadro-acoes a {
}

@keyframes chacoalhada {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}

.chacoalha {
  animation: chacoalhada 0.6s ease;
}

.back-color-two .quadro-acoes {
  border: 2px solid white;
}

.back-color-two h2 {
  color: var(--darker-blue);
}

.back-color-two .primary-button {
  color: white;
  background-color: var(--darker-blue);
}

.input-erro {
  border: 2px solid red !important;
  outline: none;
}

.erro-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.justify-text {
  text-align: justify;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-3 {
  margin-left: 3rem;
}

.overflow-hidden {
  overflow: hidden !important;
}

iframe {
  max-width: 650px;
  min-width: 300px;
  aspect-ratio: 16/9;
}
