body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #002770;
  overflow-x: hidden !important;
}@media (min-width: 992px) {
    .d-lg-none {
        display: block !important;
    }
}
:root {

  /* CORES PRINCIPAIS */
  --primary-color: #002770;
  --secondary-color: #007BFF;
  --accent-color: #bae8f7;

  /* BACKGROUNDS */
  --bg-main: #ffffff;
  --bg-dark: #04080f;
  --bg-light: #f5f5f5;
  --bg-section: #001a33;

  /* TEXTOS */
  --text-primary: #000000;
  --text-secondary: #383636;
  --text-light: #ffffff;
  --text-muted: #9d9d9d;

  /* BORDAS */
  --border-light: #dddddd;
  --border-dark: #2b2b2d;

  /* HOVER */
  --hover-primary: #1576b8;
  --hover-light: #f9f9f9;

  /* SOMBRAS */
  --shadow-light: rgba(0,0,0,0.1);
  --shadow-medium: rgba(0,0,0,0.25);

  /*BTN*/
  --btn-color: #002770;

}
.align-pre-order{
  width: 100%;
  display: flex;
  justify-content: center;
}
.pre-order-box h2{
  font-size: 25px;
}
.pre-order-box {
    background-color: var(--bg-light);
    display: grid;
    padding: 20px 100px;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0px 5px 20px #d7d7d7;
    align-content: center;
}.pre-order-box .align-btn{
  display: flex;
  justify-content: center;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--secondary-color) !important;
}
/*CSS ABOUT*/
.about-div {
  padding: 100px 200px;
  display: flex
;
  align-items: center;
  gap: 20px;
}
.about-div-content {
  display: flex;
  align-items: center;
  gap: 15px; /* Espaçamento entre a imagem e o texto */
}

.about-div-image {
  width: 60px; /* Tamanho da imagem (ajuste conforme necessário) */
  height: auto;
}

.about-div-text {
  display: flex;
  color: #3b3b3b;
  flex-direction: column;
}

.about-div-right-heading {
  font-size: 18px;
}

.about-div-right-description {
  font-size: 14px;
  color: #555;
}

.about-div-left {
  width: 60%;
}

.about-div-text {
  color: var(--secondary-color);
  font-weight: 900;
}

.about-div-heading {
  font-size: 34px;

  font-weight: 900;
}

.about-div-description {
  font-size: 16px;
}

.about-div-line-item {
  display: inline;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.about-div-icon {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 900;
}

.about-div-line-heading {
  font-size: 18px;  font-weight: 900;
}

.about-div-line-description {
  font-size: 14px;
}

.about-div-separator {
  width: 2px;
  background-color: #00000060;
  height: 200px;
  margin-right: 50px;
}

.about-div-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-div-right-text {
  margin-top: 10px;
  font-size: 16px;
}

.about-div-image-circle {
  display: contents;
  align-items: center;
  gap: 10px;
}

.about-div-image-circle img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.about-div-right-heading {
  font-size: 18px;
}

.about-div-right-description {
  font-size: 14px;
}body.dark-mode { background-color: #04080f;
  body{
   background-color: #04080f ; /* Cor de fundo do site */
   color: #ccc; /* Cor do texto padrão */
 }
 .sustainability-content-img i {
  font-size: 95px;
  color: #fff;
  transition: transform 0.3s ease-in-out;
}
.sustainability i{
  color: #fff;
}
 .quem-somos, .quem-somos-2, .quem-somos-3{
  color: #fff;
 
 }
 .quem-somos h2{
  color: #455c74;
 
 }
 .quem-somos-2 h3{
  color: #455c74;
 
 }
 .quem-somos-3 h2{
  color: #455c74;
 
 }
 .about-div-left {
  width: 60%;
  color: #e6e8e9;
}.about-div-right {
  color: #fff;
  width: 35%;
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
}.about-div-right-description {
  font-size: 14px;
  color: #cdcccc;
}
.about-div-separator {
  width: 2px;
  background-color: #16d0ff60;
  height: 200px;
  margin-right: 50px;
}



}

/*INDEX E DEMAIS PÁGINAS CSS*/
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
}

.active {
  color: var(--secondary-color);
  font-weight: bold !important;
}
  /* Overlay styling */
  .overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black with slight transparency */
    z-index: 1; /* Ensure it is on top of the video */
  }
.copied-message {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.copied-message.show {
  display: block;
  opacity: 1;
}
.wrapper {
  display: inline-flex
;
  list-style: none;
  height: 120px;
  width: 100%;
  padding-left: 0px;
  padding-top: 40px;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}
.card-details2 .wrapper{
  color: #000;
}

#hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.align-hero {
position: relative;
z-index: 2; /* Garante que o texto fique na frente */
background: rgba(0, 0, 0, 0); /* Fundo escuro semi-transparente para contraste */
padding: 20px;
border-radius: 10px;
}

#hero-subtitle {
font-size: 1.2rem;
max-width: 600px;
margin: 0 auto;
}

.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}


.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: var(--secondary-color);
  color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: var(--secondary-color);
  color: #fff;
}

::selection {
  background-color: #007bff; /* Azul */
  color: white;
  font-weight: 800;
}
#div8 {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#div8.show {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

#div8::after {
  content: '\2191'; /* Código Unicode para seta para cima */
  color: white;
  font-size: 24px;
}
#div8:hover{
  cursor: pointer;
  transition: 0.5s;
  background-color: var(--primary-color);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  z-index: 999;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
.card1 img{
  height: 100px;
}
.cardimg {
  margin-top: -50px;
  display: flex
;
  justify-content: center;
}
.align-btns{
  display: flex;
  gap: 20px;
}
.card1 {
    width: 400px;
    height: 450px;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    background: white;
    position: fixed;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    padding: 1.8rem;
    border: 2px solid #ffffff;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    overflow: visible;
    opacity: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}
.card1.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.card-details {
  color: black;
  height: 100%;
  gap: .1em;
  display: grid;
  place-content: center;
  text-align: center;
}
.card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 50px;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 100px;

  transition: 0.3s ease-out;
}
.card-button:hover{
  background-color: var(--secondary-color);
}
.text-body {
  color: rgb(134, 134, 134);
}
.text-title {
  font-size: 1.5em;
  font-weight: bold;
}
.card:hover {
  border-color: #008bf8;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}
.card:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}
.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  z-index: 999;
}
.overlay2.show {
  opacity: 1;
  visibility: visible;
}
.card2 img {
  height: 100px;
}
.cardimg2 {
  margin-top: -50px;
  display: flex;
  justify-content: center;
}
.card2 {
    /* width: 400px; */
    /* height: 450px; */
    border-radius: 20px;
    justify-content: center;
    display: flex;
    background: white;
    position: fixed;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    padding: 1.8rem;
    border: 2px solid #ffffff;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    overflow: visible;
    opacity: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}
.card2.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.card-details2 {
  color: var(--text-secondary);
  height: 100%;
  gap: .1em;
  display: flow;
  place-content: center;
  text-align: center;
}
.card-button2 {
 
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #002770;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: relative;
 
  bottom: -30px;

}
.card-button2:hover {
  background-color: #007bff;
}
.text-body2 {
  color: var(--text-muted);
}
.text-title2 {
  font-size: 1.5em;
  font-weight: bold;
}.close-btn1 {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-muted);
}


.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #000000;
}

.fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.menu-btn {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 4px solid #96daf0;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #96daf0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, border-width 0.3s ease;
}

.menu-btn.active {
  border: 4px solid #007bff;
  transform: rotate(90deg) scale(1.2);
  border-width: 6px;
}

.menu-items {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.menu-items.show {
  display: flex;
}

.menu-items .dot {
  box-shadow: 0px 0px 10px #0000003f;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  color: #007bff;
  background: #ffffff;
  border-radius: 50%;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
}

.menu-items .dot:hover {
  background-color: #002244;
  color: #007bff;
  cursor: pointer;
}

.menu-items .dot i {
  line-height: 40px;
  margin-left: 12px;
  padding-top: 15px;
}

/* Animação de entrada */
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Animação de saída */
.fade-out {
  opacity: 0 !important;
  transform: translateY(10px) !important;
}
.video-div4 {
  margin-top: 0px;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}
.div-5 {
  width: 100%;
  display: grid
;
  justify-content: center;
  padding: 40px;
  background-color: #f9f9f900;
  border-radius: 10px;
}

.div-5-content {
  text-align: center;
  margin-bottom: 40px;
}
.div-5-contact-text h2{
  font-weight: 900;
  font-size: 15px;
}
.div-5-content h2{
  font-weight: 900;
}

.div-5-contact-options {
  display: flex;

  flex-direction: column; /* Alinha as divs verticalmente */
  gap: 30px;
}

.div-6 {
  background-image: url('../images/general/back-color.webp'); /* Coloque a URL da sua imagem aqui */
  background-attachment: fixed; /* Efeito parallax */
  background-size: cover; /* Faz a imagem cobrir toda a div */
  background-position: center; /* Centraliza a imagem */
  width: 100%;
  height: 100px; /* Ajuste a altura conforme necessário */
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary);
}


.div-color {
  background-image: url('../images/general/back-color.webp'); /* Coloque a URL da sua imagem aqui */
  background-attachment: fixed; /* Efeito parallax */
  background-size: cover; /* Faz a imagem cobrir toda a div */
  background-position: center; /* Centraliza a imagem */
  width: 100%;
  height: 200px; /* Ajuste a altura conforme necessário */
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary);
}
.div-6 h1 {
  font-size: 3rem; /* Tamanho grande do texto */
  text-align: center;
  font-weight: bold;
  z-index: 1; /* Garante que o texto fique sobre a imagem */
}


#img-div5{
  height: 100px;
  margin-bottom: 40px;
}
.div-5-contact {
    display: flex;
    width: auto;
    align-items: center;
    gap: 20px;
    padding: 30px;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.div-5-contact img {
  width: 60px;
  height: 60px;
}

.div-5-contact-text {
  display: flex;
  flex-direction: column; /* Empilha o texto verticalmente */
  align-items: flex-start; /* Alinha os textos à esquerda */
}

.div-5-contact h2 {
  margin-bottom: 10px;
}

.contact-now-btn {
  border: 2px solid #ffffff00;
  background-color: transparent;
  color: #007BFF;
  padding: 0px;
  transition: 0.5s;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
 
    transition: 0.5s;
}

.contact-now-btn:hover {
  transition: 0.5s;

  color: var(--primary-color);
}
.contact-now-btn i{
 
  transition: 0.2s;
}
.contact-now-btn:hover i{
  margin-left: 20px;
  transition: 0.2s;
}
.contact-now-btn:focus {
  outline: none;
}


.video-div4-content {
  margin-bottom: 20px;
  text-align: center;
}

.video-div4-player {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilo para a barra de rolagem */
::-webkit-scrollbar {
  width: 8px; /* Largura da barra de rolagem */
  height: 8px; /* Altura da barra de rolagem horizontal */
}

/* Estilo para o fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background: #fff; /* Fundo invisível */
  border-radius: 0px; /* Bordas arredondadas */
}

/* Estilo para a parte deslizante da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #00000069; /* Azul marinho */
  border-radius: 10px; /* Bordas arredondadas */
}

/* Estilo para a parte deslizante quando o mouse passa sobre ela */
::-webkit-scrollbar-thumb:hover {
 
}
/* Container principal */
.div3-container {
  padding: 100px 250px; /* 100px no topo e bottom, 200px nas laterais */
  background-color: rgb(241, 241, 241);
}

/* Estilo da div interna */
.div3-inner {
  text-align: left;
  margin-bottom: 50px;
}

/* Estilo para os textos */
.div3-inner h2 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
}

.div3-inner p {
  font-size: 16px;
}

/* Container de fundo com as 5 divs */
.div3-bottom {
  display: flex;
  gap: 50px; /* Espaçamento entre as divs internas */
}

/* Estilo para as divs internas */
.div3-box {
  background-image: url('https://via.placeholder.com/300x200'); /* Coloque sua imagem aqui */
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Hover effect - zoom na imagem */
.div3-box:hover {
  transform: scale(1.1); /* Aumenta a imagem ao passar o mouse */
}

/* Estilo para os textos dentro das divs internas */
.div3-box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.div3-box p {
  font-size: 14px;
  color: #ffffff;
}


.navbar {
  width: 100%;
  transition: transform 0.3s ease-in-out; /* Suaviza a animação */
}

.container-fluid {
  transition: transform 0.4s ease-in-out; /* Suaviza a animação */
}
/* From Uiverse.io by xopc333 */
.button-1 {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.button-1:before,
.button-1:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.button-1:before {
  border: 4px solid #f0eeef;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-1:after {
  border: 4px solid #96daf0;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
#video-index{
  margin-top: -50px;
}
.button-1:hover:before,
.button-1:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-1:hover:after,
.button-1:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-1-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-1-elem {
  display: block;
  width: 20px;
  height: 20px;
  margin: 17px 18px 0 18px;
  transform: rotate(0deg); /* Alterado para 0deg, removendo a rotação */
  fill: #f0eeef;
}

.button-1:hover .button-1-box,
.button-1:focus .button-1-box {
  transition: 0.4s;
  transform: translateX(-56px);
}
/* Efeito de subir quando a div aparece */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}


.div2-container {
  background-color: #002770;
  color: white;
  padding: 100px 200px;
}
.div2-left {
  flex: 1;
  padding: 40px;
  width: 400px;
}
.div2-left h2{
  font-size: 50px;
  font-weight: 700;
}
.div2-right {
  flex: 1;
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.div2-box i{
  padding-bottom: 20px;
  color: #1576b8;
}
.div2-box {

  border: 2px solid #001a3383; /* Azul marinho mais escuro */
  padding: 20px;
  width: 250px;
  border-radius: 5px;
  text-align: left;
  transition: background 0.3s ease-in-out;
}
.div2-box h3{
  font-size: 20px;
  font-weight: 600;
}
.div2-box p{
  color: #d3d3d3;
  font-size: 13px;
}
.div2-box:hover {
  background-color: #001a33;
}
.div2-button {
  margin-top: 15px;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: white;
  color: #002244;
  border: none;
  cursor: pointer;
}
.div2-button:hover {
  background-color: #ddd;
}
/* From Uiverse.io by arghyaBiswasDev */ 
/* The switch - the box around the slider */
.switch {
  font-size: 9px;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-top: 20px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0px;
  background-color: rgb(255 255 255);
  border: 1px solid rgb(255 255 255);
  transition: 0.4s;
  border-radius: 30px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.26em;
  bottom: 0.25em;
  background-color: #18478d;
  transition: .4s;
}.switch-container {
  position: relative;
  top: 10px;
  right: 30px;
  justify-content: flex-end;
  display: flex
;
  z-index: 9999;
}

input:checked + .slider {
  background-color: #757679;
  border: 1px solid #04080f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #007bff;
}

input:checked + .slider:before {
  transform: translateX(1.4em);
  background-color: #fff;
}
.hero {
    height: 950px;
    background-size: cover;
    background-position: center;
    margin-top: -50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    padding: 0px;
    transition: background-image 1s ease-in-out;
  }
  .btn-custom {
    background-color: transparent;
    border: 3px solid black;
    color: black;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }/* Centraliza os itens da navegação */
/* Centraliza os links da navegação */
.navbar-nav {
  display: flex;
  justify-content: center; /* Centraliza os itens horizontalmente */
  width: 100%; /* Garante que o navbar-nav ocupe toda a largura */
}

/* Coloca a bandeira e o botão no canto direito */
.ms-auto {
  margin-left: auto; /* Empurra os itens para a direita */
}

.nav-item {
  margin: 0px;
}

  .btn-custom:hover {
    border-color: #d3d3d3; /* Borda levemente cinza */
    background-color: #f9f9f9; /* Fundo levemente cinza */
  }

  .nav-item a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002770;
    transition: background-color 0.3sease, color 0.3sease;
}
/* From Uiverse.io by alexmaracinaru */ 
.cta {
  position: relative;
  margin: auto;
  padding: 9px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #002770;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;


  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); /* Ajuste conforme necessário */

}
.cta:hover:before {
  width: 100%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); /* Ajuste conforme necessário */
  background: #002770;
}

.cta span {
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  font-family: inherit;
  line-height: -5;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}


.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

  .nav-item a i{
    color:#007BFF;
  }
  .nav-item a i {
    font-size: 12px;
    color: #002770;
    background-color: rgb(255, 255, 255);
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 20px;
}

/* From Uiverse.io by adamgiebl */ 
/* From Uiverse.io by mrhyddenn */ 
.contact {
  position: relative;
  margin: 0;
  letter-spacing: 0.2em;
  padding: 0.8em 1em;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;width: fit-content;
  text-transform: uppercase;
  background-color: #002770;
  border-radius: 50px;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}


.contact a{
  color: white;
  text-decoration: none !important;
}

.contact:hover {
  animation: sh0 0.5s ease-in-out both;
}

@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.contact:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

.contact::before,
.contact::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.contact:hover::before,
.contact:hover::after {
  opacity: 0.15;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.contact:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.contact:hover::after {
  transform: translate(50%, 0) scale(1.1);
}


/* Navbar Mobile */
#nav-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.mobile-logo img {
  height: 40px;

}

#mobile-menu-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Menu lateral com animação suave */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -290px; /* Escondido inicialmente */
  width: 250px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 20px #00000070;
  transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* Transição suave */
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

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

.mobile-menu li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.mobile-menu a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  display: block;
}
.mobile-menu .active {
 
  color: var(--secondary-color);

}

/* Botão de Fechar */
#close-menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Mostrar o menu com efeito */
.mobile-menu.show {
  right: 0; /* Agora abre corretamente */
}

  .nav-item a:hover {
    background-color: #ffffff !important;
    color:var(--secondary-color);
  }
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: inherit !important;
        gap: 100px !important;
    }
} 
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex !important;
    width: 90%;
    background-color: #ffffff;
    flex-wrap: inherit;
    align-items: center;
    border-radius: 90px;
    box-shadow: 0px 5px 10px #0000004f;
    margin-top: 10%;
    padding: 0px 50px;
    z-index: 999;
    position: fixed;
    justify-content: center !important;
}
  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.0rem !important;
  }
  
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
  }




  .navbar-brand img {
    height: 70px;
    width: 120px;
}
 
  .align-hero{
    width: 600px;
    margin-left: 12%;
  }
  .text span{
    font-weight: 900;
    color: #afbcbd;
    text-transform: uppercase;
    font-size: 14px;
  }
 
/* CSS para a imagem e tooltip */
#irish-company {
  display: inline-block; 
}

#irish-company img {
  border-radius: 2px;
  transition: transform 0.3s ease;
  height: 25px;
}



.nav-item {
  position: relative;
}
#align-right{
  margin-right: 50px;

}

#bandeira {
  justify-content: center;
  display: flex
;
  align-items: center;
}
#shop{
  background-color: #ffffff00;
  color: #FFF;
}

.tooltip-text {
    display: flex;
    font-weight: 700;
    color:var(--primary-color);
    background-color: #ffffff00;
    border-radius: 4px;
    font-size: 11px;
    z-index: 1000;
    line-height: 10px;
    margin: 0px;
    opacity: 1;
    animation: pop 0.3sease forwards;
    transition: opacity 0.2sease, transform 0.2sease;
}
.nav-item {
  position: relative;
}


.div3-container h2, .quem-somos h2{
  color: var(--primary-color);
}


    
  .btn-hero {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
    transition: box-shadow 0.3s ease; /* Efeito de transição suave para hover */
  }

  .btn-hero:hover{
    background-color: rgb(7 166 239);
    cursor: pointer;
    transition: 0.2s;
  }
 
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .hero img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Ajuste o nível de opacidade */
    pointer-events: none;
    z-index: 1; /* Garante que a camada fique atrás do texto */
  }
  .hero h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 70px;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    transition: opacity 0.5s ease-in-out;
  }
  .hero p {
    font-family: 'Montserrat', sans-serif;

    max-width: 600px;
    line-height: 1.5;
    transition: opacity 0.5s ease-in-out;
  }
  .floating-div {
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: rgb(255, 255, 255);
    color: rgb(36, 34, 34);
    padding: 0px;
    transition: 0.5s;
    border-radius: 10px;
    display: flex;
    gap: 10px;
  }
  .floating-div img:hover {
    transition: 0.5s;
    filter: brightness(0.7); 
  }
  .floating-div .text{
    padding: 30px;
    text-align: left;
    width: 300px;

  }
  .floating-div img {
    cursor: pointer;
    width: 200px;
    object-fit: cover;
    border-radius: 0%;
  }
 .hero h1 {
    margin-bottom: 10px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    transform: translateY(0);
  }
  .fade-out {
    opacity: 0;
    transform: translateY(-10px);
  }
  .fade-in {
    opacity: 1;
    transform: translateY(0);
  }


  /* MODO ESCURO */


body.dark-mode .navbar>.container, 
body.dark-mode .navbar>.container-fluid, 
body.dark-mode .navbar>.container-lg, 
body.dark-mode .navbar>.container-md, 
body.dark-mode .navbar>.container-sm, 
body.dark-mode .navbar>.container-xl, 
body.dark-mode .navbar>.container-xxl {
  background-color: #000000; /* Cor do modo escuro */
}/* Modo escuro */
body.dark-mode { background-color: #04080f;
 body{
  background-color: #04080f ; /* Cor de fundo do site */
  color: #ccc; /* Cor do texto padrão */
}
  /* Navbar */
  .navbar>.container, 
  .navbar>.container-fluid, 
  .navbar>.container-lg, 
  .navbar>.container-md, 
  .navbar>.container-sm, 
  .navbar>.container-xl, 
  .navbar>.container-xxl {
    box-shadow: 0px 0px 10px #000;
    background-color: #04080f;
  }.innovation-text {
    font-size: 18px;
    color: #ffffff;
}
.div-pattern {
  height: 800px;
  margin-top: -50px;
  background-color: #001a33;
  display: flex;
  color: #fff;
  align-items: center;
}
.div-pattern2 {
  color: #fff;
  height: 800px;
  display: flex;
  align-items: center;
}
.exemplos {
  display: flex
;
  align-items: center;
  padding: 100px 200px;
  justify-content: center;
  gap: 20px;
  margin-bottom: -150px;
  color: #9d9d9d;
  background: #091225;
}
.innovation-heading {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
}

  #nav-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background: #04080f;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}#mobile-menu-btn {
  color: #ffffff;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.card1 {
  width: 80%;
  height: 450px;
  border-radius: 20px;
  justify-content: center;
  display: grid
;
  background: #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  padding: 1.8rem;
  border: 2px solid #2b2b2d;
  transition: transform 0.5sease-out, opacity 0.5sease-out;
  overflow: visible;
  opacity: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.mobile-menu{
  background-color: #04080f;
}
.mobile-menu a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  display: block;
}
#close-menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: aliceblue;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.mobile-menu li {
  padding: 15px;
  border-bottom: 1px solid #000000;
}
  .div3-container {
    padding: 100px 250px;
    background-color: #000000;
    color: #fff;
}

.div-5-contact {
  display: flex
;
  width: 700px;
  align-items: center;
  gap: 20px;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-start;
  background-color: #060606;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
  /* Links da navbar */
  .nav-item a {
    color: #ccc;
  }

 
    .contact {
        background-color: #2a6dcf;
        color: #ffffff;
    }
    .card-details {
      color: rgb(255, 255, 255);
      height: 100%;
      gap: .1em;
      display: grid
  ;
      place-content: center;
      text-align: center;
  }.text-body {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ffffff;
}
  /* Tooltip */
  .tooltip-text {
    color: #ccc;
  }
  .div2-container {
    background-color: #04080f;
    color: white;
    padding: 100px 200px;
}
.card1.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
body{
   background-color: #04080f ;
}.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex
;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
  .nav-item a:hover {
    background-color: #04080f !important;
    color: rgb(7 166 239);
}

  .innovation {
      justify-content: center;
      display: flex
;
      background: linear-gradient(270deg, #1f3051, #1f345b, #2d413b);
      padding: 40px 40px;
  }
}.innovation-heading {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.innovation-text {
  font-size: 18px;
  color: #e3e3e3;
}


.floating-div {
  
  background: #04080f;
  color: rgb(255 255 255);
}

.text-center {
  font-weight: 900;
  margin-bottom: 50px !important;
  text-align: center !important;
}

.my-5 {
  padding: 100px 100px;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.div2-container{
  display: flex;
}
#pc{
  display: flex;
}
#mobile{
  display: none;
}
@media (max-width: 1400px) {
  .navbar {
    position: fixed !important;
    top: 0;
    display: none !important;
    left: 0;
    width: 100%;
    transform: none !important;
    transition: none !important;
    z-index: 1050;
  }
    .navbar {
    display: none !important;
  }

  #nav-mobile {
    display: block;
  }
  
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  display: flex;
}
.quem-somos {
  display: flex
;
gap: 200px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 200px;
}
  .quem-somos-esquerda {
      width: 40%;
  }
  .quem-somos-esquerda h2{
      font-size: 75px;
      font-weight: 900;
      margin-top: 100px;
  }
  .quem-somos-esquerda h2, 
  .quem-somos-esquerda p, 
  .quem-somos-esquerda button {
      margin-bottom: 20px;
  }
  .quem-somos-direita {
      width: 55%;
      display: flex;
      flex-wrap: wrap;
      position: relative;
  }
  .quem-somos-mosaico {
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
  transition: transform 0.5sease-out;
}
  .quem-somos-mosaico img {
      width: 100%;
      height: auto;
      object-fit: cover;
  } .quem-somos-mosaico video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
  .quem-somos-2 {
      display: flex;
      justify-content: space-around;
      padding: 50px 200px;
      text-align: center;
  }
  .quem-somos-2-bloco {
    padding: 20px;
    margin-top: 100px;
    border: 2px solid #aaaaaa17;
    border-radius: 5px;
      width: 20%;
  }
  .quem-somos-2-bloco:hover {
    padding: 20px;
    background-color: #aaaaaa17;
    transition: 0.5s;
    margin-top: 100px;
    border: 2px solid #aaaaaa17;
    border-radius: 5px;
    width: 20%;
}
  .quem-somos-2-bloco p {
     font-size: 14px;
  }
  .quem-somos-2-bloco h3 {
    font-weight: 900;
    font-size: 22px;
  }
  .quem-somos-2-bloco img {
      width: 90px;
      height: auto;
  }
 .quem-somos-3 {
    text-align: left;
    padding: 100px 200px;

    /* IMAGEM DE FUNDO */
    background-image: url("../images/general/back-color-opacity.webp");
    background-size: cover;
    background-position: center;

    /* PARALLAX */
    background-attachment: fixed;

    /* MELHOR VISUAL */
    color: #fff;
    position: relative;
}
.quem-somos-3 h2{
  font-weight: 900;
}
.quem-somos-3 img{
  width: 50px;
}
  .quem-somos-3-link {
      color: #5ce1e6;
      text-decoration: none;
  }
  .quem-somos-3-link:hover {
      text-decoration: underline;
  }
  #mosaico-img{
      margin-top: -150px;
  }

  .exemplos {
    display: flex;
    align-items: center;
    padding: 100px 200px;
    justify-content: center;
    gap: 20px;
    margin-bottom: -150px;
    color: #cdcccc;
    background: #002770;
}
.fade-out {
  opacity: 0;
  transform: translateX(100%); /* Movimento para a direita */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transição mais rápida */
}
.exemplos h2 {
  font-weight: 900;
  font-size: 85px;
  color: #fff;
  transition: opacity 2s ease;
}
.exemplos p {
  font-size: 17px;
  transition: opacity 2s ease;
}

.align-seta {
    gap: 50px;
    transition: opacity 2s ease;
    display: flex;
}

.exemplos-esquerda img {
    width: 500px;
    border-radius: 6px;
    height: 500px;
    object-fit: cover;
    transition: opacity 2s ease;
}

.exemplos-direita {
  width: 700px;
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.seta {
  transition: opacity 2s ease;
    cursor: pointer;
    font-size: 24px;
    margin-top: 10px;
    user-select: none;
}
.seta:hover{
  transition: opacity 2s ease;
  color: #007BFF;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .pre-order-box {
    background-color: var(--bg-light);
    display: grid;
    padding: 50px;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 20px #d7d7d7;
    align-content: center;
}
  .div-pattern-left {
    flex: 1;
    padding: 40px;
}
.quem-somos-2-bloco:hover {
  padding: 20px;
  background-color: #aaaaaa17;
  transition: 0.5s;
  margin-top: 100px;
  border: 2px solid #aaaaaa17;
  border-radius: 5px;
  width: 100%;
}
.div-pattern {
  height: 800px;
  padding-top: 100px;
  margin-top: -50px;
  background-color: #f0f0f0;
  display: grid
;
  align-items: center;
}
.div-pattern2 {
  height: 100%;
  display: grid
;
  align-items: center;
}
.div-pattern2-left img {
  height: 300px;
  width: 100%;
  margin-top: 300px;
  object-fit: cover;
}
.exemplos {
  display: grid
;
  align-items: center;
  padding: 40px;
  justify-content: center;
  gap: 20px;
  margin-bottom: -50px;
  color: #cdcccc;
  background: #002770;
}
.exemplos-esquerda img {
  width: 100%;
  border-radius: 6px;
  height: 300px;
  object-fit: cover;
  transition: opacity 2sease;
}
.exemplos-direita {
  width: 700px;
  display: contents;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
#video-index{
  margin-top: 50px;
}
.exemplos h2 {
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  transition: opacity 2sease;
}
  .div2-container {
    display: grid ;
;
}
.quem-somos {
  display: grid
;
  gap: 200px;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
}
.quem-somos-esquerda {
  width: 100%;
}
.quem-somos-direita {
  width: 100%;
  margin-top: -200px;
  display: none;
  flex-wrap: wrap;
  position: relative;
}
.quem-somos-2 {
  display: grid
;
  justify-content: center;
  padding: 50px;
  text-align: center;
}
.quem-somos-2-bloco {
  width: 100%;
}
.quem-somos-3 {
  text-align: left;

  padding: 40px 40px;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  display: none;
}
.fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 1000;
  display: flex
;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.card1,.card2 {
  width: 300px;
  height: 500px;}
.nav-item {
  padding: 10px;
  position: relative;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #002770;
  overflow-x: hidden !important;
}
.hero {
  height: 750px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
  display: grid;
  padding: 50px;
  
}
body.dark-mode {
  .div2-container {
      background-color: #04080f;
      color: white;
      padding: 10px 20px;
  }
}
body.dark-mode {
  .div3-container {
      padding: 40px 40px;
      background-color: #000000;
      color: #fff;
      display: grid
;
  }
}body.dark-mode {
.hero h1 {
  font-family: 'Montserrat', sans-serif;
  line-height: 70px;
  font-size: 1rem;
} }
body.dark-mode {
.div-5-contact {
  display: flex
;
  width: 100%;
  align-items: center;
  gap: 20px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-start;
  background-color: #181717;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.exemplos {
  display: grid
;
  align-items: center;
  padding: 40px;
  justify-content: center;
  gap: 20px;
  margin-bottom: -50px;
  color: #cdcccc;
  background: #002770;
}
}
.align-hero {
  width: 100%;
  margin-top: 40%;
  margin-left: 2%;
}
.floating-div .text {
  padding: 30px;
  text-align: left;
  height: 100px;
  width: 250px;
  font-size: 10px;
}
.floating-div span p{
  display: none;
}
.floating-div p{
  margin-bottom: 0px;
}
.div2-container {
  margin-bottom: -10px;
  background-color: #002770;
  color: white;
  padding: 10px 20px;
}
.div2-left h2 {
  font-size: 20px;
  font-weight: 700;
}
.div2-right {
  flex: 1;
  padding: 40px;
  margin-left: 0px;
  display: flex
;
  flex-wrap: wrap;
  gap: 15px;
}
.div3-container {
  padding: 40px 40px;
 
  display: grid
;
}
.div3-bottom {
  display: grid
;
  gap: 50px;
}
.video-div4{
  border-radius: 0px;
}
.div-5 {
  width: 100%;
  display: grid
;
  justify-content: center;
  padding: 0px;
  background-color: #f9f9f900;
  border-radius: 10px;
}
.div-5-contact {
  display: flex
;
  width: 100%;
  align-items: center;
  gap: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.div-6 h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.slider {
  position: absolute;
  cursor: pointer;
  inset: 0px;
  background-color: rgb(227 227 227);
  border: 1px solid rgb(255 255 255);
  transition: 0.4s;
  border-radius: 30px;
}
.navbar-toggler {
  margin-top: 40px;}
.navbar-brand {
  margin-top: 30px;
  margin-left: 1%;
}.switch-container {
  position: relative;
  top: 10px;
  right: 91px;
  justify-content: flex-end;
  display: flex
;
  z-index: 9999;
}
.div2-left {
  flex: 1;
  padding: 40px;
  width: 100%;
}
.quem-somos-esquerda h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.div-5-contact-text p{
  font-size: 12px;
}
.div3-box {
  background-image: url(https://via.placeholder.com/300x200);
  background-size: cover;
  background-position: center;
  width:100%;
  height: 200px;}
.div2-box {
  border: 2px solid #001a3383;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  transition: background 0.3s ease-in-out;
}
#pc {
  display: flex
;
  right: 80px;
  position: relative;
  top: 0px;
}
.nav-link .contact{
  display: none;
}

#mobile{
 
    position: relative;
    top: -10px;
    right: 0px;
    bottom: 20px;
    justify-content: left;
    display: flex
;
    z-index: 9999;
}
.tooltip-text {
  display: flex
;
  position: absolute;
  line-height: 9px;
  top: 29%;
  left: 4%;
  transform: translateX(-50%);
  font-weight: 700;
  color: rgb(24 71 141);
  background-color: #ffffff00;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
  scale: (1);
  z-index: 1000;
  opacity: 1;
  animation: pop 0.3sease forwards;
  transform: scale(0.8);
  transition: opacity 0.2sease, transform 0.2sease;
}
#align-right {
  width: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex
;
  width: 100%;
  background-color: #ffffff;
  flex-wrap: inherit;
  align-items: center;
  border-radius: 0px;}
.floating-div img {
  cursor: pointer;
  width: 100px;
  height: 100px;}
  .hero h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-size: 2.5rem;
}
.overlay1{
  display: none;
}}
@media (min-width: 1200px) {
    .d-lg-none {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: center !important;
    }
}