.flex-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.flex-row--sb {
  justify-content: space-between;
  align-items: center;
}
.flex-row--center-v {
  align-items: center;
}
.flex-row--sa {
  justify-content: space-around;
}

.flex-row-desktop {
  display: block;
}
@media (min-width: 768px) {
  .flex-row-desktop {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-start;
  }
}

.flex-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.flex-column--center {
  align-items: center;
}
.flex-column--center-c {
  align-items: center;
  justify-content: center;
}
.flex-column--sb {
  justify-content: space-between;
}
.flex-column--sb-c {
  justify-content: space-between;
  align-items: center;
}
.flex-column--sb-e {
  justify-content: space-between;
  align-items: flex-end;
}
.flex-column--end {
  justify-content: flex-end;
  align-items: flex-end;
}

.mb--10 {
  margin-bottom: 10px;
}

.mt--10 {
  margin-top: 10px;
}

.ml--10 {
  margin-left: 10px;
}

.mr--10 {
  margin-right: 10px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mt--20 {
  margin-top: 20px;
}

.ml--20 {
  margin-left: 20px;
}

.mr--20 {
  margin-right: 20px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.ml--30 {
  margin-left: 30px;
}

.mr--30 {
  margin-right: 30px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mt--40 {
  margin-top: 40px;
}

.ml--40 {
  margin-left: 40px;
}

.mr--40 {
  margin-right: 40px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mt--50 {
  margin-top: 50px;
}

.ml--50 {
  margin-left: 50px;
}

.mr--50 {
  margin-right: 50px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mt--60 {
  margin-top: 60px;
}

.ml--60 {
  margin-left: 60px;
}

.mr--60 {
  margin-right: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mt--70 {
  margin-top: 70px;
}

.ml--70 {
  margin-left: 70px;
}

.mr--70 {
  margin-right: 70px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mt--80 {
  margin-top: 80px;
}

.ml--80 {
  margin-left: 80px;
}

.mr--80 {
  margin-right: 80px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mt--90 {
  margin-top: 90px;
}

.ml--90 {
  margin-left: 90px;
}

.mr--90 {
  margin-right: 90px;
}

.mb--100 {
  margin-bottom: 100px;
}

.mt--100 {
  margin-top: 100px;
}

.ml--100 {
  margin-left: 100px;
}

.mr--100 {
  margin-right: 100px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pt--10 {
  padding-top: 10px;
}

.pl--10 {
  padding-left: 10px;
}

.pr--10 {
  padding-right: 10px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pt--20 {
  padding-top: 20px;
}

.pl--20 {
  padding-left: 20px;
}

.pr--20 {
  padding-right: 20px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pt--30 {
  padding-top: 30px;
}

.pl--30 {
  padding-left: 30px;
}

.pr--30 {
  padding-right: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pt--40 {
  padding-top: 40px;
}

.pl--40 {
  padding-left: 40px;
}

.pr--40 {
  padding-right: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pt--50 {
  padding-top: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.pr--50 {
  padding-right: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pt--60 {
  padding-top: 60px;
}

.pl--60 {
  padding-left: 60px;
}

.pr--60 {
  padding-right: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pt--70 {
  padding-top: 70px;
}

.pl--70 {
  padding-left: 70px;
}

.pr--70 {
  padding-right: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pt--80 {
  padding-top: 80px;
}

.pl--80 {
  padding-left: 80px;
}

.pr--80 {
  padding-right: 80px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pt--90 {
  padding-top: 90px;
}

.pl--90 {
  padding-left: 90px;
}

.pr--90 {
  padding-right: 90px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pt--100 {
  padding-top: 100px;
}

.pl--100 {
  padding-left: 100px;
}

.pr--100 {
  padding-right: 100px;
}

.fs--2 {
  font-size: 2px;
}

.lh--2 {
  line-height: 2px;
}

.fs--4 {
  font-size: 4px;
}

.lh--4 {
  line-height: 4px;
}

.fs--6 {
  font-size: 6px;
}

.lh--6 {
  line-height: 6px;
}

.fs--8 {
  font-size: 8px;
}

.lh--8 {
  line-height: 8px;
}

.fs--10 {
  font-size: 10px;
}

.lh--10 {
  line-height: 10px;
}

.fs--12 {
  font-size: 12px;
}

.lh--12 {
  line-height: 12px;
}

.fs--14 {
  font-size: 14px;
}

.lh--14 {
  line-height: 14px;
}

.fs--16 {
  font-size: 16px;
}

.lh--16 {
  line-height: 16px;
}

.fs--18 {
  font-size: 18px;
}

.lh--18 {
  line-height: 18px;
}

.fs--20 {
  font-size: 20px;
}

.lh--20 {
  line-height: 20px;
}

.fs--22 {
  font-size: 22px;
}

.lh--22 {
  line-height: 22px;
}

.fs--24 {
  font-size: 24px;
}

.lh--24 {
  line-height: 24px;
}

.fs--26 {
  font-size: 26px;
}

.lh--26 {
  line-height: 26px;
}

.fs--28 {
  font-size: 28px;
}

.lh--28 {
  line-height: 28px;
}

.fs--30 {
  font-size: 30px;
}

.lh--30 {
  line-height: 30px;
}

.fs--32 {
  font-size: 32px;
}

.lh--32 {
  line-height: 32px;
}

.fs--34 {
  font-size: 34px;
}

.lh--34 {
  line-height: 34px;
}

.fs--36 {
  font-size: 36px;
}

.lh--36 {
  line-height: 36px;
}

.fs--38 {
  font-size: 38px;
}

.lh--38 {
  line-height: 38px;
}

.padding-responsive {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .padding-responsive {
    padding-left: 1.15em;
    padding-right: 1.15em;
  }
}
@media (min-width: 1366px) {
  .padding-responsive {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@font-face {
  font-family: "din-regular";
  src: url("../fonts/dinpro.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "din-medium";
  src: url("../fonts/dinpro_medium.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "din-bold";
  src: url("../fonts/dinpro_bold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "din-black";
  src: url("../fonts/dinpro_black.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "din-condbold";
  src: url("../fonts/dinpro_condbold.otf") format("opentype");
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

.w100 {
  width: 100%;
}

.max-width {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .max-width {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.only-mobile {
  display: block;
}
@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: none;
}
@media (min-width: 768px) {
  .only-desktop {
    display: block !important;
  }
}

img.block {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "din-regular";
  color: #60605e;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

h1 {
  color: #e2001a;
  text-align: center;
  font-family: "din-black";
  font-size: 30px;
  line-height: 30px;
}

.header__content {
  padding: 40px 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .header__content {
    justify-content: space-between;
    padding: 40px 15px;
  }
}
.header__content .logo img {
  height: 85px;
  width: auto;
}
@media (max-width: 768px) {
  .header__content .logo img {
    height: 60px;
  }
}
.header__content .mobile_menu {
  display: none;
}
@media (max-width: 768px) {
  .header__content .mobile_menu {
    display: block;
  }
}
.header__content .mobile_menu svg {
  width: 25px;
  color: #e2001a;
}
.header__content .menu .cerrar {
  display: none;
}
@media (max-width: 768px) {
  .header__content .menu .cerrar {
    display: block;
    float: right;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #e2001a;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "din-bold";
  }
}
@media (max-width: 768px) {
  .header__content .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100vh;
    padding: 50px 15px;
    box-sizing: border-box;
  }
}
.header__content .menu ul {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__content .menu ul {
    flex-direction: column;
  }
}
.header__content .menu ul li {
  display: block;
  text-align: center;
}
.header__content .menu ul li a {
  text-decoration: none;
  color: #60605e;
}
.header__content .menu ul li a.active {
  color: #e2001a;
  font-family: "din-bold";
}

input[type=file] {
  display: none;
}

.estas-participando__content {
  display: flex;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
}
@media (max-width: 768px) {
  .estas-participando__content {
    flex-direction: column;
  }
}
.estas-participando__content > div {
  width: 50%;
}
@media (max-width: 768px) {
  .estas-participando__content > div {
    width: 100%;
  }
  .estas-participando__content > div:first-child {
    margin-bottom: 30px;
  }
}
.estas-participando__content h2.gracias {
  margin: 0;
  font-family: "din-black";
  font-size: 46px;
  line-height: 52px;
  text-transform: uppercase;
  color: #e2001a;
}
@media (max-width: 768px) {
  .estas-participando__content h2.gracias {
    font-size: 28px;
    line-height: 32px;
  }
}
.estas-participando__content h2.participa {
  margin: 0;
  font-family: "din-regular";
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #e2001a;
}
@media (max-width: 768px) {
  .estas-participando__content h2.participa {
    font-size: 24px;
    line-height: 26px;
  }
}
.estas-participando__content h2.participa span {
  display: block;
  font-family: "din-medium";
}
.estas-participando__content .estas {
  font-family: "din-black";
  margin: 0;
}
.estas-participando__content button, .estas-participando__content input, .estas-participando__content label {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.registro__content h3 {
  font-family: "din-bold";
  text-align: center;
}
.registro__content .cols {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .registro__content .cols {
    flex-direction: column;
  }
}
.registro__content .cols > div {
  width: 50%;
}
@media (max-width: 768px) {
  .registro__content .cols > div {
    width: 100%;
  }
}
.registro__content .cols .cargaean {
  width: 40%;
  text-align: center;
  color: #e2001a;
  font-family: "din-regular";
  font-size: 20px;
  line-height: 26px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .registro__content .cols .cargaean {
    width: 100%;
    padding: 0;
  }
}
.registro__content .cols .cargaean .bold {
  font-family: "din-medium";
}
.registro__content .cols .cargaean .input-form {
  display: flex;
  justify-content: center;
}
.registro__content .cols .cargaean hr {
  border-top: solid 1px #a8a7ab;
  border-bottom: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .registro__content .cols .cargaean .adjuntar {
    padding: 0;
  }
}
.registro__content .cols .cargaean .adjuntar label {
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .registro__content {
    padding: 0 15px;
  }
}
.registro__content .adjuntar span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}
.registro__content .adjuntar img {
  max-width: 300px;
  max-height: 200px;
}
@media (max-width: 768px) {
  .registro__content .adjuntar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.registro__content .registro__formulario {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.registro__content .registro__formulario .cols {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .registro__content .registro__formulario .cols {
    gap: 0;
  }
}
.registro__content .registro__formulario button.agregar_mascota {
  background-color: #60605e;
  font-family: "din-regular";
  padding: 6px 10px;
  font-size: 18px;
}
.registro__content .registro__formulario button.agregar_mascota:disabled {
  opacity: 0.7;
  cursor: default;
}

.listado-formulario-pdv {
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}

.error_email,
.error_div {
  display: none;
  color: #e2001a;
  font-family: "din-bold";
  text-align: center;
  padding-bottom: 20px;
}
.error_email a,
.error_div a {
  color: #e2001a;
}

@media (max-width: 768px) {
  .home__content {
    padding: 0 15px;
  }
}
.home__content h1 {
  font-family: "din-condbold";
  color: #e2001a;
  text-align: center;
  font-size: 64px;
  line-height: 70px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .home__content h1 {
    font-size: 44px;
    line-height: 46px;
  }
}
.home__content .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .home__content .cols {
    flex-direction: column;
    gap: 30px;
  }
}
.home__content .botones {
  display: flex;
  justify-content: center;
  margin-right: 35px;
}
.home__content .botones a {
  width: 60%;
}

.adjuntar {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.adjuntar label.boton {
  background-color: #60605e;
  font-family: "din-bold";
  width: auto;
  padding: 10px 40px;
  display: inline-block;
  background-color: #60605e;
  font-family: "din-regular";
  padding: 6px 10px;
  font-size: 18px;
}
.adjuntar span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}
.adjuntar img {
  max-width: 300px;
  max-height: 200px;
}

.registro__boton {
  padding: 40px 0;
  text-align: center;
}
.registro__boton button {
  width: 80%;
  text-transform: uppercase;
}
.registro__boton .yaestoy a {
  color: #e2001a;
  text-decoration: none;
  font-family: "din-bold";
}

.legales {
  text-align: justify;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.7;
}

.input-form {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.input-form.content-select {
  position: relative;
}
.input-form.content-select i {
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #60605e;
}
.input-form input, .input-form select {
  font-family: "din-regular";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a8a7ab;
  width: 100%;
  padding: 5px 10px;
  border-radius: 17px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 17px;
  line-height: 22px;
  background-color: #ededed;
}
.input-form input option, .input-form select option {
  text-align: center;
  width: 100%;
}
.input-form input::-moz-placeholder, .input-form select::-moz-placeholder {
  color: #60605e;
  font-size: 18px;
}
.input-form input::placeholder, .input-form select::placeholder {
  color: #60605e;
  font-size: 18px;
}
.input-form input:disabled, .input-form select:disabled {
  opacity: 0.7;
}
.input-form input.error, .input-form select.error {
  border-color: red;
  color: red;
  background-color: #fbe8e8;
}
.input-form input.error::-moz-selection, .input-form select.error::-moz-selection {
  color: red;
}
.input-form input.error::-moz-placeholder, .input-form select.error::-moz-placeholder {
  color: red;
}
.input-form input.error::placeholder, .input-form input.error::selection, .input-form select.error::placeholder, .input-form select.error::selection {
  color: red;
}
.input-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #60605e;
}

.boton {
  font-family: "din-bold";
  border: 0 none;
  color: white;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  border-radius: 26px;
  cursor: pointer;
}
.boton.rojo {
  background-color: #e2001a;
}

footer {
  padding: 20px 0 0;
  background-color: #333;
  color: white;
  min-height: 195px;
  box-sizing: border-box;
}
footer .cookie_button_div {
  text-align: center;
}
footer #mars-footer-panel ul {
  padding-bottom: 20px;
}
footer #mars-footer-panel a {
  color: white;
}
footer #mars-footer-panel.mars-footer-icons .mars-footer-legal {
  margin-bottom: 10px;
}

#onetrust-consent-sdk {
  position: absolute;
}

.consentimiento label, .consentimiento p {
  display: block;
  margin-bottom: 12px;
  line-height: 20px;
}
.consentimiento p {
  margin: 0;
}
.consentimiento p.mayor {
  font-family: "din-bold";
}
.consentimiento label {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  width: 70%;
}
@media (max-width: 768px) {
  .consentimiento label {
    width: calc(100% - 50px);
    box-sizing: border-box;
  }
}
.consentimiento__bottom {
  margin-left: 20px;
}
.consentimiento label span {
  background-color: #fff;
  border: 1px solid #60605e;
  border-radius: 50%;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  height: 10px;
  width: 10px;
}
.consentimiento input[type=checkbox],
.consentimiento input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.consentimiento input[type=checkbox]:checked + span,
.consentimiento input[type=radio]:checked + span {
  background-color: #60605e;
}
.consentimiento a {
  text-decoration: underline;
  color: black;
}
.consentimiento a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .login__content {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.login__content .input-form {
  max-width: 400px;
  margin: 0 auto;
}
.login__content .puntosciclopack {
  max-width: 690px;
  margin: 0 auto;
}

.otroAlimento {
  display: none;
}

.showItem {
  display: flex;
}

.como-participo__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  grid-gap: 40px;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  .como-participo__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
  }
}
.como-participo__video {
  display: flex;
  margin: 0 auto;
  border-radius: 19px;
}
.como-participo video {
  width: 100%;
  border-radius: 12px;
  border: 3px solid #cd010a;
}

.participo-imagen {
  order: 2;
  width: 100%;
}
@media (min-width: 1366px) {
  .participo-imagen {
    width: 50%;
    order: 1;
  }
}

.participo-video {
  order: 1;
  width: 100%;
}
@media (min-width: 1366px) {
  .participo-video {
    width: 50%;
    order: 2;
  }
}

.contenedor-texto-contador {
  font-family: "din-bold";
  text-transform: uppercase;
  font-size: clamp(22px, 3vw, 26px);
  color: #cd010a;
  margin-top: 10px;
  text-align: center;
}

.contenedor-columna {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.texto-interno-contador {
  font-family: "din-regular";
  text-align: center;
  font-size: 26px;
}
.texto-interno-contador strong {
  font-family: "din-black";
}
.texto-interno-contador strong.green {
  color: #96c05b;
}
.texto-interno-contador strong.dark-green {
  color: #005f15;
}
.texto-interno-contador strong.rojo {
  color: #cd010a;
}

.texto-boton-contador {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: "din-bold";
  font-size: 26px;
}
.texto-boton-contador strong {
  color: #5b5c5a;
  margin-bottom: 10px;
}
.texto-boton-contador a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #cd010a;
  padding: 11px 25px;
  border-radius: 11px;
  text-decoration: none;
}

@media (max-width: 480px) {
  .contenedor-contador img {
    width: 65px;
  }
}
@media (max-width: 1200px) {
  .contenedor-contador img {
    width: unset;
  }
}

.img-mob {
  display: none;
}
@media (max-width: 768px) {
  .img-mob {
    display: flex;
  }
}

.img-desk {
  display: flex;
}
@media (max-width: 768px) {
  .img-desk {
    display: none;
  }
}

.texto-bases {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
}
.texto-bases h3 {
  text-align: center;
  font-family: "din-bold";
  color: #333;
}
.texto-bases strong {
  font-family: "din-bold";
  color: #333;
}

.justify {
  text-align: justify;
}/*# sourceMappingURL=frontend.css.map */