/*----GERAL----*/

html, body {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px; /* ajuste conforme a altura do seu menu fixo */
}

* {
  box-sizing: border-box;
}


/*----HEADER----*/

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 60px;
    background-color: white; /* Pode ajustar essa cor */
    box-sizing: border-box;
}

nav {
  background-color: inherit;
}

header nav ul li a.nav-link {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
}

header nav ul li {
    margin-left: 7px;
}

.color {
  color: rgb(0, 153, 255);
}

/*----PRINCIPAL---*/
.hero-section {
    background: #001928;
    position: relative;
    color: white;
    z-index: 1;
    border-bottom: 10px solid #001928;
    padding-top: 50px;
  }
  
  .carousel-inner {
    height: 70vh;
  }
  
  .carousel-item {
    height: 100%;
    align-items: center;
    justify-content: center;
  }

.informativo {
  font-size: 27px;
}

.informativo i {
  color: rgb(0, 153, 255);
}

.carousel-item p span{
  color: rgb(0, 153, 255);
}

#info-topo {
  font-size: 24px;
}

#info-mid {
  font-weight: 600;
}

.coluna-esquerda {
  margin-left: 160px;
  margin-bottom: 150px;
}

.img-tam {
  max-height: 400px;
}

.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #001928;
    --bs-btn-border-color: #001928;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #192d3c;
    --bs-btn-hover-border-color: #192d3c;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001928;
    --bs-btn-active-border-color: #001928;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #001928;
    --bs-btn-disabled-border-color: #001928;
}

/*-----SOBRE-----*/
.sobre {
  margin-top: 100px;
}

.sobre h1 {
  border-bottom: 5px solid #001928;
}

.btn-outline-custom {
    --bs-btn-color: #001928;
    --bs-btn-border-color: #001928;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001928;
    --bs-btn-hover-border-color: #001928;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001928;
    --bs-btn-active-border-color: #001928;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #001928;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #001928;
    --bs-gradient: none;
}

/*-----SOLUÇÕES----*/

.solucoes {
  margin-top: 130px;
  background-color: #1d1c19;
  color: white;
}

.solucoes h2 {
  padding-top: 50px;
}

.custom-card {
  background-color: white;
  color: black;
  height: 260px;
  
  width: 100%; max-width: 22rem;
  border: 2px solid #16c4f9;
  box-shadow: 0 0.5rem 1rem rgba(22, 101, 249, 0.25);
  transition: transform 0.3s ease;
  border-radius: 1rem;
  margin-left: 0;
}

@media (min-width: 992px) {
  .custom-card {
    margin-left: 1.25rem; /* ms-5 em Bootstrap */
  }
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-icon {
  font-size: 4rem;
  color: #1680f9;
}

.card-title {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.25rem;
}

#subtitle {
  font-weight: 500;
  font-size: large;
}

/*-----PARCEIROS----*/

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 275px; /* Define uma largura fixa */
  height: 190px; /* Define uma altura fixa */
  object-fit: contain; /* Mantém a proporção da imagem */
  object-position: center;
}

.swiper-button-next {
  color: #001928;
}

/*-----NÚMEROS----*/

#align-ournumbers {
  margin-top: 10px;
}

#map-overlay {
  top: 458%;
  left: 50%;
  width: 80%;
  height: 45%;
  padding: 20px; 
  z-index: 1;
  border: 3px solid #001928;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  margin-left: 180px;
}

/*-----CONTATO-----*/

#section5 {
  background: #001928;
  background-size: cover;
  color: white;
}

/* Textos quinta seção */
#section5 h1 {
  font-size: 1.6em;
  display: inline-block;
  border-left: 4px solid white;
  padding-left: 4px;
}

#section5 p {
  margin: 0;
  padding: 15px 0 15px 0;
}

/* Links quinta seção */
#section5 .linkCustom {
  font-size: 1em;
}

#section5 .linkCustom:hover {
  text-decoration: none;
  color: rgb(0, 153, 255);
}

/* Icones quinta seção */
#section5 i {
  color: #fff;
  padding-right: 5px;
}

/* Botão quinta seção */
#section5 .btn-primary {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

/* Formulário quinta seção */
#section5 .label-radius {
  border: 2px solid #001928;
  border-radius: 20px;
  height: 40%;
}

.central-form {
  margin: 0 auto; /* Centraliza horizontalmente */
  max-width: 800px; /* Limita expansão */
  width: 100%; /* Responsivo */
   /*background-color: rgba(255, 255, 255, 0.05); opcional: leve fundo */
   /*border-radius: 10px;  opcional: bordas arredondadas */
   /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  opcional: sombra */
}

/*-----FOOTER----*/

footer {
  background-color: #1d1c19;
  color: #fff;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.5rem;
}

footer .footer-links a{
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: larger;
  font-weight: 400;
}

.espacamento-inferior {
  margin-bottom: 50px;
}

footer .footer-links a:hover{
  color: rgb(0, 153, 255);
}

#icones a {
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}

#icones a:hover {
  color: rgb(0, 153, 255);
}

/*Portifolio page*/
.background-blue {
  background: linear-gradient(to right, #001928 70%, #192d3c 30%); 
  color: white;
}

.background-white {
  background: linear-gradient(to left, #001928 70%, #192d3c 30%);
  color: white;
}

/* Media Queries
-------------------------------------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #navbarSupportedContent ul .fix-collapse {
    margin-left: 23px;
  }

  .hero-section {
    padding-top: 50px;
    margin-top: 100px;
  }

  .coluna-esquerda {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  
  .img-tam {
    width: 350px;
  }

  .button-down {
    margin-top: 100px;
  }

  #align-ournumbers {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #map-overlay {
    top: 458%;
    left: 50%;
    width: 80%;
    height: 45%;
    padding: 20px; 
    z-index: 1;
    border: 3px solid rgb(0, 153, 255);
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin-left: 45px;
  }

  .swiper-slide img {
    max-width: 80px;
  }

  .custom-card {
    margin-left: 10px; /* ms-5 em Bootstrap */
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #navbarSupportedContent ul .fix-collapse {
    margin-left: 23px;
  }

  .hero-section {
    padding-top: 50px;
    margin-top: 100px;
  }

  .coluna-esquerda {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  
  .img-tam {
    width: 350px;
  }

  #map-overlay {
    top: 458%;
    left: 50%;
    width: 80%;
    height: 45%;
    padding: 20px; 
    z-index: 1;
    border: 3px solid rgb(0, 153, 255);
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin-left: 70px;
  }

  .swiper-slide img {
    max-width: 180px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  #navbarSupportedContent ul .fix-collapse {
    margin-left: 23px;
  }

  .hero-section {
    padding-top: 20px;
    margin-top: 30px;
  }

  .coluna-esquerda {
    margin-left: 100px;
    margin-bottom: 100px;
  }
  
  .img-tam {
    width: 350px;
  }

  #map-overlay {
    top: 458%;
    left: 50%;
    width: 80%;
    height: 45%;
    padding: 20px; 
    z-index: 1;
    border: 3px solid rgb(0, 153, 255);
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin-left: 70px;
  }

  .swiper-slide img {
    max-width: 220px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  #navbarSupportedContent ul .fix-collapse {
    margin-left: 23px;
  }

  .hero-section {
    padding-top: 50px;
    margin-top: 80px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  .hero-section {
    padding-top: 50px;
    margin-top: 30px;
  }
}

/*Animations ----------------------------------*/

/* Estado inicial: invisível e um pouco abaixo */
.elemento-dinamico {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Transição suave */
}

/* Estado final: visível na posição correta */
.elemento-dinamico.aparecer {
  opacity: 1;
  transform: translateY(0);
}

.elemento-dinamico2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Transição suave */
}

/* Estado final: visível na posição correta */
.elemento-dinamico2.aparecer {
  opacity: 1;
  transform: translateY(0);
}

.elemento-dinamico3 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Transição suave */
}

/* Estado final: visível na posição correta */
.elemento-dinamico3.aparecer {
  opacity: 1;
  transform: translateX(0);
}