/* Estilo carregado da configuração */
body {
    font-family: 'Open Sans', sans-serif;
}
h1,h2, h3, h4, h5, h6,.h1,.h2, .h3, .h4, .h5, .h6 {
    
}
/* Topo e Menu */
#topo {
    padding-top: 15px;
}
#topo .logo {
    text-align: center;
}
#topo a {
    color : #000;
    text-decoration: none;
    border : none;
}
#topo a:hover {
    color : rgba(14,160,255,.8);;
}

#menu-topo {
	background: linear-gradient(120deg,#7f70f5,#0ea0ff);
}
#menu-topo a {
	color: #fff;
	font-weight: 900;
}
#menu-topo a:hover {
	background: #7f70f5;
}
#menu-topo .navbar-toggler {
    border-color: rgba(14,160,255,.1);
}
#menu-topo .navbar-toggler-icon {
	color: #fff;
        background-image : none;
}
#menu-topo .dropdown-menu, #menu-topo .dropdown-item {
	background : #aa0000;
} 
#menu-topo .dropdown-item a {
	color: #fff;
}
/* fim topo e menu */

/* Definicao de botao */
.btn-loja {
    color: #fff;
    background-color: #0ea0ff;
    border-color: #0ea0ff;
}
.btn-loja:hover {
    color: #fff;
    background-color: #7f70f5;
    border-color: #7f70f5;
}
/* Fim Definição de botão */

/* lista de produtos */
.lista-prods {
    text-decoration: none;
    color : #343a40;
    margin: 10px 10px 15px 10px;
    padding: 5px;
}
.lista-prods:hover {
    text-decoration: none;
    color : #000;
}
.lista-prods:hover .btn-loja {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.lista-prods .img-prod-list img {
    width: 100%;
    text-align: center!important;
}
.lista-prods .img-prod-list {
}
.lista-prods:hover .img-prod-list {
}
.lista-prods .preco {
    font-weight: 900;
}
/* fim lista produtos */

/* breadcrumb */
.breadcrumb {
    padding: 5px 20px;
    background-color: transparent;
} 
.breadcrumb a {
	color: #0ea0ff;
} 
.breadcrumb a:hover {
	background: #fff;
        color: #0ea0ff
} 
/* fim breadcrumb */

/* footer */
footer {
	background: linear-gradient(120deg,#7f70f5,#0ea0ff);
}
footer .footer-navigation .links{
    
}
footer .footer-navigation .company-name{
}

footer .footer-contacts .footer-contacts-icon{
}
footer .footer-contacts p{
}
footer .footer-about h4 {
}
footer .footer-about p{
}
footer .footer-about .social-links a {
}
/* fim footer *//* Estilo do botão */.btn-loja {font-size: 14px; ;color: #ffffff;background-color: #000000;border-color: #000000;}.btn-loja:hover {color: #ffffff;background-color: #6d6d6d;border-color: #6d6d6d;}