.contentAccess{
    flex-direction: column;
    padding: 0px;
}
.topAccess{
    margin-top: 20px;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topAccess a{
    text-decoration: none;
    color: white;
    margin-left: 8px;
}
.topAccess button{
    width: 104px;
    height: 26px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}
.rowInput{
    width: 100%;
    display: flex;
    justify-content: center;
}
.margin{
    margin-right: 24px;
}
.inputForm span{
    color: rgb(197, 0, 0);
}
.inputFile{
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}
.btnFile{
    margin-top: 12px;
    width: 100%;
    height: 190px;
    border-radius: 12px;
    border: 2px dashed var(--gray);
    color: var(--gray);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    cursor: pointer;
}
.imgBtnFile{
    margin-bottom: 12px;
}
.imgBtnFile img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.inputFile input{
    display: none;
}
.contCheck a{
    text-decoration: none;
    color: var(--pink);
    margin-left: 4px;
    font-weight: 600;
}

.showFiles{
    width: 95%;
    margin-left: 12px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.showFile{
    width: 200px;
    height: 30px;
    border: 1px solid var(--borda);
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.nameFile{
    margin-left: 12px;
    font-weight: 600;
    font-size: 14px;
}
.delFile{
    font-size: 20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: 8px;
    color: var(--pink);
    margin-bottom: 2px;
    cursor: pointer;
}

.containerAccess{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 890px;
    width: 100%;
    overflow: hidden;
    margin-top: 98px;
}
.contentForm{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
.descInput{
    color: var(--gray);
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
}
.leftAccess{
    align-items: flex-start;
    width: 420px;
}
.textLeftAccess{
    margin-top: 42px;
    width: 320px;
    font-size: 22px;
    text-align: left;
    margin-left: 28px;
}
.btnsForm{
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btnForm{
    width: auto;
}
.btnForm button{
    width: 162px;
    height: 34px;
}
.mLeft{
    margin-left: auto;
}
.gray button{
    background-color: var(--gray);
}
.rowR{
    justify-content: center;
    margin-bottom: 48px;
}

.pagesAccess{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}
.pageAccess{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid white;
    margin-left: 2px;
    margin-right: 2px;
}
.select{
    background-color: white;
}


.contentComplete{
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/acesso/background4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Montserrat", sans-serif;
}
.titleComplete{
    font-size: 48px;
    font-weight: 600;
    color: white;
}
.textComplete{
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.contentSteps{
    margin-top: 28px;
    width: 580px;
    border-radius: 16px;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contentStep{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
.contentSteps .contentStep:first-child{
    border-bottom: 1px solid white;
}
.titleStep{
    font-size: 28px;
    color: white;
    font-weight: 600;
}
.textStep{
    margin-top: 4px;
    color: white;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textStep strong{
    display: block;
    width: 75%;
}
.titleDescC{
    margin-top: 48px;
    font-size: 28px;
    color: white;
    font-weight: 600;
}
.textDescC{
    width: 540px;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
}
.rowMedia{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.media{
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.media img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 8px;
}
.media a{
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.linkSite{
    margin-left: 12px;
    padding-left: 24px;
    border-left: 2px solid white;
}
.linkSite a{
    color: white;
    font-weight: 600;
    text-decoration: none;
}


@media screen and (max-width: 980px){
    .topAccess{
        margin-top: 48px;
        font-size: 28px;
    }
    .topAccess button{
        width: 198px;
        height: 48px;
        font-size: 28px;
    }
    .btnFile{
        height: 260px;
        font-size: 30px;
    }
    .imgBtnFile img{
        width: 64px;
        height: 64px;
    }

    .showFile{
        width: 310px;
        height: 48px;
    }
    .nameFile{
        font-size: 22px;
    }
    .delFile{
        font-size: 30px;
    }

    .containerAccess{
        height: 1740px;
    }
    .contentForm{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .descInput{
        font-size: 20px;
    }
    .leftAccess{
        width: 100%;
        align-items: center;
    }
    .textLeftAccess{
        width: 740px;
        font-size: 36px;
        text-align: center;
    }
    .btnForm button{
        width: 280px;
        height: 48px;
        font-size: 28px;
    }

    .pageAccess{
        width: 18px;
        height: 18px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .contentComplete{
        min-height: 1380px;
        height: auto;
    }
    .titleComplete{
        font-size: 78px;
    }
    .textComplete{
        font-size: 28px;
    }
    .contentSteps{
        width: 710px;
    }
    .contentStep{
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .titleStep{
        font-size: 46px;
    }
    .textStep{
        font-size: 32px;
    }
    .textStep strong{
        width: 100%;
    }
    .titleDescC{
        font-size: 46px;
    }
    .textDescC{
        font-size: 32px;
        width: 720px;
    }
    .rowMedia{
        flex-direction: column;
        margin-top: 48px;
    }
    .media{
        margin: 0px;
        margin-bottom: 30px;
    }
    .media img{
        width: 72px;
        height: 72px;
    }
    .media a{
        font-size: 24px;
    }
    .linkSite{
        margin-top: 18px;
        padding: 0px;
        border: 0px;
        font-size: 24px;
    }
}