@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo300-Regular.otf') format('truetype'),
    	 url('../fonts/Museo700-Regular.otf') format('truetype'),
    	 url('../fonts/Museo900-Regular.otf') format('truetype');
}

h1.text-lp {
	color: #fff;
	font-family: Museo, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
h2.text-lp {
	color: #fff;
	font-family: Museo,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
p.text-lp-paragraph {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
p.text-lp-paragraph span {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
p.text-lp-button-default {
	color: #fff;
	font-family: Museo, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
p.text-lp-button-mini {
	color: #5E5E5E;
	text-align: center;
	font-family: Museo, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
p.text-lp-button-small {
	color: #fff;
	text-align: center;
	font-family: Museo, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
p.text-lp-label-default {
	color: #fff;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
p.text-lp-label-small {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

body {
        margin: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
#container-carrosseis {
	width: 100%;
}
.lp-folheto--btn-default {
	display: flex;
	height: 40px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	background: #DA291C;
}