@charset "UTF-8";
/*!
Theme Name: Tema Base Oxigenweb v0.1
Author: OxigenWeb
Author URI: http://www.oxigenweb.com.br/
*/
/* Cor da bolinha do ul */
/* Cor do texto */
/* Cor do link */
/* Font padrão */
/* Pesos das fontes */
/* Tamanho de fontes */
/* Espaçamento padrão */
/* Cores de seleção */
/* Fundo do body */
/* Cores e tamanho do scroll */
/* Cores do tema */
/* Braking points */
.spacing-t {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .spacing-t {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .spacing-t {
    padding-top: 70px;
  }
}

.spacing-b {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .spacing-b {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .spacing-b {
    padding-bottom: 70px;
  }
}

.spacing-y {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .spacing-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .spacing-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

::-moz-selection {
  background: #1f5733;
  color: #ffffff;
}

::selection {
  background: #1f5733;
  color: #ffffff;
}

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #ededed;
}

main img,
main iframe {
  max-width: 100%;
}

.html-m0 {
  margin: 0 !important;
}

/* Scroll */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ededed;
}

*::-webkit-scrollbar-thumb {
  background-color: #0eb562;
}

/* max-widths */
.max-width-xl {
  max-width: 1140px;
}

.max-width-lg {
  max-width: 948px;
}

.max-width-md {
  max-width: 758px;
}

.min-height-vh {
  min-height: 100vh;
}

/* Caixa */
.caixa-cinza {
  padding: 40px 67px;
  background-color: #dedede;
}
.caixa-cinza .caixa-cinza-check {
  margin: 0 auto;
  max-width: 480px;
}
@media screen and (max-width: 575px) {
  .caixa-cinza {
    padding: 40px 20px;
  }
}

* {
  font-family: "Metric", sans-serif;
  font-weight: 400;
}

html {
  font-size: 16px;
}

html,
body {
  line-height: 1.2;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  font-family: "Metric", sans-serif;
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0eb562;
}

h5 {
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

h1 + h1,
h2 + h2,
h3 + h3,
h4 + h4,
h5 + h5 {
  margin-top: -0.8rem;
}

p,
span,
li {
  font-weight: 400;
  color: #6b6b6b;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
p + p {
  margin-top: 1rem;
}
p + :where(h6, h5, h4, h3, h2, h1) {
  margin-top: 36px;
}

ul li {
  text-align: start;
}
ul li::marker {
  color: #004c24;
  font-size: 12px;
}

a {
  color: #0eb562;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s;
}
a:hover {
  color: #6ebd8c;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

.content-image {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.content-image.alignright {
  float: right;
}
.content-image.alignleft {
  float: left;
}
.content-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

/* Font inehrit */
.font-inherit * {
  color: inherit;
}

/* Font Weight */
.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

/* Font Size */
.font14, label.error {
  font-size: 0.875rem;
}

.font20, .form-control, .form-select, .btn, h5 {
  font-size: 1.25rem;
}

.font22, .form-label, .check-custom {
  font-size: 1.375rem;
}

.font25, h4 {
  font-size: 1.5625rem;
}

.font30, h3 {
  font-size: 1.875rem;
}

.font42, h2 {
  font-size: 2.625rem;
}

.font62, h1 {
  font-size: 3.875rem;
}

/* Responsive fontes */
@media screen and (max-width: 767px) {
  .font62, h1 {
    font-size: 2.625rem;
  }
  .font42, h2 {
    font-size: 1.875rem;
  }
  .font30, h3 {
    font-size: 1.5625rem;
  }
  .font25, h4 {
    font-size: 1.375rem;
  }
  .font22, .form-label, .check-custom {
    font-size: 1.25rem;
  }
  .font20, .form-control, .form-select, .btn, h5 {
    font-size: 1.125rem;
  }
}
/* Text Color */
.text-preto {
  color: #000000;
}

.text-branco {
  color: #ffffff;
}

.text-color {
  color: #6b6b6b;
}

.text-verde-primavera-60 {
  color: #0eb562;
}

.text-menta-60 {
  color: #6ebd8c;
}

.text-cinza-80 {
  color: #6b6b6b;
}

/* Background */
.bg-cinza {
  background-color: #dedede;
}

* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Components */
/* Hover menu link */
.header {
  width: 100%;
  height: 60px;
  background-color: #0eb562;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .header-logo img {
    width: 84px;
  }
}

.header .menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.header .menu > li:not(:last-of-type) {
  margin-right: 30px;
}
.header .menu > li > .menu-link {
  display: inline-block;
  color: #ffffff;
  padding: 4px;
  position: relative;
  text-decoration: none;
}
.header .menu > li > .menu-link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: 0.3s;
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.header .menu > li > .menu-link:hover::before {
  transform: scaleX(1);
}
.header .menu > li > .menu-link:hover {
  text-decoration: none;
}

.btn-menu {
  display: block;
  position: relative;
  width: 40px;
  height: 28px;
  cursor: pointer;
}
.btn-menu span {
  display: block;
  background-color: #fff;
  height: 4px;
  width: 40px;
  border-radius: 10px;
  transition: 0.3s;
  position: absolute;
}
.btn-menu .top {
  top: 0;
}
.btn-menu .mid {
  top: 12px;
}
.btn-menu .bot {
  top: 24px;
}
.btn-menu.open .top {
  top: 12px;
  transform: rotate(45deg);
}
.btn-menu.open .mid {
  opacity: 0;
  transform: rotate(45deg);
}
.btn-menu.open .bot {
  top: 12px;
  transform: rotate(-45deg);
}

.margin-header {
  margin-top: 155px;
}
@media screen and (max-width: 575px) {
  .margin-header {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .header .btn-menu,
  .header .menu-languages {
    z-index: 100;
  }
  .menu-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0eb562;
    display: flex;
    justify-content: center;
    z-index: 1;
    padding-top: 124px;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .menu-header-wrapper.show {
    transform: translateX(0);
  }
  .menu-header-content {
    height: 100%;
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    overflow: auto;
    padding-top: 66px;
    padding-bottom: 30px;
  }
  .header .menu {
    flex-direction: column;
  }
  .header .menu > li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .header .menu > li > .menu-link {
    padding: 8px;
  }
}
.footer {
  background-color: #0eb562;
  padding: 30px 0;
}

.footer-links > .btn-link:not(:last-of-type) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer-links > .btn-link:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer-links > .btn-link:not(:last-of-type) {
    margin: 8px 12px;
  }
}
.copyright {
  color: rgba(255, 255, 255, 0.6);
}

button {
  outline: none;
  border: none;
  background: transparent;
}

.btn {
  display: inline-block;
  padding: 0.8125rem 3.75rem;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 4px;
  min-height: 50px;
}
.btn:disabled {
  background-color: #6b6b6b !important;
  opacity: 1;
}
.btn:hover {
  text-decoration: none;
}

.btn.btn-verde-primavera-60 {
  background-color: #0eb562;
  color: #ffffff;
}
.btn.btn-verde-primavera-60:hover, .btn.btn-verde-primavera-60:active {
  background-color: #6ebd8c;
  color: #ffffff;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}
.btn-link::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 1.29163L14.25 9.99996L4.75 18.7083" stroke="white" stroke-width="2"/></svg>') no-repeat center;
  background-size: contain;
  margin-right: 4px;
  transition: 0.3s;
}
.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-link:hover::before {
  transform: translateX(4px);
}

.btn.loading {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.btn.loading::before {
  content: "";
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M12%2C1A11%2C11%2C0%2C1%2C0%2C23%2C12%2C11%2C11%2C0%2C0%2C0%2C12%2C1Zm0%2C19a8%2C8%2C0%2C1%2C1%2C8-8A8%2C8%2C0%2C0%2C1%2C12%2C20Z" opacity=".25"%2F%3E%3Cpath fill="white" d="M10.14%2C1.16a11%2C11%2C0%2C0%2C0-9%2C8.92A1.59%2C1.59%2C0%2C0%2C0%2C2.46%2C12%2C1.52%2C1.52%2C0%2C0%2C0%2C4.11%2C10.7a8%2C8%2C0%2C0%2C1%2C6.66-6.61A1.42%2C1.42%2C0%2C0%2C0%2C12%2C2.69h0A1.57%2C1.57%2C0%2C0%2C0%2C10.14%2C1.16Z"%3E%3CanimateTransform attributeName="transform" dur="0.75s" repeatCount="indefinite" type="rotate" values="0 12 12%3B360 12 12"%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 28px;
  background-color: #0eb562;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Checkbox custom */
.check-custom {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #0eb562;
  cursor: pointer;
}
.check-custom.text-color {
  color: #6b6b6b;
}
.check-custom .check-custom-box {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #0eb562;
  background: url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.958374 2.81251L5.31254 7.16668L11.6459 0.833344" stroke="white" stroke-width="2"/></svg>') no-repeat center;
  background-size: 0px;
  background-color: #ffffff;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}
.check-custom input {
  width: 0;
  height: 0;
  outline: none;
  border: none;
}
.check-custom input:checked + .check-custom-box {
  background-color: #0eb562;
  background-size: 14px;
}
.check-custom.check-custom-radio .check-custom-box {
  border-radius: 50%;
  background: transparent;
}
.check-custom.check-custom-radio .check-custom-box span {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ededed;
  background-color: #0eb562;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.1s;
}
.check-custom.check-custom-radio input:checked + .check-custom-box {
  background-color: transparent;
}
.check-custom.check-custom-radio input:checked + .check-custom-box span {
  transform: scale(1);
}

/* Inputs */
.form-control, .form-select {
  padding: 13px;
  border-radius: 0;
  border: 1px solid #004c24;
  font-weight: 400;
  color: #000000;
  height: 50px;
  line-height: 1;
  transition: border-color 0.3s;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #6b6b6b;
}
.form-control::placeholder, .form-select::placeholder {
  color: #6b6b6b;
}
.form-control.error, .error.form-select {
  border-color: red;
}
.form-control:focus, .form-select:focus {
  color: #000000;
  box-shadow: none;
  border-color: #6ebd8c;
}

textarea.form-control, textarea.form-select {
  min-height: 155px;
  max-height: 255px;
}

/* Label */
.form-label {
  font-weight: 500;
  color: #0eb562;
  margin-bottom: 4px;
}

label.error {
  display: inline-block;
  color: red;
  margin-top: 4px;
  padding-left: 14px;
}

/* Select */
.form-select {
  padding-right: 40px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 6L12 18L1 6" stroke="%23077B35" stroke-width="2"/></svg>');
  background-size: 24px;
}

.menu-languages {
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-languages:hover .menu-languages-options {
    transform: scaleY(1);
    opacity: 1;
  }
}
.menu-languages.opened .menu-languages-options {
  transform: scaleY(1);
  opacity: 1;
}

.menu-languages-selected {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  height: 38px;
  padding: 4px;
  border-radius: 100px;
  cursor: pointer;
}

.menu-languages-img {
  height: 30px;
  width: 30px;
}

.menu-languages-arrow {
  margin: 0 12px;
}

.menu-languages-options {
  position: absolute;
  top: 100%;
  background: #f1f1f1;
  width: 100%;
  border-radius: 16px;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  /* Para abrir para cima */
}
.menu-languages-options a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 4px;
}
.menu-languages-options a:hover {
  background-color: #dedede;
}
.menu-languages-options img {
  width: 30px;
  height: 30px;
}

/* Pages */
/* Home */
.leia-mais {
  color: #0eb562;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
  transition: all 0.2s ease-in-out;
}
.leia-mais svg {
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
}
.leia-mais svg path {
  stroke: #0eb562;
  transition: all 0.2s ease-in-out;
}
.leia-mais:hover {
  color: #6ebd8c;
}
.leia-mais:hover svg {
  transform: translateY(3px);
}
.leia-mais:hover svg path {
  stroke: #6ebd8c;
}

/* Feedback */
.protocol-number {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#copy-protocol {
  display: block;
  width: 19px;
  height: 19px;
  position: relative;
}
#copy-protocol .copy,
#copy-protocol .no-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 19px;
  height: 19px;
  transition: all 0.3s ease-in-out;
}
#copy-protocol .copy svg,
#copy-protocol .no-copy svg {
  transition: all 0.3s ease-in-out;
}
#copy-protocol .copy {
  opacity: 0;
}
#copy-protocol .copy svg {
  transform: scale(0);
}
#copy-protocol.copied .no-copy {
  opacity: 0;
}
#copy-protocol.copied .no-copy svg {
  transform: scale(0);
}
#copy-protocol.copied .copy {
  opacity: 1;
}
#copy-protocol.copied .copy svg {
  transform: scale(1);
}

/* Search */
.search-protocol .btn {
  margin-left: 30px;
  width: 256px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search-protocol .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 575px) {
  .search-protocol .btn {
    margin: 0;
  }
}

/* Concern Notification */
.concern-notification label.error {
  padding-left: 28px;
  margin-top: 6px;
}

/* Lista de arquivos */
.list-files > div {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px;
  height: 62px;
}
.list-files > div:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9;
}
.list-files > div span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 32px;
}
.list-files > div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path d="M6.31148 7.51559C6.31148 7.51559 10.5616 12.0476 12.0763 13.4528C12.8229 14.146 13.4465 13.9983 13.7917 13.6348C14.1963 13.2081 14.3553 12.5326 13.8327 11.9948C11.744 9.84432 5.53648 3.47933 5.53648 3.47933C4.69388 2.6145 3.05793 2.70677 2.21532 3.57161C1.81069 3.98694 1.58337 4.55023 1.58337 5.13757C1.58337 5.72492 1.81069 6.28821 2.21532 6.70354L11.2772 16.044C12.6819 17.4853 14.9587 17.4853 16.3634 16.044C17.7678 14.6026 17.7678 12.2653 16.3634 10.824L11.8667 6.20892" stroke="%236B6B6B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  flex-shrink: 0;
}
.list-files > div input {
  width: 0;
  height: 0;
  border: 0;
  outline: none;
  opacity: 0;
  pointer-events: none;
}
.list-files > div button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.list-files > div button:hover {
  background-color: #dedede;
}

/* Singles */
