/*
 * Copyright 2022, Tag Web Design Ltda.
 * Sass documentation: https://sass-lang.com/documentation
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Nunito:wght@300;400;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
	color: #525252;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	color: #525252;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	-moz-outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

b,
strong {
	color: #333;
	font-weight: 400;
}

.hidden {
	width: 1px;
	height: 1px;
	display: none;
	visibility: hidden;
}

p {
	color: #525252;
	margin-top: 12px;
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: 300;
	text-align: center;
}

#container {
	width: 900px;
	max-width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
}

i.gatos {
	width: 533px;
	height: 139px;
	display: block;
	margin: 20px auto 0 auto;
	background: url(topo.webp) no-repeat center center;
	background-size: 533px 139px;
}

h2 {
	margin: -2px;
	width: 100%;
	color: #fff;
	font-size: 3.4rem;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	background: #e24056;
	text-align: center;
	padding: 14px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

h3 {
	margin-top: 16px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #e24056;
	color: #fff;
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	padding: 14px 20px;
}

p.texto {
	margin: 0;
	padding: 25px 20px;
}

h4 {
	color: #222127;
	font-size: 2.1rem;
	line-height: 2.5rem;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

/*#compre-online {
	padding: 15px 0;
	background: #222127;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

#compre-online p {
	font-size: 2rem;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	line-height: 36px;
	margin-top: 0;
}

#compre-online a {
	width: 120px;
	height: 36px;
	color: #fff;
	border-radius: 100px;
	font-family: 'Nunito', sans-serif;
	background: #48c356;
	padding: 0 8px 0 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#compre-online a:hover {
	background: #19980f;
}

#compre-online a span {
	color: #fff;
	font-weight: 400;
	font-size: 1.7rem;
}

#compre-online a i {
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	margin-left: 5px;
	background: url(ico-whatsapp.webp) no-repeat;
	background-position: right center;
	background-size: 24px 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
*/

#compre-online {
	padding: 15px 0;
	background: #222127;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#compre-online p {
	font-size: 2rem;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	line-height: 36px;
	margin-top: 0;
}

#compre-online ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0;
}

#compre-online li {
	color: #fff;
	font-size: 2rem;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	line-height: 36px;
	margin-top: 0;
}

#compre-online li a {
	width: 100%;
	height: 36px;
	color: #fff;
	border-radius: 100px;
	font-family: 'Nunito', sans-serif;
	background: #48c356;
	padding: 0 8px 0 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#compre-online a:hover {
	background: #19980f;
}

#compre-online a span {
	color: #fff;
	font-weight: 400;
	font-size: 1.7rem;
}

#compre-online a i {
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	margin-left: 15px;
	background: url(ico-whatsapp.webp) no-repeat;
	background-position: right center;
	background-size: 24px 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

#dataSorteio {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #e24056;
	text-align: center;
	padding: 14px 25px;
	margin-top: 20px;
}

#dataSorteio p {
	margin: 0;
	color: #fff;
	font-size: 2rem;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	line-height: 2.8rem;
}

#dataSorteio p span {
	color: #fff;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

#dataSorteio p a {
	color: #fff;
}
#dataSorteio p a:hover {
	opacity: 0.8;
}
ul#premios {
	margin: 25px auto 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

ul#premios li a {
	width: 100%;
	height: auto;
	display: block;
	color: #525252;
}

ul#premios li a:hover {
	color: #e24056;
}

ul#premios li img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 20px;
}

ul#premios li p {
	margin-top: 10px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

ul#premios li p a {
	display: inline;
}

ul#premios li a p.ganhador {
	margin: 0;
}

ul li a p.ganhador b {
	font-weight: bold;
}
