* {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
  background-color: #f7ecba !important;
}

#root {
  display: flex;
  justify-content: center;
}

/*Aqui empiezan los estilos para el home*/
.sectionHome {
  background-image: url(/assets/back.da3be760.jpg);
  background-position: center center;
  background-size: cover;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 50% 50%;
  max-width: 100%;
  height: 100%;
}

.btns-div {
  grid-row: 2;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: center;
  align-content: center;
  gap: 1em;
  padding-top: 45%;
}

.barBox {
  grid-row: 3;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: center;
  align-content: center;
  gap: 1em;
  padding-top: 10%;
}

.footer {
  margin-top: 3em;
}

.btn-login {
  height: 3em;
  background-color: #75C2F6;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #2aa0ee;
  padding-left: 35px;
  padding-right: 35px;
}

.btn-login:active {
  box-shadow: none;
  transform: translateY(6px);
}

.btn-register {
  height: 3em;
  background-color: #F4D160;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #f7c82e;
  padding-left: 35px;
  padding-right: 35px;
}

.btn-register:active {
  box-shadow: none;
  transform: translateY(6px);
}

/*REGISTER*/
.logoRegister {
  grid-row: 1;
  grid-column: 1;
  width: 50%;
  height: 100%;
  justify-self: center;
}

#titleRegister {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.5em;
  background-color: #F4D160;
  color: rgb(0, 0, 0);
  height: 35px;
  border-radius: .5em;
  justify-self: center;
  align-self: center;
  text-align: center;
}

.section-register {
  background-image: url(/assets/registerimg.ce4b4473.jpg);
  background-position: center center;
  display: grid;
  grid-template-rows: 20% 25% 55%;
  grid-template-columns: 50% 50%;
  background-size: cover;
  max-width: 100%;
  position: relative;
  height: 100%;
  text-align: right;
}

.form-register {
  grid-column: 1/3;
  grid-row: 2;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 25% 25% 25% 25%;
  grid-gap: 10px;
  justify-items: center;
}

.inputUserName {
  grid-column: 1/3;
  grid-row: 1;
  background-color: #1D5D9B;
  color: aliceblue;
  width: 80%;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  padding-left: 30px;
}

.input-email::placeholder,
.inputUserName::placeholder {
  color: aliceblue;
  font-weight: normal;
}

.input-email {
  grid-column: 1/3;
  grid-row: 2;
  background-color: #1D5D9B;
  color: aliceblue;
  width: 80%;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  padding-left: 30px;
}

.input-pass {
  grid-column: 1/3;
  grid-row: 3;
  background-color: #1D5D9B;
  color: aliceblue;
  width: 80%;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  padding-left: 30px;
  font-size: 1em;
}

.input-pass::placeholder {
  color: aliceblue;
  font-weight: normal;
}

.button-register {
  grid-column: 1;
  grid-row: 4;
  background-color: #F4D160;
  color: rgb(0, 0, 0);
  height: 35px;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #F7C82E;
  padding-left: 30px;
  padding-right: 30px
}

.buttonReturnRegister {
  grid-column: 2;
  grid-row: 4;
  background-color: #F4D160;
  color: rgb(0, 0, 0);
  height: 35px;
  width: 60%;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #F7C82E;
  padding-left: 30px;
  padding-right: 30px
}

.buttonReturnRegister:active {
  box-shadow: none;
  transform: translateY(6px);
}

/*LOGIN*/
.sectionLogin {
  background-image: url(/assets/chihuahua.81f28853.jpg);
  background-position: center center;
  background-size: cover;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 35% 10% 20% 10% 25%;
  justify-items: center;
  width: 100%;
  height: 100%;
}

.logoLogin {
  grid-row: 1;
  width: 70%;
  height: 90%;
}

#titleLogin {
  grid-row: 2;
  font-weight: bold;
  color: aliceblue;
  font-size: 2.5em;
  height: 35px;
  text-align: center;
  align-self: center;
}

.formLogin {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  grid-template-rows: 33% 33% 33%;
  gap: 5%;
  justify-items: center;
}

.inputEmailLogin {
  grid-column: 1/3;
  height: 25px;
  width: 60%;
  border: none;
  outline: none;
  border-radius: .5em;
  box-shadow: 0 6px 0 #cf804b;
  align-self: self-end;
  padding-left: 5%;
}

.inputPasswordLogin {
  grid-column: 1/3;
  height: 25px;
  width: 60%;
  border: none;
  outline: none;
  border-radius: .5em;
  box-shadow: 0 6px 0 #cf804b;
  align-self: center;
  padding-left: 5%;
}

.button-login {
  grid-column: 1/3;
  background-color: #D97E4A;
  color: rgb(0, 0, 0);
  height: 35px;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #fa7528;
  padding-left: 30px;
  padding-right: 30px;
  width: 60%;
}

.button-login:active {
  box-shadow: none;
  transform: translateY(6px);
}

.buttonReturnLogin {
  background-color: #D97E4A;
  color: rgb(0, 0, 0);
  height: 35px;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #fa7528;
  padding-left: 30px;
  padding-right: 30px;
  justify-self: center;
  margin-top: 2%;
  width: 60%;
}

.buttonReturnLogin:active {
  box-shadow: none;
  transform: translateY(6px);
}

.button-google {
  background-image: url(/assets/btn_google_signin_light_pressed_web.cbcbd4c2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 34%;
  border: none;
  outline: none;
  border-radius: 1em;
  cursor: pointer;
  box-shadow: 0 6px 0 #a09995;
  justify-self: center;
}

/*DOGFORM*/
.section-dogform {
  background-color: whitesmoke;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 8% 30% 52% 10%;
  width: 100%;
  height: 100%;
  justify-items: center;
}

.titleDogForm {
  grid-column: 1/2;
  grid-row: 1;
  border-radius: 1em;
  width: 30%;
  height: 100%;
  background-color: #1D5D9B;
  color: aliceblue;
  text-align: center;
  padding-top: 2%;
}

.section-dogform .logoDogForm {
  grid-column: 1/2;
  grid-row: 2;
  z-index: 5;
  height: 100%;
  width: 50%;
  justify-self: first baseline;
}

.section-dogform .img3 {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 2;
  object-fit: cover;
}

.dogForm {
  grid-row: 3;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: .5em;
  margin-top: 2%;
  justify-items: center;
}

.inputId {
  grid-column: 1/3;
  border-radius: 20px;
  background-color: #F4D160;
  width: 80%;
  border: none;
  padding-left: 3%;
}

.inputId::placeholder {
  padding-left: 3%;
}

.inputAge {
  grid-column: 1/2;
  grid-row: 2;
  width: 80%;
  border-radius: 20px;
  background-color: #F4D160;
  border: none;
  justify-self: end;
  padding-left: 5%;
}

.inputAge::placeholder,
.inputGender::placeholder,
.inputDogBreed::placeholder,
.inputWeight::placeholder {
  padding-left: 5%;
}

.inputGender {
  grid-column: 2/3;
  grid-row: 2;
  width: 80%;
  border-radius: 20px;
  background-color: #F4D160;
  border: none;
  justify-self: start;
  padding-left: 5%;
}

.inputDogBreed {
  grid-column: 1/2;
  grid-row: 3;
  width: 80%;
  border-radius: 20px;
  background-color: #F4D160;
  border: none;
  justify-self: end;
  padding-left: 5%;
}

.inputWeight {
  grid-column: 2/3;
  grid-row: 3;
  width: 80%;
  border-radius: 20px;
  background-color: #F4D160;
  border: none;
  justify-self: start;
  padding-left: 5%;
}

.divVaccines {
  grid-column: 1/3;
  width: 80%;
  border-radius: 20px;
  background-color: #F4D160;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.divSterilized {
  grid-column: 1/3;
  width: 80%;
  border-radius: 20px;
  background-color: #F4D160;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.buttonSubmitDogForm {
  grid-column: 1/3;
  background-color: #F4D160;
  color: rgb(0, 0, 0);
  height: 35px;
  width: 104px;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #f7c82e;
}

.buttonReturnDog {
  grid-column: 1/3;
  grid-row: 4;
  background-color: #75C2F6;
  color: rgb(0, 0, 0);
  height: 35px;
  width: 104px;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #2aa0ee;
}

/*FEED*/
.sectionFeed {
  overflow: scroll;
  background-image: url(/assets/imgfeed.04a0ae36.jpg);
  background-position: center center;
  background-size: cover;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 30% 5% auto auto;
  width: 100%;
  gap: 3%;
}

.logoFeed {
  grid-row: 1;
  grid-column: 1/3;
  width: 35%;
  height: 100%;
  justify-self: center;
}

.btnOut {
  grid-row: 2;
  grid-column: 2/3;
  width: 50%;
  background-color: #1D5D9B;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #1D5D9B;
  color: whitesmoke;
  margin-left: 15%;
}

.btnOut:active {
  box-shadow: none;
  transform: translateY(6px);
}

.sectionPost {
  grid-column: 1/3;
  grid-row: 3;
  justify-content: center;
  display: grid;
}

.textarea {
  width: 100%;
  height: 70px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

.submitButtonFeed {
  grid-column: 1;
  background-color: #F4D160;
  color: black;
  height: 35px;
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
  box-shadow: 0 6px 0 #F7C82E;
  padding-left: 30px;
  padding-right: 30px
}

.submitButtonFeed:active {
  box-shadow: none;
  transform: translateY(6px);
}

#section-listpost {
  grid-row: 4;
  grid-column: 1/3;
  padding-top: 5%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-content: center;
}

.btn-edit-listpost {
  grid-row: 4;
  margin-left: 45%;
  background-color: #F4D160;
  box-shadow: 0 6px 0 #F7C82E;
  width: 50%;
  height: 100%;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
}

.btn-edit-listpost:active {
  box-shadow: none;
  transform: translateY(6px);
}

.btn-delete-listpost {
  grid-row: 4;
  margin-left: 10%;
  width: 50%;
  height: 100%;
  background-color: #b9b4b4;
  box-shadow: 0 6px 0 #888682;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
}

.btn-delete-listpost:active {
  box-shadow: none;
  transform: translateY(6px);
}

.individual-post {
  height: 50%;
  width: 300px;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 10%;
}

.user-name {
  border-top-right-radius: .5em;
  border-top-left-radius: .5em;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  grid-column: 1/3;
  align-self: center;
  background-color: #ffffff;
}

.date-post {
  grid-column: 1/3;
  background-color: #ffffff;
  border-left: 2px solid #000000;
  border-right: 2px solid #030303;
}

.post-content {
  padding: 10% 10% 10% 10%;
  grid-column: 1/3;
  border-top: 1px solid rgb(0, 0, 0);
  background-color: #ffffff;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-bottom: 2px solid #030303;
  border-left: 2px solid #050505;
  border-right: 2px solid #000000;
}

.dialog {
  width: 50%;
  height: 30%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.question {
  grid-column: 1/3;
  text-align: center;
  height: 50px;
}

.container-btns {
  grid-row: 2;
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  height: 70%
}

.yes-btn {
  background-color: #b9b4b4;
  box-shadow: 0 6px 0 #a5a4a3;
  width: 40%;
  height: 20%;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
}

.cancel-btn {
  background-color: #b9b4b4;
  box-shadow: 0 6px 0 #a5a4a3;
  width: 40%;
  height: 20%;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
}

.editSection {
  z-index: 50;
  background-color: #858280ae;
}

.saveButton {
  margin-left: 45%;
  background-color: #F4D160;
  box-shadow: 0 6px 0 #F7C82E;
  width: 50%;
  height: 50%;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  border-radius: .5em;
  cursor: pointer;
  transition: .7s;
}

@media (max-width: 767px) {
/*Home*/
  .sectionHome {
    background-image: url(/assets/back.da3be760.jpg);
    background-position: center center;
    background-size: cover;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 50% 50%;
    width: 500px;
    height: 100%;
  }

  .logoHome {
    grid-row: 1;
    width: 70%;
    height: 80%;
    justify-self: center;
  }

  .btnOut {
    width: 99px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }

/*REGISTER*/
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.section-register {
  width: 500px;
  height: 100%;
}

#titleRegister {
  margin-right: 10%;
}

.logoRegister,
.logoFeed {
  width: 60%;
  height: 100%;
}

.input-email::placeholder,
.inputUserName::placeholder,
.input-pass::placeholder {
  padding-left: 0%;
}

.button-register {
  width: 120px;
  font-size: 1em;
}

.buttonReturnRegister {
  width: 120px;
  font-size: 1em;
  margin-right: 10%;
}

/*LOGIN*/
.logoLogin {
  width: fit-content;
}

.inputEmailLogin {
  height: 35px;
  font-size: larger;
}

.inputPasswordLogin {
  height: 35px;
  font-size: larger;
}

.button-login {
  width: 40%;
  font-size: 1em;
  margin-top: 2%;
}

.buttonReturnLogin {
  width: 40%;
  font-size: 1em;
  margin-top: 8%;
}

.button-google {
  align-self: center;
}

/*DOGFORM*/
.titleDogForm {
  padding-top: 3%;
}

.radio {
  padding-top: 15%;
  padding-left: 15%;
  font-size: small;
}

.inputRadio {
  width: 50%;
  height: 50%;
}

.buttonReturnDog {
  justify-self: first baseline;
  justify-self: center;
  margin-left: 2%;
}
}

/*De 769px (tabletas) hasta 1024px (computadoras medianas) para el HOME*/
@media (min-width: 768px) and (max-width: 1024px) {
  .logoHome {
    grid-row: 1;
    width: 50%;
    height: 70%;
    justify-self: center;
  }

  .btn-register {
    height: 2em;
    width: 6em;
    font-size: 1.5em;
  }

  .btn-login {
    height: 2em;
    width: 6em;
    font-size: 1.5em;
  }

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .section-register {
    width: 100%;
    height: 100%;
  }

  #titleRegister {
    margin-right: 10%;
    font-size: xx-large;
    padding-top: 3%;
    height: 30%;
  }

  .logoRegister,
  .logoFeed {
    width: 60%;
    height: 110%;
  }

  .input-email,
  .inputUserName,
  .input-pass {
    font-size: 1.2em;
  }

  .button-register {
    width: 200px;
    font-size: 1.3em;
    margin-left: 15%
  }

  /*Boton del feed*/
  .submitButtonFeed {
    width: 100%;
    font-size: 1em;
  }

  .buttonReturnRegister {
    width: 200px;
    font-size: 1.3em;
    margin-right: 15%
  }

  .logoLogin {
    width: 50%;
    height: 100%;
  }

  #titleLogin {
    font-size: 4em;
  }

  .inputEmailLogin {
    height: 70%;
    width: 60%;
    padding-left: 5%;
    font-size: 2em;
  }

  .inputEmailLogin::placeholder {
    font-size: 1em;
  }

  .inputPasswordLogin {
    height: 70%;
    width: 60%;
    padding-left: 5%;
    font-size: 2em;
  }

  .inputPasswordLogin::placeholder {
    font-size: 1em;
  }

  .button-login {
    height: 80%;
    width: 35%;
    font-size: 1.7em;
    margin-top: 2%;
  }

  .buttonReturnLogin {
    height: 60%;
    width: 35%;
    font-size: 1.7em;
    margin-top: 5%;
  }

  .button-google {
    align-self: center;
    width: 50%;
    height: 34%;
  }
/*DOGFORM*/
.titleDogForm {
  border-radius: 1em;
  width: 30%;
  text-align: center;
  padding-top: 2%;
  font-size: 2.5em;
}

.dogForm {
  gap: 1.2em;
  margin-top: 2%;
}

.inputId,
.inputAge,
.inputDogBreed,
.inputWeight {
  font-size: x-large;
}


.inputGender {
  padding-left: 5%;
  font-size: x-large;
}

.inputDogBreed::placeholder {
  padding-left: 5%;
  font-size: x-large;
}

.radio {
  padding-top: 15%;
  padding-left: 15%;
  font-size: x-large;
}

.inputRadio {
  height: 50%;
  width: 50%;
}

.buttonSubmitDogForm {
  height: 35px;
  width: 60%;
  font-size: x-large;
}

.buttonReturnDog {
  height: 35px;
  width: 62%;
  font-size: x-large;
  margin-left: 2%;
}
}

/*De 1025px (computadora mediana hasta de escritorio) para el HOME*/
@media (min-width: 1025px) {
  /*HOME*/
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .sectionHome {
    max-width: 600px;
    justify-content: center;
  }

  .logoHome {
    grid-row: 1;
    width: 80%;
    height: 80%;
    justify-self: center;
  }

  .btn-register {
    height: 2em;
    width: 6em;
    font-size: 1.5em;
  }

  .btn-login {
    height: 2em;
    width: 6em;
    font-size: 1.5em;
  }
  /*REGISTER*/
  .section-register {
    max-width: 600px;
    justify-content: center;
  }

  #titleRegister {
    margin-right: 10%;
    font-size: 1.5em;
    height: 32%;
    padding-top: 2%;
  }

  .logoRegister,
  .logoFeed {
    width: 60%;
    height: 130%;
  }

  .input-email,
  .inputUserName,
  .input-pass {
    font-size: 1em;
  }

  .button-register {
    height: 2em;
    width: 60%;
    font-size: 1.1em;
    margin-left: 15%
  }

  .submitButtonFeed {
    width: 100%;
    font-size: 1em;
  }

  .buttonReturnRegister {
    height: 2em;
    font-size: 1.1em;
    margin-right: 15%
  }

  /*lOGIN*/
  .sectionLogin,
  .sectionFeed {
    max-width: 600px;
    width: 100%;
    height: auto;

  }

  .logoLogin {
    width: 50%;
    height: 110%;
  }

  .inputEmailLogin {
    height: 70%;
    width: 80%;
    padding-left: 5%;
    font-size: 1.3em;
  }

  .inputEmailLogin::placeholder {
    font-size: 1em;
  }

  .inputPasswordLogin {
    height: 70%;
    width: 80%;
    padding-left: 5%;
    font-size: 1.3em;
  }

  .inputPasswordLogin::placeholder {
    font-size: 1em;
  }

  .button-login {
    height: 80%;
    width: 40%;
    font-size: 1.4em;
    margin-top: 2%;
  }

  .buttonReturnLogin {
    height: 60%;
    width: 40%;
    font-size: 1.4em;
    margin-top: 5%;
  }

  .button-google {
    align-self: center;
    width: 50%;
    height: 34%;
  }
  /*DOGFORM*/
  .section-dogform {
    max-width: 600px;
    justify-content: center;
  }

  .titleDogForm {
    padding-top: 2%;
    font-size: 1.8em;
  }

  .section-dogform .logoDogForm {
    height: 120%;
    width: 40%;
    margin-left: 10%;
  }

  .inputId,
  .inputId::placeholder,
  .inputAge,
  .inputAge::placeholder,
  .inputGender,
  .inputGender::placeholder,
  .inputDogBreed,
  .inputDogBreed::placeholder,
  .inputWeight,
  .inputWeight::placeholder,
  .radio,
  .buttonSubmitDogForm,
  .buttonReturnDog {
    font-size: large;
  }

  .inputRadio {
    width: 50%;
    height: 50%;
  }

  .radio {
    padding-top: 15%;
    padding-left: 15%;
  }

  .buttonSubmitDogForm {
    height: 35px;
    width: 60%;

  }

  .buttonReturnDog {
    height: 35px;
    width: 61%;
    margin-left: 1%;
  }
}
