E-Commerce-1/css/estiloSite.css

351 lines
7.6 KiB
CSS
Raw Normal View History

2024-03-19 02:24:07 +01:00
body{
background-color: rgb(225,225,225);
width: auto;
}
/**/
.row{
padding: 0 0;
margin: 0 0;
2024-03-19 02:24:07 +01:00
}
/*NAVBAR INICIO*/
2024-03-19 02:24:07 +01:00
.barraNavegacao a, .barraNavegacao > li > a {
color: white;
}
.navbar-toggle{
background-color: #007aff;
border: 5px solid rgb(48, 40, 179);
2024-03-19 02:24:07 +01:00
}
.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;
}
2024-03-25 00:49:55 +01:00
/*NAVBAR FIM*/
/*Cabeçalho INICIO */
header{
2024-03-25 00:49:55 +01:00
background-color: #141414;
padding-bottom: 1px;
}
.tituloHeader{
2024-03-25 00:49:55 +01:00
color: white;
margin-top: auto;
padding-top: 11px;
text-align: center
2024-03-25 00:49:55 +01:00
}
/*Cabeçalho FIM*/
/*Banner Site INICIO*/
2024-03-25 00:49:55 +01:00
.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*/
/*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 */
}
2024-03-25 00:49:55 +01:00
}
@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 */
}
}
2024-05-09 01:50:54 +02:00
@media screen and (max-width:430px){
.buttonBanner{
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
2024-05-09 01:50:54 +02:00
padding: 3px 7px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
2024-05-09 01:50:54 +02:00
bottom: 105px;
left: 70px;
}
.coluna {
flex: 1 0 33.33%; /* Cada coluna ocupa 1/3 da largura da tela */
}
}
2024-05-09 01:50:54 +02:00
@media screen and (max-width:412px){
.buttonBanner{
background-color: white;
color: #0d4cfd;
border: 2px solid #483bd7;
2024-05-09 01:50:54 +02:00
padding: 3px 8px;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
position: relative;
2024-05-09 01:50:54 +02:00
bottom: 100px;
left: 55px;
}
.coluna {
flex: 1 0 33.33%; /* Cada coluna ocupa 1/3 da largura da tela */
}
}
2024-05-09 01:50:54 +02:00
@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;
2024-05-09 01:50:54 +02:00
left: 60px;
}
.coluna {
flex: 1 0 33.33%; /* Cada coluna ocupa 1/3 da largura da tela */
}
}
2024-05-09 01:50:54 +02:00
@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;
2024-05-09 01:50:54 +02:00
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 */
}
}