@import url(https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap);
@charset "UTF-8";
/* 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 do tema */
/* toRem */
::-moz-selection {
  background: #ffce00;
  color: #ffffff;
}
::selection {
  background: #ffce00;
  color: #ffffff;
}

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

html,
body {
  font-family: "Bahnschrift", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
}

/* Containers */
.max-width-xl {
  max-width: 1176px;
}

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

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.img-round-16 {
  border-radius: 16px;
}

.botao-logout {
  background-color: #ffce00;
  border-radius: 4px;
  padding: 8px 16px;
  gap: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #141414;
}

.img-avatar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  padding: 0;
}

.container-foto {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.container-foto .btn-change-foto {
  position: absolute;
  bottom: 0;
  left: 17px;
}

/* -- WEIGHT -- */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/* SIZE */
.text-14, p {
  font-size: 0.875rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-14 {
    font-size: 0.875rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-14 {
    font-size: 0.875rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-14 {
    font-size: 0.875rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-14 {
    font-size: 0.875rem !important;
  }
}
.text-16, .outros-canais-info, .portfolio-projeto-descricao {
  font-size: 1rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-16, p {
    font-size: 1rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-16 {
    font-size: 1rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-16 {
    font-size: 1rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-16 {
    font-size: 1rem !important;
  }
}
.text-18, h6,
.h6 {
  font-size: 1.125rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-18, h5,
  .h5 {
    font-size: 1.125rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-18 {
    font-size: 1.125rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-18 {
    font-size: 1.125rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-18 {
    font-size: 1.125rem !important;
  }
}
.text-20, h5,
.h5 {
  font-size: 1.25rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-20 {
    font-size: 1.25rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-20 {
    font-size: 1.25rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-20 {
    font-size: 1.25rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-20 {
    font-size: 1.25rem !important;
  }
}
.text-22, h4,
.h4, h3,
.h3 {
  font-size: 1.375rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-22 {
    font-size: 1.375rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-22 {
    font-size: 1.375rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-22 {
    font-size: 1.375rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-22 {
    font-size: 1.375rem !important;
  }
}
.text-24, .portfolio-projeto-titulo {
  font-size: 1.5rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-24, h4,
  .h4 {
    font-size: 1.5rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-24 {
    font-size: 1.5rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-24 {
    font-size: 1.5rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-24 {
    font-size: 1.5rem !important;
  }
}
.text-26, h2,
.h2 {
  font-size: 1.625rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-26 {
    font-size: 1.625rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-26 {
    font-size: 1.625rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-26 {
    font-size: 1.625rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-26 {
    font-size: 1.625rem !important;
  }
}
.text-28 {
  font-size: 1.75rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-28, h3,
  .h3 {
    font-size: 1.75rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-28 {
    font-size: 1.75rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-28 {
    font-size: 1.75rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-28 {
    font-size: 1.75rem !important;
  }
}
.text-32 {
  font-size: 2rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-32 {
    font-size: 2rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-32 {
    font-size: 2rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-32 {
    font-size: 2rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-32 {
    font-size: 2rem !important;
  }
}
.text-36 {
  font-size: 2.25rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-36 {
    font-size: 2.25rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-36 {
    font-size: 2.25rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-36 {
    font-size: 2.25rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-36 {
    font-size: 2.25rem !important;
  }
}
.text-42, h1,
.h1 {
  font-size: 2.625rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-42, h2,
  .h2 {
    font-size: 2.625rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-42 {
    font-size: 2.625rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-42 {
    font-size: 2.625rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-42 {
    font-size: 2.625rem !important;
  }
}
.text-48 {
  font-size: 3rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-48, h1,
  .h1 {
    font-size: 3rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-48 {
    font-size: 3rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-48 {
    font-size: 3rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-48 {
    font-size: 3rem !important;
  }
}
.text-80 {
  font-size: 5rem !important;
}

/* sm */
@media screen and (min-width: 576px) {
  .text-sm-80 {
    font-size: 5rem !important;
  }
}
/* md */
@media screen and (min-width: 768px) {
  .text-md-80 {
    font-size: 5rem !important;
  }
}
/* lg */
@media screen and (min-width: 992px) {
  .text-lg-80 {
    font-size: 5rem !important;
  }
}
/* xl */
@media screen and (min-width: 1200px) {
  .text-xl-80 {
    font-size: 5rem !important;
  }
}
/* -- FONT FAMILY -- */
.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

/* -- COLOR -- */
.text-preto {
  color: #141414 !important;
}

.bg-preto {
  background-color: #141414;
}

.text-branco {
  color: #ffffff !important;
}

.bg-branco {
  background-color: #ffffff;
}

.text-cinza-20 {
  color: #f2f2f2 !important;
}

.bg-cinza-20 {
  background-color: #f2f2f2;
}

.text-amarelo-jonquil-80 {
  color: #8f7200 !important;
}

.bg-amarelo-jonquil-80 {
  background-color: #8f7200;
}

.text-amarelo-jonquil-60 {
  color: #cca300 !important;
}

.bg-amarelo-jonquil-60 {
  background-color: #cca300;
}

.text-amarelo-jonquil-40 {
  color: #ffce00 !important;
}

.bg-amarelo-jonquil-40 {
  background-color: #ffce00;
}

.text-amarelo-jonquil-20 {
  color: #ffda47 !important;
}

.bg-amarelo-jonquil-20 {
  background-color: #ffda47;
}

.text-amarelo-jonquil-0 {
  color: #ffe785 !important;
}

.bg-amarelo-jonquil-0 {
  background-color: #ffe785;
}

.text-neutral-60 {
  color: #141414 !important;
}

.bg-neutral-60 {
  background-color: #141414;
}

.text-neutral-50 {
  color: #292929 !important;
}

.bg-neutral-50 {
  background-color: #292929;
}

.text-neutral-40 {
  color: #333333 !important;
}

.bg-neutral-40 {
  background-color: #333333;
}

.text-neutral-20 {
  color: #525252 !important;
}

.bg-neutral-20 {
  background-color: #525252;
}

.text-neutral-10 {
  color: #707070 !important;
}

.bg-neutral-10 {
  background-color: #707070;
}

.text-neutral-0 {
  color: #8f8f8f !important;
}

.bg-neutral-0 {
  background-color: #8f8f8f;
}

.text-neutral--20 {
  color: #adadad !important;
}

.bg-neutral--20 {
  background-color: #adadad;
}

.text-neutral--40 {
  color: #e3e3e3 !important;
}

.bg-neutral--40 {
  background-color: #e3e3e3;
}

.text-neutral--60 {
  color: #ebebeb !important;
}

.bg-neutral--60 {
  background-color: #ebebeb;
}

/* -- IMAGE -- */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* LINE HEIGHT */
.lh-1 {
  line-height: 1;
}

.lh-small {
  line-height: 1.1;
}

/* SECTION PADDING */
.spacing-t {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .spacing-t {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .spacing-t {
    padding-top: 80px;
  }
}

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

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

.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-family: "Bahnschrift", sans-serif;
  font-weight: 400;
}

html,
body {
  font-size: 16px;
  line-height: 1.2;
}

h1,
.h1 {
  font-weight: 700;
}

h2,
.h2 {
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 500;
}

h4,
.h4 {
  font-weight: 600;
}

h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 400;
}

p {
  line-height: 1.5;
}

ul {
  padding-left: 22px;
}
ul li {
  margin-bottom: 1rem;
}
ul li::marker {
  font-size: 10px;
}

p + :where(h6, h5, h4, h3, h2, h1),
ul + :where(h6, h5, h4, h3, h2, h1),
ol + :where(h6, h5, h4, h3, h2, h1),
table + :where(h6, h5, h4, h3, h2, h1) {
  margin-top: 36px;
}

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

.link-effect:not(.btn):not(.no-hover),
.links-effect a:not(.btn):not(.no-hover) {
  color: #cca300;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 2px 0;
  transition: all 200ms ease-in-out;
  word-break: normal;
}
.link-effect:not(.btn):not(.no-hover):hover,
.links-effect a:not(.btn):not(.no-hover):hover {
  color: #ffce00;
  border-color: #ffce00;
}

.text-pre-line {
  white-space: pre-line;
}

.table-wrapper {
  overflow: auto;
}

.table {
  min-width: 768px;
  border: 2px solid #1f62ad;
}

.table th {
  background-color: #1f62ad;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 0;
  padding: 10px;
  color: white;
  vertical-align: middle;
}
.table th div {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  line-height: 1;
  padding: 24px 30px;
}
@media screen and (max-width: 575px) {
  .table th div {
    padding: 18px 15px;
    min-height: 35px;
  }
}

.table tbody td {
  padding: 5px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
}
.table tbody td div {
  display: inline-flex;
  align-items: center;
  padding: 24px 30px;
  line-height: 1.2;
  min-height: 138px;
}
@media screen and (max-width: 575px) {
  .table tbody td div {
    padding: 18px 15px;
    min-height: 100px;
  }
}

.table tbody tr:nth-of-type(2n) td {
  background-color: rgba(53, 129, 213, 0.2784313725);
}

.td-table-actions.actions-2 {
  width: 342px;
}
.td-table-actions.actions-1 {
  width: 180px;
}

.table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .table-actions {
    gap: 15px;
    justify-content: center;
    flex-direction: column;
  }
}

.tabela-usuarios {
  overflow-x: auto;
  margin: auto;
}

.tabela-usuarios::-webkit-scrollbar {
  height: 5px;
}

.tabela-usuarios::-webkit-scrollbar-track {
  background-color: #b9b9b9;
}

.tabela-usuarios::-webkit-scrollbar-thumb {
  background-color: #1f62ad;
  border-radius: 6px;
}

/* Padding Top */
.pad-t-65 {
  padding-top: 4.0625rem !important;
}

/* Padding Bottom */
.pad-b-65 {
  padding-bottom: 4.0625rem !important;
}

/* Padding Vertical (Top and Bottom) */
.pad-y-65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

/* Media Queries */
@media screen and (min-width: 576px) {
  .pad-t-sm-65 {
    padding-top: 4.0625rem !important;
  }
  .pad-b-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pad-y-sm-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pad-t-md-65 {
    padding-top: 4.0625rem !important;
  }
  .pad-b-md-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pad-y-md-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pad-t-lg-65 {
    padding-top: 4.0625rem !important;
  }
  .pad-b-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pad-y-lg-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pad-t-xl-65 {
    padding-top: 4.0625rem !important;
  }
  .pad-b-xl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pad-y-xl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
/* Padding Top */
.pad-t-80 {
  padding-top: 5rem !important;
}

/* Padding Bottom */
.pad-b-80 {
  padding-bottom: 5rem !important;
}

/* Padding Vertical (Top and Bottom) */
.pad-y-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* Media Queries */
@media screen and (min-width: 576px) {
  .pad-t-sm-80 {
    padding-top: 5rem !important;
  }
  .pad-b-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pad-y-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pad-t-md-80 {
    padding-top: 5rem !important;
  }
  .pad-b-md-80 {
    padding-bottom: 5rem !important;
  }
  .pad-y-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pad-t-lg-80 {
    padding-top: 5rem !important;
  }
  .pad-b-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pad-y-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pad-t-xl-80 {
    padding-top: 5rem !important;
  }
  .pad-b-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pad-y-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
/* Padding Top */
.pad-t-100 {
  padding-top: 6.25rem !important;
}

/* Padding Bottom */
.pad-b-100 {
  padding-bottom: 6.25rem !important;
}

/* Padding Vertical (Top and Bottom) */
.pad-y-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

/* Media Queries */
@media screen and (min-width: 576px) {
  .pad-t-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pad-b-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pad-y-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pad-t-md-100 {
    padding-top: 6.25rem !important;
  }
  .pad-b-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pad-y-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pad-t-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pad-b-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pad-y-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pad-t-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pad-b-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pad-y-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
/* Padding Top */
.pad-t-120 {
  padding-top: 7.5rem !important;
}

/* Padding Bottom */
.pad-b-120 {
  padding-bottom: 7.5rem !important;
}

/* Padding Vertical (Top and Bottom) */
.pad-y-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* Media Queries */
@media screen and (min-width: 576px) {
  .pad-t-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pad-b-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pad-y-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pad-t-md-120 {
    padding-top: 7.5rem !important;
  }
  .pad-b-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pad-y-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pad-t-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pad-b-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pad-y-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pad-t-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pad-b-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pad-y-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Components */
.padding-header {
  padding-top: 6.375rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1f62ad;
  height: 60px;
  z-index: 100;
  transition: transform 300ms ease-in-out;
}
.header.hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 575px) {
  .header.hidden {
    transform: translateY(100%);
  }
}

.header-container {
  height: 100%;
}

.header-content {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu > .menu {
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-menu > .menu > li {
  margin-bottom: 0;
}
.header-menu > .menu > li > .menu-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffce00;
  cursor: pointer;
}
.header-menu > .menu > li > .menu-link svg {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  .header-menu > .menu > li > .menu-link {
    font-size: 1.125rem;
  }
}
.header-menu > .menu .has-children {
  position: relative;
}
.header-menu > .menu .menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 50px;
  transform: translateX(-50%);
}
.header-menu > .menu .menu li {
  width: 320px;
  background-color: #333333;
  margin-bottom: 0;
  padding: 6px 32px;
}
.header-menu > .menu .menu li .menu-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 2px 4px;
}
.header-menu > .menu .menu li:first-of-type {
  padding-top: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header-menu > .menu .menu li:last-of-type {
  padding-bottom: 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header-menu > .menu a {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .header-menu > .menu {
    gap: 20px;
  }
}

.header-logo {
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .header-logo svg {
    width: 130px;
  }
}

/* Menu mobile */
.menu-mobile {
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  height: calc(100% - 102px);
  padding: 40px 15px;
  padding-top: 120px;
  z-index: 101;
  overflow: scroll;
  transform: translateX(-100%);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #141414;
}
@media screen and (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .menu-mobile {
    height: calc(100% - 80px);
    top: 0;
    border-top: none;
  }
}
.menu-mobile.show {
  transform: translateX(0);
}
.menu-mobile li {
  margin-bottom: 0;
}

.menu-mobile-wrapper {
  text-align: center;
}
.menu-mobile-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-mobile-wrapper .menu-link {
  display: inline-block;
  text-decoration: none;
}
.menu-mobile-wrapper > .menu > li > .menu-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffce00;
  padding: 12px 0;
  margin-bottom: 8px;
}
.menu-mobile-wrapper > .menu > li.has-children > .menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.menu-mobile-wrapper > .menu > li.has-children > .menu-link svg {
  width: 16px;
  height: 16px;
  transition: transform 200ms ease-in-out;
}
.menu-mobile-wrapper > .menu > li.has-children > .menu-link.open svg {
  transform: rotate(-180deg);
}
.menu-mobile-wrapper > .menu > li.has-children .menu {
  display: none;
  background-color: #333333;
  padding: 14px;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 4px;
}
.menu-mobile-wrapper > .menu > li.has-children .menu > li .menu-link {
  font-size: 1rem;
  font-weight: 500;
  color: #ffda47;
  padding: 4px 0;
}
.menu-mobile-wrapper > .menu > li.has-children .menu > li:not(:last-of-type) .menu-link {
  margin-bottom: 6px;
}

.menu-link {
  transition: 0.4s;
}
.menu-link:hover {
  text-decoration: underline !important;
}

.burguer {
  position: relative;
  width: 50px;
  height: 50px;
}
.burguer .bar {
  display: block;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffce00;
  position: absolute;
  left: 8px;
  transition: all 0.3s ease-in-out;
}
.burguer .top {
  top: 12px;
}
.burguer .mid {
  top: 24px;
}
.burguer .bot {
  top: 36px;
}
.burguer.open .top {
  transform: translateY(-5px);
  opacity: 0;
}
.burguer.open .bot {
  transform: translateY(5px);
  opacity: 0;
}
.burguer.open .bar-mid-1 {
  transform: rotate(45deg);
}
.burguer.open .bar-mid-2 {
  transform: rotate(-45deg);
}

.footer-part-1 {
  background-color: #1f62ad;
  height: 60px;
}
.footer-part-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-part-1 ul li {
  margin-bottom: 1rem;
}
.footer-part-1 ul a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #ffce00;
}
.footer-part-1 ul a::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ffce00;
  margin-right: 11px;
  transition: all 200ms ease-in-out;
}
.footer-part-1 ul a:hover {
  color: #ffda47;
}
.footer-part-1 ul a:hover::before {
  background-color: #ffda47;
  width: 4px;
  margin-right: 8px;
}
.footer-part-1 .redes {
  display: flex;
  gap: 10px;
}

.logo-footer svg {
  width: 221px;
  height: 83px;
}
@media screen and (max-width: 991px) {
  .logo-footer svg {
    width: 150px;
    height: 57px;
  }
}

.text-copyright {
  color: #8f8f8f;
  padding-right: 90px;
}
.text-copyright a {
  color: #8f8f8f;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.text-copyright a:hover {
  color: #ffce00;
}
.text-copyright svg {
  height: 13px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .text-copyright {
    padding-right: 0;
    width: 290px;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .text-copyright {
    width: 100%;
  }
}

.copyright-content {
  display: flex;
  align-items: center;
  gap: 170px;
}
@media screen and (max-width: 991px) {
  .copyright-content {
    gap: 120px;
  }
}
@media screen and (max-width: 767px) {
  .copyright-content {
    gap: 20px;
  }
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0.625rem 3.125rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 4px;
  min-height: 60px;
}
.btn:hover {
  text-decoration: none;
}

.btn.btn-full {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.btn.btn-rounded {
  border-radius: 54px;
}

.btn.btn-icon {
  gap: 8px;
}
.btn.btn-icon svg {
  flex-shrink: 0;
}

.btn.btn-amarelo-jonquil-40 {
  background-color: #ffce00;
  color: #141414;
}
.btn.btn-amarelo-jonquil-40:hover {
  background-color: #ffda47;
  color: #141414;
}

.btn.btn-outline-amarelo-jonquil-40 {
  background-color: transparent;
  border: 3px solid #ffce00;
  color: #ffce00;
}
.btn.btn-outline-amarelo-jonquil-40:active {
  border-color: #ffce00;
}
.btn.btn-outline-amarelo-jonquil-40:hover {
  background-color: #ffce00;
  color: #141414;
}

.btn-wrapper {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.btn-wrapper::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-dasharray='15' stroke-dashoffset='15' stroke-linecap='round' stroke-width='2' d='M12 3C16.9706 3 21 7.02944 21 12'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='15;0'/%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.btn-wrapper.loading::after {
  opacity: 1;
}
.btn-wrapper.loading button {
  pointer-events: none;
  color: transparent !important;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.link-seta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffce00;
  transition: all 200ms ease-in-out;
}
.link-seta svg {
  width: auto;
  height: 16px;
  transition: transform 200ms ease-in-out;
}
.link-seta:hover {
  color: #ffce00;
}
.link-seta:hover svg {
  transform: translateX(4px);
}
@media screen and (max-width: 575px) {
  .link-seta {
    font-size: 1.125rem;
    gap: 6px;
  }
  .link-seta svg {
    height: 14px;
  }
}

.btn-next,
.btn-prev {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: #ffce00;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.btn-next svg,
.btn-prev svg {
  width: 24px;
  height: 24px;
}
.btn-next.btn-xs,
.btn-prev.btn-xs {
  width: 50px;
  height: 50px;
}
.btn-next.btn-xs svg,
.btn-prev.btn-xs svg {
  width: 18px;
  height: 18px;
}
.btn-next:hover,
.btn-prev:hover {
  background-color: #ffda47;
}
.btn-next.swiper-button-lock,
.btn-prev.swiper-button-lock {
  display: none;
}
.btn-next.swiper-button-disabled,
.btn-prev.swiper-button-disabled {
  opacity: 0.4;
}

#exportarCSV {
  min-height: 0;
  height: 50px;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #141414;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  height: 50px;
}
.form-control.error,
.form-select.error {
  border-color: #eb5757;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #141414;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #141414;
}
.form-control:hover,
.form-select:hover {
  border-color: #1f62ad;
}
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #1f62ad;
}

.form-select {
  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="M12 16.5234C12.1953 16.5234 12.3906 16.4453 12.5234 16.2969L18.5703 10.1016C18.7031 9.96875 18.7812 9.79688 18.7812 9.60156C18.7812 9.19531 18.4766 8.88281 18.0703 8.88281C17.875 8.88281 17.6953 8.96094 17.5625 9.08594L12 14.7734L6.42969 9.08594C6.30469 8.96094 6.125 8.88281 5.92188 8.88281C5.51562 8.88281 5.21094 9.19531 5.21094 9.60156C5.21094 9.79688 5.28906 9.96875 5.42188 10.1094L11.4688 16.2969C11.6172 16.4453 11.7969 16.5234 12 16.5234Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
}

textarea.form-control {
  transition: border-color 0.3s ease-in-out;
  resize: vertical;
  min-height: 140px;
  max-height: 250px;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type=checkbox][checked=checked] + .custom-checkbox, input[type=checkbox]:checked + .custom-checkbox {
  animation: jelly 0.6s ease;
  border-color: #ffce00;
  background-color: #ffce00;
}
input[type=checkbox][checked=checked] + .custom-checkbox::before, input[type=checkbox]:checked + .custom-checkbox::before {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox {
  background-color: transparent;
  border: 2px solid #141414;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
  height: 29px;
  width: 29px;
  margin-right: 8px;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
}

.custom-checkbox::before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 2L5.66667 12L2 8.45161" stroke="white" stroke-width="3"/></svg>');
  position: absolute;
  top: 6px;
  left: 4px;
  width: 16px;
  height: 16px;
  opacity: 0;
}

/* style the "fake" radios */
input[type=radio]:checked + .custom-radio::after {
  display: block;
}

.custom-radio {
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 6px;
  flex-shrink: 0;
}
.custom-radio::after {
  content: "";
  width: 9px;
  height: 9px;
  display: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label-animation {
  position: relative;
}
.label-animation input,
.label-animation textarea {
  color: transparent;
}
.label-animation input::-moz-placeholder, .label-animation textarea::-moz-placeholder {
  opacity: 0;
  font-size: 1rem;
}
.label-animation input::placeholder,
.label-animation textarea::placeholder {
  opacity: 0;
  font-size: 1rem;
}
.label-animation label {
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 12px;
  padding: 0 4px;
  color: #525252;
  transition: all 0.2s;
  font-size: 1rem;
  font-weight: 300;
  background: transparent;
}
.label-animation:hover label {
  color: #141414;
}
.label-animation.active label, .label-animation.focus label, .label-animation.select-active label {
  font-weight: 400;
  background: #ffffff;
  top: -7px;
  font-size: 14px;
}
.label-animation.active .form-control,
.label-animation.active .form-select, .label-animation.focus .form-control,
.label-animation.focus .form-select, .label-animation.select-active .form-control,
.label-animation.select-active .form-select {
  background-color: #ffffff;
  color: #141414;
}
.label-animation option {
  color: #141414;
}
.label-animation:not(.active) .form-select {
  color: transparent;
}

label.error {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #eb5757;
  padding-top: 6px;
  padding-left: 18px;
}

@keyframes jelly {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

.formulario-orcamento {
  padding: 60px 85px;
  background-color: white;
  border-radius: 8px;
  position: relative;
  margin-top: -90px;
}
@media (max-width: 575px) {
  .formulario-orcamento {
    padding: 30px 40px;
  }
}

.select-checkin {
  position: relative;
  max-width: 320px;
}
.select-checkin svg {
  position: absolute;
  top: 45px;
  right: 26px;
}

.banner {
  min-height: 320px;
  box-sizing: content-box;
}
@media screen and (max-width: 575px) {
  .banner {
    padding: 1rem 0;
  }
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.breadcrumb span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #525252;
}

.breadcrumb a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #adadad;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 200ms ease-in-out;
}
.breadcrumb a:hover {
  color: #e3e3e3;
}

.breadcrumb-separator {
  display: inline-block;
  width: auto;
  margin: 0 6px;
}
.breadcrumb-separator svg {
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
}

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}

/* Estilizando o indicador da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #1f62ad; /* Cor de fundo do indicador */
  border-radius: 2px; /* Raio das bordas do indicador */
}

/* Estilizando a pista da barra de rolagem */
::-webkit-scrollbar-track {
  background-color: #292929; /* Cor de fundo da pista */
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: auto;
  height: auto;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
}
.swiper .div-pagination {
  position: relative;
  height: 65px;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper .swiper-pagination {
  position: relative;
  padding: 0 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  top: 50%;
  transform: translate(0px, -20%);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 4px !important;
  background-color: #ffce00;
  opacity: 1;
  transition: 0.4s;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
}
.swiper .swiper-button-prev {
  z-index: 15;
}

.swiper-border {
  position: relative;
  padding: 0 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.swiper-border::after, .swiper-border::before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.swiper-border::after {
  background: linear-gradient(to right, #ffffff, transparent);
  left: 0;
}
.swiper-border::before {
  background: linear-gradient(to right, transparent, #ffffff);
  right: 0;
}

@media (max-width: 991px) {
  .swiper-areas {
    padding-bottom: 90px;
  }
}
.swiper-areas .swiper-wrapper .swiper-slide {
  border: 1px solid #ffda47;
  border-radius: 8px;
  padding: 40px 35px;
  height: auto;
}
.swiper-areas .setas {
  width: 230px;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (max-width: 991px) {
  .swiper-areas .setas {
    top: auto;
    bottom: 16px;
    right: calc(50% - 115px);
  }
}
@media (max-width: 575px) {
  .swiper-areas .setas {
    width: 300px;
    right: calc(50% - 150px);
  }
}
.swiper-areas .setas .swiper-button-next,
.swiper-areas .setas .swiper-button-prev {
  width: auto;
  height: auto;
}
.swiper-areas .setas .swiper-button-next::after,
.swiper-areas .setas .swiper-button-prev::after {
  content: "";
}
.swiper-areas .setas .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  top: 50%;
  transform: translate(0px, -20%);
}
.swiper-areas .setas .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 4px !important;
  background-color: #ffce00;
  opacity: 1;
  transition: 0.4s;
}
.swiper-areas .setas .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
}

.swiperProjeto,
.thumbSwiper {
  aspect-ratio: 4/4;
}
.swiperProjeto .swiper-wrapper .swiper-slide img,
.thumbSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.swiperProjeto .swiper-button-next,
.swiperProjeto .swiper-button-prev,
.thumbSwiper .swiper-button-next,
.thumbSwiper .swiper-button-prev {
  width: auto;
  height: auto;
}
.swiperProjeto .swiper-button-next::after,
.swiperProjeto .swiper-button-prev::after,
.thumbSwiper .swiper-button-next::after,
.thumbSwiper .swiper-button-prev::after {
  content: "";
}
.swiperProjeto .swiper-button-next,
.thumbSwiper .swiper-button-next {
  right: 0;
}
.swiperProjeto .swiper-button-prev,
.thumbSwiper .swiper-button-prev {
  left: 0;
}

.thumbSwiper {
  max-height: 225px;
}
@media (min-width: 991px) {
  .thumbSwiper {
    max-height: 300px;
  }
}

.swiperServicos {
  padding-bottom: 50px;
}
.swiperServicos .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiperServicos .swiper-wrapper .swiper-slide .card {
  height: 100%;
  box-shadow: 6px 4px 10.7px -2px rgba(0, 0, 0, 0.16);
}
.swiperServicos .swiper-wrapper .swiper-slide .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 33/22;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiperServicos .swiper-wrapper .swiper-slide .card .conteudo {
  padding: 24px 30px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiperServicos .div-pagination {
  bottom: -27px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.swiperBanner {
  position: relative;
}
.swiperBanner .faixa-banner {
  position: absolute;
  top: 0;
  z-index: 2;
}
.swiperBanner .swiper-wrapper .swiper-slide .conteudo {
  position: absolute;
  top: 30%;
  left: 160px;
  z-index: 3;
  width: 449px;
}
@media (max-width: 575px) {
  .swiperBanner .swiper-wrapper .swiper-slide .conteudo {
    left: 50%;
    width: 320px;
    transform: translate(-50%, 0px);
  }
}
.swiperBanner .div-pagination {
  position: absolute;
  right: 30px;
  bottom: 86px;
}
@media (max-width: 575px) {
  .swiperBanner .div-pagination {
    right: 50%;
    transform: translate(50%, 10px);
    bottom: 69px;
    z-index: 2;
  }
}
.swiperBanner .div-pagination .swiper-button-prev {
  z-index: 15;
}

.swiperGaleria {
  position: relative;
  padding-bottom: 120px;
}
.swiperGaleria .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 16/9;
}
.swiperGaleria .div-pagination {
  width: 150px;
}
@media (max-width: 575px) {
  .swiperGaleria .div-pagination {
    position: absolute;
    top: 40%;
    width: 100% !important;
    left: 0px;
  }
}

.portfolio-projeto {
  padding: 30px;
  border-radius: 14px;
  border: 2px solid #cca300;
  overflow: hidden;
  background-color: #8f8f8f;
  background-size: cover;
  background-position: center;
  min-height: 469px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.portfolio-projeto::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #141414);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .portfolio-projeto {
    min-height: 359px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-projeto {
    padding: 18px;
  }
}

.portfolio-projeto-titulo {
  font-weight: 600;
  color: #141414;
  display: inline-block;
  background-color: #cca300;
  padding: 25px 30px;
  border-radius: 0 14px 14px 0;
  line-height: 1;
  margin-bottom: 1rem;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .portfolio-projeto-titulo {
    padding: 20px 18px;
    margin-left: -18px;
  }
}

.portfolio-projeto-descricao {
  font-weight: 300;
  color: #f2f2f2;
}

.portfolio-projeto-info {
  position: relative;
  z-index: 3;
}

.conheca-a-teceng {
  overflow: hidden;
}
.conheca-a-teceng .text-color {
  color: #141414;
}
.conheca-a-teceng.dark {
  background-color: #141414;
}
.conheca-a-teceng.dark .text-color {
  color: #ffffff;
}

.conheca-a-teceng-content {
  position: relative;
  z-index: 1;
}

.conheca-a-teceng-imagem {
  position: absolute;
  top: -80px;
  left: -150px;
  z-index: 0;
  height: calc(100% + 90px);
}
.conheca-a-teceng-imagem img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 991px) {
  .conheca-a-teceng-imagem {
    position: static;
    display: flex;
    justify-content: center;
  }
  .conheca-a-teceng-imagem img {
    height: 450px;
  }
}

.section-contato {
  position: relative;
}
.section-contato::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(270deg, #141414 9.11%, rgba(20, 20, 20, 0) 83.16%);
}
@media (max-width: 575px) {
  .section-contato::before {
    background: linear-gradient(270deg, #141414 9.11%, rgba(20, 20, 20, 0.224) 100.16%);
  }
}

.accordion .accordion-item {
  margin-bottom: 16px;
  border-radius: 5px;
}
.accordion .accordion-item .accordion-header {
  padding: 20px 54px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  background-color: #ffce00;
  border-radius: 5px;
  cursor: pointer;
}
.accordion .accordion-item .accordion-header.ativo svg {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header svg {
  transition: 0.4s;
}
.accordion .accordion-item .rotate {
  transform: rotate(180deg);
}

/* Pages */
.page-area-do-cliente .form-area-cliente {
  background-color: white;
  border-radius: 8px;
  padding: 50px;
  border: 1px solid #707070;
}

.form-section {
  background-size: cover;
  background-position: center;
  position: relative;
}
.form-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(20, 20, 20, 0.5019607843) 20%, transparent 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.form-wrapper {
  position: relative;
  max-width: 447px;
  padding: 45px;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .form-wrapper {
    padding: 30px 15px;
  }
}

/* outros canais */
.outros-canais {
  position: relative;
}

.outros-canais-content {
  width: 420px;
  padding-right: 40px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .outros-canais-content {
    width: 100%;
    padding-right: 0;
  }
}

.outros-canais-iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw + 129px);
  height: 100%;
  overflow: hidden;
}
.outros-canais-iframe iframe {
  width: 100%;
  height: 100%;
}
.outros-canais-iframe::before {
  content: "";
  display: block;
  width: 300px;
  height: calc(100% + 200px);
  position: absolute;
  background-color: #ffffff;
  transform: rotate(-18deg);
  right: calc(100% - 132px);
  border-right: 2px solid #141414;
}
@media screen and (max-width: 991px) {
  .outros-canais-iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
  }
  .outros-canais-iframe::before {
    height: 140px;
    width: calc(100% + 200px);
    bottom: calc(100% - 38px);
    left: -50px;
    border-bottom: 2px solid #141414;
    transform: rotate(-5deg);
  }
}

.outros-canais-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 300;
  color: #333333;
}
.outros-canais-info svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

a.outros-canais-info {
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
a.outros-canais-info:hover {
  color: #cca300;
}

.outros-canais-divisor {
  width: 190px;
  max-width: 100%;
  height: 1px;
  background-color: #8f8f8f;
}

@media (min-width: 991px) {
  .principais-objetivos {
    position: relative;
    z-index: 3;
  }
  .principais-objetivos::after {
    content: "";
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(138% + 200px);
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    transform: translate(0px, -50%) rotate(18deg) !important;
    border-right: 2px solid #141414;
    border-left: 2px solid #141414;
    background: transparent;
  }
  .principais-objetivos-black-1 {
    background-color: #141414;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 0;
    height: 204%;
    width: 114%;
    transform: translate(-107px, -50%) rotate(153deg);
  }
  .principais-objetivos-black-2 {
    background-color: #141414;
    position: absolute;
    top: 50%;
    z-index: 2;
    height: 190%;
    left: 0;
    width: 153%;
    transform: translate(76px, -50%) rotate(334deg);
  }
}
.page-servico .div-items-servico .item-servico {
  padding: 27px 34px;
  font-size: 20px;
  color: #ffce00;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 8px;
}
.page-servico .div-items-servico .item-servico:hover {
  background-color: #ffce00;
  color: black;
}
.page-servico .menu-sticky {
  position: sticky;
  top: 0;
  z-index: 5;
}
@media (max-width: 575px) {
  .page-servico .menu-sticky {
    position: relative;
  }
}
.page-servico .testeira {
  height: 340px;
  background-size: cover;
  position: relative;
}
.page-servico .testeira::before {
  content: "";
  width: 100%;
  top: -1px;
  height: 101%;
  position: absolute;
  background-color: rgba(20, 20, 20, 0.75);
}
.page-servico .testeira h2 {
  position: relative;
  z-index: 3;
}

.page-sobre-a-teceng .componente-fundo {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 0;
}

.img-founder {
  max-height: 425px;
  position: relative;
}
.img-founder .card-founder {
  position: absolute;
  bottom: 30px;
  width: 80%;
  background-color: #333333;
  padding: 10px 30px;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 575px) {
  .img-founder .card-founder {
    border-radius: 4px;
  }
}
.img-founder .card-founder p {
  color: white;
  margin-bottom: 6px;
}

.page-projeto .ficha-tecnica p {
  color: #525252;
  font-weight: 700;
}
@media (min-width: 991px) {
  .page-projeto .tabela-documentacao {
    width: 750px;
  }
}
.page-projeto .tabela-documentacao thead tr {
  background-color: #e3e3e3;
}
.page-projeto .tabela-documentacao thead tr th {
  font-weight: 700;
  color: #141414;
  font-size: 24px;
  padding: 25px 30px;
}
.page-projeto .tabela-documentacao tbody tr:nth-child(even) {
  background-color: #e3e3e3;
}
.page-projeto .tabela-documentacao tbody tr td {
  font-weight: bold;
  font-size: 20px;
  padding: 15px 30px;
}
.page-projeto .tabela-documentacao tbody tr td a {
  font-weight: bold;
  color: #141414;
}
@media (max-width: 575px) {
  .page-projeto .tabela-documentacao tbody tr {
    padding: 10px 20px;
  }
}
.page-projeto .progress-bar span {
  color: white;
  font-weight: bold;
}
.page-projeto .progress-bar p {
  font-weight: 500;
  font-size: 24px !important;
  color: #ffce00;
}
.page-projeto .progress-bar .custom-progress {
  width: 100%;
  height: 30px;
  border: 1px solid #ffce00;
  border-radius: 8px;
  overflow: hidden;
}
.page-projeto .progress-bar .custom-progress progress {
  width: 100%;
  height: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #ddd;
}
.page-projeto .progress-bar .custom-progress progress::-webkit-progress-bar {
  background-color: #333333;
}
.page-projeto .progress-bar .custom-progress progress::-webkit-progress-value {
  background-color: #ffce00;
}
.page-projeto .progress-bar.concluido p {
  color: #ffda47;
}
.page-projeto .progress-bar.concluido .custom-progress {
  border: 1px solid #ffda47;
}
.page-projeto .progress-bar.concluido .custom-progress progress::-webkit-progress-value {
  background-color: #ffda47;
}
.page-projeto .progress-bar.pendente p {
  color: #8f8f8f;
}
.page-projeto .progress-bar.pendente .custom-progress {
  border: none;
}
.page-projeto .progress-bar.pendente .custom-progress progress::-webkit-progress-value {
  background-color: #ffda47;
}
.page-projeto .donut-chart {
  position: relative;
}
.page-projeto .donut-chart span {
  position: absolute;
  color: white;
  font-size: 28px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -25%);
}

.page-home .nossa-estrutura-home,
.page-sobre-a-teceng .nossa-estrutura-home {
  background-color: #141414;
  position: relative;
}
.page-home .nossa-estrutura-home .componente-fundo,
.page-sobre-a-teceng .nossa-estrutura-home .componente-fundo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(10px, -50%);
  z-index: 0;
}
.page-home .nossa-estrutura-home .titulo-vertical,
.page-sobre-a-teceng .nossa-estrutura-home .titulo-vertical {
  color: white;
  font-size: 130px !important;
  writing-mode: vertical-rl;
  direction: ltr;
  white-space: nowrap;
  line-height: 113px;
  position: absolute;
  top: 50%;
  transform: translate(130px, -50%) rotate(180deg);
}
.page-home .nossa-estrutura-home .itens-estrutura-wrapper,
.page-sobre-a-teceng .nossa-estrutura-home .itens-estrutura-wrapper {
  position: relative;
}
.page-home .nossa-estrutura-home .itens-estrutura-wrapper .swiper-slide,
.page-sobre-a-teceng .nossa-estrutura-home .itens-estrutura-wrapper .swiper-slide {
  width: 100% !important;
  border-radius: 14px;
}
.page-home .nossa-estrutura-home .itens-estrutura-wrapper .swiper-slide .item-estrutura,
.page-sobre-a-teceng .nossa-estrutura-home .itens-estrutura-wrapper .swiper-slide .item-estrutura {
  margin: 0 auto !important;
  border: 2px solid #ffce00;
}
@media (min-width: 769px) {
  .page-home .nossa-estrutura-home .itens-estrutura-wrapper .swiper-wrapper,
  .page-sobre-a-teceng .nossa-estrutura-home .itens-estrutura-wrapper .swiper-wrapper {
    display: flex;
    gap: 30px;
  }
  .page-home .nossa-estrutura-home .itens-estrutura-wrapper .swiper-slide,
  .page-sobre-a-teceng .nossa-estrutura-home .itens-estrutura-wrapper .swiper-slide {
    margin: 0 !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
.page-home .nossa-estrutura-home .texto-item-interno,
.page-sobre-a-teceng .nossa-estrutura-home .texto-item-interno {
  z-index: 8;
  position: absolute;
  left: 0;
  top: 100px;
  width: 80%;
  min-height: 31px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #fff;
  font-weight: 500;
  background-color: #ffce00;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.6s;
  padding: 10px;
  opacity: 0;
}
.page-home .nossa-estrutura-home .item-estrutura,
.page-home .nossa-estrutura-home .estrutura-inner,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner {
  border-radius: 8px;
  overflow: hidden;
  width: 144px;
  min-width: 144px;
  height: 455px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.page-home .nossa-estrutura-home .item-estrutura img,
.page-home .nossa-estrutura-home .estrutura-inner img,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura img,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 144px;
}
.page-home .nossa-estrutura-home .item-estrutura .vertical-text,
.page-home .nossa-estrutura-home .estrutura-inner .vertical-text,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura .vertical-text,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner .vertical-text {
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  left: -1px;
  color: #141414;
  font-weight: 700;
  font-size: 18px;
  padding: 30px 25px;
  background: #ffce00;
  bottom: -1px;
  border-radius: 0px 0px 0 14px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  direction: ltr;
  transform: rotate(180deg);
  white-space: nowrap;
}
.page-home .nossa-estrutura-home .item-estrutura .conteudo-slide,
.page-home .nossa-estrutura-home .estrutura-inner .conteudo-slide,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura .conteudo-slide,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner .conteudo-slide {
  z-index: 5;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.page-home .nossa-estrutura-home .item-estrutura .conteudo-slide span,
.page-home .nossa-estrutura-home .estrutura-inner .conteudo-slide span,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura .conteudo-slide span,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner .conteudo-slide span {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0;
  font-weight: 600;
  color: #141414;
  padding: 25px 30px;
  background-color: #ffce00;
  width: 0;
  white-space: nowrap;
  max-height: 20px;
}
.page-home .nossa-estrutura-home .item-estrutura .conteudo-slide a,
.page-home .nossa-estrutura-home .estrutura-inner .conteudo-slide a,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura .conteudo-slide a,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner .conteudo-slide a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
  text-decoration: none;
  color: #ffce00;
  font-size: 20px;
}
.page-home .nossa-estrutura-home .item-estrutura .conteudo-slide .descricao,
.page-home .nossa-estrutura-home .estrutura-inner .conteudo-slide .descricao,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura .conteudo-slide .descricao,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner .conteudo-slide .descricao {
  padding: 30px;
  color: #ebebeb;
}
.page-home .nossa-estrutura-home .estrutura-inner,
.page-sobre-a-teceng .nossa-estrutura-home .estrutura-inner {
  z-index: 2;
  border-radius: 0;
}
.page-home .nossa-estrutura-home .item-estrutura,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura {
  transition: all 0.8s;
  cursor: pointer;
}
@media (min-width: 769px) {
  .page-home .nossa-estrutura-home .item-estrutura .texto-item-interno,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura .texto-item-interno {
    white-space: nowrap;
  }
  .page-home .nossa-estrutura-home .item-estrutura.aberto,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura.aberto {
    width: 460px;
  }
  .page-home .nossa-estrutura-home .item-estrutura.aberto .estrutura-inner,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura.aberto .estrutura-inner {
    width: 200px;
  }
  .page-home .nossa-estrutura-home .item-estrutura.aberto .texto-item-interno,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura.aberto .texto-item-interno {
    opacity: 1;
  }
  .page-home .nossa-estrutura-home .item-estrutura.aberto .vertical-text,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura.aberto .vertical-text {
    opacity: 0;
  }
  .page-home .nossa-estrutura-home .item-estrutura.aberto .conteudo-slide,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura.aberto .conteudo-slide {
    width: -moz-fit-content;
    width: fit-content;
    opacity: 1;
    transition: 0.6s;
    transition-delay: 0.7s;
  }
  .page-home .nossa-estrutura-home .item-estrutura.aberto .conteudo-slide span,
  .page-sobre-a-teceng .nossa-estrutura-home .item-estrutura.aberto .conteudo-slide span {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    font-weight: 700;
    color: #141414;
    white-space: nowrap;
    border-radius: 0 14px 14px 0;
    opacity: 1;
  }
}
.page-home .nossa-estrutura-home .item-estrutura::before,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura::before {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #141414 0%, rgba(103, 110, 164, 0) 100%);
}
.page-home .nossa-estrutura-home .item-estrutura:hover,
.page-sobre-a-teceng .nossa-estrutura-home .item-estrutura:hover {
  filter: brightness(115%);
}
@media (max-width: 768px) {
  .page-home .nossa-estrutura-home,
  .page-sobre-a-teceng .nossa-estrutura-home {
    padding-top: 80px;
  }
  .page-home .nossa-estrutura-home .div-pagination,
  .page-sobre-a-teceng .nossa-estrutura-home .div-pagination {
    position: relative;
    height: 65px;
    left: 50%;
    margin-top: 15px;
    transform: translate(-50%, 0px);
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-home .nossa-estrutura-home .swiper-slide-active .item-estrutura,
  .page-sobre-a-teceng .nossa-estrutura-home .swiper-slide-active .item-estrutura {
    width: 100%;
  }
  .page-home .nossa-estrutura-home .swiper-slide-active .item-estrutura .estrutura-inner,
  .page-sobre-a-teceng .nossa-estrutura-home .swiper-slide-active .item-estrutura .estrutura-inner {
    min-width: unset;
  }
  .page-home .nossa-estrutura-home .swiper-slide-active .item-estrutura .texto-item-interno,
  .page-sobre-a-teceng .nossa-estrutura-home .swiper-slide-active .item-estrutura .texto-item-interno {
    opacity: 1;
    font-size: 0.5rem;
  }
  .page-home .nossa-estrutura-home .swiper-slide-active .item-estrutura .vertical-text,
  .page-sobre-a-teceng .nossa-estrutura-home .swiper-slide-active .item-estrutura .vertical-text {
    opacity: 0;
  }
  .page-home .nossa-estrutura-home .swiper-slide-active .item-estrutura .conteudo-slide,
  .page-sobre-a-teceng .nossa-estrutura-home .swiper-slide-active .item-estrutura .conteudo-slide {
    opacity: 1;
  }
  .page-home .nossa-estrutura-home .swiper-slide-active .item-estrutura .conteudo-slide span,
  .page-sobre-a-teceng .nossa-estrutura-home .swiper-slide-active .item-estrutura .conteudo-slide span {
    opacity: 1;
    color: white;
    border-radius: 0 8px 8px 0px;
  }
}

/* Singles */
