    /* Estilos Básicos */
    html, body {
        width: 100%; 
        height: 100%;
        margin: 0; 
        padding: 0; 
        overflow-x: hidden; 
    }
    /* Tema Escuro */
.dark-theme {
    color: #f4f4f4;
    background-color: #333;
}
.headerli{
    border-radius: 15%;
}
.dark-theme .btn {
    background-color: #dadada;
    width: 5em;
    height: 3em;
    border-radius: 4em;
    padding: 0 0.2em;
    box-shadow: inset 0 3px 20px rgba(0,0,0, .1), inset 0 3px 3px rgba(0,0,0, .1), inset 0 -2px 2px rgba(0,0,0, .1);
    position: fixed;
    right: 18px; 
    top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dark-theme .btn__indicator {
    background-color: #000000;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 3px 15px rgba(0,0,0, .2); 
    transition: transform .3s ease;
    transform: translateX(3em); 
}
.light-theme .btn__indicator {
    background-color: #dadada;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 3px 15px rgba(0,0,0, .2);
    transition: transform .3s ease;
    transform: translateX(0em);
}

.light-theme {
    color: #333;
    background-color: #f4f4f4;
}

.light-theme .btn {
    background-color: #000000;
    width: 5em;
    height: 3em;
    border-radius: 4em;
    padding: 0 0.2em;
    box-shadow: inset 0 3px 20px rgba(0,0,0, .1), inset 0 3px 3px rgba(0,0,0, .1), inset 0 -2px 2px rgba(0,0,0, .1);
    position: fixed;
    right: 18px; 
    top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}    

    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0;
        padding: 0;
        line-height: 1.6;
    }

    /* Header e Navbar */
    .light-theme header {
        background-color: #333; /* Cor de fundo escura para contraste */
        color: #fff;
        padding: 10px 0;
        text-align: center;
        
    }

    .dark-theme header {
        background-color: #14101b; /* Cor de fundo escura para contraste */
        color: #fff;
        padding: 10px 0;
        text-align: center;
        
    }    

    h2 {
        color: #005a87; /* Mantém a cor azul profundo para os títulos */
        margin: 20px;
    }

    /* Lista de Serviços */
    ul {
        list-style-type: none;
        padding: 0;
    }

    .container{
        padding: 15px;
        border-radius: 15%;
    }

    .light-theme li {
        border-radius: 10px;
        background: #ffffff;
        color: #000000;
        margin-bottom: 10px;
        padding: 15px;
        border-left: 5px solid #005a87;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        text-align: left; 
    }
    .dark-theme li {
        border-radius: 10px;
        background: #ffffff;
        color: #000000;
        margin-bottom: 10px;
        padding: 15px;
        border-left: 5px solid #005a87; 
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        text-align: left; 
    }

    /* Header e Navegação */
    nav ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a {
        text-decoration: none; 
        color: inherit;
    }

    nav ul li {
        margin: 0 10px;
    }

    nav ul li a {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

    .sobre-card {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px; 
        overflow: hidden;
        margin: 20px;
    }
    .dark-theme .sobre-card {
        background: #0d0d1a;
    }
    .light-theme .sobre-card {
        background: #fff;
    }

    .sobre-content {
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .sobre-img {
        width: 200px; 
        height: 200px;
        border-radius: 10%;
        margin-right: 20px;
        object-fit: cover;
    }

    .sobre-text {
        flex: 1;
    }

    /* Footer */
    footer {
        background-color: #333333;
        color: #ffffff;
        text-align: center;
        padding: 10px;
        position: relative;
        bottom: 0;
        width: 100%;
    }
    

    .light-theme .contact-card {
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
        margin: 20px auto;
        text-align: center;
    }
    .dark-theme .contact-card {
        background-color: #0d0d1a;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
        margin: 20px auto;
        text-align: center;
    }
    .whatsapp-link{
        border-radius: 10%;
    }
    .instagram-link{
        border-radius: 15%;
    }

    .contact-links {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .contact-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333; /* Cor do texto */
        font-weight: bold;
    }

    .contact-links a img {
        width: 80px; 
        height: 80px;
        margin-right: 8px;
    }

    .divider {
        height: 50px;
        width: 1px;
        background-color: #ccc; /* Cor da linha divisória */
        margin: 0 20px;
    }
    


    @media (max-width: 600px) {
        .body{
            width: 70%;
        }
        nav ul {
            flex-direction: column;
        }

        nav ul li {
            margin: 10px 0;
        }

        .sobre-content {
            flex-direction: column;
            text-align: center;
        }

        .sobre-img {
            margin: 10px;
        }

        .sobre-text {
            text-align: center; /* Centraliza o texto em telas menores */
        }
        li {
            padding: 15px;
            margin-bottom: 10px;
            border-left: 4px solid #005a87;
        }

        h2, p {
            margin: 10px;
            font-size: 20px; /* Tamanho de fonte reduzido para telas menores */
        }

        footer {
            position: relative; /* Evita sobreposição em conteúdo em telas menores */
        }
    }
