/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/* ===============================
   Fonts
=============================== */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* ===============================
   Global Colors
=============================== */
:root { 
  --background-color: #3DA5D1;          /* Background do site */
  --default-color: #555555;             /* Cor padrão do texto */
  --heading-color: #3DA5D1;             /* Cor de headings/subheadings */
  --accent-color: #036dda;              /* Cor de destaque (botões, links) */
  --surface-color: #ffffff;             /* Fundo de elementos box */
  --contrast-color: #ffffff;            /* Cor de contraste de texto */
}

/* ===============================
   Nav Menu Colors
=============================== */
:root {
  --nav-color: rgba(255, 255, 255, 0.8);        /* Cor padrão dos links do menu */
  --nav-hover-color: #ffffff;                  /* Hover/ativo no menu */
  --nav-mobile-background-color: #ffffff;     /* Fundo menu mobile */
  --nav-dropdown-background-color: #ffffff;   /* Fundo dropdown */
  --nav-dropdown-color: #555555;              /* Cor links dropdown */
  --nav-dropdown-hover-color: #036dda;        /* Hover links dropdown */
}

.bg-principal {
	background:#3DA5D1;
}

.color-principal {
	color:#3DA5D1;
}

/* ===============================
   Text Utilities
=============================== */
.text-primary {
  color: #3DA5D1!important;
}

/* ===============================
   Scrollbar Customization
=============================== */
body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #3DA5D1;
}

.sub-menu-info::-webkit-scrollbar {
  width: 8px;
  background: #F4F4F4;
}

.sub-menu-info::-webkit-scrollbar-thumb {
  background: #0d6efd;
}

/* ===============================
   Headings & Paragraphs
=============================== */
h1, h2, h3, h4, h5 {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}


h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter {
  text-transform: uppercase;
}

p {
	font-size: 18px;
	color: #515151;
	font-family: "Inter", sans-serif;
}

a {
	font-size: 18px;
	color: #515151;
	font-family: "Inter", sans-serif;
}

p::first-letter {
  text-transform: uppercase;
}

li {
	font-size: 18px;
	color: #515151;
	font-family: "Inter", sans-serif;
}

/* ===============================
   Horizontal Rule (hr)
=============================== */
hr {
  border: solid 2px rgba(0, 90, 191, 0.9);
  opacity: 0.9; /* corrigido de 9 para valor válido */
  max-width: 100px;
  margin-left: 0;
  margin-bottom: 32px;
}


.navbar-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    /* Visual moderno */
    background: linear-gradient(
        180deg,
        rgba(10, 10, 10, 0.92) 0%,
        rgba(10, 10, 10, 0.75) 45%,
        rgba(10, 10, 10, 0.25) 100%
		
    );

    /* Efeito glass */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    /* Borda suave */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    /* Sombra elegante */
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.25),
        0 1px 0 rgba(255, 255, 255, 0.04) inset;

    /* Transição suave */
    transition:
        background 0.3s ease,
        backdrop-filter 0.3s ease,
        box-shadow 0.3s ease;

    padding: 14px 0;
}

/* ===============================
   Mega menu (hr)
=============================== */

.mega-dropdown{
    position: static;
}

.mega-menu{
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 100%;
    border: 0;
    border-top: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 45px 0;
    background: #fff;
    margin-top: 0;
}

.mega-menu .container-fluid{
    max-width: 1700px;
}

/* ==================================================
   ITEM
================================================== */

.mega-item{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s ease;
}

.mega-item:hover{
    background: #fff;
    transform: translateY(-2px);
}

.mega-item img{
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.mega-item span{
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

/* ==================================================
   FECHAR
================================================== */

.mega-close{
    background: red;
    opacity: 1;
    padding: 12px;
    border-radius: 0;
}

/* ==================================================
   NAVBAR
================================================== */

.navbar .nav-link{
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 20px 18px !important;
}

.navbar .nav-link:hover{
    color: #0072bc;
}

/* ==================================================
   HOVER DESKTOP
================================================== */

@media(min-width:992px){

    .mega-dropdown:hover .dropdown-menu{
        display: block;
    }

    .mega-dropdown .dropdown-toggle::after{
        margin-left: 8px;
    }
}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:991px){

    .mega-menu{
        padding: 25px 15px;
    }

    .mega-item{
        gap: 14px;
    }

    .mega-item img{
        width: 45px;
        height: 45px;
    }

    .mega-item span{
        font-size: 14px;
    }

    .navbar .nav-link{
        padding: 12px 0 !important;
    }
}

/* ===============================
   Abertura Menu
=============================== */
.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: "Bebas Neue", sans-serif;
}

/* Linha animada */
.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #3DA5D1;
    transition: width 0.3s ease;
}

/* Hover do link */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #3DA5D1 !important;
}

/* Animação da linha */
.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link:focus::before {
    width: 100%;
}


/* ===============================
   Submenu Info
=============================== */
.sub-menu-info {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  min-height: 40px;
  width: 250px;
  z-index: 7;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

.sub-menu-info a {
  display: block;
  padding: 11px 28px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #3DA5D1;
}

.sub-menu-info a:hover {
  color: #fff;
  transition: all 0.6s;
}

/* ===============================
   Ajuste do Dropdown
=============================== */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -133px;
  margin-top: 0.125rem;
  min-width: 325px;
  max-height: 400px;
  width: auto;
}

.dropdown-item {
  padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #3DA5D1;
}

/*======================= Abertura WhatsApp =======================*/
.pagination .page-link{
    border: none;
    margin: 0 5px;
    border-radius: 8px;
    color: #000;
    font-weight: 600;
    padding: 10px 16px;
    transition: .3s;
}

.pagination .page-link:hover{
    background: #1F9FE5;
    color: #fff!important;
}

.pagination .page-item.active .page-link {
    background: #1F9FE5;
    color: #fff !important;
}
/* ===============================
   Form Popup - Título
=============================== */
#form-popup h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

#form-popup h3 strong {
  color: #03CC0B;
}

/* ===============================
   Form Popup - Container
=============================== */
#form-popup {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 320px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 9999;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

#form-popup.hidden {
  display: none;
}

/* ===============================
   Form Popup - Inputs
=============================== */
#form-popup input,
#form-popup select,
#form-popup textarea,
#form-popup button {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 14px;
  color: #999;
}

#form-popup::placeholder {
  color: #999;
}

#form-popup textarea {
  resize: vertical;
  min-height: 60px;
}

/* ===============================
   Form Popup - Button
=============================== */
#form-popup button {
  background: #3DA5D1;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

/* ===============================
   WhatsApp Button
=============================== */
#whatsapp-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

#whatsapp-button i {
  z-index: 2;
}

/* Glow animado moderno */
#whatsapp-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: pulse-ring 2s infinite;
  z-index: 1;
}

/* Hover */
#whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* ===============================
   Pulse Animation
=============================== */
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* ===============================
   WhatsApp Buttons Container
=============================== */
.whatsapp-buttons {
  position: fixed;
  bottom: 5%;
  left: 2%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* ===============================
   Botão do WhatsApp - Geral
=============================== */
.whatsapp-button {
  width: 65px;
  aspect-ratio: 1;
  background-color: #25d366; /* Cor padrão do WhatsApp */
  color: white;
  font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  position: relative;
  animation: pulse 1.5s infinite;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}

.whatsapp-button i {
  margin: 0;
}

/* Texto de identificação (ex: SP ou BH) */
.whatsapp-button span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(15, 42, 76, 0.7);
  color: white;
  font-size: 0.7em;
  padding: 1px 8px;
  border-radius: 16px 5px 14px 5px;
  margin: -8px -21px;
}

/* Container de múltiplos botões do WhatsApp */
.whatsapp-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whatsapp-buttons a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 30px;
}

.whatsapp-buttons .fa {
  color: #fff !important;
}

/* ===============================
   Animação de pulso
=============================== */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* ===============================
   Botão SEO
=============================== */
.btn-seo {
  background: #03CC0B;
  color: #fff !important;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px 27px !important;
  border-radius: 5px;
}

.btn-seo .fa {
  background: #03CC0B;
  color: #fff !important;
  border: 0;
  box-shadow: none;
}

/*======================= Back to Top Button (Modern) =======================*/
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 996;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    border-radius: 50%;

    background: rgba(0, 90, 191, 0.85);
    backdrop-filter: blur(10px);

    color: #fff;
    font-size: 22px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);

    transition: all 0.35s ease;
}

/* Ícone */
.back-to-top i {
    pointer-events: none;
}

/* Estado ativo */
.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Hover com efeito moderno */
.back-to-top:hover {
    background: linear-gradient(135deg, #3DA5D1, #00A3FF);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 90, 191, 0.4);
}

/* Clique (feedback) */
.back-to-top:active {
    transform: scale(0.95);
}

/* Suporte a modo escuro */
@media (prefers-color-scheme: dark) {
    .back-to-top {
        background: rgba(255, 255, 255, 0.1);
        color: #000;
    }

    .back-to-top:hover {
        background: linear-gradient(135deg, #1e90ff, #00c6ff);
		color: #fff;
    }
}

/* Acessibilidade: reduzir animação */
@media (prefers-reduced-motion: reduce) {
    .back-to-top {
        transition: none;
    }
}
/* =========================
   BREADCRUMB / CAMINHO
========================= */
#caminho {
    background: #00598D;
    padding: 20px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Remove espaçamento padrão */
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

/* Links */
.breadcrumb a {
    display: flex;
    align-items: center;
    gap: 6px;

    color: #bbb;
    font-weight: 500;
    text-decoration: none;

    transition: all 0.25s ease;
}

/* Hover moderno */
.breadcrumb a:hover {
    color: #fff; /* cor principal */
    transform: translateY(-1px);
}

/* Ícones */
.breadcrumb i {
    font-size: 14px;
    color: #fff;
}

/* Separador */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}

/* Item ativo */
.breadcrumb-item.active {
    color: #bbb !important;
    font-weight: 600;
}


/* =========================
   RESPONSIVO
========================= */
@media (max-width: 576px) {
    #caminho {
        padding: 14px 10px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .breadcrumb a span {
        display: none; /* mostra só o ícone no mobile */
    }
}


/* =========================
   SLIDER
========================= */
.slider-wrapper {
    padding: 10px;
    border-radius: 16px;
    overflow: hidden;
}


/* =========================
   TITULOS DE SECTION
========================= */
section h2 {
    font-size: 2rem;
    letter-spacing: -0.5px;
}


/*<!--=======================// Fechamento Caminho //=======================-->*/

/*======================= Abertura Galeria =======================*/
/* =========================
   GALERIA
========================= */
#galeria {
    padding-bottom: 50px;
}

#galeria h1 {
    padding-top: 50px;
    color: #333;
}

#galeria h1 span {
    padding-top: 50px;
    color: #3DA5D1;
}

#galeria button {
    padding: 13px;
    border: 0;
    background: #111;
    color: #fff;
}

/* Modal */
.modal-body {
    text-align: center !important;
}



/* Estilo padrão dos botões */
#galeria .btn-filter {
    cursor: pointer;

    padding: 10px 20px;
    border-radius: 50px;

    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;

    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover */
#galeria .btn-filter:hover {
    background-color: #e0e0e0;
}

/* Botão ativo */
#galeria .btn-filter.active {
    background-color: #0d6efd; /* azul */
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

/* =========================
   FILTROS
========================= */



/* =========================
   CARDS DA GALERIA
========================= */
.gallery-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

/* Overlay */
.gallery-card .overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 90, 191, 0.6);
    opacity: 0;

    transition: 0.3s;
}

.gallery-card .overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Hover */
.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .overlay {
    opacity: 1;
}


/* =========================
   PROJECTS / CARDS
========================= */
.projects-section {
    
}

.projects-title {
    margin-bottom: 20px;
    color: #1A1A1A;
    font-weight: 600;
}

.project-card {
    position: relative;
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Faixa lateral */
.project-card::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 40px;
    height: 100%;

    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}


/* =========================
   CAROUSEL
========================= */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0);
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: rgba(0, 90, 191, 0.9);
}


/* =========================
   ACCORDION
========================= */
.accordion {
    max-width: 700px;
    font-family: "Poppins", sans-serif;
}

.accordion-button {
    color: #2D424C !important;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: rgba(22, 46, 56, 0.9);
    box-shadow: inset 0 -1px 0 rgba(10, 35, 45, 0.95);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/*======================= Fechamento Galeria =======================*/
/* =========================
   DIFERENCIAIS SUPERIOR
========================= */
.dife-superior {
    padding-bottom: 50px;
}

.dife-superior .card {
    border: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.30);
}

.dife-superior .card-body {
    background-color: #111;
}

.dife-superior .card-title a {
    color: #fff;
    font-size: 18px;
}


/* =========================
   SOBRE HOME
========================= */
.sobre-home h1 {
    font-size: 20px;
}

.sobre-home h1 strong {
    font-size: 32px;
    color: var(--heading-color);
}

/* ⚠️ CORREÇÃO IMPORTANTE AQUI */
.sobre-home p,
.sobre-home a {
    color: #999;
    font-size: 18px;
}

.sobre-home li,
.sobre-home li a {
    color: #999;
    font-size: 18px;
}


/* =========================
   ERROR
========================= */
.error-box .bi {
    color: red;
}

/*======================= Slider Logos =======================*/
/* =========================
   LOGOS / MARCAS
========================= */
#logos {}

#logos .section-padding {
    padding: 17px 0;
}

#logos .brand-carousel {}

#logos .owl-dots {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1%;
}

#logos .owl-dot {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;

    margin: 0 5px;
    border-radius: 50%;

    background-color: #878787 !important;
    opacity: 0.8;
}

#logos .owl-dot.active {
    background-color: #3DA5D1 !important;
}

#logos .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    margin: 0 auto;
}


/* =========================
   FAQ
========================= */
.faq {}

.faq hr {
    float: left;
    width: 200px;
}

.faq .accordion {
    padding-top: 50px;
}


/* =========================
   SERVIÇOS - CAROUSEL
========================= */
.servicos-cards {
    padding: 50px;
}

.servicos-cards h4 {
    text-align: center;
    color: var(--heading-color);
}

.servicos-cards hr {
    max-width: 100px;
    margin: 0 auto;

    border: 2px solid rgba(0, 90, 191, 0.9);
    opacity: 1; /* corrigido (era 9) */
}

.servicos-cards .carousel {
    padding-top: 30px;
}


/* CARD GERAL */
.servico-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}

/* CARD HOVER - LEVE ELEVAÇÃO */
.servico-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* IMAGEM COM ZOOM SUAVE */
.servico-card .position-relative img {
    transition: transform 0.5s ease;
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.servico-card:hover .position-relative img {
    transform: scale(1.1);
}

/* OVERLAY BRILHANTE */
.servico-card .overlay { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.4s ease;
}

.servico-card:hover .overlay {
    background: rgba(0, 0, 0, 0.35);
}

/* ICONE E TEXTO ANIMADOS */
.servico-card .card-body i {
    transition: transform 0.4s ease, color 0.4s ease;
}

.servico-card:hover .card-body i {
    transform: scale(1.2) rotate(10deg);
    color: #003F8F; /* Tom mais escuro do azul */
}

.servico-card .card-body h5 {
    transition: color 0.4s ease;
}

.servico-card:hover .card-body h5 {
    color: #3DA5D1;
}


/* =========================
   CTA (CALL TO ACTION)
========================= */
#cta {
    position: relative;
    padding: 106px 0;

    font-size: 16px;
    color: #fff;
    text-align: left;

    background-size: cover;
    /* background: linear-gradient(...), url(...) fixed center center; */
}

#cta strong {
    font-size: 22px;
}

#cta .btn {
    width: auto;
    padding: 10px 44px;

    background: #fff;
    border: 0;
}


/* Inputs */
#cta input,
#cta select,
#cta textarea {
    width: 100%;
    height: 44px;

    padding: 4px 9px;
    margin-right: 8px;

    font-size: 14px;

    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

#cta input::placeholder,
#cta textarea::placeholder {
    color: #999;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
}

#cta select {
    margin-bottom: 16px;
    color: #777;
    font-family: "Heebo", sans-serif;
}

#cta textarea {
    min-height: 180px;
    padding: 12px;

    color: #000;
    border-bottom: 1px solid #003056;
}


/* Botão */
#cta button {
    width: 230px;
    height: 50px;

    margin-top: 10px;
    margin-left: 12px;

    border: 0;
    border-radius: 16px;

    background: #3DA5D1 !important;
    color: #fff !important;

    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;

    outline: none;
}


/* Formulário */
.formulario-cta {
    padding: 44px 29px;
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.5);
}

.formulario-cta h5 {
    margin-bottom: 50px;

    font-size: 32px;
    text-align: center;
    text-transform: uppercase;

    color: var(--heading-color);
}


/* Contatos */
.contatos-cta h4 {
    margin-top: 51px;
    margin-bottom: 50px;

    font-size: 34px;
    font-weight: 600;
    font-family: "Arial", serif;

    color: #fff;
}

.contatos-cta p,
.contatos-cta a {
    color: #fff;
}


/* =========================
   CTA 2
========================= */
#cta2 {
    position: relative;
    padding: 106px 0;
    text-align: center;

    font-size: 16px;
    color: #fff;

    background: linear-gradient(
            rgba(40, 58, 90, 0.3),
            rgba(0, 0, 0, 0.5)
        ),
        url(../image/cta.jpg) fixed center center;
    background-size: cover;
}

#cta2 strong {
    font-size: 22px;
}

#cta2 .btn {
    width: auto;
    padding: 10px 44px;
    background: #fff;
    border: 0;
}


/* =========================
   FORMULÁRIO CTA
========================= */
.cta-formulario {}

.cta-formulario span {
    color: #717171;
}

.cta-formulario h4 {
    color: #000;
}

.bg-contatos {
    background: #00598D;
	font-family: "Inter", sans-serif;
}

.texto-color {
    color: #fff!important;
	font-size: 18px!important;
}


/* =========================
   REDES SOCIAIS
========================= */
.jssocials-shares {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    text-align: center;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-shares p {
    font-size: 12px;
    margin: 11px 0 0 0;
    color: #444;
    font-weight: bold;
}

.jssocials-share-link {
    padding: 0.5em 0.6em;
    color: #fff !important;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover {
    color: #fff;
}

/* WhatsApp */
.jssocials-share-whatsapp .jssocials-share-link {
    background: #25D366;
    border-radius: 5px;
    padding: 8px 10.5px;
}

/* LinkedIn */
.jssocials-share-linkdin .jssocials-share-link {
    background: #0077B0;
    border-radius: 5px;
    padding: 8px 10.5px;
}

/* Facebook */
.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
    border-radius: 5px;
    padding: 8px 10.5px;
}

/* Instagram */
.jssocials-share-instagram .jssocials-share-link {
    background: url(../image/bg-insta.png);
    background-size: cover;
    border-radius: 5px;
    padding: 8px 10.5px;
}

/* =========================
   CTA FOOTER
========================= */
.cta-footer {
    background: #212529;
    font-family: "Poppins", sans-serif;
    padding: 22px;
    text-align: center;
}

/* =========================
   TITULO E TEXTO
========================= */
.cta-footer h5 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600 !important;
    color: #fff;
    text-align: left;
}

.cta-footer p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* =========================
   BOTÃO
========================= */
.cta-footer .btn {
    position: relative;
    overflow: hidden;

    padding: 1.5rem 1.5rem;
    border: none;
    border-radius: 4px;

    background-color: #3DA5D1 !important;
    transition: all 0.3s ease;
}

/* Hover suave */
.cta-footer .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(47, 160, 170, 0.35);
}

/* Brilho sutil */
.cta-footer .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: 0.6s;
}

.cta-footer .btn:hover::after {
    left: 100%;
}

/* =========================
   ICONE E POINTE
========================= */
.cta-footer .icone {
    width: 40px;
    height: 70px;
    border: 2px solid #3DA5D1;
    border-radius: 8px;
}

.pointe {
    width: 8px;
    height: 8px;
    background-color: #3DA5D1;
    border-radius: 50%;
}

/*<!--=======================// Abertura Footer //=======================-->*/
/* =========================
   FOOTER
========================= */
footer {
    background-color: #00598D;
    color: #fff;
    padding: 20px 0 0 0;
    font-family: "Poppins", sans-serif;
}

/* =========================
   FOOTER TOP
========================= */
.footer-top {
    padding: 50px;
}

.logo-footer {
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}

footer h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

footer h4 {
    
}

footer p,
footer a {
    font-size: 18px;
    color: #fff;
}

footer a:hover {
    color: #ddd;
    transition: color 0.3s ease-in-out;
}

/* =========================
   REDES SOCIAIS
========================= */
footer .sociais .fa-brands,
footer .sociais .fab {
    background: #fff;
    padding: 12px;
    font-size: 18px;
    margin-right: 9px;
    color: #00598D;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.30);
}

.fa-solid,
.fas {
    font-size: 16px !important;
}

/* =========================
   LISTAS
========================= */
footer ul {
    list-style: none;
    padding: 0;
}

/* =========================
   COPYRIGHT / ASSINATURA
========================= */
.copyright {
    color: #999;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
}

#assinatura {
    width: 100%;
    min-height: 50px;
    background: #fff;
}

#assinatura a {
    color: #999;
    font-size: 15px;
	font-family: "Oswald", sans-serif;
}

#assinatura strong {
    color: #00598D;
}

.assinatura-footer {
    color: #323232;
    margin: auto -15px;
}



footer .list-unstyled li a {
    position: relative;
    padding-left: 18px;
    display: inline-block;
    
}

footer .list-unstyled li a::before {
    content: "›"; /* seta estilo arrow */
    position: absolute;
    left: 0;
    color: #fff; /* cor da seta */
    font-weight: bold;
}
/* =========================
   FORMULÁRIO LATERAL
========================= */
.formulario-lateral {
    background: #3DA5D1;
    color: #fff;
    padding: 20px 0;
}

footer input {
    border: 0;
    border-radius: 4px;
    height: 38px;
    padding: 12px 15px;
    font-size: 14px;
}

footer button {
    width: 100px;
    height: 50px;
    background: #3DA5D1;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

/* =========================
   CONTATO / FOOTER CONTACT
========================= */
.footer-contact {
    padding: 46px 31px;
}

.footer-contact p {
    text-align: left;
    font-family: "Inter", sans-serif;
}

.footer-contact a {
    text-align: left;
    font-family: "Inter", sans-serif;
}

/*======================= Formularios =======================*/
/* =========================
   INPUTS GLOBAIS
========================= */
input,
select,
textarea {
    width: 100%;
    margin-bottom: 15px;
    overflow: visible;
    outline: none;
}

/* =========================
   FORMULÁRIO DE CONTATO
========================= */
#formulario-contato {
    text-align: left;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

#formulario-contato span {
    color: #2D2D2D;
    text-align: left;
    padding-bottom: 10px;
}

#formulario-contato input,
#formulario-contato select,
#formulario-contato textarea {
    width: 100%;
    padding: 4px 9px;
    border: 1px solid #3DA5D1;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

#formulario-contato input {
    height: 35px;
}

#formulario-contato select {
    height: 44px;
    margin-bottom: 20px;
}

#formulario-contato textarea {
    min-height: 180px;
    color: #000;
}

#formulario-contato input::placeholder,
#formulario-contato textarea::placeholder {
    color: #999;
}

#formulario-contato button {
    width: 200px;
    height: 40px;
    background: #3DA5D1;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

#formulario-contato strong {
    color: red;
}

.check {
    max-width: 50px;
}

/* =========================
   CTA FULL
========================= */
.cta-full {
    position: relative;
    width: 100%;
    padding: 70px 20px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(0,0,0,0.75), rgba(0,0,0,0.9)),
        url("../image/cta2.webp") center/cover no-repeat;
    overflow: hidden;
}

/* Efeito decorativo */
.cta-full::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none; /* evita interferência em cliques */
}

/* Ícone CTA */
.icone-cta {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #fff;

    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;

    transition: transform 0.3s ease;
}

.icone-cta:hover {
    transform: scale(1.05) rotate(-5deg);
}

/* Título e subtítulo */
.cta-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0; /* evita espaçamento inesperado */
}

.cta-subtitle {
    font-size: 17px;
    opacity: 0.9;
    margin: 0; /* evita espaçamento padrão do h/p */
}

/* Botão CTA full */
.btn-cta-full {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;

    background: #fff;
    color: #3DA5D1;
    transition: all 0.3s ease;
}

.btn-cta-full:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    color: #3DA5D1;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 768px) {
    .cta-title {
        font-size: 22px;
    }

    .icone-cta {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}
/*======================= Cookies =======================*/
/* =========================
   COOKIE BAR
========================= */


.cookie-actions {
	
}

.coomary {
    background: #003149;

}
#pjAcceptCookieBar {
    background: #3DA5D1 !important;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn {}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:after {
    border-bottom: 4px solid #14428d;
    background: rgba(20, 66, 141, 0.3);
}

/* =========================
   DEPOIMENTOS / CAROUSEL
========================= */
#depoimentos .carousel-control-next {
    width: 3%;
    height: 15%;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
}

#depoimentos .card {
    width: 18rem;
    border: 0;
}

#depoimentos .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* =========================
   TEAM / EQUIPE
========================= */
.team .member {
    position: relative;
    height: 100%;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.team .member:hover {
    transform: translateY(-10px);
}

/* Foto do membro */
.team .member .pic {
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

/* Informações do membro */
.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #37517e;
}

.team .member span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}

.team .member span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

/* Redes sociais */
.team .member .social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 57px;
    margin-top: 12px;
}

.team .member .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #eff2f8;
    transition: ease-in-out 0.3s;
}

.team .member .social a i {
    font-size: 16px !important;
    color: #37517e;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #47b2e4;
}

.team .member .social a:hover i {
    color: #fff;
}

.team .member .social a + a {
    margin-left: 8px;
}

/*<!--=======================// Fechamento Depoimentos //=======================-->*/
/*<!--=======================// Abertura Carousel Logos //=======================-->*/
/* =========================
   CAROUSEL LOGOS
========================= */
#carousel-logos .carousel-caption {
    bottom: 90px;
}

#carousel-logos .carousel-item {
    height: auto;
}

#carousel-logos .logos {
    width: 100%;
    height: 120px;
}

#arrow-left,
#arrow-right {
    width: 50px;
    height: 50px;
    margin-top: 50px;
    background: #000;
}

/* =========================
   LINKS GERAIS
========================= */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* =========================
   MENU LATERAL
========================= */
#menu-lateral .btn {
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#menu-lateral .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#menu-lateral .btn-success {
    background: #25D366;
    border: none;
}

#menu-lateral .btn-success:hover {
    background: #1ebe5d;
}

#menu-lateral .list-group-item {
    font-size: 0.95rem;
    color: #444;
    transition: 0.2s;
}

#menu-lateral .list-group-item:hover {
    color: #d40000;
    padding-left: 5px;
}

#menu-lateral .btn-custom {
    background: #3DA5D1;
    color: #fff !important;
}

.sublateral {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}


.menu-item.active, .submenu-item.active {
    color: #2aa7df !important;
    font-weight: bold;
    background: #f5f9fc;
}
/* =========================
   IMAGENS CTA / SEO
========================= */
.img-cta {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}

.img-seo {
    width: 100%;
    display: block;
    transition: 0.3s;
}

/* Hover leve na imagem */
.img-cta:hover .img-seo {
    filter: brightness(0.85);
}

/* =========================
   BOTÃO FIXO NA BASE
========================= */
.cta-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    text-align: center;
    padding: 16px;

    font-size: 18px;
    font-weight: 600;

    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover */
.cta-bottom:hover {
    background: linear-gradient(135deg, #16a34a, #15803d);
    letter-spacing: 0.5px;
    color: #fff;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 768px) {
    .cta-bottom {
        font-size: 16px;
        padding: 14px;
    }
}

/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER TOPO //=======================-->*/
/* =========================
   TOPO / CONTATOS
========================= */
.contatos-topo a {
    color: #fff;
    text-decoration: none;
}

.topbar {
    width: 100%;
    min-height: 50px;
    background-color: var(--background-color);
    line-height: 44px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.topbar a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}


.background-topo {
    background: #fff;
    z-index: 999;
}

/* Ícones */
.contatos-topo .fa {
    padding: 1px;
    font-size: 14px;
    margin-left: 10px;
}

.sociais .fa-brands,
.fab {
    padding: 13px;
    font-size: 14px;
}

/* =========================
   FOOTER LINKS
========================= */
.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/
/* =========================
   HOME
========================= */
#home {}

#home h1 {
	
}

#home h2 {

}

#home .card-body h2 {
	font-size: 18px;
}

#home p {
    color: #767676;
    font-size: 16px;
}

#home p strong {
    color: #3DA5D1;
}

#home li {
    color: #767676;
    font-size: 16px;
}

/* =========================
   SEÇÃO NÚMEROS / STATS
========================= */
.numeros {
    width: 100%;
    margin-top: 50px;
    float: left;
    background: #FFFFFF;
}

.numeros .col-lg-2 {
    min-width: 252px;
}

.number {
    background: #01005E;
    padding: 50px;
}

.number p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.number h4 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 900;
}

.numeros h4 {
    color: #01005E;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 24px;
    padding-left: 14px;
}

.numeros .card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease;
    padding: 36px 10px !important;
    background: none;
}

.numeros .card:hover {
    transform: scale(1.02);
}

.numeros span {
    position: absolute;
    top: 29px;
    margin-left: 11%;
    font-size: 42px;
    font-weight: 900;
    color: var(--heading-color);
}

.numeros .counter {
    font-size: 2.5rem;
    color: var(--heading-color);
    font-weight: 900;
    font-family: "Inter", sans-serif;
}

.numeros .label {
    font-size: 17px;
    color: var(--heading-color);
    font-family: "Jost", sans-serif;
}

.numeros .col-md-4 {
    max-width: 302px;
}

.numeros .col-md-2 {
    width: 244px;
}

.ratio {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.ratio iframe {
	min-height: 600px;
}


.fullscreen-controls-always-on .fullscreen-action-menu {
	display: none!important;  
}



/* =========================
   TOPBAR
========================= */


.ctnew {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("../image/cta.webp") center/cover no-repeat;
}

/* camada preta transparente por cima */
.ctnew::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* ajuste aqui a transparência */
  z-index: 1;
}

/* garante que o conteúdo fique acima do overlay */
.ctnew > * {
  position: relative;
  z-index: 2;
}

.ctnew .container {
  position: relative;
  z-index: 2;
}

.ctnew .btn-custom {
  background: #2ea8df;
  border: none;
  padding: 10px 20px;
}

.ctnew .btn-custom:hover {
  background: #1d86b8;
}





.ctnew2 {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("../image/cta4.webp") center/cover no-repeat;
}

/* camada preta transparente por cima */
.ctnew2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* ajuste aqui a transparência */
  z-index: 1;
}




.pilares-section{
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.subtitulo{
    display: inline-block;
    color: #43A5D5;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-family: "Inter", sans-serif;
}

.titulo-section {
    font-size: 52px;
    font-weight: 700;
    color: #00558B;
    text-transform: uppercase;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.pilar-card{
    background: #fff;
    padding: 45px 35px;
    border-radius: 10px;
    transition: .4s ease;
    box-shadow: 0 5px 25px rgba(0,0,0,.05);
    border-bottom: 4px solid transparent;
}

.pilar-card:hover{
    transform: translateY(-8px);
    border-color: #43A5D5;
}

.icone-pilar{
    width: 80px;
    height: 80px;
    background: rgba(67,165,213,.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icone-pilar i{
    font-size: 34px;
    color: #00558B;
}

.pilar-card h3 {
    font-size: 30px;
    font-weight: 500;
    color: #00558B;
    margin-bottom: 20px;
	font-family: "Inter", sans-serif;
}

.pilar-card p{
    color: #555;
    line-height: 1.9;
    font-size: 16px;
    margin: 0;
}

/* RESPONSIVO */
@media(max-width:991px){

    .titulo-section{
        font-size: 38px;
    }

    .pilar-card{
        padding: 35px 25px;
    }

}


/* garante que o conteúdo fique acima do overlay */
.ctnew2 > * {
  position: relative;
  z-index: 2;
}

.ctnew2 .container {
  position: relative;
  z-index: 2;
}

.ctnew2 .btn-custom {
    background: #2ea8df;
    border: none;
    padding: 14px 46px;
    border-radius: 31px;
}

.ctnew2 .btn-custom:hover {
  background: #1d86b8;
}


.img-sob {
    width: 100%;
    height: 443px;
    object-fit: cover;
}

.btn-custom {
    background: #2ea8df;
    border: none;
    padding: 14px 46px;
    border-radius: 31px;
}


.btn-custom:hover {
  background: #1d86b8;
}


.icon-box {
    min-width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #3DA5D1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 183, 255, 0.25);
    transition: .3s ease;
}


.icon-box i {
    color: #fff;
    font-size: 28px;
}

.diferencial-item:hover .icon-box {
    transform: translateY(-5px) scale(1.05);
}

.superiores h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.superiores p {
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

@media(max-width:991px){

    .diferencial-item{
        flex-direction: column;
    }

    .icon-box{
        margin-bottom: 20px;
    }

    .superiores h2{
        font-size: 22px;
    }
}

/* =========================
   Produtos
========================= */
.product-card {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 20px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.product-card img {
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.product-card p {
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    color: #000;
    margin-bottom: 21px;
}

.product-card:hover {
  border-color: #2ea8df;
  transform: translateY(-5px);
}



.product-card .btn {
    color: #fff !important;
    border: solid 1px #3DA5D1;
    padding: 10px 33px;
    border-radius: 0;
    transition: 0.3s;
    background: #1f9fe5;
}

.product-card .btn:hover {
    background: #3DA5D1 !important;
    color: #fff !important;
}


/* =========================
   TOPBAR
========================= */
.topbar {
    background: #111;
    color: #ccc;
    font-size: 0.9rem;
}

.topbar a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.topbar a:hover {
    color: #fff;
}

/* WhatsApp destaque */
.destaque-whats {
    color: #25D366 !important;
    font-weight: 600;
}

/* =========================
   REDES SOCIAIS
========================= */
.social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #222;
    color: #fff;
    transition: 0.3s;
}

.social-icon:hover {
    background: #d40000;
    transform: translateY(-2px);
}

/* =========================
   NAVBAR
========================= */
.navbar {
    transition: all 0.3s ease;
}

.navbar .btn-danger {
    background: #d40000;
    border: none;
}

.navbar .btn-danger:hover {
    background: #a80000;
}

/* =========================
   LOGO
========================= */
.logo {
    max-height: 69px;
    padding: 1px;
    max-width: 220px;
}

/* =========================
   CAROUSEL ITEM
========================= */
.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* =========================
   HERO / BANNER
========================= */
#banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;

    background:
        linear-gradient(120deg, rgba(0,0,0,0.75), rgba(0,0,0,0.9)),
        url("../image/banner/banner.webp") center/cover no-repeat;
}

/* Glow sutil */
#banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,59,59,0.2), transparent 40%);
}

/* Conteúdo do banner */
.banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

/* Título */
#banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
}

#banner h1 span {
    color: #3DA5D1; /* azul da marca */
}

/* Texto */
#banner p {
    color: #ddd;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 35px;
	font-family: "Inter", sans-serif;
}


/* =========================
   HERO / MINI BANNER
========================= */
#mini-banner {
	width: 100%;
	min-height: 200px;
	padding-bottom: 50px;
	background:
        linear-gradient(120deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url("../image/banner/banner.webp") center/cover no-repeat;
}

/* Conteúdo do banner */
#mini-banner .banner-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 20px;
    font-family: "Montserrat", sans-serif;

    display: flex;
    justify-content: flex-start; /* esquerda */
}

/* Título */
#mini-banner h1 {
    position: relative;
    color: rgba(255,255,255,0.9);
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 80px;
    font-family: "Poppins", sans-serif;

    padding-left: 30px; /* espaço da barra */
    text-align: left;
}

/* Barra lateral */
#mini-banner h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: #3DA5D1;
    border-radius: 20px;
}

/* Destaque */
#mini-banner h1 span {
    color: #3DA5D1;
    font-weight: 600;
}

/* =========================
   HERO / MINI BANNER
========================= */
#mini-sobre {
	width: 100%;
	min-height: 200px;
	padding-bottom: 50px;
	background:
        linear-gradient(120deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url("../image/banner/banner-sobre.webp") center/cover no-repeat;
}

/* Conteúdo do banner */
#mini-sobre .banner-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 20px;
    font-family: "Montserrat", sans-serif;

    display: flex;
    justify-content: flex-start; /* esquerda */
}

/* Título */
#mini-sobre h1 {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 80px;
    padding-left: 30px;
    text-align: left;
    font-family: "Oswald", sans-serif;
}

/* Barra lateral */
#mini-sobre h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: #3DA5D1;
    border-radius: 20px;
}

/* Destaque */
#mini-sobre h1 span {
    color: #3DA5D1;
    font-weight: 600;
}







/* =========================
   HERO / MINI BANNER
========================= */
#mini-contato {
	width: 100%;
	min-height: 200px;
	padding-bottom: 50px;
	background:
        linear-gradient(120deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url("../image/banner/banner-contato.webp") center/cover no-repeat;
}

/* Conteúdo do banner */
#mini-contato .banner-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 20px;
    font-family: "Montserrat", sans-serif;

    display: flex;
    justify-content: flex-start; /* esquerda */
}

/* Título */
#mini-contato h1 {
    position: relative;
    color: rgba(255,255,255,0.9);
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 80px;
    font-family: "Poppins", sans-serif;

    padding-left: 30px; /* espaço da barra */
    text-align: left;
}

/* Barra lateral */
#mini-contato h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: #3DA5D1;
    border-radius: 20px;
}

/* Destaque */
#mini-contato h1 span {
    color: #3DA5D1;
    font-weight: 600;
}







/* =========================
   HERO / MINI BANNER
========================= */
#mini-produtos {
	width: 100%;
	min-height: 200px;
	padding-bottom: 50px;
	background:
        linear-gradient(120deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url("../image/banner/banner-produtos.webp") center/cover no-repeat;
}

/* Conteúdo do banner */
#mini-produtos .banner-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 20px;
    font-family: "Montserrat", sans-serif;

    display: flex;
    justify-content: flex-start; /* esquerda */
}

/* Título */
#mini-produtos h1 {
    position: relative;
    color: rgba(255,255,255,0.9);
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 80px;
    font-family: "Poppins", sans-serif;

    padding-left: 30px; /* espaço da barra */
    text-align: left;
}

/* Barra lateral */
#mini-produtos h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: #3DA5D1;
    border-radius: 20px;
}

/* Destaque */
#mini-produtos h1 span {
    color: #3DA5D1;
    font-weight: 600;
}





/* =========================
   HERO / MINI BANNER
========================= */
#mini-seo {
	width: 100%;
	min-height: 200px;
	padding-bottom: 50px;
	background:
        linear-gradient(120deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url("../image/banner/banner-seo.webp") center/cover no-repeat;
}

/* Conteúdo do banner */
#mini-seo .banner-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 20px;
    font-family: "Montserrat", sans-serif;

    display: flex;
    justify-content: flex-start; /* esquerda */
}

/* Título */
#mini-seo h1 {
    position: relative;
    color: rgba(255,255,255,0.9);
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 80px;
    font-family: "Poppins", sans-serif;

    padding-left: 30px; /* espaço da barra */
    text-align: left;
}

/* Barra lateral */
#mini-seo h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: #3DA5D1;
    border-radius: 20px;
}

/* Destaque */
#mini-seo h1 span {
    color: #3DA5D1;
    font-weight: 600;
}



/* =========================
   BOTÃO MODERNO HERO
========================= */
.btn-banner {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(135deg, #3DA5D1, #3DA5D1);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;

    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
	font-family: "Montserrat", sans-serif;
}

/* Hover bonito */
.btn-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    color: #fff;
}

/* Ícone dentro do botão */
.btn-banner i {
    font-size: 18px;
}

/* =========================
   BOTÃO SAIBA MAIS
========================= */
.botao-saiba {
    background-color: var(--background-color);
    text-align: center;
    color: #fff;
    animation-name: color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    padding: 12px 34px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
}

.botao-saiba:hover {
    color: #fff;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 768px) {
    #banner h1 {
        font-size: 34px;
    }

    #banner p {
        font-size: 16px;
    }

    .btn-banner {
        padding: 12px 22px;
        font-size: 14px;
    }
}


/* =========================
   BG-SUB / SEÇÃO DE DESTAQUE
========================= */
.bg-sub {
    background: #0D0D0D;
}

.bg-sub h2 {
    color: #3DA5D1;
    font-weight: 600 !important;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}

.bg-sub p {
    font-weight: 300 !important;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #ccc !important;
}

.bg-sub .bi {
    color: #fff !important;
}

.text-success {
    color: #fff !important;
}

/* Botão warning customizado */
.btn-warning {
    color: #fff;
    background-color: rgba(0,90,191,1);
    border-color: rgba(0,90,191,1);
}

.btn-warning:hover {
    color: #000;
    background-color: rgba(0,90,191,0.8);
    border-color: rgba(0,90,191,0.8);
    transition: all 0.9s;
}

/* BG interno com padding */
.bg-sub .bg-warning {
    background-color: #3DA5D1 !important;
    padding: 40px;
}



/* =========================
   BANNER VÍDEO
========================= */
.banner-video {
    position: relative;
    width: 100%;
    height: 100vh; /* ocupa a tela toda */
    overflow: hidden;
}

/* Faz o vídeo cobrir 100% igual background-size: cover */
.banner-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* proporção 16:9 */
    min-height: 100vh;
    min-width: 177.77vh; /* garante cobertura total */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Overlay escuro opcional */
.banner-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

/* Overlay escuro elegante com blur */
.banner-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
    z-index: 1;
}

/* Texto centralizado */
.banner-video .texto {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.banner-video h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
}

.banner-video h1 span {
    color: #3DA5D1; /* azul da marca */
    font-weight: 700;
}

.banner-video h1 strong {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #ddd;
    margin-top: 10px;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 768px) {
    .banner-video {
        height: 60vh;
    }

    .banner-video h1 {
        font-size: 28px;
    }

    .banner-video h1 strong {
        font-size: 16px;
    }
}
/* =========================
   BANNER ROTATIVO
========================= */
#banner-rotativo .carousel-inner {
    max-height: 750px;
}

#banner-rotativo .carousel-item {
    min-height: 650px;
}

#banner-rotativo img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

/* CAPTION */
#banner-rotativo .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    top: 72%;
    max-height: 128px;
}

#banner-rotativo .carousel-caption h5 {
    font-size: 32px;
}

/* CONTROLES */
#banner-rotativo .carousel-control-next,
#banner-rotativo .carousel-control-prev {
    width: 40px;
    height: 60px;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
}

#banner-rotativo .carousel-dark .carousel-control-next-icon,
#banner-rotativo .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100);
}

/* INDICADORES */
#banner-rotativo .carousel-indicators {
    height: 5px;
    margin-bottom: 30px;
}

#banner-rotativo .carousel-indicators .active {
    background-color: #3DA5D1;
}

/* =========================
   ARROWS GERAIS
========================= */
.carousel-control-next,
.carousel-control-prev {
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.8);
    top: 50% !important;
}

/* =========================
   BOTÃO ORÇAMENTO
========================= */
.btn-orca {
    background: linear-gradient(135deg, #25D366, #03CC0B);
    color: #fff !important;
    padding: 0px 28px 0px 15px !important;
    border-radius: 50px;
    font-weight: 300;
    align-items: center;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}

.btn-orca:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #1ebe5d, #02b809);
}

.btn-orca:active {
    transform: scale(0.97);
}

/* =========================
   COMPARTILHE / REDES SOCIAIS
========================= */
.compartilhe {
    padding-left: 0;
}

.compartilhe a {
    padding: 0;
}

/* FACEBOOK */
.social-icon:hover:has(.fa-facebook-f) {
    background: #1877F2;
}

/* INSTAGRAM */
.social-icon:hover:has(.fa-instagram) {
    background: #E4405F;
}

/* LINKEDIN */
.social-icon:hover:has(.fa-linkedin-in) {
    background: #0A66C2;
}

/* TIKTOK */
.social-icon:hover:has(.fa-tiktok) {
    background: #000000;
}

/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/
/* =========================
   SOBRE NÓS
========================= */
#sobre-nos {
    padding: 50px 0;
	background: #F9FCFD;
}

#sobre-nos h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #3DA5D1;
}

#sobre-nos h2 {
    font-size: 30px;
}

#sobre-nos h3 {
    font-size: 28px;
}

#sobre-nos h4 {
    font-size: 22px;
}

#sobre-nos p {
    /* estilos específicos podem ser adicionados aqui */
}

#sobre-nos a {
    /* estilos específicos podem ser adicionados aqui */
}

#sobre-nos a:hover {
    /* estilos de hover podem ser adicionados aqui */
}

.produto-card{
    border: 1px solid #ddd;
    transition: .3s ease;
    background: #fff;
}

.produto-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.produto-card.destaque{
    border: 2px solid #2b9fe8;
}

.produto-img{
    max-height: 320px;
    object-fit: contain;
}

.produto-card h5{
    font-size: 20px;
    color: #000;
    min-height: 60px;
}

.produto-card .btn{
    background: #1f9fe5;
    border: none;
    border-radius: 4px;
}

.produto-card .btn:hover{
    background: #0f7fc0;
}

/* =========================
   SECTION
========================= */
.sobre-section {
    padding: 13px;
    background: linear-gradient(135deg, #ffffff, #f4f9fb);
    margin-bottom: 50px;
}

/* =========================
   IMAGEM
========================= */
.sobre-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.sobre-img img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
}

.sobre-img:hover img {
    transform: scale(1.05);
}

/* =========================
   TEXTO
========================= */
.sobre-content h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f2937;
}

.sobre-content p {
    color: #6b7280;
    font-size: 1.05rem;
    margin-bottom: 18px;
    line-height: 1.7;
}

/* =========================
   TAG
========================= */
.sobre-tag {
    display: inline-block;
    background: rgba(0, 90, 191, 0.8);
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* =========================
   DESTAQUE
========================= */
.sobre-destaque {
    margin-top: 25px;
    font-weight: 600;
    color: #313131;
    letter-spacing: 1px;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 991px) {
    .sobre-section {
        padding: 60px 0;
    }

    .sobre-content {
        margin-top: 30px;
    }
}


/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#enviado {
	background: #F9FCFD;
}

#enviado h1 {
	font-size: 32px;
}

#enviado h2 {
	font-size: 30px;
}

#enviado h3 {
	font-size: 28px;
}

#enviado h4 {
	font-size: 22px;
}

#enviado p {
	
}

#enviado a {
	
}

#enviado a:hover {
	
}



/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

#servicos{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
	background: #F9FCFD;
}


#servicos h1 {
	font-size: 32px;
	margin-bottom: 20px;
	color:#3DA5D1;
}

#servicos h2 {
	font-size: 30px;
}

#servicos h3 {
	font-size: 28px;
}

#servicos h4 {
	font-size: 22px;
}

#servicos p {
	
}

#servicos a {
	
}

#servicos a:hover {
	
}

#servicos hr {
    margin: 50px 50px;
}


/* =========================
   VANTAGENS
========================= */
.vantagens-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff, #f4f9fb);
}

.section-header h2 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #1f2937;
}

.section-header p {
    color: #6b7280;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.vantagem-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.vantagem-card i {
    font-size: 2rem;
    color: #3DA5D1;
    margin-bottom: 20px;
}

.vantagem-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3DA5D1;
}

.vantagem-card p {
    font-size: 0.95rem;
    color: #717171;
}

.vantagem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

/* =========================
   CONTATO
========================= */
#contato {
    padding: 50px;
	background: #F9FCFD;
}

#contato h1 {
    font-size: 32px;
    color: #3DA5D1;
}

#contato h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #3DA5D1;
}

#contato h3 {
    font-size: 28px;
}

#contato h4 {
    font-size: 22px;
}

#contato p,
#contato a {
    color: #000;
}

#contato a:hover {
    /* hover pode ser adicionado aqui */
}

#contato .fa-brands {
    color: #3DA5D1;
}

.contatos .fa-solid,
.fas {
    color: #3DA5D1;    
}

#contato iframe {
    width: 100% !important;
}

#contato b,
#contato span strong {
    color: red;
}

#contato button {
    color: #fff;
    background-color: rgba(13, 98, 194, 1);
    border-color: rgba(13, 98, 194, 1);
    width: 200px;
    height: 50px;
    border: 0;
    border-radius: 50px;
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

#contato input,
#contato select {
    overflow: visible;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    height: 45px;
}

#contato textarea {
    overflow: visible;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    min-height: 145px;
}


.mapa iframe {
	width: 100%;
	height: 450px;
}
/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/
/* =========================
   PÁGINAS SEO
========================= */
#paginas-seo {
    padding-top: 50px;
    background: #f8f9fa;
}

/* Títulos */
#paginas-seo h2 {
    font-size: 30px;
}

#paginas-seo h3 {
    font-size: 28px;
}

#paginas-seo h4 {
    font-size: 22px;
}

/* Cards e links */
#paginas-seo .card-body a {
    color: #3DA5D1;
    font-size: 20px;
}

#paginas-seo .card {
    transition: all 0.3s ease;
}

#paginas-seo .card:hover {
    transform: translateY(-5px);
}

#paginas-seo .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Texto */
#paginas-seo p {
    color: #767676;
    font-size: 16px;
    text-align: justify;
}

#paginas-seo p strong {
    color: #3DA5D1;
}

#paginas-seo a {
    color: #767676;
    font-size: 16px;
}

#paginas-seo li {
    color: #767676;
    font-size: 16px;
}

#paginas-seo li strong {
    color: #3DA5D1;
}

/* Conteúdo de texto dentro de cards */
#paginas-seo .content-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}



/* Imagens flutuantes */
.img-seo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.30);
}

/* Botões */
#paginas-seo .btn-success {
    background: #25D366;
    border: none;
}

#paginas-seo .btn-success:hover {
    background: #1ebe5d;
}

#paginas-seo .btn-danger {
    background: #28A745;
    border: none;
    color: #fff;
}

#paginas-seo .btn-danger:hover {
    background: #28A745;
}

/* Links de destaque */
.linkagen a {
    color: #3DA5D1 !important;
}


.card-artigo {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #1a1a1a;
    transition: all 0.3s ease;
}

/* Hover com efeito premium */
.card-artigo:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Imagem */
.card-artigo img {
    transition: transform 0.4s ease;
}

.card-artigo:hover img {
    transform: scale(1.08);
}

/* Conteúdo */
.card-artigo .card-body {
    padding: 20px;
}

/* Título */
.card-artigo .card-title a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover no título */
.card-artigo .card-title a:hover {
    color: #ff3b3b;
}

/* Espaçamento melhor */
#paginas-produtos {
    padding-top: 50px;
    background: #f8f9fa;
}


/* Títulos */
#paginas-produtos h1 {
    font-size: 30px;
    position: relative;
    padding-bottom: 10px; /* espaço para a barra */
}

#paginas-produtos h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;  /* tamanho da linha azul */
    height: 3px;  /* espessura */
    background: #1e73ff; /* azul */
    border-radius: 2px;
}

/* Títulos */
#paginas-produtos h2 {
    font-size: 30px;
}

#paginas-produtos h3 {
    font-size: 28px;
}

#paginas-produtos h4 {
    font-size: 22px;
}

/* Cards e links */
#paginas-produtos .card-body a {
    color: #3DA5D1;
    font-size: 20px;
}

#paginas-produtos .card {
    transition: all 0.3s ease;
}

#paginas-produtos .card:hover {
    transform: translateY(-5px);
}

#paginas-produtos .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Texto */
#paginas-produtos p {
    color: #767676;
    font-size: 18px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

#paginas-produtos p strong {
    color: #3DA5D1;
}

#paginas-produtos a {
    color: #767676;
    font-size: 16px;
}

#paginas-produtos li {
    color: #767676;
    font-size: 16px;
}

#paginas-produtos li strong {
    color: #3DA5D1;
}

/* Conteúdo de texto dentro de cards */
#paginas-produtos .content-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}


/* Imagens flutuantes */
.img-prouto {
    width: 100%;
    height: auto;
    object-fit: cover;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 3px 3px 10px rgba(204, 204, 204, 0.2);
}


#paginas-produtos .btn {
	border-radius: 4px!important;
}

/* Botões */
#paginas-produtos .btn-success {
    background: #25D366;
    border: none;
}

#paginas-produtos .btn-success:hover {
    background: #1ebe5d;
}

#paginas-produtos .btn-danger {
    background: #28A745;
    border: none;
    color: #fff;
}

#paginas-produtos .btn-danger:hover {
    background: #28A745;
}
/* =========================
   TÍTULOS COM CORES DE DESTAQUE
========================= */
.title-veja {
    color: #111;
    font-weight: 600;
    margin-bottom: 20px;
}

.title-veja span {
    color: #3DA5D1;
}

.title-veja b,
.title-veja strong {
    font-weight: bolder;
    color: #3DA5D1;
}

/* =========================
   REDES SOCIAIS
========================= */
.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-links .bi {
    color: #fff;
}

.social-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

.social-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.3s;
    border-radius: 50%;
}

.social-btn:hover {
    transform: translateY(-5px) scale(1.05);
}

.social-btn:hover::before {
    opacity: 1;
}

.social-btn i {
    position: relative;
    z-index: 2;
}

/* Cores individuais */
.instagram::before {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.facebook::before {
    background: #1877f2;
}

.linkedin::before {
    background: #0a66c2;
}

.whatsapp::before {
    background: #25d366;
}

.tiktok::before {
    background: linear-gradient(45deg, #00f2ea, #ff0050);
}

/* Responsivo */
@media (max-width: 576px) {
    .social-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}


/* =========================
   CTA BOX MODERNO
========================= */
.cta-box {
    background: linear-gradient(135deg, #0f0f0f, #1c1c1c);
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Glow vermelho sutil decorativo */
.cta-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 59, 59, 0.25);
    filter: blur(100px);
    top: -50px;
    left: -50px;
}

/* Conteúdo acima do glow */
.cta-content {
    position: relative;
    z-index: 2;
}

/* Título */
.cta-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Texto secundário */
.cta-box p {
    color: #bbb;
    font-size: 18px;
    margin-bottom: 30px;
}

/* BOTÃO MODERNO */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;

    padding: 16px 32px;
    border-radius: 50px;

    font-size: 18px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

/* Hover moderno */
.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
    color: #fff;
}

/* Ícone dentro do botão */
.cta-btn i {
    font-size: 20px;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 768px) {
    .cta-box {
        padding: 35px 15px;
    }

    .cta-box h2 {
        font-size: 24px;
    }

    .cta-box p {
        font-size: 16px;
    }

    .cta-btn {
        font-size: 16px;
        padding: 14px 24px;
    }
}
/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// Redes sociais SEO //=======================-->*/
/* =========================
   BOTÕES DE REDES SOCIAIS
========================= */

/* Instagram */
.btn-instagram {
    background-color: #E4405F;
    color: white !important;
    border-color: #E4405F;
}

/* Facebook */
.btn-facebook {
    background-color: #1877F2;
    color: white !important;
    border-color: #1877F2;
}

/* LinkedIn */
.btn-linkedin {
    background-color: #0077B5;
    color: white !important;
    border-color: #0077B5;
}

/* TikTok */
.btn-tiktok {
    background-color: #000;
    color: white !important;
    border-color: #000;
}

/* WhatsApp */
.btn-whatsapp {
    background-color: #25D366;
    color: white !important;
    border-color: #25D366;
}

/* Hover para todos os botões */
.btn-instagram:hover,
.btn-facebook:hover,
.btn-linkedin:hover,
.btn-whatsapp:hover,
.btn-tiktok:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* =========================
   MAPA DO SITE
========================= */

#mapasite {
    padding: 30px 0; /* opcional para dar espaço */
}

#mapasite h1 {
    color: #3DA5D1;
}

#mapasite h2,
#mapasite h3,
#mapasite h4 {
    color: #2D2D2D; /* default escuro */
}

#mapasite p {
    color: #444;
    font-size: 16px;
}

#mapasite a {
    color: #2D2D2D;
    text-decoration: none;
    transition: all 0.3s ease;
}

#mapasite a:hover {
    color: #3DA5D1;
}

/*<!--=======================// MAPA DO SITE //=======================-->*/

/*<!--=======================// RESPONSIVO //=======================-->*/
/* =========================
   MOBILE RESPONSIVO
========================= */
@media only screen and (min-width: 10px) and (max-width: 991px) { 

    /* GERAL */
    .img-seo {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: none;
    }

    /* HOME */
    #home { }

    /* SOBRE NÓS */
    #sobre-nos { }

    /* SERVIÇOS */
    #servicos { }

    /* INFORMAÇÕES */
    #informacoes { }

    /* CONTATO */
    #contato { }

    /* PÁGINAS SEO */
    #paginas-seo { }

    /* MAPA DO SITE */
    #mapasite { }

}

/* =========================
   BOTÕES FIXOS MOBILE (Bottom)
========================= */
#botoes {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: none; /* Ativar via JS se necessário */
    z-index: 999;
    margin: 0;
    left: 0;
    text-align: center;
}

#botoes a {
    color: #FFF;
    font-size: 20px;
    padding: 16px 41px;
    display: inline-block;
}

#botoes .fa, .fas, .fab, .far, .fa-solid {
    font-size: 25px;
}

#botoes .fa-whatsapp {
    font-size: 25px;
}

/* Divisão de botões em 3 partes iguais */
.bts {
    width: 33.33%;
    float: left;
    margin-bottom: -1px;
}

/* BOTÃO 1 - WhatsApp */
.bt-1 {
    background: #01C854;
    color: #FFF;
    text-align: center;
}

/* BOTÃO 2 - Orçamento / Contato */
.bt-2 {
    background: #3DA5D1;
    color: #FFF;
    text-align: center;
}

/* BOTÃO 3 - Call / Ação secundária */
.bt-3 {
    background: #000;
    color: #FFF;
    text-align: center;
}

/*==================== MOBILE L ====================*/
/* =========================
   RESPONSIVO GERAL ATÉ 1400px
========================= */
@media only screen and (min-width: 10px) and (max-width: 1400px) {
    /* Aqui você pode adicionar ajustes gerais para tablets e laptops */
}

/* =========================
   RESPONSIVO MOBILE (até 455px)
========================= */
@media only screen and (min-width: 10px) and (max-width: 455px) {

    /* =========================
       TOPO E FOOTER
    ========================= */
    .footer-contact {
        padding: 0 31px;
    }

    .icones-sociais {
        width: 100%;
        float: left;
    }

    footer {
        text-align: center;
    }

    .footer-top {
        padding: 21px;
    }

    footer h4 {
        font-size: 30px;
        margin-top: 28px;
    }

    .footer-contact p {
        text-align: center;
    }

    .topbar {
        padding-bottom: 7px;
    }

    .sociais .fab,
    .topbar .fas {
        padding: 6px 11px 12px 14px;
        font-size: 16px;
    }

    .contatos-topo span {
        width: 100%;
        float: left;
        display: none;
    }

    .contatos-topo a {
        color: #fff;
        text-decoration: none;
    }

    /* =========================
       IMAGENS
    ========================= */
    .img-sobre,
    .img-seo {
        max-width: 100%;
        height: auto;
    }

    #home .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 32px;
    }

    /* =========================
       BOTOES FIXOS / CTA
    ========================= */
    #botoes {
        display: block;
    }

    .bto-whats {
        display: none;
    }

    .btn-orca {
        margin-left: 0;
        width: 100%;
        float: left;
        margin-top: 10px;
        text-align: center;
    }

    .botao-saiba {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    #cta input,
    #cta select,
    #cta button {
        max-width: 100%;
        width: 100%;
    }

    #cta button {
        width: 80%;
        margin: 10px auto;
        display: block;
    }

    /* =========================
       SEÇÕES
    ========================= */
    #sobre-nos,
    #servicos,
    #informacoes,
    #contato,
    #paginas-seo,
    #mapasite {
        padding: 30px;
    }

    .servicos-cards {
        padding: 50px 15px;
    }

    /* =========================
       BANNERS / CAROUSEL
    ========================= */
    #banner-rotativo .carousel-caption {
        top: 37%;
        max-height: 230px;
        padding: 53px 27px;
    }

    #depoimentos .carousel-control-next {
        width: 40px;
        height: 60px;
    }

    /* =========================
       DIFERENCIAIS / CARDS
    ========================= */
    .dife-superior .card-body {
        margin-bottom: 24px;
    }

    .contatos-cta h4 {
        margin-top: 0;
    }

    .formulario-cta {
        border-radius: 0;
    }

    .numeros {
        margin-right: 0px;
        margin-left: 12px;
    }

    /* Dropdown responsivo */
    .dropdown-menu[data-bs-popper] {
        max-height: 100%;
        max-width: 353px;
        width: auto;
    }

    /* CTA centralizado */
    #cta {
        text-align: center;
    }

    /* HOME ajustes */
    #home {
        text-align: center;
    }

    #home li {
        list-style: none;
    }

    /* GALERIA */
    .lightbox {
        padding-top: 100px;
    }

    .lb-nav a.lb-next,
    .lb-nav a.lb-prev,
    .lb-nav a.lb-next:hover,
    .lb-nav a.lb-prev:hover {
        opacity: 1;
    }

}

/*==================== MOBILE P ====================*/
@media only screen and (min-width: 10px) and (max-width: 355px) {
    .contatos-topo span {
        width: 100%;
        float: left;
    }
}
