/* CONFIGURAÇÕES GERAIS DO SITE */

/* Aplicar estilo de scrollbar personalizado em todo o documento */
::-webkit-scrollbar {
    width: 4px;
    /* Largura da barra de rolagem */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor do fundo do track da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: #020540;
    /* Cor do thumb da barra de rolagem */
    border-radius: 0px;
    /* Bordas arredondadas para deixar mais elegante */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #020540;
    /* Cor ao passar o mouse no thumb */
}

.btn-warning {
    background-color: #e0a800;
}

.btn-ouro {
    background-image: linear-gradient(90deg, #f0c27b, #f8e1a5, #f7c948, #f0c27b);
    color: #000000;
}

/*------------------------------------------------------------------------ ######## ------------------------------------------------------------------------*/


/*------------------------------------------------------------------------ MENU ------------------------------------------------------------------------*/

/* Estilização geral do menu */
.fixo {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header_menu_azul {
    background-color: #020540;

}

.menu-scroll {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ffdc42 #f0f0f0;
    padding-bottom: 5px;
    background-color: #020540;


}

.menu-scroll a {
    display: inline-block;
    margin-right: 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.menu-scroll a:hover {
    color: #6394ff;
    transform: scale(1.1);
}

/* Estilo da barra de rolagem */
.menu-scroll::-webkit-scrollbar {
    height: 10px;
}

.menu-scroll::-webkit-scrollbar-thumb {
    background-color: #6394ff;
    border-radius: 5px;
}

.menu-scroll::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    color: red;
}

.espaco {
    height: 60px;
}

/* Estilo do banner */

/*------------------------------------------------------------------------ BANNER PÓS MENU ------------------------------------------------------------------------*/

.div-style_banner_inicial {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.cta-banner_inicial {
    width: 100%;
    color: white;
    padding: 50px 20px;
    border-radius: 0;
    border-bottom-right-radius: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    animation: fadeIn 1s ease-in-out;
    background-color: rgba(0, 16, 156, 0.911);
    /* Linha adicionada */
}

.cta-banner_inicial .background-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    overflow: hidden;
}

.cta-banner_inicial .background-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: imageFade 18s infinite;
}

.cta-banner_inicial .background-images img:nth-child(2) {
    animation-delay: 6s;
}

.cta-banner_inicial .background-images img:nth-child(3) {
    animation-delay: 12s;
}

@keyframes imageFade {
    0% {
        opacity: 1;
    }

    33.33% {
        opacity: 0;
    }

    66.66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cta-banner_inicial h1 {
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
    animation: slideIn 1s ease-in-out;
    position: relative;
    z-index: 2;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .cta-banner_inicial h1 {
        font-size: 3rem;
    }
}

.cta-banner_inicial p {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 30px;
    animation: slideIn 1s ease-in-out 0.2s;
    position: relative;
    z-index: 2;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.cta-banner_inicial .btn-primary {
    background-image: linear-gradient(90deg, #f0c27b, #f8e1a5, #f7c948, #f0c27b);
    color: #000000;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 15px 45px;
    border: none;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    animation: slideIn 1s ease-in-out 0.4s;
    position: relative;
    z-index: 2;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 220px;
    text-align: center;
    border-radius: 10px;
}

.cta-banner_inicial .btn-primary:hover {
    background-color: #e0a800;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .cta-banner_inicial .btn-primary {
        margin-bottom: 10px;
    }

    .cta-banner_inicial .btn-primary:nth-child(2) {
        margin-right: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/*------------------------------------------------------------------------ SERVIÇOS PÓS BANNER ------------------------------------------------------------------------*/
/* Fundo geral */
.background_servico_pos_banner {
    background-color: #f4f4f4;
    /* Fundo claro para destacar os cartões */
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

/* Contêiner principal */
.section-row_servico_pos_banner {
    display: flex;
    flex-wrap: wrap;
    /* Permite que os itens quebrem linha em telas pequenas */
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Estilo dos cartões */
.section-card_servico_pos_banner {
    flex: 1 1 25%;
    /* Cada item ocupa 25% em telas grandes */
    background: linear-gradient(135deg, #020540, #020540);
    /* Gradiente elegante em azul */
    color: white;
    text-align: center;
    padding: 15px 10px;
    /* Reduzi o padding ainda mais */
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    /* Linha divisória transparente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Remover borda do último item em telas grandes */
.section-card-last_servico_pos_banner {
    border-right: none;
}

/* Ícone dos cartões */
.icon_servico_pos_banner {
    font-size: 2rem;
    /* Ícone um pouco menor */
    margin-bottom: 8px;
    /* Margem inferior reduzida */
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    /* Ícones mais destacados */
}

/* Efeito hover */
.section-card_servico_pos_banner:hover {
    transform: translateY(-5px);
    /* Efeito de elevação */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    /* Sombra dinâmica */
}

/* Texto dos cartões */
.text_servico_pos_banner {
    font-size: 1rem;
    /* Texto levemente reduzido */
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.95);
    /* Texto levemente destacado */
}

/* Adicionando um elemento decorativo */
.section-card_servico_pos_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    /* Overlay sutil */
    z-index: 0;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.section-card_servico_pos_banner:hover::after {
    transform: scale(1);
    /* Cresce o overlay ao passar o mouse */
    border-radius: 10px;
}

/* Responsividade */
@media (max-width: 768px) {
    .section-card_servico_pos_banner {
        flex: 1 1 50%;
        /* 50% da largura em telas médias */
        border-right: none;
        /* Remove borda entre os itens */
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        /* Linha inferior */
    }

    .section-card-servico-pos-banner:nth-child(2n) {
        border-right: none;
        /* Remove borda da direita */
    }
}

@media (max-width: 576px) {
    .section-card_servico_pos_banner {
        flex: 1 1 100%;
        /* 100% da largura em telas pequenas */
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .section-card-last_servico_pos_banner {
        border-bottom: none;
        /* Remove linha inferior do último item */
    }
}


/*------------------------------------------------------------------------ NOSSOS SERVIÇOS ------------------------------------------------------------------------*/

/* Estilos gerais */
.body_nossos_servicos {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.container_nossos_servicos {
    max-width: 1100px;
}

/* Cabeçalho principal */
.titulo_nossos_servicos {
    font-size: 2.4rem;
    font-weight: 700;
    color: #264166;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.titulo_nossos_servicos::after {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #32CD32;
    display: block;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.descricao_nossos_servicos {
    color: #666;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
}

/* Títulos dos serviços */
.titulo_servico_nossos_servicos {
    font-size: 1.2rem;
    font-weight: 600;
    color: #264166;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.titulo_servico_nossos_servicos::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #32CD32;
    display: block;
    margin: 8px auto 0 auto;
    border-radius: 2px;
}

/* Seção de serviços */
.service_box_nossos_servicos {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service_box_nossos_servicos:hover {
    transform: translateY(-8px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
}

.service_icon_nossos_servicos {
    font-size: 2.5rem;
    color: #264166;
    /* Nova cor azul */
    margin-bottom: 15px;
}

.descricao_servico_nossos_servicos {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Animação */
@keyframes fadeIn_nossos_servicos {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.row_nossos_servicos>div {
    animation: fadeIn_nossos_servicos 0.7s ease;
}

/* Ajuste para espaços */
.spacamento_nossos_servicos {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .titulo_nossos_servicos {
        font-size: 2rem;
    }

    .titulo_nossos_servicos::after {
        width: 80px;
    }

    .service_icon_nossos_servicos {
        font-size: 2rem;
    }

    .service_box_nossos_servicos {
        padding: 15px;
    }

    .titulo_servico_nossos_servicos {
        font-size: 1rem;
    }

    .descricao_servico_nossos_servicos {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .titulo_nossos_servicos {
        font-size: 1.8rem;
    }
}


/*------------------------------------------------------------------------ PRA QUEM SERVE O NOSSO SERVIÇO? ------------------------------------------------------------------------*/

/* Estilo para o título e descrição */
.section-title {
    color: #264166;
    font-weight: 500;
    font-size: 2rem;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.section-description {
    color: #4f4f4f;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Estilo dos ícones e texto das características */
.features-list {
    display: flex;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4f4f4f;
    margin-bottom: 25px;
    padding-top: 10px;
}

.feature-title {
    font-size: 1rem;
    font-weight: 400;
    color: #264166;
    margin-top: 3px;
}

.feature-item p {
    font-weight: 300;
    font-size: 0.9rem;
    color: #6f6f6f;
    line-height: 1.6;
}

.feature-item i {
    color: #264166;
}

/* Imagem com sobreposição de texto */
.image-wrapper {
    position: relative;
}

.image-wrapper img {
    border-radius: 8px;
    width: 100%;
}

.overlay-text {
    position: absolute;
    top: 15%;
    left: 8%;
    background-color: #020540c0;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

.overlay-text .highlight-text {
    font-size: 1.7rem;
    font-weight: 600;
}


/*------------------------------------------------------------------------ FOOTER ------------------------------------------------------------------------*/


.footer {
    background-color: #020540;
    color: white;
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #d9d9d9;
}

.footer h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #d9d9d9;
    display: inline-block;
    padding-bottom: 5px;
}

.footer .social-icons a {
    font-size: 20px;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.footer .social-icons a:hover {
    background-color: white;
    color: #264166;
}

.footer .divider {
    border-top: 1px solid #ffffff33;
    margin: 30px 0;
}

.footer .footer-bottom {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
}

.footer .contact p {
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
}

.footer ul li {
    list-style-type: none;
    margin: 5px 0;
}

.footer ul li a {
    font-size: 15px;
}

.footer .contact i {
    margin-right: 10px;
}

.footer .whatsapp-button {
    margin-top: 20px;
}

.footer .whatsapp-button a {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.footer .whatsapp-button a:hover {
    background-color: #1DA851;
}

@media (max-width: 768px) {
    .footer .social-icons a {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}


/*------------------------------------------------------------------------ BANNER CTA ------------------------------------------------------------------------*/

.cta-banner {
    background-color: #020540;
    color: #ffffff;
    padding: 3rem;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 221, 0, 0.15), transparent);
    z-index: 0;
}

.cta-banner h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    z-index: 1;
    position: relative;
}

.cta-banner p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    z-index: 1;
    position: relative;
}

.cta-banner a {
    background-color: #ffdd00;
    color: #020540;
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    z-index: 1;
    position: relative;
}

.cta-banner a:hover {
    background-color: #04137c;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.cta-banner a:focus {
    outline: 3px dashed #ffdd00;
    outline-offset: 5px;
}


/*------------------------------------------------------------------------ PAGINA CONTATO.PHP ------------------------------------------------------------------------*/


.body_contato {
    background-color: #ffffff;
    color: #020540;
    font-family: 'Arial', sans-serif;
}

.h1_contato {
    font-size: 2.5rem;
    color: #020540;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.contact-card_contato {
    border: 1px solid #cecece;
    border-radius: 10px;
    background-color: #f9fafb;
    transition: transform 0.3s;
}

.contact-card_contato:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.contact-icon_contato {
    font-size: 2.2rem;
}

.icon-email {
    color: #D44638;
}

.icon-whatsapp {
    color: #25D366;
}

.icon-phone {
    color: #007bff;
}

.icon-instagram {
    color: #C13584;
}

.btn-link_contato {
    color: #020540;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s;
    font-size: 1rem;
}

.btn-link_contato:hover {
    color: #0056b3;
    text-decoration: underline;
}

.container_contato {
    max-width: 900px;
}

.card-title_contato {
    font-size: 1.3rem;
    font-weight: 500;
}

.row_contato {
    gap: 20px;
}


/* BLOG */
.blog-card_blog {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
}

.blog-card_blog:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.blog-card_blog .card-img-top {
    display: none;
}

.blog-card_blog .card-header_blog {
    height: 150px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.blog-card-title_blog {
    color: #133282;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.blog-card-text_blog {
    font-size: 0.95rem;
    color: #555;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.blog-card-date_blog {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 10px;
}

.btn-read-more_blog {
    background-color: #133282;
    color: #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-read-more_blog:hover {
    background-color: #0f2561;
    color: #fff;
}

.container_blog {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-primary_blog {
    color: #133282 !important;
}

.row-blog_blog {
    row-gap: 1.5rem;
}