@import url('href="https://fonts.googleapis.com/css2?family=FS Lola:wght@400;900&display=swap');

/* desktop */

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
	overflow-y: hidden;
	margin-bottom: 50px !important;
}

.container {
	max-width: 1220px;
	padding: 0 !important;
	margin: 0 auto;
	box-sizing: border-box !important;
	border: solid 1px #f6f6f6;
}

.bg-colecao {
    background: url(../img/colecao.png);
}

.bg-gray {
	background: #efefef;
}

.bg-brand {
    background: #f8f8f8;   
}

.bg-clean {
    background: #ffffff;   
}


.box {
    background: #747171;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
}

.btn {
    background: #747171;
    color: #fff;
    border-radius: 1;
    display: block;
    white-space: normal;
}

.btn:hover {
    background: #c2c2c2;
    color: #000;
    display: block;
}

header h1 {
	padding-bottom: 0 !important;
}

h1 {
	font-family: 'FS Lola', sans-serif;
	font-weight: 500;
	color: #747171;
	font-size: 1.70em;
	padding-bottom: .25em;
}

h2 {
	font-size: 1.4em;
	font-family: 'FS Lola', sans-serif;
	color: #747171;
}

p, ul li {
	font-family: 'Roboto', sans-serif;
	opacity: 0.7 !important;
	font-size: 1.125em;
	line-height: 140%;
}

ul li {
	margin-top: .5em;
}

.text-brand {
	font-size: .75em;
}

.text-brand p {
	margin: 0 !important;
	line-height: 140%;
}

.vertical-line {
	width: 1px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	margin: 0 auto;
}

[data-box="frase-obrigatoria"] span {
	font-weight: bold;
	margin-top: 0;
}

span {
	font-size: .85em;
	display: block;
	opacity: 0.7 !important;
}

.mobile {
	display: none;
}

/* tablet */

@media only screen and (min-width:768px) and (max-width:992px) {
	h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.2em;
	}
	p, ul li {
		font-size: .8em;
		line-height: 140%;
	}
}

/* smartphone large */

@media only screen and (max-width:767px) {
	h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.2em;
	}
	p, ul li {
		font-size: 1em;
		line-height: 140%;
	}
	.text-brand p {
		line-height: 150%;
	}
	[data-box="frase-obrigatoria"] span {
		font-weight: bold;
		margin-top: .5em;
	}
	section {
		margin-top: 40px !important;
	}
	.desk {
		display: none;
	}
	.mobile {
		display: block;
	}
}