@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');


.img-logo {
  max-height: 35vh;
  max-width: 12vw;
  
}
.paragrafo{
  color: white; 
  text-align: center;
  letter-spacing: 0.03rem;  
  text-shadow: 0.1 0.1 0.2 black;
  font-size: 1.1rem;
}
article {
  max-width: 25em;
  margin-bottom: 3%;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 2.8vh;
}
.box-register{
  background: #445864a2;
  height: 72vh;
  max-width: 40vw;
  border-radius: 2vw;
  margin-right: 5vw;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-bottom: 1.7rem;
  padding-top: 2.3rem;
}
.box-text-img {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-left: 17%;
  margin-right: 17%;
  gap: 35%;
}
.box-01 {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.section-register{
  display:flex;
  flex-direction: column;
  gap: 1.7vw;
}
.subtitle-register {
  color: #F56F6F;
  text-align: center;
  font-weight: bold;
}
input{
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: none;
  margin: 0 auto;
  background: #beebe4;
  width: 20vw;
  height: 2rem;
  padding-left: 1rem;
  font-family: 'Roboto', sans-serif;
  color: #F56F6F;
  font-weight: 700;
  font-size: 0.9rem;
}
input::placeholder {
  color:#7798a7;
}
textarea:focus, input:focus {
  outline-style:auto;
  outline-color: #7798a7;
}
.msg-erro {
  text-align: center;
  background-color: #f56f6fa9;
  color: #d4f9ff;
  
}
.text-box-register{
  color: #beebe4;
  text-align: center;
}
.btn-cadastro, .btn-login, .btn-logo-google {
  display: flex;
  border-radius: 1rem;
  border: none;
  min-width: 20vw;
  height: 2em;
  margin: 0 auto;
  background: rgba(245, 111, 111, 1);
  color: white; 
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 0.9em; 
  padding: auto; 
}
.btn-logo-google {
  background-color: #7798a700;
}
.btn-cadastro:hover , .btn-login:hover  {
  top:-2rem;
  box-shadow:0 0.1rem 0.1rem rgb(60, 60, 60);
  transition: all .2s ease-in-out;
  background-color: #beebe4;
  color:#F56F6F;
}
hr{
  border-color: #beebe4;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.img-cadastro {
  height: 50vh;
}
.google-img {
  position:relative;
  top:0;
  border-radius: 1rem;
}
.google-img:hover {
 top:-0.2rem;
 box-shadow:0 0.3rem 0.3rem #5a5959;
 transition: all .2s ease-in-out;
}
@media (max-width: 600px) {
  .img-register {
    display: none;
  }

  .box-text-img {
    flex-direction: column; 
    align-items: center;
    margin: 0;
  }

  .img-logo {
    max-height: 70vh;
    max-width: 40vw;
    
  }

  .box-register{
    height: 55vh;
  }
  
  article {
    max-width: 15em;
    margin-bottom: 20%;
  }

  input{
    margin-bottom: 7%;
    margin-top: 3%;
    width: 30vw;
    height: 1.5rem;
    padding-left: 0.7rem;
    font-weight: 700;
    font-size: 0.8rem;
  }

  .btn-cadastro, .btn-login, .btn-logo-google {
    font-size: 0.7em; 
  } 

}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5.0000rem;
	  padding: 1rem;
    width: 100%;
    background-color:#445864a2;
}
main {
  justify-content: center;
  text-align: center;
}
.postando {
  max-width: 530px;
    margin: 0 auto;
}
.div-img-logo {
  margin-top: 1%;
  margin-left: 4%;
}
.logo-feed {
  width: 25%;
}
textarea::placeholder {
  color:#606060;
}
.btn-sair {
    background-color: #44586400;
    border: none;
    border-radius: 1rem;
    color: white;
    align-items: center;
    margin-right: 2%;
    min-width: 2vw;
}
.img-sair {
  width: 2.2vw;
  
}
.btn-sair:hover {
  top:-4rem;
  box-shadow:0 .4rem .4rem #606060;
  transition: all .2s ease-in-out;
  background-color:#3d4e58a2;
  color:#e1faf7;

}
.img-user-name {
  width: 20px;
  height: 20px;
  
}
.position-username-data {
  justify-content: space-around;
  display: flex;
  align-items: center;
  color: white;

  margin: 0 auto 2%;
}
.position-username{
  display: flex;
  gap: 2%;
  flex: 1;
  align-items: center;
}
.post-date{
  font-size: 12px;
  text-shadow: .2rem .3rem .2rem rgba(0, 0, 0, 0.664);
  
}
.user-name {
  margin-top: 0.8vh;
  text-shadow: .2rem .3rem .2rem rgba(0, 0, 0, 0.664);
}
.dataPost {
  color: white;
  padding-top: 1%;
  margin-right: 40%;
  text-shadow: .2rem .3rem .2rem rgba(0, 0, 0, 0.664);
}
#txt-area {
    background-color: #f9cccc;
    margin-bottom: 3%;
    margin-top: 3%;
    padding: 1rem;
    font-family: 'Roboto', sans-serif;
    box-shadow: .2rem .3rem .2rem rgba(0,0,0,0.25);
    width: 35vw;
    border-radius: 1rem;
}
.btn-postar {
  background-color: #26313800;
  border: none;
}
.position-btn-postar {
  display: flex;
  justify-content: flex-end;
}
.posição-botão-postar {
  display: flex;
  justify-content: flex-end;
}
.postar-img, .excluir-img, .editar-img, .curtir-img {
  width: 50%;
  position:relative;
  top:0;
  padding: 4%;
}
.postar-img:hover , .excluir-img:hover, .editar-img:hover, .curtir-img:hover {
  top:-0.2rem;
  box-shadow:0 0.3rem 0.3rem #5a5959;
  transition: all .2s ease-in-out;
  border-radius: 0.5rem;
 }
.txt-postado {
  background-color: #e1faf7;
  border-radius: 1rem;
  padding: 1rem;
  font-family: 'Roboto', sans-serif;
  box-shadow: .2rem .3rem .2rem rgba(0,0,0,0.25);
  width: 35vw;
}
.li{
  margin-bottom: 3%;
}
ul, li {
    list-style-type: none;
}
@media (max-width: 600px) {
  
    .img-sair {
      width: 7vw;
      
    }

    .logo-feed {
      width: 22vw;
    }

    .txt-postado {
      width: 65vw;
    }
    
    #txt-area {
      width: 65vw;
      
  }

  .feed-postado {
    margin-left: 19%;
    max-width: 60vw;
  }

  .txt-area {
    margin-left: 15%
  }

  .position-username-data {
    width: 100%;

  }

  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #7798a7;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
h2 {
    font-size: 1.5rem;
}





