* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body {
  background: rgba(146, 175, 90, 0.58);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr; /* Una columna por defecto en dispositivos móviles */
}

.principal-container {
  display: flex;
  flex-direction: column;
  height: 70%;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.logo {
  width: 200px;
  height: auto;
  margin-top: 100px;
}

.containerHome {
  display: flex;
  flex-direction: column;
  background-color: rgb(242, 245, 244);
  border-radius: 15px;
  padding: 20px;
  align-items: center;
}

.containerInfo {
  display: flex;
  flex-direction: column;
  background-color: rgb(242, 245, 244);
  border-radius: 15px;
  padding: 20px;
  width: auto;
  align-items: center;
}
.form-sign{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inputInfo {
  width: 280px;
  margin: 10px 0;
  padding: 8px;
  border-radius: 8px;
  border: none;
  background-color: rgb(215, 225, 217);
}
.buttonInfo {
  width: 70%;
  margin: 10px 0;
  padding: 8px;
  border-radius: 8px;
  border: none;
  background-color: #6459d8;
  color: #fff;
}
.welcome {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #6459d8;
  font-family: Inika;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
}
.signUp,
.signIn {
  border-radius: 5px;
  background: rgb(215, 225, 217);
  width: 280px;
  height: 37px;
  flex-shrink: 0;
  margin: 10px;
  border: 0cm;
}
.signUp:hover,
.signIn:hover {
  background-color: #6459d8;
  color: #fff;
}

.return {
  border: none;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 35px;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('/assets/Roboto-Medium.9d0d55a3.ttf') format('truetype');
  /* Cambia 'ruta-de-tu-fuente' y 'nombre-de-tu-fuente' por tus propias rutas y nombres */
}
.openGoogle {
  width: 62px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 10px 0; /* Padding arriba y abajo */
  cursor: pointer;
  background-color: #FFFFFF;
  color: #444;
  width: 190px;
  height: 40px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
  border: none;
}
.icon-google{
  width: 40px; /* Tamaño del logotipo (aprox. 18dp) */
  height: 40px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALUSURBVHgB7ZhfSBRBHMe/s3ub3vVHD+QSklCsB+Mij8go60UwoYiKCsSHfBB8CBIqMgIhgp6EIAIfJa6HMkg9ESKJzAd98ElNiUhFyQtSr+64Og9dd6eZzdRDOWd3g7a4Dyw7O/yG+zC/3+3MDgEjmUwWqqr6mDVL2ZWLv09IUZTrbrd7mqzIDcEZYuuJMckAicfjnezhPJxJHxekcC4xCc4m1+mCyAjaJSNoFxdsQBMJaL2voI+NQJ+aAJ2bNfqJbzekon2QjpbDVVEFO1h+D2qDA1AfNTPJH2njiC8fruorlkUtCaqtLVju7jA1RmlotCRpugbVtqBpOcLSLbN0W8FUDWq9PVhue7KhX6muheQ/ZFwcOjUJtbvdiOdyWfcfgGzfASuYSvFS42VoH7+tDWb1lXXnniGxGVwU7A9jVY4jnGI58gw5l94g+8j8al86OQ4pKrYlxxFOsRx9adw9lWFIOYtY1OvSyv0phAXJ0qfVdnbZPEjJceibxNUHCbaiugyoKBGrLGFBKTGa8ky37d00bi6+teDYZ8oEIcT/sxbrWakzRhZGYRXfTvFY4RRTz0Fg8VcdPk8WIxyewVXvxrjQtY2V2dRBWFrXUu/bBWGEZ1DznsZ3quBhwm9cL2YGMfz1w5bj5uJIkeP4C8RXV/EUM8HbC5XG7P2m+V0rviQjSCfX1Jn6E/491FSKhQWpnIMLB26k9HG5mre30DzSisn42mtodiGC4HgX6vvvGu31nC2FKUzvZlreP0X79GvheGk5D9mRGrgSh5kcRd1Jc5snS9ut4HjImCEznPE24OaxAMxiecPaE+43JNPVIGeH4kHt/nO4WHgKVrB9ssBFB2aHDNGJlTrM9+Qh352Hcl8AVQUnDEmrOP3oI/PZaZuMoF3+CcEYHAwXHIZDoZR2kWg0WijLsuMO0ZlcTNf1gOT1eqc1TeOLZAgOgIuxWx+X424/AW5hGCU+uOG7AAAAAElFTkSuQmCC');
  background-size: contain; /* Ajusta el tamaño del fondo */
  background-repeat: no-repeat; /* No se repite */
  background-position: center; /* Alinea el logo a la izquierda */
  margin-right: 16px;
  border: none;
}
.text-google{
  font-family: Roboto-Medium;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
}
/* ------------DASHBOARD------------------- */
.container-dashbord {
  width: 100%;
  height: 100%;
}
.name-social {
  position: fixed;
  top: 5px;
  width: 100%;
  height: 20%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 10px; 
}
.logo-dash{
  width: 40%;
  display: flex;
  justify-content: flex-start;
}

.welcome-message {
  font-family: sans-serif;
  font-size: 16px; /* Tamaño de fuente */
  font-weight: bold; /* Negrita */
  color: black; /* Color de texto (puedes cambiarlo) */
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px; 
}
.section-post {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
  width: 70%;
  margin-left: 20%;
  margin-top: 20%;
  border-radius: 10px;
}
.post-container {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
  }
.post-user {
  font-size: 16px; /* Tamaño de fuente */
  font-weight: bold;
  padding: 10px;
}
.post {
    border-radius: 10px;
    border: 1px solid #6459d8; /* Cambiado a 'border' para establecer el estilo y el color del borde */
    padding: 5px;
    text-align: center;
}
.reaccion{
  display: flex;
  flex-direction: row;
  width: 10rem;
  height: 2rem;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
}
.counter-like{
  width: 2rem;
  height: 2rem;
}
.navigation-bar {
  background: rgba(146, 175, 90);
  position: fixed;
  bottom: 0;
  padding: 20px;
  width: 100%;
  border-top: 2px solid #6459d8;
  display:flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
.list-navigation {
  width: 80%;
  list-style: none;
 display: flex;
  justify-content: center;
}
.li-profile {
  display: none;
  width: 7rem;
  height: 2rem;
  background-image: url('/assets/profile.4ce5c7b4.png');
  background-size: contain; /* Ajusta el tamaño del fondo */
  background-repeat: no-repeat; /* No se repite */
  background-position: left; /* Alinea el logo a la izquierda */
 }
 .li-upload {
  width: 80px;
  background-image: url('/assets/upload.030fe0c3.png');
  background-size: contain; /* Ajusta el tamaño del fondo */
  background-repeat: no-repeat; /* No se repite */
  background-position: left; /* Alinea el logo a la izquierda */
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
 }
 .li-upload:hover {
  background-color:rgba(110, 146, 40, 0.58);
 }
 .li-home {
  display: none;
  width: 7rem;
  height: 2rem;
  background-image: url('/assets/home.daa10db4.png');
  background-size: contain; /* Ajusta el tamaño del fondo */
  background-repeat: no-repeat; /* No se repite */
  background-position: left; /* Alinea el logo a la izquierda */
 }
/* ESTILO PARA MODAL */
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.upload {
  position: absolute;
    top: 5px;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
 
}
/* Estilos para el botón de "Guardar cambios" */
.save-modal {
  background-color: #0077b6;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Estilos para el botón de "Cerrar" */
.close-modal {
  width: 30px;
  height: 30px;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.content-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  border-radius: 4px;
  padding: 20px;
  background-color: rgba(146, 175, 90);
}
/* Estilos para el text de editar */
.text-input {
  width: 60%;
  height: 150px;
  border: 2px solid #007bff; 
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: left;
}

.button-border {
  border: none;
  background-color: #fff;
}
.logout-button {
  background-color: #0077b6;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/* ------------------pantalla escritorio----------- */
@media (min-width: 769px) {
  .navigation-bar {
  width: 10%; 
  height: 100%;
  border-right: 2px solid #6459d8;
  }
  .list-navigation{
  flex-direction: column;
  }
  .wall-container {
    margin-left: 30%;
  }
  .li-home,
  .li-profile,
  .li-upload {
    margin-bottom: 50%;
  }
  .name-social{
    width: 30%;
    z-index: 1000;
  }
  .section-post{
    margin-top: 5%;
  }
}