*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}

.tadg{
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 100%;
  font-size: 200%;
}


        /* nav bar */
span{
    font-family: 'Courier New', monospace;
    margin:  auto;
    display: inline-block;
    border-left: 4px solid white ;
    padding: 20px;
    box-sizing: border-box;
}

span a {
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
}

.gg{
    border-right: 4px solid white;
}

span:hover{
    background-color: rgba(150, 150, 150, 0.5);
    transition: 0.5s;
    cursor: pointer;
}

nav{
    background-color: rgba(200, 180, 180, 0.5);
    text-align: center;
    font-size: 150%;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 1px;
    box-sizing: border-box;
}
            /*menu mobile*/

.menu{
    display: none;
}

            /*capa*/

.walpapermobile{
    display: none;      /*atualizar no site jjjjjjjjjjjjjjjjjjjjjjjjjj*/
}

.walpaper{
    width: 100%;

}
.walpaper img{
    width: 100%;
}
            /*cards*/

.card{
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.ajustcard{
    width: 20%;
    display: inline-block;
    margin: auto;
    
}

.ajustcard img{
    width: 100%;
    aspect-ratio: 5 / 9; /*atualizar*/
    object-fit: cover;
    object-position: top;
}

.ajustcard a img{
     box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}


                /*imagens introduçao*/

.intro{
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.intro img{
    display: block;
    margin: auto auto -15px auto;
}
                /*capa pijama*/


#bcgbanheiro{
    background-image: url(imagens/capa/banheiro.png);
    background-size: cover;
    background-position: center center;
}

#bcgquarto{
    background-image: url(imagens/capa/quarto_backgrounnd.png);
    background-size: cover;
    background-position: center center;
}

                /*galeria das roupas*/

.geral{             /*div pai*/
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    text-align: center;
}
.geral div{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Courier New', monospace;
    text-align: left;
    background-color: rgba(200, 200, 200, 0.2);
    border-radius: 35px;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 30px;
    font-weight: bold;
}
/*imagens das roupas*/  
.geral div img{
    margin: 20px;
    aspect-ratio: 1 /2 ; /*atualizar*/
    max-height: 70vh;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    margin: auto;
    display: block;
}
/* img de tamanhos variados*/
.geral .telamedia ,
.geral .telapequena ,
.geral .telamobile {
    display: none;
}
/*texto que fica ao 'l'ado d'a foto*/
.geral div  span{
    width: 100%;
    margin-top: 40px;
     background-color: rgba(150, 150, 150, 0.5);
     display: flex;
     flex-direction: column;
     border-radius: 35px;
}
/*botao*/
span .conter{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 10px auto;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
}
input{
    width: 30%;
    text-align: center;
    margin: 0 10px;
    min-width: 30px;
}
button{
    font-size: 110%;
    font-weight: bolder;
    padding: 8px;
    margin: auto;
}
                        /*rodapé*/
#tp{
    padding-top: 50px;
    font-size: 150%;
}
                                    /*responsividade*/

@media screen and (max-width: 1000px) {

    /*retirando a nav bar*/

nav{                    /* atualizar*/
    display: none;
     background-color: rgba(200, 180, 180, 0.8);
     border-bottom: 0.5px dotted rgba(150, 130, 130, 1);
}
nav span{
    display: block;
     border-bottom: 0.5px dotted rgba(150, 130, 130, 1);
}
nav span  {
     text-shadow: 5px 5px 25px black;
}
        /*menu mobile aualizar jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj*/

.menu{
    z-index: 1;
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    width: 10%;
    opacity: 0.4;
}    
.menu img{
    width: 100%;
}        
    /*mudança no walpaper*/
.walpaper{
    display: none;
}
.walpapermobile{
    display: block;
    align-items: center;
    width: 100%;
}

.walpapermobile img{
    width: 100%;
}

                        /*cards*/

.card{
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.ajustcard{
    width: 40%;
    display: inline-block;
    margin: 0 ;
    margin-bottom: 20px;
}
                        /*texto antes da galeria*/

.tadg{
    font-size: 400%;
    margin-bottom: 50px;
}                       
                        /*walpaper pijama*/
#bcgbanheiro{
    width: 100%;
}
#bcgbanheiro img{
    padding-top: 40px;
    height: 50%;
    margin-bottom: 80px;
}                           
                        /*formatar galeria*/

.geral{
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.geral div{
    width: 40%;
}          
.geral div img{
    max-width: 70%;
    max-height: none;
}
.geral .telagrande{
    display: none;
}
.geral .telamedia{
    display: block;
}

}

                    /*telas menores*/


@media screen and (max-width: 700px){
    .geral img{
    width: 70%;
}                   
.geral div{
    padding: 10px;
    margin:30px auto;
}
.geral .telamedia{
    display: none;
}
.geral .telapequena{
    display: block;
    margin: auto;
}
span .conter{
    margin: 10px auto ;
}

}
@media screen and (max-width: 550px){
         
.geral div{
    padding: 10px;
    display: block;
    width: 80%;
    margin: 50px auto;
}
.geral img{
    width: 70%;
    margin: 30px;
}    
          
}

@media screen and (max-width: 400px){
         
.geral div span{
    padding: 15px;
    font-size: 80%;
}
.geral .conter{
    margin: 10px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.ajustcard{
    width: 100%;
}
.ajustcard img{
    display: block;
}
 input,
 button{
    height: 30px;
    padding: 10px;
    align-items:center;
    display: flex;
}
}

@media screen and (max-width: 350px){
.geral{
    padding: 0;
    align-items: center;
    width: 100%;
}
.geral div{
    width: 100%;
    padding: 0;
}
.geral div img{
    width: 90%;
    padding: 0;
}
.geral .telapequena{
    display: none;
}
.geral .telamobile{
    display: block;
}
.enviar{
    width: 50%;
    font-size: 50%;
}
.intro{
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
}