
/*html inicial*/

body{
    padding: 0px;
    margin:0px;
    font-size: 1.2rem;
    font-family: Arial;
    background:rgb(19, 18, 18);
}

.logo a{
    text-decoration: none;
    color: aliceblue;
    margin-left: 25px;
}

.logo a:hover{
    background: rgba(121, 125, 126, 0.274);
}

.logo{
    background-color: rgb(0, 0, 0);
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.menu{
    display: flex;
    list-style: none;
}

.menu li a{
    display: block;
    padding: 10px;
    background: rgb(19, 4, 83);
}

.vitrine{
    display: flex;
    flex-flow: row wrap;
    justify-content: auto;
    align-items: center ;
}

.vitrine img{
    width: 300px;
    border-radius: 8px;
    margin-top: 30px;
}

div.teste2{
    background-color: aquamarine;
    background-image: url(../fotos/camisa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    width: 300px;
    height: 300px;
    margin: 40px;
    flex: 1 1 auto;
}

.vitrine > a:hover{
    background: #00000044;
}

#titulo{
    font-size: 4.3em;
    font-family: "Oooh Baby", cursive;
    font-weight: 450px;
    font-style: normal;
    text-align: center;
    color: rgb(255, 249, 249);
    width: 250px;
    margin: auto;
    margin-top: 100px;
}

.recomendados{
    background:rgb(19, 18, 18);;
    display: flex;
    margin: auto;
    padding: 20px;
}

.recomendados img{
    max-width: 200px;
    min-height: 50px;
    flex-wrap: wrap;
    margin: 10px 30px 40px;
}

.recomendados nav{
    display: flex;
    background: rgb(82, 79, 79);
    border:4px solid rgba(248, 248, 248, 0.411);
    border-radius: 5px;
    width: 900px;
    margin: auto;
    padding: 40px;
    overflow-x: auto;
}
.recomendados div{
    display: flex;
    flex-wrap: nowrap;
}

.recomendados img:hover{
    transition: 0.3s;
    transform: scale(1.3);
}

.recomendados nav::-webkit-scrollbar {
    width: 5px; /* largura da barra */
}

.recomendados nav::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2pc;
}

.recomendados nav::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 35px;
}

.box{
    display:flex ;
    justify-content: center;
    height: 450px;
}

.box1{
    background-color: rgb(255, 255, 255);
    width: 70vh;
    background-image: url(../fotos/camiseta-branca.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border-radius: 0px 20pc;
    margin-top: 50px;
}

.box2{
    background-color: rgb(0, 0, 0) ;
    width: 70vh;
    background-image: url(../fotos/roupa-preta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20pc 0px;
    margin-top: 50px;
}

.box1:hover{
    transition: 0.9s;
    background-image: url(../fotos/CAMISA-AZUL.jpg);
}

.box2:hover{
    transition: 0.9s;
    background-image: url(../fotos/ROUPA\ VERMELHA.webp);
}

/* html produtos*/

.topo{
    color: aliceblue;
    font-size: 1.5em;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

    width: 170px;
    padding: 1px;
    margin: auto;
    
}

.produtos{
    background-color: #ddd;
    width: 100%;
    height: 2000px;
}

.produtos img{
    width: 250px;
    margin: 70px;
}

.caixa{
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    gap: 30px;

    width: auto;
    height: 70vh;

}

.caixa img{
    width: 210px;
    height: auto;
    border-radius: 10px;
}

/* html perfil*/

body.perfil{
    background-color: rgb(27, 27, 27);
    color: beige;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.perfil section{
    background-color: #111111;
    border-radius: 4px;
    width: 700px;
    margin: auto;
}

.pcabecario{
    text-align: center;
}

.pcabecario img{
    border-radius: 7pc;
}

.configuracoes{
    text-align: left;
}

.configuracoes ul{
    list-style: none;
}

.configuracoes li{
    margin-top: 30px;
    width: 50%;
}

.configuracoes ul > a{
    text-decoration: none;
    color: antiquewhite;
}

.configuracoes li:hover{
    background-color: rgba(7, 6, 66, 0.692);
    text-align: center;
}

/* html login*/

body#login {
  background-color: rgba(28, 28, 131, 0.767);
}

section#login{
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(17, 101, 211);
    width: 400px;
    height: 600px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.479);
    border-radius: 20px;
    overflow: hidden;
}

#imagem {
    display: block;
    background: url(../fotos/fundo-loguin.jpg);
    width:400px;
    height:250px;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

#formulario{
    display: block;
    padding: 10px;
}

#formulario > h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 5px;
}

#formulario > p{
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

#formulario > div.campo{
    background-color: rgba(117, 50, 179, 0.705);
    padding: 5px;
    border-radius: 5px;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
}

#formulario > div.campo > input{
    width:  80%;
    height: 34px;
    background-color: rgb(89, 55, 121);
    border: 2px solid black;
    margin-bottom: 2px;
    border-radius: 2pc;
    text-align: center;
    margin: auto;
    margin-left: 40px;
}

#formulario > div.campo > input:hover{
    background-color: rgb(159, 93, 221);
}

#formulario > div.campo > ::placeholder{
    color: aliceblue;
}

.enviar input{
    display: inline-block;
    width: 30%;
    padding: 5px;
    margin: 0px 10px 0px 55px;
    background-color: rgb(89, 55, 121);
    border: 2px solid black;
    color: aliceblue;
    border-radius: 5px;
}

.enviar input:hover{
    background-color: rgb(159, 93, 221);
}

.enviar a{
    width: 80%;
    margin: auto;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    color: aliceblue;
    background-color:rgb(89, 55, 121);
    border: 2px solid black;
    border-radius: 5px;
}

.enviar a:hover{
    background-color:  rgb(159, 93, 221);
    text-decoration: underline;
}

.material-symbols-outlined{
    position: absolute;
    font-size: 2em;
    padding: 5px;
}

div.campo > input:focus-within{
    background-color: aliceblue;
}