@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}
body {
  background-image: url('/assets/Mujer -Space_-4.ecef43be.png'); /* Reemplaza 'ruta/de/la/imagen.jpg' con la ruta de tu imagen*/
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 85%; /*tamaño punta cafe   */
 }
.flex {
  display: flex;
  align-items: center;
}
.container {
  padding: 0 15px;
  min-height: 100vh;
  justify-content: center;
}
.mujeres-page {
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}
.mujeres-page h1 {
  color: #000000;
  font-size: 5rem;
  margin-bottom: 6px;
  text-align: left;
}
.mujeres-page p {
  font-size: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
.title2{
    margin: 0em 4em 1em 6em;
    font-size: 2.5rem;
    text-align: center;
}
.slogan{
    margin: -1em 2em 15em -2em;
}
.image1 {
  max-width: 140%; /* La imagen no será más ancha que su contenedor */
  height: auto; /* La altura se ajustará proporcionalmente al ancho */
  margin: -50em 5em -11em -15em;
  /* width: 140%; */
}
.image3{
  max-width: 55%; /* La imagen no será más ancha que su contenedor */
  height: auto; /* La altura se ajustará proporcionalmente al ancho */
  margin: -50em 8em 22em -12.5em;
}
form {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(216, 151, 240, 0.1), 0 8px 16px rgba(243, 65, 234, 0.1);
  max-width: 400px;
  width: 100%;
}
form input {
  height: 55px;
  width: 100%;
  border: 1px solid #CD9B81;
  border-radius: 6px;
  margin-bottom: 25px;
  font-size: 1rem;
  padding: 0 14px;
}
.login {
  /* border: none; */
  outline: none;
  cursor: pointer;
  background: #CD9B81;
  padding: 15px 0;
  border-radius: 6px;
  border: 2px solid #000000;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 500;
  transition: 0.2s ease;
}
.login:hover {
  background: #F4EFFD;
  border: 1.5px solid #0B0B0A;
}
.google-button {
  position: relative;
}
.google {
    position: flex;
    left: 50%; /* Centra el elemento horizontalmente */
    top: 50%; /* Centra el elemento verticalmente */
    transform: translate(70%, -120%); /* Centra el elemento precisamente */
    width: 11%; /* Ajusta el ancho en porcentaje */
    max-width: 200px; /* Establece un límite máximo de ancho */
}
hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.or{
  margin: 0.3em 4em 0.3em 7em;
    font-size: 1.5rem;
}
.newac {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  padding: 11px 11px;
  size: 5%;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #CD9B81;
  color: #0F0D0D;
  font-size: 1.2em;
  font-weight: 400;
  transition: 0.2s ease;
}
.newac:hover {
  background: #CD9B81;
}
/*REGISTER*/
/*boton para retroceder*/
.returnbtn {
  padding: 11px 11px;
  size: 5%;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #0A0A0A;
  color: #0F0D0D;
  font-size: 1.2em;
  transition: 0.2s ease;
  position: fixed;
  margin-top: -5%;
  /* margin-left: -5%; */
}
.footer {
  margin-top: 50px;
  width: 100%;
  padding: 15px 20%;
  justify-content: center;
  background: #fbf9f9;
  color: #100a0a;
  display:flex;
  border-radius: 3px;
  border-top-style: inset;
  border-color: #ffd791;
  border-width: 5px;
}
@media (max-width: 768px) {
  .footer {
    padding: 15px 10%;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 15px 5%;
  }
}
@media (max-width: 414px) {
  .footer {
    padding: 15px 3%;
  }
}
@media (max-width: 320px) {
  .footer {
    padding: 15px 2%;
  }
}
/*----------RESPONSIVE----------------*/
/* @media (max-width: 900px) {
  .mujeres-page {
    flex-direction: column;
    text-align: center;
  }
  .mujeres-page .text {
    margin-bottom: 30px;
  }
  .image1 {
    display: relative;
    max-width: 120%; 
    height: auto; 
     margin: -50em 5em -12em -15em;
  }
}  */
@media (min-width: 768px) and (max-width: 1024px) {
  /*login*/
  .title1{
    margin: -8em 1em 20em 5em;
  }
    .slogan{
      margin: -1em 2em 18em 8em;
      font-size: 3rem;
  }
  .title2{
    margin: 0em 4em 1em 10em;
    font-size: 2.5rem;
    text-align: center;
}
  .image1 {
    max-width: 80%; 
    height: auto; 
    margin: -48em 6em -1em 8em;
    /* width: 140%; */
  }
  .contenido{
    margin: -6em 6em -12em -45em;
}
/* -------register----------*/
.returnbtn {
  padding: 6px 6px; /* Reducir el padding aún más */
  font-size: 0.8em; /* Reducir el tamaño de fuente aún más */
  left:53% ;
}
.allRegister{
  margin: -6em 6em -12em -45em;
  
}
/*---------home---------------*/

.postitle{
  text-align: center;
  margin: 1em 1em 1em 7em;
}
.image2{
  max-width: 44%;
  height: auto;
  margin: -46em 10em -1em 42em;
}
}
@media (min-width: 768px) and (max-width: 1180px) { 
  .container {
    margin: 10em 0em -7em -23em;
  }
  .image1 {
    max-width: 60%; 
    height: auto; 
    margin: -48em 6em -1em 18em;
  }
  }




/*HOME*/
/*cambie la posición*/
/* .image2 {
    width: 63%; */
/* position: fixed; */
/* top: -23em;
    left: -17em;
    margin: 7em 7em 1em 77em ;
  } */
.image2 {
    max-width: 45%; /* La imagen no será más ancha que su contenedor */
    height: auto; /* La altura se ajustará proporcionalmente al ancho */
    margin: -50em 7em -10em 52em;
  }
.returnbtn:hover {
    background: #DFC3B5;
  }
/*cambie el tamaño de la letra 30/10*/
.postitle{
    color: #333333;
    font-size: 3.2em;
   margin-top: 4%;
   margin-bottom: 6%;
   margin: 1em 3em 1em 7em;
  }
.post-container {
    display: flex;
    align-items: center;
    max-width: 600px;
    background-color: #f7edc9;
    padding: 50px;
    border-radius: 9px;
    border: 2px solid #747373;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: -3em 3em 5em 25em ;
  }
/*estilo input post*/
.post-title {
    display: flex;
    align-items: center;
    width: 190%;
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
.post-container1 {
    position: relative;
  }
.post-author {
    position: absolute;
    bottom: 0;
    left: 10px; /* O la cantidad de píxeles que desees desde el borde izquierdo */
    font-size: 16px; /* O el tamaño de fuente que prefieras */
    color: #555; /* O el color de texto que prefieras */
    margin: 1em 1em 1em 3em;
  }
.post-button {
    padding: 8px 16px;
    background-color: #D1C7EA;
    border: 1.5px solid #000000;
    color: #131212;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
  }
.post-button:hover {
    background-color: #bb3c0ea0;
  }
.edit {
    padding: 6px 14px;
    background-color: #bb3c0ea0;
    border: 1.5px solid #000000;
    color: #131212;
    border-radius: 4px;
    margin: -5.5em 1em 1em 1em;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
  }
.edit:hover {
    background-color: #D1C7EA;
  }
.delete{
    padding: 6px 16px;
    background-color: #bb3c0ea0;
    border: 1.5px solid #000000;
    color: #131212;
    border-radius: 4px;
    margin: 1em -9em 1em 1em;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
  }
.delete:hover {
    background-color: #D1C7EA;
  }
.buttonexit {
    padding: 16px 40px;
    background-color: #FAC8BE;
    border: 2px solid #000000;
    color: #131212;
    cursor: pointer;
    border-radius: 4px;
    font-size: 22px;
    transition: background-color 0.2s;
    margin-left: 2%;
    
  }
.buttonexit:hover {
    background-color: #bb3c0ea0;
  }
/* Estilos para el contenedor de la publicación */
.post-container-inner {
    position: relative; 
  }
/* Estilos para el icono de eliminar */
/* .delete{
    position: relative;
    width: 7%; */
/*bottom: -3px; /* Cambiado de "top" a "bottom" para moverlo a la parte inferior */
/*right: -20%; /*Ajusta la posición horizontal según tu preferencia */
/* margin: 7em -5em 1em 1em; */
/*}
  /* Estilos para el icono de like */
.edit-icon {
    position: relative;
    width: 6.3%;
    bottom: 45px;
    right: -14%;
  }
.delete-icon {
    position: relative;
    width: 7%;
    bottom: -8px;
    right: -7%;
  }
.like-icon {
    position: relative;
    width: 7%;
    bottom: -55px;
    right: 2%;
  }
.count-like {
    position: relative;
    width: 10%;
    bottom: -55px;
    right: 4%;
  }
.post-title{
    background-color: #f2f5f4;
  }
.post-container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    /* margin: 70px auto; */
    background-color: #F7EBBB;
    padding: 50px;
    border-radius: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0.8em 2em 4em 25em ;
  }
.post-section .post-container-in:nth-child(5n+4) .post-container1 {
    background-color: #efc8a4; /* Primer color */
  }
.post-section .post-container-in:nth-child(5n+2) .post-container1 {
    background-color: #f0dac6; /* Segundo color */
  }
.post-section .post-container-in:nth-child(5n+3) .post-container1 {
    background-color: #E7E5D9; /* Tercer color */
  }
.post-section .post-container-in:nth-child(5n+1) .post-container1 {
    background-color: #c8d9db; /* Cuarto color */
  }
.post-section .post-container-in:nth-child(5n+5) .post-container1 {
    background-color: #bec0a3; /* Quinto color */
  }

 
  
  
