/* ESTILO GERAL --- */

:root {

    /* --maintheme: #1B263B; */
    --maintheme:  rgba(0, 20, 40, 0.9);
    --botoes: #F7F7F7;
    --botoesborda: #a360fa33;
    --letras: #FFF;
    /* --cabecalho: #040c1c; */
    --cabecalho: rgba(0, 20, 40, 0.9);
    --Portifolio-letra: black;
    /* Adicione mais variáveis conforme necessário */
}




* {


    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Montserrat", sans-serif; */

    .merriweather-light {
        font-family: "Merriweather", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
      
      
    /* 
    // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 */

 
}




html{
    scroll-behavior: smooth;
}

body {

    background-color: var(--maintheme);
    height: 100vh;

}

.interface {
    max-width: 1280px;
    margin: 0 auto;

}

.flex {
    display: flex;
}

.btn-contato a {
    text-decoration: none; /* Remove sublinhado do link */
}

.btn-contato button {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--botoes);
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Espaço entre o ícone e o texto */
    text-decoration: none; /* Remove qualquer sublinhado no botão */

}

h2.titulo {
    color: #fff;
    font-size: 38px;
    text-align: center;
}

h2.titulo span {
    color: var(--botoes);
}

button:hover,
form .btn-enviar input[type=submit]:hover {

    box-shadow: 0px 0px 8px var(--botoes);
    transform: scale(1.05);
}


/*ESTILO DO WHATSAPP FLUTUANTE */
.whatsapp-float {
    position: fixed;
    width: 60px; /* tamanho do botão */
    height: 60px;
    bottom: 40px; /* distância do fundo */
    right: 40px; /* distância da lateral */
    background-color: var(--botoes);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

.whatsapp-float i {

    font-size: 40px;
    color: var(--maintheme);
}

/* FIM DO ESTILO DO WHATSAPP FLUTUANTE */



/* ESTILO DO CABEÇALHO */

header {

    left: 50%;
    top: 10px; /* Distância do topo para dar a sensação de flutuar */
    width: 60%;
    transform: translateX(-50%);
    background-color: var(--cabecalho);
    /* background: rgba(0, 20, 40, 0.9); Fundo escuro translúcido */
    position: fixed;
    z-index: 1000;
    backdrop-filter: blur(8px); /* Deixa o fundo com leve desfoque */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);


    background: rgba(255, 255, 255, 0.25); /* Transparência suave */
    backdrop-filter: blur(12px); /* Efeito vidro fosco */
    -webkit-backdrop-filter: blur(12px); /* Safari */
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px; /* Bordas arredondadas */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

main {
    padding-top: 00px; /* Ajuste este valor para corresponder à altura do seu cabeçalho */
}

header>.interface {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

header a {
    /* color: #7d7d7d; */
    font-size: 25px;
    /* line-height: 40px; */
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: .2s;

}

header a:hover {
    color: #fff;
    transform: scale(1.05);
}


header nav ul {
    list-style-type: none;
    /* color: #fff; */
}

header nav ul li {
    display: inline-block;
    padding: 0 40px;
    /* color: #fff; */
}



/* ESTILO DO TOPO DO SITE */


section.topo-do-site {
    padding: 140px 4%;
    scroll-margin-top: 100px;   /* Ajuste este valor para corresponder à altura do seu cabeçalho */
    /* background-image: url('images/fundo-jmateus.png'); */
    background-size: cover;      /* Faz a imagem ocupar toda a seção */
    background-position: center; /* Centraliza a imagem */
    background-attachment: fixed; /* 💡 Aqui está o efeito parallax */
    
}

section.topo-do-site .flex {
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.topo-do-site h1 {
    color: #fff;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
}
.topo-do-site .txt-topo-site {
    /* background-image: url('images/'); */

    position: relative;
    /* overflow: hidden; */
}

.topo-do-site .txt-topo-site::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 10px;
    pointer-events: none; /* garante que não atrapalhe cliques no conteúdo */
}

.topo-do-site .txt-topo-site h1 span {
    color: var(--letras);
    text-align: justify;
}

.topo-do-site .txt-topo-site p {
    color: #fff;
    margin: 40px 0px;
    font-size: 22px;
    text-align: justify;
    /* line-height: 40px; */

}

.topo-do-site .btn-contato{

    display: flex;
    justify-content: center;
    gap: 15px;
}



/* .topo-do-site .img-topo-site img {
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
}

@keyframes flutuar {
    0% {
        top: 0;

    }

    100% {
        top: 30px;
    }
} */


/* ESTILO DAS ESPECIALIDADES */

section.especialidades {
    padding: 40px 4%;
    scroll-margin-top: 100px;   /* Ajuste este valor para corresponder à altura do seu cabeçalho */
}

section.especialidades .flex {
    gap: 60px;

}

.especialidades .especialidades-box {
    color: #fff;
    padding: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-top: 45px;
    transition: .2s;
    text-align: center;
}

/* 
.especialidades .especialidades-box :hover{
    transform: scale(1.05);
    box-shadow: 0 0 8px #ffffff78;
}
 */

.especialidades .especialidades-box i {
    font-size: 70px;
    color: var(--botoes);
    /* display: inline-block; */

}

.especialidades .especialidades-box h3 {
    font-size: 28px;
    margin: 15px 0;

}

.especialidades .especialidades-box p {
    font-size: 18px;
    text-align: left;
    /* margin: 15px 0; */

}



/* ESTILO DO SOBRE */
section.sobre {
    padding: 80px 4%;
    scroll-margin-top: 100px;   /* Ajuste este valor para corresponder à altura do seu cabeçalho */
}

section.sobre .flex {
    align-items: center;
    gap: 60px;
    flex: 1; /* Garante que o texto use bem o espaço */

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;

    text-align: center; /* Centraliza texto no mobile */

}

.sobre .txt-sobre {
    color: #fff;
}

.sobre .txt-sobre h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.sobre .txt-sobre h2 span {
    color: var(--botoes);
    display: block;
}

.sobre .txt-sobre .empresa {
    font-weight: bold;      /* Deixa o texto em negrito */
    white-space: nowrap;    /* Impede que quebre de linha */
  }

.sobre .txt-sobre p {
    /* margin: 20px; */

    font-size: 1.5rem;      /* Aumenta a fonte (padrão ~16px → 17.6px) */
    line-height: 1.5;       /* Espaçamento entre linhas mais agradável */
    text-align: justify;
    margin-bottom: 50px;

}


.btn-social{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.btn-social button {
    
    width: 60px;
    height: 60px;
    /* border-radius: 30px; */
    border: none;
    background-color: var(--botoes);
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 50%;
    color: var(--maintheme);
    transition: all 0.3s ease;
    
}


/* ESTILO DO PORTIFOLIO */

section.portifolio {
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #7d7d7d;
    scroll-margin-top: 100px;   /* Ajuste este valor para corresponder à altura do seu cabeçalho */
}

section.portifolio .flex {
    justify-content: space-around;
    margin-top: 60px;
}

.img-port {
    width: 460px;
    height: 460px;
    background-color: var(--maintheme);
    background-size: cover;
    background-position: 100% 0%;
    transition: 8s;
    cursor: pointer;
    border-radius: 40px;
    position: relative;

}

.img-port:hover {
    background-position: 100% 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--botoesborda);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 600;
    color: var(--botoes);
    opacity: 0;
    transition: .5s;
}

.overlay:hover {
    opacity: 1;
}

/* ESTILO DO FORMULARIO DE CONTATO */

section.formulario {
    padding: 80px 4%;

}

form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;

}

form input,
form textarea {
    width: 100%;
    background-color: #242424;
    /* background-color: var(--botoes); */
    border: 0;
    outline: 0;
    padding: 20px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px
}

form textarea {
    resize: none;
    max-height: 200px;
    /* altura do campo de mensagem */
}

form textarea::placeholder{
    color: var(--botoes)
}

form input::placeholder {
    color: var(--botoes);
}

form .btn-enviar {
    margin-top: 20px;
    text-align: center;
    
}

form .btn-enviar input[type=submit] {
    width: 120px;
    background-color: var(--botoes);
    color: black;
    font-weight: 600;
    cursor: pointer;
    transition: 2s;

}

/* ESTILO DO RODAPÉ */

footer {
    padding: 40px 4%;
    box-shadow: 0 0 40px 10px var(--botoesborda);
    background-color: var(--cabecalho);
}

footer .flex {
    justify-content: space-between;
}

footer .line-footer {
    padding: 20px 0;
    /* border-bottom: 2px solid var(--botoes); */
    text-align: center;
}

.borda {
    border-top: 2px solid var(--botoes);
}

/* footer .line-footer p{
    justify-content: center;
} */
footer .line-footer p i {
    color: var(--botoes);
    font-size: 22px;
}

footer .line-footer p a {
    color: #fff;

}


@media screen and (max-width: 1020px) {
    /* CLASSES GERAIS */

    .flex {
        flex-direction: column;
    }



    .topo-do-site .flex {
        flex-direction: column-reverse;
    }

    h2.titulo {
        font-size: 30px;
        line-height: 34px;

    }

    /* CABEÇALHO */
    /* .menu-desktop,
    .btn-contato {
        display: none;

    } */
    .menu-desktop{
        display: none;

    }
    

    /* topo dp site */
    section.topo-do-site .flex {
        gap: 40px;
    }

    section.topo-do-site {
        padding: 20px 8%;
    }

    .topo-do-site h1 {
        color: #fff;
        font-size: 30px;

    }

    .topo-do-site .img-topo-site img {
        width: 100%;
    }

    /* ESTILO DAS ESPECIALIDADES */

    section.especialidades {
        padding: 40px 8%;
    }

    /* ESTILO DO SOBRE */
    section.sobre {
        padding: 80px 8%;
    }

    .sobre .txt-sobre h2 {
        font-size: 34px;
        line-height: 35px;
        text-align: center;
    }
    .btn-social{
        text-align: center;
    }

    .img-sobre img{
        width: 100%;
    }

    /* portifolio */
    section.portifolio {
        padding: 80px 8%;
    }

    .img-port {
        width: 100%;
        max-width: 360px;
        max-height: 360px;
        margin: 0 auto;
    }

    section.portifolio .flex {
        gap: 60px;
    }

    /* RODAPÉ */
    footer .flex{
        flex-direction: column;
        gap: 30px;
    }
    footer .line-footer{
        text-align: center;
    }

    .btn-contato {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
        margin-right: 20px;
    }
    
    .btn-contato button {
        padding: 10px 40px;
        font-size: 14px; /* Aumentado para melhor visibilidade */
        font-weight: 600;
        background-color: var(--botoes);
        border: 0;
        border-radius: 20px;
        cursor: pointer;
        transition: .2s;
    }
    .logo-crea{
        display: none;

    }

}