@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Manrope', serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #003f8f;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Literata', serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Literata', serif;
  line-height: 1.2em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Literata', serif;
  line-height: 1.1em;
  font-weight: 100;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #003f8f;
}
#cookies-msg a.uk-button:hover {
  background: #001229;
}
#cookies-msg a:not(.uk-button) {
  color: #003f8f;
}
#cookies-msg a:not(.uk-button):hover {
  color: #001229;
}
.uk-text-primary {
  color: #003f8f !important;
}
.uk-text-red {
  color: #d1041c;
}
.top-bar {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 12px 0;
}
@media (max-width: 639px) {
  .top-bar {
    padding: 8px 0;
  }
}
@media (max-width: 479px) {
  .top-bar {
    padding: 5px 0;
    font-size: 0.7rem;
  }
}
@media (max-width: 959px) {
  .cart {
    gap: 10px !important;
  }
}
header {
  position: absolute;
  left: 0;
  right: 0;
}
header > div > div {
  padding: 25px 0;
}
.header-blue header > div > div {
  background-color: rgba(0, 52, 118, 0.85);
}
header > div > div.uk-sticky-below {
  background-color: rgba(0, 63, 143, 0.95);
}
.header-text-blue header > div > div.uk-sticky-below {
  background-color: rgba(255, 255, 255, 0.95);
}
header .middle-bar .logo {
  width: 160px;
  fill: white!important;
}
header .middle-bar .logo * {
  fill: white!important;
}
.header-text-blue header .middle-bar .logo {
  fill: #003f8f !important;
}
.header-text-blue header .middle-bar .logo * {
  fill: #003f8f !important;
}
@media (max-width: 639px) {
  header .middle-bar .logo {
    width: 130px;
  }
}
@media (max-width: 479px) {
  header .middle-bar .logo {
    width: 120px;
  }
}
header .middle-bar .uk-dropdown {
  background-color: rgba(0, 63, 143, 0.85);
  border-radius: 8px;
  min-width: 100px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
header .middle-bar .uk-dropdown a {
  font-size: 0.85rem;
  color: white;
}
header .middle-bar .uk-button-muted {
  color: white;
  background-color: rgba(0, 63, 143, 0.7);
}
header .middle-bar .idioma {
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.header-text-blue header .middle-bar .idioma {
  color: #003f8f;
}
header .middle-bar ul {
  margin: 0;
}
@media (max-width: 1199px) {
  header .middle-bar ul.uk-subnav li {
    padding-left: 15px;
  }
}
@media (max-width: 959px) {
  header .middle-bar ul.uk-subnav li {
    padding-left: 0px;
  }
}
header .middle-bar ul.uk-subnav li a {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 0 15px;
  position: relative;
}
.header-text-blue header .middle-bar ul.uk-subnav li a {
  color: #003f8f !important;
}
@media (max-width: 1199px) {
  header .middle-bar ul.uk-subnav li a {
    padding: 0 5px;
    font-size: 0.82rem;
  }
}
@media (max-width: 959px) {
  header .middle-bar ul.uk-subnav li a {
    padding: 0 5px;
  }
}
@media (max-width: 639px) {
  header .middle-bar ul.uk-subnav li a {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  header .middle-bar ul.uk-subnav li a {
    padding: 0px;
  }
}
.header-inverted header .middle-bar ul.uk-subnav li a {
  color: white;
}
header .middle-bar ul.uk-subnav li a:before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  transition: all ease 0.3s;
}
header .middle-bar ul.uk-subnav li a:hover {
  opacity: 0.6;
}
header .middle-bar ul.uk-subnav li a:hover:before {
  width: 30px;
  background-color: #ddd;
}
header .middle-bar ul.uk-subnav li.uk-active a:before {
  width: 30px;
  background-color: #d1041c;
}
.placeholder {
  height: 100px;
  width: 100%;
}
@media (max-width: 639px) {
  .placeholder {
    height: 50px;
  }
}
.gap-xsmall {
  gap: 10px;
}
.gap-small {
  gap: 15px;
}
.gap-medium {
  gap: 25px;
}
.gap-large {
  gap: 30px;
}
.btn-login {
  font-weight: 800;
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: all ease 0.3s;
}
.header-text-blue .btn-login {
  color: #003f8f;
}
@media (max-width: 639px) {
  .btn-login {
    font-size: 0.75rem;
  }
}
.header-inverted .btn-login {
  color: white;
}
.btn-login img,
.btn-login svg {
  margin-right: 5px;
}
@media (max-width: 639px) {
  .btn-login img,
  .btn-login svg {
    width: 25px;
  }
}
.btn-login:hover {
  opacity: 0.6;
  text-decoration: none;
}
.btn-carrito {
  font-weight: 800;
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: all ease 0.3s;
  position: relative;
}
.header-text-blue .btn-carrito {
  color: #003f8f;
}
.header-inverted .btn-carrito {
  color: white;
}
@media (max-width: 639px) {
  .btn-carrito img,
  .btn-carrito svg {
    width: 20px;
  }
}
.btn-carrito span {
  border: 2px solid white;
  background-color: #d1041c;
  border-radius: 100px;
  height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  right: -12px;
  top: -6px;
}
.btn-carrito:hover {
  opacity: 0.6;
  text-decoration: none;
}
.bg-noise {
  position: relative;
}
.bg-noise:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/bg-azul.png);
  background-size: 150%;
  pointer-events: none;
  opacity: 0.7;
}
@media (max-width: 959px) {
  .bg-noise:after {
    background-image: none;
  }
}
.uk-section-secondary {
  background-color: #003f8f;
  color: white;
}
.uk-section-secondary.bg-noise {
  position: relative;
}
.uk-section-secondary.bg-noise:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/bg-azul.png);
  background-size: 150%;
  pointer-events: none;
  opacity: 0.7;
}
@media (max-width: 959px) {
  .uk-section-secondary.bg-noise:after {
    background-image: none;
  }
}
.uk-section-secondary .slogan {
  font-size: 3rem;
  font-family: 'Literata', serif;
  font-weight: 100;
  font-style: italic;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 959px) {
  .uk-section-secondary .slogan {
    font-size: 2.8rem;
  }
}
@media (max-width: 639px) {
  .uk-section-secondary .slogan {
    font-size: 2.6rem;
    line-height: 1.1em;
  }
}
@media (max-width: 479px) {
  .uk-section-secondary .slogan {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
.uk-section-secondary .slogan:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: 5px;
  background-color: #d1041c;
}
.uk-section-secondary .slogan:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  right: 0;
  margin-top: 5px;
  background-color: #d1041c;
}
.uk-section-secondary .uk-heading-large {
  font-style: italic;
  color: white;
  line-height: 1em;
  font-size: 5.2rem;
}
@media (max-width: 959px) {
  .uk-section-secondary .uk-heading-large {
    font-size: 4.5rem;
  }
}
@media (max-width: 639px) {
  .uk-section-secondary .uk-heading-large {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .uk-section-secondary .uk-heading-large {
    font-size: 3.5rem;
  }
}
.uk-section-secondary .logo img,
.uk-section-secondary .logo svg {
  width: 450px;
}
@media (max-width: 959px) {
  .uk-section-secondary .logo img,
  .uk-section-secondary .logo svg {
    width: 400px;
  }
}
@media (max-width: 639px) {
  .uk-section-secondary .logo img,
  .uk-section-secondary .logo svg {
    width: 350px;
  }
}
@media (max-width: 479px) {
  .uk-section-secondary .logo img,
  .uk-section-secondary .logo svg {
    width: 300px;
  }
}
.uk-heading-large {
  font-style: italic;
  color: white;
  line-height: 1em;
  font-size: 5.3rem;
}
@media (max-width: 959px) {
  .uk-heading-large {
    font-size: 4.5rem;
  }
}
@media (max-width: 639px) {
  .uk-heading-large {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-large {
    font-size: 3.5rem;
  }
}
.uk-divider-small:after {
  width: 75px;
  border: 1px solid #d1041c;
}
.uk-divider-small.larger:after {
  width: 200px;
}
.divider-medium {
  max-width: 405px;
  border-width: 2px;
}
.uk-text-large {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 959px) {
  .uk-text-large {
    font-size: 1.2rem;
  }
}
@media (max-width: 639px) {
  .uk-text-large {
    font-size: 1.1rem;
  }
}
@media (max-width: 479px) {
  .uk-text-large {
    font-size: 1rem;
  }
}
.card-home .title {
  color: white;
  font-family: 'Manrope', serif;
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 400;
}
@media (max-width: 959px) {
  .card-home .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .card-home .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  .card-home .title {
    font-size: 1.2rem;
  }
}
.card-home .title .num {
  font-family: 'Literata', serif;
  font-style: italic;
}
.card-home hr:after {
  border-width: 2px;
}
.uk-section-muted {
  background-color: #faf8f9;
}
.uk-section-muted.bg-noise {
  position: relative;
}
.uk-section-muted.bg-noise:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/bg-claro.png);
  background-size: 150%;
  pointer-events: none;
}
@media (max-width: 959px) {
  .uk-section-muted.bg-noise:after {
    background-image: none;
  }
}
.item-card {
  padding: 20px;
  background-color: white;
  text-align: center;
}
.item-card .uk-divider-small {
  width: 50px;
  margin: 10px auto;
}
.uk-button.uk-button-primary {
  background-color: #d1041c;
  transition: all ease 0.3s;
}
.uk-button.uk-button-primary.default {
  font-weight: 700;
  font-size: 1.2rem;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
}
.uk-button.uk-button-primary:hover {
  background-color: #ff1d38;
}
.uk-button.uk-button-muted {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-active .uk-button.uk-button-muted {
  background-color: rgba(255, 255, 255, 0.3);
}
.uk-text-bold {
  font-weight: 600;
}
strong {
  font-weight: 700;
}
.product-name {
  font-family: 'Literata', serif;
  font-size: 3rem;
  font-style: italic;
  margin-top: 20px;
}
.product-name a {
  color: #003f8f;
  text-decoration: none;
}
.product-name a:hover {
  color: rgba(0, 63, 143, 0.8);
}
@media (max-width: 639px) {
  .product-name {
    font-size: 2.8rem;
  }
}
@media (max-width: 479px) {
  .product-name {
    font-size: 2.5rem;
  }
}
.product-price {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 10px 0;
}
@media (max-width: 639px) {
  .arrows img {
    width: 30px;
  }
}
.recipe-card {
  width: 430px;
  padding: 70px 50px;
  background-color: #faf9f9;
  text-align: center;
  position: relative;
  z-index: 10;
}
.recipe-card .icons img,
.recipe-card .icons svg {
  color: #d1041c;
}
@media (max-width: 639px) {
  .recipe-card {
    background-color: transparent;
    padding: 30px;
    width: auto;
    color: white;
  }
  .recipe-card .icons img,
  .recipe-card .icons svg {
    color: white;
  }
}
.recipe-card .recipe-name {
  font-family: 'Literata', serif;
  font-size: 3rem;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.1em;
}
.recipe-card .data-recipe {
  font-family: 'Literata', serif;
  font-size: 1.5rem;
  font-style: italic;
}
@media (max-width: 639px) {
  .card-receta {
    margin: 10px;
  }
}
.recipe-sec-card {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #003f8f;
}
.recipe-sec-card .icons img,
.recipe-sec-card .icons svg {
  color: #d1041c;
}
@media (max-width: 639px) {
  .recipe-sec-card {
    padding-bottom: 20px;
    width: auto;
  }
}
.recipe-sec-card .recipe-name {
  font-family: 'Literata', serif;
  font-size: 3rem;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.1em;
}
@media (max-width: 1199px) {
  .recipe-sec-card .recipe-name {
    font-size: 2.5rem;
  }
}
@media (max-width: 959px) {
  .recipe-sec-card .recipe-name {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .recipe-sec-card .recipe-name {
    font-size: 2.3rem;
  }
}
@media (max-width: 479px) {
  .recipe-sec-card .recipe-name {
    font-size: 2rem;
  }
}
.recipe-sec-card .data-recipe {
  font-family: 'Literata', serif;
  font-size: 1.5rem;
  font-style: italic;
}
.quality-card {
  width: 430px;
  padding: 70px 50px;
  background-color: #faf9f9;
  text-align: left;
  position: relative;
  z-index: 10;
  color: #003f8f;
}
@media (max-width: 639px) {
  .quality-card {
    background-color: transparent;
    padding: 0px;
    width: auto;
    color: white;
  }
}
.quality-card .quality-name {
  font-family: 'Literata', serif;
  font-size: 3.4rem;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.1em;
  color: #003f8f;
}
@media (max-width: 639px) {
  .quality-card .quality-name {
    color: white;
  }
}
em {
  color: #003f8f;
}
.uk-light {
  color: #ffffff !important;
}
.uk-light * {
  color: #ffffff !important;
}
.uk-section-secondary:not(.uk-preserve-color) {
  color: #ffffff;
}
.uk-accordion-title {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}
.uk-accordion-title:before {
  background-size: 70%;
}
footer .card {
  background-color: #faf9f9;
  padding: 50px;
  color: #003f8f;
}
footer .card .info {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.8em;
}
footer .card .info a {
  color: #003f8f;
}
footer .card ul.uk-nav {
  margin-top: 10px;
}
footer .card ul.uk-nav li a {
  color: #003f8f;
  font-weight: 500;
  font-size: 1rem;
  padding: 3px 0;
}
footer .paginas img *,
footer .paginas svg * {
  fill: #003f8f !important;
}
footer .legal a {
  font-size: 0.9rem;
  color: white;
}
footer .legal a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  border-color: #003f8f;
  border-width: 2px;
}
.title-footer {
  font-weight: 600;
  font-size: 1.4rem;
}
.button-default {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  font-weight: 600;
}
.button-default span {
  background-color: #d1041c;
  display: inline-block;
  margin-left: 30px;
  margin-right: 45px;
  padding: 0 10px;
}
.button-default:before,
.button-default:after {
  left: 0;
  content: "";
  background: url(../svg/btn-left.svg) no-repeat;
  position: absolute;
  height: 50px;
  width: 50px;
}
.button-default:after {
  background: url(../svg/btn-right.svg) no-repeat;
  left: auto;
  right: 0;
}
.button-default:hover {
  color: white;
  transition: all ease 0.3s;
}
.button-default:hover span {
  transition: all ease 0.3s;
  background-color: #ff1d38;
}
.button-default:hover:before {
  transition: all ease 0.3s;
  background: url(../svg/btn-left-hover.svg) no-repeat;
}
.button-default:hover:after {
  transition: all ease 0.3s;
  background: url(../svg/btn-right-hover.svg) no-repeat;
}
.num-slide {
  font-size: 1.6rem;
  font-family: 'Literata', serif;
  font-style: italic;
  color: #d1041c;
  font-weight: 500;
}
.noclick {
  pointer-events: none;
}
.mobile-nav {
  background-color: #003b85;
}
.mobile-nav a {
  color: #ffffff !important;
}
.mobile-nav .uk-nav li {
  text-align: center;
}
.mobile-nav .uk-nav li a {
  text-align: center;
  font-weight: 600;
  justify-content: center;
}
.bg-home-fade:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003f8f+0,003f8f+100&0+15,0.9+99 */
  background: linear-gradient(to bottom, rgba(0, 63, 143, 0) 0%, rgba(0, 63, 143, 0) 15%, rgba(0, 63, 143, 0.9) 99%, rgba(0, 63, 143, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bnnr-calidad {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 639px) {
  .bnnr-calidad img,
  .bnnr-calidad svg {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .bnnr-calidad img,
  .bnnr-calidad svg {
    width: 200px;
  }
}
.bnnr-calidad .uk-heading-small {
  font-style: italic;
  color: white;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .bnnr-calidad .uk-heading-small {
    font-size: 3.6rem;
  }
}
@media (max-width: 639px) {
  .bnnr-calidad {
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .bnnr-calidad {
    font-size: 1.5rem;
  }
}
.uk-card-default {
  box-shadow: none;
}
@media (max-width: 639px) {
  .uk-card-body {
    padding: 25px;
  }
}
@media (max-width: 479px) {
  .uk-card-body {
    padding: 20px;
  }
}
.sans-serif {
  font-family: 'Manrope', serif !important;
}
.uk-light {
  color: #ffffff;
}
.uk-light * {
  color: #ffffff;
}
.product-info {
  color: #003f8f;
}
.product-info h1.uk-heading-medium {
  font-style: italic;
  font-weight: 300;
}
.product-info hr:after {
  width: 50px;
}
.product-info .price,
.product-info .total {
  font-size: 1.5rem;
}
.product-info .price strong,
.product-info .total strong {
  font-size: 2rem;
}
.uk-width-xsmall {
  width: 80px;
}
label {
  color: #333;
  font-size: 0.9rem;
}
input.uk-input,
select.uk-input,
textarea.uk-input,
input.uk-select,
select.uk-select,
textarea.uk-select,
input.uk-textarea,
select.uk-textarea,
textarea.uk-textarea {
  border-color: #d1041c !important;
  border-width: 2px;
}
input.uk-input.thin,
select.uk-input.thin,
textarea.uk-input.thin,
input.uk-select.thin,
select.uk-select.thin,
textarea.uk-select.thin,
input.uk-textarea.thin,
select.uk-textarea.thin,
textarea.uk-textarea.thin {
  border-width: 1px;
}
input.uk-input:focus,
select.uk-input:focus,
textarea.uk-input:focus,
input.uk-select:focus,
select.uk-select:focus,
textarea.uk-select:focus,
input.uk-textarea:focus,
select.uk-textarea:focus,
textarea.uk-textarea:focus {
  border-color: #d1041c;
}
@media (max-width: 639px) {
  input.uk-input.uk-form-large,
  select.uk-input.uk-form-large,
  textarea.uk-input.uk-form-large,
  input.uk-select.uk-form-large,
  select.uk-select.uk-form-large,
  textarea.uk-select.uk-form-large,
  input.uk-textarea.uk-form-large,
  select.uk-textarea.uk-form-large,
  textarea.uk-textarea.uk-form-large {
    height: 45px !important;
  }
}
@media (max-width: 479px) {
  input.uk-input.uk-form-large,
  select.uk-input.uk-form-large,
  textarea.uk-input.uk-form-large,
  input.uk-select.uk-form-large,
  select.uk-select.uk-form-large,
  textarea.uk-select.uk-form-large,
  input.uk-textarea.uk-form-large,
  select.uk-textarea.uk-form-large,
  textarea.uk-textarea.uk-form-large {
    height: 40px !important;
  }
}
.description {
  padding: 30px 0;
  font-size: 0.9rem;
}
.description .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.description .title a {
  color: #003f8f;
}
.description .title i {
  margin-left: 20px;
}
.description p {
  margin: 0;
}
.description .accordion + .accordion {
  margin-top: 30px;
}
a {
  color: #003f8f;
  text-decoration: none;
}
.contact-info {
  font-size: 1.2rem;
}
@media (max-width: 479px) {
  .contact-info {
    font-size: 0.9rem;
  }
}
.contact-info img,
.contact-info svg {
  width: 50px !important;
}
@media (max-width: 479px) {
  .contact-info img,
  .contact-info svg {
    width: 40px !important;
  }
}
.contact-info .title {
  font-family: 'Literata', serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 479px) {
  .contact-info .title {
    font-size: 1.6rem;
  }
}
.contact-info hr {
  border-color: #d1041c;
  border-width: 2px;
  margin: 10px 0;
}
.contact-info a.link {
  color: white !important;
}
@media (min-width: 960px) {
  .contact-info .uk-heading-large {
    margin-bottom: 150px;
  }
}
@media (max-width: 959px) {
  .icon-play img {
    width: 150px;
  }
}
@media (max-width: 639px) {
  .icon-play img {
    width: 120px;
  }
}
@media (max-width: 479px) {
  .icon-play img {
    width: 100px;
  }
}
ul.uk-subnav.tab li a {
  font-size: 1.5rem;
  color: white;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 959px) {
  ul.uk-subnav.tab li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 639px) {
  ul.uk-subnav.tab li a {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  ul.uk-subnav.tab li a {
    font-size: 1rem;
    padding-bottom: 2px;
  }
}
ul.uk-subnav.tab li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
ul.uk-subnav.tab li.uk-active a {
  border-color: #d1041c;
}
.uk-section-secondary .uk-dotnav li a {
  border-color: white;
}
.uk-section-secondary .uk-dotnav li.uk-active a {
  background-color: white;
}
.bnnr-procesos {
  padding-bottom: 20px;
}
.bnnr-procesos .uk-heading-small,
.bnnr-procesos .uk-heading-medium {
  font-weight: 300;
}
.bnnr-procesos hr {
  border-color: #d1041c;
  border-width: 2px;
}
table.tabla-horarios {
  font-size: 1.3rem;
  color: white;
}
@media (max-width: 959px) {
  table.tabla-horarios {
    font-size: 1.2rem;
  }
}
@media (max-width: 639px) {
  table.tabla-horarios {
    font-size: 1.1rem;
  }
}
@media (max-width: 479px) {
  table.tabla-horarios {
    font-size: 0.9rem;
  }
}
table.tabla-horarios tr {
  border: none !important;
}
table.tabla-horarios tr * {
  color: white;
}
table.tabla-horarios th {
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 959px) {
  table.tabla-horarios th {
    font-size: 1.3rem;
  }
}
@media (max-width: 639px) {
  table.tabla-horarios th {
    font-size: 1.2rem;
  }
}
@media (max-width: 479px) {
  table.tabla-horarios th {
    font-size: 1rem;
  }
}
table.tabla-horarios th,
table.tabla-horarios td {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 959px) {
  table.tabla-horarios th,
  table.tabla-horarios td {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 639px) {
  table.tabla-horarios th,
  table.tabla-horarios td {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 479px) {
  table.tabla-horarios th,
  table.tabla-horarios td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
table.tabla-horarios td {
  font-size: 1rem;
}
@media (max-width: 639px) {
  table.tabla-horarios td {
    font-size: 0.9rem;
  }
}
@media (max-width: 479px) {
  table.tabla-horarios td {
    font-size: 0.85rem;
  }
}
.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
small {
  display: inline-block;
  line-height: 1.2em;
}
.furgo {
  width: 1000px;
}
@media (max-width: 1599px) {
  .furgo {
    width: 850px;
  }
}
@media (max-width: 1199px) {
  .furgo {
    width: 700px;
  }
}
.map-header {
  background-size: 90% !important;
}
@media (max-width: 1599px) {
  .map-header {
    background-size: 120% !important;
  }
}
@media (max-width: 1199px) {
  .map-header {
    background-size: 150% !important;
  }
}
@media (max-width: 639px) {
  .map-header {
    background-size: 200% !important;
  }
}
@media (max-width: 479px) {
  .map-header {
    background-size: 150% !important;
  }
}
.bg-mantenimiento {
  background: url(../img/bg-mantenimiento.jpg) no-repeat center center;
  background-size: cover;
  color: white !important;
}
.bg-mantenimiento .logo img,
.bg-mantenimiento .logo svg {
  width: 350px;
}
@media (max-width: 959px) {
  .bg-mantenimiento .logo img,
  .bg-mantenimiento .logo svg {
    width: 300px;
  }
}
@media (max-width: 639px) {
  .bg-mantenimiento .logo img,
  .bg-mantenimiento .logo svg {
    width: 250px;
  }
}
@media (max-width: 479px) {
  .bg-mantenimiento .logo img,
  .bg-mantenimiento .logo svg {
    width: 200px;
  }
}
.bg-mantenimiento h3,
.bg-mantenimiento h4 {
  color: white;
  font-style: italic;
  margin: 0;
  font-weight: 300;
}
.bg-mantenimiento hr {
  border-color: #d1041c;
  border-width: 2px;
  width: 100px;
  margin: 15px auto;
}
.link-toggle {
  max-width: 405px;
}
.link-toggle a {
  display: block;
  position: relative;
}
.link-toggle a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
a:focus-visible {
  outline: none;
}
.login-nav {
  background-color: white;
  color: #003f8f;
  padding: 0;
  font-size: 0.875rem;
}
.login-nav .uk-text-primary {
  color: #003f8f !important;
}
.login-nav.uk-offcanvas-bar {
  overflow-y: inherit;
}
.login-nav.uk-offcanvas-bar > *,
.login-nav.uk-offcanvas-bar * {
  color: #003f8f;
}
.login-nav .cart {
  padding: 20px;
}
.login-nav > div {
  font-size: 0.875rem;
  padding: 20px;
}
.login-nav > div .uk-text-primary {
  color: #003f8f !important;
}
.login-nav > div .uk-text-secondary {
  color: #d1041c !important;
}
.login-nav > div .uk-button-primary {
  color: white;
}
.login-nav > div .uk-button-primary:hover {
  color: white;
}
.login-nav > div .uk-button-default {
  border-color: #ddd;
}
.login-nav > div .uk-button-default:hover {
  border-color: #eee;
  color: #003f8f;
}
.login-nav > div .uk-button-small {
  line-height: 29px;
}
.login-nav > div .uk-button-secondary {
  background-color: orangered !important;
  color: white !important;
  font-weight: 500;
  text-transform: uppercase;
}
.login-nav > div .uk-button-secondary i {
  color: white;
}
.login-nav > div .uk-button-large {
  padding: 0 15px;
}
.login-nav > div .uk-button-muted {
  background-color: #eee;
  color: #003f8f !important;
  font-weight: 500;
  text-transform: uppercase;
}
.login-nav > div .uk-button-muted i {
  color: #003f8f !important;
}
.login-nav > div .uk-button-muted:hover {
  background-color: #fafafa;
}
.login-nav > div .uk-link-text {
  font-size: 0.85rem;
}
.login-nav > div .uk-link-text:hover {
  color: rgba(0, 63, 143, 0.8);
}
.login-nav > div .price-item {
  color: #d1041c !important;
  font-size: 1rem;
}
.login-nav > div hr {
  border-top: 1px solid #e5e5e5 !important;
}
.login-nav > div .uk-input {
  color: #003f8f !important;
  background-color: white;
}
.login-nav > div .uk-input::placeholder {
  color: rgba(0, 63, 143, 0.5);
}
.login-nav > div .uk-input:focus {
  color: #003f8f !important;
}
.login-nav > div .uk-checkbox {
  border: 1px solid #d1041c !important;
}
.login-nav > div .placeholder {
  height: 150px;
}
.login-nav > div h2.uk-text-primary {
  color: #003f8f !important;
}
.uk-notification.uk-notification-bottom-center,
.uk-notification.uk-notification-top-center {
  text-align: center;
  z-index: 10000;
  width: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media (max-width: 639px) {
  .uk-notification.uk-notification-bottom-center,
  .uk-notification.uk-notification-top-center {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.uk-notification.uk-notification-bottom-center .uk-notification-message,
.uk-notification.uk-notification-top-center .uk-notification-message {
  margin-right: auto;
  margin-left: auto;
  display: table;
  width: auto;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 40px 10px 45px;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message > div > .uk-icon,
.uk-notification.uk-notification-top-center .uk-notification-message > div > .uk-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.uk-notification.uk-notification-bottom-center .uk-notification-message .uk-notification-close,
.uk-notification.uk-notification-top-center .uk-notification-message .uk-notification-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: white;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message .uk-notification-close:hover,
.uk-notification.uk-notification-top-center .uk-notification-message .uk-notification-close:hover {
  color: rgba(255, 255, 255, 0.6);
}
.uk-notification.uk-notification-bottom-center .uk-notification-message.uk-notification-message-danger,
.uk-notification.uk-notification-top-center .uk-notification-message.uk-notification-message-danger {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message.uk-notification-message-success,
.uk-notification.uk-notification-top-center .uk-notification-message.uk-notification-message-success {
  background: rgba(50, 210, 150, 0.8);
  color: white;
}
.uk-text-xsmall {
  font-size: 0.775rem;
  line-height: 1.5;
}
.uk-text-xxsmall {
  font-size: 0.575rem;
  line-height: 1.5;
}
.uk-margin-xsmall-left {
  margin-left: 5px !important;
}
.op-breadcrumb-container {
  margin-top: 73px;
}
@media (max-width: 959px) {
  .op-breadcrumb-container {
    margin-top: 50px;
  }
}
.mhd-tienda-entrega,
.mhd-forma-pago,
.mhd-order-forma-pago {
  overflow: visible;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
}
.mhd-tienda-entrega.selected,
.mhd-forma-pago.selected,
.mhd-order-forma-pago.selected {
  border: 2px solid #d1041c;
}
.mhd-detail-forma-pago {
  background-color: #d1041c;
}
.btn-del-cart {
  background-color: #f8f8f8;
}
.btn-del-cart:hover {
  background-color: #f1f1f1;
}
.italic {
  font-style: italic !important;
}
.uk-breadcrumb {
  padding: 10px 0;
  margin: 0;
}
.uk-breadcrumb li a {
  font-size: 12px;
}
.uk-breadcrumb li span {
  font-size: 12px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 calc(10px - 4px);
}
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i:before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #4bd763;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.help-block.error-block {
  padding: 2px 5px 2px 5px;
  background-color: #d1041c !important;
  color: white !important;
  display: block;
  position: relative;
  margin-top: 2px;
  margin-bottom: 5px;
}
.help-block.error-block:empty {
  display: none !important;
}
#page-checkout .tabla-horarios tr * {
  font-size: 0.75rem;
  color: black;
}
#page-checkout .tabla-horarios tr td {
  width: 50%;
}
.uk-button-xsmall {
  padding: 2px 6px;
  line-height: normal;
}
.header-text-blue .navbar-icon-blue * {
  color: #003f8f !important;
}
