/************************************
  @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: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  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;
}
#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: #e76100;
}
#cookies-msg a.uk-button:hover {
  background: #813600;
}
#cookies-msg a:not(.uk-button) {
  color: #e76100;
}
#cookies-msg a:not(.uk-button):hover {
  color: #813600;
}
.uk-link,
a {
  color: #e76100;
  text-decoration: none;
  cursor: pointer;
}
.uk-link:hover,
a:hover {
  color: #ff984e;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #e76100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.2em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Poppins', sans-serif;
  line-height: 1.1em;
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2.3rem;
  }
}
.uk-button {
  border-radius: 100px;
  text-transform: none;
  font-weight: 400;
}
.uk-button.uk-button-primary {
  background-color: #e76100;
  color: white;
}
.uk-button.uk-button-primary:hover {
  color: white;
  background-color: rgba(231, 97, 0, 0.8);
}
.uk-button.uk-button-default {
  border-color: #ccc !important;
  color: #ccc !important;
  background-color: transparent !important;
  -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;
}
.uk-button.uk-button-default:hover {
  border-color: #e76100 !important;
  color: #e76100 !important;
}
.uk-button.uk-button-muted {
  background-color: #eee;
}
.uk-button.uk-button-muted:hover {
  color: #333;
  background-color: #ddd;
}
.uk-button.uk-button-large {
  font-size: 1.1rem;
}
@media (max-width: 639px) {
  .uk-button.uk-button-large {
    margin-top: 5px;
    height: 45px;
    line-height: 45px;
  }
}
.uk-button.uk-button-large i {
  position: relative;
  top: -3px;
}
.uk-text-primary {
  color: #e76100 !important;
}
@media (max-width: 1199px) {
  header img,
  .footer img {
    width: 250px;
  }
}
@media (max-width: 959px) {
  header img,
  .footer img {
    width: 200px;
  }
}
@media (max-width: 639px) {
  header img,
  .footer img {
    width: 180px;
  }
}
@media (max-width: 479px) {
  header img,
  .footer img {
    width: 160px;
  }
}
@media (max-width: 959px) {
  header,
  .footer {
    padding: 10px 0 !important;
  }
}
footer.uk-section-secondary {
  background-color: black;
}
.uk-section-primary {
  background-color: #e76100;
  color: #ffffff !important;
}
.info-promo {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2em;
}
@media (max-width: 959px) {
  .info-promo {
    font-size: 1.6rem;
  }
}
@media (max-width: 639px) {
  .info-promo {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  .info-promo {
    font-size: 1.2rem;
  }
}
.uk-input {
  font-size: 1rem;
  border-radius: 100px;
}
@media (max-width: 639px) {
  .uk-input {
    height: 45px !important;
  }
}
.uk-select {
  font-size: 1rem;
  border-radius: 100px;
  padding-right: 1.3rem !important;
}
@media (max-width: 639px) {
  .uk-select {
    height: 45px !important;
  }
}
.uk-textarea {
  font-size: 1rem;
  border-radius: 10px;
}
input.uk-checkbox {
  border-radius: 2px;
}
input.uk-checkbox:checked {
  background-color: #e76100 !important;
}
input.uk-checkbox:focus {
  border-color: #e76100 !important;
}
.ex-modal-legal {
  font-size: 0.9rem;
  width: 800px;
}
.ex-bg-nadal {
  background: #c1292e;
  background: -moz-radial-gradient(center, ellipse cover, #c1292e 27%, #8c1812 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #c1292e 27%, #8c1812 100%);
  background: radial-gradient(ellipse at center, #c1292e 27%, #8c1812 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1292e', endColorstr='#8c1812', GradientType=1);
}
.ex-bg-nadal .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.ex-bg-nadal .ex-card {
  color: white;
  background-color: #c1292e;
  border: 2px dashed #9c1915;
  line-height: 1.1em;
}
.ex-bg-nadal .ex-card .num {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #9c1915;
  line-height: 70px;
  font-size: 1.8rem;
  border-radius: 100px;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .ex-bg-nadal .ex-card .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.ex-bg-rebajas {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2a23c+0,e18505+100 */
  background: #f2a23c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2a23c 0%, #e18505 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2a23c 0%, #e18505 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2a23c 0%, #e18505 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2a23c', endColorstr='#e18505', GradientType=0);
  /* IE6-9 */
}
.ex-pattern-lines {
  pointer-events: none;
  background: url(../img/bg-lines.png);
}
div.promos-list > div {
  cursor: pointer;
}
div.promos-list > div div.img-container {
  overflow: hidden;
}
div.promos-list > div div.img-container img {
  transition: transform 0.5s ease;
}
div.promos-list > div h3 {
  margin-top: 15px;
}
div.promos-list > div:hover img {
  transform: scale(1.5);
}
div.promos-list > div:hover h3 {
  color: #e76100;
}
/*# sourceMappingURL=main.css.map */