@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");

@font-face {
  font-family: "Recoleta";
  src: url("/fonts/Recoleta/Recoleta-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Signika";
  src: url("/fonts/Signika/Signika-Regular.otf") format("opentype");
}

* {
  font-family: sans-serif;
}

.errorInput {
  border: 1px solid red !important;
}

.error-message {
  color: red;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
}

.errorEmail {
  top: 35px;
}

.header-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 14.5%;
}

.form-background {
  background-image: url(/img/backgrounds/home-background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-height: 100vh;
  width: 100%;
  font-style: normal;
}

.signup-container {
  display: flex;
  max-width: 900px;
  box-sizing: border-box;
  border-radius: 1rem;
  overflow: hidden;
}

.head-container {
  display: none;
}

.left-container {
  position: relative;
  text-align: center;
  width: 300px;
  height: 591.5px !important;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}

.left-container img {
  width: 102%;
  height: 100%;
}

.right-container header {
  padding: 35px 30px 25px 30px;
  z-index: 1;
}

.right-container {
  background: #d9d9d9;
  display: grid;
  grid-template-areas: "." ".";
  width: 500px;
  border-radius: 0 1rem 1rem;
}

.right-container h1:nth-of-type(1) {
  color: #549ca9;
  font-size: 16px;
  font-weight: 600;
  margin-top: -28px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "RecoletaBold", sans-serif;
}

.right-container u {
  color: #257688;
  font-family: "RecoletaBold", sans-serif;
}

.right-container .set {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.right-container .set input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 11.2px;
}

.right-container .set input:focus {
  border: none;
  text-decoration: none;
  outline: none;
}

.right-container .set select {
  cursor: pointer;
}

.right-container .set input,
select {
  width: 200px;
}

.right-container input,
select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  height: 33px;
  line-height: 38px;
  padding-left: 5px;
}

.right-container input,
.right-container label {
  color: rgba(0, 0, 0, 0.8);
}

.pets-name label,
.pets-phone label,
.pets-dni label,
.pets-province label,
.pets-location label,
.pets-branch label,
.pets-pet label,
.pets-race label,
.pets-name-pet label,
.pets-food label,
.pets-email label {
  display: block;
  margin-bottom: 9.5px;
  font-size: 12px;
}

.right-container .pets-pet .radio-container {
  width: 200px;
  border-radius: 0.5rem;
}

.right-container .pets-race .radio-container {
  width: 200px;
  border-radius: 0.5rem;
}

.right-container .pets-email .radio-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.right-container .pets-email #pets-email {
  width: 100%;
  border: none;
}

.radio-container {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  position: relative;
}

.radio-container label {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  width: 80px;
  cursor: pointer;
}

.radio-container input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 11.2px;
}

.radio-container input:focus {
  border: none;
  text-decoration: none;
  outline: none;
}

.radio-container input[type="radio"] {
  display: none;
}

.radio-container input[type="radio"]:checked + label {
  background: #257688;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  color: #fff;
}

.right-container footer {
  align-items: center;
  background: #549ca9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 40px;
  border-radius: 0 0 1rem;
  margin-top: -1.4rem;
}

/* Paw Button  */

.paw-button {
  --background: #fff;
  --background-active: #fee8f4;
  --border: #f1eceb;
  --border-active: #eec2db;
  --text: #000;
  --number: #9c9496;
  --number-active: #000;
  --heart-background: #fff;
  --heart-background-active: #fea5d7;
  --heart-border: #c3c2c0;
  --heart-border-active: #2b2926;
  --heart-shadow-light: #fee0f2;
  --heart-shadow-dark: #ea5daf;
  --paw-background: #fff;
  --paw-border: #201e1b;
  --paw-shadow: #eeeded;
  --paw-inner: var(--heart-background-active);
  --paw-shadow-light: var(--heart-shadow-light);
  --paw-shadow-dark: var(--heart-shadow-dark);
  --paw-clap-background: #fef0a5;
  --paw-clap-border: var(--paw-border);
  --paw-clap-shadow: #fed75c;
  --circle: #df3dce;
  --circle-line: #000;
  display: inline-flex;
  text-decoration: none;
  position: relative;
  padding: 12px 20px;
  cursor: pointer;
  margin-top: 0px;
  border-radius: 0.5rem;
}
.paw-button:before {
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  z-index: 1;
  transition: background 0.45s, border-color 0.45s;
  background: #257688;
  border-radius: 0.5rem;
}
.paw-button svg {
  display: block;
}
.paw-button .text {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 3;
  margin-right: 20px;
  transition: width 0.25s;
  width: var(--w, 60px);
}
.paw-button .text span,
.paw-button .text svg {
  transition: transform 0.15s ease-out, opacity 0.2s;
  opacity: var(--o, 1);
}
.paw-button .text span {
  display: block;
  position: absolute;
  left: 37px;
  top: -3px;
  transform: translateY(var(--y, 0));
  color: #ffffff;
  font-size: 14px;
  margin-top: 0.7px;
  margin-left: -15px;
}
.paw-button .text svg {
  --background: var(--heart-background);
  --border: var(--heart-border);
  --shadow-light: transparent;
  --shadow-dark: transparent;
  width: 19px;
  height: 17px;
  transform: translateX(var(--x));
}
.paw-button > span {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 2;
  color: var(--number);
}
.paw-button .paws {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  z-index: 2;
}
.paw-button .paws svg {
  position: absolute;
  bottom: 0;
  transition: transform 0.3s ease-out, opacity 0.2s;
  opacity: var(--o, 0);
  transform: translate(var(--x, 0), var(--y, 0));
}
.paw-button .paws svg.paw {
  --x: -24px;
  width: 30px;
  height: 37px;
  left: 32px;
}
.paw-button .paws svg.paw-clap {
  --x: 16px;
  --y: 34px;
  --o: 1;
  width: 29px;
  height: 34px;
  left: 34px;
}
.paw-button .paws .paw-effect {
  left: 26px;
  top: 12px;
  width: 44px;
  height: 44px;
  position: absolute;
}
.paw-button .paws .paw-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--circle);
  transform: scale(var(--s, 0));
  opacity: var(--o, 1);
  transition: transform 0.15s ease 0.16s, opacity 0.2s linear 0.25s;
}
.paw-button .paws .paw-effect div {
  width: 2px;
  height: 6px;
  border-radius: 1px;
  left: 50%;
  bottom: 50%;
  margin-left: -1px;
  position: absolute;
  background: var(--circle-line);
  transform: translateY(-24px) scaleX(0.7) scaleY(var(--s, 0));
}
.paw-button .paws .paw-effect div:before,
.paw-button .paws .paw-effect div:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: translate(var(--x, -22px), var(--y, 4px)) rotate(var(--r, -45deg))
    scaleX(0.8) scaleY(var(--s, 0));
}
.paw-button .paws .paw-effect div:after {
  --x: 22px;
  --r: 45deg;
}
.paw-button .paws .paw-effect div,
.paw-button .paws .paw-effect div:before,
.paw-button .paws .paw-effect div:after {
  opacity: var(--o, 1);
  transform-origin: 50% 100%;
  transition: transform 0.12s ease 0.17s, opacity 0.18s linear 0.21s;
}
.paw-button i {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  opacity: var(--o, 0);
  background: var(--b);
  transform: translate(var(--x), var(--y)) scale(var(--s, 1));
}
.paw-button:not(.confetti):hover .text {
  --o: 0;
  --x: 12px;
  --y: 8px;
}
.paw-button:not(.confetti):hover .paws svg.paw {
  --o: 1;
  --x: 0;
}
.paw-button.animation .text {
  --o: 0;
}
.paw-button.animation .text svg {
  --background: var(--heart-background-active);
  --border: var(--heart-border-active);
  --shadow-light: var(--heart-shadow-light);
  --shadow-dark: var(--heart-shadow-dark);
}
.paw-button.animation .paws svg.paw {
  --x: 0;
  --o: 1;
  transition-delay: 0s;
  -webkit-animation: paw 0.45s ease forwards;
  animation: paw 0.45s ease forwards;
}
.paw-button.animation .paws svg.paw-clap {
  -webkit-animation: paw-clap 0.5s ease-in forwards;
  animation: paw-clap 0.5s ease-in forwards;
}
.paw-button.animation .paws .paw-effect {
  --s: 1;
  --o: 0;
}
.paw-button.confetti i {
  -webkit-animation: confetti 0.6s ease-out forwards;
  animation: confetti 0.6s ease-out forwards;
}
.paw-button.confetti .paws svg.paw {
  --o: 0;
  transition: opacity 0.15s linear 0.2s;
}
.paw-button.liked {
  --background: var(--background-active);
  --border: var(--border-active);
}
.paw-button.liked .text {
  --w: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.paw-button.liked .text svg {
  --o: 1;
}
.paw-button.liked > span {
  --number: var(--number-active);
}

@-webkit-keyframes confetti {
  from {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes confetti {
  from {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes paw {
  0% {
    transform: translateX(var(--x));
  }
  35% {
    transform: translateX(-16px);
  }
  55%,
  70% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-12px);
  }
}
@keyframes paw {
  0% {
    transform: translateX(var(--x));
  }
  35% {
    transform: translateX(-16px);
  }
  55%,
  70% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-12px);
  }
}
@-webkit-keyframes paw-clap {
  50%,
  70% {
    transform: translate(0, 0);
  }
}
@keyframes paw-clap {
  50%,
  70% {
    transform: translate(0, 0);
  }
}

.banner-container {
  display: none;
}

.input-america {
  position: absolute;
}

.text-america {
  margin-left: 20px !important;
  line-height: 10px;
  margin: 5px 0;
}

/* Responsive  */

@media (max-width: 1365px) {
  .left-container {
    position: relative;
    text-align: center;
    width: 300px;
    height: 562px;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  body {
    margin-top: 120px;
    padding-bottom: 20px;
  }

  .error {
    position: relative;
    font-size: 11px;
  }
  .errorEmail {
    top: 0px;
  }

  .signup-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .signup-container form {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .head-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #257688;
    border-radius: 0 0 50% 50%;
  }

  .left-container {
    display: none;
  }

  .right-container {
    display: flex;
    flex-direction: column;
    width: 93%;
    border-radius: 2rem;
  }

  .right-container h1:nth-of-type(1) {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .right-container .set {
    flex-direction: column;
    margin: 0;
  }

  .right-container .set input,
  select {
    width: 100%;
  }

  .right-container input,
  select {
    height: 30px;
  }

  .pets-name label,
  .pets-phone label,
  .pets-dni label,
  .pets-province label,
  .pets-location label,
  .pets-branch label,
  .pets-pet label,
  .pets-race label,
  .pets-name-pet label,
  .pets-food label,
  .pets-email label {
    margin-bottom: 7px;
    margin-top: 7px;
  }

  .right-container .pets-pet .radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .right-container .pets-race .radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .radio-container label {
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right-container footer {
    border-radius: 0 0 2rem 2rem;
    padding: 15px 0;
  }

  .banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105%;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .banner-container img {
    width: 100%;
  }

  /* Paw Button  */

  .paw-button {
    margin-top: -1.5px;
  }

  .paw-button .text span {
    margin-top: 1px;
  }
}
