.container-master-credimata {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.container-login-credimata {
    width: 100%;
    height: 20vh;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-image: url(https://www.sicoob.com.br/documents/3144472/168679333/icons_logo.svg/85d35cbb-be9b-f499-bd9e-5861c1cec033?t=1696532850980);
    background-repeat: no-repeat;
    background-position: right;
}

.container-login-credimata .span-credimata {
    font-weight: bold;
    text-align: start;
    width: 80%;
    cursor: default;
}

.container-login-credimata .span-credimata .a-credimata {
    color: #000000;
    text-decoration: none;
    transition: all 400ms linear;
}

.container-login-credimata .span-credimata .a-credimata:hover {
    color: #00ae9d;
    transition: all 400ms linear;
}

.container-login-credimata .section {
    background-image: url(https://www.sicoob.com.br/documents/3144472/168679333/grafismo_turquesa.svg/7b71c6af-cb06-447a-353e-163328c648aa?t=1696529266455);
    background-size: cover;
    width: 80%;
    height: 50%;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 #00000032;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-login-credimata .section .h1-credimata {
    color: #ffff;
    font-size: 28px;
    margin-left: 20px;
    cursor: default;
}

/*===================================================*/
.container-documentacao-credimata {
    width: 75%;
}

.container-documentacao .h2-credimata {
    color: #007b6e;
    padding-bottom: 10px;
}

.container-documentacao .p-credimata {
    padding-bottom: 5px;
}

/*===================================================*/
.container-accordion-credimata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    gap: 10px;
    padding-bottom: 100px;
}

/*Botão para ativar o accordion*/
.accordion-credimata {
    background-color: #7db61c;
    color: #ffff;
    cursor: pointer;
    padding: 15px;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: all 400ms linear;
    border-radius: 8px;
}

.active,
.accordion-credimata:hover {
    background-color: #003641;
    transition: all 400ms linear;
}

.active {
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}

/*Painel com conteúdo do accordions*/
.panel {
    border-radius: 0px 0px 8px 8px;
    border: 2px #003641 solid;
    margin-top: -10px;
    padding: 18px 18px;
    display: none;
    transition: all 400ms linear;
}

.body-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.navegation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.navegation .button-navegation {
    color: #ffff;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100px;
    background-color: #49479d;
    border-radius: 15px;
    transform: skew(-30deg);
    transition: all 400ms linear;
    box-shadow: 5px 5px 2px 0px #00000042;
}

.navegation .button-navegation:hover {
    background-color: #312f6a;
    cursor: pointer;
    transition: all 400ms linear;
    font-size: 30px;
}

.navegation .button-navegation .h3-credimata {
    transform: skew(30deg);
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40%;
    padding: 0px 50px;
}

.header .botao-voltar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #ffff;
    width: 100px;
    height: 50px;
    background-color: #00ae9d;
    border-radius: 8px;
    transform: skew(-30deg);
    transition: all 400ms linear;
    box-shadow: 5px 5px 2px 0px #00000042;
}

.header .botao-voltar .span-voltar {
    transform: skew(30deg);
}

.header .botao-voltar:hover {
    cursor: pointer;
    transition: all 400ms linear;
    background-color: #007b6e;
}

.header .year {
    font-weight: bold;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffff;
    background-color: #49479d;
    border-radius: 8px;
    width: 150px;
    height: 60px;
    transform: skew(-30deg);
    cursor: default;
}

.header .year .span {
    transform: skew(30deg);
}

.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 0px 50px;
    width: 100%;
    height: 100%;
}

.section-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    width: 100%;
    height: 100%;
}

.section-card .imagem {
    width: 360px;
    height: 450px;
    background-color: #007b6e;
    border-radius: 15px;
    box-shadow: 5px 5px 2px 0px #00000042;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
}

.section-card .imagem .button-img {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    color: #ffff;
    width: 100%;
    height: 10%;
    background-color: #7db61c;
    border-radius: 15px 15px 15px 15px;
    transition: all 400ms linear;
    text-decoration: none;
}

.section-card .imagem .button-img:hover {
    font-size: 30px;
    background-color: #598314;
    height: 60%;
    transition: all 400ms linear;
    cursor: pointer;
}

.section-card .download {
    height: 450px;
    width: 50%;
    background-repeat: no-repeat;
    gap: 50px;
    background-size: 15vw;
    background-position: center;
}

.section-card .download h2 {
    border-left: 5px #003641 solid;
    padding-left: 5px;
    color: #003641;
    margin-bottom: 100px;
    font-size: 35px;
}

.section-card .download a {
    font-size: 20px;
    padding: 5px 0px;
    width: 30%;
    text-decoration: none;
    color: #003641;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00ae9d78;
    border-radius: 15px;
    box-shadow: 5px 5px 2px 0px #00000042;
    transition: all 400ms linear;
}

.section-card .download a:hover {
    color: #ffff;
    background-color: #007b6e;
    transition: all 400ms linear;
}