* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

header {
    width: 100%;
    height: 150px;
    padding: 0;
    z-index: 999;
}

.fsbanner {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #186185;
    height: 100%;
    background-image: url('../images/top-privacidade.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fsbanner a {
    padding: 2rem;
}

.fs-termos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-title {
    width: 100%;
    height: 80px;
    background-color: #186185;
    border-top: 3px solid rgb(32, 159, 176);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}


.fs-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-header {
    width: 100%;
}

.content-header-title {
    width: 100vw !important;
    background-color: #186185;
}

.fs-termos-wrapper {
    width: 75%;
    padding: 3rem;
}

h1,
h2,
p {
    margin: 1.5rem;
}

ul {
    margin-left: 4rem;
    margin-bottom: 1rem;
}

li div {
    color: rgb(206, 44, 44);
}

li {
    margin-bottom: 0.5rem;
}


h1 {
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
}

h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}

p {
    font-size: 16px;
    font-weight: 400;
}