


* {
    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;}

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 {
    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: 80px 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 h1 {
    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: 10px;
    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 a {
    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: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}



.btn-cta:hover {
    border: 3px solid #00FF00;
    color: #00FF00;
    transform: scale(1.1);
}



/*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 0;
}

.informacoes-sobre h1 {
    text-shadow: -1px -5px 1px #fff;
    font-style: italic;
    font-size: 44px;
    letter-spacing: px;
    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: 12px;
    color: #fff;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 600;
}

.informacoes-sobre h2 {
    margin-top: 20px;
    font-family: 'Raleway';
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 700;
    
}

.informacoes-sobre a{
    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: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}


.btn-cta2:hover {
    border: 3px solid #00FF00;
    color: #00FF00;
    
}

.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: 60px 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: 18px;
    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: 70px;

}

.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: 18px;
    letter-spacing: 1px;
}

.cta {
    margin-top: 18px;
    font-size: 18px;
    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.3s ease;
}

.btn-cta4:hover {
    border: 3px solid #00FF00;
    color: #00FF00;
    cursor: pointer;
}

.rodape {
    font-size: 12px;
    letter-spacing: 1px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #040203;
    min-height: 86px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid white;

}


@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;
    }

    nav.desktop {
        display: none;
    }
    
}

@media screen and (max-width: 525px) {



.conteudo-home h1 {
    padding-top: 15px;
    font-size: 28px;
}

.conteudo-home p {
    font-size: 24px;
}

.conteudo-home h2 {
    font-size: 26px;
    color: #00FF00;
}

.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 .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: 20px;
    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: 20px;
    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;
}

.conteudo-home h2 {
    font-size: 26px;
    color: #00FF00;
}

.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: #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: 20px;
    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: 20px;
    letter-spacing: 1px;
}

}