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

.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;
}
html {
  scroll-behavior: smooth;
}

.w100 {
  width: 100%;
}

a {
  color: #e2001a;
}

.color-rojo {
  color: #e2001a;
}

.block {
  display: block;
}
.block.centered {
  margin: 0 auto;
}

.fondo {
  background-image: url("../../assets/images/fondo.png");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 700px;
  background-size: 700px;
}
@media (max-width: 768px) {
  .fondo {
    background-size: contain;
  }
}

.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: flex-start;
}

h1, h2 {
  color: #60605e;
  font-family: "din-black";
  font-size: 30px;
  line-height: 30px;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  color: #60605e;
  font-family: "din-black";
  font-size: 24px;
  line-height: 24px;
}

.header__content {
  padding: 40px 0 0;
  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 0;
  }
}
.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;
    z-index: 10;
  }
}
.header__content .menu ul {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 768px) {
  .header__content .menu ul {
    flex-direction: column;
  }
}
.header__content .menu ul li {
  display: block;
}
.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;
}

@media (max-width: 768px) {
  .registro__content {
    padding: 0 15px;
  }
}
.registro__content .adjuntar {
  border-top: solid 1px #60605e;
  border-bottom: solid 1px #60605e;
}
.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 {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  border-bottom: solid 1px #60605e;
}
@media (max-width: 768px) {
  .registro__content .registro__formulario {
    flex-direction: column;
  }
}
.registro__content .registro__formulario__left {
  padding-right: 50px;
  width: 30%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .registro__content .registro__formulario__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.registro__content .registro__formulario__left button.agregar_mascota {
  background-color: #60605e;
  font-family: "din-regular";
  padding: 5px 10px;
  font-size: 18px;
}
.registro__content .registro__formulario__left button.agregar_mascota:disabled {
  opacity: 0.7;
  cursor: default;
}
.registro__content .registro__formulario__right {
  width: 70%;
}
@media (max-width: 768px) {
  .registro__content .registro__formulario__right {
    width: 100%;
  }
}
.registro__content .registro__formulario__right p {
  margin: 0;
}
.registro__content .registro__formulario__right h3 {
  font-family: "din-bold";
  font-weight: normal;
  color: #60605e;
  font-size: 16px;
  margin: 0;
}
.registro__content .registro__formulario__right .puntosciclopack {
  border-radius: 20px;
  border: solid 1px #60605e;
}
.registro__content .registro__formulario__right .puntosciclopack .title {
  background-color: #60605e;
  color: white;
  position: relative;
  font-size: 20px;
  padding: 5px 5px 5px 50px;
  border-radius: 17px 17px 0 0;
}
.registro__content .registro__formulario__right .puntosciclopack .title i {
  position: absolute;
  left: 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 white;
}
.registro__content .registro__formulario__right .puntosciclopack label {
  margin-left: 50px;
}

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

.home__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.home__content .col1, .home__content .col2 {
  width: 50%;
}
@media (max-width: 768px) {
  .home__content .col1, .home__content .col2 {
    width: 100%;
  }
}
.home__content .col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.home__content h1 {
  text-align: center;
  color: #e2001a;
}
.home__content .legales {
  text-align: left;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  color: #60605e;
}
@media (max-width: 768px) {
  .home__content .legales {
    width: 100%;
  }
}
.home__content .legales span {
  display: block;
  margin-bottom: 10px;
  margin-left: 25px;
}
.home__content .legales input[type=checkbox] {
  float: left;
}
.home__content .legales .legales_alta {
  text-align: justify;
}
@media (max-width: 768px) {
  .home__content {
    flex-direction: column;
    gap: 0;
  }
  .home__content .botones {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.adjuntar label.boton {
  font-family: "din-bold";
  width: auto;
  padding: 10px 40px;
  display: inline-block;
  background-color: white;
}
.adjuntar span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}
.adjuntar img {
  max-width: 300px;
  max-height: 200px;
}

.registro__boton {
  padding: 40px 0 50px;
}
.registro__boton button {
  width: 50%;
  text-transform: uppercase;
}

.puntosciclopack {
  border-radius: 20px;
  border: solid 1px #60605e;
}
.puntosciclopack .title {
  background-color: #60605e;
  color: white;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 5px 5px 50px;
  border-radius: 17px 17px 0 0;
}
.puntosciclopack .title i {
  position: absolute;
  left: 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 white;
}
.puntosciclopack label {
  margin-left: 50px;
}

.input-form {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.input-form--container {
  display: flex;
  column-gap: 10px;
}
.input-form.half {
  width: 49%;
}
@media (max-width: 768px) {
  .input-form.half {
    width: 100%;
    column-gap: 0px;
  }
}
.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";
  appearance: none;
  border: 1px solid #a8a7ab;
  width: 100%;
  padding: 8px 10px 8px 15px;
  border-radius: 17px;
  font-size: 17px;
  line-height: 22px;
}
.input-form input option, .input-form select option {
  width: 100%;
}
.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::placeholder, .input-form input.error::selection, .input-form select.error::placeholder, .input-form select.error::selection {
  color: red;
}
.input-form select {
  appearance: none;
  color: #60605e;
}

.boton {
  font-family: "din-bold";
  border: 0 none;
  color: white;
  text-align: center;
  padding: 10px 80px;
  border-radius: 26px;
  cursor: pointer;
  font-size: 17px;
}
.boton.borde-rojo {
  background-color: transparent;
  border: solid 1px #e2001a;
  color: #e2001a;
}
.boton.borde-negro {
  background-color: transparent;
  border: solid 1px #60605e;
  color: #60605e;
}
.boton.clip {
  background-image: url("../../assets/images/clip.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.boton.rojo {
  background-color: #e2001a;
  margin: 5px;
  width: 365px;
}
.boton:disabled {
  opacity: 0.5;
}

footer {
  padding: 10px 0;
  background-color: #e2001a;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
}
footer strong {
  font-family: "din-black";
}

.consentimiento label, .consentimiento p {
  display: block;
  margin-bottom: 12px;
  line-height: 20px;
}
.consentimiento p {
  line-height: 30px;
}
.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;
}

@media (max-width: 768px) {
  .center-mobile {
    text-align: center;
  }
}

.como-participo__content img.block {
  margin-top: 20px;
  max-width: 950px;
}

.premios__content img.block {
  margin-top: 20px;
  max-width: 1000px;
}

.centered {
  text-align: center;
}

.productos {
  width: 91%;
  position: relative;
  margin: 0 auto;
}
.productos .arrow-slider {
  position: absolute;
  top: 90px;
  z-index: 1;
  cursor: pointer;
}
.productos .arrow-slider.left {
  left: 0px;
}
.productos .arrow-slider.right {
  right: 0px;
}
.productos ul.main {
  padding: 0;
  margin: 0;
}
.productos ul.main .slick-track {
  padding-bottom: 120px;
}
.productos ul.main li.slick-slide {
  width: 250px;
  position: relative;
  margin: 0 10px;
}
.productos ul.main li.slick-slide img {
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  max-height: 250px;
}
.productos ul.main li.slick-slide:hover > ul {
  display: flex;
}
.productos ul.main li.slick-slide > ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(153, 153, 153);
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
}
.productos ul.main li.slick-slide > ul li {
  border-bottom: solid 1px black;
  display: inline;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.productos ul.main li.slick-slide > ul li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 130px;
}

.mosaico {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.mosaico img {
  display: block;
}

.comoparticipo {
  position: relative;
}
.comoparticipo .btn1 {
  position: absolute;
  top: 33%;
  left: 53%;
  height: 35px;
}
.comoparticipo .btn2 {
  position: absolute;
  top: 33%;
  left: 71%;
  height: 35px;
}

.center {
  text-align: center;
}

.texto-bases {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  max-width: 920px;
  margin: 0 auto 0;
}
.texto-bases .c4, .texto-bases .c9, .texto-bases .c0 {
  text-align: center;
  font-family: "din-bold";
  margin-bottom: 0;
  margin-top: 0;
}
.texto-bases .mt--30 {
  margin-top: 30px;
}
.texto-bases .strong {
  font-family: "din-bold";
}
.texto-bases .a1 {
  color: #e2001a;
  text-decoration: none;
}/*# sourceMappingURL=frontend.css.map */