@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'Polestar Unica';
    src: url('https://www.polestar.com/shared-assets/fonts/polestar-unica/regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Polestar Unica', Arial, sans-serif;
}

.btn-polestar {
	text-decoration:none;
	font-weight:bolder;
	margin-bottom:20px;
}

a.btn-polestar {
	color: #333;
	font-weight:bolder;
}

.texto-principal-polestar {
	color: #333; 
	font-size:28px; 
	text-align: justify; 
	line-height:1.2;
}


@media (max-width: 991px) {
    .btn-polestar img {
        margin: 0 auto;
    }
}


@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
	.texto-principal-polestar {
		font-size:18px;
	}
	.btn-polestar img {
        margin: 0 auto;
    }
}
