@import url('https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@100..900&family=Karantina:wght@300;400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@100..900&family=Karantina:wght@300;400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: 1s;
}

html {
	height: 100vh;

}

body {
	background-color: rgb(33, 22, 16);
	overflow-x: hidden;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;

}

.mainBackground {
	z-index: -4;
	position: fixed;
	width: 100vw;
	height: 100%;
	background-image: url(../img/background.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.opaque {
	z-index: -3;
	opacity: 0.4;
	position: fixed;
	background-color: rgb(26, 15, 8);
	width: 100%;
	height: 100%;
}

.opaque2 {
	z-index: -2;
	opacity: 1;
	position: fixed;
	background-color: rgb(33, 22, 16);
	width: 100%;
	max-width: 420px;
	height: 0;
}

.top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 420px;
}

.top div {
	width: 50px;
	height: 50px;
}

.logoImageContainer {
	transition: 0.8s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logoImage {
	transition: 0.8s;
	width: 14rem;
	height: 7.2rem;
}

.welcomeContent {
	overflow: hidden;
	color: white;
	width: auto;
	height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Inter;
	text-align: center;
	margin-bottom: 2rem;
	font-family: 'Luxury';
}

.welcomeContent h1 {
	font-size: 1.2rem;
	font-weight: 400;
}

.welcomeContent h2 {
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 15px;
}

.welcomeContent h3 {
	width: 60%;
	font-size: 1.3rem;
	font-weight: 400;
	margin-top: auto;
}

.countries {
	font-family: 'Luxury';
	position: relative;
	flex-direction: column;
	display: grid;
	grid-template-rows: 15% 15% 15% 15% 15%;
	width: 100%;
	max-width: 420px;
	height: 0;
	margin-top: auto;
}

.card {
	text-decoration: none;
	background-color: rgb(33, 22, 16, 0.5);
	border: 1px solid rgb(88, 49, 30);
	height: 300px;
	margin-top: 600px;
	border-radius: 20px;
}

.card p {
	color: white;
	text-align: center;
	margin-top: 20px;
	font-size: 25px;
}

#republica {
	background-color: rgb(33, 22, 16);
	height: 225px;
}

.top-icons {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
}

.voltar {
	cursor: pointer;
	z-index: 3;
	width: 50px;
	height: 50px;
	border: 1.5px solid rgb(228, 100, 19);
	border-radius: 50%;
	background-image: url(../img/voltar.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 85% 85%;
	background-position: center;
}

.carrinho img {
	cursor: pointer;
	z-index: 3;
	width: 50px;
	height: 50px;
}

.countryContainer {
	opacity: 1;
	width: 100%;
	max-width: 420px;
	height: 180px;
	background-image: url(../img/bandeiraBrasil.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0px 0px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	font-family: Inter;
	padding: 15px;
}

@font-face {
	font-family: 'Luxury';
	src: url(../img/Luxury.otf);
}

.countryContainer h1 {
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Luxury';
}

.countryContainer h2 {
	margin: 0px 0px 0px 0px;
	max-width: 280px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Alice';
}

.line {
	width: 70%;
	height: 1px;
	background-color: white;
	border-radius: 10px;
	margin-top: 20px;
}

.whatsButton {
	background-color: rgba(19, 194, 150, 1);
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: white;
	width: 90%;
	padding: 10px;
	margin-top: 280px;
}

.whatsButton img {
	width: 25px;
	height: 25px;
}

.grid {
	display: grid;
	grid-template-columns: 45% 35% 20%;
	width: 100%;
	place-items: start;
	padding: 0px 10px;
	color: white;
	margin-top: 20px;
}

.search {
	transition: 2s;
	z-index: 1;
	opacity: 0;
	color: white;
	background-color: rgb(33, 22, 16);
	border: 1.5px solid rgb(228, 100, 19);
	border-radius: 10px;
	width: auto;
	height: 40px;
	margin: 30px 30px 30px 30px;
	padding: 15px;
	background-image: url(../img/ic-actions-search.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 97% 50%;
}

.search::placeholder {
	color: white;
}

.produto {
	display: flex;
	position: relative;
	flex-direction: column;
	opacity: 0;
	transition: 2s;
	align-items: center;
	width: auto;
	height: 200px;
	padding: 15px;
	border-radius: 15px;
	margin: 0px 30px 0px 30px;
	background-image: linear-gradient(to top, rgb(54, 36, 26), rgb(33, 22, 16));
	margin-bottom: 30px;
	justify-content: center;
}

.produto::after {
	content: '';
	opacity: var(--opacidade-pseudo-elemento, 0);
	position: absolute;
	width: 101%;
	height: var(--altura-pseudo-elemento, 101%);
	z-index: -1;
	border-radius: 15px;
	padding: 1px;
	background: var(--cor-pseudo-elemento, linear-gradient(to top, rgb(54, 36, 26), rgba(179, 109, 72, 0)));
}

.produtoContent {
	display: flex;
	align-items: center;
	width: 100px;
}

.row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.charutoImg {
	width: 100px;
}

.info {
	width: 120%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}

.info div {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
	gap: 10px;
}

input[type="radio"] {
	transition: 0.1s;
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	background-color: #8d8d8d;
	border: 3px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

input[type="radio"]:checked {
	background-color: #ff5e00;
}


.info strong {
	font-size: 25px;
	width: 70%;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Luxury;
}

.info p {
	font-family: 'Alice	';
	font-size: 14px;
}

.lilRow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 10px;
	padding: 0px 10px;
}

.change {
	display: flex;
	flex-direction: row;
	gap: 10px;
	color: white;
	align-items: center;
}

.change img {
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 8px;
	border: 1px solid rgb(228, 100, 19);
	border-radius: 50%;
}

.change2 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	color: white;
	align-items: center;
}

.change2 img {
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.infoButton {
	color: white;
	align-items: center;
	display: flex;
	text-decoration: none;
	font-size: 15px;
	gap: 10px;
	width: 200px;
	padding: 8px 15px;
	border-radius: 25px;
	border: 1px solid rgb(228, 100, 19);
	margin: 0px 10px 0px 0px;
	background-color: rgb(54, 36, 26);
	font-family: 'Luxury';
}

.infoButton img {
	width: 20px;
	height: 20px;
}

.infoButton:hover {
	font-family: 'Luxury';
	transition: 0.5s;
	cursor: pointer;
	color: white;
	background-color: rgb(24, 15, 11);
}


.textContainer {
	opacity: 0;
	color: white;
	width: 100%;
	padding: 10px;
	height: max-content;
}

.textContainer h3 {
	font-family: 'Luxury';
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: 500;
}

.textContainer p {
	font-family: 'Roboto Serif';
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 16px;
}

@media screen and (max-width: 312px) {
	.countryContainer h2 {
		overflow: hidden;
		height: 0;
	}
}