
body {
  margin: 0px;
  padding: 0px;
  font-family:"Jost" ;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}
html, body {
  height: 100%;
}
.home-background {
  /* background: linear-gradient(to bottom, #d7ffff 0%, #bdf0f7 25%, #9edde8 50%, #7ecad9 75%, #61b9cd 100%); */
  background: linear-gradient(to bottom, #d7ffff 0%, #bbe9ec 25%,  rgb(93, 219, 230) 50%, #7ecad9 75%, rgba(21,105,231,1) 100%);
  background-attachment: fixed;
}

.others-background{
  background-image: url("/assets/mar.b7df8aff.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
button{
  cursor: pointer;
}
.form-r-r{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  /* padding: 36px; */
  padding: 15px 36px;
}
.loginForm{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 36px;
}
.logoForm{
  width: 75%;
}
.contenedores-r-r{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: #F7F6F6;
    text-align: center;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;

}
.contenedores-r-r span{
  margin-top: 20px;
}
.icono-register{
  width: 50%;
}

.btn-register{
  border: none;
  background-color:#A5BC34;
}
.contenedores-r-r  input{
  border:none;
  border-radius: 5px;
  height: 50px;
  line-height: normal;
  padding-left: 12px;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.5);
}
.google-btn{
  color:  #000;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.5);
  border:none;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 16px;
}
.col{
  width: 100%;
}
.col div{
  display: flex;
  align-items: center;
  justify-content: center;
}
a{
  color:#000;
  text-decoration: none;
}
.btn-registros{
  height: 48px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    background-color: #A5BC34;
    color: #fdfffd;
}
.icono-google{
  height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}
.contenido-google{
  display: flex;
  align-items: center;
  justify-content: center;
}
.texto-google{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal{
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: black;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.close {
  color: #565255;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.container-post {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
    align-items: left;
    flex-direction: column;

}
.btn-publicar{

    height: 48px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    background-color: #A5BC34;
    color: #fdfffd;
    margin-bottom: 20px;
    margin-right: 20px;
}
.post-form p{
  margin: 20px;
}
#post-content {
  width: -webkit-fill-available;
  height: 100px;
  background-color: #D9D9D9;
  border-radius: 10px;
  border: none;
  outline: none;
  resize: none;
  padding: 20px;
}
.contenedor-img-post{
  display: flex;
  justify-content: center;
}
.contenedor-img-post img{ 
  display: block;
  width: 100%;
  height: 20em;
  border-radius: 10px;
}
.contenedor-img-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  justify-content: space-around;
}
.contenedor-img-text img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.drop-container {
   width: 100%; 
    /* position: relative; */
    display: flex;
    /* gap: 10px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* padding: 10px; */
    border-radius: 10px;
    color: #100f0f;
    cursor: pointer;
margin-top: 10px;

}
.post-image{
  margin-top: 20px;
}
#post-list {
  margin-top: 20px;
}
.contenedor-btn-post{
display: flex;
justify-content: flex-end;
margin:20px ;
}
.contenedor-btn-post img{
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.contenedor-inputs-editar{
  flex-direction: column;
   display: flex;}
.form-edicion{
  margin: 20px;
  align-items: center;
}
.item-edit{
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
}
.contenedor-btn-edit{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.btn-cancelar{
background-color: #063075;
height: 40px;
 width: 80px;
color: #fdfffd;
border: none;
border-radius: 5px;
}
.btn-guardar{
background-color: #A5BC34;
color: white;
border-radius: 5px;
border: none;
height: 40px;
 width: 80px;
}
.header-muro{
  color: #fdfffd;
  width: 100%;
  font-size: 30px;
  display: flex;
  align-items: center; /*alinea los elemntos dentro del header*/
  justify-content: space-around;
  background-color: #063075;
}
.img-logo-muro{
  width: 150px;

}
.logo-muro{
  width:15%;

}
.muro{

  height: 100%; /* Estableces la altura del div */
  width: 100%; /* Estableces el ancho del div */
  margin: 0; /* Elimina los márgenes predeterminados */
  padding: 0; /* Elimina el relleno predeterminado */
}
.cerrar-sesion{
  background-color: #1e2a78;
  color: #fff; /* Para asegurarte de que el texto sea legible */
  border: none; /* Para eliminar el borde predeterminado del botón */
  padding: 10px 20px; /* Para agregar un poco de espacio entre el contenido y los bordes del botón */
  cursor: pointer; /* Para indicar que el botón es clickable */
  width: 50px;
}
h1{
  text-align: center;
}
h2{
  text-align: center;
  color: black;
  background: none;
  width: 100%;
  /* height: 50px; */
}
.post{
  background-color: #e4e4e46e;
  height: auto;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
  max-width: 500px;
}
/* .post p{
  height: auto;
  text-align: center;
  padding: 10px;
} */
.post-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
}
.post-header img{
  width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: left;
    margin-right:10px ;
}
.sub-header-post{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contenedor-msj{
  background-color: #fefefe;
  margin-top: 50%; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  height: fit-content;
}

#mensaje-envio {
  margin: 10px;
  color: black;
}
.form-r-r span{
  color: #000;
  vertical-align: inherit;
}
/* .texto-descripcion{
  background-color: #D9D9D9;
  border-radius:20px ;
  margin: 20px;
} */
.post-form{
background-color: rgb(0 0 0 / 20%);
text-align: center;
border-radius: 20px;
}
.contenedor-btn-publicar{
  display: flex;
  justify-content: end;
}
.like{
  height: 0px;
}
#like{
  height: 0px;
}
.contenedor-like{
  display: flex;
  justify-content: space-between;
}
.items-likes{
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.like {
  background: url("/assets/likeLleno.b13ff6fc.png");
  background-size: contain;
  padding: 25px;
  background-position:center;
  cursor: pointer;
}

.disLike {
  background: url("/assets/likeVacio.28eb9466.png");
  background-size: contain;
  padding: 25px;
  background-position:center;
  cursor: pointer;
}
.btn-registros:hover{
  background-color: #063075;
}
/* .contenedor-img-post img{
width: fit-content;
} */
@media only screen and (max-width: 600px) {
  .contenedores-r-r span{
    color: white ;
  }

  .span-register{
    margin-bottom: 20px;
  }

  .icono-restablecer{
    margin-bottom:15% ;
  }
  .contenedores-r-r{
    background: none;
    max-width: 90%;
  }
  .contenedores-r-r p{
    color: white;
  }
  .others-background{
    background-image: url("/assets/fondoMar.3fcd21c9.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  .header-muro{
    font-size: 20px;
    justify-content: space-around;
    height: 6em;

  }
  .cerrar-sesion{
    width: 30px;
  }
  .img-logo-muro{
    width: 80px;
  }
  a{
    color: #fdfffd;
  }
  h4 {
    text-align: center;
  }

  .form-r-r{
    background-color: #F7F6F6;
    border-radius: 10%;
    padding: 15px 36px;
  }
.btn-register{
  border: none;
}
.post{
  margin: 20px;
  padding: 5px;
}

.post p{
  font-size: 12px;
}
.post-form{
  margin: 20px;
}

}



