@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	overflow-x:hidden !important;
}
#valido {
	padding: 0;
	margin: 0;
	display: none;
	color: green;
	float: right;
	font-size: 8px;
	width:100%;
	text-align:right;
}
#invalido {
	padding: 0;
	margin: 0;
	display: none;
	color: red;
	float: right;
	font-size: 8px;
	width:100%;
	text-align:right;
}

#frete {
	display: none;
	padding: 5px;
	color: #000;
	margin-left: 5%;
	margin-top: 2%;
	text-align: center;
}

.botaoCores{
	border:none;
	background:transparent;
	color: #242626;
}
.botaoCores:hover{
	border:none;
	background:transparent;
	color: #7fc9c4;
}
#customBtn {
	display: inline-block;
	background: #dc4a3e;
	color: white;
	width: 275px;
	border-radius: 5px;
	white-space: nowrap;
}
#customBtn:hover {
	cursor: pointer;
}
span.label {
	font-weight: bold;
}
span.icon {
	background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
	padding-right: 42px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.customContainer {
	padding-left:10px;
	padding-right:10px;
}

@media (min-width:768px){
	.customContainer {
		padding-left:50px;
		padding-right:50px;
	}

	.bigImg {
		width: 448px;
	}
}

@media screen and (min-width: 768px) {
	.hidden-desktop {
		display:none !important;
	}
	.imagem-tamanho {
		height:386.33px;
	}
}

@media screen and (max-width: 768px) {
	.hidden-mobile {
		display:none !important;
	}
	.custom-menu-mobile{
		border-bottom:1px solid #000;
	}
	.imagem-tamanho {
		height:100vw;
	}
	.input-field > input:focus {
		border-bottom: 1px solid #7fc9c4 !important;
		border-left: 1px solid transparent;
		box-shadow: 0 5px 6px -6px #7fc9c4 !important;
	}
	main {
		margin-top:56px;
	}
}

.imagem-tamanho {
	background-position: top;
	background-size: cover;
	padding:0;
	background-repeat: no-repeat;
	color:#FFF;
	font-size:16px;
	position: relative;
	font-family: 'Source Code Pro';
	opacity: 0.8;
	outline: 1px solid #fff;
	outline-offset: -10px;
}

.gradient-tamanho {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(135deg, rgba(0,0,0,0.1), rgba(0,0,0,0.4), rgba(0,0,0,0.5), rgba(0,0,0));
}

.texto-tamanho {
	height: 100%;
	width: 100%;
	position: absolute;
	padding-top: 30%;
	text-align:center;
	margin:auto;
}

.texto-tamanho .peca-certa {
	opacity: 0.8;
	font-weight:100;
	font-size:2em;
	text-shadow:1px 1px #000;
	letter-spacing: -2px;
}
.peca-certa, .pra-voce {
	line-height: 0.7em;
}
.pra-voce {
	font-weight:400;
	font-style:italic;
	letter-spacing: -2px;
	font-size: 1.2em;
}

.texto-tamanho .eu-visto {
	font-family: Montserrat;
	border: 2px solid #FFF;
	width:40%;
	margin:30px auto;
	font-weight:600;
	font-size: 1.1em;
}

.icone{
	float:left;
	width:30px;
}
.contanerRelogio{
	margin-left:0px;
}
.relogio{
	font-size:14px;
	height:40px;
}
.cronometro{
	position:fixed;
	font-size:16px;
	color:white; 
	bottom:0; 
	left:5px;
	height:40px;
	min-width: 200px;
	background-color: rgb(177, 55, 55);
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:900;
}
#whatsExecutiva{
	z-index:999999999;
	position:fixed;
	padding:15px;
	bottom:25px;
	right:15px;
	background-color:#25D366;
	color:#FFF;
	border-radius:15px;
}
#whatsExecutiva:hover{
	color:#FFF;
}
#whatsExecutiva:before{
	color:#FFF;
}

#contaCarrinho{
	display: none;
	position:absolute;
	border-radius:50%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	top:8px;
	margin-left:12px;
	border:1px solid #e3e3e3;
	background-color:#FFF;
	color:#000;
}