
/*ESTILO GERAL*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
}

.logo img {
    gap: 40px;
    width: 100px;
    margin-left: 10px;
    height: auto;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    text-align: justify;
}

.flex {
    display: flex;
}

.img-topo-site img {
    width: 700px;
    right: 20px;
    height: auto;
    border-radius: 10px;
}

.btn-contato button {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: #ffffff;
    color: #440227;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}

h2.titulo {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}

    @supports (background-clip: text) or (-webkit-background-clip: text) {
    h2.titulo span {
        font-size: 38px;        /*deixa textos transparentes*/
        font-weight: bold;
        background-image: linear-gradient(
            to right,
            #ba1d6c,
            #db3f56,
            #8a0077,
            #ff81ee,
            #ff8bbb,
            #bf0050,
            #ff0084,
            #eb8dbd,
            #e60077
        );
        -webkit-background-clip: text; /* Chrome, Edge, Safari */
        background-clip: text;         /* Firefox moderno */
        -webkit-text-fill-color: transparent; /* Chrome, Edge, Safari */
        color: transparent;             /* fallback para todos */
    }
}



@supports (background-clip: text) or (-webkit-background-clip: text) {
    .gradient-text {
        font-size: 3rem;        /*deixa textos transparentes*/
        font-weight: bold;
        background-image: linear-gradient(
            to right,
            #ba1d6c,
            #db3f56,
            #8a0077,
            #ff81ee,
            #ff8bbb,
            #bf0050,
            #ff0084,
            #eb8dbd,
            #e60077
        );
        -webkit-background-clip: text; /* Chrome, Edge, Safari */
        background-clip: text;         /* Firefox moderno */
        -webkit-text-fill-color: transparent; /* Chrome, Edge, Safari */
        color: transparent;             /* fallback para todos */
    }
}

button:hover, form .btn-enviar input:hover {
    box-shadow: 0px 0px 8px #9f1982;
    transform: scale(1.05);
}

/* CABEÇALHO */
header {
    padding: 40px 4%;

}

header >.interface {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a{
    color: #e6e600;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
}

header a:hover {
    color: #ffffff;
    transform: scale(1.05);
}

header nav ul {
    list-style-type: none;
}

header nav ul li {
    display: inline-block;
    padding: 0 40px;
}


nav {
    display: flex;
    gap: 20px;
}

nav a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s; 
}

nav a:hover {
    color: #560c36;   /*cor dos nomes mudando*/
}

/* topo do site */

section.topo-do-site {
    padding: 40px 4%;
}

section.topo-do-site .flex {
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.topo-do-site h1 {
    font-size: 43px;
    color: #ffffff;
    line-height: 40px;
}

.topo-do-site p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.topo-do-site .txt-topo-site p {
        margin: 20px 0;
}

@keyframes flutuar {
    0%{
        top: 0%;
    }
    100%{
        top: 30px;
    }
}


/* ESTILO DAS ESPECIALIDADES */

section.especialidades {
    padding: 40px 4%;
}

section.especialidades .flex {
    gap: 40px;
}
.especialidades .especialidades-box {
    color: rgb(24, 5, 5);
    padding: 40px;
    margin-top: 25px;
    border-radius: 20px;
    transition: .3s;
}

.especialidades .especialidades-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 8px #ffffff97;
}

.especialidades .especialidades-box i {
    font-size: 60px;
    color: #750d6b;
}

.especialidades .especialidades-box h3 {
    font-size: 20px;
    margin: 15px 0;
}

.especialidades .especialidades-box p {
    font-size: 20px;
    text-align: left;
}

.especialidades .especialidades-box {
    font-size: 20px;
    color: white;
}


/* QUEM SOMOS */

.img-sobre img {
    width: 600px;
    border-radius: 20px;
}

section.sobre {
    padding: 80px 4%;
}

section.sobre .flex{
    align-items: center;
    gap: 40px;
}
.sobre .txt-sobre {
    color: #ffffff;
    font-size: 20px;
}

.sobre .txt-sobre h2 {
    font-size: 35px;
}

 @supports (background-clip: text) or (-webkit-background-clip: text) {
    .sobre .txt-sobre h2 span {
        font-size: 35px;        /*deixa textos transparentes*/
        font-weight: bold;
        background-image: linear-gradient(
            to right,
            #ba1d6c,
            #db3f56,
            #8a0077,
            #ff81ee,
            #ff8bbb,
            #bf0050,
            #ff0084,
            #eb8dbd,
            #e60077
        );
        -webkit-background-clip: text; 
        background-clip: text;       
        -webkit-text-fill-color: transparent; 
        color: transparent;             
 }
} 

.sobre .txt-sobre p {
    margin: 20px 0;
    text-align: justify;
}

.btn-social button {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: none;
        background-color: #ba1d6c;
        font-size: 27px;
        cursor: pointer; 
        margin: 0 5px;
        transition: .2s;
}

/* ESTILO PROJETO */

section.projetos {
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #2e2727b9;
}

section.projetos .flex {
    justify-content: space-around;
    margin-top: 60px;
}

.img-pro {
    width: 360px;
    height: 460px;
   background-size: cover;
   background-position: 100% 0%;
   transition: 2s;
   cursor: pointer;
   border-radius: 40px;
   position: relative;
}

.img-pro:hover {
    background-position: 100% 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000085;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
    transition: .5s;
}

.overlay:hover {
    opacity: 1;
}

/* FORMULÁRIO ESTILO */

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: #0d0a0ada;
    border: none;
    outline: 0;
    padding: 20px 15px;
    border-radius: 18px;
    color: white;
    font-size: 15px;
}

form textarea {
    resize: none;
}

form .btn-enviar {
    margin-top: 20px;
    text-align: center;
}

form .btn-enviar input {
    width: 120px;
    background-color: #440227;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

/* rodape */

.logo-footer img {
    width: 100px;
}

footer {
    padding: 10px 4%;
    background-color: #83034b96
}

footer .flex {
    justify-content: space-between;
    gap: 40;
}

footer .line-footer {
    padding: 10px 0;
}

.borda {
    border-top: 5px solid #c95e9b96;
}

footer .line-footer p i{
    color: rgb(236, 86, 166);
    font-size: 22px;
}


footer .line-footer p a {
    color: #ffffff;
}

/* Responsividade para telas menores */
@media (min-width: 768px) {
    .skill-name {
        width: 30%; /* Na desktop, a label ocupa 30% da linha */
        margin-bottom: 0;
    }

    .skill-bar-container {
        max-width: 55%;
    }
}

/* ESPECIALIDADES */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background-color: #000000;  
    line-height: 1.65; 
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased; /* fonte mais suave */
}

.hero h1 {
     color: white;
     font-weight: 7000;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
    .hero span {       /*deixa textos transparentes*/
        font-weight: bold;
        font-weight: 700;
        background-image: linear-gradient(
            to right,
            #ba1d6c,
            #db3f56,
            #8a0077,
            #ff81ee,
            #ff8bbb,
            #bf0050,
            #ff0084,
            #eb8dbd,
            #e60077
        );
        -webkit-background-clip: text; 
        background-clip: text;       
        -webkit-text-fill-color: transparent; 
        color: transparent;             
 }
} 

.hero {
    min-height: 65vh; /* Aumentado para mais presença */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 40px;
}

.hero h1 {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 900px;
    letter-spacing: -0.02em; /* Kerning negativo para título grande (moderno) */
}

.hero p {
    font-size: 1.7rem;
    color: #B37F8C;  
    font-weight: 600;
}

.cta-button {
    display: inline-block;
    padding: 14px 40px;
    background-color: #FFCCD5; 
    color: #000000; /* Texto do botão em preto para alto contraste */
    font-weight: 600;
    border: 2px solid #FFCCD5;
    border-radius: 4px;
    letter-spacing: 0.05em;
    transition: 3s ease;
}

.cta-button:hover {
    background-color: transparent; /* Efeito "fantasma" elegante no hover */
    color: #FFCCD5;
    transform: translateY(-3px);
     color: rgb(24, 5, 5);
    padding: 40px;
    margin-top: 25px;
    border-radius: 20px;
    transition: .3s;
}


.specialties {
   padding-top: 150px; 
   padding-bottom: 250px; 
    
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.specialty-grid {
    display: flex;
    justify-content: space-between; 
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 100px auto;
}

.specialty-item {
    flex-basis: 32%; /* Ajuste fino */
    padding: 40px 20px;
    text-align: center;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    border-radius: 8px; 
    border: 1px solid transparent;
}

.specialty-item:hover {
    background-color: #00000054; /* Fundo sutilmente mais claro */
    box-shadow: 0 0 20px rgba(207, 74, 98, 0.497); /* Sombra elegante, puxando para o rosa */
    border: 1px solid #ff6e6e5a;
     color: rgba(24, 5, 5, 0.259);
    padding: 40px;
    margin-top: 10px;
    border-radius: 20px;
    transition: .3s;
}

.specialty-item:hover .icon-white {
    color: #FFFFFF; /* Ícone fica branco no hover para inverter o contraste */
}

.specialty-item h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
    font-weight: 600;
    color: #FFFFFF; 
}

.specialty-item p {
    color: #e087a9ec; 
    font-size: 1.3rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    .specialty-grid {
        flex-direction: column;
        align-items: center;
    }
    .specialty-item {
        flex-basis: 80%;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        padding: 20px;
    }
    .nav {
        margin-top: 15px;
    }
    .nav a {
        margin: 0 10px;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .specialties h2 {
        font-size: 2rem;
    }
}

/* SOBRE */

/* Estilo para o link ativo na navegação */
.nav a.active-nav {
    color: #ffffff; /* Cor rosa pastel para o link ativo */
    border-bottom: 1px solid #FFCCD5;
    opacity: 1;
}

/* Hero Section "Sobre Nós" */
.about-hero {
    min-height: 70vh; /* Um pouco menor que o Hero da Home */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 40px;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
    .about-hero span {
        font-size: 3.2rem;        /*deixa textos transparentes*/
        font-size: 3.2rem;
        font-weight: 700; /* Mais bold para o título do sobre */
        margin-bottom: 15px;
        max-width: 800px;
        letter-spacing: -0.03em;
        background-image: linear-gradient(
            to right,
            #ba1d6c,
            #db3f56,
            #8a0077,
            #ff81ee,
            #ff8bbb,
            #bf0050,
            #ff0084,
            #eb8dbd,
            #e60077
        );
        -webkit-background-clip: text; 
        background-clip: text;       
        -webkit-text-fill-color: transparent; 
        color: transparent;             
 }
} 
.about-hero h1 {
    font-size: 3.2rem;
    font-weight: 700; /* Mais bold para o título do sobre */
    margin-bottom: 15px;
    max-width: 800px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.about-hero p {
    font-size: 2.0rem;
    color: #B37F8C;
    margin-bottom: 40px;
    max-width: 700px;
}

/* Estilos para as seções de Visão, Missão, Valores */
.section-vision,
.section-mission,
.section-values,
.section-cta {
    padding: 120px 80px; /* Grande padding para muito espaço */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px; /* Espaçamento entre os blocos de texto/ícone */
    max-width: 1400px; /* Centraliza e limita a largura */
    margin: 0 auto; /* Centraliza a seção */
    border-bottom: 1px solid rgb(255, 255, 255); /* Linha divisória sutil */
}

/* Remove a borda da última seção */
.section-cta {
    border-bottom: none;
    flex-direction: column;
    text-align: center;
}

.sub-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #cf0e6e; /* Títulos de subseções em Rosa Pastel */
    margin-bottom: 30px;
    letter-spacing: 0.02em;
}

.sub-heading.center {
    text-align: center;
    margin-bottom: 80px;
    color: #FFFFFF; /* Título dos valores em branco, com o rosa nos ícones */
}

.content-left,
.content-right {
    flex: 1; /* Para que cada lado ocupe metade do espaço */
    max-width: 500px;
}

.content-left p,
.content-right p {
    font-size: 1.5rem;
    text-align: justify;
    color: #B37F8C;
}

.content-left p strong {
    color: #FFFFFF; /* Destaca texto em branco */
}

/* Ícones Grandes nas Seções */
.icon-large-rose {
    font-size: 6rem;
    color: #ffffff; /* Ícone grande em Rosa Pastel */
}

.icon-large-white {
    font-size: 10rem;
    color: #FFFFFF; /* Ícone grande em Branco */
    padding-left: 170px;
}

/* Grid de Valores */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* 2 ou mais colunas responsivas */
    gap: 40px;
    width: 100%;
    margin-top: 50px;
}

.value-item {
    text-align: center;
    padding: 30px;
    border-radius: 8px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
    background-color: #da0000;
    box-shadow: 0 0 15px rgba(255, 77, 109, 0.741);
}

.icon-small-rose {
    font-size: 4.5rem;
    color: #cf0e6e; /* Ícones pequenos em Rosa Pastel */
    margin-bottom: 15px;
}

.content-right img {
    width: 800px;
}

.value-item h3 {
    font-size: 1.2rem;
    color: #fcfcfc;
    margin-bottom: 10px;
}

.value-item p {
    font-size: 1.0rem;
    color: #d37189;
}

/* Seção CTA final */
.section-cta h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #cf0e6e;
}

.section-cta p {
    font-size: 1.1rem;
    color: #B37F8C;
    margin-bottom: 50px;
}

/* Animação para Fade-in no Hero */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

.fade-in.delay-1 {
    animation-delay: 0.2s;
}


   /* RESPONSIVIDADE PARA A PÁGINA "SOBRE NÓS" */
 
@media (max-width: 992px) {
    .section-vision,
    .section-mission {
        flex-direction: column; /* Pilha verticalmente */
        text-align: center;
        gap: 40px;
        padding: 80px 40px;
    }

    .content-right, .content-left {
        max-width: 100%; /* Ocupa toda a largura */
    }

    .section-mission .content-right { /* Ajusta a ordem para mobile */
        order: -1; 
    }

    .about-hero h1 {
        font-size: 2.5rem;
    }
    .sub-heading {
        font-size: 1.8rem;
    }
    .section-cta h2 {
        font-size: 2.2rem;
    }
}



@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2rem;
    }
    .about-hero p {
        font-size: 1rem;
    }
    .header {
        padding: 20px;
    }
    .nav {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    .nav a {
        margin: 5px 10px;
    }
    .section-vision,
    .section-mission,
    .section-values,
    .section-cta {
        padding: 60px 20px;
        gap: 30px;
    }
    .sub-heading {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .icon-large-rose, .icon-large-white {
        font-size: 4rem;
    }
    .section-cta h2 {
        font-size: 1.8rem;
    }
}

/* PROJETOS */

