
.para_pc{
    display: none;
}

html,body{
    padding: 0;
    border: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

body p{
    line-height: 20px;
}

.circulo{
    background-color: rgba(128, 0, 255, 0.5);
    border-radius: 24px;  
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: small;
    width: 60px;   
    display: flex;
    justify-content: center;
    align-items: center;
}

#motivo_circle{
    background-color: rgba(255,255,0,0.9);
    color: #000;
}

/*apresentar*/
#apresentar{
    color: white;
    background: linear-gradient(to bottom, rgba(0%, 0%, 0%, 100%) ,rgba(0%, 0%, 0%, 0%) );
    height: 550px;
}

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav img{
    height: 70px;
    width: 70px;
    padding: 10px;
}

#computer img{
    height: 550px;
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

#computer{
    display: flex;
}

#textInfo{
    position: relative;
    margin: 15px;
    width: 70%;
}

.destaque_ouro{
    color: #ffff00;
}

/*BUTTON ENTRE EM CONTATO INICIAL*/

.centralizar_button{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    
}

.chd_acao{
    display: flex;
    justify-content: center;
    background-color: #1aff00;
    border-radius: 24px;
    height: 50px;
    margin-top: 20px;
    align-items: center;
    width: 90%;

    transition: all 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.chd_acao:hover{
    background-color: #56fa43;
    transform:scale(1.1)
}

.centralizar_button_mobile{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#chamada_acao_mail_button{
    background-color: #2483bb;
}

/*MOTIVO*/

#corpo{
    background-color: #1a1a1a;
    color: white;
}

#motivo{
    height: 690px;
    width: 100%;
    background-color: #8000ff;
    color: #fff;
    padding-top: 15px;
    border-radius: 12px;
}

#estilizar_motivo{
    padding: 15px;
}
#centralizar_motivo_imagem{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 100%;
    overflow: hidden
}

#motivo img{
    width: 90%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

 
#motivos{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.motivo_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #b3b3b3 solid;
    background-color: #7300e6;
    border-radius: 36px;
    height: 60px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.motivo_inner:hover {
  transform: translateY(-10px);
  background-color: #6a01d3;
}

.motivo_inner i{
    width: 30%;
}

/*A IMAGEM ESTÁ QUEBRADA*/
.motivo_inner p{
    width: 70%;
    margin-left: 10px;
}

/*SERVIÇOS*/


#estilizar_servicos{
    margin-top: 40px;
    margin-bottom: 40px;

}

#centralizar_servicos{
padding-left: 40px;
padding-right: 10px;


}


.estilizar_i{
    width: 40px;
    height: 40px;
    background-color: #1a1a1a;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo{
    display:flex;
    align-items: center;
    padding: 15px;

}

.titulo h3{
    margin: 4px;
    width: auto;
}

.servico_inner_text{
    width: 90%;
    height: auto;
    border-radius: 24px;
    margin-bottom: 17px;

}

.centralizar_inner_text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.servico{
    background-color: #333;
    width: 90%;
    border-radius: 24px;
    margin-top:20px;
    margin-bottom:30px;
    border: 2px #8000ff solid;
    overflow: hidden;


    transition: all 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.servico:hover {
    transform:scale(1.1)
}




/*OBJETIVO*/

#centralizar_objetivo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#objetivo{
    width: 90%;
    height: 570px;
    background-color: #333;
    border-radius: 12px;
}

#objetivo_innercontent{
    width: 100%;
}

#objetivo_innercontent h2{
    font-size: larger;
}

#objetivo_innercontent h2{
    margin-bottom: 20px; 
    width: 80%;
    padding: 20px;
}

.objetivo_innercontent_formas{
    margin-left: 30px;
    width: 100%;
    padding-bottom: 30px;    

}

.formas_contato{
    display: flex;
}

.objetivo_innercontent_formas p{
    margin-right: 20px;
}

#contato_circle{
    margin-left: 20px;
    margin-top: 20px;
}

/*FAQ*/


#centralizar_faq{
    background-color: #1a1a1a;
    display: center;
    justify-content: center;
    align-items: center;
    
}

.faq {
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    padding: 10px;

}

.faq-item {
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px #4d4d4d solid;
    color: black;
}

.faq-pergunta {
    width: 100%;
    padding: 15px;
    background: #b6b6b6;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.faq-resposta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #e6e6e6;
}

.faq-resposta p {
    padding: 15px;
    margin: 0;
    font-size: 14px;
}

.faq-item.ativo .faq-resposta {
    max-height: 1000px;
}

/*FOOTER*/

footer img{
    width: 70px;
    height: 70px;
    padding-bottom: 20px;
}

.footer-box{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
}

#central_logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 1124px){


/*apresentar*/


#apresentar{
    color: #fff;
    background: linear-gradient(to bottom, rgba(0%, 0%, 0%, 100%) ,rgba(0%, 0%, 0%, 0%) );
    height: auto;

}


#computer img{
    height: 550px;
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}


#textInfo{
    position: relative;
    margin: 15px;
    width: 30%;
    font-size: larger;
    padding-left: 50px;
}


/*BUTTON ENTRE EM CONTATO INICIAL*/


#apresentar{
    height: 100vh;
}

#computer img{
    height: 100vh;
}

#estilizar_motivo{
    display: flex;
}

#estilizar_motivo_pc{
    width: 30%;
    padding: 50px;
    font-size: larger;
}

#centralizar_motivos_inner{
    width: 70%;
    padding: 50px;
    font-size: large;
}

.servico{
    width: 40%;
}

#linha1{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#linha2{
    display: flex;
    justify-content: center;
    align-items: center;
}

#motivo{
    height: auto;
}

#estilizar_motivo_pc{
    display: flex;
    width: 100%;
    padding: 20px;
}

#estilizar_motivo{
    display: block;
}

#estilizar_motivo_pc_innercontent{
    width: 40%;
}

#centralizar_motivo_imagem{
    height: 300px;
}

#centralizar_motivos_inner{
    width: 100%;
    padding:0;
    margin:0;
    border: 0;
}

#motivo_inner{
    width:30%;
}

#motivos{
    width:100%;
}

#objetivo{
    height: auto;
}

#objetivo_innercontent{
    padding:40px;
}

.para_mobile{
    display: none;
}

.para_pc{
    display: block;
}

#objetivo_innercontent {
        width: 100%;
        padding: 60px; /* Aumentei o respiro interno */
        box-sizing: border-box;
    }

    .objetivo_innercontent_formas {
        width: 100%;
        display: flex;
        align-items: center; /* Alinha ícone, texto e botão na mesma linha horizontal */
        justify-content: flex-start;
        margin-left: 30px;
        margin-bottom: 30px; /* Espaço entre a linha de telefone e a de e-mail */
        gap: 20px;
    }

    /* Ajuste para os ícones e textos não ficarem espremidos */
    .objetivo_innercontent_formas p {
        margin: 0;
        min-width: fit-content;
    }

    /* O pulo do gato: o container do botão ocupa o resto da largura */
    /*.para_pc {
        display: flex;
        flex-grow: 1; 
        justify-content: flex-end; 
        width: auto;
    }*/

    .formas_contato{
        width: 50%;
        padding-left: 20px;
        font-size: 20px;
        line-height: 60px;
        height: auto;
    }

    .formas_contato p{
        padding-right: 30px;
    }

    #chamada_acao_2, #chamada_acao_mail{
        width:80%;

    }

    .centralizar_button{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .chd_acao{
        width: 90%;
    }



    .contato_innercontent{
        width: 230px;
    }

    #contato hr{
        margin: 0;
        padding:0;
    }

    #centralizar_motivo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#motivo{
    width: 90%;
}

    .faq{
        max-width: 800px;
    }
}