:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #d9d9d9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #a22020;
  --dl-color-danger-500: #bf2626;
  --dl-color-danger-700: #e14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #ffffffff;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003eb3;
  --dl-color-primary-300: #0074f0;
  --dl-color-primary-500: #14a9ff;
  --dl-color-primary-700: #85dcff;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32a94c;
  --dl-color-success-700: #4cc366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

.button {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 40px;
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: #0000f5;
}

.button:hover {
  opacity: 0.7;
}

.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.teleport-show {
  display: flex !important;
  transform: translateX(0%) !important;
}

.slide-title {
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  transition: 0.3s;
  align-items: flex-start;
  font-weight: 500;
  border-color: transparent;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 2px;
}

.slide-title:hover {
  opacity: 0.5;
}

.slide-title-active {
  border-color: #0000f5;
}

.banner {
  cursor: pointer;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: row;
  background-color: #0000f5;
}

.banner-smaller {
  width: 620px;
  height: 460px;
}

.swiper-pagination {
  cursor: grab;
  z-index: 10;
  list-style: none;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  cursor: pointer;
  height: 12px;
  display: inline-block;
  transition: width 0.25s ease;
  border-radius: 12px;
  background-color: ef9911;
}

.swiper-pagination-bullet-active {
  width: 45px;
  opacity: 1 !important;
}

.objective {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.value {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}

.accordion {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: #313133;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
  border-bottom-width: 1px;
}

.accordion-content {
  color: #7c7c80;
  width: 100%;
  display: none;
  max-width: 560px;
  line-height: 24px;
}

.accordion-active {
  display: flex;
}

.blaze-track {
  cursor: grabbing;
}

.slider {
  -slides-to-show: 3;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

@media (max-width: 991px) {
  .banner {
    flex-direction: column;
  }

  .swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #ffffff;
  }

  .objective {
    flex: 1;
  }

  .accordion {
    gap: var(--dl-space-space-unit);
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }

  .accordion-content {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  .objective {
    gap: var(--dl-space-space-unit);
    max-width: 100%;
  }

  .value {
    padding-top: 0px;
    padding-bottom: var(--dl-space-space-unit);
  }
}

@media (max-width: 479px) {
  .button {
    width: 100%;
  }
}

/* alallala */

body {
  background: #ccc;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Inter";
  line-height: 1.15;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

#logo {
  height: 42px;
  width: 188px;
  margin-left: 50px;
}

.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #000;
}

/* Botões/imagens do hero */
#hero-buttons {
  width: 100%;
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  gap: 36px;
}

.hero-button-image {
  height: 80px;
  border-radius: 100%;
  cursor: pointer;
  border: 2px solid white;
  display: block;
}

.image-container {
  position: relative;
  display: inline-block;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  /* width: fit-content; */
  /* transform: translateX(-50%); */
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  /* pointer-events: none; */
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 2;
}

.image-container:hover .tooltip {
  opacity: 1;
}

.bordered-image-container {
  position: relative;
  display: inline-block;
}

.bordered-image {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 3px dashed #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-container:hover .bordered-image {
  opacity: 1;
  animation: spin 5s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ********************** */

/* Navbar */
#navbar {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  transition: 0.1s ease;
  border-bottom: 2px solid #ff3700;
  display: flex;
  z-index: 1000;
  position: relative;
  /* max-width: var(--dl-size-size-maxwidth); */
  align-items: center;
  justify-content: space-between;
}

#navbar:hover {
  background-color: white;
  /* transition: 0.2s ease-in-out; */
  color: black;
}

#navbar,
.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  background: #00000091;
  color: white;
  height: 101px;
}

.menu-container {
  margin-right: 50px;
}

.dropdown {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 18px;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
  height: 100%;
  justify-items: center;
  color: black;
}

.menu-item a:hover {
  color: #ff3700;
  cursor: pointer;
}

.menu-item-titulo {
  color: #414141;
  font-family: "Gilroy", Sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.menu-item-submenu {
  font-family: "Gilroy", Sans-serif;
}

.menu-item-submenu p {
  padding-left: 20px;
  text-align: justify;
}

.menu-item-coluna2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.menu-item-social {
  display: flex;
  align-items: center;
}

.menu-item-social img {
  filter: invert(42%) sepia(89%) saturate(6412%) hue-rotate(3deg)
    brightness(105%) contrast(103%);
  margin: 0 5px 5px 0;
}

.menu-item-social p {
  font-family: "Gilroy", Sans-serif;
  font-weight: 600;
  color: #414141;
}

.menu-item-social a{
  display: flex;
  align-items: center;
}

.menu-item-social a p:hover {
  color: #ff3700;
}

/**********/

/* Hero */
.home-video {
  top: 0px;
  left: 0px;
  width: 100%;
  filter: opacity(0.6);
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.home-hero-content {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.home-header-container {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-heading {
  color: rgb(255, 255, 255);
  font-size: 100px;
  max-width: 790px;
  font-style: normal;
  font-weight: 500;
}

.home-text06 {
  font-style: italic;
  font-family: Playfair Display;
  font-weight: 500;
}

.home-caption {
  color: rgb(255, 255, 255);
  font-size: 24px;
  max-width: 600px;
  line-height: 36px;
}

/**********/

/* Footer */
footer {
  background-image: url(footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Gilroy-Bold", sans-serif;
  color: white;
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #d9d9d9;
}

footer a {
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.footer_highlight {
  cursor: pointer;
}

.footer-social {
  display: flex;
}

.home-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-900);
}

.footer-content {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  color: white;
  margin-top: 15px;
  align-items: flex-start;
  padding: 10px;
}

.footer-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.footer-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.home-image6 {
  height: 2rem;
}

.footer-contact {
  display: flex;
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 23px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer-contact div {
  display: flex;
  align-items: center;
}

/**********/

/* Galeria */
#portfolio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 23px;
  max-width: 1200px;
  margin: 0 auto;
}

#portfolio h1 {
  margin-bottom: 20px;
  z-index: 3;
}

#portfolio p {
  /* se quiser mudar alguma coisa */
  color: white;
  z-index: 3;
}

#portfolio div {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.imagem1 {
  background-image: url(/public/images/image1.jpg);
}

.imagem2 {
  background-image: url(/public/images/image2.jpg);
}

.imagem3 {
  background-image: url(/public/images/image3.jpg);
}

.imagem4 {
  background-image: url(/public/images/image4.jpg);
}

.overlay {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* filter: blur(1px); */
  z-index: 2;
  background-color: black;
  opacity: 0.2;
}

/**********/

/* Soluções */
#solucoes {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
}

.solucao {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.solucao div {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.img_solucao {
  width: 500px;
  height: 350px;
}

.solucao p {
  text-align: justify;
}

/**********/

/* Formulário de contato */
.form-contato {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin: 50px;
  gap: 20px;
  justify-content: center;
}

.form-contato-coluna {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-contato p {
  color: rgb(0, 0, 0);
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 23px;
  margin: 0px 0 3px 9px;
}

.form-contato input {
  border-radius: 10px;
  border: none;
  height: 35px;
  width: 300px;
  padding: 0 10px;
}

.form-contato textarea {
  border-radius: 10px;
  border: none;
  width: 300px;
  padding: 10px 10px;
  resize: none;
  height: 110%;
}

.form-contato button {
  border-radius: 10px;
  width: 300px;
  height: 35px;
  font-family: "Inter";
  font-weight: 500;
}

/**********/

.brand {
  font-weight: bolder;
  font-size: 1.5em;
}

.brand:hover {
  font-weight: bolder;
  color: #428aff;
}

button {
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  background: #428aff;
  padding: 0.5em 1.3em;
  border-radius: 16px;
  color: #fff;
}

.btn:hover {
  background: #3877db;
}

.menu-btn {
  margin-left: 1em;
  background: none;
  display: inline-block;
}

.menu-btn span {
  font-size: 2.3em;
}

.dropdown > div,
.sub-dropdown > div {
  cursor: pointer;
}

.dropdown:hover {
  color: #ff3700;
}

.dropdown .menu a:hover {
  color: #ff3700;
}

.submenu a:hover {
  color: #ff3700;
}

@media screen and (min-width: 800px) {
  /* .navbar{
      padding: 0 1.5em;
  } */
  .dropdown > div {
    /* padding: 31px 1em; */
    padding: 42px 1em;
  }

  .mega-menu {
    display: flex;
    justify-content: center;
  }

  .menu-btn {
    display: none;
  }

  .menu {
    background: #fff;
    position: absolute;
    top: 101px;
    /* top: 5.4em; */
    left: 0;
    width: 100%;
    padding: 0 2em;
    overflow-y: scroll;
    transition: opacity 0.4s ease-in-out;
    /* visibility: visible; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
    height: 50vh;
  }

  .menu > li:first-child {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
  }

  .sub-dropdown > div span:first-child {
    font-weight: bold;
  }

  /* .dropdown:hover > div{
      border-bottom: 3px #fff solid;
      transition: 0.3s;
  } */

  .dropdown:hover > div {
    border-color: darkblue;
  }

  .dropdown li {
    margin-bottom: 1em;
  }

  .dropdown > div span:last-child,
  .sub-dropdown > div {
    display: none;
  }

  /* Width */
  .menu::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  .menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .menu::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .menu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* Hide menu */
  .dropdown:hover .menu {
    height: 40vh;
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease-in-out;
    padding: 40px;
  }

  .dropdown .menu {
    height: 40vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }
}

/* Responsive Design */
@media screen and (max-width: 800px) {
  .navbar {
    padding: 1em 1.5em;
  }

  .menu-container {
    background: #fff;
    position: absolute;
    top: 4.4em;
    left: 0;
    width: 100%;
    overflow-y: hidden;
    transition: 0.3s ease-in-out;
  }

  /* Width */
  .mega-menu::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  .mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .mega-menu::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .mega-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .mega-menu {
    padding: 0 1em 1em 1em;
    height: 100%;
    overflow-y: scroll;
  }

  .mega-menu li {
    font-weight: bold;
    font-size: 1.1em;
  }

  .mega-menu li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
  }

  .menu li {
    padding: 0 1em;
    font-size: 1em;
    font-weight: 400;
  }

  .menu a {
    display: block;
    margin: 0.8em 0;
  }

  .menu {
    display: none;
  }

  /* Toggle class for Javascript */
  .menu-show {
    display: block;
  }

  .material-symbols-outlined {
    transition: 0.3s;
  }

  /* Toggle class for javascript */
  .icon-rotated {
    transform: rotate(90deg);
  }

  .dropdown > div,
  .sub-dropdown > div {
    cursor: pointer;
    padding: 0.5em;
  }

  .sub-menu {
    font-size: 0.9em;
    display: none;
  }

  /* Toggle class for Javascript */
  .sub-menu-show {
    display: block;
  }

  .dropdown:hover > div,
  .sub-dropdown:hover > div {
    background: #dbdbdb;
  }

  /* Hide menu */
  .menu-container {
    height: 0;
  }

  /* Toggle class for javascript */
  .mega-menu-show {
    height: 50vh;
  }
}

.highlight {
  cursor: pointer;
}

.highlight:hover {
  color: #ff3700;
}

.highlight a{
  color: black;
}

/* Estilização suave para a div "sobre nós" com ID e classe */
#sobreNos {
  display: flex;
  flex-direction: column;
}

#sobreNos.solucao.topic.sobre-nos {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

#sobreNos.solucao.topic.sobre-nos h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#sobreNos.solucao.topic.sobre-nos p {
  margin-bottom: 10px;
}
