@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/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: 300;
  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;
}
.uk-link,
a {
  color: #ff5800;
  text-decoration: none;
  cursor: pointer;
}
.uk-link:hover,
a:hover {
  color: #ff9b66;
}
em {
  color: #ff5800;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #ff5800;
}
#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: 0.75rem;
  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:not(.uk-button) {
  color: #ff5800;
}
#cookies-msg a:not(.uk-button):hover {
  color: rgba(255, 88, 0, 0.8);
}
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.1rem;
  }
}
.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: #888 !important;
  color: #666 !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;
}
.uk-button.uk-button-large i {
  position: relative;
  top: -3px;
}
.uk-text-primary {
  color: #ff5800 !important;
}
.uk-modal-large .uk-modal-dialog {
  width: 100%;
  max-width: 1200px !important;
}
small {
  line-height: 1.3em;
  display: inline-block;
}
strong {
  font-weight: 700;
}
.uk-text-bold {
  font-weight: 500;
}
footer {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
}
footer .uk-hr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
footer .uk-select {
  border-radius: 100px;
}
footer .uk-text-primary {
  color: #ff5800 !important;
}
footer h2,
footer h4,
footer h5 {
  color: white;
}
footer ul.uk-nav li a {
  color: rgba(255, 255, 255, 0.8);
}
footer .ex-newsletter input {
  border-radius: 100px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
footer .ex-newsletter a.uk-button {
  background-color: #ff5800;
  color: white;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
footer .ex-newsletter a.uk-button:hover {
  color: white;
  background-color: #ff7933;
}
footer .social a.uk-icon-button {
  text-align: center;
  line-height: 34px;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .social > li {
  padding-left: 15px;
}
@media (max-width: 479px) {
  footer .social > li {
    padding-left: 10px;
  }
}
footer input.uk-checkbox {
  border-radius: 2px;
}
footer input.uk-checkbox:checked {
  background-color: #ff5800 !important;
}
footer input.uk-checkbox:focus {
  border-color: #ff5800 !important;
}
footer a.uk-icon-button {
  text-align: center;
  line-height: 34px;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.1);
}
footer .ex-bottom-bar {
  background-color: black;
}
footer .ex-bottom-bar a.uk-icon-button {
  text-align: center;
  line-height: 34px;
  color: #ff5800;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .ex-bottom-bar ul.uk-subnav li a {
  color: #ffffff !important;
}
footer .ex-bottom-bar ul.uk-subnav.ex-legal-nav li a {
  font-size: 0.875rem;
  font-weight: 400;
}
footer .ex-bottom-bar img.ex-brand #expert *,
footer .ex-bottom-bar svg.ex-brand #expert * {
  fill: white !important;
}
header .ex-topbar {
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 0;
  background-color: #ff5800;
}
header .ex-topbar .icon {
  line-height: 1rem;
  position: relative;
  top: -2px;
  font-size: 1rem;
  margin-right: 5px;
}
header .ex-topbar select {
  height: 28px !important;
  line-height: 28px !important;
  font-size: 0.8rem;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
header .ex-topbar select:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
header .ex-topbar ul.uk-subnav > li {
  padding-left: 10px;
}
header .ex-topbar ul.uk-subnav > li a {
  font-size: 0.75rem;
  color: white;
  text-transform: none;
}
header .ex-topbar ul.uk-subnav > li span {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 5px;
  color: white;
  text-transform: none;
}
header .ex-topbar ul.uk-subnav > li:before {
  margin-right: 10px;
}
header .ex-topbar i.bi-truck {
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  top: -2px;
}
header .ex-middlebar {
  padding: 0.5rem 0;
  color: white;
  padding-bottom: 20px;
  background-color: #ff5800;
}
header .ex-middlebar .especialistas {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  font-family: 'Poppins', sans-serif;
  line-height: 1em;
  left: 40px;
  top: -5px;
}
@media (max-width: 1080px) {
  header .ex-middlebar .especialistas .lema {
    display: none;
  }
}
header .ex-middlebar ul.uk-subnav > li > a {
  text-transform: none;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
}
header .ex-middlebar ul.uk-subnav > li > a i {
  line-height: 1rem;
  position: relative;
  top: -2px;
}
header .ex-middlebar ul.uk-subnav > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header .ex-container-sticky.uk-sticky-below {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
header .ex-container-sticky.uk-active .ex-middlebar {
  display: none !important;
}
header .ex-mainbar {
  padding: 1rem 0;
  color: white;
  background-color: #ff5800;
}
@media (max-width: 959px) {
  header .ex-mainbar {
    padding: 0.8rem 0;
  }
}
header .ex-mainbar .ex-brand {
  width: 200px;
}
@media (max-width: 639px) {
  header .ex-mainbar .ex-brand {
    width: 150px;
  }
}
@media (max-width: 479px) {
  header .ex-mainbar .ex-brand {
    width: 100px;
  }
}
header .ex-mainbar .ex-qsearch input {
  border: none;
  border-radius: 100px;
  padding-left: 30px;
}
header .ex-mainbar .ex-sticky-nav a {
  color: white;
}
header .ex-mainbar .ex-sticky-nav .ex-nav-sticky {
  font-size: 0.875rem;
}
header .ex-mainbar .ex-sticky-nav .ex-nav-sticky i {
  font-size: 1.5rem;
}
header .ex-mainbar .ex-sticky-nav .ex-nav-sticky small {
  font-size: 12px;
  line-height: 1.2em;
}
header .ex-mainbar .ex-icon-mainbar {
  font-size: 0.875rem;
}
header .ex-mainbar .ex-icon-mainbar i {
  font-size: 1.5rem;
}
@media (max-width: 479px) {
  header .ex-mainbar .ex-icon-mainbar i {
    font-size: 1.2rem;
  }
}
header .ex-mainbar .ex-icon-mainbar .ex-icon-box {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.425rem;
  text-align: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
header .ex-mainbar .ex-icon-mainbar .ex-icon-box:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 479px) {
  header .ex-mainbar .ex-icon-mainbar .ex-icon-box {
    width: 2.375rem;
    height: 2.375rem;
    line-height: 1.9rem;
  }
}
header .ex-mainbar .ex-icon-mainbar .ex-icon-box span {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  min-width: 1.25rem;
  padding: 0px 5px;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #010000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}
@media (max-width: 479px) {
  header .ex-mainbar .ex-icon-mainbar .ex-icon-box span {
    top: -0.6125rem;
    right: -0.6125rem;
  }
}
header .ex-mainbar .ex-icon-mainbar small {
  font-size: 12px;
  line-height: 1.2em;
}
header .ex-navbar {
  background-color: #f6f6f6;
}
header .ex-navbar nav.uk-navbar > div > ul > li > a {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  min-height: 50px;
  color: #888;
  font-size: 0.85rem;
  font-weight: 400;
}
header .ex-navbar nav.uk-navbar > div > ul > li > a:hover {
  color: #ff5800;
}
header .ex-navbar nav.uk-navbar > div > ul > li:first-child a {
  padding-left: 0;
}
.uk-dropdown,
.uk-card {
  border-radius: 0.3125rem;
}
.ex-cart-dropdown {
  font-size: 0.875rem;
}
.ex-cart-dropdown a.ex-button-checkout {
  font-size: 1rem;
}
.ex-cart-dropdown a.ex-button-checkout i {
  position: relative;
  top: -2px;
  font-size: 1.2rem;
}
.ex-cart-dropdown a.uk-button-small {
  font-size: 0.8rem;
  font-weight: 500;
}
.ex-user-dropdown a {
  font-size: 0.8rem;
  font-weight: 400;
}
.ex-input-combo input {
  border-radius: 100px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ex-input-combo a.uk-button {
  background-color: #ff5800;
  color: white;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ex-input-combo a.uk-button:hover {
  color: white;
  background-color: #ff7933;
}
.uk-input {
  border-radius: 100px;
}
.uk-select {
  border-radius: 100px;
  padding-right: 1.3rem !important;
}
.uk-textarea {
  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-offcanvas-map {
  z-index: 10000 !important;
  background-color: #222;
  color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.2em;
}
.ex-offcanvas-map .uk-offcanvas-close {
  background-color: #ff5800;
  color: #ffffff !important;
  padding: 15px;
}
.ex-offcanvas-map .google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
}
.ex-offcanvas-map .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.ex-offcanvas-contacto {
  z-index: 10000 !important;
  background-color: #222;
  color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  font-size: 0.875rem;
  line-height: 1.2em;
}
@media (max-width: 479px) {
  .ex-offcanvas-contacto > div {
    padding: 35px 20px;
  }
}
.ex-offcanvas-contacto i.bi-telephone {
  position: relative;
  top: -2px;
  color: #ff5800;
}
.ex-offcanvas-contacto h3.uk-h4 {
  line-height: 1.2em;
  font-weight: 500;
}
@media (max-width: 479px) {
  .ex-offcanvas-contacto h3.uk-h4 {
    font-size: 1.2em;
  }
}
.ex-offcanvas-contacto label {
  font-size: 80%;
}
.ex-offcanvas-contacto .uk-input,
.ex-offcanvas-contacto .uk-select {
  border-radius: 100px;
  font-weight: 400;
  height: 36px;
  font-size: 0.8rem;
}
.ex-offcanvas-contacto .uk-input:focus,
.ex-offcanvas-contacto .uk-select:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.ex-offcanvas-contacto .uk-input:-internal-autofill-selected,
.ex-offcanvas-contacto .uk-select:-internal-autofill-selected {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.ex-offcanvas-contacto .uk-textarea {
  border-radius: 10px;
}
.ex-offcanvas-contacto input.uk-checkbox {
  border-radius: 2px;
}
.ex-offcanvas-contacto input.uk-checkbox:checked {
  background-color: #ff5800 !important;
}
.ex-offcanvas-contacto input.uk-checkbox:focus {
  border-color: #ff5800 !important;
}
.ex-offcanvas-contacto .legal small {
  font-size: 70%;
}
.legal small {
  font-size: 70%;
}
.ex-slider-nav {
  background-color: #fbfbfb;
}
.ex-slider-nav > div > a {
  text-decoration: none;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 15px 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ex-slider-nav > div > a.uk-active {
  background-color: #ff5800;
  color: white;
}
.ex-slider-nav > div:last-child a {
  border-right: none;
}
.ex-info-slider {
  padding: 0 35px;
  font-size: 1rem;
  font-weight: 400;
}
.ex-info-slider h2 {
  font-weight: 600;
}
.ex-info-slider h2.uk-light {
  color: #ffffff !important;
}
.ex-info-slider .uk-light {
  color: rgba(255, 255, 255, 0.9) !important;
}
.ex-info-slider h6 {
  color: #ff5800;
}
.ex-info-slider-mobile h2 {
  font-weight: 600;
}
.ex-inner-nav {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
}
.ex-inner-nav ul.uk-nav > li {
  position: relative;
}
.ex-inner-nav ul.uk-nav > li > a {
  font-size: 0.85rem;
  font-weight: 400;
}
.ex-inner-nav ul.uk-nav > li.uk-active > a {
  color: #ff5800;
}
.uk-dotnav > .uk-active > * {
  background-color: #ff5800;
}
.ex-item .resalte-pvc-triangle,
.img-producto-container .resalte-pvc-triangle {
  color: #ff5800;
  display: none;
}
.ex-item:hover .resalte-pvc-triangle,
.img-producto-container:hover .resalte-pvc-triangle {
  display: block;
}
@media (max-width: 639px) {
  .ex-item .resalte-pvc-triangle,
  .img-producto-container .resalte-pvc-triangle {
    display: block;
  }
}
.ex-subfamily {
  padding: 1.5rem;
}
.ex-subfamily .ex-subfamily-items {
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
}
.ex-subfamily .ex-subfamily-items h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.ex-subfamily .ex-subfamily-items h5 a {
  color: #333 !important;
}
.ex-subfamily .ex-subfamily-items h5 a:hover {
  color: #ff5800 !important;
}
.ex-subfamily .ex-subfamily-items.ex-special h5 a {
  color: #ff5800 !important;
}
.ex-subfamily .ex-subfamily-items ul > li > a {
  min-height: auto;
  padding: 2px 0;
  color: #333;
  font-size: 0.8rem;
}
.ex-subfamily .ex-subfamily-items ul > li > a:hover {
  color: #ff5800;
}
.ex-line-bnnr {
  border-left: 1px solid #ddd;
  min-height: 350px;
}
.ex-line-bnnr small {
  line-height: 1.2em;
  display: inline-block;
}
.ex-line-bnnr small strong {
  display: block;
}
.ex-nav-offcanvas {
  background-color: #ff5800;
}
.ex-nav-offcanvas img.ex-brand *,
.ex-nav-offcanvas svg.ex-brand * {
  fill: white;
}
.ex-nav-offcanvas input {
  border-radius: 100px;
}
.ex-nav-offcanvas ul.uk-nav > li {
  position: relative;
}
.ex-nav-offcanvas ul.uk-nav > li > a {
  color: #ffffff;
  font-weight: 400;
}
.ex-nav-offcanvas ul.uk-nav > li > a i {
  position: relative;
  top: -3px;
  font-size: 1.1rem;
}
.ex-nav-offcanvas ul.uk-nav > li ul.uk-nav-sub > li > a {
  color: #ffffff;
  font-weight: 400;
}
.ex-nav-offcanvas ul.uk-subnav li a.uk-icon-button {
  line-height: 36px;
  color: #ffffff;
}
.uk-subnav-pill-expert > .uk-active > a {
  background-color: #ff5800;
  border-radius: 100px;
}
.uk-notification-message {
  font-size: 0.85rem;
  border-radius: 8px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #ff5800;
}
.uk-breadcrumb {
  border-bottom: 1px solid #eee;
  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);
}
.uk-tile-primary {
  background-color: #ff5800;
}
.ex-item {
  position: relative;
  border-radius: 0.4375rem;
  background-color: white;
}
.ex-item .ex-item-image {
  padding: 10px 10px 0 10px;
}
.ex-item .ex-item-image img {
  max-height: 150px;
}
.ex-listado .ex-item {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.ex-item .uk-label {
  display: inline-block;
  padding: 0.25em 0.625em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.175rem;
  text-transform: none;
}
.ex-item .uk-label.oferta {
  background: #010000;
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(1, 0, 0, 0.5);
}
.ex-item .uk-label.envio {
  background: #010000;
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(1, 0, 0, 0.9);
}
.ex-item .uk-label.envio i {
  position: relative;
  font-size: 0.85rem;
}
.ex-item .uk-label.nuevo {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.ex-item .uk-label.nuevo i {
  font-size: 0.7rem;
  position: relative;
  top: -2px;
}
.ex-item .ex-card-body {
  padding: 1.25rem;
}
.ex-item .ex-card-body .ex-product-price {
  margin-top: 0.35rem;
  font-size: 1.1rem;
  color: #e26700;
  text-align: left;
}
.ex-item .ex-card-body h3 {
  font-size: 0.875rem !important;
  font-weight: 500;
}
.ex-item .ex-card-body h3 a {
  color: #333;
}
.ex-item .ex-card-body a.uk-text-meta {
  font-size: 0.75rem !important;
}
.ex-item .ex-card-body button {
  line-height: 35px;
  font-size: 0.85rem;
}
.ex-item .ex-card-body button i {
  position: relative;
  top: -3px;
}
.ex-item a.ex-link-comparar {
  font-size: 0.8125rem;
  color: #333;
}
.ex-item a.ex-link-comparar:hover {
  color: #ff5800;
}
@media (min-width: 640px) {
  .ex-item a.ex-link-comparar {
    opacity: 0;
  }
}
.ex-item .ex-card-body-hidden {
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -0.6rem;
  transition: all 0.15s ease-in-out;
  border-radius: 0.4375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
}
@media (min-width: 640px) {
  .ex-item .ex-card-body-hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
  }
}
@media (min-width: 640px) {
  .ex-listado .ex-item .ex-card-body-hidden {
    margin-top: -1.5rem;
  }
}
.ex-item:hover {
  border-color: #fff !important;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.ex-item:hover .ex-card-body-hidden {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.5rem 1.025rem -0.375rem rgba(0, 0, 0, 0.1);
}
.ex-item:hover a.ex-link-comparar {
  opacity: 1;
}
.uk-sticky-product-image.uk-sticky {
  z-index: 970;
}
.uk-sticky-product-image.uk-sticky .ex-sticky-info-container {
  display: none;
}
.uk-sticky-product-image.uk-sticky .ex-precio {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.1em;
  font-family: 'Poppins', sans-serif;
  color: #ff5800;
}
.uk-sticky-product-image.uk-sticky .ex-precio small {
  display: inline-block;
  font-size: 0.75rem;
  color: #999;
}
.uk-sticky-product-image.uk-sticky.uk-active .ex-ficha-completa-container,
.uk-sticky-product-image.uk-sticky.uk-active .ex-thumb-container {
  display: none;
}
.uk-sticky-product-image.uk-sticky.uk-active .ex-sticky-info-container {
  display: block;
}
.uk-label {
  display: inline-block;
  padding: 0.25em 0.625em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.175rem;
  text-transform: none;
}
.uk-label.oferta {
  background: #010000;
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(1, 0, 0, 0.5);
}
.uk-label.envio {
  background: #010000;
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(1, 0, 0, 0.9);
}
.uk-label.envio i {
  position: relative;
  font-size: 0.85rem;
}
.uk-label.nuevo {
  background: #ff691a;
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(255, 88, 0, 0.9);
}
.uk-label.nuevo i {
  font-size: 0.7rem;
  position: relative;
  top: -2px;
}
.ex-slider-productos > li {
  padding-top: 10px;
  padding-bottom: 80px;
}
.uk-breadcrumb {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
.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 calc(10px - 5px) 0 calc(10px - 5px);
}
.uk-pagination > li a {
  border-radius: 100px;
  min-width: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  padding: 0 5px;
  font-size: 0.85rem;
}
.uk-pagination > li a:hover {
  background-color: #eee;
}
.uk-pagination > li.uk-active a {
  background-color: #ff5800;
  color: white;
}
.uk-icon-button.filter {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  color: white;
}
.ex-aside-filters {
  width: 220px;
}
.ex-filters .uk-list > * > ul,
.ex-filters .uk-list > :nth-child(n + 2) {
  margin-top: 0;
}
.ex-filters .ex-filters-combo:first-child {
  margin-top: 15px;
}
.ex-filters .ex-filters-combo .uk-accordion-content {
  margin-top: 10px;
}
.ex-filters .ex-filters-combo h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.ex-filters .ex-filters-combo label {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.uk-offcanvas-bar .ex-filters .ex-filters-combo label {
  margin: 3px 0;
}
.ex-filters .ex-filters-combo label input {
  margin-right: 10px;
}
.ex-filters .ex-filters-combo label input.uk-checkbox:checked,
.ex-filters .ex-filters-combo label input.uk-checkbox:indeterminate,
.ex-filters .ex-filters-combo label input.uk-radio:checked {
  background-color: #ff5800;
}
.uk-offcanvas-bar .ex-filters .ex-filters-combo label input.uk-checkbox:checked,
.uk-offcanvas-bar .ex-filters .ex-filters-combo label input.uk-checkbox:indeterminate,
.uk-offcanvas-bar .ex-filters .ex-filters-combo label input.uk-radio:checked {
  background-color: white;
}
.ex-filters .ex-filters-combo label input.uk-checkbox:focus,
.ex-filters .ex-filters-combo label input.uk-radio:focus {
  border-color: #ff5800;
}
.uk-offcanvas-bar .ex-filters .ex-filters-combo label input.uk-checkbox:focus,
.uk-offcanvas-bar .ex-filters .ex-filters-combo label input.uk-radio:focus {
  border-color: white;
}
.ex-filters .ex-filters-combo label:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ex-filters .ex-filters-combo .uk-list > li:nth-child(n + 2),
.ex-filters .ex-filters-combo .uk-list > li > ul {
  margin-top: 0px;
}
.uk-checkbox {
  border-radius: 4px;
}
@media (max-width: 639px) {
  .ex-icon-contacto {
    width: 250px;
  }
}
@media (max-width: 479px) {
  .ex-icon-contacto {
    width: 150px;
  }
}
.ex-ficha .ex-precio {
  font-size: 2.1875rem;
  font-weight: 500;
  color: #010000;
  line-height: 1.1em;
  font-family: 'Poppins', sans-serif;
  color: #ff5800;
}
.ex-ficha .ex-precio small {
  display: inline-block;
  font-size: 0.75rem;
  color: #999;
}
.ex-ficha .ex-descripcion {
  font-size: 0.875rem;
}
.ex-ficha .ex-descripcion .uk-tab li a {
  font-weight: 500;
  text-transform: none;
  font-size: 1rem;
}
.ex-ficha .ex-descripcion .uk-tab li.uk-active a {
  border-bottom: 1px solid #ff5800;
}
.ex-ficha .ex-descripcion p {
  line-height: 1.4em;
}
.ex-cart-mobile {
  z-index: 1000;
  border-top: 1px solid #ff5800;
  box-shadow: 0 -5px 5px rgba(255, 88, 0, 0.3);
}
.ex-cart-mobile .ex-precio-grid {
  margin: 5px 0 8px 0;
}
.ex-cart-mobile .ex-precio {
  font-weight: 600;
  color: #ff5800;
  font-size: 1.4rem;
}
.ex-cart-mobile .ex-precio small {
  font-weight: 300;
  color: #999;
  font-size: 0.7rem;
}
@media (max-width: 959px) {
  .ex-thumbnav {
    flex-direction: inherit;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
  }
  .ex-thumbnav > * {
    padding-left: 15px;
  }
}
@media (min-width: 960px) {
  .ex-thumbnav li:nth-child(n + 2) {
    margin-top: 0 !important;
    padding-top: 5px;
  }
}
.ex-thumbnav a > div {
  border-radius: 8px;
  border: 1px solid #ddd;
}
.ex-subnav-brands > li.uk-active a {
  color: #ff5800;
  font-weight: 600;
}
.ex-subnav-brands > li a {
  line-height: 2em;
}
.ex-brand-grid .uk-card {
  position: relative;
}
.ex-brand-grid .uk-card > i {
  transition: all ease 0.3s;
  opacity: 0;
}
.ex-brand-grid .uk-card:hover > i {
  opacity: 100;
}
.ex-accordion .uk-accordion-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.ex-accordion > li.uk-open .uk-accordion-title {
  color: #ff5800;
}
.ex-accordion > li .uk-accordion-content {
  padding-bottom: 20px;
}
.ex-distribucion .uk-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ex-distribucion .uk-card i {
  color: #ffffff;
}
small.label {
  margin-bottom: 5px;
}
.ex-mision {
  color: #ffffff;
}
.ex-mision h2 {
  color: #ff5800 !important;
}
.ex-mision p {
  color: #ffffff;
}
.ex-dropdown-nav-header {
  background-color: #ff7933;
  padding: 10px;
}
.ex-dropdown-nav-header ul.uk-nav li a {
  font-size: 0.8rem !important;
  color: #ffffff;
}
.ex-dropdown-nav-header ul.uk-nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  background: #ff5800;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mm-menu .mm-divider {
  color: #010000;
  background: transparent;
  font-size: 0.875rem;
  padding-top: 10px;
}
.mm-menu .mm-listview > li:not(.mm-divider):after {
  right: 20px;
}
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span,
.mm-menu .mm-listview > li em.mm-counter {
  color: white;
  -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;
}
.mm-menu .mm-listview > li:hover > a,
.mm-menu .mm-listview > li:hover > span,
.mm-menu .mm-listview > li:hover em.mm-counter {
  color: white;
}
.mm-menu .mm-listview > li em.mm-counter {
  display: none;
}
.mm-menu .mm-clear:after,
.mm-menu .mm-clear:before,
.mm-menu .mm-close:after,
.mm-menu .mm-close:before {
  border: 1px solid white;
}
.mm-menu .mm-close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22close-icon%22%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22rgba(255%2C%20255%2C%20255%2C%200.5)%22%20stroke-width%3D%221.1%22%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%2213%22%3E%3C%2Fline%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22rgba(255%2C%20255%2C%20255%2C%200.5)%22%20stroke-width%3D%221.1%22%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%221%22%20y2%3D%2213%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 55px;
}
.mm-menu .mm-close:before {
  display: none;
  border-right: none;
  border-bottom: none;
  right: 9px;
}
.mm-menu .mm-close:after {
  display: none;
  border-top: none;
  border-left: none;
  right: 15px;
}
.mm-menu em.mm-counter {
  right: 35px;
}
.mm-menu em.mm-counter + a.mm-next {
  width: 45px;
}
.mm-menu em.mm-counter + a.mm-next + a,
.mm-menu em.mm-counter + a.mm-next + span {
  margin-right: 55px;
}
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.7);
  right: 22px;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #ffffff;
}
.mm-menu .mm-navbar a:hover,
.mm-menu .mm-navbar > *:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: white;
}
.mm-menu .mm-navbar {
  border-color: rgba(255, 255, 255, 0);
}
.mm-menu .mm-navbar.mm-navbar-top {
  height: 80px;
}
.mm-menu .mm-navbar.mm-navbar-top .mm-prev.mm-btn + .mm-title {
  background-position: -2000px -2000px;
  background-repeat: no-repeat;
  color: black;
  font-weight: 600;
}
.mm-menu .mm-navbar.mm-navbar-top .mm-prev.mm-btn.mm-hidden + .mm-title {
  margin-left: -22px;
  text-indent: -10000px;
  background-position: center center;
  background-size: auto 30px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.mm-menu .mm-navbar.mm-navbar-top > * {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
  height: 80px;
}
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels {
  top: 80px;
}
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels .mm-panel:first-child > ul > li > em.mm-counter + a.mm-next {
  width: 100%;
}
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels .mm-panel:first-child > ul > li > em.mm-counter + a.mm-next + a,
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels .mm-panel:first-child > ul > li > em.mm-counter + a.mm-next + span {
  margin-right: 55px;
}
.mm-menu .mm-listview > li,
.mm-menu .mm-listview > li .mm-next,
.mm-menu .mm-listview > li .mm-next:before,
.mm-menu .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu .mm-listview > li.no-border:after {
  border-color: rgba(255, 255, 255, 0);
}
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
  padding: 5px 10px 5px 20px;
  font-size: 0.9rem;
}
.mm-menu li .ta-badge {
  background: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ff5800;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  -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;
}
.mm-menu li:hover .ta-badge {
  background: rgba(255, 255, 255, 0.7);
}
.mm-menu .ta-social {
  display: none;
}
.mm-menu .ta-social a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.mm-menu .ta-social a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.ex-breadcrumb-container {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll {
  position: relative;
  height: 40px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb {
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb > * {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 10px;
  line-height: 18px;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb > *:last-child {
  margin-right: 15px;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb > * > * {
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  color: #999;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb > * > * svg {
  margin-top: -1px;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb > *.uk-active > * {
  color: #666;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll .ex-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #999;
  font-size: 15px;
}
.ex-breadcrumb-container .ex-breadcrumb-scroll:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,141414+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#141414', GradientType=1);
  /* IE6-9 */
}
.selector-plataforma.modal .uk-modal-dialog {
  border-radius: 15px !important;
  overflow: hidden;
}
.selector-plataforma.modal .uk-modal-dialog .uk-modal-header {
  background: #ff5800;
}
.selector-plataforma.modal .uk-modal-dialog [class*="uk-modal-close-"] {
  color: white;
}
.selector-plataforma.modal .uk-modal-dialog [class*="uk-modal-close-"]:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#page-cesta .uk-accordion-title:before {
  border-radius: 30px;
  background-color: white;
  height: 16px;
  width: 16px;
  content: "";
  margin-top: 10px;
  margin-left: 0;
  margin-right: 8px;
  float: left;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
}
#page-cesta .cn-accordion.cn-accordion-cesta > li > .uk-accordion-title {
  display: inline-block;
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: nowrap;
  border: 1px solid #010000;
}
#page-cesta .cn-accordion.cn-accordion-cesta > li > .uk-accordion-title h3 {
  color: #010000;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2.4;
}
#page-cesta .cn-accordion.cn-accordion-cesta > li.uk-open > .uk-accordion-title {
  background: #010000;
}
#page-cesta .cn-accordion.cn-accordion-cesta > li.uk-open > .uk-accordion-title h3 {
  color: white;
}
#page-cesta li.uk-open > .uk-accordion-title:before {
  border: 1px solid #ff5800;
  background-color: #ff5800;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ex-bru-grid a {
  color: #222;
  color: #2b6797;
}
.ex-bru-grid a img *,
.ex-bru-grid a svg * {
  fill: #222;
}
.ex-bru-grid a:hover img *,
.ex-bru-grid a:hover svg * {
  fill: #2b6797;
}
.ex-manuales .grupo {
  page-break-inside: avoid;
}
.ex-manuales .grupo h5 {
  font-weight: 600;
}
.ex-manuales .grupo ul.uk-list-divider {
  margin-top: 10px;
}
.ex-manuales .grupo ul.uk-list-divider > li:nth-child(n + 2) {
  margin-top: 5px;
  padding-top: 5px;
}
.ex-manuales .grupo ul.uk-list-divider > li a {
  font-size: 0.9rem;
  font-weight: 400;
  position: relative;
  transition: all ease 0.3s;
  text-decoration: none;
  left: 0;
}
.ex-manuales .grupo ul.uk-list-divider > li a:hover {
  left: 5px;
}
.uk-text-success {
  color: #97b900 !important;
}
.ex-eco-background {
  background-color: #97b900 !important;
  color: white;
}
.ex-eco-background h2 {
  color: white;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eco-grid {
  color: white;
}
.eco-grid .ex-eco-bnnr .ex-eco-info {
  transition: all ease 0.3s;
}
.eco-grid .ex-eco-bnnr .ex-eco-info h3 {
  color: white;
}
.eco-grid .ex-eco-bnnr:hover .ex-eco-info {
  bottom: 10px;
}
.ex-icon-button {
  width: 31px;
  height: 31px;
  line-height: 30px;
  font-size: 1.6rem;
  text-align: center;
  color: white;
  border-radius: 100px;
}
.ex-icon-button:hover {
  color: #97b900;
}
.ex-icon-button:before {
  top: -5px;
  position: relative;
}
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.9);
}
.eco-modal {
  color: #222;
  font-weight: 400;
}
@media (max-width: 479px) {
  .eco-modal {
    padding: 0;
  }
  .eco-modal p {
    margin: 5px 0;
  }
}
.eco-modal h5 {
  color: #222;
}
.eco-modal h3 {
  color: white;
}
.ex-info-news {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#modal-selector-plataforma {
  font-size: 0.9rem;
}
#modal-selector-plataforma > div {
  width: 820px;
}
#modal-selector-plataforma .uk-text-large {
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  #modal-selector-plataforma .uk-modal-body {
    padding: 50px 30px;
  }
}
#modal-selector-plataforma select {
  font-size: 1.1rem;
  height: 55px;
  background-color: #ff5800;
  color: white;
  border-color: #ff5800;
}
#modal-selector-plataforma select option {
  background-color: white;
}
.ex-info-club-expert {
  margin-bottom: 40px !important;
}
@media (max-width: 639px) {
  .ex-info-club-expert {
    margin-bottom: 0;
  }
}
#mapa_svg svg {
  width: 100%;
  max-width: 800px;
}
#mapa_svg path {
  fill: #cdcdcd;
  -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;
}
#mapa_svg path:hover {
  fill: #ff5800;
}
/*
*/
.uk-modal.uk-modal-full .uk-modal-large {
  width: 100%;
  max-width: 1200px;
}
.ex-centros .uk-card-body {
  padding: 15px;
  font-size: 0.8rem;
}
.ex-distribucion-centros .centro img,
.ex-distribucion-centros .centro svg {
  width: 30px;
}
.ex-distribucion-centros .centro img #relleno,
.ex-distribucion-centros .centro svg #relleno {
  fill: black;
}
.ex-distribucion-centros .centro img:hover #relleno,
.ex-distribucion-centros .centro svg:hover #relleno {
  fill: #ff5800;
}
@media (max-width: 479px) {
  .ex-distribucion-centros .centro img,
  .ex-distribucion-centros .centro svg {
    width: 20px;
  }
}
.ex-distribucion-centros .centro .uk-dropdown {
  padding: 15px;
  font-size: 0.75rem;
  line-height: 1.1em;
  width: 300px;
}
@media (max-width: 479px) {
  .ex-distribucion-centros .centro .uk-dropdown {
    width: auto;
  }
}
.ex-distribucion-centros .centro .uk-dropdown h5 {
  line-height: 1.1em;
  color: #ff5800 !important;
  font-size: 0.875rem;
  margin-bottom: 5px !important;
}
.ex-distribucion-centros .centro .uk-dropdown .uk-button-small {
  margin-top: 5px;
  line-height: 25px;
  font-size: 0.75rem;
  background-color: #ff5800 !important;
  color: white !important;
}
.ex-distribucion-centros .centro .uk-dropdown .uk-button-small i {
  position: relative;
  top: -2px;
}
.ex-distribucion-centros .santiago {
  left: 10%;
  top: 6%;
}
.ex-distribucion-centros .valencia {
  left: 66%;
  top: 40%;
}
.ex-distribucion-centros .bilbao {
  left: 49%;
  top: 3%;
}
.ex-distribucion-centros .barcelona {
  left: 83%;
  top: 21%;
}
.ex-distribucion-centros .mallorca {
  left: 88.5%;
  top: 38%;
}
.ex-distribucion-centros .alicante {
  left: 65%;
  top: 50%;
}
.ex-distribucion-centros .malaga {
  left: 38%;
  top: 64%;
}
.ex-distribucion-centros .sevilla {
  left: 27%;
  top: 61%;
}
.ex-distribucion-centros .tenerife {
  left: 17%;
  top: 87%;
}
.ex-distribucion-centros .caceres {
  left: 26%;
  top: 41%;
}
.ex-distribucion-centros .gancanaria {
  left: 23.5%;
  top: 91.5%;
}
.typeahead,
.tt-query,
.tt-hint {
  height: 35px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 35px;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.uk-input.tt-input {
  padding: 0 15px 0 10px !important;
  height: 38px;
  background-color: #fff !important;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 0px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 422px;
  margin-top: 3px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-menu {
  background: white;
  width: 100%;
  border: 1px solid #1e87f0;
}
.tt-suggestion {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 20px;
  color: black;
  max-width: 100%;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}
.twitter-typeahead {
  width: 100%;
}
.sn-buscador-tiendas {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  z-index: 100;
  padding: 12px;
  background: #ff5800;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px) {
  .sn-buscador-tiendas {
    right: 0;
    top: 0;
    left: 0;
  }
}
.sn-buscador-tiendas span.label {
  color: white;
  background: #ff5800;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
}
.sn-buscador-tiendas a.sn-btn-search-tiendas {
  margin-right: 2px;
  margin-top: 2px;
  border-radius: 50px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background-color: #ff5800;
  z-index: 3;
  -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;
  cursor: default;
}
.sn-buscador-tiendas a.sn-btn-reset-tiendas {
  margin-right: 4px;
  margin-top: 4px;
  border-radius: 50px;
  height: 32px;
  line-height: 32px;
  width: 34px;
  text-align: center;
  background-color: #010000;
  z-index: 2;
  -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;
}
.sn-buscador-tiendas a.sn-btn-reset-tiendas:hover {
  color: white;
  background-color: #340000;
}
.sn-buscador-tiendas .tiendas-search-active a.sn-btn-search-tiendas {
  display: none !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
em.error-block {
  color: #cc0000 !important;
  font-size: 75%;
}
.gastos th {
  border-right: 1px solid white;
}
.gastos td {
  border-right: 1px solid #eee;
}
.gastos td:last-child {
  border-right: none;
}
.tienda-c-c {
  cursor: pointer;
}
.tienda-c-c .ribbon-selected {
  display: none;
}
.tienda-c-c.selected .ribbon-selected {
  display: block;
}
#page-account .uk-card-default .uk-dropdown-nav > li > a {
  color: white;
}
.uk-modal-dialog.uk-modal-dialog-large {
  width: 100%;
  max-width: 1200px;
}
@media print {
  @page {
    margin: auto;
  }
  .cc-banner,
  .cc-icon,
  footer,
  .ex-qsearch,
  .ex-breadcrumb-container,
  h1 {
    display: none !important;
  }
}
.youtube-icon {
  color: #ff0000;
  font-size: 4.5rem;
}
@media (max-width: 959px) {
  .youtube-icon {
    font-size: 3.5rem;
  }
}
@media (max-width: 639px) {
  .youtube-icon {
    font-size: 3.5rem;
  }
}
@media (max-width: 479px) {
  .youtube-icon {
    font-size: 3.3rem;
  }
}
.bg-bru {
  background: #00346e url(../svg/bg-bru.svg) no-repeat -200px -500px;
  background-size: 1500px;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.ex-bnnr-expertos {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ex-bnnr-expertos img *,
.ex-bnnr-expertos svg * {
  fill: #ff5800 !important;
}
.ex-bnnr-expertos h3 {
  color: #ff5800;
  line-height: 1.2em;
  font-weight: 600;
}
.cn-cesta-switcher > li {
  margin-bottom: 10px;
}
.cn-cesta-switcher > li > a {
  text-transform: none !important;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
}
.cn-cesta-switcher > li > a:hover {
  color: #999;
  border-color: #999;
}
.cn-cesta-switcher > li > a:before {
  border-radius: 30px;
  background-color: white;
  height: 16px;
  width: 16px;
  content: "";
  margin-left: 0;
  margin-right: 8px;
  float: left;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
}
.cn-cesta-switcher > li.uk-active > a {
  background: #000 !important;
  color: white !important;
}
.cn-cesta-switcher > li.uk-active > a:before {
  border: 1px solid #ff5800;
  background-color: #ff5800;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.documentacion-list-ul {
  list-style-type: none;
}
.list-categoria > li span,
.list-documentacion > li span {
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}
.height-sm {
  max-height: 215px;
}
.bullet {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  background-color: #f7f7f7;
  line-height: 3.75rem;
  text-align: center;
}
.card-border {
  border-left: 2px solid #ff5800;
}
.card-border a {
  color: #444;
}
.dashboard-doc {
  line-height: 1.1em;
}
.precio_descuento_garantia {
  color: grey;
  text-decoration: line-through;
}
.especialistas-movil {
  position: absolute;
  top: 24px;
  right: 190px;
}
@media (max-width: 639px) {
  .especialistas-movil {
    top: 21px;
    right: 170px;
  }
}
@media (max-width: 479px) {
  .especialistas-movil {
    top: 12px;
    right: 144px;
  }
}
.bg-especialistas {
  background: #ff5800 url(../img/bg-especialistas.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 959px) {
  .juan-servicios {
    position: relative;
    left: -30px;
  }
  .juan-servicios img {
    width: 500px;
  }
}
.modal-video-somos-especialistas {
  background-color: #ff5800;
  color: white;
  width: 1000px;
}
.modal-video-somos-especialistas * {
  color: white;
}
.cat-home {
  max-height: 100px;
}
@media (max-width: 639px) {
  .cat-home {
    max-height: 80px;
  }
}
@media (max-width: 479px) {
  .cat-home {
    max-height: 60px;
  }
}
.opiniones {
  padding: 30px 0 10px 0;
}
.opiniones .uk-card {
  border: 2px solid #ff5800 !important;
}
.opiniones .uk-card .opinion {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2em;
}
.opiniones .uk-card .simbolo {
  top: -30px;
}
.ta-filter {
  width: 270px;
  font-size: 0.75rem;
}
.ta-filter .uk-list > * > ul,
.ta-filter .uk-list > :nth-child(n + 2) {
  margin-top: 0 !important;
}
.ta-filter h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.ta-filter .uk-list {
  margin: 0;
  max-height: 210px;
  overflow-y: auto;
}
.ta-filter .uk-list li {
  margin-top: 0 !important;
  position: relative;
}
.ta-filter .uk-list li ul {
  margin: 0;
  padding-left: 20px;
}
.ta-filter .uk-fieldset {
  max-height: 210px;
  overflow-y: auto;
}
.ta-filter .uk-fieldset label {
  display: block;
  font-size: 0.75rem;
  font-family: 'Poppins', sans-serif;
}
.ta-filter .uk-fieldset ul {
  margin: 0;
  padding-left: 20px;
}
.ta-filter .uk-fieldset ul li {
  margin-top: 0 !important;
}
.ta-filter .uk-fieldset ul.uk-list li {
  margin-top: 0 !important;
}
.ta-filter label {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 1px;
  position: relative;
}
.ta-filter .btn-desplegable-grupo {
  color: #ff5800;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  right: 0;
  top: 0;
}
.ta-filter .btn-desplegable-grupo.small {
  height: 30px;
  line-height: 30px;
}
.ta-filter .btn-desplegable-grupo.small span:after {
  top: 2px;
}
.ta-filter .btn-desplegable-grupo:hover {
  text-decoration: none;
}
.ta-filter .btn-desplegable-grupo span:after {
  content: ">";
  font: 20px "Consolas", monospace;
  color: #a5a5a5;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 2px;
  top: -1px;
  padding: 0 0 0px;
  position: absolute;
  pointer-events: none;
}
.eco {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
}
@media (max-width: 639px) {
  .eco {
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.eco .text-green {
  color: #63965d !important;
}
@media (min-width: 960px) {
  .eco .width-xlarge {
    width: 500px;
  }
}
.eco a.text-green {
  color: #63965d;
  text-decoration: underline;
  font-weight: 700;
}
.eco a.text-green:hover {
  color: #7db077;
}
.eco-background {
  background: url(../img/eco-bnnr-footer.jpg) no-repeat center center;
  background-size: cover;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
}
@media (max-width: 479px) {
  .eco-background {
    background-position: calc(50% - -20px) center;
  }
}
@media (min-width: 960px) {
  .eco-background .uk-heading-small {
    font-size: 3rem;
  }
}
.eco-bnnrs-cat {
  color: white;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 700;
}
.eco-bnnrs-cat .uk-panel:hover .title-cat {
  transition: all ease 0.4s;
}
@media (max-width: 1499px) {
  .eco-bnnrs-cat {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}
@media (max-width: 1199px) {
  .eco-bnnrs-cat {
    font-size: 1.1rem;
    line-height: 1.2em;
  }
}
@media (max-width: 959px) {
  .eco-bnnrs-cat {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}
@media (max-width: 639px) {
  .eco-bnnrs-cat {
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media (max-width: 479px) {
  .eco-bnnrs-cat .uk-position-medium {
    margin: 15px;
  }
}
@media (max-width: 400px) {
  .eco-bnnrs-cat {
    font-size: 0.9rem;
    line-height: 1.2em;
  }
  .eco-bnnrs-cat .uk-position-medium {
    margin: 10px;
  }
}
.info-consejos {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eco-consejos h2 {
  line-height: 1.2em;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-bnnr-expert {
  background: #aec7ab url(../img/eco-bg-map.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 80px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2em;
  color: #ffffff !important;
}
.info-bnnr-expert * {
  color: #ffffff !important;
}
@media (max-width: 1599px) {
  .info-bnnr-expert {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .info-bnnr-expert {
    font-size: 1rem;
  }
}
@media (max-width: 959px) {
  .info-bnnr-expert {
    padding: 50px 40px;
    padding-bottom: 200px;
  }
  .info-bnnr-expert img {
    width: 250px;
  }
}
@media (max-width: 639px) {
  .info-bnnr-expert {
    padding: 50px 20px;
    padding-bottom: 170px;
  }
  .info-bnnr-expert img {
    width: 220px;
  }
}
.nuestro-circulo {
  position: absolute;
  left: 130px;
  top: 50px;
}
@media (max-width: 1599px) {
  .nuestro-circulo {
    left: 90px;
    top: 60px;
  }
}
@media (max-width: 1199px) {
  .nuestro-circulo {
    left: 40px;
    top: 80px;
  }
}
.nuestro-circulo img {
  width: 370px;
}
@media (max-width: 1599px) {
  .nuestro-circulo img {
    width: 340px;
  }
}
@media (max-width: 1199px) {
  .nuestro-circulo img {
    width: 310px;
  }
}
.eco-camino {
  margin-bottom: 300px;
  background: url(../svg/icon-reciclaje.svg) no-repeat center center;
  background-size: 70%;
}
@media (max-width: 1599px) {
  .eco-camino {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .eco-camino {
    font-size: 0.9rem;
  }
}
.eco-camino h2 {
  line-height: 1em;
}
@media (max-width: 1599px) {
  .eco-camino h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .eco-camino h2 {
    font-size: 1.4rem;
  }
}
.eco-camino .ruta {
  margin-left: 70px;
}
.eco-camino .ruta img,
.eco-camino .ruta svg {
  width: 760px;
}
@media (max-width: 1599px) {
  .eco-camino .ruta img,
  .eco-camino .ruta svg {
    width: 650px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .ruta img,
  .eco-camino .ruta svg {
    width: 520px;
  }
}
.eco-camino .step-01 {
  position: absolute;
  left: 45%;
  top: 7%;
}
@media (max-width: 1599px) {
  .eco-camino .step-01 {
    left: 44%;
    top: 7%;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-01 {
    left: 45%;
    top: 7%;
  }
}
.eco-camino .step-01 img {
  width: 480px;
}
@media (max-width: 1599px) {
  .eco-camino .step-01 img {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-01 img {
    width: 280px;
  }
}
.eco-camino .step-01 .info {
  position: absolute;
  top: 6%;
  left: 95%;
  width: 280px;
}
@media (max-width: 1599px) {
  .eco-camino .step-01 .info {
    top: 6%;
    left: 99%;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-01 .info {
    top: 6%;
    left: 100%;
    font-size: 0.9rem;
    width: 200px;
  }
}
.eco-camino .step-02 {
  position: absolute;
  left: 4%;
  top: 24%;
}
@media (max-width: 1599px) {
  .eco-camino .step-02 {
    left: 8%;
    top: 26%;
  }
}
.eco-camino .step-02 img {
  width: 383px;
}
@media (max-width: 1599px) {
  .eco-camino .step-02 img {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-02 img {
    width: 240px;
  }
}
.eco-camino .step-02 .info {
  position: absolute;
  top: 36%;
  left: 106%;
  width: 280px;
}
@media (max-width: 1599px) {
  .eco-camino .step-02 .info {
    top: 23%;
    left: 105%;
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-02 .info {
    top: 13%;
    left: 105%;
    width: 195px;
  }
}
.eco-camino .step-03 {
  position: absolute;
  left: 49%;
  top: 52%;
}
@media (max-width: 1599px) {
  .eco-camino .step-03 {
    left: 51%;
    top: 52%;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-03 {
    left: 55%;
    top: 52%;
  }
}
.eco-camino .step-03 img {
  width: 365px;
}
@media (max-width: 1599px) {
  .eco-camino .step-03 img {
    width: 275px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-03 img {
    width: 220px;
  }
}
.eco-camino .step-03 .info {
  position: absolute;
  top: 10%;
  left: 110%;
  width: 280px;
}
@media (max-width: 1599px) {
  .eco-camino .step-03 .info {
    top: 5%;
    left: 108%;
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-03 .info {
    top: -4%;
    left: 108%;
    width: 160px;
  }
}
.eco-camino .step-04 {
  position: absolute;
  left: 7%;
  top: 78%;
}
.eco-camino .step-04 img {
  width: 383px;
}
@media (max-width: 1599px) {
  .eco-camino .step-04 img {
    width: 283px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-04 img {
    width: 243px;
  }
}
.eco-camino .step-04 .info {
  position: absolute;
  top: 25%;
  left: 110%;
  width: 280px;
}
.eco-camino .step-05 {
  position: absolute;
  right: 3%;
  top: 80%;
}
@media (max-width: 1599px) {
  .eco-camino .step-05 {
    top: 81%;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-05 {
    top: 85%;
  }
}
.eco-camino .step-05 img {
  width: 300px;
}
@media (max-width: 1599px) {
  .eco-camino .step-05 img {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .eco-camino .step-05 img {
    width: 250px;
  }
}
.eco-camino .step-05 .info {
  position: absolute;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  top: 81%;
  right: 40%;
  width: 450px;
}
.eco-camino .step-05 .info .label {
  padding: 15px;
  background-color: #ff5800;
  color: white;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
}
@media (max-width: 1599px) {
  .eco-camino .step-05 .info .label {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.eco-camino .step-05 .info h2 {
  margin: 10px 0;
  color: #3b5d37;
  font-weight: 700;
  font-size: 2.3em;
}
@media (max-width: 1599px) {
  .eco-camino .step-05 .info h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 1599px) {
  .eco-camino .step-05 .info {
    font-size: 1.1rem;
    width: 420px;
  }
}
.nuestro-circulo-small {
  text-align: center;
}
@media (max-width: 959px) {
  .nuestro-circulo-small {
    top: 230px;
  }
}
@media (max-width: 479px) {
  .nuestro-circulo-small {
    top: 250px;
  }
}
.nuestro-circulo-small img {
  width: 220px;
}
@media (max-width: 959px) {
  .nuestro-circulo-small img {
    width: 290px;
  }
}
@media (max-width: 639px) {
  .nuestro-circulo-small img {
    width: 250px;
  }
}
.ruta-small {
  margin-top: 150px;
  font-size: 0.9rem;
}
.ruta-small h2 {
  font-size: 1.3rem;
}
.ruta-small .step-01 img {
  width: 180px;
}
.ruta-small .info-01 {
  width: 200px;
}
.ruta-small .line {
  position: relative;
}
.ruta-small .line:before {
  content: "";
  position: absolute;
  border-left: 3px dotted #ff5800;
  left: 50px;
  top: 50px;
  bottom: 50px;
}
@media (max-width: 959px) {
  .ruta-small .line:before {
    left: 70px;
  }
}
@media (max-width: 639px) {
  .ruta-small .line:before {
    left: 50px;
  }
}
@media (max-width: 479px) {
  .ruta-small .line:before {
    left: 30px;
  }
}
.step-final .info {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 400;
}
.step-final .info .label {
  background-color: #ff5800;
  color: white;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 12px;
}
.step-final .info h2 {
  margin: 10px 0;
  color: #3b5d37;
  font-weight: 700;
  font-size: 1.5em;
}
.grid-step img {
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .grid-step img {
    width: 250px;
  }
}
@media (max-width: 639px) {
  .grid-step img {
    width: 230px;
  }
}
@media (max-width: 479px) {
  .grid-step img {
    width: 160px;
  }
}
