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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-size: 16px;
  line-height: 25px;
  color: #808285;
  font-family: "RC TYPE";
  font-weight: 300;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f1f1f1;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #888;
}

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

.color-rojo {
  color: #e2001a;
}

.background-gris {
  background-color: #ececed;
}

.section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .section {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 0 30px;
  }
}
.section--gris {
  background-color: #ececed;
}
.section__item {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

section.header {
  height: 154px;
  border-bottom: solid 1px #ebebed;
  padding-top: 30px;
}
section.header img.rc {
  height: 85px;
  margin-bottom: 42px;
}
section.header img.mrc {
  height: 75px;
}
section.header img.euk {
  height: 80px;
  margin-bottom: 22px;
}
section.header img.meuk {
  height: 65px;
}
@media (max-width: 768px) {
  section.header {
    padding-top: 20px;
    height: auto;
  }
  section.header img.rc {
    height: 60px;
    margin-bottom: 29px;
  }
  section.header img.mrc {
    height: 60px;
  }
}

section.welcome .section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.welcome .section__item p {
  width: 80%;
  margin: 0 auto;
}
section.welcome .section__item p a {
  color: #e2001a;
  text-decoration: underline;
}
@media (max-width: 768px) {
  section.welcome .section__item {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  section.welcome .section__item h1, section.welcome .section__item p {
    width: 100%;
    text-align: center;
  }
}

h1 {
  font-family: "RC TYPE";
  color: #e2001a;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
}

h2 {
  font-family: "RC TYPE";
  color: #e2001a;
  font-size: 1.5rem;
  font-weight: 500;
}

h3 {
  font-family: "RC TYPE";
  color: #e2001a;
  font-size: 16px;
}

.header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.header__logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
.header__logo > div {
  width: 50%;
  text-align: center;
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .header__logo img {
    max-width: 85%;
  }
}

.formulario_box {
  padding: 30px;
  background-color: #ececed;
  border-radius: 15px;
}
.formulario_box p.bajada {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .formulario_box p.bajada {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .formulario_box {
    padding: 15px;
  }
}

.error_div {
  text-align: center;
  color: red;
  font-family: "RC TYPE";
  min-height: 45px;
}

.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;
}
@media (max-width: 480px) {
  .flex-row {
    display: block;
  }
}
.flex-row .input-form {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.flex-row .input-form--half {
  width: 49%;
}
@media (max-width: 480px) {
  .flex-row .input-form--half {
    width: 100%;
  }
}
.flex-row .input-form .masAlimentoOtra {
  display: none;
}
.flex-row .input-form.content-select {
  position: relative;
}
.flex-row .input-form.content-select i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: block;
  background: transparent url("../img/arrow-down.svg") center center no-repeat;
  transition: all 0.25s ease;
}
.flex-row .input-form.content-textarea {
  margin-top: 30px;
}
.flex-row .input-form input, .flex-row .input-form select, .flex-row .input-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 none;
  border-bottom: 1px solid #a8a7ab;
  width: 100%;
  padding: 11px 10px;
  text-align: left;
  font-size: 16px;
  font-family: "RC TYPE";
  font-weight: 300;
}
.flex-row .input-form input::-moz-placeholder, .flex-row .input-form select::-moz-placeholder, .flex-row .input-form textarea::-moz-placeholder {
  color: #a8a7ab;
  font-size: 18px;
}
.flex-row .input-form input::placeholder, .flex-row .input-form select::placeholder, .flex-row .input-form textarea::placeholder {
  color: #a8a7ab;
  font-size: 18px;
}
.flex-row .input-form input.error, .flex-row .input-form select.error, .flex-row .input-form textarea.error {
  border-color: red;
  color: red;
  background-color: #fbe8e8;
}
.flex-row .input-form input.error::-moz-selection, .flex-row .input-form select.error::-moz-selection, .flex-row .input-form textarea.error::-moz-selection {
  color: red;
}
.flex-row .input-form input.error::-moz-placeholder, .flex-row .input-form select.error::-moz-placeholder, .flex-row .input-form textarea.error::-moz-placeholder {
  color: red;
}
.flex-row .input-form input.error::placeholder, .flex-row .input-form input.error::selection, .flex-row .input-form select.error::placeholder, .flex-row .input-form select.error::selection, .flex-row .input-form textarea.error::placeholder, .flex-row .input-form textarea.error::selection {
  color: red;
}
.flex-row .input-form textarea {
  border: 1px solid #a8a7ab;
  color: #a8a7ab;
}
.flex-row .input-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #a8a7ab;
}

.consentimiento .button-row {
  text-align: center;
}
.boton-enviar {
  background-color: #e2001a;
  border-radius: 27px;
  font-size: 16px;
  line-height: 24px;
  padding: 0.6rem 2rem;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: white;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  font-family: "RC TYPE";
  font-weight: 500;
  position: relative;
  color: white;
  text-decoration: none;
  text-align: center;
}
.consentimiento .button-row .boton-enviar:hover:after {
  right: 0.5rem;
}
.consentimiento .button-row .boton-enviar:after {
  content: "";
  background-position: 63.64% 85.71%;
  background-image: url(https://dl.royalcanin.com/8-10-0/royal-canin.sprite--brand3--xs.svg);
  width: 24px;
  height: 32px;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.btn-close, .btn-add, .ot-sdk-show-settings {
  background: transparent;
  padding: 8px 16px;
  border: solid 1px #a8a7ab;
  color: #a8a7ab;
  cursor: pointer;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
}
.btn-close:hover, .btn-add:hover, .ot-sdk-show-settings:hover {
  color: #e2001a;
  border-color: #e2001a;
}

.btn-close {
  float: right;
}

.consentimiento {
  margin: 0 auto;
  width: 80%;
}
.consentimiento .intro {
  text-align: center;
}
.consentimiento .contenido {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .consentimiento .contenido {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .consentimiento {
    width: 100%;
  }
}
.consentimiento label, .consentimiento p {
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
}
.consentimiento p {
  line-height: 30px;
}
.consentimiento p.leyenda {
  font-size: 14px;
  line-height: 20px;
}
.consentimiento p.leyenda a {
  color: #808285;
}
.consentimiento label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .consentimiento label {
    width: 100%;
  }
}
.consentimiento label span {
  background-color: #fff;
  border: 1px solid #a8a7ab;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  height: 13px;
  width: 13px;
}
.consentimiento input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.consentimiento input[type=checkbox]:checked + span {
  background-color: #e2001a;
}
.consentimiento a {
  text-decoration: underline;
  color: black;
}
.consentimiento a:hover {
  text-decoration: none;
}

.legales {
  text-align: justify;
  font-size: 0.7rem;
  line-height: 1rem;
  opacity: 0.6;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 768px) {
  .legales {
    width: 100%;
  }
}

footer * {
  font-size: 16px;
  line-height: 25px;
  color: #808285;
  font-family: "RC TYPE";
  font-weight: 300;
}

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

.box_recordar{
  display: none;
}

.link-recuperar {
  text-align: center;

}
.link-recuperar a{
  color: #e2001a;
}

/* autocomplete select2 */
.select2{
  border: none !important;
}

span.select2-container {
  height: 37px;
  font-size: 17px;
  border: none;
  background: white;
  box-shadow: none;
  width: 100% !important
}

span.select2-container span.selection span.select2-selection--single {
  height: 37px;
  font-size: 17px;
  border: 1px solid #dddddd;
  background: white;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #a8a7ab !important;

}

span.select2-container span.selection span.select2-selection--single button.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 23px;
  margin-right: 40px;
  padding-left: 5px;
  margin-top: 5px;
}

span.select2-container span.selection span.select2-selection--single span.select2-selection__rendered {
  margin-top: 8px;
}

span.select2-container span.selection span.select2-selection--single span.select2-selection__arrow {
  display: none;
}

span.select2-container ul.select2-results__option {
  background: rgb(238, 238, 238);
}

span.select2-container--default li.select2-results__option--highlighted.select2-results__option--selectable {
  background: rgb(238, 238, 238);
  color: black;
}