E-Commerce-1/css/estiloSite.css
2024-06-15 21:44:50 -03:00

500 lines
9.5 KiB
CSS

body {
width: auto;
}
/**/
.row {
padding: 0 0;
margin: 0 0;
}
/*NAVBAR INICIO*/
.barraNavegacao a,
.barraNavegacao>li>a {
color: white;
}
.navbar-toggle {
background-color: #007aff;
border: 5px solid rgb(48, 40, 179);
}
.navbar-nav>li>a:hover {
color: white;
background-color: transparent !important;
border-bottom: 5px solid #00205f;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease-in-out;
}
.navbar-nav>li>a:focus {
background-color: transparent !important;
}
.navegacaoMenu {
align-items: center;
margin-bottom: 0;
}
.barraPesquisa {
padding-top: 10px;
}
.search-bar input[type="search"] {
flex: 1;
min-width: 450px;
}
/*NAVBAR FIM*/
/*Cabeçalho INICIO */
header {
background-color: #141414;
padding-bottom: 1px;
}
.tituloHeader {
color: white;
margin-top: auto;
padding-top: 11px;
text-align: center
}
/*Cabeçalho FIM*/
/*Banner Site INICIO*/
.img-thumbnail {
border: 0 solid #000000;
border-radius: 0;
padding: 0;
margin: 0;
width: 100%;
}
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 15px 25px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 400px;
left: 330px;
}
.buttonBanner:hover {
background-color: #0D6EFD;
border-color: #0D6EFD;
transform: scale(1.1);
color: white;
}
/*Banner Site FIM*/
/*Seção de produtos INICIO*/
.nossosProdutos {
margin-top: auto;
text-align: center;
font-weight: bold;
font-size: 30px;
}
.cardProduto {
width: 300px;
margin: 20px;
border: 1px solid #ccc;
border-radius: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.imagem {
height: 200px;
overflow: hidden;
}
.imagem img {
width: 100%;
height: auto;
}
.informacoes {
padding: 20px;
}
.nome {
font-weight: bold;
margin-bottom: 10px;
}
.descricao {
color: #666;
line-height: 1.6;
}
.preco {
font-size: 18px;
color: #333;
}
.botaoCarrinho {
background-color: #007bff;
background-image: linear-gradient(to right, #007bff 0%, #0056b3 100%);
color: #fff;
border: none;
padding: 15px 30px;
border-radius: 50px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.botaoCarrinho:hover {
background-color: #0056b3;
}
/*Seção de produtos FIM*/
/*Seção Footer INICIO*/
.rodapeSite {
background-color: #121212;
color: white;
font-size: 20px;
padding-top: 2px;
}
.tituloRodape {
font-size: 50px;
padding-top: 20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.listaRodape {
padding: 10px;
color: #333;
}
a.rodapeLink {
text-decoration: none;
padding: 0px 15px 0px 15px;
color: #5a5a5a;
}
.contatosListaRodape {
padding: 10px;
}
.contatoLink {
padding: auto;
}
.copyrightRodape {
color: #5a5a5a;
}
/*Seção Footer FIM*/
/*TELA PRODUTOS */
/*PRODUTOS FILTROS INICIO*/
.dropdown-menu .divider {
margin: auto;
}
.filtrosProdutos {
padding: 0px 35px 0px 35px;
font-size: 17px;
font-family: 'Times New Roman', Times, serif;
}
.filtrosProdutos a {
text-decoration: none;
}
.selecionaProdutos {
font-size: 14px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
padding-top: 9px;
}
.selecionaProdutos>span {
padding-right: 8px;
}
.selecionaProdutos>a {
cursor: pointer;
text-decoration: none;
}
.selecionaProdutosReiniciar {
padding-left: 15px;
}
.dropdownFiltroDisponivel{
margin-left: 7%;
}
.estoqueProdutos {
padding-top: 5px;
font-size: 16px;
}
.dropdownFiltroPreco {
width: 30%;
margin-left: 15%;
}
.dropReiniciar {
font-size: 17px;
text-decoration: none;
cursor: pointer;
text-align: center;
}
.dropdownFiltroCategorias {
width: 30%;
margin-left: 26%;
}
.precoDePara {
padding-left: 15px;
width: 90%;
display: flex;
align-items: center;
}
.precoDePara>label {
padding: 0px 8px 0px 2px;
}
/*PRODUTOS FILTROS FIM*/
/*Area de responsividade*/
@media screen and (max-width:1280px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 15px 25px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 300px;
left: 240px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:1040px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 12px 22px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 250px;
left: 200px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:912px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 11px 21px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 220px;
left: 160px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:820px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 11px 21px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 190px;
left: 140px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:768px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 11px 21px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 190px;
left: 140px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:540px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 5px 15px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 130px;
left: 80px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:430px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 3px 7px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 105px;
left: 70px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:412px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 3px 8px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 100px;
left: 55px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:390px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 3px 7px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 105px;
left: 60px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:360px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 3px 7px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 95px;
left: 50px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}
@media screen and (max-width:320px) {
.buttonBanner {
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
padding: 1px 5px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
bottom: 85px;
left: 40px;
}
.coluna {
flex: 1 0 33.33%;
/* Cada coluna ocupa 1/3 da largura da tela */
}
}