@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/*======================== Página Descrição Produtos ========================*/

body {
	background: url("../fotos/bg--prod.jpg") no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

hr {
	color:black !important;
}

.footxt {
	font-size: 20px;
	padding-top: 5px;
}

.detailsImage {
	width: 400px !important;
	height: 320px !important;
	margin-left: -2.3em;
}

.cont-prod2 {
	padding: 20px 0;
	background: rgba(255, 255, 255,0.775) !important;
	height: auto !important;
	width: 100%;
	min-height: 315px;
	overflow: auto; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	position:relative;
	margin: 5.75% 0;
}

.f-l{
	float:left !important;
	margin-left:10% !important;
}

.f-r {
	float:right !important;
	margin-right:10% !important;
}

.f-t {
	padding-bottom:1em !important;
}

.f-dis {
	margin-top:1em;
}

.p-bot {
	padding-top:.5em;
	padding-bottom:.2em;
}

.dis-btn {
	margin-top:-.5em;
}


.prod-title {
	font-size: 40px;
}

.prod-amount {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #29a3a3;
}

.productPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6a00;
}

#Label1 {
	font-size: .85em;
}

@media(min-width:1025px) and (max-height:599px){
	.cont-prod2 {
		position:relative !important;
		margin-top:2.5em;
		margin-bottom:5em;
	}

	hr {
		width:90%;
		margin-bottom:1.65em;
	}

	.detailsImage {		
		position:absolute;
		top:26.75%;
		left:17%;
		width:250px !important;
		height:150px !important;
	}
}

@media (min-width:1025px) and (min-height:600px) {
	.cont-prod2 {
		position:absolute;
		top:50%;
		left: 50%;
		-webkit-transform: translate(-50%, -45%);
		-moz-transform: translate(-50%, -45%);
		-ms-transform: translate(-50%, -45%);
		-o-transform: translate(-50%, -45%);
		transform: translate(-50%, -45%);
		margin-top:0%;
		width:66%;
	}

	hr {
		width:90%;
		margin-bottom:1.65em;
	}

	.detailsImage {		
		position:absolute;
		top:26.75%;
		left:19%;
		width:230px !important;
		height:150px !important;
	}
}

@media (min-width: 60rem) {

	p {
		font-size: 1.15rem;
		line-height: 1.5;
	}

	.title {
		font-size: 3.7rem;
	}
}

/*======================== Botões ========================*/

.prodbutton {
	padding: 7px;
	margin-left: 10px;
	margin-top: 10px;
	border: 0;
	clear: both;
	background-image: url('../fotos/btn-add.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer;
	width: 140px;
	height: 45px;
	background-color: transparent !important;
	margin-right:-.5em;
}

.log-button {
	padding: 10px 15px;
	margin-bottom: -2em !important;
	color: white;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	background: -webkit-linear-gradient(to right, #ff974d, #ff6a00);
	background: -moz-linear-gradient(to right, #ff974d, #ff6a00);
	background: -ms-linear-gradient(to right, #ff974d, #ff6a00);
	background: -o-linear-gradient(to right, #ff974d, #ff6a00);
	background: linear-gradient(to right, #ff974d, #ff6a00);
	cursor: pointer;
	width: 100%;
	margin-top: .75em;
}

.btnVoltar {
	float: left !important;
	margin-top:-1.7em;
	margin-left:.35em;
}

.btnVoltar2 {
	display:none;
}

@media (max-width:1025px) {

	.btnVoltar {
		display:none;
	}

	.btnVoltar2 {
		display:block;
		position:fixed !important;
		left:0;
		top:0;
		margin-top:4.725em;
		margin-left:.75em;
		z-index:97;
	}
}

.swal-button {
	color: rgba(35, 35, 35,.55);
	padding: 7px 19px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffcc00;
	font-size: 12px;
	border: 1px solid #3e549a;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.shopIco {
	position:absolute;
	height:30px;
	width:30px;
	right:-7.5%;
	bottom:-2.5px;
}

.shopIcoR {
	position:absolute;
	height:30px;
	width:30px;
	right:-6.95%;
	bottom:-2.5px;
}

@media(max-width:1025px) {
	.shopIco {
		position:absolute;
		height:30px;
		width:30px;
		left:10%;
		bottom:38.5px;
	}
}

@media(max-width:1025px) and (max-height:400px) {
	.shopIco {
		position:absolute;
		height:24px;
		width:24px;
		left:9%;
		bottom:26.5px;
	}
}

/*======================== Sistema de colunas ========================*/
/*[class^=col-] todos os itens com col- no inicio do nome*/

[class^=col-] {
	width: 100%;
	margin-top: 1em;
}

.col-1,
.col-2 {
	width: 50%;
	float: left;
}

@media(max-width:420px) {
	.col-1,
	.col-2 {
		width: 100%;
		float: left;
	}

	.col-2 hr {
		width:90%;
	}

	.cont-prod2 {
		position:absolute;
		top:50%;
		left: 50%;
		-webkit-transform: translate(-50%, -48.5%);
		-moz-transform: translate(-50%, -48.5%);
		-ms-transform: translate(-50%, -48.5%);
		-o-transform: translate(-50%, -48.5%);
		transform: translate(-50%, -48.5%);
	}

	.detailsImage {
		max-width: 190px !important;
		max-height: 152.5px !important;
		margin-top: 3.5em !important;
		margin-left:.5em;
	}

	.footxt {
		font-size: 18px;
		padding-top: 5px;
	}

	.prod-title {
		font-size: 27px;
	}
}

@media(min-width:420px) and (max-width:1025px) {
	.col-1,
	.col-2 {
		width: 100%;
		float: left;
	}

	hr {
		width:90%;
		margin-bottom:1.25em;
	}

	.detailsImage {
		max-width: 230px !important;
		max-height: 170px !important;
		margin-left:.5em;
		margin-top:1.25em;
	}

	body {
		overflow-y: visible !important;
	}

	.cont-prod2 {
		position:absolute;
		top:50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

}

@media(min-width:420px) and (max-width:1025px) and (max-height:600px){
	.col-1,
	.col-2 {
		width: 100%;
		float: left;
	}

	hr {
		width:90%;
		margin-bottom:1.25em;
	}

	.detailsImage {
		max-width: 200px !important;
		max-height: 150px !important;
		margin-left:.5em;
		margin-top:1.75em;
	}

	body {
		overflow-y: visible !important;
	}

	.cont-prod2 {
		position:absolute;
		top:55%;
		left: 50%;
		-webkit-transform: translate(-50%, -40%);
		-moz-transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		-o-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}

}
/*======================== Página Descrição Responsiva ========================*/

@media (max-width:1025px) {

	body
	{
		background: url('../fotos/bg--prod-o.jpg') no-repeat center center fixed !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment:scroll !important;
		min-height:100%;
	}

	.cont-prod2 {
		background: none !important;
	}

}

/*================================================================*/

.title-prod,
.title-prod img,
.title-prod h2 {
	display:none;
	position:fixed !important;
	z-index:90;
}

@media (max-width:1025px) {

	.title-prod {
		color:#fff;
		background-color:rgba(36, 143, 143,.925);
		border-radius:7px;
		margin-top:-1.64em;
		margin-left:.635em;
		position:absolute;
		width:100%;
		height:36px;
		margin:0;
		left:0;
		border-radius:0 !important;
		display:block !important;
	}

	.title-prod img {
		float:left;
		margin:.424em 0 0 .6em !important;
		height:26px;
		width:26px;
		display:block !important;
	}

	.title-prod h2 {
		font-size:1.02em;
		padding-left:2.34em !important; 
		margin:0;
		padding-top:.5em;
		text-align:left;
		display:block !important;
	}
}

@media (max-width:530px) {
	.cont-prod {
		margin-top:2em;
	}
}