/* @import "bootstrap.min.css"; */

:root {
  --suzano-blue: #1932c8;
  --suzano-green: #00c85a;
  --background-gray: #f5f5f5;
  --bg-gray: #bebebe;
  --suzano-gray: #636363;
  --primary-lab-color: #e0e0e0;
  --secondary-lab-color: #191919;
  --secondary-lab-color-hover: #1e1e1e;
  --area-lab-color: #008330;
}

@font-face {
  font-family: "Suzano Display Regular";
  src: url("../fonts/SuzanoDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Suzano Display Medium";
  src: url("../fonts/SuzanoDisplay-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Suzano Display Bold";
  src: url("../fonts/SuzanoDisplay-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Suzano Display Light";
  src: url("../fonts/SuzanoDisplay-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Suzano Unicase Regular";
  src: url("../fonts/SuzanoUnicase-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Suzano Unicase Medium";
  src: url("../fonts/SuzanoUnicase-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Suzano Unicase Bold";
  src: url("../fonts/SuzanoUnicase-Bold.ttf") format("truetype");
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

.background-customize {
  background-color: var(--background-gray);
}

.suzano-gray {
  color: var(--suzano-gray) !important;
}

.btn:hover {
  transition: 150ms;
  font-weight: bold;
}

.btn-blue {
  background-color: var(--suzano-blue) !important;
  border-color: var(--suzano-blue) !important;
  color: white;
  border-radius: 10px;
}

.btn-blue:hover {
  transition: 100ms;
  color: white !important;
  background-color: #152caf;
  border-color: #152caf;
}

.btn-green,
.btn-green:hover {
  background-color: var(--suzano-green) !important;
  border-color: var(--suzano-green) !important;
  color: white;
  border-radius: 10px;
}

.btn-academia,
.btn-academia:hover {
  background-color: #01c6c6 !important;
  border-color: #01c6c6 !important;
  color: white;
  border-radius: 10px;

}
.btn-upskilling,
.btn-upskilling:hover {
  background-color: #018bc6 !important;
  border-color: #018bc6 !important;
  color: white;
  border-radius: 10px;
}

.btn-gray,
.btn-gray:hover {
  background-color: var(--suzano-gray) !important;
  border-color: var(--suzano-gray) !important;
  color: white;
  border-radius: 10px;
}

.suzano-display-regular {
  font-family: "Suzano Display Regular";
}

.suzano-display-light {
  font-family: "Suzano Display Light";
}

.suzano-display-light-blue {
  font-family: "Suzano Display Light";
  font-style: normal;
  color: var(--suzano-blue);
}

#home {
  background-color: var(--background-gray);
}

.modal-header-recorrencia {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.p-numeros-inicial {
  font-family: "Suzano Unicase Regular";
  font-style: normal;
  display: flex;
  color: var(--suzano-blue);
}

.sombra {
  transition: box-shadow 0.5s;
}

.sombra:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.3);
}

.box {
  width: 179px;
  height: 108px;
  border: 1px solid var(--suzano-blue);
  background: var(--background-gray);
  margin: 50px;
}

.img-thumbnail-customize {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: 150px;
}

.suzano-unicase-blue {
  font-family: "Suzano Unicase Medium";
  font-style: normal;
  color: var(--suzano-blue);
}

.suzano-unicase-green {
  font-family: "Suzano Unicase Medium";
  font-style: "normal";
  color: var(--suzano-green);
}

.suzano-unicase {
  font-family: "Suzano Unicase Medium";
  font-style: "normal";
}
.suzano-unicase-bold {
  font-family: "Suzano Unicase Bold";
  font-style: "bold";
}

.extra-padding {
  background-color: var(--background-gray);
  padding: 15px;
}

.nl-input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #c4c4c4;
}

.nl-btn {
  width: 50%;
  height: 50px;
  border-radius: 10px;
  background: var(--suzano-green);
  transition: background 0.3s ease-in-out;
}

.nl-btn:hover {
  background-color: #00ac4d;
  transition: all 0.3s ease-in-out;
}

.nl-input::placeholder {
  color: black;
}

.suzano-blue {
  color: var(--suzano-blue) !important;
}

.tx-certificado {
  margin-top: 500px;
  margin-left: 300px;
  padding-right: 50px;
}

.centered {
  margin: 0 auto !important;
  float: none !important;
}

@media screen and (min-width: 1280px) {
  .nl-aux-r {
    margin-right: 10rem;
  }
  .nl-aux-l {
    margin-left: 10rem;
  }
}

.suzano-unicase {
  font-family: "Suzano Unicase Medium";
  font-style: normal;
}

.bg-blue {
  background-color: var(--suzano-blue) !important;
  border-color: var(--suzano-blue) !important;
  color: white;
  transition: all 0.3s ease-in-out;
}

.bg-green {
  background-color: var(--suzano-green) !important;
  border-color: var(--suzano-green) !important;
  color: white;
  transition: all 0.3s ease-in-out;
}

.bg-gray {
  background-color: var(--bg-gray);
}

.bg-white-sz {
  background-color: var(--background-gray);
}

.text-blue {
  color: var(--suzano-blue);
}

.btn:disabled {
  color: var(--background-gray);
}

.btn-search {
  background-color: white;
  border-color: #ced4da;
  border-left: none;
}

.btn-search:hover {
  background-color: var(--suzano-blue);
  color: white;
  font-weight: bold;
}

.force-pointer:hover {
  cursor: pointer;
}

.text-justify {
  text-align: justify;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(135deg);
  }
}

@keyframes rotateCounterClockwise {
  from {
    transform: rotate(135deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.rotate-clockwise {
  animation: rotateClockwise 0.4s linear;
  transform: rotate(135deg);
}

.rotate-counter-clockwise {
  animation: rotateCounterClockwise 0.4s linear;
}

.code-snippet {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.copy-alert {
  display: none;
  color: var(--suzano-blue);
}

.navbar-digital {
  background: linear-gradient(to top, #404040, #606060);
}

.gradient-outline {
  font-size: 4em; /* Ajuste o tamanho da fonte conforme necessário */
  color: transparent;
  background-image: linear-gradient(
    45deg,
    #ee469e 100%,
    #e5dc1f 100%,
    #1d85e6 100%,
  ); /* Ajuste as cores conforme necessário */
  -webkit-background-clip: text;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  padding: 2px; /* Ajuste a espessura do contorno */
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* Proporção de 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.dropdown-item:active {
  background: var(--suzano-blue);
}

.video-container:last-child {
  margin-bottom: 0;
}

.gradient-text {
  font-size: 4rem;
  background: linear-gradient(45deg, #EE469E 0%, #E5DC1F 50%, #1D85E6 100%, #EE469E 0%);
  -webkit-background-clip: text; /* Para navegadores baseados em Webkit (Chrome, Safari) */
  background-clip: text; /* Padrão, funciona em navegadores modernos */
  color: transparent; /* Torna o texto transparente para que o gradiente seja visível */
}


.circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%; /* cria um círculo */
  background-color: transparent; /* remove a cor de fundo */
  border: 2px solid #007bff; /* adiciona um contorno azul */
  color: #007bff; /* cor da seta */
  transition: all 0.3s ease;
}

.circle-btn:hover {
  border-color: #007bff; /* muda a cor do contorno para vermelho ao passar o mouse */
  color: #fdfdfd; /* muda a cor da seta para vermelho ao passar o mouse */
  background-color: #007bff;
}

.custom-badge {
  background-color: var(--custom-badge-color);
  color: #fff; /* ou qualquer cor de texto que você deseja definir */
  top: 15px; 
  left: 15px;
}

.hero-section-portaldados{
  background: url('oooscillate.svg') no-repeat center center;
  background-size: cover; 
}


