body {
    background-color: #F7F7F7 !important;
}

/*=============== HOME ===============*/
#home {
    padding: 6rem 0 0rem !important;
}

.home__container {
    position: relative;
    row-gap: 0rem;
    padding-top: 2rem;
}

.home__about {
    background: linear-gradient(0deg,#F5F5F5,#F5F5F5 250px,#F4F4F4 0,#F4F4F4);
}

.header {
    background: #F4F4F4 !important;
}

.home__data {
    text-align: center;
    padding-right: 0;
}

.home__data h1 {
    font-size: 51px;
    line-height: 80px;
    text-align: center;
    color: #52636b;
    margin-bottom: 32px;
    font-weight: 700;
}

.menu-termos {
    width: 100%;
    max-width: 574px;
    margin: 0 auto 112px;
    background: #ededff;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
    border-radius: 500px;
    border-radius: 50px;
}

.menu-termos .termos {
    border-radius: 50px;
    width: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 22px;
    text-align: center;
    color: #1674ba;
    letter-spacing: -.008em;
}

.menu-termos .termos.active {
    background-color: #1674ba;
    color: #fff;
    text-align: center;
}

.menu-termos, .title-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*=============== TERMS OF USE ===============*/
.terms {
    background: #f8f8f8 !important;
}

.terms__data .capitulo {
    font-weight: 400;
    margin-top: 22px;
}

.terms__data .destacar {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.terms__data h1 {
    color: #5f5f5f;
    font-size: 22px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 25px;
}

.terms__data p {
    color: #7c7c7c;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
}

@media screen and (max-width: 390px) {
    #home {
        padding: 1rem 0 0rem !important;
    }
    
    .home__data h1 {
        font-size: 30px;
        margin-bottom: 0;
    }
  
    .menu-termos .termos {
        font-size: 10px;
    }
    
    .menu-termos {
        margin: 0 auto 50px;
    }
  
    .terms__data {
        font-size: 14px;
        text-align: start;
        color: #7c7c7c;
    }
  
    .terms__data h1 {
        font-size: 18px;
        text-align: start;
    }
  
    .terms__data p {
        font-size: 14px;
        text-align: start;
        color: #7c7c7c;
    }
    
    .terms__data .destacar {
        font-size: 14px;
        text-align: start;
        color: #7c7c7c;
    }
  }