
/* 🔹 MEDIA QUERY - DESKTOP */
@media (min-width: 768px) {
    

    section h2 {
        font-weight: 300;
        padding: 0px  20px;
        margin: 20px 0;
        font-size: 3rem;
        display: flex;
        flex-direction: column;
    }
    body > .background {
        display: none;
    }
    .container{
        margin: 40px 20px;
    }

    .hero {
        display: none;
    }
    .highlights {
        display: none;
    }
    
    .hero-desktop {
        display: flex;
    }
    .hero-desktop ul {
        display: flex        ;
        gap: 20px;
        font-size: 20px;
        font-weight: 300;
    }   
    .site-header {
        padding: 0;
        margin: 0;
        justify-content: space-evenly;
        position: fixed;
        top: 0;
        border-bottom: 2px solid var(--silver);
        left: 0;
        z-index: 1;
        width: 100vw;
        background-color: #3737378c; /* Cor de fundo semi-transparente */
        backdrop-filter: blur(10px); /* Aplica o desfoque apenas ao fundo */
    }

    .home-container > section{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

.highlights-desktop{
    width: 100%;
    display: inline-block;
}
/* Seção Barreiras */
.barriers{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1248px;
    gap: 40px;
}
.barrier-items{
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.barrier-items .barrier{
    padding: 20px;
    border-radius: 0px 30px 30px;
    gap: 30px;
}
.barriers h2{
    font-size: 3rem;
    display: inline-block;
    width: 60%;
}

.partnership{
        display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1248px;
    gap: 40px;
}
.partnership h2{
    display: inline-block;
}

.partnership-item {
    flex-direction: row;
    padding: 15px 25px;
    align-items: center;
    border-radius: 20px;
    gap: 20px;
}

.partnership-item > img {
    width: 101px;
    height: 200p;
}

.partnership-item > p {
    font-size: 1.5rem;
}

.partnership-items {
    gap: 15px;
    flex-direction: row;
}

/* About */

.about{
    max-width: 1248px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.about h2 {
    font-size: 2rem;
    display: inline-block;
    width: 70%;
    text-align: start;
}
.about .content{
    display: flex;
    align-items: center;
    gap: 5px;
}
.about .box-text {
    padding: 20px;
    font-size: 1.5rem;
}
.about .content .box {
    width: 100%;
}
.about .content .box img {
    max-height: 400px;
}
.about .content h2 {
    width: 60%;
}

/* Cleints */

.clients {
padding-top: 0;
margin-top: 0;
}
.clients h3 {
    font-size: 2vw;
}
.clients .carousel{
    gap: 80px;
}
.clients .carousel img {
    height: 70px;
}

/* Estilos da seção de perfil */

section .profile-section {
    flex-direction: row;
    max-width: 1248px;
    font-size: 1.3em;
    align-items: start;
}
.profile-card {
    margin-top: 50px;
}
.profile-section .right {
    width: 65%;
    margin-top: 50px;
}
.profile-image {
    margin-top: 0px;
    width: 20%;
}


/* FAQ */

.faq {
    max-width: 1248px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.faq .line{
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 40px;
}
.faq .line div{
    height: max-content;
}
.faq .line .box{
    width: 50%;
}
.faq .line img{
    max-height: 300px;
}
.line div.box-text {
    background-color: var(--background);
    color: var(--silver);
    font-size: 2.5rem;
    padding: 0;
}
.line div.box-text p{
    width: 90%;
}
.faq-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.faq-answer {
    transition: 0s ;
}
.faq-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-title {
    font-size: 1.5rem;
}
.faq-item {
    border-radius: 0px 20px 20px 20px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    max-height: fit-content;
    width: 48%;
}
.faq-asking svg {
    width: 37px;
    height: 37px;
}

/* FAQ old

.faq {
    max-width: 1248px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.faq .line{
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 40px;
}
.faq .line div{
    height: max-content;
}
.faq .line .box{
    width: 50%;
}
.faq .line img{
    max-height: 300px;
}
.line div.box-text {
    background-color: var(--background);
    color: var(--silver);
    font-size: 2.5rem;
    padding: 0;
}
.line div.box-text p{
    width: 90%;
}
.faq-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.faq-group {
    width: 30%;
}
.faq-title {
    font-size: 1.5rem;
}
.faq-item {
    border-radius: 0px 20px 20px 20px;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.faq-asking svg {
    width: 37px;
    height: 37px;
} */

/* Contact */

.contact .contact-content{
    max-width: 1248px;
    display: flex;
    width: 100%;
    color: var(--silver);
    justify-content: space-between;
}
.contact-content > * {
    width: 48%;
}
.text-content {
    width: 40%;
}
.contact-content h3 {
    font-size: 3.5rem;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: -4px;
    line-height: 55px;
}
.contact-content p {
    font-size: 1.1rem;
}
.wpcf7-form label {
    font-size: 1.2rem;
}
.wpcf7-form > div {
    justify-content: end;
    margin-right: 30px;
}

/* footer */

.back-to-top {
    display: none;
}
.footer-content {
    align-items: start;
}
.footer-content .info{
    display: flex;
    flex-direction: column;
}
.footer-content .info p{
    font-size: 1rem;
    font-weight: 600;
    color: var(--silver);
}
.footer-content .info h3{
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.footer-content .content-info{
    margin-top: 10px;
}
.footer-content .content-info > div{ 
    display: flex;
    gap: 10px;
}
.footer-content .content-info icon{
    background-color: var(--silver);
    height: 20px;
    width: 20px;
    margin: 1px;
    border-radius: 5px;
    display: flex;
}
.footer-bottom{
    font-size: .8rem;
}

}

