body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff3dace; /* Leve tom de bege */
    color: #001c38;
}

.footer {
    background-color: #ece7db36; /* Mesma cor do corpo da página */
    padding: 20px 0; /* Espaçamento adicional para o rodapé */
    text-align: center;
}

.footer-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2c3150; /* Cor de fundo do botão */
    color: white; /* Cor do texto */
    text-decoration: none; /* Remove sublinhado */
    border-radius: 25px; /* Bordas arredondadas */
    font-size: 1.2em; /* Aumenta o tamanho da fonte */
    font-weight: 600; /* Torna o texto mais espesso */
    transition: background-color 0.3s ease; /* Transição suave para hover */
}

.footer-button:hover {
    background-color: #1e2240; /* Cor de fundo mais escura no hover */
}


.top-bar {
    background-color: #2c3150;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.top-bar .btn_hov {
    display: flex;
    justify-content: right;
    margin-right: 2.5%;
    flex: 1;
}

.top-bar .btn_hov a {
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    text-decoration: none;
    margin: 0 20px  0   35px;
    font-size: 1.3em;
    font-weight: 400;
}

.comp {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.5em;
    font-weight: lighter;
    margin-left: 20px;
    font-weight: 800;
    text-decoration: none; /* Remove o sublinhado */
}

.header {
    width: 100%;
}

.background-image {
    position: relative; /* Necessário para posicionar o pseudo-elemento */
    background: url('./images/handsh.jpg') no-repeat center center;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Garante que o pseudo-elemento não exceda os limites do contêiner */
}

.background-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px; /* Ajuste a altura do gradiente conforme necessário */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff6e3 95%);
    pointer-events: none; /* Garante que o pseudo-elemento não interfira na interação do usuário */
}


.headline {
    color: white;
    font-size: 250%;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0 100px;
}

.container {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
}

.subtitle {
    margin: 20px 0;
    font-size: 1.5em;
    color: #001c38;
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5px;
    text-align: justify;
}

.author-photo img {
    width: 95%;
    height: auto;
    border-radius: 50%;
    min-width: 50%;
}

.author {
    width: 400%;
    font-size: 1.1em;
    line-height: 1.6;
    text-align: justify;
}

.imgcn {
    margin: 10px 50px;
    width: 90%;
    height: auto;
    align-content: center;
}

.content {
    margin: 20px 0;
}

.content p {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
}
.normal-weight {
    font-weight: normal;
}

/* Estilos anteriores permanecem inalterados */

/* Define um background color que se estende pela largura total da tela */
.full-width-background {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-color: #2c3150;
    color: white;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}
.full-width-background h1 {
    margin-left: 100px;
    text-align: left;
    color: white; /* Garante que o texto fique branco */
}

/* Mantém o layout horizontal dos links e dos itens de serviço */
.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
    gap: 40px; /* Adiciona espaçamento entre os itens */
}

/* Estilos específicos para os links dentro da seção "Our Services" */
.OurServ {
    color: white;
    text-decoration: none;
}
.OurServ:hover {
    color: #ffffff;
    text-decoration: underline;
}
.service-link {
    color: white;
    text-decoration: none;
}
.service-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.service-item {
    text-align: center;
    margin: 50px;
    width: 220px; /* Aumenta a largura para acomodar imagens maiores */
}

.service-item img {
    border-radius: 180px;
    border: 2px solid white;
    display: block;
    margin: 0 auto 7px; /* Espaçamento adicional abaixo da imagem */
    width: 250px; /* Aumenta o tamanho das imagens em 50% */
    height: 220px;
}

.service-item p {
    color: white; /* Define a cor do texto como branca */
    font-size: 1.2em; /* Aumenta o tamanho da fonte */
}

@media (max-width: 1000px) {
    .service-items {
        flex-direction: column;
        align-items: center; /* Centraliza os itens verticalmente em telas pequenas */
    }
    .service-item {
        width: 100%; /* Itens ocupam toda a largura em telas pequenas */
        margin: 20px 0; /* Espaço entre os itens na vertical */+
    }
}

/* ... (restante do CSS permanece inalterado) ... */


.end {
    display: block;
    text-align: center;
    margin: 30px 0px 30px;
}


@media (max-width: 950px) {
    .top-bar .btn_hov {
        flex-direction: column;
    }
    .about-section {
        flex-direction: column;
        text-align: center;
    }
    .author-photo img {
        width: 50%;
        margin: 0 auto 20px;
    }
    .author {
        width: 100%;
    }
    .service-items {
        flex-direction: column;
        align-items: center;
    }
}
a:link, a:visited {
    color: rgb(255, 255, 255); /* Mantém a cor original */
    text-decoration: none; /* Remove sublinhado */
}