@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@600&display=swap');
/* estilos generales para las vistas de login y registro */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'limelight', sans-serif;
    color: rgb(43, 43, 43);
    background-color: #C8EFEB;
}
div{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sectionGeneral {
  display: flex;
  flex-wrap: nowrap;
}
/* login pc */
.div-left{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #F4FF20;
  margin: 0 90px 0 0;
  max-width: 43%;
  height: 100vh;
}
.div-left p{
text-align: center;
font-family: 'Ysabeau', sans-serif;
font-size: 20px;
margin: 3.2em 1.5em 2.7em 1.5em;
color: #4B332A;
text-shadow: 0 2px 5px #4b3027d8;
}
.div-left img.cel-perro {
  width: 330px;
  padding: 1em;
}
.sectionLogin {
  display: block;
  align-items: center;
  justify-content: right;
  margin-top: 20px;
  height: 100%;
}
.logo{
    width: 15.9em;
    height: 7em;
    margin: 0.35em 0 1em 0;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.logo:hover {
  transform: scale(1.1);
}
.sectionPets{
  width: 26em;
  height: 29.9em;
  border: 2px solid #c8c7c7c0;
  box-shadow: 0 11px 11px rgba(112, 112, 112, 0.487);
  border-radius: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sectionPets.active{
  box-shadow: 0 15px 15px rgba(25, 25, 25, 0.781);
}
.sectionPets:hover{
  box-shadow: 0 15px 15px rgba(25, 25, 25, 0.781);
}
.animales{
    width: 25.7em;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -1.8em;
}
form{
  margin-top: 4.7em;
}
article{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    margin-top: -2em;
}
.icon-heart{
    width: 1.3em;
    height: 1.25em;
    margin-right: 3px;
}
label{
    width: 12.7em;
    justify-content: left;
    font-size: 22px;
    padding: 0.6em;
    text-shadow: 1px 4px 5px rgba(80, 79, 79, 0.813);
    font-family: 'Ysabeau', sans-serif;
}
input {
    width: 100%;
    height: 2.2em;
    box-shadow: 0 7px 7px rgba(112, 112, 112, 0.487);
    border-radius: 10px;
    margin: 0 auto 0 auto; 
    display: block;
    border: none;
    cursor: text;
    background-color: white;
}
#email, #password {
    margin-top: -2.1em;
    margin-bottom: 2em;
}
#email::placeholder,
#password::placeholder {
    color: #8e8e8e;
    font-size: 18px;
    font-family: 'Ysabeau', sans-serif;
    text-align: center;
    margin-left: 1em;
}
.login{
    background-color: #ff6f01;
    color: #ffffff;
    text-shadow: 2px 2px 7px rgba(80, 79, 79, 0.855);
    font-family: 'Ysabeau', sans-serif;
    font-size: 22px;
    font-weight: bolder;
    border: none;
    width: 100%;
    height: 1.6em;
    border-radius: 10px;
    margin: 0.2em auto 0.6em auto; 
    display: block;
    box-shadow: 0 6px 6px rgba(112, 112, 112, 0.487);
    cursor: pointer;
  }
.login:active,
.login:hover{
    background-color: #97ff06;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 4px 4px rgba(255, 255, 255, 0.627);
}
.google{
    border: 1px solid rgb(43, 42, 42);
    border-radius: 10px;
  }
@keyframes tambaleo-suave {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(-2deg);
    }
    20% {
      transform: rotate(2deg);
    }
    30% {
      transform: rotate(-2deg);
    }
    40% {
      transform: rotate(2deg);
    }
    50% {
      transform: rotate(-2deg);
    }
    60% {
      transform: rotate(2deg);
    }
    70% {
      transform: rotate(-2deg);
    }
    80% {
      transform: rotate(2deg);
    }
    90% {
      transform: rotate(-2deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
.google.active,
  .google:hover{
    box-shadow: 1px 1px 5px 5px rgba(0, 10, 196, 0.696);
    animation: tambaleo-suave 1.8s infinite;
  }
.google img { 
    display: flex;
    width: 305px; 
    height: 35px;
    border-radius: 10px;
    cursor: pointer;
  }
.centrado {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 1.7em auto 0.7em auto;
    font-size: 13px;
    font-family: 'Ysabeau', sans-serif;
    cursor: none;
  }
.button-registrate {
    font-weight: 800;
    font-size: 21px;
    padding-left: 9px;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);

  }
.button-registrate.active,
  .button-registrate:hover {
    color: #fc6215;
    font-weight: 900;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(255, 106, 7, 0.813);
    animation: tambaleo 0.5s infinite;
  }
@keyframes tambaleo {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(5deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
a.button-registrate {
    text-decoration: underline;
  }
.message-error{
  background-color: red;
  color: #fff;
  font-family: 'Ysabeau', sans-serif;
  margin-top: -4%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.footer-login{
    position: absolute;
    font-size: 14px;
    font-family: 'Ysabeau', sans-serif;
    margin-bottom: -170px;
    margin-left: -42%;
  }
/*login cel */
@media only screen and (max-width: 767px) {
  
.div-left{
  display: none;
}

.sectionGeneral {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  transform: translate(7%, -3%);
}

.sectionLogin {
  height: 100%;
  transform: translate(-14%, 16%);
}

.logo{
  transition: transform 0.3s ease-in-out;
  margin: 0 -2.8em 1em 0;
}

.sectionPets {
  width: 22em;
  margin: 0.7em -2.5em 0 0;
}

.animales {
  width: 21.8em;
  margin-top: -1.8em;
}

.message-error{
  margin: 3% 0;
}

.footer-login{
  display: none;
}
}
/* login tablet*/
@media only screen and (max-width: 1023px) and (min-width: 768px) {
#root {
  position: fixed;
  top: 49%;
  left: 50%;
  transform: translate(-46%, -50%);
}

.sectionGeneral {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

.sectionLogin {
  text-align: center;
  justify-content: center;
  height: 100%;
}

.logo{
  width: 18em;
  height: 8.6em;
  transition: transform 0.3s ease-in-out;
  margin: 0 1.25em 1em 0;
}

.sectionPets {
  padding: 20px;
  width: 20em;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0.5em 1.25em 0 0;
}

.animales {
  width: 19.82em;
  margin-top: -1.5em;
}

form{
  margin-top: 5em;
}

.icon-heart{
  margin-left: 1px;
}

label{
  width: 300px;
  padding: 0.6em;
  margin-left: -90px;
  margin-right: 60px;
}

article{
  margin-bottom: 1em;
  margin-top: -2em;
}

.div-left{
  display: none;
}

.login{
    margin: 1em auto 0.8em auto; 
  } 

.google img { 
    width: 295px; 
}

.centrado {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2.1em -1em 1em -1em;
}

.button-registrate {
  padding-left: 13px;
}
.message-error{
  margin: 2% 0;
}

.footer-login{
  display: none;
}
}
/* login pantalla pc otros tamaños */
@media screen and (min-width: 1025px) {
    
  #root {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }

  .div-left{
    width: 26em;
    margin: 0 110px 0 0;
  }

  .sectionLogin {
    margin-top: 2em;
    margin-right: 5em;
  }

  .logo{
    width: 16.2em;
    height: 7em;
    margin: 0.15em 0 2em 0;
}
}
@media screen and (min-width: 1366px) {
  .sectionLogin {
    margin-top: 20px;
  }

  .div-left{
    width: 42em;
    align-items: center;
    justify-content: flex-start;
    margin: 0 195px 0 0;
  }

  .div-left p{
    margin: 3.2em 1em 2.7em 1em;
  }

  .logo{
    width: 16em;
    height: 7em;
    margin: -0.8em 0.1em 1.3em 0;
}

.sectionPets{
  height: 30.5em;
}

.footer-login{
  margin-bottom: -20px;
  margin-left: -44%;
}

.animales{
  width: 25.6em;
  margin-top: -1.5em;
}
}
/* estilos vista registro - PC */
.sectionGeneralR {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
}
.div-rigth {
  position: relative;
  width: 45%;
  z-index: 1;
  object-fit: contain;
}
.img-fondo {
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  object-fit: contain;
}
.huellas{
  position: relative;
  width: 16em;
  bottom: 0;
  transform: translate(-50%, 70%);
  z-index: 2;
}
.sectionPetsR {
    background-color: #C8EFEB;
    position: absolute;
    width: 38%;
    height: 84%;
    border: 2px solid #c8c7c7c0;
    box-shadow: 0 11px 11px rgba(112, 112, 112, 0.487);
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0% 2% 0;
    transform: translate(35%,0);
    z-index: 2;
  }
.sectionPetsR.active{
    box-shadow: 0 15px 15px rgba(25, 25, 25, 0.781);
  }
.sectionPetsR:hover{
    box-shadow: 0 15px 15px rgba(25, 25, 25, 0.781);
  }
.animalesR{
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -4.8em;
}
.formulario{
  margin-top: 10%;
}
.inputs-registro{
  width: 23em;
  margin: 8% 0 5% 0;
}
.inputs-registro::placeholder{
  text-align: center;
}
.crearcuenta{
    background-color: #ff6f01;
    color: #ffffff;
    text-shadow: 2px 2px 7px rgba(80, 79, 79, 0.855);
    font-family: 'Ysabeau', sans-serif;
    font-size: 22px;
    font-weight: bolder;
    border: none;
    width: 100%;
    height: 1.6em;
    border-radius: 10px;
    margin: 2.2em auto 1.5em auto; 
    display: block;
    box-shadow: 0 6px 6px rgba(112, 112, 112, 0.487);
    cursor: pointer;
}
.crearcuenta:active,
.crearcuenta:hover{
    background-color: #97ff06;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 4px 4px rgba(255, 255, 255, 0.627);
}
.centradoR {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1.3em auto -0.5em auto;
  font-size: 17px;
  font-family: 'Ysabeau', sans-serif;
  cursor: none;
}
.button-ingresar {
  font-weight: 800;
  font-size: 21px;
  padding-left: 15px;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}
.button-ingresar.active,
.button-ingresar:hover {
  color: #fc6215;
  font-weight: 900;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(255, 106, 7, 0.813);
  animation: tambaleo 0.5s infinite;
}
@keyframes tambaleo {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
a.button-ingresar {
  text-decoration: underline;
}
.seccionLogo-dog{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.logoR{
  width: 80%;
  margin: 0 0 95% 88%;
  padding-left: 0;
}
.container-dog{
  position: relative;
  height: 100vh;
  width: 10%;
}
.perro{
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
}
.footer-register{
  text-align: center;
  align-self: end;
  margin-bottom: 2%;
  position: relative;
  font-size: 14px;
  font-family: 'Ysabeau', sans-serif;
  transform: translate( -320%, 0%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .div-rigth,
  .logoR,
  .perro {
    display: none;
  }

  .sectionPetsR {
    width: 85%;
    height: auto;
    align-self: center;
    transform: translate( -50%, 0%);
  }

  .animalesR{
    margin-top: 0;
  }

  .formulario{
    margin-top: 5%; 
  }

  .inputs-registro{
  width: 19em;
}

  .crearcuenta{
    margin: 2em auto 0 auto; 
}

.centradoR {
  margin: 2em auto 2.2em auto;
}

  .button-ingresar {
    padding-left: 15px;
  }

  .footer-register {
   display: none;
  }

  .message-error{
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sectionPetsR {
    transform: translate(-48%, 12%);
    width: 24em;
    height: 84%;
  }

  .animalesR{
    width: 100%;
    margin-top: 4em;
  }

  .formulario {
  margin-top: 1em;
  }

  .inputs-registro{
    width: 23em;
    height: 2.9em;
  }

  .crearcuenta{
  margin: 15% 0 13% 0 ;
  }

  .centradoR {
  margin: 1.5em auto 6em auto;
  }
  
  .footer-register{
    display: none;
  }

  .div-rigth, .logoR, .perro{
    display: none;
  }

  .message-error{
    margin-top: 2%;
  }
}
@media only screen and (min-width: 1366px){
  .div-rigth {
    transform: translate(-44%, 0);
  }
  
  .huellas {
    transform: translate(-90%, 53%);
  }

  .sectionPetsR {
    margin-top: 4%;
    width: 60%;
    height: 86%;
    transform: translate(-27%, 0);
  }
  
  .animalesR{
    width: 100%;
    margin-top: -0.5em;
  }

  .formulario {
    margin-top: 2em;
  }

  .inputs-registro{
    margin: 1em 0 0.5em 0;
  }

  .crearcuenta{
    margin: 12% 0 5% 0 ;
  }
  
  .centradoR {
    margin: 1.3em auto 4em auto;
  }

  .logoR {
    width: 100%;
    margin: 0 -99% 98% 45%;
  } 
  
  .perro{
    width: 55%;
    transform: translate( 90%, 0);
  }

  .footer-register{
    transform: translate( -360%, 0);
  }

  .message-error{
    margin-top: 1%;
  }
  
}
@media screen and (min-width: 1440px) {
  .huellas {
    transform: translate(-80%, 68%);
  }

  .sectionPetsR {
    margin: 3% 0% 2% -1%;
  }

  .animalesR{
    margin-top: -2.2em;
  }

  .formulario {
    margin-top: 2.5em;
  }

  .inputs-registro{
    margin: 1.7em 0 0.5em 0;
  }

  .crearcuenta{
    margin: 14% 0 9% 0 ;
  }
  
  .centradoR {
    margin: 1.7em auto 2em auto;
  }

  .logoR {
    width: 90%;
    margin: 0 -92% 88% 28%;
  } 
}
/* estilos vista HOME pc */
.section-home {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.menu{
  background-color:#F4FF20;
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.menu-iconos{
  display: flex;
  flex-wrap: wrap;
  width: 310px;
  height: 60px;
}
.contenedor-icons{
  margin-left: 30%;
  margin-top: 10%;
}
.menu-iconos img{
  width: 40px;
}
.text-label{
font-size: 18px;
}
.div-huellas{
  position: relative;
  height: 100vh;
  z-index: 1;
}
.div-huellas img {
  position: absolute;
  bottom: 0;
  width: 250px;
  object-fit: contain;
  z-index: 1;
}
.postAndFooter{
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100%;
}
.post-container{
  position: fixed;
  width: 39%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 30px;
  margin-left: 4%;
  margin-top: 0;
  cursor: pointer;
  box-shadow: 0 14px 14px rgba(66, 66, 66, 0.487);
}
.post-container:hover{
  box-shadow: 0 15px 15px rgba(25, 25, 25, 0.781);
}
.div-logo {
  width: 100%;
  height: 6em;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 20px;
  background-color: #C8EFEB;
  border-radius: 30px 30px 0 0;
}
.div-logo img {
  width: 230px;
  align-self: flex-start;
  margin-left: 30px;
}
.div-icons-logo{
  display: none;
}
.form-post{
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-bottom: 4px solid #dddcdc;
margin-top: -1em;
}
.usuario-post{
  align-self: flex-start;
  margin-left: 25px;
  background-color: transparent;
}
.new-post{
  width: 83%;
  height: 70px;
  border: none;
  overflow: scroll;
  transform: translate(-2%, 0);
}
.new-post::placeholder{
  display: flex;
  text-align: center;
}
.button-send {
border: none;
background-color: transparent;
transform: rotate(45deg);
position: fixed;
align-self: flex-end;
margin-right: 14px;
}
.icon-send{
  width: 25px;
}
#task-user{
  border-radius: 0;
  border: none;
  box-shadow: none;
}
/* Para quitar el borde al hacer click  se usa el :focus */
#task-user:focus {
  outline: none;
}
.usuario-post::placeholder{
  color: #3e4140;
}
.new-post:focus {
  outline: none;
}
.perroAr{
  position: relative;
  height: 100vh;
  width: 10%;
}
.perro-img{
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
}
.container-post {
  display: flex;
  width: 100%;
  margin: 12px;
  height: 450px;
  padding: 5px 25px;
  overflow: scroll;
  align-items: flex-start;
  justify-content: flex-start;
}
.botones-post{
  width: 90%;
  display: inline-flex;
  justify-content: space-between;
  height: auto;
}
.div-likes{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.div-edit-delete{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: -1em;
}
.comentarios {
  display: block;
  background-color: #EAE0DA;
  border-radius: 10px;
  width: 24em;
  height: auto;
  padding: 5px;
  margin-bottom: 11px;
  font-size: 15px;
  overflow: auto;
  word-wrap: break-word;
}
button{
  background-color: transparent;
  border: none;
}
.conteo-likes {
  font-size: 18px;
  margin-top: -21px;
}
.btn-like{
  margin-bottom: 18px;
}
.container-post h3 {
  display: flex;
  margin-bottom: 3px;
}
.btn-delete{
  margin-bottom: 4px;
}
.inferior{
  background-color: #C8EFEB;
  border-radius: 0 0 30px 30px;
  height: 4em;
  width: 25em;
  margin-top: -1.4em;
  display: flex;
  position: relative;
  z-index: 1;
}
.iconos-inferior-img{
  display: none;
}
.footer-home{
  position: absolute;
  font-size: 14px;
  font-family: 'Ysabeau', sans-serif;
  margin-bottom: -730px;
}
@media only screen and (max-width: 767px) {
  .menu{
    display: none;
  }

  .perro-img{
    display: none;
  }

  .post-container:not(:hover){
    box-shadow: none;
  }

  .post-container{
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }

.div-logo {
  width: 100%;
  height: 6em;
  margin-top: 0;
  border-radius: 0;
}

.div-logo img {
  width: 55%;
  align-self: flex-start;
  margin-left: 15px;
}

 .div-icons-logo{
    display: flex;
    flex-direction: row;
    width: 14%;
    margin-top: -30px;
    margin-left: 270px;
  }

  .usuario-post{
    margin-left: 14px;
  }

  .container-post {
    height: 565px;
    padding: 5px 23px;
  }

  .comentarios {
    width: 23em;
  }

  .botones-post{
    width: 85%;
  }
  
  .div-edit-delete{
    margin-right: 0;
  }

  .div .inferior{
    border-radius: 0;
  }

  .inferior{
    border-radius: 0;
    height: 5.3em;
    width: 100%;
  }

  .iconos-inferior-img{
    display: flex;
  }

  .iconos-inferior-img{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
  }
  .icono-home-inf{
    width: 7%;
    cursor: pointer;
  }

  .icono-create-inf{
    width: 10%;
    cursor: pointer;
  }

  .icono-perfil-inf{
    width: 9%;
    cursor: pointer;
  }

  .footer-home{
   display: none;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .menu{
    display: none;
  }

  .perro-img{
    display: none;
  }

  .div-icons-logo{
    width: 34%;
  }

  .post-container{
    width: 65%;
    transform: translate(-7%, 0);
  }

  .comentarios {
    margin-left: -8px;
    width: 31em;
  }

  .inferior{
    height: 4.8em;
    width: 100%;
  }

  .iconos-inferior-img{
    display: flex;
  }

  .iconos-inferior-img{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
  }

  .icono-home-inf{
    width: 6%;
    cursor: pointer;
  }

  .icono-create-inf{
    width: 9%;
    cursor: pointer;
  }
  
  .icono-perfil-inf{
    width: 8%;
    cursor: pointer;
  }

}
@media only screen and (min-width: 1366px){
  .comentarios {
    margin-left: -8px;
    width: 32.5em;
  }
  
  .footer-home{
    margin-bottom: -615px;
  }

  .inferior{
    width: 100%;
  }

  .iconos-inferior-img{
    display: none;
  }
} 