@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');

* {
    box-sizing: border-box;
}

html,body {
    overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

/* =========== SCROLL ========== */
::-webkit-scrollbar{
    width: 9px;
    height: 3px;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #424242;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* =========== CONTAINER ========== */

.container {
    width: 1276px;
    max-width: 100%;
    padding: 0 35px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .container {
        width:100%;
        padding: 0 20px;
    }
}

/* =========== HEADER ========== */

.s-header > header {
	/* background: #f8f8f8; */
	height: 90px;
	width: 100%;
}

.s-header .container{
	display: flex;
	justify-content: center;
}

.s-header > header img {
	width: 167px;
	margin-top: 28px;
}

/* =========== POLÍTICA DE PRIVACIDADE ========== */

.s-politicaDePrivacidade > .container h2 {
	margin-top: 45px;
	font-weight: 500;
	font-size: 28px;
	line-height: 0px;
	margin-bottom: 35px;
	line-height: 30px;
	color: #666666;
}

.separador{
	width: 100%;
	height: 1.1px;
	margin: 40px 0 0 0;
	background-color: #cfcfcf;
}

.s-politicaDePrivacidade > .container h4 {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
}
.s-politicaDePrivacidade >.container p, .s-politicaDePrivacidade > .container li {
	font-weight: 300;
	text-align: justify;
}

.s-politicaDePrivacidade li{
	padding: 10px 0 10px 0;
}
.list-style-type{
	list-style-type: none;

}
.list-style-type li a{
	color: #0669DE ;
	text-decoration:none;
}

.text-destaque {
	font-weight: 400;

}

div.identacao {
	margin-left: 50px;
}

/* =========== FOOTER ========== */

.s-footer > footer {
	display:flex;
	justify-content: center;
	width: 100%;
	/* background: #f8f8f8; */
	height: 50px;
	margin-top: 45px;
	margin-bottom: 0;
}
.s-footer > footer img {
	width: 110px;
}