@charset "utf-8";
/* CSS Document */

.box_all{
	width: 100%;
	height: 600px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.box_loja{
	width: 32.3%;
	height: 100%;
	padding: 15px;
	line-height: 25px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin: 0.5%;
	color: white;
	border: 1px solid lightgray;
	border-radius: 8px;
	
    background: rgba(12,119,212,1);
    background: -moz-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,119,212,1)), color-stop(100%, rgba(9,79,153,1)));
    background: -webkit-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -o-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: linear-gradient(to right, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c77d4', endColorstr='#094f99', GradientType=1 );

}

.whats{
    color: lightgreen;
}

.whats:hover{
    color: white;
}

.email a{
    color:lightgreen;
}

.email a:hover{
    color: white;
}

.foto_maps{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.foto_loja{
	width: 48%;
	height: 100%;
	padding: 20px 0 0 0;
	object-fit:cover;
	object-position:top;
}

.foto_maps h3{
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: green
}

.maps{
    width: 48%;
}

.maps iframe{
    width: 100%;
}

h1{
	padding-bottom: 5px;
}

.nomeclatura{
	padding-bottom: 25px;
}

.gerente{
	width: 32.3%;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0.5%;
	border-radius: 8px;
	border: 1px solid #094f99;
	
	}

h2{
	width: 50%;
	text-align: center;
	color: white;
    background: rgba(12,119,212,1);
    background: -moz-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,119,212,1)), color-stop(100%, rgba(9,79,153,1)));
    background: -webkit-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -o-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: linear-gradient(to right, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c77d4', endColorstr='#094f99', GradientType=1 );
	margin-bottom: 20px;
	
}

h3{
	color: darkgray;
	font-weight: 400;
}

.foto_gerente{
	width:200px;
	height: 200px;
	object-fit: contain;
	object-position: center;
	background: lightgray;
	border-radius: 8px;
	margin-top: 10px;
	}

.vendedores_loja{
	width: 32.3%;
	height: 100%;
	padding: 15px;
	/*display: flex;
	flex-direction: column;*/
	text-align: left;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0.5%;
	border-radius: 8px;
	border: 1px solid #094f99;
	overflow:scroll;
}

.vendedores_loja h3{
	width: 50%;
	text-align: center;
	color: white;
    background: rgba(12,119,212,1);
    background: -moz-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,119,212,1)), color-stop(100%, rgba(9,79,153,1)));
    background: -webkit-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -o-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: linear-gradient(to right, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c77d4', endColorstr='#094f99', GradientType=1 );
	margin-bottom: 20px;
	font-weight: 600;
	
}

.itensVendedor{
	width: 100%;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
}

.foto_vendedor{
	width:200px;
	height: 200px;
	object-fit: contain;
	object-position: center;
	background: lightgray;
	border-radius: 8px;
	margin: 5px;
	}

.botao_whats_vendedor{
	}
.link_whats_vendedor{
	}
.icone_whats_loja{
	width: 30px;
	height: 30px;
	}

.ofertas{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
	padding: 15px 0;
}

.ofertas h2{
	width: 100%;
	padding: 15px 0;
}
.product_conteiner_loja{
	
    width: 15.6%;
    padding: 1%;
    border: 1px solid lightgray;
    border-radius: 10px;
	margin: 0.5%;
	}

.foto_produto_loja{
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
	}

.foto_produto_loja p{
    width: 100%;
    float: left;
    font-size: 0.7em;
}
.titulo_loja{
    font-size: 0.8em;
    padding: 0 0 10px;
    font-weight: 600;
    color: gray;
    overflow: hidden;
	}
.ref_loja{
	font-size: 0.6em;
	}
.categoria_loja{
	}
.parcelamento_loja{
	font-size: 0.8em;
	color:lightgreen;
	}
.parcela_loja{
    font-size: 1.2em;
    font-family: 'Secular One', sans-serif;
    color: black;
	}
.vl_vista_loja{
	font-size: 0.6em;
	}
.total_loja{
	font-size: 0.6em;
	}
.vl_vista2_loja{
    font-size: 1.2em;
    font-family: 'Secular One', sans-serif;
    color: black;
	}


/* MEDIA TYPESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/

@media screen and (max-width: 700px){
.box_all{
	width: 100%;
	height: auto;
}

.box_loja{
	width: 100%;
}

.foto_loja{
}

h1{
}

.nomeclatura{
}

.gerente{
	width: 100%;
	
	}

h2{
	
}

h3{
}

.foto_gerente{
	}

.vendedores_loja{
	width: 100%;
}

.vendedores_loja h3{
	
}

.itensVendedor{
}

.itensVendedor p{
	padding: 10px;
}

.foto_vendedor{
	width: 150px;
	height: 150px;
	}

.botao_whats_vendedor{
	}
.link_whats_vendedor{
	}
.icone_whats_loja{
	}

.ofertas{
	width: 100%;
}

.ofertas h2{
}
.product_conteiner_loja{
	
    width: 100%;
	margin: 1%;
	}

.foto_produto_loja{
    width: 40%;
    height: 150px;
	}

.foto_produto_loja p{
	width: 60%;
}
.titulo_loja{
	}
.ref_loja{
	}
.categoria_loja{
	}
.parcelamento_loja{
	}
.parcela_loja{
	}
.vl_vista_loja{
	}
.total_loja{
	}
.vl_vista2_loja{
	}
	 
#footer{
	display: none;
}
}