/* === Geral === */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #00111a;
    background-color: #f8f9fa;
    box-sizing: border-box;
    overflow-x: hidden;
}


/* === caroseu === */
.carousel-img {
    max-height: 500px; 
    object-fit: cover; 
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 20px;
    border-radius: 10px;
}


/* === Títulos Hero === */
.textoInicial1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #5295fa; 
}

.textoInicial2 {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff; 
}

.textoInicial3 {
    font-size: 2rem;
    font-weight: 500;
    color: #03609e;
}

.subTexto {
    font-size: 1.1rem;
    color: #e0d5d5; 
    max-width: 800px;
    margin: 0 auto;
}

/* === Titulo inicial  === */
.texto-inicial {
  position: relative;
  background-image: url('https://res.cloudinary.com/dksszteeu/image/upload/v1752591242/banner_inicial_p7ztxt.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.texto-inicial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit; 
  background-size: cover;
  background-position: center;
  filter: blur(8px) brightness(0.6);  
  z-index: 0;
}

.texto-inicial > * {
  position: relative;
  z-index: 1;
}


/* === Navbar === */
.navbar-nav .nav-link {
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  color: white;
}

.navbar-nav .nav-link:hover {
  color: black;
}



.custom-navbar {
  background-color: rgba(13, 110, 253, 0.85); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);   
  backdrop-filter: blur(6px);               
  -webkit-backdrop-filter: blur(6px);    
  padding: 0.8rem 2rem;                     
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);  
  transition: all 0.3s ease-in-out;           
}

/* === Botões personalizados === */
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* === Cartões de serviço === */
.card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Caso use .border-rounded separadamente */
.border-rounded {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.border-rounded:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* === stylos pagina === */
.btn-whatsapp {
  display: inline-block;
  background-color: #25d366;
  color: white;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}

.btn-whatsapp i {
  font-size: 1.3rem;
  margin-right: 8px;
}

#sobre {
    background-color: rgba(1, 30, 99, 0.3); 
    
}

.quemSomos {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* === Sessões === */
section {
    scroll-margin-top: 80px;
}

section h2 {
    font-weight: bold;
    color: #495c79;
}

/* === Responsivo Hero Text === */
@media (max-width: 768px) {
    .textoInicial1, .textoInicial2, .textoInicial3 {
        font-size: 1.8rem;
    }

    .subTexto {
        font-size: 1rem;
    }
}


/* === Botão WhatsApp === */
.button-namber {
    background-color: #25D366;
    border-radius: 16px;
    height:  35px;
}

.button-namber:hover {
    color: white;
    transition: all 0.4s ease;
}

/* === FOOTER === */

footer {
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;          
  overflow-x: hidden;    
}

footer a {
  color: #fff;
  font-size: 14px;
  transition: color 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
  text-align: center;
  margin: 0;
}

.footer-middle {
  padding-top: 2em;
  padding-bottom: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.iconInstagram:hover {
  background-color: #b0318c;
}

.social-network a.icoFacebook:hover i,
.social-network a.iconInstagram:hover i {
  color: #fff;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.social-network {
  margin-bottom: 2rem; 
  margin-top: 0.5rem;  
}


/* === footer customization navegar === */
.mainfooter ul.list-unstyled li a {
  color: #ced4da; 
  transition: color 0.3s ease; 
}


.mainfooter ul.list-unstyled li a:hover {
  color: #FA944B; 
  text-decoration: none;
}

/* === Footer Customization fale conosco === */
.footer-contact-info p {
      display: flex;
      align-items: center;
      margin-bottom: 10px; /
    }
    .footer-contact-info i {
      font-size: 1.5rem;
      margin-right: 10px; 
      color: #3a9197; 
    }

    .mainfooter {
      background-color: #212529; 
      color: #f8f9fa; 
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .mainfooter h4 {
      color: #f8f9fa;
      margin-bottom: 20px;
    }
    .mainfooter a {
      color: #ced4da; 
    }
    .mainfooter a:hover {
      color: #ffffff; 
      text-decoration: none;
    }
    .list-unstyled li {
      margin-bottom: 5px;
    }
    .social-network a.icoFacebook:hover {
      background-color:#3B5998;
    }
    .social-network a.iconInstagram:hover {
      background-color:#C13584;
    }
    .social-network a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      margin: 0 5px;
      border-radius: 50%;
      text-align: center;
      background-color: #333;
      color: #fff;
    }
    .social-network a i {
      font-size: 20px;
    }


    /* === Footer Customization Contenier === */
    .contenierFooter {
      display: flex;
     flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      padding: 20px;
      color: #f8f9fa;
    }