@CHARSET "ISO-8859-1";

/************    VARIAVEIS    ************/
:root {
	
	/*PRODUTOS*/
	--alho-plus: #A87BCB;
	--bcaa-211: #6DB8D3;
	--betacaroteno: #F9A067;
	--colageno: #CB5391;
	--coq10: #F3D414;
	--creatina: #D53541;
	--eritritol: #9CDCA4;
	--la: #C5D529;
	--l-carnitina: #69C7C9;
	--omega-3: #EFD808;
	--picolinato-de-cromo: #FA4137;
	--ripped-fire: #F27D1F;
	--vitamina-b12: #CB4742;
	--vitamina-c-zinco: #ECC33E;
	--vitamina-d: #92B857;
	--whey-100: #D7692C;
	--xylitol: #A9D632;
	--zma: #69C8D8;
	
}

/************    PRODUTOS    ************/
.section-banners-produtos{
	margin: 104px auto 0px;
	padding: 0px;
	width: 100%;
}
.titulo-produtos{
	margin: 0px auto;
    width: 80%;
}
.titulo-produtos h1{
	font-family: 'Roboto', sans-serif;
    word-break: break-word;
    word-wrap: break-word;
    color: #59B42D;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.produtos{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	padding: 0px;
	flex-direction: row;
	width: 80%;
}

.produto{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: 25%;
	margin: 20px 0px;
}
.produto img{
	width: 55%;
	height: 55%;
	padding: 20px
}

.produto:HOVER img{
	background-color: #f5f5f5;
}
.produto p{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 70%;
	text-align: center;
	margin: 0;
    padding: 10px 0px;
    border: 1px solid #fff;
	font-family: 'Roboto', sans-serif;
}
.produto p span {
	color: #535353;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.produto a{
	width: 70%;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #535353;
	font-family: 'Roboto', sans-serif;
}
.produto a:HOVER{
	color: #fff;
    background-color: #535353;
    border-color: #535353;
}


/*LISTAGEM COM CATEGORIAS DE PRODUTOS*/
.listagem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
}
.coluna-categorias {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    border-right: 1px solid #ebebeb;
	margin: 0px 15px 15px 0px;
}
.coluna-categorias h1{
	color: #999999;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
.coluna-categorias nav{
	width: calc(100% - 15px);
}
.coluna-categorias nav h2{
	color: #59B42D;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}



.coluna-produtos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}
.coluna-produtos h1 {
    color: #59B42D;
    font-weight: 300;
    font-size: 24px;
    margin: 5px 0px 5px 15px;
    width: 100%;
	font-family: 'Roboto', sans-serif;
	line-height: 120%;
}
.coluna-produtos h1 i{
    color: #59B42D;
	font-size: 24px;
	margin-right: 15px;
}
.list-prod {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.prod {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 230px;
    margin: 15px;
    border: 1px solid #111;
}
.prod .foto {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #424242;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.prod .foto span.novo {
    padding: 5px;
    background-color: #59B42D;
    line-height: 100%;
    color: #fff;
    border: 1px solid #59B42D;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-start;
	font-family: 'Roboto', sans-serif;
}
.prod h3 {
    font-size: 14px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    height: 2.4em;
    overflow: hidden;
    line-height: 17px;
    width: 100%;
    white-space: normal;
    color: #666;
    text-transform: none;
    text-align: center;
	font-family: 'Roboto', sans-serif;
}
.prod:HOVER .foto{
	background-color: #c5c5c5;
}
.prod:HOVER h3{
    color: #59B42D;
}


hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
    margin: 20px 0px;
    width: 100%;
}

/* ****** ***********      MOBILE       ************* ******* */
@media (max-width: 969px) {
	.section-banners-produtos{
		margin: 0px auto;
	}
	.produto{
		width: 33.333%;
	}
	.titulo-produtos{
		margin: 0px;
	    width: 100%;
	}
	.listagem{
		width: calc(100% - 10px);
	}
}

@media (max-width: 769px) {
	.produto{
		width: 50%;
	}
	.coluna-categorias{
	    width: 35%;
	}
	.coluna-produtos{
	    width: 65%;
	}
}

@media screen and (max-width: 600px) {
	.produto{
		width: 100%;
	}
	.titulo-produtos h1{
		font-size: 40px;
	}
	.produtos{
		width: 100%;
	}
	.list-prod{
		justify-content: center;
	}
	.listagem{
		flex-direction: column;
	}
	.coluna-categorias{
	    width: calc(100% - 10px);
	    border-right: 0px;
	    margin-right: 0px;
	}
	.coluna-produtos{
	    width: calc(100% - 10px);
	}
	.coluna-categorias nav h2{
		display: none;
	}
	
}