@import url(/style/components.css);
@import url(/style/root.css);
@import url(/style/responsive.css);
@font-face {
  font-family: "nunitoFamily";
  src: url("/style/Nunito/Nunito-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "nunitoFamily";
  src: url("/style/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nunitoFamily";
  src: url("/style/Nunito/static/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "nunitoFamily";
  src: url("/style/Nunito/static/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "nunitoFamily";
  src: url("/style/Nunito/static/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

*:not(.fas, .fa-brands, .fab, .fa) {
  margin: 0;
  padding: 0;
  font-family: "nunitoFamily", sans-serif !important;
}

body {
  overflow: hidden;
  color: #ffffff;
  font-family: "nunitoFamily", sans-serif !important;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 50px;
}

.dropdown-toggle {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown-toggle:after {
  content: "\25BC";
  float: right;
  margin-left: 10px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 100%;
  z-index: 1;
  border-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
}

.dropdown-menu a {
  text-decoration: none;
  display: block;
  transition: background-color 0.2s;
}

.dropdown-menu a:hover {
  background-color: opacity(0.7);
}
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ .dropdown-menu {
  display: block;
}

/* 
 */

.main-section {
  height: 100%;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: content-box;
  align-items: center;
}

.home-bg {
  background-image: url(/img/bg-home.webp);
}
#home-topo-img {
  transition: opacity 1s ease-in-out;
}
.content {
  max-width: var(--max-screen--desktop);
  width: 100%;
}

.box-retangulo {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.retangulo--green {
  background: #079492 0% 0% no-repeat padding-box !important;
  transition: background-color 1s ease-in-out;
}

.desktop-img-home {
  left: 0;
  width: 100%;
  height: auto;
  transform: matrix(0.85, 0.53, -0.53, 0.85, 0, 0);
}
.infos {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  height: 100vh;
  gap: 10px;
  align-items: center;
}

.home-footer {
  position: relative;
  background: linear-gradient(56deg, rgba(0, 54, 112, 1), rgba(0, 48, 103, 0)),
    radial-gradient(
      circle at 82% 85%,
      rgba(10, 66, 123, 0.9),
      rgba(255, 255, 255, 0)
    ),
    radial-gradient(
      circle at -6% 150%,
      rgba(0, 60, 123, 0.29),
      rgba(0, 0, 255, 0)
    ),
    radial-gradient(
      circle at 44% 20%,
      rgba(0, 34, 90, 0.77),
      rgba(0, 255, 255, 0)
    );
  filter: contrast(120%) brightness(100%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  min-height: 300px;
}
.home-footer > h1 {
  margin: 0;
}
.home-footer > small {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer-button {
  width: 180px;
  height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  border: none;
  cursor: pointer;
  color: black;
  text-decoration: none;
  line-height: 2;
}
.bg-infos > h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.bg-infos--items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.bg-infos--items > span {
  font-size: 22px;
}
.section-home-values {
  min-height: 300px;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

/* About Us */
.about-us-bg {
  background-image: url(/img/bg-sobre.webp);
}
.about-us--row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  min-height: 400px;
}

.about-us--content-img {
  max-width: 350px;
}
.about-us--content-img > img {
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 4px 6px var(--accent));
  width: 100%;
  height: auto;
  border: 5px solid var(--accent-900);
}
.about-us--content-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  color: var(--accent);
}
.aboust-us--link {
  padding: 10px 0;
  border-bottom: 2px solid var(--accent);
}

/* serviços */

.servicos-bg {
  background-image: url(/img/bg-servicos.webp);
}

/* carreiras */

.carreiras--footer {
  min-height: 75px;
}

.carreiras-bg {
  background-image: url(/img/bg-carreiras.webp);
}

/* contato */
.contato-bg {
  background-image: url(/img/bg-contato.webp);
}
.padding-custos {
  padding: 40px 0;
}

h1 {
  font-weight: bold !important;
  font-size: 1.7rem !important;
  text-align: center;
}

.h1-gradient {
  background: -webkit-linear-gradient(
    30deg,
    var(--accent-900),
    var(--accent-100)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topo-img {
  width: 100%;
  height: auto;
  max-width: 450px;
}

.no-scroll {
  height: 100%;
  position: fixed;
  width: 100%;
}

.container-home-values--title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.thank {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 6.3rem;
  background: linear-gradient(
      90.01deg,
      rgba(255, 255, 255, 0) -8.79%,
      rgba(255, 255, 255, 0.49) 51.99%,
      rgba(255, 255, 255, 0) 109.94%
    )
    text;
  color: transparent;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.partners-section {
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
  perspective: 1000px;
}

.partners-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partners-list-item {
  margin: 10px;
  text-align: center;
}


.partners-list-item img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  filter: brightness(0.4);
  transition: ease-in-out 0.5s;
}
.partners-list-item:hover img {
  filter: brightness(0.9);
}

.partners-list-item:hover {
  transform: rotateY(0deg) translateZ(0);
}
