strong {
    font-weight: 500;
}

.page-termos-uso {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.page-termos-uso .container {
    height: 85vh;
    overflow-y: scroll;
    padding-right: 30px;
    overscroll-behavior: none;
    width: 100%;
    padding: 0 10%;
}

.page-termos-uso .container::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.page-termos-uso .container::-webkit-scrollbar {
    width: 7px;
    height: 2px;
    background: #bfbfbf;
}

.page-termos-uso .container::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 2rem;
}

.page-termos-uso .logo {
    margin-bottom: 56px;
}

.page-termos-uso .title {
    font-size: 40px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #4E4E4E;
}

.page-termos-uso h1 {
    font-size: 20px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #4E4E4E;
}

.page-termos-uso .subtitle,
.page-termos-uso h4 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #585858;
    margin: 30px 0;
}

.page-termos-uso .subtitle {
    margin: 5px 0 30px;
}

.page-termos-uso p {
    font-weight: 400;
    font-size: 15px;
    color: #6F6F6F;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.page-termos-uso p a {
    color: #000;
    font-weight: bold;
}

.page-termos-uso button {
    border: 1px solid #666666;
    border-radius: 4px;
    width: 87px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #717171;
    margin-top: 62px;
}

.page-termos-uso .close-termos {
    width: 45px;
    height: 45px;
    background-color: #787878;
    border-radius: 100%;
    margin-right: 3%;
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: all ease .2s;
}

.page-termos-uso .close-termos:hover {
    opacity: 0.5;
}

.page-termos-uso .close-termos .left,
.page-termos-uso .close-termos .right {
    background-color: #FFFFFF;
    width: 60%;
    height: 3px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.page-termos-uso .close-termos .left {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-termos-uso .close-termos .right {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1023px) {
    .page-termos-uso {
        padding: 30px 0;
    }

    .page-termos-uso .container {
        height: 100%;
    }

    .page-termos-uso .close-termos {
        width: 35px;
        height: 35px;
        margin-right: 5%;
        box-shadow: 0px 0px 10px 10px #FFF;
    }

    .page-termos-uso .close-termos .left,
    .page-termos-uso .close-termos .right {
        width: 50%;
    }
    
    .page-termos-uso .title{
        font-size: 24px;
    }
    
    .page-termos-uso .subtitle, .page-termos-uso h4, .page-termos-uso h1{
        font-size: 16px;
    }

}
