.sectioncontabel {
    position: relative;
    height: 100vh;
    background-image: url('/img/fotodetras.png');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectioncontabel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.616);
    /* Escurece a imagem */
    z-index: 1;
}

.sectioncontabel .container {
    position: relative;
    z-index: 2;
}

/* especializacao */
.box-solutions {
    background-color: white;
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px !important;
    overflow: hidden;
    position: relative;
    /* Necessário para posicionar o ícone */
}

.box-especializacao {

    background-color: rgba(255, 255, 255, 0.486);
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    margin-top: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px !important;
    overflow: hidden;
    position: relative;

}

.icon-effect {
    position: absolute;
    bottom: 0px;
    /* Escondido logo dentro do box, no limite inferior */
    right: 10px;
    /* Posiciona o ícone no canto inferior direito */
    font-size: 30px;
    color: #007BFF;
    /* Cor do ícone */
    opacity: 0;
    /* Invisível inicialmente */
    transition: all 0.3s ease-in-out;
    width: 80px;
    /* Ajuste o tamanho do ícone */
    height: 80px;
    transform: translateY(30px);
    /* Desloca o ícone para baixo, fora da vista */
}

.box-especializacao:hover .icon-effect {
    opacity: 1;
    /* Torna o ícone visível */
    transform: translateY(0);
    /* Move o ícone para a posição original */
}

.box-solutions:hover .icon-effect {
    opacity: 1;
    /* Torna o ícone visível */
    transform: translateY(0);
    /* Move o ícone para a posição original */
}

.img-contabel {
    padding-top: 70px;
    position: relative;
    height: 100vh;
    background-image: url('/img/fotodetrascuide.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.img-contabel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090e14b6;
    z-index: 1;

}

.img-contabel .container {
    position: relative;
    z-index: 2;
}

.title-contabel {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.paragrafo-contabel {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}


.sectionfiscal {
    position: relative;
    height: 100vh;
    background-image: url('/img/fotogestao.png');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectionfiscal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.733);
    /* Escurece a imagem */
    z-index: 1;
}

.sectionfiscal .container {
    position: relative;
    z-index: 2;
}

/* section pessoal */

.sectionpessoal {
    position: relative;
    height: 100vh;
    background-image: url('/img/img-pessoal.webp');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectionpessoal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.616);


}

.sectionpessoal .container {
    position: relative;

}

.textop {

    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: black;

}

.textoh1 {
    text-align: center;
    font-size: 36px;
    color: #075b7f;
    font-weight: bold;
}

.textoh2 {
    text-align: center;
    font-size: 21px;
    color: #075b7f;
    font-weight: bold;
}

.textoh3 {
    text-align: center;
    font-size: 21px;
    color: #075b7f;
    font-weight: bold;
    z-index: 2;
}

.btnparceria {
    width: 265px;
    height: 55px;
    background-color: #075b7f;
    color: white;
    border: solid 1px #007cab;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.5s;

}

.btnparceria:hover {
    background-color: #007cab;
}


.fundovision {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/img/fundopaginicial.png);
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: -1;
}

.img-finalpagcont {
    padding-top: 70px;
    position: relative;
    height: 100vh;
    background-image: url('/img/fotopagfiscal.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.img-finalpagcont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090e14b6;
    z-index: 1;

}

.fundopagsobre {
    background: #FFA323;
    background: linear-gradient(90deg, rgba(255, 163, 35, 0.425) 0%, rgba(0, 125, 171, 0.288) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 3;
}