
 *{
    margin: 0;
    padding:0;
    box-sizing: border-box; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
 } 

 body {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1E7CE;
} 

/*HOME ------------------------------------------------------------------------*/
.home-title{
  
  display: flex;
  color: #CAC5B1;
  text-align: center;
  font-size: 25px;
  padding-top: 80px;
  padding-left: 5px;
  background-color: #0A1E27;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  margin-left: 5px;
  border-radius: 100%;
  border: 3px solid #D9D9D9;
  width: 220px;
  height: 220px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position:relative;
  
   
}
.home-title {
  position: absolute; 
  top: 100px; 
  left: 100px; 
}


.home-back{
  
  border-radius: 20px 20px 20px 20px;
  width: 183px;
  height: 37px;
  padding: 10px 25px;
  margin-top: 60px;
  margin-left: -80px;
  background-color: #D9D9D9;
  border: none;
  color: #3B3945;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
  cursor: pointer;
  font-size: 15px;
  
  
}
.home-back:hover {
  background-color: #49081B;
  color: white;
}


/*HOME--------------------------------------------------------*/
 .root-home { 
 
  
   background: linear-gradient(#CD2054, #C67B1D); 
   width: 412px;
   height: 800px;
   border-radius: 20px 20px 20px 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 400px;
   padding-left: 90px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   position: relative;
} 

/* .box-class {

  width:276px;
  height:455px;
  background:#0A1E27;
  border-radius: 20px 20px 20px 20px;
  opacity: 0.5;
  display: flex;
  padding-top: 150px;
  padding-left: 50px;
  float:inherit;
 
} */


 /* .title-text {

  color: #CAC5B1;
  font-size: 25px;
  padding-top: 90px;
  padding-left: 28px;
  background-color: #0A1E27;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 100%;
  border: 3px solid #D9D9D9;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
}  */

/*CAMBIO 1*/
.title-text {
  color: #CAC5B1;
  font-size: 25px;
  padding-top: 90px;
  padding-left: 15px;
  background-color: #0A1E27;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -150px;
  border-radius: 100%;
  border: 3px solid #D9D9D9;
  width: 220px;
  height: 220px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative; 
}

.title-text {
  position: absolute; 
  top: 100px; 
  left: 250px; 
}


/* LOGIN COMPONENT STYLE---------------------------------------------------------------- */

.root-login { 
 
  
  background: linear-gradient(#CD2054, #C67B1D); 
  width: 412px;
  height: 800px;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 400px;
  padding-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
} 

.email-input {
  background-color: #D9D9D9;
  width: 280px;
  height: 40px;
  padding: 5px;
  margin-bottom:20px;
  border:none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.email-label  {
  display: flex;
  color: #D9D9D9;
  font-size: 14px;
  margin-top:-10px;
  margin-bottom: 0.5vh;
}


/* PASSWORD- */
.password-label {
  display: flex;
  color: #D9D9D9;
  font-size: 14px;
  margin-top:-10px;
  margin-bottom: 0.5vh;
}
.password-input {

  background-color: #D9D9D9;
  width: 280px;
  height: 40px;
  margin-left: 1px;
  /* padding: 5px; */
  margin-bottom: 15px;
  border:none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}


 /* LOG IN*/
.login-button {
  
  /* display: block; */
  border-radius: 20px 20px 20px 20px;
  width: 200px;
  height: 40px;
  padding: 10px 25px;
  margin-top: 20px;
  margin-left: -20px;
  background-color: #1B3941;
  border: none;
  color: #D9D9D9;
  font-size: 14px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-button:hover {

  background-color:#C5163C;
  color: white;
}



.custom-text{
  padding-top: 5px;
  color: #D9D9D9;
  font-size: 18px;
  
}



/* GOOGLE BUTTON */
.google-button {

  /* display: block; */
  padding: 10px 20px;
  margin-top:30px;
  margin-left: -5px;
  background-color: #F5F5F5;
  border: none;
  width: 250px;
  height: 45px;
  color: #3B3945;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}

.google-button:hover {
  background-color: #4ec0e7;
  color: white;
}

/* .googleButton {
  
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background-image: url('/imagenes/googleIcon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */
.btnGoogle img {

  background-image: url('/imagenes/googleIcon.png');
  width: 1.5rem; /* 18dp width */
  height: 1.5rem; /* 18dp height */
  margin-right: 1.5rem; /* 24dp spacing between logo and text */
  display: inline-block;
  vertical-align: middle;
}


/*SING UP CONPONENT*/ /*---------------------------------------------------------*/

.create-account {

  margin-left: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}


.confirm-password-input{

  background-color: #D9D9D9;
  width: 250px;
  height: 35px;
  padding: 5px;
  margin-bottom: 10px;
  border:none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.signup-button {
  /* display: block; */
  padding: 10px 20px;
  margin-top:20px;
  margin-left: 25px;
  background-color: #F5F5F5;
  border: none;
  width: 183px;
  height: 37px;
  color: #3B3945;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}

.signup-button:hover {
  background-color: #49081B;
  color: white;
}

/*POST COMPONENT---------------------------------------------*/

.header {
  display: flex;
  border-bottom: 3px solid #D9D9D9;
  background-color: transparent;
  color: #D9D9D9;
  font-size: 20px;
  width: 300px;
  position:relative;
  left: -15px;
  top: -200px;
}

.header-icon{
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 150px;
  color: #D9D9D9
}

.header-icon:hover{
   color: #CD2054;
   font-size: 30px;
  transform: scale(1.2);
}

.root-post {
  /* background: linear-gradient(#CD2054, #C67B1D);   */
  background-color: #0A1E27;
  width: 430px;
  height: 800px;
  border-radius: 35px 35px 35px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 300px; /*revisar*/
  padding-left: 60px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow-y: auto;
  max-height: 800px;
  max-width: 600px;
  
  
}

.create-post-button{
  width: 150px;
  height: 35px;
  border:none;
  border-radius: 25px 25px 25px 25px;
  background: linear-gradient(#CD2054, #C67B1D);
  color: #CAC5B1;
  font-size: 15px;
  position:relative;
  left: 55px;
  top: -165px;
  cursor: pointer;
  /* box-shadow: inset rgb(232, 213, 213) 0px 0px 60px -12px; */
}
/* .create-post-button:hover{
  font-size: px; */
  /* transform: scale(1.3); */ 
/* } */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background: linear-gradient(#CD2054, #C67B1D);
  margin: 15% auto;
  padding: 20px;
  border: none;
  border-radius: 20px 20px 20px 20px;
  width: 300px;
  height: 400px;
  max-width: 450px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* .close-button {
  
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
} */

/* .close-button:hover,
.close-button:focus {
  color: #1B3941;
  text-decoration: none;
  cursor: pointer;
} */

.post-text-input {
  border: none;
  background: transparent;
  width: 100%;
  height: 250px;
  font-size: 15px;
  color: #D9D9D9;
  padding-left: 25px;
  padding-top: 25px;
  margin-bottom: 10px;
  /* resize: vertical; */
}

.post-button {
  background:#3B3945;
  border:none;
  width: 100px;
  height: 25px;
  color: white;
  padding-bottom: 3px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.post-button:hover {
  background:#C51A3B;
}

/*SQUARE 1*/
.post-square{
  background-color: #757489;
  width: 320px;
  height: 135px;
  border-radius: 20px 20px 20px 20px;
  margin-left: -40px;
  margin-top: -140px;
  margin-bottom: 35px;
  border: 3px solid #1B3941;
  box-shadow: inset rgb(232, 213, 213) 0px 0px 60px -12px;
}

.button {
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 200px;
  position: relative;
  top: -60px;
  left: 45px;
}

/* Aplicar la clase a los botones */
.fa-edit, .fa-trash-alt, .fa-heart, .like-count  {

  background: none;
  border:none;
  color:#D9D9D9;
  /* padding-right: 5px; */
  margin-right: 5px;
  margin-top:75px;
  flex-direction: column;
  
}

.fa-edit i, .fa-trash-alt i, .fa-heart i, .like-count i {
  
  font-size: 17px;
  
}

/* Aplicar la clase a los botones */
.fa-edit:hover, .fa-trash-alt:hover {
  
  color: #C67D1D;
  /* font-size: 30px; */
  transform: scale(1.5);
}

/* .footer {
  background-color: #C51A3B;
  color: #D9D9D9;
  width: 500px;
  height: 25px; */
  /* padding-left: 135px; */
  /* padding-top: 5px; */
  /* position: relative; */
  /* left: -30px;
  top: 10px; */
/* } */
.post-container {
  display: grid;
  grid-template-rows: repeat(3, 1fr); /* 3 columnas en la cuadrícula */
  grid-gap: 125px; /* Espacio entre los cuadros */
}
.post-square p {
  margin: 25px;
  color: #D9D9D9;
}
.post-square {
   display: flex;
  align-items: center;
}

.post-square.long-content {
  /* Ajusta el tamaño del cuadro */
  width: 300px;
  height: 200px;
}

.post-square.long-content p {
  /* Ajusta el tamaño del texto */
  font-size: 12px;
}