* {

  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;

}

body {
  background-color: #0B3954;
}


/* Vista home.js mobile BASE SIN MEDIA QUERY*/
  .container-app, .container-formSignUp, .formSetting-Profile {
    height: 210vw;
    margin: 2% auto;
    width: 90%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    background-color: #B4D7EA;
    border: 4px solid #00808D;
    margin-top: 5%;
  }
  
#title {
  color: #00808D;
  font-size: 25px;
  padding: 5%;
  text-align: center;
}

#description-app {
  text-align: center;
  line-height: 1.5em;
  font-size: 16px;
  color:#36413E;
  padding-top: 2%;
  margin-left: 2%;
  margin-right: 2%;

}

#app-img {
  width: 45%;
  height: 30%;
  align-self: center;
}

#form-home{
  width: 100%;
  height: 100%;
  padding: 1%;
  margin: 0 auto;
  
}

#name-email,
#name-password {
  margin-left:12%;
  display: inline-block;
  width: 80%;
  color:#36413e;
  font-weight: bolder;
  padding: 10px;
  font-size: 16px;
  
}

#input-email, #input-password {
  border-radius: 5px;
  height: 8vw;
  width: 80%;
  margin:1% 12%;
  background-color: #D9D9D9;
  font-size: 16px;
}

#btnLogIn, #btnSignUp {
  width: 54%;
  height: 10vw;
  display: flex;
  margin: 3% auto;
  margin-top: 3%;
  justify-content: center;
  align-items: center;
  background-color: #0B3954;
  color: white;
  font-size: medium;
  border:none;
  padding: 0%;
  
}

.homePage {
  font-size: 22px;
  color: #0B3954;
}

#btnGoogle {
  font-family: 'Roboto', sans-serif;
  height: 10vw;
  left: 28%;
  margin-left: 22%;
  width: 55%;
  margin-bottom: 5%;
  
}

#text {
  margin-left: 23%;
  font-size: 16px;
  text-align: center;
}

#btnForgotP{
  margin-left: 55%;
  margin-top:0%;
  margin-bottom: 0%;
  text-decoration: none;
}

#messageError-home{
  height: 10%;
  width: 80%;
  margin: 1% 12%;
}

#notification {
  position: fixed;
  top: 50%;
  right: 50%;
  left: 30%;
  transform: translate(-25%, -30%);
  background-color: white;
  border: 2px #00bed3 solid;
  padding: 10px;
  display: none;
  width: 80%;
  height: 8%;
  text-align: center;
  font-size: 20px;
}

.message-welcome{
  height: 5%;
  width: 80%;
  margin: 1% 12%;
  border: 1px solid black;

}

.btn-edit,
.buttonLogin,
.btnSend,
.btn-windowSignUp {
  width: 25%;
  height: 4%;
  display: block;
  margin: 2% auto;
  align-items: center;
  background-color:#0B3954;
  border-radius: 10px;
  color: white;
  font-size: medium;
  border:none;
  
}

.btn-windowSignUp {
  margin-top: 10%;
}


/* vista forgot password */
.titleForgot {
  margin: 2% auto;
  color: #0B3954;
}

.formForgot {
  background-color: #0B3954;
  border-radius: 10%;
  color: white;
  padding: 10% 0;
  margin: 5%;
  display: flex;

}

.input-email-forgot,
.input-password-forgot {
  width: 80%;
  border-radius: 5px;
  height: 0 auto;
  margin: 2% auto;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

#buttonReturn, #btn-logout {
  color: #00bed3;
  font-size: 20px;
  margin-left: 2%;
  font-weight: bolder;
  border: none;
  background-color: #0B3954;
  padding: 3%;
  margin-bottom: 0;
}

#btn-logout {
  margin-left: 50%;
}

/* Profile */
.container-profile {
  height: 190vw;
  margin: 2% auto;
  width: 90%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  background-color: #B4D7EA;
  border: 4px solid #00808D;
  justify-content: start;
  padding: 5%;
}

.container-names .user-name
.container-names .user-last-name {
  font-size: 30px;
}

.your-posts {
  font-size: 30px;
  font-weight: bolder;
}
.container-names {
  position: relative;
}

.container-names .btn-edit {
  position: absolute;
  width: 80%;
  height: auto;
  text-align: center;
  padding: 8px 16px;
  font-size: 16px;
  right: 0;
}

.post {
  width: 100%;
  background: #D9D9D9;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  height: 100px;
  text-align: center;
  letter-spacing: -0.019em;
  line-height: 150%;
  justify-content: center;
  display: flex;
}

.form-profile {
  display: flex;
  flex-direction: column;
}

.btn-profile {
  color: #00808D;
  font-size: 20px;
  font-weight: 700;
  border: none;
  background-color: #B4D7EA;
}

.btn-board {
  margin-right: 8%;
  color: #36413E;
  font-size: 20px;
  font-weight: bolder;
  border: none;
  background-color: #B4D7EA;
}

.container-user-post {
  display: flex;
  align-items: center;
}

.user-info {
  align-items: center;
  display: flex;
  margin-bottom: 20%;
}

.user-img {
  margin-right: 10%;
  width: 30%;
  height: auto;
}

/* Board view */
#container-app-board {
  height: 190vw;
  margin: 2% auto;
  width: 90%;
  border-radius: 30px;
  background-color: #B4D7EA;
  border: 4px solid #00808D;
  padding: 5%;
  text-align: end;

}

#menu-id {
  text-align: center;
  padding-top: 20px;
}


.menu-profile {
  text-align: center;
  margin-bottom: 10%;
}

#menu-top-board,
#menu-top-profile {
  margin-right: 8%;
  color: #00808D;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  text-align: center;


}

#menu-top-profile {
  font-weight: 100;
  color: #36413E;
}

.post-img,
#imageProfile {
  width: 55px;
  height: 50px;
  margin: 0;
}

#post-id {
  background: #D9D9D9;
  border-radius: 8px;
  font-style: normal;
  font-size: 15px;
  width: 200px;
  height: 55px;
  text-align: center;
  letter-spacing: -0.019em;
}

#post-id-error {
  background-color: red;
}

#sort-class #sortLabel-class {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 80px;
  padding: 0px;
  height: 30px;

}

.options-class {
  font-size: 10px;
}

 #container-img-post {
  margin: 10%;
  margin-bottom: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 5%;
}

#btn-save-post {
  display: block;
  width: 20%;
  border-radius: 10px;
  color: white;
  font-size: medium;
  background-color: #0B3954;
  margin: 0%;
  margin-left: 68%;
  margin-bottom: 5%;
  height: 30px;

}


/* vista sign up */

.paragraph-signUp{
  margin-top: 10%;
  margin-left: 10%;
  width: 50%;
  color: #36413e;
  font-weight: bolder;
}


.input-userSignUp, .input-fullname, .input-setting{
  width: 80%;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  
}


/*setting profile*/
.img-setting{
  width:40%;
  height: auto;
  padding-top: 10%;
  margin: 0 auto;
}

.container-fullname,.container-setting{
  width: 100%;
  display: flex;
  padding: 10%;
  
}

.label-fullname,.label-setting{
  
  width: 30%;
  line-height: 30px;
  color:#36413e;
  font-weight: bolder;
  text-align: center;
}

.input-notification{

  width: 11%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  appearance: none;
  background-color: #FF5A5F;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
 
}

.input-notification:checked {
  background-color: rgb(236 72 153);
}
.btn-save{
  width: 30%;
  height: 5%;
  margin: 6% auto;  
  align-items: center;
  background-color:#0B3954;
  border-radius: 10px;
  color: white;
  font-weight: bolder;
  font-size: medium;
  border:none;

}


/*Modal: are you sure to delete this post?*/
.container-modal {
  width: 100%;
  height: 100vh;
  top:0;
  left:0;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.content-modal{
  width:50%;
  height: 10%;
  margin:auto;
  background-color: white;
  border-radius: 10px;
  display: grid;
  justify-items: center;
  border: 2px #00bed3 solid;
}


.message-delete {
  width: 80%;
  text-align: center;
  font-size: small;
}

.btn-yes-no{
  display: flex;  
  justify-content: space-evenly;
  width: 80%;
  margin-bottom: 3%;
 
}


.btn-Yes {
  background-color: #087E8B;
  width: 40%;
  color: white;

}
.btn-Yes:hover:active {
  background-color:black;
}

.btn-No {
  background-color: #FF5A5F;
  width: 40%;
  color: white;
}

.btn-No:hover:active {
  background-color:black;
}

.btn-x {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 70%;
  cursor: pointer;
}

.show {
  pointer-events: auto;
  position: absolute;
  opacity: 1;
}

/* Container del board con los posts */
#board-post {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: transparent;
  overflow: scroll;
  height: 70%;
}


.post-div {
  border: 1px solid black;
  display: flex;
  margin: 1%;
  border-radius: 10px;
  background-color: #D9D9D9;
  flex-direction: column;
  height: auto;

}

#board-post p {
  padding-left: 5%;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  height: auto;
  width: auto;
  
}
.name-user {

  text-align: start;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;

}

.btn-editdelete {
  border: none;
  display: flex;
  justify-content: flex-end;
  height: 20%;
  
}

 .btn-editBoard, .btn-deletepost {
  margin: 3%;
  height: 20%;
  border: none;
  background-color:  #D9D9D9;
  font-size: x-large;
  
} 


.container-star {
margin: 4%;
margin-bottom: 1%;

}
.fa-star{
  color:#00bed3;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-right: 1%;

}
.fa-star:hover {
  color: black;
}

/* Modal Edit Post */

.dad-container {
  width:80%;
  height: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;


}
.container-edit-modal {
  width: 90%;
  height: 65vw;
  background-color: #B4D7EA;
  margin: 5%;
  border-radius: 10px;
  border: 2px #00bed3 solid;
  
}

.title-edit-modal {
  text-align: center;
  

}
.imageProfile-edit {
  position: fixed;
  width: 10%;
  height: 13%;
  left: 50%;
  margin-right: 20%;
  transform: translate(-380%);

}
.name-user-edit {
  font-size: medium;
  text-align: left;
  margin-left: 20%;
  margin-top: 15%;
  
}

.btn-editpost {
  color: white;
  position: fixed;
  bottom: 36%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 5%;
  background-color: #087E8B;
  border-radius: 10px;
  cursor: pointer;
}

.btn-editpost:hover:active {
  background-color:black;
}

.btn-x-edit {
  border: none;
  background-color: transparent;
  font-size: larger;
  position: fixed;
  left:88%;
  transform: translate(-50%);
}
.content-edit-modal {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83%;
  height: 20vw;
  background-color: #D9D9D9;
  border-radius: 10px;
  padding: 4%;
  
}

/*  -----------------------------INICIO DE MEDIA QUERY----------------------------- */

/* HOME 550 */
 @media screen and (min-width: 550px) { 
  #title {
    color: #00808D;
    font-size: 35px;
    padding: 5%;
    text-align: center;
  }
  
  #description-app {
    text-align: center;
    line-height: 1.5em;
    font-size: 24px;
    color:#36413E;
    padding-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
  
  }

  #btnLogIn, #btnSignUp {
    width: 54%;
    height: 10vw;
    display: flex;
    margin: 3% auto;
    margin-top: 3%;
    justify-content: center;
    align-items: center;
    background-color: #0B3954;
    color: white;
    font-size: 20px;
    border:none;
    padding: 0%;
    
  }

  #text {
    margin-left: 28%;
    font-size: 20px;

  }
  
  #input-email, #input-password {
  border-radius: 5px;
  height: 6vw;
  width: 80%;
  margin:1% 12%;
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 20px;
}

#name-email,
#name-password {
  margin-left:10%;
  margin-bottom: 0;
  width: 80%;
  color:#36413e;
  font-weight: bolder;
  padding: 10px;
  font-size: 20px;
  
}

#btnForgotP{
  margin-left: 65%;
  margin-top:-20%;
  margin-bottom: 0%;
  text-decoration: none;
  font-size: 20px;
}

#messageError-home{
  height: 5vw;
  width: 80%;
  margin: 1% 12%;
  font-size: 20px;

}

#notification {
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 90%;
  height: 8%;
  text-align: center;
  font-size: 26px;
}

}


/*Cambios en ventana signup para mostrar errores*/

.confirm-passwordmessage{
  height: 20px;
  font-size: 12px;
  margin:3% auto;
  text-align: left;
  width: 80%;
  padding-top: 1%;
}




/* HOME 768 */
@media screen and (min-width: 768px) { 

  #title {
    color: #00808D;
    font-size: 45px;
    padding: 5%;
    text-align: center;
  }

  #app-img {
    width: 35%;
    height: 20%;
  }

  
#btnLogIn, #btnSignUp {
  font-size: 24px;
 
}


#text {
  margin-left: 32%;
  font-size: 24px;
  text-align: center;
}

#notification {
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 90%;
  height: 8%;
  text-align: center;
  font-size: 26px;
}

}

/*Inicio responsive board Mont 375*/

@media screen and (min-width:375px) {

  #menu-id {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    margin-right: 5%;
  }
  

  #container-img-post {
    margin-top: 10%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 5%;
}

#imageProfile {
  width: 19%;
  height: auto;
  margin-left: 0%;
  padding-right: 0%;
}

#post-id {
  font-weight: lighter;
  font-size: 12px;
  width: 92%;
  height: 70px;
  margin-left: 0%;
  padding-left: 0%;
}

  #btn-save-post {
    width: 20%;
    font-size: 10px;
    border-radius: 5px;
    height: 25px;
    border:none;
  }
   #sortLabel-class  {
    width: 50%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    color: #36413E;
    left: 0%;
    margin-top: 1%;
  }

  #sort-class {
    width: 50%;
    margin: 10%;
    border-radius: 5px;
  }

  .options-class{
    width: 50%;
    font-size: 12px;
  }

  .post-div {
    margin: 2% auto;
    width: 80%;
    height: 60%;
  }

  #board-post {
    height: 60%;
  }
  
  #board-post p {
    padding-left: 5%;
    font-size: 12px;
  }
  
  .btn-editdelete {
    border: none;
    height: 20%;
    
  }
  
   .btn-editBoard, .btn-deletepost {
    margin: 3%;
    width:6%;
    font-size: 20px;
    font-weight: bold;
    color: #36413e;
  } 
  
  .fa-star, .counter-star{
    font-size: 12px;
  }

  /*Delete modal Mon*/

  .container-modal {
    top:10%;
    left:0;
    width: 100%;
  }
  
  .content-modal{
    width:50%;
    height: auto;
    border: 3px #00bed3 solid;
  }
  
  
  .btn-Yes, .btn-No {
    width: 40%;
    height: auto;
    font-size: 12px;
    border: none;
    padding: 2%;
  }
  
  
  .btn-x {
    left: 70%;
    font-size: 11px;
    font-weight: bolder;
  }
  
  #notification {
    border-radius: 10px;
    padding-top: 4%;
    font-size: 12px;
    font-weight: bold;
  }
  
 
  /* Modal Edit Post Mont*/
  
  .title-edit-modal {
    font-size: 20px;
  }

  
  .name-user-edit {
    font-size: small;
    font-weight: bold;
    margin-left: 20%;
    line-height: 5px;
  }


  .content-edit-modal {
    width: 75%;  
    font-size: 12px;  
  }

  
  .btn-editpost {
    bottom: 32%;
    margin-top: 5%;
    left: 75%;
    height: 7%;
    border: none;
  }
  
  
  .btn-x-edit {
    font-size: medium;
    font-weight: bold;
  }
   
}

@media screen and (min-width:500px) {
  
  #notification {
    border-radius: 10px;
    padding-top: 3%;
    font-size: 12px;
    font-weight: bold;
  }

  .container-modal {
    top:40%;
    left:0;
    width: 100%;
  }

}


/*cambios en modal para editar Mont*/
@media screen and (min-width:600px) {

  .dad-container {
    width:100%;
    height:auto;
    top: 50%;
    left: 50%;
  }
  .container-edit-modal {
    width: 70%;
    height: 60vw;
    margin: 0% auto;
  }
  
  .title-edit-modal {
    margin-top: 10%;
    
  
  }
  .imageProfile-edit {
    width: 10%;
    height: 13%;
    left: 65%;
    margin-right: 20%;
  }
  .name-user-edit {
    font-size: medium;
    text-align: left;
    margin-left:35%;
    margin-top: 8%;

  }
  
  .btn-editpost {
    
    bottom: 15%;
    left: 67%;
    width: 15%;
    height: 10%;

  }
  
 
  .btn-x-edit {
    left:80%;
    padding-top: 2%;
    
  }
  .content-edit-modal {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 15vw;
    margin-top: 3%;
    font-size: 15px;
  }
  #btn-save-post {
    width: 20%;
    font-size: 13px;
    height: 30px;
  }

  #sortLabel-class  {
    width: 50%;
    height: auto;
    font-size: 18px;
  }

  #sort-class {
    width: 40%;
    margin: 8%;
    margin-top: 0%;
    height: 3%;
  }

  .options-class{
    width: 50%;
    font-size: 14px;
  }


  
  #board-post p {
    padding-left: 5%;
    font-size: 14px;
  }
  
  .btn-editdelete {
    border: none;
    height: 30%;
    
  }
  
   .btn-editBoard, .btn-deletepost {
    width:7%;
    font-size: 25px;
  } 
  
  .fa-star, .counter-star{
    font-size: 15px;
  }

#imageProfile {
  width: 20%;
}

#post-id {
  font-size: 15px;
  height: 85px;
}

#btn-logout {
  margin-left: 60%;
}
  
}


@media screen and (min-width:768px) {
  
  #container-img-post {
    gap: 2%;
}

#imageProfile {
  width: 18%;
}

#post-id {
  width: 93%;
  height: 90px;
}

#btn-save-post {
  width: 20%;
  font-size: 13px;
  height: 40px;
}

#board-post p {
  font-size: 16px;
}

/*notificacion y mensaje borrar*/
.container-modal {
  top:50%;
}

.content-modal{
  width:45%;
  padding-top: 2%;
}

.message-delete{
  font-size: 15px;
}


.btn-Yes, .btn-No {
  width: 30%;
  font-size: 14px;
}


.btn-x {
  left: 70%;
  font-size: 14px;
}

#notification {
  
  padding-top: 2%;
  font-size: 14px;
}

#btn-logout {
  margin-left: 65%;
}
}

@media screen and (min-width:900px) {

  #buttonReturn{
    margin-left: 4%;
  }

  #btn-save-post {
    width: 22%;
    font-size: 16px;
    height: 45px;
  }

  #imageProfile {
  width: 18%;
  }

  #post-id {
  width: 93%;
  height: 100px;
  font-size: 19px;
  }

  #notification {
    font-size: 20px;
  }

  #sortLabel-class  {
    font-size: 20px;
  }

  #board-post p {
    font-size: 20px;
  }

  .fa-star, .counter-star{
    font-size: 18px;
  }

  
   .btn-editBoard, .btn-deletepost {
    width:6%;
    font-size: 30px;
  } 
  

  /*EDITARMODAL */

  .dad-container {
    top: 55%;
  }
  .container-edit-modal {
    width: 70%;
    height: 60vw;
    margin: 0% auto;
  }
  
  .title-edit-modal {
    margin-top: 10%;
    font-size: 30px;
  }
  .imageProfile-edit {
    height: 15%;
  }

  .name-user-edit {
    font-size: 20px;
    padding: 10px;
  }
  
  .btn-editpost {
    
    left: 70%;
    width: 15%;
    font-size: 18px;

  }
 
  .btn-x-edit {
    padding-top: 2%;
    font-size: 30px; 
  }
  .content-edit-modal {
    top: 50%;
    left: 50%;
    width: 55%;
    height: 15vw;
    font-size: 18px;
  }
  
}

@media screen and (min-width:1100px) {

  #menu-top-board,
#menu-top-profile {
  font-size: 30px;
}


#post-id {
  height: 120px;
  font-size: 25px;
}

#btn-save-post {
  width: 22%;
  font-size: 20px;
  height: 50px;
}

 #sortLabel-class  {
    width: 60%;
    height: auto;
    font-size: 25px;
  }

  #sort-class {
    width: 30%;
    margin: 8%;
    margin-top: 0%;
    font-size: 16px;
    height: 2%;
  }
  
  .message-delete, .btn-Yes, .btn-No,.btn-x {
    font-size: 20px;
  }

  #buttonReturn, #btn-logout {
    font-size: 30px;
    padding: 3%;
    margin-bottom: 0;
  }

}

/* HOME 992 */
@media screen and (min-width: 992px) { 
  #title {
    font-size: 50px;
  }

  #input-email, #input-password {
    border-radius: 5px;
    height: 6vw;
    width: 70%;
    margin:1% 12%;
    font-size: 24px;
  }

  
#btnLogIn, #btnSignUp {
  width: 40%;
  height: 6vw;
  display: flex;
  margin: 3% auto;
  margin-top: 3%;
  justify-content: center;
  align-items: center;
  background-color: #0B3954;
  color: white;
  font-size: 24px;
  border:none;
  padding: 0%;
  
}


#text {
  margin-left: 36%;
  font-size: 24px;
  text-align: center;
}


#btnGoogle {
  font-family: 'Roboto', sans-serif;
  height: 8vw;
  left: 28%;
  margin-left: 30%;
  width: 40%;
  margin-bottom: 5%;
  
}
#notification {
  position: fixed;
  top: 50%;
  right: 50%;
  left: 28%;
  transform: translate(-25%, -30%);
  background-color: white;
  border: 2px #00bed3 solid;
  padding: 10px;
  display: none;
  width: 90%;
  height: 8%;
  text-align: center;
  font-size: 36px;
}
}

/* HOME 1400 */
@media screen and (min-width: 1400px) { 

  #title {
    font-size: 60px;
    padding-bottom: 1%;
  }

  #app-img {
    width: 25%;
    height: 15%;
    align-self: center;
  }

  
#text {
  margin-left: 40%;
  font-size: 24px;
  text-align: center;
}

#notification {
  position: fixed;
  top: 50%;
  right: 50%;
  left: 28%;
  transform: translate(-25%, -30%);
  background-color: white;
  border: 2px #00bed3 solid;
  padding: 10px;
  display: none;
  width: 90%;
  height: 8%;
  text-align: center;
  font-size: 36px;
}
  
}

/* SIGN UP-768  */
@media screen and (min-width: 768px) { 

  .container-formSignUp {
    height: 210vw;
    margin: 2% auto;
    width: 90%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    background-color: #B4D7EA;
    border: 4px solid #00808D;
    margin-top: 5%;
  }
  
  .input-userSignUp {
    width: 60%;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    font-size: 18px;
  }

  .paragraph-signUp{
    margin-top: 10%;
    margin-left: 20%;
    width: 50%;
    color: #36413e;
    font-weight: bolder;
    font-size: 18px;
  }

  .btn-windowSignUp {
    font-size: 20px;

  }

  .confirm-passwordmessage {
    font-size: 20px;
    text-align: center;
    height: 30px;
  }

  #buttonReturn {
    font-size: 24px;
  }
}

