@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");
}

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

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

.errorEmail {
  top: 35px;
}

.main-panel {
  background-image: url(/img/backgrounds/home-background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

.header-logo {
  position: absolute;
  width: 200px;
  left: 0;
  top: 0;
}

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

.head-container {
  display: none;
}

.title-user a {
  font-size: 15px;
  color: #4ccd99 !important;
}

header h1 {
  font-size: 17px !important;
}

.left-container {
  position: relative;
  text-align: center;
  width: 370px;
  height: 700px;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  background-image: url(/img/form/formulario-codigo-barras/Formulario-Web.webp);
  background-size: cover;
  background-position: center;
}

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

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

.right-container {
  background: #003c43;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
  height: 700px;
}

.title-user,
.title-protective {
  height: 50px;
}

.right-container h1:nth-of-type(1) {
  color: #549ca9;
  font-size: 16px;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}

.right-container a {
  color: #549ca9;
  text-decoration: none;
}

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

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

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

.right-container .set input,
select {
  width: 200px;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.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;
  font-size: 12px !important;
  color: black;
  font-weight: bold;
}

.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,
.pets-code label,
.pets-point label,
.pets-instagram label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: white;
}

.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;
  color: #000;
}

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

.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 !important;
}

.text-protective {
  color: #fff;
  background: #257688;
  border: 1.5px solid #4ccd99;
  padding: 0px 0 0px 0;
  border-radius: 1rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 12px;
  font-size: 10px;
}

.text-protective p {
  margin-bottom: -0.1px;
  padding: 3px;
}

.right-container footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  position: relative;
}

.check-conditions {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  left: 6%;
  top: -110%;
  z-index: 2;
  width: 90%;
}

.title-protective {
  margin-bottom: -12%;
  margin-left: 22px;
}

.check-conditions div {
  height: 20px;
}

.check-conditions label {
  color: #fff;
  font-size: 10px;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

.button-dog-pet {
  transform: scale(0.4);
  margin-left: -5.5rem;
  margin-top: -0.7rem;
}

.button-confirm {
  margin-top: -1rem;
}

.bases-condiciones {
  overflow: scroll;
  overflow-x: hidden;
  height: 500px;
  font-size: 13px;
  padding: 5px;
  color: #fff;
  background: #257688;
}

.bases-condiciones span {
  color: #4ccd99;
  font-size: 15px;
  font-weight: bold;
}

.bases-condiciones a {
  color: #4ccd99;
}

/* 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: -1rem;
  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);
  }
}

/* Modal */

.modal {
  display: none;
  /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo oscuro semi-transparente */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* Asegura que esté encima de otros elementos */
}

/* Contenido del modal */
.modal-content {
  background: #257688;
  /* Color de fondo similar */
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Botón de cierre */
.modal-close {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.banner-container {
  display: none;
}

/* Responsive  */

@media (max-width: 1365px) {}

@media (max-width: 980px) {
  .main-panel {
    background-size: cover;
    padding: 0;
    height: 100%;
  }

  .header-logo {
    display: none;
  }

  .error {
    font-size: 11px;
  }

  .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: 715px;
    height: 100%;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
  }

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

  .title-user {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .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,
  .pets-code label,
  .pets-instagram label {
    margin-bottom: 5px;
    margin-top: 15px;
  }

  .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;
    margin-top: 4rem;
  }

  .banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-top: 3rem;
    background: #fff;
    padding-top: 50px;
  }

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

  .check-conditions {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    left: 6%;
    top: -145%;
    z-index: 2;
    width: 90%;
  }

  .check-conditions p {
    font-size: 11px;
  }

  .text-protective {
    padding: 5px;
  }

  .title-protective {
    margin-bottom: -15%;
    margin-left: 3px;
  }

  /* Paw Button  */

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

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

@media (max-width: 540px) {
  .right-container {
    width: 515px;
  }
}

@media (max-width: 460px) {
  .right-container {
    width: 415px;
  }
}

@media (max-width: 414px) {
  .right-container {
    width: 405px;
  }
}

@media (max-width: 390px) {
  .right-container {
    width: 385px;
  }
}

@media (max-width: 375px) {
  .right-container {
    width: 370px;
  }
}