@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/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: '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: #ff5800;
}
#cookies-msg a.uk-button:hover {
  background: #993500;
}
#cookies-msg a:not(.uk-button) {
  color: #ff5800;
}
#cookies-msg a:not(.uk-button):hover {
  color: #993500;
}
.uk-link,
a {
  color: #ff5800;
  text-decoration: none;
  cursor: pointer;
}
.uk-link:hover,
a:hover {
  color: #ff9b66;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #ff5800;
}
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;
  }
}
@media (max-width: 479px) {
  .uk-heading-large {
    font-size: 2.5rem;
  }
}
@media (max-width: 479px) {
  .uk-h1 {
    font-size: 1.3rem;
  }
}
.uk-button {
  border-radius: 100px;
  text-transform: none;
  font-weight: 400;
}
.uk-button.uk-button-primary {
  background-color: #ff5800;
  color: white;
}
.uk-button.uk-button-primary:hover {
  color: white;
  background-color: rgba(255, 88, 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: #ff5800 !important;
  color: #ff5800 !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: #ff5800 !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: #ff5800;
  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: #ff5800 !important;
}
input.uk-checkbox:focus {
  border-color: #ff5800 !important;
}
.ex-modal-legal {
  font-size: 0.9rem;
  width: 800px;
}
.ex-bg-rebajas {
  background: url(../img/bg-rebajas-2023.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 479px) {
  .tag {
    width: 200px;
  }
}
.steps {
  font-size: 0.8rem;
}
.steps i {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #ff5800;
  color: white;
  font-size: 1.5rem;
  line-height: 50px;
  font-style: normal;
}
@media (max-width: 479px) {
  .steps {
    font-size: 1rem;
  }
}
.steps-container {
  border-radius: 15px;
}
.uk-background-primary {
  background-color: #ff5800;
  color: white;
}
.uk-background-primary * {
  color: white;
}
.uk-background-primary .circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ff5800;
  background-color: white;
  border-radius: 100px;
}
@media (max-width: 639px) {
  .uk-background-primary .circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.grecaptcha-badge {
  display: none!important;
}
