* {
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

.center {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2%;
}

.clear {
    clear: both;
}

/*inicio-animacao*/
/* 1. Configuração Base */
.hidden {
    opacity: 0;
    filter: blur(5px);
    transition: all 0.8s ease-out;
    transition-delay: var(--delay, 0s);
    /* Usa o delay do HTML */
}

/* 2. Direções */
.from-bottom {
    transform: translateY(50px);
}

.from-left {
    transform: translateX(-100px);
}

.from-right {
    transform: translateX(100px);
}

/* 3. Estado Visível */
.show {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0);
}

/* 4. Ajuste para Mobile */
@media screen and (max-width: 768px) {
    .hidden {
        transition-delay: 0s !important;
        /* Mata o delay no celular */
        transform: translateY(20px);
        /* Opcional: diminui o deslocamento no mobile */
    }
}

section.main {
    background-image: url('../imagens/Background.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 15px 0;
    min-height: 700px;
}

section.main header {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.logo img {
    float: left;
    width: 100px;
    margin-left: 40px;
}

css.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

/*
.logo {
    margin-top: 20px;
    float: left;
    color: white;
    font-size: 22px;
    font-weight: lighter;
}
*/
nav.mobile {
    float: right;
    width: 28px;
    height: 28px;
    margin-top: 7px;
    cursor: pointer;
    background-image: url('../imagens/menu-mobile_rrdev-novo-removebg-preview.png');
    background-size: 100% 100%;
    display: none;
}

nav.mobile ul {
    display: none;
    z-index: 999;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: black;
}

nav.mobile ul li {
    text-transform: uppercase;

}

nav.mobile ul li {
    padding: 10px 0;
}

nav.mobile a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

nav.desktop {
    margin-top: 20px;
    float: right;
}

nav.desktop ul {
    list-style-type: none;
}

nav.desktop li {
    display: inline-block;
    margin: 0 15px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.desktop a {
    padding-left: 20px;
    color: white;
    text-decoration: none;
}

.main {
    min-height: 100%;
}

.conteudo-home {
    max-width: 700px;
    margin: 40px 0;
}

.conteudo-home .head-line {
    padding-bottom: 16px;
    color: #fff;
    font-style: italic;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: normal;
    text-shadow: none;
}

.conteudo-home h4 {
    text-shadow: -1px -5px 1px #00FF00;
    font-style: italic;
    font-size: 46px;
    letter-spacing: 2px;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(2, 44, 252, 1) 0%, rgba(67, 12, 138, 1) 68%);
    background-clip: text;
    color: transparent;
}

.conteudo-home p {
    margin-top: 6px;
    color: #fff;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 600;

}

.conteudo-home h2 {
    color: #fff;
    margin-top: 20px;
    font-family: 'Raleway';
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 700;
}

.conteudo-home .lgpd {
    font-size: 10px;
    width: 395px;
    color: #888888;
}

/*Início da nova sessão sobre (projeto portifólio Dev em Dobro)*/
.sobre {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 26%, rgba(13, 6, 91, 1) 94%);
    color: #fff;
}

.informacoes-sobre {
    max-width: 700px;
    padding: 80px 0px 0;
}

.informacoes-sobre h4 {
    text-shadow: -1px -5px 1px #fff;
    font-style: italic;
    font-size: 44px;
    letter-spacing: 2px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(2, 44, 252, 1) 0%, rgba(67, 12, 138, 1) 68%);
    background-clip: text;
    color: transparent;
}

.informacoes-sobre p {
    margin-top: 8px;
    color: #fff;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 600;
}

.informacoes-sobre h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Raleway';
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 700;
}

.btn-cta2 {
    background: rgb(14, 32, 185);
    background: linear-gradient(90deg, rgba(14, 32, 185, 1) 0%, rgba(67, 12, 138, 1) 88%);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 15px;
    width: 378px;
    border: #fff 2px solid;
    border-radius: 50px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
}

.informacoes-sobre .lgpd {
    font-size: 10px;
    width: 395px;
    color: #888888;
}

.lgpd a:hover {
    color: #25D366;
}

.btn-cta2:hover {
    border: 2px solid #00FF00;
    color: #00FF00;
    cursor: pointer;
}

.sobre .container-foto {
    float: right;
    padding: 160px 20px;
    max-width: 450px;
    border-radius: 50%;
}

.sobre .container-foto img {
    width: 100%;
    border-radius: 50%;
}

.container-foto .sombra-interna {
    background: linear-gradient(to right, rgb(81, 3, 191), #282feb, rgb(60, 5, 239));
    border-radius: 50%;
    animation: gradient-animation 5s ease infinite;
}

/*Fim da nova sessão sobre (projeto portifólio Dev em Dobro)*/

.servicos {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 26%, rgba(13, 6, 91, 1) 94%);
    padding-bottom: 40px;
}

.servicos .titulo {
    color: #fff;
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.servicos .container-servicos {
    padding-bottom: 40px;
    color: #fff;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;

}

.servicos .servico {
    max-width: 600px;
    min-height: 380px;
    text-align: center;
    font-size: 18px;
    border: 3px solid #10a4de;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
}

.servicos .servico:hover {
    transform: scale(1.1);
    background-color: #151415;
}

.servicos .servico img {
    max-width: 150px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.servicos .servico .titulo-landing {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.servicos .servico .titulo-site {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.servicos .servico .titulo-seo {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.servicos .servico .titulo-gmn {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.servicos .servico p {
    letter-spacing: 1.1px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.servicos .texto1 {
    gap: 2px;
    color: #fff;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1px;
}

.projetos {
    background: rgb(42, 16, 119);
    background: linear-gradient(45deg, rgb(95, 7, 236) 18%, rgba(0, 0, 0, 1) 82%);
    color: #fff;
    padding-bottom: 50px;
}

.projetos {
    min-height: 100vh;
    background: linear-gradient(150deg, #000000, #360185);
}

.projetos .titulo {
    text-align: center;
    padding: 60px 0;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.projetos .container-projetos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
}

.projetos .projeto {
    max-width: 260px;
    min-height: 500px;
    position: relative;
    display: none;
}

.projetos .projeto.ativo {
    display: block;
}

.projetos .projeto img {
    height: 100%;
    border-radius: 20px;
}

.projetos .projeto h3 {
    background-color: #040203;
    color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    border-radius: 20px;
}

.projetos .projeto .ver-projeto {
    background-color: #040203;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    opacity: 0;
    transition: 0.4s;
    padding: 20px;
    border-radius: 20px;
}

.projetos .container-projetos .projeto:hover .ver-projeto {
    color: #00FF00;
    opacity: 0.8;
    background-color: #000;
}

.texto2 {
    color: #fff;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1px;
}

.cta {
    margin-top: 18px;
    font-size: 20px;
    font-style: normal;
}

.btn-cta4 {
    background: rgb(14, 32, 185);
    background: linear-gradient(90deg, rgba(14, 32, 185, 1) 0%, rgba(67, 12, 138, 1) 88%);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 15px;
    width: 378px;
    border: #fff 2px solid;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
}

.lgpd2 {
    margin: 10px auto;
    align-items: center;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    width: 395px;
    color: #888888;
}

.lgpd2 a:hover {
    color: #25D366;
}

.btn-cta4:hover {
    border: 2px solid #00FF00;
    color: #00FF00;
    cursor: pointer;
}

.faq-section {
    padding: 60px 20px;
    background: linear-gradient(200deg, #000000, #360185);
    /* Ou a cor do seu site */
}

.titulo-sessao {
    color: white;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    font-family: sans-serif;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    position: relative;
    outline: none;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f0f0f0;
}

/* Seta indicadora */
.faq-question::after {
    content: '▶';
    position: absolute;
    right: 20px;
    font-size: 12px;
    transition: transform 0.3s;
}

.faq-item[open] .faq-question::after {
    transform: rotate(90deg);
}

.faq-answer {
    padding: 0 20px 20px 20px;
    line-height: 1.6;
    color: #555;
}

.faq-item {
    transition: all 0.4s ease-in-out;
}

.faq-item[open] {
    padding-bottom: 10px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    /* Garante que ele fique acima de tudo */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    /* Dá um zoom leve ao passar o mouse */
    background-color: #128c7e;
}

.rodape {
    font-size: 16px;
    letter-spacing: 1px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #040203;
    min-height: 106px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid white;
}

.rodape a {
    padding: 10px;
    color: #666666;
}

.rodape a:hover {
    color: #25D366;
}


@media screen and (max-width: 825px) {

    .conteudo-home {
        max-width: 600px;
        margin: 40px 0;
    }

    .sobre .container-foto {
        float: right;
        padding: 300px 20px;
        max-width: 300px;
        border-radius: 50%;
    }
}

@media screen and (max-width: 768px) {
    nav.mobile {
        display: block;
    }

    .hidden {
        transition-delay: 0s !important;
        /* Mata o delay no celular */
        transform: translateY(10px);
        /* Opcional: diminui o deslocamento no mobile */
    }

    nav.desktop {
        display: none;
    }

    section.main {
        background: #000;
    }
}

@media screen and (max-width: 525px) {

    .conteudo-home h1 {
        padding-top: 15px;
        font-size: 28px;
    }

    .conteudo-home p {
        font-size: 24px;
        color: #fff;
    }

    .conteudo-home h2 {
        font-size: 26px;
        color: #fff;
    }

    .informacoes-sobre {
        margin-top: 10px;
    }

    .sobre .container-foto {
        float: none;
        padding: 30px 30px;
        max-width: 300px;
        border-radius: 50%;
    }

    .informacoes-sobre {
        padding: 5px;
    }

    .servicos .servico {
        max-width: 200px;
        min-height: 380px;
        text-align: center;
        font-size: 20px;
        border: 3px solid #10a4de;
        border-radius: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: transform 0.3s ease;
    }

    .servicos .servico:hover {
        transform: none;
        background-color: #151415;
    }

    .servicos .texto1 {
        gap: 2px;
        color: #fff;
        font-style: italic;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .texto2 {
        color: #fff;
        font-style: italic;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
    }

    footer p {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

    .conteudo-home h1 {
        font-size: 30px;
    }

    .conteudo-home p {
        font-size: 24px;
        color: #fff;
    }

    .conteudo-home h2 {
        font-size: 26px;
        color: #fff;
    }

    .informacoes-sobre {
        margin-top: 10px;
    }

    .informacoes-sobre h1 {
        font-size: 30px;
    }

    .informacoes-sobre h2 {
        font-size: 26px;
    }

    .sobre .container-foto {
        float: none;
        padding: 30px 30px;
        max-width: 300px;
        border-radius: 50%;
    }

    .informacoes-sobre {
        padding: 5px;
    }

    .servicos .servico {
        max-width: 350px;
        min-height: 380px;
        text-align: center;
        font-size: 20px;
        border: 3px solid #10a4de;
        border-radius: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: transform 0.3s ease;
    }

    .servicos .texto1 {
        gap: 2px;
        color: white;
        font-style: italic;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .texto2 {
        color: white;
        font-style: italic;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .btn-cta4 {
        background: rgb(14, 32, 185);
        background: linear-gradient(90deg, rgba(14, 32, 185, 1) 0%, rgba(67, 12, 138, 1) 88%);
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 5px;
        font-weight: bold;
        padding: 15px;
        width: 350px;
        border: #fff 2px solid;
        border-radius: 50px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.5s ease;

    }

    .btn-cta2 {
        background: rgb(14, 32, 185);
        background: linear-gradient(90deg, rgba(14, 32, 185, 1) 0%, rgba(67, 12, 138, 1) 88%);
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 5px;
        font-weight: bold;
        padding: 15px;
        width: 350px;
        border: #fff 2px solid;
        border-radius: 50px;
        margin: 25px 5px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.5s ease;
    }

    .lgpd {
        margin: 8px auto;
        align-items: center;
        font-style: italic;
        font-size: 12px;
        font-weight: normal;
        width: 375px;
        color: #888888;
    }

    .lgpd2 {
        margin: 8px auto;
        align-items: center;
        font-style: italic;
        font-size: 12px;
        font-weight: normal;
        width: 375px;
        color: #888888;
    }

    .informacoes-sobre .lgpd {
        margin: 8px auto;
        align-items: center;
        font-style: italic;
        font-size: 10px;
        font-weight: normal;
        width: 365px;
        color: #888888;
    }

    .whatsapp-float {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 20px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 1000;
        /* Garante que ele fique acima de tudo */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }

    footer .pdp {
        text-align: center;
        padding: 0 3px;
    }

    footer a{
        padding-top: 30px;
    }



}