@charset "UTF-8";
.vsf-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.vsf-nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.vsf-nav-link:hover, .vsf-nav-link:focus {
  text-decoration: none; }

.vsf-nav-link.disabled {
  color: #6c757d; }

.vsf-nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.vsf-nav-tabs .vsf-nav-item {
  margin-bottom: -1px; }

.vsf-nav-tabs .vsf-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.vsf-nav-tabs .vsf-nav-link:hover, .vsf-nav-tabs .vsf-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.vsf-nav-tabs .vsf-nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.vsf-nav-tabs .vsf-nav-link.active,
.vsf-nav-tabs .vsf-nav-item.show .vsf-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.vsf-nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.vsf-nav-pills .vsf-nav-link {
  border-radius: 0.25rem; }

.vsf-nav-pills .vsf-nav-link.active,
.vsf-nav-pills .show > .vsf-nav-link {
  color: #fff;
  background-color: #007bff; }

.vsf-nav-fill .vsf-nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.vsf-nav-justified .vsf-nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.vsf-tab-content > .vsf-tab-pane {
  display: none; }

.vsf-tab-content > .active {
  display: block; }

.vsf-navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.vsf-navbar > .container,
.vsf-navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.vsf-navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.vsf-navbar-brand:hover, .vsf-navbar-brand:focus {
  text-decoration: none; }

.vsf-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.vsf-navbar-nav .vsf-nav-link {
  padding-right: 0;
  padding-left: 0; }

.vsf-navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.vsf-navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.vsf-navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.vsf-navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.vsf-navbar-toggler:hover, .vsf-navbar-toggler:focus {
  text-decoration: none; }

.vsf-navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.vsf-navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .vsf-navbar-expand-sm > .container,
  .vsf-navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .vsf-navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .vsf-navbar-expand-sm .vsf-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .vsf-navbar-expand-sm .vsf-navbar-nav .dropdown-menu {
    position: absolute; }
  .vsf-navbar-expand-sm .vsf-navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .vsf-navbar-expand-sm .vsf-navbar-nav .vsf-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .vsf-navbar-expand-sm > .container,
  .vsf-navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .vsf-navbar-expand-sm .vsf-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .vsf-navbar-expand-sm .vsf-navbar-toggler {
    display: none; }
  .vsf-navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 767.98px) {
  .vsf-navbar-expand-md > .container,
  .vsf-navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .vsf-navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .vsf-navbar-expand-md .vsf-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .vsf-navbar-expand-md .vsf-navbar-nav .dropdown-menu {
    position: absolute; }
  .vsf-navbar-expand-md .vsf-navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .vsf-navbar-expand-md .vsf-navbar-nav .vsf-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .vsf-navbar-expand-md > .container,
  .vsf-navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .vsf-navbar-expand-md .vsf-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .vsf-navbar-expand-md .vsf-navbar-toggler {
    display: none; }
  .vsf-navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 991.98px) {
  .vsf-navbar-expand-lg > .container,
  .vsf-navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .vsf-navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .vsf-navbar-expand-lg .vsf-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .vsf-navbar-expand-lg .vsf-navbar-nav .dropdown-menu {
    position: absolute; }
  .vsf-navbar-expand-lg .vsf-navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .vsf-navbar-expand-lg .vsf-navbar-nav .vsf-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .vsf-navbar-expand-lg > .container,
  .vsf-navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .vsf-navbar-expand-lg .vsf-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .vsf-navbar-expand-lg .vsf-navbar-toggler {
    display: none; }
  .vsf-navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 1199.98px) {
  .vsf-navbar-expand-xl > .container,
  .vsf-navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .vsf-navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .vsf-navbar-expand-xl .vsf-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .vsf-navbar-expand-xl .vsf-navbar-nav .dropdown-menu {
    position: absolute; }
  .vsf-navbar-expand-xl .vsf-navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .vsf-navbar-expand-xl .vsf-navbar-nav .vsf-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .vsf-navbar-expand-xl > .container,
  .vsf-navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .vsf-navbar-expand-xl .vsf-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .vsf-navbar-expand-xl .vsf-navbar-toggler {
    display: none; }
  .vsf-navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

.vsf-navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vsf-navbar-expand > .container,
.vsf-navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.vsf-navbar-expand .vsf-navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.vsf-navbar-expand .vsf-navbar-nav .dropdown-menu {
  position: absolute; }

.vsf-navbar-expand .vsf-navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }

.vsf-navbar-expand .vsf-navbar-nav .vsf-nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.vsf-navbar-expand > .container,
.vsf-navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.vsf-navbar-expand .vsf-navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.vsf-navbar-expand .vsf-navbar-toggler {
  display: none; }

.vsf-navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%; }

.vsf-navbar-light .vsf-navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.vsf-navbar-light .vsf-navbar-brand:hover, .vsf-navbar-light .vsf-navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.vsf-navbar-light .vsf-navbar-nav .vsf-nav-link {
  color: rgba(0, 0, 0, 0.5); }

.vsf-navbar-light .vsf-navbar-nav .vsf-nav-link:hover, .vsf-navbar-light .vsf-navbar-nav .vsf-nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.vsf-navbar-light .vsf-navbar-nav .vsf-nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.vsf-navbar-light .vsf-navbar-nav .show > .vsf-nav-link,
.vsf-navbar-light .vsf-navbar-nav .active > .vsf-nav-link,
.vsf-navbar-light .vsf-navbar-nav .vsf-nav-link.show,
.vsf-navbar-light .vsf-navbar-nav .vsf-nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.vsf-navbar-light .vsf-navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.vsf-navbar-light .vsf-navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.vsf-navbar-light .vsf-navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.vsf-navbar-light .vsf-navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.vsf-navbar-light .vsf-navbar-text a:hover, .vsf-navbar-light .vsf-navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.vsf-navbar-dark .vsf-navbar-brand {
  color: #fff; }

.vsf-navbar-dark .vsf-navbar-brand:hover, .vsf-navbar-dark .vsf-navbar-brand:focus {
  color: #fff; }

.vsf-navbar-dark .vsf-navbar-nav .vsf-nav-link {
  color: rgba(255, 255, 255, 0.5); }

.vsf-navbar-dark .vsf-navbar-nav .vsf-nav-link:hover, .vsf-navbar-dark .vsf-navbar-nav .vsf-nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.vsf-navbar-dark .vsf-navbar-nav .vsf-nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.vsf-navbar-dark .vsf-navbar-nav .show > .vsf-nav-link,
.vsf-navbar-dark .vsf-navbar-nav .active > .vsf-nav-link,
.vsf-navbar-dark .vsf-navbar-nav .vsf-nav-link.show,
.vsf-navbar-dark .vsf-navbar-nav .vsf-nav-link.active {
  color: #fff; }

.vsf-navbar-dark .vsf-navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.vsf-navbar-dark .vsf-navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.vsf-navbar-dark .vsf-navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.vsf-navbar-dark .vsf-navbar-text a {
  color: #fff; }

.vsf-navbar-dark .vsf-navbar-text a:hover, .vsf-navbar-dark .vsf-navbar-text a:focus {
  color: #fff; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.show {
  opacity: 1; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -o-transition-duration: .65s;
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -o-transition-delay: .65s;
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -o-transition-duration: .75s;
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -o-transition-duration: .85s;
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -o-transition-duration: .95s;
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -o-transition-delay: .95s;
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  -webkit-transform: translate3d(-660px, 0, 0);
  transform: translate3d(-660px, 0, 0); }

[data-aos=fade-left] {
  -webkit-transform: translate3d(660px, 0, 0);
  transform: translate3d(660px, 0, 0); }

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.decolines {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none; }
  @media only screen and (min-width: 1248px) {
    .decolines {
      opacity: 1; } }
  .decolines.js-hide-decolines {
    opacity: 0; }

.decolines--fixed {
  visibility: hidden;
  display: none;
  opacity: 0;
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999; }
  @media only screen and (min-width: 1248px) {
    .decolines--fixed {
      opacity: 1; } }
  .decolines--fixed.js-hide-decolines {
    opacity: 0; }
  .decolines--fixed.is-hidden {
    position: absolute;
    left: -10000px;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden; }

.decoline {
  width: 1px !important;
  position: absolute;
  color: rgba(153, 153, 153, 0.4);
  background: rgba(153, 153, 153, 0.4) !important; }

body.active .decoline {
  opacity: 0 !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@-webkit-keyframes height-text {
  0% {
    max-height: 0; }
  100% {
    max-height: 100%; } }

@keyframes height-text {
  0% {
    max-height: 0; }
  100% {
    max-height: 100%; } }

@-webkit-keyframes text-to-top {
  0% {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes text-to-top {
  0% {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*Efecto de botar el carrito de compra en ficha producto cuando añade producto*/
@-webkit-keyframes rebote {
  20%, 50%, 70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes rebote {
  20%, 50%, 70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes show-item-nav {
  from {
    opacity: 0;
    -webkit-transform: translateY(66%);
    transform: translateY(66%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes show-item-nav {
  from {
    opacity: 0;
    -webkit-transform: translateY(66%);
    transform: translateY(66%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes vibra {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  1.78571% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  3.57143% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  5.35714% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  7.14286% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  8.92857% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  10.71429% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes vibra {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  1.78571% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  3.57143% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  5.35714% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  7.14286% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  8.92857% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  10.71429% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes back_fading {
  0% {
    background-color: #F7CF20; }
  50% {
    background-color: #e4c3a6; }
  100% {
    background-color: #F7CF20; } }

@keyframes back_fading {
  0% {
    background-color: #F7CF20; }
  50% {
    background-color: #e4c3a6; }
  100% {
    background-color: #F7CF20; } }

@-webkit-keyframes mover-caja {
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }

@keyframes mover-caja {
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.vsf-text-right {
  text-align: right; }

.vsf-text-center {
  text-align: center; }

.vsf-text-decoration-none {
  text-decoration: none; }

.div-p-bis {
  margin: 50px 0; }
  .div-p-bis .p-bis {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    margin-bottom: 20px; }
    .div-p-bis .p-bis:first-letter {
      text-transform: uppercase; }

.vsf-relative {
  position: relative; }

.vsf-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .vsf-container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .vsf-container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .vsf-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .vsf-container {
    max-width: 1140px; } }

.vsf-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.vsf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.vsf-no-gutters {
  margin-right: 0;
  margin-left: 0; }

.vsf-no-gutters > .vsf-col,
.vsf-no-gutters > [class*="vsf-col-"] {
  padding-right: 0;
  padding-left: 0; }

.vsf-col-1, .vsf-col-2, .vsf-col-3, .vsf-col-4, .vsf-col-5, .vsf-col-6, .vsf-col-7, .vsf-col-8, .vsf-col-9, .vsf-col-10, .vsf-col-11, .vsf-col-12, .vsf-col,
.vsf-col-auto, .vsf-col-sm-1, .vsf-col-sm-2, .vsf-col-sm-3, .vsf-col-sm-4, .vsf-col-sm-5, .vsf-col-sm-6, .vsf-col-sm-7, .vsf-col-sm-8, .vsf-col-sm-9, .vsf-col-sm-10, .vsf-col-sm-11, .vsf-col-sm-12, .vsf-col-sm,
.vsf-col-sm-auto, .vsf-col-md-1, .vsf-col-md-2, .vsf-col-md-3, .vsf-col-md-4, .vsf-col-md-5, .vsf-col-md-6, .vsf-col-md-7, .vsf-col-md-8, .vsf-col-md-9, .vsf-col-md-10, .vsf-col-md-11, .vsf-col-md-12, .vsf-col-md,
.vsf-col-md-auto, .vsf-col-lg-1, .vsf-col-lg-2, .vsf-col-lg-3, .vsf-col-lg-4, .vsf-col-lg-5, .vsf-col-lg-6, .vsf-col-lg-7, .vsf-col-lg-8, .vsf-col-lg-9, .vsf-col-lg-10, .vsf-col-lg-11, .vsf-col-lg-12, .vsf-col-lg,
.vsf-col-lg-auto, .vsf-col-xl-1, .vsf-col-xl-2, .vsf-col-xl-3, .vsf-col-xl-4, .vsf-col-xl-5, .vsf-col-xl-6, .vsf-col-xl-7, .vsf-col-xl-8, .vsf-col-xl-9, .vsf-col-xl-10, .vsf-col-xl-11, .vsf-col-xl-12, .vsf-col-xl,
.vsf-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.vsf-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.vsf-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.vsf-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.vsf-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.vsf-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.vsf-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.vsf-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.vsf-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.vsf-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.vsf-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.vsf-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.vsf-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.vsf-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.vsf-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.vsf-order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.vsf-order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.vsf-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.vsf-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.vsf-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.vsf-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.vsf-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.vsf-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.vsf-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.vsf-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.vsf-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.vsf-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.vsf-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.vsf-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.vsf-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.vsf-offset-1 {
  margin-left: 8.333333%; }

.vsf-offset-2 {
  margin-left: 16.666667%; }

.vsf-offset-3 {
  margin-left: 25%; }

.vsf-offset-4 {
  margin-left: 33.333333%; }

.vsf-offset-5 {
  margin-left: 41.666667%; }

.vsf-offset-6 {
  margin-left: 50%; }

.vsf-offset-7 {
  margin-left: 58.333333%; }

.vsf-offset-8 {
  margin-left: 66.666667%; }

.vsf-offset-9 {
  margin-left: 75%; }

.vsf-offset-10 {
  margin-left: 83.333333%; }

.vsf-offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .vsf-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .vsf-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .vsf-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .vsf-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .vsf-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .vsf-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .vsf-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .vsf-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .vsf-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .vsf-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .vsf-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .vsf-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .vsf-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .vsf-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .vsf-order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .vsf-order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .vsf-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .vsf-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .vsf-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .vsf-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .vsf-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .vsf-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .vsf-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .vsf-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .vsf-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .vsf-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .vsf-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .vsf-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .vsf-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .vsf-offset-sm-0 {
    margin-left: 0; }
  .vsf-offset-sm-1 {
    margin-left: 8.333333%; }
  .vsf-offset-sm-2 {
    margin-left: 16.666667%; }
  .vsf-offset-sm-3 {
    margin-left: 25%; }
  .vsf-offset-sm-4 {
    margin-left: 33.333333%; }
  .vsf-offset-sm-5 {
    margin-left: 41.666667%; }
  .vsf-offset-sm-6 {
    margin-left: 50%; }
  .vsf-offset-sm-7 {
    margin-left: 58.333333%; }
  .vsf-offset-sm-8 {
    margin-left: 66.666667%; }
  .vsf-offset-sm-9 {
    margin-left: 75%; }
  .vsf-offset-sm-10 {
    margin-left: 83.333333%; }
  .vsf-offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .vsf-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .vsf-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .vsf-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .vsf-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .vsf-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .vsf-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .vsf-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .vsf-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .vsf-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .vsf-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .vsf-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .vsf-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .vsf-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .vsf-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .vsf-order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .vsf-order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .vsf-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .vsf-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .vsf-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .vsf-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .vsf-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .vsf-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .vsf-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .vsf-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .vsf-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .vsf-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .vsf-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .vsf-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .vsf-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .vsf-offset-md-0 {
    margin-left: 0; }
  .vsf-offset-md-1 {
    margin-left: 8.333333%; }
  .vsf-offset-md-2 {
    margin-left: 16.666667%; }
  .vsf-offset-md-3 {
    margin-left: 25%; }
  .vsf-offset-md-4 {
    margin-left: 33.333333%; }
  .vsf-offset-md-5 {
    margin-left: 41.666667%; }
  .vsf-offset-md-6 {
    margin-left: 50%; }
  .vsf-offset-md-7 {
    margin-left: 58.333333%; }
  .vsf-offset-md-8 {
    margin-left: 66.666667%; }
  .vsf-offset-md-9 {
    margin-left: 75%; }
  .vsf-offset-md-10 {
    margin-left: 83.333333%; }
  .vsf-offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .vsf-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .vsf-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .vsf-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .vsf-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .vsf-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%; }
  .vsf-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .vsf-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .vsf-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .vsf-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .vsf-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .vsf-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .vsf-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .vsf-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .vsf-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .vsf-order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .vsf-order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .vsf-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .vsf-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .vsf-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .vsf-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .vsf-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .vsf-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .vsf-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .vsf-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .vsf-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .vsf-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .vsf-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .vsf-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .vsf-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .vsf-offset-lg-0 {
    margin-left: 0; }
  .vsf-offset-lg-1 {
    margin-left: 8.333333%; }
  .vsf-offset-lg-2 {
    margin-left: 16.666667%; }
  .vsf-offset-lg-3 {
    margin-left: 25%; }
  .vsf-offset-lg-4 {
    margin-left: 33.333333%; }
  .vsf-offset-lg-5 {
    margin-left: 41.666667%; }
  .vsf-offset-lg-6 {
    margin-left: 50%; }
  .vsf-offset-lg-7 {
    margin-left: 58.333333%; }
  .vsf-offset-lg-8 {
    margin-left: 66.666667%; }
  .vsf-offset-lg-9 {
    margin-left: 75%; }
  .vsf-offset-lg-10 {
    margin-left: 83.333333%; }
  .vsf-offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .vsf-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .vsf-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .vsf-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .vsf-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .vsf-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .vsf-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .vsf-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .vsf-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .vsf-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .vsf-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .vsf-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .vsf-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .vsf-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .vsf-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .vsf-order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .vsf-order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .vsf-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .vsf-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .vsf-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .vsf-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .vsf-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .vsf-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .vsf-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .vsf-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .vsf-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .vsf-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .vsf-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .vsf-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .vsf-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .vsf-offset-xl-0 {
    margin-left: 0; }
  .vsf-offset-xl-1 {
    margin-left: 8.333333%; }
  .vsf-offset-xl-2 {
    margin-left: 16.666667%; }
  .vsf-offset-xl-3 {
    margin-left: 25%; }
  .vsf-offset-xl-4 {
    margin-left: 33.333333%; }
  .vsf-offset-xl-5 {
    margin-left: 41.666667%; }
  .vsf-offset-xl-6 {
    margin-left: 50%; }
  .vsf-offset-xl-7 {
    margin-left: 58.333333%; }
  .vsf-offset-xl-8 {
    margin-left: 66.666667%; }
  .vsf-offset-xl-9 {
    margin-left: 75%; }
  .vsf-offset-xl-10 {
    margin-left: 83.333333%; }
  .vsf-offset-xl-11 {
    margin-left: 91.666667%; } }

.vsf-d-none {
  display: none !important; }

.vsf-d-inline {
  display: inline !important; }

.vsf-d-inline-block {
  display: inline-block !important; }

.vsf-d-block {
  display: block !important; }

.vsf-d-table {
  display: table !important; }

.vsf-d-table-row {
  display: table-row !important; }

.vsf-d-table-cell {
  display: table-cell !important; }

.vsf-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.vsf-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .vsf-d-sm-none {
    display: none !important; }
  .vsf-d-sm-inline {
    display: inline !important; }
  .vsf-d-sm-inline-block {
    display: inline-block !important; }
  .vsf-d-sm-block {
    display: block !important; }
  .vsf-d-sm-table {
    display: table !important; }
  .vsf-d-sm-table-row {
    display: table-row !important; }
  .vsf-d-sm-table-cell {
    display: table-cell !important; }
  .vsf-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vsf-d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .vsf-d-md-none {
    display: none !important; }
  .vsf-d-md-inline {
    display: inline !important; }
  .vsf-d-md-inline-block {
    display: inline-block !important; }
  .vsf-d-md-block {
    display: block !important; }
  .vsf-d-md-table {
    display: table !important; }
  .vsf-d-md-table-row {
    display: table-row !important; }
  .vsf-d-md-table-cell {
    display: table-cell !important; }
  .vsf-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vsf-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .vsf-d-lg-none {
    display: none !important; }
  .vsf-d-lg-inline {
    display: inline !important; }
  .vsf-d-lg-inline-block {
    display: inline-block !important; }
  .vsf-d-lg-block {
    display: block !important; }
  .vsf-d-lg-table {
    display: table !important; }
  .vsf-d-lg-table-row {
    display: table-row !important; }
  .vsf-d-lg-table-cell {
    display: table-cell !important; }
  .vsf-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vsf-d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .vsf-d-xl-none {
    display: none !important; }
  .vsf-d-xl-inline {
    display: inline !important; }
  .vsf-d-xl-inline-block {
    display: inline-block !important; }
  .vsf-d-xl-block {
    display: block !important; }
  .vsf-d-xl-table {
    display: table !important; }
  .vsf-d-xl-table-row {
    display: table-row !important; }
  .vsf-d-xl-table-cell {
    display: table-cell !important; }
  .vsf-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vsf-d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .vsf-d-print-none {
    display: none !important; }
  .vsf-d-print-inline {
    display: inline !important; }
  .vsf-d-print-inline-block {
    display: inline-block !important; }
  .vsf-d-print-block {
    display: block !important; }
  .vsf-d-print-table {
    display: table !important; }
  .vsf-d-print-table-row {
    display: table-row !important; }
  .vsf-d-print-table-cell {
    display: table-cell !important; }
  .vsf-d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vsf-d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.vsf-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.vsf-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.vsf-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.vsf-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.vsf-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.vsf-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.vsf-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.vsf-justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.vsf-justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.vsf-justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.vsf-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.vsf-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.vsf-justify-content-evenly {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-evenly !important; }

.vsf-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.vsf-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.vsf-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.vsf-align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.vsf-align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.vsf-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.vsf-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.vsf-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.vsf-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.vsf-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.vsf-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.vsf-align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.vsf-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.vsf-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.vsf-align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.vsf-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.vsf-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .vsf-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .vsf-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .vsf-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .vsf-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .vsf-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .vsf-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .vsf-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .vsf-justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .vsf-justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .vsf-justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .vsf-justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .vsf-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .vsf-align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .vsf-align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .vsf-align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .vsf-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .vsf-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .vsf-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .vsf-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .vsf-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .vsf-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .vsf-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .vsf-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .vsf-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .vsf-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .vsf-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .vsf-align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .vsf-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .vsf-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .vsf-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .vsf-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .vsf-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .vsf-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .vsf-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .vsf-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .vsf-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .vsf-justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .vsf-justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .vsf-justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .vsf-justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .vsf-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .vsf-align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .vsf-align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .vsf-align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .vsf-align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .vsf-align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .vsf-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .vsf-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .vsf-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .vsf-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .vsf-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .vsf-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .vsf-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .vsf-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .vsf-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .vsf-align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .vsf-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .vsf-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .vsf-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .vsf-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .vsf-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .vsf-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .vsf-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .vsf-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .vsf-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .vsf-justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .vsf-justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .vsf-justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .vsf-justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .vsf-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .vsf-align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .vsf-align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .vsf-align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .vsf-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .vsf-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .vsf-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .vsf-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .vsf-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .vsf-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .vsf-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .vsf-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .vsf-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .vsf-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .vsf-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .vsf-align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .vsf-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .vsf-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .vsf-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .vsf-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .vsf-flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .vsf-flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .vsf-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .vsf-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .vsf-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .vsf-justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .vsf-justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .vsf-justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .vsf-justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .vsf-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .vsf-align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .vsf-align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .vsf-align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .vsf-align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .vsf-align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .vsf-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .vsf-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .vsf-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .vsf-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .vsf-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .vsf-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .vsf-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .vsf-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .vsf-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .vsf-align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .vsf-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .vsf-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
.vsf-grid {
  display: -ms-grid;
  display: grid; }

.vsf-pb-0 {
  margin-bottom: 0 !important; }

.vsf-pb-1 {
  margin-bottom: 1rem !important; }

.vsf-pb-2 {
  margin-bottom: 2rem !important; }

.vsf-pb-3 {
  margin-bottom: 3rem !important; }

.vsf-pt-0 {
  margin-top: 0rem !important; }

.vsf-pt-1 {
  margin-top: 1rem !important; }

.vsf-pt-2 {
  margin-top: 2rem !important; }

.vsf-pt-3 {
  margin-top: 3rem !important; }

.vsf-pl-0 {
  margin-left: 0 !important; }

.vsf-pl-1 {
  margin-left: 1rem !important; }

.vsf-pr-0 {
  margin-right: 0 !important; }

.vsf-pr-1 {
  margin-right: 1rem !important; }

.vsf-mb-0 {
  margin-bottom: 0 !important; }

.vsf-mb-1 {
  margin-bottom: 1rem !important; }

.vsf-mb-2 {
  margin-bottom: 2rem !important; }

.vsf-mb-3 {
  margin-bottom: 3rem !important; }

.vsf-mt-0 {
  margin-top: 0rem !important; }

.vsf-mt-1 {
  margin-top: 1rem !important; }

.vsf-mt-2 {
  margin-top: 2rem !important; }

.vsf-mt-3 {
  margin-top: 3rem !important; }

.vsf-ml-0 {
  margin-left: 0 !important; }

.vsf-ml-1 {
  margin-left: 1rem !important; }

.vsf-mr-0 {
  margin-right: 0 !important; }

.vsf-mr-1 {
  margin-right: 1rem !important; }

[data-columns] {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  margin: 0 0 1rem 0; }

[data-columns="2"] {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

[daa-columns="3"] {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

[data-columns="4"] {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.nav-down #page {
  padding-top: 0; }

.b2c.nav-down #page {
  padding-top: 0; }

#page {
  overflow: hidden; }

/**Ocultar elementos**/
#menu_movil {
  visibility: hidden;
  display: none; }

/**Cabecera**/
#header.site-header, .c-maintenance #header.site-header {
  width: 100%;
  height: 4.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 0 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #header.site-header .search,
  #header.site-header .cart_container,
  #header.site-header .top_bar {
    margin-left: 7%;
    margin-right: 7%; }
    @media only screen and (min-width: 768px) {
      #header.site-header .search,
      #header.site-header .cart_container,
      #header.site-header .top_bar {
        margin-left: 0;
        margin-right: 3rem; } }
    @media only screen and (min-width: 1248px) {
      #header.site-header .search,
      #header.site-header .cart_container,
      #header.site-header .top_bar {
        margin-left: 2rem;
        margin-right: 0; } }
  #header.site-header .search {
    width: 22px;
    min-width: 22px;
    height: 22px;
    position: relative;
    display: block; }
    #header.site-header .search a {
      width: 100%;
      height: 100%;
      display: block; }
      #header.site-header .search a img {
        max-width: 100%;
        height: auto;
        display: block; }
    #header.site-header .search:focus {
      outline: 1px dotted #cd202c; }
  
  #header.site-header .cart_container {
    width: 22px;
    min-width: 22px;
    height: 22px;
    position: relative; }
    #header.site-header .cart_container a {
      width: 100%;
      height: 100%;
      display: block; }
      #header.site-header .cart_container a img {
        max-width: 100%;
        height: auto;
        display: block; }
      #header.site-header .cart_container a span {
        width: 23px;
        height: 23px;
        position: absolute;
        top: calc(100% - 9px);
        right: -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        font-size: 0.7rem;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #cd202c;
        background-color: #cd202c; }
      #header.site-header .cart_container a:focus {
        outline: 1px dotted #cd202c; }
  
  #header.site-header .top_bar {
    width: auto; }
    #header.site-header .top_bar .user_container a:not(.close-reveal-modal) {
      width: 100%;
      height: 100%;
      display: block; }
      #header.site-header .top_bar .user_container a:not(.close-reveal-modal) span {
        display: inline-block;
        vertical-align: middle; }
      #header.site-header .top_bar .user_container a:not(.close-reveal-modal) img {
        width: 22px;
        max-width: 100%;
        height: 22px;
        display: block; }
      #header.site-header .top_bar .user_container a:not(.close-reveal-modal):focus {
        outline: 1px dotted #cd202c; }
    #header.site-header .top_bar .user_container .content {
      padding: 0.625rem; }
      #header.site-header .top_bar .user_container .content ul li {
        overflow: visible;
        margin-bottom: 0.5rem; }
        #header.site-header .top_bar .user_container .content ul li a {
          font-size: 0.938rem; }
  #header.site-header.bg-white {
    background: #fff; }
    @media only screen and (min-width: 1248px) {
      #header.site-header.bg-white {
        background: #fff; } }
  #header.site-header .header__main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.site-header:hover, .c-maintenance #header.site-header:hover {
  background-color: #fff; }

#header.site-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  height: 3rem;
  background-color: #fff; }

/**cabecera izquierda**/
.site-header__left {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .site-header__left {
      width: 98px; } }
  .site-header__left .logo {
    width: 100%; }
  .site-header__left-btn {
    visibility: hidden;
    display: none; }
    .site-header__left-btn::after {
      content: '+';
      margin-left: 0.25rem; }
  @media only screen and (min-width: 1248px) {
    .site-header__left {
      width: 110px; }
      .site-header__left .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .site-header__left-btn {
        vertical-align: middle;
        margin-left: 1rem;
        padding: 0;
        font-family: "Roboto", sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0.063rem;
        color: #000;
        background-color: transparent; }
        .site-header__left-btn:hover {
          color: inherit;
          background-color: inherit;
          font-weight: 600; }
        .site-header__left-btn:focus {
          outline: 1px dotted #000;
          color: inherit;
          background-color: inherit; } }

.menu-content {
  visibility: hidden;
  display: none;
  padding: 1.5rem 0 1.5rem 0.5rem; }
  @media only screen and (min-width: 992px) {
    .menu-content {
      visibility: visible;
      display: block; } }
  .menu-content .c-header-menu__item.icon-menu-bars {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-content .c-header-menu__item.icon-menu-bars:hover, .menu-content .c-header-menu__item.icon-menu-bars:focus {
      background-color: transparent;
      color: black; }
    .menu-content .c-header-menu__item.icon-menu-bars img {
      width: 30px;
      height: auto; }

.site-header.sticky .site-header__left .logo, .c-maintenance .sticky#header.site-header .site-header__left .logo {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.site-header__left .logo a {
  width: 100%;
  display: block; }

.site-header__left .logo img {
  max-width: 80%;
  height: auto;
  max-height: 100%;
  display: block; }

/**cabecera centro**/
.site-header__center {
  width: calc(100% - 110px);
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .site-header__center {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media only screen and (min-width: 1248px) {
    .site-header__center {
      width: 150px; } }

/**cabecera derecha**/
.site-header__right {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 1248px) {
    .site-header__right {
      visibility: hidden;
      display: none; } }

/*buscador*/
#search_box {
  width: 0;
  height: 100%;
  position: absolute;
  right: 154px;
  top: 0;
  padding: 10px 20px;
  /*background-color: #f6f6f6;*/
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  pointer-events: none; }
  @media only screen and (min-width: 1248px) {
    #search_box {
      width: 100%;
      height: auto;
      position: fixed;
      top: 0;
      right: 0;
      -webkit-transform: translateY(-4.5rem);
      -ms-transform: translateY(-4.5rem);
      transform: translateY(-4.5rem);
      -webkit-transition: -webkit-transform 500ms ease;
      transition: -webkit-transform 500ms ease;
      -o-transition: transform 500ms ease;
      transition: transform 500ms ease;
      transition: transform 500ms ease, -webkit-transform 500ms ease; } }

#search_box.visible {
  width: calc(100% - 140px);
  min-height: 35px;
  right: 140px;
  visibility: visible;
  opacity: 1;
  padding-left: 0;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1; }
  @media only screen and (min-width: 1248px) {
    #search_box.visible {
      width: 100%;
      min-height: 4.5rem;
      right: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

#search_box .bicicletas.top,
#search_box .equipamiento {
  width: calc(100% - 170px);
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#search_box .bicicletas.top input[type="text"],
#search_box .bicicletas.top input[type="password"],
#search_box .bicicletas.top input[type="email"],
#search_box .equipamiento input[type="text"],
#search_box .equipamiento input[type="password"],
#search_box .equipamiento input[type="email"] {
  width: calc(100% - 30px);
  height: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #D8D3D7;
  -webkit-box-shadow: none;
  box-shadow: none; }

#search_box .bicicletas.top button,
#search_box .equipamiento button {
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.2rem;
  padding: 0;
  background-color: transparent;
  font-size: 1.4rem;
  color: #000; }

#search_box .bicicletas.top button .fa-times,
#search_box .equipamiento button .fa-times {
  font-size: inherit;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#search_box .bicicletas.top button:hover,
#search_box .equipamiento button:hover {
  opacity: .8; }

#search_box .switcher {
  width: 154px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #eee;
  text-align: right; }

#search_box .switcher .switch {
  margin-bottom: 0.2rem;
  cursor: pointer; }

#search_box .switcher .switch:last-child {
  margin-bottom: 0; }

#search_box .switcher .switch.active {
  font-weight: 600; }

#search_box .switcher .switch.active::before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  padding-right: 0.15rem; }

/*carrito*/
.site-header .user_container, .c-maintenance #header.site-header .user_container {
  position: relative; }

/*dropdown de usuario se convierte en estilo modal*/
.bgDark {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.bgDark.visible {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 99999; }
  .bgDark.visible .close-bgDark {
    visibility: hidden;
    display: none; }

.close-bgDark {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .close-bgDark:hover {
    background-color: transparent;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  .close-bgDark:focus {
    outline: 1px solid 1px dotted #cd202c;
    background-color: transparent; }

/**cabecera fondo transparente**/
#header.site-header.transparent {
  background-color: transparent; }

#header.site-header.sticky.transparent {
  background-color: #fff; }

#header.site-header.transparent .btn-nav {
  color: #fff; }

#header.site-header.sticky.transparent .btn-nav {
  color: #000; }

#header.site-header.transparent .btn-nav .fa-times {
  color: #000; }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent {
    height: 100px;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: -webkit-linear-gradient(#000, transparent);
    background: -o-linear-gradient(#000, transparent);
    background: linear-gradient(#000, transparent);
    padding-left: 0;
    -webkit-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent .c-header-menu {
    height: 100px; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent .site-header__left .logo {
    height: 68px;
    width: auto; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent .c-header-menu__item {
    font-size: 15px;
    font-weight: 100;
    color: #fff; } }

.main-home.b2c #header.site-header.v-transparent .c-header-menu__item.casual {
  font-weight: bold;
  letter-spacing: 2px; }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent .site-header__center svg {
    fill: #fff; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent:hover {
    background: #fff;
    -webkit-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    color: #000; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent:hover .c-header-menu__item {
    color: #000;
    font-weight: 100; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent:hover .c-header-menu__item span {
    font-weight: 300; } }

.main-home.b2c #header.site-header.v-transparent:hover .c-header-menu__item.casual {
  font-weight: 500; }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent:hover .site-header__center svg {
    fill: #000; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent + .nav, .main-home.b2c .c-maintenance #header.v-transparent.site-header + .nav {
    top: 100px; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent.bg-white {
    color: #000;
    background: #fff;
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent.bg-white .c-header-menu__item {
    color: #000; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent.bg-white .c-header-menu__item span {
    background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
    background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
    background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
    background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 200; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent.bg-white .site-header__center svg {
    fill: #000; } }

@media only screen and (min-width: 1024px) {
  .main-home.b2c #header.site-header.v-transparent.bg-white .animated-icon span {
    background-color: #000; } }

@media only screen and (min-width: 1248px) {
  .b2b #header.site-header .site-header__center {
    width: 43vw; } }

.b2b #header.site-header .w_dropdown.open .dropdown,
.b2c-logged-user #header.site-header .w_dropdown.open .dropdown {
  min-height: 120px;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  top: calc(100% + 1rem);
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: 0 1px 0.5rem 0 #e5e5e5;
  box-shadow: 0 1px 0.5rem 0 #e5e5e5;
  border: 1px solid #e5e5e5;
  overflow-y: visible; }
  .b2b #header.site-header .w_dropdown.open .dropdown::after,
  .b2c-logged-user #header.site-header .w_dropdown.open .dropdown::after {
    content: '';
    position: absolute;
    top: -1.5rem;
    right: 0;
    border: 0.85rem solid transparent;
    border-bottom: 0.85rem solid #fff; }
    @media only screen and (min-width: 992px) {
      .b2b #header.site-header .w_dropdown.open .dropdown::after,
      .b2c-logged-user #header.site-header .w_dropdown.open .dropdown::after {
        right: 1.1rem; } }
  .b2b #header.site-header .w_dropdown.open .dropdown::before,
  .b2c-logged-user #header.site-header .w_dropdown.open .dropdown::before {
    content: '';
    position: absolute;
    top: -1.625rem;
    right: 0;
    border: 0.85rem solid transparent;
    border-bottom: 0.85rem solid #e5e5e5; }
    @media only screen and (min-width: 992px) {
      .b2b #header.site-header .w_dropdown.open .dropdown::before,
      .b2c-logged-user #header.site-header .w_dropdown.open .dropdown::before {
        right: 1.1rem; } }

body.mybhu.is-image #header.site-header .top_bar .user_container .dropdown a:not(.close-reveal-modal) {
  color: #000; }

/** Push Menú (la versión para móvil, funcionamiento, se ha realizado al final del archivo pues son muchos cambios y tiene que ser rápido: se incluye en una media querie)**/
/*capa con background que cubre la pantalla cuando el menú está abierto*/
.bgColor-openMenu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 4.5rem;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.btn-nav {
  width: 100%;
  max-width: 30px;
  height: 25px;
  position: relative;
  top: 4px;
  display: block;
  z-index: 9998;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.4rem;
  color: #000; }
  @media only screen and (min-width: 1248px) {
    .btn-nav {
      position: absolute;
      top: 28px;
      right: 15px; } }
  .btn-nav .animated-icon {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .btn-nav .animated-icon .btn-nav__line {
      width: 100%;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      margin-bottom: 5px;
      padding: 0;
      background-color: #000;
      -webkit-transform: skewX(-30deg) rotate(0deg);
      -ms-transform: skewX(-30deg) rotate(0deg);
      transform: skewX(-30deg) rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .btn-nav .animated-icon .btn-nav__line.two {
        top: 8px;
        -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px); }
      .btn-nav .animated-icon .btn-nav__line.three {
        top: 16px;
        margin-bottom: 3px;
        -webkit-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px); }
    .btn-nav .animated-icon.open .btn-nav__line.one {
      top: 11px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .btn-nav .animated-icon.open .btn-nav__line.two {
      opacity: 0;
      left: 0; }
    .btn-nav .animated-icon.open .btn-nav__line.three {
      top: 11px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .btn-nav .btn-nav__text {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    top: 22px;
    left: -3px;
    visibility: hidden;
    display: none; }

.btn-nav .fa-times {
  display: none; }

.btn-nav:hover,
.btn-nav:active {
  background-color: transparent;
  opacity: .85;
  color: #000; }

.btn-nav:focus {
  background-color: transparent;
  color: #000; }

.btn-nav:visited {
  background-color: transparent; }

.nav {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 9999;
  margin: 0;
  padding: 4rem 0;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /*overflow: hidden;*/ }
  .nav-head-mob {
    visibility: hidden;
    display: none; }
  .nav .nav-content {
    position: relative;
    padding: 0.5rem 0;
    border-top: 1px solid #dfdfdf; }
    @media only screen and (min-width: 768px) {
      .nav .nav-content {
        width: 100%;
        border-top: 0; } }
    @media only screen and (min-width: 1248px) {
      .nav .nav-content {
        padding: 0 0 1.25rem 0; } }
    @media only screen and (min-width: 1248px) {
      .nav .nav-content .nav-content__menus {
        max-height: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        display: none;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .nav .nav-content .nav-content__menus-wrapper {
          width: 62%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    @media only screen and (min-width: 1248px) and (min-width: 1248px) {
      .nav .nav-content .nav-content__menus-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.5% 2%;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
    @media only screen and (min-width: 1248px) and (min-width: 1440px) {
      .nav .nav-content .nav-content__menus-wrapper {
        padding: 0 5% 2%; } }
    @media only screen and (min-width: 1248px) {
      .nav .nav-content .nav-content__menus {
        height: auto;
        min-height: 350px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #fff; } }
    @media only screen and (min-width: 1248px) {
      .nav .nav-content .nav-content__menus.is-visible {
        max-height: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 1248px) {
      .nav .nav-content .nav-content__menus .menu-display {
        max-height: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        display: none;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; } }
    @media only screen and (min-width: 1248px) {
      .nav .nav-content .nav-content__menus .menu-display.is-visible {
        max-height: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    .nav .nav-content .nav-content__menus .menus-left {
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 1248px) {
        .nav .nav-content .nav-content__menus .menus-left {
          width: 100%; } }
      @media only screen and (min-width: 1248px) {
        .nav .nav-content .nav-content__menus .menus-left {
          width: calc(100% - 430px); } }
  .nav-outstanding {
    visibility: hidden;
    display: none; }
    @media only screen and (min-width: 1248px) {
      .nav-outstanding {
        visibility: visible;
        display: block;
        width: 43%;
        max-width: 400px;
        min-height: 268px;
        max-height: 536px;
        position: relative;
        margin-top: 1.1rem;
        margin-left: 1.1rem;
        margin-right: 1.1rem; }
        .nav-outstanding__item {
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          background-position: top center;
          background-size: cover;
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
          .nav-outstanding__item.is-active {
            opacity: 1; }
        .nav-outstanding__wrapper {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 1.1rem; }
        .nav-outstanding__title {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 1.5rem;
          font-weight: 600;
          line-height: 1.3;
          text-transform: none;
          color: #fff; }
        .nav-outstanding__description {
          font-family: "Roboto", sans-serif;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.3;
          text-transform: none;
          color: #fff; }
        .nav-outstanding .btn-bh,
        .nav-outstanding .btn-bh.full {
          max-width: 200px;
          margin-bottom: 0; } }
    @media only screen and (min-width: 1248px) {
      .nav-outstanding {
        width: 400px; } }
  @media only screen and (min-width: 768px) {
    .nav {
      max-width: 100%; } }
  @media only screen and (min-width: 992px) {
    .nav {
      overflow-y: hidden; } }
  @media only screen and (min-width: 1248px) {
    .nav {
      height: auto;
      top: 4.5rem;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      padding: 0;
      background-color: transparent; }
      .nav.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .nav .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.01rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    color: #000; }
    .nav .lang a {
      text-decoration: none; }
      .nav .lang a:hover {
        text-decoration: underline;
        color: #cd202c; }
    .nav .lang .flag {
      float: none;
      margin: 0 0.4rem 0 0; }

.nav-icon {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 9999;
  margin: 0;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .nav-icon.is-active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media only screen and (min-width: 1248px) {
    .nav-icon {
      height: auto;
      top: 4.5rem;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      padding: 0;
      background-color: transparent; }
      .nav-icon.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .nav-icon-content {
    position: relative;
    padding: 0 0 1.25rem 0;
    border-top: 1px solid #dfdfdf;
    background-color: white; }
    @media only screen and (min-width: 768px) {
      .nav-icon-content {
        width: 100%;
        border-top: 0; } }
    @media only screen and (min-width: 1248px) {
      .nav-icon-content {
        padding: 0 0 1.25rem 0;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
    @media only screen and (min-width: 1248px) {
      .nav-icon-content {
        max-height: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        display: none;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; } }
    @media only screen and (min-width: 1248px) {
      .nav-icon-content.is-visible {
        max-height: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    .nav-icon-content__menus {
      padding: 0 5% 2%; }
      .nav-icon-content__menus .menus-left {
        padding-left: 1.25rem; }
        .nav-icon-content__menus .menus-left .title-menu {
          margin: 0.5rem 0;
          font-size: 1rem;
          letter-spacing: 2px;
          color: #888888;
          font-weight: 500; }
        @media only screen and (min-width: 1248px) {
          .nav-icon-content__menus .menus-left .container-menu {
            border-left: 1px solid #ccc; } }
        .nav-icon-content__menus .menus-left .container-menu .link-menu {
          text-decoration: none; }
          .nav-icon-content__menus .menus-left .container-menu .link-menu p.text {
            font-size: 1rem;
            color: #717171;
            margin-left: 5px;
            font-weight: 300;
            padding: 0.5rem 0; }
      .nav-icon-content__menus.mobile {
        visibility: visible;
        display: block; }
        @media only screen and (min-width: 992px) {
          .nav-icon-content__menus.mobile {
            visibility: hidden;
            display: none; } }
        .nav-icon-content__menus.mobile .button-dropdown.link-mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0 0 1rem 0;
          padding: 0;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 1.025rem;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.063rem;
          color: #000; }
          .nav-icon-content__menus.mobile .button-dropdown.link-mobile span.button-dropdown__text {
            max-width: 100%; }

.nav .mCSB_inside > .mCSB_container {
  margin-right: 0; }
  @media only screen and (min-width: 992px) {
    .nav .mCSB_inside > .mCSB_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media only screen and (min-width: 992px) {
  .nav .mCustomScrollBox {
    width: 100%; } }

body.active .nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

body.active .breadcrumb-filters {
  visibility: hidden;
  display: none; }

.nav-head {
  margin-bottom: 1rem; }

.nav-head__link {
  width: auto;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #333; }

.nav-head__link:hover {
  color: #333;
  font-weight: 600; }

.nav-head__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.25rem; }

.nav-head__img {
  margin-right: 0.625rem; }

.nav-head__text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

.nav-head__link:hover .nav-head__text {
  font-weight: 600; }

.main_menu {
  width: 54%;
  padding-left: 1.25rem;
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .main_menu {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .main_menu .main_menu__dropdown {
    display: none;
    margin-left: 0; }
    @media only screen and (min-width: 1248px) {
      .main_menu .main_menu__dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .main_menu .main_menu__dropdown.no-submenu {
      display: none;
      width: 50%;
      height: calc(100% - 4.55rem);
      min-height: calc(100vh - 4.55rem);
      margin: 0;
      padding: 0.5rem 0.5rem 0 0.5rem;
      position: fixed;
      top: 4.55rem;
      right: 0;
      overflow-y: auto;
      background-color: #fafafa; }
      @media only screen and (min-width: 768px) {
        .main_menu .main_menu__dropdown.no-submenu {
          width: 100%;
          height: auto;
          min-height: 10px;
          display: block;
          position: static;
          margin-bottom: 0.5rem;
          padding: 0 0 0 0.5rem;
          background-color: transparent; } }
      @media only screen and (min-width: 1248px) {
        .main_menu .main_menu__dropdown.no-submenu {
          padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .main_menu__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    min-width: 250px; } }

@media only screen and (min-width: 1248px) {
  .main_menu__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }

@media only screen and (min-width: 768px) {
  .main_menu__title--region {
    position: absolute;
    right: 0;
    bottom: 0; } }

.main_menu__title .main_menu__button,
.main_menu__title .button-info {
  text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .main_menu__title .main_menu__button,
    .main_menu__title .button-info {
      display: inline-block; } }
  @media only screen and (min-width: 1248px) {
    .main_menu__title .main_menu__button,
    .main_menu__title .button-info {
      text-transform: inherit; } }

@media only screen and (min-width: 768px) {
  .menus-right .main_menu__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }

button.main_menu__button, button.button-info,
.main_menu__button,
button.button-info,
.button-info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  display: block; }
  @media only screen and (min-width: 768px) {
    button.main_menu__button, button.button-info,
    .main_menu__button,
    button.button-info,
    .button-info {
      max-width: 80%;
      pointer-events: inherit;
      font-family: "Roboto", sans-serif;
      font-size: 1.6rem;
      font-weight: 300; }
      button.main_menu__button .fa, button.button-info .fa,
      .main_menu__button .fa,
      .button-info .fa {
        visibility: hidden;
        display: none; } }
  @media only screen and (min-width: 1248px) {
    button.main_menu__button, button.button-info,
    .main_menu__button,
    button.button-info,
    .button-info {
      max-width: 100%;
      font-size: 1.6rem; } }
  button.main_menu__button.link-mobile .fa, button.link-mobile.button-info .fa,
  .main_menu__button.link-mobile .fa,
  .link-mobile.button-info .fa {
    display: none; }

@media only screen and (min-width: 768px) {
  
  .main_menu__button,
  button.button-info,
  .button-info {
    font-size: 0.8rem;
    color: #888888; } }

@media only screen and (min-width: 1248px) {
  
  .main_menu__button,
  button.button-info,
  .button-info {
    font-size: 0.8rem;
    color: #888888; } }

.main_menu__button:hover,
.button-info:hover {
  color: #888888; }

.main_menu__item {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #000; }
  @media only screen and (min-width: 768px) {
    .main_menu__item {
      margin-right: 1rem;
      margin-bottom: 0;
      position: relative; }
      .main_menu__item.column-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .main_menu__item.column-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .main_menu__item.column-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .main_menu__item.column-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .main_menu__item.column-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }
  @media only screen and (min-width: 1248px) {
    .main_menu__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333333% - 0.66666666666rem);
      flex: 0 1 calc(33.333333% - 0.66666666666rem); }
      .main_menu__item:last-child {
        margin-right: 0; } }

.button-dropdown,
.main_menu__item span.without-link {
  padding: 0.8rem 0.5rem 0 0.5rem; }
  @media only screen and (min-width: 1248px) {
    .button-dropdown,
    .main_menu__item span.without-link {
      padding-left: 20px; } }

.button-dropdown,
.main_menu__item a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.8rem 0.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  text-transform: inherit;
  background-color: transparent;
  text-decoration: none;
  position: relative; }
  .button-dropdown .fa,
  .main_menu__item a .fa {
    font-size: inherit;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px; }
  .button-dropdown__text,
  .main_menu__item a__text {
    max-width: 75%;
    display: inline-block; }
    .button-dropdown__text::before,
    .main_menu__item a__text::before {
      content: '';
      visibility: hidden;
      display: none; }
    .button-dropdown__text.italic,
    .main_menu__item a__text.italic {
      color: #717171;
      font-weight: 500;
      text-transform: initial;
      font-style: italic; }
  @media only screen and (min-width: 768px) {
    .button-dropdown,
    .main_menu__item a {
      padding-bottom: 0;
      font-size: 1.188rem;
      font-weight: 500; }
      .button-dropdown .fa,
      .main_menu__item a .fa {
        visibility: hidden;
        display: none; }
      .button-dropdown__text,
      .main_menu__item a__text {
        max-width: 100%;
        display: block;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 10px; } }
  @media only screen and (min-width: 1248px) {
    .button-dropdown,
    .main_menu__item a {
      padding-left: 20px;
      font-size: 0.85rem;
      font-weight: 800;
      text-transform: uppercase; }
      .button-dropdown__text,
      .main_menu__item a__text {
        font-size: 0.9rem;
        margin-bottom: 5px; } }
  @media only screen and (min-width: 1440px) {
    .button-dropdown__text,
    .main_menu__item a__text {
      font-size: 1rem;
      margin-bottom: 7px; } }

@media only screen and (min-width: 1248px) {
  .main_menu__item:before {
    content: '';
    border-left: 1px solid #ccc;
    left: 0;
    top: 25px;
    position: absolute;
    height: 85%; } }

.main_menu__title .main_menu__titlesection_link {
  padding: 0; }

.main_menu__titlesection {
  display: none; }
  @media only screen and (min-width: 1248px) {
    .main_menu__titlesection {
      display: block;
      font-size: 0.8rem;
      color: #717171;
      font-weight: 500;
      text-transform: initial;
      letter-spacing: 1.5px; } }
  @media only screen and (min-width: 1440px) {
    .main_menu__titlesection {
      font-size: 1rem;
      letter-spacing: 2px; } }
  .main_menu__titlesection.italic {
    font-style: oblique; }

.button-dropdown {
  pointer-events: inherit; }

.button-dropdown:hover {
  background-color: transparent;
  color: #000;
  font-weight: 600; }

/*
.main_menu__item a:hover,
.button-dropdown:focus{
    font-weight: 600;
    outline:none;
}
*/
.ico-angle::after {
  font-family: FontAwesome;
  content: "\f107" !important;
  margin-left: 5px; }

.button-dropdown.focus,
.main_menu__item a.focus,
.main_menu__title.focus {
  background-color: #fafafa;
  outline: 0; }
  @media only screen and (min-width: 768px) {
    .button-dropdown.focus,
    .main_menu__item a.focus,
    .main_menu__title.focus {
      outline: 0;
      background-color: transparent; } }

@media only screen and (min-width: 768px) {
  .button-dropdown:focus,
  .main_menu__item a:focus {
    background-color: transparent; } }

.main_submenu,
.info-menu {
  display: none;
  width: 46%;
  height: calc(100% - 4.55rem);
  min-height: calc(100vh - 4.55rem);
  margin: 0;
  padding: 0.5rem;
  position: fixed;
  top: 4.1rem;
  right: 0;
  overflow-y: auto;
  background-color: #fafafa; }
  @media only screen and (min-width: 768px) {
    .main_submenu,
    .info-menu {
      width: 100%;
      height: auto;
      min-height: 10px;
      display: block;
      top: 0;
      margin-bottom: 0;
      padding: 0 0 0 0.5rem;
      background-color: transparent; } }
  @media only screen and (min-width: 1248px) {
    .main_submenu,
    .info-menu {
      position: relative;
      padding-left: 20px; } }
  .main_submenu[aria-hidden="true"],
  .info-menu[aria-hidden="true"] {
    min-height: 5px; }
    @media only screen and (min-width: 1248px) {
      .main_submenu[aria-hidden="true"],
      .info-menu[aria-hidden="true"] {
        overflow-y: hidden;
        overflow-x: hidden; } }

.main_submenu {
  margin-bottom: 1rem; }

.main_submenu__item,
.info-menu__item {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  text-transform: none;
  color: #000; }
  .main_submenu__item:first-letter,
  .info-menu__item:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .main_submenu__item,
    .info-menu__item {
      padding: 0 0.1rem;
      font-size: 0.95rem; } }
  .main_submenu__item.view-all,
  .info-menu__item.view-all {
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: underline; }
    .main_submenu__item.view-all:hover,
    .info-menu__item.view-all:hover {
      text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .main_submenu__item.view-all,
      .info-menu__item.view-all {
        font-size: 0.8rem; } }
    .main_submenu__item.view-all a,
    .info-menu__item.view-all a {
      font-size: inherit; }
  .main_submenu__item .menu-aux-item,
  .info-menu__item .menu-aux-item {
    position: absolute;
    width: auto;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 1248px) {
      .main_submenu__item .menu-aux-item,
      .info-menu__item .menu-aux-item {
        font-size: .75rem;
        padding-top: 6px; } }
    @media only screen and (min-width: 1440px) {
      .main_submenu__item .menu-aux-item,
      .info-menu__item .menu-aux-item {
        font-size: 0.875rem;
        padding-top: 5px; } }
    @media only screen and (min-width: 1900px) {
      .main_submenu__item .menu-aux-item,
      .info-menu__item .menu-aux-item {
        right: 20%; } }

.main_submenu__item a,
.info-menu__item a {
  padding: 0.5rem;
  text-decoration: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: inherit;
  line-height: 1.5;
  color: inherit;
  text-transform: inherit; }
  @media only screen and (min-width: 768px) {
    .main_submenu__item a,
    .info-menu__item a {
      display: block;
      padding: 0.25rem 0; } }
  @media only screen and (min-width: 1248px) {
    .main_submenu__item a,
    .info-menu__item a {
      padding: 0.2rem 0;
      font-size: .85rem; } }
  @media only screen and (min-width: 1440px) {
    .main_submenu__item a,
    .info-menu__item a {
      font-size: 1rem; } }
  .main_submenu__item a i,
  .info-menu__item a i {
    font-weight: inherit; }

.main_submenu__item.casual {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .main_submenu__item.casual span {
    font-weight: 300;
    font-size: 1rem;
    text-transform: initial; }

.main_submenu__item a:hover,
.info-menu__item a:hover {
  text-decoration: none;
  font-weight: 400; }

/*btón +info y desplegable*/
button.button-info,
.button-info {
  margin-top: 1rem; }
  @media only screen and (min-width: 1248px) {
    button.button-info,
    .button-info {
      margin-top: 0; } }

.button-info:hover {
  background-color: transparent; }

button.main_menu__button .fa, button.button-info .fa, button.button-info .fa,
.main_menu__button .fa,
.button-info .fa,
.button-info .fa {
  visibility: visible;
  display: block; }
  @media only screen and (min-width: 1248px) {
    button.main_menu__button .fa, button.button-info .fa, button.button-info .fa,
    .main_menu__button .fa,
    .button-info .fa,
    .button-info .fa {
      visibility: hidden;
      display: none; } }

.info-menu {
  overflow-y: auto; }

/*envío de newsletter*/
.newsletter-name {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #333; }

.newsletter-wrapper {
  width: calc(100% - 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem; }

input.newsletter-content,
.newsletter-content {
  height: auto;
  margin: 0;
  padding: 0.2rem 0.1rem;
  border: 0;
  border-bottom: 1px solid #333;
  -webkit-box-shadow: none;
  box-shadow: none; }

.menu-newsletter-envio,
.menu-newsletter-envio:focus {
  background-color: transparent;
  text-decoration: none; }

.menu-newsletter-envio:hover {
  background-color: transparent; }

.menu-newsletter-envio img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.menu-newsletter-envio:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

body.active {
  left: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  /*padding-right: 17px;*/
  overflow: hidden; }
  body.active .bgColor-openMenu {
    visibility: hidden;
    opacity: 0;
    top: 4.5rem;
    pointer-events: auto; }
    @media only screen and (min-width: 1248px) {
      body.active .bgColor-openMenu {
        visibility: visible;
        opacity: 1; } }
  body.active #header.site-header {
    background-color: #fff;
    border-bottom: 2px solid #dfdfdf;
    border-bottom: 0; }
    @media only screen and (min-width: 1248px) {
      body.active #header.site-header {
        z-index: 9999; } }
  @media only screen and (min-width: 1248px) {
    body.active .site-header__center {
      opacity: 0;
      pointer-events: none; } }
  body.active #header.site-header.sticky {
    border-bottom: 0; }
  body.active #header.site-header .site-header__left {
    position: relative;
    z-index: 9999; }
  body.active .product-breadcrumb {
    visibility: hidden;
    display: none; }
  body.active .btn-nav .btn-nav__line {
    background-color: #cd202c; }
  body.active .btn-nav .btn-nav__text {
    color: #cd202c;
    display: none; }
  body.active .top_bar .user_container,
  body.active .cart_container {
    margin-top: 4px; }
  @media only screen and (min-width: 1248px) {
    body.active .main_menu__button,
    body.active .button-info {
      opacity: 0;
      -webkit-transform: translateY(66%);
      -ms-transform: translateY(66%);
      transform: translateY(66%);
      -webkit-animation-name: show-item-nav;
      animation-name: show-item-nav;
      -webkit-animation-duration: 0.35s;
      animation-duration: 0.35s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      animation-delay: 0.3s; } }
  @media only screen and (min-width: 1248px) {
    body.active .button-dropdown {
      opacity: 0;
      -webkit-transform: translateY(66%);
      -ms-transform: translateY(66%);
      transform: translateY(66%);
      -webkit-animation-name: show-item-nav;
      animation-name: show-item-nav;
      -webkit-animation-duration: 0.35s;
      animation-duration: 0.35s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-delay: 0.35s;
      animation-delay: 0.35s; } }
  @media only screen and (min-width: 1024px) {
    body.active .main_submenu__item {
      opacity: 0;
      -webkit-transform: translateY(66%);
      -ms-transform: translateY(66%);
      transform: translateY(66%);
      -webkit-animation-name: show-item-nav;
      animation-name: show-item-nav;
      -webkit-animation-duration: 0.35s;
      animation-duration: 0.35s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s;
      display: block; } }
  body.active .nav-outstanding.no-active {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

@media screen and (max-width: 1247px) {
  .nav {
    padding-top: 0;
    -webkit-transform: translate(-500%, 0);
    -ms-transform: translate(-500%, 0);
    transform: translate(-500%, 0);
    z-index: 99999; }
    .nav.is-hidden {
      -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
      transform: translateX(-500%); }
    .nav .nav-content {
      padding: 0; }
    .nav-head-mob {
      visibility: visible;
      display: block;
      height: 4.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1.5rem;
      padding: 0 1.1rem;
      border-bottom: 1px solid #dfdfdf; }
      .nav-head-mob__left {
        width: calc(100% - 1.25rem); }
      .nav-head-mob__right {
        width: 1rem;
        text-align: center; }
      .nav-head-mob__logo {
        max-width: 60px; }
        .nav-head-mob__logo img {
          max-width: 100%;
          height: auto;
          display: block; }
      .nav-head-mob-title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0; }
        .nav-head-mob-title__return, .main_menu__item a {
          width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0;
          text-decoration: none;
          background-color: transparent; }
          .nav-head-mob-title__return span, .main_menu__item a span,
          .nav-head-mob-title__return .fa,
          .main_menu__item a .fa,
          .nav-head-mob-title__return .fas,
          .main_menu__item a .fas,
          .nav-head-mob-title__return .far,
          .main_menu__item a .far {
            visibility: visible;
            display: block;
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin-right: 0.5rem;
            padding: 0 0.25rem;
            font-size: 1.5rem;
            font-weight: 600;
            color: #000; }
          .nav-head-mob-title__return:hover, .main_menu__item a:hover {
            color: #000;
            background-color: transparent;
            opacity: 0.9; }
          .nav-head-mob-title__return:focus, .main_menu__item a:focus {
            color: #000;
            background-color: transparent;
            outline: 1px dotted #000; }
        .nav-head-mob-title__text {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 1.05rem;
          font-weight: 600;
          text-transform: uppercase;
          line-height: 120%;
          color: #000; }
      .nav-head-mob-close {
        margin: 0 auto;
        padding: 0 0 0.2rem 0;
        font-family: "Roboto", sans-serif;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
        color: #000;
        background-color: transparent; }
        .nav-head-mob-close:hover {
          color: #000;
          background-color: transparent;
          opacity: 0.85; }
        .nav-head-mob-close:focus {
          color: #000;
          background-color: transparent;
          outline: 1px dotted #000; }
    .nav .main_menu {
      width: 100%;
      padding: 0 1.1rem; }
      .nav .main_menu__title {
        width: 100%; }
      .nav .main_menu__dropdown {
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: #fff; }
        .nav .main_menu__dropdown.is-visible {
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
      .nav .main_menu__item .button-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 1rem 0;
        padding: 0 1.1rem;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.025rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.063rem;
        color: #000; }
        .nav .main_menu__item .button-dropdown__text {
          margin: 0;
          padding: 0;
          font-family: inherit;
          font-size: inherit;
          font-weight: inherit;
          text-transform: inherit;
          letter-spacing: inherit;
          color: inherit; }
        .nav .main_menu__item .button-dropdown .fa,
        .nav .main_menu__item .button-dropdown .far,
        .nav .main_menu__item .button-dropdown .fas {
          margin-right: 0;
          padding-right: 0;
          font-size: 1.025rem;
          font-weight: 400; } }
        @media screen and (max-width: 1247px) and (min-width: 768px) and (max-width: 1023px) {
          .nav .main_menu__item .button-dropdown .fa,
          .nav .main_menu__item .button-dropdown .far,
          .nav .main_menu__item .button-dropdown .fas {
            visibility: visible;
            display: block; } }
      @media screen and (max-width: 1247px) and (min-width: 768px) and (max-width: 1023px) {
        .nav .main_menu__item .button-dropdown a .fa,
        .nav .main_menu__item .button-dropdown a .far,
        .nav .main_menu__item .button-dropdown a .fas {
          visibility: visible;
          display: block; } }
    @media screen and (max-width: 1247px) and (min-width: 768px) and (max-width: 1023px) {
      .nav .main_menu__item {
        margin: 0; } }

@media screen and (max-width: 1247px) {
      .nav .main_menu__button,
      .nav .button-info {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1.025rem;
        font-weight: 400;
        letter-spacing: 0.063rem;
        color: #000; } }
      @media screen and (max-width: 1247px) and (min-width: 768px) and (max-width: 1023px) {
        .nav .main_menu__button .fa, .nav .button-info .fa,
        .nav .main_menu__button .far,
        .nav .button-info .far,
        .nav .main_menu__button .fas,
        .nav .button-info .fas {
          visibility: visible;
          display: block; } }

@media screen and (max-width: 1247px) {
        .nav .main_menu__button.casual,
        .nav .casual.button-info {
          font-weight: 500; }
        .nav .main_menu__button--img {
          max-width: 200px;
          margin-top: 15px; }
    .nav .main_submenu {
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      right: 0;
      z-index: 3;
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      margin: 0;
      padding: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #fff; }
      .nav .main_submenu.is-visible {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media screen and (max-width: 1247px) and (min-width: 768px) and (max-width: 1023px) {
      .nav .main_submenu {
        position: fixed; } }

@media screen and (max-width: 1247px) {
      .nav .main_submenu__item {
        margin-bottom: 1rem;
        padding: 0 1.1rem;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.9rem;
        font-weight: 600;
        color: #000;
        opacity: 1; }
  body.active .nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-x: hidden; } }

.main_submenu__item a span,
.info-menu__item a span {
  font-size: 0.8rem;
  color: #717171;
  margin-left: 5px;
  font-weight: 300; }

.main_submenu__item a[data-title*="iLYNX"],
.info-menu__item a[data-title*="iLYNX"] {
  text-transform: initial !important; }
  .main_submenu__item a[data-title*="iLYNX"]:first-letter,
  .info-menu__item a[data-title*="iLYNX"]:first-letter {
    text-transform: lowercase !important; }

.main_submenu__item a[data-title*="iAEROLIGHT"],
.info-menu__item a[data-title*="iAEROLIGHT"] {
  text-transform: initial !important; }
  .main_submenu__item a[data-title*="iAEROLIGHT"]:first-letter,
  .info-menu__item a[data-title*="iAEROLIGHT"]:first-letter {
    text-transform: lowercase !important; }

.main_submenu__item a[data-title*="iGRAVELX"],
.info-menu__item a[data-title*="iGRAVELX"] {
  text-transform: initial !important; }
  .main_submenu__item a[data-title*="iGRAVELX"]:first-letter,
  .info-menu__item a[data-title*="iGRAVELX"]:first-letter {
    text-transform: lowercase !important; }

.main_submenu__item a[data-title*="iRS1"],
.info-menu__item a[data-title*="iRS1"] {
  text-transform: initial !important; }
  .main_submenu__item a[data-title*="iRS1"]:first-letter,
  .info-menu__item a[data-title*="iRS1"]:first-letter {
    text-transform: lowercase !important; }

.main_submenu__item a:hover span,
.info-menu__item a:hover span {
  font-weight: 300; }

/**Footer**/
.footer {
  width: 100%;
  margin-top: 1.25rem;
  padding: 1.25rem;
  background-color: #fff; }

.footer__social .social,
.footer__newsletter,
.footer__searchShop,
.footer__line,
.footer__cols {
  margin-bottom: 7.1875rem; }

.footer__cols.two {
  margin-bottom: 1.5rem; }

/*redes sociales*/
.footer__social .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer__social .social li {
  width: 50%;
  margin: 0.6rem 0; }
  @media only screen and (min-width: 480px) {
    .footer__social .social li {
      width: 33%; } }
  @media only screen and (min-width: 992px) {
    .footer__social .social li {
      width: auto;
      margin: 0.6rem 2rem; } }

.footer__social .social li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none; }

.social-name {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase; }

/*Unete a nuestra newsletter*/
.footer__newsletter {
  text-align: center; }
  .footer__newsletter.hidden {
    display: none; }
  .footer__newsletter .join_newsletter {
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-weight: 300;
    text-transform: uppercase; }

/*localiza tu tienda*/
.footer__searchShop {
  text-align: center; }

.btn-searchShop {
  display: inline-block;
  padding-bottom: 0.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
  border-bottom: 2px solid #333;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.btn-searchShop::after {
  content: url(/web/img/ico-search.svg);
  display: inline-block;
  margin-left: 1rem; }

.btn-searchShop:hover {
  color: #CD202C;
  border-bottom-color: #CD202C; }

.btn-searchShop:hover::after {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  color: #CD202C; }

/*Línea horizontal*/
.footer__line {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .footer__line {
      visibility: visible;
      display: block; } }
  .footer__line .line {
    width: 420px;
    margin: 0 auto;
    border-top: 1px solid black; }

/*columnas: registro,...*/
@media only screen and (min-width: 1024px) {
  .footer__cols {
    visibility: visible;
    display: block; } }

.footer__cols .list {
  visibility: hidden;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1024px) {
    .footer__cols .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible; } }

.footer__cols .list li {
  margin: 0.6rem 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #333; }

.footer__cols .list li a {
  text-decoration: none; }

.footer__cols .list li a:hover {
  border-top-color: #CD202C;
  color: #CD202C; }

/*cambiar región y newsletter*/
.footer__cols.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer_form--newsletter {
  width: 50%;
  visibility: hidden;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .footer_form--newsletter {
      visibility: visible;
      display: block;
      visibility: visible;
      display: block; } }

.footer_form--newsletter input[type="text"] {
  max-width: 280px;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  padding: 0.2rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #333; }

.footer_form--newsletter input[type="text"]:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #000; }

.footer_form--newsletter input[type="text"].error {
  background-color: #ffbaba;
  color: #333; }

.footer_form--newsletter input[type="text"]:-webkit-autofill,
.footer_form--newsletter input[type="text"]:-webkit-autofill:hover,
.footer_form--newsletter input[type="text"]:-webkit-autofill:focus,
.footer_form--newsletter input[type="text"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.footer_form--newsletter button {
  position: relative;
  bottom: 0.4rem;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: #333;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.footer_form--newsletter button:hover .fa-envelope-o {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.checkbox-wrapper {
  max-width: 500px; }

.footer_form--newsletter input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 1px solid #333; }

.footer_form--newsletter button:focus,
.footer_form--newsletter input[type="checkbox"]:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #333; }

.footer_form--newsletter input[type="checkbox"]:checked::before {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.footer_form--newsletter label,
.footer_form--newsletter input[type="checkbox"] + label {
  width: calc(100% - 2rem);
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333; }

.footer_form--newsletter label a,
.footer_form--newsletter input[type="checkbox"] + label a {
  text-decoration: underline; }

.footer__cols .lang a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333; }

/*parte inferior del footer*/
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0; }

.footer__bottom .menu-bottom {
  visibility: hidden;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .footer__bottom .menu-bottom {
      visibility: visible;
      display: block; } }

.footer__bottom .menu-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer__bottom .menu-bottom ul li,
.footer__bottom .copyright {
  margin: 0.3rem 0.6rem 0.3rem 0;
  fon-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #CACACA; }

.footer__bottom .menu-bottom ul li::after {
  content: '|'; }

.footer__bottom .menu-bottom ul li:last-child::after {
  visibility: hidden;
  display: none; }

.footer__bottom .menu-bottom ul li a {
  padding-right: 0.6rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  text-decoration: none; }

.footer__bottom .menu-bottom ul li a:hover {
  text-decoration: underline; }

.footer__bottom .copyright {
  margin-right: 0; }

@media screen and (max-width: 991px) {
  #header .top_bar .dropdown {
    margin-top: 0; } }

@media screen and (max-width: 979px) {
  .articulos-ls #category_header {
    top: 0; } }

@media screen and (max-width: 767px) {
  /*search box*/
  #search_box.visible {
    width: 100%;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 9999; }
  #search_box .bicicletas.top,
  #search_box .equipamiento {
    width: calc(100% - 110px); }
  #search_box .switcher {
    width: 108px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    padding-left: 0.6rem; }
  #search_box .switcher .switch {
    font-size: 0.8rem; }
  /*footer*/
  .footer__cols .list,
  .footer__cols.two,
  .footer__bottom .menu-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__cols .list li,
  .footer__bottom .menu-bottom ul li,
  .footer__bottom .copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .footer__cols.two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__bottom .menu-bottom {
    width: 100%; }
  .footer_form--newsletter {
    width: 100%;
    margin-bottom: 1rem; }
  .footer__bottom .menu-bottom ul li a {
    padding-right: 0; } }

/*
@media screen and (max-width: 575px) {
    .nav {
        max-width: 100%;
        transform: translateX(100%);
    }
}
*/
.subnavigation-included .o-ficha-block-title, .subnavigation-included #content h1.o-ficha-block-title, #content .subnavigation-included h1.o-ficha-block-title {
  display: block;
  padding: 0; }

.subnavigation-included .main-container, .subnavigation-included .mybhu.ficha-producto .main-container, .mybhu.ficha-producto .subnavigation-included .main-container,
.subnavigation-included .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio .subnavigation-included .main-container {
  margin-top: 4.75rem; }
  @media only screen and (min-width: 1024px) {
    .subnavigation-included .main-container, .subnavigation-included .mybhu.ficha-producto .main-container, .mybhu.ficha-producto .subnavigation-included .main-container,
    .subnavigation-included .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio .subnavigation-included .main-container {
      margin-top: 6rem; } }
  .subnavigation-included .main-container .o-ficha-block-title, .subnavigation-included .main-container #content h1.o-ficha-block-title, #content .subnavigation-included .main-container h1.o-ficha-block-title {
    margin-bottom: 30px; }
  .subnavigation-included .main-container #left {
    width: 96%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 37px; }
    @media only screen and (min-width: 992px) {
      .subnavigation-included .main-container #left {
        padding: 0;
        position: relative;
        top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1248px) {
      .subnavigation-included .main-container #left {
        width: 175px; } }
    @media only screen and (min-width: 1440px) {
      .subnavigation-included .main-container #left {
        width: 280px; } }
  @media only screen and (min-width: 992px) {
    .subnavigation-included .main-container .left-content {
      margin-left: 25px; } }
  .subnavigation-included .main-container #content {
    float: none; }
  .subnavigation-included .main-container #content.content-padding {
    width: 98%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff; }
    .subnavigation-included .main-container #content.content-padding .view {
      width: 100%;
      padding: 1rem 0.875rem;
      max-width: 1400px;
      margin: 0 auto;
      /*
        p{
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 300;
          font-size: 17px;
          text-align: left;
          line-height: 28px;

          vertical-align: top;
          @include mq('tablet'){
            max-width: 297px;
          }
        }

        .radio{
          position: absolute;
          top: -49px;
          right: 0;
        }
        */ }
      .subnavigation-included .main-container #content.content-padding .view .contenido {
        padding: 0; }
      .subnavigation-included .main-container #content.content-padding .view h1 {
        line-height: 1.2; }
      .subnavigation-included .main-container #content.content-padding .view .content p {
        max-width: 100%; }
      .subnavigation-included .main-container #content.content-padding .view .form .form_group {
        width: 100%;
        margin-bottom: 15px;
        position: relative; }
        .subnavigation-included .main-container #content.content-padding .view .form .form_group select,
        .subnavigation-included .main-container #content.content-padding .view .form .form_group input[type="text"] {
          -moz-appearance: none;
          appearance: none;
          -webkit-appearance: none;
          color: #999;
          width: 100%;
          border: 1px solid #D9D9D9;
          height: 37px;
          border-radius: 4px;
          background-color: #fff;
          padding: 10px;
          position: relative;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .subnavigation-included .main-container #content.content-padding .view .form .form_group button[type="submit"] {
          font-size: 20px;
          border: 0;
          color: #fff;
          height: 37px;
          width: 24px;
          line-height: 48px;
          text-align: center;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          background: #cd202c;
          /* Old browsers */
          /* FF3.6-15 */
          padding: 0; }
          .subnavigation-included .main-container #content.content-padding .view .form .form_group button[type="submit"] i {
            font-size: 11px;
            position: absolute;
            top: 15px;
            left: 8px;
            color: inherit; }
        .subnavigation-included .main-container #content.content-padding .view .form .form_group .select_trigger {
          font-size: 26px;
          border: 0;
          color: #fff;
          height: 37px;
          width: 24px;
          line-height: 48px;
          text-align: center;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          background: #cd202c;
          /* Old browsers */
          /* FF3.6-15 */
          pointer-events: none; }
          .subnavigation-included .main-container #content.content-padding .view .form .form_group .select_trigger i {
            font-size: 17px;
            position: absolute;
            top: 10px;
            left: 7px;
            color: inherit; }
      .subnavigation-included .main-container #content.content-padding .view .img-tienda {
        max-width: 660px;
        max-height: 340px;
        overflow: hidden;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 768px) {
          .subnavigation-included .main-container #content.content-padding .view .img-tienda {
            margin-bottom: 0; } }
        .subnavigation-included .main-container #content.content-padding .view .img-tienda img {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
      .subnavigation-included .main-container #content.content-padding .view.garantiavida .main-parraf {
        max-width: 100%;
        color: #707070;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 24px; }
    .subnavigation-included .main-container #content.content-padding .crashreplacement .discount-bh {
      margin: 0 auto 35px auto;
      padding: 2em 1em;
      background-color: #eee;
      overflow: hidden;
      border: 1px dashed #666;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: 300;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .subnavigation-included .main-container #content.content-padding .crashreplacement .discount-bh {
          width: 60%; } }
      .subnavigation-included .main-container #content.content-padding .crashreplacement .discount-bh p {
        margin: 0;
        text-align: center;
        line-height: 17px; }
      .subnavigation-included .main-container #content.content-padding .crashreplacement .discount-bh__title {
        font-size: 18px;
        font-weight: 500; }
      .subnavigation-included .main-container #content.content-padding .crashreplacement .discount-bh__important {
        font-size: 28px;
        font-weight: 600;
        padding: .7em 0; }
      .subnavigation-included .main-container #content.content-padding .crashreplacement .discount-bh__text {
        font-size: 16px;
        font-weight: 500; }
    .subnavigation-included .main-container #content.content-padding .crashreplacement .general_form {
      margin: 0 5px; }
    .subnavigation-included .main-container #content.content-padding .crashreplacement .garantialogin {
      padding: 30px 20px; }
    .subnavigation-included .main-container #content.content-padding .garantiadeporvida .general_form {
      width: 100%;
      margin: 0; }
    .subnavigation-included .main-container #content.content-padding .cuadro_issuu .issuuembed {
      width: 95% !important; }
      @media only screen and (min-width: 768px) {
        .subnavigation-included .main-container #content.content-padding .cuadro_issuu .issuuembed {
          width: 85% !important; } }

.subnavigation-included #sitemap-ls .section-map {
  margin-bottom: 20px;
  background: white;
  border-radius: 5px;
  padding: 10px 0; }

.subnavigation-included #sitemap-ls .section-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .subnavigation-included #sitemap-ls .section-map-block__item {
    margin-right: 24px;
    margin-bottom: 20px;
    width: 150px; }
    @media only screen and (min-width: 768px) {
      .subnavigation-included #sitemap-ls .section-map-block__item {
        margin-right: 20px;
        margin-bottom: 20px;
        width: 180px; } }

.subnavigation-included #sitemap-ls li {
  list-style: none;
  padding-bottom: 15px; }
  .subnavigation-included #sitemap-ls li a {
    text-decoration: none; }
  .subnavigation-included #sitemap-ls li.nivel0 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1.5px solid #cd202c; }
    .subnavigation-included #sitemap-ls li.nivel0 a {
      padding-top: 10px;
      list-style: none;
      font-weight: bold;
      font-size: 1.2rem;
      color: #cd202c;
      text-transform: uppercase; }
  .subnavigation-included #sitemap-ls li.nivel1 {
    padding-bottom: 20px; }
    .subnavigation-included #sitemap-ls li.nivel1 a {
      font-weight: 600;
      font-size: 1.05rem; }
  .subnavigation-included #sitemap-ls li.nivel2 {
    font-size: 1.05rem; }

.subnavigation-included .mapa-tienda {
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  height: 272px;
  position: relative;
  background-color: #e5e3df;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .subnavigation-included .mapa-tienda {
      width: 452px;
      height: 272px; } }

.subnavigation-included .info-tienda {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 195px;
  position: relative;
  overflow: hidden; }

.subnavigation-included .table-plazos {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .subnavigation-included .table-plazos {
      width: 75%;
      height: 272px;
      margin: 0 auto; } }
  .subnavigation-included .table-plazos th {
    background: #F8F8F8;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6; }
    .subnavigation-included .table-plazos th h3 span {
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .subnavigation-included .table-plazos th h3 span {
          font-size: 1.2rem; } }
  .subnavigation-included .table-plazos td p {
    font-size: .85rem; }
  .subnavigation-included .table-plazos td h4 {
    line-height: 22px; }

.wrapper-bg-image {
  position: relative; }

.c-content {
  padding: 80px 0; }

.table-main {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem; }
  .table-main thead,
  .table-main tfoot {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #F5F5F5; }
    .table-main thead th,
    .table-main tfoot th {
      padding: 15px 5px;
      border-top: 1px solid #efefef;
      border-right: 1px solid #efefef;
      border-bottom: 0;
      vertical-align: middle;
      font-weight: 600;
      line-height: 1.2em;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: .875rem;
      color: #000;
      text-align: center; }
      .table-main thead th.one-row,
      .table-main tfoot th.one-row {
        padding: 10px 5px;
        font-weight: 700; }
      .table-main thead th.cell-border-top,
      .table-main tfoot th.cell-border-top {
        border-top: 2px solid #fff !important; }
      .table-main thead th.cell-border-top--gray,
      .table-main tfoot th.cell-border-top--gray {
        border-top: 2px solid #ebebeb !important; }
  .table-main thead tr, .table-main thead tr:nth-of-type(even) {
    background: #fff; }
    .table-main thead tr th, .table-main thead tr:nth-of-type(even) th {
      border-right: 0; }
  .table-main tbody {
    border: 0;
    text-align: center; }
    .table-main tbody td {
      padding: 15px;
      vertical-align: middle;
      font-weight: 400;
      color: #000;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: .875rem;
      border: 0;
      text-align: center; }
      .table-main tbody td:first-child {
        text-align: left;
        cursor: pointer; }
      .table-main tbody td.bold {
        font-weight: bold; }
    .table-main tbody tr.no-cursor td:first-child {
      cursor: auto; }
  .table-main tfoot tr, .table-main tfoot tr:nth-of-type(even) {
    background: #fff; }
  .table-main tfoot td {
    text-align: center;
    border: 0;
    vertical-align: middle; }
  .table-main .cell-bg-gray {
    background-color: #ebebeb !important; }

.table-main2 {
  width: 100%;
  margin-bottom: 2em !important;
  font-size: 1rem;
  background-color: #fff; }
  .table-main2 thead tr {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #fff; }
    .table-main2 thead tr th {
      vertical-align: middle;
      padding: 1.071em;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 0.9em;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap; }
      .table-main2 thead tr th.text-red {
        color: #CD202C; }
      .table-main2 thead tr th.bg-red {
        background-color: #cd202c !important;
        color: white; }
      .table-main2 thead tr th span {
        font-weight: 800; }
  .table-main2 tbody tr td {
    padding: 1.071em;
    font-size: 0.875em;
    text-align: center !important;
    white-space: nowrap; }
  .table-main2 tbody tr.odd {
    background-color: #ebebeb; }
  .table-main2 tbody tr.even {
    background-color: #fff; }
  .table-main2 tbody tr.selectedRow td {
    background-color: #ebebeb;
    color: black;
    font-weight: bold; }
  .table-main2 .tableCellNoStyle {
    background-color: #fff !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    color: black !important; }
  .table-main2--discounts tr {
    background-color: #fff; }
    .table-main2--discounts tr td {
      padding: 1.071em;
      font-size: 0.875em;
      text-align: center !important;
      white-space: nowrap; }
  .table-main2--discounts tbody tr, .table-main2--discounts tbody tr:nth-of-type(even) {
    background-color: #fff; }
  .table-main2--discounts tbody td {
    padding: 1.071em;
    font-size: 0.875em;
    text-align: center !important;
    white-space: nowrap;
    border-left: 1px solid #ddd; }
    .table-main2--discounts tbody td:first-child {
      border: 0; }
  .table-main2--discounts tbody tr.selectedRow {
    background-color: #ebebeb;
    border: 0; }
    .table-main2--discounts tbody tr.selectedRow td {
      font-weight: 700;
      border: 0;
      background-color: #ebebeb;
      color: #000; }

.c-discounts .table-main2 thead tr.titular {
  background-color: rgba(89, 89, 89, 0.8); }
  .c-discounts .table-main2 thead tr.titular th {
    color: white; }

.c-discounts .table-main2 tbody tr.odd {
  background-color: #f9f9f9; }

.c-discounts .table-main2 tbody tr.selectedRow td {
  background-color: rgba(169, 169, 169, 0.8); }

.leyenda {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 1.5em;
  border-bottom: 5px solid #CD202C;
  background-color: #f7f7f7;
  border-radius: 2px 2px 0 0;
  font-size: 1rem; }
  .leyenda .box p {
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem; }
  .leyenda .box h4 {
    margin-bottom: 1em;
    font-size: 1.15em; }

.table-border-black {
  border-collapse: separate !important; }
  .table-border-black thead {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .table-border-black thead th {
      padding: 15px 5px;
      vertical-align: middle;
      font-weight: 600;
      line-height: 1.2em;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: .875rem;
      color: #000;
      border: 0;
      text-align: center;
      background-color: #fff;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
      z-index: 1; }
      @media only screen and (min-width: 1440px) {
        .table-border-black thead th {
          position: -webkit-sticky;
          position: sticky;
          top: 72px; } }
    @media only screen and (min-width: 1440px) {
      .table-border-black thead.no-sticky th {
        position: static;
        top: initial; } }
  .table-border-black tbody {
    background-color: #fff;
    width: 100%;
    padding: 25px;
    border: 0;
    text-align: center; }
    .table-border-black tbody td {
      vertical-align: middle !important;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 1.42857143;
      border: 0;
      padding: 0.5625rem 0.625rem !important; }
    .table-border-black tbody tr.filapedido,
    .table-border-black tbody .tr.fila-par {
      cursor: default; }
      .table-border-black tbody tr.filapedido:hover,
      .table-border-black tbody .tr.fila-par:hover {
        background-color: transparent !important; }
      .table-border-black tbody tr.filapedido.recent-more,
      .table-border-black tbody .tr.fila-par.recent-more {
        display: none; }
    .table-border-black tbody tr.tr-info-order {
      display: none; }
    .table-border-black tbody tr.fila-impar {
      background-color: #eeeeee !important; }
      .table-border-black tbody tr.fila-impar + .tr-info-order {
        background-color: #eeeeee !important; }
    .table-border-black tbody tr.fila-par {
      background-color: #ffffff !important; }
      .table-border-black tbody tr.fila-par + .tr-info-order {
        background-color: #ffffff !important; }
    .table-border-black tbody .show-info,
    .table-border-black tbody .show-comission {
      cursor: pointer; }
  .table-border-black .inner-table__thead {
    background-color: #000; }
  .table-border-black .inner-table td.header-subfila {
    background: none;
    padding: 10px 5px;
    vertical-align: middle;
    font-weight: 300;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .8rem;
    color: #fff;
    border: 0;
    text-align: center; }
  .table-border-black .inner-table__body {
    border: none; }
    .table-border-black .inner-table__body td {
      font-size: 0.8rem; }
  .table-border-black .subfila > td {
    padding: 0 !important; }

.c-table tbody p {
  margin-bottom: 10px; }

.c-table tbody tr:nth-child(even) {
  background: #fff; }

.c-table tbody tr:nth-child(odd) {
  background: #f5f5f5; }

.c-table tbody td {
  color: #707070;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9375rem;
  line-height: 26px; }

.order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .order__content {
      display: block; } }

.order__block {
  margin-right: 20px;
  max-width: calc(25% - 20px);
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .order__block {
      max-width: 100%; } }
  .order__block p {
    font-size: 0.9375rem;
    line-height: 21px; }
    .order__block p span {
      font-weight: 300;
      text-transform: initial; }
  .order__block-item {
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: "Roboto Condensed", sans-serif; }
    .order__block-item.address p {
      text-transform: initial; }

.order-title, #micuenta_datos_personales h2.order-title, #micuenta_pedidos h2.order-title, #content h2.order-title {
  font-size: 1rem;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: left;
  font-weight: 300; }

.o-aspect-ratio {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden; }
  .o-aspect-ratio::before {
    content: '';
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 56.25%; }
  .o-aspect-ratio--16-9::before {
    padding-bottom: 56.25%; }
  .o-aspect-ratio--8-5::before {
    padding-bottom: 62.5%; }
  .o-aspect-ratio--3-2::before {
    padding-bottom: 66.66%; }
  .o-aspect-ratio--4-3::before {
    padding-bottom: 75%; }
  .o-aspect-ratio--1-1::before {
    padding-bottom: 100%; }
  .o-aspect-ratio--3-4::before {
    padding-bottom: 133%; }
  .o-aspect-ratio--2-3::before {
    padding-bottom: 150%; }
  .o-aspect-ratio--5-8::before {
    padding-bottom: 160%; }
  .o-aspect-ratio--9-16::before {
    padding-bottom: 177%; }
  .o-aspect-ratio__target {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }
  .o-aspect-ratio--inspiration::before {
    padding-bottom: 520px; }
  .o-aspect-ratio__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

.o-background-message-and-text {
  width: 100%;
  height: 50vh;
  min-height: 100px;
  max-height: -20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .o-background-message-and-text {
      max-height: 80px; } }
  .o-background-message-and-text__message {
    width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0 1.1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    letter-spacing: 0.063rem;
    color: #fff; }
    @media only screen and (min-width: 1024px) {
      .o-background-message-and-text__message {
        font-size: 3rem; } }

.o-bg-opacity {
  visibility: hidden;
  display: none; }

.is-image .o-bg-opacity {
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  @media only screen and (min-width: 1024px) {
    .is-image .o-bg-opacity {
      background: -webkit-gradient(linear, right top, left top, color-stop(27.625rem, rgba(200, 200, 200, 0.9)), to(transparent));
      background: -webkit-linear-gradient(right, rgba(200, 200, 200, 0.9) 27.625rem, transparent);
      background: -o-linear-gradient(right, rgba(200, 200, 200, 0.9) 27.625rem, transparent);
      background: linear-gradient(to left, rgba(200, 200, 200, 0.9) 27.625rem, transparent); } }

.o-bike-content {
  width: calc(100% - 1.25rem);
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .o-bike-content--small {
      max-width: 48%; } }
  .o-bike-content--full {
    width: 100%;
    margin: 0; }

.o-checkbox {
  width: auto;
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0; }
  .o-checkbox__input, .o-checkbox input[type="checkbox"],
  #micuenta_datos_personales input[type="checkbox"], .my-account .prettycheckbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 1.25rem;
    min-height: 1.25rem;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .o-checkbox__input:checked, .o-checkbox input:checked[type="checkbox"],
    #micuenta_datos_personales input:checked[type="checkbox"], .my-account .prettycheckbox input:checked[type="checkbox"] {
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
      .o-checkbox__input:checked::before, .o-checkbox input[type="checkbox"]:checked::before,
      #micuenta_datos_personales input[type="checkbox"]:checked::before, .my-account .prettycheckbox input[type="checkbox"]:checked::before {
        content: '';
        min-width: 0.9rem;
        min-height: 0.9rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #000; }
    .o-checkbox__input:focus, .o-checkbox input:focus[type="checkbox"],
    #micuenta_datos_personales input:focus[type="checkbox"], .my-account .prettycheckbox input:focus[type="checkbox"] {
      outline: 0;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    .o-checkbox__input[disabled] + label, .o-checkbox input[disabled][type="checkbox"] + label, #micuenta_datos_personales input[disabled][type="checkbox"] + label, .my-account .prettycheckbox input[disabled][type="checkbox"] + label {
      pointer-events: none; }
    .o-checkbox__input--cursor {
      cursor: pointer; }
  .o-checkbox__label, .o-checkbox input[type="checkbox"] + label, #header.site-header .top_bar .user_container .o-checkbox input:focus + label {
    margin: 0 0 0 0.55rem;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    color: #000; }
    .o-checkbox__label:focus, .o-checkbox input[type="checkbox"] + label:focus, #header.site-header .top_bar .user_container .o-checkbox input:focus + label:focus {
      font-size: 0.95rem; }
    .o-checkbox__label--light, .o-checkbox input[type="checkbox"] + label.o-checkbox__label--light {
      font-weight: 300;
      color: #8a8a8a; }
    .o-checkbox__label--small, .o-checkbox input[type="checkbox"] + label.o-checkbox__label--small, #header.site-header .top_bar .user_container .o-checkbox input:focus + label.o-checkbox__label--small {
      font-size: 0.75rem;
      font-weight: 300;
      color: #8a8a8a; }
      .o-checkbox__label--small:focus, .o-checkbox input[type="checkbox"] + label.o-checkbox__label--small:focus, #header.site-header .top_bar .user_container .o-checkbox input:focus + label.o-checkbox__label--small:focus {
        font-size: 0.75rem; }
  .o-checkbox__link, #header.site-header .top_bar .user_container a.o-checkbox__link {
    width: auto;
    height: auto;
    display: inline;
    font-weight: inherit;
    text-decoration: underline; }
    .o-checkbox__link:hover, #header.site-header .top_bar .user_container a.o-checkbox__link:hover {
      text-decoration: none; }
    .o-checkbox__link:focus, #header.site-header .top_bar .user_container a.o-checkbox__link:focus {
      outline: 1px dotted #000; }

.o-ficha-block-title, #content h1.o-ficha-block-title {
  margin: 0 0 0.5rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;
  color: #707070;
  text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .o-ficha-block-title, #content h1.o-ficha-block-title {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 992px) {
    .o-ficha-block-title, #content h1.o-ficha-block-title {
      font-size: 2.188rem;
      line-height: 1.5;
      text-decoration: none;
      padding: 0; } }
  @media only screen and (min-width: 992px) {
    .o-ficha-block-title.small-font, #content h1.small-font.o-ficha-block-title {
      font-size: 1.9rem; } }
  .o-ficha-block-title.c-ficha-bike-link-mobile, #content h1.c-ficha-bike-link-mobile.o-ficha-block-title, .o-ficha-block-title.c-ficha-bike-link-mobile-tech, #content h1.c-ficha-bike-link-mobile-tech.o-ficha-block-title {
    position: relative;
    padding: 2% 0 0; }
    @media only screen and (min-width: 992px) {
      .o-ficha-block-title.c-ficha-bike-link-mobile, #content h1.c-ficha-bike-link-mobile.o-ficha-block-title, .o-ficha-block-title.c-ficha-bike-link-mobile-tech, #content h1.c-ficha-bike-link-mobile-tech.o-ficha-block-title {
        pointer-events: none;
        padding: 0; } }
    .o-ficha-block-title.c-ficha-bike-link-mobile::after, #content h1.c-ficha-bike-link-mobile.o-ficha-block-title::after, .o-ficha-block-title.c-ficha-bike-link-mobile-tech::after, #content h1.c-ficha-bike-link-mobile-tech.o-ficha-block-title::after {
      font-family: 'FontAwesome';
      content: '\f105';
      font-weight: 300;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 230px;
      display: inline-block;
      padding-right: 0.5rem;
      opacity: .8;
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 768px) {
        .o-ficha-block-title.c-ficha-bike-link-mobile::after, #content h1.c-ficha-bike-link-mobile.o-ficha-block-title::after, .o-ficha-block-title.c-ficha-bike-link-mobile-tech::after, #content h1.c-ficha-bike-link-mobile-tech.o-ficha-block-title::after {
          left: 250px; } }
      @media only screen and (min-width: 992px) {
        .o-ficha-block-title.c-ficha-bike-link-mobile::after, #content h1.c-ficha-bike-link-mobile.o-ficha-block-title::after, .o-ficha-block-title.c-ficha-bike-link-mobile-tech::after, #content h1.c-ficha-bike-link-mobile-tech.o-ficha-block-title::after {
          visibility: hidden;
          display: none; } }
  @media only screen and (min-width: 992px) {
    .o-ficha-block-title.c-ficha-bike-link-mobile-tech, #content h1.c-ficha-bike-link-mobile-tech.o-ficha-block-title {
      visibility: hidden;
      display: none; } }
  .o-ficha-block-title.js-link-mobile-open, #content h1.js-link-mobile-open.o-ficha-block-title {
    font-weight: 600; }
    .o-ficha-block-title.js-link-mobile-open::after, #content h1.js-link-mobile-open.o-ficha-block-title::after {
      font-family: 'FontAwesome';
      content: '\f107'; }
      @media only screen and (min-width: 992px) {
        .o-ficha-block-title.js-link-mobile-open::after, #content h1.js-link-mobile-open.o-ficha-block-title::after {
          visibility: hidden;
          display: none;
          font-weight: 300; } }
  .o-ficha-block-title--small {
    font-size: 1.9rem; }

.o-ficha-block-subtitle, #content h2.o-ficha-block-subtitle {
  margin: 0 0 0.25rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  color: #707070; }
  .o-ficha-block-subtitle:first-letter, #content h2.o-ficha-block-subtitle:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .o-ficha-block-subtitle, #content h2.o-ficha-block-subtitle {
      font-size: 1.375rem; } }
  @media only screen and (min-width: 992px) {
    .o-ficha-block-subtitle, #content h2.o-ficha-block-subtitle {
      margin-bottom: 1rem; } }

.o-ficha-block-text {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  color: #707070; }
  @media only screen and (min-width: 768px) {
    .o-ficha-block-text {
      font-size: 1rem; } }

.o-svg-container {
  position: relative;
  display: block; }
  .o-svg-container svg,
  .o-svg-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .o-svg-container svg {
    max-height: 100%; }

.o-title-left, #content h1.o-title-left,
#content .o-title-left {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #000; }
  .o-title-left span, #content .o-title-left span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit; }
  @media only screen and (min-width: 768px) {
    .o-title-left, #content h1.o-title-left,
    #content .o-title-left {
      font-size: 2.9em; } }
  @media only screen and (min-width: 992px) {
    .o-title-left, #content h1.o-title-left,
    #content .o-title-left {
      width: calc(50% - 1rem);
      min-width: 18vw;
      position: absolute;
      font-size: 2em;
      text-align: left; } }
  @media only screen and (min-width: 1248px) {
    .o-title-left, #content h1.o-title-left,
    #content .o-title-left {
      font-size: 2.9em; } }

.o-text-generic {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem; }
  .o-text-generic--light {
    color: #d6d6d6; }
  .o-text-generic--small {
    padding: 0 15px;
    color: #707070;
    font-size: 0.8rem;
    margin-top: -30px;
    display: none; }
    @media only screen and (min-width: 1248px) {
      .o-text-generic--small {
        display: block; } }

.o-wrapper-scenes {
  padding: 0;
  background-color: #fff; }
  .o-wrapper-scenes--dark {
    background-color: #000; }
  .o-wrapper-scenes__container {
    width: 100%;
    height: auto;
    position: relative; }

.o-scene {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  overflow: hidden; }
  .o-scene--dark {
    background-color: #000; }
  .o-scene--padding {
    padding-top: 4rem; }
    @media only screen and (min-width: 992px) {
      .o-scene--padding {
        padding-top: 2vh; } }
  .o-scene.shadow-top {
    -webkit-box-shadow: -5px 5px -20vh #fff;
    box-shadow: -5px 5px -20vh #fff; }
  .o-scene.shadow-bottom {
    -webkit-box-shadow: 5px 5px 20vh #fff;
    box-shadow: 5px 5px 20vh #fff; }
  .o-scene--zero {
    z-index: 7;
    border-top: 0; }
  .o-scene--one {
    z-index: 5; }
  .o-scene--two {
    top: 200vh;
    z-index: 6; }
  .o-scene--three {
    top: 300vh;
    z-index: 2; }
  .o-scene--four {
    top: 500vh;
    z-index: 3; }
  .o-scene--five {
    top: 800vh;
    z-index: 4; }
  .o-scene--six {
    top: 900vh;
    z-index: 1; }
  .o-scene--seven {
    height: auto;
    top: 1100vh;
    z-index: 0; }

.o-scene-mini {
  height: 85vh; }

.landing-footer {
  position: relative;
  top: 1435vh; }

.o-wrapper {
  width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px; }

.o-message {
  background: #cd202c;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding: 2px;
  text-align: center;
  color: white;
  font-size: 13px; }
  @media only screen and (max-width: 991px) {
    .o-message {
      top: initial;
      bottom: 0;
      padding: 11px; } }
  .o-message span {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    @media only screen and (max-width: 991px) {
      .o-message span {
        top: 18%;
        right: 4px; } }

.o-radio {
  width: auto;
  min-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0; }
  .o-radio__input, .o-radio input[type="radio"],
  #micuenta_datos_personales input[type="radio"], .my-account .prettyradio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 1.25rem;
    min-height: 1.25rem;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .o-radio__input:checked, .o-radio input:checked[type="radio"],
    #micuenta_datos_personales input:checked[type="radio"], .my-account .prettyradio input:checked[type="radio"] {
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
      .o-radio__input:checked::before, .o-radio input[type="radio"]:checked::before,
      #micuenta_datos_personales input[type="radio"]:checked::before, .my-account .prettyradio input[type="radio"]:checked::before {
        content: '';
        min-width: 0.9rem;
        min-height: 0.9rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #000;
        border-radius: 50%; }
    .o-radio__input:focus, .o-radio input:focus[type="radio"],
    #micuenta_datos_personales input:focus[type="radio"], .my-account .prettyradio input:focus[type="radio"] {
      outline: 0;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    .o-radio__input[disabled] + label, .o-radio input[disabled][type="radio"] + label, #micuenta_datos_personales input[disabled][type="radio"] + label, .my-account .prettyradio input[disabled][type="radio"] + label {
      pointer-events: none; }
  .o-radio__label, .o-radio input[type="radio"] + label, #micuenta_datos_personales .epigrafeform.sexo input[type="radio"] + label, #header.site-header .top_bar .user_container .o-radio input:focus + label {
    margin: 0 0 0 0.55rem;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    color: #000; }
    .o-radio__label:focus, .o-radio input[type="radio"] + label:focus, #micuenta_datos_personales .epigrafeform.sexo input[type="radio"] + label:focus, #header.site-header .top_bar .user_container .o-radio input:focus + label:focus {
      font-size: 0.95rem; }
    .o-radio__label--small, .o-radio input[type="radio"] + label.o-radio__label--small, #header.site-header .top_bar .user_container .o-radio input:focus + label.o-radio__label--small {
      font-size: 0.75rem;
      font-weight: 600; }
      .o-radio__label--small:focus, .o-radio input[type="radio"] + label.o-radio__label--small:focus, #header.site-header .top_bar .user_container .o-radio input:focus + label.o-radio__label--small:focus {
        font-size: 0.75rem; }
  .o-radio__link, #header.site-header .top_bar .user_container a.o-radio__link {
    width: auto;
    height: auto;
    display: inline;
    font-weight: inherit;
    text-decoration: underline; }
    .o-radio__link:hover, #header.site-header .top_bar .user_container a.o-radio__link:hover {
      text-decoration: none; }
    .o-radio__link:focus, #header.site-header .top_bar .user_container a.o-radio__link:focus {
      outline: 1px dotted #000; }
  .o-radio--inline {
    margin-right: 1.25rem; }
    .o-radio--inline:last-child {
      margin-right: 0; }

.o-table-responsive {
  width: 100%;
  overflow-x: visible; }
  .o-table-responsive__table {
    min-width: 250px; }
  .o-table-responsive::-webkit-scrollbar {
    height: 4px; }
  .o-table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey; }
  .o-table-responsive::-webkit-scrollbar-thumb {
    background: #888; }
  .o-table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555; }

.o-no-mobile {
  visibility: hidden;
  display: none; }
  @media only screen and (min-width: 992px) {
    .o-no-mobile {
      visibility: visible;
      display: block; } }

h1.ilynx {
  text-transform: initial !important; }
  h1.ilynx a {
    text-transform: initial !important; }

body.o-fixed {
  position: fixed; }

.o-noscroll {
  overflow-y: hidden !important; }

.wrapper--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px; }

.o-availability-icon {
  display: block;
  content: '';
  width: 9px;
  height: 35px;
  -webkit-transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
  -ms-transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
  transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
  top: -3px;
  left: 0; }
  .o-availability-icon--low {
    background: red; }
  .o-availability-icon--medium {
    background: yellow; }
  .o-availability-icon--hight {
    background: green; }

.o-scroll::-webkit-scrollbar {
  width: 5px;
  height: 11px;
  background-color: #F2F2F2;
  border-radius: 90px; }

.o-scroll::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: #BFBFBF; }

.o-scroll::-webkit-scrollbar-track {
  border-radius: 90px; }

.o-scroll--bigger::-webkit-scrollbar {
  width: 8px; }
  @media only screen and (min-width: 1024px) {
    .o-scroll--bigger::-webkit-scrollbar {
      width: 16px; } }

.o-scroll--square::-webkit-scrollbar {
  width: 10px;
  border-radius: 0;
  border-left: 1px solid #CACACA;
  background-color: #fff; }

.o-scroll--square::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #E8E8E8; }

.c-alert-message {
  width: 100%;
  height: auto;
  position: relative;
  top: 6.375rem;
  left: 0;
  z-index: 2;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin: 0;
  padding: 0.55rem 1.1rem;
  background-color: #f7f7f7;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .c-alert-message__content {
    width: calc(100% - 2.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .c-alert-message__content {
        width: calc(100% - 4.5rem);
        text-align: center; } }
  .c-alert-message__text, .c-alert-message__link {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000; }
    @media only screen and (min-width: 768px) {
      .c-alert-message__text, .c-alert-message__link {
        font-size: 0.95rem; } }
  .c-alert-message__link {
    text-decoration: underline; }
    .c-alert-message__link:hover {
      text-decoration: none;
      opacity: 0.9;
      color: #000;
      background-color: transparent; }
    .c-alert-message__link:focus {
      outline: 1px dotted #000;
      color: #000;
      background-color: transparent; }
  .c-alert-message__button {
    width: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.1rem;
    padding: 0.5rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    background-color: transparent; }
    .c-alert-message__button:hover {
      color: #000;
      background-color: transparent;
      opacity: 0.9; }
    .c-alert-message__button:focus {
      outline: 1px dotted #000;
      color: #000;
      background-color: transparent; }
  .c-alert-message:focus {
    outline: 1px dotted #000; }
  .c-alert-message[aria-hidden="true"] {
    visibility: hidden;
    display: none;
    -webkit-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    transform: translateY(-10rem); }

.landing .c-alert-message {
  top: 0; }

.c-aviso {
  max-width: 173px;
  width: 100%;
  text-align: center;
  right: 320px;
  z-index: 10000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .c-aviso__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 10px;
    background: #eeeeee;
    border: 1px solid black; }
  .c-aviso-title {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 10px;
    font-weight: 100; }
  .c-aviso img, .c-aviso .fa {
    margin-right: 10px;
    margin-top: -27px; }
  .c-aviso-parraf {
    text-align: left;
    font-size: 15px;
    display: inline-block;
    line-height: 15px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 100; }
    .c-aviso-parraf.bold {
      font-weight: bold; }
    .c-aviso-parraf span {
      font-weight: bold; }
  .c-aviso-btn {
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    width: 41px;
    height: 30px;
    color: #000;
    font-size: 1rem;
    font-weight: 100;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0;
    margin: 0 auto; }
    .c-aviso-btn:hover {
      background: #000;
      border: 1px solid #000;
      color: #fff; }
  .c-aviso-mbu {
    display: block;
    position: absolute;
    top: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .c-aviso-mbu {
        top: 70px;
        left: initial;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

.intro-animation.c-animation-lights {
  background-color: #fff; }
  .intro-animation.c-animation-lights #content h1.intro-animation__animation__title,
  .intro-animation.c-animation-lights h1.intro-animation__animation__title,
  .intro-animation.c-animation-lights #content .intro-animation__animation__title,
  .intro-animation.c-animation-lights .intro-animation__animation__title {
    visibility: hidden;
    display: none; }
  .intro-animation.c-animation-lights .intro-animation-opacity {
    visibility: hidden;
    display: none; }
  .intro-animation.c-animation-lights .intro-animation__animation__img,
  .intro-animation.c-animation-lights .spritespin,
  .intro-animation.c-animation-lights .intro-animation__animation__controls {
    max-width: 100%;
    max-height: 100%; }
  
  .intro-animation.c-animation-lights #content h1.intro-animation__text__title,
  #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
  .intro-animation.c-animation-lights h1.intro-animation__text__title,
  #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
  .intro-animation.c-animation-lights .intro-animation__text__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    color: #000; }
    @media only screen and (min-width: 768px) {
      
      .intro-animation.c-animation-lights #content h1.intro-animation__text__title,
      #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
      .intro-animation.c-animation-lights h1.intro-animation__text__title,
      #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
      .intro-animation.c-animation-lights .intro-animation__text__title {
        font-size: 2.9em; } }
    @media only screen and (min-width: 992px) {
      
      .intro-animation.c-animation-lights #content h1.intro-animation__text__title,
      #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
      .intro-animation.c-animation-lights h1.intro-animation__text__title,
      #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
      .intro-animation.c-animation-lights .intro-animation__text__title {
        font-size: 2em; } }
    @media only screen and (min-width: 1248px) {
      
      .intro-animation.c-animation-lights #content h1.intro-animation__text__title,
      #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
      .intro-animation.c-animation-lights h1.intro-animation__text__title,
      #content .intro-animation.c-animation-lights h1.intro-animation__text__title,
      .intro-animation.c-animation-lights .intro-animation__text__title {
        font-size: 2.9em; } }
  
  .intro-animation.c-animation-lights #content .intro-animation__text__text,
  #content .intro-animation.c-animation-lights p.intro-animation__text__text,
  .intro-animation.c-animation-lights p.intro-animation__text__text,
  #content .intro-animation.c-animation-lights .intro-animation__text__text,
  .intro-animation.c-animation-lights .intro-animation__text__text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 105%;
    color: #000; }
    @media only screen and (min-width: 992px) {
      
      .intro-animation.c-animation-lights #content .intro-animation__text__text,
      #content .intro-animation.c-animation-lights p.intro-animation__text__text,
      .intro-animation.c-animation-lights p.intro-animation__text__text,
      #content .intro-animation.c-animation-lights .intro-animation__text__text,
      .intro-animation.c-animation-lights .intro-animation__text__text {
        font-size: 1.45em; } }
    
    .intro-animation.c-animation-lights #content .js-fontSmall.intro-animation__text__text,
    #content .intro-animation.c-animation-lights p.js-fontSmall.intro-animation__text__text,
    .intro-animation.c-animation-lights p.js-fontSmall.intro-animation__text__text,
    #content .intro-animation.c-animation-lights .js-fontSmall.intro-animation__text__text,
    .intro-animation.c-animation-lights .js-fontSmall.intro-animation__text__text {
      font-size: 0.8rem; }
      @media only screen and (min-width: 1024px) {
        
        .intro-animation.c-animation-lights #content .js-fontSmall.intro-animation__text__text,
        #content .intro-animation.c-animation-lights p.js-fontSmall.intro-animation__text__text,
        .intro-animation.c-animation-lights p.js-fontSmall.intro-animation__text__text,
        #content .intro-animation.c-animation-lights .js-fontSmall.intro-animation__text__text,
        .intro-animation.c-animation-lights .js-fontSmall.intro-animation__text__text {
          font-size: 0.9rem; } }
    
    .intro-animation.c-animation-lights #content .js-fontXSmall.intro-animation__text__text,
    #content .intro-animation.c-animation-lights p.js-fontXSmall.intro-animation__text__text,
    .intro-animation.c-animation-lights p.js-fontXSmall.intro-animation__text__text,
    #content .intro-animation.c-animation-lights .js-fontXSmall.intro-animation__text__text,
    .intro-animation.c-animation-lights .js-fontXSmall.intro-animation__text__text {
      font-size: 0.7rem; }
      @media only screen and (min-width: 768px) {
        
        .intro-animation.c-animation-lights #content .js-fontXSmall.intro-animation__text__text,
        #content .intro-animation.c-animation-lights p.js-fontXSmall.intro-animation__text__text,
        .intro-animation.c-animation-lights p.js-fontXSmall.intro-animation__text__text,
        #content .intro-animation.c-animation-lights .js-fontXSmall.intro-animation__text__text,
        .intro-animation.c-animation-lights .js-fontXSmall.intro-animation__text__text {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 1248px) {
        
        .intro-animation.c-animation-lights #content .js-fontXSmall.intro-animation__text__text,
        #content .intro-animation.c-animation-lights p.js-fontXSmall.intro-animation__text__text,
        .intro-animation.c-animation-lights p.js-fontXSmall.intro-animation__text__text,
        #content .intro-animation.c-animation-lights .js-fontXSmall.intro-animation__text__text,
        .intro-animation.c-animation-lights .js-fontXSmall.intro-animation__text__text {
          font-size: 0.9rem; } }

/*
.c-animation-lights{
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-bottom: 8.3em;
    font-size: 1rem;
    text-align: center;
    background-color: $bgLight;
    //contenido
    &__content{

    }
    //opacidad
    &-opacity{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(250, 250, 250, .45);
    }
    //imagen
    &-img{
        cursor: url(/download/bancorecursos/landings/atomx_carbon/cursor-rotate.png), auto;
    }
    //controles (ocultos)
    &-controls{
        @include hide();
    }
}
*/
.c-arrow-top {
  display: none;
  width: 1.8rem;
  height: 1.8rem;
  position: fixed;
  right: 0.6rem;
  bottom: 72px;
  z-index: 9999; }
  .c-arrow-top__link {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.2rem;
    border: 1px solid #d6d6d6;
    color: #000;
    opacity: 0.8; }
    .c-arrow-top__link:hover {
      opacity: 1;
      border-color: #000; }
    .c-arrow-top__link:focus {
      opacity: 1;
      border-color: #000; }
    .c-arrow-top__link img {
      width: 75%; }
    .c-arrow-top__link span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 1rem;
      color: #000; }
  .c-arrow-top--react {
    display: block; }

.c-bg-image-text {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0; }
  .c-bg-image-text__container {
    width: 100%;
    height: 100%; }
    .c-bg-image-text__container-img {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .c-bg-image-text__container-text {
      width: 80%;
      max-width: 600px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 5vw;
      font-family: "Roboto", sans-serif;
      font-size: 3.5vh;
      font-weight: 300;
      line-height: 1.5;
      text-align: left;
      color: #000; }
  .c-bg-image-text-animation {
    width: 100%;
    height: 100%; }

.vertical-viewport .c-bg-image-text__container-text {
  left: 5vw;
  font-size: 3.5vw; }

.c-bh-unique {
  width: 100%;
  max-width: 2900px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent; }
  @media only screen and (min-width: 1024px) {
    .c-bh-unique {
      overflow: hidden; } }
  .c-bh-unique__personalize {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
    .c-bh-unique__personalize-left {
      width: 100%;
      height: calc(45vh - 36px);
      position: relative;
      padding: 0;
      font-size: 1rem; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique__personalize-left {
          height: 100%;
          width: calc(100% - 27.625rem); } }
      .c-bh-unique__personalize-left-top, .c-bh-unique__personalize-right-top {
        height: 100%;
        min-height: 50%; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-left-top, .c-bh-unique__personalize-right-top {
            height: 99vh;
            min-height: 340px; } }
        .c-bh-unique__personalize-left-top .slick-slider, .c-bh-unique__personalize-right-top .slick-slider {
          height: 100% !important; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-left-top .slick-slider, .c-bh-unique__personalize-right-top .slick-slider {
              height: 90vh !important; } }
          .c-bh-unique__personalize-left-top .slick-slider .slick-slide > div, .c-bh-unique__personalize-right-top .slick-slider .slick-slide > div {
            height: 100%; }
        .c-bh-unique__personalize-left-top .slick-arrow.slick-prev, .c-bh-unique__personalize-right-top .slick-arrow.slick-prev, .c-bh-unique__personalize-left-top .c-ficha-bike .product_gallery--slider .slick-arrow.slick-next, .c-ficha-bike .product_gallery--slider .c-bh-unique__personalize-left-top .slick-arrow.slick-next, .c-bh-unique__personalize-right-top .c-ficha-bike .product_gallery--slider .slick-arrow.slick-next, .c-ficha-bike .product_gallery--slider .c-bh-unique__personalize-right-top .slick-arrow.slick-next {
          left: 1%;
          z-index: 2; }
          .c-bh-unique__personalize-left-top .slick-arrow.slick-prev::before, .c-bh-unique__personalize-right-top .slick-arrow.slick-prev::before, .c-bh-unique__personalize-left-top .c-ficha-bike .product_gallery--slider .slick-arrow.slick-next::before, .c-ficha-bike .product_gallery--slider .c-bh-unique__personalize-left-top .slick-arrow.slick-next::before, .c-bh-unique__personalize-right-top .c-ficha-bike .product_gallery--slider .slick-arrow.slick-next::before, .c-ficha-bike .product_gallery--slider .c-bh-unique__personalize-right-top .slick-arrow.slick-next::before {
            font-family: FontAwesome;
            content: '\f0d9';
            font-size: 1.5rem;
            color: #000; }
        .c-bh-unique__personalize-left-top .slick-arrow.slick-next, .c-bh-unique__personalize-right-top .slick-arrow.slick-next {
          right: 1%;
          z-index: 2; }
          .c-bh-unique__personalize-left-top .slick-arrow.slick-next::before, .c-bh-unique__personalize-right-top .slick-arrow.slick-next::before {
            font-family: FontAwesome;
            content: '\f0da';
            font-size: 1.5rem;
            color: #000; }
        .c-bh-unique__personalize-left-top .slick-dots, .c-bh-unique__personalize-right-top .slick-dots {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          bottom: 0;
          line-height: 0; }
          @media only screen and (max-width: 1023px) {
            .c-bh-unique__personalize-left-top .slick-dots, .c-bh-unique__personalize-right-top .slick-dots {
              width: calc(80vw - 40px);
              left: 0;
              right: 0;
              margin: 0 auto; } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-left-top .slick-dots, .c-bh-unique__personalize-right-top .slick-dots {
              max-width: 50%;
              position: fixed;
              bottom: 18vh;
              left: calc(50% - 13.8125rem);
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              z-index: 2; } }
          .c-bh-unique__personalize-left-top .slick-dots li, .c-bh-unique__personalize-right-top .slick-dots li {
            width: auto;
            height: auto;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            margin: 0;
            padding: 0; }
            .c-bh-unique__personalize-left-top .slick-dots li button, .c-bh-unique__personalize-right-top .slick-dots li button {
              width: 100%;
              height: 0;
              padding: 0; }
              .c-bh-unique__personalize-left-top .slick-dots li button:before, .c-bh-unique__personalize-right-top .slick-dots li button:before {
                content: '-';
                font-size: 0;
                line-height: 0;
                width: 100%;
                height: 3px;
                background-color: black; }
        .c-bh-unique__personalize-left-top .imgs-slider, .c-bh-unique__personalize-right-top .imgs-slider {
          display: none;
          position: fixed;
          bottom: 0;
          width: 50%;
          height: 15vh;
          left: calc(50% - 13.8125rem);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 2; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-left-top .imgs-slider, .c-bh-unique__personalize-right-top .imgs-slider {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          .c-bh-unique__personalize-left-top .imgs-slider .c-bh-unique__personalize-images, .c-bh-unique__personalize-right-top .imgs-slider .c-bh-unique__personalize-images {
            min-height: 0;
            cursor: pointer; }
            .c-bh-unique__personalize-left-top .imgs-slider .c-bh-unique__personalize-images.no-selected, .c-bh-unique__personalize-right-top .imgs-slider .c-bh-unique__personalize-images.no-selected {
              opacity: 0.5; }
            .c-bh-unique__personalize-left-top .imgs-slider .c-bh-unique__personalize-images .c-bh-unique__personalize-image img, .c-bh-unique__personalize-right-top .imgs-slider .c-bh-unique__personalize-images .c-bh-unique__personalize-image img {
              max-height: 100%; }
            .c-bh-unique__personalize-left-top .imgs-slider .c-bh-unique__personalize-images .c-bh-unique__personalize-div-bike-name, .c-bh-unique__personalize-right-top .imgs-slider .c-bh-unique__personalize-images .c-bh-unique__personalize-div-bike-name,
            .c-bh-unique__personalize-left-top .imgs-slider .c-bh-unique__personalize-images canvas,
            .c-bh-unique__personalize-right-top .imgs-slider .c-bh-unique__personalize-images canvas {
              display: none; }
      .c-bh-unique__personalize-left-bottom, .c-bh-unique__personalize-right-bottom {
        height: 54px;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0.625rem; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-left-bottom, .c-bh-unique__personalize-right-bottom {
            width: 100%;
            height: 108px;
            position: absolute;
            left: 0;
            bottom: 2.5rem;
            z-index: 999; } }
        .c-bh-unique__personalize-left-bottom svg, .c-bh-unique__personalize-right-bottom svg {
          max-height: 21px; }
    .c-bh-unique__personalize-images {
      width: 100%;
      max-width: 2500px;
      height: 95%;
      max-height: 1562px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique__personalize-images {
          height: 80%; } }
    .c-bh-unique__personalize-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-bh-unique__personalize-image img {
        max-height: 70vh;
        margin: 0 auto;
        max-width: 99%; }
      .c-bh-unique__personalize-image--write {
        max-width: 1961px;
        height: 95%;
        max-height: 1224px;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        background-position: center center;
        background-size: cover; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-image--write {
            min-height: 400px;
            height: 100vh;
            position: fixed;
            top: 0; } }
      .c-bh-unique__personalize-image.watermark {
        opacity: 0.5; }
      .c-bh-unique__personalize-image-div-canvas {
        position: relative;
        width: 100%; }
        .c-bh-unique__personalize-image-div-canvas img {
          visibility: hidden; }
      .c-bh-unique__personalize-image-canvas {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .c-bh-unique__personalize-div-bike-name {
      position: absolute;
      top: 16%;
      left: 8%;
      font-size: 10px;
      line-height: 1;
      color: white;
      background-color: #CECECE;
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 10px;
      padding: 1.5%; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique__personalize-div-bike-name {
          top: 19%;
          left: 12%;
          font-size: 1.325vw;
          padding: 0.6vw; } }
    .c-bh-unique__personalize-watermark {
      position: absolute;
      bottom: 34%;
      background: black;
      color: white;
      padding: 15px 30px;
      max-width: 350px;
      width: 100%;
      right: 0;
      text-align: right;
      opacity: 0.3; }
      .c-bh-unique__personalize-watermark h4 {
        color: white;
        line-height: normal;
        font-size: 21px;
        text-transform: uppercase;
        margin-bottom: 15px; }
        .c-bh-unique__personalize-watermark h4 span {
          font-size: 18px; }
    .c-bh-unique__personalize-right {
      width: 100%;
      height: calc(55vh - 36px);
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      font-size: 1rem;
      overflow: auto; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique__personalize-right {
          width: 27.625rem;
          height: calc(100vh - 72px);
          padding: 0;
          margin-left: 0;
          margin-right: 0;
          border-top: 0; } }
      .c-bh-unique__personalize-right-top {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-right-top {
            width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .c-bh-unique__personalize-right-top.new-line {
          height: 100%; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-right-top.new-line {
              height: calc(100vh - 72px); } }
        .c-bh-unique__personalize-right-top .div-step {
          width: 100vw;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0 10vw; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-right-top .div-step {
              width: 100%;
              height: calc(100vh - 4rem);
              -ms-flex-line-pack: center;
              align-content: center;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              padding: 0 10px; } }
          .c-bh-unique__personalize-right-top .div-step.disabled {
            pointer-events: none;
            opacity: 0.25; }
          .c-bh-unique__personalize-right-top .div-step .div-logo {
            display: none;
            max-width: 150px; }
            @media only screen and (min-width: 1024px) {
              .c-bh-unique__personalize-right-top .div-step .div-logo {
                display: block; } }
            @media only screen and (min-width: 1600px) {
              .c-bh-unique__personalize-right-top .div-step .div-logo {
                margin-left: 10px;
                max-width: 130px; } }
            @media only screen and (min-width: 1900px) {
              .c-bh-unique__personalize-right-top .div-step .div-logo {
                max-width: 200px; } }
          .c-bh-unique__personalize-right-top .div-step .step {
            width: 100%;
            font-family: "Roboto Condensed Light", sans-serif;
            background-color: #F8F8F8;
            border-radius: 15px;
            padding: 20px;
            margin: 10px 0; }
            @media only screen and (min-width: 1600px) {
              .c-bh-unique__personalize-right-top .div-step .step {
                margin: 24px 10px; } }
            .c-bh-unique__personalize-right-top .div-step .step .text-p {
              font-size: 12px;
              line-height: 1; }
              @media only screen and (min-width: 1024px) {
                .c-bh-unique__personalize-right-top .div-step .step .text-p {
                  font-size: 18px; } }
              @media only screen and (min-width: 1024px) {
                .c-bh-unique__personalize-right-top .div-step .step .text-p:first-child {
                  margin-bottom: 10px; } }
            .c-bh-unique__personalize-right-top .div-step .step .text-s {
              font-size: 10px;
              line-height: 1;
              color: #7B7B7B; }
              @media only screen and (min-width: 1024px) {
                .c-bh-unique__personalize-right-top .div-step .step .text-s {
                  font-size: 16px; } }
            .c-bh-unique__personalize-right-top .div-step .step-top {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
            .c-bh-unique__personalize-right-top .div-step .step-center {
              margin: 20px 0 10px;
              border-bottom: 1px solid #C5C5C5; }
              @media only screen and (min-width: 1600px) {
                .c-bh-unique__personalize-right-top .div-step .step-center {
                  margin: 85px 0 10px; } }
              .c-bh-unique__personalize-right-top .div-step .step-center-title {
                font-size: 12px;
                line-height: 16px;
                border-bottom: 1px solid #C5C5C5;
                padding-bottom: 5px; }
                @media only screen and (min-width: 1024px) {
                  .c-bh-unique__personalize-right-top .div-step .step-center-title {
                    font-size: 18px;
                    line-height: 24px;
                    padding-bottom: 15px; } }
                .c-bh-unique__personalize-right-top .div-step .step-center-title span {
                  color: #9A9A9A;
                  text-transform: uppercase; }
            .c-bh-unique__personalize-right-top .div-step .step-bottom {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .c-bh-unique__personalize-right-top .div-step .step-bottom .c-switch {
                margin-bottom: 10px; }
                .c-bh-unique__personalize-right-top .div-step .step-bottom .c-switch span {
                  font-size: 12px; }
                  @media only screen and (min-width: 1024px) {
                    .c-bh-unique__personalize-right-top .div-step .step-bottom .c-switch span {
                      font-size: 14px; } }
              .c-bh-unique__personalize-right-top .div-step .step-bottom .div-prev-next {
                margin-left: 10px;
                text-align: right; }
                .c-bh-unique__personalize-right-top .div-step .step-bottom .div-prev-next .back {
                  min-width: -webkit-max-content;
                  min-width: -moz-max-content;
                  min-width: max-content;
                  margin-bottom: 10px;
                  cursor: pointer; }
                .c-bh-unique__personalize-right-top .div-step .step-bottom .div-prev-next .next {
                  min-width: -webkit-max-content;
                  min-width: -moz-max-content;
                  min-width: max-content;
                  font-weight: bold;
                  cursor: pointer; }
            .c-bh-unique__personalize-right-top .div-step .step .color-warning {
              padding: 20px 0 0 0; }
          .c-bh-unique__personalize-right-top .div-step .div-buttons {
            width: 98%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            @media only screen and (min-width: 1024px) {
              .c-bh-unique__personalize-right-top .div-step .div-buttons {
                width: 27.625rem;
                -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
            .c-bh-unique__personalize-right-top .div-step .div-buttons button {
              width: 49%;
              min-width: 0;
              height: auto;
              font-size: 0.625rem;
              line-height: 1.25rem;
              font-weight: lighter;
              text-transform: uppercase;
              padding: 10px 20px;
              border-radius: 10px; }
              @media only screen and (min-width: 480px) {
                .c-bh-unique__personalize-right-top .div-step .div-buttons button {
                  font-size: 0.9375rem;
                  padding: 15px 20px; } }
              @media only screen and (min-width: 1024px) {
                .c-bh-unique__personalize-right-top .div-step .div-buttons button {
                  width: 48%;
                  font-size: 1rem;
                  line-height: 1; } }
              .c-bh-unique__personalize-right-top .div-step .div-buttons button:first-child {
                color: black;
                background-color: white;
                border-color: black; }
                .c-bh-unique__personalize-right-top .div-step .div-buttons button:first-child:hover {
                  color: white;
                  background-color: black; }
            .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project {
              width: 100%;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              gap: 0;
              margin: 0 auto; }
              @media only screen and (min-width: 480px) {
                .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project {
                  width: 75%; } }
              @media only screen and (min-width: 1024px) {
                .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project {
                  margin: 0; } }
              .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                border: 1px solid #C5C5C5;
                border-radius: 10px;
                margin: 15px 0;
                overflow: hidden; }
                .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu input {
                  width: 100%;
                  font-size: 0.75rem;
                  line-height: 1rem;
                  color: #858585;
                  border: none;
                  padding: 20px 15px;
                  margin: 0; }
                  @media only screen and (min-width: 1024px) {
                    .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu input {
                      font-size: 0.9375rem;
                      line-height: 1.25rem; } }
                .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu button {
                  width: auto;
                  border: none;
                  border-radius: 0;
                  padding: 0 20px;
                  margin: 0;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
                  .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu button:before {
                    content: url(/web/custombikes/img/images/ico-ok-colour-white.png);
                    position: absolute; }
                    @media only screen and (min-width: 1024px) {
                      .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu button:before {
                        position: relative; } }
                  .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project .div-code-mbu button:hover {
                    background-color: #707070; }
              .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project button {
                width: 100%;
                font-size: 0.75rem;
                line-height: 1rem;
                text-transform: uppercase;
                color: white;
                background-color: #C5C5C5;
                border: 1px solid #C5C5C5;
                border-radius: 10px;
                padding: 10px 25px;
                margin-bottom: 15px; }
                @media only screen and (min-width: 1024px) {
                  .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project button {
                    font-size: 0.9375rem;
                    line-height: 1.25rem; } }
                .c-bh-unique__personalize-right-top .div-step .div-buttons.load-project button:hover {
                  background-color: #707070; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-right-top #div-step_4,
          .c-bh-unique__personalize-right-top #div-step_5 {
            height: calc(100vh - 2rem); } }
      .c-bh-unique__personalize-right-bottom {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-right-bottom {
            position: static;
            background-color: transparent; } }
    .c-bh-unique__personalize-text {
      width: 100%;
      height: 95%;
      max-height: 1224px;
      top: 0;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique__personalize-text {
          min-height: 400px;
          height: 100vh;
          position: fixed;
          top: 0; } }
      .c-bh-unique__personalize-text-written {
        width: 100%;
        max-width: 250px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: rotate(-44deg) translate(-86px, -13.8vh);
        -ms-transform: rotate(-44deg) translate(-86px, -13.8vh);
        transform: rotate(-44deg) translate(-86px, -13.8vh);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-perspective: 100px;
        perspective: 100px; }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          .c-bh-unique__personalize-text-written {
            -webkit-transform: rotate(-44deg) translate(-50px, -20vh);
            -ms-transform: rotate(-44deg) translate(-50px, -20vh);
            transform: rotate(-44deg) translate(-50px, -20vh); } }
        @media only screen and (min-width: 768px) {
          .c-bh-unique__personalize-text-written {
            -webkit-transform: rotate(-44deg) translate(-133px, -14.5vh);
            -ms-transform: rotate(-44deg) translate(-133px, -14.5vh);
            transform: rotate(-44deg) translate(-133px, -14.5vh); } }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique__personalize-text-written {
            -webkit-transform: rotate(-44deg) translate(-13vw, -18.1vh);
            -ms-transform: rotate(-44deg) translate(-13vw, -18.1vh);
            transform: rotate(-44deg) translate(-13vw, -18.1vh); } }
        @media only screen and (min-width: 1248px) {
          .c-bh-unique__personalize-text-written {
            -webkit-transform: rotate(-44deg) translate(-9vw, -18.2vh);
            -ms-transform: rotate(-44deg) translate(-9vw, -18.2vh);
            transform: rotate(-44deg) translate(-9vw, -18.2vh); } }
        @media only screen and (min-width: 1440px) {
          .c-bh-unique__personalize-text-written {
            -webkit-transform: rotate(-44deg) translate(-9vw, -17.1vh);
            -ms-transform: rotate(-44deg) translate(-9vw, -17.1vh);
            transform: rotate(-44deg) translate(-9vw, -17.1vh);
            font-size: 1.1rem;
            opacity: 0.8; } }
        .c-bh-unique__personalize-text-written .prs {
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-transform: rotateX(23deg);
          transform: rotateX(23deg);
          padding-left: 5px; }
        .c-bh-unique__personalize-text-written.lynxrace, .c-bh-unique__personalize-text-written.lynxracevo {
          -webkit-transform: skew(-20deg) rotate(-39deg) translate(-12px, -15px);
          -ms-transform: skew(-20deg) rotate(-39deg) translate(-12px, -15px);
          transform: skew(-20deg) rotate(-39deg) translate(-12px, -15px); }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.lynxrace, .c-bh-unique__personalize-text-written.lynxracevo {
              -webkit-transform: skew(-20deg) rotate(-39deg) translate(-12px, -25px);
              -ms-transform: skew(-20deg) rotate(-39deg) translate(-12px, -25px);
              transform: skew(-20deg) rotate(-39deg) translate(-12px, -25px); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.lynxrace, .c-bh-unique__personalize-text-written.lynxracevo {
              -webkit-transform: skew(-20deg) rotate(-39deg) translate(-12px, -1.5vw);
              -ms-transform: skew(-20deg) rotate(-39deg) translate(-12px, -1.5vw);
              transform: skew(-20deg) rotate(-39deg) translate(-12px, -1.5vw); } }
          .c-bh-unique__personalize-text-written.lynxrace .prs, .c-bh-unique__personalize-text-written.lynxracevo .prs {
            -webkit-transform: rotateX(-21deg);
            transform: rotateX(-21deg); }
        .c-bh-unique__personalize-text-written[style*="font-family: Michroma"], .c-bh-unique__personalize-text-written[style*="font-family: Querround"] {
          font-size: 0.6rem; }
        .c-bh-unique__personalize-text-written.g8-disc-text-written {
          -webkit-transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-30vw, -12.2vh);
          transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-30vw, -12.2vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.g8-disc-text-written {
              -webkit-transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-15vw, -12.2vh);
              transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-15vw, -12.2vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.g8-disc-text-written {
              -webkit-transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-15vw, -12.2vh);
              transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-15vw, -12.2vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.g8-disc-text-written {
              -webkit-transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-27vw, -18.2vh);
              transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-27vw, -18.2vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.g8-disc-text-written {
              -webkit-transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-23vw, -17.2vh);
              transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-23vw, -17.2vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.g8-disc-text-written {
              -webkit-transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-19vw, -18.2vh);
              transform: rotateX(-10deg) rotateY(6deg) rotateZ(-35deg) translate(-19vw, -18.2vh); } }
          .c-bh-unique__personalize-text-written.g8-disc-text-written .prs {
            -webkit-transform: rotateX(16deg);
            transform: rotateX(16deg); }
        .c-bh-unique__personalize-text-written.aerolight-disc-text-written {
          -webkit-transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-9vw, -24vh);
          transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-9vw, -24vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.aerolight-disc-text-written {
              -webkit-transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-5vw, -24vh);
              transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-5vw, -24vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.aerolight-disc-text-written {
              -webkit-transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-5vw, -24vh);
              transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-5vw, -24vh); } }
          @media only screen and (min-width: 992px) {
            .c-bh-unique__personalize-text-written.aerolight-disc-text-written {
              -webkit-transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-3vw, -32vh);
              transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-3vw, -32vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.aerolight-disc-text-written {
              -webkit-transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-3vw, -32vh);
              transform: rotateX(22deg) rotateY(15deg) rotateZ(-62deg) translate(-3vw, -32vh); } }
          .c-bh-unique__personalize-text-written.aerolight-disc-text-written .prs {
            -webkit-transform: rotateX(30deg);
            transform: rotateX(30deg); }
        .c-bh-unique__personalize-text-written.ultimate-text-written {
          -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(4vw, -27.25vh);
          transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(4vw, -27.25vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.ultimate-text-written {
              -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -27.25vh);
              transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -27.25vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.ultimate-text-written {
              -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -27.25vh);
              transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -27.25vh); } }
          @media only screen and (min-width: 992px) {
            .c-bh-unique__personalize-text-written.ultimate-text-written {
              -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -27.75vh);
              transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -27.75vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.ultimate-text-written {
              -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -34vh);
              transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -34vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.ultimate-text-written {
              -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -34vh);
              transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -34vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.ultimate-text-written {
              -webkit-transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -34vh);
              transform: rotateX(-34deg) rotateY(14deg) rotateZ(-38deg) translate(2vw, -34vh); } }
          .c-bh-unique__personalize-text-written.ultimate-text-written .prs {
            -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg); }
        .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
          -webkit-transform: rotateX(10deg) rotateY(18deg) rotateZ(-38deg) translate(-13vw, -22vh);
          transform: rotateX(10deg) rotateY(18deg) rotateZ(-38deg) translate(-13vw, -22vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
              -webkit-transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(22vw, -41vh);
              transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(22vw, -41vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
              -webkit-transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(13vw, -57vh);
              transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(13vw, -57vh); } }
          @media only screen and (min-width: 992px) {
            .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
              -webkit-transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(13vw, -65vh);
              transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(13vw, -65vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
              -webkit-transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(10vw, -52vh);
              transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(10vw, -52vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
              -webkit-transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(10vw, -59.5vh);
              transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(10vw, -59.5vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.ultimate-rc-text-written, .c-bh-unique__personalize-text-written.ultimate-evo-text-written {
              -webkit-transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(10vw, -75vh);
              transform: rotateX(-60deg) rotateY(20deg) rotateZ(-38deg) translate(10vw, -75vh); } }
          .c-bh-unique__personalize-text-written.ultimate-rc-text-written .prs, .c-bh-unique__personalize-text-written.ultimate-evo-text-written .prs {
            -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg); }
        .c-bh-unique__personalize-text-written.rs1-text-written {
          -webkit-transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-3vw, -23.5vh);
          transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-3vw, -23.5vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.rs1-text-written {
              -webkit-transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -23.5vh);
              transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -23.5vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.rs1-text-written {
              -webkit-transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -23.5vh);
              transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -23.5vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.rs1-text-written {
              -webkit-transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -30vh);
              transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -30vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.rs1-text-written {
              -webkit-transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -30vh);
              transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -30vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.rs1-text-written {
              -webkit-transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -30vh);
              transform: rotateX(27deg) rotateY(-18deg) rotateZ(-26deg) translate(-2vw, -30vh); } }
          .c-bh-unique__personalize-text-written.rs1-text-written .prs {
            -webkit-transform: rotateX(13deg);
            transform: rotateX(13deg); }
        .c-bh-unique__personalize-text-written.gravelx-carbon-text-written {
          -webkit-transform: rotateX(4deg) rotateY(14deg) rotateZ(-24deg) translate(-28vw, -13vh);
          transform: rotateX(4deg) rotateY(14deg) rotateZ(-24deg) translate(-28vw, -13vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.gravelx-carbon-text-written {
              -webkit-transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-13vw, -10vh);
              transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-13vw, -10vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.gravelx-carbon-text-written {
              -webkit-transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-15vw, -10vh);
              transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-15vw, -10vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.gravelx-carbon-text-written {
              -webkit-transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-15vw, -13vh);
              transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-15vw, -13vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.gravelx-carbon-text-written {
              -webkit-transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-13vw, -13vh);
              transform: rotateX(4deg) rotateY(14deg) rotateZ(-25deg) translate(-13vw, -13vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.gravelx-carbon-text-written {
              -webkit-transform: rotateX(4deg) rotateY(14deg) rotateZ(-24deg) translate(-10vw, -13vh);
              transform: rotateX(4deg) rotateY(14deg) rotateZ(-24deg) translate(-10vw, -13vh); } }
          .c-bh-unique__personalize-text-written.gravelx-carbon-text-written .prs {
            -webkit-transform: rotateX(23deg);
            transform: rotateX(23deg); }
        .c-bh-unique__personalize-text-written.xtep-carbon-text-written {
          -webkit-transform: rotateX(-28deg) rotateY(32deg) rotateZ(-39deg) translate(-20vw, -27vh);
          transform: rotateX(-28deg) rotateY(32deg) rotateZ(-39deg) translate(-20vw, -27vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.xtep-carbon-text-written {
              -webkit-transform: rotate(-49deg) translate(-10vw, -20.5vh);
              -ms-transform: rotate(-49deg) translate(-10vw, -20.5vh);
              transform: rotate(-49deg) translate(-10vw, -20.5vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.xtep-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -23vh);
              transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -23vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.xtep-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -30vh);
              transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -30vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.xtep-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -30vh);
              transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -30vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.xtep-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -30vh);
              transform: rotateX(-28deg) rotateY(9deg) rotateZ(-50deg) translate(-6vw, -30vh); } }
          .c-bh-unique__personalize-text-written.xtep-carbon-text-written .prs {
            -webkit-transform: rotateX(-23deg);
            transform: rotateX(-23deg); }
        .c-bh-unique__personalize-text-written.atomx-carbon-text-written {
          -webkit-transform: rotateX(-28deg) rotateY(32deg) rotateZ(-33deg) translate(-22vw, -19.2vh);
          transform: rotateX(-28deg) rotateY(32deg) rotateZ(-33deg) translate(-22vw, -19.2vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.atomx-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(32deg) rotateZ(-36deg) translate(-11vw, -19.5vh);
              transform: rotateX(-28deg) rotateY(32deg) rotateZ(-36deg) translate(-11vw, -19.5vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.atomx-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(32deg) rotateZ(-33deg) translate(-11vw, -19.5vh);
              transform: rotateX(-28deg) rotateY(32deg) rotateZ(-33deg) translate(-11vw, -19.5vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.atomx-carbon-text-written {
              -webkit-transform: rotateX(-28deg) rotateY(32deg) rotateZ(-33deg) translate(-12vw, -25.5vh);
              transform: rotateX(-28deg) rotateY(32deg) rotateZ(-33deg) translate(-12vw, -25.5vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.atomx-carbon-text-written {
              -webkit-transform: rotateX(-47deg) rotateY(41deg) rotateZ(-22deg) translate(-10vw, -37vh);
              transform: rotateX(-47deg) rotateY(41deg) rotateZ(-22deg) translate(-10vw, -37vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.atomx-carbon-text-written {
              -webkit-transform: rotateX(-47deg) rotateY(41deg) rotateZ(-22deg) translate(-9vw, -37vh);
              transform: rotateX(-47deg) rotateY(41deg) rotateZ(-22deg) translate(-9vw, -37vh); } }
          .c-bh-unique__personalize-text-written.atomx-carbon-text-written .prs {
            -webkit-transform: rotateX(23deg);
            transform: rotateX(23deg); }
        .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written {
          -webkit-transform: rotateX(-25deg) rotateY(16deg) rotateZ(336deg) translate(12vw, -16vh);
          transform: rotateX(-25deg) rotateY(16deg) rotateZ(336deg) translate(12vw, -16vh);
          font-size: 0.7rem; }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written {
              -webkit-transform: rotateX(-25deg) rotateY(16deg) rotateZ(336deg) translate(6vw, -16vh);
              transform: rotateX(-25deg) rotateY(16deg) rotateZ(336deg) translate(6vw, -16vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written {
              -webkit-transform: rotateX(-25deg) rotateY(16deg) rotateZ(336deg) translate(7vw, -16vh);
              transform: rotateX(-25deg) rotateY(16deg) rotateZ(336deg) translate(7vw, -16vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(15deg) rotateZ(334deg) translate(8vw, -21vh);
              transform: rotateX(-26deg) rotateY(15deg) rotateZ(334deg) translate(8vw, -21vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(15deg) rotateZ(334deg) translate(7vw, -20.5vh);
              transform: rotateX(-26deg) rotateY(15deg) rotateZ(334deg) translate(7vw, -20.5vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(15deg) rotateZ(334deg) translate(4vw, -21.5vh);
              transform: rotateX(-26deg) rotateY(15deg) rotateZ(334deg) translate(4vw, -21.5vh);
              font-size: 0.9rem; } }
          .c-bh-unique__personalize-text-written.ultralight-evo-disc-text-written .prs {
            -webkit-transform: rotateX(-35deg);
            transform: rotateX(-35deg); }
        .c-bh-unique__personalize-text-written.ultralight-text-written {
          -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-6vw, -20.2vh);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-6vw, -20.2vh);
          font-size: 0.7rem; }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.ultralight-text-written {
              -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-4vw, -20.2vh);
              transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-4vw, -20.2vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.ultralight-text-written {
              -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-3vw, -20.2vh);
              transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-3vw, -20.2vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.ultralight-text-written {
              -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-4vw, -26vh);
              transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-4vw, -26vh);
              font-size: 0.9rem; } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.ultralight-text-written {
              -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-5vw, -25.5vh);
              transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-5vw, -25.5vh);
              font-size: 1.1rem; } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.ultralight-text-written {
              -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-3vw, -25.75vh);
              transform: rotateX(0deg) rotateY(0deg) rotateZ(335deg) translate(-3vw, -25.75vh); } }
          .c-bh-unique__personalize-text-written.ultralight-text-written .prs {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }
        .c-bh-unique__personalize-text-written.core-carbon-text-written {
          -webkit-transform: rotateX(-26deg) rotateY(9deg) rotateZ(-22deg) translate(27vw, -23.5vh);
          transform: rotateX(-26deg) rotateY(9deg) rotateZ(-22deg) translate(27vw, -23.5vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.core-carbon-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(9deg) rotateZ(-22deg) translate(20vw, -23.5vh);
              transform: rotateX(-26deg) rotateY(9deg) rotateZ(-22deg) translate(20vw, -23.5vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.core-carbon-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(9deg) rotateZ(-22deg) translate(17vw, -23.5vh);
              transform: rotateX(-26deg) rotateY(9deg) rotateZ(-22deg) translate(17vw, -23.5vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.core-carbon-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(9deg) rotateZ(-23deg) translate(18vw, -29.5vh);
              transform: rotateX(-26deg) rotateY(9deg) rotateZ(-23deg) translate(18vw, -29.5vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.core-carbon-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(9deg) rotateZ(-23deg) translate(16vw, -29.5vh);
              transform: rotateX(-26deg) rotateY(9deg) rotateZ(-23deg) translate(16vw, -29.5vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.core-carbon-text-written {
              -webkit-transform: rotateX(-26deg) rotateY(9deg) rotateZ(-23deg) translate(12vw, -29.5vh);
              transform: rotateX(-26deg) rotateY(9deg) rotateZ(-23deg) translate(12vw, -29.5vh); } }
          .c-bh-unique__personalize-text-written.core-carbon-text-written .prs {
            -webkit-transform: rotateX(17deg);
            transform: rotateX(17deg); }
        .c-bh-unique__personalize-text-written.ilynx-carbon-text-written {
          -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-25vw, -19.8vh);
          transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-25vw, -19.8vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.ilynx-carbon-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-10vw, -19.8vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-10vw, -19.8vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.ilynx-carbon-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-10vw, -19.8vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-10vw, -19.8vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.ilynx-carbon-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-11vw, -25.5vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-11vw, -25.5vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.ilynx-carbon-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-9vw, -25.5vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-32deg) translate(-9vw, -25.5vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.ilynx-carbon-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-33deg) translate(-7vw, -26vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-33deg) translate(-7vw, -26vh); } }
          .c-bh-unique__personalize-text-written.ilynx-carbon-text-written .prs {
            -webkit-transform: rotateX(-12deg);
            transform: rotateX(-12deg); }
        .c-bh-unique__personalize-text-written.aerolight-text-written {
          -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(3vw, -26.5vh);
          transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(3vw, -26.5vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.aerolight-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(2vw, -25.5vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(2vw, -25.5vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.aerolight-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(2vw, -26.5vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(2vw, -26.5vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.aerolight-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(2vw, -33.3vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(2vw, -33.3vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.aerolight-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(1vw, -33.5vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(1vw, -33.5vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.aerolight-text-written {
              -webkit-transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(1vw, -33.5vh);
              transform: rotateX(-45deg) rotateY(3deg) rotateZ(-35deg) translate(1vw, -33.5vh); } }
          .c-bh-unique__personalize-text-written.aerolight-text-written .prs {
            -webkit-transform: rotateX(-12deg);
            transform: rotateX(-12deg); }
        .c-bh-unique__personalize-text-written.lynx-trail-text-written {
          -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-22vw, -4.75vh);
          transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-22vw, -4.75vh); }
          @media only screen and (min-width: 480px) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-18vw, -4.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-18vw, -4.75vh); } }
          @media only screen and (min-width: 576px) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-16vw, -4.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-16vw, -4.75vh); } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -4.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -4.75vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -4.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -4.75vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-12vw, -5.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-12vw, -5.75vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -5.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -5.75vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.lynx-trail-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -5.75vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-11vw, -5.75vh); } }
          .c-bh-unique__personalize-text-written.lynx-trail-text-written .prs {
            -webkit-transform: rotateX(-28deg);
            transform: rotateX(-28deg); }
        .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
          -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-34vw, -4.5vh);
          transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-34vw, -4.5vh);
          font-size: 0.5rem; }
          @media only screen and (min-width: 480px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-25vw, -4.5vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-25vw, -4.5vh); } }
          @media only screen and (min-width: 576px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-20vw, -4.5vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-20vw, -4.5vh); } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-15vw, -4vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-15vw, -4vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-15vw, -4vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-15vw, -4vh); } }
          @media only screen and (min-width: 992px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-14vw, -4.5vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-14vw, -4.5vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-16vw, -5vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-16vw, -5vh);
              font-size: 0.75rem; } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-14vw, -5.5vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-14vw, -5.5vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.lynx-race-text-written, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written {
              -webkit-transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-12vw, -5.5vh);
              transform: rotateX(34deg) rotateY(24deg) rotateZ(-34deg) translate(-12vw, -5.5vh); } }
          .c-bh-unique__personalize-text-written.lynx-race-text-written .prs, .c-bh-unique__personalize-text-written.lynx-race-rc-text-written .prs {
            -webkit-transform: rotateX(-28deg);
            transform: rotateX(-28deg); }
        .c-bh-unique__personalize-text-written.ilynx-trail-text-written {
          -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-36vw, 0vh);
          transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-36vw, 0vh); }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.ilynx-trail-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-25vw, 0vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-25vw, 0vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.ilynx-trail-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-25vw, 0vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-25vw, 0vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.ilynx-trail-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-19vw, 0vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-19vw, 0vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.ilynx-trail-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-19vw, 0vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-19vw, 0vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.ilynx-trail-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-19vw, 0vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-19vw, 0vh); } }
          .c-bh-unique__personalize-text-written.ilynx-trail-text-written .prs {
            -webkit-transform: rotateX(16deg);
            transform: rotateX(16deg); }
        .c-bh-unique__personalize-text-written.atomx-text-written {
          -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-13vw, -22vh);
          transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-13vw, -22vh); }
          @media screen and (max-width: 768px) and (orientation: landscape) {
            .c-bh-unique__personalize-text-written.atomx-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-13vw, -24vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-13vw, -24vh); } }
          @media only screen and (min-width: 768px) {
            .c-bh-unique__personalize-text-written.atomx-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-13vw, -25vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-13vw, -25vh); } }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique__personalize-text-written.atomx-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-10vw, -25.5vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-10vw, -25.5vh); } }
          @media only screen and (min-width: 1248px) {
            .c-bh-unique__personalize-text-written.atomx-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-10vw, -33vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-10vw, -33vh); } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique__personalize-text-written.atomx-text-written {
              -webkit-transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-10vw, -39.5vh);
              transform: rotateX(-27deg) rotateY(4deg) rotateZ(338deg) translate(-10vw, -39.5vh); } }
          .c-bh-unique__personalize-text-written.atomx-text-written .prs {
            -webkit-transform: rotateX(16deg);
            transform: rotateX(16deg); }
  .c-bh-unique-bottom__left {
    width: calc(100% - 130px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-bh-unique-bottom__left .c-bh-unique-button {
      margin-left: 1.5rem; }
  .c-bh-unique-bottom__right {
    width: 120px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right; }
    .c-bh-unique-bottom__right .c-bh-unique-wrapper-button {
      position: absolute;
      top: -2rem;
      right: 15px; }
    .c-bh-unique-bottom__right .c-bh-unique-super-zoom {
      top: -5rem; }
  .c-bh-unique-list {
    width: auto;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1.625rem; }
    .c-bh-unique-list__item {
      width: auto;
      margin-right: 1.225rem;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 300;
      color: #000; }
      .c-bh-unique-list__item:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 355px) {
        .c-bh-unique-list__item {
          margin-right: 1.625rem; } }
    .c-bh-unique-list__action {
      width: 21px;
      height: 21px;
      display: block;
      padding: 0.2rem;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      background-color: transparent;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      fill: #000; }
      .c-bh-unique-list__action:hover {
        background-color: transparent;
        color: inherit;
        opacity: 0.85; }
      .c-bh-unique-list__action:focus {
        outline: 1px dotted #000;
        color: inherit;
        background-color: inherit; }
      .c-bh-unique-list__action .fa:hover {
        background-color: transparent;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        color: inherit; }
      .c-bh-unique-list__action img {
        max-width: 100%;
        height: auto;
        display: block; }
      .c-bh-unique-list__action .o-svg-container {
        height: 100%; }
    .c-bh-unique-list--vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .c-bh-unique-list--social {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 0; }
    .c-bh-unique-list__sublist {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.5rem 0.75rem; }
      .c-bh-unique-list__sublist-item {
        width: 19px;
        height: 19px;
        margin-right: 0.8rem; }
        .c-bh-unique-list__sublist-item:last-child {
          margin-right: 0; }
        .c-bh-unique-list__sublist-item-action {
          width: 100%;
          height: 100%;
          display: block;
          fill: #000;
          text-decoration: none;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .c-bh-unique-list__sublist-item-action span {
            width: 100%;
            height: 100%;
            display: block;
            font-size: 1.25rem; }
            .c-bh-unique-list__sublist-item-action span.fa-linkedin {
              top: 0; }
          .c-bh-unique-list__sublist-item-action:hover {
            opacity: 0.95;
            fill: #cd202c; }
          .c-bh-unique-list__sublist-item-action:focus {
            outline: 1px dotted #000; }
  .c-bh-unique-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .c-bh-unique-button-group button,
    .c-bh-unique-button-group a {
      width: auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.25rem);
      flex: 0 1 calc(50% - 0.25rem);
      margin-right: 0.25rem; }
      .c-bh-unique-button-group button:last-child,
      .c-bh-unique-button-group a:last-child {
        margin-right: 0;
        margin-left: 0.25rem; }
  .c-bh-unique-button {
    min-width: 145px;
    height: 2.25rem;
    line-height: 2.25rem;
    display: inline-block;
    padding: 0 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.063rem;
    font-weight: 400;
    color: #fff;
    border-radius: 1rem;
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-bh-unique-button:hover {
      background-color: #fff;
      color: #000; }
    .c-bh-unique-button:focus {
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      color: inherit;
      background-color: inherit; }
    .c-bh-unique-button--text {
      min-width: 20px;
      height: auto;
      line-height: 1.5;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      font-size: 0.8rem;
      color: #000; }
      .c-bh-unique-button--text:hover {
        background-color: transparent;
        color: #000; }
      .c-bh-unique-button--text:focus {
        outline: 1px dotted #000;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        background-color: inherit; }
    .c-bh-unique-button--small {
      min-width: 134px; }
    .c-bh-unique-button--small-white {
      width: 85%;
      min-width: 134px;
      max-width: 205px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      color: #000;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .c-bh-unique-button--small-white:hover {
        background-color: #000;
        color: #fff; }
      .c-bh-unique-button--small-white:focus {
        color: #fff;
        background-color: #000; }
      .c-bh-unique-button--small-white-auto {
        width: auto; }
    .c-bh-unique-button--personalize {
      height: calc(2.25rem + 0.538rem);
      line-height: calc(2.25rem + 0.538rem);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 20px;
      font-weight: 700;
      color: #000;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .c-bh-unique-button--personalize:hover {
        background-color: #000;
        color: #fff; }
      .c-bh-unique-button--personalize:focus {
        color: #fff;
        background-color: #000; }
    .c-bh-unique-button--info {
      width: 1.3rem;
      height: 1.3rem;
      line-height: 1.3rem;
      padding: 0;
      border: 1px solid #000;
      border-radius: 50%;
      background-color: transparent;
      font-size: 0.86667rem;
      color: #000;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .c-bh-unique-button--info:hover {
        background-color: inherit;
        border-color: #cd202c;
        color: #cd202c;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .c-bh-unique-button--info:hover span {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
      .c-bh-unique-button--info:focus {
        background-color: inherit;
        border-color: #000;
        color: #000;
        outline: 1px dotted #000; }
    .c-bh-unique-button--square {
      border-radius: 0;
      text-transform: uppercase;
      border-color: #fff;
      max-width: 200px; }
      .c-bh-unique-button--square-white {
        background: #fff;
        border-color: #707070;
        color: #000; }
        .c-bh-unique-button--square-white:hover {
          background-color: #000;
          border-color: #000;
          color: #fff;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
    .c-bh-unique-button--circleplus {
      border: 1px solid #707070;
      min-width: 40px;
      height: 40px;
      border-radius: 100%;
      background: transparent;
      color: black; }
      .c-bh-unique-button--circleplus:hover {
        border-color: #cd202c;
        color: #cd202c;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .c-bh-unique-ico-alone {
    width: 28px;
    height: 28px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    background-color: transparent;
    overflow: hidden;
    fill: #000; }
    .c-bh-unique-ico-alone:hover {
      background-color: transparent;
      color: inherit;
      opacity: 0.85; }
    .c-bh-unique-ico-alone:focus {
      outline: 1px dotted #000;
      background-color: inherit;
      color: inherit; }
  .c-bh-unique-title, #content h1.c-bh-unique-title {
    max-width: calc(100% - 21px);
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .c-bh-unique-title, #content h1.c-bh-unique-title {
        font-size: 30px;
        line-height: 39px; } }
  .c-bh-unique-subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .c-bh-unique-subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px; } }
  .c-bh-unique-ref {
    width: 100%;
    margin: 0.4rem 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    text-transform: initial;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1px; }
    .c-bh-unique-ref span, .c-bh-unique-ref div {
      font-weight: 300; }
  .c-bh-unique-customize-block {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .c-bh-unique-customize-block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0; } }
    .c-bh-unique-customize-block__button {
      width: 100%;
      padding: 0.6rem 1rem;
      margin-bottom: 15px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      line-height: 21px;
      font-weight: bold;
      text-align: center;
      color: #000;
      background-color: transparent;
      border-bottom: 1px solid #C5C5C5; }
      @media only screen and (min-width: 576px) {
        .c-bh-unique-customize-block__button {
          font-size: 25px;
          line-height: 33px; } }
      @media only screen and (min-width: 768px) {
        .c-bh-unique-customize-block__button {
          font-size: 34px;
          line-height: 44px; } }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique-customize-block__button {
          padding: 1.2rem 1rem;
          font-size: 25px;
          line-height: 33px; } }
      .c-bh-unique-customize-block__button:hover {
        background-color: transparent;
        color: inherit; }
      .c-bh-unique-customize-block__button:focus {
        outline: 1px dotted #000;
        background-color: inherit;
        color: inherit; }
      .c-bh-unique-customize-block__button span {
        font-size: 0.8rem;
        font-weight: 100;
        line-height: 22px;
        color: #000;
        opacity: 0.32; }
        .c-bh-unique-customize-block__button span .fa {
          font-size: inherit;
          font-weight: inherit;
          line-height: inherit;
          color: inherit;
          opacity: inherit; }
    .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size {
      margin-bottom: 0; }
      .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size h5 {
        font-size: 0.75rem;
        line-height: 1rem; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size h5 {
            font-size: 1rem;
            line-height: 1.3125rem; } }
      .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height {
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 1.4375rem; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height {
            font-size: 1rem;
            line-height: 1.3125rem; } }
        .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height.hidden {
          margin-bottom: 0; }
        .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height label {
          margin-bottom: 0.625rem; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height label {
              margin-bottom: 1.125rem; } }
        .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height input {
          font-size: 0.75rem;
          line-height: 1rem; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height input {
              font-size: 1rem;
              line-height: 1.3125rem; } }
        .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height .result {
          display: block;
          font-size: 1.875rem;
          line-height: 2.375rem; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height .result {
              font-size: 2.1875rem;
              line-height: 2.9375rem; } }
        .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height .mesaje {
          display: block;
          font-size: 0.625rem; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-customize-block__my-size.c-ficha-bike__my-size .div-height .mesaje {
              font-size: 0.75rem; } }
    .c-bh-unique-customize-block__expand {
      padding: 1rem 0; }
    .c-bh-unique-customize-block-title, .c-bh-unique-customize-block__components-head {
      margin-top: 0;
      margin-bottom: 0.525rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1rem;
      font-weight: 300;
      text-align: center;
      text-transform: capitalize;
      line-height: 19px;
      color: #000; }
      .c-bh-unique-customize-block-title[role="button"], .c-bh-unique-customize-block__components-head[role="button"], .c-bh-unique-customize-block-title--button {
        cursor: pointer; }
        .c-bh-unique-customize-block-title[role="button"]:hover, .c-bh-unique-customize-block__components-head[role="button"]:hover, .c-bh-unique-customize-block-title--button:hover {
          opacity: 0.95; }
        .c-bh-unique-customize-block-title[role="button"]:focus, .c-bh-unique-customize-block__components-head[role="button"]:focus, .c-bh-unique-customize-block-title--button:focus {
          outline: 1px dotted #000; }
        .c-bh-unique-customize-block-title[role="button"]::after, .c-bh-unique-customize-block__components-head[role="button"]::after, .c-bh-unique-customize-block-title--button::after {
          content: '\f107';
          font-family: FontAwesome;
          position: relative;
          top: 0.05rem;
          float: right;
          color: #000;
          opacity: 0.32; }
        .c-bh-unique-customize-block-title[role="button"].is-active::after, .c-bh-unique-customize-block__components-head[role="button"].is-active::after, .c-bh-unique-customize-block-title--button.is-active::after {
          content: '\f106'; }
    .c-bh-unique-customize-block-top {
      width: 100%;
      margin-bottom: 0.5rem; }
      .c-bh-unique-customize-block-top--inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-bh-unique-customize-block__colours, .c-bh-unique-customize-block__sizes, .c-bh-unique-customize-block__components {
      width: 100%;
      max-height: 225px;
      overflow: auto;
      margin-bottom: 1rem; }
      .c-bh-unique-customize-block__colours:last-child, .c-bh-unique-customize-block__sizes:last-child, .c-bh-unique-customize-block__components:last-child {
        margin-bottom: 0; }
      .c-bh-unique-customize-block__colours-category {
        font-size: 12px;
        line-height: 16px;
        color: #9A9A9A;
        text-transform: uppercase;
        margin-bottom: 10px; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-customize-block__colours-category {
            font-size: 18px;
            line-height: 24px; } }
      .c-bh-unique-customize-block__colours-list, .c-bh-unique-customize-block__sizes-list {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px; }
      .c-bh-unique-customize-block__colours-item, .c-bh-unique-customize-block__sizes-item {
        width: calc(25% - 15px);
        height: auto;
        margin: 0 15px 10px 0; }
        @media only screen and (min-width: 576px) {
          .c-bh-unique-customize-block__colours-item, .c-bh-unique-customize-block__sizes-item {
            width: calc(20% - 15px); } }
        @media only screen and (min-width: 768px) {
          .c-bh-unique-customize-block__colours-item, .c-bh-unique-customize-block__sizes-item {
            width: calc(10% - 15px); } }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-customize-block__colours-item, .c-bh-unique-customize-block__sizes-item {
            width: calc(25% - 13px);
            margin: 0 15px 15px 0; }
            .c-bh-unique-customize-block__colours-item:nth-child(4n), .c-bh-unique-customize-block__sizes-item:nth-child(4n) {
              margin: 0; }
            .c-bh-unique-customize-block__colours-item:nth-last-child(-n+4), .c-bh-unique-customize-block__sizes-item:nth-last-child(-n+4) {
              margin-bottom: 0; } }
      .c-bh-unique-customize-block__colours-colour, .c-bh-unique-customize-block__sizes-size, .c-bh-unique-customize-block__components-component {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .c-bh-unique-customize-block__colours-colour img, .c-bh-unique-customize-block__sizes-size img, .c-bh-unique-customize-block__components-component img {
          width: 100%;
          height: auto;
          display: block;
          margin: 0 auto 0.15rem auto;
          border-radius: 10px; }
        .c-bh-unique-customize-block__colours-colour:hover, .c-bh-unique-customize-block__sizes-size:hover, .c-bh-unique-customize-block__components-component:hover {
          background-color: transparent;
          color: inherit; }
          .c-bh-unique-customize-block__colours-colour:hover .c-bh-unique-customize-block__colours-name, .c-bh-unique-customize-block__sizes-size:hover .c-bh-unique-customize-block__colours-name, .c-bh-unique-customize-block__components-component:hover .c-bh-unique-customize-block__colours-name {
            opacity: 0.75; }
        .c-bh-unique-customize-block__colours-colour:focus, .c-bh-unique-customize-block__sizes-size:focus, .c-bh-unique-customize-block__components-component:focus {
          background-color: inherit;
          color: inherit; }
        .c-bh-unique-customize-block__colours-colour.is-active::before, .is-active.c-bh-unique-customize-block__sizes-size::before, .is-active.c-bh-unique-customize-block__components-component::before {
          content: url(/web/custombikes/img/images/ico-ok-colour-white.png);
          position: absolute;
          bottom: 5px;
          right: 0.25rem; }
        .c-bh-unique-customize-block__colours-colour.is-disabled, .is-disabled.c-bh-unique-customize-block__sizes-size, .is-disabled.c-bh-unique-customize-block__components-component {
          cursor: not-allowed; }
        .c-bh-unique-customize-block__colours-colour::after, .c-bh-unique-customize-block__sizes-size::after, .c-bh-unique-customize-block__components-component::after {
          content: '';
          width: 100%;
          height: 3.79rem;
          position: absolute;
          top: 0;
          left: 0;
          background: -webkit-linear-gradient(302deg, rgba(255, 255, 255, 0) 31.6%, rgba(255, 255, 255, 0.17) 55.6%, rgba(255, 255, 255, 0.11) 37.6%, rgba(255, 255, 255, 0) 0%);
          background: -o-linear-gradient(302deg, rgba(255, 255, 255, 0) 31.6%, rgba(255, 255, 255, 0.17) 55.6%, rgba(255, 255, 255, 0.11) 37.6%, rgba(255, 255, 255, 0) 0%);
          background: linear-gradient(148deg, rgba(255, 255, 255, 0) 31.6%, rgba(255, 255, 255, 0.17) 55.6%, rgba(255, 255, 255, 0.11) 37.6%, rgba(255, 255, 255, 0) 0%);
          opacity: 0.8; }
        .c-bh-unique-customize-block__colours-colour.a7791::after, .a7791.c-bh-unique-customize-block__sizes-size::after, .a7791.c-bh-unique-customize-block__components-component::after {
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
          background: -webkit-linear-gradient(transparent, transparent);
          background: -o-linear-gradient(transparent, transparent);
          background: linear-gradient(transparent, transparent); }
        .c-bh-unique-customize-block__colours-colour.mate::after, .mate.c-bh-unique-customize-block__sizes-size::after, .mate.c-bh-unique-customize-block__components-component::after {
          background: none; }
        .c-bh-unique-customize-block__colours-colour.cyclingwhite.is-active::before, .cyclingwhite.is-active.c-bh-unique-customize-block__sizes-size::before, .cyclingwhite.is-active.c-bh-unique-customize-block__components-component::before {
          content: url(/web/custombikes/img/images/ico-ok-colour-black.png); }
      .c-bh-unique-customize-block__colours-name {
        position: absolute;
        width: 100%;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 400;
        text-align: center;
        text-transform: none;
        color: #fff;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-customize-block__colours-name {
            font-size: 0.813rem; } }
    .c-bh-unique-customize-block__inspiration-slider {
      margin: 0 auto;
      text-align: center; }
      .c-bh-unique-customize-block__inspiration-slider-wrapper {
        width: 100%;
        margin: 0 auto; }
        .c-bh-unique-customize-block__inspiration-slider-wrapper:focus {
          outline: 0; }
      .c-bh-unique-customize-block__inspiration-slider-number {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.975rem;
        font-weight: 700;
        line-height: 1rem;
        color: #000; }
      .c-bh-unique-customize-block__inspiration-slider-images {
        width: 239px;
        height: 136px;
        margin: 1.5rem auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        cursor: pointer; }
      .c-bh-unique-customize-block__inspiration-slider-name {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.188rem;
        color: #000; }
      .c-bh-unique-customize-block__inspiration-slider .slick-dots {
        visibility: hidden;
        display: none; }
      .c-bh-unique-customize-block__inspiration-slider .slick-prev, .c-bh-unique-customize-block__inspiration-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-bh-unique-customize-block__inspiration-slider .slick-next,
      .c-bh-unique-customize-block__inspiration-slider .slick-next {
        z-index: 1; }
        .c-bh-unique-customize-block__inspiration-slider .slick-prev::before, .c-bh-unique-customize-block__inspiration-slider .c-ficha-bike .product_gallery--slider .slick-next::before, .c-ficha-bike .product_gallery--slider .c-bh-unique-customize-block__inspiration-slider .slick-next::before,
        .c-bh-unique-customize-block__inspiration-slider .slick-next::before {
          content: '';
          font-family: FontAwesome;
          font-size: 1.1rem;
          font-weight: 100;
          color: #000; }
      .c-bh-unique-customize-block__inspiration-slider .slick-prev, .c-bh-unique-customize-block__inspiration-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-bh-unique-customize-block__inspiration-slider .slick-next {
        left: 0; }
        .c-bh-unique-customize-block__inspiration-slider .slick-prev::before, .c-bh-unique-customize-block__inspiration-slider .c-ficha-bike .product_gallery--slider .slick-next::before, .c-ficha-bike .product_gallery--slider .c-bh-unique-customize-block__inspiration-slider .slick-next::before {
          content: '\f104'; }
      .c-bh-unique-customize-block__inspiration-slider .slick-next {
        right: 0; }
        .c-bh-unique-customize-block__inspiration-slider .slick-next::before {
          content: '\f105'; }
    .c-bh-unique-customize-block__sizes {
      max-height: none;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .c-bh-unique-customize-block__sizes-list {
        margin-bottom: 0.5rem; }
      .c-bh-unique-customize-block__sizes-item {
        width: 2.625rem;
        margin: 0;
        padding: 2px;
        line-height: 1;
        font-weight: lighter;
        cursor: pointer;
        color: #000; }
        .c-bh-unique-customize-block__sizes-item.disabled {
          color: #CACACA;
          cursor: default;
          text-decoration: line-through; }
          .c-bh-unique-customize-block__sizes-item.disabled.pointer {
            cursor: pointer; }
        .c-bh-unique-customize-block__sizes-item.selected {
          font-weight: normal; }
      .c-bh-unique-customize-block__sizes-size, .c-bh-unique-customize-block__components-component {
        width: 100%;
        height: 100%;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        border: 1px solid transparent;
        border-radius: 0.250rem; }
        .c-bh-unique-customize-block__sizes-size.is-active, .is-active.c-bh-unique-customize-block__components-component {
          border-color: #000; }
        .c-bh-unique-customize-block__sizes-size::after, .c-bh-unique-customize-block__components-component::after {
          visibility: hidden;
          display: none; }
    .c-bh-unique-customize-block__components-list {
      width: 100%;
      display: block; }
      .c-bh-unique-customize-block__components-list > div {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid white; }
        .c-bh-unique-customize-block__components-list > div:first-child .c-bh-unique-customize-block__components-head {
          margin-top: 0; }
        .c-bh-unique-customize-block__components-list > div:last-child {
          padding-bottom: 0;
          border-bottom: 0; }
    .c-bh-unique-customize-block__components-head {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      cursor: pointer; }
      .c-bh-unique-customize-block__components-head[role="button"]::after, .c-bh-unique-customize-block__components-head--button::after {
        content: '\f107';
        font-family: FontAwesome;
        position: relative;
        top: 0.05rem;
        float: right;
        color: #000;
        opacity: 0.32; }
      .c-bh-unique-customize-block__components-head[role="button"].is-active::after, .c-bh-unique-customize-block__components-head--button.is-active::after {
        content: '\f106'; }
    .c-bh-unique-customize-block__components-item {
      width: 100%;
      display: block;
      position: relative;
      margin: 0.25rem 0;
      padding-left: 0.5rem; }
    .c-bh-unique-customize-block__components-component {
      height: auto;
      padding-left: 1.8rem;
      font-family: "Roboto", sans-serif;
      font-size: 0.8rem;
      font-weight: 300;
      text-align: left;
      color: #000;
      text-transform: none;
      border: 0; }
      .c-bh-unique-customize-block__components-component.is-active::before {
        content: url(/web/custombikes/img/images/ico-ok-black.png);
        width: 1.8rem;
        position: absolute;
        top: 0;
        left: 0; }
      .c-bh-unique-customize-block__components-component::after {
        visibility: hidden;
        display: none; }
    .c-bh-unique-customize-block__components-sublist .c-bh-unique-customize-block__components-head {
      margin-top: 0.8rem;
      margin-bottom: 0.25rem;
      font-size: 0.9rem; }
    .c-bh-unique-customize-block__form {
      width: 75%;
      display: block;
      padding: 0; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique-customize-block__form {
          margin: 0.5rem 0; } }
      .c-bh-unique-customize-block__form-field {
        width: 100%;
        margin: 0 auto 10px; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-customize-block__form-field {
            margin: 0 auto 1rem; } }
        .c-bh-unique-customize-block__form-field--align-right {
          text-align: right; }
        .c-bh-unique-customize-block__form-field:last-child {
          margin-bottom: 0; }
        .c-bh-unique-customize-block__form-field-legend {
          position: absolute;
          left: -10000px;
          text-indent: -9999em;
          white-space: nowrap;
          overflow: hidden;
          margin-bottom: 0.25rem;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 1rem;
          font-weight: 400;
          color: #000; }
        .c-bh-unique-customize-block__form-field-wrapper {
          position: relative; }
          .c-bh-unique-customize-block__form-field-wrapper::after {
            content: url(/web/custombikes/img/images/ico-arrow-select.png);
            width: 2.500rem;
            height: 100%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            line-height: calc(2.513rem - 0.1rem);
            text-align: center;
            background-color: #C5C5C5;
            border-radius: 0.625rem;
            pointer-events: none; }
        .c-bh-unique-customize-block__form-field-item, select.c-bh-unique-customize-block__form-field-item,
        input.c-bh-unique-customize-block__form-field-item[type=text],
        input.c-bh-unique-customize-block__form-field-item[type=password],
        input.c-bh-unique-customize-block__form-field-item[type=email] {
          height: 2.513rem;
          padding: 0 0.7rem;
          border: 1px solid #C5C5C5;
          border-radius: 0.650rem;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 0.75rem;
          line-height: 1rem;
          font-weight: 300;
          color: #858585;
          -webkit-box-shadow: none;
          box-shadow: none;
          margin: 0; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-customize-block__form-field-item, select.c-bh-unique-customize-block__form-field-item,
            input.c-bh-unique-customize-block__form-field-item[type=text],
            input.c-bh-unique-customize-block__form-field-item[type=password],
            input.c-bh-unique-customize-block__form-field-item[type=email] {
              font-size: 0.9375rem;
              line-height: 1.25rem; } }
          .c-bh-unique-customize-block__form-field-item:hover,
          input.c-bh-unique-customize-block__form-field-item:hover[type=text],
          input.c-bh-unique-customize-block__form-field-item:hover[type=password],
          input.c-bh-unique-customize-block__form-field-item:hover[type=email] {
            background-color: transparent; }
          .c-bh-unique-customize-block__form-field-item:focus,
          input.c-bh-unique-customize-block__form-field-item:focus[type=text],
          input.c-bh-unique-customize-block__form-field-item:focus[type=password],
          input.c-bh-unique-customize-block__form-field-item:focus[type=email] {
            outline: 0;
            -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
            box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
            background-color: white; }
  .c-bh-unique-prize {
    font-size: 1.063rem;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    width: auto;
    letter-spacing: 1px; }
    .c-bh-unique-prize span {
      font-weight: inherit; }
  .c-bh-unique-scroll__track-vertical {
    height: 100%;
    left: 98%;
    background: transparent; }
  .c-bh-unique-scroll__thumb-vertical {
    width: 6px;
    border-radius: 0; }
    .c-bh-unique-scroll__thumb-vertical--black {
      background-color: #000;
      cursor: pointer; }
    .c-bh-unique-scroll__thumb-vertical--white {
      background-color: #fff;
      cursor: pointer; }
  .c-bh-unique .transition-enter {
    opacity: 0.01; }
  .c-bh-unique .transition-enter.transition-enter-active {
    opacity: 1;
    -webkit-transition: opacity 1000ms ease-out;
    -o-transition: opacity 1000ms ease-out;
    transition: opacity 1000ms ease-out; }
  .c-bh-unique .transition-leave {
    opacity: 1; }
  .c-bh-unique .transition-leave.transition-leave-active {
    opacity: 0.01;
    -webkit-transition: opacity 1000ms ease-in;
    -o-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in; }
  .c-bh-unique-aviso {
    position: absolute;
    max-width: 200px;
    padding: 15px;
    z-index: 123;
    background: #eeeeee;
    border: 1px solid black;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 1024px) {
      .c-bh-unique-aviso {
        top: 50px;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: initial; } }
    .c-bh-unique-aviso div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-bottom: 5px; }
    .c-bh-unique-aviso h3 {
      max-width: 115px;
      text-transform: uppercase;
      font-size: 17px;
      margin: 0 auto 10px; }
    .c-bh-unique-aviso img, .c-bh-unique-aviso .fa {
      margin-right: 10px;
      margin-top: 0; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique-aviso img, .c-bh-unique-aviso .fa {
          margin-top: -27px; } }
    .c-bh-unique-aviso p {
      text-align: left;
      font-size: 12px;
      display: inline-block;
      line-height: 15px; }
      .c-bh-unique-aviso p.bold {
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px; }

body.mybhu.bhunique-section {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-color: #fff; }
  @media only screen and (min-width: 1024px) {
    body.mybhu.bhunique-section {
      overflow-y: hidden;
      background-attachment: fixed; } }
  body.mybhu.bhunique-section .c-bh-unique__personalize-left {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-one {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado1.jpg); } }
  body.mybhu.bhunique-section.background-one .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado1-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-one .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-two {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado2.jpg); } }
  body.mybhu.bhunique-section.background-two .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado2-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-two .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-three {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado3.jpg); } }
  body.mybhu.bhunique-section.background-three .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado3-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-three .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-four {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado4.jpg); } }
  body.mybhu.bhunique-section.background-four .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado4-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-four .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-five {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado5.jpg); } }
  body.mybhu.bhunique-section.background-five .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado5-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-five .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-six {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado6.jpg); } }
  body.mybhu.bhunique-section.background-six .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado6-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-six .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-seven {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado7.jpg); } }
  body.mybhu.bhunique-section.background-seven .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado7-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-seven .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-eight {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado8.jpg); } }
  body.mybhu.bhunique-section.background-eight .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado8-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-eight .c-bh-unique__personalize-left {
        background-image: none; } }
  @media only screen and (min-width: 992px) {
    body.mybhu.bhunique-section.background-nine {
      background-image: url(/download/bancorecursos/custombikes/fondos/decorado9.jpg); } }
  body.mybhu.bhunique-section.background-nine .c-bh-unique__personalize-left {
    background-image: url(/download/bancorecursos/custombikes/fondos/decorado9-mob.jpg); }
    @media only screen and (min-width: 992px) {
      body.mybhu.bhunique-section.background-nine .c-bh-unique__personalize-left {
        background-image: none; } }
  body.mybhu.bhunique-section #search_box.visible {
    z-index: 9999; }
  body.mybhu.bhunique-section .main-container {
    height: 100vh;
    min-height: 300px;
    background-color: transparent; }
    @media only screen and (min-width: 1024px) {
      body.mybhu.bhunique-section .main-container {
        height: calc(100vh - 4.5rem);
        margin-top: 4.5rem; } }
    body.mybhu.bhunique-section .main-container #main {
      height: 100%;
      min-height: 100%;
      margin: 0 auto;
      padding: 0;
      background-color: transparent; }
      body.mybhu.bhunique-section .main-container #main #content.fullWidth {
        min-height: 100% !important;
        float: none;
        background-color: transparent; }
  body.mybhu.bhunique-section .ui-dialog .ui-dialog-content {
    margin: 2.5rem 0; }
  body.mybhu.bhunique-section .footer {
    visibility: hidden;
    display: none; }
  body.mybhu.bhunique-section .MuiPopover-paper {
    width: 110px;
    max-width: 110px;
    height: 2.563rem;
    min-height: 2.563rem;
    max-height: 100%;
    margin-top: 0.263rem;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    overflow-y: hidden; }

body.mybhu.is-image .c-return-home__text {
  color: #fff; }

body.mybhu.is-image #header.site-header .top_bar .user_container a:not(.close-reveal-modal) {
  color: #fff; }

body.mybhu.is-image .c-bh-unique__personalize .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff; }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-list__item {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-list__action:hover {
    opacity: 0.85; } }

body.mybhu.is-image .c-bh-unique-list__action .o-svg-container {
  height: 100%; }

body.mybhu.is-image .c-bh-unique-button:hover {
  background-color: #fff;
  color: #000; }

body.mybhu.is-image .c-bh-unique-button:focus {
  outline: 1px dotted #fff; }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-button--text {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-button--text:hover {
    color: #fff; } }

body.mybhu.is-image .c-bh-unique-button--small-white:hover, body.mybhu.is-image .c-bh-unique-button--small-white:focus {
  background-color: #333333;
  color: #fff; }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-ico-alone {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-title, body.mybhu.is-image #content h1.c-bh-unique-title, #content body.mybhu.is-image h1.c-bh-unique-title {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__button {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__button:focus {
    outline: 1px dotted #fff; } }

body.mybhu.is-image .c-bh-unique-customize-block__button__form-field-legend {
  color: #fff; }

@media only screen and (min-width: 992px) {
  body.mybhu.is-image .c-bh-unique-customize-block__components-component.is-active::before {
    content: url(/web/custombikes/img/images/ico-ok-white.png); } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block-title, body.mybhu.is-image .c-bh-unique-customize-block__components-head {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__colours-colour:focus, body.mybhu.is-image .c-bh-unique-customize-block__sizes-size:focus, body.mybhu.is-image .c-bh-unique-customize-block__components-component:focus {
    outline: 1px dotted #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__colours-name {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__sizes-size, body.mybhu.is-image .c-bh-unique-customize-block__components-component {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__sizes-size.is-active, body.mybhu.is-image .is-active.c-bh-unique-customize-block__components-component {
    border-color: #dfdfdf; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__inspiration-slider-name, body.mybhu.is-image .c-bh-unique-customize-block__inspiration-slider-number {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-customize-block__components-component {
    color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image .c-bh-unique-prize {
    position: relative;
    top: -.2rem;
    color: #fff;
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image #menu_cart::before {
    left: 111px; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.is-image #menu_cart::after {
    left: 112px; } }

@media only screen and (min-width: 1024px) {
  body.mybhu.active #header.site-header .btn-nav {
    z-index: 99999; } }

body.pre-bhunique .c-header-menu {
  width: calc(100% - 428px);
  float: left; }

body.mybhu.is-image select.c-bh-unique-customize-block__form-field-item,
body.mybhu.is-image input.c-bh-unique-customize-block__form-field-item[type=text],
body.mybhu.is-image input.c-bh-unique-customize-block__form-field-item[type=password],
body.mybhu.is-image input.c-bh-unique-customize-block__form-field-item[type=email] {
  background-color: transparent; }
  @media only screen and (min-width: 992px) {
    body.mybhu.is-image select.c-bh-unique-customize-block__form-field-item,
    body.mybhu.is-image input.c-bh-unique-customize-block__form-field-item[type=text],
    body.mybhu.is-image input.c-bh-unique-customize-block__form-field-item[type=password],
    body.mybhu.is-image input.c-bh-unique-customize-block__form-field-item[type=email] {
      color: #fff; } }

.c-bh-unique-intro {
  width: 100%;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 1248px) {
    .c-bh-unique-intro {
      margin-bottom: 0; } }
  .c-bh-unique-intro .full-block {
    height: 100vh;
    margin-bottom: 65px; }
  .c-bh-unique-intro-header {
    position: relative;
    z-index: 2;
    text-align: center; }
    .c-bh-unique-intro-header__text, .c-bh-unique-intro__aux-text {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.563rem;
      text-align: center;
      color: #707070;
      max-width: 780px;
      margin: 56px auto; }
    .c-bh-unique-intro-header.is-hidden {
      z-index: 1; }
    .c-bh-unique-intro-header__img {
      margin: 0 -15px 25px; }
      @media only screen and (min-width: 640px) {
        .c-bh-unique-intro-header__img {
          margin: 0 -15px 65px; } }
    .c-bh-unique-intro-header__video video {
      width: 100%; }
  .c-bh-unique-intro__aux {
    width: 100%;
    position: relative;
    top: 0.7rem;
    right: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.1rem; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro__aux {
        width: auto;
        max-width: 450px;
        position: absolute;
        top: 2.5rem;
        right: auto;
        left: 75%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 2%;
        border-left: 1px solid #dfdfdf; } }
    @media only screen and (min-width: 1440px) {
      .c-bh-unique-intro__aux {
        left: 68rem; } }
    .c-bh-unique-intro__aux-text {
      visibility: hidden;
      display: none;
      position: static;
      margin-bottom: 0.8rem;
      font-size: 0.95rem; }
      @media only screen and (min-width: 1248px) {
        .c-bh-unique-intro__aux-text {
          visibility: visible;
          display: block; } }
  .c-bh-unique-intro__button:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
    .c-bh-unique-intro-content {
      position: relative;
      z-index: 1; } }
  @media only screen and (min-width: 992px) {
    .c-bh-unique-intro-wrapper-model {
      overflow: hidden;
      margin-bottom: 4.6875rem; } }
  .c-bh-unique-intro-model {
    width: 100%;
    min-height: 540px;
    margin: 1.875rem auto;
    padding: 1.45rem 15px 0 15px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f7f7f7; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-model {
        margin-top: 0;
        background-color: transparent;
        overflow-x: hidden; } }
    @media only screen and (min-width: 1440px) {
      .c-bh-unique-intro-model {
        margin-top: 1.875rem; } }
    .c-bh-unique-intro-model__left {
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-model__left {
          padding-right: 0; } }
    .c-bh-unique-intro-model-selection {
      width: calc(50% - 7px);
      display: inline-block;
      vertical-align: top;
      margin: 0.5rem 0; }
      .c-bh-unique-intro-model-selection:last-child {
        margin-left: 10px; }
        @media only screen and (min-width: 992px) {
          .c-bh-unique-intro-model-selection:last-child {
            margin-left: 0; } }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-model-selection {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 1rem;
          margin-bottom: 1rem;
          background-color: transparent; } }
  .c-bh-unique-intro-lightbox .c-grid-gallery__content {
    width: 80%; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-lightbox .c-grid-gallery__content {
        width: 90%; } }
  .c-bh-unique-intro-lightbox .c-grid-gallery-image {
    position: relative; }
    .c-bh-unique-intro-lightbox .c-grid-gallery-image .c-bh-unique-intro-thirdtitle,
    .c-bh-unique-intro-lightbox .c-grid-gallery-image #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-lightbox .c-grid-gallery-image .c-bh-unique-intro-thirdtitle {
      text-transform: uppercase;
      font-size: 23px;
      line-height: 39px;
      font-weight: normal;
      position: absolute;
      left: -52px;
      top: 32px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-lightbox .c-grid-gallery-image .c-bh-unique-intro-thirdtitle,
        .c-bh-unique-intro-lightbox .c-grid-gallery-image #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-lightbox .c-grid-gallery-image .c-bh-unique-intro-thirdtitle {
          left: -65px;
          font-size: 30px; } }
    .c-bh-unique-intro-lightbox .c-grid-gallery-image__item {
      max-width: 550px;
      position: relative; }
      .c-bh-unique-intro-lightbox .c-grid-gallery-image__item .wave-color {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 2; }
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__item .wave-color-ebike {
          background: url("/../../../download/bancorecursos/bhunique/be-you.png");
          background-size: cover; }
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__item .wave-color-road {
          background: url("/../../../download/bancorecursos/bhunique/be-unique.png");
          background-size: cover; }
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__item .wave-color-mtb {
          background: url("/../../../download/bancorecursos/bhunique/be-different.png");
          background-size: cover; }
      @media only screen and (min-width: 640px) {
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__item--down {
          margin-top: 100%; } }
    .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys {
      position: absolute;
      background: white;
      width: auto;
      padding: 10px 10px 0;
      bottom: 0;
      right: 0;
      z-index: 3; }
      @media only screen and (min-width: 640px) {
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys {
          width: 122px; } }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys {
          width: 180px; } }
      @media only screen and (min-width: 1440px) {
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys {
          min-height: 360px;
          width: 260px;
          padding: 70px 10px 20px; } }
      .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul {
        color: #000;
        text-align: right; }
        .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul li {
          font-size: 1rem;
          line-height: 24px;
          margin-bottom: 5px;
          font-weight: 500; }
          @media only screen and (min-width: 992px) {
            .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul li {
              font-size: 1.2rem;
              line-height: 30px; } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul li {
              font-size: 1.5625rem;
              line-height: 47px; } }
          .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul li a {
            text-decoration: none; }
          .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul li span {
            display: block;
            font-size: 0.8125rem; }
            @media only screen and (min-width: 992px) {
              .c-bh-unique-intro-lightbox .c-grid-gallery-image__categorys ul li span {
                font-size: 0.9375rem; } }
  .c-bh-unique-intro-howork {
    padding-bottom: 70px;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-howork {
        padding-bottom: 140px; } }
    .c-bh-unique-intro-howork .c-bh-unique-intro-thirdtitle,
    .c-bh-unique-intro-howork #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-howork .c-bh-unique-intro-thirdtitle {
      padding-left: 0;
      text-align: center;
      font-size: 2.375rem;
      line-height: 66px;
      font-weight: normal;
      margin-bottom: 34px; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-howork .c-bh-unique-intro-thirdtitle,
        .c-bh-unique-intro-howork #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-howork .c-bh-unique-intro-thirdtitle {
          margin-bottom: 74px;
          font-size: 50px; } }
    .c-bh-unique-intro-howork__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .c-bh-unique-intro-howork__list-item {
        max-width: 430px;
        padding: 0 15px 30px; }
        @media only screen and (min-width: 992px) {
          .c-bh-unique-intro-howork__list-item {
            padding: 0;
            margin-bottom: 30px; } }
        .c-bh-unique-intro-howork__list-item span.step-number {
          display: block;
          border: 1px solid black;
          border-radius: 100%;
          position: relative;
          color: #565656;
          padding: 16px 18px;
          width: 50px;
          height: 50px;
          margin: 0 auto 30px;
          font-size: 24px; }
          @media only screen and (min-width: 992px) {
            .c-bh-unique-intro-howork__list-item span.step-number {
              width: 75px;
              height: 75px;
              padding: 29px;
              font-size: 32px;
              margin: 0 auto 56px; } }
          @media only screen and (min-width: 1440px) {
            .c-bh-unique-intro-howork__list-item span.step-number--lines::before {
              content: '';
              border-bottom: 1px solid #565656;
              position: absolute;
              width: 315px;
              left: -345px;
              top: 50%; }
            .c-bh-unique-intro-howork__list-item span.step-number--lines::after {
              content: '';
              border-bottom: 1px solid #565656;
              position: absolute;
              width: 315px;
              left: 110px;
              top: 50%; } }
        .c-bh-unique-intro-howork__list-item p {
          margin-bottom: 10px;
          line-height: 24px;
          font-size: 1rem;
          color: #565656;
          text-align: center; }
          @media only screen and (min-width: 992px) {
            .c-bh-unique-intro-howork__list-item p {
              font-size: 1.125rem; } }
          .c-bh-unique-intro-howork__list-item p span {
            display: block; }
  .c-bh-unique-intro-colours {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 80px; }
    .c-bh-unique-intro-colours .c-bh-unique-intro-thirdtitle,
    .c-bh-unique-intro-colours #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-colours .c-bh-unique-intro-thirdtitle {
      padding-left: 0;
      text-align: center;
      font-size: 2.1875rem;
      line-height: 46px;
      margin-bottom: 35px; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-colours .c-bh-unique-intro-thirdtitle,
        .c-bh-unique-intro-colours #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-colours .c-bh-unique-intro-thirdtitle {
          margin-bottom: 55px; } }
    .c-bh-unique-intro-colours .c-bh-unique-intro-text {
      margin: 0 auto 20px;
      text-align: center;
      max-width: 290px;
      line-height: 24px; }
      @media only screen and (min-width: 768px) {
        .c-bh-unique-intro-colours .c-bh-unique-intro-text {
          max-width: 100%;
          margin-bottom: 40px; } }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique-intro-colours .c-bh-unique-intro-text {
          display: none; } }
    .c-bh-unique-intro-colours ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 30px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      overflow-x: scroll; }
      @media only screen and (min-width: 1024px) {
        .c-bh-unique-intro-colours ul {
          -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
          justify-content: inherit; } }
      @media only screen and (min-width: 1440px) {
        .c-bh-unique-intro-colours ul {
          overflow-x: inherit;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .c-bh-unique-intro-colours ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 170px; }
        @media only screen and (min-width: 1024px) {
          .c-bh-unique-intro-colours ul li {
            margin-right: 15px;
            min-width: 200px; } }
        @media only screen and (min-width: 1700px) {
          .c-bh-unique-intro-colours ul li {
            margin-right: 20px;
            min-width: 220px; } }
        .c-bh-unique-intro-colours ul li div {
          width: 60px;
          height: 70px;
          position: relative; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-intro-colours ul li div {
              width: 90px;
              height: 100px; } }
          @media only screen and (min-width: 1700px) {
            .c-bh-unique-intro-colours ul li div {
              width: 100px;
              height: 130px; } }
          .c-bh-unique-intro-colours ul li div img {
            height: 100%; }
        .c-bh-unique-intro-colours ul li p {
          font-size: 1rem;
          font-weight: 700;
          line-height: 24px;
          text-transform: uppercase;
          padding-left: 15px; }
          @media only screen and (min-width: 1024px) {
            .c-bh-unique-intro-colours ul li p {
              font-size: 1.25rem;
              line-height: 26px;
              padding-left: 18px; } }
          @media only screen and (min-width: 1700px) {
            .c-bh-unique-intro-colours ul li p {
              padding-left: 25px; } }
          .c-bh-unique-intro-colours ul li p span {
            display: block;
            font-weight: normal;
            text-transform: lowercase;
            font-size: 14px; }
            .c-bh-unique-intro-colours ul li p span:first-letter {
              text-transform: uppercase; }
  .c-bh-unique-intro-inspiration {
    width: 100%;
    margin: 1.875rem auto;
    padding: 15px; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-inspiration {
        margin: 5.625rem auto;
        width: 90%;
        max-width: 1440px; } }
    @media only screen and (min-width: 1440px) {
      .c-bh-unique-intro-inspiration {
        padding-left: 0;
        padding-right: 0; } }
  .c-bh-unique-intro-hero {
    width: 100%;
    margin: 1.875rem auto;
    padding: 15px; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-hero {
        margin: 5.625rem auto; } }
    .c-bh-unique-intro-hero-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .c-bh-unique-intro-hero .c-bh-unique-intro-thirdtitle,
    .c-bh-unique-intro-hero #content .c-bh-unique-intro-thirdtitle, #content .c-bh-unique-intro-hero .c-bh-unique-intro-thirdtitle {
      padding-left: 0; }
    .c-bh-unique-intro-hero__item {
      width: 100%;
      max-width: 795px;
      height: 100vh;
      min-height: 334px;
      max-height: 334px;
      margin: 0.75rem auto;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media only screen and (min-width: 768px) {
        .c-bh-unique-intro-hero__item {
          min-height: 540px;
          max-height: 1080px; } }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-hero__item-valign {
          margin-top: -25%; } }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-hero__item-valign-final {
          position: relative;
          left: calc(100% + 30px);
          bottom: 98%; } }
    .c-bh-unique-intro-hero__text {
      height: auto;
      min-height: 20px;
      max-height: 100%;
      margin: 0.75rem auto; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-hero__text .c-bh-unique-intro-text {
          max-width: 60%; } }
  .c-bh-unique-intro-title, .c-bh-unique-intro-subtitle, #content h2.c-bh-unique-intro-subtitle,
  #content .c-bh-unique-intro-subtitle, .c-bh-unique-intro-fourtitle, #content h1.c-bh-unique-intro-title,
  #content .c-bh-unique-intro-title {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 2.7rem;
    line-height: 3rem; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-title, .c-bh-unique-intro-subtitle, #content h2.c-bh-unique-intro-subtitle,
      #content .c-bh-unique-intro-subtitle, .c-bh-unique-intro-fourtitle, #content h1.c-bh-unique-intro-title,
      #content .c-bh-unique-intro-title {
        font-size: 3.125rem;
        line-height: 4.125rem; } }
    .c-bh-unique-intro-title--small, .c-bh-unique-intro-thirdtitle, #content h3.c-bh-unique-intro-thirdtitle,
    #content .c-bh-unique-intro-thirdtitle, #content h1.c-bh-unique-intro-title--small,
    #content .c-bh-unique-intro-title--small {
      margin-bottom: 0.5rem;
      font-size: 1.563rem;
      text-transform: none; }
      .c-bh-unique-intro-title--small::first-letter, .c-bh-unique-intro-thirdtitle::first-letter,
      #content .c-bh-unique-intro-thirdtitle::first-letter,
      #content .c-bh-unique-intro-title--small::first-letter {
        text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-intro-title--small, .c-bh-unique-intro-thirdtitle, #content h3.c-bh-unique-intro-thirdtitle,
        #content .c-bh-unique-intro-thirdtitle, #content h1.c-bh-unique-intro-title--small,
        #content .c-bh-unique-intro-title--small {
          margin-bottom: 1rem;
          font-size: 2rem; } }
  .c-bh-unique-intro-subtitle, #content h2.c-bh-unique-intro-subtitle,
  #content .c-bh-unique-intro-subtitle {
    margin-bottom: 0.875rem;
    font-size: 2.563rem;
    font-weight: 700;
    line-height: 2.185rem;
    text-transform: uppercase; }
    .c-bh-unique-intro-subtitle span, #content .c-bh-unique-intro-subtitle span {
      display: block;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit; }
    @media only screen and (min-width: 768px) {
      .c-bh-unique-intro-subtitle, #content h2.c-bh-unique-intro-subtitle,
      #content .c-bh-unique-intro-subtitle {
        font-size: 7rem;
        line-height: 5.263rem;
        text-indent: -7px; } }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-subtitle, #content h2.c-bh-unique-intro-subtitle,
      #content .c-bh-unique-intro-subtitle {
        font-size: 8.5rem;
        line-height: 7.263rem;
        letter-spacing: -7px;
        mix-blend-mode: multiply;
        color: rgba(0, 0, 0, 0.75); } }
    @media only screen and (min-width: 1248px) {
      .c-bh-unique-intro-subtitle, #content h2.c-bh-unique-intro-subtitle,
      #content .c-bh-unique-intro-subtitle {
        font-size: 9.875rem; } }
    .c-bh-unique-intro-subtitle--medium, #content h2.c-bh-unique-intro-subtitle--medium,
    #content .c-bh-unique-intro-subtitle--medium {
      font-size: 2.625rem;
      line-height: 2.438rem;
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: normal; }
      @media only screen and (min-width: 1248px) {
        .c-bh-unique-intro-subtitle--medium, #content h2.c-bh-unique-intro-subtitle--medium,
        #content .c-bh-unique-intro-subtitle--medium {
          font-size: 2.8125rem;
          line-height: 59px;
          max-width: 450px;
          margin-bottom: 40px; } }
  .c-bh-unique-intro-thirdtitle, #content h3.c-bh-unique-intro-thirdtitle,
  #content .c-bh-unique-intro-thirdtitle {
    margin-bottom: 1rem;
    padding: 0 0 0 15px;
    font-weight: 700;
    line-height: 1.563rem; }
  .c-bh-unique-intro-fourtitle {
    width: 100%;
    font-size: 1.141rem;
    line-height: 1.813rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 480px) {
      .c-bh-unique-intro-fourtitle {
        font-size: 1.441rem; } }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-intro-fourtitle {
        max-width: 550px; } }
  .c-bh-unique-intro-text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.063rem;
    font-weight: 300;
    line-height: 1.750rem;
    text-align: left;
    color: #000; }

@media only screen and (min-width: 1024px) {
  body.mybhu.pre-bhunique {
    overflow-y: visible; } }

body.mybhu.pre-bhunique #header.site-header {
  background-color: #fff; }
  @media only screen and (min-width: 1024px) {
    body.mybhu.pre-bhunique #header.site-header .site-header__left {
      border-left: 0; } }
  @media only screen and (min-width: 1024px) {
    body.mybhu.pre-bhunique #header.site-header .site-header__center {
      width: auto;
      border-left: 0;
      border-right: 0; } }
  body.mybhu.pre-bhunique #header.site-header.is-hidden {
    z-index: 1; }

body.mybhu.pre-bhunique .decolines--fixed {
  max-width: 99%; }

body.mybhu.pre-bhunique .main-container {
  height: auto;
  margin-top: 0; }
  @media only screen and (min-width: 992px) {
    body.mybhu.pre-bhunique .main-container {
      margin-top: 4.5rem; } }

body.mybhu.pre-bhunique .footer {
  visibility: visible;
  display: block;
  margin-top: 0;
  padding-top: 0; }

.c-bh-unique-mobile {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 355px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: transparent; }
  .c-bh-unique-mobile-header {
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-bh-unique-mobile-header__left {
      width: calc(100% - 38px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .c-bh-unique-mobile-header__center {
      width: 100%; }
    .c-bh-unique-mobile-header__right {
      width: 36px; }
  .c-bh-unique-mobile-main {
    height: calc(100% - 85px - 55px);
    position: relative;
    z-index: 1; }
    .c-bh-unique-mobile-main__top {
      width: 100%;
      height: 100%;
      padding: 0; }
      .c-bh-unique-mobile-main__top .slick-slider {
        height: 100%; }
    .c-bh-unique-mobile-main__drag {
      width: 100%;
      height: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 999;
      background-color: #ffffff; }
      .c-bh-unique-mobile-main__drag-content {
        top: 0;
        position: relative;
        padding: 0 1rem;
        background: #ffffff; }
  .c-bh-unique-mobile-footer {
    width: 100%;
    height: 85px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25rem;
    background-color: #f7f7f7; }
    .c-bh-unique-mobile-footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      top: 5px;
      position: relative; }
      .c-bh-unique-mobile-footer__top-left {
        width: calc(100% - 105px); }
      .c-bh-unique-mobile-footer__top-right {
        width: 95px;
        text-align: right; }
    .c-bh-unique-mobile-footer__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0.3rem;
      top: 5px;
      position: relative; }
      @media only screen and (min-width: 355px) {
        .c-bh-unique-mobile-footer__bottom {
          margin-top: 0.25rem; } }
  .c-bh-unique-mobile-title, #content h1.c-bh-unique-mobile-title,
  #content .c-bh-unique-mobile-title {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.188rem;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    color: #000; }
  .c-bh-unique-mobile-button {
    padding: 0;
    background-color: transparent; }
    .c-bh-unique-mobile-button:hover {
      color: #000;
      background-color: transparent;
      opacity: 0.85; }
    .c-bh-unique-mobile-button:focus {
      color: #000;
      outline: 1px dotted #000;
      background-color: transparent; }
    .c-bh-unique-mobile-button--return {
      padding-right: 0.7rem; }
    .c-bh-unique-mobile-button--customize, .c-bh-unique-mobile-button--light {
      width: 46%;
      max-width: 200px;
      height: 1.75rem;
      line-height: 1.75rem;
      margin-top: 0.4rem;
      padding: 0 0.5rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.063rem;
      font-weight: 400;
      color: #fff;
      border-radius: 1rem;
      background-color: #000;
      border: 1px solid #000;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media only screen and (min-width: 355px) {
        .c-bh-unique-mobile-button--customize, .c-bh-unique-mobile-button--light {
          height: 2.25rem;
          line-height: 2.25rem;
          margin-top: 0; } }
    .c-bh-unique-mobile-button--light {
      color: #000;
      border-color: #000;
      background-color: #fff; }
  .c-bh-unique-mobile-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-bh-unique-mobile-list__item--action {
      margin-right: 2.5rem; }
      .c-bh-unique-mobile-list__item--action:last-child {
        margin-right: 0; }
  .c-bh-unique-mobile-prize {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 20px;
    color: #000; }
  .c-bh-unique-mobile-tab {
    width: 100%;
    height: 1.875rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    text-align: center;
    border-radius: 8px 8px 0 0;
    opacity: 1; }
    .c-bh-unique-mobile-tab:hover {
      background-color: inherit;
      opacity: 1; }
    .c-bh-unique-mobile-tab__item {
      width: 39px;
      height: 3px;
      margin: 0 auto;
      background-color: #000; }
  .c-bh-unique-mobile .transition-enter {
    opacity: 0.01; }
  .c-bh-unique-mobile .transition-enter.transition-enter-active {
    opacity: 1;
    -webkit-transition: opacity 1000ms ease-out;
    -o-transition: opacity 1000ms ease-out;
    transition: opacity 1000ms ease-out; }
  .c-bh-unique-mobile .transition-leave {
    opacity: 1; }
  .c-bh-unique-mobile .transition-leave.transition-leave-active {
    opacity: 0.01;
    -webkit-transition: opacity 1000ms ease-in;
    -o-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in; }

.is-bhunique-mobile {
  overflow-y: hidden; }
  .is-bhunique-mobile .c-bh-unique-customize-block {
    width: 100%;
    padding: 0; }
    .is-bhunique-mobile .c-bh-unique-customize-block__colours-item, .is-bhunique-mobile .c-bh-unique-customize-block__sizes-item {
      width: 2.9rem;
      margin-right: 0.5rem; }
      .is-bhunique-mobile .c-bh-unique-customize-block__colours-item img, .is-bhunique-mobile .c-bh-unique-customize-block__sizes-item img {
        height: 2.9rem; }
    .is-bhunique-mobile .c-bh-unique-customize-block__colours-name {
      font-size: 0.7rem; }
    .is-bhunique-mobile .c-bh-unique-customize-block__colours-colour.is-active::before, .is-bhunique-mobile .is-active.c-bh-unique-customize-block__sizes-size::before, .is-bhunique-mobile .is-active.c-bh-unique-customize-block__components-component::before {
      top: 0.1rem; }
    @media only screen and (min-width: 480px) {
      .is-bhunique-mobile .c-bh-unique-customize-block__colours-item, .is-bhunique-mobile .c-bh-unique-customize-block__sizes-item {
        width: 3.5rem; }
        .is-bhunique-mobile .c-bh-unique-customize-block__colours-item img, .is-bhunique-mobile .c-bh-unique-customize-block__sizes-item img {
          height: 3.5rem; }
      .is-bhunique-mobile .c-bh-unique-customize-block__colours-name {
        font-size: 0.75rem; }
      .is-bhunique-mobile .c-bh-unique-customize-block__colours-colour.is-active::before, .is-bhunique-mobile .is-active.c-bh-unique-customize-block__sizes-size::before, .is-bhunique-mobile .is-active.c-bh-unique-customize-block__components-component::before {
        top: 1.5rem; } }
  .is-bhunique-mobile #header.site-header,
  .is-bhunique-mobile .footer {
    visibility: hidden;
    display: none; }
  .is-bhunique-mobile .main-container, .is-bhunique-mobile .mybhu.ficha-producto .main-container, .mybhu.ficha-producto .is-bhunique-mobile .main-container,
  .is-bhunique-mobile .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio .is-bhunique-mobile .main-container,
  .is-bhunique-mobile #main,
  .is-bhunique-mobile #content.fullWidth {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    padding: 0; }
  .is-bhunique-mobile .slick-slide div {
    height: 100%; }
  .is-bhunique-mobile .slick-dots {
    position: absolute;
    bottom: -15px; }

#content #bhunique_fixed-trigger {
  min-height: 3.625rem;
  position: fixed;
  bottom: 3.4375rem;
  right: 0.3125rem;
  z-index: 9999;
  max-width: 3.625rem;
  max-height: 3.625rem; }
  @media only screen and (min-width: 768px) {
    #content #bhunique_fixed-trigger {
      bottom: 2.5rem;
      right: 1.25rem; } }
  #content #bhunique_fixed-trigger a {
    min-height: 3.625rem;
    min-width: 3.625rem; }
  #content #bhunique_fixed-trigger .img-BHUnique-fixed.hover {
    display: none; }
  #content #bhunique_fixed-trigger:hover .img-BHUnique-fixed.active {
    display: none; }
  #content #bhunique_fixed-trigger:hover .img-BHUnique-fixed.hover {
    display: block; }

#content .img-BHUnique-fixed {
  min-height: 3.625rem;
  min-width: 3.625rem;
  width: auto; }

.c-tab-left {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .c-tab-left {
      min-width: 550px;
      max-width: 550px; } }

.c-tab-nav {
  margin: 15px auto;
  padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    .c-tab-nav {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0;
      padding-right: 0; } }
  .c-tab-nav-panels {
    width: 100%;
    display: block;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .c-tab-nav-panels {
        width: calc(100% - 15px);
        position: absolute;
        top: calc(1.875rem - 6.2rem);
        left: calc(550px + 15px); } }
    @media only screen and (min-width: 1440px) {
      .c-tab-nav-panels {
        left: 550px; } }
  .c-tab-nav-panel {
    width: 100%;
    height: 100vh;
    min-height: 303px;
    max-height: 303px;
    position: relative;
    margin: 0.5rem auto 0 auto;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .c-tab-nav-panel {
        max-height: 740px; } }
    .c-tab-nav-panel:focus {
      outline: 1px dotted #000; }
    .c-tab-nav-panel__content {
      height: 100%; }
    .c-tab-nav-panel__image {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .c-tab-nav__list {
    width: 100%; }
    .c-tab-nav__list-item {
      margin-top: 0.4rem;
      margin-bottom: 0.2rem; }
      @media only screen and (min-width: 992px) {
        .c-tab-nav__list-item {
          text-align: right; } }
  .c-tab-nav-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.4rem; }
    .c-tab-nav-info__left {
      width: calc(100% - 1.3rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0.5rem; }
    .c-tab-nav-info__right {
      width: 1.3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .c-tab-nav-info__description, .c-tab-nav-info__prize {
      margin-right: 0.5rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.75rem;
      font-weight: 100;
      line-height: 1.5;
      color: #000; }
    .c-tab-nav-info__prize {
      font-weight: 400; }
  .c-tab-nav-button {
    width: 100%;
    max-width: 120px;
    position: relative;
    margin: 0;
    padding: 0.25rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.375rem;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    background-color: transparent; }
    @media only screen and (min-width: 480px) {
      .c-tab-nav-button {
        font-size: 1.219rem; } }
    @media only screen and (min-width: 992px) {
      .c-tab-nav-button {
        max-width: 100%;
        text-align: right; } }
    .c-tab-nav-button:hover {
      background-color: inherit;
      color: inherit; }
    .c-tab-nav-button:focus {
      outline: 1px dotted #000;
      background-color: inherit;
      color: inherit; }
      @media only screen and (min-width: 1024px) {
        .c-tab-nav-button:focus {
          outline: none;
          font-weight: 700; } }
    .c-tab-nav-button[aria-selected="true"] {
      font-weight: 700; }
      @media only screen and (min-width: 1024px) {
        .c-tab-nav-button[aria-selected="true"]::after {
          content: url("/web/custombikes/img/images/ico-arrow-tab-selected.png");
          position: absolute;
          top: calc(50% + 1.25rem);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: calc(100% +  15px + 15px);
          z-index: 3; } }
      @media only screen and (min-width: 1440px) {
        .c-tab-nav-button[aria-selected="true"]::after {
          left: calc(100% +  15px); } }
      .c-tab-nav-button[aria-selected="true"] + .c-tab-nav-info {
        border-bottom: 1px solid #fff; }
        .c-tab-nav-button[aria-selected="true"] + .c-tab-nav-info .c-tab-nav-info__description, .c-tab-nav-button[aria-selected="true"] + .c-tab-nav-info .c-tab-nav-info__prize {
          font-weight: 700; }

.c-tabs {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #D8D9DD; }
  .c-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-tabs li {
    background: none repeat scroll 0 0 #ECEDEF;
    margin-right: 15px;
    padding: 5px 25px;
    font-size: 1rem; }
    .c-tabs li:not(.disabled) {
      cursor: pointer; }
    .c-tabs li.anio.disabled {
      font-weight: 300;
      color: #707070;
      opacity: 0.5;
      cursor: not-allowed; }
    .c-tabs li a {
      text-decoration: none;
      color: #707070; }
    .c-tabs li.active {
      background: #d8d9dd; }
      .c-tabs li.active a {
        color: #000;
        font-weight: 500; }

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 639px) {
    .c-tabs {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .c-tabs__item {
    margin-right: 10px;
    position: relative;
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    border: 1px solid #eee;
    border-bottom: 0;
    background: #eee;
    color: #707070;
    font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .c-tabs__item {
        font-size: 1.1rem;
        padding: 0.5rem; } }
    .c-tabs__item a {
      font-family: inherit;
      font-size: inherit;
      color: inherit; }
    .c-tabs__item.activo {
      border-color: black;
      background: white;
      color: #000; }
  .c-tabs--toggle {
    cursor: pointer; }
    @media only screen and (max-width: 639px) {
      .c-tabs--toggle {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 10px; } }

.b2b #main .subnavigation {
  border: 0;
  margin: 0; }
  .b2b #main .subnavigation ul li {
    padding: 6px 16px;
    border-radius: 0;
    font-family: 'Roboto Condensed' ,sans-serif;
    font-size: .875rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-weight: 400;
    margin: 0 0.5rem 1rem 0;
    text-transform: uppercase; }
    .b2b #main .subnavigation ul li.current {
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      border-radius: 0;
      padding: 6px 16px;
      font-family: 'Roboto Condensed' ,sans-serif; }
    .b2b #main .subnavigation ul li a {
      padding: 0; }
  .b2b #main .subnavigation .subpestanas {
    margin-top: 0; }
    .b2b #main .subnavigation .subpestanas ul li {
      padding: 0 16px; }
      .b2b #main .subnavigation .subpestanas ul li.current {
        padding: 0 16px; }
      .b2b #main .subnavigation .subpestanas ul li a {
        padding: 0; }

.c-bike-bateria, .full-block > section.c-bike-bateria,
#content .c-bike-bateria {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 2em 0; }
  @media only screen and (min-width: 992px) {
    .c-bike-bateria, .full-block > section.c-bike-bateria,
    #content .c-bike-bateria {
      padding: 0; } }
  .c-bike-bateria__content {
    width: 96%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    font-size: 1rem;
    z-index: 1; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria__content {
        width: 60%;
        min-width: 40vw;
        max-width: 800px;
        position: absolute;
        left: 1.5vw;
        margin-top: calc(50vh - 13.5rem);
        padding: 0; } }
    @media only screen and (min-width: 992px) {
      .full .c-bike-bateria__content {
        left: 20%; } }
  .c-bike-bateria-title, .c-bike-bateria-text, #content h1.c-bike-bateria-title {
    width: 50%;
    min-width: 18vw;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 7vw;
    font-weight: 300;
    line-height: 105%;
    text-align: left;
    color: #000; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria-title, .c-bike-bateria-text, #content h1.c-bike-bateria-title {
        position: absolute; } }
    .c-bike-bateria-title span, .c-bike-bateria-text span, #content h1.c-bike-bateria-title span {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
    .c-bike-bateria-title.js-fontSmall, .js-fontSmall.c-bike-bateria-text, #content h1.js-fontSmall.c-bike-bateria-title {
      font-size: 5.5vh; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria-title, .c-bike-bateria-text, #content h1.c-bike-bateria-title {
        font-size: 7vh; } }
  .c-bike-bateria-text {
    width: auto;
    position: relative;
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 150%;
    color: #000; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria-text {
        max-height: 100%;
        position: absolute;
        left: 50%;
        margin-top: 0;
        font-size: 1.45em; } }
    .c-bike-bateria-text.js-fontSmall {
      font-size: 0.8rem; }
      @media only screen and (min-width: 1024px) {
        .c-bike-bateria-text.js-fontSmall {
          font-size: 0.9rem; } }
      @media only screen and (min-width: 1248px) {
        .c-bike-bateria-text.js-fontSmall {
          font-size: 0.96rem; } }
    .c-bike-bateria-text.js-fontXSmall {
      font-size: 0.7rem; }
      @media only screen and (min-width: 768px) {
        .c-bike-bateria-text.js-fontXSmall {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 1248px) {
        .c-bike-bateria-text.js-fontXSmall {
          font-size: 0.86rem; } }
  .c-bike-bateria__animation {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria__animation {
        position: absolute; } }
  .c-bike-bateria__image {
    width: 98vw;
    max-width: 1600px;
    max-height: 946px;
    position: absolute;
    top: 4.5rem;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria__image {
        width: 80vw;
        top: 5%;
        left: auto;
        right: 0; } }
  .c-bike-bateria .o-title-left, .full-block > section.c-bike-bateria .o-title-left,
  .c-bike-bateria #content .o-title-left,
  #content .c-bike-bateria .o-title-left,
  .c-bike-bateria h1.o-title-left,
  .c-bike-bateria #content h1.o-title-left,
  #content .c-bike-bateria h1.o-title-left {
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .c-bike-bateria .o-title-left, .full-block > section.c-bike-bateria .o-title-left,
      .c-bike-bateria #content .o-title-left,
      #content .c-bike-bateria .o-title-left,
      .c-bike-bateria h1.o-title-left,
      .c-bike-bateria #content h1.o-title-left,
      #content .c-bike-bateria h1.o-title-left {
        font-size: 2.9em; } }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria .o-title-left, .full-block > section.c-bike-bateria .o-title-left,
      .c-bike-bateria #content .o-title-left,
      #content .c-bike-bateria .o-title-left,
      .c-bike-bateria h1.o-title-left,
      .c-bike-bateria #content h1.o-title-left,
      #content .c-bike-bateria h1.o-title-left {
        font-size: 2em; } }
    @media only screen and (min-width: 1248px) {
      .c-bike-bateria .o-title-left, .full-block > section.c-bike-bateria .o-title-left,
      .c-bike-bateria #content .o-title-left,
      #content .c-bike-bateria .o-title-left,
      .c-bike-bateria h1.o-title-left,
      .c-bike-bateria #content h1.o-title-left,
      #content .c-bike-bateria h1.o-title-left {
        font-size: 2.9em; } }
  @media only screen and (min-width: 992px) {
    .c-bike-bateria--full .c-bike-bateria__content {
      left: 20%; } }
  .c-bike-bateria--full .c-bike-bateria__image {
    width: 100%;
    max-width: 2100px; }
    @media only screen and (min-width: 992px) {
      .c-bike-bateria--full .c-bike-bateria__image {
        width: 100%;
        top: 8%;
        right: auto;
        left: 0; } }
  @media only screen and (min-width: 992px) {
    .c-bike-bateria--full .c-bike-bateria-text {
      left: 40%; } }

#bike-claim {
  text-align: center;
  padding: 0 7.75vw;
  margin-bottom: 18vw; }
  @media only screen and (min-width: 992px) {
    #bike-claim {
      padding: 0 0.9375rem;
      margin-bottom: 6rem; } }
  #bike-claim .title, #bike-claim #content h2.title, #content #bike-claim h2.title {
    font-size: 6.4vw;
    line-height: 8.2vw;
    letter-spacing: 0.65vw;
    font-weight: 300;
    text-align: center;
    padding: 0;
    margin: 0 0 2.6vw; }
    @media only screen and (min-width: 992px) {
      #bike-claim .title, #bike-claim #content h2.title, #content #bike-claim h2.title {
        font-size: 50px;
        line-height: 67px;
        letter-spacing: 5px;
        margin: 0 0 28px; } }
  #bike-claim .div-video {
    width: 100%;
    height: 48vw;
    border-radius: 6vw;
    margin: 0 auto 3.9vw;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      #bike-claim .div-video {
        width: 75vw;
        height: 42vw;
        border-radius: 24px;
        margin: 0 auto 28px; } }
    #bike-claim .div-video iframe {
      width: 100%;
      height: 100%; }
  #bike-claim p {
    font-size: 3.9vw;
    line-height: 5.1vw;
    letter-spacing: 0.4vw;
    font-weight: 300;
    color: #707070;
    margin-bottom: 2.6vw; }
    @media only screen and (min-width: 992px) {
      #bike-claim p {
        font-size: 40px;
        line-height: 53px;
        letter-spacing: 4px;
        margin-bottom: 28px; } }
  #bike-claim a {
    font-size: 3.35vw;
    line-height: 1;
    letter-spacing: 0.35vw;
    text-transform: uppercase;
    background-color: #D7D7D7;
    padding: 1.25vw 3.9vw;
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media only screen and (min-width: 992px) {
      #bike-claim a {
        font-size: 18px;
        letter-spacing: 1.8px;
        padding: 15px 75px; } }

.c-bike-technologies-slider {
  width: 100% !important;
  padding: 0 17vw 10vw !important;
  margin: 18vw auto !important; }
  @media only screen and (min-width: 992px) {
    .c-bike-technologies-slider {
      width: 90% !important;
      padding: 0 0.9375rem 5rem !important;
      margin: 6rem auto !important; } }
  .c-bike-technologies-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .c-bike-technologies-slider .slick-dots {
    padding: 0 2vw;
    width: calc(100% - 34vw); }
    @media only screen and (min-width: 992px) {
      .c-bike-technologies-slider .slick-dots {
        width: calc(100% - 1.875rem); } }
  .c-bike-technologies-slider .feature {
    height: auto;
    margin: 0 1vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .c-bike-technologies-slider .feature :first-child {
      margin-bottom: 2.5vw !important; }
      @media only screen and (min-width: 992px) {
        .c-bike-technologies-slider .feature :first-child {
          margin-bottom: 1.25rem !important; } }
    @media only screen and (min-width: 992px) {
      .c-bike-technologies-slider .feature:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .c-bike-technologies-slider .feature:nth-child(2n) :first-child {
          margin-bottom: 0 !important; }
        .c-bike-technologies-slider .feature:nth-child(2n) :nth-child(3) {
          margin-bottom: 1.25rem !important; }
        .c-bike-technologies-slider .feature:nth-child(2n) .div-info .div-text {
          top: -100%; } }
    .c-bike-technologies-slider .feature:last-child {
      margin-right: 0; }
    .c-bike-technologies-slider .feature .title, .c-bike-technologies-slider .feature #content h2.title, #content .c-bike-technologies-slider .feature h2.title {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      font-size: 4.8vw;
      line-height: 6.1vw;
      font-weight: 300;
      letter-spacing: 0.25vw; }
      @media only screen and (min-width: 992px) {
        .c-bike-technologies-slider .feature .title, .c-bike-technologies-slider .feature #content h2.title, #content .c-bike-technologies-slider .feature h2.title {
          font-size: 30px;
          line-height: 39px;
          letter-spacing: 1.5px; } }
    .c-bike-technologies-slider .feature .show-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #F8F8F8;
      padding: 1.1vw 0;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .c-bike-technologies-slider .feature .show-text {
          display: none; } }
      .c-bike-technologies-slider .feature .show-text span {
        margin: 0 !important;
        font-size: 8vw;
        line-height: 1;
        color: #CACACA;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .c-bike-technologies-slider .feature .show-text span:after {
          font-family: FontAwesome;
          content: '\f107'; }
    .c-bike-technologies-slider .feature .div-info {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .c-bike-technologies-slider .feature .div-info img {
        width: 100%;
        margin: 0 auto !important; }
      .c-bike-technologies-slider .feature .div-info .div-text {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 3.85vw;
        line-height: 5.2vw;
        padding: 5.15vw 3.9vw;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.8);
        overflow: auto;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media only screen and (min-width: 992px) {
          .c-bike-technologies-slider .feature .div-info .div-text {
            top: 100%;
            font-size: 1rem;
            line-height: 1.375rem;
            padding: 50px 33px; } }
    @media only screen and (min-width: 992px) {
      .c-bike-technologies-slider .feature:hover .div-info .div-text {
        top: 0%; } }

.div-slider .slick-prev, .div-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .div-slider .slick-next,
.div-slider .slick-next {
  width: auto;
  height: auto; }
  .div-slider .slick-prev:before, .div-slider .c-ficha-bike .product_gallery--slider .slick-next:before, .c-ficha-bike .product_gallery--slider .div-slider .slick-next:before,
  .div-slider .slick-next:before {
    font-family: FontAwesome;
    font-size: 8.2vw;
    color: #000; }
    @media only screen and (min-width: 992px) {
      .div-slider .slick-prev:before, .div-slider .c-ficha-bike .product_gallery--slider .slick-next:before, .c-ficha-bike .product_gallery--slider .div-slider .slick-next:before,
      .div-slider .slick-next:before {
        font-size: 3rem; } }

.div-slider .slick-prev, .div-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .div-slider .slick-next {
  margin-left: 10vw; }
  @media only screen and (min-width: 992px) {
    .div-slider .slick-prev, .div-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .div-slider .slick-next {
      margin-left: 0; } }
  .div-slider .slick-prev:before, .div-slider .c-ficha-bike .product_gallery--slider .slick-next:before, .c-ficha-bike .product_gallery--slider .div-slider .slick-next:before {
    content: '\f104'; }

.div-slider .slick-next {
  margin-right: 10vw; }
  @media only screen and (min-width: 992px) {
    .div-slider .slick-next {
      margin-right: 0; } }
  .div-slider .slick-next:before {
    content: '\f105'; }

.div-slider .slick-dots {
  bottom: 0; }
  .div-slider .slick-dots li {
    margin: 0;
    padding: 0; }
    .div-slider .slick-dots li button {
      width: 100%; }
      .div-slider .slick-dots li button:before {
        content: '-';
        font-size: 0;
        line-height: 0;
        width: 100%;
        height: 3px;
        background-color: black; }

.c-bike-sections {
  padding: 0 7.75vw !important; }
  @media only screen and (min-width: 992px) {
    .c-bike-sections {
      padding: 0 0.9375rem !important; } }
  .c-bike-sections .div-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 2.35vw;
    margin-right: 2.35vw; }
    @media only screen and (min-width: 992px) {
      .c-bike-sections .div-section {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .c-bike-sections .div-section .section {
      overflow: hidden;
      border-radius: 6vw;
      margin-bottom: 6vw; }
      @media only screen and (min-width: 992px) {
        .c-bike-sections .div-section .section {
          border-radius: 1.05vw;
          margin-bottom: 0; } }
      .c-bike-sections .div-section .section .title-section {
        font-size: 5.65vw;
        line-height: 8vw;
        letter-spacing: 0.55vw;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        background-color: #f8f8f8;
        padding: 1.25vw 10vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer; }
        @media only screen and (min-width: 992px) {
          .c-bike-sections .div-section .section .title-section {
            font-size: 1.125rem;
            line-height: 1.5rem;
            letter-spacing: 0.21875rem;
            padding: 1.25vw 3vw; } }
        @media only screen and (min-width: 1248px) {
          .c-bike-sections .div-section .section .title-section {
            font-size: 1.5625rem;
            line-height: 2rem; } }
        @media only screen and (min-width: 1440px) {
          .c-bike-sections .div-section .section .title-section {
            font-size: 1.875rem;
            line-height: 2.4375rem; } }
      .c-bike-sections .div-section .section .div-img {
        width: 100%;
        height: 64vw;
        background-position: center;
        background-size: cover;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media only screen and (min-width: 992px) {
          .c-bike-sections .div-section .section .div-img {
            height: 17.35vw; } }
        .c-bike-sections .div-section .section .div-img.hide {
          height: 0; }
    .c-bike-sections .div-section .section-info {
      position: relative;
      width: 100%;
      background-color: #F8F8F8;
      padding: 6.4vw;
      z-index: 2;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 992px) {
        .c-bike-sections .div-section .section-info {
          padding: 3.65vw 0; } }
      .c-bike-sections .div-section .section-info.hide {
        height: 0;
        padding: 0; }
      .c-bike-sections .div-section .section-info .content {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
      .c-bike-sections .div-section .section-info#section-geometry .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .c-bike-sections .div-section .section-info#section-geometry .content .left {
          width: 100%;
          text-align: center;
          margin-bottom: 3.85vw; }
          @media only screen and (min-width: 992px) {
            .c-bike-sections .div-section .section-info#section-geometry .content .left {
              width: 50%;
              margin-bottom: 0; } }
          .c-bike-sections .div-section .section-info#section-geometry .content .left img {
            width: 100%; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-geometry .content .left img {
                width: 72.25%; } }
        .c-bike-sections .div-section .section-info#section-geometry .content .right {
          width: 100%; }
          @media only screen and (min-width: 992px) {
            .c-bike-sections .div-section .section-info#section-geometry .content .right {
              width: 50%; } }
          .c-bike-sections .div-section .section-info#section-geometry .content .right .bike-name {
            font-size: 5.15vw;
            line-height: 1;
            font-weight: 500;
            letter-spacing: 0.25vw;
            text-transform: uppercase;
            text-align: left;
            margin-bottom: 2.55vw; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-geometry .content .right .bike-name {
                font-size: 1.6vw;
                letter-spacing: 0.08vw;
                margin-bottom: 0.8vw; } }
          .c-bike-sections .div-section .section-info#section-geometry .content .right .ref {
            font-size: 4.61vw;
            line-height: 1;
            font-weight: 300;
            letter-spacing: 0.23vw;
            text-transform: uppercase;
            color: #707070; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-geometry .content .right .ref {
                font-size: 1.05vw;
                letter-spacing: 0.05vw;
                margin-bottom: 1.05vw; } }
          .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table {
            max-width: 100%;
            overflow: auto; }
            .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table {
              margin: 0; }
              .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr {
                border-bottom: none; }
                .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr th,
                .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr td {
                  font-size: 3.85vw;
                  line-height: 5.1vw;
                  font-weight: 300;
                  color: #707070;
                  text-transform: uppercase;
                  padding: 2.55vw 3.85vw; }
                  @media only screen and (min-width: 992px) {
                    .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr th,
                    .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr td {
                      font-size: 0.95vw;
                      line-height: 1.25vw;
                      letter-spacing: 0.05vw;
                      padding: 0.5vw 0.3vw; } }
                  .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr th:nth-child(2),
                  .c-bike-sections .div-section .section-info#section-geometry .content .right .div-table table tr td:nth-child(2) {
                    padding: 0; }
      .c-bike-sections .div-section .section-info#section-specifications .content {
        display: block; }
        .c-bike-sections .div-section .section-info#section-specifications .content table {
          width: 85%;
          margin: 0 auto; }
          .c-bike-sections .div-section .section-info#section-specifications .content table tr.row-principal {
            border-top: 0.0625rem solid rgba(112, 112, 112, 0.5); }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-specifications .content table tr.row-principal {
                border-top: none;
                border-bottom: 0.0625rem solid #707070; } }
            .c-bike-sections .div-section .section-info#section-specifications .content table tr.row-principal:first-child {
              border-top: none; }
              .c-bike-sections .div-section .section-info#section-specifications .content table tr.row-principal:first-child td {
                padding-top: 0; }
            @media only screen and (max-width: 991px) {
              .c-bike-sections .div-section .section-info#section-specifications .content table tr.row-principal td {
                padding-top: 3.85vw; } }
          .c-bike-sections .div-section .section-info#section-specifications .content table tr td {
            padding: 2.565vw 0; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-specifications .content table tr td {
                padding: 1.6vw 0.55vw; } }
            .c-bike-sections .div-section .section-info#section-specifications .content table tr td:first-child {
              min-width: 0;
              font-size: 4.615vw;
              line-height: 6.15vw;
              letter-spacing: 0.46vw;
              text-transform: uppercase;
              padding-left: 0; }
              @media only screen and (min-width: 992px) {
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td:first-child {
                  min-width: 13.3vw;
                  font-size: 1.1vw;
                  line-height: 1.7vw;
                  letter-spacing: 0.13vw; } }
            .c-bike-sections .div-section .section-info#section-specifications .content table tr td:last-child {
              padding-right: 0; }
            .c-bike-sections .div-section .section-info#section-specifications .content table tr td p {
              font-size: 3.85vw;
              line-height: 5.13vw;
              letter-spacing: 0.38vw;
              text-transform: none; }
              @media only screen and (min-width: 992px) {
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td p {
                  font-size: 0.82vw;
                  line-height: 1.25vw;
                  letter-spacing: 0.09vw;
                  text-transform: uppercase; } }
              .c-bike-sections .div-section .section-info#section-specifications .content table tr td p.name {
                font-weight: bold; }
            .c-bike-sections .div-section .section-info#section-specifications .content table tr td .js-open-popup-tallas {
              cursor: pointer; }
            .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications {
              position: relative;
              display: inline-block; }
              .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications {
                display: none;
                position: absolute;
                bottom: 100%;
                left: 100%;
                background-color: white;
                border: 1px solid black;
                padding: 1.8vw 2.65vw;
                z-index: 1; }
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications .cross {
                  position: absolute;
                  top: 0.25vw;
                  right: 0.25vw;
                  font-size: 2.5vw;
                  line-height: 1;
                  font-weight: lighter;
                  cursor: pointer; }
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications .title,
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications .subtitle {
                  font-size: 1.1vw;
                  line-height: 1.7vw;
                  letter-spacing: 1px;
                  font-weight: normal;
                  margin: 0; }
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications .subtitle {
                  font-weight: lighter; }
                .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications table {
                  margin-top: 1.3vw; }
                  .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications table tr:nth-of-type(even) {
                    background-color: #F6F6F6; }
                  .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications table tr:nth-of-type(odd) {
                    background-color: #EFEFEF; }
                  .c-bike-sections .div-section .section-info#section-specifications .content table tr td .div-popup-tallas-specifications .popup-tallas-specifications table tr td {
                    min-width: 0;
                    padding: 0.52vw 1.6vw !important;
                    vertical-align: middle; }
        .c-bike-sections .div-section .section-info#section-specifications .content .reserved-rights {
          font-size: 3.9vw;
          line-height: 5.2vw;
          color: #707070;
          width: 85%;
          margin: 5.2vw auto 0; }
          @media only screen and (min-width: 992px) {
            .c-bike-sections .div-section .section-info#section-specifications .content .reserved-rights {
              font-size: 0.94vw;
              line-height: 1.65vw;
              margin: 1.65vw auto 0; } }
      .c-bike-sections .div-section .section-info#section-tutorials_downloads .content {
        display: block; }
        .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item {
          width: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin: 0 auto;
          border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.5);
          padding: 5.13vw 0; }
          @media only screen and (min-width: 992px) {
            .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item {
              width: 65%;
              border-bottom: 0.0625rem solid #707070;
              padding: 1.6vw 0; } }
          .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item:first-child {
            padding-top: 0; }
          .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item-group {
            padding: 0 1.823vw;
            margin-bottom: 5.13vw; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item-group {
                margin-bottom: 0; } }
          .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item-title {
            font-size: 3.85vw;
            line-height: 1;
            text-align: center;
            text-transform: uppercase; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__item-title {
                min-width: 13.3vw;
                font-size: 1.25vw;
                letter-spacing: 0.13vw;
                text-align: left; } }
        .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download {
          width: 100%;
          padding: 0 1.823vw; }
          @media only screen and (min-width: 992px) {
            .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download {
              width: 50%; } }
          .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item {
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end; } }
            .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item a {
              width: auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              margin: 0; }
              @media only screen and (min-width: 992px) {
                .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item a {
                  width: 50%; } }
              .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item a img {
                width: 5.64vw;
                margin-right: 2.05vw; }
                @media only screen and (min-width: 992px) {
                  .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item a img {
                    width: 1.615vw;
                    margin-right: 0.78125vw; } }
              .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item a span {
                font-size: 3.85vw;
                line-height: 1;
                font-weight: 400;
                letter-spacing: 0.19vw;
                color: black; }
                @media only screen and (min-width: 992px) {
                  .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item a span {
                    font-size: 1.146vw;
                    letter-spacing: 0.0005vw; } }
            .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item--video {
              width: auto;
              margin-left: 2.56vw; }
              @media only screen and (min-width: 992px) {
                .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item--video {
                  width: 50%;
                  margin-left: 0; } }
              .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item--video a {
                width: 100%;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end; }
                .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item--video a img {
                  width: 7.69vw; }
                  @media only screen and (min-width: 992px) {
                    .c-bike-sections .div-section .section-info#section-tutorials_downloads .content .c-manuales__download-item--video a img {
                      width: 2.083vw; } }
      .c-bike-sections .div-section .section-info#section-media_test {
        padding-right: 1vw; }
        .c-bike-sections .div-section .section-info#section-media_test .content {
          display: block; }
          .c-bike-sections .div-section .section-info#section-media_test .content .div-slider {
            width: 100%;
            max-height: 200vw;
            padding-right: 5.4vw;
            overflow: auto; }
            @media only screen and (min-width: 992px) {
              .c-bike-sections .div-section .section-info#section-media_test .content .div-slider {
                width: 81.5vw;
                max-height: none;
                margin: 0 auto 5.2vw !important;
                overflow: visible; } }
            .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              padding-top: 7.69vw;
              border-bottom: 0.0625rem solid #707070; }
              @media only screen and (min-width: 992px) {
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem {
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                  flex-direction: row;
                  padding: 0 1.875rem 0 3.125rem;
                  border: none; } }
              .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem:first-child {
                padding-top: 0; }
              .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem:last-child {
                border-bottom: none; }
              .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .left {
                text-align: center;
                margin-bottom: 2.564vw; }
                @media only screen and (min-width: 992px) {
                  .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .left {
                    margin-bottom: 0;
                    margin-right: 3.125rem; } }
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .left img {
                  width: 30%;
                  border-radius: 5.13vw; }
                  @media only screen and (min-width: 992px) {
                    .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .left img {
                      width: 100%;
                      border-radius: 1.05vw; } }
              .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right {
                float: none;
                text-align: center; }
                @media only screen and (min-width: 992px) {
                  .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right {
                    text-align: left; } }
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .title,
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .subtitle,
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .description,
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .view-more {
                  font-size: 3.85vw;
                  line-height: 5.13vw;
                  margin-bottom: 2.564vw; }
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .title {
                  font-weight: bold;
                  text-transform: uppercase; }
                  @media only screen and (min-width: 992px) {
                    .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .title {
                      font-size: 1.5625vw;
                      line-height: 2.08vw;
                      margin-bottom: 0.52vw; } }
                @media only screen and (min-width: 992px) {
                  .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .subtitle {
                    font-size: 1.3vw;
                    line-height: 1.72vw;
                    margin-bottom: 0.52vw; } }
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .description {
                  color: #707070; }
                  @media only screen and (min-width: 992px) {
                    .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .description {
                      font-size: 0.9375vw;
                      line-height: 1.25vw;
                      margin-bottom: 0.52vw; } }
                .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .view-more {
                  display: block;
                  text-decoration: underline; }
                  @media only screen and (min-width: 992px) {
                    .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .elem .right .view-more {
                      font-size: 1.146vw;
                      line-height: 1.5625vw;
                      margin-bottom: 0.52vw; } }
            .c-bike-sections .div-section .section-info#section-media_test .content .div-slider .slick-dots {
              bottom: -4.427vw; }

.c-bike-summary {
  position: fixed;
  left: 0;
  width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .c-bike-summary.visible {
    bottom: 0 !important; }
  .c-bike-summary .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: white;
    border: 0.0625rem solid black;
    padding: 0.3125rem 2.4vw; }
    .c-bike-summary .content .info-bike {
      width: 15%;
      min-width: 15.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 0.75rem 0.9375rem 0.75rem 0;
      border-right: 0.0625rem solid rgba(112, 112, 112, 0.25); }
      @media only screen and (min-width: 1440px) {
        .c-bike-summary .content .info-bike {
          width: 15%; } }
      .c-bike-summary .content .info-bike .c-ficha-bike-title, .c-bike-summary .content .info-bike #content h1.c-ficha-bike-title, #content .c-bike-summary .content .info-bike h1.c-ficha-bike-title,
      .c-bike-summary .content .info-bike #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title, #content .ficha-accesorio #product_resume.product_item .product_item--right .c-bike-summary .content .info-bike h1.product_title.c-ficha-bike-title {
        width: auto;
        font-size: 1.4375rem;
        line-height: 1;
        letter-spacing: 0.078125rem;
        overflow: hidden; }
      .c-bike-summary .content .info-bike .div-prices {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .c-bike-summary .content .info-bike .div-prices .old_price {
          margin-right: 10px; }
      .c-bike-summary .content .info-bike .price {
        font-size: 0.8125rem;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 0.046875rem; }
        .c-bike-summary .content .info-bike .price span {
          font-size: 0.625rem;
          line-height: 1;
          letter-spacing: 0.0375rem;
          color: #707070; }
    .c-bike-summary .content .tallas__content {
      display: none; }
      @media only screen and (min-width: 1440px) {
        .c-bike-summary .content .tallas__content {
          width: 35%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
          border-right: 0.0625rem solid rgba(112, 112, 112, 0.25);
          padding: 0.75rem 0;
          margin: 0; } }
      .c-bike-summary .content .tallas__content .div-sizes {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        border: none; }
      .c-bike-summary .content .tallas__content .nombre {
        font-size: 1.4375rem;
        line-height: 1;
        margin: 0.3125rem 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .c-bike-summary .content .tallas__content .warning-talla {
        text-align: center; }
    .c-bike-summary .content .colours_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 15.1875rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0.5rem 0 0.5rem 3vw; }
      @media only screen and (min-width: 1440px) {
        .c-bike-summary .content .colours_buttons {
          width: 50%;
          min-width: 45.625rem; } }
      .c-bike-summary .content .colours_buttons .colours .c-ficha-bike__colours {
        padding: 0;
        margin: 0; }
      .c-bike-summary .content .colours_buttons .buttons {
        display: none; }
        @media only screen and (min-width: 1440px) {
          .c-bike-summary .content .colours_buttons .buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            text-align: right;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
        .c-bike-summary .content .colours_buttons .buttons .button {
          font-size: 0.875rem;
          text-transform: uppercase;
          margin: 0;
          background-color: black;
          border: 0.0625rem solid black;
          border-radius: 0.625rem;
          padding: 1rem; }
          .c-bike-summary .content .colours_buttons .buttons .button:hover {
            color: black;
            background-color: white; }
          .c-bike-summary .content .colours_buttons .buttons .button.button-white {
            color: black;
            background-color: white;
            margin-top: 0.9375rem; }
            .c-bike-summary .content .colours_buttons .buttons .button.button-white:hover {
              color: white;
              background-color: black; }
            @media only screen and (min-width: 1440px) {
              .c-bike-summary .content .colours_buttons .buttons .button.button-white {
                margin-top: 0;
                margin-left: 0.9375rem; } }
    .c-bike-summary .content .div-select {
      width: 85%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0.5rem 0 0.5rem 3vw; }
      @media only screen and (min-width: 1440px) {
        .c-bike-summary .content .div-select {
          display: none; } }
      .c-bike-summary .content .div-select .select {
        width: 100%;
        text-transform: uppercase;
        margin: 0;
        background-color: black;
        border: 0.0625rem solid black;
        border-radius: 0.625rem;
        padding: 1rem; }
        .c-bike-summary .content .div-select .select:hover {
          color: black;
          background-color: white; }

.c-bike-technology__right-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 992px) {
    .c-bike-technology__right-item {
      margin-top: 0;
      margin-bottom: 0; } }

.c-ficha-section, .ficha-accesorio-custom #product_related.c-product_related_2.c-ficha-section, #product_related.c-product_related_2.c-ficha-section {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    .c-ficha-section, .ficha-accesorio-custom #product_related.c-product_related_2.c-ficha-section, #product_related.c-product_related_2.c-ficha-section {
      width: 100%;
      margin-top: 6rem;
      margin-bottom: 6rem;
      padding: 3rem 0.875rem;
      margin-left: 0; } }
  .c-ficha-section.c-manuals .c-manuales__item, .c-manuals#product_related.c-product_related_2.c-ficha-section .c-manuales__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.c-bike-technology-points-nav {
  margin-top: 0.5rem;
  margin-left: 1rem; }
  @media only screen and (min-width: 992px) {
    .c-bike-technology-points-nav {
      margin-left: 0; } }
  .c-bike-technology-points-nav__item {
    margin: 0 0 0.5rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-bike-technology-points-nav__item {
        font-size: 1.063rem; } }
    .c-bike-technology-points-nav__item:hover, .c-bike-technology-points-nav__item.nav-active {
      font-weight: 600; }
    .c-bike-technology-points-nav__item.nav-active::after {
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 992px) {
        .c-bike-technology-points-nav__item.nav-active::after {
          content: url("/web/img/ico-angle-right.png");
          float: right; } }

.c-bike-technology-points-info {
  width: 100%c;
  max-height: 100vh;
  overflow-y: auto; }
  @media only screen and (min-width: 992px) {
    .c-bike-technology-points-info {
      width: 100%; } }
  .c-bike-technology-points-info__text {
    width: 100%;
    margin-top: 1rem; }
    @media only screen and (min-width: 992px) {
      .c-bike-technology-points-info__text {
        width: auto;
        margin-top: 0; } }
  .c-bike-technology-points-info__media {
    width: 100%;
    height: 100vh;
    min-height: 180px;
    max-height: 460px;
    margin-top: 1rem;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .c-bike-technology-points-info__media {
        width: 100%;
        margin-top: 0; } }
    .c-bike-technology-points-info__media img {
      max-width: 100%;
      height: auto;
      display: block; }

.c-bike-texts-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .c-bike-texts-image {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-bike-texts-image__image {
    width: 98%;
    max-width: 1100px;
    height: 50vh;
    max-height: 310px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media only screen and (min-width: 768px) {
      .c-bike-texts-image__image {
        max-height: 600px; } }
    @media only screen and (min-width: 992px) {
      .c-bike-texts-image__image {
        width: 57%;
        height: 90vh;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 43%; } }
  .c-bike-texts-image--alternative {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4vh 0;
    overflow: hidden; }
    @media only screen and (min-width: 1248px) {
      .c-bike-texts-image--alternative {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 1.1rem;
        padding-right: 1.1rem; } }
    .c-bike-texts-image--alternative__content {
      width: 98%;
      min-width: 10vw;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .c-bike-texts-image--alternative__content {
          height: auto; } }
      @media only screen and (min-width: 1248px) {
        .c-bike-texts-image--alternative__content {
          width: 40%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .c-bike-texts-image--alternative__title {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 105%;
      text-align: center;
      color: #000; }
      @media only screen and (min-width: 1248px) {
        .c-bike-texts-image--alternative__title {
          width: 40%;
          font-size: 3.25rem;
          text-align: left; } }
      @media only screen and (min-width: 1440px) {
        .c-bike-texts-image--alternative__title {
          font-size: 4rem; } }
      .c-bike-texts-image--alternative__title span {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
    .c-bike-texts-image--alternative__text {
      width: 100%;
      margin-top: 0.7rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.5;
      text-align: center;
      color: #000; }
      @media only screen and (min-width: 1248px) {
        .c-bike-texts-image--alternative__text {
          width: 57%;
          margin-left: 3%;
          font-size: 1.5rem;
          text-align: left; } }
    .c-bike-texts-image--alternative__image {
      width: 98%;
      max-width: 1100px;
      height: 100vh;
      max-height: 600px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      @media only screen and (min-width: 1248px) {
        .c-bike-texts-image--alternative__image {
          width: 60%; } }
    .c-bike-texts-image--alternative.image-left .c-bike-texts-image--alternative__content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      @media only screen and (min-width: 1248px) {
        .c-bike-texts-image--alternative.image-left .c-bike-texts-image--alternative__content .c-bike-texts-image--alternative__title {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          text-align: right; } }
      .c-bike-texts-image--alternative.image-left .c-bike-texts-image--alternative__content .c-bike-texts-image--alternative__text {
        margin-left: 0;
        margin-right: 3%; }
        @media only screen and (min-width: 1248px) {
          .c-bike-texts-image--alternative.image-left .c-bike-texts-image--alternative__content .c-bike-texts-image--alternative__text {
            text-align: right; } }
    .c-bike-texts-image--alternative.image-left .c-bike-texts-image--alternative__image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

.breadcrumb-filters {
  width: 100%;
  height: 1.875rem;
  position: fixed;
  top: 4.5rem;
  left: 0;
  z-index: 9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0px;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .breadcrumb-filters .product-breadcrumb {
    width: 100%;
    height: 100%;
    background-color: transparent; }
    @media only screen and (min-width: 1024px) {
      .breadcrumb-filters .product-breadcrumb {
        width: 50%; } }
    .breadcrumb-filters .product-breadcrumb .migas {
      padding: 0; }
      .breadcrumb-filters .product-breadcrumb .migas a,
      .breadcrumb-filters .product-breadcrumb .migas span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 0.8rem;
        font-weight: 300;
        text-transform: none;
        color: #000; }
        .breadcrumb-filters .product-breadcrumb .migas a:last-child,
        .breadcrumb-filters .product-breadcrumb .migas span:last-child {
          font-weight: 600; }
        @media only screen and (min-width: 1024px) {
          .breadcrumb-filters .product-breadcrumb .migas a,
          .breadcrumb-filters .product-breadcrumb .migas span {
            font-size: 0.938rem; } }
      .breadcrumb-filters .product-breadcrumb .migas a {
        padding: 0 0.5rem 0 0; }
        .breadcrumb-filters .product-breadcrumb .migas a:last-child {
          padding-right: 0; }
        .breadcrumb-filters .product-breadcrumb .migas a:hover {
          color: #cd202c; }
      .breadcrumb-filters .product-breadcrumb .migas--bhunique {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.938rem;
        font-weight: 400;
        line-height: 1.125rem;
        color: #000; }
        .breadcrumb-filters .product-breadcrumb .migas--bhunique a,
        .breadcrumb-filters .product-breadcrumb .migas--bhunique strong {
          font-family: inherit;
          font-size: inherit;
          line-height: inherit;
          color: inherit; }
  .breadcrumb-filters.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9997;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    background-color: #fff;
    border-bottom: 1px solid #fafafa; }
    .breadcrumb-filters.sticky .migas {
      visibility: hidden;
      display: none; }
  .breadcrumb-filters__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 1024px) {
      .breadcrumb-filters__right {
        width: 50%; } }
  .breadcrumb-filters.is-hidden {
    z-index: 1; }

body.b2b.b2b-accesorios .breadcrumb-filters .migas a {
  text-transform: lowercase; }
  body.b2b.b2b-accesorios .breadcrumb-filters .migas a:first-letter {
    text-transform: capitalize; }

body.b2b.b2b-accesorios .breadcrumb-filters.is-show {
  z-index: 9996; }

button.btn-bh,
a.btn-bh,
span.btn-bh,
input[type="button"].btn-bh {
  width: auto;
  height: 2.188rem;
  line-height: 2.188rem;
  display: inline-block;
  margin: 1rem 0;
  padding: 0 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 8.75rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media only screen and (min-width: 480px) {
    button.btn-bh,
    a.btn-bh,
    span.btn-bh,
    input[type="button"].btn-bh {
      font-size: 1rem; } }
  button.btn-bh.center,
  a.btn-bh.center,
  span.btn-bh.center,
  input[type="button"].btn-bh.center {
    margin-left: auto;
    margin-right: auto; }
  button.btn-bh.black,
  a.btn-bh.black,
  span.btn-bh.black,
  input[type="button"].btn-bh.black {
    background-color: #000;
    border-color: #000; }
    button.btn-bh.black:hover,
    a.btn-bh.black:hover,
    span.btn-bh.black:hover,
    input[type="button"].btn-bh.black:hover {
      background-color: #fff;
      color: #000; }
  button.btn-bh.white,
  a.btn-bh.white,
  span.btn-bh.white,
  input[type="button"].btn-bh.white {
    background-color: #fff;
    color: #000;
    border: none;
    font-weight: 500; }
    button.btn-bh.white:hover,
    a.btn-bh.white:hover,
    span.btn-bh.white:hover,
    input[type="button"].btn-bh.white:hover {
      background-color: #000;
      color: #fff; }
  button.btn-bh.black-bord,
  a.btn-bh.black-bord,
  span.btn-bh.black-bord,
  input[type="button"].btn-bh.black-bord {
    background-color: #fff;
    color: #000;
    border-color: #000;
    font-weight: 500; }
    button.btn-bh.black-bord:hover,
    a.btn-bh.black-bord:hover,
    span.btn-bh.black-bord:hover,
    input[type="button"].btn-bh.black-bord:hover {
      background-color: #000;
      color: #fff; }
  button.btn-bh.grey-bord,
  a.btn-bh.grey-bord,
  span.btn-bh.grey-bord,
  input[type="button"].btn-bh.grey-bord {
    background-color: #fff;
    color: #707070;
    border-color: #707070;
    font-weight: 500; }
    button.btn-bh.grey-bord:hover,
    a.btn-bh.grey-bord:hover,
    span.btn-bh.grey-bord:hover,
    input[type="button"].btn-bh.grey-bord:hover {
      background-color: #707070;
      color: #fff; }
  button.btn-bh:focus,
  a.btn-bh:focus,
  span.btn-bh:focus,
  input[type="button"].btn-bh:focus {
    outline: 0;
    -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
  button.btn-bh.full,
  a.btn-bh.full,
  span.btn-bh.full,
  input[type="button"].btn-bh.full {
    width: 100%;
    max-width: 100%; }
  button.btn-bh--mobile,
  a.btn-bh--mobile,
  span.btn-bh--mobile,
  input[type="button"].btn-bh--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      button.btn-bh--mobile,
      a.btn-bh--mobile,
      span.btn-bh--mobile,
      input[type="button"].btn-bh--mobile {
        visibility: hidden;
        display: none; } }
  button.btn-bh--open-apps,
  a.btn-bh--open-apps,
  span.btn-bh--open-apps,
  input[type="button"].btn-bh--open-apps {
    width: 22px;
    height: auto;
    min-height: 15px;
    margin: 0;
    padding: 1px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    color: #000; }
    button.btn-bh--open-apps img,
    a.btn-bh--open-apps img,
    span.btn-bh--open-apps img,
    input[type="button"].btn-bh--open-apps img {
      max-width: 100%;
      height: auto;
      display: block; }
    button.btn-bh--open-apps .fa,
    button.btn-bh--open-apps .fas,
    button.btn-bh--open-apps .far,
    a.btn-bh--open-apps .fa,
    a.btn-bh--open-apps .fas,
    a.btn-bh--open-apps .far,
    span.btn-bh--open-apps .fa,
    span.btn-bh--open-apps .fas,
    span.btn-bh--open-apps .far,
    input[type="button"].btn-bh--open-apps .fa,
    input[type="button"].btn-bh--open-apps .fas,
    input[type="button"].btn-bh--open-apps .far {
      display: block;
      font-size: inherit;
      font-weight: inherit;
      color: inherit; }
    button.btn-bh--open-apps:focus,
    a.btn-bh--open-apps:focus,
    span.btn-bh--open-apps:focus,
    input[type="button"].btn-bh--open-apps:focus {
      outline: 1px dotted #000; }
    @media only screen and (min-width: 992px) {
      button.btn-bh--open-apps,
      a.btn-bh--open-apps,
      span.btn-bh--open-apps,
      input[type="button"].btn-bh--open-apps {
        visibility: hidden;
        display: none; } }
  button.btn-bh--edit, button.btn-bh--save, button.btn-bh--cancel,
  a.btn-bh--edit,
  a.btn-bh--save,
  a.btn-bh--cancel,
  span.btn-bh--edit,
  span.btn-bh--save,
  span.btn-bh--cancel,
  input[type="button"].btn-bh--edit,
  input.btn-bh--save[type="button"],
  input.btn-bh--cancel[type="button"] {
    min-width: 120px;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    background-color: gray;
    border-color: gray;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    button.btn-bh--edit:hover, button.btn-bh--save:hover, button.btn-bh--cancel:hover,
    a.btn-bh--edit:hover,
    a.btn-bh--save:hover,
    a.btn-bh--cancel:hover,
    span.btn-bh--edit:hover,
    span.btn-bh--save:hover,
    span.btn-bh--cancel:hover,
    input[type="button"].btn-bh--edit:hover,
    input.btn-bh--save[type="button"]:hover,
    input.btn-bh--cancel[type="button"]:hover {
      background-color: #fff;
      color: gray; }
    button.btn-bh--edit[aria-hidden="true"], button.btn-bh--save[aria-hidden="true"], button.btn-bh--cancel[aria-hidden="true"],
    a.btn-bh--edit[aria-hidden="true"],
    a.btn-bh--save[aria-hidden="true"],
    a.btn-bh--cancel[aria-hidden="true"],
    span.btn-bh--edit[aria-hidden="true"],
    span.btn-bh--save[aria-hidden="true"],
    span.btn-bh--cancel[aria-hidden="true"],
    input[type="button"].btn-bh--edit[aria-hidden="true"],
    input.btn-bh--save[type="button"][aria-hidden="true"],
    input.btn-bh--cancel[type="button"][aria-hidden="true"] {
      visibility: hidden;
      display: none; }
    button.btn-bh--edit[aria-hidden="false"], button.btn-bh--save[aria-hidden="false"], button.btn-bh--cancel[aria-hidden="false"],
    a.btn-bh--edit[aria-hidden="false"],
    a.btn-bh--save[aria-hidden="false"],
    a.btn-bh--cancel[aria-hidden="false"],
    span.btn-bh--edit[aria-hidden="false"],
    span.btn-bh--save[aria-hidden="false"],
    span.btn-bh--cancel[aria-hidden="false"],
    input[type="button"].btn-bh--edit[aria-hidden="false"],
    input.btn-bh--save[type="button"][aria-hidden="false"],
    input.btn-bh--cancel[type="button"][aria-hidden="false"] {
      visibility: visible;
      display: block;
      display: inline-block; }
  button.btn-bh--cancel,
  a.btn-bh--cancel,
  span.btn-bh--cancel,
  input[type="button"].btn-bh--cancel {
    color: gray;
    background-color: #fff; }
    button.btn-bh--cancel:hover,
    a.btn-bh--cancel:hover,
    span.btn-bh--cancel:hover,
    input[type="button"].btn-bh--cancel:hover {
      opacity: 0.85;
      border-color: #000;
      color: #000; }
  button.btn-bh--addcart,
  a.btn-bh--addcart,
  span.btn-bh--addcart,
  input[type="button"].btn-bh--addcart {
    height: auto;
    line-height: 120%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cd202c;
    border-radius: 0;
    background-color: #cd202c;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.75rem;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    button.btn-bh--addcart span,
    a.btn-bh--addcart span,
    span.btn-bh--addcart span,
    input[type="button"].btn-bh--addcart span {
      padding-left: 0.25rem; }
    button.btn-bh--addcart:hover,
    a.btn-bh--addcart:hover,
    span.btn-bh--addcart:hover,
    input[type="button"].btn-bh--addcart:hover {
      background-color: #fff;
      color: #cd202c; }
      button.btn-bh--addcart:hover::before,
      a.btn-bh--addcart:hover::before,
      span.btn-bh--addcart:hover::before,
      input[type="button"].btn-bh--addcart:hover::before {
        color: inherit; }
    @media only screen and (min-width: 355px) {
      button.btn-bh--addcart,
      a.btn-bh--addcart,
      span.btn-bh--addcart,
      input[type="button"].btn-bh--addcart {
        font-size: 0.85rem; } }
    @media only screen and (min-width: 1248px) {
      button.btn-bh--addcart,
      a.btn-bh--addcart,
      span.btn-bh--addcart,
      input[type="button"].btn-bh--addcart {
        font-size: 0.75rem; } }
    @media only screen and (min-width: 1440px) {
      button.btn-bh--addcart,
      a.btn-bh--addcart,
      span.btn-bh--addcart,
      input[type="button"].btn-bh--addcart {
        font-size: 0.85rem; } }
  button.btn-bh--prize,
  a.btn-bh--prize,
  body.b2b .main-container a.btn-bh--prize,
  span.btn-bh--prize,
  input[type="button"].btn-bh--prize {
    height: auto;
    line-height: 120%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-color: #000;
    border-radius: 0;
    font-size: 0.75rem;
    color: #000;
    margin: 0; }
    button.btn-bh--prize:hover,
    a.btn-bh--prize:hover,
    body.b2b .main-container a.btn-bh--prize:hover,
    span.btn-bh--prize:hover,
    input[type="button"].btn-bh--prize:hover {
      background-color: #f7f7f7;
      border-color: #4d4d4d; }
    @media only screen and (min-width: 355px) {
      button.btn-bh--prize,
      a.btn-bh--prize,
      body.b2b .main-container a.btn-bh--prize,
      span.btn-bh--prize,
      input[type="button"].btn-bh--prize {
        font-size: 0.85rem; } }
    @media only screen and (min-width: 1248px) {
      button.btn-bh--prize,
      a.btn-bh--prize,
      body.b2b .main-container a.btn-bh--prize,
      span.btn-bh--prize,
      input[type="button"].btn-bh--prize {
        font-size: 0.75rem; } }
    @media only screen and (min-width: 1440px) {
      button.btn-bh--prize,
      a.btn-bh--prize,
      body.b2b .main-container a.btn-bh--prize,
      span.btn-bh--prize,
      input[type="button"].btn-bh--prize {
        font-size: 0.85rem; } }
  button.btn-bh.gradient,
  a.btn-bh.gradient,
  span.btn-bh.gradient,
  input[type="button"].btn-bh.gradient {
    padding: 0;
    margin-left: 5px;
    border-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
    background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
    background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
    background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%); }
    button.btn-bh.gradient .prices,
    a.btn-bh.gradient .prices,
    span.btn-bh.gradient .prices,
    input[type="button"].btn-bh.gradient .prices {
      background: #fff;
      border-radius: 8.75rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 99%;
      height: 97%;
      margin: 0.03rem;
      padding: 0 1rem; }
      button.btn-bh.gradient .prices span,
      a.btn-bh.gradient .prices span,
      span.btn-bh.gradient .prices span,
      input[type="button"].btn-bh.gradient .prices span {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
        background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
        background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
        background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
        -webkit-background-clip: text;
        color: transparent; }
    button.btn-bh.gradient:hover .prices,
    a.btn-bh.gradient:hover .prices,
    span.btn-bh.gradient:hover .prices,
    input[type="button"].btn-bh.gradient:hover .prices {
      background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
      background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%); }
      button.btn-bh.gradient:hover .prices span,
      a.btn-bh.gradient:hover .prices span,
      span.btn-bh.gradient:hover .prices span,
      input[type="button"].btn-bh.gradient:hover .prices span {
        color: #fff; }
    button.btn-bh.gradient.btn-bh--square .prices,
    a.btn-bh.gradient.btn-bh--square .prices,
    span.btn-bh.gradient.btn-bh--square .prices,
    input[type="button"].btn-bh.gradient.btn-bh--square .prices {
      border-radius: 0;
      background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
      background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      color: #fff; }
      button.btn-bh.gradient.btn-bh--square .prices span,
      a.btn-bh.gradient.btn-bh--square .prices span,
      span.btn-bh.gradient.btn-bh--square .prices span,
      input[type="button"].btn-bh.gradient.btn-bh--square .prices span {
        color: #fff;
        font-size: 12px; }
    button.btn-bh.gradient.btn-bh--square:hover .prices,
    a.btn-bh.gradient.btn-bh--square:hover .prices,
    span.btn-bh.gradient.btn-bh--square:hover .prices,
    input[type="button"].btn-bh.gradient.btn-bh--square:hover .prices {
      background: #fff; }
      button.btn-bh.gradient.btn-bh--square:hover .prices span,
      a.btn-bh.gradient.btn-bh--square:hover .prices span,
      span.btn-bh.gradient.btn-bh--square:hover .prices span,
      input[type="button"].btn-bh.gradient.btn-bh--square:hover .prices span {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
        background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
        background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
        background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
        -webkit-background-clip: text;
        color: transparent; }
    button.btn-bh.gradient.disabled,
    a.btn-bh.gradient.disabled,
    span.btn-bh.gradient.disabled,
    input[type="button"].btn-bh.gradient.disabled {
      opacity: 0.4;
      pointer-events: none; }
  button.btn-bh.blue-gradient,
  a.btn-bh.blue-gradient,
  span.btn-bh.blue-gradient,
  input[type="button"].btn-bh.blue-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#4f90ff), to(#4ffff9));
    background: -webkit-linear-gradient(left, #4f90ff 0%, #4ffff9 100%);
    background: -o-linear-gradient(left, #4f90ff 0%, #4ffff9 100%);
    background: linear-gradient(to right, #4f90ff 0%, #4ffff9 100%);
    color: #fff;
    border: none;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.3125rem;
    min-width: 247px;
    height: 2.9375rem;
    line-height: 2.9375rem; }
    button.btn-bh.blue-gradient:hover,
    a.btn-bh.blue-gradient:hover,
    span.btn-bh.blue-gradient:hover,
    input[type="button"].btn-bh.blue-gradient:hover {
      background: -webkit-gradient(linear, left top, right top, from(#4ffff9), to(#4f90ff));
      background: -webkit-linear-gradient(left, #4ffff9 0%, #4f90ff 100%);
      background: -o-linear-gradient(left, #4ffff9 0%, #4f90ff 100%);
      background: linear-gradient(to right, #4ffff9 0%, #4f90ff 100%); }
  button.btn-bh.is-animated,
  a.btn-bh.is-animated,
  span.btn-bh.is-animated,
  input[type="button"].btn-bh.is-animated {
    -webkit-animation: vibra 3.72s ease infinite;
    animation: vibra 3.72s ease infinite;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  button.btn-bh--square,
  a.btn-bh--square,
  span.btn-bh--square,
  input[type="button"].btn-bh--square {
    border-radius: 0 !important;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
    font-size: 12px; }
    button.btn-bh--square div,
    a.btn-bh--square div,
    span.btn-bh--square div,
    input[type="button"].btn-bh--square div {
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 1px;
      font-size: 13px; }
      @media only screen and (min-width: 992px) {
        button.btn-bh--square div,
        a.btn-bh--square div,
        span.btn-bh--square div,
        input[type="button"].btn-bh--square div {
          font-size: 12px; } }
      @media only screen and (min-width: 1248px) {
        button.btn-bh--square div,
        a.btn-bh--square div,
        span.btn-bh--square div,
        input[type="button"].btn-bh--square div {
          font-size: 14px; } }

button.btn-bh-dropdown,
a.btn-bh-dropdown,
span.btn-bh-dropdown,
input[type="button"].btn-bh-dropdown {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  background-color: transparent; }
  button.btn-bh-dropdown__filters,
  a.btn-bh-dropdown__filters,
  span.btn-bh-dropdown__filters,
  input[type="button"].btn-bh-dropdown__filters {
    min-width: 75px;
    position: relative; }
    button.btn-bh-dropdown__filters::after,
    a.btn-bh-dropdown__filters::after,
    span.btn-bh-dropdown__filters::after,
    input[type="button"].btn-bh-dropdown__filters::after {
      content: url("../img/ico-filters.png");
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.25rem; }
    button.btn-bh-dropdown__filters.js-active,
    a.btn-bh-dropdown__filters.js-active,
    span.btn-bh-dropdown__filters.js-active,
    input[type="button"].btn-bh-dropdown__filters.js-active {
      font-weight: 600; }
      button.btn-bh-dropdown__filters.js-active::after,
      a.btn-bh-dropdown__filters.js-active::after,
      span.btn-bh-dropdown__filters.js-active::after,
      input[type="button"].btn-bh-dropdown__filters.js-active::after {
        content: url("../img/ico-filters-bold.png");
        position: relative;
        top: 0; }
  button.btn-bh-dropdown__colours,
  a.btn-bh-dropdown__colours,
  span.btn-bh-dropdown__colours,
  input[type="button"].btn-bh-dropdown__colours {
    height: auto;
    padding-top: 0.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600; }
    button.btn-bh-dropdown__colours::before,
    a.btn-bh-dropdown__colours::before,
    span.btn-bh-dropdown__colours::before,
    input[type="button"].btn-bh-dropdown__colours::before {
      content: '-';
      margin-right: 0.25rem; }
    button.btn-bh-dropdown__colours.is-active,
    a.btn-bh-dropdown__colours.is-active,
    span.btn-bh-dropdown__colours.is-active,
    input[type="button"].btn-bh-dropdown__colours.is-active {
      font-weight: 400; }
      button.btn-bh-dropdown__colours.is-active::before,
      a.btn-bh-dropdown__colours.is-active::before,
      span.btn-bh-dropdown__colours.is-active::before,
      input[type="button"].btn-bh-dropdown__colours.is-active::before {
        content: '+'; }

button.btn-light,
a.btn-light,
span.btn-light,
input[type="button"].btn-light {
  width: auto;
  padding: 0.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  border: 1px solid #eee;
  border-radius: 8.75rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  button.btn-light:hover,
  a.btn-light:hover,
  span.btn-light:hover,
  input[type="button"].btn-light:hover {
    background-color: #000;
    color: #fff; }
  button.btn-light:focus,
  a.btn-light:focus,
  span.btn-light:focus,
  input[type="button"].btn-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }

button.c-button,
a.c-button,
span.c-button,
input[type="button"].c-button {
  padding: 0.5rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.2rem;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  button.c-button:focus,
  a.c-button:focus,
  span.c-button:focus,
  input[type="button"].c-button:focus {
    outline: 1px dotted #cd202c; }
  button.c-button--action,
  a.c-button--action,
  span.c-button--action,
  input[type="button"].c-button--action {
    border-color: #fff;
    color: #fff; }
    button.c-button--action:hover,
    a.c-button--action:hover,
    span.c-button--action:hover,
    input[type="button"].c-button--action:hover {
      background-color: #fff;
      color: #000; }

button.btn-vote,
a.btn-vote,
span.btn-vote,
input[type="button"].btn-vote {
  max-width: 130px;
  display: block;
  margin: 1rem auto;
  padding: 0.4rem 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8.75rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  button.btn-vote:hover,
  a.btn-vote:hover,
  span.btn-vote:hover,
  input[type="button"].btn-vote:hover {
    color: #000;
    background-color: #fff; }
  button.btn-vote:focus,
  a.btn-vote:focus,
  span.btn-vote:focus,
  input[type="button"].btn-vote:focus {
    outline: 0;
    -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
  button.btn-vote--align-left,
  a.btn-vote--align-left,
  span.btn-vote--align-left,
  input[type="button"].btn-vote--align-left {
    margin-left: 0; }
  @media only screen and (min-width: 480px) {
    button.btn-vote,
    a.btn-vote,
    span.btn-vote,
    input[type="button"].btn-vote {
      max-width: 170px;
      padding: 0.6rem 2rem;
      font-size: 0.85rem; } }

button.btn-link,
a.btn-link,
span.btn-link,
input[type="button"].btn-link {
  color: #cd202c; }

button.btn-disabled,
a.btn-disabled,
span.btn-disabled,
input[type="button"].btn-disabled {
  background: lightgray !important;
  color: grey !important;
  border-color: lightgray  !important;
  cursor: context-menu  !important; }

button.btn-grey, button.btn-red,
a.btn-grey,
a.btn-red,
span.btn-grey,
span.btn-red,
input[type="button"].btn-grey,
input.btn-red[type="button"] {
  background: #a1a1a1;
  color: #fff;
  border-radius: 0;
  border: none;
  text-transform: initial;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  padding: 0 0.5rem;
  font-weight: 400; }
  button.btn-grey--big,
  a.btn-grey--big,
  span.btn-grey--big,
  input[type="button"].btn-grey--big {
    padding: 0 1rem;
    height: 2.188rem;
    line-height: 2.188rem; }

button.btn-red,
a.btn-red,
span.btn-red,
input[type="button"].btn-red {
  background: #cd202c;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  padding: 0 1.5rem; }
  button.btn-red--light,
  a.btn-red--light,
  span.btn-red--light,
  input[type="button"].btn-red--light {
    padding: 0 .5rem;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cd202c; }
  button.btn-red:hover,
  a.btn-red:hover,
  span.btn-red:hover,
  input[type="button"].btn-red:hover {
    background-color: #fff;
    color: #cd202c;
    border-color: #cd202c;
    -webkit-box-shadow: none;
    box-shadow: none; }

button.btn-darkgrey,
a.btn-darkgrey,
span.btn-darkgrey,
input[type="button"].btn-darkgrey {
  display: inline-block;
  padding: 0 .5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 100;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #3A3A3A;
  background-color: #3A3A3A;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: 98px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase; }
  button.btn-darkgrey:hover,
  a.btn-darkgrey:hover,
  span.btn-darkgrey:hover,
  input[type="button"].btn-darkgrey:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000; }
  button.btn-darkgrey--bord,
  a.btn-darkgrey--bord,
  span.btn-darkgrey--bord,
  input[type="button"].btn-darkgrey--bord {
    color: #3A3A3A;
    background: #fff; }
    button.btn-darkgrey--bord:hover,
    a.btn-darkgrey--bord:hover,
    span.btn-darkgrey--bord:hover,
    input[type="button"].btn-darkgrey--bord:hover {
      color: #fff;
      border: 1px solid #3A3A3A;
      background-color: #3A3A3A; }
  button.btn-darkgrey.black,
  a.btn-darkgrey.black,
  span.btn-darkgrey.black,
  input[type="button"].btn-darkgrey.black {
    border: 1px solid #000;
    background-color: #000; }
    button.btn-darkgrey.black:hover,
    a.btn-darkgrey.black:hover,
    span.btn-darkgrey.black:hover,
    input[type="button"].btn-darkgrey.black:hover {
      background-color: transparent; }
  button.btn-darkgrey.small,
  a.btn-darkgrey.small,
  span.btn-darkgrey.small,
  input[type="button"].btn-darkgrey.small {
    height: 30px;
    line-height: 30px;
    font-size: 0.7rem; }

button.btn-bord,
a.btn-bord,
span.btn-bord,
input[type="button"].btn-bord {
  display: inline-block;
  padding: 0 .5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: 120px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    button.btn-bord,
    a.btn-bord,
    span.btn-bord,
    input[type="button"].btn-bord {
      font-size: 1.5rem; } }
  button.btn-bord--black,
  a.btn-bord--black,
  span.btn-bord--black,
  input[type="button"].btn-bord--black {
    border: 1px solid #000;
    background-color: transparent;
    color: #000; }
    button.btn-bord--black:hover,
    a.btn-bord--black:hover,
    span.btn-bord--black:hover,
    input[type="button"].btn-bord--black:hover {
      border: 1px solid #000;
      background-color: #000;
      color: #fff; }
  button.btn-bord--grey,
  a.btn-bord--grey,
  span.btn-bord--grey,
  input[type="button"].btn-bord--grey {
    border: 1px solid #A7A7A7;
    background-color: transparent;
    color: #A7A7A7; }
    button.btn-bord--grey:hover,
    a.btn-bord--grey:hover,
    span.btn-bord--grey:hover,
    input[type="button"].btn-bord--grey:hover {
      border: 1px solid #A7A7A7;
      background-color: #A7A7A7;
      color: #fff; }
  button.btn-bord.small,
  a.btn-bord.small,
  span.btn-bord.small,
  input[type="button"].btn-bord.small {
    min-width: 77px;
    height: 31px;
    line-height: 31px;
    font-size: 1.0625rem; }

button.btn-link-under,
a.btn-link-under,
span.btn-link-under,
input[type="button"].btn-link-under {
  color: #707070;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer; }
  button.btn-link-under span,
  a.btn-link-under span,
  span.btn-link-under span,
  input[type="button"].btn-link-under span {
    text-decoration: none;
    display: inline-block; }

button.btn-links,
a.btn-links,
span.btn-links,
input[type="button"].btn-links {
  background: none;
  border: none;
  margin: 0;
  color: #000;
  text-decoration: underline; }

button.btn-black,
a.btn-black,
span.btn-black,
input[type="button"].btn-black {
  line-height: 1;
  background-color: black;
  border: 1px solid black;
  padding: 0.625rem 2.5rem; }
  button.btn-black:hover,
  a.btn-black:hover,
  span.btn-black:hover,
  input[type="button"].btn-black:hover {
    color: black;
    background-color: white; }

button.btn-white,
a.btn-white,
span.btn-white,
input[type="button"].btn-white {
  line-height: 1;
  color: black;
  background-color: white;
  border: 1px solid black;
  padding: 0.625rem 2.5rem; }
  button.btn-white:hover,
  a.btn-white:hover,
  span.btn-white:hover,
  input[type="button"].btn-white:hover {
    color: white;
    background-color: black; }

.btn-group,
.blue-gradient {
  display: none !important; }

.c-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 10px; }
  .c-button-group button, .c-button-group a {
    margin: 5px; }

.contenedor-botones .boton-inventario {
  background: #fff;
  color: #cd202c;
  border: 1px solid #cd202c; }
  .contenedor-botones .boton-inventario a.enlace-boton {
    color: #cd202c; }
  .contenedor-botones .boton-inventario.active {
    background: #cd202c; }
    .contenedor-botones .boton-inventario.active a.enlace-boton {
      color: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: transparent; }

.bgColor-openCart {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 992px) {
    .bgColor-openCart {
      top: 4.5rem; } }

.bgColor-openCart.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  width: calc(100% - 310px);
  -webkit-animation: openBgBlack .5s;
  animation: openBgBlack .5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

#menu_cart {
  background: lightblue;
  width: 100%;
  max-width: 310px;
  height: auto;
  top: 0;
  z-index: 1010;
  margin-top: 0;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6; }
  @media only screen and (min-width: 992px) {
    #menu_cart {
      max-width: 320px;
      top: 4.5rem; } }
  #menu_cart::before {
    visibility: hidden;
    display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 123px;
    bottom: calc(100% + 1px);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #d6d6d6;
    z-index: 1; }
    @media only screen and (min-width: 1024px) {
      #menu_cart::before {
        visibility: visible;
        display: block;
        left: 228px; } }
  #menu_cart::after {
    visibility: hidden;
    display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 124px;
    bottom: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      #menu_cart::after {
        visibility: visible;
        display: block;
        left: 229px; } }
  #menu_cart #right_cart .right_cart_header {
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 0.8rem;
    line-height: 100%;
    background-color: #fff; }
    #menu_cart #right_cart .right_cart_header .right_cart_header_name {
      visibility: hidden;
      display: none; }
    #menu_cart #right_cart .right_cart_header-close {
      width: 20px;
      height: 18px; }
      #menu_cart #right_cart .right_cart_header-close img {
        max-width: 100%;
        height: auto;
        display: block; }
      #menu_cart #right_cart .right_cart_header-close:focus {
        outline: 1px dotted #000; }
  #menu_cart #right_cart .right_cart_content {
    font-family: 'Roboto Condensed', sans-serif; }
    #menu_cart #right_cart .right_cart_content .cart_list {
      height: auto;
      padding: 0 0.8rem;
      overflow-y: auto; }
      #menu_cart #right_cart .right_cart_content .cart_list .item {
        padding-bottom: 0.8rem; }
        #menu_cart #right_cart .right_cart_content .cart_list .item .img_container {
          width: calc(100% - 10px);
          max-width: 295px;
          height: 100%;
          max-height: 100%;
          position: relative;
          float: none;
          margin: 0 auto; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .img_container img {
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 100%;
            display: block;
            top: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .img_container.casual {
            max-height: 100%; }
        #menu_cart #right_cart .right_cart_content .cart_list .item .text_container {
          width: 100%;
          position: relative;
          padding: 0.625rem 0; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .title {
            width: calc(100% - 30px); }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .title a {
              display: inline-block;
              margin-bottom: 0;
              font-family: 'Roboto Condensed', sans-serif;
              font-size: 1.188rem;
              font-weight: 300;
              line-height: 1.3;
              text-align: left;
              text-transform: uppercase;
              color: #000; }
              #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .title a .ref {
                display: block;
                font-family: inherit;
                font-size: inherit;
                font-weight: 600;
                line-height: inherit;
                bottom: 0; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .remove_button {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 12px;
            right: 0;
            font-size: 18px;
            font-weight: 300;
            color: #d9d9d9;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .remove_button:hover {
              color: #000; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .remove_button:focus {
              outline: 1px dotted #000; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .size,
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .colours,
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .specifications {
            margin: 0.5rem 0;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 1.0625rem;
            font-weight: 300;
            line-height: 2.0625rem; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .size span,
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .colours span,
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .specifications span {
              display: inline-block;
              vertical-align: middle;
              font-family: inherit;
              font-size: inherit;
              font-weight: inherit; }
              #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .size span:first-child,
              #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .colours span:first-child,
              #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .specifications span:first-child {
                margin-right: 0.5rem; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .colours {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .colours img {
              width: 40px;
              height: 13px;
              margin-right: 0.25rem; }
              #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .colours img:last-child {
                margin-right: 0; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .specifications {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 0.8rem;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 0.8rem;
            font-weight: 300;
            line-height: 1.125rem;
            color: #000; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .specifications p {
              -webkit-box-flex: 0;
              -ms-flex: 0 1 calc(33.333333% - 0.5rem);
              flex: 0 1 calc(33.333333% - 0.5rem);
              margin: 0.15rem 0.5rem 0.15rem 0;
              font-family: inherit;
              font-size: inherit;
              font-weight: inherit;
              color: inherit; }
          #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .quantity {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 1.5rem;
            padding-top: 0;
            line-height: 100%; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .quantity .product_quantity,
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .quantity .product_total {
              width: 50%;
              float: none;
              display: inline-block;
              font-family: 'Roboto Condensed', sans-serif;
              font-size: 1.105rem;
              color: #000; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .quantity .product_quantity {
              font-weight: 300;
              text-align: left;
              text-transform: none; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .quantity .product_total {
              font-weight: 600;
              text-align: right;
              text-transform: uppercase; }
            #menu_cart #right_cart .right_cart_content .cart_list .item .text_container .quantity::after {
              visibility: hidden;
              display: none; }
      #menu_cart #right_cart .right_cart_content .cart_list-empty {
        width: 100%;
        height: 28vh;
        min-height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        text-align: center; }
        #menu_cart #right_cart .right_cart_content .cart_list-empty p {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 1.05rem;
          font-weight: 800;
          text-transform: none;
          color: #cd202c; }
          #menu_cart #right_cart .right_cart_content .cart_list-empty p:first-letter {
            text-transform: uppercase; }
  #menu_cart #right_cart .right_cart_footer {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 0.25rem;
    padding: 0.8rem;
    background-color: transparent; }
    #menu_cart #right_cart .right_cart_footer .subtotal_shipping {
      border-bottom: 0; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .subtotal, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #menu_cart #right_cart .right_cart_footer .subtotal_shipping .subtotal_left, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .subtotal_right {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%;
          min-width: 100px;
          float: none;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 0.875rem;
          font-weight: 300;
          text-transform: capitalize;
          color: #000; }
        #menu_cart #right_cart .right_cart_footer .subtotal_shipping .subtotal_left {
          text-align: left; }
        #menu_cart #right_cart .right_cart_footer .subtotal_shipping .subtotal_right {
          text-align: right; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping_left, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        min-width: 100px;
        float: none;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        text-transform: capitalize;
        color: #000; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping_left {
        text-align: left; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping_right {
        text-align: right; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total_left, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        min-width: 100px;
        float: none;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.875rem;
        font-weight: 800;
        text-transform: capitalize;
        color: #000; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total_left {
        text-align: left; }
      #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total_right {
        text-align: right; }
        #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total_right .amount.euros {
          font-family: inherit;
          font-size: inherit;
          font-weight: inherit;
          float: none; }
          #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total_right .amount.euros span {
            display: inline-block; }
  #menu_cart #right_cart .actions {
    width: auto;
    min-width: 170px;
    height: 2.188rem;
    position: relative;
    left: 0;
    display: inline-block;
    margin-top: 1rem; }
    #menu_cart #right_cart .actions a.buy.btn-bh.black {
      height: 100%;
      display: block; }

@media only screen and (min-width: 992px) {
  .c-colours-slider {
    max-height: 180px;
    overflow-y: hidden; } }

.c-colours-slider-item {
  padding: 0; }
  .c-colours-slider-item__select {
    max-width: 130px;
    display: block;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    display: none; }

.c-colours-slider.slick-slider {
  margin-bottom: 0 !important; }
  .c-colours-slider.slick-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 992px) {
      .c-colours-slider.slick-slider .slick-slide img {
        width: 100%;
        max-width: 180px; } }
    @media only screen and (min-width: 1440px) {
      .c-colours-slider.slick-slider .slick-slide img {
        max-width: 280px; } }
  .c-colours-slider.slick-slider .slick-prev, .c-colours-slider.slick-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-colours-slider.slick-slider .slick-next,
  .c-colours-slider.slick-slider .slick-next {
    width: 9px;
    height: 10px; }
    .c-colours-slider.slick-slider .slick-prev:focus, .c-colours-slider.slick-slider .c-ficha-bike .product_gallery--slider .slick-next:focus, .c-ficha-bike .product_gallery--slider .c-colours-slider.slick-slider .slick-next:focus,
    .c-colours-slider.slick-slider .slick-next:focus {
      outline: 1px dotted #cd202c; }
    .c-colours-slider.slick-slider .slick-prev.slick-disabled, .c-colours-slider.slick-slider .c-ficha-bike .product_gallery--slider .slick-disabled.slick-next, .c-ficha-bike .product_gallery--slider .c-colours-slider.slick-slider .slick-disabled.slick-next,
    .c-colours-slider.slick-slider .slick-next.slick-disabled {
      visibility: hidden;
      display: none; }
  .c-colours-slider.slick-slider .slick-prev, .c-colours-slider.slick-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-colours-slider.slick-slider .slick-next {
    left: 10px; }
  .c-colours-slider.slick-slider .slick-next {
    right: 10px; }

.colours {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .colours__opacity {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 2rem;
    flex: 0 1 2rem;
    position: relative;
    z-index: 2; }
    .colours__opacity .colour {
      margin-right: 0.3rem; }
    .colours__opacity--gradient {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      background: -webkit-linear-gradient(80deg, white, transparent);
      background: -o-linear-gradient(80deg, white, transparent);
      background: linear-gradient(10deg, white, transparent); }
  .colours.is-active {
    opacity: 0; }
  .colours .colour-circle {
    width: 22.4px;
    height: 22.4px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    margin-right: 8px; }
    .colours .colour-circle img.colour__image, .colours .colour-circle .landing #product_related.c-product_related_2 .product img.colour__image, .landing #product_related.c-product_related_2 .product .colours .colour-circle img.colour__image {
      width: 110% !important;
      height: 110%;
      max-width: 31px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      cursor: pointer; }

.c-cols-text {
  width: 95%;
  max-width: 1200px;
  height: auto;
  margin: 0.5rem auto 2rem auto;
  background-color: transparent; }
  .c-cols-text .vsf-container {
    width: calc(100% - 15px);
    max-width: 100%; }
  .c-cols-text__text {
    margin-bottom: 0.75rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.063rem;
    color: #cccccc; }
    @media only screen and (min-width: 768px) {
      .c-cols-text__text {
        margin-bottom: 0;
        font-size: 1.2rem; } }
  .c-cols-text--light b__text {
    color: #333333; }

.b2b .c-despieces-nav, .body-despieces .c-despieces-nav {
  padding-right: 1%;
  padding-bottom: 0;
  border-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .b2b .c-despieces-nav, .body-despieces .c-despieces-nav {
      border-right: 1px solid #7F7F7F; } }
  @media only screen and (max-width: 1023px) {
    .b2b .c-despieces-nav, .body-despieces .c-despieces-nav {
      padding-top: 25px; } }

.b2b .c-despieces-specifications #formulariosweb, .body-despieces .c-despieces-specifications #formulariosweb {
  margin-top: 0;
  margin-bottom: 0; }

.b2b .c-despieces-specifications-title, .b2b #content .specifications-block #formulariosweb h1, .body-despieces #content .specifications-block #formulariosweb .b2b h1, .body-despieces .c-despieces-specifications-title, .b2b #content .specifications-block #formulariosweb .body-despieces h1, .body-despieces #content .specifications-block #formulariosweb h1 {
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #707070;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.5px;
  margin-left: 0;
  margin-bottom: 15px;
  background: transparent;
  position: relative;
  padding: 0;
  padding-bottom: 6px;
  font-weight: 100;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px; }
  .b2b .c-despieces-specifications-title .despiece-title, .b2b #content .specifications-block #formulariosweb h1 .despiece-title, .body-despieces #content .specifications-block #formulariosweb .b2b h1 .despiece-title, .body-despieces .c-despieces-specifications-title .despiece-title, .b2b #content .specifications-block #formulariosweb .body-despieces h1 .despiece-title, .body-despieces #content .specifications-block #formulariosweb h1 .despiece-title {
    font-style: italic; }
  @media only screen and (max-width: 1023px) {
    .b2b .c-despieces-specifications-title, .b2b #content .specifications-block #formulariosweb h1, .body-despieces #content .specifications-block #formulariosweb .b2b h1, .body-despieces .c-despieces-specifications-title, .b2b #content .specifications-block #formulariosweb .body-despieces h1, .body-despieces #content .specifications-block #formulariosweb h1 {
      width: 100%; } }

.b2b .c-despieces-specifications-subtitle, .b2b #content .specifications-block #formulariosweb h2, .body-despieces #content .specifications-block #formulariosweb .b2b h2, .body-despieces .c-despieces-specifications-subtitle, .b2b #content .specifications-block #formulariosweb .body-despieces h2, .body-despieces #content .specifications-block #formulariosweb h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5625rem;
  color: #707070;
  position: relative;
  font-weight: 100;
  padding-left: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px; }
  .b2b .c-despieces-specifications-subtitle:before, .b2b #content .specifications-block #formulariosweb h2:before, .body-despieces #content .specifications-block #formulariosweb .b2b h2:before, .body-despieces .c-despieces-specifications-subtitle:before, .b2b #content .specifications-block #formulariosweb .body-despieces h2:before, .body-despieces #content .specifications-block #formulariosweb h2:before {
    content: '';
    width: 9px;
    height: 35px;
    background: #cd202c;
    -webkit-transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
    -ms-transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
    transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
    position: absolute;
    top: -3px;
    left: 0; }

.b2b .c-despieces-specifications-piezas, .body-despieces .c-despieces-specifications-piezas {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .b2b .c-despieces-specifications-piezas, .body-despieces .c-despieces-specifications-piezas {
      width: 50%; } }
  .b2b .c-despieces-specifications-piezas .title-search, .body-despieces .c-despieces-specifications-piezas .title-search {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px; }
    .b2b .c-despieces-specifications-piezas .title-search.text-red, .body-despieces .c-despieces-specifications-piezas .title-search.text-red {
      color: red; }
  .b2b .c-despieces-specifications-piezas::after, .body-despieces .c-despieces-specifications-piezas::after {
    font-family: FontAwesome;
    content: '\f002';
    position: absolute;
    bottom: 26px;
    right: 0.5rem;
    pointer-events: none;
    color: #707070; }
  .b2b .c-despieces-specifications-piezas input, .body-despieces .c-despieces-specifications-piezas input {
    width: 100%;
    position: relative;
    display: block;
    padding: 0.55rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    color: #000;
    border: 1px solid #707070;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .b2b .c-despieces-specifications-piezas input:focus, .body-despieces .c-despieces-specifications-piezas input:focus {
      outline: 0;
      border-width: 1px; }
    .b2b .c-despieces-specifications-piezas input::-webkit-input-placeholder, .body-despieces .c-despieces-specifications-piezas input::-webkit-input-placeholder {
      font-size: 0.95rem;
      color: #b3b3b3;
      font-size: 0.85rem; }
    .b2b .c-despieces-specifications-piezas input:-ms-input-placeholder, .body-despieces .c-despieces-specifications-piezas input:-ms-input-placeholder {
      font-size: 0.95rem;
      color: #b3b3b3;
      font-size: 0.85rem; }
    .b2b .c-despieces-specifications-piezas input::-ms-input-placeholder, .body-despieces .c-despieces-specifications-piezas input::-ms-input-placeholder {
      font-size: 0.95rem;
      color: #b3b3b3;
      font-size: 0.85rem; }
    .b2b .c-despieces-specifications-piezas input::placeholder, .body-despieces .c-despieces-specifications-piezas input::placeholder {
      font-size: 0.95rem;
      color: #b3b3b3;
      font-size: 0.85rem; }
    .b2b .c-despieces-specifications-piezas input:-ms-input-placeholder, .body-despieces .c-despieces-specifications-piezas input:-ms-input-placeholder {
      font-size: 0.95rem;
      color: #b3b3b3; }
    .b2b .c-despieces-specifications-piezas input::-ms-input-placeholder, .body-despieces .c-despieces-specifications-piezas input::-ms-input-placeholder {
      font-size: 0.95rem;
      color: #b3b3b3; }
  .b2b .c-despieces-specifications-piezas .ui-autocomplete, .body-despieces .c-despieces-specifications-piezas .ui-autocomplete {
    top: -16px !important; }

.b2b .c-despieces-specifications .pestanias, .body-despieces .c-despieces-specifications .pestanias {
  visibility: hidden;
  display: none; }

.b2b .c-despieces-specifications-content, .body-despieces .c-despieces-specifications-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .b2b .c-despieces-specifications-content, .body-despieces .c-despieces-specifications-content {
      padding: 0 5px; } }
  .b2b .c-despieces-specifications-content-title, .body-despieces .c-despieces-specifications-content-title {
    margin: 0 0 1rem 0;
    padding: 0.55rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    background-color: #f9f9f9; }
  .b2b .c-despieces-specifications-content-cuadro, .body-despieces .c-despieces-specifications-content-cuadro {
    width: 100%;
    height: calc(100% - 3rem);
    margin: 1rem auto 2rem auto; }
  .b2b .c-despieces-specifications-content .modelo_bici, .body-despieces .c-despieces-specifications-content .modelo_bici {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }
    .b2b .c-despieces-specifications-content .modelo_bici span, .body-despieces .c-despieces-specifications-content .modelo_bici span {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }
  .b2b .c-despieces-specifications-content .clearfix.ficha_ebike_imagen, .body-despieces .c-despieces-specifications-content .clearfix.ficha_ebike_imagen {
    margin-left: auto; }
  .b2b .c-despieces-specifications-content .btn-bh--addcart, .body-despieces .c-despieces-specifications-content .btn-bh--addcart {
    margin: 0 0 1rem auto;
    font-size: 1rem; }
  .b2b .c-despieces-specifications-content__left .wrapper-btn-filter-d, .body-despieces .c-despieces-specifications-content__left .wrapper-btn-filter-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .b2b .c-despieces-specifications-content__left .wrapper-btn-filter-d-buttons, .body-despieces .c-despieces-specifications-content__left .wrapper-btn-filter-d-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .b2b .c-despieces-specifications-content__left .wrapper-btn-filter-d .tekdoc-despieces, .body-despieces .c-despieces-specifications-content__left .wrapper-btn-filter-d .tekdoc-despieces {
      margin: 0 0 1rem; }
      @media only screen and (min-width: 1024px) {
        .b2b .c-despieces-specifications-content__left .wrapper-btn-filter-d .tekdoc-despieces, .body-despieces .c-despieces-specifications-content__left .wrapper-btn-filter-d .tekdoc-despieces {
          margin: 0 0 1rem 0.75rem; } }
      .b2b .c-despieces-specifications-content__left .wrapper-btn-filter-d .tekdoc-despieces .masInfo.c-b2b-bikes-item__button, .body-despieces .c-despieces-specifications-content__left .wrapper-btn-filter-d .tekdoc-despieces .masInfo.c-b2b-bikes-item__button {
        background-color: #cd202c;
        text-transform: uppercase;
        font-size: 16px; }
  .b2b .c-despieces-specifications-content__left-top, .body-despieces .c-despieces-specifications-content__left-top {
    border-bottom: 1px solid #707070;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px; }
    @media only screen and (min-width: 1024px) {
      .b2b .c-despieces-specifications-content__left-top, .body-despieces .c-despieces-specifications-content__left-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 100%; } }
  .b2b .c-despieces-specifications-content__left.full-width, .body-despieces .c-despieces-specifications-content__left.full-width {
    width: 100%; }
    @media only screen and (max-width: 639px) {
      .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-title, .b2b .c-despieces-specifications-content__left.full-width #content .specifications-block #formulariosweb h1, .b2b #content .specifications-block #formulariosweb .c-despieces-specifications-content__left.full-width h1, .body-despieces #content .specifications-block #formulariosweb .b2b .c-despieces-specifications-content__left.full-width h1, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-title, .b2b #content .specifications-block #formulariosweb .body-despieces .c-despieces-specifications-content__left.full-width h1, .body-despieces .c-despieces-specifications-content__left.full-width #content .specifications-block #formulariosweb h1, .body-despieces #content .specifications-block #formulariosweb .c-despieces-specifications-content__left.full-width h1 {
        margin: 0;
        width: 100%;
        text-align: left; } }
    .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-content__left-top, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-content__left-top {
      max-width: 100%; }
    .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-subtitle, .b2b .c-despieces-specifications-content__left.full-width #content .specifications-block #formulariosweb h2, .b2b #content .specifications-block #formulariosweb .c-despieces-specifications-content__left.full-width h2, .body-despieces #content .specifications-block #formulariosweb .b2b .c-despieces-specifications-content__left.full-width h2, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-subtitle, .b2b #content .specifications-block #formulariosweb .body-despieces .c-despieces-specifications-content__left.full-width h2, .body-despieces .c-despieces-specifications-content__left.full-width #content .specifications-block #formulariosweb h2, .body-despieces #content .specifications-block #formulariosweb .c-despieces-specifications-content__left.full-width h2 {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 25px; }
    .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors {
      max-width: 100%; }
      .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors .c-despieces-specifications-subtitle, .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors #content .specifications-block #formulariosweb h2, .b2b #content .specifications-block #formulariosweb .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors h2, .body-despieces #content .specifications-block #formulariosweb .b2b .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors h2, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors .c-despieces-specifications-subtitle, .b2b #content .specifications-block #formulariosweb .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors h2, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors #content .specifications-block #formulariosweb h2, .body-despieces #content .specifications-block #formulariosweb .c-despieces-specifications-content__left.full-width .c-despieces-specifications-selectors h2 {
        margin-left: 0; }
    .b2b .c-despieces-specifications-content__left.full-width .c-despieces-btn-toggle, .body-despieces .c-despieces-specifications-content__left.full-width .c-despieces-btn-toggle {
      margin-left: 15px; }
    .b2b .c-despieces-specifications-content__left.full-width .btn-bh.btn-bh--addcart, .body-despieces .c-despieces-specifications-content__left.full-width .btn-bh.btn-bh--addcart {
      margin: 0 0 1rem auto; }
  .b2b .c-despieces-specifications-content__right .btn-bh--addcart, .body-despieces .c-despieces-specifications-content__right .btn-bh--addcart {
    background: #3A3A3A;
    border-color: #3A3A3A; }
    .b2b .c-despieces-specifications-content__right .btn-bh--addcart:hover, .body-despieces .c-despieces-specifications-content__right .btn-bh--addcart:hover {
      color: #3A3A3A;
      background: #fff; }
  @media only screen and (min-width: 1024px) {
    .b2b .c-despieces-specifications-content, .body-despieces .c-despieces-specifications-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .b2b .c-despieces-specifications-content__left, .body-despieces .c-despieces-specifications-content__left {
        width: 70%;
        padding-right: 0.8rem; }
      .b2b .c-despieces-specifications-content__right, .body-despieces .c-despieces-specifications-content__right {
        width: calc(100% - 69%);
        padding-left: 0.8rem;
        text-align: center; }
        .b2b .c-despieces-specifications-content__right #ficha_ebike_imagen_a, .body-despieces .c-despieces-specifications-content__right #ficha_ebike_imagen_a {
          position: absolute; }
          .b2b .c-despieces-specifications-content__right #ficha_ebike_imagen_a .image-a, .body-despieces .c-despieces-specifications-content__right #ficha_ebike_imagen_a .image-a {
            max-height: 150px; } }

.b2b .c-despieces-specifications-selectors, .body-despieces .c-despieces-specifications-selectors {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .b2b .c-despieces-specifications-selectors, .body-despieces .c-despieces-specifications-selectors {
      max-width: 100%; } }
  .b2b .c-despieces-specifications-selectors__item, .body-despieces .c-despieces-specifications-selectors__item {
    width: 100%;
    margin-bottom: 1rem; }
    .b2b .c-despieces-specifications-selectors__item.year, .body-despieces .c-despieces-specifications-selectors__item.year {
      width: 50%; }
  .b2b .c-despieces-specifications-selectors .select2-container .select2-selection--single,
  .b2b .c-despieces-specifications-selectors .select2-container--default .select2-selection--single .select2-selection__arrow, .body-despieces .c-despieces-specifications-selectors .select2-container .select2-selection--single,
  .body-despieces .c-despieces-specifications-selectors .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.125rem;
    padding: 0 0.5rem;
    width: 35px; }
    .b2b .c-despieces-specifications-selectors .select2-container .select2-selection--single b,
    .b2b .c-despieces-specifications-selectors .select2-container--default .select2-selection--single .select2-selection__arrow b, .body-despieces .c-despieces-specifications-selectors .select2-container .select2-selection--single b,
    .body-despieces .c-despieces-specifications-selectors .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: inline-block;
      position: absolute;
      top: 25%;
      right: 0;
      width: 10px;
      height: 10px;
      background: transparent;
      text-indent: -9999px;
      border: 0;
      border-top: 2px solid #707070;
      border-left: 2px solid #707070;
      -webkit-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      text-decoration: none;
      color: transparent;
      -webkit-transform: rotate(-134deg);
      -ms-transform: rotate(-134deg);
      transform: rotate(-134deg);
      margin: 0; }
  .b2b .c-despieces-specifications-selectors .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .body-despieces .c-despieces-specifications-selectors .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    border-top: 2px solid #707070;
    border-left: 2px solid #707070; }
  .b2b .c-despieces-specifications-selectors .select2-container--default .select2-selection--single, .body-despieces .c-despieces-specifications-selectors .select2-container--default .select2-selection--single {
    border-color: #707070;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 35px; }
  .b2b .c-despieces-specifications-selectors .select2-container--default .select2-selection--single .select2-selection__rendered, .body-despieces .c-despieces-specifications-selectors .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    line-height: 2.125rem;
    color: #707070; }
  @media only screen and (min-width: 768px) {
    .b2b .c-despieces-specifications-selectors, .body-despieces .c-despieces-specifications-selectors {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .b2b .c-despieces-specifications-selectors__item, .body-despieces .c-despieces-specifications-selectors__item {
        margin-right: 0.5rem; }
        .b2b .c-despieces-specifications-selectors__item:last-child, .body-despieces .c-despieces-specifications-selectors__item:last-child {
          margin-right: 0; } }

.b2b .c-despieces-specifications-table, .body-despieces .c-despieces-specifications-table {
  overflow-x: auto;
  max-width: 785px;
  width: 210%;
  margin-right: 35px; }
  .b2b .c-despieces-specifications-table table.piezas, .body-despieces .c-despieces-specifications-table table.piezas {
    width: 100%;
    min-width: 400px; }
    .b2b .c-despieces-specifications-table table.piezas th,
    .b2b .c-despieces-specifications-table table.piezas td, .body-despieces .c-despieces-specifications-table table.piezas th,
    .body-despieces .c-despieces-specifications-table table.piezas td {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      vertical-align: middle;
      font-size: 0.8rem;
      font-family: "Roboto Condensed", sans-serif;
      color: #707070; }
    .b2b .c-despieces-specifications-table table.piezas th, .body-despieces .c-despieces-specifications-table table.piezas th {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: 100; }
      .b2b .c-despieces-specifications-table table.piezas th span, .body-despieces .c-despieces-specifications-table table.piezas th span {
        font-weight: 100; }
    .b2b .c-despieces-specifications-table table.piezas td, .body-despieces .c-despieces-specifications-table table.piezas td {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem; }
    .b2b .c-despieces-specifications-table table.piezas .c-b2b-equipment-components-select, .body-despieces .c-despieces-specifications-table table.piezas .c-b2b-equipment-components-select {
      width: 50px;
      margin: 0; }
      .b2b .c-despieces-specifications-table table.piezas .c-b2b-equipment-components-select:focus, .body-despieces .c-despieces-specifications-table table.piezas .c-b2b-equipment-components-select:focus {
        background: #fff; }
      .b2b .c-despieces-specifications-table table.piezas .c-b2b-equipment-components-select.show-in-popup, .body-despieces .c-despieces-specifications-table table.piezas .c-b2b-equipment-components-select.show-in-popup {
        display: none; }
  .b2b .c-despieces-specifications-table thead, .body-despieces .c-despieces-specifications-table thead {
    background: #fff; }

.b2b .c-despieces-specifications-table.max-width-1000, .body-despieces .c-despieces-specifications-table.max-width-1000 {
  max-width: 1000px; }

.b2b .c-despieces-specifications-parts, .body-despieces .c-despieces-specifications-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 768px) {
    .b2b .c-despieces-specifications-parts, .body-despieces .c-despieces-specifications-parts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .b2b .c-despieces-specifications-parts .ficha_ebike_imagen img.hidden, .body-despieces .c-despieces-specifications-parts .ficha_ebike_imagen img.hidden {
    display: none; }

.b2b .c-despieces-specifications__bottom, .body-despieces .c-despieces-specifications__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .b2b .c-despieces-specifications__bottom #ficha_ebike_imagen, .body-despieces .c-despieces-specifications__bottom #ficha_ebike_imagen {
    max-width: 630px; }
  @media screen and (max-width: 1500px) {
    .b2b .c-despieces-specifications__bottom, .body-despieces .c-despieces-specifications__bottom {
      display: block; } }
  .b2b .c-despieces-specifications__bottom .imagenZoom img, .body-despieces .c-despieces-specifications__bottom .imagenZoom img {
    max-height: 556px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .b2b .c-despieces-specifications__bottom .imagenZoom img.hidden, .body-despieces .c-despieces-specifications__bottom .imagenZoom img.hidden {
      display: none; }
  .b2b .c-despieces-specifications__bottom .imagenZoom .img_lynx, .body-despieces .c-despieces-specifications__bottom .imagenZoom .img_lynx {
    position: relative;
    margin-top: 25px; }
  .b2b .c-despieces-specifications__bottom .imagenZoomSelector img, .body-despieces .c-despieces-specifications__bottom .imagenZoomSelector img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 556px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
    .b2b .c-despieces-specifications__bottom .imagenZoomSelector img.hidden, .body-despieces .c-despieces-specifications__bottom .imagenZoomSelector img.hidden {
      display: none; }
  .b2b .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx, .body-despieces .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx {
    position: relative; }
  .b2b .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx.imagen_a, .body-despieces .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx.imagen_a {
    width: 225px;
    border: 5px solid #c3c3c3;
    border-radius: 20px; }
  .b2b .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx.imagen_1, .body-despieces .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx.imagen_1 {
    width: 225px;
    border: 5px solid #c3c3c3;
    border-radius: 20px;
    margin-left: 20px; }
  .b2b .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx.mostrar, .body-despieces .c-despieces-specifications__bottom .imagenZoomSelector .img_lynx.mostrar {
    border: 5px solid #797979 !important;
    border-radius: 20px !important; }
  .b2b .c-despieces-specifications__bottom .container-img-btn, .body-despieces .c-despieces-specifications__bottom .container-img-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .b2b .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen, .body-despieces .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen {
      background-color: white;
      color: black;
      border-radius: 2rem;
      padding: 0.625rem 1.25rem;
      margin: 1rem 0 0 auto; }
      .b2b .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen:hover, .body-despieces .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen:hover {
        background-color: black;
        color: white; }
      .b2b .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen.active, .body-despieces .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen.active {
        background-color: black;
        color: white; }
        .b2b .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen.active:hover, .body-despieces .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen.active:hover {
          background-color: white;
          color: black; }
      .b2b .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen span, .body-despieces .c-despieces-specifications__bottom .container-img-btn .btn.btn-black.full-screen span {
        margin-right: 0.5rem; }

.b2b .c-despieces-specifications__bottom.display-block-specifications, .body-despieces .c-despieces-specifications__bottom.display-block-specifications {
  display: block; }

@media only screen and (min-width: 1024px) {
  .b2b .c-despieces-specifications.despieces-img-dinamicas .c-despieces-specifications-subtitle, .b2b .c-despieces-specifications.despieces-img-dinamicas #content .specifications-block #formulariosweb h2, .b2b #content .specifications-block #formulariosweb .c-despieces-specifications.despieces-img-dinamicas h2, .body-despieces #content .specifications-block #formulariosweb .b2b .c-despieces-specifications.despieces-img-dinamicas h2, .body-despieces .c-despieces-specifications.despieces-img-dinamicas .c-despieces-specifications-subtitle, .b2b #content .specifications-block #formulariosweb .body-despieces .c-despieces-specifications.despieces-img-dinamicas h2, .body-despieces .c-despieces-specifications.despieces-img-dinamicas #content .specifications-block #formulariosweb h2, .body-despieces #content .specifications-block #formulariosweb .c-despieces-specifications.despieces-img-dinamicas h2 {
    max-width: 100% !important; } }

.b2b .c-despieces-specifications-mainimg, .body-despieces .c-despieces-specifications-mainimg {
  margin-bottom: 25px;
  width: auto; }

.b2b .c-despieces-specifications__scrollsection, .body-despieces .c-despieces-specifications__scrollsection {
  border: 1px solid #CACACA;
  padding: 10px;
  max-width: 240px;
  text-align: left;
  font-size: 1rem;
  line-height: 40px;
  color: #393939;
  margin-right: 0;
  margin-left: auto;
  max-height: 300px;
  overflow: auto;
  letter-spacing: 0.4px;
  position: relative;
  top: 160px; }
  @media only screen and (max-width: 1023px) {
    .b2b .c-despieces-specifications__scrollsection, .body-despieces .c-despieces-specifications__scrollsection {
      display: none; } }
  .b2b .c-despieces-specifications__scrollsection span, .body-despieces .c-despieces-specifications__scrollsection span {
    margin-right: 10px; }
    .b2b .c-despieces-specifications__scrollsection span.fa, .body-despieces .c-despieces-specifications__scrollsection span.fa {
      color: #707070;
      font-size: 13px;
      cursor: pointer; }
  .b2b .c-despieces-specifications__scrollsection p, .body-despieces .c-despieces-specifications__scrollsection p {
    font-weight: 300;
    padding-bottom: 15px; }
    .b2b .c-despieces-specifications__scrollsection p:last-child, .body-despieces .c-despieces-specifications__scrollsection p:last-child {
      padding-bottom: 0; }
  .b2b .c-despieces-specifications__scrollsection .description, .body-despieces .c-despieces-specifications__scrollsection .description {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .b2b .c-despieces-specifications__scrollsection .description__kit, .body-despieces .c-despieces-specifications__scrollsection .description__kit {
      font-size: 0.7rem; }

.b2b .c-despieces-specifications-legend, .body-despieces .c-despieces-specifications-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0; }
  .b2b .c-despieces-specifications-legend__item, .body-despieces .c-despieces-specifications-legend__item {
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 0.9rem; }
    @media only screen and (max-width: 767px) {
      .b2b .c-despieces-specifications-legend__item, .body-despieces .c-despieces-specifications-legend__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    .b2b .c-despieces-specifications-legend__item span, .body-despieces .c-despieces-specifications-legend__item span {
      font-weight: 300;
      font-size: 0.7rem;
      letter-spacing: normal; }
  .b2b .c-despieces-specifications-legend__square, .body-despieces .c-despieces-specifications-legend__square {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    background: #478d51; }
    .b2b .c-despieces-specifications-legend__square.loc, .body-despieces .c-despieces-specifications-legend__square.loc {
      background: #ea9401; }
    .b2b .c-despieces-specifications-legend__square.gre, .body-despieces .c-despieces-specifications-legend__square.gre {
      background: #c90082; }
  .b2b .c-despieces-specifications-legend__hexa, .body-despieces .c-despieces-specifications-legend__hexa {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 8px;
    margin: 0;
    background: #0085e2; }
    .b2b .c-despieces-specifications-legend__hexa:before, .b2b .c-despieces-specifications-legend__hexa:after, .body-despieces .c-despieces-specifications-legend__hexa:before, .body-despieces .c-despieces-specifications-legend__hexa:after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
    .b2b .c-despieces-specifications-legend__hexa:before, .body-despieces .c-despieces-specifications-legend__hexa:before {
      bottom: 100%;
      border-bottom: 5px solid #0085e2; }
    .b2b .c-despieces-specifications-legend__hexa:after, .body-despieces .c-despieces-specifications-legend__hexa:after {
      top: 100%;
      width: 0;
      border-top: 5px solid #0085e2; }

.b2b .c-despieces-btn-toggle, .body-despieces .c-despieces-btn-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1rem; }
  .b2b .c-despieces-btn-toggle__item, .b2b .main-container a.c-despieces-btn-toggle__item, .body-despieces .main-container .b2b a.c-despieces-btn-toggle__item, .body-despieces .c-despieces-btn-toggle__item, .b2b .main-container .body-despieces a.c-despieces-btn-toggle__item, .body-despieces .main-container a.c-despieces-btn-toggle__item {
    display: inline-block;
    padding: .5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8rem;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #fff;
    border: 1px solid #3A3A3A;
    background-color: #3A3A3A;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-width: 93px;
    text-align: center;
    height: 35px;
    line-height: 35px; }
    .b2b .c-despieces-btn-toggle__item:hover, .b2b .main-container a.c-despieces-btn-toggle__item:hover, .body-despieces .main-container .b2b a.c-despieces-btn-toggle__item:hover, .body-despieces .c-despieces-btn-toggle__item:hover, .b2b .main-container .body-despieces a.c-despieces-btn-toggle__item:hover, .body-despieces .main-container a.c-despieces-btn-toggle__item:hover {
      background: #fff;
      color: #000; }
    .b2b .c-despieces-btn-toggle__item:focus, .b2b .main-container a.c-despieces-btn-toggle__item:focus, .body-despieces .main-container .b2b a.c-despieces-btn-toggle__item:focus, .body-despieces .c-despieces-btn-toggle__item:focus, .b2b .main-container .body-despieces a.c-despieces-btn-toggle__item:focus, .body-despieces .main-container a.c-despieces-btn-toggle__item:focus {
      outline: 0;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    .b2b .c-despieces-btn-toggle__item-type, .body-despieces .c-despieces-btn-toggle__item-type {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }

.b2b #main.wrapper.with-left-content, .body-despieces #main.wrapper.with-left-content {
  width: 98%;
  min-width: 20px; }
  .b2b #main.wrapper.with-left-content #left-content-div, .body-despieces #main.wrapper.with-left-content #left-content-div {
    margin-right: 0; }
  .b2b #main.wrapper.with-left-content #content, .body-despieces #main.wrapper.with-left-content #content {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .b2b #main.wrapper.with-left-content #content, .body-despieces #main.wrapper.with-left-content #content {
        width: calc(100% - 15px);
        margin-left: 0; } }

.b2b #main.wrapper #left, .body-despieces #main.wrapper #left {
  width: 100%;
  margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .b2b #main.wrapper #left, .body-despieces #main.wrapper #left {
      width: 14.375rem;
      margin-right: 1.250rem; } }
  @media only screen and (min-width: 1248px) {
    .b2b #main.wrapper #left, .body-despieces #main.wrapper #left {
      width: 16.375rem; } }

.b2b #main.wrapper #navigation-left .c-despieces-nav__content, .body-despieces #main.wrapper #navigation-left .c-despieces-nav__content {
  padding: 0.5rem;
  border: 0; }

.b2b #main.wrapper #navigation-left .c-despieces-nav__submenu-list, .body-despieces #main.wrapper #navigation-left .c-despieces-nav__submenu-list {
  margin-left: 0; }
  .b2b #main.wrapper #navigation-left .c-despieces-nav__submenu-list li, .body-despieces #main.wrapper #navigation-left .c-despieces-nav__submenu-list li {
    margin: 0 0 8px 0;
    line-height: 0; }
    .b2b #main.wrapper #navigation-left .c-despieces-nav__submenu-list li a, .body-despieces #main.wrapper #navigation-left .c-despieces-nav__submenu-list li a {
      padding: 0.6rem 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.9rem;
      color: #000;
      text-transform: capitalize;
      font-weight: normal; }
    .b2b #main.wrapper #navigation-left .c-despieces-nav__submenu-list li.current a, .body-despieces #main.wrapper #navigation-left .c-despieces-nav__submenu-list li.current a {
      color: #cd202c; }

.b2b #main.wrapper .mobile-service, .body-despieces #main.wrapper .mobile-service {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    .b2b #main.wrapper .mobile-service, .body-despieces #main.wrapper .mobile-service {
      padding-bottom: 80px; } }

.b2b #categorias_content .linea_categorias, .body-despieces #categorias_content .linea_categorias {
  width: 100%;
  height: 100%;
  display: block; }
  .b2b #categorias_content .linea_categorias .bloque_categoria, .body-despieces #categorias_content .linea_categorias .bloque_categoria {
    width: 100%;
    height: 100%;
    float: none;
    padding: 0; }
    .b2b #categorias_content .linea_categorias .bloque_categoria .referencias_categoria, .body-despieces #categorias_content .linea_categorias .bloque_categoria .referencias_categoria {
      height: 100%;
      overflow-y: auto; }
      .b2b #categorias_content .linea_categorias .bloque_categoria .referencias_categoria a, .body-despieces #categorias_content .linea_categorias .bloque_categoria .referencias_categoria a {
        display: block;
        padding: 0 0.55rem;
        margin-bottom: 0.25rem;
        font-family: "Roboto", sans-serif;
        font-size: 0.75rem;
        color: #000; }
        .b2b #categorias_content .linea_categorias .bloque_categoria .referencias_categoria a span, .body-despieces #categorias_content .linea_categorias .bloque_categoria .referencias_categoria a span {
          font-family: inherit;
          font-size: inherit;
          color: inherit; }
      .b2b #categorias_content .linea_categorias .bloque_categoria .referencias_categoria .active, .body-despieces #categorias_content .linea_categorias .bloque_categoria .referencias_categoria .active {
        color: red; }
      .b2b #categorias_content .linea_categorias .bloque_categoria .referencias_categoria .mCSB_inside > .mCSB_container, .body-despieces #categorias_content .linea_categorias .bloque_categoria .referencias_categoria .mCSB_inside > .mCSB_container {
        margin-right: 10px; }
      .b2b #categorias_content .linea_categorias .bloque_categoria .referencias_categoria .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .body-despieces #categorias_content .linea_categorias .bloque_categoria .referencias_categoria .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(0, 0, 0, 0.6); }
    .b2b #categorias_content .linea_categorias .bloque_categoria .separador, .body-despieces #categorias_content .linea_categorias .bloque_categoria .separador {
      visibility: hidden;
      display: none; }

.b2b #content .specifications-block #formulariosweb, .body-despieces #content .specifications-block #formulariosweb {
  margin-top: 0 !important; }

.postventa.b2b #page {
  overflow: initial; }
  .postventa.b2b #page.show-calendar {
    overflow: hidden; }

.postventa.b2b #main.wrapper.with-left-content #content {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .postventa.b2b #main.wrapper.with-left-content #content {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: 0; } }

.postventa.b2b #product_related.view {
  width: 100%;
  padding: 1rem 0.875rem;
  /*max-width: 1478px;*/
  margin: 0 auto; }

.postventa.b2b #formulariosweb .btn-bh--addcart {
  max-width: 172px;
  padding: 0.55rem 1rem;
  max-height: 35px;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .postventa.b2b #formulariosweb .btn-bh--addcart:before {
    content: none; }

.b2b .modal-despiece {
  width: 100%;
  max-width: 1049px; }
  .b2b .modal-despiece #popup_pieza {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .b2b .modal-despiece #popup_pieza {
        overflow: auto;
        max-height: 83vh !important; } }
    .b2b .modal-despiece #popup_pieza .content-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 991px) {
        .b2b .modal-despiece #popup_pieza .content-bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .b2b .modal-despiece #popup_pieza img {
      width: 100%;
      max-width: 530px;
      margin-right: 25px; }
    .b2b .modal-despiece #popup_pieza .btn-bh--addcart {
      max-width: 160px;
      font-size: 1rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .b2b .modal-despiece #popup_pieza tbody tr {
      background: #F9F9F9; }
    .b2b .modal-despiece #popup_pieza .hide-in-popup {
      display: none; }
    .b2b .modal-despiece #popup_pieza .show-in-popup {
      display: block; }

/*Pantalla completa*/
#main.fullWidth-screen {
  width: 100%;
  max-width: 100%; }
  #main.fullWidth-screen .c-despieces-specifications-table {
    width: 100%;
    max-width: 100%; }

.c-component-message {
  width: 100%;
  max-width: 765px;
  height: 100vh;
  min-height: 334px;
  max-height: 334px;
  position: relative;
  margin: 1.2rem auto 3.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .c-component-message {
      max-height: 663px; } }
  .c-component-message::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.62); }
  .c-component-message__content {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.5rem;
    text-align: center;
    background-color: transparent; }
    .c-component-message__content::before {
      visibility: hidden;
      display: none; }
    @media only screen and (min-width: 768px) {
      .c-component-message__content {
        padding-bottom: 2.5rem; } }
    @media only screen and (min-width: 992px) {
      .c-component-message__content {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left; } }
    .c-component-message__content-block {
      position: relative;
      z-index: 2; }
  .c-component-message__title, #content h1.c-component-message__title,
  #content .c-component-message__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.438rem;
    font-weight: 800;
    line-height: 1.438rem;
    letter-spacing: -1px;
    text-align: center;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .c-component-message__title, #content h1.c-component-message__title,
      #content .c-component-message__title {
        font-size: 2.063rem;
        line-height: 1.938rem;
        text-align: left; } }
  .c-component-message__text {
    margin: 0.5rem auto 1rem auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.188rem;
    text-align: center;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .c-component-message__text {
        margin-bottom: 2.5rem;
        font-size: 1.188rem;
        line-height: 1.375rem;
        text-align: left; } }
  .c-component-message--red::before {
    background-color: #f00;
    mix-blend-mode: multiply; }
  .c-component-message--white::before {
    background-color: rgba(255, 255, 255, 0.62); }
  .c-component-message--white .c-component-message__title,
  .c-component-message--white #content .c-component-message__title, #content .c-component-message--white .c-component-message__title,
  .c-component-message--white .c-component-message__text {
    color: #000; }
  .c-component-message--left::before {
    content: '';
    right: auto;
    left: 0; }
  .c-component-message--left .c-component-message__content {
    right: auto;
    left: 0; }

@supports (-ms-ime-align: auto) {
  .c-component-message::before,
  .c-component-message:before {
    opacity: 0.75; } }

.product_content {
  overflow: hidden; }

.c-ficha-bike {
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .c-ficha-bike .title-block {
    visibility: hidden;
    display: none; }
  @media only screen and (min-width: 992px) {
    .c-ficha-bike .cart-notf {
      position: absolute;
      top: 2.25rem;
      right: 0;
      border-left: 1px solid #DEDEDE; } }
  .c-ficha-bike .vsf-col-12 {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 1024px) {
      .c-ficha-bike .vsf-col-12 {
        padding-left: 15px;
        padding-right: 15px; } }
  .c-ficha-bike__left, .c-ficha-bike__right {
    margin: 1rem 0; }
    @media only screen and (min-width: 1248px) {
      .c-ficha-bike__left, .c-ficha-bike__right {
        margin: 0 0 2rem 0; } }
  .c-ficha-bike__left {
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__left {
        height: auto;
        min-height: 100px;
        margin-top: 2.25rem; } }
    @media screen and (max-height: 680px) and (max-width: 767px) and (orientation: landscape) {
      .c-ficha-bike__left {
        overflow-y: auto; } }
  .c-ficha-bike .product_gallery--slider {
    float: none; }
    @media only screen and (max-width: 991px) {
      .c-ficha-bike .product_gallery--slider {
        height: auto;
        position: relative;
        max-height: calc(100vh - 6.9375rem);
        overflow: hidden; } }
    .c-ficha-bike .product_gallery--slider .slick-prev, .c-ficha-bike .product_gallery--slider .slick-next {
      width: 9px;
      height: 10px;
      top: auto;
      right: 50px;
      bottom: -15px;
      left: auto; }
    .c-ficha-bike .product_gallery--slider .slick-next {
      right: 10px; }
    .c-ficha-bike .product_gallery--slider .product_gallery--slide {
      padding-left: 0; }
    .c-ficha-bike .product_gallery--slider .slick-dots {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -25px;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .c-ficha-bike .product_gallery--slider .slick-dots {
          bottom: 20px; } }
      .c-ficha-bike .product_gallery--slider .slick-dots li {
        width: 25px;
        height: 25px;
        margin: 0 auto;
        background-color: transparent;
        border: 0; }
        .c-ficha-bike .product_gallery--slider .slick-dots li button {
          width: 100%;
          height: 100%;
          display: block;
          border-radius: 50%; }
          .c-ficha-bike .product_gallery--slider .slick-dots li button::before {
            font-size: 50px;
            opacity: 1;
            color: #EFEFEF; }
        .c-ficha-bike .product_gallery--slider .slick-dots li.slick-active button::before {
          color: #707070; }
  @media only screen and (max-width: 575px) {
    .c-ficha-bike .one-product {
      height: calc(100% - 155px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 991px) {
    .c-ficha-bike .one-product {
      height: calc(100% - 45px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-ficha-bike-slide {
    max-width: 1400px;
    height: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-ficha-bike-slide img {
      width: auto !important;
      height: auto !important;
      max-width: 100%;
      min-height: 100%;
      max-height: 100%;
      margin: 0 auto !important; }
      .c-ficha-bike-slide img.img_garantia {
        position: absolute;
        width: 10% !important;
        min-height: 0;
        top: 0;
        left: 0; }
        .c-ficha-bike-slide img.img_garantia.img_black_friday {
          left: auto;
          right: 0; }
        .c-ficha-bike-slide img.img_garantia.img_if_fietstest {
          left: auto;
          right: 0; }
        .c-ficha-bike-slide img.img_garantia.img_seg_automotive {
          left: 52px;
          width: 7.4% !important; }
          @media only screen and (min-width: 480px) {
            .c-ficha-bike-slide img.img_garantia.img_seg_automotive {
              left: 78px; } }
          @media only screen and (min-width: 768px) {
            .c-ficha-bike-slide img.img_garantia.img_seg_automotive {
              left: 126px; } }
          @media only screen and (min-width: 1700px) {
            .c-ficha-bike-slide img.img_garantia.img_seg_automotive {
              left: 200px; } }
        .c-ficha-bike-slide img.img_garantia.img_logo_luz {
          right: 0;
          left: unset;
          width: 8% !important; }
          @media only screen and (min-width: 768px) {
            .c-ficha-bike-slide img.img_garantia.img_logo_luz {
              right: 20px; } }
        .c-ficha-bike-slide img.img_garantia.img_elektro {
          left: 52px; }
          @media only screen and (min-width: 480px) {
            .c-ficha-bike-slide img.img_garantia.img_elektro {
              left: 78px; } }
          @media only screen and (min-width: 768px) {
            .c-ficha-bike-slide img.img_garantia.img_elektro {
              left: 126px; } }
          @media only screen and (min-width: 1700px) {
            .c-ficha-bike-slide img.img_garantia.img_elektro {
              left: 200px; } }
        .c-ficha-bike-slide img.img_garantia.img_best_getest {
          max-width: 150px; }
          @media only screen and (max-width: 1599px) {
            .c-ficha-bike-slide img.img_garantia.img_best_getest {
              max-width: 120px; } }
          @media only screen and (max-width: 1439px) {
            .c-ficha-bike-slide img.img_garantia.img_best_getest {
              max-width: 72px; } }
          @media only screen and (max-width: 575px) {
            .c-ficha-bike-slide img.img_garantia.img_best_getest {
              max-width: 47px; } }
      .c-ficha-bike-slide img.img_BH2EXMAG_Gen_2 {
        position: absolute;
        width: 50% !important;
        min-height: 0;
        top: 40vw;
        right: 5vw; }
        @media screen and (min-width: 561px) {
          .c-ficha-bike-slide img.img_BH2EXMAG_Gen_2 {
            width: 25% !important;
            top: 27vw;
            right: 8vw; } }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike-slide img.img_BH2EXMAG_Gen_2 {
            width: 25% !important;
            top: 29vw;
            right: 1vw; } }
        @media only screen and (min-width: 1200px) {
          .c-ficha-bike-slide img.img_BH2EXMAG_Gen_2 {
            top: 28vw; } }
  .c-ficha-bike__right {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0.625rem;
    z-index: 999;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__right {
        max-width: 100%;
        height: 100%;
        position: relative;
        background: #fff;
        right: 0;
        padding: 0 2vw 0 1.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        pointer-events: all;
        overflow-y: auto; } }
    @media only screen and (min-width: 1024px) {
      .c-ficha-bike__right {
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__right.has-scroll {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%); } }
    .c-ficha-bike__right::-webkit-scrollbar {
      width: 5px;
      border-radius: 8px;
      background-color: #dfdfdf; }
    .c-ficha-bike__right::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #BFBFBF; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__right.accesorio-right.has-scroll {
        opacity: 1; } }
  .c-ficha-bike__top, .c-ficha-bike__center, .c-ficha-bike__bottom {
    margin: 0;
    padding: 0 0 1.7rem; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__top, .c-ficha-bike__center, .c-ficha-bike__bottom {
        padding: 0 0 1.5rem; } }
  .c-ficha-bike__top {
    padding-top: 0;
    padding-bottom: 2.5rem; }
  .c-ficha-bike-title-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-ficha-bike-title, #content h1.c-ficha-bike-title,
  h1.c-ficha-bike-title,
  #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title {
    width: auto;
    margin: 0;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (min-width: 480px) {
      .c-ficha-bike-title, #content h1.c-ficha-bike-title,
      h1.c-ficha-bike-title,
      #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title {
        -o-text-overflow: clip;
        text-overflow: clip;
        overflow: auto;
        white-space: normal; } }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-title, #content h1.c-ficha-bike-title,
      h1.c-ficha-bike-title,
      #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title {
        width: 100%;
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1440px) {
      .c-ficha-bike-title, #content h1.c-ficha-bike-title,
      h1.c-ficha-bike-title,
      #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title {
        font-size: 1.875rem; } }
  .c-ficha-bike-subtitle, #content h2.c-ficha-bike-subtitle,
  h2.c-ficha-bike-title {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    min-width: 85px; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-subtitle, #content h2.c-ficha-bike-subtitle,
      h2.c-ficha-bike-title {
        margin: 0 0 1.25rem;
        font-size: 1.25rem;
        line-height: 1; } }
    @media only screen and (min-width: 1248px) {
      .c-ficha-bike-subtitle, #content h2.c-ficha-bike-subtitle,
      h2.c-ficha-bike-title {
        min-width: 95px; } }
  .c-ficha-bike-link {
    font-size: 0.7rem;
    color: #ACACAC; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-link {
        font-size: 0.6rem; } }
    @media only screen and (min-width: 1248px) {
      .c-ficha-bike-link {
        font-size: 0.7rem; } }
    @media only screen and (min-width: 1440px) {
      .c-ficha-bike-link {
        font-size: 0.75rem; } }
  .c-ficha-bike-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-ficha-bike-info .div-title-prize {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .c-ficha-bike-info .div-title-prize price {
        color: #707070; }
    .c-ficha-bike-info__left, .c-ficha-bike-info__right {
      min-width: 100px; }
    .c-ficha-bike-info__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: left;
      width: 100%; }
      .c-ficha-bike-info__left--flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px; }
        @media only screen and (min-width: 1440px) {
          .c-ficha-bike-info__left--flex {
            margin-bottom: 0; } }
    .c-ficha-bike-info__right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%;
      text-align: right; }
  .c-ficha-bike .wrapper-only-mobile[aria-hidden="true"] .c-ficha-bike-info__left .c-ficha-bike__colours {
    margin: 0.9rem 0 0;
    padding: 0; }
    @media only screen and (min-width: 576px) {
      .c-ficha-bike .wrapper-only-mobile[aria-hidden="true"] .c-ficha-bike-info__left .c-ficha-bike__colours {
        margin-top: 0.5rem; } }
  .c-ficha-bike .wrapper-only-mobile[aria-hidden="true"] .c-ficha-bike-info__left button {
    width: calc(99% - 12.5rem);
    line-height: 1; }
  @media only screen and (min-width: 992px) {
    .c-ficha-bike .wrapper-only-mobile[aria-hidden="true"] .c-ficha-bike-info__left .c-ficha-bike__colours {
      visibility: hidden;
      display: none; } }
  @media only screen and (max-width: 991px) {
    .c-ficha-bike .wrapper-only-mobile[aria-hidden="false"] .c-ficha-bike-info__left .c-ficha-bike__colours {
      visibility: hidden;
      display: none; } }
  .c-ficha-bike-ref {
    padding: 0;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #707070;
    display: none; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-ref {
        display: inline-block; } }
  .c-ficha-bike-envio {
    padding: 0;
    font-weight: 300;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #707070;
    display: none; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-envio {
        display: inline-block; } }
  .c-ficha-bike-desc {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #707070;
    margin-top: 1.5rem; }
    .c-ficha-bike-desc a {
      color: #707070;
      font-weight: bold;
      display: inline-block; }
  .c-ficha-bike-prize {
    max-width: 70%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-ficha-bike-prize .price {
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 1.125rem;
      line-height: 1.5;
      letter-spacing: 0.9px;
      color: #393939;
      display: block;
      font-weight: normal; }
    .c-ficha-bike-prize span {
      font-size: 1rem;
      font-weight: 300;
      color: #707070; }
      .c-ficha-bike-prize span.descuento {
        color: red; }
    .c-ficha-bike-prize .new_price {
      font-weight: 300;
      text-align: right; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-prize {
        margin-right: 0; } }
  .c-ficha-bike-promo-text {
    margin: 0.5rem 0;
    font-size: 0.75rem; }
  .c-ficha-bike-aux {
    font-size: 0.9rem;
    line-height: 20px;
    color: #707070;
    font-weight: 300;
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-aux {
        font-size: 1.125rem;
        line-height: 24px;
        margin-bottom: 0; } }
    .c-ficha-bike-aux--mob {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike-aux--mob {
          visibility: hidden;
          display: none; } }
      @media only screen and (max-width: 991px) {
        .c-ficha-bike-aux--mob {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          width: 100%;
          min-height: 40px; } }
  .c-ficha-bike .text-info-color {
    font-weight: 300;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.125rem;
    color: #707070; }
    .c-ficha-bike .text-info-color i {
      font-weight: 300; }
    .c-ficha-bike .text-info-color strong {
      font-weight: 500; }
  .c-ficha-bike .btn-bh.black {
    margin-top: 0.9rem; }
    @media only screen and (min-width: 576px) {
      .c-ficha-bike .btn-bh.black {
        margin-top: .5rem; } }
  .c-ficha-bike .btn-bh.new-btn {
    border-radius: 0.3125rem;
    text-transform: uppercase; }
  .c-ficha-bike-availability {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    text-align: left; }
    .c-ficha-bike-availability__yes {
      margin: 0;
      padding: 0;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: 1.5;
      color: inherit; }
      .c-ficha-bike-availability__yes::before {
        content: url(/web/img/ico-check.png);
        width: 10px;
        height: 15px;
        position: relative;
        top: 1px;
        margin-right: 0.2rem; }
    .c-ficha-bike-availability__no {
      margin: 0;
      padding: 0;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: 1.5;
      color: inherit; }
  .c-ficha-bike__center {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent; }
    .c-ficha-bike__center-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: none;
      padding: 0 0 5px; }
      .c-ficha-bike__center-header--br {
        border-bottom: 1px solid #eee; }
    .c-ficha-bike__center-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative; }
      .c-ficha-bike__center-tabs:before {
        content: '';
        border-bottom: 1px solid #eee;
        height: 1px;
        display: block;
        width: 10%; }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike__center-tabs:before {
            width: 33%; } }
        @media only screen and (min-width: 1600px) {
          .c-ficha-bike__center-tabs:before {
            width: 33%; } }
  .c-ficha-bike-tab {
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 300;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #dedede;
    color: #000;
    cursor: pointer;
    text-align: center;
    width: auto;
    white-space: nowrap; }
    @media only screen and (min-width: 1600px) {
      .c-ficha-bike-tab {
        width: 33%; } }
    .c-ficha-bike-tab.active {
      background: #fff;
      cursor: default; }
    .c-ficha-bike-tab:nth-child(2) {
      width: auto;
      white-space: nowrap; }
  .c-ficha-bike-sizes {
    margin: 0 0 1rem; }
    .c-ficha-bike-sizes .div-sizes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      padding: 1.125rem 0;
      border: 1px solid #DEDEDE;
      border-left: none;
      border-right: none; }
      .c-ficha-bike-sizes .div-sizes:not(.active) {
        display: none; }
      .c-ficha-bike-sizes .div-sizes .nombre {
        font-family: 'Roboto Condensed Light', sans-serif;
        font-size: 1.5625rem;
        line-height: 2.0625rem;
        cursor: pointer;
        border: none;
        margin: 0; }
        .c-ficha-bike-sizes .div-sizes .nombre.active {
          font-family: 'Roboto Condensed Bold', sans-serif; }
        .c-ficha-bike-sizes .div-sizes .nombre.estado-rojo {
          font-family: 'Roboto Condensed Light', sans-serif;
          color: #CACACA;
          cursor: default;
          text-decoration: line-through;
          background-image: none; }
      .c-ficha-bike-sizes .div-sizes .warning-talla {
        width: 100%;
        margin-top: 1rem;
        color: #cd202c; }
    .c-ficha-bike-sizes .div-acessorios-sizes:not(.active) {
      display: none; }
    .c-ficha-bike-sizes .next-availability {
      display: none;
      margin-top: 0.3125rem; }
  .c-ficha-bike__my-size, .c-ficha-bike__my-pressures {
    margin-bottom: 1rem; }
    .c-ficha-bike__my-size h5, .c-ficha-bike__my-pressures h5 {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 1rem;
      line-height: 1.3125rem;
      text-decoration: underline;
      margin-bottom: 1rem;
      cursor: pointer; }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike__my-size h5, .c-ficha-bike__my-pressures h5 {
          font-weight: bold; } }
    .c-ficha-bike__my-size .div-height,
    .c-ficha-bike__my-size .div-weight, .c-ficha-bike__my-pressures .div-height,
    .c-ficha-bike__my-pressures .div-weight {
      border: 1px solid rgba(112, 112, 112, 0.25);
      padding: 0.9375rem;
      font-size: 1rem;
      line-height: 1.3125rem;
      font-weight: 300;
      letter-spacing: 0.1rem;
      color: #707070;
      overflow: hidden; }
      .c-ficha-bike__my-size .div-height.hidden,
      .c-ficha-bike__my-size .div-weight.hidden, .c-ficha-bike__my-pressures .div-height.hidden,
      .c-ficha-bike__my-pressures .div-weight.hidden {
        height: 0;
        padding: 0;
        border: none; }
      .c-ficha-bike__my-size .div-height label,
      .c-ficha-bike__my-size .div-weight label, .c-ficha-bike__my-pressures .div-height label,
      .c-ficha-bike__my-pressures .div-weight label {
        margin-bottom: 1.125rem; }
      .c-ficha-bike__my-size .div-height input,
      .c-ficha-bike__my-size .div-weight input, .c-ficha-bike__my-pressures .div-height input,
      .c-ficha-bike__my-pressures .div-weight input {
        width: 65%;
        font-size: 1rem;
        line-height: 1.3125rem;
        font-weight: 300;
        letter-spacing: 0.1rem;
        color: #707070;
        padding: 0.625rem 0.9375rem;
        border: 1px solid #707070;
        border-radius: 0.3125rem; }
      .c-ficha-bike__my-size .div-height .result,
      .c-ficha-bike__my-size .div-weight .result, .c-ficha-bike__my-pressures .div-height .result,
      .c-ficha-bike__my-pressures .div-weight .result {
        display: none;
        width: 35%;
        font-size: 2.1875rem;
        line-height: 2.9375rem;
        text-align: center;
        float: right; }
      .c-ficha-bike__my-size .div-height .mesaje,
      .c-ficha-bike__my-size .div-weight .mesaje, .c-ficha-bike__my-pressures .div-height .mesaje,
      .c-ficha-bike__my-pressures .div-weight .mesaje {
        display: none;
        font-size: 0.75rem;
        margin-top: 0.625rem;
        opacity: 0.5; }
    .c-ficha-bike__my-size .div-weight input, .c-ficha-bike__my-pressures .div-weight input {
      width: 100%; }
    .c-ficha-bike__my-size .div-weight .result, .c-ficha-bike__my-pressures .div-weight .result {
      width: 100%;
      float: none;
      overflow: auto;
      margin-top: 10px; }
      .c-ficha-bike__my-size .div-weight .result .table-presiones, .c-ficha-bike__my-pressures .div-weight .result .table-presiones {
        width: 100%; }
        .c-ficha-bike__my-size .div-weight .result .table-presiones tr th,
        .c-ficha-bike__my-size .div-weight .result .table-presiones tr td, .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr th,
        .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr td {
          font-size: 0.75rem;
          font-weight: lighter;
          text-align: center;
          text-transform: uppercase;
          border: 1px solid black;
          padding: 0.25rem 0.3125rem 0.3125rem; }
          @media only screen and (min-width: 1600px) {
            .c-ficha-bike__my-size .div-weight .result .table-presiones tr th,
            .c-ficha-bike__my-size .div-weight .result .table-presiones tr td, .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr th,
            .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr td {
              font-size: 0.875rem;
              padding: 0.5rem 0.625rem 0.625rem; } }
          .c-ficha-bike__my-size .div-weight .result .table-presiones tr th.white-cell,
          .c-ficha-bike__my-size .div-weight .result .table-presiones tr td.white-cell, .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr th.white-cell,
          .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr td.white-cell {
            border: none; }
          .c-ficha-bike__my-size .div-weight .result .table-presiones tr th[class*="value"],
          .c-ficha-bike__my-size .div-weight .result .table-presiones tr td[class*="value"], .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr th[class*="value"],
          .c-ficha-bike__my-pressures .div-weight .result .table-presiones tr td[class*="value"] {
            text-transform: none; }
  .c-ficha-bike__buttons-end {
    margin-bottom: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__buttons-end {
        display: block; } }
    .c-ficha-bike__buttons-end .c-ficha-bike-link {
      width: 49%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      letter-spacing: 0.09375rem;
      text-transform: uppercase;
      text-align: center;
      color: white;
      background-color: black;
      border: 1px solid black;
      border-radius: 0.625rem;
      padding: 0.9375rem;
      margin: 0 auto 1.5625rem; }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike__buttons-end .c-ficha-bike-link {
          width: 100%;
          font-size: 1.125rem;
          line-height: 1.5rem;
          letter-spacing: 0.1125rem;
          margin-bottom: 1.375rem; } }
      .c-ficha-bike__buttons-end .c-ficha-bike-link:hover {
        color: black;
        background-color: white; }
      .c-ficha-bike__buttons-end .c-ficha-bike-link.btn-white {
        color: black;
        background-color: white; }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike__buttons-end .c-ficha-bike-link.btn-white {
            margin-bottom: 3.125rem; } }
        .c-ficha-bike__buttons-end .c-ficha-bike-link.btn-white:hover {
          color: white;
          background-color: black; }
    .c-ficha-bike__buttons-end .div-links {
      width: 69.5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding-bottom: 2.8125rem;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike__buttons-end .div-links {
          width: 100%;
          padding-bottom: 0; } }
      .c-ficha-bike__buttons-end .div-links a,
      .c-ficha-bike__buttons-end .div-links span {
        font-size: 0.9375rem;
        line-height: 1.25rem;
        letter-spacing: 0.09375rem;
        text-transform: uppercase;
        color: #707070; }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike__buttons-end .div-links a,
          .c-ficha-bike__buttons-end .div-links span {
            font-size: 1rem;
            letter-spacing: 0.1125rem; } }
        @media only screen and (min-width: 1600px) {
          .c-ficha-bike__buttons-end .div-links a,
          .c-ficha-bike__buttons-end .div-links span {
            font-size: 1.125rem; } }
      .c-ficha-bike__buttons-end .div-links .compare {
        padding-bottom: 2.5px;
        border-bottom: 1px solid #707070; }
      .c-ficha-bike__buttons-end .div-links .media-tests {
        font-weight: 300;
        cursor: pointer; }
        .c-ficha-bike__buttons-end .div-links .media-tests:before {
          font-family: FontAwesome;
          content: '\f005';
          margin-right: 0.3125rem; }
  .c-ficha-bike-colour__colours {
    margin: 0; }
  .c-ficha-bike-pay-methods {
    visibility: hidden;
    display: none; }
  .c-ficha-bike__bottom {
    border-right: 0;
    border-bottom: 0;
    width: 100%;
    margin: 0 auto; }
    .c-ficha-bike__bottom-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.5rem;
      padding: 0 10px; }
    @media only screen and (max-width: 991px) {
      .c-ficha-bike__bottom--custom {
        padding-bottom: 0; } }
  .c-ficha-bike-fee-calculator .cetelem-calculator {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    top: 0;
    float: none; }
    .c-ficha-bike-fee-calculator .cetelem-calculator::after {
      content: url(/web/img/ico-angle-right.png);
      display: inline-block;
      margin-left: 0.25rem; }
    .c-ficha-bike-fee-calculator .cetelem-calculator:hover {
      font-weight: 600; }
  .c-ficha-bike-add {
    padding: 0;
    text-align: center; }
    .c-ficha-bike-add .prices {
      line-height: 2.188rem; }
    .c-ficha-bike-add .actions_container {
      visibility: hidden;
      display: none; }
    .c-ficha-bike-add a.btn-bh.black,
    .c-ficha-bike-add button.btn-bh.black {
      width: 50%; }
      @media only screen and (min-width: 1024px) {
        .c-ficha-bike-add a.btn-bh.black,
        .c-ficha-bike-add button.btn-bh.black {
          display: block;
          margin: 0;
          margin-right: auto;
          width: 100%;
          max-width: 160px; } }
      @media only screen and (min-width: 1248px) {
        .c-ficha-bike-add a.btn-bh.black,
        .c-ficha-bike-add button.btn-bh.black {
          max-width: 190px; } }
    .c-ficha-bike-add.group-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (min-width: 1440px) {
        .c-ficha-bike-add.group-btns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .c-ficha-bike-add.group-btns a.btn-bh {
        font-size: 0.9rem;
        max-width: 48%;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
        @media only screen and (min-width: 768px) {
          .c-ficha-bike-add.group-btns a.btn-bh {
            max-width: 180px;
            width: 100%; } }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike-add.group-btns a.btn-bh {
            max-width: 48%;
            margin: 2px 0;
            padding: 0; } }
        @media only screen and (min-width: 1024px) {
          .c-ficha-bike-add.group-btns a.btn-bh {
            max-width: 48%;
            margin: 2px auto; } }
        @media only screen and (min-width: 1440px) {
          .c-ficha-bike-add.group-btns a.btn-bh {
            max-width: 47%;
            margin: 0; } }
        .c-ficha-bike-add.group-btns a.btn-bh div {
          font-size: 12px; }
  .c-ficha-bike-explication {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .c-ficha-bike-explication__text {
      font-family: "Roboto", sans-serif;
      font-size: 0.85em;
      font-weight: 400;
      line-height: 1.5;
      color: #000; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-explication {
        visibility: hidden;
        display: none; } }
  .c-ficha-bike .product_related_3_new {
    margin-left: auto;
    margin-right: auto; }
    .c-ficha-bike .product_related_3_new.products .product .header {
      min-height: 8.5rem;
      position: relative; }
      .c-ficha-bike .product_related_3_new.products .product .header .header-inner {
        margin-top: 1rem; }
      .c-ficha-bike .product_related_3_new.products .product .header .specs {
        position: relative;
        top: 0;
        overflow: hidden;
        margin-bottom: 1rem; }
      .c-ficha-bike .product_related_3_new.products .product .header .inner {
        margin-top: 0.5rem; }
    .c-ficha-bike .product_related_3_new.products .product .image {
      margin-top: 1.5rem; }
  .c-ficha-bike-dropdown-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background-color: #fff; }
    .c-ficha-bike-dropdown-mobile[aria-hidden="true"] {
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
      transform: translateY(200%); }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike-dropdown-mobile[aria-hidden="true"] {
          opacity: 1;
          pointer-events: all;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          z-index: 1; } }
    .c-ficha-bike-dropdown-mobile[aria-hidden="false"] {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike-dropdown-mobile {
        opacity: 1;
        pointer-events: all;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        min-height: 100px;
        position: relative;
        overflow-y: hidden;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .c-ficha-bike-dropdown-mobile-tech {
      width: calc(100% + 15px);
      min-height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9996;
      padding-top: 1rem;
      padding-bottom: 1rem;
      -webkit-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease;
      background-color: #fff; }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike-dropdown-mobile-tech {
          width: 100%; } }
      .c-ficha-bike-dropdown-mobile-tech[aria-hidden="true"] {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%); }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike-dropdown-mobile-tech[aria-hidden="true"] {
            opacity: 1;
            pointer-events: all;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      .c-ficha-bike-dropdown-mobile-tech[aria-hidden="false"] {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike-dropdown-mobile-tech {
          opacity: 1;
          pointer-events: all;
          padding-top: 0;
          padding-bottom: 0;
          height: auto;
          min-height: 100px;
          position: relative;
          overflow-y: hidden;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      .c-ficha-bike-dropdown-mobile-tech--nav {
        height: auto;
        min-height: 100px; }
      .c-ficha-bike-dropdown-mobile-tech .c-ficha-bike-dropdown-mobile__close {
        margin-right: 15px; }
        @media only screen and (min-width: 992px) {
          .c-ficha-bike-dropdown-mobile-tech .c-ficha-bike-dropdown-mobile__close {
            margin-right: 0; } }
    .c-ficha-bike-dropdown-mobile__close {
      height: 25px;
      display: block;
      margin: 0 0 0.7rem auto;
      padding: 0;
      font-family: "Roboto", sans-serif;
      font-size: 2rem;
      font-weight: 300;
      color: #333333;
      background-color: transparent; }
      .c-ficha-bike-dropdown-mobile__close:hover, .c-ficha-bike-dropdown-mobile__close:focus {
        color: inherit;
        background-color: inherit; }
      .c-ficha-bike-dropdown-mobile__close:focus {
        outline: 1px dotted #000; }
      @media only screen and (min-width: 992px) {
        .c-ficha-bike-dropdown-mobile__close {
          visibility: hidden;
          display: none; } }
  .c-ficha-bike.ficha-accesorio {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 1024px) {
      .c-ficha-bike.ficha-accesorio .c-ficha-bike__left {
        margin-top: 1rem;
        padding-right: 0.6rem; } }
    .c-ficha-bike.ficha-accesorio .c-ficha-bike__top #content h1.js-fontSmall.c-ficha-bike-title, #content .c-ficha-bike.ficha-accesorio .c-ficha-bike__top h1.js-fontSmall.c-ficha-bike-title,
    .c-ficha-bike.ficha-accesorio .c-ficha-bike__top h1.js-fontSmall.c-ficha-bike-title,
    #content .c-ficha-bike.ficha-accesorio .c-ficha-bike__top #product_resume.product_item .product_item--right h1.js-fontSmall.product_title.c-ficha-bike-title, #content .c-ficha-bike.ficha-accesorio #product_resume.product_item .product_item--right .c-ficha-bike__top h1.js-fontSmall.product_title.c-ficha-bike-title {
      font-size: 1.2rem; }
    .c-ficha-bike.ficha-accesorio .c-ficha-bike-slide img {
      -webkit-clip-path: none;
      clip-path: none;
      margin-top: 0; }
    .c-ficha-bike.ficha-accesorio .c-ficha-bike-sizes .tallas-dropdown__visible {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0; }
      .c-ficha-bike.ficha-accesorio .c-ficha-bike-sizes .tallas-dropdown__visible.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .c-ficha-bike.ficha-accesorio .c-ficha-bike-sizes .tallas-dropdown__visible.tallas-titulo.block {
        width: 100%;
        float: none; }
    .c-ficha-bike.ficha-accesorio .sizes_container {
      background-color: transparent;
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s;
      transition: all 1.5s;
      position: relative; }
      .c-ficha-bike.ficha-accesorio .sizes_container .size .texto, #product_resume .c-ficha-bike.ficha-accesorio .sizes_container .size .texto {
        position: relative;
        text-align: left;
        height: auto;
        font-size: 0.78rem;
        left: 0;
        width: auto;
        margin-right: 2px;
        text-transform: initial !important; }
      .c-ficha-bike.ficha-accesorio .sizes_container .size .nombre {
        margin-right: 10px; }
      .c-ficha-bike.ficha-accesorio .sizes_container .size.active .nombre {
        color: grey; }
      .c-ficha-bike.ficha-accesorio .sizes_container--column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .c-ficha-bike.ficha-accesorio .sizes_container--column .size {
          width: 31%;
          height: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          border-radius: 7px;
          margin: 2.5px 2.5px 0;
          border: 1px solid #eee;
          padding: 8px; }
          @media only screen and (min-width: 1440px) {
            .c-ficha-bike.ficha-accesorio .sizes_container--column .size {
              width: 32%; } }
          .c-ficha-bike.ficha-accesorio .sizes_container--column .size:hover {
            border: 1px solid #cd202c; }
          .c-ficha-bike.ficha-accesorio .sizes_container--column .size .nombre {
            min-width: auto;
            padding: 0;
            margin: 0;
            text-align: center;
            height: auto;
            color: black; }
          .c-ficha-bike.ficha-accesorio .sizes_container--column .size .texto, #product_resume .c-ficha-bike.ficha-accesorio .sizes_container--column .sizes_container .size .texto, #product_resume .c-ficha-bike.ficha-accesorio .sizes_container .sizes_container--column .size .texto {
            margin: 0; }
          .c-ficha-bike.ficha-accesorio .sizes_container--column .size.active {
            border: 1px solid #cd202c; }
        .c-ficha-bike.ficha-accesorio .sizes_container--column .size_group {
          display: none;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .c-ficha-bike.ficha-accesorio .sizes_container--column .size_group.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
    .c-ficha-bike.ficha-accesorio .block {
      margin-top: 1.25rem;
      padding-top: 1.25rem;
      border-top: 1px solid #eee; }
    .c-ficha-bike.ficha-accesorio .group-color {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .c-ficha-bike.ficha-accesorio .size.color {
      max-width: 90px;
      margin: 0.2rem 0.4rem 0.2rem 0;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-width: 2px; }
      .c-ficha-bike.ficha-accesorio .size.color img {
        width: 100%;
        height: 100%;
        display: block; }
    @media only screen and (max-width: 991px) {
      .c-ficha-bike.ficha-accesorio.c-ficha-bike .product_gallery--slider {
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media only screen and (min-width: 640px) {
      .c-ficha-bike.ficha-accesorio.c-ficha-bike .product_gallery--slider {
        max-width: 500px; } }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike.ficha-accesorio.c-ficha-bike .product_gallery--slider {
        max-width: initial; } }
    .c-ficha-bike.ficha-accesorio.c-ficha-bike .product_gallery--slider .slick-track {
      margin-top: 0; }
      @media only screen and (max-width: 991px) {
        .c-ficha-bike.ficha-accesorio.c-ficha-bike .product_gallery--slider .slick-track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .c-ficha-bike.ficha-accesorio .c-bike-technology .bike-technology-block__right .vsf-col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .c-ficha-bike.ficha-accesorio #product_related .product-accesorio .header {
      min-height: 3.5rem;
      margin-bottom: 1rem;
      position: relative; }
    .c-ficha-bike.ficha-accesorio #product_related .product-accesorio .image {
      margin-top: 0; }
    .c-ficha-bike.ficha-accesorio .product_gallery--slider {
      height: 100%; }
      @media only screen and (max-width: 991px) {
        .c-ficha-bike.ficha-accesorio .product_gallery--slider {
          display: block;
          margin: 0 auto;
          padding: 0;
          max-width: 85%; } }
      @media only screen and (max-width: 991px) {
        .c-ficha-bike.ficha-accesorio .product_gallery--slider .slide-arrow {
          padding: 8px;
          top: 45%; }
          .c-ficha-bike.ficha-accesorio .product_gallery--slider .slide-arrow.prev-arrow {
            left: -20px; }
          .c-ficha-bike.ficha-accesorio .product_gallery--slider .slide-arrow.next-arrow {
            right: -20px; } }
    @media only screen and (max-width: 991px) {
      .c-ficha-bike.ficha-accesorio .product_gallery--slide {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        overflow: hidden; }
        .c-ficha-bike.ficha-accesorio .product_gallery--slide:not(:first-child) {
          display: block; }
        .c-ficha-bike.ficha-accesorio .product_gallery--slide:before {
          content: '';
          width: 100%;
          height: auto;
          position: relative;
          z-index: 1;
          display: block;
          padding-bottom: 85.25%; }
        .c-ficha-bike.ficha-accesorio .product_gallery--slide img {
          width: 100% !important;
          max-height: none;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          display: block;
          -o-object-fit: cover;
          object-fit: cover; } }
  .c-ficha-bike__return, a.c-ficha-bike__return,
  button.c-ficha-bike__return {
    width: 26px;
    height: 20px;
    position: fixed;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 1; }
    .c-ficha-bike__return:focus {
      outline: 1px dotted #000; }
    @media only screen and (min-width: 992px) {
      .c-ficha-bike__return, a.c-ficha-bike__return,
      button.c-ficha-bike__return {
        visibility: hidden;
        display: none; } }
    .c-ficha-bike__return img {
      max-width: 100%;
      height: auto;
      display: block; }
    .c-ficha-bike__return.icon-cart {
      right: 1.2rem;
      left: auto;
      display: none; }
      .c-ficha-bike__return.icon-cart--show {
        display: block;
        -webkit-animation: rebote 1s 2;
        animation: rebote 1s 2; }
  .c-ficha-bike__colours {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1rem;
    padding: 0 0.625rem 0.75rem; }
    .c-ficha-bike__colours.is-active {
      opacity: 0; }
    .c-ficha-bike__colours .colour-circle {
      width: 25.2px;
      height: 25.2px;
      border-radius: 1.75rem;
      overflow: hidden;
      position: relative;
      margin: 0.25rem 0.5rem 0.25rem 0; }
      .c-ficha-bike__colours .colour-circle.bh-unique {
        background: -webkit-gradient(linear, left top, left bottom, from(#FF9100), color-stop(23%, #FFE70E), color-stop(64%, #3ECABC), to(#005DFF));
        background: -webkit-linear-gradient(top, #FF9100 0%, #FFE70E 23%, #3ECABC 64%, #005DFF 100%);
        background: -o-linear-gradient(top, #FF9100 0%, #FFE70E 23%, #3ECABC 64%, #005DFF 100%);
        background: linear-gradient(180deg, #FF9100 0%, #FFE70E 23%, #3ECABC 64%, #005DFF 100%);
        cursor: pointer; }
      .c-ficha-bike__colours .colour-circle img.colour__image, .c-ficha-bike__colours .colour-circle .landing #product_related.c-product_related_2 .product img.colour__image, .landing #product_related.c-product_related_2 .product .c-ficha-bike__colours .colour-circle img.colour__image {
        width: 152px !important;
        max-width: 31px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        cursor: pointer; }
      .c-ficha-bike__colours .colour-circle.selected-color:after {
        content: '';
        width: 25.2px;
        height: 25.2px;
        border-radius: 28px;
        position: absolute;
        top: 0;
        border: 3px solid black; }
  .c-ficha-bike__talla {
    padding: 40px 0 0;
    text-align: center; }
    .c-ficha-bike__talla .btn-talla {
      text-decoration: none; }

.add-size {
  background: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  height: 34px;
  display: none; }
  .add-size__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .add-size__content a {
      color: #fff;
      text-transform: uppercase; }

.info-bike-mob {
  margin: 8vw 5.13vw 0; }
  @media only screen and (min-width: 992px) {
    .info-bike-mob {
      display: none; } }
  .info-bike-mob .c-ficha-bike-title, .info-bike-mob #content h1.c-ficha-bike-title, #content .info-bike-mob h1.c-ficha-bike-title,
  .info-bike-mob #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title, #content .ficha-accesorio #product_resume.product_item .product_item--right .info-bike-mob h1.product_title.c-ficha-bike-title {
    height: auto;
    font-size: 5.65vw;
    line-height: 6.4vw;
    letter-spacing: 0.3vw; }
  .info-bike-mob .c-ficha-bike-ref {
    font-size: 3.8vw;
    line-height: 6.4vw;
    letter-spacing: 0.2vw;
    margin-bottom: 1.28vw;
    display: block; }
  .info-bike-mob .c-ficha-bike-prize .price {
    font-size: 3.8vw;
    line-height: 1;
    letter-spacing: 0.2vw; }
    .info-bike-mob .c-ficha-bike-prize .price span {
      font-size: 3.08vw;
      letter-spacing: 0.15vw; }
  .info-bike-mob .c-ficha-bike-desc {
    font-size: 3.8vw;
    line-height: 5.13vw;
    margin-top: 3.8vw; }

.wrapper-only-mobile {
  width: 100%;
  height: 6.9375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding-top: 0.75rem;
  background-color: #fff;
  -webkit-transform: translateY(calc(100% - 6.9375rem));
  -ms-transform: translateY(calc(100% - 6.9375rem));
  transform: translateY(calc(100% - 6.9375rem));
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .wrapper-only-mobile__close {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.825rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #707070;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .wrapper-only-mobile__close:hover, .wrapper-only-mobile__close:focus {
      color: inherit;
      background-color: inherit; }
    .wrapper-only-mobile__close:focus {
      outline: 1px dotted #000; }
    @media only screen and (min-width: 992px) {
      .wrapper-only-mobile__close {
        visibility: hidden;
        display: none; } }
    .wrapper-only-mobile__close span {
      width: 20px;
      color: #707070;
      height: 1px;
      background: #707070;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 0; }
      .wrapper-only-mobile__close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .wrapper-only-mobile[aria-hidden="false"] {
    height: 100%;
    position: fixed;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 2.625rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .wrapper-only-mobile[aria-hidden="false"] .wrapper-only-mobile__close {
      width: 21px;
      height: 21px;
      top: 10px;
      left: 15px;
      opacity: 1;
      pointer-events: all; }
    .wrapper-only-mobile[aria-hidden="false"] a.btn-bh--mobile,
    .wrapper-only-mobile[aria-hidden="false"] button.btn-bh--mobile,
    .wrapper-only-mobile[aria-hidden="false"] a.btn-bh--open-apps,
    .wrapper-only-mobile[aria-hidden="false"] button.btn-bh--open-apps,
    .wrapper-only-mobile[aria-hidden="false"] .c-ficha-bike-aux--mob {
      visibility: hidden;
      display: none; }
  @media only screen and (min-width: 992px) {
    .wrapper-only-mobile {
      width: auto;
      height: auto;
      position: static;
      margin: 0;
      padding: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .wrapper-only-mobile::before {
        visibility: hidden;
        display: none; } }
  .wrapper-only-mobile.no-transform {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow-y: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .wrapper-only-mobile .testrevista-block {
    width: calc(100% + 15px);
    margin-left: -15px; }


#content .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title, #content .ficha-accesorio #product_resume.product_item .product_item--right .wrapper-only-mobile[aria-hidden="false"] h1.product_title.c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title .c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title .c-ficha-bike-title,
#content .ficha-accesorio #product_resume.product_item .product_item--right .wrapper-only-mobile[aria-hidden="false"] h1.product_title.c-ficha-bike-title .c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title,
#content .ficha-accesorio #product_resume.product_item .product_item--right .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title h1.product_title.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] #content h1.c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title,
#content .ficha-accesorio #product_resume.product_item .product_item--right .wrapper-only-mobile[aria-hidden="false"] h1.product_title.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] #content h1.c-ficha-bike-title .c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title .c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title .c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title .c-ficha-bike-title,
#content .ficha-accesorio #product_resume.product_item .product_item--right .wrapper-only-mobile[aria-hidden="false"] h1.product_title.c-ficha-bike-title .c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title #content h1.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] #content h1.c-ficha-bike-title .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] #content .ficha-accesorio #product_resume.product_item .product_item--right h1.c-ficha-bike-title h1.product_title.c-ficha-bike-title,
#content .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title,
.wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title,
#content .ficha-accesorio #product_resume.product_item .product_item--right .wrapper-only-mobile[aria-hidden="false"] h1.c-ficha-bike-title h1.product_title.c-ficha-bike-title {
  -o-text-overflow: clip;
  text-overflow: clip;
  overflow: auto;
  white-space: normal; }

@media only screen and (max-width: 991px) {
  .wrapper-only-mobile[aria-hidden="true"] {
    background: #fff;
    -webkit-box-shadow: 0 -4px 6px #dedede;
    box-shadow: 0 -4px 6px #dedede; } }

.sizes_container.active {
  position: absolute;
  left: 0;
  border: 0;
  -webkit-transform: translateY(-308px);
  -ms-transform: translateY(-308px);
  transform: translateY(-308px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .sizes_container.active .o-bike-content {
    background: white;
    padding: 0.8rem;
    width: calc(92% - 1.25rem);
    min-height: 270px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    text-align: center; }
    .sizes_container.active .o-bike-content h2.c-ficha-bike-subtitle, .sizes_container.active .o-bike-content #content h2.c-ficha-bike-subtitle, #content .sizes_container.active .o-bike-content h2.c-ficha-bike-subtitle,
    .sizes_container.active .o-bike-content h2.c-ficha-bike-title {
      font-weight: 600;
      text-align: center; }
    .sizes_container.active .o-bike-content .tallas__content {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: -webkit-fill-available; }
    .sizes_container.active .o-bike-content .tallas-dropdowm__open {
      max-width: 100%;
      margin-top: 0; }
      .sizes_container.active .o-bike-content .tallas-dropdowm__open .tallas-dropdown__visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .sizes_container.active .o-bike-content .tallas-dropdowm__open .tallas-dropdown__visible .size {
          margin: 0; }
          .sizes_container.active .o-bike-content .tallas-dropdowm__open .tallas-dropdown__visible .size .nombre {
            font-size: 1rem;
            font-weight: 600; }
      .sizes_container.active .o-bike-content .tallas-dropdowm__open .tallas-dropdown__visible:not(.active) {
        display: none; }
    .sizes_container.active .o-bike-content .c-ficha-bike-select-size {
      border: 1px solid black;
      padding: 0.5rem;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sizes_container.active .o-bike-content .c-ficha-bike-select-size__type {
        margin-top: 0; }
        .sizes_container.active .o-bike-content .c-ficha-bike-select-size__type a {
          text-transform: uppercase;
          font-weight: 700; }
          .sizes_container.active .o-bike-content .c-ficha-bike-select-size__type a::after {
            display: none; }

#comparador_box {
  visibility: hidden;
  display: none; }

#zoom-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: auto;
  z-index: 999999;
  cursor: url("../../web/img/cursor/superzoom_close.cur"), pointer;
  background: white; }
  #zoom-container img {
    position: absolute;
    width: 100%; }

html.js {
  overflow-y: unset; }

.wrapper-only-mobile .arrow-open {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 2px; }
  @media only screen and (min-width: 992px) {
    .wrapper-only-mobile .arrow-open {
      visibility: hidden;
      display: none; } }
  .wrapper-only-mobile .arrow-open span {
    border-bottom: 3px solid #707070;
    width: 51%;
    background: #707070;
    position: absolute;
    display: block; }
    .wrapper-only-mobile .arrow-open span:nth-child(1) {
      left: 0; }
    .wrapper-only-mobile .arrow-open span:nth-child(2) {
      right: 0; }

.wrapper-only-mobile[aria-hidden="false"] .arrow-open {
  top: 20px; }
  .wrapper-only-mobile[aria-hidden="false"] .arrow-open span {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .wrapper-only-mobile[aria-hidden="false"] .arrow-open span:nth-child(1) {
      -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
      transform: rotate(16deg); }
    .wrapper-only-mobile[aria-hidden="false"] .arrow-open span:nth-child(2) {
      -webkit-transform: rotate(-16deg);
      -ms-transform: rotate(-16deg);
      transform: rotate(-16deg); }

@media only screen and (max-width: 991px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .wrapper-only-mobile[aria-hidden="true"] .c-ficha-bike-info__left {
    min-height: 140px; } }

@media only screen and (max-width: 767px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:before {
    padding-bottom: 120%; } }

@media only screen and (min-width: 768px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:before {
    padding-bottom: 85.25%; } }

@media only screen and (min-width: 992px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .c-ficha-bike__right {
    height: 85%;
    margin-right: 5px; } }

@media only screen and (max-width: 991px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slider {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media only screen and (min-width: 992px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media only screen and (min-width: 992px) {
  .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden; }
    .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:before {
      content: '';
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1;
      display: block;
      padding-bottom: 56.25%; }
    .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:nth-child(-n+2), .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:nth-child(n+4) {
      width: calc(50% - 30px);
      margin: 0 15px 45px; }
      .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:nth-child(-n+2):before, .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:nth-child(n+4):before {
        padding-bottom: 116%; }
    .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide:nth-child(3) {
      width: 100%;
      margin: 0 60px 45px; }
    .product_content.ficha-accesorio-custom .c-ficha-bike.ficha-accesorio .product_gallery--slide img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; } }

.product_content.ficha-accesorio-custom .slick-dots {
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .product_content.ficha-accesorio-custom .slick-dots {
      bottom: 65px; } }
  .product_content.ficha-accesorio-custom .slick-dots li button::before {
    opacity: 1;
    color: #fff; }
  .product_content.ficha-accesorio-custom .slick-dots li.slick-active button::before {
    color: #cd202c; }

.c-ficha-bike .product_gallery--slider .slick-dots {
  bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .c-ficha-bike .product_gallery--slider .slick-dots {
      bottom: 100px; } }
  .c-ficha-bike .product_gallery--slider .slick-dots li {
    height: initial; }
    .c-ficha-bike .product_gallery--slider .slick-dots li button::before {
      font-size: 13px; }

.product_gallery--slide {
  padding-left: 0; }
  .product_gallery--slide.c-ficha-bike-slide:not(:first-child) {
    display: none; }

#div-slide-main {
  margin: 3.125rem auto 0;
  width: 67.5vw; }
  @media only screen and (min-width: 992px) {
    #div-slide-main {
      width: 31.25vw; } }
  #div-slide-main .container-img {
    margin: 0 0.5vw; }
    #div-slide-main .container-img img {
      opacity: 0.5; }
      #div-slide-main .container-img img.active {
        opacity: 1; }
      #div-slide-main .container-img img.hidden {
        display: none; }
  #div-slide-main .slick-dots {
    bottom: 100%; }

.bike-fitting-title {
  color: black; }

/*Popup bicis disponibles*/
.popup-available-bikes {
  display: block;
  position: absolute;
  top: 0;
  background-color: white;
  height: 100%;
  z-index: 999;
  right: -100%;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0 0.5rem; }
  @media only screen and (min-width: 576px) {
    .popup-available-bikes {
      padding: 0 1rem; } }
  @media only screen and (min-width: 992px) {
    .popup-available-bikes {
      padding-left: 1.5rem; } }
  @media only screen and (min-width: 1200px) {
    .popup-available-bikes {
      padding-left: 1.75rem; } }
  .popup-available-bikes.show {
    right: 0; }
  .popup-available-bikes .btn.btn-close {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    padding: 0;
    background-color: transparent;
    color: #B7B7B7;
    font-size: 1.5rem;
    font-weight: 300; }
    @media only screen and (min-width: 1248px) {
      .popup-available-bikes .btn.btn-close {
        right: 3rem; } }
    @media only screen and (min-width: 1700px) {
      .popup-available-bikes .btn.btn-close {
        right: 3.5rem; } }
  .popup-available-bikes .c-ficha-bike-title, .popup-available-bikes #content h1.c-ficha-bike-title, #content .popup-available-bikes h1.c-ficha-bike-title,
  .popup-available-bikes #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title, #content .ficha-accesorio #product_resume.product_item .product_item--right .popup-available-bikes h1.product_title.c-ficha-bike-title,
  .popup-available-bikes .c-ficha-bike-subtitle,
  .popup-available-bikes #content h2.c-ficha-bike-subtitle,
  #content .popup-available-bikes h2.c-ficha-bike-subtitle,
  .popup-available-bikes h2.c-ficha-bike-title {
    padding-left: 0.625rem; }
  .popup-available-bikes .c-ficha-bike-info__left {
    width: 100%; }
    .popup-available-bikes .c-ficha-bike-info__left .c-ficha-bike-info__left--flex {
      margin-bottom: 1.25rem;
      padding-left: 0.625rem; }
  .popup-available-bikes #c-ficha-bike-tiendas-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0.625rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 576px) {
      .popup-available-bikes #c-ficha-bike-tiendas-filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .popup-available-bikes #c-ficha-bike-tiendas-filter.c-ficha-bike-filter {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      gap: 1rem; }
  .popup-available-bikes .text-cursive {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 0.9375rem 0.625rem;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 0.5rem; }
  .popup-available-bikes .c-disponibilidad-sizes {
    margin-left: 0;
    width: 100%; }
    @media only screen and (min-width: 576px) {
      .popup-available-bikes .c-disponibilidad-sizes {
        width: unset; } }
    .popup-available-bikes .c-disponibilidad-sizes .c-disponibilidad-select {
      background-color: transparent;
      color: #000;
      border-radius: 0;
      margin-left: 0;
      min-width: 96px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .popup-available-bikes .c-disponibilidad-sizes .c-disponibilidad-select:after {
        color: black; }
      .popup-available-bikes .c-disponibilidad-sizes .c-disponibilidad-select select {
        color: #000;
        padding: 0;
        border-bottom: 1px solid #DEDEDE; }
      .popup-available-bikes .c-disponibilidad-sizes .c-disponibilidad-select span {
        margin-right: 0.5rem;
        text-transform: uppercase; }
  .popup-available-bikes .form_group.search {
    position: relative; }
    @media only screen and (min-width: 576px) {
      .popup-available-bikes .form_group.search {
        max-width: 120px;
        margin: 0 0.875rem 0 0; } }
    @media only screen and (min-width: 1700px) {
      .popup-available-bikes .form_group.search {
        max-width: 140px; } }
    .popup-available-bikes .form_group.search input {
      border: 0;
      border-bottom: 1px solid #DEDEDE;
      height: 35px;
      padding: 0; }
      .popup-available-bikes .form_group.search input::-webkit-input-placeholder {
        color: #000; }
      .popup-available-bikes .form_group.search input:-ms-input-placeholder {
        color: #000; }
      .popup-available-bikes .form_group.search input::-ms-input-placeholder {
        color: #000; }
      .popup-available-bikes .form_group.search input::placeholder {
        color: #000; }
      .popup-available-bikes .form_group.search input:focus {
        background-color: transparent; }
    .popup-available-bikes .form_group.search .pac-container.pac-logo {
      top: 31px !important; }
  .popup-available-bikes .c-disponibilidad-km {
    width: 100%; }
    @media only screen and (min-width: 576px) {
      .popup-available-bikes .c-disponibilidad-km {
        width: calc(38%);
        margin-bottom: 0; } }
    .popup-available-bikes .c-disponibilidad-km button {
      width: 100% !important;
      margin-right: 0;
      height: 30px; }
      .popup-available-bikes .c-disponibilidad-km button:not(:last-child) {
        margin-right: 0.25rem; }
  .popup-available-bikes #no-results {
    margin: 0.5rem 0.625rem 0;
    font-weight: 300; }
  .popup-available-bikes #disponibilidad-tiendas-list .stores-table {
    height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: hidden; }
    @media only screen and (min-width: 355px) {
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table {
        height: calc(100vh - 300px); } }
    .popup-available-bikes #disponibilidad-tiendas-list .stores-table::-webkit-scrollbar {
      width: 8px;
      height: 11px;
      background-color: #F2F2F2;
      border-radius: 90px; }
    .popup-available-bikes #disponibilidad-tiendas-list .stores-table::-webkit-scrollbar-thumb {
      border-radius: 90px;
      background-color: #BFBFBF; }
    .popup-available-bikes #disponibilidad-tiendas-list .stores-table::-webkit-scrollbar-track {
      border-radius: 90px; }
    .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table tr:nth-child(odd) {
      background: transparent; }
    .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td {
      border-bottom: 1px solid #DEDEDE;
      padding: 1rem 0.625rem 1.75rem; }
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td.td-info h2.shop-title {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 500; }
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td.td-info .td-info__content {
        margin-top: 2rem; }
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .c-listados-wrapper-colours-logo {
        margin-top: 0.75rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        width: 100%; }
        .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .c-listados-wrapper-colours-logo .colour-circle {
          width: 1rem;
          height: 1rem;
          border-radius: 100%; }
          .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .c-listados-wrapper-colours-logo .colour-circle:not(:last-child) {
            margin-right: 0.5rem; }
          .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .c-listados-wrapper-colours-logo .colour-circle img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 100%; }
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .bottom-maps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0.875rem; }
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text {
        text-transform: uppercase;
        text-align: right; }
        .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available, .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available-bh {
          color: #059F0F;
          white-space: normal;
          margin-bottom: 2rem; }
          @media only screen and (min-width: 355px) {
            .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available, .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available-bh {
              white-space: nowrap; } }
          @media only screen and (min-width: 992px) {
            .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available, .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available-bh {
              white-space: normal; } }
          @media only screen and (min-width: 1440px) {
            .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available, .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.available-bh {
              white-space: nowrap; } }
        .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text .dispo-text.soon {
          color: #FF9100; }
      .popup-available-bikes #disponibilidad-tiendas-list .stores-table .c-disponibilidad-table td .text.text-month .dispo-text {
        font-style: italic;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 0.75rem; }

.articulos-ls #left.marginForSocial,
.articulos-ls #left {
  display: none; }

#articulos-ls {
  width: 100%; }

.push-filters {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 100%;
  padding: .4em .8em;
  border: 1px solid #000;
  border-radius: 4px; }

.push-filters-item {
  width: 100%;
  display: block;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  /*color: #fff;*/
  color: #000;
  opacity: .9;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.push-filters-item::before {
  font-family: FontAwesome;
  content: '\f0b0';
  margin-right: 5px; }

.sideMenuFilters {
  width: 100%;
  max-width: 280px;
  height: 100%;
  position: fixed;
  top: 6.375rem;
  left: 0;
  z-index: 9996;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 1px solid #fafafa; }
  @media only screen and (min-width: 768px) {
    .sideMenuFilters {
      position: absolute;
      top: 0; } }
  .sideMenuFilters.garantias {
    border: none; }
  @media only screen and (min-width: 768px) {
    .sideMenuFilters.has-scroll {
      position: fixed;
      top: 6.375rem; }
      .sideMenuFilters.has-scroll .sideMenuFilters-wrapper {
        height: calc(100vh - 11rem);
        min-height: calc(100vh - 1rem); }
        .sideMenuFilters.has-scroll .sideMenuFilters-wrapper .sideMenuFilters-content {
          height: calc(100% - 4.5rem);
          min-height: 300px;
          overflow-y: auto; }
      .sideMenuFilters.has-scroll .sideleft-categories .childs {
        display: none; } }

body.js-overflow {
  overflow-y: hidden; }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    body.js-overflow {
      overflow-y: auto; } }
  @media only screen and (min-width: 768px) {
    body.js-overflow {
      overflow-y: visible; } }
  body.js-overflow .block-element {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

/*contenido sideMenu*/
.sideMenuFilters-wrapper {
  width: 100%;
  height: calc(100vh - 4.5rem - 1.875rem);
  min-height: 350px;
  top: 0;
  background-color: #fff;
  border-right: 1px solid #eee; }
  @media only screen and (min-width: 768px) {
    .sideMenuFilters-wrapper {
      height: 100%;
      top: 0; } }
  .sideMenuFilters-wrapper.garantias {
    border: none; }

.sideMenuFilters-header {
  visibility: hidden;
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center; }

.sideMenuFilters .icons8-Delete {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 100;
  cursor: pointer; }

.sideMenuFilters-header p {
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.sideMenuFilters-btn {
  visibility: hidden;
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  background-color: #cd202c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.sideMenuFilters-btn:hover {
  background-color: #cd202c;
  opacity: .9; }

.sideMenuFilters-content {
  width: calc(100% - 15px);
  position: relative;
  height: 100%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .sideMenuFilters-content {
      height: auto;
      overflow-y: hidden; } }
  @media only screen and (min-width: 1248px) {
    .sideMenuFilters-content {
      width: calc(100% - 5px); } }
  .sideMenuFilters-content .filter_group {
    border-bottom: 1px solid #eee; }
  .sideMenuFilters-content .sideleft-categories .top::after,
  .sideMenuFilters-content .sideleft-categories .icon-close::after {
    visibility: hidden;
    display: none; }

.sideMenuFilters ul {
  height: 100%;
  text-align: left; }

.sideMenuFilters ul li,
.articulos-ls .sideMenuFilters-content div.childs ul li {
  height: auto;
  margin-bottom: 0.625rem; }

.articulos-ls .sideMenuFilters-content div.childs ul li a,
.sideMenuFilters-content div.childs ul li a {
  width: 100%;
  height: 100%;
  padding: 0 7px;
  line-height: 100%;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  text-align: left;
  color: #000;
  text-decoration: none; }
  .articulos-ls .sideMenuFilters-content div.childs ul li a:hover,
  .sideMenuFilters-content div.childs ul li a:hover {
    color: #cd202c;
    text-decoration: underline; }

.articulos-ls .sideleft-categories .top {
  padding: 0.625rem 0.625rem 0.925rem 0.625rem; }

.sideleft-categories .childs {
  margin-bottom: 1rem; }

#left-filtros .childs {
  margin-bottom: 1rem; }

.sidebar_left .top {
  padding-top: 0.625rem;
  padding-bottom: 0.925rem; }
  .sidebar_left .top > span {
    visibility: hidden;
    display: none; }

.sidebar_left .prettycheckbox {
  margin-bottom: 1rem; }
  .sidebar_left .prettycheckbox a {
    border-radius: 3px; }
    .sidebar_left .prettycheckbox a.checked + label {
      color: #cd202c !important; }

.sideMenuFilters-content #formfiltros .filter_group {
  padding: 0 0.625rem; }

/*barra de scroll*/
.sideMenuFilters-content::-webkit-scrollbar {
  width: 3px;
  height: 10px; }

.sideMenuFilters-content::-webkit-scrollbar-track {
  background-color: #eee; }

.sideMenuFilters-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px; }

.sideMenuFilters-content {
  scrollbar-face-color: rgba(0, 0, 0, 0.4); }

.articulos-ls .bloque-left.ofertas .top {
  padding: 10px; }

.articulos-ls #category_header .container {
  padding: 0; }

.filters-offers {
  text-indent: -9999em;
  display: none; }

.articulos-ls .filters-offers {
  text-indent: 0;
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-top: 2rem; }

.articulos-ls .filters-offers a.offers-item {
  text-indent: -9999em;
  display: none;
  width: 100px;
  font-size: .9rem;
  font-weight: 700;
  color: #CD202C;
  text-align: right;
  text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls, body.b2b.js-overflow #main.with-left-content #content #articulos-ls {
    width: calc(100% - 280px);
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; } }

@media only screen and (min-width: 1024px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls, body.b2b.js-overflow #main.with-left-content #content #articulos-ls {
    width: calc(100% - 280px - 15px); } }

@media only screen and (min-width: 1248px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls, body.b2b.js-overflow #main.with-left-content #content #articulos-ls {
    width: calc(100% - 280px); } }

@media only screen and (min-width: 1024px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new h1.c-products-header-title, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new h1.c-products-header-title, body.b2b.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new h1.c-products-header-title {
    font-size: 5rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

@media only screen and (min-width: 1024px) {
  
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new h1.c-inspiration__title,
  body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new h1.c-inspiration__title,
  body.b2b.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new h1.c-inspiration__title {
    font-size: 4.8rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

@media only screen and (min-width: 1024px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-products-header-explanation__text, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-products-header-explanation__text, body.b2b.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-products-header-explanation__text {
    font-size: 1.2rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

@media only screen and (min-width: 1248px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-inspiration:not(.slick-slide):hover .c-inspiration__title, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-inspiration:not(.slick-slide):hover .c-inspiration__title, body.b2b.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-inspiration:not(.slick-slide):hover .c-inspiration__title {
    -webkit-transform: translate3d(-300px, -255px, 0);
    transform: translate3d(-300px, -255px, 0); } }

@media only screen and (min-width: 1248px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-inspiration:not(.slick-slide):hover .description.c-inspiration__description, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-inspiration:not(.slick-slide):hover .description.c-inspiration__description, body.b2b.js-overflow #main.with-left-content #content #articulos-ls.articulos-ls-new .c-inspiration:not(.slick-slide):hover .description.c-inspiration__description {
    -webkit-transform: translate3d(150px, 85px, 0);
    transform: translate3d(150px, 85px, 0);
    font-size: 1.3rem; } }

@media only screen and (min-width: 768px) {
  body.articulos-ls.js-overflow #main.with-left-content #content #articulos-ls .c-products-header, body.b2b-accesorios.js-overflow #main.with-left-content #content #articulos-ls .c-products-header, body.b2b.js-overflow #main.with-left-content #content #articulos-ls .c-products-header {
    margin-left: -10px; } }

body.articulos-ls.js-overflow #main .listadoProductos .fila .bloqueTallas .literales, body.b2b-accesorios.js-overflow #main .listadoProductos .fila .bloqueTallas .literales, body.b2b.js-overflow #main .listadoProductos .fila .bloqueTallas .literales {
  float: none; }

body.b2b.js-overflow .breadcrumb-filters {
  background-color: #fff; }

body.postventa .sideMenuFilters {
  visibility: hidden;
  display: none; }

body.b2b .c-filters-b2b, body.b2c .c-filters-b2b {
  visibility: visible;
  display: block;
  position: relative; }
  body.b2b .c-filters-b2b-actions, body.b2c .c-filters-b2b-actions {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0; }
    body.b2b .c-filters-b2b-actions__content, body.b2c .c-filters-b2b-actions__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 3rem; }
      @media only screen and (min-width: 992px) {
        body.b2b .c-filters-b2b-actions__content, body.b2c .c-filters-b2b-actions__content {
          margin-top: 0; } }
    body.b2b .c-filters-b2b-actions__left, body.b2c .c-filters-b2b-actions__left {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0.75rem 0; }
      @media only screen and (min-width: 1248px) {
        body.b2b .c-filters-b2b-actions__left, body.b2c .c-filters-b2b-actions__left {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: auto;
          margin: 0; } }
      body.b2b .c-filters-b2b-actions__left .div-search-filters, body.b2c .c-filters-b2b-actions__left .div-search-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 1247px) {
          body.b2b .c-filters-b2b-actions__left .div-search-filters, body.b2c .c-filters-b2b-actions__left .div-search-filters {
            width: 100%; } }
    body.b2b .c-filters-b2b-actions__center, body.b2c .c-filters-b2b-actions__center {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
      margin: 8px 0; }
      @media only screen and (min-width: 1248px) {
        body.b2b .c-filters-b2b-actions__center, body.b2c .c-filters-b2b-actions__center {
          width: auto; } }
    body.b2b .c-filters-b2b-actions__right, body.b2c .c-filters-b2b-actions__right {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 0.75rem 0; }
      @media only screen and (min-width: 480px) {
        body.b2b .c-filters-b2b-actions__right, body.b2c .c-filters-b2b-actions__right {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      @media only screen and (min-width: 1248px) {
        body.b2b .c-filters-b2b-actions__right, body.b2c .c-filters-b2b-actions__right {
          width: auto;
          margin: 0; } }
    body.b2b .c-filters-b2b-actions__full-width, body.b2c .c-filters-b2b-actions__full-width {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  body.b2b .c-filters-b2b__button, body.b2c .c-filters-b2b__button {
    height: auto;
    line-height: 120%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    max-width: 105px;
    position: relative;
    font-size: 0.85rem;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0;
    background-color: white;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0.5rem;
    margin: 0 0 0 0.5rem; }
    @media only screen and (min-width: 768px) {
      body.b2b .c-filters-b2b__button, body.b2c .c-filters-b2b__button {
        width: auto;
        min-width: 7.4rem;
        max-width: 100%;
        text-align: center; }
        body.b2b .c-filters-b2b__button::after, body.b2c .c-filters-b2b__button::after {
          visibility: visible;
          display: block; } }
    @media only screen and (min-width: 992px) {
      body.b2b .c-filters-b2b__button, body.b2c .c-filters-b2b__button {
        padding-left: 0;
        padding-right: 0; } }
    body.b2b .c-filters-b2b__button::before, body.b2c .c-filters-b2b__button::before {
      content: url("/web/img/ico-filters.png");
      padding-right: 0.5rem; }
      @media only screen and (max-width: 991px) {
        body.b2b .c-filters-b2b__button::before, body.b2c .c-filters-b2b__button::before {
          padding-right: 0.3rem;
          padding-left: 0.3rem; } }
    body.b2b .c-filters-b2b__button::after, body.b2c .c-filters-b2b__button::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0.5rem;
      visibility: hidden;
      display: none; }
  body.b2b .c-filters-b2b__search, body.b2c .c-filters-b2b__search {
    width: 100%;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 1248px) {
      body.b2b .c-filters-b2b__search, body.b2c .c-filters-b2b__search {
        max-width: 220px; } }
    body.b2b .c-filters-b2b__search::before, body.b2c .c-filters-b2b__search::before {
      font-family: FontAwesome;
      content: '\f002';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0.5rem;
      pointer-events: none; }
    body.b2b .c-filters-b2b__search-label, body.b2c .c-filters-b2b__search-label {
      position: absolute;
      left: -10000px;
      text-indent: -9999em;
      white-space: nowrap;
      overflow: hidden; }
    body.b2b .c-filters-b2b__search-input, body.b2c .c-filters-b2b__search-input {
      height: auto;
      line-height: 120%;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      width: 100%;
      display: block;
      padding-left: 1.5rem;
      padding-right: 0.5rem;
      margin: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.85rem;
      text-transform: initial;
      color: #000;
      border: 1.5px solid #000; }
      body.b2b .c-filters-b2b__search-input:focus, body.b2c .c-filters-b2b__search-input:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
      body.b2b .c-filters-b2b__search-input .ui-autocomplete, body.b2c .c-filters-b2b__search-input .ui-autocomplete {
        padding-right: 0; }
  body.b2b .c-filters-b2b__select, body.b2c .c-filters-b2b__select {
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    margin: 0.5rem 0 0 1rem; }
    @media only screen and (min-width: 768px) {
      body.b2b .c-filters-b2b__select, body.b2c .c-filters-b2b__select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    body.b2b .c-filters-b2b__select-input, body.b2c .c-filters-b2b__select-input {
      height: auto;
      line-height: 120%;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      width: 100%;
      max-width: 200px;
      display: block;
      margin: 0;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.85rem;
      color: #000;
      border: 1.5px solid #000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      body.b2b .c-filters-b2b__select-input:focus, body.b2c .c-filters-b2b__select-input:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    body.b2b .c-filters-b2b__select-label, body.b2c .c-filters-b2b__select-label {
      margin-right: 6px;
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 8px; }
      body.b2b .c-filters-b2b__select-label:first-letter, body.b2c .c-filters-b2b__select-label:first-letter {
        text-transform: uppercase; }
  body.b2b .c-filters-b2b-mask, body.b2c .c-filters-b2b-mask {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      body.b2b .c-filters-b2b-mask, body.b2c .c-filters-b2b-mask {
        margin-top: 1.25rem; } }
    @media only screen and (max-width: 1023px) {
      body.b2b .c-filters-b2b-mask.show, body.b2c .c-filters-b2b-mask.show {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999; } }
  body.b2b .c-filters-b2b-list, body.b2c .c-filters-b2b-list {
    width: calc(100% - 2.3rem);
    min-height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(210vw);
    -ms-transform: translateX(210vw);
    transform: translateX(210vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.8rem 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-y: auto;
    background-color: white; }
    @media only screen and (min-width: 1024px) {
      body.b2b .c-filters-b2b-list, body.b2c .c-filters-b2b-list {
        width: 100%;
        display: none; } }
    body.b2b .c-filters-b2b-list.is-active, body.b2c .c-filters-b2b-list.is-active {
      -webkit-transform: translateX(11%);
      -ms-transform: translateX(11%);
      transform: translateX(11%);
      pointer-events: all;
      z-index: 99999;
      overflow: inherit; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list.is-active, body.b2c .c-filters-b2b-list.is-active {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          z-index: 9;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    body.b2b .c-filters-b2b-list:focus, body.b2c .c-filters-b2b-list:focus {
      outline: 0; }
    @media only screen and (min-width: 1024px) {
      body.b2b .c-filters-b2b-list, body.b2c .c-filters-b2b-list {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        max-width: 100%;
        min-height: 50px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        overflow: hidden; } }
    body.b2b .c-filters-b2b-list__item, body.b2c .c-filters-b2b-list__item {
      position: relative;
      margin: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.85rem;
      font-weight: 400;
      text-align: left;
      text-transform: uppercase;
      border-top: 1px solid #dedede;
      cursor: pointer;
      width: 100%; }
      body.b2b .c-filters-b2b-list__item:last-child, body.b2b #articulos-ls .category2 ul li.c-filters-b2b-sublist__item:last-child, #articulos-ls .category2 ul body.b2b li.c-filters-b2b-sublist__item:last-child, body.b2c .c-filters-b2b-list__item:last-child, body.b2c #articulos-ls .category2 ul li.c-filters-b2b-sublist__item:last-child, #articulos-ls .category2 ul body.b2c li.c-filters-b2b-sublist__item:last-child {
        border-bottom: 1px solid #dedede; }
      body.b2b .c-filters-b2b-list__item:focus, body.b2c .c-filters-b2b-list__item:focus {
        outline: 1px dotted #000;
        font-weight: 600;
        outline: none; }
      body.b2b .c-filters-b2b-list__item-title, body.b2c .c-filters-b2b-list__item-title {
        padding: 1rem 0.5rem; }
        @media only screen and (min-width: 1024px) {
          body.b2b .c-filters-b2b-list__item-title, body.b2c .c-filters-b2b-list__item-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        body.b2b .c-filters-b2b-list__item-title:hover, body.b2c .c-filters-b2b-list__item-title:hover {
          font-weight: 600;
          color: #cd202c; }
        body.b2b .c-filters-b2b-list__item-title:focus, body.b2c .c-filters-b2b-list__item-title:focus {
          outline: none; }
      body.b2b .c-filters-b2b-list__item-name, body.b2c .c-filters-b2b-list__item-name {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        body.b2b .c-filters-b2b-list__item-name::after, body.b2c .c-filters-b2b-list__item-name::after {
          font-family: FontAwesome;
          content: '\f105';
          font-weight: 700; }
        @media only screen and (min-width: 1024px) {
          body.b2b .c-filters-b2b-list__item-name, body.b2c .c-filters-b2b-list__item-name {
            max-width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body.b2b .c-filters-b2b-list__item-name::after, body.b2c .c-filters-b2b-list__item-name::after {
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              -webkit-transition: all .5s;
              -o-transition: all .5s;
              transition: all .5s; } }
      body.b2b .c-filters-b2b-list__item-close, body.b2c .c-filters-b2b-list__item-close {
        visibility: hidden;
        display: none;
        font-size: 0.7rem;
        text-transform: capitalize; }
      body.b2b .c-filters-b2b-list__item.is-active .c-filters-b2b-list__item-title, body.b2c .c-filters-b2b-list__item.is-active .c-filters-b2b-list__item-title {
        font-weight: 600; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__item.is-active .c-filters-b2b-list__item-name::after, body.b2c .c-filters-b2b-list__item.is-active .c-filters-b2b-list__item-name::after {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; } }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__item.is-active .c-filters-b2b-list__item-close, body.b2c .c-filters-b2b-list__item.is-active .c-filters-b2b-list__item-close {
          visibility: visible;
          display: block; } }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__item, body.b2c .c-filters-b2b-list__item {
          margin: 0 0.5rem 15px 0;
          border-bottom: 1px solid #dedede;
          max-width: 210px;
          width: 100%; } }
      body.b2b .c-filters-b2b-list__item.category2, body.b2b #articulos-ls .category2.c-filters-b2b-list__item, #articulos-ls body.b2b .category2.c-filters-b2b-list__item, body.b2c .c-filters-b2b-list__item.category2, body.b2c #articulos-ls .category2.c-filters-b2b-list__item, #articulos-ls body.b2c .category2.c-filters-b2b-list__item {
        width: 100%;
        margin: 0 0.5rem 0 0;
        display: block; }
        body.b2b .c-filters-b2b-list__item.category2.hide, body.b2b #articulos-ls .hide.category2.c-filters-b2b-list__item, #articulos-ls body.b2b .hide.category2.c-filters-b2b-list__item, body.b2c .c-filters-b2b-list__item.category2.hide, body.b2c #articulos-ls .hide.category2.c-filters-b2b-list__item, #articulos-ls body.b2c .hide.category2.c-filters-b2b-list__item {
          display: none !important; }
        @media only screen and (min-width: 1024px) {
          body.b2b .c-filters-b2b-list__item.category2, body.b2b #articulos-ls .category2.c-filters-b2b-list__item, #articulos-ls body.b2b .category2.c-filters-b2b-list__item, body.b2c .c-filters-b2b-list__item.category2, body.b2c #articulos-ls .category2.c-filters-b2b-list__item, #articulos-ls body.b2c .category2.c-filters-b2b-list__item {
            margin: 0 0.5rem 15px 0; } }
        body.b2b .c-filters-b2b-list__item.category2 ul, body.b2b #articulos-ls .category2.c-filters-b2b-list__item ul, #articulos-ls body.b2b .category2.c-filters-b2b-list__item ul, body.b2c .c-filters-b2b-list__item.category2 ul, body.b2c #articulos-ls .category2.c-filters-b2b-list__item ul, #articulos-ls body.b2c .category2.c-filters-b2b-list__item ul {
          padding-top: 0.25rem; }
        body.b2b .c-filters-b2b-list__item.category2 .c-filters-b2b-sublist__item, body.b2b #articulos-ls .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item, #articulos-ls body.b2b .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item, body.b2c .c-filters-b2b-list__item.category2 .c-filters-b2b-sublist__item, body.b2c #articulos-ls .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item, #articulos-ls body.b2c .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item {
          width: 100%; }
          body.b2b .c-filters-b2b-list__item.category2 .c-filters-b2b-sublist__item span, body.b2b #articulos-ls .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item span, #articulos-ls body.b2b .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item span, body.b2c .c-filters-b2b-list__item.category2 .c-filters-b2b-sublist__item span, body.b2c #articulos-ls .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item span, #articulos-ls body.b2c .category2.c-filters-b2b-list__item .c-filters-b2b-sublist__item span {
            font-size: 12px; }
        body.b2b .c-filters-b2b-list__item.category2:nth-child(n+13), body.b2b #articulos-ls .category2.c-filters-b2b-list__item:nth-child(n+13), #articulos-ls body.b2b .category2.c-filters-b2b-list__item:nth-child(n+13), body.b2c .c-filters-b2b-list__item.category2:nth-child(n+13), body.b2c #articulos-ls .category2.c-filters-b2b-list__item:nth-child(n+13), #articulos-ls body.b2c .category2.c-filters-b2b-list__item:nth-child(n+13) {
          display: none; }
        body.b2b .c-filters-b2b-list__item.category2.show-filters:nth-child(n+13), body.b2b #articulos-ls .show-filters.category2.c-filters-b2b-list__item:nth-child(n+13), #articulos-ls body.b2b .show-filters.category2.c-filters-b2b-list__item:nth-child(n+13), body.b2c .c-filters-b2b-list__item.category2.show-filters:nth-child(n+13), body.b2c #articulos-ls .show-filters.category2.c-filters-b2b-list__item:nth-child(n+13), #articulos-ls body.b2c .show-filters.category2.c-filters-b2b-list__item:nth-child(n+13) {
          display: block; }
      body.b2b .c-filters-b2b-list__item.checked, body.b2c .c-filters-b2b-list__item.checked {
        border-top: 2px solid #cd202c; }
        body.b2b .c-filters-b2b-list__item.checked .c-filters-b2b-list__item-name, body.b2c .c-filters-b2b-list__item.checked .c-filters-b2b-list__item-name {
          font-weight: 700; }
      body.b2b .c-filters-b2b-list__item:nth-child(n+13), body.b2c .c-filters-b2b-list__item:nth-child(n+13) {
        display: none; }
      body.b2b .c-filters-b2b-list__item.show-filters:nth-child(n+13), body.b2c .c-filters-b2b-list__item.show-filters:nth-child(n+13) {
        display: block; }
    body.b2b .c-filters-b2b-list__close-mobile, body.b2c .c-filters-b2b-list__close-mobile {
      height: 2.3rem;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      padding: 0.3rem;
      background-color: transparent; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__close-mobile, body.b2c .c-filters-b2b-list__close-mobile {
          visibility: hidden;
          display: none; } }
    body.b2b .c-filters-b2b-list__buttons-desktop, body.b2c .c-filters-b2b-list__buttons-desktop {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    body.b2b .c-filters-b2b-list__return, body.b2c .c-filters-b2b-list__return {
      width: 2.3rem;
      height: auto;
      padding: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem;
      font-weight: 300;
      color: #000;
      border: 0;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      background-color: transparent;
      display: none; }
      body.b2b .c-filters-b2b-list__return:hover, body.b2c .c-filters-b2b-list__return:hover {
        opacity: 0.85; }
      body.b2b .c-filters-b2b-list__return:focus, body.b2c .c-filters-b2b-list__return:focus {
        outline: 1px dotted #000; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__return, body.b2c .c-filters-b2b-list__return {
          visibility: hidden;
          display: none; } }
    body.b2b .c-filters-b2b-list__close, body.b2c .c-filters-b2b-list__close {
      width: 2.3rem;
      height: 2.8rem;
      position: absolute;
      top: 0;
      left: -2.3rem;
      padding: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.5rem;
      font-weight: 300;
      color: #fff;
      border: 1px solid #000;
      background-color: #000;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      body.b2b .c-filters-b2b-list__close:hover, body.b2c .c-filters-b2b-list__close:hover {
        color: #000;
        background-color: #fff; }
      body.b2b .c-filters-b2b-list__close:focus, body.b2c .c-filters-b2b-list__close:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__close, body.b2c .c-filters-b2b-list__close {
          visibility: hidden;
          display: none; } }
    body.b2b .c-filters-b2b-list__delete, body.b2b .c-filters-b2b-list__showmore, body.b2c .c-filters-b2b-list__delete, body.b2c .c-filters-b2b-list__showmore {
      max-height: 35px;
      background: transparent;
      color: black;
      font-size: 0.85rem;
      padding: 0.5rem;
      display: none; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-list__delete, body.b2b .c-filters-b2b-list__showmore, body.b2c .c-filters-b2b-list__delete, body.b2c .c-filters-b2b-list__showmore {
          border: 1px solid black;
          text-transform: uppercase;
          font-size: 0.7rem; } }
      body.b2b .c-filters-b2b-list__delete--desk, body.b2c .c-filters-b2b-list__delete--desk {
        opacity: 0;
        visibility: hidden; }
        @media only screen and (min-width: 1024px) {
          body.b2b .c-filters-b2b-list__delete--desk, body.b2c .c-filters-b2b-list__delete--desk {
            opacity: 1;
            visibility: visible; } }
    body.b2b .c-filters-b2b-list__showmore, body.b2c .c-filters-b2b-list__showmore {
      display: none;
      border: none;
      text-transform: inherit;
      text-decoration: underline; }
    body.b2b .c-filters-b2b-list.show-more, body.b2c .c-filters-b2b-list.show-more {
      -webkit-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
  body.b2b .c-filters-b2b-sublist, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2b .c-filters-b2b-sublist, body.b2c .c-filters-b2b-sublist, body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2c .c-filters-b2b-sublist {
    width: 100%;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 2.3rem;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0;
    padding: 0; }
    body.b2b .c-filters-b2b-sublist__item, body.b2c .c-filters-b2b-sublist__item {
      height: 100%; }
      body.b2b .c-filters-b2b-sublist__item:focus, body.b2c .c-filters-b2b-sublist__item:focus {
        outline: 0; }
    body.b2b .c-filters-b2b-sublist.is-active, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .is-active.c-filters-b2b-sublist, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2b .is-active.c-filters-b2b-sublist, body.b2c .c-filters-b2b-sublist.is-active, body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .is-active.c-filters-b2b-sublist, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2c .is-active.c-filters-b2b-sublist {
      opacity: 1;
      pointer-events: all;
      padding-top: 0.25rem;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      top: 2.5rem; }
    body.b2b .c-filters-b2b-sublist:focus, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist:focus, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2b .c-filters-b2b-sublist:focus, body.b2c .c-filters-b2b-sublist:focus, body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist:focus, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2c .c-filters-b2b-sublist:focus {
      outline: 0; }
    @media only screen and (min-width: 1024px) {
      body.b2b .c-filters-b2b-sublist, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2b .c-filters-b2b-sublist, body.b2c .c-filters-b2b-sublist, body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist, #articulos-ls .c-filters-b2b--accesorios .category2 body.b2c .c-filters-b2b-sublist {
        width: auto;
        min-width: 200px;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        position: absolute; } }
  body.b2b .c-filters-b2b-selection, body.b2c .c-filters-b2b-selection {
    width: 100%;
    display: block;
    background: white;
    height: 100vh; }
    @media only screen and (min-width: 1024px) {
      body.b2b .c-filters-b2b-selection, body.b2c .c-filters-b2b-selection {
        padding: 5px;
        border-radius: 4px;
        border: 1px solid #dedede;
        height: auto; } }
    body.b2b .c-filters-b2b-selection fieldset, body.b2c .c-filters-b2b-selection fieldset {
      width: 100%;
      margin: 0;
      padding: 0.4rem;
      border-top: 1px solid #dedede; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-selection fieldset, body.b2c .c-filters-b2b-selection fieldset {
          margin-bottom: 3px;
          padding: 0;
          border-top: none; } }
      body.b2b .c-filters-b2b-selection fieldset label, body.b2c .c-filters-b2b-selection fieldset label {
        margin-left: 0; }
      body.b2b .c-filters-b2b-selection fieldset input:checked, body.b2c .c-filters-b2b-selection fieldset input:checked {
        -webkit-box-shadow: none;
        box-shadow: none; }
    body.b2b .c-filters-b2b-selection__content, body.b2c .c-filters-b2b-selection__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.5rem;
      background-color: white; }
      body.b2b .c-filters-b2b-selection__content.is-active, body.b2c .c-filters-b2b-selection__content.is-active {
        background-color: lightgray; }
      body.b2b .c-filters-b2b-selection__content a, body.b2c .c-filters-b2b-selection__content a {
        width: 100%; }
      body.b2b .c-filters-b2b-selection__content label, body.b2c .c-filters-b2b-selection__content label {
        font-size: 0.85rem; }

@-moz-document url-prefix() {
  body.b2b .c-filters-b2b-selection__content, body.b2c .c-filters-b2b-selection__content {
    justify-content: flex-start;
    padding-right: 0; } }
    body.b2b .c-filters-b2b-selection__text, body.b2b .o-checkbox input[type=checkbox] + label.c-filters-b2b-selection__text, .o-checkbox body.b2b input[type=checkbox] + label.c-filters-b2b-selection__text, body.b2c .c-filters-b2b-selection__text, body.b2c .o-checkbox input[type=checkbox] + label.c-filters-b2b-selection__text, .o-checkbox body.b2c input[type=checkbox] + label.c-filters-b2b-selection__text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 2.5rem);
      display: block; }
      body.b2b .c-filters-b2b-selection__text span, body.b2b .o-checkbox input[type=checkbox] + label.c-filters-b2b-selection__text span, .o-checkbox body.b2b input[type=checkbox] + label.c-filters-b2b-selection__text span, body.b2c .c-filters-b2b-selection__text span, body.b2c .o-checkbox input[type=checkbox] + label.c-filters-b2b-selection__text span, .o-checkbox body.b2c input[type=checkbox] + label.c-filters-b2b-selection__text span {
        margin-left: 5px;
        font-size: 12px;
        vertical-align: bottom; }
    body.b2b .c-filters-b2b-selection__input, body.b2c .c-filters-b2b-selection__input {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0;
      cursor: pointer; }
      body.b2b .c-filters-b2b-selection__input.disabled, body.b2c .c-filters-b2b-selection__input.disabled {
        pointer-events: none;
        opacity: 0.2;
        cursor: default; }
        body.b2b .c-filters-b2b-selection__input.disabled:before, body.b2c .c-filters-b2b-selection__input.disabled:before {
          pointer-events: none; }
        body.b2b .c-filters-b2b-selection__input.disabled + label, body.b2c .c-filters-b2b-selection__input.disabled + label {
          pointer-events: none;
          opacity: 0.2; }
    body.b2b .c-filters-b2b-selection__button, body.b2c .c-filters-b2b-selection__button {
      width: 92%;
      display: block;
      margin: 0.25rem auto;
      border-radius: 0;
      text-transform: uppercase;
      font-size: .9rem;
      letter-spacing: 0.54px;
      height: 2.5rem; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-selection__button, body.b2c .c-filters-b2b-selection__button {
          visibility: hidden;
          display: none;
          width: 99%;
          margin: 0;
          font-size: .75rem; } }
      @media only screen and (max-width: 1023px) {
        body.b2b .c-filters-b2b-selection__button, body.b2c .c-filters-b2b-selection__button {
          display: none; } }
    body.b2b .c-filters-b2b-selection--scroll, body.b2c .c-filters-b2b-selection--scroll {
      min-height: calc(100% - 95px);
      max-height: calc(100% - 95px);
      overflow-y: auto; }
      @media only screen and (min-width: 1024px) {
        body.b2b .c-filters-b2b-selection--scroll, body.b2c .c-filters-b2b-selection--scroll {
          max-height: 195px;
          overflow-y: auto; } }

@-moz-document url-prefix() {
  body.b2b .c-filters-b2b-selection--scroll, body.b2c .c-filters-b2b-selection--scroll {
    overflow-x: hidden; } }
  body.b2b .c-filters-b2b-bg-open, body.b2c .c-filters-b2b-bg-open {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body.b2b .c-filters-b2b-bg-open.is-active, body.b2c .c-filters-b2b-bg-open.is-active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      pointer-events: all; }
    @media only screen and (min-width: 768px) {
      body.b2b .c-filters-b2b-bg-open, body.b2c .c-filters-b2b-bg-open {
        visibility: hidden;
        display: none; } }
  body.b2b .c-filters-b2b__title, body.b2c .c-filters-b2b__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase; }
  body.b2b .c-filters-b2b__filters-use, body.b2c .c-filters-b2b__filters-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-align: center;
    color: gray; }
    body.b2b .c-filters-b2b__filters-use .simulate_input_radio, body.b2c .c-filters-b2b__filters-use .simulate_input_radio {
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid black;
      margin-right: 0.625rem; }
    body.b2b .c-filters-b2b__filters-use.activa, body.b2c .c-filters-b2b__filters-use.activa {
      color: black;
      font-weight: bold; }
      body.b2b .c-filters-b2b__filters-use.activa .simulate_input_radio, body.b2c .c-filters-b2b__filters-use.activa .simulate_input_radio {
        background-color: black; }

body.b2b.edit-filters-b2b.articulos-ls .caja_diponibilidad, body.b2c.edit-filters-b2b.articulos-ls .caja_diponibilidad {
  visibility: hidden;
  display: none; }
  @media only screen and (min-width: 1024px) {
    body.b2b.edit-filters-b2b.articulos-ls .caja_diponibilidad, body.b2c.edit-filters-b2b.articulos-ls .caja_diponibilidad {
      visibility: visible;
      display: block; } }

@media only screen and (max-width: 1023px) {
  body.b2b.prevent-scroll, body.b2c.prevent-scroll {
    overflow: hidden; } }

@media only screen and (min-width: 1024px) {
  body.b2c .c-filters-b2b {
    margin-top: 20px; } }

body.b2c .c-filters-b2b__button {
  padding: 0.5rem;
  border: 1.5px solid #000;
  background-color: #fff; }

@media only screen and (min-width: 1024px) {
  body.b2c .c-filters-b2b-list {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px 30px 15px; } }

body.b2c .c-filters-b2b-actions__left {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    body.b2c .c-filters-b2b-actions__left {
      width: auto; } }

body.b2c .c-filters-b2b-actions__right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    body.b2c .c-filters-b2b-actions__right {
      width: auto;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  body.b2c .c-filters-b2b-actions__right .c-filters-b2b__select {
    margin-left: 0; }

@media only screen and (min-width: 768px) {
  body.b2c .c-filters-b2b__search {
    max-width: 290px;
    margin: 0; } }

body.b2c .c-filters-b2b__search::before {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5rem;
  pointer-events: none; }

@media only screen and (min-width: 1024px) {
  body.b2c .c-filters-b2b-selection {
    background: #fff; } }

@media only screen and (min-width: 1024px) {
  body.b2c .c-filters-b2b-selection__content {
    background: #fff; } }

body.b2c .c-filters-b2b-selection__content.is-active {
  background-color: lightgray; }
  @media only screen and (min-width: 1024px) {
    body.b2c .c-filters-b2b-selection__content.is-active {
      background: #fff; } }

.c-filters-container .fa {
  margin: 6px;
  font-size: 0.938rem; }

@media only screen and (min-width: 1024px) {
  body.b2c .c-filters-b2b-list.is-active {
    z-index: 4; } }

@media only screen and (min-width: 1024px) {
  body.b2b .c-filters-b2b--accesorios,
  body.b2c .c-filters-b2b--accesorios {
    padding-top: 5px;
    width: 100%; } }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b-actions__left.hidden,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b-actions__left.hidden {
  display: none; }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple {
  background: white;
  cursor: pointer;
  pointer-events: all; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple::before,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple::before {
    content: none; }
  @media only screen and (max-width: 1023px) {
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple {
      display: none; } }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple span,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple span {
    font-weight: 700; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple.active,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple.active {
    background: #eee;
    position: relative; }
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple.active span,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple.active span {
      position: relative; }
      body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple.active span::before,
      body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple.active span::before {
        content: '';
        border-bottom: 2px solid black;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--simple:nth-child(2),
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--simple:nth-child(2) {
    margin-right: 8px; }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--lighter,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--lighter {
  background: #d5d5d5; }

@media only screen and (min-width: 1024px) {
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b__button--hide,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b__button--hide {
    display: none; } }

@media only screen and (max-width: 1023px) {
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list__item,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list__item {
    max-height: 50px;
    margin: 0; } }

@media only screen and (max-width: 1023px) {
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list__item.category2, body.b2b .c-filters-b2b--accesorios #articulos-ls .category2.c-filters-b2b-list__item, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2.c-filters-b2b-list__item, #articulos-ls body.b2b .c-filters-b2b--accesorios .category2.c-filters-b2b-list__item,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list__item.category2,
  body.b2c .c-filters-b2b--accesorios #articulos-ls .category2.c-filters-b2b-list__item,
  body.b2c #articulos-ls .c-filters-b2b--accesorios .category2.c-filters-b2b-list__item,
  #articulos-ls body.b2c .c-filters-b2b--accesorios .category2.c-filters-b2b-list__item {
    margin: 0; } }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list__title,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list__title {
  padding: 1rem 0.5rem;
  text-transform: uppercase;
  background: #dedede;
  font-size: .85rem; }
  @media only screen and (min-width: 1024px) {
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list__title,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list__title {
      display: none; } }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list--scroll,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list--scroll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1023px) {
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list--scroll,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list--scroll {
      max-height: 39vh;
      overflow: auto; } }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list--scroll.hide,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list--scroll.hide {
    max-height: 0; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list--scroll.show-all,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list--scroll.show-all {
    max-height: 100%; }
  @media only screen and (min-width: 1024px) {
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list--scroll,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list--scroll {
      display: none; }
      body.b2b .c-filters-b2b--accesorios .c-filters-b2b-list--scroll.active,
      body.b2c .c-filters-b2b--accesorios .c-filters-b2b-list--scroll.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b-sublist, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist, #articulos-ls body.b2b .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b-sublist,
body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist,
#articulos-ls body.b2c .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-sublist a.despiece, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece, #articulos-ls body.b2b .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-sublist a.despiece,
  body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece,
  #articulos-ls body.b2c .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500; }
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b-sublist a.despiece span, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece span, #articulos-ls body.b2b .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece span,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b-sublist a.despiece span,
    body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece span,
    #articulos-ls body.b2c .c-filters-b2b--accesorios .category2 .c-filters-b2b-sublist a.despiece span {
      font-size: 15px; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-sublist.is-active, body.b2b #articulos-ls .c-filters-b2b--accesorios .category2 .is-active.c-filters-b2b-sublist, #articulos-ls body.b2b .c-filters-b2b--accesorios .category2 .is-active.c-filters-b2b-sublist,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-sublist.is-active,
  body.b2c #articulos-ls .c-filters-b2b--accesorios .category2 .is-active.c-filters-b2b-sublist,
  #articulos-ls body.b2c .c-filters-b2b--accesorios .category2 .is-active.c-filters-b2b-sublist {
    top: 2.8rem;
    padding: 0; }
  @media only screen and (min-width: 1024px) {
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b-sublist__item,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b-sublist__item {
      width: 100%; } }

body.b2b .c-filters-b2b--accesorios .c-filters-b2b-selection,
body.b2c .c-filters-b2b--accesorios .c-filters-b2b-selection {
  background: transparent;
  border-radius: 0;
  border: none;
  height: auto;
  padding: 0;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    body.b2b .c-filters-b2b--accesorios .c-filters-b2b-selection--scroll,
    body.b2c .c-filters-b2b--accesorios .c-filters-b2b-selection--scroll {
      min-height: calc(100% - 104px);
      max-height: calc(100% - 122px); } }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-selection fieldset,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-selection fieldset {
    margin-bottom: 0;
    padding: 0;
    border-top: none; }
  body.b2b .c-filters-b2b--accesorios .c-filters-b2b-selection__content,
  body.b2c .c-filters-b2b--accesorios .c-filters-b2b-selection__content {
    padding: 0.6rem;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede; }

@media only screen and (min-width: 1248px) {
  body.b2b .c-filters-b2b--accesorios .c-legend__item,
  body.b2c .c-filters-b2b--accesorios .c-legend__item {
    min-width: 160px; } }

.b2b.outlet .c-filters-b2b-actions__left button:nth-last-child(3) {
  margin-right: 8px; }

.b2b.outlet .c-filters-b2b-actions__left button:nth-child(2) {
  margin-right: 0; }

.b2b.outlet.b2b-accesorios .c-filters-b2b-actions__left {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .b2b.outlet.b2b-accesorios .c-filters-b2b-actions__left {
      width: auto; } }
  .b2b.outlet.b2b-accesorios .c-filters-b2b-actions__left button:nth-last-child(4) {
    margin-right: 8px; }

.b2b.outlet.b2b-accesorios .c-filters-b2b-actions__right {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .b2b.outlet.b2b-accesorios .c-filters-b2b-actions__right {
      width: auto; } }

.c-filtersb2b-acces {
  padding: 0 1rem;
  background: #fff;
  z-index: 99; }
  .c-filtersb2b-acces__top {
    border-bottom: 1px solid #eee;
    padding: 1rem 0; }
    @media only screen and (min-width: 992px) {
      .c-filtersb2b-acces__top {
        padding-top: 0; } }
  .c-filtersb2b-acces__bottom {
    padding-top: .7rem;
    height: calc(100vh - 120px);
    overflow: auto; }
  .c-filtersb2b-acces-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-filtersb2b-acces .btn-bh--prize, .c-filtersb2b-acces body.b2b .main-container a.btn-bh--prize, body.b2b .main-container .c-filtersb2b-acces a.btn-bh--prize {
    background: #fff;
    border-color: #bcbcbc;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; }
  .c-filtersb2b-acces .btn-bh-dropdown__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .c-filtersb2b-acces .btn-bh-dropdown__filters:after {
      margin: 0 5px 0 0; }
  .c-filtersb2b-acces-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-filtersb2b-acces-tags__item {
      text-transform: uppercase;
      font-size: 0.80rem;
      border: 1px solid #bcbcbc;
      padding: 0.3rem;
      margin: 0 6px 6px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .c-filtersb2b-acces-tags__item span::after {
        font-family: FontAwesome;
        content: '\f00d';
        font-weight: 100;
        margin-left: 8px;
        display: inline-block;
        cursor: pointer; }
      .c-filtersb2b-acces-tags__item[data-filtro="color"] img {
        max-width: 20px; }
  .c-filtersb2b-acces-list, .sideMenuFilters ul.c-filtersb2b-acces-list {
    -webkit-column-count: 1;
    column-count: 1; }
    .c-filtersb2b-acces-list__item, .sideMenuFilters ul li.c-filtersb2b-acces-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      cursor: pointer;
      margin-bottom: 0; }
      .c-filtersb2b-acces-list__item-title {
        text-transform: uppercase;
        padding: 0.7rem 0;
        font-size: .85rem; }
        .c-filtersb2b-acces-list__item-title::after {
          font-family: FontAwesome;
          content: '\f105';
          font-weight: 700;
          margin-left: 8px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          display: inline-block; }
        .c-filtersb2b-acces-list__item-title.show + .c-filtersb2b-acces-sublist, .sideMenuFilters .c-filtersb2b-acces-list__item-title.show + ul.c-filtersb2b-acces-sublist {
          display: block;
          margin-bottom: 0.625rem; }
        .c-filtersb2b-acces-list__item-title.close::after {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .c-filtersb2b-acces-list__item-title.close + .c-filtersb2b-acces-sublist, .sideMenuFilters .c-filtersb2b-acces-list__item-title.close + ul.c-filtersb2b-acces-sublist {
          display: none; }
      .c-filtersb2b-acces-list__item.colours .c-filters-b2b-selection__text, .c-filtersb2b-acces-list__item.colours .o-checkbox input[type=checkbox] + label.c-filters-b2b-selection__text, .o-checkbox .c-filtersb2b-acces-list__item.colours input[type=checkbox] + label.c-filters-b2b-selection__text {
        max-height: 21px;
        overflow: hidden;
        max-width: 20px; }
      .c-filtersb2b-acces-list__item.colours .o-checkbox {
        min-width: auto; }
  .c-filtersb2b-acces-sublist, .sideMenuFilters ul.c-filtersb2b-acces-sublist {
    margin: 0;
    -webkit-column-count: 1;
    column-count: 1;
    text-transform: uppercase;
    height: 100%;
    text-align: left; }
    .c-filtersb2b-acces-sublist li, .sideMenuFilters ul.c-filtersb2b-acces-sublist li {
      height: auto;
      margin-bottom: 0.625rem; }
    .c-filtersb2b-acces-sublist .c-filters-b2b-selection__text, .sideMenuFilters ul.c-filtersb2b-acces-sublist .c-filters-b2b-selection__text, .c-filtersb2b-acces-sublist .o-checkbox input[type=checkbox] + label.c-filters-b2b-selection__text, .o-checkbox .c-filtersb2b-acces-sublist input[type=checkbox] + label.c-filters-b2b-selection__text {
      font-size: 0.8rem; }
    .c-filtersb2b-acces-sublist.colours, .sideMenuFilters ul.colours.c-filtersb2b-acces-sublist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-filtersb2b-acces-sublist.colours li {
        min-width: 60px; }

#c-form {
  position: relative;
  width: 100vw;
  height: calc(100vh - 4.5rem); }
  #c-form .content-intro,
  #c-form .content-info-bike {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    #c-form .content-intro .main-video,
    #c-form .content-info-bike .main-video {
      position: absolute;
      width: 100vw;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover; }
    #c-form .content-intro .content,
    #c-form .content-info-bike .content {
      max-width: 90%;
      margin: 0 auto;
      z-index: 1; }
    #c-form .content-intro h1,
    #c-form .content-info-bike h1 {
      font-weight: normal;
      text-transform: uppercase;
      text-align: inherit;
      color: inherit; }
    #c-form .content-intro p,
    #c-form .content-info-bike p {
      font-size: 1.25rem;
      line-height: 1.625rem;
      font-weight: 300; }
    #c-form .content-intro button,
    #c-form .content-info-bike button {
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1.125rem;
      line-height: 1;
      text-transform: uppercase;
      color: #707070;
      background-color: white;
      border-radius: 0.3125rem;
      padding: 0.625rem 1.875rem;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #c-form .content-intro button:hover,
      #c-form .content-info-bike button:hover {
        color: white;
        background-color: #707070; }
  #c-form .content-intro {
    background-size: cover;
    position: relative;
    overflow: hidden; }
    #c-form .content-intro .content {
      width: 22.5rem;
      color: white; }
      #c-form .content-intro .content h1 {
        font-size: 2rem;
        line-height: 2.6875rem;
        margin-bottom: 0.75rem; }
      #c-form .content-intro .content p {
        margin-bottom: 0.75rem; }
  #c-form .content-info-bike {
    display: none;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5); }
    #c-form .content-info-bike .div-back {
      position: absolute;
      top: 2vw;
      left: 2vw;
      font-size: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #707070;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #c-form .content-info-bike .div-back:hover {
        color: white; }
      #c-form .content-info-bike .div-back span:after {
        font-family: FontAwesome;
        content: '\f060'; }
    #c-form .content-info-bike .content {
      width: 31.25rem;
      color: black; }
      #c-form .content-info-bike .content h1 {
        font-size: 1.875rem;
        line-height: 2.4375rem;
        margin-bottom: 1.6875rem; }
      #c-form .content-info-bike .content #counter {
        font-size: 1.375rem;
        line-height: 1.8125rem;
        text-transform: uppercase;
        margin-bottom: 1.6875rem; }
      #c-form .content-info-bike .content p {
        margin-bottom: 1.6875rem; }
      #c-form .content-info-bike .content .div-form {
        width: 20.3125rem;
        margin: 0 auto; }
        #c-form .content-info-bike .content .div-form .question {
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 0; }
        #c-form .content-info-bike .content .div-form .div-input {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          border-radius: 0.3125rem;
          margin: 0.9375rem 0 0;
          overflow: hidden; }
          #c-form .content-info-bike .content .div-form .div-input input {
            width: 75%;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 300;
            padding: 0.625rem;
            border: none; }
          #c-form .content-info-bike .content .div-form .div-input .div-submit {
            width: 25%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: white;
            background-color: #91301C;
            border: 0.0625rem solid #91301C;
            border-radius: 0 0.3125rem 0.3125rem 0;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            #c-form .content-info-bike .content .div-form .div-input .div-submit:hover {
              color: #91301C;
              background-color: white; }
            #c-form .content-info-bike .content .div-form .div-input .div-submit span:after {
              font-family: FontAwesome;
              content: '\f00c'; }
        #c-form .content-info-bike .content .div-form .text-error,
        #c-form .content-info-bike .content .div-form .text-small {
          margin: 0.9375rem 0 0;
          font-size: 1rem;
          line-height: 1.3125rem; }
        #c-form .content-info-bike .content .div-form .div-error {
          width: 100%;
          max-height: 0;
          overflow: hidden;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          #c-form .content-info-bike .content .div-form .div-error .text-error {
            color: #cd202c;
            padding: 0.9375rem 0 0.75rem;
            margin: 0; }
        #c-form .content-info-bike .content .div-form .terms-conditions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-top: 1.25rem; }
          #c-form .content-info-bike .content .div-form .terms-conditions input {
            margin: 0;
            width: 1.5625rem;
            height: 1.25rem; }
          #c-form .content-info-bike .content .div-form .terms-conditions p {
            margin: 0 0 0 5px;
            text-align: left; }
  #c-form .bg-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999; }
    #c-form .bg-modal .modal-terms-cond {
      position: relative;
      width: 90vw;
      max-height: 90vh;
      background-color: white;
      padding: 2vw; }
      @media only screen and (min-width: 992px) {
        #c-form .bg-modal .modal-terms-cond {
          width: 50vw; } }
      #c-form .bg-modal .modal-terms-cond .div-cross {
        position: absolute;
        top: 0.25vw;
        right: 0.5vw;
        cursor: pointer; }
        #c-form .bg-modal .modal-terms-cond .div-cross p {
          font-size: 1.875rem;
          line-height: 1;
          font-weight: 300;
          letter-spacing: 0; }
      #c-form .bg-modal .modal-terms-cond .content-modal {
        max-height: calc(90vh - 4vw);
        overflow: auto; }
        #c-form .bg-modal .modal-terms-cond .content-modal p {
          font-size: 1rem;
          line-height: 1.25rem;
          letter-spacing: 0; }
          @media only screen and (min-width: 992px) {
            #c-form .bg-modal .modal-terms-cond .content-modal p {
              font-size: 0.75rem;
              line-height: 0.975rem; } }
          @media only screen and (min-width: 1600px) {
            #c-form .bg-modal .modal-terms-cond .content-modal p {
              font-size: 1.25rem;
              line-height: 1.625rem; } }
  #c-form.type-ilynxplus .content-intro {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    #c-form.type-ilynxplus .content-intro .content {
      width: 100%;
      max-width: none;
      min-height: 138px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: black;
      background-color: white;
      padding: 5%; }
      @media only screen and (min-width: 992px) {
        #c-form.type-ilynxplus .content-intro .content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0; } }
      #c-form.type-ilynxplus .content-intro .content h1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin: 0 0 0.5rem 0; }
        @media only screen and (min-width: 992px) {
          #c-form.type-ilynxplus .content-intro .content h1 {
            margin: 0 2.5rem 0 0; } }
      #c-form.type-ilynxplus .content-intro .content button {
        color: white;
        background-color: black;
        border: 1px solid black; }
        @media only screen and (min-width: 992px) {
          #c-form.type-ilynxplus .content-intro .content button {
            font-size: 1.875rem;
            line-height: 2.5rem; } }
        #c-form.type-ilynxplus .content-intro .content button:hover {
          color: black;
          background-color: white; }

.c-full-background {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent; }
  .c-full-background__image {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .c-full-background__video, #video.c-full-background__video {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0; }
  .c-full-background__action {
    position: absolute;
    left: 10vw;
    bottom: 25vh;
    z-index: 2; }
    .c-full-background__action__title {
      margin-bottom: 0.5rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 8vh;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1.5;
      color: #fff; }

.c-full-video {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent; }
  .c-full-video__video {
    width: 100%; }

.c-geometry-siluet {
  width: 100%;
  text-align: center; }
  .c-geometry-siluet img {
    max-width: 100%;
    height: auto;
    display: block; }
  .c-geometry-siluet--desktop {
    visibility: hidden;
    display: none; }
    @media only screen and (min-width: 992px) {
      .c-geometry-siluet--desktop {
        visibility: visible;
        display: block; } }
  @media only screen and (min-width: 992px) {
    .c-geometry-siluet--mobile {
      visibility: hidden;
      display: none; } }

.c-geometry-info {
  margin-top: 1rem; }
  @media only screen and (min-width: 992px) {
    .c-geometry-info {
      margin-top: 0;
      margin-left: 1rem; } }
  .c-geometry-info thead,
  .c-geometry-info tr:nth-of-type(even) {
    background-color: transparent; }
  .c-geometry-info tr {
    border-bottom: 1px solid #eee; }
  .c-geometry-info th,
  .c-geometry-info td {
    vertical-align: middle;
    padding-left: 0.3rem;
    padding-right: 0.3rem; }

.c-geometry-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.8rem;
  text-decoration: underline; }
  @media only screen and (min-width: 992px) {
    .c-geometry-link {
      margin-left: 1rem; } }

.c-grid-gallery {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1.5rem 0; }
  .c-grid-gallery__header {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto 1.5rem auto; }
    @media only screen and (min-width: 640px) {
      .c-grid-gallery__header {
        margin-bottom: 3rem; } }
  .c-grid-gallery__title, #content h1.c-grid-gallery__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
  .c-grid-gallery__content {
    width: 100%;
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (min-width: 640px) {
      .c-grid-gallery__content {
        width: 80%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 640px) {
      .c-grid-gallery__content--big {
        width: 90%; } }
  .c-grid-gallery-image {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .c-grid-gallery-image {
        width: 50%; } }
    .c-grid-gallery-image__link {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      text-decoration: none;
      background-color: transparent;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .c-grid-gallery-image__link:focus {
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .c-grid-gallery-image__item {
      width: 80%;
      max-width: 640px;
      margin-left: 20%;
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 640px) {
        .c-grid-gallery-image__item {
          width: 92%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 3.5rem; } }
      .c-grid-gallery-image__item-text {
        position: relative;
        margin: 1rem 0 0.5rem 0;
        padding-right: 0.5rem;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        text-transform: none;
        color: #000; }
        .c-grid-gallery-image__item-text:first-letter {
          text-transform: uppercase; }
        .c-grid-gallery-image__item-text::before {
          content: url(/web/img/ico-arrow-return-list-extrasmall.png);
          position: absolute;
          top: 0;
          left: -2.5rem;
          padding-right: 0.5rem;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .c-grid-gallery-image__item--down {
        margin-left: 0;
        margin-right: 20%; }
        @media only screen and (min-width: 640px) {
          .c-grid-gallery-image__item--down {
            margin-top: 50%;
            margin-left: auto;
            margin-right: auto; } }
        .c-grid-gallery-image__item--down .c-grid-gallery-image__item-text {
          padding-left: 3.5rem; }
          @media only screen and (min-width: 640px) {
            .c-grid-gallery-image__item--down .c-grid-gallery-image__item-text {
              padding-left: 0; } }
          .c-grid-gallery-image__item--down .c-grid-gallery-image__item-text::before {
            left: 1rem; }
            @media only screen and (min-width: 640px) {
              .c-grid-gallery-image__item--down .c-grid-gallery-image__item-text::before {
                left: -2.5rem; } }
      @media only screen and (min-width: 640px) {
        .c-grid-gallery-image__item--up {
          margin-top: -95%; } }
      @media only screen and (max-width: 639px) {
        .c-grid-gallery-image__item--radius {
          width: 90%;
          margin-left: 5%; } }
      @media only screen and (min-width: 640px) {
        .c-grid-gallery-image__item--radius {
          margin: 40px 0; }
          .c-grid-gallery-image__item--radius .o-aspect-ratio--1-1:before {
            padding-bottom: 75%; } }
      .c-grid-gallery-image__item--radius .c-grid-gallery-image__link {
        border-radius: 25px;
        overflow: hidden; }
    .c-grid-gallery-image:hover {
      opacity: 0.9; }
      .c-grid-gallery-image:hover .c-grid-gallery-image__play {
        opacity: 0.6; }
    .c-grid-gallery-image__play {
      visibility: hidden;
      display: none;
      width: 68px;
      height: 68px;
      background-image: url(/web/img/ico-play.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: calc(50% - 2rem);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .c-grid-gallery-image__play {
          width: 88px;
          height: 88px; } }
    .c-grid-gallery-image__open {
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 2;
      font-size: 28px;
      color: #707070;
      border: 4px solid #707070;
      border-radius: 100%;
      height: 40px;
      width: 40px;
      padding: 3px 5px;
      -webkit-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all; }
      .c-grid-gallery-image__open:hover {
        background: white;
        border-color: white;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all; }
      .c-grid-gallery-image__open.btn-white {
        color: white;
        border-color: white; }
        .c-grid-gallery-image__open.btn-white:hover {
          color: #707070;
          border-color: #707070;
          background-color: white; }
    .c-grid-gallery-image.is-video .c-grid-gallery-image__play {
      visibility: visible;
      display: block; }

.c-header-menu {
  visibility: hidden;
  display: none;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 0; }
  .c-header-menu__item {
    position: relative;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    color: #000;
    background-color: transparent; }
    @media only screen and (min-width: 1248px) {
      .c-header-menu__item {
        font-size: 0.85rem;
        letter-spacing: 0.063rem; } }
    .c-header-menu__item:last-child {
      margin-right: 0; }
    .c-header-menu__item-link {
      width: 100%;
      height: calc(100% - 4px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 2px 0 0 0;
      padding: 0 20px;
      text-decoration: none;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      text-align: center;
      text-transform: inherit;
      color: inherit;
      background-color: transparent; }
      .c-header-menu__item-link:hover {
        background-color: transparent;
        color: #cd202c; }
      .c-header-menu__item-link:focus {
        outline: 2px inset #000;
        background-color: transparent; }
    .c-header-menu__item__bh-unique img {
      max-width: 35px;
      width: 35px;
      height: auto;
      display: block; }
    .c-header-menu__item__bh-unique a {
      background: -webkit-gradient(linear, left top, right top, from(#f96934), color-stop(27%, #fdaa12), color-stop(53%, #1ed293), color-stop(83%, #1182bb), to(#1182bb));
      background: -webkit-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      background: -o-linear-gradient(left, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      background: linear-gradient(to right, #f96934 0%, #fdaa12 27%, #1ed293 53%, #1182bb 83%, #1182bb 100%);
      -webkit-background-clip: text;
      color: transparent; }
    .c-header-menu__item.casual {
      font-weight: bold;
      letter-spacing: 3.2px;
      color: #cd202c; }
      .c-header-menu__item.casual .c-header-menu__item-link:hover {
        color: #000; }
    .c-header-menu__item.btn .c-header-menu__item-link {
      padding: 0; }
      .c-header-menu__item.btn .c-header-menu__item-link img {
        max-width: 150px; }
    .c-header-menu__item span.demo-counter {
      width: 23px;
      height: 23px;
      position: absolute;
      top: 23px;
      right: -9px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      font-size: 0.7rem;
      color: #fff;
      border-radius: 50%;
      border: 1px solid #cd202c;
      background-color: #cd202c; }
  @media only screen and (min-width: 1248px) {
    .c-header-menu {
      visibility: visible;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.c-gallery-images__title {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #000; }

.c-gallery-images__text {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #000; }

.c-gallery-images-photos-col, .c-gallery-images-photos-two-col .c-gallery-images-photos-col {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 899px;
  position: relative;
  margin-top: 3vw;
  margin-bottom: 3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 992px) {
    .c-gallery-images-photos-col, .c-gallery-images-photos-two-col .c-gallery-images-photos-col {
      height: 35vw;
      background-size: contain; } }

.c-gallery-images-photos-two-col {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3vw;
  margin-bottom: 3vw; }
  @media only screen and (min-width: 992px) {
    .c-gallery-images-photos-two-col {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-gallery-images-photos-two-col .c-gallery-images-photos-col {
    width: 100%;
    max-width: 476px;
    max-height: 634px;
    margin-top: 0;
    margin-bottom: 0; }

.vertical-viewport .c-gallery-images__title {
  font-size: 5vw; }

.vertical-viewport .c-gallery-images__text {
  font-size: 4vw; }

.vertical-viewport .c-gallery-images-photos {
  height: auto;
  margin-top: 3vh;
  margin-bottom: 3vh; }
  .vertical-viewport .c-gallery-images-photos-col {
    height: 90vh;
    margin-top: 3vh;
    margin-bottom: 3vh; }

.c-info-message {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3rem 1rem;
  background-color: #f7f7f7; }
  .c-info-message__content {
    width: 96%;
    max-width: 850px;
    margin: 0 auto; }
  .c-info-message__title, .c-info-message__text, .c-info-message__link, #content h1.c-info-message__title {
    margin: 0 0 0.5rem 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000; }
  .c-info-message__text, .c-info-message__link {
    margin: 0.5rem 0 0 0;
    font-size: 1.05rem;
    font-weight: 300;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      .c-info-message__text, .c-info-message__link {
        font-size: 1.35rem; } }
  .c-info-message__link {
    text-decoration: underline; }
    .c-info-message__link:hover {
      text-decoration: none;
      opacity: 0.9;
      color: #000;
      background-color: transparent; }
    .c-info-message__link:focus {
      outline: 1px dotted #000;
      color: #000;
      background-color: transparent; }
    .c-info-message__link--alone {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.25rem 1rem;
      border: 1px solid #000;
      background-color: #000;
      font-size: 1.08rem;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .c-info-message__link--alone:hover {
        background-color: #f7f7f7;
        color: #000; }
      .c-info-message__link--alone:focus {
        background-color: #f7f7f7;
        color: #000;
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
      @media only screen and (min-width: 768px) {
        .c-info-message__link--alone {
          font-size: 1.2rem; } }

.c-inspiration, .products .product.c-inspiration:not(.slick-slide) {
  max-width: 100%;
  height: auto !important;
  padding: 0 0 1rem 0;
  margin: 2rem auto;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .c-inspiration, .products .product.c-inspiration:not(.slick-slide) {
      padding-bottom: 0; } }
  .c-inspiration__description {
    margin-bottom: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.288rem;
    font-weight: 300;
    line-height: 1.3;
    text-align: left;
    color: #000;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    @media only screen and (min-width: 768px) {
      .c-inspiration__description {
        font-size: 1.688rem; } }
  .c-inspiration-inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0; }
  .c-inspiration__bg {
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    @media only screen and (min-width: 1248px) {
      .c-inspiration__bg:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
        background: transparent; } }
  .c-inspiration .o-bike-content--small, .products .product.c-inspiration:not(.slick-slide) .o-bike-content--small {
    padding-top: 5rem; }
  .c-inspiration__content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  .c-inspiration__title, #content h1.c-inspiration__title,
  #articulos-ls.articulos-ls-new h1.c-inspiration__title {
    position: relative;
    top: 1.1rem;
    right: 5px;
    z-index: 3;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #1a1a1a;
    color: #8a8a8a;
    border: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    @media only screen and (min-width: 480px) {
      .c-inspiration__title, #content h1.c-inspiration__title,
      #articulos-ls.articulos-ls-new h1.c-inspiration__title {
        top: 1.6rem;
        font-size: 3rem; } }
    @media only screen and (min-width: 768px) {
      .c-inspiration__title, #content h1.c-inspiration__title,
      #articulos-ls.articulos-ls-new h1.c-inspiration__title {
        top: 2.6rem;
        font-size: 5rem; } }
    @media only screen and (min-width: 1024px) {
      .c-inspiration__title, #content h1.c-inspiration__title,
      #articulos-ls.articulos-ls-new h1.c-inspiration__title {
        top: 3.5rem;
        font-size: 7rem;
        text-shadow: none; } }
  .c-inspiration-media {
    max-height: calc(520px - 40px);
    overflow: hidden; }
    .c-inspiration-media__img {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .c-inspiration__image, .products .product.c-inspiration__image:not(.slick-slide) .image,
  section .image.c-inspiration__image {
    width: auto;
    min-width: 10px;
    max-width: 960px;
    padding: 3rem 0 0 0;
    background-color: #fff; }
  .c-inspiration.display-dn, .products .display-dn.product.c-inspiration:not(.slick-slide) {
    background-color: #000; }
    .c-inspiration.display-dn .c-inspiration__description, .products .display-dn.product.c-inspiration:not(.slick-slide) .c-inspiration__description,
    .c-inspiration.display-dn .c-inspiration__title,
    .products .display-dn.product.c-inspiration:not(.slick-slide) .c-inspiration__title,
    .c-inspiration.display-dn #content h1.c-inspiration__title,
    #content .c-inspiration.display-dn h1.c-inspiration__title,
    .c-inspiration.display-dn #articulos-ls.articulos-ls-new h1.c-inspiration__title,
    #articulos-ls.articulos-ls-new .c-inspiration.display-dn h1.c-inspiration__title {
      color: #fff; }
    .c-inspiration.display-dn .c-inspiration__image, .products .display-dn.product.c-inspiration:not(.slick-slide) .c-inspiration__image, .c-inspiration.display-dn .products .product.c-inspiration__image:not(.slick-slide) .image, .products .product.c-inspiration__image:not(.slick-slide) .c-inspiration.display-dn .image, .products .display-dn.product.c-inspiration:not(.slick-slide) .product.c-inspiration__image:not(.slick-slide) .image {
      background-color: #000; }
    .c-inspiration.display-dn a.btn-bh.black,
    .c-inspiration.display-dn button.btn-bh.black {
      background-color: #fff;
      color: #000;
      border-color: #fff; }
      .c-inspiration.display-dn a.btn-bh.black:hover,
      .c-inspiration.display-dn button.btn-bh.black:hover {
        background-color: #000;
        color: #fff; }
    .c-inspiration.display-dn a.btn-bh-dropdown__colours, .products .display-dn.product.c-inspiration:not(.slick-slide) a.btn-bh-dropdown__colours,
    .c-inspiration.display-dn button.btn-bh-dropdown__colours,
    .products .display-dn.product.c-inspiration:not(.slick-slide) button.btn-bh-dropdown__colours {
      color: #fff; }
    .c-inspiration.display-dn .product-info .colours__opacity--gradient {
      background: -webkit-linear-gradient(80deg, #000, transparent);
      background: -o-linear-gradient(80deg, #000, transparent);
      background: linear-gradient(10deg, #000, transparent); }
  @media only screen and (min-width: 1248px) {
    .c-inspiration:hover .c-inspiration__bg::before, .products .product.c-inspiration:hover:not(.slick-slide) .c-inspiration__bg::before {
      opacity: 0; }
    .c-inspiration:hover .c-inspiration__title, .products .product.c-inspiration:hover:not(.slick-slide) .c-inspiration__title, .c-inspiration:hover #content h1.c-inspiration__title, #content .c-inspiration:hover h1.c-inspiration__title,
    .c-inspiration:hover #articulos-ls.articulos-ls-new h1.c-inspiration__title, #articulos-ls.articulos-ls-new .c-inspiration:hover h1.c-inspiration__title {
      -webkit-transform: translate3d(-300px, -295px, 0);
      transform: translate3d(-300px, -295px, 0); }
    .c-inspiration:hover .c-inspiration__description, .products .product.c-inspiration:hover:not(.slick-slide) .c-inspiration__description {
      -webkit-transform: translate3d(150px, 125px, 0);
      transform: translate3d(150px, 125px, 0); }
    .c-inspiration:hover .c-inspiration-media__img, .products .product.c-inspiration:hover:not(.slick-slide) .c-inspiration-media__img {
      -webkit-transform: translateY(-2vh) scale(1) !important;
      -ms-transform: translateY(-2vh) scale(1) !important;
      transform: translateY(-2vh) scale(1) !important; } }

#content .display-dn h1.c-inspiration__title,
#articulos-ls.articulos-ls-new .display-dn h1.c-inspiration__title,
#articulos-ls.articulos-ls-new .display-dn h1.product-info-title,
#articulos-ls.articulos-ls-new .display-dn .ref-prize .ref-title,
#articulos-ls.articulos-ls-new .display-dn .products .product-info .ref-prize .prize,
.products .product-info #articulos-ls.articulos-ls-new .display-dn .ref-prize .prize,
#articulos-ls.articulos-ls-new .display-dn .ref-prize .price {
  color: #fff; }

.c-lightbox, .modal.c-lightbox {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 1.5rem 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none; }
  .c-lightbox__content {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
    padding: 0; }
  .c-lightbox-hover-opacity {
    opacity: 1;
    -webkit-backface-visibility: hidden; }
    .c-lightbox-hover-opacity:hover {
      opacity: 0.60;
      -webkit-backface-visibility: hidden; }
  .c-lightbox__main {
    width: 100%;
    height: calc(100vh - 5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    @media screen and (max-width: 1500px) and (orientation: landscape) {
      .c-lightbox__main {
        min-height: 550px; } }
  .c-lightbox__media {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (min-width: 1248px) {
      .c-lightbox__media {
        width: 65%; } }
  .c-lightbox-texts {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4% auto 0 auto; }
    @media only screen and (min-width: 768px) {
      .c-lightbox-texts {
        margin-top: 2%; } }
    @media only screen and (min-width: 1248px) {
      .c-lightbox-texts {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 2% 1.5rem 0 1.5rem;
        border-top: 1px solid #ececec; } }
  .c-lightbox__title {
    margin-right: 4%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
  .c-lightbox__share {
    visibility: hidden;
    display: none; }
  .c-lightbox__text {
    margin-top: 0.75rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 130%;
    text-align: left;
    text-transform: none;
    color: #000; }
    @media only screen and (min-width: 1248px) {
      .c-lightbox__text {
        margin-top: 0;
        margin-left: 4%; } }
  @media only screen and (max-width: 639px) {
    .c-lightbox .o-aspect-ratio::before {
      padding-bottom: 100%; } }
  .c-lightbox--product .c-lightbox__media {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media only screen and (max-width: 639px) {
    .c-lightbox--product .o-aspect-ratio::before {
      padding-bottom: 56%; } }

a.arrow-hide {
  opacity: 0; }

.blocker {
  z-index: 99999;
  background-color: #fff; }

.modal a.close-modal {
  width: 30px;
  height: 30px;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10; }
  .modal a.close-modal:hover {
    opacity: 0.9; }
  .modal a.close-modal:focus {
    outline: 1px dotted #000; }

.modal a.close-modal[class*="icon-"] {
  width: 24px;
  height: 24px;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  color: #000;
  text-indent: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .modal a.close-modal[class*="icon-"]:hover {
    opacity: 0.9; }
  .modal a.close-modal[class*="icon-"]:focus {
    outline: 1px dotted #000; }

.c-lights {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative; }
  .c-lights__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.articulos-ls {
  position: relative;
  -webkit-animation: fadeAllIn 2s;
  animation: fadeAllIn 2s; }

.c-listados-wrapper {
  margin-left: auto;
  margin-right: auto; }
  .c-listados-wrapper__specs, #product_related.products .product .specs,
  .products .product .specs {
    visibility: visible;
    display: block;
    position: static;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    .c-listados-wrapper__specs .spec, #product_related.products .product .specs .spec, .products .product .specs .spec {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333333% - 1rem);
      flex: 0 1 calc(33.3333333% - 1rem);
      margin: 0.625rem 1rem 0 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.9375rem;
      font-weight: 300;
      letter-spacing: 0.046875rem; }
      @media only screen and (min-width: 576px) {
        .c-listados-wrapper__specs .spec, #product_related.products .product .specs .spec, .products .product .specs .spec {
          letter-spacing: 0.05625rem; } }
      @media only screen and (min-width: 1248px) {
        .c-listados-wrapper__specs .spec, #product_related.products .product .specs .spec, .products .product .specs .spec {
          margin: 1.5625rem 1rem 0 0; } }
      .c-listados-wrapper__specs .spec:last-child, #product_related.products .product .specs .spec:last-child, .products .product .specs .spec:last-child {
        margin-right: 0; }
    @media only screen and (min-width: 1248px) {
      .c-listados-wrapper__specs--new, #product_related.products .product .specs.c-listados-wrapper__specs--new,
      .products .product .specs.c-listados-wrapper__specs--new {
        background: white;
        position: absolute;
        bottom: 25px;
        width: 80%;
        top: inherit;
        padding: 20px 10px;
        -webkit-box-shadow: 0 0 6px -4px black;
        box-shadow: 0 0 6px -4px black;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none; } }
    .c-listados-wrapper__specs--new h3, #product_related.products .product .specs.c-listados-wrapper__specs--new h3, .products .product .specs.c-listados-wrapper__specs--new h3 {
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid lightgrey;
      max-width: 400px;
      margin: 0 auto 15px; }
    .c-listados-wrapper__specs--new .specs-list, #product_related.products .product .specs.c-listados-wrapper__specs--new .specs-list, .products .product .specs.c-listados-wrapper__specs--new .specs-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 600px;
      margin: 0 auto; }
      .c-listados-wrapper__specs--new .specs-list .spec, #product_related.products .product .specs.c-listados-wrapper__specs--new .specs-list .spec, .products .product .specs.c-listados-wrapper__specs--new .specs-list .spec {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333%);
        flex: 0 1 calc(33.3333333%);
        text-align: center;
        margin-right: 0;
        margin-bottom: 0;
        color: #000 !important; }
    .c-listados-wrapper__specs--new.show, #product_related.products .product .show.specs.c-listados-wrapper__specs--new,
    .products .product .show.specs.c-listados-wrapper__specs--new {
      display: block; }
  .c-listados-wrapper-colours-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .c-listados-wrapper-colours-logo .content-colours {
      width: 100%;
      margin-top: 0.625rem; }
    .c-listados-wrapper-colours-logo__logo {
      width: 3.125rem;
      height: 1.563rem;
      margin-bottom: 0.5rem; }
      .c-listados-wrapper-colours-logo__logo a {
        width: 100%;
        height: 100%;
        display: block; }
      .c-listados-wrapper-colours-logo__logo img {
        max-width: 100%;
        height: auto;
        display: block; }
  .c-listados-wrapper #loaderContainer {
    width: 100%;
    margin-top: 40px; }

.products .product {
  width: 100%; }
  .products .product.slick-slide .footer {
    display: none !important; }
  .products .product.slick-slide a.btn-bh-dropdown,
  .products .product.slick-slide button.btn-bh-dropdown {
    color: #000; }
  .products .product.slick-slide a.btn-bh,
  .products .product.slick-slide button.btn-bh {
    height: 2.5rem;
    line-height: 2.4rem; }
  .products .product:not(.slick-slide) {
    margin: 2rem 0; }
    .products .product:not(.slick-slide) .image {
      width: 100%;
      margin: 0 auto 0.5rem auto;
      border: 0; }
      .products .product:not(.slick-slide) .image .image_container {
        width: 98.5%;
        height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        .products .product:not(.slick-slide) .image .image_container img {
          width: auto;
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-backface-visibility: hidden; }
          .products .product:not(.slick-slide) .image .image_container img.hidden {
            visibility: hidden;
            position: absolute; }
          .products .product:not(.slick-slide) .image .image_container img.img_garantia {
            position: absolute;
            width: 10% !important;
            top: 0;
            left: 0;
            z-index: 3; }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_logo_germany {
              width: 15% !important; }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_black_friday {
              right: 0;
              left: unset; }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_if_fietstest {
              right: 0;
              left: unset; }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_best_getest {
              max-width: 72px; }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_seg_automotive {
              top: 0;
              left: 3.625rem;
              width: 12% !important; }
              @media only screen and (min-width: 480px) {
                .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_seg_automotive {
                  left: 4.375rem; } }
              @media only screen and (min-width: 576px) {
                .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_seg_automotive {
                  left: 4.5rem; } }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_elektro {
              left: 3.625rem;
              width: 7.4% !important; }
              @media only screen and (min-width: 480px) {
                .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_elektro {
                  left: 4.375rem; } }
              @media only screen and (min-width: 576px) {
                .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_elektro {
                  left: 4.5rem; } }
            .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_logo_luz {
              right: 0;
              left: unset; }
              @media only screen and (min-width: 480px) {
                .products .product:not(.slick-slide) .image .image_container img.img_garantia.img_logo_luz {
                  right: 10px; } }
          .products .product:not(.slick-slide) .image .image_container img.img_BH2EXMAG_Gen_2 {
            position: absolute;
            width: 50% !important;
            bottom: 15%;
            right: 5%; }
            @media only screen and (min-width: 576px) {
              .products .product:not(.slick-slide) .image .image_container img.img_BH2EXMAG_Gen_2 {
                width: 25% !important;
                bottom: 20%; } }
    .products .product:not(.slick-slide) .ref-prize {
      margin-top: 0; }
    @media only screen and (min-width: 992px) {
      .products .product:not(.slick-slide).display-z {
        padding-top: 10%; } }
    .products .product:not(.slick-slide).display-dn .image {
      margin-bottom: 0; }
    .products .product:not(.slick-slide).display-dn .product-info {
      padding-top: 0.5rem;
      background-color: #000; }
    .products .product:not(.slick-slide).display-dn a.btn-bh-dropdown,
    .products .product:not(.slick-slide).display-dn button.btn-bh-dropdown {
      color: #fff; }
    .products .product:not(.slick-slide).display-dn a.btn-bh.black,
    .products .product:not(.slick-slide).display-dn button.btn-bh.black {
      background-color: #fff;
      color: #000;
      border-color: #fff; }
      .products .product:not(.slick-slide).display-dn a.btn-bh.black:hover,
      .products .product:not(.slick-slide).display-dn button.btn-bh.black:hover {
        background-color: #000;
        color: #fff; }
    .products .product:not(.slick-slide) .footer {
      display: none !important; }
  .products .product.vsf-col-lg-6 {
    max-width: 640px;
    margin: 5px 0; }
  .products .product.vsf-col-lg-8 {
    max-width: 1280px;
    margin: 5px auto; }
    .products .product.vsf-col-lg-8 .image .image_container {
      max-width: 960px; }
  .products .product.vsf-col-lg-12 {
    max-width: 1280px;
    margin: 5px auto; }
  .products .product-info {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .products .product-info__left {
      text-align: left;
      padding: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0; }
      @media only screen and (min-width: 992px) {
        .products .product-info__left {
          padding: 15px; } }
      .products .product-info__left--flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px; }
        @media only screen and (min-width: 1440px) {
          .products .product-info__left--flex {
            margin-bottom: 0; } }
    .products .product-info__right {
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .products .product-info__right {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      @media only screen and (min-width: 1024px) {
        .products .product-info__right {
          padding: 15px; } }
      .products .product-info__right .price {
        font-size: 1.5rem;
        line-height: 20px;
        color: #707070;
        display: block;
        font-weight: 300;
        margin-bottom: 15px; }
        @media only screen and (max-width: 991px) {
          .products .product-info__right .price {
            font-size: 1.125rem; } }
      .products .product-info__right .content-btns {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 0.625rem;
        margin: 0.9375rem 0; }
        .products .product-info__right .content-btns .o-svg-container {
          margin: 0;
          width: 65px;
          top: 5px; }
        .products .product-info__right .content-btns_horizontal {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media only screen and (min-width: 480px) {
            .products .product-info__right .content-btns_horizontal {
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      .products .product-info__right .btn-bh {
        min-width: 72px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0.625rem;
        padding: 1rem;
        margin: 0; }
        @media only screen and (min-width: 1248px) {
          .products .product-info__right .btn-bh {
            padding: 1.25rem 1rem; } }
        .products .product-info__right .btn-bh.gradient {
          padding: 0;
          margin-left: 5px; }
        .products .product-info__right .btn-bh.black {
          min-width: 85px; }
        .products .product-info__right .btn-bh.black-bord {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .products .product-info__right .btn-bh.new-style {
          min-width: 100px;
          height: auto;
          font-size: 0.9375rem;
          line-height: 1;
          border-radius: 0.625rem !important;
          padding: 0.625rem 1.25rem; }
          @media only screen and (min-width: 576px) {
            .products .product-info__right .btn-bh.new-style {
              min-width: 110px;
              font-size: 1rem;
              padding: 0.9375rem 0.75rem; } }
    .products .product-info .ref-prize {
      font-size: 0.9325rem;
      line-height: 1;
      font-weight: 300;
      letter-spacing: 0.046875rem;
      color: #707070;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0.8125rem 0.3125rem 0 0;
      display: inline-block; }
      @media only screen and (min-width: 576px) {
        .products .product-info .ref-prize {
          font-size: 1.125rem;
          letter-spacing: 0.0625rem;
          margin: 0.9375rem 1.25rem 0 0; } }
      .products .product-info .ref-prize .ref-title, .products .product-info .ref-prize .prize {
        margin-right: 1rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.063rem;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        text-transform: uppercase;
        color: #000; }
      .products .product-info .ref-prize .old_price .descuento {
        color: red; }
      .products .product-info .ref-prize .new_price {
        margin-left: 0.5rem; }
    .products .product-info .colours {
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 0.3125rem; }
      .products .product-info .colours__opacity {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 2rem;
        flex: 0 1 2rem;
        position: relative;
        z-index: 2; }
        .products .product-info .colours__opacity .colour {
          margin-right: 0.3rem; }
        .products .product-info .colours__opacity--gradient {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          background: -webkit-linear-gradient(80deg, white, transparent);
          background: -o-linear-gradient(80deg, white, transparent);
          background: linear-gradient(10deg, white, transparent); }
      .products .product-info .colours.is-active {
        opacity: 0; }
      .products .product-info .colours .colour-circle {
        width: 25.2px;
        height: 25.2px;
        border-radius: 1.75rem;
        overflow: hidden;
        position: relative;
        margin-right: 0.5rem; }
        .products .product-info .colours .colour-circle.bh-unique {
          background: -webkit-gradient(linear, left top, left bottom, from(#FF9100), color-stop(23%, #FFE70E), color-stop(64%, #3ECABC), to(#005DFF));
          background: -webkit-linear-gradient(top, #FF9100 0%, #FFE70E 23%, #3ECABC 64%, #005DFF 100%);
          background: -o-linear-gradient(top, #FF9100 0%, #FFE70E 23%, #3ECABC 64%, #005DFF 100%);
          background: linear-gradient(180deg, #FF9100 0%, #FFE70E 23%, #3ECABC 64%, #005DFF 100%);
          cursor: pointer; }
        .products .product-info .colours .colour-circle img.colour__image, .products .product-info .colours .colour-circle .landing #product_related.c-product_related_2 .product img.colour__image, .landing #product_related.c-product_related_2 .product .products .product-info .colours .colour-circle img.colour__image {
          width: 152px !important;
          max-width: 31px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          cursor: pointer; }
        .products .product-info .colours .colour-circle.selected-color:after {
          content: '';
          width: 25.2px;
          height: 25.2px;
          border-radius: 28px;
          position: absolute;
          top: 0;
          border: 3px solid black; }
    .products .product-info .soon {
      margin-top: 1.5rem;
      text-align: center;
      text-transform: uppercase;
      color: #C7A035; }
      .products .product-info .soon span {
        display: block;
        margin-top: 0.25rem;
        text-transform: none;
        font-style: italic;
        font-weight: 300; }
    .products .product-info .available-bh {
      margin-top: 1.5rem;
      text-align: center;
      text-transform: uppercase;
      color: #259419; }
      .products .product-info .available-bh span {
        display: block;
        margin-top: 0.25rem;
        text-transform: none;
        font-style: italic; }
  .products .product.product-accesorio {
    width: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .products .product.product-accesorio {
        min-width: 250px; } }
    .products .product.product-accesorio .image {
      margin-bottom: 1rem; }
      .products .product.product-accesorio .image_container {
        max-width: 362px;
        margin-left: auto;
        margin-right: auto; }
    .products .product.product-accesorio .c-slider-product {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0; }
      .products .product.product-accesorio .c-slider-product .slick-track a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .products .product.product-accesorio .product-info {
      max-width: 320px;
      width: 80%; }
      @media only screen and (min-width: 640px) {
        .products .product.product-accesorio .product-info {
          max-width: 600px; } }
      @media only screen and (min-width: 1248px) {
        .products .product.product-accesorio .product-info {
          max-width: 760px; } }
      .products .product.product-accesorio .product-info__right {
        padding: 0; }
        @media only screen and (min-width: 992px) {
          .products .product.product-accesorio .product-info__right {
            margin-top: 0; } }
        .products .product.product-accesorio .product-info__right .ref-prize {
          margin: 0 0 0.8125rem; }
          .products .product.product-accesorio .product-info__right .ref-prize .price {
            margin: 0 !important; }
      .products .product.product-accesorio .product-info__left {
        padding: 0; }
    .products .product.product-accesorio .text-aux {
      font-size: 1rem;
      line-height: 1.5;
      color: #707070;
      display: inline-block;
      font-weight: 300; }
      @media only screen and (min-width: 992px) {
        .products .product.product-accesorio .text-aux {
          font-size: 1.125rem;
          line-height: 1.7; } }
  .products .product.img-vertical {
    margin-bottom: 50px;
    border: 0; }
    @media only screen and (min-width: 1440px) {
      .products .product.img-vertical {
        margin-bottom: 80px; } }
    @media only screen and (min-width: 1600px) {
      .products .product.img-vertical {
        margin-bottom: 100px; } }
    .products .product.img-vertical.vsf-col-lg-12 {
      max-width: 100%; }
      @media only screen and (min-width: 1248px) {
        .products .product.img-vertical.vsf-col-lg-12 .product-info {
          max-width: 900px; } }
      @media only screen and (min-width: 1600px) {
        .products .product.img-vertical.vsf-col-lg-12 .product-info {
          max-width: 1200px; } }
    @media only screen and (min-width: 640px) {
      .products .product.img-vertical.vsf-col-lg-6 {
        max-width: 50%;
        padding: 0 15px; } }
    @media only screen and (min-width: 1600px) {
      .products .product.img-vertical.vsf-col-lg-6 {
        max-width: 800px; } }
    @media only screen and (min-width: 640px) {
      .products .product.img-vertical.vsf-col-lg-6.display-z {
        padding-top: 10%; } }
    @media only screen and (min-width: 1600px) {
      .products .product.img-vertical .c-slider-product {
        max-width: 800px; } }
    .products .product.img-vertical .c-slider-product .slick-slide {
      width: 100%;
      height: auto;
      position: relative;
      display: block;
      overflow: hidden; }
      .products .product.img-vertical .c-slider-product .slick-slide:before {
        content: '';
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        display: block;
        padding-bottom: 116%; }
      .products .product.img-vertical .c-slider-product .slick-slide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        -o-object-fit: cover;
        object-fit: cover; }
    @media only screen and (min-width: 640px) {
      .products .product.img-vertical .product-info {
        max-width: 500px; } }
    @media only screen and (min-width: 1024px) {
      .products .product.img-vertical .product-info {
        max-width: 450px; } }
    @media only screen and (min-width: 1248px) {
      .products .product.img-vertical .product-info {
        max-width: 100%; } }
    @media only screen and (min-width: 992px) {
      .products .product.img-vertical.display-h .c-slider-product {
        max-width: 700px; } }
    @media only screen and (min-width: 1248px) {
      .products .product.img-vertical.display-h .c-slider-product {
        max-width: 900px; } }
    @media only screen and (min-width: 1600px) {
      .products .product.img-vertical.display-h .c-slider-product {
        max-width: 1200px; } }
    .products .product.img-vertical.display-h .c-slider-product .slick-slide:before {
      padding-bottom: 56.25%; }
    @media only screen and (min-width: 992px) {
      .products .product.img-vertical.display-h .product-info {
        max-width: 700px; } }
    @media only screen and (min-width: 1248px) {
      .products .product.img-vertical.display-h .product-info {
        max-width: 900px; } }
    @media only screen and (min-width: 1600px) {
      .products .product.img-vertical.display-h .product-info {
        max-width: 1200px; } }
    .products .product.img-vertical.product_double {
      min-width: auto;
      padding: 0 15px; }
      .products .product.img-vertical.product_double .product-info {
        max-width: 100%; }
      .products .product.img-vertical.product_double.vsf-col-8 {
        display: none; }
        @media only screen and (min-width: 768px) {
          .products .product.img-vertical.product_double.vsf-col-8 {
            display: block;
            max-width: 66.666667%; } }
        @media only screen and (min-width: 1248px) {
          .products .product.img-vertical.product_double.vsf-col-8 {
            max-width: 66.666667%; } }
        @media only screen and (min-width: 1600px) {
          .products .product.img-vertical.product_double.vsf-col-8 .product-info {
            max-width: 1200px; } }
      .products .product.img-vertical.product_double.vsf-col-4 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        @media only screen and (min-width: 768px) {
          .products .product.img-vertical.product_double.vsf-col-4 {
            max-width: 33.333333%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%; } }
        @media only screen and (min-width: 1248px) {
          .products .product.img-vertical.product_double.vsf-col-4 {
            max-width: 33.333333%; } }
      @media only screen and (min-width: 992px) {
        .products .product.img-vertical.product_double.zoom .c-slider-product {
          max-width: 600px; } }
      @media only screen and (min-width: 1248px) {
        .products .product.img-vertical.product_double.zoom .c-slider-product {
          max-width: 1200px;
          margin-left: 0; } }
      @media only screen and (min-width: 1600px) {
        .products .product.img-vertical.product_double.zoom .c-slider-product {
          max-width: 1200px; } }
      @media only screen and (min-width: 992px) {
        .products .product.img-vertical.product_double.zoom .product-info {
          max-width: 600px; } }
      @media only screen and (min-width: 1248px) {
        .products .product.img-vertical.product_double.zoom .product-info {
          max-width: 1200px; } }
      .products .product.img-vertical.product_double.zoom .slick-slide:before {
        padding-bottom: 57.25%; }
      @media only screen and (min-width: 1024px) {
        .products .product.img-vertical.product_double.no-zoom .c-slider-product {
          max-width: 300px;
          margin-left: 0; } }
      @media only screen and (min-width: 1248px) {
        .products .product.img-vertical.product_double.no-zoom .c-slider-product {
          max-width: 560px; } }
      .products .product.img-vertical.product_double.no-zoom .product-info {
        max-width: 320px; }
        @media only screen and (min-width: 640px) {
          .products .product.img-vertical.product_double.no-zoom .product-info {
            max-width: 500px; } }
        @media only screen and (min-width: 1600px) {
          .products .product.img-vertical.product_double.no-zoom .product-info {
            max-width: 560px; } }
      .products .product.img-vertical.product_double.no-zoom .slick-slide:before {
        padding-bottom: 130%; }
        @media only screen and (min-width: 768px) {
          .products .product.img-vertical.product_double.no-zoom .slick-slide:before {
            padding-bottom: 122%; } }
        @media only screen and (min-width: 992px) {
          .products .product.img-vertical.product_double.no-zoom .slick-slide:before {
            padding-bottom: 114%; } }
        @media only screen and (min-width: 1024px) {
          .products .product.img-vertical.product_double.no-zoom .slick-slide:before {
            padding-bottom: 115%; } }
        @media only screen and (min-width: 1248px) {
          .products .product.img-vertical.product_double.no-zoom .slick-slide:before {
            padding-bottom: 118%; } }
        @media only screen and (min-width: 1600px) {
          .products .product.img-vertical.product_double.no-zoom .slick-slide:before {
            padding-bottom: 123%; } }
  .products .product.product-accesorio .c-slider-product .slick-track img {
    max-height: none; }
    @media only screen and (min-width: 768px) {
      .products .product.product-accesorio .c-slider-product .slick-track img {
        max-height: 20.3125rem; } }

.products .c-listados-wrapper.is-active {
  max-width: 1290px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .products .c-listados-wrapper.is-active .product.vsf-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 0;
    padding-right: 0; }
    .products .c-listados-wrapper.is-active .product.vsf-col-lg-6 .product-info {
      max-width: 100%; }
  .products .c-listados-wrapper.is-active .product.vsf-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 520px;
    padding-left: 12px;
    padding-right: 12px; }
  .products .c-listados-wrapper.is-active .product.vsf-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 640px;
    padding-left: 12px;
    padding-right: 12px; }
    .products .c-listados-wrapper.is-active .product.vsf-col-lg-12.c-inspiration {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 6px;
      padding-right: 6px; }

.products .img-colours.hidden {
  display: none;
  visibility: hidden; }

.equipamiento .products.infinite-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .equipamiento .products.infinite-scroll {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .equipamiento .products.infinite-scroll .accesorio-listado-open {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 992px) {
      .equipamiento .products.infinite-scroll .accesorio-listado-open {
        width: 50%; } }

/*
.articulos-ls,
.b2b-accesorios{
    #main.with-left-content{
        #content{
            @include mq('tablet-wide'){
                display: flex;
                .sideMenuFilters{
                    width: 0;
                    position: relative;
                    top: 0;
                    left: 0;
                    transform: translateX(-280px);
                    transition: all 0.5s ease;
                    border-left: 0;
                    border-right: 1px solid #fafafa;
                    &.block-element{
                        width: 280px;
                        transform: translateX(0);
                        &.has-scroll{
                            position: fixed;
                            top: calc(4.5rem + 1.875rem);
                        }
                    }
                    .sideMenuFilters-wrapper,
                    .sideMenuFilters-content{
                        width: calc(100% - 15px);
                    }
                }
                .articulos-ls-new,
                .equipamiento{
                    flex: 1 1 100%;
                    &.js-push-content{
                       flex: 1 1 calc(100% - 320px);
                    }
                }
            }
        }
    }
}
*/
#articulos-ls.articulos-ls-new h1.product-info-title,
#articulos-ls h1.product-info-title,
h1.product-info-title,
.product-info-title,
#content h2.product-info-title {
  height: auto;
  margin: 0 0.4rem 15px 0;
  padding-left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #707070;
  border-bottom: 0;
  display: inline-block; }
  @media only screen and (max-width: 991px) {
    #articulos-ls.articulos-ls-new h1.product-info-title,
    #articulos-ls h1.product-info-title,
    h1.product-info-title,
    .product-info-title,
    #content h2.product-info-title {
      font-size: 1.125rem;
      margin: 0 0.4rem 0 0; } }
  #articulos-ls.articulos-ls-new h1.product-info-title a,
  #articulos-ls.articulos-ls-new h1.product-info-title span,
  #articulos-ls h1.product-info-title a,
  #articulos-ls h1.product-info-title span,
  h1.product-info-title a,
  h1.product-info-title span,
  .product-info-title a,
  #content h2.product-info-title a,
  .product-info-title span,
  #content h2.product-info-title span {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    color: inherit; }
    #articulos-ls.articulos-ls-new h1.product-info-title a:first-child,
    #articulos-ls.articulos-ls-new h1.product-info-title span:first-child,
    #articulos-ls h1.product-info-title a:first-child,
    #articulos-ls h1.product-info-title span:first-child,
    h1.product-info-title a:first-child,
    h1.product-info-title span:first-child,
    .product-info-title a:first-child,
    #content h2.product-info-title a:first-child,
    .product-info-title span:first-child,
    #content h2.product-info-title span:first-child {
      height: auto; }

.products .product:hover .title_container,
.products .product:hover .price,
.products .product:hover .old_price,
.products .product:hover .new_price {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 1;
  visibility: visible; }

.c-list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 472px;
  margin: 50px auto; }
  .c-list-logo__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c-list-logo__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; } }

.c-list-spec {
  font-size: 1rem;
  line-height: 24px;
  color: #707070; }
  .c-list-spec__title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px; }
    .c-list-spec__title:last-child {
      margin-bottom: 0; }
  .c-list-spec__descr {
    text-transform: initial;
    font-weight: 300;
    margin-top: 5px; }
  .c-list-spec img {
    max-width: 180px;
    margin: 5px 0;
    display: block; }

/*Disponibilidad tienda*/
#container-available-shop.container-available-shop {
  margin-top: -5rem;
  padding: 1.5rem 1.25rem 0; }
  @media only screen and (min-width: 640px) {
    #container-available-shop.container-available-shop {
      margin-top: 0; } }
  @media only screen and (min-width: 1248px) {
    #container-available-shop.container-available-shop {
      padding: 2rem 3rem 0; } }
  #container-available-shop.container-available-shop .container-with-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 640px) {
      #container-available-shop.container-available-shop .container-with-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #container-available-shop.container-available-shop .container-with-card .card-bikes {
      border: 1px solid black;
      padding: 1.25rem 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 2rem;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 640px) {
        #container-available-shop.container-available-shop .container-with-card .card-bikes {
          margin: 0 0 2rem 1rem; } }
      #container-available-shop.container-available-shop .container-with-card .card-bikes .title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 400;
        color: black; }
      #container-available-shop.container-available-shop .container-with-card .card-bikes .subtitle {
        font-size: 1rem;
        margin-bottom: 0;
        max-width: 300px;
        text-align: center; }
      #container-available-shop.container-available-shop .container-with-card .card-bikes .btn {
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1.5rem 0;
        border-radius: 0.625rem; }
        @media only screen and (min-width: 640px) {
          #container-available-shop.container-available-shop .container-with-card .card-bikes .btn {
            font-size: 1rem;
            min-height: 38px; } }
  #container-available-shop.container-available-shop .title {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.875rem;
    color: #444444;
    margin-bottom: 1.5rem;
    text-align: left;
    padding: 0; }
    #container-available-shop.container-available-shop .title span {
      font-size: 0.875rem;
      text-transform: none;
      font-weight: 600;
      line-height: 1.25rem;
      display: inline-block; }
  #container-available-shop.container-available-shop .container-shop {
    margin-bottom: 1.25rem; }
    #container-available-shop.container-available-shop .container-shop .shop {
      font-size: 1.75rem;
      line-height: 2.25rem;
      margin-bottom: 0.25rem;
      color: black;
      text-transform: uppercase; }
    #container-available-shop.container-available-shop .container-shop .text-select {
      font-size: 1rem; }
      #container-available-shop.container-available-shop .container-shop .text-select i {
        font-weight: 300; }
  #container-available-shop.container-available-shop .container-address .address {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: #444444;
    text-transform: uppercase; }
  #container-available-shop.container-available-shop .container-address .map {
    margin: 0.5rem 0 3.5rem;
    font-size: 1.25rem;
    text-transform: uppercase; }
    #container-available-shop.container-available-shop .container-address .map a {
      text-decoration: underline; }
  #container-available-shop.container-available-shop .container-address .text-select {
    font-weight: 300;
    font-size: 1.125rem;
    margin-bottom: 2.5rem; }
    #container-available-shop.container-available-shop .container-address .text-select strong {
      font-weight: 500; }
  #container-available-shop.container-available-shop .container-filter-clean {
    height: 3.125rem; }
    #container-available-shop.container-available-shop .container-filter-clean .container-btn-clean {
      margin-bottom: 1rem; }
      #container-available-shop.container-available-shop .container-filter-clean .container-btn-clean .btn {
        color: black;
        background-color: white;
        border: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  #container-available-shop.container-available-shop .container-noBikes {
    max-width: 1370px;
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 1rem;
    padding: 4rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #container-available-shop.container-available-shop .container-noBikes p.title {
      font-weight: 400;
      color: black;
      margin-bottom: 1.25rem;
      font-size: 1.5rem;
      line-height: 2rem; }
    #container-available-shop.container-available-shop .container-noBikes p.subtitle {
      font-size: 1rem;
      max-width: 600px;
      text-align: center;
      margin-bottom: 2.5rem; }
    #container-available-shop.container-available-shop .container-noBikes .btn {
      border-radius: 0.625rem;
      font-weight: 300;
      letter-spacing: 1.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (min-width: 640px) {
        #container-available-shop.container-available-shop .container-noBikes .btn {
          font-size: 1rem;
          min-height: 40px; } }
  #container-available-shop.container-available-shop .filters {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      #container-available-shop.container-available-shop .filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: unset; } }
    #container-available-shop.container-available-shop .filters .form_group.select-category {
      position: relative;
      width: 100%;
      margin-bottom: 1.25rem; }
      @media only screen and (min-width: 640px) {
        #container-available-shop.container-available-shop .filters .form_group.select-category {
          width: 290px;
          margin-bottom: 2.5rem; } }
      @media only screen and (min-width: 640px) {
        #container-available-shop.container-available-shop .filters .form_group.select-category:not(:last-child) {
          margin-right: 1.25rem; } }
      #container-available-shop.container-available-shop .filters .form_group.select-category .select2-selection--single {
        border: 0; }
      #container-available-shop.container-available-shop .filters .form_group.select-category .select2-selection__rendered {
        background: black;
        color: white !important;
        border-radius: 0.5rem;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.9375rem; }
        @media only screen and (min-width: 768px) {
          #container-available-shop.container-available-shop .filters .form_group.select-category .select2-selection__rendered {
            height: 34px;
            line-height: 34px !important; } }
        #container-available-shop.container-available-shop .filters .form_group.select-category .select2-selection__rendered .select2-selection__placeholder {
          color: white;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 0.9375rem; }
      #container-available-shop.container-available-shop .filters .form_group.select-category .select2-selection__arrow {
        display: none; }
      #container-available-shop.container-available-shop .filters .form_group.select-category:after {
        content: '>';
        position: absolute;
        color: white;
        right: 0.5rem;
        top: 5px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 24px;
        font-weight: 300;
        pointer-events: none; }
        @media only screen and (min-width: 768px) {
          #container-available-shop.container-available-shop .filters .form_group.select-category:after {
            font-size: 32px;
            top: 8px; } }
    #container-available-shop.container-available-shop .filters .container-other-filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (min-width: 640px) {
        #container-available-shop.container-available-shop .filters .container-other-filters {
          margin-bottom: 0; } }
      #container-available-shop.container-available-shop .filters .container-other-filters .form_group.select-category.select-model {
        width: 180px;
        margin-right: 1.25rem; }
        #container-available-shop.container-available-shop .filters .container-other-filters .form_group.select-category.select-model .select2-selection__rendered {
          background: #8F8E8E;
          color: white;
          border-radius: 0.5rem;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 0.9375rem;
          width: 100%; }
      #container-available-shop.container-available-shop .filters .container-other-filters .form_group.select-category.select-size {
        width: 140px; }
        #container-available-shop.container-available-shop .filters .container-other-filters .form_group.select-category.select-size .select2-selection__rendered {
          background: #CBCBCB;
          color: white;
          border-radius: 0.5rem;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 0.9375rem;
          width: 100%; }

@media only screen and (min-width: 1248px) {
  #available-shop {
    padding: 0 2.0685rem; } }

#available-shop .container-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #available-shop .container-line .text {
    margin-right: 0.625rem;
    font-weight: 300;
    font-size: 1.125rem; }
  #available-shop .container-line .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: black; }

#available-shop .container-without-result .btn {
  background-color: white;
  color: black;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem 0 1.5rem;
  border-radius: 0.625rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  @media only screen and (min-width: 640px) {
    #available-shop .container-without-result .btn {
      font-size: 1rem;
      min-height: 40px; } }
  #available-shop .container-without-result .btn:hover {
    background-color: black;
    color: white; }

#available-shop .container-without-result .text {
  font-weight: 300; }

#available-shop .product {
  width: 100%;
  border-bottom: 0; }
  @media only screen and (min-width: 576px) {
    #available-shop .product {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    #available-shop .product {
      width: 33.33%; } }
  @media only screen and (min-width: 1248px) {
    #available-shop .product {
      width: 20%; } }
  #available-shop .product .product-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #available-shop .product .product-info__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #available-shop .product .product-info__left .product-info-title {
        font-size: 1.0625rem;
        font-weight: 400;
        margin-right: 0; }
      #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours .sizes {
          margin-bottom: 1.5rem;
          font-size: 1rem;
          letter-spacing: 0.8px; }
          #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours .sizes span {
            font-weight: 300;
            cursor: pointer; }
            #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours .sizes span:not(:last-child) {
              margin-right: 0.875rem; }
            #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours .sizes span.active {
              font-weight: 600; }
        #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours .colour-circle {
          margin-right: 0; }
          #available-shop .product .product-info__left .c-listados-wrapper-colours-logo .content-colours .colour-circle:not(:last-child) {
            margin-right: 0.5rem; }

body.b2b .c-b2b-bikes__list {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  body.b2b .c-b2b-bikes__list.filter-open {
    padding-top: 35px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

body.b2b .c-b2b-bikes-item {
  padding: 1rem; }
  body.b2b .c-b2b-bikes-item__header {
    position: relative;
    width: 100%;
    min-height: 45px; }
    body.b2b .c-b2b-bikes-item__header-left {
      position: absolute;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1rem;
      z-index: 1; }
  body.b2b .c-b2b-bikes-item-unique {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    body.b2b .c-b2b-bikes-item-unique__tooltip {
      width: 98%;
      max-width: 195px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
      transform: translateX(300%);
      z-index: 2;
      padding: 0;
      background-color: #fff;
      pointer-events: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.b2b .c-b2b-bikes-item-unique__tooltip a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.5rem;
        border: 1px solid #dfdfdf;
        border-radius: 1.5rem; }
      body.b2b .c-b2b-bikes-item-unique__tooltip-img {
        width: 40px;
        height: 40px;
        margin-right: 0.25rem; }
      body.b2b .c-b2b-bikes-item-unique__tooltip-text {
        margin: 0;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.8rem;
        font-weight: 300;
        text-transform: uppercase;
        color: #000; }
        body.b2b .c-b2b-bikes-item-unique__tooltip-text span {
          font-weight: 600; }
      body.b2b .c-b2b-bikes-item-unique__tooltip:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all; }
    body.b2b .c-b2b-bikes-item-unique__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.b2b .c-b2b-bikes-item-unique__button img {
        width: 45px;
        height: 45px; }
      body.b2b .c-b2b-bikes-item-unique__button::after {
        font-family: FontAwesome;
        content: '\f040';
        color: #000;
        font-size: 18px;
        border-radius: 100%;
        border: 1px solid #4C4C4C;
        padding: 4px;
        margin-left: 5px; }
      body.b2b .c-b2b-bikes-item-unique__button:hover {
        background-color: transparent;
        border: 0; }
        body.b2b .c-b2b-bikes-item-unique__button:hover + .c-b2b-bikes-item-unique__tooltip {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          pointer-events: all; }
  body.b2b .c-b2b-bikes-item__main .product:not(.slick-slide) {
    margin-top: 0;
    margin-bottom: 0; }
  body.b2b .c-b2b-bikes-item__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.b2b .c-b2b-bikes-item__footer-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1rem; }
    body.b2b .c-b2b-bikes-item__footer-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
      flex: 0 1 60%; }
    body.b2b .c-b2b-bikes-item__footer.one-size {
      width: calc(50% - 10px);
      float: left;
      margin: 1.25rem 0;
      height: 13vh; }
  body.b2b .c-b2b-bikes-item__print {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1rem;
    color: #000; }
    body.b2b .c-b2b-bikes-item__print img {
      max-width: 100%;
      height: auto;
      display: block; }
    body.b2b .c-b2b-bikes-item__print:hover {
      opacity: 0.9; }
  body.b2b .c-b2b-bikes-item__button, body.b2b .main-container a.c-b2b-bikes-item__button {
    padding: 0.5rem 1rem;
    background-color: #c4c4c4;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body.b2b .c-b2b-bikes-item__button:hover, body.b2b .main-container a.c-b2b-bikes-item__button:hover {
      background-color: #000; }
    body.b2b .c-b2b-bikes-item__button.masInfo, body.b2b .main-container a.masInfo.c-b2b-bikes-item__button {
      text-transform: none; }

body.b2b .c-b2b-bikes .download-button {
  margin-right: 1rem; }

body.b2b .c-b2b-bikes__image {
  width: 100%;
  margin: 0 auto; }

body.b2b .c-b2b-bikes__slider {
  cursor: pointer; }
  body.b2b .c-b2b-bikes__slider .slick-slide {
    position: relative; }
    body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia {
      position: absolute;
      width: 11%;
      top: 0; }
      body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_if_fietstest {
        right: 0; }
      body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_black_friday {
        right: 0; }
      body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_seg_automotive {
        left: 3.5rem; }
      body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_elektro {
        left: 3.625rem;
        width: 12%; }
        @media only screen and (min-width: 480px) {
          body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_elektro {
            left: 4.375rem; } }
        @media only screen and (min-width: 576px) {
          body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_elektro {
            left: 4.5rem; } }
      body.b2b .c-b2b-bikes__slider .slick-slide img.img_garantia.img_logo_luz {
        right: 0; }
    body.b2b .c-b2b-bikes__slider .slick-slide img.img_BH2EXMAG_Gen_2 {
      position: absolute;
      width: 25% !important;
      bottom: 20%;
      right: 5%; }
  body.b2b .c-b2b-bikes__slider .slick-prev::before, body.b2b .c-b2b-bikes__slider .c-ficha-bike .product_gallery--slider .slick-next::before, .c-ficha-bike .product_gallery--slider body.b2b .c-b2b-bikes__slider .slick-next::before,
  body.b2b .c-b2b-bikes__slider .slick-next::before {
    font-family: FontAwesome;
    content: '\f054';
    font-weight: 300;
    color: #000;
    opacity: 0.95; }
  body.b2b .c-b2b-bikes__slider .slick-prev, body.b2b .c-b2b-bikes__slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider body.b2b .c-b2b-bikes__slider .slick-next {
    left: -1rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  body.b2b .c-b2b-bikes__slider .slick-next {
    right: -1rem; }

body.b2b .c-b2b-bikes__name-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body.b2b .c-b2b-bikes__name-prize-left .nombre {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    color: #000; }
    body.b2b .c-b2b-bikes__name-prize-left .nombre.ilynx:first-letter {
      text-transform: lowercase; }
  body.b2b .c-b2b-bikes__name-prize-left span {
    display: block;
    margin-top: 0.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase; }
  body.b2b .c-b2b-bikes__name-prize-right {
    width: 30%; }
    body.b2b .c-b2b-bikes__name-prize-right .oferta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    body.b2b .c-b2b-bikes__name-prize-right .precio {
      width: 100%;
      display: block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 120%;
      text-transform: uppercase;
      text-align: right; }
      body.b2b .c-b2b-bikes__name-prize-right .precio-original {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-decoration: line-through;
        text-align: right; }
    body.b2b .c-b2b-bikes__name-prize-right .descuento {
      margin-left: 5px;
      color: red; }
    body.b2b .c-b2b-bikes__name-prize-right .etiqueta-almacen {
      display: block;
      text-align: right; }

body.b2b .c-b2b-bikes-components {
  width: 100%;
  margin: 1.25rem 0;
  overflow-x: auto; }
  body.b2b .c-b2b-bikes-components-table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden; }
    body.b2b .c-b2b-bikes-components-table tr th,
    body.b2b .c-b2b-bikes-components-table tr td {
      vertical-align: top;
      padding: 0.5rem;
      line-height: 110%; }
    body.b2b .c-b2b-bikes-components-table tr.is-active {
      background-color: #f7f7f7; }
    body.b2b .c-b2b-bikes-components-table tr:nth-of-type(even) {
      background: #fff; }
      body.b2b .c-b2b-bikes-components-table tr:nth-of-type(even).is-active {
        background-color: #f7f7f7; }
    body.b2b .c-b2b-bikes-components-table thead {
      background-color: transparent; }
      body.b2b .c-b2b-bikes-components-table thead th {
        padding-top: 0; }
    body.b2b .c-b2b-bikes-components-table__head {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.85rem;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      background-color: transparent; }
      body.b2b .c-b2b-bikes-components-table__head--hide {
        position: absolute;
        left: -10000px;
        text-indent: -9999em;
        white-space: nowrap;
        overflow: hidden; }
    body.b2b .c-b2b-bikes-components-table__colour {
      max-width: 20px;
      max-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto;
      overflow: hidden; }
      body.b2b .c-b2b-bikes-components-table__colour img {
        max-width: 25px;
        margin: 0 auto; }
    body.b2b .c-b2b-bikes-components-table__ref {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
  body.b2b .c-b2b-bikes-components-selection {
    width: 100%;
    padding: 0; }
  body.b2b .c-b2b-bikes-components-select {
    width: 100%;
    position: relative; }
    body.b2b .c-b2b-bikes-components-select::after {
      visibility: hidden;
      display: none;
      font-family: FontAwesome;
      content: '\f107';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 5px;
      font-size: 0.7rem;
      pointer-events: none; }
    body.b2b .c-b2b-bikes-components-select__availability-color {
      width: 9px;
      height: 9px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 5px; }
      body.b2b .c-b2b-bikes-components-select__availability-color img {
        max-width: 100%;
        height: auto;
        display: block; }
    body.b2b .c-b2b-bikes-components-select__units {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      height: 1.25rem;
      line-height: 1.25rem;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20.25px;
      padding-right: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.65rem;
      font-weight: 400;
      background-image: none;
      background-color: #fff;
      margin-bottom: 0;
      -moz-appearance: textfield; }
      body.b2b .c-b2b-bikes-components-select__units::-webkit-outer-spin-button, body.b2b .c-b2b-bikes-components-select__units::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    body.b2b .c-b2b-bikes-components-select-availability {
      margin-top: 0.2rem; }
      body.b2b .c-b2b-bikes-components-select-availability__text {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.65rem;
        font-weight: 400;
        line-height: 120%;
        text-align: center; }
        body.b2b .c-b2b-bikes-components-select-availability__text:first-letter {
          text-transform: uppercase; }

@media screen and (min-width: 1600px) {
  body.b2b .c-b2b-bikes .vsf-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

body.b2b .c-b2b-bikes .c-arrow-top {
  background: #fff; }

body.b2b.edit-filters-b2b a.btn-bh-dropdown__filters,
body.b2b.edit-filters-b2b button.btn-bh-dropdown__filters {
  visibility: hidden;
  display: none; }

.c-listado-view {
  visibility: hidden;
  display: none;
  margin-right: 3rem;
  /*
    @include mq('desktop') {
        visibility: visible;
        display: flex;
        align-items: center;
    }
    */ }
  .c-listado-view__text {
    margin-right: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    background-color: transparent; }
  .c-listado-view__views-button {
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-right: 0.5rem;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    background-color: transparent; }
    .c-listado-view__views-button:hover, .c-listado-view__views-button.is-active {
      font-weight: 600;
      color: #000;
      background-color: transparent; }
    .c-listado-view__views-button:last-child {
      margin-right: 0; }

.c-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8); }
  .c-loader-circle {
    width: 6.250rem;
    height: 6.250rem;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .c-loader-circle__child {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .c-loader-circle__child::before {
        content: '';
        width: 15%;
        height: 15%;
        display: block;
        margin: 0 auto;
        background-color: #cd202c;
        /*color circulitos*/
        border-radius: 100%;
        -webkit-animation: spinner-load 1.2s infinite ease-in-out both;
        animation: spinner-load 1.2s infinite ease-in-out both; }
      .c-loader-circle__child.circle-2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
        .c-loader-circle__child.circle-2::before {
          -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
      .c-loader-circle__child.circle-3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg); }
        .c-loader-circle__child.circle-3::before {
          -webkit-animation-delay: -1s;
          animation-delay: -1s; }
      .c-loader-circle__child.circle-4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        .c-loader-circle__child.circle-4::before {
          -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
      .c-loader-circle__child.circle-5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg); }
        .c-loader-circle__child.circle-5::before {
          -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
      .c-loader-circle__child.circle-6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg); }
        .c-loader-circle__child.circle-6::before {
          -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
      .c-loader-circle__child.circle-7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .c-loader-circle__child.circle-7::before {
          -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
      .c-loader-circle__child.circle-8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg); }
        .c-loader-circle__child.circle-8::before {
          -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
      .c-loader-circle__child.circle-9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg); }
        .c-loader-circle__child.circle-9::before {
          -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
      .c-loader-circle__child.circle-10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
        .c-loader-circle__child.circle-10::before {
          -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
      .c-loader-circle__child.circle-11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg); }
        .c-loader-circle__child.circle-11::before {
          -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
      .c-loader-circle__child.circle-12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg); }
        .c-loader-circle__child.circle-12::before {
          -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
    .c-loader-circle__text {
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      color: #cd202c; }

@-webkit-keyframes spinner-load {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes spinner-load {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.c-login {
  width: 100%;
  max-width: 520px;
  height: 100%;
  margin: 0 auto;
  padding: 0; }
  .c-login__text {
    margin: 0.5rem auto 0.25rem auto;
    padding: 0;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 0.9rem;
    font-weight: 100;
    text-align: center;
    line-height: 130%;
    color: #8a8a8a; }
    .c-login__text-mb {
      margin: 0 0 1.25rem; }
  .c-login__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    margin: 0;
    padding: 0.25rem;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-login__close:hover {
      color: #cd202c;
      background-color: transparent;
      opacity: 0.85; }
    .c-login__close:focus {
      color: #000;
      background-color: transparent;
      outline: 1px dotted #000; }
  .c-login__wrapper {
    width: 100%;
    height: 100%;
    padding: 0; }
    .c-login__wrapper.no-active {
      visibility: hidden;
      display: none; }
  .c-login__logo {
    width: 48px;
    height: auto;
    margin: 1rem auto; }
    .c-login__logo img {
      max-width: 100%;
      height: auto;
      display: block; }
  .c-login-form {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 3.125rem 1rem 1.625rem 1rem; }
    .c-login-form__type, .c-login-form__type-buttons {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto;
      -webkit-column-gap: 2.5rem;
      column-gap: 2.5rem;
      row-gap: 1.25rem; }
      .c-login-form__type.acceso-item, .acceso-item.c-login-form__type-buttons {
        margin-bottom: 1.25rem; }
      .c-login-form__type-item, .c-login-form__type-buttons-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0;
        padding: 0; }
        @media only screen and (min-width: 480px) {
          .c-login-form__type-item, .c-login-form__type-buttons-item {
            -ms-flex-preferred-size: 40%;
            flex-basis: 40%; } }
      .c-login-form__type-button, .c-login-form__type-title, #content h1.c-login-form__type-title, .c-login-form__type-buttons-button {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0.625rem 1.25rem;
        font-family: "Roboto Condensed Light", sans-serif;
        font-size: 1.05rem;
        line-height: 1.5rem;
        letter-spacing: 0.078125rem;
        font-weight: lighter;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 0.9375rem; }
        .c-login-form__type-button:hover, .c-login-form__type-title:hover, #content h1.c-login-form__type-title:hover, .c-login-form__type-buttons-button:hover {
          opacity: 0.9;
          background-color: #CACACA; }
        .c-login-form__type-button:focus, .c-login-form__type-title:focus, #content h1.c-login-form__type-title:focus, .c-login-form__type-buttons-button:focus {
          outline: 0;
          background-color: #CACACA; }
        .c-login-form__type-button.is-active, .is-active.c-login-form__type-title, #content h1.is-active.c-login-form__type-title, .is-active.c-login-form__type-buttons-button {
          color: #fff;
          background-color: #CACACA;
          border: none;
          pointer-events: none; }
        .c-login-form__type-button.entrar, .entrar.c-login-form__type-title, #content h1.entrar.c-login-form__type-title, .entrar.c-login-form__type-buttons-button {
          height: 100%;
          font-size: 1.05rem;
          color: white;
          padding: 0.625rem 1.25rem;
          margin: 0; }
          @media only screen and (min-width: 1248px) {
            .c-login-form__type-button.entrar, .entrar.c-login-form__type-title, #content h1.entrar.c-login-form__type-title, .entrar.c-login-form__type-buttons-button {
              font-size: 1.5625rem; } }
        .c-login-form__type-button.button-black, .button-black.c-login-form__type-title, #content h1.button-black.c-login-form__type-title, .button-black.c-login-form__type-buttons-button {
          color: white;
          background-color: black; }
          .c-login-form__type-button.button-black:hover, .button-black.c-login-form__type-title:hover, #content h1.button-black.c-login-form__type-title:hover, .button-black.c-login-form__type-buttons-button:hover {
            color: black;
            background-color: white; }
        @media only screen and (min-width: 1248px) {
          .c-login-form__type-button, .c-login-form__type-title, #content h1.c-login-form__type-title, .c-login-form__type-buttons-button {
            font-size: 1.5625rem;
            line-height: 2.0625rem; } }
      .c-login-form__type-title, #content h1.c-login-form__type-title {
        cursor: default;
        pointer-events: none;
        line-height: 100%; }
    .c-login-form__type-buttons {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      gap: 1.25rem; }
      @media only screen and (min-width: 480px) {
        .c-login-form__type-buttons-item {
          -ms-flex-preferred-size: 35%;
          flex-basis: 35%; } }
      @media only screen and (min-width: 1248px) {
        .c-login-form__type-buttons-button.entrar {
          font-size: 1.25rem; } }
      @media only screen and (min-width: 1248px) {
        .c-login-form__type-buttons-button {
          font-size: 1.25rem;
          line-height: 1.375rem; } }
    .c-login-form__input, input.c-login-form__input[type="text"],
    input.c-login-form__input[type="password"],
    input.c-login-form__input[type="email"],
    #acceso_b2b input.c-login-form__input[type="text"],
    #acceso_b2b input.c-login-form__input[type="password"],
    #acceso_b2b input.c-login-form__input[type="email"] {
      width: 100%;
      display: block;
      height: 2.5rem;
      margin: 0 auto;
      padding: 0 1.25rem;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1rem;
      font-weight: 100;
      color: #707070;
      border: 1px solid #707070;
      border-radius: 0.9375rem;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .c-login-form__input:-ms-input-placeholder, input.c-login-form__input[type="text"]:-ms-input-placeholder,
      input.c-login-form__input[type="password"]:-ms-input-placeholder,
      input.c-login-form__input[type="email"]:-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="text"]:-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="password"]:-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="email"]:-ms-input-placeholder, .c-login-form__input:-ms-input-placeholder, input.c-login-form__input:-ms-input-placeholder[type="text"],
      input.c-login-form__input:-ms-input-placeholder[type="password"],
      input.c-login-form__input:-ms-input-placeholder[type="email"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="text"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="password"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="email"], .c-login-form__input::-ms-input-placeholder, input.c-login-form__input[type="text"]::-ms-input-placeholder,
      input.c-login-form__input[type="password"]::-ms-input-placeholder,
      input.c-login-form__input[type="email"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        text-transform: uppercase; }
      .c-login-form__input::-ms-input-placeholder, input.c-login-form__input[type="text"]::-ms-input-placeholder,
      input.c-login-form__input[type="password"]::-ms-input-placeholder,
      input.c-login-form__input[type="email"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder, .c-login-form__input:-ms-input-placeholder, input.c-login-form__input:-ms-input-placeholder[type="text"],
      input.c-login-form__input:-ms-input-placeholder[type="password"],
      input.c-login-form__input:-ms-input-placeholder[type="email"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="text"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="password"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="email"], .c-login-form__input::-ms-input-placeholder, input.c-login-form__input[type="text"]::-ms-input-placeholder,
      input.c-login-form__input[type="password"]::-ms-input-placeholder,
      input.c-login-form__input[type="email"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        text-transform: uppercase; }
      .c-login-form__input::placeholder, input.c-login-form__input[type="text"]::placeholder,
      input.c-login-form__input[type="password"]::placeholder,
      input.c-login-form__input[type="email"]::placeholder,
      #acceso_b2b input.c-login-form__input[type="text"]::placeholder,
      #acceso_b2b input.c-login-form__input[type="password"]::placeholder,
      #acceso_b2b input.c-login-form__input[type="email"]::placeholder, .c-login-form__input:-ms-input-placeholder, input.c-login-form__input:-ms-input-placeholder[type="text"],
      input.c-login-form__input:-ms-input-placeholder[type="password"],
      input.c-login-form__input:-ms-input-placeholder[type="email"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="text"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="password"],
      #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="email"], .c-login-form__input::-ms-input-placeholder, input.c-login-form__input[type="text"]::-ms-input-placeholder,
      input.c-login-form__input[type="password"]::-ms-input-placeholder,
      input.c-login-form__input[type="email"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder,
      #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        text-transform: uppercase; }
      @media only screen and (min-width: 1248px) {
        .c-login-form__input, input.c-login-form__input[type="text"],
        input.c-login-form__input[type="password"],
        input.c-login-form__input[type="email"],
        #acceso_b2b input.c-login-form__input[type="text"],
        #acceso_b2b input.c-login-form__input[type="password"],
        #acceso_b2b input.c-login-form__input[type="email"] {
          height: 3rem;
          font-size: 1.05rem; } }
    .c-login-form__show-password {
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .c-login-form__show-password .icon_show_password {
        font-style: normal; }
        .c-login-form__show-password .icon_show_password:before {
          font-family: "FontAwesome";
          content: '\f06e'; }
      .c-login-form__show-password .icon_hide_password {
        display: none;
        font-style: normal; }
        .c-login-form__show-password .icon_hide_password:after {
          font-family: "FontAwesome";
          content: '\f070'; }
    .c-login-form__label {
      position: absolute;
      left: -10000px;
      text-indent: -9999em;
      white-space: nowrap;
      overflow: hidden; }
    .c-login-form-block {
      width: 100%;
      margin: 0 auto; }
      .c-login-form-block__item {
        position: relative;
        margin-bottom: 1.25rem; }
        .c-login-form-block__item.error .c-login-form__input,
        .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"],
        .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"],
        .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"] {
          border-color: #D8000C; }
          .c-login-form-block__item.error .c-login-form__input:-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"]:-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"]:-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"]:-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"]:-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"]:-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"]:-ms-input-placeholder, .c-login-form-block__item.error .c-login-form__input:-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="text"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="text"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="password"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="password"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="email"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="email"], .c-login-form-block__item.error .c-login-form__input::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"]::-ms-input-placeholder {
            color: #D8000C; }
          .c-login-form-block__item.error .c-login-form__input::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"]::-ms-input-placeholder, .c-login-form-block__item.error .c-login-form__input:-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="text"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="text"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="password"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="password"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="email"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="email"], .c-login-form-block__item.error .c-login-form__input::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"]::-ms-input-placeholder {
            color: #D8000C; }
          .c-login-form-block__item.error .c-login-form__input::placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"]::placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"]::placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"]::placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"]::placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"]::placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"]::placeholder, .c-login-form-block__item.error .c-login-form__input:-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="text"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="text"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="password"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="password"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:-ms-input-placeholder[type="email"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:-ms-input-placeholder[type="email"], .c-login-form-block__item.error .c-login-form__input::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="text"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="text"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="password"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="password"]::-ms-input-placeholder,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input[type="email"]::-ms-input-placeholder, #acceso_b2b .c-login-form-block__item.error input.c-login-form__input[type="email"]::-ms-input-placeholder {
            color: #D8000C; }
          .c-login-form-block__item.error .c-login-form__input:focus,
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:focus[type="text"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:focus[type="text"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:focus[type="password"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:focus[type="password"],
          .c-login-form-block__item.error #acceso_b2b input.c-login-form__input:focus[type="email"], #acceso_b2b .c-login-form-block__item.error input.c-login-form__input:focus[type="email"] {
            color: #000; }
        .c-login-form-block__item--inline {
          max-width: 250px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: auto;
          margin-right: auto; }
          @media only screen and (min-width: 355px) {
            .c-login-form-block__item--inline {
              max-width: 100%; } }
          .c-login-form-block__item--inline .o-checkbox {
            min-width: 186px; }
            @media only screen and (min-width: 355px) {
              .c-login-form-block__item--inline .o-checkbox {
                min-width: 210px; } }
            .c-login-form-block__item--inline .o-checkbox input[type="checkbox"] {
              min-width: 1.125rem;
              min-height: 1.125rem;
              border-color: #707070;
              border-radius: 0.03125rem; }
              .c-login-form-block__item--inline .o-checkbox input[type="checkbox"]:checked, .c-login-form-block__item--inline .o-checkbox input[type="checkbox"]:focus {
                -webkit-box-shadow: none;
                box-shadow: none; }
                .c-login-form-block__item--inline .o-checkbox input[type="checkbox"]:checked + label, .c-login-form-block__item--inline .o-checkbox input[type="checkbox"]:focus + label {
                  font-family: "Roboto Condensed Light", sans-serif !important;
                  font-weight: 100 !important;
                  color: #707070 !important; }
              .c-login-form-block__item--inline .o-checkbox input[type="checkbox"] + label {
                line-height: 1; }
            .c-login-form-block__item--inline .o-checkbox__label, .c-login-form-block__item--inline .o-checkbox input[type="checkbox"] + label, .o-checkbox .c-login-form-block__item--inline input[type="checkbox"] + label, .c-login-form-block__item--inline #header.site-header .top_bar .user_container .o-checkbox input:focus + label, #header.site-header .top_bar .user_container .o-checkbox .c-login-form-block__item--inline input:focus + label {
              max-width: 70%; }
              @media only screen and (min-width: 480px) {
                .c-login-form-block__item--inline .o-checkbox__label, .c-login-form-block__item--inline .o-checkbox input[type="checkbox"] + label, .o-checkbox .c-login-form-block__item--inline input[type="checkbox"] + label, .c-login-form-block__item--inline #header.site-header .top_bar .user_container .o-checkbox input:focus + label, #header.site-header .top_bar .user_container .o-checkbox .c-login-form-block__item--inline input:focus + label {
                  max-width: 100%; } }
          .c-login-form-block__item--inline .c-login-form__input, .c-login-form-block__item--inline input.c-login-form__input[type="text"],
          .c-login-form-block__item--inline input.c-login-form__input[type="password"],
          .c-login-form-block__item--inline input.c-login-form__input[type="email"],
          .c-login-form-block__item--inline #acceso_b2b input.c-login-form__input[type="text"], #acceso_b2b .c-login-form-block__item--inline input.c-login-form__input[type="text"],
          .c-login-form-block__item--inline #acceso_b2b input.c-login-form__input[type="password"], #acceso_b2b .c-login-form-block__item--inline input.c-login-form__input[type="password"],
          .c-login-form-block__item--inline #acceso_b2b input.c-login-form__input[type="email"], #acceso_b2b .c-login-form-block__item--inline input.c-login-form__input[type="email"] {
            max-width: 215px; }
          .c-login-form-block__item--inline .c-bh-unique-button {
            margin-left: 0.5rem; }
          .c-login-form-block__item--inline-wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .c-login-form-block__item--inline-wrap .c-login-form__input, .c-login-form-block__item--inline-wrap input.c-login-form__input[type="text"],
            .c-login-form-block__item--inline-wrap input.c-login-form__input[type="password"],
            .c-login-form-block__item--inline-wrap input.c-login-form__input[type="email"],
            .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="text"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="text"],
            .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="password"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="password"],
            .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="email"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="email"],
            .c-login-form-block__item--inline-wrap .c-bh-unique-button {
              margin-top: 0.25rem;
              margin-bottom: 0.25rem; }
              @media only screen and (min-width: 480px) {
                .c-login-form-block__item--inline-wrap .c-login-form__input, .c-login-form-block__item--inline-wrap input.c-login-form__input[type="text"],
                .c-login-form-block__item--inline-wrap input.c-login-form__input[type="password"],
                .c-login-form-block__item--inline-wrap input.c-login-form__input[type="email"],
                .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="text"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="text"],
                .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="password"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="password"],
                .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="email"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="email"],
                .c-login-form-block__item--inline-wrap .c-bh-unique-button {
                  margin-top: 0;
                  margin-bottom: 0; } }
            .c-login-form-block__item--inline-wrap .c-login-form__input, .c-login-form-block__item--inline-wrap input.c-login-form__input[type="text"],
            .c-login-form-block__item--inline-wrap input.c-login-form__input[type="password"],
            .c-login-form-block__item--inline-wrap input.c-login-form__input[type="email"],
            .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="text"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="text"],
            .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="password"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="password"],
            .c-login-form-block__item--inline-wrap #acceso_b2b input.c-login-form__input[type="email"], #acceso_b2b .c-login-form-block__item--inline-wrap input.c-login-form__input[type="email"] {
              max-width: 180px;
              margin-left: 0; }
    .c-login-form__text-info {
      width: 100%;
      margin: 2.7rem 0 1.75rem;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 0.75rem;
      font-weight: 300;
      font-style: normal;
      text-align: center;
      line-height: 110%;
      color: #8a8a8a; }
      .c-login-form__text-info-link, #header.site-header .top_bar .user_container .c-login-form__text-info a, body.mybhu.is-image #header.site-header .top_bar .user_container a.c-login-form__text-info-link:not(.close-reveal-modal) {
        width: auto;
        height: auto;
        display: inline;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        color: inherit;
        text-decoration: underline; }
        .c-login-form__text-info-link:hover, #header.site-header .top_bar .user_container .c-login-form__text-info a:hover, body.mybhu.is-image #header.site-header .top_bar .user_container a.c-login-form__text-info-link:hover:not(.close-reveal-modal) {
          text-decoration: none; }
      @media only screen and (min-width: 1248px) {
        .c-login-form__text-info {
          font-size: 0.8rem; } }
  .c-login__error, .c-login__success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.25rem auto;
    padding: 0.5rem;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 0.9rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.063rem; }
    .c-login__error:first-letter, .c-login__success:first-letter {
      text-transform: uppercase; }
    .c-login__error.error_message, .c-login__success.error_message {
      color: #D8000C; }
      .c-login__error.error_message:empty, .c-login__success.error_message:empty {
        display: none; }
    .c-login__error.success_message, .c-login__success.success_message {
      display: none;
      color: #00C850; }
      .c-login__error.success_message span, .c-login__success.success_message span {
        text-decoration: underline; }
        .c-login__error.success_message span:hover, .c-login__success.success_message span:hover {
          text-decoration: none;
          cursor: pointer; }
  .c-login__remember-password, body.mybhu.is-image #header.site-header .top_bar .user_container a.c-login__remember-password:not(.close-reveal-modal) {
    display: block;
    margin-left: 0.25rem;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    font-style: normal;
    text-align: right;
    line-height: 120%;
    color: #8a8a8a; }
  .c-login__button {
    width: auto;
    height: 2.188rem;
    line-height: 2.188rem;
    display: block;
    margin: 0.5rem auto;
    padding: 0 2rem;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    color: #fff;
    border: 1px solid #000;
    border-radius: 8.75rem;
    background-color: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-login__button:hover {
      background-color: #fff;
      color: #000; }
    .c-login__button:focus {
      outline: 0;
      background-color: #fff;
      color: #000;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    .c-login__button.entrar {
      max-width: 170px;
      height: auto;
      min-height: 10px;
      margin: 1rem auto; }
    @media only screen and (min-width: 1248px) {
      .c-login__button {
        height: 2.388rem;
        line-height: 2.388rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        font-size: 1.05rem; } }
    .c-login__button--return, #header .top_bar .user_container .dropdown .back {
      float: none;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      background-color: transparent;
      border: 0;
      font-size: 0.8rem;
      color: #000;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .c-login__button--return::before, #header .top_bar .user_container .dropdown .back::before {
        content: '<';
        display: inline-block;
        vertical-align: middle;
        padding-right: 0.25rem; }
      .c-login__button--return:hover, #header .top_bar .user_container .dropdown .back:hover {
        font-weight: 600; }
      .c-login__button--return:focus, #header .top_bar .user_container .dropdown .back:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 1px dotted #000; }
  .c-login__register {
    width: 100%;
    min-height: 3.750rem;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.25rem 0.5rem;
    border: 0;
    background-color: #454545; }
    .c-login__register-text, .c-login__register-link, #header .top_bar .user_container .dropdown .register {
      margin: 0 0.25rem 0 0;
      padding: 0;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 110%;
      color: #fff;
      background-color: transparent; }
    .c-login__register-link, #header .top_bar .user_container .dropdown .register {
      width: auto;
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.25rem;
      font-family: "Roboto Condensed Light", sans-serif;
      font-weight: 600;
      letter-spacing: 0.063rem;
      text-decoration: underline;
      color: #8a8a8a;
      background-color: transparent; }
      .c-login__register-link:hover, #header .top_bar .user_container .dropdown .register:hover {
        text-decoration: underline;
        background-color: transparent; }
      .c-login__register-link:focus, #header .top_bar .user_container .dropdown .register:focus {
        outline: 1px dotted #fff;
        background-color: transparent; }
    .c-login__register--relative {
      position: relative; }
    @media screen and (max-height: 540px) and (orientation: landscape) {
      .c-login__register {
        position: relative; } }
  .c-login--register {
    visibility: hidden;
    display: none; }
    .c-login--register.is-active {
      visibility: visible;
      display: block; }

/*estilos traídos de header*/
#header.site-header .dropdown {
  visibility: hidden;
  display: none;
  opacity: 0;
  width: 100%;
  max-width: 520px;
  height: auto;
  max-height: 92vh;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 4;
  padding: 0;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#header.site-header .w_dropdown.open .dropdown {
  visibility: visible;
  display: block;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  pointer-events: all;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  overflow-y: auto;
  border: 0; }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    #header.site-header .w_dropdown.open .dropdown {
      top: 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }

#registro-lightbox.is-visible {
  visibility: visible;
  display: block; }

body.no-scroll {
  overflow: hidden; }

.c-logo--bhunique {
  visibility: hidden;
  display: none;
  width: 4rem;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .c-logo--bhunique {
      width: 5rem; } }

.c-logo--head {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000; }
  .c-logo--head__user {
    width: 22px;
    height: 22px; }
  .c-logo--head__exit {
    width: 31px;
    height: 31px;
    margin-left: 8px; }

.mybhu .logo {
  visibility: hidden;
  display: none; }

.mybhu .c-logo--bhunique {
  visibility: visible;
  display: block; }

@media only screen and (min-width: 992px) {
  .mybhu.is-image .c-logo--head {
    fill: #fff; } }

@media only screen and (min-width: 992px) {
  .mybhu.is-image .btn-nav__line {
    background-color: #fff; } }

@media only screen and (min-width: 992px) {
  .mybhu.is-image .btn-nav__text {
    color: #fff; } }

.mybhu.is-image.bhunique-section.mybhu #search_box.visible {
  background-color: transparent; }

section.popup-modal .closereveal {
  left: auto;
  right: 0;
  font-size: 22px; }
  @media only screen and (min-width: 768px) {
    section.popup-modal .closereveal {
      font-size: 30px; } }

.c-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6); }
  .c-modal[aria-hidden="true"] {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .c-modal[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .c-modal__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 88%;
    max-width: 900px;
    height: auto;
    min-height: 200px;
    max-height: 90vh;
    margin: 0.5rem auto;
    padding: 1rem;
    background-color: #fff;
    overflow-y: auto; }
    .c-modal__wrapper--transparent {
      background-color: transparent; }
    .c-modal__wrapper--big {
      width: 95%;
      max-width: 1400px;
      max-height: 95vh;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0.25rem 0.5rem; }
    .c-modal__wrapper--med-big {
      width: 95%;
      max-width: 1150px;
      max-height: 95vh;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0.25rem 0.5rem; }
    .c-modal__wrapper--small {
      width: 94%;
      max-width: 420px;
      position: relative;
      padding: 2rem 0.7rem 0.7rem 0.7rem; }
      .c-modal__wrapper--small form:not(.no-min-height) {
        min-height: 385px; }
      .c-modal__wrapper--small .mCSB_scrollTools .mCSB_draggerContainer {
        right: -1.1rem; }
    .c-modal__wrapper--extrasmall {
      min-height: auto; }
      .c-modal__wrapper--extrasmall .c-modal__content {
        height: auto;
        min-height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .c-modal__wrapper--med {
      max-width: 750px; }
  .c-modal__header {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .c-modal__header::before {
      display: block;
      margin: 1.4rem auto;
      font-family: 'FontAwesome';
      font-size: 3.5rem;
      text-align: center;
      color: #000; }
    .c-modal__header.ico-warning::before {
      content: '\f12a'; }
    .c-modal__header.ico-save::before {
      content: '\f019'; }
    .c-modal__header.ico-print::before {
      content: '\f02f'; }
  .c-modal__title, #content h1.c-modal__title {
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (min-width: 768px) {
      .c-modal__title, #content h1.c-modal__title {
        font-size: 1.8rem; } }
    .c-modal__title--big {
      font-size: 2.3rem; }
      @media only screen and (min-width: 768px) {
        .c-modal__title--big {
          font-size: 3.5rem; } }
    .c-modal__title--light {
      color: #fff; }
    .c-modal__title--small {
      width: 100%;
      margin: 10px 0 0;
      font-size: 1.05rem;
      font-weight: 600;
      line-height: 120%;
      text-align: left; }
    @media only screen and (min-width: 768px) {
      .c-modal__title, #content h1.c-modal__title {
        font-size: 1.8rem; }
        .c-modal__title--small {
          font-size: 1.4rem; } }
  .c-modal__content {
    min-height: 200px;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1rem auto;
    padding: 0 0.35rem;
    text-align: center; }
    .c-modal__content--align-left {
      text-align: left; }
    .c-modal__content::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0.313rem; }
    .c-modal__content::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 10px;
      border: 1px solid #000; }
    .c-modal__content::-webkit-scrollbar-track {
      border-radius: 10px; }
    .c-modal__content--big {
      max-height: 90vh;
      margin-top: 0;
      margin-bottom: 0; }
    .c-modal__content--small-height {
      min-height: 30px; }
    .c-modal__content-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .c-modal__content .slick-slider .slick-prev.slick-disabled:before, .c-modal__content .slick-slider .c-ficha-bike .product_gallery--slider .slick-disabled.slick-next:before, .c-ficha-bike .product_gallery--slider .c-modal__content .slick-slider .slick-disabled.slick-next:before,
    .c-modal__content .slick-slider .slick-next.slick-disabled:before {
      display: none; }
    .c-modal__content .slick-slider .slick-dots {
      position: relative;
      bottom: 0; }
    @media only screen and (min-width: 768px) {
      .c-modal__content {
        min-height: 50px; } }
  .c-modal__input-button-inline {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid black;
    border-radius: 10px;
    margin: 20px auto 10px;
    overflow: hidden; }
    .c-modal__input-button-inline input {
      height: auto !important;
      border: none !important; }
    .c-modal__input-button-inline button {
      border: none;
      border-left: 1px solid black;
      padding: 0.75rem 1.25rem;
      margin: 0; }
  .c-modal__terms-cond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0 20px; }
    .c-modal__terms-cond p {
      margin-left: 0.5rem;
      margin-right: 1rem; }
  .c-modal__footer {
    text-align: center; }
  .c-modal__close {
    width: 1.5rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    line-height: 0;
    color: #f2f2f2;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    cursor: pointer; }
    .c-modal__close:hover {
      background-color: transparent;
      color: #fff; }
    .c-modal__close:focus {
      outline: 1px dotted #fff;
      color: #fff;
      background-color: transparent; }
    .c-modal__close--small {
      width: auto;
      height: auto;
      top: 0.5rem;
      right: 0.5rem;
      padding: 0.8rem 0.4rem;
      overflow: visible;
      font-size: 1.5rem;
      color: #b3b3b3;
      border: 1px solid #b3b3b3; }
      .c-modal__close--small:hover {
        color: #000;
        border-color: #000;
        background-color: transparent; }
      .c-modal__close--small:focus {
        color: #000;
        border-color: #000;
        background-color: transparent;
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
  .c-modal__button {
    display: inline-block;
    margin: 0.5rem auto;
    padding: 0.75rem 2rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .c-modal__button:hover {
      background-color: #fff;
      color: #000; }
    .c-modal__button:focus {
      color: inherit;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      background-color: inherit; }
    .c-modal__button--secondary {
      margin: 0.5rem auto;
      background-color: #fff;
      color: #000; }
      .c-modal__button--secondary:hover {
        background-color: #000;
        color: #fff;
        opacity: 0.85; }
      .c-modal__button--secondary:focus {
        background-color: #fff;
        color: #000; }
  .c-modal__input, input.c-modal__input[type=text],
  input.c-modal__input[type=password],
  input.c-modal__input[type=email] {
    width: 95%;
    max-width: 500px;
    height: 3rem;
    margin: 0.5rem auto;
    padding: 0 0.5rem;
    border: 1px solid #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000; }
    .c-modal__input:focus, input.c-modal__input:focus[type=text],
    input.c-modal__input:focus[type=password],
    input.c-modal__input:focus[type=email] {
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      background-color: #fcfcfc;
      border-color: #000; }
  .c-modal__text {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #000; }
    .c-modal__text--light {
      color: #fff; }
    .c-modal__text--small {
      font-size: 0.75rem;
      text-align: left; }
    .c-modal__text--block {
      margin-top: 0.6rem;
      margin-bottom: 0.6rem;
      font-size: 0.85rem;
      text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-modal__text {
        font-size: 1.1rem; }
        .c-modal__text--small {
          font-size: 0.8rem; } }
    .c-modal__text .underline {
      text-decoration: underline; }
  .c-modal--light {
    background-color: rgba(0, 0, 0, 0.5); }
    .c-modal--light .c-modal__close {
      position: absolute;
      right: 0.5rem;
      color: #000; }
      @media only screen and (min-width: 480px) {
        .c-modal--light .c-modal__close {
          right: 1rem; } }
    .c-modal--light .c-modal__wrapper {
      width: 92%;
      max-width: 1200px;
      height: 100%;
      max-height: 95vh;
      position: relative;
      overflow: hidden;
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (min-width: 480px) {
        .c-modal--light .c-modal__wrapper {
          padding-left: 1rem;
          padding-right: 1rem; } }
    .c-modal--light .c-modal__content {
      max-height: 100%; }
      .c-modal--light .c-modal__content::-webkit-scrollbar {
        visibility: hidden;
        display: none; }
      .c-modal--light .c-modal__content::-webkit-scrollbar-thumb {
        visibility: hidden;
        display: none; }
      .c-modal--light .c-modal__content::-webkit-scrollbar-track {
        visibility: hidden;
        display: none; }
  .c-modal__qr, .c-modal__code {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 164px;
    flex: 0 1 164px;
    max-width: 164px;
    margin: 1.25rem 0.25rem; }
    .c-modal__qr img, .c-modal__code img {
      max-width: 100%;
      height: auto;
      display: block; }
  .c-modal__code {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #000; }
  .c-modal__slide {
    position: relative;
    width: 80% !important;
    background-color: #E5E5E5;
    border-radius: 10px;
    padding: 10px 20px; }
    .c-modal__slide .question {
      text-align: left; }
    .c-modal__slide .answers {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 10px;
      margin: 25px auto 30px; }
      @media only screen and (min-width: 480px) {
        .c-modal__slide .answers {
          gap: 20px; } }
      .c-modal__slide .answers .answer {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: white;
        border: 1px solid #707070;
        border-radius: 5px;
        padding: 10px;
        cursor: pointer; }
        @media only screen and (min-width: 576px) {
          .c-modal__slide .answers .answer {
            width: 45%; } }
        .c-modal__slide .answers .answer.no-selected {
          opacity: 0.5; }
    .c-modal__slide .div-thanks {
      text-align: left; }
      .c-modal__slide .div-thanks .c-qr-code__title {
        font-weight: bold;
        margin-bottom: 0.5rem; }
  .c-modal .mCSB_scrollTools {
    left: calc(100% - 10px); }
  .c-modal .mCSB_scrollTools .mCSB_draggerRail,
  .c-modal .mCSB_scrollTools .mCSB_dragger.actions,
  .c-modal .mCSB_scrollTools, .c-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px; }
  .c-modal .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f7f7f7; }
  .c-modal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .c-modal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .c-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .c-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    opacity: 0.95;
    background-color: #000; }
  .c-modal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .c-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    opacity: 1; }
  .c-modal--mbu .c-modal__header {
    margin-bottom: 1rem; }
    .c-modal--mbu .c-modal__header .c-modal__title--small {
      letter-spacing: 2px;
      font-size: 18px; }
  .c-modal--mbu .c-modal__wrapper {
    padding: 2.5rem 2.1875rem;
    background: #f5f5f5; }
  .c-modal--mbu .c-modal__content {
    padding: 0; }
  .c-modal--mbu .c-order-confirmation-table {
    border-collapse: separate;
    border-spacing: 0 13px; }
  .c-modal--mbu .c-order-confirmation-table__head-item {
    border: none;
    width: auto;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .c-modal--mbu .c-order-confirmation-table__head-item {
        min-width: 120px; } }
    .c-modal--mbu .c-order-confirmation-table__head-item:nth-child(-n + 7) {
      border-right: 1px solid #707070; }
  .c-modal--mbu .c-order-confirmation-table__body tr {
    background: #fff; }
  .c-modal--mbu .c-order-confirmation-subtable__item {
    width: auto;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0.8rem 0; }
    .c-modal--mbu .c-order-confirmation-subtable__item span {
      font-weight: 300; }
    .c-modal--mbu .c-order-confirmation-subtable__item.link {
      letter-spacing: 0;
      cursor: pointer;
      font-size: 0.85rem; }
      .c-modal--mbu .c-order-confirmation-subtable__item.link span {
        font-weight: bold;
        color: #5D5C5C; }
  .c-modal--mbu .colour-circle {
    width: 25.2px;
    height: 25.2px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    .c-modal--mbu .colour-circle img {
      width: 152px !important;
      max-width: 31px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      cursor: pointer; }

#cb-popup-imprimir .cb-popup__text,
#cb-popup-imprimir .cb-popup__button,
#cb-popup-guardar .cb-popup__text,
#cb-popup-guardar .cb-popup__button {
  font-size: 1.25rem !important; }
  @media only screen and (min-width: 480px) {
    #cb-popup-imprimir .cb-popup__text,
    #cb-popup-imprimir .cb-popup__button,
    #cb-popup-guardar .cb-popup__text,
    #cb-popup-guardar .cb-popup__button {
      font-size: 1.875rem !important; } }

#cb-popup-imprimir input[type=text].cb-popup__input,
#cb-popup-guardar input[type=text].cb-popup__input {
  height: 2.8rem;
  line-height: 2.8rem; }
  @media only screen and (min-width: 480px) {
    #cb-popup-imprimir input[type=text].cb-popup__input,
    #cb-popup-guardar input[type=text].cb-popup__input {
      height: 3.125rem;
      line-height: 3.125rem; } }

#cb-popup-comprar {
  position: fixed !important; }
  #cb-popup-comprar .cb-popup__icon {
    font-size: 2.8rem; }
    @media only screen and (min-width: 768px) {
      #cb-popup-comprar .cb-popup__icon {
        font-size: 4.125rem; } }
  #cb-popup-comprar .components-list .cb-popup__text div.category-bike {
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      #cb-popup-comprar .components-list .cb-popup__text div.category-bike {
        font-size: 2rem; } }
  #cb-popup-comprar .components-list .cb-popup__text--top div.tallas .talla {
    width: 2.813rem !important;
    height: 2.813rem !important;
    line-height: 2.813rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.8rem; }
    @media only screen and (min-width: 768px) {
      #cb-popup-comprar .components-list .cb-popup__text--top div.tallas .talla {
        width: 3.750rem !important;
        height: 3.750rem !important;
        line-height: 3.750rem !important;
        font-size: 0.95rem !important; } }
  #cb-popup-comprar .components-list a.cb-button {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.250rem; }
    @media only screen and (min-width: 768px) {
      #cb-popup-comprar .components-list a.cb-button {
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.750rem; } }
  #cb-popup-comprar .cb-popup__text {
    margin-bottom: 0.9rem; }

.ReactModal__Content .c-bh-unique__personalize-images .c-bh-unique__personalize-image {
  height: 98%; }

.popup-modal--small .cb-popup__icon {
  font-size: 4rem; }

.popup-modal--small .cb-popup__text {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0.6rem;
  font-weight: 300 !important;
  text-transform: none; }

.popup-modal--small .form_group,
.popup-modal--small .cb-button--full-width {
  max-width: 440px;
  margin-top: 1.8rem;
  margin-left: auto;
  margin-right: auto; }

.popup-modal--small .cb-popup__input {
  font-size: 1.1rem; }

.popup-modal--small .cb-button--full-width {
  margin-top: 0.5rem; }

section.popup-modal--small {
  background-color: rgba(0, 0, 0, 0.6); }
  section.popup-modal--small > .row {
    max-width: 880px !important; }

.accesorio-custom-popup-tallas,
.accesorio-custom-popup-envios {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .accesorio-custom-popup-tallas .modal__content,
    .accesorio-custom-popup-envios .modal__content {
      max-width: 500px;
      padding-bottom: 40px;
      width: 100%; } }
  .accesorio-custom-popup-tallas .modal-table,
  .accesorio-custom-popup-envios .modal-table {
    width: 100%; }
  .accesorio-custom-popup-tallas .c-ficha-bike-title, .accesorio-custom-popup-tallas #content h1.c-ficha-bike-title, #content .accesorio-custom-popup-tallas h1.c-ficha-bike-title,
  .accesorio-custom-popup-tallas #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title, #content .ficha-accesorio #product_resume.product_item .product_item--right .accesorio-custom-popup-tallas h1.product_title.c-ficha-bike-title,
  .accesorio-custom-popup-envios .c-ficha-bike-title,
  .accesorio-custom-popup-envios #content h1.c-ficha-bike-title,
  #content .accesorio-custom-popup-envios h1.c-ficha-bike-title,
  .accesorio-custom-popup-envios #content .ficha-accesorio #product_resume.product_item .product_item--right h1.product_title.c-ficha-bike-title,
  #content .ficha-accesorio #product_resume.product_item .product_item--right .accesorio-custom-popup-envios h1.product_title.c-ficha-bike-title {
    margin: 20px auto;
    text-align: center; }
  .accesorio-custom-popup-tallas .o-scroll,
  .accesorio-custom-popup-envios .o-scroll {
    max-height: calc(100vh - 300px);
    overflow: auto; }

.accesorio-custom-popup-tallas img {
  max-height: 250px; }

.accesorio-custom-popup-envios {
  text-align: left; }

.modal-size {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  height: 100%; }
  .modal-size h2, .modal-size h3, .modal-size h4, .modal-size .modal-size-text, .modal-size section.popup-modal p.modal-size-text, section.popup-modal .modal-size p.modal-size-text, .modal-size section.popup-modal span.modal-size-text, section.popup-modal .modal-size span.modal-size-text, .modal-size p {
    text-transform: uppercase; }
  .modal-size-title {
    font-size: 45px;
    letter-spacing: 5px;
    color: black;
    font-weight: 300; }
    @media only screen and (max-width: 1023px) {
      .modal-size-title {
        font-size: 30px; } }
  .modal-size-subtitle {
    font-size: 35px;
    letter-spacing: 5px;
    color: #707070;
    font-weight: 300; }
    @media only screen and (max-width: 1023px) {
      .modal-size-subtitle {
        font-size: 20px; } }
  .modal-size-thirdtitle, section.popup-modal p.modal-size-thirdtitle {
    font-size: 20px;
    letter-spacing: 5px;
    color: #707070;
    font-weight: 300;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1023px) {
      .modal-size-thirdtitle, section.popup-modal p.modal-size-thirdtitle {
        font-size: 15px; } }
  .modal-size-text, section.popup-modal p.modal-size-text, section.popup-modal span.modal-size-text {
    color: #707070;
    letter-spacing: 2.5px;
    vertical-align: bottom;
    font-size: 27px;
    font-weight: 300; }
    @media only screen and (max-width: 1023px) {
      .modal-size-text, section.popup-modal p.modal-size-text, section.popup-modal span.modal-size-text {
        font-size: 20px; } }
  .modal-size .line {
    position: relative;
    height: 40px; }
    @media only screen and (max-width: 1023px) {
      .modal-size .line {
        height: 30px; } }
    .modal-size .line:after {
      content: '';
      height: 100%;
      background: #000;
      width: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .modal-size__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal-size__form .c-fieldset {
      margin: 20px;
      width: auto;
      min-width: 225px; }
      @media only screen and (max-width: 1023px) {
        .modal-size__form .c-fieldset {
          margin: 10px;
          width: auto;
          min-width: 185px; } }
      .modal-size__form .c-fieldset-title {
        color: #707070;
        font-size: 32px;
        letter-spacing: 2.5px;
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        text-align: center;
        margin: 0 auto 15px; }
        @media only screen and (max-width: 1023px) {
          .modal-size__form .c-fieldset-title {
            font-size: 22px;
            margin: 0 auto 10px; } }
  .modal-size-input {
    position: relative; }
    .modal-size-input input {
      border: 1px solid #707070;
      padding: 20px;
      font-size: 27px;
      font-weight: 300;
      max-width: 160px;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .modal-size-input input {
          max-width: 140px;
          font-size: 20px; } }
    .modal-size-input .measure {
      position: absolute;
      bottom: 0;
      right: -15px; }
  .modal-size .fa {
    color: #707070;
    position: absolute;
    font-size: 1.1rem;
    right: -15px; }
  .modal-size-typebike legend {
    text-align: center; }
  .modal-size-typebike__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .modal-size-typebike__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 15px;
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      .modal-size-typebike__item {
        margin: 8px; } }
    .modal-size-typebike__item.active {
      border: 1px solid #cd202c; }
  .modal-size-img {
    max-width: 160px; }
    @media only screen and (max-width: 1023px) {
      .modal-size-img {
        max-width: 130px; } }

.background-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999; }
  .background-modal .content-modal {
    position: relative;
    width: 55.375rem;
    max-width: 80%;
    max-height: 90vh;
    background-color: white;
    padding: 5vw; }
    @media only screen and (min-width: 576px) {
      .background-modal .content-modal {
        padding: 2.5vw; } }
    @media only screen and (min-width: 992px) {
      .background-modal .content-modal {
        width: 55.375rem;
        padding: 1.225rem 3.5rem 2.275rem; } }
    @media only screen and (min-width: 1440px) {
      .background-modal .content-modal {
        width: 84.625rem;
        padding: 1.75rem 5rem 3.25rem; } }
    .background-modal .content-modal .div-icon {
      font-size: 6.3vw;
      line-height: 1;
      text-align: right;
      cursor: pointer; }
      @media only screen and (min-width: 576px) {
        .background-modal .content-modal .div-icon {
          font-size: 3.15vw; } }
      @media only screen and (min-width: 992px) {
        .background-modal .content-modal .div-icon {
          font-size: 1.8375rem; } }
      @media only screen and (min-width: 1440px) {
        .background-modal .content-modal .div-icon {
          font-size: 2.625rem; } }
      .background-modal .content-modal .div-icon span {
        font-weight: 300; }
    .background-modal .content-modal .content {
      max-height: 60vh;
      overflow: auto;
      text-align: center;
      margin-top: 6vw; }
      @media only screen and (min-width: 576px) {
        .background-modal .content-modal .content {
          max-height: 60vh;
          margin-top: 3vw; } }
      @media only screen and (min-width: 992px) {
        .background-modal .content-modal .content {
          max-height: calc(90vh - 10.9375rem);
          margin-top: 1.53125rem; } }
      @media only screen and (min-width: 1440px) {
        .background-modal .content-modal .content {
          max-height: calc(90vh - 15.625rem);
          margin-top: 2.1875rem; } }
      .background-modal .content-modal .content table {
        font-family: "Roboto Condensed Light", sans-serif;
        margin-bottom: 6.6vw; }
        @media only screen and (min-width: 576px) {
          .background-modal .content-modal .content table {
            margin-bottom: 2.3vw; } }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content table {
            margin-bottom: 3.19375rem; } }
        @media only screen and (min-width: 1440px) {
          .background-modal .content-modal .content table {
            margin-bottom: 4.5625rem; } }
        .background-modal .content-modal .content table thead tr th {
          text-align: center;
          text-transform: uppercase; }
        .background-modal .content-modal .content table tbody tr td {
          text-align: center;
          padding: 0.5rem 0.625rem !important; }
      .background-modal .content-modal .content p {
        font-size: 6vw;
        line-height: 1;
        font-weight: 300;
        margin-bottom: 6.6vw; }
        @media only screen and (min-width: 576px) {
          .background-modal .content-modal .content p {
            font-size: 3vw;
            margin-bottom: 2.3vw; } }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content p {
            font-size: 1.3125rem;
            margin-bottom: 3.19375rem; } }
        @media only screen and (min-width: 1440px) {
          .background-modal .content-modal .content p {
            font-size: 1.875rem;
            margin-bottom: 4.5625rem; } }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content p.mb-especial {
            margin-bottom: 2.19375rem; } }
        @media only screen and (min-width: 1440px) {
          .background-modal .content-modal .content p.mb-especial {
            margin-bottom: 2.5625rem; } }
      .background-modal .content-modal .content .active {
        border: 1px solid black; }
      .background-modal .content-modal .content .list-colors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto 10vw; }
        @media only screen and (min-width: 576px) {
          .background-modal .content-modal .content .list-colors {
            width: 90%;
            margin-bottom: 5vw; } }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content .list-colors {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 3.0625rem; } }
        @media only screen and (min-width: 1440px) {
          .background-modal .content-modal .content .list-colors {
            margin-bottom: 4.375rem; } }
        .background-modal .content-modal .content .list-colors .color {
          width: 45%;
          text-align: center;
          padding-top: 5.4vw;
          margin-bottom: 0.6vw;
          cursor: pointer; }
          @media only screen and (min-width: 576px) {
            .background-modal .content-modal .content .list-colors .color {
              padding-top: 2.7vw;
              margin-bottom: 0.3vw; } }
          @media only screen and (min-width: 992px) {
            .background-modal .content-modal .content .list-colors .color {
              width: 30%;
              padding-top: 1.18125rem;
              margin: 0 1.66% 0.13125rem; } }
          @media only screen and (min-width: 1440px) {
            .background-modal .content-modal .content .list-colors .color {
              padding-top: 1.6875rem;
              margin-bottom: 0.1875rem; } }
          .background-modal .content-modal .content .list-colors .color img {
            width: 100%; }
          .background-modal .content-modal .content .list-colors .color p {
            font-size: 4vw;
            text-transform: uppercase;
            margin-bottom: 0; }
            @media only screen and (min-width: 576px) {
              .background-modal .content-modal .content .list-colors .color p {
                font-size: 2vw; } }
            @media only screen and (min-width: 992px) {
              .background-modal .content-modal .content .list-colors .color p {
                font-size: 0.875rem; } }
            @media only screen and (min-width: 1440px) {
              .background-modal .content-modal .content .list-colors .color p {
                font-size: 1.25rem; } }
          .background-modal .content-modal .content .list-colors .color input {
            width: 80%;
            font-size: 4vw;
            font-weight: 300;
            border: 1px solid black;
            margin: 0.625rem auto 0; }
            @media only screen and (min-width: 576px) {
              .background-modal .content-modal .content .list-colors .color input {
                font-size: 2vw; } }
            @media only screen and (min-width: 992px) {
              .background-modal .content-modal .content .list-colors .color input {
                font-size: 0.875rem; } }
            @media only screen and (min-width: 1440px) {
              .background-modal .content-modal .content .list-colors .color input {
                font-size: 1rem; } }
      .background-modal .content-modal .content .img-bh-unique {
        width: 90%;
        text-align: center;
        border-top: 1px solid black;
        margin: 0 auto; }
        .background-modal .content-modal .content .img-bh-unique img {
          width: 75%;
          padding: 1vw;
          margin: 4.5vw 0 5vw;
          cursor: pointer; }
          @media only screen and (min-width: 576px) {
            .background-modal .content-modal .content .img-bh-unique img {
              width: 37.5%;
              margin: 1.75vw 0 2vw; } }
          @media only screen and (min-width: 992px) {
            .background-modal .content-modal .content .img-bh-unique img {
              width: 22.2%;
              padding: 1rem;
              margin: 1.40625rem 0 0.3125rem; } }
          @media only screen and (min-width: 1440px) {
            .background-modal .content-modal .content .img-bh-unique img {
              margin: 2.4375rem 0 0.875rem; } }
    .background-modal .content-modal .content-welcome {
      font-family: "Roboto Condensed Light", sans-serif;
      max-height: 77vh;
      overflow: auto; }
      .background-modal .content-modal .content-welcome h1 {
        font-size: 0.875rem;
        line-height: 1.1875rem;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1.25rem; }
        @media only screen and (min-width: 480px) {
          .background-modal .content-modal .content-welcome h1 {
            font-size: 1.125rem;
            line-height: 1.625rem; } }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content-welcome h1 {
            font-size: 1.875rem;
            line-height: 2.25rem; } }
      .background-modal .content-modal .content-welcome p {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 300;
        margin-bottom: 1.25rem; }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content-welcome p {
            font-size: 1.125rem;
            line-height: 1.5rem; } }
      .background-modal .content-modal .content-welcome input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-width: 2rem;
        min-height: 2rem;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: white;
        border: none;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content-welcome input {
            min-width: 2.5rem;
            min-height: 2.5rem; } }
        .background-modal .content-modal .content-welcome input:checked:before {
          content: '';
          min-width: 1rem;
          min-height: 1rem;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #000; }
      .background-modal .content-modal .content-welcome .hidden {
        display: none !important; }
      .background-modal .content-modal .content-welcome .list-elems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 30px; }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .content-welcome .list-elems {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-column-gap: 5%;
            column-gap: 5%; } }
        .background-modal .content-modal .content-welcome .list-elems .elem {
          width: 48%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #F8F8F8;
          border-radius: 0.3125rem;
          padding: 0.9375rem 0.625rem;
          margin: 0; }
          @media only screen and (min-width: 992px) {
            .background-modal .content-modal .content-welcome .list-elems .elem {
              padding: 1.25rem 1.875rem;
              width: 30%; } }
          .background-modal .content-modal .content-welcome .list-elems .elem:nth-child(even) {
            background-color: #F8E7E7; }
          .background-modal .content-modal .content-welcome .list-elems .elem.elem-button {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            background: transparent;
            padding: 0; }
            .background-modal .content-modal .content-welcome .list-elems .elem.elem-button button {
              font-size: 1rem;
              padding: 0.625rem 1.25rem;
              margin-right: 0; }
          .background-modal .content-modal .content-welcome .list-elems .elem label {
            font-size: 1rem !important;
            line-height: 1.3125rem !important;
            text-transform: uppercase;
            margin: 0 0 0 0.625rem; }
            @media only screen and (min-width: 992px) {
              .background-modal .content-modal .content-welcome .list-elems .elem label {
                font-size: 1.375rem !important;
                line-height: 1.8125rem !important; } }
      .background-modal .content-modal .content-welcome .terms-conditions-reg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .background-modal .content-modal .content-welcome .terms-conditions-reg input {
          width: 1.25rem;
          min-width: 1.25rem;
          height: 1.25rem;
          min-height: 1.25rem;
          border: 1px solid #000; }
          @media only screen and (min-width: 992px) {
            .background-modal .content-modal .content-welcome .terms-conditions-reg input {
              width: 1.5rem;
              min-width: 1.5rem;
              height: 1.5rem;
              min-height: 1.5rem; } }
          .background-modal .content-modal .content-welcome .terms-conditions-reg input:checked:before {
            font-family: FontAwesome;
            content: '\f00c';
            min-width: 1.25rem;
            min-height: 1.25rem;
            font-size: 1.25rem;
            background-color: transparent; }
            @media only screen and (min-width: 992px) {
              .background-modal .content-modal .content-welcome .terms-conditions-reg input:checked:before {
                font-size: 1.5rem; } }
        .background-modal .content-modal .content-welcome .terms-conditions-reg label {
          font-size: 10px !important;
          line-height: 13px !important;
          font-weight: 300;
          color: #707070;
          margin: 0 0 0 5px; }
          @media only screen and (min-width: 992px) {
            .background-modal .content-modal .content-welcome .terms-conditions-reg label {
              font-size: 16px !important;
              line-height: 21px !important; } }
      .background-modal .content-modal .content-welcome .button-black {
        font-family: 'Roboto Condensed Light';
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
        color: white;
        background-color: black;
        border: 1px solid black;
        border-radius: 5px;
        padding: 15px 55px;
        margin: 0 auto; }
    .background-modal .content-modal .div-button {
      width: 100%;
      text-align: right; }
      .background-modal .content-modal .div-button button {
        height: auto;
        font-size: 6vw;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 0;
        padding: 3vw; }
        @media only screen and (min-width: 576px) {
          .background-modal .content-modal .div-button button {
            font-size: 3vw;
            padding: 1.5vw; } }
        @media only screen and (min-width: 992px) {
          .background-modal .content-modal .div-button button {
            font-size: 1.3125rem;
            padding: 0.65625rem; } }
        @media only screen and (min-width: 1440px) {
          .background-modal .content-modal .div-button button {
            font-size: 1.875rem;
            padding: 0.9375rem; } }

.c-my-account-bg {
  background-image: url("../../../download/bancorecursos/b2c/header_mi_cuenta-mob.jpg"); }
  @media only screen and (min-width: 768px) {
    .c-my-account-bg {
      background-image: url("../../../download/bancorecursos/b2c/header_mi_cuenta.jpg"); } }

.c-my-account .c-main__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (min-width: 1248px) {
    .c-my-account .c-main__header {
      padding: 0; } }
  .c-my-account .c-main__header-title,
  .c-my-account #content .c-main__header-title, #content .c-my-account .c-main__header-title {
    max-width: none; }
    @media only screen and (max-width: 991px) {
      .c-my-account .c-main__header-title,
      .c-my-account #content .c-main__header-title, #content .c-my-account .c-main__header-title {
        max-width: 100%; } }
    @media only screen and (min-width: 1700px) {
      .c-my-account .c-main__header-title,
      .c-my-account #content .c-main__header-title, #content .c-my-account .c-main__header-title {
        max-width: 100%; } }

@media only screen and (min-width: 1248px) {
  .c-my-account__header {
    visibility: hidden;
    display: none; } }

.c-my-account__content {
  margin-bottom: 3rem;
  margin-top: 0;
  padding: 0 1.1rem; }
  @media only screen and (min-width: 1248px) {
    .c-my-account__content {
      margin-top: 115px; } }
  .c-my-account__content form {
    display: block;
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 1248px) {
    .c-my-account__content {
      padding-left: 375px; } }

@media only screen and (min-width: 1248px) {
  .c-my-account__main-title {
    padding-left: 26.5625rem; } }

.c-my-account__title, .c-my-account__title-text, #content h1.c-my-account__title {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  line-height: 120%;
  color: #000; }
  .c-my-account__title-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    margin-bottom: 0; }
    .c-my-account__title-text--small, #content span.c-my-account__title-text--small {
      font-weight: 300;
      font-size: 1.3rem; }
    @media only screen and (min-width: 355px) {
      .c-my-account__title-text {
        font-size: 1.2rem; } }
  .c-my-account__title .c-return-item, .c-my-account__title-text .c-return-item, #content h1.c-my-account__title .c-return-item {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-my-account__title .c-return-item::before, .c-my-account__title-text .c-return-item::before, #content h1.c-my-account__title .c-return-item::before {
      line-height: 120%; }
    @media only screen and (min-width: 1248px) {
      .c-my-account__title .c-return-item, .c-my-account__title-text .c-return-item, #content h1.c-my-account__title .c-return-item {
        pointer-events: none; }
        .c-my-account__title .c-return-item::before, .c-my-account__title-text .c-return-item::before, #content h1.c-my-account__title .c-return-item::before {
          visibility: hidden;
          display: none; } }
  @media only screen and (min-width: 1024px) {
    .c-my-account__title, .c-my-account__title-text, #content h1.c-my-account__title {
      font-size: 2rem; } }
  @media only screen and (min-width: 1248px) {
    .c-my-account__title, .c-my-account__title-text, #content h1.c-my-account__title {
      margin-top: 0.25rem; } }

.c-my-account__subtitle, #content h2.c-my-account__subtitle {
  display: inline-block;
  margin: 0 0 0.25rem 0;
  padding: 0 0 0.25rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  line-height: 120%;
  color: #606060; }
  .c-my-account__subtitle:first-letter, #content h2.c-my-account__subtitle:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .c-my-account__subtitle, #content h2.c-my-account__subtitle {
      font-size: 1.75rem; } }

.c-my-account__thirdtitle {
  margin: 0.5rem 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  line-height: 35px;
  color: #000; }
  .c-my-account__thirdtitle:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .c-my-account__thirdtitle {
      font-size: 1.125rem; } }

.c-my-account__text {
  visibility: hidden;
  display: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  line-height: 1.5;
  color: #606060; }
  @media only screen and (min-width: 1024px) {
    .c-my-account__text {
      visibility: visible;
      display: block;
      font-size: 1rem; } }

.c-my-account__text2 {
  font-family: "Roboto Condensed Light", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 1px;
  color: #707070; }

@media only screen and (min-width: 480px) {
  .c-my-account__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-my-account__main--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media only screen and (min-width: 1248px) {
  .c-my-account__main {
    min-height: 400px;
    border-left: 1px solid #707070;
    padding-left: 50px; }
    .c-my-account__main#micuenta_datos_personales {
      min-height: 260px; } }

.c-my-account-block, #micuenta_datos_personales > div {
  width: auto; }
  .c-my-account-block--full, #micuenta_datos_personales > div.c-my-account-block--full {
    width: 100%; }
  .c-my-account-block__info {
    margin: 0.25rem 0; }
    @media only screen and (min-width: 1024px) {
      .c-my-account-block__info {
        margin-top: 0; } }
  @media only screen and (min-width: 480px) {
    .c-my-account-block, #micuenta_datos_personales > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      min-width: 280px;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      margin-right: 5rem; }
      .c-my-account-block--full, #micuenta_datos_personales > div.c-my-account-block--full {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        margin-right: 0; } }
  .c-my-account-block__form {
    display: block;
    margin: 0;
    padding: 0; }

.c-my-account-form__block, #micuenta_datos_personales .epigrafeform.sexo,
#micuenta_datos_personales .epigrafeform.suscripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1247px) {
    .c-my-account-form__block, #micuenta_datos_personales .epigrafeform.sexo,
    #micuenta_datos_personales .epigrafeform.suscripcion {
      margin-bottom: 0.2rem; } }
  .c-my-account-form__block.hidden, #micuenta_datos_personales .hidden.epigrafeform.sexo,
  #micuenta_datos_personales .hidden.epigrafeform.suscripcion {
    display: none; }
  .c-my-account-form__block-label, .my-account .formulario .epigrafeform,
  .c-my-account-form__block .prettyradio label,
  #micuenta_datos_personales .epigrafeform.sexo .prettyradio label,
  #micuenta_datos_personales .epigrafeform.suscripcion .prettyradio label {
    margin: 0 0.25rem 0 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    line-height: 25px;
    color: #000; }
    @media only screen and (min-width: 1024px) {
      .c-my-account-form__block-label, .my-account .formulario .epigrafeform,
      .c-my-account-form__block .prettyradio label,
      #micuenta_datos_personales .epigrafeform.sexo .prettyradio label,
      #micuenta_datos_personales .epigrafeform.suscripcion .prettyradio label {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; } }
  .c-my-account-form__block-input, #micuenta_datos_personales .formvalor {
    margin: 0 0 0 0.25rem;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    line-height: 25px;
    color: #707070; }
    .c-my-account-form__block-input[aria-labelledby="direccion"], #micuenta_datos_personales .formvalor[aria-labelledby="direccion"] {
      width: 100%; }
    .c-my-account-form__block-input-item, .c-my-account-form__block-input select, #micuenta_datos_personales .formvalor select, #micuenta_datos_personales select, #micuenta_datos_personales input.c-my-account-form__block-input-item {
      height: 27px;
      margin: 0;
      padding: 0 0.5rem;
      border: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.95rem;
      font-weight: 300;
      text-align: left;
      text-transform: none;
      line-height: 25px;
      color: #707070; }
      @media only screen and (min-width: 1024px) {
        .c-my-account-form__block-input-item, .c-my-account-form__block-input select, #micuenta_datos_personales .formvalor select, #micuenta_datos_personales select, #micuenta_datos_personales input.c-my-account-form__block-input-item {
          margin-bottom: 0.2rem;
          font-size: 0.95rem; } }
      .c-my-account-form__block-input-item::-webkit-input-placeholder, .c-my-account-form__block-input select::-webkit-input-placeholder, #micuenta_datos_personales .formvalor select::-webkit-input-placeholder, #micuenta_datos_personales select::-webkit-input-placeholder, #micuenta_datos_personales input.c-my-account-form__block-input-item::-webkit-input-placeholder, .c-my-account-form__block-input-item:-ms-input-placeholder, .c-my-account-form__block-input select:-ms-input-placeholder, #micuenta_datos_personales select:-ms-input-placeholder, #micuenta_datos_personales input.c-my-account-form__block-input-item:-ms-input-placeholder, .c-my-account-form__block-input-item::-webkit-input-placeholder, .c-my-account-form__block-input select::-webkit-input-placeholder, #micuenta_datos_personales .formvalor select::-webkit-input-placeholder, #micuenta_datos_personales select::-webkit-input-placeholder, #micuenta_datos_personales input.c-my-account-form__block-input-item::-webkit-input-placeholder {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: #CACACA; }
      .c-my-account-form__block-input-item::-webkit-input-placeholder, .c-my-account-form__block-input select::-webkit-input-placeholder, #micuenta_datos_personales .formvalor select::-webkit-input-placeholder, #micuenta_datos_personales select::-webkit-input-placeholder, #micuenta_datos_personales input.c-my-account-form__block-input-item::-webkit-input-placeholder, .c-my-account-form__block-input-item:-ms-input-placeholder, .c-my-account-form__block-input select:-ms-input-placeholder, #micuenta_datos_personales select:-ms-input-placeholder, #micuenta_datos_personales input.c-my-account-form__block-input-item:-ms-input-placeholder, .c-my-account-form__block-input-item::placeholder, .c-my-account-form__block-input select::placeholder, #micuenta_datos_personales .formvalor select::placeholder, #micuenta_datos_personales select::placeholder, #micuenta_datos_personales input.c-my-account-form__block-input-item::placeholder {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: #CACACA; }
      .c-my-account-form__block-input-item[disabled], .c-my-account-form__block-input select[disabled], #micuenta_datos_personales select[disabled], #micuenta_datos_personales input.c-my-account-form__block-input-item[disabled] {
        background-color: transparent; }
      .c-my-account-form__block-input-item.editable, .c-my-account-form__block-input select.editable, #micuenta_datos_personales select.editable, #micuenta_datos_personales input.editable.c-my-account-form__block-input-item {
        border: 1px solid #CACACA;
        border-radius: 0.625rem; }
      .c-my-account-form__block-input-item.forbidden, .c-my-account-form__block-input select.forbidden, #micuenta_datos_personales select.forbidden, #micuenta_datos_personales input.forbidden.c-my-account-form__block-input-item {
        cursor: not-allowed; }
    .c-my-account-form__block-input select[disabled], #micuenta_datos_personales .formvalor select[disabled] {
      background-color: transparent; }
  .c-my-account-form__block .prettyradio, #micuenta_datos_personales .epigrafeform.sexo .prettyradio, #micuenta_datos_personales .epigrafeform.suscripcion .prettyradio {
    margin-top: 0.5rem;
    margin-right: 0.5rem; }
    .c-my-account-form__block .prettyradio:last-child, #micuenta_datos_personales .epigrafeform.sexo .prettyradio:last-child, #micuenta_datos_personales .epigrafeform.suscripcion .prettyradio:last-child {
      margin-right: 0; }

.c-my-account-form .o-checkbox__input[type="radio"], .c-my-account-form .o-checkbox input[type="radio"][type="checkbox"], .o-checkbox .c-my-account-form input[type="radio"][type="checkbox"],
.c-my-account-form #micuenta_datos_personales input[type="radio"][type="checkbox"], #micuenta_datos_personales .c-my-account-form input[type="radio"][type="checkbox"], .c-my-account-form .my-account .prettycheckbox input[type="radio"][type="checkbox"], .my-account .prettycheckbox .c-my-account-form input[type="radio"][type="checkbox"], .c-my-account-form .o-checkbox__input[type="checkbox"], .c-my-account-form .o-checkbox input[type="checkbox"], .o-checkbox .c-my-account-form input[type="checkbox"],
.c-my-account-form #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales .c-my-account-form input[type="checkbox"], .c-my-account-form .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox .c-my-account-form input[type="checkbox"],
.c-my-account-form .o-radio__input[type="radio"],
.c-my-account-form .o-radio input[type="radio"],
.o-radio .c-my-account-form input[type="radio"],
.c-my-account-form #micuenta_datos_personales input[type="radio"],
#micuenta_datos_personales .c-my-account-form input[type="radio"],
.c-my-account-form .my-account .prettyradio input[type="radio"],
.my-account .prettyradio .c-my-account-form input[type="radio"],
.c-my-account-form .o-radio__input[type="checkbox"],
.c-my-account-form .o-radio input[type="checkbox"][type="radio"],
.o-radio .c-my-account-form input[type="checkbox"][type="radio"],
.c-my-account-form #micuenta_datos_personales input[type="checkbox"][type="radio"],
#micuenta_datos_personales .c-my-account-form input[type="checkbox"][type="radio"],
.c-my-account-form .my-account .prettyradio input[type="checkbox"][type="radio"],
.my-account .prettyradio .c-my-account-form input[type="checkbox"][type="radio"] {
  min-width: 12px;
  min-height: 12px; }
  .c-my-account-form .o-checkbox__input[type="radio"]:checked:before, .c-my-account-form .o-checkbox input[type="checkbox"][type="radio"]:checked:before, .o-checkbox .c-my-account-form input[type="checkbox"][type="radio"]:checked:before,
  .c-my-account-form #micuenta_datos_personales input[type="checkbox"][type="radio"]:checked:before, #micuenta_datos_personales .c-my-account-form input[type="checkbox"][type="radio"]:checked:before, .c-my-account-form .my-account .prettycheckbox input[type="checkbox"][type="radio"]:checked:before, .my-account .prettycheckbox .c-my-account-form input[type="checkbox"][type="radio"]:checked:before, .c-my-account-form .o-checkbox__input[type="checkbox"]:checked:before, .c-my-account-form .o-checkbox input[type="checkbox"]:checked:before, .o-checkbox .c-my-account-form input[type="checkbox"]:checked:before,
  .c-my-account-form #micuenta_datos_personales input[type="checkbox"]:checked:before, #micuenta_datos_personales .c-my-account-form input[type="checkbox"]:checked:before, .c-my-account-form .my-account .prettycheckbox input[type="checkbox"]:checked:before, .my-account .prettycheckbox .c-my-account-form input[type="checkbox"]:checked:before,
  .c-my-account-form .o-radio__input[type="radio"]:checked:before,
  .c-my-account-form .o-radio input[type="radio"]:checked:before,
  .o-radio .c-my-account-form input[type="radio"]:checked:before,
  .c-my-account-form #micuenta_datos_personales input[type="radio"]:checked:before,
  #micuenta_datos_personales .c-my-account-form input[type="radio"]:checked:before,
  .c-my-account-form .my-account .prettyradio input[type="radio"]:checked:before,
  .my-account .prettyradio .c-my-account-form input[type="radio"]:checked:before,
  .c-my-account-form .o-radio__input[type="checkbox"]:checked:before,
  .c-my-account-form .o-radio input[type="radio"][type="checkbox"]:checked:before,
  .o-radio .c-my-account-form input[type="radio"][type="checkbox"]:checked:before,
  .c-my-account-form #micuenta_datos_personales input[type="radio"][type="checkbox"]:checked:before,
  #micuenta_datos_personales .c-my-account-form input[type="radio"][type="checkbox"]:checked:before,
  .c-my-account-form .my-account .prettyradio input[type="radio"][type="checkbox"]:checked:before,
  .my-account .prettyradio .c-my-account-form input[type="radio"][type="checkbox"]:checked:before {
    min-width: 12px;
    min-height: 12px;
    background-color: #3A3A3A; }

.c-my-account-form .o-checkbox__label, .c-my-account-form .o-checkbox input[type="checkbox"] + label, .o-checkbox .c-my-account-form input[type="checkbox"] + label, .c-my-account-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label, #header.site-header .top_bar .user_container .o-checkbox .c-my-account-form input:focus + label,
.c-my-account-form .o-checkbox + label,
.c-my-account-form .o-radio__label,
.c-my-account-form .o-radio input[type="radio"] + label,
.o-radio .c-my-account-form input[type="radio"] + label,
.c-my-account-form #micuenta_datos_personales .epigrafeform.sexo input[type="radio"] + label,
#micuenta_datos_personales .epigrafeform.sexo .c-my-account-form input[type="radio"] + label,
.c-my-account-form #header.site-header .top_bar .user_container .o-radio input:focus + label,
#header.site-header .top_bar .user_container .o-radio .c-my-account-form input:focus + label,
.c-my-account-form .o-radio + label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  line-height: 25px;
  color: #707070; }

.c-my-account-bikes__list {
  width: 100%;
  max-width: 32.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.625rem;
  margin: 3rem auto 0; }
  @media only screen and (min-width: 992px) {
    .c-my-account-bikes__list {
      margin-top: 6rem; } }
  .c-my-account-bikes__list img {
    width: 100%;
    max-width: 10rem;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 992px) {
      .c-my-account-bikes__list img {
        margin-bottom: 2.5rem; } }
  .c-my-account-bikes__list a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #CACACA;
    border-radius: 0.9375rem;
    padding: 0.75rem; }
    .c-my-account-bikes__list a:hover {
      color: white;
      background-color: #CACACA; }

.c-my-account-warranties__table {
  margin-top: 2.5rem; }
  .c-my-account-warranties__table table {
    width: 100%; }
    .c-my-account-warranties__table table tr:nth-of-type(even) {
      background-color: white; }
    .c-my-account-warranties__table table tr td {
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      text-transform: uppercase; }
    .c-my-account-warranties__table table thead {
      background-color: white; }
    .c-my-account-warranties__table table tbody tr {
      border-bottom: 1px solid #CACACA; }
      .c-my-account-warranties__table table tbody tr td {
        padding: 1.25rem 0; }

.c-my-account-orders__not {
  margin: 0.5rem auto;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  line-height: 1.5;
  color: #cd202c; }
  .c-my-account-orders__not:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .c-my-account-orders__not {
      font-size: 1.1rem; } }

.c-my-account-orders__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 0.625rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin-top: 3.125rem; }
  @media only screen and (min-width: 992px) {
    .c-my-account-orders__list {
      margin-top: 6.25rem; } }
  .c-my-account-orders__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #CACACA;
    border-radius: 0.9375rem;
    padding: 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90%;
    flex: 1 0 90%; }
    @media only screen and (min-width: 480px) {
      .c-my-account-orders__list a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 35%;
        flex: 1 0 35%; } }
    @media only screen and (min-width: 768px) {
      .c-my-account-orders__list a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%; } }
    .c-my-account-orders__list a:hover {
      color: white;
      background-color: #CACACA; }

.c-my-account-list {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.1rem;
  list-style-type: disc; }
  .c-my-account-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0.25rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000; }
    .c-my-account-list__item input[type="checkbox"]:disabled {
      background-color: #F4F4F4; }

.c-my-account__no-head .c-my-account-bg {
  visibility: hidden;
  display: none; }

.c-my-account__pedidos {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto; }
  .c-my-account__pedidos table {
    width: 100%; }
    .c-my-account__pedidos table tr.tr-info-order {
      background-color: transparent; }
      .c-my-account__pedidos table tr.tr-info-order > td {
        padding: 0; }
    .c-my-account__pedidos table thead tr.header-principal {
      background: white; }
    .c-my-account__pedidos table thead tr th {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.5625rem;
      font-weight: 300;
      text-align: center;
      text-transform: initial;
      color: #000;
      background-color: transparent;
      padding: 1.5rem 0.25rem;
      width: 25%; }
      @media only screen and (max-width: 767px) {
        .c-my-account__pedidos table thead tr th {
          font-size: 1rem;
          padding: 0.6rem 0.1rem; } }
      .c-my-account__pedidos table thead tr th:nth-child(4) {
        width: 15%; }
    .c-my-account__pedidos table tbody tr:nth-of-type(even) {
      background-color: white; }
    .c-my-account__pedidos table tbody tr:last-child {
      border-bottom: 1px solid #CACACA; }
    .c-my-account__pedidos table tbody tr.title-items.border-top {
      border-top: 1px solid #CACACA; }
      .c-my-account__pedidos table tbody tr.title-items.border-top:first-child {
        border-top: none; }
    .c-my-account__pedidos table tbody tr.title-items td:nth-child(-n + 3) {
      text-transform: uppercase; }
    .c-my-account__pedidos table tbody tr td {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.05rem;
      font-weight: 300;
      color: #707070;
      text-align: center;
      padding: 1.5rem 0.25rem; }
      @media only screen and (max-width: 767px) {
        .c-my-account__pedidos table tbody tr td {
          font-size: 0.9rem;
          padding: 0.6rem 0.1rem; } }
      .c-my-account__pedidos table tbody tr td.state-received {
        color: #00C850; }
      .c-my-account__pedidos table tbody tr td.state-canceled {
        color: #f00; }
    .c-my-account__pedidos table tbody tr .show-info,
    .c-my-account__pedidos table tbody tr .show-comission {
      cursor: pointer; }
      .c-my-account__pedidos table tbody tr .show-info span,
      .c-my-account__pedidos table tbody tr .show-comission span {
        font-family: "Roboto Condensed Light", sans-serif; }
    .c-my-account__pedidos table .order__content {
      display: none;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border: 1px solid #CACACA;
      padding: 0.625rem;
      margin: 0 0.625rem 1.5rem; }
      @media only screen and (max-width: 767px) {
        .c-my-account__pedidos table .order__content {
          display: block; } }
    .c-my-account__pedidos table .order__block {
      margin-right: 20px;
      max-width: calc(25% - 20px);
      width: 100%; }
      .c-my-account__pedidos table .order__block p {
        font-size: 1.1rem;
        line-height: 26px; }
        .c-my-account__pedidos table .order__block p span {
          font-weight: 300;
          text-transform: initial; }
      .c-my-account__pedidos table .order__block-item {
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #707070;
        font-family: "Roboto Condensed", sans-serif; }
        .c-my-account__pedidos table .order__block-item.address p {
          text-transform: initial; }
    .c-my-account__pedidos table .order-title, .c-my-account__pedidos table #micuenta_datos_personales h2.order-title, #micuenta_datos_personales .c-my-account__pedidos table h2.order-title, .c-my-account__pedidos table #micuenta_pedidos h2.order-title, #micuenta_pedidos .c-my-account__pedidos table h2.order-title, .c-my-account__pedidos table #content h2.order-title, #content .c-my-account__pedidos table h2.order-title {
      font-size: 1.1rem;
      color: #707070;
      font-family: "Roboto Condensed", sans-serif;
      margin-bottom: 10px;
      line-height: 26px;
      text-align: left;
      font-weight: 300; }
  .c-my-account__pedidos--mobile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent; }
    .c-my-account__pedidos--mobile-pedido {
      margin: 0.5rem auto;
      padding: 0.55rem;
      background-color: #f7f7f7;
      border: 1px solid #eaeaea; }
      @media only screen and (min-width: 480px) {
        .c-my-account__pedidos--mobile-pedido {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .c-my-account__pedidos--mobile-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0.5rem 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.9rem;
      font-weight: 400;
      text-align: left; }
      @media only screen and (min-width: 480px) {
        .c-my-account__pedidos--mobile-item {
          display: inline-block;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(50% - 0.5rem);
          flex: 0 1 calc(50% - 0.5rem);
          margin-left: 0.25rem;
          margin-right: 0.25rem; } }

.c-my-account__view-pedido-number {
  margin: 1rem 0;
  padding: 1rem 0.5rem;
  background-color: #f7f7f7; }
  .c-my-account__view-pedido-number p {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 120%; }
    .c-my-account__view-pedido-number p span {
      font-weight: 600; }
    @media only screen and (min-width: 768px) {
      .c-my-account__view-pedido-number p {
        font-size: 1.1rem; } }

.c-my-account__view-pedido-print {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem auto; }
  .c-my-account__view-pedido-print::before {
    content: '\f06b';
    font-family: FontAwesome;
    font-size: 2.5rem;
    margin-right: 0.5rem; }
  .c-my-account__view-pedido-print-action {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.063rem;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-my-account__view-pedido-print-action:hover {
      color: #000;
      background-color: #fff; }
    .c-my-account__view-pedido-print-action:focus {
      outline: 0;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }

.c-my-account__view-pedido-steps {
  width: 100%;
  margin: 0.25rem auto;
  padding: 0; }

.c-my-account__view-pedido-item {
  margin: 0.5rem auto 1rem auto;
  padding: 0.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff; }
  .c-my-account__view-pedido-item .codigo-pedido {
    width: 100%;
    padding: 0;
    background-color: transparent; }
    .c-my-account__view-pedido-item .codigo-pedido .subtotal, .c-my-account__view-pedido-item .codigo-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .codigo-pedido .shipping, .c-my-account__view-pedido-item .codigo-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .codigo-pedido .total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0.25rem;
      padding: 0; }
    .c-my-account__view-pedido-item .codigo-pedido__text, .c-my-account__view-pedido-item .resumen-compra.en-pedido .subtotal span, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping span, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .shipping span, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total span, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span,
    .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span {
      padding: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      text-align: left;
      line-height: 120%;
      color: #000; }
      .c-my-account__view-pedido-item .codigo-pedido__text:nth-child(even), .c-my-account__view-pedido-item .resumen-compra.en-pedido .subtotal span:nth-child(even), .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping span:nth-child(even), #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .shipping span:nth-child(even), .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total span:nth-child(even), #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span:nth-child(even),
      .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span:nth-child(even) {
        font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .c-my-account__view-pedido-item .codigo-pedido__text, .c-my-account__view-pedido-item .resumen-compra.en-pedido .subtotal span, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping span, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .shipping span, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total span, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span,
        .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span {
          font-size: 1.05rem; } }
  .c-my-account__view-pedido-item .cesta-compra.en-pedido {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo {
      width: 100%;
      margin: 0;
      padding: 0; }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo table {
        width: 100%; }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .nombreMovil, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .referencia, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .talla, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .precio, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .estado,
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .nombre {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        color: #000; }
        @media only screen and (min-width: 768px) {
          .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .nombreMovil, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .referencia, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .talla, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .precio, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .estado,
          .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .nombre {
            font-size: 1.35rem; } }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .nombre {
        display: block; }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .referencia, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .talla, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .precio, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .estado {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 1.05rem;
        font-weight: 400;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .referencia, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .talla, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .precio, .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .estado {
            font-size: 1.15rem;
            text-align: left; } }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .talla span {
        color: #cd202c; }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .precio span {
        font-family: inherit;
        font-size: inherit;
        font-weight: 600;
        color: inherit; }
      .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .estado {
        text-transform: capitalize; }
        .c-my-account__view-pedido-item .cesta-compra.en-pedido .articulo .estado__img {
          width: 100%;
          max-width: 476px;
          height: auto;
          display: block;
          margin: 0.25rem auto; }
  .c-my-account__view-pedido-item .resumen-compra.en-pedido {
    width: 100%;
    margin: 0.25rem auto;
    padding: 0; }
    .c-my-account__view-pedido-item .resumen-compra.en-pedido .subtotal, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .shipping, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .total,
    .c-my-account__view-pedido-item .resumen-compra.en-pedido .total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0.5rem;
      font-size: 1.05rem; }
      .c-my-account__view-pedido-item .resumen-compra.en-pedido .subtotal span, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping span, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .shipping span, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total span, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span,
      .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span {
        display: block;
        font-size: inherit;
        text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .c-my-account__view-pedido-item .resumen-compra.en-pedido .subtotal, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .shipping, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .shipping, .c-my-account__view-pedido-item .resumen-compra.en-pedido #menu_cart #right_cart .right_cart_footer .subtotal_shipping .total, #menu_cart #right_cart .right_cart_footer .subtotal_shipping .c-my-account__view-pedido-item .resumen-compra.en-pedido .total,
        .c-my-account__view-pedido-item .resumen-compra.en-pedido .total {
          font-size: 1.15rem; } }
    .c-my-account__view-pedido-item .resumen-compra.en-pedido .total span:last-child {
      color: #cd202c; }
    .c-my-account__view-pedido-item .resumen-compra.en-pedido .nota {
      font-size: 0.85rem;
      text-align: right; }
      .c-my-account__view-pedido-item .resumen-compra.en-pedido .nota span {
        display: block;
        font-size: inherit; }
      @media only screen and (min-width: 768px) {
        .c-my-account__view-pedido-item .resumen-compra.en-pedido .nota {
          font-size: 0.95rem; } }
  .c-my-account__view-pedido-item .datos-facturacion-entrega {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    .c-my-account__view-pedido-item .datos-facturacion-entrega__content {
      width: 100%;
      margin: 0.5rem 0 0 0;
      padding: 0; }
      .c-my-account__view-pedido-item .datos-facturacion-entrega__content--send {
        margin-top: 1rem;
        margin-bottom: 0.84rem; }
      @media only screen and (min-width: 768px) {
        .c-my-account__view-pedido-item .datos-facturacion-entrega__content {
          margin-top: 0; } }
    .c-my-account__view-pedido-item .datos-facturacion-entrega__title, .c-my-account__view-pedido-item .datos-facturacion-entrega__text, .c-my-account__view-pedido-item .datos_pago-content p, .c-my-account__view-pedido-item .datos_pago-title, .c-my-account__view-pedido-item .datos_pago-tipo {
      margin: 0.5rem 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.05rem;
      font-weight: 600;
      text-align: left;
      text-transform: uppercase;
      line-height: 120%;
      color: #000; }
      @media only screen and (min-width: 768px) {
        .c-my-account__view-pedido-item .datos-facturacion-entrega__title, .c-my-account__view-pedido-item .datos-facturacion-entrega__text, .c-my-account__view-pedido-item .datos_pago-content p, .c-my-account__view-pedido-item .datos_pago-title, .c-my-account__view-pedido-item .datos_pago-tipo {
          font-size: 1.15rem; } }
    .c-my-account__view-pedido-item .datos-facturacion-entrega__text, .c-my-account__view-pedido-item .datos_pago-content p {
      margin-bottom: 0.15rem;
      font-size: 0.95rem;
      font-weight: 400;
      text-transform: none; }
      @media only screen and (min-width: 768px) {
        .c-my-account__view-pedido-item .datos-facturacion-entrega__text, .c-my-account__view-pedido-item .datos_pago-content p {
          font-size: 1.05rem; } }
    @media only screen and (min-width: 768px) {
      .c-my-account__view-pedido-item .datos-facturacion-entrega {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .c-my-account__view-pedido-item .datos_pago-tipo {
    margin-top: 0;
    font-size: 0.95rem;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .c-my-account__view-pedido-item .datos_pago-tipo {
        font-size: 1.05rem; } }
  .c-my-account__view-pedido-item .datos_pago-content {
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 0; }
    .c-my-account__view-pedido-item .datos_pago-content p span {
      display: block;
      font-family: inherit !important;
      font-size: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important; }

.c-my-account-button-group {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .c-my-account-button-group[aria-hidden="true"] {
    visibility: hidden;
    display: none; }
  .c-my-account-button-group[aria-hidden="false"] {
    visibility: visible;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-my-account-button-group a,
  .c-my-account-button-group button {
    margin-right: 0.5rem; }

.c-my-account__summary {
  max-width: 70.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2.3125rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin: 0 auto; }
  .c-my-account__summary .elem {
    max-width: calc(50% - 1.25rem);
    height: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #CACACA;
    border-radius: 0.9375rem;
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%; }
    @media only screen and (min-width: 576px) {
      .c-my-account__summary .elem {
        height: 10rem;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 3px; } }
    @media only screen and (min-width: 1024px) {
      .c-my-account__summary .elem {
        max-width: 22.5rem;
        height: 13.25rem;
        font-size: 1.875rem;
        line-height: 2.4rem; } }
    .c-my-account__summary .elem:hover {
      cursor: pointer;
      color: white;
      background-color: #CACACA; }
    .c-my-account__summary .elem img {
      width: 12.5rem;
      max-height: 50%; }

.c-my-account__div-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99999; }
  .c-my-account__div-modal .c-login {
    width: 90%;
    height: auto; }
    .c-my-account__div-modal .c-login .deleteBikeBHU {
      position: relative;
      background-color: white;
      padding: 3.125rem 1rem 1.625rem 1rem; }
      .c-my-account__div-modal .c-login .deleteBikeBHU .c-login__text {
        text-align: left;
        margin: 0 0 2.5rem 1.25rem; }
    .c-my-account__div-modal .c-login.modal-cancel-bookingOrder {
      max-width: 750px; }
      .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU {
        padding: 6rem 1rem 3.125rem; }
        .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU p.c-login__text {
          font-size: 1.375rem;
          margin: 0 0 2rem;
          text-align: center;
          text-transform: uppercase; }
          @media only screen and (min-width: 480px) {
            .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU p.c-login__text {
              font-size: 1.55rem; } }
        .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU button.c-login-form__type-buttons-button {
          font-size: 1rem;
          padding: 0.25rem 1rem;
          line-height: 18px;
          border-radius: 0;
          min-height: 46px; }
          .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU button.c-login-form__type-buttons-button.c-login__close {
            top: 1rem;
            right: 1rem;
            color: #949191; }
          .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU button.c-login-form__type-buttons-button.js-rechazar-reserva {
            background: #CACACA;
            border: 1px solid #CACACA;
            color: white; }
            .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU button.c-login-form__type-buttons-button.js-rechazar-reserva:hover {
              background: black;
              border: 1px solid black;
              color: white; }
        .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU h3 {
          font-size: 1.5rem;
          color: #8a8a8a;
          text-align: center; }
          @media only screen and (min-width: 480px) {
            .c-my-account__div-modal .c-login.modal-cancel-bookingOrder .deleteBikeBHU h3 {
              font-size: 1.75rem; } }

.c-my-account__reservas {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto; }
  .c-my-account__reservas table {
    width: 100%; }
    .c-my-account__reservas table .class-pendiente {
      color: black; }
    .c-my-account__reservas table .class-aceptado {
      color: green; }
    .c-my-account__reservas table .class-rechazado {
      color: red; }
    .c-my-account__reservas table tr.tr-info-order {
      background-color: transparent; }
      .c-my-account__reservas table tr.tr-info-order > td {
        padding: 0; }
    .c-my-account__reservas table thead tr.header-principal {
      background: white; }
    .c-my-account__reservas table thead tr th {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.5625rem;
      font-weight: 300;
      text-align: center;
      text-transform: initial;
      color: #000;
      background-color: transparent;
      padding: 1.5rem 0.25rem; }
      @media only screen and (max-width: 767px) {
        .c-my-account__reservas table thead tr th {
          font-size: 1rem;
          padding: 0.6rem 0.1rem; } }
      .c-my-account__reservas table thead tr th:nth-child(4) {
        width: 15%; }
    .c-my-account__reservas table tbody tr:nth-of-type(even) {
      background-color: white; }
    .c-my-account__reservas table tbody tr:last-child {
      border-bottom: 1px solid #CACACA; }
    .c-my-account__reservas table tbody tr.title-items.border-top {
      border-top: 1px solid #CACACA; }
      .c-my-account__reservas table tbody tr.title-items.border-top:first-child {
        border-top: none; }
    .c-my-account__reservas table tbody tr.title-items td:nth-child(-n + 3) {
      text-transform: uppercase; }
    .c-my-account__reservas table tbody tr td {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.05rem;
      font-weight: 300;
      color: #707070;
      text-align: center;
      padding: 1.5rem 0.25rem; }
      @media only screen and (max-width: 767px) {
        .c-my-account__reservas table tbody tr td {
          font-size: 0.9rem;
          padding: 0.6rem 0.1rem; } }
      .c-my-account__reservas table tbody tr td.state-received {
        color: #00C850; }
      .c-my-account__reservas table tbody tr td.state-canceled {
        color: #f00; }
    .c-my-account__reservas table tbody tr .show-info,
    .c-my-account__reservas table tbody tr .show-comission {
      cursor: pointer; }
      .c-my-account__reservas table tbody tr .show-info span,
      .c-my-account__reservas table tbody tr .show-comission span {
        font-family: "Roboto Condensed Light", sans-serif; }
    .c-my-account__reservas table .order__content {
      display: none;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border: 1px solid #CACACA;
      padding: 0.625rem;
      margin: 0 0.625rem 1.5rem; }
      @media only screen and (max-width: 767px) {
        .c-my-account__reservas table .order__content {
          display: block; } }
      .c-my-account__reservas table .order__content.order-table {
        border: 0;
        border-top: 1px solid #EDEDED;
        padding: 1rem 1.25rem;
        margin: 0 0 1.5rem;
        background-color: #F5F5F5; }
        .c-my-account__reservas table .order__content.order-table .container-cancel-order {
          text-align: center;
          width: 100%;
          padding: 4rem 0 2rem; }
          .c-my-account__reservas table .order__content.order-table .container-cancel-order p {
            line-height: 24px;
            font-size: 1.25rem; }
            .c-my-account__reservas table .order__content.order-table .container-cancel-order p.text {
              margin-bottom: 3rem; }
            .c-my-account__reservas table .order__content.order-table .container-cancel-order p a {
              text-transform: uppercase; }
        .c-my-account__reservas table .order__content.order-table .container-details {
          width: 100%; }
          .c-my-account__reservas table .order__content.order-table .container-details .title-details {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-transform: uppercase;
            font-weight: 400;
            margin-bottom: 1.25rem;
            font-size: 1.25rem; }
          .c-my-account__reservas table .order__content.order-table .container-details .details-booking {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            @media only screen and (min-width: 992px) {
              .c-my-account__reservas table .order__content.order-table .container-details .details-booking {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row; } }
            .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-bike {
              max-width: 300px;
              font-size: 0.9375rem;
              margin-bottom: 1rem; }
              @media only screen and (min-width: 992px) {
                .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-bike {
                  margin-bottom: 0; } }
              .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-bike img {
                margin-bottom: 0.875rem; }
            .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-buyer {
              text-align: left; }
              .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-buyer p {
                line-height: 24px;
                font-size: 1.125rem;
                font-weight: 300; }
            .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-shop {
              text-align: left; }
              .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-shop p {
                line-height: 24px;
                font-size: 1.125rem;
                font-weight: 300; }
                .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-shop p.shop {
                  font-weight: 400; }
                .c-my-account__reservas table .order__content.order-table .container-details .details-booking .data-shop p.details-map {
                  margin-bottom: 1rem; }
            .c-my-account__reservas table .order__content.order-table .container-details .details-booking .container-button {
              margin-top: auto;
              text-align: end; }
              .c-my-account__reservas table .order__content.order-table .container-details .details-booking .container-button button {
                display: block;
                margin-top: 0.75rem;
                text-transform: uppercase;
                padding: 0.625rem; }
    .c-my-account__reservas table .order__block {
      margin-right: 20px;
      max-width: calc(25% - 20px);
      width: 100%; }
      .c-my-account__reservas table .order__block p {
        font-size: 1.1rem;
        line-height: 26px; }
        .c-my-account__reservas table .order__block p span {
          font-weight: 300;
          text-transform: initial; }
      .c-my-account__reservas table .order__block-item {
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #707070;
        font-family: "Roboto Condensed", sans-serif; }
        .c-my-account__reservas table .order__block-item.address p {
          text-transform: initial; }
    .c-my-account__reservas table .order-title, .c-my-account__reservas table #micuenta_datos_personales h2.order-title, #micuenta_datos_personales .c-my-account__reservas table h2.order-title, .c-my-account__reservas table #micuenta_pedidos h2.order-title, #micuenta_pedidos .c-my-account__reservas table h2.order-title, .c-my-account__reservas table #content h2.order-title, #content .c-my-account__reservas table h2.order-title {
      font-size: 1.1rem;
      color: #707070;
      font-family: "Roboto Condensed", sans-serif;
      margin-bottom: 10px;
      line-height: 26px;
      text-align: left;
      font-weight: 300; }
  .c-my-account__reservas--mobile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent; }
    .c-my-account__reservas--mobile-pedido {
      margin: 0.5rem auto;
      padding: 0.55rem;
      background-color: #f7f7f7;
      border: 1px solid #eaeaea; }
      @media only screen and (min-width: 480px) {
        .c-my-account__reservas--mobile-pedido {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .c-my-account__reservas--mobile-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0.5rem 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.9rem;
      font-weight: 400;
      text-align: left; }
      @media only screen and (min-width: 480px) {
        .c-my-account__reservas--mobile-item {
          display: inline-block;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(50% - 0.5rem);
          flex: 0 1 calc(50% - 0.5rem);
          margin-left: 0.25rem;
          margin-right: 0.25rem; } }

/*Modal Solicitud rechazada*/
.div-modal.demo-bikes-solicitud-refuse .demo-bikes-confirm__content__text {
  text-align: center;
  font-size: 1.75rem;
  color: #858282;
  line-height: 2.25rem; }

.div-modal.demo-bikes-solicitud-refuse .text-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #858282;
  margin-bottom: 0.625rem;
  line-height: 2rem; }
  .div-modal.demo-bikes-solicitud-refuse .text-subtitle .asterisk {
    color: #C71111; }

.div-modal.demo-bikes-solicitud-refuse .input-group {
  margin-bottom: 0.375rem; }
  .div-modal.demo-bikes-solicitud-refuse .input-group label {
    font-size: 1.25rem;
    font-weight: 300;
    color: #858282;
    line-height: 1.625rem; }
    .div-modal.demo-bikes-solicitud-refuse .input-group label input.reason-refuse-popup[type="radio"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      border: 1px solid #858282;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      height: 0.9375rem;
      margin: 0 0.5rem 0.125rem 0;
      min-height: 0.9375rem;
      min-width: 0.9375rem;
      overflow: hidden;
      vertical-align: middle;
      width: 0.9375rem;
      border-radius: 100%;
      padding: 0;
      position: relative;
      cursor: pointer; }
      .div-modal.demo-bikes-solicitud-refuse .input-group label input.reason-refuse-popup[type="radio"]:checked::after {
        background: black;
        content: '';
        width: 9px;
        height: 9px;
        top: 2px;
        left: 2px;
        border-radius: 100%;
        display: block;
        position: absolute; }
  .div-modal.demo-bikes-solicitud-refuse .input-group input[type="text"] {
    min-height: 3.125rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: #858282; }
  .div-modal.demo-bikes-solicitud-refuse .input-group .other-reason-text {
    margin: 0.375rem 0 0 1.4375rem; }
  .div-modal.demo-bikes-solicitud-refuse .input-group.note-reason-text label {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.625rem; }

.div-modal.demo-bikes-solicitud-refuse .error-select-other {
  display: none;
  font-size: 1.125rem;
  color: #C71111;
  margin-bottom: 0.5rem; }
  .div-modal.demo-bikes-solicitud-refuse .error-select-other.show {
    display: block; }

.div-modal.demo-bikes-solicitud-refuse .error-select {
  display: none;
  font-size: 1.125rem;
  color: #C71111;
  margin-bottom: 0.5rem; }
  .div-modal.demo-bikes-solicitud-refuse .error-select.show {
    display: block; }

/*Table Demo bikes*/
#opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table {
  margin-bottom: 2.5rem;
  border: 1px solid #707070; }
  #opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table:not(.table-transfer-requests) {
    max-width: 666px; }
  #opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table thead tr:not(.header-principal) th {
    text-align: center;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.75rem 0.625rem;
    background-color: #EEEEEE; }
    #opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table thead tr:not(.header-principal) th:not(:last-child) {
      border-right: 1px solid #707070; }
  #opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table thead th {
    border-bottom: 1px solid #707070;
    border-top: 0;
    text-transform: uppercase; }
  #opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table tr:not(.title-items) td {
    color: black;
    text-align: center; }
    #opciones-usario .c-my-account__main.c-my-account__main--column.table-demo-bikes-container table tr:not(.title-items) td:not(:last-child) {
      border-right: 1px solid #707070; }

/*Modal interior*/
.popup_demo_bikes-bottom .div-modal.demo-bikes-solicitud-confirm,
.popup_demo_bikes-bottom .div-modal.demo-bikes-solicitud-refuse {
  width: 98vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

table.pedidos a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
  color: #cd202c; }
  table.pedidos a:hover {
    text-decoration: none;
    opacity: 0.9; }
  table.pedidos a:focus {
    outline: 1px dotted #cd202c; }

body.my-account .main-container, body.my-account .mybhu.ficha-producto .main-container, .mybhu.ficha-producto body.my-account .main-container,
body.my-account .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio body.my-account .main-container {
  margin-top: 4.75rem; }

body.my-account #header .user_container {
  height: auto; }
  @media only screen and (min-width: 1024px) {
    body.my-account #header .user_container {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  body.my-account #header .user_container a.show-for-medium-down {
    padding: 5px;
    background-color: #cd202c;
    border-radius: 50%; }
    body.my-account #header .user_container a.show-for-medium-down .c-logo--head__user svg {
      fill: #fff; }
    @media only screen and (min-width: 1024px) {
      body.my-account #header .user_container a.show-for-medium-down {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 32px !important;
        height: 32px !important;
        display: inline-block !important;
        margin-right: 5px; } }
  @media only screen and (min-width: 1024px) {
    body.my-account #header .user_container a.hide-for-medium-down {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 0;
      font-size: 0.8rem; } }

body.my-account.b2b .c-my-account__content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px; }

body.my-account.b2b .c-my-account__main {
  border: none;
  padding-left: 0; }

body.b2c-logged-user #header .user_container {
  height: auto; }
  @media only screen and (min-width: 1024px) {
    body.b2c-logged-user #header .user_container {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  body.b2c-logged-user #header .user_container a.show-for-medium-down {
    padding: 5px;
    background-color: #cd202c;
    border-radius: 50%; }
    body.b2c-logged-user #header .user_container a.show-for-medium-down .c-logo--head__user svg {
      fill: #fff; }
    @media only screen and (min-width: 1024px) {
      body.b2c-logged-user #header .user_container a.show-for-medium-down {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 32px !important;
        height: 32px !important;
        display: inline-block !important;
        margin-right: 5px; } }
  @media only screen and (min-width: 1024px) {
    body.b2c-logged-user #header .user_container a.hide-for-medium-down {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 0;
      font-size: 0.8rem; } }

body.view-pedido .main-container, body.view-pedido .mybhu.ficha-producto .main-container, .mybhu.ficha-producto body.view-pedido .main-container,
body.view-pedido .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio body.view-pedido .main-container {
  margin-top: 4.75rem; }

#pagina .contenido {
  padding: 0 1.1rem; }
  #pagina .contenido table {
    width: 100%; }

.c-my-bikes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff; }
  .c-my-bikes__header {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 0.5rem auto;
    padding: 0;
    background-color: #fff; }
    .c-my-bikes__header-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0.5rem;
      padding: 0 1.1rem; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes__header-title {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .c-my-bikes-return-prev {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
    background-color: transparent;
    border: 0; }
    .c-my-bikes-return-prev:hover {
      opacity: 0.9; }
    .c-my-bikes-return-prev:focus {
      outline: 1px dotted #000; }
    @media only screen and (min-width: 1024px) {
      .c-my-bikes-return-prev {
        visibility: hidden;
        display: none; } }
  .c-my-bikes-title, #content h1.c-my-bikes-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    color: #000; }
    .c-my-bikes-title::after, #content h1.c-my-bikes-title::after {
      content: url("/web/img/logo-bhunique.png");
      padding-left: 0.5rem;
      font-size: 0.75rem; }
    @media only screen and (min-width: 1024px) {
      .c-my-bikes-title, #content h1.c-my-bikes-title {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        margin-right: auto;
        font-size: 1.6rem; } }
  .c-my-bikes-text {
    visibility: hidden;
    display: none;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #000; }
    @media only screen and (min-width: 1024px) {
      .c-my-bikes-text {
        visibility: visible;
        display: block;
        font-size: 1rem; } }
  .c-my-bikes-subtitle, #content h2.c-my-bikes-subtitle {
    margin: 0 0 0.25rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    color: #000; }
    @media only screen and (min-width: 1248px) {
      .c-my-bikes-subtitle, #content h2.c-my-bikes-subtitle {
        font-size: 1.5rem; } }
  .c-my-bikes-thirdtitle {
    margin: 0 0 0.25rem 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (min-width: 1248px) {
      .c-my-bikes-thirdtitle {
        font-size: 0.9rem; } }
  .c-my-bikes-bg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-image: url("../../../download/bancorecursos/b2c/header_mis_bhunique-mob.jpg"); }
    @media only screen and (min-width: 768px) {
      .c-my-bikes-bg {
        background-image: url("../../../download/bancorecursos/b2c/header_mis_bhunique.jpg"); } }
    @media only screen and (min-width: 1024px) {
      .c-my-bikes-bg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .c-my-bikes-bg__message {
      color: #fff; }
  .c-my-bikes-view {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    padding: 0 1.1rem;
    border-bottom: 0.5rem solid #f7f7f7; }
    .c-my-bikes-view__left, .c-my-bikes-view__right-text, .c-my-bikes-view__right {
      margin: 0.5rem 0; }
    .c-my-bikes-view__left, .c-my-bikes-view__right-text {
      font-family: "Roboto", sans-serif;
      font-size: 0.85rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #000; }
      .c-my-bikes-view__left span, .c-my-bikes-view__right-text span {
        display: inline-block;
        padding-right: 0.25rem;
        font-weight: 600; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes-view__left, .c-my-bikes-view__right-text {
          font-size: 0.95rem; } }
    .c-my-bikes-view__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-my-bikes-view__right-text {
        margin-right: 0.5rem;
        text-transform: capitalize; }
    .c-my-bikes-view-views {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-my-bikes-view-views__item {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 0.5rem 0 0;
        padding: 0;
        background-color: transparent; }
        .c-my-bikes-view-views__item span {
          position: absolute;
          left: -10000px;
          text-indent: -9999em;
          white-space: nowrap;
          overflow: hidden; }
        .c-my-bikes-view-views__item:last-child {
          margin-right: 0; }
        .c-my-bikes-view-views__item:hover {
          opacity: 0.9;
          background-color: transparent; }
        .c-my-bikes-view-views__item:focus {
          outline: 0;
          -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
          box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
          background-color: transparent; }
        .c-my-bikes-view-views__item--block::after, .c-my-bikes-view-views__item--col::after {
          font-family: 'FontAwesome';
          font-size: 1.8rem;
          font-weight: 300;
          display: block;
          color: inherit; }
        .c-my-bikes-view-views__item--block::after {
          content: '\f00b'; }
        .c-my-bikes-view-views__item--col {
          visibility: hidden;
          display: none; }
          .c-my-bikes-view-views__item--col::after {
            content: '\f009'; }
        .c-my-bikes-view-views__item.is-active {
          color: #cd202c;
          pointer-events: none; }
  .c-my-bikes__main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent; }
    @media only screen and (min-width: 1248px) {
      .c-my-bikes__main {
        min-height: 400px; } }
  .c-my-bikes-bike {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 0.25rem auto;
    padding: 2.2rem 1.1rem 1.1rem 1.1rem;
    background-color: #fff;
    border-bottom: 0.5rem solid #f7f7f7; }
    .c-my-bikes-bike__delete {
      position: absolute;
      top: 0.25rem;
      right: 0.25rem;
      padding: 0.25rem;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: #666666;
      background-color: #fff;
      cursor: pointer;
      z-index: 1; }
      .c-my-bikes-bike__delete:hover {
        color: #000;
        background-color: #fff; }
      .c-my-bikes-bike__delete:focus {
        outline: 1px dotted #000;
        background-color: #fff;
        color: #000; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes-bike__delete {
          right: auto;
          top: 0.5rem;
          left: 0.5rem;
          font-size: 1.1rem; } }
    .c-my-bikes-bike__header {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes-bike__header {
          margin-left: 420px; } }
      .c-my-bikes-bike__header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(75% - 0.5rem);
        flex: 0 1 calc(75% - 0.5rem);
        margin-right: 0.5rem;
        margin-bottom: 0.25rem; }
      .c-my-bikes-bike__header-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        margin-bottom: 0.25rem;
        text-align: right; }
      .c-my-bikes-bike__header-text {
        margin: 0;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        line-height: 120%;
        color: #000; }
        .c-my-bikes-bike__header-text:first-letter {
          text-transform: uppercase; }
        @media only screen and (min-width: 1248px) {
          .c-my-bikes-bike__header-text {
            font-size: 1.05rem; } }
    .c-my-bikes-bike-prize {
      margin: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.02rem;
      font-weight: 300;
      font-style: normal;
      color: #000; }
      @media only screen and (min-width: 1248px) {
        .c-my-bikes-bike-prize {
          font-size: 1.2rem; } }
    .c-my-bikes-bike__img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      max-width: 420px;
      height: auto;
      margin: 0.25rem auto; }
      .c-my-bikes-bike__img img {
        max-width: 100%;
        height: auto;
        display: block; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes-bike__img {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; } }
    .c-my-bikes-bike__content {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
      .c-my-bikes-bike__content-top, .c-my-bikes-bike__content-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes-bike__content {
          margin-left: 420px; } }
    .c-my-bikes-bike__footer {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 1rem; }
      .c-my-bikes-bike__footer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .c-my-bikes-bike__footer-list-item {
          width: 1.6rem;
          height: 1.6rem;
          margin: 0.25rem 1rem 0.25rem 0; }
          .c-my-bikes-bike__footer-list-item:last-child {
            margin-right: 0; }
          .c-my-bikes-bike__footer-list-item a {
            width: 100%;
            height: 100%;
            display: block; }
            .c-my-bikes-bike__footer-list-item a img {
              max-width: 100%;
              height: auto;
              display: block; }
            .c-my-bikes-bike__footer-list-item a:hover {
              opacity: 0.9; }
            .c-my-bikes-bike__footer-list-item a:focus {
              outline: 1px dotted #000; }
          .c-my-bikes-bike__footer-list-item--photo {
            visibility: hidden;
            display: none; }
      .c-my-bikes-bike__footer-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      @media only screen and (min-width: 1024px) {
        .c-my-bikes-bike__footer {
          margin-left: 420px; } }
    .c-my-bikes-bike__no-available {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.75);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 1; }
      .c-my-bikes-bike__no-available p {
        font-family: "Roboto Condensed Light", sans-serif;
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0.625rem; }
      .c-my-bikes-bike__no-available .div-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1.25rem; }
        .c-my-bikes-bike__no-available .div-buttons button {
          font-family: "Roboto Condensed Light", sans-serif;
          font-size: 1rem;
          text-transform: uppercase;
          padding: 0.625rem 0.9375rem; }
  .c-my-bikes-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 7rem;
    margin: 0.25rem 0.5rem 0.25rem 0;
    padding: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    color: #fff;
    border: 1px solid #787878;
    border-radius: 1rem;
    background-color: #787878; }
    .c-my-bikes-button:last-child {
      margin-right: 0; }
    .c-my-bikes-button:hover {
      background-color: #fff;
      color: #787878; }
    .c-my-bikes-button:focus {
      outline: 0;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      color: #787878;
      background-color: #fff; }
  .c-my-bikes-feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 0.5rem);
    flex: 0 1 calc(50% - 0.5rem);
    margin: 0.5rem 0.25rem; }
    .c-my-bikes-feature__text {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.8rem;
      font-weight: 300;
      font-style: normal;
      line-height: 120%;
      color: #000; }
      @media only screen and (min-width: 1248px) {
        .c-my-bikes-feature__text {
          font-size: 0.9rem; } }
    .c-my-bikes-feature__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .c-my-bikes-colour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-my-bikes-colour__item {
      width: 1.6rem;
      height: 1.6rem;
      margin: 0 0.25rem 0.25rem 0.25rem;
      background-color: blue; }

body.my-bikes .main-container, body.my-bikes .mybhu.ficha-producto .main-container, .mybhu.ficha-producto body.my-bikes .main-container,
body.my-bikes .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio body.my-bikes .main-container {
  margin-top: 4.75rem; }

body.my-bikes #header .user_container {
  height: auto; }
  @media only screen and (min-width: 1024px) {
    body.my-bikes #header .user_container {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  body.my-bikes #header .user_container a.show-for-medium-down {
    padding: 5px;
    background-color: #cd202c;
    border-radius: 50%; }
    body.my-bikes #header .user_container a.show-for-medium-down .c-logo--head__user svg {
      fill: #fff; }
    @media only screen and (min-width: 1024px) {
      body.my-bikes #header .user_container a.show-for-medium-down {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 32px !important;
        height: 32px !important;
        display: inline-block !important;
        margin-right: 5px; } }
  @media only screen and (min-width: 1024px) {
    body.my-bikes #header .user_container a.hide-for-medium-down {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 0;
      font-size: 0.8rem; } }

.c-nav-landing-open,
.c-nav-landing {
  visibility: hidden;
  display: none; }

@media only screen and (min-width: 992px) {
  .landing:not(.portada_b2c) .c-nav-landing {
    visibility: visible;
    display: block;
    width: 100%;
    height: auto;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 99;
    padding: 0.55rem;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .landing:not(.portada_b2c) .c-nav-landing__category {
      margin-right: 2%;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: initial;
      line-height: 1.5;
      color: #000;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
      flex: 1 1 100px;
      display: block; } }
    @media only screen and (min-width: 992px) and (min-width: 992px) {
      .landing:not(.portada_b2c) .c-nav-landing__category {
        font-size: 0.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

@media only screen and (min-width: 992px) {
      .landing:not(.portada_b2c) .c-nav-landing__category p {
        margin-right: 1rem; }
        .landing:not(.portada_b2c) .c-nav-landing__category p a {
          font-weight: 600; }
          .landing:not(.portada_b2c) .c-nav-landing__category p a.is-active, .landing:not(.portada_b2c) .c-nav-landing__category p a:hover {
            color: #000; }
      .landing:not(.portada_b2c) .c-nav-landing__category a:not(:last-child) {
        margin-right: 0.5rem; }
      .landing:not(.portada_b2c) .c-nav-landing__category a {
        font-weight: 700;
        text-transform: initial;
        line-height: 1.5;
        color: #8a8a8a;
        text-decoration: none; }
        .landing:not(.portada_b2c) .c-nav-landing__category a:hover, .landing:not(.portada_b2c) .c-nav-landing__category a.is-active {
          color: #000; }
    .landing:not(.portada_b2c) .c-nav-landing.is-active-nav__category a.is-active {
      color: #000; }
    .landing:not(.portada_b2c) .c-nav-landing__right {
      visibility: visible;
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-column-gap: 0.3rem;
      column-gap: 0.3rem;
      row-gap: 0.5rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .landing:not(.portada_b2c) .c-nav-landing-open {
      visibility: visible;
      display: block;
      position: fixed;
      top: auto;
      bottom: 0.9375rem;
      right: 0.9375rem;
      font-size: 1.8rem;
      color: #000;
      background-color: white;
      border: 1px solid black;
      border-radius: 6.25rem;
      padding: 0.3125rem 0.625rem;
      z-index: 9999; }
      .landing:not(.portada_b2c) .c-nav-landing-open:focus {
        outline: 1px dotted #000; }
      .landing:not(.portada_b2c) .c-nav-landing-open .fa {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
        .landing:not(.portada_b2c) .c-nav-landing-open .fa.is-active {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .landing:not(.portada_b2c) .c-nav-landing-list {
      top: 100%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: static;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-height: 100%;
      opacity: 1;
      pointer-events: all;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0;
      background-color: transparent; }
      .landing:not(.portada_b2c) .c-nav-landing-list__item {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-align: center;
        color: #000;
        border-bottom: 1px solid #000;
        width: auto;
        margin-right: 1rem;
        border-bottom: 0;
        font-size: 0.9rem; }
        .landing:not(.portada_b2c) .c-nav-landing-list__item:last-child {
          margin-right: 0;
          border-bottom: 0; }
        .landing:not(.portada_b2c) .c-nav-landing-list__item-link {
          width: 100%;
          height: 100%;
          display: block;
          font-family: inherit;
          font-size: inherit;
          font-weight: inherit;
          color: inherit;
          text-decoration: none;
          padding-top: 0.2rem;
          padding-bottom: 0.2rem; }
          .landing:not(.portada_b2c) .c-nav-landing-list__item-link:hover {
            opacity: 0.8; }
          .landing:not(.portada_b2c) .c-nav-landing-list__item-link:focus {
            outline: 1px dotted #000;
            opacity: 0.8; }
      .landing:not(.portada_b2c) .c-nav-landing-list.is-active {
        max-height: 600px;
        opacity: 1;
        pointer-events: all; }
    .landing:not(.portada_b2c) .c-nav-landing-button {
      display: inline-block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-right: 0;
      padding: 0.2rem 1rem;
      font-family: "Roboto", sans-serif;
      font-size: 0.7rem;
      font-weight: 300;
      text-decoration: none;
      color: #fff;
      border: 1px solid #000;
      border-radius: 8.75rem;
      background-color: #000;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; } }
    @media only screen and (min-width: 992px) and (min-width: 992px) {
      .landing:not(.portada_b2c) .c-nav-landing-button {
        font-size: 0.8rem; } }

@media only screen and (min-width: 992px) {
      .landing:not(.portada_b2c) .c-nav-landing-button:hover {
        background-color: #fff;
        color: #000; }
      .landing:not(.portada_b2c) .c-nav-landing-button:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    .landing:not(.portada_b2c) .c-nav-landing.is-active {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      padding-bottom: 0.4rem;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); } }
  @media only screen and (min-width: 992px) and (min-width: 768px) {
    .landing:not(.portada_b2c) .c-nav-landing {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem; }
      .landing:not(.portada_b2c) .c-nav-landing__category {
        font-size: 1.05rem; }
      .landing:not(.portada_b2c) .c-nav-landing__right {
        width: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .landing:not(.portada_b2c) .c-nav-landing-open {
        visibility: hidden;
        display: none; }
      .landing:not(.portada_b2c) .c-nav-landing-list {
        position: static;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-height: 100%;
        opacity: 1;
        pointer-events: all;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        background-color: transparent; }
        .landing:not(.portada_b2c) .c-nav-landing-list__item {
          width: auto;
          margin-right: 1rem;
          border-bottom: 0;
          font-size: 0.9rem; }
          .landing:not(.portada_b2c) .c-nav-landing-list__item-link {
            padding-top: 0.2rem;
            padding-bottom: 0.2rem; }
      .landing:not(.portada_b2c) .c-nav-landing-button {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }

.landing:not(.portada_b2c) .c-nav-landing-mobile {
  visibility: visible;
  display: block;
  width: 100%;
  height: auto;
  min-height: 44px;
  display: block;
  position: relative;
  top: 0;
  z-index: 99;
  padding: 0.55rem;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing__category {
    margin-right: 2%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: initial;
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.25rem; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing__category p a {
      color: #000;
      font-weight: 600; }
      .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing__category p a.is-active, .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing__category p a:hover {
        color: #000; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .nav-landing-link a:not(:last-child) {
    margin-right: 0.25rem; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .nav-landing-link a {
    font-weight: 700;
    text-transform: initial;
    line-height: 1.5;
    color: #8a8a8a;
    text-decoration: none;
    font-size: 0.7rem; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .nav-landing-link a:hover, .landing:not(.portada_b2c) .c-nav-landing-mobile .nav-landing-link a.is-active {
      color: #000; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile.is-active-nav .c-nav-landing__category a.is-active {
    color: #000; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing__right {
    visibility: visible;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3rem;
    column-gap: 0.3rem;
    row-gap: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-open {
    visibility: visible;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0.9375rem;
    right: 0.9375rem;
    font-size: 1.8rem;
    color: #000;
    background-color: white;
    border: 1px solid black;
    border-radius: 6.25rem;
    padding: 0.3125rem 0.625rem;
    z-index: 9999; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-open:focus {
      outline: 1px dotted #000; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-open .fa {
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
      .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-open .fa.is-active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.2rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
    pointer-events: none; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list__item {
      width: 100%;
      font-family: "Roboto", sans-serif;
      font-size: 0.85rem;
      font-weight: 400;
      text-align: center;
      color: #000;
      border-bottom: 1px solid #000; }
      .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list__item:last-child {
        margin-right: 0;
        border-bottom: 0; }
      .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list__item-link {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0.8rem 0;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        text-decoration: none; }
        .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list__item-link:hover {
          opacity: 0.8; }
        .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list__item-link:focus {
          outline: 1px dotted #000;
          opacity: 0.8; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-list.is-active {
      max-height: 600px;
      opacity: 1;
      pointer-events: all; }
  .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-button {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 0;
    padding: 0.2rem 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000;
    border-radius: 8.75rem;
    background-color: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-button:hover {
      background-color: #fff;
      color: #000; }
    .landing:not(.portada_b2c) .c-nav-landing-mobile .c-nav-landing-button:focus {
      outline: 0;
      -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
      box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
  .landing:not(.portada_b2c) .c-nav-landing-mobile.is-active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-bottom: 0.4rem;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
  @media only screen and (min-width: 992px) {
    .landing:not(.portada_b2c) .c-nav-landing-mobile {
      visibility: hidden;
      display: none; } }

.landing:not(.portada_b2c) #header.site-header {
  position: relative; }

.home:not(.b2b) .landing .main-container {
  margin-top: 0; }

.c-nav-left {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .c-nav-left {
      padding-right: 25%;
      padding-bottom: 0;
      border-right: 1px solid #000;
      border-bottom: 0; } }
  @media only screen and (min-width: 1440px) {
    .c-nav-left {
      padding-right: 25%; } }
  .c-nav-left__title, .subnavigation-included .main-container #content.content-padding .view h1.c-nav-left__title,
  #content h1.c-nav-left__title {
    visibility: visible;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000; }
  .c-nav-left__content, .bloque-left .content {
    padding: 0;
    border: 0; }
  .c-nav-left-nav__list, #navigation-left .content ul {
    margin-left: 0;
    margin-bottom: 1rem; }
  .c-nav-left__item, #navigation-left .content ul li,
  .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 0 0 0.8rem 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    line-height: 110%;
    color: #707070;
    background-color: transparent;
    letter-spacing: 0.5px; }
    @media only screen and (min-width: 1024px) {
      .c-nav-left__item, #navigation-left .content ul li,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top {
        font-size: 1.125rem;
        margin: 0 0 1rem 0; } }
    .c-nav-left__item.current a, #navigation-left .content ul li.current a, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .current.top a {
      pointer-events: none;
      padding-bottom: 10px;
      color: #393939;
      font-weight: normal; }
      @media only screen and (min-width: 1024px) {
        .c-nav-left__item.current a, #navigation-left .content ul li.current a, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .current.top a {
          font-size: 1.25rem;
          padding-bottom: 0.625rem; } }
    .c-nav-left__item.title, #navigation-left .content ul li.title,
    .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .title.top, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) #content h2.top.title, #content .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) h2.top.title, #content h2.c-nav-left__item.title {
      width: 100%;
      font-size: 1.5rem;
      font-weight: normal;
      border-top: 1px solid #7F7F7F;
      padding-top: 1rem;
      margin-top: 1rem; }
    .c-nav-left__item.subtitle a, #navigation-left .content ul li.subtitle a, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .subtitle.top a {
      padding-left: 15px; }
    .c-nav-left__item.button-new, #navigation-left .content ul li.button-new,
    .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new.top {
      color: black;
      background: #F2F2F2;
      border: 1px solid #D8D8D8;
      border-radius: 0.625rem;
      padding: 0.625rem;
      text-transform: none;
      font-size: 1rem; }
      .c-nav-left__item.button-new-grey, #navigation-left .content ul li.button-new-grey,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new-grey.top {
        background: #c3c3c3;
        color: black;
        border: 1px solid black;
        border-radius: 0.625rem;
        padding: 0.625rem; }
      .c-nav-left__item.button-new.general, #navigation-left .content ul li.button-new.general,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new.general.top {
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px; }
      .c-nav-left__item.button-new.lynx, #navigation-left .content ul li.button-new.lynx,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new.lynx.top {
        border-radius: 0.1rem; }
      .c-nav-left__item.button-new.evoWheels, #navigation-left .content ul li.button-new.evoWheels,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new.evoWheels.top {
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
        margin-bottom: 1rem; }
      .c-nav-left__item.button-new:hover, #navigation-left .content ul li.button-new:hover,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new.top:hover {
        font-weight: 500;
        color: black;
        background-color: white; }
      .c-nav-left__item.button-new.current-button, #navigation-left .content ul li.button-new.current-button,
      .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .button-new.current-button.top {
        color: black;
        background-color: white;
        pointer-events: none; }
    .c-nav-left__item a, #navigation-left .content ul li a, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top a {
      display: block;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-transform: inherit;
      line-height: inherit;
      color: inherit; }
      .c-nav-left__item a:hover, #navigation-left .content ul li a:hover, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top a:hover {
        font-weight: 500;
        color: #000; }
      .c-nav-left__item a:focus, #navigation-left .content ul li a:focus, .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top a:focus {
        outline: 1px dotted #000; }
    .c-nav-left__item:last-child, #navigation-left .content ul li:last-child,
    .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top:last-child {
      margin-bottom: 0; }
    .c-nav-left__item.top, #navigation-left .content ul li.top,
    .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top {
      visibility: hidden;
      display: none; }
    .c-nav-left__item--small, #navigation-left .content ul li.c-nav-left__item--small,
    .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top.c-nav-left__item--small {
      font-size: 1rem; }
      @media only screen and (min-width: 1024px) {
        .c-nav-left__item--small, #navigation-left .content ul li.c-nav-left__item--small,
        .bloque-left:not(.filtros-accesorios):not(.c-despieces-nav) .top.c-nav-left__item--small {
          font-size: 1.1rem; } }

#ls_tiendas .c-nav-left {
  max-width: 340px;
  padding-right: 0; }

.c-nav-top--desk {
  visibility: hidden;
  display: none; }
  @media only screen and (min-width: 992px) {
    .c-nav-top--desk {
      visibility: visible;
      display: block; } }

.c-nav-top--mob {
  visibility: visible;
  display: block; }
  @media only screen and (min-width: 992px) {
    .c-nav-top--mob {
      visibility: hidden;
      display: none; } }

.c-nav-top .c-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 0 10px; }
  @media only screen and (min-width: 1024px) {
    .c-nav-top .c-main__header {
      padding: 0 25px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-nav-top .c-main__header-icon {
    max-width: 50px;
    margin-right: 15px;
    margin-top: -29px; }
    @media only screen and (min-width: 992px) {
      .c-nav-top .c-main__header-icon {
        margin-top: -25px; } }
    @media only screen and (min-width: 1024px) {
      .c-nav-top .c-main__header-icon {
        max-width: 100%; } }
  .c-nav-top .c-main__header-title,
  .c-nav-top #content .c-main__header-title, #content .c-nav-top .c-main__header-title {
    color: #707070;
    font-weight: bold;
    font-size: 33px;
    max-width: 100%;
    line-height: 38px !important;
    display: block;
    text-align: left;
    letter-spacing: 5px; }
    @media only screen and (min-width: 992px) {
      .c-nav-top .c-main__header-title,
      .c-nav-top #content .c-main__header-title, #content .c-nav-top .c-main__header-title {
        font-size: 60px;
        line-height: 65px !important; } }
    @media only screen and (min-width: 1024px) {
      .c-nav-top .c-main__header-title,
      .c-nav-top #content .c-main__header-title, #content .c-nav-top .c-main__header-title {
        font-size: 56px;
        line-height: 55px !important;
        max-width: 100%; } }
    @media only screen and (min-width: 1440px) {
      .c-nav-top .c-main__header-title,
      .c-nav-top #content .c-main__header-title, #content .c-nav-top .c-main__header-title {
        font-size: 70px;
        line-height: 65px !important;
        max-width: 100%;
        letter-spacing: 9px; } }
    @media only screen and (min-width: 1700px) {
      .c-nav-top .c-main__header-title,
      .c-nav-top #content .c-main__header-title, #content .c-nav-top .c-main__header-title {
        font-size: 90px;
        line-height: 85px !important;
        max-width: 100%; } }
  .c-nav-top .c-main__header-text,
  .c-nav-top #content .c-main__header-text, #content .c-nav-top .c-main__header-text {
    color: black;
    max-width: 450px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 1700px) {
      .c-nav-top .c-main__header-text,
      .c-nav-top #content .c-main__header-text, #content .c-nav-top .c-main__header-text {
        font-size: 20px;
        line-height: 26px;
        max-width: 600px; } }
  .c-nav-top .c-main__header-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-nav-top .c-main__header-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    background-color: lightgray;
    padding: 0.55rem 1rem;
    border-radius: 100px;
    margin: 0 auto; }
    .c-nav-top .c-main__header-link i {
      margin-left: 5px; }

.c-nav-top .c-main__left {
  width: 100%;
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    .c-nav-top .c-main__left {
      padding: 0 10px;
      width: 50%; } }
  @media only screen and (min-width: 1248px) {
    .c-nav-top .c-main__left {
      width: 50%;
      padding: 0 30px 0 50px; } }

.c-nav-top .c-main__right {
  width: 100%;
  padding: 20px 0; }
  @media only screen and (min-width: 1024px) {
    .c-nav-top .c-main__right {
      padding: 0 10px;
      width: 50%; } }
  @media only screen and (min-width: 1248px) {
    .c-nav-top .c-main__right {
      padding: 24px 0 24px 40px; } }

.c-nav-top .c-main-select select {
  height: auto;
  border: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  text-transform: uppercase;
  background: none;
  position: relative;
  font-weight: 300;
  color: #707070;
  letter-spacing: 0.5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11px 1px; }
  .c-nav-top .c-main-select select:focus {
    outline: none; }

.c-nav-top .c-main-select::after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  color: #000;
  font-weight: 300;
  pointer-events: none; }

.subnavigation-included .main-container #content.content-padding .c-nav-left-content h1.subtitulo,
.subnavigation-included .main-container #content.content-padding .c-nav-left-content h2.subtitulo,
.subnavigation-included .main-container #content.content-padding .c-nav-left-content #store-locator-sidebar .contenido h2.subtitulo,
.subnavigation-included .main-container #content.content-padding #store-locator-sidebar .contenido .c-nav-left-content h2.subtitulo {
  color: #707070;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  background: transparent;
  position: relative;
  padding: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #707070;
  font-weight: 100; }
  @media only screen and (min-width: 1248px) {
    .subnavigation-included .main-container #content.content-padding .c-nav-left-content h1.subtitulo,
    .subnavigation-included .main-container #content.content-padding .c-nav-left-content h2.subtitulo,
    .subnavigation-included .main-container #content.content-padding .c-nav-left-content #store-locator-sidebar .contenido h2.subtitulo,
    .subnavigation-included .main-container #content.content-padding #store-locator-sidebar .contenido .c-nav-left-content h2.subtitulo {
      width: 60%; } }

.subnavigation-included .main-container #content.content-padding .c-nav-left-content__info p {
  margin-bottom: 0.25rem !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.063rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  color: #231F20 !important; }

.subnavigation-included .main-container #content.content-padding .c-nav-left-content__info a {
  color: #cd202c;
  text-decoration: underline; }
  .subnavigation-included .main-container #content.content-padding .c-nav-left-content__info a:hover {
    color: #000; }
  .subnavigation-included .main-container #content.content-padding .c-nav-left-content__info a:focus {
    outline: 1px dotted #000; }

.subnavigation-included .main-container #content.content-padding .c-nav-left-content-map {
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  min-height: 248px;
  max-height: 496px;
  margin: 1rem auto; }
  .subnavigation-included .main-container #content.content-padding .c-nav-left-content-map #map {
    width: 100%;
    height: 100%; }

.subnavigation-included .main-container #content.content-padding .manuales h2 {
  visibility: visible;
  display: block; }

.subnavigation-included .main-container #content.content-padding .indice_hijos_navegacion h1.o-ficha-block-title {
  visibility: hidden;
  display: none; }

.subnavigation-included .main-container #content.content-padding .subtitulo {
  color: #707070;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  background: transparent;
  position: relative;
  padding: 0;
  font-weight: 100; }
  @media only screen and (min-width: 1248px) {
    .subnavigation-included .main-container #content.content-padding .subtitulo {
      width: 60%; } }

.c-nav-unique {
  width: 100%;
  height: 100%;
  margin: 0 auto 1rem auto;
  padding: 0 1.1rem;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .c-nav-unique {
      max-width: 325px; } }
  @media only screen and (min-width: 1248px) {
    .c-nav-unique {
      min-height: 360px;
      padding-top: 2rem; } }
  .c-nav-unique__user, .c-nav-unique__logout, body.b2b .main-container a.c-nav-unique__logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 4rem;
    font-family: "Roboto Condensed", sans-serif;
    text-align: left;
    color: #000;
    text-transform: uppercase; }
    @media only screen and (min-width: 1248px) {
      .c-nav-unique__user, .c-nav-unique__logout, body.b2b .main-container a.c-nav-unique__logout {
        margin-top: 0;
        font-size: 1rem;
        margin-bottom: 3rem; } }
    .c-nav-unique__user p, .c-nav-unique__logout p, body.b2b .main-container a.c-nav-unique__logout p {
      font-weight: 300;
      font-size: 3.125rem;
      line-height: 66px; }
      .c-nav-unique__user p.small, .c-nav-unique__logout p.small, body.b2b .main-container a.c-nav-unique__logout p.small {
        font-size: 1.375rem;
        line-height: 29px; }
    .c-nav-unique__user-edit {
      display: none;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 100%;
      -webkit-animation: center;
      animation: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .c-nav-unique__user-img {
      border-radius: 100%;
      border: 2px solid #cd202c;
      position: relative;
      overflow: hidden;
      max-width: 115px;
      width: 100%;
      height: 115px;
      background-size: cover;
      background-repeat: no-repeat;
      background-origin: border-box; }
      .c-nav-unique__user-img:hover .c-nav-unique__user-edit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
  .c-nav-unique-list {
    width: 100%;
    height: 100%;
    margin: 0.5rem auto;
    background-color: transparent; }
    .c-nav-unique-list__item {
      position: relative;
      margin: 0 0 2rem 0;
      padding: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.125rem;
      font-weight: 300;
      text-align: left;
      text-transform: uppercase;
      line-height: 110%;
      color: #707070;
      background-color: transparent;
      letter-spacing: 0.5px; }
      @media only screen and (min-width: 1024px) {
        .c-nav-unique-list__item {
          font-size: 1.125rem;
          margin: 0 0 2.25rem 0; } }
    .c-nav-unique-list__link, body.b2b .main-container a.c-nav-unique-list__link {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      display: block;
      font-family: inherit;
      font-size: 1.125rem !important;
      font-weight: inherit;
      text-transform: inherit;
      line-height: inherit;
      color: inherit;
      text-decoration: none; }
      .c-nav-unique-list__link:hover, body.b2b .main-container a.c-nav-unique-list__link:hover {
        font-weight: 500;
        color: #000; }
      .c-nav-unique-list__link:focus, body.b2b .main-container a.c-nav-unique-list__link:focus {
        outline: 1px dotted #000; }
      .c-nav-unique-list__link.is-active, body.b2b .main-container a.is-active.c-nav-unique-list__link {
        pointer-events: none;
        padding-bottom: 10px;
        border-bottom: 1.5px solid #FF0000;
        color: #393939;
        font-weight: normal; }
        @media only screen and (min-width: 1024px) {
          .c-nav-unique-list__link.is-active, body.b2b .main-container a.is-active.c-nav-unique-list__link {
            font-size: 1.3rem !important;
            padding-bottom: 15px; } }
      @media only screen and (min-width: 1248px) {
        .c-nav-unique-list__link, body.b2b .main-container a.c-nav-unique-list__link {
          font-size: 1rem; } }
      .c-nav-unique-list__link--unique::after {
        content: '';
        display: inline-block;
        width: 45px;
        height: 21px;
        background: url(/web/img/logo-bhunique.png);
        background-size: cover;
        background-position: center;
        margin-left: 25px; }
  .c-nav-unique__logout, body.b2b .main-container a.c-nav-unique__logout {
    visibility: visible;
    display: block;
    display: inline-block;
    margin-top: 1.8rem;
    text-transform: capitalize;
    color: #707070;
    font-weight: 300; }
    @media only screen and (min-width: 1248px) {
      .c-nav-unique__logout, body.b2b .main-container a.c-nav-unique__logout {
        font-size: 1.25rem; } }
    .c-nav-unique__logout::before, body.b2b .main-container a.c-nav-unique__logout::before {
      content: url(/web/img/ico-logout.png);
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.25rem; }
    .c-nav-unique__logout:focus, body.b2b .main-container a.c-nav-unique__logout:focus {
      outline: 1px dotted #000; }
  @media only screen and (min-width: 1248px) {
    .c-nav-unique.is-active {
      height: auto;
      min-height: 100px;
      position: fixed;
      top: 4.5rem; } }
  .c-nav-unique-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (min-width: 1248px) {
      .c-nav-unique-wrapper--mobile {
        visibility: hidden;
        display: none; } }
    .c-nav-unique-wrapper--desktop {
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 1248px) {
        .c-nav-unique-wrapper--desktop {
          max-width: 325px;
          visibility: visible;
          display: block;
          position: absolute;
          top: 80px;
          left: 0;
          z-index: 1;
          margin-left: 0;
          margin-right: auto; } }

.c-no-cable {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .c-no-cable__content {
    width: 100%;
    position: relative;
    margin-top: 30vw;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 992px) {
      .c-no-cable__content {
        position: absolute;
        left: 52%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .c-no-cable__title, .c-no-cable__text {
    min-width: 96%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6vh;
    font-weight: 300;
    line-height: 105%;
    text-align: center;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (min-width: 992px) {
      .c-no-cable__title, .c-no-cable__text {
        min-width: 18vw;
        max-width: 380px;
        position: absolute;
        top: 0;
        left: 36vw;
        text-align: left; } }
  .c-no-cable__text {
    margin-top: 1rem;
    font-size: 3vh;
    line-height: 1.5;
    text-transform: none; }
    @media only screen and (min-width: 992px) {
      .c-no-cable__text {
        left: 54vw;
        margin-top: 0; } }
  .c-no-cable__animation {
    height: 100%;
    position: relative;
    margin-top: 2rem;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .c-no-cable__animation {
        margin-top: 0; } }
  .c-no-cable__image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }

.vertical-viewport .c-no-cable__content {
  top: 30vh; }

.vertical-viewport .c-no-cable__title, .vertical-viewport .c-no-cable__text {
  font-size: 6vw; }

.vertical-viewport .c-no-cable__text {
  font-size: 4vw; }

.main-container, .mybhu.ficha-producto .main-container,
.mybhu.ficha-accesorio .main-container {
  margin-top: 10.2rem;
  padding-top: 0;
  font-size: 0.938rem; }
  @media only screen and (min-width: 1024px) {
    .main-container, .mybhu.ficha-producto .main-container,
    .mybhu.ficha-accesorio .main-container {
      margin-top: 12.75rem; }
      .main-container.force-up-content, .mybhu.ficha-producto .force-up-content.main-container,
      .mybhu.ficha-accesorio .force-up-content.main-container {
        margin-top: 6rem; } }
  .main-container.ls-newheader, .mybhu.ficha-producto .ls-newheader.main-container,
  .mybhu.ficha-accesorio .ls-newheader.main-container {
    margin-top: 7.375rem; }

.home .main-container, .home .mybhu.ficha-producto .main-container, .mybhu.ficha-producto .home .main-container,
.home .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio .home .main-container {
  margin-top: 1.25rem; }

.ficha-producto .main-container, .mybhu.ficha-producto .main-container,
.ficha-producto .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio .ficha-producto .main-container,
.ficha-accesorio .main-container,
.ficha-accesorio .mybhu.ficha-producto .main-container,
.mybhu.ficha-producto .ficha-accesorio .main-container,
.mybhu.ficha-accesorio .main-container {
  margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .ficha-producto .main-container, .mybhu.ficha-producto .main-container,
    .ficha-producto .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio .ficha-producto .main-container,
    .ficha-accesorio .main-container,
    .ficha-accesorio .mybhu.ficha-producto .main-container,
    .mybhu.ficha-producto .ficha-accesorio .main-container,
    .mybhu.ficha-accesorio .main-container {
      margin-top: 6.375rem; } }

@media only screen and (max-width: 1023px) {
  .ficha-producto .site-header, .ficha-producto .c-maintenance #header.site-header, .c-maintenance .ficha-producto #header.site-header,
  .ficha-producto .breadcrumb-filters,
  .ficha-producto .c-prefooter,
  .ficha-producto .footer,
  .ficha-accesorio .site-header,
  .ficha-accesorio .c-maintenance #header.site-header,
  .c-maintenance .ficha-accesorio #header.site-header,
  .ficha-accesorio .breadcrumb-filters,
  .ficha-accesorio .c-prefooter,
  .ficha-accesorio .footer {
    visibility: hidden;
    display: none; } }

.mybhu.home.ficha-producto #header.site-header, .mybhu.home.ficha-producto #header.site-header,
.mybhu.ficha-producto #header.site-header,
.mybhu.ficha-accesorio #header.site-header,
.mybhu #header.site-header {
  visibility: visible; }

.mybhu.home.ficha-producto .main-container, .mybhu.home.ficha-producto .main-container,
.mybhu.ficha-producto .main-container,
.mybhu.ficha-accesorio .main-container,
.mybhu .main-container,
.mybhu.ficha-producto .main-container,
.mybhu.ficha-accesorio .main-container {
  margin-top: 4.5rem; }

.mybhu.home.ficha-producto.nav-down #page,
.mybhu.home.ficha-producto.nav-down #page,
.mybhu.ficha-producto.nav-down #page,
.mybhu.ficha-accesorio.nav-down #page,
.mybhu.nav-down #page {
  padding-top: 0; }

.mybhu.is-bhunique-mobile .main-container {
  margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .mybhu.is-bhunique-mobile .main-container {
      margin-top: 0; } }

/*Popup home demo*/
#comunicado3.div-modal {
  width: 100%;
  overflow-y: auto; }
  @media only screen and (min-width: 576px) {
    #comunicado3.div-modal {
      width: calc(100vw - 1.0625rem); } }
  #comunicado3.div-modal .modal-content {
    padding: 0; }
    #comunicado3.div-modal .modal-content .icon-cross {
      top: 1rem;
      right: 1rem;
      color: #858282;
      font-weight: 500; }
    #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 576px) {
        #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication img {
        max-width: 180px;
        margin: 1rem 0; }
        @media only screen and (min-width: 480px) {
          #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication img {
            max-width: 290px; } }
        @media only screen and (min-width: 576px) {
          #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication img {
            margin: 0 2rem 0 0; } }
      #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication p {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        text-align: center; }
        @media only screen and (min-width: 576px) {
          #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication p {
            text-align: left; } }
        #comunicado3.div-modal .modal-content .modal-body-full .modal-demo-comunication p.title {
          font-size: 2rem;
          line-height: 2.25rem;
          font-weight: 500; }

.c-order-confirmation {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden; }
  .c-order-confirmation__header {
    width: calc(100% - 4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0.8rem 0 0 0; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation__header {
        width: calc(100% - 8rem);
        padding: 2rem 0 0 0; } }
    @media only screen and (min-width: 1248px) {
      .c-order-confirmation__header {
        width: calc(100% - 10.5rem);
        margin: 0.5rem auto 0 auto; } }
  .c-order-confirmation__main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.5rem 0 0 0;
    padding: 0; }
    .c-order-confirmation__main-left {
      margin-bottom: 0.5rem; }
    .c-order-confirmation__main-right {
      margin-bottom: 0.5rem; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .c-order-confirmation__main-left, .c-order-confirmation__main-right {
          margin-bottom: 0; }
        .c-order-confirmation__main-left {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(40% - 1rem);
          flex: 0 1 calc(40% - 1rem);
          max-width: 450px;
          margin-right: 1rem; }
        .c-order-confirmation__main-right {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(60% - 1rem);
          flex: 0 1 calc(60% - 1rem);
          margin-left: 1rem; } }
  .c-order-confirmation-block {
    margin: 1.5rem 0; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-block {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem; } }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-block--colours {
        width: calc(100% - 8rem);
        margin-top: 0;
        margin-bottom: 1.25rem; } }
    .c-order-confirmation-block--colours .color-warning {
      text-align: left; }
  .c-order-confirmation-error {
    color: red; }
  .c-order-confirmation-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.75rem; }
    .c-order-confirmation-info__left {
      margin-bottom: 0.6rem;
      padding: 0.5rem 0;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      text-align: left; }
      .c-order-confirmation-info__left-text, .c-order-confirmation__description, .c-order-confirmation-form__title, .c-order-confirmation-form__row label {
        margin: 0;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.7rem;
        font-weight: 600;
        line-height: 100%;
        text-align: left;
        text-transform: none;
        color: #000; }
        .c-order-confirmation-info__left-text::first-letter, .c-order-confirmation__description::first-letter, .c-order-confirmation-form__title::first-letter, .c-order-confirmation-form__row label::first-letter {
          text-transform: uppercase; }
        .c-order-confirmation-info__left-text--total {
          font-size: 0.85rem;
          text-align: right; }
      .c-order-confirmation-info__left--no-border {
        padding-top: 0;
        padding-bottom: 0;
        border-top: 0;
        border-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-info {
        width: calc(100% - (0.5rem + 4rem));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0.25rem; }
        .c-order-confirmation-info__left {
          width: calc(100% - 8rem); }
          .c-order-confirmation-info__left-text, .c-order-confirmation__description, .c-order-confirmation-form__title, .c-order-confirmation-form__row label {
            font-size: 0.8rem; }
            .c-order-confirmation-info__left-text--total {
              font-size: 0.95rem; } }
  .c-order-confirmation-icos {
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0  auto;
    padding: 0; }
    .c-order-confirmation-icos__item {
      margin-right: 1rem; }
      @media only screen and (min-width: 1024px) {
        .c-order-confirmation-icos__item {
          margin-right: 0.5rem; } }
      .c-order-confirmation-icos__item:last-child {
        margin-right: 0; }
    .c-order-confirmation-icos__ico {
      border: 0;
      background-color: transparent;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-order-confirmation-icos__ico--tooltip::before, .c-order-confirmation-icos__ico--edit::before {
        font-family: 'FontAwesome 5 Free'; }
      .c-order-confirmation-icos__ico--tooltip::before {
        content: '\f05a'; }
      .c-order-confirmation-icos__ico--edit::before {
        content: '\f304'; }
      .c-order-confirmation-icos__ico:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .c-order-confirmation-icos__ico:focus {
        outline: 1px dotted #000; }
  .c-order-confirmation-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto; }
    .c-order-confirmation-table__head-item {
      width: 25%;
      padding: 0.25rem;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.6rem;
      font-weight: 600;
      text-align: left;
      text-transform: capitalize;
      color: #000; }
      @media only screen and (min-width: 480px) {
        .c-order-confirmation-table__head-item {
          font-size: 0.7rem; } }
  .c-order-confirmation-subtable {
    width: 100%; }
    .c-order-confirmation-subtable__item {
      width: 25%;
      padding: 0.25rem;
      vertical-align: top;
      font-family: "Roboto", sans-serif;
      font-size: 0.6rem;
      font-weight: 400;
      text-align: left;
      color: #000; }
      .c-order-confirmation-subtable__item--bold {
        font-weight: 800;
        text-transform: uppercase; }
      @media only screen and (min-width: 480px) {
        .c-order-confirmation-subtable__item {
          font-size: 0.7rem; } }
  .c-order-confirmation-title {
    margin: 0 auto 1rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase; }
    @media only screen and (min-width: 480px) {
      .c-order-confirmation-title {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-title {
        text-align: center; } }
  .c-order-confirmation-subtitle {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase; }
    .c-order-confirmation-subtitle--border {
      margin-bottom: 1rem;
      padding-bottom: 0.25rem;
      border-bottom: 1px solid #000; }
    @media only screen and (min-width: 480px) {
      .c-order-confirmation-subtitle {
        font-size: 1rem; } }
  .c-order-confirmation-thirdtitle {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
  .c-order-confirmation-pictures {
    width: 100%;
    max-width: 450px;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 1rem; }
    .c-order-confirmation-pictures img {
      max-width: 100%;
      height: auto;
      display: block; }
    .c-order-confirmation-pictures .imgs-slider {
      display: none; }
    .c-order-confirmation-pictures .c-bh-unique__personalize-images {
      min-height: 275px; }
    .c-order-confirmation-pictures .c-bh-unique__personalize-image img {
      height: 100%; }
    .c-order-confirmation-pictures .c-bh-unique__personalize-div-bike-name,
    .c-order-confirmation-pictures canvas {
      display: none; }
  .c-order-confirmation ul,
  .c-order-confirmation ol,
  .c-order-confirmation dl {
    list-style-type: none; }
  .c-order-confirmation-list, .c-order-confirmation-list__sublist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .c-order-confirmation-list__item, .c-order-confirmation-list__sublist-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: relative;
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
      margin-right: 0.61rem;
      text-align: left; }
      .c-order-confirmation-list__item:last-child, .c-order-confirmation-list__sublist-item:last-child {
        margin-right: 0;
        text-align: right; }
      .c-order-confirmation-list__item--border {
        width: 100%;
        max-width: 450px;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #000;
        border-color: #ececec; }
      @media only screen and (min-width: 480px) {
        .c-order-confirmation-list__item, .c-order-confirmation-list__sublist-item {
          margin-right: 1.25rem; } }
    .c-order-confirmation-list__sublist .c-bh-unique-list--horizontal {
      margin-left: 0; }
    .c-order-confirmation-list--vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    @media only screen and (min-width: 480px) {
      .c-order-confirmation-list--flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .c-order-confirmation-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 100%;
    text-transform: none;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-order-confirmation-link:first-letter {
      text-transform: uppercase; }
    .c-order-confirmation-link:hover {
      text-decoration: underline; }
    .c-order-confirmation-link:focus {
      outline: 1px dotted #000; }
    .c-order-confirmation-link--button {
      width: auto;
      min-width: 11.375rem;
      height: auto;
      padding: 0.6rem 0.25rem;
      letter-spacing: 0.063rem;
      color: #fff;
      border: 1px solid #000;
      background-color: #000; }
      .c-order-confirmation-link--button:hover {
        text-decoration: none;
        background-color: #fff;
        color: #000; }
      .c-order-confirmation-link--button:focus {
        outline: none;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        background-color: transparent; }
    .c-order-confirmation-link--code::before, .c-order-confirmation-link--config::before {
      content: '';
      max-width: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5rem; }
    .c-order-confirmation-link--code::before {
      content: url(/web/img/ico-qr.png); }
    .c-order-confirmation-link--code::after {
      font-family: FontAwesome;
      content: '\f107';
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.25rem; }
    .c-order-confirmation-link--config::before {
      content: url(/web/img/ico-place.png); }
    .c-order-confirmation-link.is-disabled {
      pointer-events: none;
      opacity: 0.3;
      cursor: not-allowed;
      border-color: rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 480px) {
      .c-order-confirmation-link {
        font-size: 0.8rem; } }
  .c-order-confirmation-message {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-message {
        font-size: 0.8rem; } }
  .c-order-confirmation-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-order-confirmation-buttons .c-order-confirmation-link--button {
      margin-bottom: 0.5rem; }
    @media only screen and (min-width: 480px) {
      .c-order-confirmation-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .c-order-confirmation-buttons .c-order-confirmation-link--button {
          margin-right: 0.5rem;
          margin-bottom: 0; }
          .c-order-confirmation-buttons .c-order-confirmation-link--button:last-child {
            margin-right: 0; } }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-buttons {
        width: calc(100% - 4rem); } }
  .c-order-confirmation-colours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .c-order-confirmation-colours__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 6rem;
      flex: 0 1 6rem;
      max-width: 6rem;
      margin: 0.5rem 2rem 0.5rem 0; }
  .c-order-confirmation-colour {
    width: 100%;
    height: auto; }
    .c-order-confirmation-colour__img {
      display: block;
      margin: 0.25rem auto 0 0; }
      .c-order-confirmation-colour__img img {
        width: 45px;
        height: 45px;
        display: block;
        margin-bottom: 0.25rem; }
      .c-order-confirmation-colour__img-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.5rem;
        text-align: left; }
        .c-order-confirmation-colour__img-text p,
        .c-order-confirmation-colour__img-text span {
          display: block;
          margin: 0;
          font-family: "Roboto", sans-serif;
          font-size: 0.65rem;
          font-weight: 400;
          text-align: left;
          color: #000; }
          .c-order-confirmation-colour__img-text p:first-letter,
          .c-order-confirmation-colour__img-text span:first-letter {
            text-transform: uppercase; }
        .c-order-confirmation-colour__img-text .c-order-confirmation-icos {
          width: auto; }
  .c-order-confirmation__footer {
    width: 100%;
    margin: 0.25rem 0;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation__footer {
        width: calc(100% - 4rem); } }
    .c-order-confirmation__footer .c-bh-unique-list--horizontal {
      margin-right: 0; }
  .c-order-confirmation__close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0.5rem 0.5rem 0 auto;
    padding: 0 0.2rem;
    border: 0;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: right;
    line-height: 100%;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-order-confirmation__close:hover {
      opacity: 0.8;
      color: #000;
      background-color: transparent; }
    .c-order-confirmation__close:focus {
      outline: 1px dotted #000;
      color: #000;
      background-color: transparent; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation__close {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        margin: 0 auto; } }
  .c-order-confirmation .c-bh-unique-list__action:hover {
    color: #cd202c; }
    .c-order-confirmation .c-bh-unique-list__action:hover svg {
      color: #cd202c;
      fill: #cd202c; }
  .c-order-confirmation__back-to-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-order-confirmation__back-to-buy i {
      margin-right: 10px; }
  .c-order-confirmation__p-distributors {
    text-align: left;
    cursor: pointer;
    margin-bottom: 1rem; }
    .c-order-confirmation__p-distributors span {
      display: inline-block;
      text-decoration: underline; }
  .c-order-confirmation__description {
    font-weight: 400;
    line-height: 1.5; }
  .c-order-confirmation--modal .c-order-confirmation__main-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1rem);
    flex: 0 1 calc(100% - 1rem);
    margin-left: 0; }
    @media only screen and (min-width: 640px) {
      .c-order-confirmation--modal .c-order-confirmation__main-right {
        margin-left: 1rem; } }
  .c-order-confirmation--modal .c-order-confirmation-info {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .c-order-confirmation--modal .c-order-confirmation-info {
        width: calc(100% - (0.5rem + 1rem)); } }
    .c-order-confirmation--modal .c-order-confirmation-info__left {
      width: 100%; }
  .c-order-confirmation--modal .c-order-confirmation-table__head-item {
    vertical-align: baseline; }
  .c-order-confirmation-form {
    width: 100%;
    margin: 1.25rem 0; }
    @media only screen and (min-width: 1024px) {
      .c-order-confirmation-form {
        width: calc(100% - 4.5rem);
        margin-left: 0; } }
    .c-order-confirmation-form__title {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    .c-order-confirmation-form__content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (min-width: 1024px) {
        .c-order-confirmation-form__content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .c-order-confirmation-form__row {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      margin: 0.5rem 0; }
      @media only screen and (min-width: 768px) {
        .c-order-confirmation-form__row {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(50% - 0.25rem);
          flex: 0 1 calc(50% - 0.25rem); } }
      @media only screen and (min-width: 768px) {
        .c-order-confirmation-form__row:nth-child(odd) {
          margin-right: 0.25rem; } }
      @media only screen and (min-width: 768px) {
        .c-order-confirmation-form__row:nth-child(even) {
          margin-left: 0.25rem; } }
      .c-order-confirmation-form__row label {
        font-weight: 400;
        position: absolute;
        left: -10000px;
        text-indent: -9999em;
        white-space: nowrap;
        overflow: hidden; }
    .c-order-confirmation-form__input, input.c-order-confirmation-form__input[type] {
      width: 100%;
      max-width: 500px;
      height: 2.5rem;
      margin: 0;
      padding: 0 0.5rem;
      font-family: "Roboto", sans-serif;
      font-size: 0.9rem;
      font-weight: 400;
      text-align: left;
      color: #000;
      border: 1px solid #000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .c-order-confirmation-form__input::-webkit-input-placeholder, input.c-order-confirmation-form__input[type]::-webkit-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        font-size: 0.8rem; }
      .c-order-confirmation-form__input:-ms-input-placeholder, input.c-order-confirmation-form__input[type]:-ms-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        font-size: 0.8rem; }
      .c-order-confirmation-form__input::-ms-input-placeholder, input.c-order-confirmation-form__input[type]::-ms-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        font-size: 0.8rem; }
      .c-order-confirmation-form__input::placeholder, input.c-order-confirmation-form__input[type]::placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        font-size: 0.8rem; }
      .c-order-confirmation-form__input:-ms-input-placeholder, input.c-order-confirmation-form__input:-ms-input-placeholder[type] {
        font-size: 0.95rem;
        color: #b3b3b3;
        font-size: 0.8rem; }
      .c-order-confirmation-form__input::-ms-input-placeholder, input.c-order-confirmation-form__input[type]::-ms-input-placeholder {
        font-size: 0.95rem;
        color: #b3b3b3;
        font-size: 0.8rem; }
      .c-order-confirmation-form__input:focus, input.c-order-confirmation-form__input:focus[type] {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        color: #000; }
    .c-order-confirmation-form .o-checkbox {
      margin-top: 0.5rem; }
      .c-order-confirmation-form .o-checkbox__label, .c-order-confirmation-form .o-checkbox input[type="checkbox"] + label, .o-checkbox .c-order-confirmation-form input[type="checkbox"] + label, .c-order-confirmation-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label, #header.site-header .top_bar .user_container .o-checkbox .c-order-confirmation-form input:focus + label {
        font-size: 0.8rem; }
  .c-order-confirmation-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    .c-order-confirmation-details__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 6rem;
      flex: 0 1 48%;
      margin: 0;
      text-align: left; }
      .c-order-confirmation-details__item p {
        margin-bottom: 1rem; }
        .c-order-confirmation-details__item p input {
          margin-bottom: 0; }

.c-prefooter {
  width: 100%;
  padding: 1.6rem 0px;
  background-color: #eeeeee;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #8a8a8a;
  visibility: hidden;
  display: none; }
  .c-prefooter__group {
    margin: 0.6rem auto; }
    .c-prefooter__group-title {
      position: relative;
      display: block;
      margin-bottom: 0.625rem;
      font-size: 0.938rem;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      color: #2b2b2b; }
      .c-prefooter__group-title::before {
        content: "";
        width: 8px;
        height: 4px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.4rem;
        background-color: #CD202C;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }

.c-product-gallery {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1.5rem 0; }
  .c-product-gallery__header {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto 1.5rem auto; }
    @media only screen and (min-width: 640px) {
      .c-product-gallery__header {
        margin-bottom: 3rem; } }
  .c-product-gallery__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
  .c-product-gallery__content {
    width: 100%;
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (min-width: 640px) {
      .c-product-gallery__content {
        width: 80%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .c-product-gallery__content--leftToRight .c-product-gallery-image__item {
      margin-top: 0;
      margin-right: 20%; }
      @media only screen and (min-width: 640px) {
        .c-product-gallery__content--leftToRight .c-product-gallery-image__item {
          margin-top: 0; } }
      .c-product-gallery__content--leftToRight .c-product-gallery-image__item-text {
        padding-left: 1.5rem; }
        @media only screen and (min-width: 640px) {
          .c-product-gallery__content--leftToRight .c-product-gallery-image__item-text {
            padding-left: 0; } }
      .c-product-gallery__content--leftToRight .c-product-gallery-image__item--down {
        margin-left: 20%; }
        @media only screen and (min-width: 640px) {
          .c-product-gallery__content--leftToRight .c-product-gallery-image__item--down {
            margin-top: 50%; } }
        .c-product-gallery__content--leftToRight .c-product-gallery-image__item--down-text {
          padding-left: 0; }
    .c-product-gallery__content--rightToLeft .c-product-gallery-image__item {
      margin-top: 0;
      margin-left: 20%; }
      @media only screen and (min-width: 640px) {
        .c-product-gallery__content--rightToLeft .c-product-gallery-image__item {
          margin: 0;
          margin-top: 50%; } }
      .c-product-gallery__content--rightToLeft .c-product-gallery-image__item--down {
        margin-right: 20%;
        margin-left: 0; }
        @media only screen and (min-width: 640px) {
          .c-product-gallery__content--rightToLeft .c-product-gallery-image__item--down {
            margin: 0;
            margin-left: 20%; } }
        .c-product-gallery__content--rightToLeft .c-product-gallery-image__item--down .c-product-gallery-image__item-text {
          padding-left: 1.5rem; }
          @media only screen and (min-width: 640px) {
            .c-product-gallery__content--rightToLeft .c-product-gallery-image__item--down .c-product-gallery-image__item-text {
              padding-left: 0; } }
  .c-product-gallery-image {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .c-product-gallery-image {
        width: 50%; } }
    .c-product-gallery-image__link {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      text-decoration: none;
      background-color: transparent;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .c-product-gallery-image__link:focus {
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .c-product-gallery-image__item {
      width: 80%;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 640px) {
        .c-product-gallery-image__item {
          width: 92%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 3.5rem; } }
      .c-product-gallery-image__item-text {
        position: relative;
        margin: 1rem 0 0.5rem 0;
        padding-right: 0.5rem;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        text-transform: none;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end; }
        .c-product-gallery-image__item-text:first-letter {
          text-transform: uppercase; }
        .c-product-gallery-image__item-text::before {
          visibility: hidden;
          display: none;
          content: url(/web/img/ico-arrow-return-list-extrasmall.png);
          position: absolute;
          top: 0;
          left: -2.5rem;
          padding-right: 0.5rem;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .c-product-gallery-image__item h2.title-product, .c-product-gallery-image__item #content h2.title-product, #content .c-product-gallery-image__item h2.title-product {
        font-size: 27px;
        line-height: 1.0em; }
        @media only screen and (min-width: 640px) {
          .c-product-gallery-image__item h2.title-product, .c-product-gallery-image__item #content h2.title-product, #content .c-product-gallery-image__item h2.title-product {
            font-size: 23px; } }
        @media only screen and (min-width: 992px) {
          .c-product-gallery-image__item h2.title-product, .c-product-gallery-image__item #content h2.title-product, #content .c-product-gallery-image__item h2.title-product {
            font-size: 30px; } }
      .c-product-gallery-image__item h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.063rem;
        font-weight: 300;
        line-height: 1.5;
        text-align: left; }
        .c-product-gallery-image__item h3:first-letter {
          text-transform: uppercase; }
      .c-product-gallery-image__item .btn-bh {
        margin: 0; }
      .c-product-gallery-image__item--down {
        margin-left: 0;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 640px) {
          .c-product-gallery-image__item--down {
            margin-left: auto;
            margin-right: auto; } }
        @media only screen and (min-width: 640px) {
          .c-product-gallery-image__item--down .c-product-gallery-image__item-text {
            padding-left: 0; } }
        .c-product-gallery-image__item--down .c-product-gallery-image__item-text::before {
          left: 1rem; }
          @media only screen and (min-width: 640px) {
            .c-product-gallery-image__item--down .c-product-gallery-image__item-text::before {
              left: -2.5rem; } }
    .c-product-gallery-image:hover {
      opacity: 0.9; }
      .c-product-gallery-image:hover .c-grid-gallery-image__play {
        opacity: 0.6; }
    .c-product-gallery-image__play {
      visibility: hidden;
      display: none;
      width: 68px;
      height: 68px;
      background-image: url(/web/img/ico-play.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: calc(50% - 2rem);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .c-product-gallery-image__play {
          width: 88px;
          height: 88px; } }
    .c-product-gallery-image.is-video .c-grid-gallery-image__play {
      visibility: visible;
      display: block; }

.c-products-header {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
  padding: 0; }
  @media only screen and (min-width: 992px) {
    .c-products-header {
      margin-bottom: 3rem;
      margin-left: -30px; } }
  .c-products-header__top {
    width: 100%;
    height: 90vh;
    min-height: 175px;
    max-height: 270px;
    position: relative;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .c-products-header__top {
        max-height: 415px; } }
    @media only screen and (min-width: 1248px) {
      .c-products-header__top {
        width: calc(100% + 30px); } }
  .c-products-header-title, #content #articulos-ls.articulos-ls-new h1.c-products-header-title,
  #content #articulos-ls.equipamiento h1.c-products-header-title {
    width: 100%;
    position: absolute;
    top: -0.48em;
    right: 10px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 100%;
    text-align: right;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .c-products-header-title, #content #articulos-ls.articulos-ls-new h1.c-products-header-title,
      #content #articulos-ls.equipamiento h1.c-products-header-title {
        font-size: 4.313rem; } }
    @media only screen and (min-width: 1248px) {
      .c-products-header-title, #content #articulos-ls.articulos-ls-new h1.c-products-header-title,
      #content #articulos-ls.equipamiento h1.c-products-header-title {
        font-size: 6rem; } }
    .c-products-header-title.js-fontSmall, #content #articulos-ls.articulos-ls-new h1.c-products-header-title.js-fontSmall,
    #content #articulos-ls.equipamiento h1.c-products-header-title.js-fontSmall {
      font-size: 2rem; }
      @media only screen and (min-width: 992px) {
        .c-products-header-title.js-fontSmall, #content #articulos-ls.articulos-ls-new h1.c-products-header-title.js-fontSmall,
        #content #articulos-ls.equipamiento h1.c-products-header-title.js-fontSmall {
          font-size: 3.3rem; } }
      @media only screen and (min-width: 1248px) {
        .c-products-header-title.js-fontSmall, #content #articulos-ls.articulos-ls-new h1.c-products-header-title.js-fontSmall,
        #content #articulos-ls.equipamiento h1.c-products-header-title.js-fontSmall {
          font-size: 4.5rem; } }
  .c-products-header-explanation {
    width: 100%;
    margin: 0;
    padding: 1.375rem;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .c-products-header-explanation {
        padding: 0 0 0 1.250rem; } }
    .c-products-header-explanation__text {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.5;
      text-align: left;
      color: #717171; }
      @media only screen and (min-width: 992px) {
        .c-products-header-explanation__text {
          font-size: 1.250rem; } }
  .c-products-header--v2 {
    margin-left: 0; }
    .c-products-header--v2__text {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #000;
      text-align: center;
      z-index: 2; }
    .c-products-header--v2-title, #articulos-ls h1.c-products-header--v2-title {
      padding: 0;
      margin: 0;
      height: auto;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 30px;
      letter-spacing: 3.2px;
      color: #000; }
      @media only screen and (min-width: 992px) {
        .c-products-header--v2-title, #articulos-ls h1.c-products-header--v2-title {
          font-size: 52px;
          line-height: 59px;
          letter-spacing: 9.2px; } }
      .c-products-header--v2-title.font-light, #articulos-ls h1.font-light.c-products-header--v2-title {
        font-weight: 300; }
    .c-products-header--v2 .fading-back {
      min-height: 90vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: background-color 10s linear;
      -o-transition: background-color 10s linear;
      transition: background-color 10s linear;
      -webkit-animation: back_fading 5s infinite;
      animation: back_fading 5s infinite; }
      @media only screen and (min-width: 1248px) {
        .c-products-header--v2 .fading-back {
          min-height: 850px; } }
      .c-products-header--v2 .fading-back__wrapper {
        width: 100%;
        max-width: 1500px;
        padding: 0 2rem;
        margin: auto;
        position: relative; }
      .c-products-header--v2 .fading-back__center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .c-products-header--v2 .fading-back__imgcentral {
        width: 90%; }
        @media only screen and (min-width: 576px) {
          .c-products-header--v2 .fading-back__imgcentral {
            width: 33.45%; } }
        .c-products-header--v2 .fading-back__imgcentral img {
          margin: 0 auto; }

.c-qr-code {
  position: relative;
  padding: 0.5rem; }
  .c-qr-code-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5rem; }
    .c-qr-code-content__left {
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 480px) {
        .c-qr-code-content__left {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% - 125px);
          flex: 0 1 calc(100% - 125px);
          margin-bottom: 0;
          margin-right: 15px; } }
    .c-qr-code-content__number {
      margin: 0 0 0.25rem 0;
      font-size: 1.05rem;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 150%; }
      @media only screen and (min-width: 480px) {
        .c-qr-code-content__number {
          font-size: 1.25rem; } }
    .c-qr-code-content__link {
      word-break: break-all; }
    @media only screen and (min-width: 480px) {
      .c-qr-code-content__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 105px;
        flex: 0 1 105px;
        max-width: 105px; } }
    .c-qr-code-content__right img {
      max-width: 100%;
      height: auto;
      display: block; }

body.b2b .c-range,
body.b2c .c-range {
  width: 90%;
  margin: 10px auto;
  height: 7px; }
  body.b2b .c-range .ui-slider-handle,
  body.b2c .c-range .ui-slider-handle {
    width: 13px;
    height: 13px;
    border: 1px solid grey; }

body.b2b .c-range__number,
body.b2c .c-range__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 5px; }
  body.b2b .c-range__number span:hover,
  body.b2c .c-range__number span:hover {
    color: #000; }

.c-return-home {
  visibility: hidden;
  display: none;
  width: auto;
  max-width: 60px;
  margin: 0 0 0 0.45rem; }
  .c-return-home__link {
    width: 100%;
    height: 100%;
    display: block; }
    .c-return-home__link img {
      max-width: 100%;
      height: auto;
      display: block;
      max-width: 30px;
      margin-left: auto;
      margin-right: auto; }
    .c-return-home__link:hover {
      opacity: 0.9; }
  .c-return-home__text {
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.5rem;
    font-weight: 400;
    text-align: center;
    color: #000; }
  @media only screen and (min-width: 480px) {
    .c-return-home {
      margin-left: 1rem; }
      .c-return-home__text {
        font-size: 0.6rem; } }

@media only screen and (min-width: 1024px) {
  .b2b.mybhu.pre-bhunique .c-return-home {
    visibility: visible;
    display: block; } }

.c-return-item {
  display: inline-block;
  padding: 0;
  margin-bottom: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: none;
  color: #000;
  background-color: transparent; }
  .c-return-item::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.3rem;
    content: '';
    background: url(/web/img/ico-angle-left-big.png);
    width: 12px;
    height: 18px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center; }
  .c-return-item:hover {
    font-weight: 600;
    color: #000;
    background-color: transparent; }
  .c-return-item:focus {
    outline: 1px dotted #000;
    color: #000;
    background-color: transparent; }
  .c-return-item--pointer, .view-pedido #content h1.c-my-account__title-text .c-return-item, .view-pedido #content h1.c-my-account__title .c-return-item {
    pointer-events: auto; }
    @media only screen and (min-width: 1248px) {
      .c-return-item--pointer, .view-pedido #content h1.c-my-account__title-text .c-return-item, .view-pedido #content h1.c-my-account__title .c-return-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .c-return-item--pointer::before, .view-pedido #content h1.c-my-account__title-text .c-return-item::before, .view-pedido #content h1.c-my-account__title .c-return-item::before {
          visibility: visible;
          display: block; } }

.c-sales-points {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1024px) {
    .c-sales-points {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-sales-points-list {
    counter-reset: list-counter;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    margin-bottom: 1rem; }
    .c-sales-points-list::-webkit-scrollbar {
      width: 0.25rem; }
    .c-sales-points-list::-webkit-scrollbar-track {
      background-color: #dfdfdf;
      border-radius: 0.25rem; }
    .c-sales-points-list::-webkit-scrollbar-thumb {
      background-color: #666666;
      border-radius: 0.25rem; }
    .c-sales-points-list::-webkit-scrollbar-thumb:hover {
      background-color: #000; }
    @media only screen and (min-width: 1024px) {
      .c-sales-points-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(55% - 10% - 1rem);
        flex: 0 1 calc(55% - 10% - 1rem);
        margin-right: 0.5rem;
        margin-bottom: 0; } }
    .c-sales-points-list__item {
      counter-increment: list-counter;
      position: relative;
      margin: 0 0 0.5rem 0;
      padding: 0.5rem 0.25rem 0.5rem 1.5rem;
      border-top: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      cursor: pointer; }
      .c-sales-points-list__item:last-child {
        margin-bottom: 0; }
      .c-sales-points-list__item::before {
        content: counter(list-counter);
        position: absolute;
        top: 0.55rem;
        left: 0;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.8rem;
        font-weight: 800;
        text-align: left;
        text-transform: uppercase;
        color: #000; }
      .c-sales-points-list__item.is-active {
        background-color: #f7f7f7; }
        .c-sales-points-list__item.is-active::before {
          padding: 0.188rem 0.375rem;
          color: #fff;
          background-color: #000; }
    .c-sales-points-list__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-sales-points-list__title-text, .c-sales-points-media-alert__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 3.5rem);
        flex: 0 1 calc(100% - 3.5rem);
        margin: 0.15rem 0;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.8rem;
        font-weight: 800;
        text-align: left;
        text-transform: uppercase;
        color: #000; }
      .c-sales-points-list__title-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 3.5rem;
        flex: 0 1 3.5rem;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.7rem;
        font-weight: 300;
        text-align: right;
        text-transform: none;
        color: #333333; }
    .c-sales-points-list__content {
      width: 100%;
      margin-top: 0.25rem; }
      .c-sales-points-list__content .c-sales-points-list__title-text, .c-sales-points-list__content .c-sales-points-media-alert__title {
        font-size: 0.7rem;
        font-weight: 600; }
  .c-sales-points-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .c-sales-points-sublist__item, .c-sales-points-media-alert__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0.35rem;
      margin-right: 1rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      text-align: left;
      text-transform: capitalize;
      color: #000; }
      .c-sales-points-sublist__item::before, .c-sales-points-media-alert__text::before {
        font-family: FontAwesome;
        margin-right: 0.25rem; }
      .c-sales-points-sublist__item--phone::before, .c-sales-points-media-alert__text--phone::before {
        content: "\f095"; }
      .c-sales-points-sublist__item--collect-point::before {
        content: url("/web/img/ico_BH.gif"); }
      .c-sales-points-sublist__item--collect-em::before {
        content: url("/web/img/ico_EM.gif"); }
      .c-sales-points-sublist__item--dealer::before {
        content: url("/web/img/sprites/atomx2.png"); }
      .c-sales-points-sublist__item--concept-store::before {
        content: url("/web/img/sprites/tienda-concept-store.png"); }
  .c-sales-points-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media only screen and (min-width: 1024px) {
      .c-sales-points-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        margin: 0; } }
    .c-sales-points-media-alert {
      padding: 0.15rem; }
      .c-sales-points-media-alert__text {
        margin-right: 0; }
  @media only screen and (min-width: 1024px) {
    .c-sales-points--modal {
      width: calc(100% - (0.5rem + 4rem));
      margin-left: 0; } }

.c-searchers {
  width: 100%;
  margin: 0.5rem 0; }
  .c-searchers__title {
    margin: 0.5rem 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    text-transform: none;
    color: #000; }
    .c-searchers__title::first-letter {
      text-transform: uppercase; }
    .c-searchers__title--small {
      font-size: 0.8rem; }
  .c-searchers-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.25rem 0; }
    @media only screen and (min-width: 768px) {
      .c-searchers-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .c-searchers__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media only screen and (min-width: 768px) {
      .c-searchers__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.25rem);
        flex: 0 1 calc(50% - 0.25rem); } }
    @media only screen and (min-width: 768px) {
      .c-searchers__block:nth-child(odd) {
        margin-right: 0.25rem; } }
    @media only screen and (min-width: 768px) {
      .c-searchers__block:nth-child(even) {
        margin-left: 0.25rem; } }
  .c-searchers__item {
    width: 100%;
    max-width: 500px;
    height: 2.5rem;
    position: relative;
    margin: 0.25rem 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    color: #000;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff; }
    .c-searchers__item::after {
      font-family: FontAwesome;
      content: '\f078';
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0.5rem; }
    @media only screen and (min-width: 1248px) {
      .c-searchers__item {
        font-size: 0.9rem; } }
    .c-searchers__item select {
      width: 100%;
      height: 100%;
      display: block;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none; }
      .c-searchers__item select:hover {
        background-color: transparent; }
      .c-searchers__item select:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
      .c-searchers__item select::-ms-expand {
        visibility: hidden;
        display: none; }
    .c-searchers__item--input {
      border: 0; }
      .c-searchers__item--input::after {
        visibility: hidden;
        display: none; }
  @media only screen and (min-width: 1024px) {
    .c-searchers--modal {
      width: calc(100% - 4.5rem); } }

.c-size {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    .c-size {
      width: 101%;
      margin-top: 6rem;
      margin-bottom: 6rem;
      padding: 3rem 0.875rem; } }
  .c-size-settings {
    width: auto;
    min-width: 250px;
    margin-top: 1rem; }
    @media only screen and (min-width: 992px) {
      .c-size-settings {
        margin-top: 0; } }
    .c-size-settings thead,
    .c-size-settings tr:nth-of-type(even) {
      background-color: transparent; }
    .c-size-settings thead .o-ficha-block-text {
      text-transform: capitalize; }
    .c-size-settings thead th {
      padding: 0 0 0.8rem 0; }
      .c-size-settings thead th:first-child {
        font-weight: 600; }
    .c-size-settings tbody th,
    .c-size-settings tbody td {
      padding: 0.4rem 0; }
    .c-size-settings tbody th.o-ficha-block-text {
      font-weight: 600;
      text-transform: uppercase; }

.c-slide-cover {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 0;
  background-color: transparent;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .c-slide-cover {
      min-height: 250px; } }
  .c-slide-cover__content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0; }
  .c-slide-cover__item, .slick-initialized .c-slide-cover__item {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0; }
    .c-slide-cover__item-image {
      width: 100%;
      height: 96vh;
      max-height: 960px;
      position: relative;
      margin: 0 auto 0 auto;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 1500px) and (orientation: landscape) {
        .c-slide-cover__item-image {
          min-height: 350px; } }
  .c-slide-cover-texts {
    width: 95%;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 1rem; }
    @media only screen and (min-width: 1024px) {
      .c-slide-cover-texts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 5rem; } }
    .c-slide-cover-texts__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1rem);
      flex: 0 1 calc(50% - 1rem);
      margin: 0.5rem;
      text-align: center; }
      .c-slide-cover-texts__item--center {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem; }
      @media only screen and (min-width: 1024px) {
        .c-slide-cover-texts__item {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(20% - 2rem);
          flex: 0 1 calc(20% - 2rem);
          margin: 0 1rem; }
          .c-slide-cover-texts__item:first-child {
            margin-left: 0; }
          .c-slide-cover-texts__item:last-child {
            margin-right: 0; }
          .c-slide-cover-texts__item--center {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(20% - 2rem);
            flex: 0 1 calc(20% - 2rem);
            margin-top: 0;
            margin-bottom: 0; } }
    .c-slide-cover-texts__title, #content h1.c-slide-cover-texts__title {
      margin: 0 auto;
      padding: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 3.6rem;
      font-weight: 900;
      line-height: 120%;
      text-align: center;
      color: #fff; }
      .c-slide-cover-texts__title--img {
        width: 95%;
        max-width: 530px;
        height: auto;
        margin: 0 auto; }
        @media only screen and (min-width: 576px) {
          .c-slide-cover-texts__title--img {
            width: 100%;
            min-width: 365px; } }
        .c-slide-cover-texts__title--img img {
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; }
    .c-slide-cover-texts__paragraph, #content h2.c-slide-cover-texts__paragraph {
      margin-bottom: 0.25rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 130%;
      text-align: center;
      color: #fff; }
      .c-slide-cover-texts__paragraph strong, #content h2.c-slide-cover-texts__paragraph strong {
        display: block;
        font-weight: 800;
        text-transform: uppercase; }
  .c-slide-cover__arrows {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 23%; }
    .c-slide-cover__arrows button {
      position: absolute;
      top: 25px; }
    .c-slide-cover__arrows .prev {
      left: 0;
      margin-left: 5%; }
      @media only screen and (min-width: 768px) {
        .c-slide-cover__arrows .prev {
          margin-left: 26%; } }
      @media only screen and (min-width: 1248px) {
        .c-slide-cover__arrows .prev {
          margin-left: 32%; } }
    .c-slide-cover__arrows .next {
      right: 0;
      margin-right: 9%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media only screen and (min-width: 768px) {
        .c-slide-cover__arrows .next {
          margin-right: 30%; } }
      @media only screen and (min-width: 1248px) {
        .c-slide-cover__arrows .next {
          margin-right: 34%; } }
    .c-slide-cover__arrows-out .slick-prev, .c-slide-cover__arrows-out .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-slide-cover__arrows-out .slick-next {
      left: 1rem;
      margin: 0; }
    .c-slide-cover__arrows-out .slick-next {
      right: 1rem;
      margin: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media only screen and (min-width: 1248px) {
    .c-slide-cover .slick-prev, .c-slide-cover .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-slide-cover .slick-next,
    .c-slide-cover .slick-next {
      width: 54px; } }
  .c-slide-cover .slick-prev.slick-disabled, .c-slide-cover .c-ficha-bike .product_gallery--slider .slick-disabled.slick-next, .c-ficha-bike .product_gallery--slider .c-slide-cover .slick-disabled.slick-next,
  .c-slide-cover .slick-next.slick-disabled {
    opacity: 0.6; }
  .c-slide-cover-wrapper {
    width: 100%;
    height: auto;
    min-height: 120vh;
    margin: 0 auto;
    padding: 0 0 2rem 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
  .c-slide-cover--no-slide {
    background-image: none !important; }
  .c-slide-cover-video {
    width: 50%;
    max-width: 400px;
    position: absolute;
    left: 1.5rem;
    bottom: 10rem;
    visibility: hidden;
    display: none; }
    .c-slide-cover-video__title {
      margin: 0 0 0.25rem 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 2rem;
      font-weight: 800;
      line-height: 130%;
      text-align: left;
      color: #fff; }
      .c-slide-cover-video__title:first-letter {
        text-transform: uppercase; }
    .c-slide-cover-video__link, body.b2b .main-container a.c-slide-cover-video__link {
      width: auto;
      height: 2.25rem;
      line-height: 2.2rem;
      position: relative;
      display: inline-block;
      margin: 0.25rem 0 0 0;
      padding: 0 2rem;
      border: 1px solid #fff;
      border-radius: 0.95rem;
      background-color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.15rem;
      font-weight: 800;
      text-align: center;
      color: #000;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .c-slide-cover-video__link span::before, body.b2b .main-container a.c-slide-cover-video__link span::before {
        font-family: FontAwesome;
        content: '\f04b';
        padding-right: 0.3rem; }
      .c-slide-cover-video__link:hover, body.b2b .main-container a.c-slide-cover-video__link:hover {
        background-color: #000;
        border-color: #000;
        color: #fff; }
        .c-slide-cover-video__link:hover span::before, body.b2b .main-container a.c-slide-cover-video__link:hover span::before {
          color: #fff; }
      .c-slide-cover-video__link:focus, body.b2b .main-container a.c-slide-cover-video__link:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
  .c-slide-cover.is-video .c-slide-cover-video {
    visibility: visible;
    display: block; }
  .c-slide-cover--light {
    background-color: #fff; }
    .c-slide-cover--light .c-slide-cover-texts__title, .c-slide-cover--light #content h1.c-slide-cover-texts__title, #content .c-slide-cover--light h1.c-slide-cover-texts__title, .c-slide-cover--light .c-slide-cover-texts__paragraph, .c-slide-cover--light #content h2.c-slide-cover-texts__paragraph, #content .c-slide-cover--light h2.c-slide-cover-texts__paragraph {
      color: #000; }
    .c-slide-cover--light .slick-prev img, .c-slide-cover--light .c-ficha-bike .product_gallery--slider .slick-next img, .c-ficha-bike .product_gallery--slider .c-slide-cover--light .slick-next img,
    .c-slide-cover--light .slick-next img {
      visibility: hidden;
      display: none; }
    .c-slide-cover--light .slick-prev::before, .c-slide-cover--light .c-ficha-bike .product_gallery--slider .slick-next::before, .c-ficha-bike .product_gallery--slider .c-slide-cover--light .slick-next::before,
    .c-slide-cover--light .slick-next::before {
      content: url(/web/img/ico-arrow-return-list-fine.png); }
    .c-slide-cover--light .c-slide-cover-video__title {
      color: #000; }
    .c-slide-cover--light .c-slide-cover-video__link, .c-slide-cover--light body.b2b .main-container a.c-slide-cover-video__link, body.b2b .main-container .c-slide-cover--light a.c-slide-cover-video__link {
      background-color: #000;
      color: #fff; }
      .c-slide-cover--light .c-slide-cover-video__link:hover, .c-slide-cover--light body.b2b .main-container a.c-slide-cover-video__link:hover, body.b2b .main-container .c-slide-cover--light a.c-slide-cover-video__link:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000; }
        .c-slide-cover--light .c-slide-cover-video__link:hover span::before {
          color: #000; }

#content h2.c-slide-cover-texts__paragraph {
  margin-bottom: 0.25rem; }

.c-specifications-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .c-specifications-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  .c-specifications-list__item {
    margin: 0 2.7rem 2.7rem 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    @media only screen and (min-width: 768px) {
      .c-specifications-list__item {
        max-width: 320px; } }
    @media only screen and (min-width: 992px) {
      .c-specifications-list__item {
        max-width: 198px; } }
    @media only screen and (min-width: 1248px) {
      .c-specifications-list__item {
        max-width: 202px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin: 0 0 2.7rem 0; } }
    .c-specifications-list__item-title {
      font-weight: 600;
      margin-bottom: 3px; }
    .c-specifications-list__item-values {
      font-weight: 300;
      text-transform: inherit; }
      .c-specifications-list__item-values span {
        font-size: 1rem;
        line-height: 1.5;
        text-transform: capitalize;
        font-weight: 300;
        color: #666; }
  .c-specifications-list__content {
    width: 100%; }
    .c-specifications-list__content h2 {
      font-size: 1rem  !important; }
    .c-specifications-list__content .separator {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 40px; }

.c-specifications--testrevista .d-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (min-width: 992px) {
  .c-specifications--testrevista .c-specifications-list.no-slick .c-specifications-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-specifications--testrevista .c-specifications-list.no-slick .c-specifications-list__item {
    max-width: 33%; }
  .c-specifications--testrevista .c-specifications-list.no-slick .arrow-slider {
    display: none; } }

.c-specifications--testrevista .c-awards {
  margin-bottom: 2.7rem; }
  .c-specifications--testrevista .c-awards-img {
    max-width: 80px; }
    @media only screen and (max-width: 1023px) {
      .c-specifications--testrevista .c-awards-img {
        max-width: 65px;
        margin-left: -20px; } }
  @media only screen and (min-width: 1024px) {
    .c-specifications--testrevista .c-awards__item {
      padding-left: 24px; } }
  .c-specifications--testrevista .c-awards__item-year {
    font-weight: 700; }
  .c-specifications--testrevista .c-awards__item-title {
    text-transform: uppercase; }
  .c-specifications--testrevista .c-awards--mobile {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .c-specifications--testrevista .c-awards--mobile {
        display: none; } }
  .c-specifications--testrevista .c-awards--desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .c-specifications--testrevista .c-awards--desktop {
        display: block; } }

@media only screen and (min-width: 1024px) {
  .c-specifications--testrevista .c-specifications-list__content {
    margin-top: 20px; } }

.c-specifications--testrevista .c-specifications-list__content:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-specifications--testrevista .c-specifications-list__item {
  max-width: 17%;
  margin: 0;
  padding: 0;
  padding-right: 33px; }
  @media only screen and (max-width: 991px) {
    .c-specifications--testrevista .c-specifications-list__item {
      max-width: 100%;
      margin-bottom: 10px;
      padding: 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; } }
  .c-specifications--testrevista .c-specifications-list__item-title {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    color: #cd202c;
    font-style: italic; }
    .c-specifications--testrevista .c-specifications-list__item-title a {
      color: #cd202c;
      font-size: 1.1rem; }
  .c-specifications--testrevista .c-specifications-list__item-subtitle {
    text-transform: uppercase;
    font-size: .85rem;
    margin-bottom: 20px;
    min-height: 50px; }
    @media only screen and (max-width: 991px) {
      .c-specifications--testrevista .c-specifications-list__item-subtitle {
        min-height: 10px; } }
    .c-specifications--testrevista .c-specifications-list__item-subtitle .fa-angle-double-left,
    .c-specifications--testrevista .c-specifications-list__item-subtitle .fa-angle-double-right {
      visibility: hidden;
      display: none; }
  .c-specifications--testrevista .c-specifications-list__item-descript {
    display: none; }
  .c-specifications--testrevista .c-specifications-list__item-link {
    font-style: italic;
    text-decoration: underline;
    font-size: .95rem; }

.c-specifications--testrevista .slick-list {
  overflow-x: scroll; }
  .c-specifications--testrevista .slick-list::-webkit-scrollbar {
    width: 5px;
    height: 11px;
    background-color: #F2F2F2;
    border-radius: 90px; }
  .c-specifications--testrevista .slick-list::-webkit-scrollbar-thumb {
    border-radius: 90px;
    background-color: #BFBFBF; }
  .c-specifications--testrevista .slick-list::-webkit-scrollbar-track {
    border-radius: 90px; }
  .c-specifications--testrevista .slick-list .slick-track {
    padding-bottom: 30px; }

.c-specifications--testrevista .arrow-slider {
  display: none; }
  @media only screen and (min-width: 992px) {
    .c-specifications--testrevista .arrow-slider {
      display: block;
      position: absolute;
      max-width: 25px;
      left: -15px; } }
  .c-specifications--testrevista .arrow-slider.next {
    right: 15px;
    left: inherit; }
  .c-specifications--testrevista .arrow-slider.slick-disabled {
    visibility: hidden;
    display: none; }

.c-specifications--modal {
  width: 100%;
  margin-top: 1rem;
  padding: 0; }
  .c-specifications--modal .c-specifications-list__item {
    max-width: 100%;
    margin: 0.5rem auto; }

@media only screen and (min-width: 1248px) {
  .ficha-accesorio .c-specifications,
  .ficha-accesorio .c-bike-technology {
    max-width: 73%;
    margin-left: 0; } }

#content .c-specifications-list__content h2 {
  text-align: left; }

.c-streaming {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto 50px;
  padding: 0;
  font-size: 0.85rem;
  text-align: center;
  background-color: #000; }
  .c-streaming__top {
    height: 50vh;
    min-height: 350px;
    max-height: 700px;
    position: relative;
    background-image: url("/download/bancorecursos/homeV2/streaming_background-mob.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-streaming__top {
        background-image: url("/download/bancorecursos/homeV2/streaming_background.jpg"); } }
    .c-streaming__top::after {
      content: '';
      width: 100%;
      height: 4vh;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.65)), to(black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 75%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 75%, black 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 75%, black 100%); }
  .c-streaming__bottom {
    height: auto;
    margin: 0 auto;
    padding: 2em 1em; }
  .c-streaming__title, .c-streaming__subtitle, #content h2.c-streaming__subtitle, #content h1.c-streaming__title {
    max-width: 1220px;
    margin: 0 auto;
    padding: 1.8rem 0 0 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.8em;
    font-weight: 600;
    line-height: 120%;
    text-transform: none;
    text-align: center;
    text-shadow: 0.125rem 0.125rem #000;
    letter-spacing: 0.063rem;
    color: #fff; }
    .c-streaming__title:first-letter, .c-streaming__subtitle:first-letter, #content h2.c-streaming__subtitle:first-letter, #content h1.c-streaming__title:first-letter {
      text-transform: uppercase; }
  .c-streaming__subtitle, #content h2.c-streaming__subtitle {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 0.3rem;
    font-size: 1.6em;
    text-shadow: none;
    letter-spacing: 0; }
  .c-streaming__text {
    margin: 0.3rem 0 0 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center; }
  .c-streaming-info {
    max-width: 960px;
    margin: 0 auto 1.3rem auto; }
  .c-streaming-video {
    max-width: 960px;
    margin: 0 auto; }
  @media only screen and (min-width: 480px) {
    .c-streaming {
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .c-streaming {
      font-size: 1rem; }
      .c-streaming__title, .c-streaming__subtitle, #content h2.c-streaming__subtitle, #content h1.c-streaming__title {
        font-size: 4em; }
      .c-streaming__subtitle, #content h2.c-streaming__subtitle {
        font-size: 2.2em; } }
  .c-streaming--light {
    background-color: #fff; }
    .c-streaming--light .c-streaming__top::after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.65)), to(white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.65) 75%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.65) 75%, white 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.65) 75%, white 100%); }
    .c-streaming--light .c-streaming__subtitle, .c-streaming--light #content h2.c-streaming__subtitle, #content .c-streaming--light h2.c-streaming__subtitle,
    .c-streaming--light .c-streaming__text {
      color: #000; }

.c-title-and-text-degradate {
  width: 96%;
  max-width: 1250px;
  height: 100%;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  .c-title-and-text-degradate__title, .c-title-and-text-degradate__text, #content h1.c-title-and-text-degradate__title,
  #content .c-title-and-text-degradate__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (min-width: 992px) {
      .c-title-and-text-degradate__title, .c-title-and-text-degradate__text, #content h1.c-title-and-text-degradate__title,
      #content .c-title-and-text-degradate__title {
        font-size: 3.4em; } }
  .c-title-and-text-degradate__text {
    margin-top: 3%;
    font-size: 1.15em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5; }
    @media only screen and (min-width: 992px) {
      .c-title-and-text-degradate__text {
        font-size: 1.6em; } }

.c-tootlip {
  display: none;
  position: absolute;
  width: auto;
  max-width: 300px;
  right: -380px;
  top: 0; }
  .c-tootlip__content {
    padding: 25px 15px;
    border: 1px solid #707070; }

.c-video {
  width: 100%;
  height: 100%;
  margin: 2rem auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .c-video .vsf-container-fluid {
    height: 100%; }
    .c-video .vsf-container-fluid .vsf-row {
      height: 100%; }
  .c-video-item {
    width: 100%;
    height: 100vh;
    max-height: 440px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .c-video-item.vsf-col-sm-12 {
      max-height: 980px; }
    .c-video-item-text__paragraph {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.5;
      text-align: left;
      color: #717171; }
      @media only screen and (min-width: 992px) {
        .c-video-item-text__paragraph {
          font-size: 1.250rem; } }
  .c-video-opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none; }
  .c-video__play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #fff; }
    .c-video__play span {
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    .c-video__play:hover {
      color: #fff; }
      .c-video__play:hover span {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95); }
    .c-video__play:focus {
      outline: 1px dotted #fff; }
  .c-video-two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 576px) {
      .c-video-two-cols .c-video__play {
        left: 25%; } }
    .c-video-two-cols.video-d {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .c-video-two-cols.video-d .c-video__play {
        left: auto; }
        @media only screen and (min-width: 576px) {
          .c-video-two-cols.video-d .c-video__play {
            left: auto;
            right: 20%; } }
      @media only screen and (min-width: 576px) {
        .c-video-two-cols.video-d .c-video-item-text__paragraph {
          text-align: right; } }

.landing .icon-playv2 {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 100%; }
  @media only screen and (min-width: 1248px) {
    .landing .icon-playv2 {
      width: 130px;
      height: 130px; } }
  .landing .icon-playv2 .triangle-play {
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 56%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 1248px) {
      .landing .icon-playv2 .triangle-play {
        border-left: 71px solid #fff;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent; } }
  .landing .icon-playv2:hover, .landing .icon-playv2:focus {
    -webkit-transform: translate(-50%, 0) scale(1.1);
    -ms-transform: translate(-50%, 0) scale(1.1);
    transform: translate(-50%, 0) scale(1.1); }
  .landing .icon-playv2--small {
    z-index: 5;
    cursor: pointer;
    background: transparent;
    border: 1px solid white;
    width: 60px;
    height: 60px; }
    @media only screen and (min-width: 1248px) {
      .landing .icon-playv2--small {
        top: 50%;
        width: 100px;
        height: 100px; } }
    @media only screen and (min-width: 1248px) {
      .landing .icon-playv2--small .triangle-play {
        border-left-width: 50px;
        border-top-width: 30px;
        border-bottom-width: 30px; } }

.c-video-textcolumns .c-bike-bateria__content {
  left: 0;
  margin-left: 1.5vw; }

.c-video-textcolumns__animation, .c-video-textcolumns-cols {
  width: 96%;
  max-width: 1380px;
  height: 100%;
  max-height: 680px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 992px) {
    .c-video-textcolumns__animation, .c-video-textcolumns-cols {
      width: 78%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(20% + 1rem); } }

.c-video-textcolumns-video {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  max-height: 1100px;
  margin: 0 auto; }
  .c-video-textcolumns-video__video {
    width: 100%; }

.c-video-textcolumns-cols {
  width: 95%;
  max-width: 1800px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media only screen and (min-width: 992px) {
    .c-video-textcolumns-cols {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-video-textcolumns-cols.is-active {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .c-video-textcolumns-cols__col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
    color: #000; }
    @media only screen and (min-width: 992px) {
      .c-video-textcolumns-cols__col {
        width: 50%;
        max-width: 400px;
        font-size: 1.45em; } }
    .c-video-textcolumns-cols__col.js-fontSmall {
      font-size: 0.8rem; }
      @media only screen and (min-width: 1024px) {
        .c-video-textcolumns-cols__col.js-fontSmall {
          font-size: 0.9rem; } }
    .c-video-textcolumns-cols__col.js-fontXSmall {
      font-size: 0.7rem; }
      @media only screen and (min-width: 768px) {
        .c-video-textcolumns-cols__col.js-fontXSmall {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 1248px) {
        .c-video-textcolumns-cols__col.js-fontXSmall {
          font-size: 0.9rem; } }
    .c-video-textcolumns-cols__col p {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit; }

.full-block > section.c-video-textcolumns {
  padding: 0; }

.c-videotutoriales {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    .c-videotutoriales {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .c-videotutoriales__header {
    width: 100%;
    margin: 0 0 0.7rem;
    padding: 0.438rem;
    background-color: #fff;
    border-bottom: 1px solid #000;
    cursor: pointer; }
    .c-videotutoriales__header .fa-chevron-down {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.25rem;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .c-videotutoriales__header .fa-chevron-down.open {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .c-videotutoriales-header:not(:first-child) {
    margin-top: 30px; }
  .c-videotutoriales__year, #content h1.c-videotutoriales__year {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
  .c-videotutoriales-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 258px;
    margin: 0.5rem auto 1rem auto;
    padding: 0;
    visibility: hidden;
    display: none; }
    .c-videotutoriales-item.open {
      visibility: visible;
      display: block; }
    .c-videotutoriales-item__img {
      width: 100%;
      position: relative; }
    .c-videotutoriales-item__link, body.b2b .main-container a.c-videotutoriales-item__link {
      width: 100%;
      height: 100%;
      position: relative;
      display: block; }
      .c-videotutoriales-item__link::after, body.b2b .main-container a.c-videotutoriales-item__link::after {
        font-family: FontAwesome;
        content: '\f04b';
        pointer-events: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0;
        font-size: 1rem;
        text-align: center;
        color: #000;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75); }
      .c-videotutoriales-item__link:hover, body.b2b .main-container a.c-videotutoriales-item__link:hover {
        opacity: 0.9; }
      .c-videotutoriales-item__link:focus, body.b2b .main-container a.c-videotutoriales-item__link:focus {
        outline: 0;
        -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53);
        box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.53); }
    @media only screen and (min-width: 480px) {
      .c-videotutoriales-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 0;
        margin-right: 0.5rem; } }
  .c-videotutoriales__title, #content h2.c-videotutoriales__title {
    margin: 0 0 0.25rem 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
  .c-videotutoriales__autor {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #000; }

.video-view {
  visibility: hidden;
  display: none; }
  .video-view.open {
    visibility: visible;
    display: block; }

#product_related.c-product_related_2 {
  margin: 70px auto;
  max-width: 100%;
  padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    #product_related.c-product_related_2 {
      padding: 0 0.875rem; } }
  #product_related.c-product_related_2 .title-main {
    font-size: 25px;
    color: #707070;
    line-height: 35px;
    font-weight: 300;
    text-align: left;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      #product_related.c-product_related_2 .title-main {
        font-size: 1.9rem; } }
  #product_related.c-product_related_2 .arrows {
    text-indent: -9999em;
    display: none; }
  #product_related.c-product_related_2 .slick-slider {
    border: 0 !important; }
    #product_related.c-product_related_2 .slick-slider .slick-list.draggable.scrolling {
      width: 98%;
      margin: auto; }
      @media only screen and (min-width: 992px) {
        #product_related.c-product_related_2 .slick-slider .slick-list.draggable.scrolling {
          width: 92%; } }
      #product_related.c-product_related_2 .slick-slider .slick-list.draggable.scrolling::-webkit-scrollbar {
        width: 5px;
        height: 11px;
        background-color: #F2F2F2;
        border-radius: 90px; }
      #product_related.c-product_related_2 .slick-slider .slick-list.draggable.scrolling::-webkit-scrollbar-thumb {
        border-radius: 90px;
        background-color: #BFBFBF; }
      #product_related.c-product_related_2 .slick-slider .slick-list.draggable.scrolling::-webkit-scrollbar-track {
        border-radius: 90px; }
    #product_related.c-product_related_2 .slick-slider .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      top: auto;
      bottom: 0; }
      #product_related.c-product_related_2 .slick-slider .slick-dots li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: 0; }
        #product_related.c-product_related_2 .slick-slider .slick-dots li button {
          width: 100%;
          background-color: transparent;
          border-radius: 0; }
          #product_related.c-product_related_2 .slick-slider .slick-dots li button:before {
            content: '-';
            font-size: 0;
            line-height: 0;
            width: 100%;
            height: 3px;
            background-color: black; }
  #product_related.c-product_related_2 .product {
    max-width: 90vw;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #product_related.c-product_related_2 .product {
        max-width: 700px; } }
    #product_related.c-product_related_2 .product-info-title {
      width: 100%;
      font-size: 0.9375rem;
      line-height: 0.75rem;
      font-weight: normal;
      letter-spacing: 0.046875rem;
      color: black;
      text-align: left;
      padding-left: 0;
      margin: 0; }
      @media only screen and (min-width: 576px) {
        #product_related.c-product_related_2 .product-info-title {
          font-size: 1.875rem;
          line-height: 1.5625rem;
          letter-spacing: 0.09375rem; } }
    #product_related.c-product_related_2 .product .image img {
      width: 100%;
      margin: 0 auto; }
      #product_related.c-product_related_2 .product .image img.hidden {
        visibility: hidden;
        position: absolute; }
      #product_related.c-product_related_2 .product .image img.img_garantia {
        position: absolute;
        width: 8% !important;
        top: 0; }
        #product_related.c-product_related_2 .product .image img.img_garantia.img_black_friday {
          right: 0; }
        #product_related.c-product_related_2 .product .image img.img_garantia.img_if_fietstest {
          right: 0; }
        #product_related.c-product_related_2 .product .image img.img_garantia.img_logo_germany {
          width: 15% !important; }
        #product_related.c-product_related_2 .product .image img.img_garantia.img_seg_automotive {
          top: -1rem;
          left: 3.625rem;
          width: 12% !important; }
          @media only screen and (min-width: 480px) {
            #product_related.c-product_related_2 .product .image img.img_garantia.img_seg_automotive {
              left: 4.375rem; } }
          @media only screen and (min-width: 576px) {
            #product_related.c-product_related_2 .product .image img.img_garantia.img_seg_automotive {
              left: 4.5rem; } }
        #product_related.c-product_related_2 .product .image img.img_garantia.img_logo_luz {
          right: 0; }
          @media only screen and (min-width: 480px) {
            #product_related.c-product_related_2 .product .image img.img_garantia.img_logo_luz {
              right: 10px; } }
          @media only screen and (min-width: 576px) {
            #product_related.c-product_related_2 .product .image img.img_garantia.img_logo_luz {
              right: 30px; } }
      #product_related.c-product_related_2 .product .image img.img_BH2EXMAG_Gen_2 {
        position: absolute;
        width: 50% !important;
        bottom: 15%;
        right: 5%; }
        @media only screen and (min-width: 576px) {
          #product_related.c-product_related_2 .product .image img.img_BH2EXMAG_Gen_2 {
            width: 25% !important;
            bottom: 20%; } }
    #product_related.c-product_related_2 .product .image_container {
      max-width: 100%; }
    #product_related.c-product_related_2 .product .price {
      font-size: 0.9375rem;
      line-height: 1;
      letter-spacing: 0.046875rem;
      margin: 0 0.3125rem 0 0; }
      @media only screen and (min-width: 576px) {
        #product_related.c-product_related_2 .product .price {
          font-size: 1.125rem;
          letter-spacing: 0.05625rem;
          margin: 0 3.4375rem 0 0; } }
    #product_related.c-product_related_2 .product .btn-comparison {
      letter-spacing: 0.09375rem; }
      @media only screen and (min-width: 576px) {
        #product_related.c-product_related_2 .product .btn-comparison {
          letter-spacing: 0.1125rem; } }
  #product_related.c-product_related_2--columns .title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 576px) {
      #product_related.c-product_related_2--columns .title {
        font-size: 2.5rem;
        line-height: 3.3125rem;
        letter-spacing: 0.25rem;
        margin-bottom: 5.625rem; } }
  #product_related.c-product_related_2--columns .product_related_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2rem; }
    #product_related.c-product_related_2--columns .product_related_slider .product:not(.slick-slide) {
      margin: 0;
      min-width: 100%; }
      @media only screen and (min-width: 768px) {
        #product_related.c-product_related_2--columns .product_related_slider .product:not(.slick-slide) {
          min-width: 39.375rem;
          margin: 0; }
          #product_related.c-product_related_2--columns .product_related_slider .product:not(.slick-slide):first-child {
            margin-left: 0; }
          #product_related.c-product_related_2--columns .product_related_slider .product:not(.slick-slide):last-child {
            margin-right: 0; } }
  #product_related.c-product_related_2 .accessory_related_slider .product {
    min-width: initial;
    max-width: initial; }
    #product_related.c-product_related_2 .accessory_related_slider .product .image img {
      width: 95%;
      margin: 0 auto; }

#product_related .specs {
  visibility: hidden;
  display: none; }

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.slider .slick-dots {
  text-align: center;
  width: auto;
  bottom: 0;
  left: 50%;
  height: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slider .slick-dots li {
    position: relative;
    height: 23px;
    width: 23px; }
    .slider .slick-dots li button {
      text-indent: -9999px;
      overflow: hidden;
      border-radius: 100%;
      height: 23px;
      width: 23px;
      border: 4px solid #FBFBFB;
      position: relative; }
    .slider .slick-dots li.slick-active::before {
      display: none; }
    .slider .slick-dots li.slick-active::after {
      content: '';
      position: absolute;
      width: 13px;
      height: 13px;
      border-radius: 100%;
      background: white;
      top: 5px;
      left: 5px;
      opacity: 1; }

.home #product_related.c-product_related_2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 576px) {
    .home #product_related.c-product_related_2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }

.ficha-accesorio #product_related.c-product_related_2 {
  max-width: 93%; }
  @media only screen and (min-width: 992px) {
    .ficha-accesorio #product_related.c-product_related_2 {
      padding: 0 0.875rem;
      max-width: 98%; } }
  .ficha-accesorio #product_related.c-product_related_2 .product.product-accesorio {
    min-width: auto;
    margin-right: 20px; }
    @media only screen and (max-width: 991px) {
      .ficha-accesorio #product_related.c-product_related_2 .product.product-accesorio {
        margin: 0 7px !important; } }
    .ficha-accesorio #product_related.c-product_related_2 .product.product-accesorio:last-child {
      margin-right: 0; }
  .ficha-accesorio #product_related.c-product_related_2 .slick-list.draggable.scrolling {
    width: 100%; }

.ficha-accesorio .product-info-title, .ficha-accesorio #content h2.product-info-title, #content .ficha-accesorio h2.product-info-title {
  font-size: 1rem;
  line-height: 15px; }

@media only screen and (min-width: 992px) {
  .ficha-accesorio-custom #product_related.c-product_related_2 {
    max-width: 98%;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 0 0.875rem;
    margin-left: 0; } }

.ficha-accesorio-custom #product_related.c-product_related_2 .product.product-accesorio {
  min-width: auto;
  margin-right: 20px; }
  @media only screen and (max-width: 991px) {
    .ficha-accesorio-custom #product_related.c-product_related_2 .product.product-accesorio {
      margin: 0 7px !important; } }
  .ficha-accesorio-custom #product_related.c-product_related_2 .product.product-accesorio:last-child {
    margin-right: 0; }

.ficha-accesorio-custom #product_related.c-product_related_2 .slick-list.draggable.scrolling {
  width: 100%; }

.ficha-accesorio-custom #product_related.c-product_related_2 .image_container {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%; }
  .ficha-accesorio-custom #product_related.c-product_related_2 .image_container::before {
    content: '';
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 133%; }

.ficha-accesorio-custom #product_related.c-product_related_2 .product .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }

.ficha-accesorio-custom .product-info-title, .ficha-accesorio-custom #content h2.product-info-title, #content .ficha-accesorio-custom h2.product-info-title {
  font-size: 1rem;
  line-height: 15px; }

.homeV2 {
  margin-top: 0; }
  .homeV2 .wrapper.c-slider-full.c-slider-full--mob.two-cols {
    margin-bottom: 0; }
  .homeV2 #product_related {
    width: 100%; }
  .homeV2 #product_related.c-product_related_2 {
    margin-top: 0;
    margin-bottom: 4rem; }
    .homeV2 #product_related.c-product_related_2.products .product .image {
      margin-top: 0; }
  .homeV2 #product_related div[class*="product_related_list"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .homeV2 #product_related div[class*="product_related_list"] .product {
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        .homeV2 #product_related div[class*="product_related_list"] .product {
          max-width: 50%; } }
  .homeV2 #modal_select_country_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999; }
    .homeV2 #modal_select_country_lang .content-modal {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 0.625rem;
      padding: 1.5rem 0.9375rem; }
      @media only screen and (min-width: 768px) {
        .homeV2 #modal_select_country_lang .content-modal {
          padding: 4.375rem 3.4375rem; } }
      .homeV2 #modal_select_country_lang .content-modal form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 1.875rem;
        column-gap: 1.875rem;
        row-gap: 1.25rem; }
        .homeV2 #modal_select_country_lang .content-modal form .div-select {
          position: relative;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 200px;
          flex: 1 0 200px; }
          @media screen and (min-width: 790px) {
            .homeV2 #modal_select_country_lang .content-modal form .div-select {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
          .homeV2 #modal_select_country_lang .content-modal form .div-select select {
            width: 100%;
            height: auto;
            font-family: 'Roboto Condensed Light', sans-serif;
            font-size: 0.75rem;
            line-height: 1.03125rem;
            letter-spacing: 0.078125rem;
            text-transform: uppercase;
            color: black;
            background: white;
            padding: 0.625rem 1.875rem 0.625rem 0.9375rem;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #707070;
            border-radius: 0.625rem; }
            @media only screen and (min-width: 768px) {
              .homeV2 #modal_select_country_lang .content-modal form .div-select select {
                font-size: 1.25rem;
                line-height: 2.0625rem; } }
            @media only screen and (min-width: 1200px) {
              .homeV2 #modal_select_country_lang .content-modal form .div-select select {
                width: 18.75rem; } }
            .homeV2 #modal_select_country_lang .content-modal form .div-select select:hover {
              background-color: white;
              cursor: pointer; }
            .homeV2 #modal_select_country_lang .content-modal form .div-select select option {
              line-height: 1;
              background-color: white;
              padding: 0; }
          .homeV2 #modal_select_country_lang .content-modal form .div-select:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 1.25rem;
            width: 0.75rem;
            height: 0.75rem;
            border-left: 1px solid #707070;
            border-bottom: 1px solid #707070;
            -webkit-transform: translateY(-0.625rem) rotate(-45deg);
            -ms-transform: translateY(-0.625rem) rotate(-45deg);
            transform: translateY(-0.625rem) rotate(-45deg);
            pointer-events: none; }
        .homeV2 #modal_select_country_lang .content-modal form button {
          width: auto;
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 0.75rem;
          line-height: 1.03125rem;
          border-radius: 0.625rem;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100px;
          flex: 1 0 100px; }
          @media only screen and (min-width: 768px) {
            .homeV2 #modal_select_country_lang .content-modal form button {
              font-size: 1.25rem;
              line-height: 2.0625rem; } }
          @media screen and (min-width: 790px) {
            .homeV2 #modal_select_country_lang .content-modal form button {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.wrapper.c-home-bloques {
  float: left;
  margin-bottom: 50px; }
  .wrapper.c-home-bloques .wrapper-bloques {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; }
    .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque {
      position: relative;
      width: 100%;
      height: 586px;
      background-position: center; }
      .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column {
        width: 100%;
        min-height: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        padding: 1rem 0.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column {
            width: 25%;
            height: 100%;
            top: 0;
            left: 0; } }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--category, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--title, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques #content h2.c-home-bloque__column--category, #content .wrapper.c-home-bloques .wrapper-bloques h2.c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--title, .wrapper.c-home-bloques .wrapper-bloques #content h3.c-home-bloque__column--title, #content .wrapper.c-home-bloques .wrapper-bloques h3.c-home-bloque__column--title {
          font-weight: 700;
          font-family: 'Roboto Condensed', sans-serif;
          text-transform: uppercase;
          margin-bottom: 1rem;
          z-index: 2; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--category, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--title, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques #content h2.c-home-bloque__column--category, #content .wrapper.c-home-bloques .wrapper-bloques h2.c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--title, .wrapper.c-home-bloques .wrapper-bloques #content h3.c-home-bloque__column--title, #content .wrapper.c-home-bloques .wrapper-bloques h3.c-home-bloque__column--title {
              text-shadow: none; } }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--category, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques #content h2.c-home-bloque__column--category, #content .wrapper.c-home-bloques .wrapper-bloques h2.c-home-bloque__column--category {
          line-height: 17px;
          font-size: 0.9375rem; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--category, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques #content h2.c-home-bloque__column--category, #content .wrapper.c-home-bloques .wrapper-bloques h2.c-home-bloque__column--category {
              line-height: 23px;
              font-size: 1.3125rem; } }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--title, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--title, .wrapper.c-home-bloques .wrapper-bloques #content h3.c-home-bloque__column--title, #content .wrapper.c-home-bloques .wrapper-bloques h3.c-home-bloque__column--title {
          line-height: 31px;
          letter-spacing: -1.26px;
          font-size: 1.875rem; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--title, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--title, .wrapper.c-home-bloques .wrapper-bloques #content h3.c-home-bloque__column--title, #content .wrapper.c-home-bloques .wrapper-bloques h3.c-home-bloque__column--title {
              line-height: 42px;
              letter-spacing: -1.89px;
              font-size: 2.8125rem; } }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--text, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--text {
          font-size: 1.125rem;
          line-height: 23px;
          max-width: 309px;
          z-index: 2;
          font-weight: 300; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--text, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--text {
              max-width: 235px;
              font-size: 1.1875rem; } }
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob--text:first-letter, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column--text:first-letter {
            text-transform: uppercase; }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob .btn-bh, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column .btn-bh {
          width: 146px;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 1.3125rem;
          height: 45px; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob .btn-bh, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column .btn-bh {
              width: 107px;
              height: 2.188rem;
              font-size: 1.0625rem; } }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.white h2,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.white h3,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.white p, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.white h2,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.white h3,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.white p {
          color: #fff !important; }
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.black h2,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.black h3,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.black p, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.black h2,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.black h3,
        .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.black p {
          color: #000 !important; }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.left25, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.left25 {
            left: 25% !important; } }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.left50, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.left50 {
            left: 50% !important; } }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob.left75, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__column.left75 {
            left: 75% !important; } }
      .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob {
        top: 0;
        background-size: cover;
        background-position: right; }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque__img--mob {
            display: none; } }
      .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque .opacity:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ''; }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque .opacity:before {
            mix-blend-mode: multiply; } }
      .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque .gradient-toright:before, .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque .gradient-toleft:before, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .gradient-toleft:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: -webkit-gradient(linear, left top, right top, color-stop(-90%, black), color-stop(107%, transparent));
        background: -webkit-linear-gradient(left, black -90%, transparent 107%);
        background: -o-linear-gradient(left, black -90%, transparent 107%);
        background: linear-gradient(to right, black -90%, transparent 107%); }
      .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque .gradient-toleft:before {
        background: -webkit-gradient(linear, right top, left top, color-stop(-90%, black), color-stop(107%, transparent));
        background: -webkit-linear-gradient(right, black -90%, transparent 107%);
        background: -o-linear-gradient(right, black -90%, transparent 107%);
        background: linear-gradient(to left, black -90%, transparent 107%); }
    .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque {
      height: 100vh;
      max-height: 400px;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 992px) {
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque {
          max-height: 600px; } }
      .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 1rem 0.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column {
            width: 50%;
            height: 100%;
            top: 0;
            left: 0; } }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob h2, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob h3, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column h2, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column h3 {
          font-weight: 700 !important;
          font-family: 'Roboto Condensed', sans-serif;
          text-transform: uppercase !important;
          margin-bottom: 1rem;
          z-index: 2 !important; }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--category, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 #content h2.c-home-bloque__column--category, #content .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 h2.c-home-bloque__column--category {
          line-height: 23px;
          font-size: 0.8125rem !important;
          letter-spacing: 0; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--category, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--category, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 #content h2.c-home-bloque__column--category, #content .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 h2.c-home-bloque__column--category {
              line-height: 23px;
              font-size: 1.3125rem !important; } }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--title, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--title, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 #content h3.c-home-bloque__column--title, #content .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 h3.c-home-bloque__column--title {
          line-height: 23px;
          letter-spacing: -0.96px;
          font-size: 1.4375rem; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--title, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--title, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 #content h3.c-home-bloque__column--title, #content .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 h3.c-home-bloque__column--title {
              line-height: 42px;
              letter-spacing: -1.89px;
              font-size: 2.8125rem; } }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--text, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--text {
          font-size: 1rem;
          line-height: 19px;
          max-width: 142px;
          z-index: 2;
          font-weight: 300; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--text, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--text {
              max-width: 235px;
              font-size: 1.1875rem; } }
          .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob--text:first-letter, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column--text:first-letter {
            text-transform: uppercase; }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob .btn-bh, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column .btn-bh {
          width: 107px;
          font-size: 1.0625rem;
          height: 35px; }
          @media only screen and (min-width: 992px) {
            .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob .btn-bh, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column .btn-bh {
              height: 2.188rem; } }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.white h2,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.white h3,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.white p, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.white h2,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.white h3,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.white p {
          color: #fff !important; }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.black h2,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.black h3,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.black p, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.black h2,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.black h3,
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.black p {
          color: #000 !important; }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.left25, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.left25 {
          left: 25% !important; }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.left50, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.left50 {
          left: 50% !important; }
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob.left75, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__column.left75 {
          left: 75% !important; }
      .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque__img--mob {
        top: 0;
        background-position: right;
        display: none; }
      .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .wid-50 {
        width: 50%; }
      .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .opacity:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ''; }
        @media only screen and (min-width: 992px) {
          .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .opacity:before {
            mix-blend-mode: multiply; } }
      .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .gradient-toright:before, .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .gradient-toleft:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: -webkit-gradient(linear, left top, right top, color-stop(-90%, black), color-stop(107%, transparent));
        background: -webkit-linear-gradient(left, black -90%, transparent 107%);
        background: -o-linear-gradient(left, black -90%, transparent 107%);
        background: linear-gradient(to right, black -90%, transparent 107%); }
      .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-6 .c-home-bloque .gradient-toleft:before {
        background: -webkit-gradient(linear, right top, left top, color-stop(-90%, black), color-stop(107%, transparent));
        background: -webkit-linear-gradient(right, black -90%, transparent 107%);
        background: -o-linear-gradient(right, black -90%, transparent 107%);
        background: linear-gradient(to left, black -90%, transparent 107%); }
    .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-12 .c-home-bloque {
      /*
              &__column{
                  @include mq('tablet-medium', 'max') {
                      background-color: $bgRed
                      h2,
                      h3,
                      p{
                          color: $fontLight !important;
                      }
                      &::before {
                          background: none;
                      }
                  }
              }
              */ }
      @media only screen and (max-width: 991px) {
        .wrapper.c-home-bloques .wrapper-bloques .vsf-col-md-12 .c-home-bloque {
          background-image: none !important; } }

.c-home-bloque__title {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding: 0 0 20px; }
  .c-home-bloque__title--text, #content h2.c-home-bloque__title--text {
    text-transform: initial;
    font-size: 46px;
    max-width: 400px;
    line-height: 40px;
    text-align: left;
    margin-left: 130px; }
    @media only screen and (max-width: 991px) {
      .c-home-bloque__title--text, #content h2.c-home-bloque__title--text {
        font-size: 31px;
        line-height: 33px; } }

@supports (-ms-ime-align: auto) {
  .wrapper.c-home-bloques .wrapper-bloques .c-home-bloque .opacity1:before {
    opacity: 0.75; } }

.c-slider-full {
  position: relative; }
  @media only screen and (min-width: 1248px) {
    .c-slider-full {
      max-height: 100vh;
      margin-bottom: 3rem; } }
  .c-slider-full .slider {
    height: 100%; }
    @media only screen and (min-width: 1440px) {
      .c-slider-full .slider {
        height: 100vh; } }
    @media only screen and (min-width: 1700px) {
      .c-slider-full .slider {
        height: 98vh; } }
    .c-slider-full .slider .slider-section {
      position: relative; }
      @media only screen and (min-width: 768px) {
        .c-slider-full .slider .slider-section {
          height: 100%; } }
    @media only screen and (min-width: 768px) {
      .c-slider-full .slider .slick-list {
        height: 100%;
        max-height: 100%; } }
    .c-slider-full .slider .slick-list .slick-slide img {
      width: 100% !important;
      height: auto; }
    .c-slider-full .slider .wrapper-bloques {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
      background-color: #fff;
      pointer-events: none;
      height: 100%; }
      @media only screen and (min-width: 576px) {
        .c-slider-full .slider .wrapper-bloques {
          background-color: transparent;
          height: 100%; } }
      @media only screen and (min-width: 768px) {
        .c-slider-full .slider .wrapper-bloques {
          height: 100%; } }
      @media only screen and (min-width: 1248px) {
        .c-slider-full .slider .wrapper-bloques {
          max-height: 100%; } }
      .c-slider-full .slider .wrapper-bloques__text {
        margin: 0 auto;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2.5rem 0; }
        @media only screen and (min-width: 576px) {
          .c-slider-full .slider .wrapper-bloques__text {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        @media only screen and (min-width: 768px) {
          .c-slider-full .slider .wrapper-bloques__text {
            height: 100%; } }
        @media only screen and (min-width: 1248px) {
          .c-slider-full .slider .wrapper-bloques__text {
            max-height: 100%;
            padding: 3rem 3.5rem 5rem; } }
        @media only screen and (min-width: 1600px) {
          .c-slider-full .slider .wrapper-bloques__text {
            padding: 3rem 7.5rem 7rem; } }
        .c-slider-full .slider .wrapper-bloques__text.align--left, .c-slider-full .slider .wrapper-bloques__text.align--right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          text-align: left; }
        .c-slider-full .slider .wrapper-bloques__text.align--right {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          text-align: right; }
        .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--category, .c-slider-full .slider .wrapper-bloques__text #content h2.c-home-bloque__column--category, #content .c-slider-full .slider .wrapper-bloques__text h2.c-home-bloque__column--category,
        .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--title,
        .c-slider-full .slider .wrapper-bloques__text #content h3.c-home-bloque__column--title,
        #content .c-slider-full .slider .wrapper-bloques__text h3.c-home-bloque__column--title {
          font-weight: 100;
          font-family: 'Roboto Condensed', sans-serif;
          text-transform: uppercase;
          margin-bottom: 1rem;
          z-index: 2 !important; }
          @media only screen and (min-width: 992px) {
            .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--category, .c-slider-full .slider .wrapper-bloques__text #content h2.c-home-bloque__column--category, #content .c-slider-full .slider .wrapper-bloques__text h2.c-home-bloque__column--category,
            .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--title,
            .c-slider-full .slider .wrapper-bloques__text #content h3.c-home-bloque__column--title,
            #content .c-slider-full .slider .wrapper-bloques__text h3.c-home-bloque__column--title {
              text-shadow: none; } }
        .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--category, .c-slider-full .slider .wrapper-bloques__text #content h2.c-home-bloque__column--category, #content .c-slider-full .slider .wrapper-bloques__text h2.c-home-bloque__column--category {
          line-height: 17px;
          font-size: 0.9375rem; }
          @media only screen and (min-width: 992px) {
            .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--category, .c-slider-full .slider .wrapper-bloques__text #content h2.c-home-bloque__column--category, #content .c-slider-full .slider .wrapper-bloques__text h2.c-home-bloque__column--category {
              line-height: 23px;
              font-size: 1.3125rem; } }
        
        .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--title,
        .c-slider-full .slider .wrapper-bloques__text #content h3.c-home-bloque__column--title,
        #content .c-slider-full .slider .wrapper-bloques__text h3.c-home-bloque__column--title {
          line-height: 31px;
          letter-spacing: 10px;
          font-size: 1.875rem;
          margin-bottom: 1.3rem; }
          @media only screen and (min-width: 992px) {
            
            .c-slider-full .slider .wrapper-bloques__text .c-home-bloque__column--title,
            .c-slider-full .slider .wrapper-bloques__text #content h3.c-home-bloque__column--title,
            #content .c-slider-full .slider .wrapper-bloques__text h3.c-home-bloque__column--title {
              line-height: 69px;
              font-size: 4.375rem;
              max-width: 510px; } }
        .c-slider-full .slider .wrapper-bloques__text p {
          font-size: 1.125rem;
          line-height: 23px;
          max-width: 309px;
          z-index: 2;
          font-weight: 300;
          letter-spacing: 0;
          margin-bottom: 1.3rem; }
          @media only screen and (min-width: 992px) {
            .c-slider-full .slider .wrapper-bloques__text p {
              max-width: 500px;
              font-size: 1.125rem; } }
          .c-slider-full .slider .wrapper-bloques__text p:first-letter {
            text-transform: uppercase; }
        .c-slider-full .slider .wrapper-bloques__text .btn-bh {
          width: 146px;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 1.3125rem;
          height: 45px;
          background: #cd202c;
          border: 1px solid #cd202c;
          color: #fff;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          border-radius: 0;
          font-weight: 100;
          pointer-events: auto; }
          @media only screen and (min-width: 992px) {
            .c-slider-full .slider .wrapper-bloques__text .btn-bh {
              width: 146px;
              height: 2.8125rem;
              font-size: 1.3125rem; } }
          .c-slider-full .slider .wrapper-bloques__text .btn-bh:hover {
            background-color: #fff;
            color: #cd202c; }
        .c-slider-full .slider .wrapper-bloques__text .btn {
          pointer-events: auto; }
        .c-slider-full .slider .wrapper-bloques__text.white h2,
        .c-slider-full .slider .wrapper-bloques__text.white h3,
        .c-slider-full .slider .wrapper-bloques__text.white p {
          color: #000 !important; }
          @media only screen and (min-width: 576px) {
            .c-slider-full .slider .wrapper-bloques__text.white h2,
            .c-slider-full .slider .wrapper-bloques__text.white h3,
            .c-slider-full .slider .wrapper-bloques__text.white p {
              color: #fff !important; } }
        .c-slider-full .slider .wrapper-bloques__text.black h2,
        .c-slider-full .slider .wrapper-bloques__text.black h3,
        .c-slider-full .slider .wrapper-bloques__text.black p {
          color: #fff !important; }
          @media only screen and (min-width: 576px) {
            .c-slider-full .slider .wrapper-bloques__text.black h2,
            .c-slider-full .slider .wrapper-bloques__text.black h3,
            .c-slider-full .slider .wrapper-bloques__text.black p {
              color: #000 !important; } }
        @media only screen and (max-width: 575px) {
          .c-slider-full .slider .wrapper-bloques__text.white {
            background: #fff; } }
        @media only screen and (max-width: 575px) {
          .c-slider-full .slider .wrapper-bloques__text.black {
            background: #000; } }
    .c-slider-full .slider .gradient-toright {
      background: #000; }
      @media only screen and (min-width: 576px) {
        .c-slider-full .slider .gradient-toright {
          background: -webkit-gradient(linear, left top, right top, color-stop(-56%, black), color-stop(51%, transparent));
          background: -webkit-linear-gradient(left, black -56%, transparent 51%);
          background: -o-linear-gradient(left, black -56%, transparent 51%);
          background: linear-gradient(to right, black -56%, transparent 51%); } }
    .c-slider-full .slider .gradient-toleft {
      background: #000; }
      @media only screen and (min-width: 576px) {
        .c-slider-full .slider .gradient-toleft {
          background: -webkit-gradient(linear, right top, left top, color-stop(-56%, black), color-stop(51%, transparent));
          background: -webkit-linear-gradient(right, black -56%, transparent 51%);
          background: -o-linear-gradient(right, black -56%, transparent 51%);
          background: linear-gradient(to left, black -56%, transparent 51%); } }
  @media only screen and (max-width: 575px) {
    .c-slider-full--mob {
      height: 100%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 575px) {
    .c-slider-full--mob .slider {
      min-height: 670px; } }
  @media only screen and (max-width: 575px) {
    .c-slider-full--mob .slider .slick-list {
      min-height: 670px;
      max-height: initial; } }
  .c-slider-full--mob .slider .slick-list .slider-section {
    height: auto; }
    @media only screen and (max-width: 575px) {
      .c-slider-full--mob .slider .slick-list .slider-section {
        min-height: 370px; } }
    @media only screen and (min-width: 768px) {
      .c-slider-full--mob .slider .slick-list .slider-section {
        height: auto; } }
    @media only screen and (min-width: 1248px) {
      .c-slider-full--mob .slider .slick-list .slider-section {
        height: 100%; } }
    .c-slider-full--mob .slider .slick-list .slider-section.o-aspect-ratio {
      overflow: visible; }
  @media only screen and (max-width: 575px) {
    .c-slider-full--mob .slider .wrapper-bloques {
      position: relative;
      width: 100%;
      min-height: auto;
      height: 100%;
      z-index: 99; } }
  @media only screen and (min-width: 768px) {
    .c-slider-full--mob .slider .wrapper-bloques {
      height: 100%; } }
  .c-slider-full--mob .slider .slick-dots {
    bottom: 20px;
    z-index: 3; }
    @media only screen and (max-width: 575px) {
      .c-slider-full--mob .slider .slick-dots {
        bottom: 0;
        width: 100%; } }
    .c-slider-full--mob .slider .slick-dots li {
      height: 5px;
      width: 80px; }
      @media only screen and (min-width: 768px) {
        .c-slider-full--mob .slider .slick-dots li {
          width: 110px; } }
      .c-slider-full--mob .slider .slick-dots li button {
        border-radius: 12px;
        height: 100%;
        padding: 0;
        width: 100%;
        border: none;
        background: rgba(184, 184, 184, 0.4); }
      .c-slider-full--mob .slider .slick-dots li.slick-active:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        border-radius: 12px;
        background: #b8b8b8;
        top: 0;
        left: 0;
        opacity: 1; }
  .c-slider-full .wrapper-imgvideo {
    position: relative;
    height: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 1248px) {
      .c-slider-full .wrapper-imgvideo {
        max-height: 620px; } }
    @media only screen and (min-width: 1440px) {
      .c-slider-full .wrapper-imgvideo {
        max-height: 100%; } }
    .c-slider-full .wrapper-imgvideo video {
      min-height: 375px;
      width: 177%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: relative;
      left: 50%; }
      @media only screen and (min-width: 1248px) {
        .c-slider-full .wrapper-imgvideo video {
          width: 100%; } }
  .c-slider-full .slick-active .wrapper-imgvideo {
    z-index: 2; }
  @media only screen and (min-width: 576px) {
    .c-slider-full.slider-1 .wrapper-imgvideo, .c-slider-full.slider-2 .wrapper-imgvideo, .c-slider-full.two-cols .wrapper-imgvideo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .c-slider-full.slider-1 .wrapper-imgvideo video, .c-slider-full.slider-2 .wrapper-imgvideo video, .c-slider-full.two-cols .wrapper-imgvideo video {
    width: 100%; }
  @media only screen and (min-width: 576px) {
    .c-slider-full.slider-1 .vsf-col-md-12, .c-slider-full.slider-2 .vsf-col-md-12, .c-slider-full.two-cols .vsf-col-md-12 {
      position: static; } }
  @media only screen and (min-width: 576px) {
    .c-slider-full.slider-1 .slider-section__texts h2, .c-slider-full.slider-1 .slider-section__texts h3, .c-slider-full.slider-1 .slider-section__texts p, .c-slider-full.slider-2 .slider-section__texts h2, .c-slider-full.slider-2 .slider-section__texts h3, .c-slider-full.slider-2 .slider-section__texts p, .c-slider-full.two-cols .slider-section__texts h2, .c-slider-full.two-cols .slider-section__texts h3, .c-slider-full.two-cols .slider-section__texts p {
      display: none;
      visibility: hidden; } }
  .c-slider-full.slider-1 .wrapper-bloques__text .btn-bh {
    background: #000;
    border-color: #000; }
    @media only screen and (min-width: 576px) {
      .c-slider-full.slider-1 .wrapper-bloques__text .btn-bh {
        position: absolute;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (min-width: 1024px) {
      .c-slider-full.slider-1 .wrapper-bloques__text .btn-bh {
        top: 65%; } }
    .c-slider-full.slider-1 .wrapper-bloques__text .btn-bh:hover {
      background: #fff;
      color: #000; }
  .c-slider-full.slider-2 .wrapper-bloques__text .btn-bh {
    background: #972a27;
    border-color: #972a27; }
    @media only screen and (min-width: 576px) {
      .c-slider-full.slider-2 .wrapper-bloques__text .btn-bh {
        position: absolute;
        top: 95%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (min-width: 1024px) {
      .c-slider-full.slider-2 .wrapper-bloques__text .btn-bh {
        top: 68%;
        left: 35%; } }
    @media only screen and (min-width: 1440px) {
      .c-slider-full.slider-2 .wrapper-bloques__text .btn-bh {
        top: 65%; } }
    .c-slider-full.slider-2 .wrapper-bloques__text .btn-bh:hover {
      background: #fff;
      color: #972a27; }
  .c-slider-full.textbottom {
    max-height: 100%; }
    .c-slider-full.textbottom .slider {
      height: 100%; }
      .c-slider-full.textbottom .slider .wrapper-bloques {
        position: initial; }
        .c-slider-full.textbottom .slider .wrapper-bloques__text {
          text-align: center; }
          .c-slider-full.textbottom .slider .wrapper-bloques__text .c-home-bloque__column--title, .c-slider-full.textbottom .slider .wrapper-bloques__text #content h3.c-home-bloque__column--title, #content .c-slider-full.textbottom .slider .wrapper-bloques__text h3.c-home-bloque__column--title {
            max-width: 100%; }
          .c-slider-full.textbottom .slider .wrapper-bloques__text .c-home-bloque__column--text {
            max-width: 75%; }
          @media only screen and (min-width: 576px) {
            .c-slider-full.textbottom .slider .wrapper-bloques__text .slider-section__texts h2, .c-slider-full.textbottom .slider .wrapper-bloques__text .slider-section__texts h3, .c-slider-full.textbottom .slider .wrapper-bloques__text .slider-section__texts p {
              display: block;
              visibility: visible; } }
          .c-slider-full.textbottom .slider .wrapper-bloques__text .slider-section__texts .btn-bh {
            background: none;
            border: none;
            margin: 0;
            color: #000;
            text-decoration: underline; }
            .c-slider-full.textbottom .slider .wrapper-bloques__text .slider-section__texts .btn-bh:hover {
              color: #cd202c;
              -webkit-box-shadow: none;
              box-shadow: none; }
          .c-slider-full.textbottom .slider .wrapper-bloques__text.white {
            background: #fff !important; }
            .c-slider-full.textbottom .slider .wrapper-bloques__text.white .slider-section__texts h2, .c-slider-full.textbottom .slider .wrapper-bloques__text.white .slider-section__texts h3, .c-slider-full.textbottom .slider .wrapper-bloques__text.white .slider-section__texts p {
              color: #000 !important; }
  .c-slider-full.two-cols {
    max-height: 100%; }
    .c-slider-full.two-cols .slider {
      height: 100%; }
      .c-slider-full.two-cols .slider .wrapper-bloques {
        position: initial; }
        .c-slider-full.two-cols .slider .wrapper-bloques__text {
          text-align: center; }
          .c-slider-full.two-cols .slider .wrapper-bloques__text.white {
            background: #fff !important; }
            .c-slider-full.two-cols .slider .wrapper-bloques__text.white .slider-section__texts h2, .c-slider-full.two-cols .slider .wrapper-bloques__text.white .slider-section__texts h3, .c-slider-full.two-cols .slider .wrapper-bloques__text.white .slider-section__texts p {
              color: #000 !important; }
    .c-slider-full.two-cols .slider-section__texts {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .c-slider-full.two-cols .slider-section__texts {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media only screen and (min-width: 576px) {
        .c-slider-full.two-cols .slider-section__texts h2, .c-slider-full.two-cols .slider-section__texts h3, .c-slider-full.two-cols .slider-section__texts p {
          display: block;
          visibility: visible; } }
    .c-slider-full.two-cols .c-home-bloque__column__right {
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .c-slider-full.two-cols .c-home-bloque__column__right {
          text-align: left;
          width: 50%; } }
    @media only screen and (min-width: 992px) {
      .c-slider-full.two-cols .c-home-bloque__column--title, .c-slider-full.two-cols #content h3.c-home-bloque__column--title, #content .c-slider-full.two-cols h3.c-home-bloque__column--title {
        font-weight: bold !important;
        letter-spacing: normal !important;
        width: 50% !important;
        text-align: left !important;
        font-size: 50px !important;
        line-height: 50px !important; } }
    @media only screen and (min-width: 992px) {
      .c-slider-full.two-cols .slider .wrapper-bloques__text p {
        max-width: 100%; } }

.slider-section__texts.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 991px) {
    .slider-section__texts.left {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .slider-section__texts.left h3.c-home-bloque__column--title, .slider-section__texts.left #content h3.c-home-bloque__column--title, #content .slider-section__texts.left h3.c-home-bloque__column--title,
    .slider-section__texts.left .c-home-bloque__column--title,
    .slider-section__texts.left #content h3.c-home-bloque__column--title,
    #content .slider-section__texts.left h3.c-home-bloque__column--title,
    .slider-section__texts.left .c-home-bloque__column--text {
      text-align: center; } }

.slider-section__texts.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 991px) {
    .slider-section__texts.right {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; } }
  .slider-section__texts.right h3.c-home-bloque__column--title, .slider-section__texts.right #content h3.c-home-bloque__column--title, #content .slider-section__texts.right h3.c-home-bloque__column--title,
  .slider-section__texts.right .c-home-bloque__column--title,
  .slider-section__texts.right #content h3.c-home-bloque__column--title,
  #content .slider-section__texts.right h3.c-home-bloque__column--title,
  .slider-section__texts.right .c-home-bloque__column--text {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .slider-section__texts.right h3.c-home-bloque__column--title, .slider-section__texts.right #content h3.c-home-bloque__column--title, #content .slider-section__texts.right h3.c-home-bloque__column--title,
      .slider-section__texts.right .c-home-bloque__column--title,
      .slider-section__texts.right #content h3.c-home-bloque__column--title,
      #content .slider-section__texts.right h3.c-home-bloque__column--title,
      .slider-section__texts.right .c-home-bloque__column--text {
        text-align: center; } }

.slider-section__texts.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slider-section__texts.center h3.c-home-bloque__column--title, .slider-section__texts.center #content h3.c-home-bloque__column--title, #content .slider-section__texts.center h3.c-home-bloque__column--title,
  .slider-section__texts.center .c-home-bloque__column--title,
  .slider-section__texts.center #content h3.c-home-bloque__column--title,
  #content .slider-section__texts.center h3.c-home-bloque__column--title,
  .slider-section__texts.center .c-home-bloque__column--text {
    text-align: center; }

.slider-section__texts.text-width-100 .c-home-bloque__column--text {
  max-width: none !important; }

/*
#home .c-slider-full .wrapper-bloques__text h2.c-home-bloque__column--category{
    @include mq('tablet-medium') {
        color: $fontLight;
    }
}
*/
#home .c-home-bloque__column__right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 576px) {
    #home .c-home-bloque__column__right {
      display: unset; } }
  #home .c-home-bloque__column__right .btn.btn-darkgrey:not(:last-child) {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 576px) {
      #home .c-home-bloque__column__right .btn.btn-darkgrey:not(:last-child) {
        margin-bottom: 0; } }

#home section:first-of-type .wrapper-bloques__text.white {
  padding-bottom: 2rem; }

#content .section_manuals_and_download .c-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }


#content .section_manuals_and_download .c-nav-top .c-main__header-title {
  max-width: none;
  line-height: 1 !important;
  text-align: center;
  margin: 2rem 0 4.5rem; }


#content .section_manuals_and_download .c-nav-top .div-filters .c-main__header-text {
  max-width: none;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  text-align: center;
  margin: 0 auto; }

#content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  margin: 0 auto; }
  #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters {
    width: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input {
      text-transform: uppercase;
      margin: 0; }
      #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::-webkit-input-placeholder {
        text-transform: uppercase; }
      #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input:-ms-input-placeholder {
        text-transform: uppercase; }
      #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::-ms-input-placeholder {
        text-transform: uppercase; }
      #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::placeholder {
        text-transform: uppercase; }
      #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::-webkit-search-decoration, #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::-webkit-search-cancel-button, #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::-webkit-search-results-button, #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters input::-webkit-search-results-decoration {
        display: none; }
    #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters button {
      text-transform: uppercase;
      color: white;
      background-color: black;
      border: 1px solid black;
      padding: 9px 15px; }
      #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters button:hover {
        color: black;
        background-color: white; }
    #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters.search_autocomplete:after {
      content: '\f002';
      font-family: FontAwesome;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 13px;
      color: #707070;
      font-weight: 100;
      pointer-events: none;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    #content .section_manuals_and_download .c-nav-top .div-filters .autocomplete-referencia .div-search-filters.search_autocomplete input {
      padding-left: 30px; }

#content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 480px) {
    #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form {
      margin-bottom: 35px; } }
  #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category {
    width: 100%;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #707070; }
    @media only screen and (min-width: 480px) {
      #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category {
        width: auto; } }
    #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category.open {
      background-color: #F0F0F0; }
    #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-name {
      position: relative;
      width: 100%;
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px 25px 10px 20px; }
      @media only screen and (min-width: 480px) {
        #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-name {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }
      #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-name:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        right: 7.5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 13px;
        color: #707070;
        font-weight: 100;
        pointer-events: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-name.selected {
        background-color: #F0F0F0; }
      #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-name.open:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg); }
    #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-options {
      display: none;
      position: absolute;
      left: -1px;
      width: 100%;
      text-align: center;
      background-color: #F0F0F0;
      border: 1px solid #707070;
      border-top: none;
      z-index: 1; }
      @media only screen and (min-width: 480px) {
        #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-options {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }
      #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-options p {
        text-transform: uppercase;
        padding: 2px 20px;
        cursor: pointer; }
        #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-options p.selected, #content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .manuales-form .category-options p:hover {
          background-color: #707070; }

#content .section_manuals_and_download .c-nav-top .div-filters .c-main-form .c-filtersb2b-acces-tags {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#content .section_manuals_and_download .div_nav_manuals_and_download {
  max-width: 900px;
  margin: 0 auto; }
  #content .section_manuals_and_download .div_nav_manuals_and_download nav .c-nav-left-nav__list, #content .section_manuals_and_download .div_nav_manuals_and_download nav #navigation-left .content ul, #navigation-left .content #content .section_manuals_and_download .div_nav_manuals_and_download nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px; }

#manuales-ls.manuales-block {
  width: 95%;
  max-width: 650px;
  margin-left: auto !important;
  margin-right: auto !important; }
  #manuales-ls.manuales-block .manuales-block__content .manuales_header {
    background: #000;
    padding: 7px 0;
    margin-bottom: 0;
    cursor: pointer; }
    #manuales-ls.manuales-block .manuales-block__content .manuales_header h2, #manuales-ls.manuales-block .manuales-block__content .manuales_header i {
      font-size: 15px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #fff; }
    #manuales-ls.manuales-block .manuales-block__content .manuales_header .fa-chevron-down {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      #manuales-ls.manuales-block .manuales-block__content .manuales_header .fa-chevron-down.open {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
  #manuales-ls.manuales-block .manuales-block__content .manuales_body {
    height: 0;
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: none; }
    #manuales-ls.manuales-block .manuales-block__content .manuales_body.open {
      height: 100%;
      position: relative;
      display: block;
      margin: 0 -15px;
      padding: 0.7rem;
      opacity: 1;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    #manuales-ls.manuales-block .manuales-block__content .manuales_body .year {
      font-family: "Roboto Condensed", sans-serif;
      float: right;
      font-size: 0.935rem;
      font-weight: 700;
      line-height: 150%; }
      @media only screen and (min-width: 355px) {
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .year {
          font-size: 1.063rem; } }
    #manuales-ls.manuales-block .manuales-block__content .manuales_body h3 {
      float: left;
      color: #000;
      font-size: 0.935rem;
      line-height: 150%;
      font-weight: 300;
      max-width: 170px;
      width: 100%;
      text-align: left; }
      @media only screen and (min-width: 355px) {
        #manuales-ls.manuales-block .manuales-block__content .manuales_body h3 {
          font-size: 1.063rem; } }
      @media only screen and (min-width: 768px) {
        #manuales-ls.manuales-block .manuales-block__content .manuales_body h3 {
          max-width: 240px;
          margin-right: 10px; } }
    #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download {
      min-height: 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left; }
      @media only screen and (min-width: 992px) {
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a {
        margin-right: 0.8rem; }
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a img {
          visibility: hidden;
          display: none;
          width: 20px;
          height: 20px;
          margin-left: 0.2rem; }
          @media only screen and (min-width: 480px) {
            #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a img {
              visibility: visible;
              display: block; } }
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a.android, #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a.ios {
          margin-right: 0;
          padding-top: 0; }
          #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a.android img, #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a.ios img {
            visibility: visible;
            display: block;
            margin-left: 0.8rem; }
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a.ios img {
          width: 23px;
          height: 26px; }
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a.android img {
          width: 24px;
          height: 24px; }
      #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a[data-type*="archivo"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.5rem; }
        @media only screen and (min-width: 992px) {
          #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a[data-type*="archivo"] {
            margin-bottom: 0; } }
        #manuales-ls.manuales-block .manuales-block__content .manuales_body .links-download a[data-type*="archivo"] span {
          line-height: 150%; }
    #manuales-ls.manuales-block .manuales-block__content .manuales_body.is-warning .year::after {
      font-family: FontAwesome;
      content: '\f06a';
      display: block;
      font-size: 1.5rem;
      text-align: center;
      color: #cd202c; }

.c-manuales__left {
  width: 100%; }

.c-manuales__right {
  display: none; }
  @media only screen and (min-width: 1248px) {
    .c-manuales__right {
      display: block; } }

.c-manuales__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #eee; }
  @media only screen and (min-width: 768px) {
    .c-manuales__item {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      border-bottom: 0; } }
  .c-manuales__item-date {
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 1rem;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .c-manuales__item-date {
        font-size: 0.9375rem;
        width: 15%;
        margin-bottom: 0; } }
  .c-manuales__item-group, .c-manuales__item-lang {
    width: 100%;
    text-align: left;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .c-manuales__item-group, .c-manuales__item-lang {
        width: 25%;
        margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .c-manuales__item-lang {
      text-align: center; } }
  .c-manuales__item-title, #pagina h3.c-manuales__item-title {
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.c-manuales__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-manuales__download {
      width: 35%; } }
  .c-manuales__download-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .c-manuales__download-item {
        display: block;
        border-bottom: none; } }
    .c-manuales__download-item--video a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5px; }
    .c-manuales__download-item img {
      margin-right: 7px;
      width: 25px; }
    .c-manuales__download-item a {
      color: #707070;
      font-weight: 100;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      letter-spacing: 0.5px;
      font-size: 0.9375rem; }
      .c-manuales__download-item a span {
        color: #707070;
        font-weight: 100;
        letter-spacing: 0.5px; }
      .c-manuales__download-item a[data-type="archivo"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 5px;
        width: 100%; }
  .c-manuales__download .c-main-select {
    position: relative;
    max-width: 150px;
    margin-right: 5px; }
    .c-manuales__download .c-main-select select {
      border: 1px solid #707070;
      font-size: 17px;
      padding: 3px 10px 3px 3px;
      background: none; }
    .c-manuales__download .c-main-select::after {
      content: '>';
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      font-size: 25px;
      color: #707070;
      font-weight: 300;
      pointer-events: none; }

.c-manuales .no-results {
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  text-align: center; }

.c-footer-new {
  width: 100%;
  background: #F9F9F9;
  padding: 4.375rem 0;
  display: none; }
  .c-footer-new span {
    display: inline-block; }
  .c-footer-new .wrapper-bloques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem;
    max-height: 36vh;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out; }
    .c-footer-new .wrapper-bloques:hover {
      max-height: 100vh;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .c-footer-new .menu-category {
    margin-bottom: 3rem; }
    .c-footer-new .menu-category__title {
      margin-top: 0.5rem;
      padding: 0;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 600;
      color: #000;
      background-color: transparent;
      text-decoration: none;
      display: block;
      font-size: 1.6875rem;
      text-transform: lowercase;
      line-height: 32px;
      margin-bottom: 20px; }
      .c-footer-new .menu-category__title:first-letter {
        text-transform: uppercase; }
    .c-footer-new .menu-category__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .c-footer-new .menu-category__content .menu-subcategory {
        min-width: 295px;
        min-height: 100px;
        margin-right: 10px; }
        .c-footer-new .menu-category__content .menu-subcategory__title {
          font-size: 1.1875rem;
          padding: 0.8rem 0;
          width: 100%;
          display: block; }
          .c-footer-new .menu-category__content .menu-subcategory__title:first-letter {
            text-transform: uppercase; }
        .c-footer-new .menu-category__content .menu-subcategory__childs li {
          margin: 0;
          padding: 0;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 0.95rem;
          font-weight: 300;
          text-transform: none;
          color: #000; }
          .c-footer-new .menu-category__content .menu-subcategory__childs li a {
            text-decoration: none;
            font-size: 1.0625rem;
            font-weight: inherit;
            color: inherit;
            line-height: 32px; }
            .c-footer-new .menu-category__content .menu-subcategory__childs li a:hover {
              text-decoration: none;
              font-weight: 400; }
          .c-footer-new .menu-category__content .menu-subcategory__childs li:first-letter {
            text-transform: uppercase; }
        .c-footer-new .menu-category__content .menu-subcategory--nochild {
          min-height: 50px; }
          .c-footer-new .menu-category__content .menu-subcategory--nochild span {
            display: block;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; }

@media only screen and (min-width: 1248px) {
  .homeV2 .c-footer-new {
    display: block; } }

.c-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .c-legend {
      margin-bottom: 0;
      padding: 0 0.5rem; } }
  .c-legend__item {
    margin-right: 1rem;
    display: inline-block;
    min-width: unset !important;
    font-size: 11px; }
    @media only screen and (min-width: 768px) {
      .c-legend__item {
        font-size: 12px; } }
    @media only screen and (min-width: 992px) {
      .c-legend__item {
        min-width: auto;
        font-size: 11px; } }
    @media only screen and (min-width: 1248px) {
      .c-legend__item {
        font-size: 12px; } }
    @media only screen and (min-width: 1700px) {
      .c-legend__item {
        min-width: auto;
        font-size: 13px;
        margin-right: 2rem; } }
    .c-legend__item img {
      max-width: 10px;
      vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .clearfix.c-legend {
    padding: 0 0.5rem 0 260px; } }

body.b2b-accesorios .c-b2b-equipment-item {
  padding: 1rem; }
  body.b2b-accesorios .c-b2b-equipment-item__main .product:not(.slick-slide) {
    margin-top: 0;
    margin-bottom: 0; }
  body.b2b-accesorios .c-b2b-equipment-item__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body.b2b-accesorios .c-b2b-equipment-item__footer-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1rem; }
      body.b2b-accesorios .c-b2b-equipment-item__footer-left a.print {
        color: black;
        font-size: 20px; }
    body.b2b-accesorios .c-b2b-equipment-item__footer-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
      flex: 0 1 60%; }
  body.b2b-accesorios .c-b2b-equipment-item__print {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1rem;
    color: #000; }
    body.b2b-accesorios .c-b2b-equipment-item__print img {
      max-width: 100%;
      height: auto;
      display: block; }
    body.b2b-accesorios .c-b2b-equipment-item__print:hover {
      opacity: 0.9; }
  body.b2b-accesorios .c-b2b-equipment-item__button.masInfo {
    padding: 0.5rem 1rem;
    background-color: #717171;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body.b2b-accesorios .c-b2b-equipment-item__button.masInfo:hover {
      background-color: #000; }

body.b2b-accesorios .c-b2b-equipment__image {
  width: 100%;
  margin: 0 auto; }

body.b2b-accesorios .c-b2b-equipment__slider {
  cursor: pointer; }
  body.b2b-accesorios .c-b2b-equipment__slider .slick-prev::before, body.b2b-accesorios .c-b2b-equipment__slider .c-ficha-bike .product_gallery--slider .slick-next::before, .c-ficha-bike .product_gallery--slider body.b2b-accesorios .c-b2b-equipment__slider .slick-next::before,
  body.b2b-accesorios .c-b2b-equipment__slider .slick-next::before {
    font-family: FontAwesome;
    content: '\f054';
    font-weight: 300;
    color: #000;
    opacity: 0.95; }
  body.b2b-accesorios .c-b2b-equipment__slider .slick-prev, body.b2b-accesorios .c-b2b-equipment__slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider body.b2b-accesorios .c-b2b-equipment__slider .slick-next {
    left: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  body.b2b-accesorios .c-b2b-equipment__slider .slick-next {
    right: 0; }
  body.b2b-accesorios .c-b2b-equipment__slider .div-slick-item {
    min-height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    body.b2b-accesorios .c-b2b-equipment__slider .div-slick-item img {
      max-height: 19.5vh;
      margin: 0 auto; }

body.b2b-accesorios .c-b2b-equipment__name-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  body.b2b-accesorios .c-b2b-equipment__name-prize-left .nombre {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #000; }
  body.b2b-accesorios .c-b2b-equipment__name-prize-left span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase; }
  body.b2b-accesorios .c-b2b-equipment__name-prize-right {
    text-align: right; }
    body.b2b-accesorios .c-b2b-equipment__name-prize-right-ref {
      font-size: .8rem;
      font-style: italic;
      font-weight: 400; }
    body.b2b-accesorios .c-b2b-equipment__name-prize-right .precio {
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 120%;
      text-transform: uppercase;
      font-style: italic;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.b2b-accesorios .c-b2b-equipment__name-prize-right .precio .col-precio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-padding-end: 1rem;
        padding-inline-end: 1rem; }
        body.b2b-accesorios .c-b2b-equipment__name-prize-right .precio .col-precio .num_unidades {
          background: #f1f1f1;
          font-size: 1rem;
          padding: inherit;
          margin-top: 0.3rem; }
        body.b2b-accesorios .c-b2b-equipment__name-prize-right .precio .col-precio .precio-original-tienda {
          text-decoration: line-through;
          font-size: 12px; }
        body.b2b-accesorios .c-b2b-equipment__name-prize-right .precio .col-precio .descuento {
          color: red;
          font-size: 12px; }
      body.b2b-accesorios .c-b2b-equipment__name-prize-right .precio-original {
        text-decoration: line-through;
        display: inline;
        text-align: right;
        font-style: normal; }

body.b2b-accesorios .c-b2b-equipment-components {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding-top: 0;
  margin: 1.25rem 0; }
  body.b2b-accesorios .c-b2b-equipment-components__colours {
    width: 59px;
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    body.b2b-accesorios .c-b2b-equipment-components__colours_item {
      padding: 21px 4px 4px;
      margin-bottom: 3px;
      min-height: 82px; }
      body.b2b-accesorios .c-b2b-equipment-components__colours_item--img {
        width: 50px;
        height: 20px;
        overflow: hidden;
        margin: 0 auto; }
        body.b2b-accesorios .c-b2b-equipment-components__colours_item--img img {
          width: 100%; }
      body.b2b-accesorios .c-b2b-equipment-components__colours_item.is-active {
        background: #eee; }
  body.b2b-accesorios .c-b2b-equipment-components__info {
    display: flex;
    width: calc(100% - 59px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.b2b-accesorios .c-b2b-equipment-components__info--slider .fa {
      color: black; }
    body.b2b-accesorios .c-b2b-equipment-components__info_section, body.b2b-accesorios .listadoProductos .fila .bloqueTallas .formatos-inner > div > div.c-b2b-equipment-components__info_section, .listadoProductos .fila .bloqueTallas body.b2b-accesorios .formatos-inner > div > div.c-b2b-equipment-components__info_section {
      margin-right: 0; }
      body.b2b-accesorios .c-b2b-equipment-components__info_section--sizes {
        text-align: center;
        font-weight: bold;
        padding-bottom: 4px; }
    body.b2b-accesorios .c-b2b-equipment-components__info .formatos {
      width: 100%; }
      body.b2b-accesorios .c-b2b-equipment-components__info .formatos .formatos-inner {
        overflow: hidden;
        max-width: 287px;
        margin: 0; }
        body.b2b-accesorios .c-b2b-equipment-components__info .formatos .formatos-inner.without-filters-column {
          max-width: 357px; }
          @media only screen and (min-width: 1600px) {
            body.b2b-accesorios .c-b2b-equipment-components__info .formatos .formatos-inner.without-filters-column .c-b2b-equipment-components__info_section {
              width: 70px !important; } }
    body.b2b-accesorios .c-b2b-equipment-components__info .expand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  body.b2b-accesorios .c-b2b-equipment-components__ask-for {
    text-align: center;
    margin: 0 auto; }
  body.b2b-accesorios .c-b2b-equipment-components-table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden; }
    body.b2b-accesorios .c-b2b-equipment-components-table tr th,
    body.b2b-accesorios .c-b2b-equipment-components-table tr td {
      vertical-align: top;
      padding: 0.5rem;
      line-height: 110%; }
    body.b2b-accesorios .c-b2b-equipment-components-table thead {
      background-color: transparent; }
      body.b2b-accesorios .c-b2b-equipment-components-table thead th {
        padding-top: 0; }
    body.b2b-accesorios .c-b2b-equipment-components-table__head {
      font-size: 0.85rem;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      background-color: transparent; }
      body.b2b-accesorios .c-b2b-equipment-components-table__head--hide {
        position: absolute;
        left: -10000px;
        text-indent: -9999em;
        white-space: nowrap;
        overflow: hidden; }
    body.b2b-accesorios .c-b2b-equipment-components-table__colour {
      max-width: 70px;
      margin-left: auto;
      margin-right: auto; }
      body.b2b-accesorios .c-b2b-equipment-components-table__colour img {
        max-width: 100%;
        height: auto;
        display: block; }
    body.b2b-accesorios .c-b2b-equipment-components-table__ref {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
  body.b2b-accesorios .c-b2b-equipment-components-selection {
    width: 100%;
    padding: 4px;
    margin-bottom: 3px;
    min-height: 82px;
    max-height: 82px; }
    body.b2b-accesorios .c-b2b-equipment-components-selection.is-active {
      background: #eee; }
  body.b2b-accesorios .c-b2b-equipment-components-select {
    width: 100%;
    position: relative; }
    body.b2b-accesorios .c-b2b-equipment-components-select__availability-color {
      width: 9px;
      height: 9px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 5px; }
      body.b2b-accesorios .c-b2b-equipment-components-select__availability-color img {
        max-width: 100%;
        height: auto;
        display: block; }
    body.b2b-accesorios .c-b2b-equipment-components-select__ref {
      font-size: 0.64rem;
      font-style: italic;
      text-align: center; }
    body.b2b-accesorios .c-b2b-equipment-components-select__units {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      height: 1.25rem;
      line-height: 1.25rem;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20.25px;
      padding-right: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.55rem;
      font-style: italic;
      font-weight: 400;
      background-image: none;
      background-color: transparent; }
    body.b2b-accesorios .c-b2b-equipment-components-select-availability {
      margin-top: 0.2rem; }
      body.b2b-accesorios .c-b2b-equipment-components-select-availability__text {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.65rem;
        font-weight: 400;
        line-height: 120%;
        text-align: center; }
        body.b2b-accesorios .c-b2b-equipment-components-select-availability__text:first-letter {
          text-transform: uppercase; }
  body.b2b-accesorios .c-b2b-equipment-components.one-size {
    width: 50%;
    margin-right: 10px;
    float: left; }

@media screen and (min-width: 1600px) {
  body.b2b-accesorios .c-b2b-equipment .vsf-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

body.b2b-accesorios.edit-filters-b2b a.btn-bh-dropdown__filters,
body.b2b-accesorios.edit-filters-b2b button.btn-bh-dropdown__filters {
  visibility: hidden;
  display: none; }

body.b2b-accesorios .sweet-alert .solicitud-input {
  display: block;
  width: 100%;
  text-align: center; }
  body.b2b-accesorios .sweet-alert .solicitud-input#solicitud-unidades {
    width: 100px;
    margin: 10px auto; }

body.b2b-accesorios .sweet-alert .sa-input-error.show {
  display: none; }

.contacts-page {
  margin-left: 0.9375rem; }
  .contacts-page .title, .contacts-page #content h2.title, #content .contacts-page h2.title {
    width: 100%;
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 70px;
    line-height: 65px !important;
    font-weight: lighter;
    text-transform: uppercase;
    color: #3b3b3b;
    margin: 1rem 0 2.5rem; }
  .contacts-page table tr:last-child {
    display: none; }
  .contacts-page table td {
    border: 1px solid black; }
  .contacts-page table .header1 td {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: black;
    padding: 1rem 0; }
  .contacts-page table .header2 td {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: lightgrey; }
  .contacts-page table .separator-row td {
    height: 2.5rem;
    background-color: white;
    border: none; }

.c-content-buttons {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none; }
  @media only screen and (max-width: 991px) {
    .c-content-buttons {
      display: block;
      padding: 0 15px;
      display: none; } }
  .c-content-buttons__text {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .c-content-buttons__text {
        width: 100%; } }
  .c-content-buttons__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .c-content-buttons__buttons {
        width: 100%;
        padding: 15px 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .c-content-buttons__buttons .btn-bh--add {
      color: #fff;
      margin-left: 10px; }
    .c-content-buttons__buttons a {
      margin: 0;
      margin-left: 10px; }
    @media only screen and (max-width: 991px) {
      .c-content-buttons__buttons .btn-bh--prize, .c-content-buttons__buttons body.b2b .main-container a.btn-bh--prize, body.b2b .main-container .c-content-buttons__buttons a.btn-bh--prize {
        margin-left: 0; } }

.c-content-button {
  padding: 15px; }
  .c-content-button--bikes {
    padding-left: 30px; }

.js-overflow .c-content-button {
  padding: 15px; }
  .js-overflow .c-content-button--bikes {
    padding-left: 15px; }

.c-img-award {
  position: absolute;
  width: 35px;
  top: 5px;
  right: 20px; }
  @media only screen and (min-width: 768px) {
    .c-img-award {
      width: 50px;
      top: 15px; } }
  .c-img-award-item, #product_related.c-product_related_2 .product .c-img-award img {
    width: 100%; }

.c-bh-unique-categories {
  width: 100%;
  max-width: 1590px;
  margin: 7.3125rem auto 1.875rem auto;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .c-bh-unique-categories {
      margin-top: 3.5rem;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1248px) {
    .c-bh-unique-categories {
      margin-top: 3.5rem;
      margin-bottom: 0;
      max-width: 100%; } }
  @media only screen and (min-width: 640px) {
    .c-bh-unique-categories-header {
      margin-bottom: 3rem; } }
  @media only screen and (min-width: 1248px) {
    .c-bh-unique-categories-header {
      margin-left: -30px; } }
  .c-bh-unique-categories-header__top {
    width: 100%;
    height: 90vh;
    min-height: 175px;
    max-height: 270px;
    position: relative;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (min-width: 992px) {
      .c-bh-unique-categories-header__top {
        max-height: 500px; } }
    .c-bh-unique-categories-header__top .c-bh-unique-categories-title,
    .c-bh-unique-categories-header__top #content .c-bh-unique-categories-title, #content .c-bh-unique-categories-header__top .c-bh-unique-categories-title {
      position: absolute;
      right: 0;
      bottom: -22%; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-categories-header__top .c-bh-unique-categories-title,
        .c-bh-unique-categories-header__top #content .c-bh-unique-categories-title, #content .c-bh-unique-categories-header__top .c-bh-unique-categories-title {
          right: -145px;
          bottom: inherit; } }
  .c-bh-unique-categories-header__bottom {
    height: 100%;
    display: block;
    padding: 30px 15px; }
    @media only screen and (min-width: 640px) {
      .c-bh-unique-categories-header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        max-width: 690px;
        margin: 0 auto;
        height: auto; } }
    @media only screen and (min-width: 640px) {
      .c-bh-unique-categories-header__bottom {
        padding: 20px 20px 20px 50px; } }
    @media only screen and (min-width: 1200px) {
      .c-bh-unique-categories-header__bottom {
        padding: 20px 20px 20px 0; } }
    @media only screen and (min-width: 1248px) {
      .c-bh-unique-categories-header__bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 20px;
        margin-left: 0;
        max-width: 700px; } }
    .c-bh-unique-categories-header__bottom ul {
      color: #000;
      text-align: left; }
      @media only screen and (min-width: 640px) {
        .c-bh-unique-categories-header__bottom ul {
          min-width: 270px; } }
      @media only screen and (min-width: 1200px) {
        .c-bh-unique-categories-header__bottom ul {
          min-width: 50%; } }
      .c-bh-unique-categories-header__bottom ul li {
        margin-bottom: 5px; }
        @media only screen and (min-width: 768px) {
          .c-bh-unique-categories-header__bottom ul li {
            margin-bottom: 20px; } }
      .c-bh-unique-categories-header__bottom ul a {
        font-size: 2rem;
        line-height: 47px;
        margin-bottom: 5px;
        font-weight: 100;
        text-decoration: none; }
        @media only screen and (min-width: 1248px) {
          .c-bh-unique-categories-header__bottom ul a {
            font-size: 2.1875rem;
            line-height: 47px; } }
        .c-bh-unique-categories-header__bottom ul a span {
          display: block;
          font-size: 0.8125rem; }
          @media only screen and (min-width: 992px) {
            .c-bh-unique-categories-header__bottom ul a span {
              font-size: 1.125rem;
              padding-left: 10px; } }
    .c-bh-unique-categories-header__bottom-links {
      width: 100%;
      padding: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media only screen and (min-width: 640px) {
        .c-bh-unique-categories-header__bottom-links {
          width: calc(100% - 270px); } }
      @media only screen and (min-width: 1200px) {
        .c-bh-unique-categories-header__bottom-links {
          min-width: 50%;
          padding: 0; } }
      .c-bh-unique-categories-header__bottom-links p {
        max-width: 100%;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) {
          .c-bh-unique-categories-header__bottom-links p {
            max-width: 265px; } }
      .c-bh-unique-categories-header__bottom-links img {
        max-width: 80%;
        margin-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .c-bh-unique-categories-header__bottom-links img {
            max-width: 311px;
            margin-bottom: 25px; } }
        @media only screen and (min-width: 1200px) {
          .c-bh-unique-categories-header__bottom-links img {
            max-width: 100%; } }
      .c-bh-unique-categories-header__bottom-links::before {
        content: '';
        border-left: 1px solid #707070;
        height: 87%;
        position: absolute;
        left: -17px; }
        @media only screen and (max-width: 639px) {
          .c-bh-unique-categories-header__bottom-links::before {
            content: none; } }
        @media only screen and (min-width: 640px) {
          .c-bh-unique-categories-header__bottom-links::before {
            content: ''; } }
        @media only screen and (min-width: 1200px) {
          .c-bh-unique-categories-header__bottom-links::before {
            left: -15%; } }
    .c-bh-unique-categories-header__bottom-btn {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media only screen and (min-width: 768px) {
        .c-bh-unique-categories-header__bottom-btn {
          width: 80%; } }
      .c-bh-unique-categories-header__bottom-btn .c-bh-unique-button--square-white {
        min-width: 200px; }
  .c-bh-unique-categories-content {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto; }
  .c-bh-unique-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 25px;
    top: 10vh;
    position: relative;
    scroll-margin-top: 10vh; }
    @media only screen and (min-width: 768px) {
      .c-bh-unique-categories__item {
        margin-bottom: 100px; } }
    @media only screen and (min-width: 1248px) {
      .c-bh-unique-categories__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .c-bh-unique-categories__item--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-categories__item--reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .c-bh-unique-categories__info {
    margin-bottom: 20px;
    padding: 40px 0 0; }
    @media only screen and (min-width: 1200px) {
      .c-bh-unique-categories__info {
        padding: 70px 0 0; } }
    .c-bh-unique-categories__info p {
      font-size: 1rem; }
      @media only screen and (min-width: 1200px) {
        .c-bh-unique-categories__info p {
          font-size: 1.125rem;
          line-height: 24px; } }
  .c-bh-unique-categories__img {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .c-bh-unique-categories__img {
        min-width: 500px;
        min-height: 240px; } }
    @media only screen and (min-width: 1024px) {
      .c-bh-unique-categories__img {
        max-width: 100%;
        height: auto; } }
    @media only screen and (min-width: 1248px) {
      .c-bh-unique-categories__img {
        max-width: 500px; } }
    .c-bh-unique-categories__img img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .c-bh-unique-categories-scroll {
    overflow-y: auto; }
    @media only screen and (min-width: 768px) {
      .c-bh-unique-categories-scroll {
        min-width: 500px;
        max-height: 569px; } }
    .c-bh-unique-categories-scroll::-webkit-scrollbar {
      width: 16px;
      height: 11px;
      background-color: #F2F2F2; }
    .c-bh-unique-categories-scroll::-webkit-scrollbar-thumb {
      background-color: #BFBFBF; }
  .c-bh-unique-categories-sub .item-subcategory {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .c-bh-unique-categories-sub .item-subcategory {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .c-bh-unique-categories-sub .item-subcategory img {
      max-width: 370px;
      width: 100%; }
    .c-bh-unique-categories-sub .item-subcategory__specific {
      padding: 15px;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .c-bh-unique-categories-sub .item-subcategory__specific {
          padding: 26px; } }
      .c-bh-unique-categories-sub .item-subcategory__specific-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .c-bh-unique-categories-sub .item-subcategory__specific-header h3 {
          font-size: 22px;
          line-height: 24px;
          font-weight: bold;
          text-transform: uppercase; }
          .c-bh-unique-categories-sub .item-subcategory__specific-header h3 span {
            display: block;
            font-size: 16px;
            margin-top: 10px; }
      .c-bh-unique-categories-sub .item-subcategory__specific-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
        height: 89%; }
        @media only screen and (min-width: 768px) {
          .c-bh-unique-categories-sub .item-subcategory__specific-body {
            padding: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .c-bh-unique-categories-sub .item-subcategory__specific-body div {
          margin-bottom: 10px; }
        .c-bh-unique-categories-sub .item-subcategory__specific-body p {
          font-size: 16px;
          line-height: 21px;
          color: #515151;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media only screen and (min-width: 992px) {
            .c-bh-unique-categories-sub .item-subcategory__specific-body p {
              font-size: 18px;
              line-height: 24px; } }
          .c-bh-unique-categories-sub .item-subcategory__specific-body p:first-letter {
            text-transform: capitalize; }
        .c-bh-unique-categories-sub .item-subcategory__specific-body .c-bh-unique-button--square-white {
          max-width: 150px;
          -ms-flex-item-align: end;
          align-self: flex-end; }
          @media only screen and (min-width: 768px) {
            .c-bh-unique-categories-sub .item-subcategory__specific-body .c-bh-unique-button--square-white {
              -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; } }
  .c-bh-unique-categories-title, #content h2.c-bh-unique-categories-title,
  #content .c-bh-unique-categories-title {
    font-weight: bold;
    margin-bottom: 28px;
    font-size: 50px;
    line-height: 66px; }
    .c-bh-unique-categories-title--small {
      line-height: 24px;
      font-size: 2.1875rem; }
  .c-bh-unique-categories-text {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 45px;
    max-width: 794px; }
    @media only screen and (min-width: 768px) {
      .c-bh-unique-categories-text {
        font-size: 1.125rem; } }

.c-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px; }
  .c-switch .lbl {
    display: inline-block;
    width: 59px;
    height: 25px;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    margin-left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-right: 0.5rem;
    border: 1px solid #d3d3d3;
    background: white; }
  .c-switch .lbl::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 100px;
    position: absolute;
    top: 1.8px;
    left: 4px;
    border: 1px solid #d3d3d3;
    background: #d3d3d3;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .c-switch #switch:checked + .lbl::after, .c-switch #switch2:checked + .lbl::after, .c-switch #switch3:checked + .lbl::after, .c-switch #switch4:checked + .lbl::after,
  .c-switch input.switch:checked + .lbl::after {
    left: 36px;
    background: #ffffff; }
  .c-switch #switch:checked + .lbl, .c-switch #switch2:checked + .lbl, .c-switch #switch3:checked + .lbl, .c-switch #switch4:checked + .lbl,
  .c-switch input.switch:checked + .lbl {
    background: #d3d3d3; }
  .c-switch span {
    font-size: 14px; }
  .c-switch span.pvp {
    margin-right: 0.5rem; }
  .c-switch #switch + span.pvp, .c-switch #switch2 + span.pvp, .c-switch #switch3 + span.pvp, .c-switch #switch4 + span.pvp,
  .c-switch input.switch + span.pvp {
    display: none; }
  .c-switch #switch:checked + span.price, .c-switch #switch2:checked + span.price, .c-switch #switch3:checked + span.price, .c-switch #switch4:checked + span.price,
  .c-switch input.switch:checked + span.price {
    display: none; }
  .c-switch #switch:checked + span.pvp, .c-switch #switch2:checked + span.pvp, .c-switch #switch3:checked + span.pvp, .c-switch #switch4:checked + span.pvp,
  .c-switch input.switch:checked + span.pvp {
    display: block; }
  .c-switch #switch, .c-switch #switch2, .c-switch #switch3, .c-switch #switch4,
  .c-switch input.switch {
    display: none; }
  .c-switch span.pvp-switch2,
  .c-switch span.sold-switch3,
  .c-switch span.leasing-switch4 {
    margin-left: 1rem; }

.c-features__item {
  max-width: 880px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .c-features__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-features__item-text {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .c-features__item-text {
        text-align: right;
        max-width: 400px; } }
    .c-features__item-text h3 {
      font-size: 32px;
      font-weight: 700;
      line-height: 40px;
      max-width: 280px;
      margin: 0 auto 20px; }
      @media only screen and (min-width: 992px) {
        .c-features__item-text h3 {
          font-size: 45px;
          line-height: 47px;
          margin-bottom: 33px;
          max-width: 100%; } }
      .c-features__item-text h3 span {
        display: block;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 20px; }
        @media only screen and (min-width: 992px) {
          .c-features__item-text h3 span {
            font-size: 45px;
            line-height: 47px;
            margin-bottom: 33px; } }
    .c-features__item-text p {
      line-height: 21px;
      font-size: 1.125rem;
      max-width: 265px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .c-features__item-text p {
          font-size: 1.0625rem;
          line-height: 21px;
          margin-bottom: 33px;
          max-width: 325px;
          margin-left: auto;
          margin-right: 0; } }
      .c-features__item-text p.bigger {
        max-width: 265px; }
        @media only screen and (min-width: 992px) {
          .c-features__item-text p.bigger {
            max-width: 400px; } }
      .c-features__item-text p.small {
        margin-bottom: 0; }
      .c-features__item-text p.text-up {
        margin-top: -55px; }
        @media only screen and (min-width: 992px) {
          .c-features__item-text p.text-up {
            margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .c-features__item-text.inner-img {
        margin-right: -100px; } }
  .c-features__item-img {
    display: none; }
    @media only screen and (min-width: 992px) {
      .c-features__item-img {
        display: block; } }
    .c-features__item-img.smart-key {
      max-height: 350px; }
      @media only screen and (min-width: 992px) {
        .c-features__item-img.smart-key {
          margin-right: 40px;
          max-height: 402px; } }
    .c-features__item-img.bidon {
      max-width: 400px; }
      @media only screen and (min-width: 992px) {
        .c-features__item-img.bidon {
          max-height: 379px;
          max-width: 100%; } }
    .c-features__item-img.amortiguador {
      max-height: 433px; }
    .c-features__item-img.pantalla {
      max-width: 600px;
      margin-left: -80px;
      margin-top: -60px; }
      @media only screen and (min-width: 992px) {
        .c-features__item-img.pantalla {
          max-height: 350px;
          max-width: 100%;
          margin-left: 0; } }
    .c-features__item-img.etube {
      max-height: 311px; }
    .c-features__item-img--mob {
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .c-features__item-img--mob {
          display: none; } }
  .c-features__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .c-features__item--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .c-features__item--reverse .c-features__item-text {
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .c-features__item--reverse .c-features__item-text {
          text-align: left; } }
      @media only screen and (min-width: 992px) {
        .c-features__item--reverse .c-features__item-text p {
          margin-left: 0; } }
  @media only screen and (min-width: 992px) {
    .c-features__item--end {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }

.c-details {
  position: relative;
  min-height: 100%; }
  @media only screen and (min-width: 992px) {
    .c-details {
      min-height: 100vh;
      height: 100vh; } }
  .c-details__wrapper {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .c-details__wrapper {
        position: absolute;
        max-width: 990px;
        margin: 0 auto;
        left: 50%;
        top: 55%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        background: rgba(255, 255, 255, 0.5); } }
    .c-details__wrapper:nth-of-type(1) {
      z-index: 1; }
    .c-details__wrapper:nth-of-type(2) {
      z-index: 2; }
    .c-details__wrapper:nth-of-type(3) {
      z-index: 3; }
    .c-details__wrapper:nth-of-type(4) {
      z-index: 4; }
    @media only screen and (min-width: 992px) {
      .c-details__wrapper img {
        max-width: 970px; } }
    .c-details__wrapper .text-container {
      margin-top: -50px; }
      @media only screen and (min-width: 992px) {
        .c-details__wrapper .text-container {
          margin-top: 0;
          position: absolute;
          z-index: 2;
          top: 150px;
          right: 50px;
          text-align: left; } }
    .c-details__wrapper .parraf-detail {
      font-size: 17px;
      font-weight: 700;
      line-height: 25px;
      max-width: 276px;
      margin: 20px auto; }
      @media only screen and (min-width: 992px) {
        .c-details__wrapper .parraf-detail {
          font-size: 18px;
          opacity: 0; } }
      .c-details__wrapper .parraf-detail--small {
        max-width: 240px; }
        @media only screen and (min-width: 992px) {
          .c-details__wrapper .parraf-detail--small {
            max-width: 285px; } }
  @media only screen and (min-width: 992px) {
    .c-details--title .c-title-section, .c-details--title #content h2.c-title-section, #content .c-details--title h2.c-title-section {
      width: 550px;
      font-size: 75px;
      line-height: 66px; } }
  @media only screen and (min-width: 992px) {
    .c-details--title .c-details__wrapper {
      top: 47%; } }
  .c-details--title .c-details__img {
    position: relative;
    min-height: 69vh; }
    @media only screen and (max-width: 991px) {
      .c-details--title .c-details__img {
        min-height: 100%; } }
    @media only screen and (min-width: 1024px) {
      .c-details--title .c-details__img .js-img1 {
        width: 1150px; } }
    @media only screen and (min-width: 1024px) {
      .c-details--title .c-details__img .js-img2, .c-details--title .c-details__img .js-img3 {
        position: absolute;
        left: 50%;
        top: -21px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: auto;
        width: 1150px; } }

.c-video-imgsmall .c-title-section--med, .c-video-imgsmall #content h2.c-title-section--med, #content .c-video-imgsmall h2.c-title-section--med {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 7%; }
  @media only screen and (min-width: 1024px) {
    .c-video-imgsmall .c-title-section--med, .c-video-imgsmall #content h2.c-title-section--med, #content .c-video-imgsmall h2.c-title-section--med {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

.c-video-imgsmall .c-title-section--small, .c-video-imgsmall #content h2.c-title-section--small, #content .c-video-imgsmall h2.c-title-section--small {
  font-size: 26px;
  line-height: 34px;
  max-width: 250px; }
  @media only screen and (min-width: 768px) {
    .c-video-imgsmall .c-title-section--small, .c-video-imgsmall #content h2.c-title-section--small, #content .c-video-imgsmall h2.c-title-section--small {
      font-size: 35px;
      line-height: 42px;
      max-width: 100%;
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .c-video-imgsmall .c-title-section--small, .c-video-imgsmall #content h2.c-title-section--small, #content .c-video-imgsmall h2.c-title-section--small {
      font-size: 43px;
      line-height: 53px;
      margin-bottom: 15px;
      max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .c-video-imgsmall .c-title-section--bigger, .c-video-imgsmall #content h2.c-title-section--bigger, #content .c-video-imgsmall h2.c-title-section--bigger {
    max-width: 100%;
    width: 100%; } }

.c-video-imgsmall .c-content-video--abs {
  height: 235px;
  margin-bottom: 75px; }
  @media only screen and (min-width: 640px) {
    .c-video-imgsmall .c-content-video--abs {
      max-width: 100%;
      height: auto; } }
  @media only screen and (min-width: 1024px) {
    .c-video-imgsmall .c-content-video--abs {
      position: relative;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-bottom: 110px; } }
  .c-video-imgsmall .c-content-video--abs video {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 576px) {
      .c-video-imgsmall .c-content-video--abs video {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0; } }

.c-video-imgsmall .o-aspect-ratio {
  max-width: 255px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .c-video-imgsmall .o-aspect-ratio {
      max-width: 430px; } }

@media only screen and (min-width: 992px) {
  .c-imgcol-text__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media only screen and (min-width: 1024px) {
  .c-imgcol-text .c-content__wrapper {
    height: calc(100vh - 200px);
    padding: 100px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.c-imgcol-text .c-content__wrapper .images-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-height: 550px; }
  @media only screen and (min-width: 992px) {
    .c-imgcol-text .c-content__wrapper .images-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      max-height: 100%; } }
  .c-imgcol-text .c-content__wrapper .images-wrapper img {
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .c-imgcol-text .c-content__wrapper .images-wrapper img {
        position: absolute;
        max-width: 200%;
        width: 137%;
        right: -20%;
        margin: 0;
        top: 27%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media only screen and (max-width: 1023px) {
      .c-imgcol-text .c-content__wrapper .images-wrapper img.img-bottom {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; } }
    @media only screen and (max-width: 1023px) {
      .c-imgcol-text .c-content__wrapper .images-wrapper img.img-bottom--third {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; } }

.c-imgcol-text .c-content__wrapper.change-direction {
  padding: 50px 15px; }
  @media only screen and (min-width: 1024px) {
    .c-imgcol-text .c-content__wrapper.change-direction {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 15px; } }
  @media only screen and (min-width: 1024px) {
    .c-imgcol-text .c-content__wrapper.change-direction .text-group {
      width: 50%;
      position: relative;
      z-index: 2; } }
  .c-imgcol-text .c-content__wrapper.change-direction .text-group .c-parraf--up {
    margin-top: 0;
    max-width: 450px; }
  @media only screen and (min-width: 1024px) {
    .c-imgcol-text .c-content__wrapper.change-direction .img-group {
      width: 50%;
      position: relative; } }
  .c-imgcol-text .c-content__wrapper.change-direction .img-group .ellipse {
    background: transparent; }
    @media only screen and (min-width: 992px) {
      .c-imgcol-text .c-content__wrapper.change-direction .img-group .ellipse {
        position: relative;
        bottom: 0;
        left: -17%;
        right: inherit; } }
  .c-imgcol-text .c-content__wrapper.change-direction .img-group .img-top {
    margin-top: 0;
    max-width: 1200px; }

.c-imgcol-text .c-content__wrapper.items-column {
  padding: 50px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 1024px) {
    .c-imgcol-text .c-content__wrapper.items-column {
      padding: 0 15px; } }
  .c-imgcol-text .c-content__wrapper.items-column .text-group {
    color: white; }
    @media only screen and (min-width: 1024px) {
      .c-imgcol-text .c-content__wrapper.items-column .text-group {
        width: 100%; } }
    .c-imgcol-text .c-content__wrapper.items-column .text-group .c-parraf--up {
      margin: 0 auto;
      text-align: center; }
    .c-imgcol-text .c-content__wrapper.items-column .text-group .c-title-section, .c-imgcol-text .c-content__wrapper.items-column .text-group #content h2.c-title-section, #content .c-imgcol-text .c-content__wrapper.items-column .text-group h2.c-title-section {
      color: white;
      margin: 0 auto 15px; }
  @media only screen and (min-width: 1024px) {
    .c-imgcol-text .c-content__wrapper.items-column .img-group {
      width: 100%;
      position: relative; } }
  .c-imgcol-text .c-content__wrapper.items-column .img-group .ellipse {
    background: transparent; }
    @media only screen and (min-width: 992px) {
      .c-imgcol-text .c-content__wrapper.items-column .img-group .ellipse {
        position: relative;
        left: 0;
        top: 0;
        right: inherit; } }
  .c-imgcol-text .c-content__wrapper.items-column .img-group .img-top {
    margin-top: 0; }

.c-imgcol-text .c-content__wrapper.img-adjust {
  padding: 50px 0 0; }
  @media only screen and (min-width: 992px) {
    .c-imgcol-text .c-content__wrapper.img-adjust {
      padding: 100px 0; } }
  @media only screen and (min-width: 1024px) {
    .c-imgcol-text .c-content__wrapper.img-adjust {
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-imgcol-text .c-content__wrapper.img-adjust .text-group {
    color: white; }
    .c-imgcol-text .c-content__wrapper.img-adjust .text-group .c-title-section, .c-imgcol-text .c-content__wrapper.img-adjust .text-group #content h2.c-title-section, #content .c-imgcol-text .c-content__wrapper.img-adjust .text-group h2.c-title-section {
      color: white; }
    .c-imgcol-text .c-content__wrapper.img-adjust .text-group .c-parraf--up {
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .c-imgcol-text .c-content__wrapper.img-adjust .text-group .c-parraf--up {
          max-width: 360px;
          margin: 0; } }
  .c-imgcol-text .c-content__wrapper.img-adjust .img-group .ellipse {
    background: transparent; }
    @media only screen and (min-width: 992px) {
      .c-imgcol-text .c-content__wrapper.img-adjust .img-group .ellipse {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .c-imgcol-text .c-content__wrapper.img-adjust .img-group .img-top {
    margin-top: 0;
    max-width: 1292px;
    width: 100%;
    bottom: -3px; }
    @media only screen and (min-width: 992px) {
      .c-imgcol-text .c-content__wrapper.img-adjust .img-group .img-top {
        max-width: 400px; } }
    @media only screen and (min-width: 1024px) {
      .c-imgcol-text .c-content__wrapper.img-adjust .img-group .img-top {
        max-width: 700px; } }

.c-imgcol-text.bg-black {
  background: black; }
  .c-imgcol-text.bg-black .c-content__wrapper {
    height: calc(100vh - 100px); }
  .c-imgcol-text.bg-black .c-title-section, .c-imgcol-text.bg-black #content h2.c-title-section, #content .c-imgcol-text.bg-black h2.c-title-section {
    width: 100%;
    text-align: center; }
  .c-imgcol-text.bg-black .c-parraf--up {
    max-width: 615px; }

.c-imgcol-text .ellipse {
  background: -webkit-radial-gradient(circle, #F2F9AB 9%, rgba(255, 255, 255, 0) 33%);
  background: -o-radial-gradient(circle, #F2F9AB 9%, rgba(255, 255, 255, 0) 33%);
  background: radial-gradient(circle, #F2F9AB 9%, rgba(255, 255, 255, 0) 33%); }
  @media only screen and (min-width: 992px) {
    .c-imgcol-text .ellipse {
      position: absolute;
      bottom: 0;
      margin-top: 0;
      right: 0; } }
  @media only screen and (min-width: 1248px) {
    .c-imgcol-text .ellipse {
      right: 90px; } }

.c-imgcol-text img {
  width: 360px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .c-imgcol-text img {
      width: 780px; } }
  .c-imgcol-text img.img-top {
    margin-top: -40px; }

@media only screen and (min-width: 992px) {
  .c-cable {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media only screen and (min-width: 1024px) {
  .c-cable .c-content__wrapper {
    height: calc(100vh - 200px);
    padding: 100px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.c-cable .ellipse {
  background: -webkit-radial-gradient(circle, #F2F9AB 9%, rgba(255, 255, 255, 0) 33%);
  background: -o-radial-gradient(circle, #F2F9AB 9%, rgba(255, 255, 255, 0) 33%);
  background: radial-gradient(circle, #F2F9AB 9%, rgba(255, 255, 255, 0) 33%); }
  @media only screen and (min-width: 992px) {
    .c-cable .ellipse {
      position: absolute;
      bottom: 0;
      margin-top: 0;
      right: 0; } }
  @media only screen and (min-width: 1248px) {
    .c-cable .ellipse {
      right: 90px; } }

.c-cable img {
  width: 360px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .c-cable img {
      width: 780px; } }
  .c-cable img.img-top {
    margin-top: -40px; }

.c-motor__info {
  background-image: url("../../../download/bancorecursos/landings/xtep_carbon/bg-motor.png");
  color: #fff;
  padding: 35px 0;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 1024px) {
    .c-motor__info {
      min-height: 710px;
      padding: 110px 0; } }
  @media only screen and (min-width: 1024px) {
    .c-motor__info .c-content__wrapper {
      position: relative;
      max-width: 1200px; } }
  .c-motor__info-name {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 1024px) {
      .c-motor__info-name {
        font-size: 34px;
        line-height: 40px;
        text-align: left; } }
    .c-motor__info-name:first-letter {
      text-transform: uppercase; }
  .c-motor__info-subtitle, #content h2.c-motor__info-subtitle {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: inherit;
    color: #fff;
    margin-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .c-motor__info-subtitle, #content h2.c-motor__info-subtitle {
        text-align: left;
        font-size: 61px;
        font-weight: 700;
        line-height: 65px;
        max-width: 335px;
        margin-bottom: 0; } }
    .c-motor__info-subtitle span, #content h2.c-motor__info-subtitle span {
      display: block;
      font-size: 32px;
      line-height: 40px;
      font-weight: 700; }
      @media only screen and (min-width: 1024px) {
        .c-motor__info-subtitle span, #content h2.c-motor__info-subtitle span {
          font-size: 61px;
          line-height: 65px; } }
  .c-motor__info .img-motor {
    max-width: 300px;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .c-motor__info .img-motor {
        max-width: 700px; } }

.c-motor__features-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  @media only screen and (min-width: 1024px) {
    .c-motor__features-icons {
      position: absolute;
      bottom: -210px;
      width: 100%;
      left: 50%;
      max-width: 1056px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .c-motor__features-icons__item {
    margin: 10px 0; }
    @media only screen and (max-width: 1023px) {
      .c-motor__features-icons__item {
        max-width: 33%; } }
  .c-motor__features-icons img {
    max-width: 35px;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .c-motor__features-icons img {
        max-width: 72px;
        margin-bottom: 19px; } }
  .c-motor__features-icons p {
    font-size: 1rem;
    line-height: 19px;
    text-align: center; }
    .c-motor__features-icons p:first-letter {
      text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .c-motor__features-icons p {
        font-size: 1.0625rem;
        line-height: 20px;
        font-weight: 700;
        color: black; } }
    .c-motor__features-icons p span {
      display: block; }
      @media only screen and (min-width: 1024px) {
        .c-motor__features-icons p span {
          font-weight: 700;
          display: inline; } }
    @media only screen and (max-width: 1023px) {
      .c-motor__features-icons p.small {
        max-width: 80px; } }
    @media only screen and (max-width: 1023px) {
      .c-motor__features-icons p.med {
        max-width: 120px; } }

.c-motor__features-list {
  padding: 1.5rem 1rem;
  list-style: disc;
  padding-left: 1.5rem;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .c-motor__features-list {
      max-width: 366px; } }
  .c-motor__features-list li {
    font-size: 24px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1024px) {
      .c-motor__features-list li {
        font-size: 30px; } }
    .c-motor__features-list li span {
      font-size: 17px;
      line-height: 20px; }
      @media only screen and (min-width: 1024px) {
        .c-motor__features-list li span {
          font-size: 18px;
          line-height: 21px; } }

.ellipse-blue {
  height: 256px;
  width: 100%;
  background: -webkit-radial-gradient(circle, #3385DF 0%, #2F7BCE 7%, #2B72BE 16%, rgba(24, 64, 108, 0) 133px);
  background: -o-radial-gradient(circle, #3385DF 0%, #2F7BCE 7%, #2B72BE 16%, rgba(24, 64, 108, 0) 133px);
  background: radial-gradient(circle, #3385DF 0%, #2F7BCE 7%, #2B72BE 16%, rgba(24, 64, 108, 0) 133px); }
  @media only screen and (min-width: 1024px) {
    .ellipse-blue {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 556px;
      width: 602px;
      background: -webkit-radial-gradient(circle, #3385DF 0%, #2F7BCE 7%, #2B72BE 16%, rgba(24, 64, 108, 0) 133px);
      background: -o-radial-gradient(circle, #3385DF 0%, #2F7BCE 7%, #2B72BE 16%, rgba(24, 64, 108, 0) 133px);
      background: radial-gradient(circle, #3385DF 0%, #2F7BCE 7%, #2B72BE 16%, rgba(24, 64, 108, 0) 133px); } }

@media only screen and (min-width: 640px) {
  .c-textcol-img .o-aspect-ratio--3-4:before {
    padding-bottom: 100%; } }

@media only screen and (min-width: 992px) {
  .c-textcol-img .o-aspect-ratio--3-4:before {
    width: 80%;
    margin-left: auto; } }

@media only screen and (min-width: 1024px) {
  .c-textcol-img .c-content__wrapper--tb.change-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .c-textcol-img .c-content__wrapper--tb.change-direction .c-title-section, .c-textcol-img .c-content__wrapper--tb.change-direction #content h2.c-title-section, #content .c-textcol-img .c-content__wrapper--tb.change-direction h2.c-title-section {
      text-align: right;
      margin-right: 0;
      margin-left: auto;
      width: 100%;
      font-size: 131px;
      margin-bottom: 44px;
      line-height: 120px; }
    .c-textcol-img .c-content__wrapper--tb.change-direction .c-parraf {
      text-align: right; } }

.c-textcol-img .c-content__wrapper--tb.change-direction .o-aspect-ratio {
  max-width: 340px;
  margin: 0 auto; }

@media only screen and (min-width: 992px) {
  .c-textcol-img .c-content__wrapper--tb.change-direction--textleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.c-textcol-img .c-content__wrapper--tb.change-direction--textleft .c-title-section, .c-textcol-img .c-content__wrapper--tb.change-direction--textleft #content h2.c-title-section, #content .c-textcol-img .c-content__wrapper--tb.change-direction--textleft h2.c-title-section {
  font-size: 90px;
  line-height: 48px; }

.c-textcol-img .c-content__wrapper--tb.change-direction--textleft .c-subtitle {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  max-width: 295px;
  margin: 0 auto; }

@media only screen and (min-width: 992px) {
  .c-textcol-img .c-content__wrapper--tb.change-direction--textleft .c-title-section, .c-textcol-img .c-content__wrapper--tb.change-direction--textleft #content h2.c-title-section, #content .c-textcol-img .c-content__wrapper--tb.change-direction--textleft h2.c-title-section {
    text-align: left; }
  .c-textcol-img .c-content__wrapper--tb.change-direction--textleft .c-subtitle {
    text-align: left;
    font-size: 44px;
    max-width: 100%; }
  .c-textcol-img .c-content__wrapper--tb.change-direction--textleft .c-parraf {
    text-align: left; } }

.c-textcol-img .c-content__wrapper--tb.change-direction--textleft .o-aspect-ratio {
  max-width: 340px;
  margin: 0 auto; }

.c-textcol-img.bg-green {
  background: #b4d7d3; }

.c-textcol-img.bg-white {
  background: white; }

.c-textcol-img .icon-list {
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .c-textcol-img .icon-list {
      margin: 0 auto;
      margin-left: 0;
      max-width: 576px;
      position: relative; } }
  @media only screen and (min-width: 1024px) {
    .c-textcol-img .icon-list {
      margin-top: -250px; } }
  @media only screen and (min-width: 1248px) {
    .c-textcol-img .icon-list {
      max-width: 762px;
      margin-top: -160px;
      margin-left: 35px; } }
  @media only screen and (min-width: 1600px) {
    .c-textcol-img .icon-list {
      margin-top: -259px; } }
  .c-textcol-img .icon-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%; }
    @media only screen and (min-width: 992px) {
      .c-textcol-img .icon-list li {
        width: 33%; } }
    .c-textcol-img .icon-list li p {
      margin: 0; }
      @media only screen and (max-width: 991px) {
        .c-textcol-img .icon-list li p {
          text-align: left; } }
    .c-textcol-img .icon-list li img {
      width: 70px; }

.c-textcol-img .img-overvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px; }
  @media only screen and (min-width: 1024px) {
    .c-textcol-img .img-overvideo {
      max-width: 500px; } }
  @media only screen and (min-width: 1248px) {
    .c-textcol-img .img-overvideo {
      max-width: 700px; } }

@media only screen and (min-width: 1024px) {
  .c-flow {
    height: 100vh; } }

.c-flow__title .c-title-section--width, .c-flow__title #content h2.c-title-section--width, #content .c-flow__title h2.c-title-section--width {
  margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .c-flow__title .c-title-section--width, .c-flow__title #content h2.c-title-section--width, #content .c-flow__title h2.c-title-section--width {
      text-align: center;
      margin: 0 auto 40px; } }
  @media only screen and (min-width: 1024px) {
    .c-flow__title .c-title-section--width, .c-flow__title #content h2.c-title-section--width, #content .c-flow__title h2.c-title-section--width {
      text-align: left;
      width: 100%;
      margin-bottom: 10px; } }

@media only screen and (min-width: 1024px) {
  .c-flow__title .c-subtitle-section {
    margin-bottom: 30px;
    text-align: left; } }

.c-flow__body {
  margin: 0 -15px; }
  @media only screen and (min-width: 1024px) {
    .c-flow__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; } }
  .c-flow__body-item {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 400px; }
    @media only screen and (min-width: 640px) {
      .c-flow__body-item {
        min-height: 100%; } }
    .c-flow__body-item p {
      font-size: 29px;
      font-weight: 300;
      line-height: 28px;
      margin: 10px 0; }
      @media only screen and (min-width: 1024px) {
        .c-flow__body-item p {
          text-align: left;
          font-size: 56px;
          line-height: 50px; } }
      .c-flow__body-item p span {
        display: block;
        font-size: 18px;
        font-weight: 300; }
        @media only screen and (min-width: 1024px) {
          .c-flow__body-item p span {
            margin-top: 5px; } }
    .c-flow__body-item img {
      max-width: 700px;
      position: absolute;
      left: 0;
      top: -20px; }
      @media only screen and (min-width: 640px) {
        .c-flow__body-item img {
          position: static; } }
      @media only screen and (min-width: 1024px) {
        .c-flow__body-item img {
          display: none; } }
      @media only screen and (min-width: 640px) {
        .c-flow__body-item img.img-bike {
          display: none;
          visibility: hidden; } }
    .c-flow__body-item--reverse img {
      right: 0;
      left: inherit;
      top: 20px; }
      @media only screen and (min-width: 640px) {
        .c-flow__body-item--reverse img {
          position: static; } }

@media only screen and (min-width: 1024px) {
  .c-flow__text {
    margin-bottom: 50px; } }

@media only screen and (min-width: 992px) {
  .c-flow__text .c-parraf {
    margin: 0 auto 20px;
    text-align: center; } }

@media only screen and (min-width: 1024px) {
  .c-flow__text .c-parraf {
    max-width: 80%;
    text-align: left;
    margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .c-flow .c-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%; } }

@media only screen and (min-width: 1024px) {
  .c-flow__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.c-flow__left {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .c-flow__left {
      background: url(./../../../../download/bancorecursos/landings/xtep_carbon/flow_item1_img.png);
      background-size: 134%;
      background-repeat: no-repeat;
      background-position: 20% center;
      display: block;
      width: 50%; } }
  @media only screen and (min-width: 1440px) {
    .c-flow__left {
      width: 60%; } }

@media only screen and (min-width: 1024px) {
  .c-flow__right {
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; } }

@media only screen and (min-width: 1440px) {
  .c-flow__right {
    width: 40%; } }

.c-text-imgchange {
  color: #000;
  padding: 35px 0;
  position: relative;
  z-index: 6; }
  @media only screen and (min-width: 992px) {
    .c-text-imgchange {
      background-image: url("../../../download/bancorecursos/landings/xtep_carbon/bg-section.jpg");
      color: #fff;
      padding: 100px 0;
      min-height: 100vh;
      background-size: cover;
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .c-text-imgchange {
      padding: 194px 0; } }
  .c-text-imgchange__img {
    position: relative;
    background-image: url("../../../download/bancorecursos/landings/xtep_carbon/bg-section.jpg");
    margin: 45px -15px;
    overflow: hidden;
    background-size: cover;
    max-height: 470px;
    background-position-x: right; }
    @media only screen and (min-width: 992px) {
      .c-text-imgchange__img {
        background-image: none;
        margin: 0;
        overflow: inherit;
        position: absolute;
        top: 15%;
        right: -30%;
        width: 100%;
        height: 100%; } }
    @media only screen and (min-width: 1024px) {
      .c-text-imgchange__img {
        top: 27%; } }
    .c-text-imgchange__img img {
      max-width: 1000px;
      -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px);
      left: 38%;
      bottom: 39px;
      position: relative; }
      @media only screen and (min-width: 640px) {
        .c-text-imgchange__img img {
          left: 50%; } }
      @media only screen and (min-width: 992px) {
        .c-text-imgchange__img img {
          position: absolute;
          max-width: 900px;
          bottom: 0; } }
      @media only screen and (min-width: 1248px) {
        .c-text-imgchange__img img {
          max-width: 1100px;
          bottom: -50px; } }
      .c-text-imgchange__img img:nth-child(n +2) {
        display: none; }
        @media only screen and (min-width: 992px) {
          .c-text-imgchange__img img:nth-child(n +2) {
            display: block; } }
      .c-text-imgchange__img img:nth-child(1) {
        z-index: 5; }
      .c-text-imgchange__img img:nth-child(2) {
        z-index: 4; }
      .c-text-imgchange__img img:nth-child(3) {
        z-index: 3; }
      .c-text-imgchange__img img:nth-child(4) {
        z-index: 2; }
  @media only screen and (min-width: 992px) {
    .c-text-imgchange__text {
      margin-bottom: 80px; }
      .c-text-imgchange__text .c-subtitle-section {
        margin-bottom: 50px; } }
  .c-text-imgchange__text--change {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .c-text-imgchange__text--change .c-parraf {
        position: absolute; } }
  @media only screen and (min-width: 992px) {
    .c-text-imgchange__text--bottom {
      display: block;
      text-align: left;
      position: relative; }
      .c-text-imgchange__text--bottom > div {
        position: absolute;
        top: -20px; }
      .c-text-imgchange__text--bottom .c-thirdtitle {
        text-transform: capitalize; }
      .c-text-imgchange__text--bottom .c-thirdtitle,
      .c-text-imgchange__text--bottom .c-parraf {
        text-align: left;
        margin-top: 0; } }

.c-content.contain-video .c-text-imgchange {
  height: 100%; }
  @media only screen and (min-width: 992px) {
    .c-content.contain-video .c-text-imgchange {
      background: black;
      height: 100vh;
      overflow: hidden; } }

.c-content.contain-video .c-text-imgchange__text {
  z-index: 5;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .c-content.contain-video .c-text-imgchange__text .c-title-section, .c-content.contain-video .c-text-imgchange__text #content h2.c-title-section, #content .c-content.contain-video .c-text-imgchange__text h2.c-title-section {
      text-align: right;
      margin-right: 0;
      margin-left: auto; }
    .c-content.contain-video .c-text-imgchange__text .c-subtitle-section {
      text-align: right; }
    .c-content.contain-video .c-text-imgchange__text--change .c-parraf {
      right: 0;
      text-align: right; } }
  @media only screen and (min-width: 1248px) {
    .c-content.contain-video .c-text-imgchange__text .c-title-section, .c-content.contain-video .c-text-imgchange__text #content h2.c-title-section, #content .c-content.contain-video .c-text-imgchange__text h2.c-title-section {
      font-size: 131px;
      line-height: 120px;
      width: 100%;
      margin-bottom: 40px; } }

@media only screen and (max-width: 1023px) {
  .c-content.contain-video .c-text-imgchange__text--change {
    margin: 0 -15px; } }

.c-content.contain-video .c-text-imgchange__text--change .video-imgmob {
  margin-bottom: 75px;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .c-content.contain-video .c-text-imgchange__text--change .video-imgmob {
      display: none; } }
  .c-content.contain-video .c-text-imgchange__text--change .video-imgmob:last-child {
    margin-bottom: 0; }

.c-content.contain-video .c-text-imgchange__video {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 1248px) {
    .c-content.contain-video .c-text-imgchange__video {
      height: 100vh; } }
  @media only screen and (min-width: 1024px) {
    .c-content.contain-video .c-text-imgchange__video video {
      height: 100vh; } }
  @media only screen and (min-width: 1248px) {
    .c-content.contain-video .c-text-imgchange__video video {
      max-width: 90%;
      height: auto; } }
  @media only screen and (min-width: 1600px) {
    .c-content.contain-video .c-text-imgchange__video video {
      max-width: 100%; } }
  .c-content.contain-video .c-text-imgchange__video video#video-move2, .c-content.contain-video .c-text-imgchange__video video#video-move3 {
    position: absolute; }

.js-showtext {
  opacity: 0; }

.c-product-float {
  position: relative; }
  .c-product-float__img {
    width: 100%;
    padding: 63px 0;
    margin: 80px 0 80px;
    background-color: #992C2C;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .c-product-float__img {
        padding: 210px 0; } }
    .c-product-float__img .produ-float {
      position: absolute;
      top: -59%;
      max-width: 480px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 992px) {
        .c-product-float__img .produ-float {
          max-width: 1200px;
          top: -25%; } }
    .c-product-float__img .produ-shadow {
      position: absolute;
      bottom: -60%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 435px; }
      @media only screen and (min-width: 992px) {
        .c-product-float__img .produ-shadow {
          bottom: -30%;
          width: 1105px;
          max-width: 100%; } }
  .c-product-float .c-parraf {
    color: #3B3B3B; }
    @media only screen and (min-width: 992px) {
      .c-product-float .c-parraf {
        margin: 0 auto 20px;
        max-width: 420px;
        text-align: center; } }
  @media only screen and (min-width: 992px) {
    .c-product-float .c-parraf--bigger {
      font-size: 34px;
      line-height: 40px;
      color: #fff;
      position: absolute;
      top: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 2; } }
  @media only screen and (min-width: 992px) {
    .c-product-float .c-title-section, .c-product-float #content h2.c-title-section, #content .c-product-float h2.c-title-section {
      font-size: 116px;
      line-height: 136px;
      color: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 55px; } }
  .c-product-float.only-bike .c-product-float__img {
    background: transparent; }
    .c-product-float.only-bike .c-product-float__img .produ-float {
      max-width: 580px; }
      @media only screen and (min-width: 992px) {
        .c-product-float.only-bike .c-product-float__img .produ-float {
          max-width: 700px;
          top: 0; } }
      @media only screen and (min-width: 1024px) {
        .c-product-float.only-bike .c-product-float__img .produ-float {
          max-width: 1300px;
          top: -25%; } }
    .c-product-float.only-bike .c-product-float__img .produ-shadow {
      position: absolute;
      bottom: -115%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 635px; }
      @media only screen and (min-width: 992px) {
        .c-product-float.only-bike .c-product-float__img .produ-shadow {
          max-width: 735px; } }
      @media only screen and (min-width: 1024px) {
        .c-product-float.only-bike .c-product-float__img .produ-shadow {
          bottom: -45%;
          width: 1305px;
          max-width: 100%; } }

.c-content {
  text-align: center;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  min-height: 100%;
  padding: 50px 0; }
  @media only screen and (min-width: 1024px) {
    .c-content {
      padding: 80px 0;
      min-height: 100vh; } }
  .c-content--nopad {
    padding: 30px 0; }
    @media only screen and (min-width: 1024px) {
      .c-content--nopad {
        padding: 0;
        margin: 0; } }
  .c-content--not {
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      .c-content--not {
        padding: 0;
        margin: 0; } }
  .c-content--notdesk {
    padding: 50px 0;
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      .c-content--notdesk {
        padding: 0;
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .c-content--100 {
      height: 100vh; } }
  .c-content--full-hidden {
    height: 100vh;
    overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .c-content--min {
      min-height: 100vh; } }
  .c-content__body {
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .c-content__body {
        width: 100%;
        height: 100vh; } }
    @media only screen and (min-width: 1024px) {
      .c-content__body--min {
        min-height: 100vh;
        height: 100%; } }
  .c-content-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .c-content-video {
        min-height: 100vh; } }
    .c-content-video video {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .c-content-video video.bigger {
        width: 130%; }
      .c-content-video video:last-child {
        z-index: 2; }
    .c-content-video--square {
      min-height: 340px; }
      @media only screen and (min-width: 992px) {
        .c-content-video--square {
          min-height: 100vh; } }
    .c-content-video--static {
      margin: 30px 0;
      position: relative; }
      @media only screen and (min-width: 992px) {
        .c-content-video--static {
          margin: 50px 0 100px; } }
      .c-content-video--static video {
        width: 100%; }
    .c-content-video--abs {
      width: 100%;
      max-width: 650px;
      min-height: 100%;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .c-content-video--abs {
          max-width: 650px;
          height: 350px;
          margin-top: -5%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background: #000;
          border: 1px solid white; } }
      @media only screen and (max-width: 767px) {
        .c-content-video--abs video {
          position: static;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
    .c-content-video .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 55px;
      color: white;
      cursor: pointer;
      z-index: 3; }
      @media only screen and (min-width: 1024px) {
        .c-content-video .fa.circle {
          font-size: 85px;
          top: 70%; } }
  .c-content-imgs {
    position: relative;
    height: 100vh; }
    @media only screen and (max-width: 1023px) {
      .c-content-imgs .rs1-bike, .c-content-imgs .js-img2, .c-content-imgs .js-img3 {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 1050px; } }
    .c-content-imgs--static {
      max-width: 800px;
      margin: 0 auto; }
  .c-content--bg {
    height: 100%;
    min-height: 330px;
    background-size: 340%;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-bottom: 25px; }
    @media only screen and (min-width: 640px) {
      .c-content--bg {
        background-size: 250%;
        min-height: 400px; } }
    @media only screen and (min-width: 768px) {
      .c-content--bg {
        min-height: 500px;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .c-content--bg {
        height: 100%;
        background-size: 200%;
        background-repeat: no-repeat;
        background-position-x: center;
        margin: 0; } }
    @media only screen and (min-width: 1248px) {
      .c-content--bg {
        min-height: 100vh;
        background-size: 180%; } }
  .c-content--imgvideo {
    padding: 30px 0;
    width: 110%;
    margin: 0 -15px; }
    @media only screen and (min-width: 992px) {
      .c-content--imgvideo {
        margin: 0;
        padding: 0;
        width: calc(100% - 420px);
        min-height: 80vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .c-content--imgvideo .image-sequence {
      position: relative;
      width: 100%; }
      .c-content--imgvideo .image-sequence img {
        position: absolute;
        top: -50%;
        right: 0; }
    .c-content--imgvideo .extra-info {
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 992px) {
        .c-content--imgvideo .extra-info {
          visibility: visible;
          display: block;
          position: absolute;
          top: 20%;
          left: 50%;
          font-size: 25.1px;
          font-weight: bold; } }
    .c-content--imgvideo .video-mobile {
      position: relative;
      margin-top: -70px; }
      @media only screen and (min-width: 992px) {
        .c-content--imgvideo .video-mobile {
          margin-top: 0; } }
      @media only screen and (min-width: 1248px) {
        .c-content--imgvideo .video-mobile {
          margin-top: -70px; } }
      .c-content--imgvideo .video-mobile .fa {
        position: absolute;
        font-size: 70px;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .c-content--imgvideo .video-mobile .fa::after {
          content: '';
          background: white;
          width: 65px;
          height: 65px;
          color: white;
          position: absolute;
          left: -2px;
          z-index: -1;
          top: 2px;
          border-radius: 100%; }
    .c-content--imgvideo__imgroup {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .c-content--imgvideo__imgroup .img-bottom {
        position: absolute;
        top: -18%;
        left: 0; }
  @media only screen and (min-width: 992px) {
    .c-content--texts {
      width: 420px;
      z-index: 2; }
      .c-content--texts .c-parraf {
        max-width: 100%; } }
  @media only screen and (min-width: 992px) {
    .c-content--texts--med {
      width: 59%;
      margin-bottom: 60px; }
      .c-content--texts--med .c-parraf {
        text-align: center; } }
  .c-content__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (min-width: 992px) {
      .c-content__wrapper {
        max-width: 950px; } }
    @media only screen and (min-width: 1024px) {
      .c-content__wrapper {
        max-width: 992px; } }
    @media only screen and (min-width: 1248px) {
      .c-content__wrapper {
        max-width: 1200px; } }
    @media only screen and (min-width: 1440px) {
      .c-content__wrapper {
        max-width: 1400px; } }
    @media only screen and (max-width: 991px) {
      .c-content__wrapper--imgbord {
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 0; } }
    .c-content__wrapper--tb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 992px) {
        .c-content__wrapper--tb {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media only screen and (min-width: 992px) {
        .c-content__wrapper--tb.items-column {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .c-content__wrapper--tb.items-column .c-content--texts {
            width: 100%;
            text-align: center;
            padding: 100px 0 0; }
          .c-content__wrapper--tb.items-column .c-title-section, .c-content__wrapper--tb.items-column #content h2.c-title-section, #content .c-content__wrapper--tb.items-column h2.c-title-section {
            width: 100%;
            text-align: center; }
          .c-content__wrapper--tb.items-column .c-parraf {
            text-align: center;
            max-width: 600px;
            margin-left: auto; }
          .c-content__wrapper--tb.items-column .c-content--imgvideo {
            width: 80%;
            min-height: 100%;
            display: block; }
          .c-content__wrapper--tb.items-column video {
            width: 100%;
            margin: 0 auto; } }
    .c-content__wrapper--abs {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .c-content__wrapper--abs {
          height: 100vh; } }
    @media only screen and (min-width: 992px) {
      .c-content__wrapper--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media only screen and (min-width: 992px) {
    .c-content--intro {
      min-height: 170vh; } }
  .c-content--courtain {
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .c-content--courtain {
        z-index: 5; } }
  .c-content.white {
    background: #fff; }
  @media only screen and (max-width: 1023px) {
    .c-content.black {
      margin-top: -49vh;
      height: 100%;
      background: #000; }
      .c-content.black:before {
        content: '';
        min-height: 223px;
        background: -webkit-linear-gradient(272deg, rgba(255, 255, 255, 0) 10%, rgba(4, 4, 4, 0.92) 68%, #040404 100%);
        background: -o-linear-gradient(272deg, rgba(255, 255, 255, 0) 10%, rgba(4, 4, 4, 0.92) 68%, #040404 100%);
        background: linear-gradient(178deg, rgba(255, 255, 255, 0) 10%, rgba(4, 4, 4, 0.92) 68%, #040404 100%);
        position: absolute;
        top: -200px;
        width: 100%;
        left: 0; }
      .c-content.black .c-title-section, .c-content.black #content h2.c-title-section, #content .c-content.black h2.c-title-section, .c-content.black .c-parraf {
        color: #fff; } }
  .c-content.bg-grey {
    color: #fff;
    background: #82878d; }
    .c-content.bg-grey .c-title-section, .c-content.bg-grey #content h2.c-title-section, #content .c-content.bg-grey h2.c-title-section {
      color: #fff; }
    .c-content.bg-grey .c-fourthtitle {
      color: #fff; }
  .c-content.bg-darkgrey {
    background: #1B1D23; }
  .c-content.bg-black {
    background: #000000; }
  .c-content.bg-white {
    background: #000000; }
  .c-content.bg-darkblue {
    background: #001B56; }
  .c-content.section-courtin {
    z-index: 2; }
  .c-content--b-linkbutton {
    min-height: 0; }

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .c-flex--row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.c-flex-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .c-flex-dir {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .c-flex-dir--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .c-flex-dir--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

.c-title-section, #content h2.c-title-section {
  font-size: 46px;
  line-height: 49px;
  text-transform: none;
  width: 333px;
  margin: 0 auto 40px;
  z-index: 5;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .c-title-section, #content h2.c-title-section {
      width: 700px;
      font-size: 61px;
      line-height: 57px;
      margin-bottom: 40px; } }
  .c-title-section:first-letter, #content h2.c-title-section:first-letter {
    text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
    .c-title-section--full, #content h2.c-title-section--full {
      width: 100%;
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .c-title-section--width, #content h2.c-title-section--width {
      width: 450px;
      text-align: left;
      margin-left: 0; } }
  @media only screen and (min-width: 992px) {
    .c-title-section--max, #content h2.c-title-section--max {
      margin: 0 auto;
      text-align: center;
      width: 600px;
      margin-bottom: 60px; } }
  .c-title-section--upper, #content h2.c-title-section--upper {
    text-transform: uppercase; }
  .c-title-section--cap, #content h2.c-title-section--cap {
    text-transform: capitalize; }
  .c-title-section--center, #content h2.c-title-section--center {
    max-width: 100%;
    text-align: center; }
  .c-title-section--small, #content h2.c-title-section--small {
    font-size: 26px;
    line-height: 34px;
    max-width: 250px; }
    @media only screen and (min-width: 768px) {
      .c-title-section--small, #content h2.c-title-section--small {
        font-size: 35px;
        line-height: 42px; } }
    @media only screen and (min-width: 1024px) {
      .c-title-section--small, #content h2.c-title-section--small {
        font-size: 61px;
        line-height: 62px;
        width: 600px;
        max-width: 100%; } }
  .c-title-section--med, #content h2.c-title-section--med {
    font-size: 33px;
    line-height: 30px;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .c-title-section--med, #content h2.c-title-section--med {
        font-size: 43px;
        line-height: 53px;
        width: 60%; } }
    @media only screen and (min-width: 992px) {
      .c-title-section--med, #content h2.c-title-section--med {
        font-size: 75px;
        line-height: 67px;
        max-width: 700px; } }
  .c-title-section--bigger, #content h2.c-title-section--bigger {
    font-size: 61px;
    line-height: 67px; }
  @media only screen and (min-width: 992px) {
    .c-title-section.text-small, #content h2.c-title-section.text-small {
      font-size: 55px;
      margin-bottom: 0; } }
  .c-title-section.text-med, #content h2.text-med.c-title-section {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 53px; }

.c-subtitle-section {
  font-size: 26px;
  font-weight: 700;
  line-height: 49px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .c-subtitle-section {
      font-size: 32px;
      line-height: 38px;
      font-weight: normal; } }
  @media only screen and (min-width: 992px) {
    .c-subtitle-section--leftdesk {
      text-align: left; } }

.c-thirdtitle {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .c-thirdtitle {
      font-size: 32px;
      line-height: 38px;
      font-weight: normal; } }
  .c-thirdtitle--bigger {
    font-size: 26px;
    letter-spacing: -0.74px;
    line-height: 30px; }
    @media only screen and (min-width: 992px) {
      .c-thirdtitle--bigger {
        font-size: 61px;
        letter-spacing: -1.74px;
        line-height: 71px;
        font-weight: bold;
        margin-bottom: 18px; } }

.c-fourthtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .c-fourthtitle {
      font-size: 21px;
      max-width: 50%; } }

.c-parraf {
  font-size: 17px;
  line-height: 25px;
  margin: 0 auto 20px;
  max-width: 297px; }
  @media only screen and (min-width: 992px) {
    .c-parraf {
      font-size: 18px;
      text-align: left;
      max-width: 315px;
      margin-left: 0; } }
  .c-parraf--up {
    margin-top: -50px; }
    @media only screen and (min-width: 992px) {
      .c-parraf--up {
        margin-top: 0; } }
  .c-parraf--full {
    max-width: 100%; }
  .c-parraf--center {
    margin: 20px auto;
    max-width: 500px;
    text-align: center; }
  .c-parraf--bigger {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0; }
  .c-parraf--med {
    margin-bottom: 0;
    font-size: 18px; }
    @media only screen and (min-width: 992px) {
      .c-parraf--med {
        font-size: 21px;
        line-height: 28px;
        max-width: 750px; } }
  .c-parraf:first-letter {
    text-transform: uppercase; }
  .c-parraf span {
    font-weight: 700; }

@media only screen and (min-width: 992px) {
  .o-white {
    color: #fff; } }

.simbol {
  font-size: 20px;
  vertical-align: top; }

.rs1-logo {
  margin-bottom: 50px; }

.hide-mob {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .hide-mob {
      display: block; } }

.hide-desk {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .hide-desk {
      display: none; } }

.js-titleparrafo {
  opacity: 0; }

#video-scroll_2 {
  width: 140%; }

@media only screen and (min-width: 992px) {
  .c-content-description .c-parraf {
    font-size: 26px;
    line-height: 29px; } }

@media only screen and (min-width: 992px) {
  .c-content-description .c-parraf.text-small {
    font-size: 20px; } }

.c-content-description .c-parraf.text-med {
  font-size: 18px; }
  @media only screen and (min-width: 992px) {
    .c-content-description .c-parraf.text-med {
      font-size: 21px;
      line-height: 28px;
      max-width: 750px; } }

.c-content-description__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .c-content-description__details {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-content-description__details-item {
    font-family: "Roboto Condensed", sans-serif; }
    @media only screen and (max-width: 991px) {
      .c-content-description__details-item {
        padding: 23px 0; } }
    @media only screen and (min-width: 992px) {
      .c-content-description__details-item {
        padding: 0 30px;
        margin-bottom: 0; } }
    .c-content-description__details-item-title {
      color: #0D7187;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 10px; }
    .c-content-description__details-item-text {
      font-size: 33px;
      font-weight: 100;
      line-height: 37px;
      max-width: 215px;
      margin: 0 auto; }
      .c-content-description__details-item-text.small {
        max-width: 165px; }
    .c-content-description__details-item.line {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .c-content-description__details-item.line::before {
          content: '';
          width: 80px;
          border-top: 1px solid #0A0A0A;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .c-content-description__details-item.line::after {
          content: '';
          width: 80px;
          border-bottom: 1px solid #0A0A0A;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media only screen and (min-width: 992px) {
        .c-content-description__details-item.line {
          border-right: 1px solid #0A0A0A;
          border-left: 1px solid #0A0A0A;
          margin: 0; } }

@media only screen and (min-width: 1024px) {
  .c-videocol {
    min-height: 100vh;
    height: 100vh; }
    .c-videocol .c-content__wrapper {
      min-height: 100vh; }
    .c-videocol .c-content__wrapper--tb {
      min-height: 100vh; } }

.c-videocol.bg-green {
  background: #b4d7d3; }

.c-products-colours {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 450px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .c-products-colours {
      height: 100vh;
      overflow: initial; } }
  @media only screen and (min-width: 1024px) {
    .c-products-colours {
      padding: 0; } }
  .c-products-colours .images-wrapper {
    width: 100%;
    height: 450px;
    position: absolute;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .c-products-colours .images-wrapper {
        max-height: 100%;
        background-size: 200%; } }
    @media only screen and (min-width: 768px) {
      .c-products-colours .images-wrapper {
        background-size: 100%; } }
    @media only screen and (min-width: 992px) {
      .c-products-colours .images-wrapper {
        height: 100vh; } }
    @media only screen and (min-width: 1600px) {
      .c-products-colours .images-wrapper {
        height: calc(100vh - 90px);
        background-size: cover; } }
    .c-products-colours .images-wrapper.theme-green {
      background-image: url("../../../download/bancorecursos/landings/green.jpg");
      background-size: cover; }
      .c-products-colours .images-wrapper.theme-green.theme2 {
        background-image: url("../../../download/bancorecursos/landings/green2.png"); }
      .c-products-colours .images-wrapper.theme-green.theme3 {
        background-image: url("../../../download/bancorecursos/landings/green3.jpg"); }
      .c-products-colours .images-wrapper.theme-green.theme4 {
        background-image: url("../../../download/bancorecursos/landings/green4.png"); }
      .c-products-colours .images-wrapper.theme-green.theme5 {
        background-image: url("../../../download/bancorecursos/landings/green5.jpg"); }
        @media only screen and (max-width: 639px) {
          .c-products-colours .images-wrapper.theme-green.theme5 {
            background-image: url("../../../download/bancorecursos/landings/green5-mob.jpg"); } }
      .c-products-colours .images-wrapper.theme-green.theme6 {
        background-image: none; }
      .c-products-colours .images-wrapper.theme-green.no-bg {
        background-image: none;
        background-color: #fff; }
    .c-products-colours .images-wrapper.theme-blue {
      background-image: url("../../../download/bancorecursos/landings/blue.jpg");
      background-size: cover; }
      .c-products-colours .images-wrapper.theme-blue.theme2 {
        background-image: url("../../../download/bancorecursos/landings/blue2.png"); }
      .c-products-colours .images-wrapper.theme-blue.theme3 {
        background-image: url("../../../download/bancorecursos/landings/blue3.jpg"); }
      .c-products-colours .images-wrapper.theme-blue.theme4 {
        background-image: url("../../../download/bancorecursos/landings/blue4.png"); }
      .c-products-colours .images-wrapper.theme-blue.theme5 {
        background-image: url("../../../download/bancorecursos/landings/blue5.jpg"); }
        @media only screen and (max-width: 639px) {
          .c-products-colours .images-wrapper.theme-blue.theme5 {
            background-image: url("../../../download/bancorecursos/landings/blue5-mob.jpg"); } }
      .c-products-colours .images-wrapper.theme-blue.theme6 {
        background-image: none; }
      .c-products-colours .images-wrapper.theme-blue.no-bg {
        background-image: none;
        background-color: #fff; }
    .c-products-colours .images-wrapper.theme-red {
      background-image: url("../../../download/bancorecursos/landings/red.jpg");
      background-size: cover; }
      .c-products-colours .images-wrapper.theme-red.theme2 {
        background-image: url("../../../download/bancorecursos/landings/red2.png"); }
      .c-products-colours .images-wrapper.theme-red.theme3 {
        background-image: url("../../../download/bancorecursos/landings/red3.jpg"); }
      .c-products-colours .images-wrapper.theme-red.theme4 {
        background-image: url("../../../download/bancorecursos/landings/red4.png"); }
      .c-products-colours .images-wrapper.theme-red.theme5 {
        background-image: url("../../../download/bancorecursos/landings/red5.jpg"); }
        @media only screen and (max-width: 639px) {
          .c-products-colours .images-wrapper.theme-red.theme5 {
            background-image: url("../../../download/bancorecursos/landings/red5-mob.jpg"); } }
      .c-products-colours .images-wrapper.theme-red.theme6 {
        background-image: none; }
      .c-products-colours .images-wrapper.theme-red.no-bg {
        background-image: none;
        background-color: #fff; }
    .c-products-colours .images-wrapper.hide-mob {
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 1024px) {
        .c-products-colours .images-wrapper.hide-mob {
          visibility: visible;
          display: block; } }
    .c-products-colours .images-wrapper .wrapper-content {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 50px;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .c-products-colours .images-wrapper .wrapper-content {
          width: 100%;
          padding: 0; } }
      .c-products-colours .images-wrapper .wrapper-content .section-headline {
        color: white;
        font-size: 210px;
        letter-spacing: -5.25px;
        line-height: 246px;
        text-align: center;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        position: absolute;
        top: 25%;
        opacity: 0.3; }
        @media only screen and (max-width: 991px) {
          .c-products-colours .images-wrapper .wrapper-content .section-headline {
            font-size: 120px; } }
        .c-products-colours .images-wrapper .wrapper-content .section-headline--small {
          font-size: 40px;
          letter-spacing: -1px;
          line-height: 47px;
          z-index: 3;
          color: #000; }
          @media only screen and (min-width: 992px) {
            .c-products-colours .images-wrapper .wrapper-content .section-headline--small {
              font-size: 120px;
              letter-spacing: -3px;
              line-height: 141px;
              color: white; } }
        .c-products-colours .images-wrapper .wrapper-content .section-headline.hide-title {
          display: none; }
      .c-products-colours .images-wrapper .wrapper-content .image-container {
        width: 100%;
        position: relative;
        top: inherit; }
        @media only screen and (max-width: 991px) {
          .c-products-colours .images-wrapper .wrapper-content .image-container img {
            max-width: 1000px;
            width: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            position: relative;
            left: 50%; } }
        @media only screen and (min-width: 992px) {
          .c-products-colours .images-wrapper .wrapper-content .image-container img {
            max-width: 1700px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            position: relative;
            left: 50%;
            width: auto; } }
        @media only screen and (min-width: 1248px) {
          .c-products-colours .images-wrapper .wrapper-content .image-container img {
            max-width: 2000px; } }
      .c-products-colours .images-wrapper .wrapper-content .text-container {
        color: #fff;
        position: absolute;
        top: 150%; }
        .c-products-colours .images-wrapper .wrapper-content .text-container h4 {
          color: #fff;
          font-size: 32px;
          line-height: 40px;
          font-weight: 700;
          margin-bottom: 20px; }
          @media only screen and (min-width: 992px) {
            .c-products-colours .images-wrapper .wrapper-content .text-container h4 {
              font-size: 45px;
              line-height: 47px; } }
        .c-products-colours .images-wrapper .wrapper-content .text-container p {
          font-size: 17px;
          line-height: 25px;
          max-width: 620px;
          margin-left: auto;
          margin-right: auto;
          font-weight: 300; }
          @media only screen and (min-width: 992px) {
            .c-products-colours .images-wrapper .wrapper-content .text-container p {
              line-height: 20px; } }
    .c-products-colours .images-wrapper.theme-multi {
      background-image: url("../../../download/bancorecursos/landings/multi-colour.jpg"); }
    @media only screen and (max-width: 991px) {
      .c-products-colours .images-wrapper.theme-multi {
        max-height: 100%; } }
    @media only screen and (min-width: 992px) {
      .c-products-colours .images-wrapper.theme-multi {
        margin: 0;
        min-height: 100vh;
        position: absolute; } }
    @media only screen and (min-width: 1600px) {
      .c-products-colours .images-wrapper.theme-multi {
        height: calc(100vh - 160px);
        padding: 0;
        min-height: auto; } }
    .c-products-colours .images-wrapper.theme-multi .wrapper-content {
      width: 100%;
      padding: 0; }
      @media only screen and (min-width: 992px) {
        .c-products-colours .images-wrapper.theme-multi .wrapper-content {
          padding-top: 50px;
          margin-top: 0; } }
    .c-products-colours .images-wrapper.theme-multi .image-container {
      position: relative; }
      .c-products-colours .images-wrapper.theme-multi .image-container img {
        width: auto; }
        @media only screen and (max-width: 991px) {
          .c-products-colours .images-wrapper.theme-multi .image-container img {
            max-width: 1000px;
            width: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            position: relative;
            left: 50%; } }
    .c-products-colours .images-wrapper.theme-multi .section-headline--small {
      opacity: 1; }
      @media only screen and (max-width: 991px) {
        .c-products-colours .images-wrapper.theme-multi .section-headline--small {
          top: -40px; } }
    .c-products-colours .images-wrapper.theme-multi .text-container {
      position: relative;
      max-width: 80%; }
      @media only screen and (min-width: 992px) {
        .c-products-colours .images-wrapper.theme-multi .text-container {
          max-width: 100%;
          -webkit-transform: translateY(-150%);
          -ms-transform: translateY(-150%);
          transform: translateY(-150%); } }
    .c-products-colours .images-wrapper.theme-multi.theme2 {
      background-image: url("../../../download/bancorecursos/landings/multi-colour2.png"); }
    .c-products-colours .images-wrapper.theme-multi.theme3 {
      background-image: url("../../../download/bancorecursos/landings/multi-colour3.jpg"); }
    .c-products-colours .images-wrapper.theme-multi.theme4 {
      background-image: url("../../../download/bancorecursos/landings/multi-colour4.png"); }
    .c-products-colours .images-wrapper.theme-multi.theme6 {
      background-image: url("../../../download/bancorecursos/landings/multi-colour6.png"); }
    @media only screen and (max-width: 991px) {
      .c-products-colours .images-wrapper.bg-fixed {
        background-attachment: fixed; } }
  .c-products-colours.no-bg .images-wrapper {
    background-color: #fff; }
    .c-products-colours.no-bg .images-wrapper .section-headline {
      color: #000; }
    .c-products-colours.no-bg .images-wrapper .text-container h4,
    .c-products-colours.no-bg .images-wrapper .text-container p {
      color: #000; }

.wrapper-content-colours {
  text-align: center;
  font-weight: bold;
  padding: 0 30px 30px; }
  .wrapper-content-colours .section-headline {
    font-weight: 300;
    font-size: 61px;
    line-height: 71px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .wrapper-content-colours .section-headline {
        font-size: 30px;
        line-height: 25px; } }
  .wrapper-content-colours .text-container p {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 820px; }
    @media only screen and (max-width: 1023px) {
      .wrapper-content-colours .text-container p {
        max-width: 260px; } }
  .wrapper-content-colours .btn-red {
    display: inline-block;
    background: #E82323;
    line-height: 49px;
    height: 49px;
    border-radius: 126px;
    font-weight: bold; }
    .wrapper-content-colours .btn-red:hover, .wrapper-content-colours .btn-red:focus {
      border-color: #E82323; }

#product_related.c-product_related_2.c-slider-autoscroll {
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    #product_related.c-product_related_2.c-slider-autoscroll .slick-slider .slick-list.draggable.scrolling {
      width: 100%;
      overflow: hidden; } }
  #product_related.c-product_related_2.c-slider-autoscroll .product {
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      #product_related.c-product_related_2.c-slider-autoscroll .product {
        max-width: 500px; } }
    @media only screen and (min-width: 1024px) {
      #product_related.c-product_related_2.c-slider-autoscroll .product {
        max-width: 900px;
        margin-top: 0.1%; } }
    #product_related.c-product_related_2.c-slider-autoscroll .product.slick-center {
      margin-top: 0; }
      @media only screen and (min-width: 768px) {
        #product_related.c-product_related_2.c-slider-autoscroll .product.slick-center img {
          width: 100%; } }
  #product_related.c-product_related_2.c-slider-autoscroll-accesorios .c-listados-wrapper__specs,
  #product_related.c-product_related_2.c-slider-autoscroll-accesorios .products .product .specs, .products .product #product_related.c-product_related_2.c-slider-autoscroll-accesorios .specs,
  #product_related.c-product_related_2.c-slider-autoscroll-accesorios .content-colours {
    display: none !important; }
    #product_related.c-product_related_2.c-slider-autoscroll-accesorios .c-listados-wrapper__specs.show,
    #product_related.c-product_related_2.c-slider-autoscroll-accesorios .products .product .show.specs, .products .product #product_related.c-product_related_2.c-slider-autoscroll-accesorios .show.specs,
    #product_related.c-product_related_2.c-slider-autoscroll-accesorios .content-colours.show {
      display: none !important; }
  #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product {
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product {
        max-width: 500px; } }
    @media only screen and (min-width: 1024px) {
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product {
        max-width: 500px;
        margin-top: 0.1%; } }
    #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product .product-info {
      max-width: 75%; }
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product .product-info__left {
        padding: 0; }
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product .product-info__right {
        padding: 0; }
    #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product.slick-center {
      margin-top: 0; }
      @media only screen and (min-width: 768px) {
        #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product.slick-center img {
          width: 100%; } }
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product.slick-center .product-info {
        max-width: 100%; }
    #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product .slick-slide {
      width: 100%;
      height: auto;
      position: relative;
      display: block;
      overflow: hidden; }
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product .slick-slide:before {
        content: '';
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        display: block;
        padding-bottom: 116%; }
      #product_related.c-product_related_2.c-slider-autoscroll-accesorios .product .slick-slide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        -o-object-fit: cover;
        object-fit: cover; }

.c-imglogo {
  position: relative; }
  .c-imglogo__img {
    position: relative;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .c-imglogo__img {
        min-height: 100vh; } }
    @media only screen and (min-width: 1024px) {
      .c-imglogo__img {
        min-height: 100vh; } }
    .c-imglogo__img .img-main-bike {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      width: auto;
      height: auto;
      max-width: 1300px; }
      @media only screen and (min-width: 1024px) {
        .c-imglogo__img .img-main-bike {
          width: 1500px;
          height: auto;
          max-width: 155%;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media only screen and (min-width: 1248px) {
        .c-imglogo__img .img-main-bike {
          width: 100%;
          height: auto; } }
  .c-imglogo__logo {
    width: 100%;
    z-index: 8;
    height: 100%;
    position: absolute;
    top: 0; }
    .c-imglogo__logo .f-logo {
      max-width: 1100px;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .c-imglogo__logo .f-logo {
          width: 100%;
          max-width: 390px; } }
      @media only screen and (max-width: 1247px) {
        .c-imglogo__logo .f-logo {
          max-width: 550px; } }
  .c-imglogo__parallax {
    width: 100%;
    position: relative;
    height: 95vh;
    background: black;
    overflow: hidden; }
    @media only screen and (max-width: 479px) {
      .c-imglogo__parallax {
        height: 560px; } }
    @media only screen and (min-width: 992px) {
      .c-imglogo__parallax {
        height: 88vh; } }
    @media only screen and (min-width: 1248px) {
      .c-imglogo__parallax {
        height: 107vh; } }
    .c-imglogo__parallax .image-wrapper {
      position: absolute;
      width: 285%;
      height: 100%;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 768px) {
        .c-imglogo__parallax .image-wrapper {
          width: 138%; } }
      @media only screen and (min-width: 992px) {
        .c-imglogo__parallax .image-wrapper {
          width: 123%; } }
      @media only screen and (min-width: 1248px) {
        .c-imglogo__parallax .image-wrapper {
          width: 100%;
          left: 0;
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; } }
      .c-imglogo__parallax .image-wrapper img {
        width: 100%;
        height: auto; }
      .c-imglogo__parallax .image-wrapper-bike {
        width: 222%;
        bottom: -69px; }
        @media only screen and (min-width: 768px) {
          .c-imglogo__parallax .image-wrapper-bike {
            width: 138%;
            bottom: 0; } }
        @media only screen and (min-width: 992px) {
          .c-imglogo__parallax .image-wrapper-bike {
            width: 100%; } }
        .c-imglogo__parallax .image-wrapper-bike.double-image .img-top, .c-imglogo__parallax .image-wrapper-bike.double-image .img-bottom {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .c-imglogo__parallax .image-wrapper-shadow {
        width: 222%;
        bottom: -74px; }
        @media only screen and (min-width: 768px) {
          .c-imglogo__parallax .image-wrapper-shadow {
            width: 100%;
            bottom: 0; } }
    .c-imglogo__parallax .blur {
      width: 120%;
      margin-left: -10%;
      height: 250px;
      background-color: #ffffff;
      position: absolute;
      bottom: -180px;
      -webkit-filter: blur(40px);
      filter: blur(40px);
      z-index: 999; }

.c-imgtext {
  position: relative; }
  .c-imgtext .c-parraf--center {
    font-size: 1.125rem;
    max-width: 600px; }
    @media only screen and (min-width: 992px) {
      .c-imgtext .c-parraf--center {
        font-size: 1.3125rem; } }
  .c-imgtext__img {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 0; }
    .c-imgtext__img .img-header {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 1023px) {
        .c-imgtext__img .img-header {
          position: relative;
          left: 50%;
          top: 0;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%);
          width: auto;
          height: auto;
          min-width: 550px;
          max-width: 100%; } }
    .c-imgtext__img .img-main {
      width: 100%;
      max-width: 1470px;
      height: auto;
      margin-top: -15%; }
      @media only screen and (max-width: 767px) {
        .c-imgtext__img .img-main {
          position: relative;
          left: 50%;
          top: 0;
          margin-top: -26%;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%);
          width: auto;
          height: auto;
          max-width: 700px; } }
    .c-imgtext__img__text {
      margin-top: -10%; }
      .c-imgtext__img__text--float {
        position: relative; }
        @media only screen and (min-width: 1024px) {
          .c-imgtext__img__text--float {
            margin-top: -200px; } }
  .c-imgtext__text--float {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .c-imgtext__text--float {
        margin-top: -100px; } }
    @media only screen and (min-width: 1248px) {
      .c-imgtext__text--float {
        margin-top: -200px; } }
    .c-imgtext__text--float .c-parraf--center {
      font-size: 18px;
      text-align: left;
      padding: 0 25px;
      margin-top: 0; }
      @media only screen and (min-width: 992px) {
        .c-imgtext__text--float .c-parraf--center {
          max-width: initial;
          padding: 0 10px; } }
      @media only screen and (min-width: 1024px) {
        .c-imgtext__text--float .c-parraf--center {
          font-size: 1.3125rem;
          position: relative;
          max-width: 850px;
          margin: 0;
          padding: 0; } }
      @media only screen and (min-width: 1248px) {
        .c-imgtext__text--float .c-parraf--center {
          margin-left: -15%; } }
      .c-imgtext__text--float .c-parraf--center .character {
        font-size: 100px;
        position: absolute;
        top: 25px;
        left: 0; }
        @media only screen and (min-width: 1024px) {
          .c-imgtext__text--float .c-parraf--center .character {
            font-size: 151px;
            left: -60px;
            top: 41px; } }
        @media only screen and (min-width: 1248px) {
          .c-imgtext__text--float .c-parraf--center .character {
            font-size: 219px;
            left: -79px;
            top: 53px; } }

.c-sequenceimg {
  overflow: hidden; }
  .c-sequenceimg .c-parraf {
    color: #fff;
    max-width: 350px; }
  .c-sequenceimg .c-title-section, .c-sequenceimg #content h2.c-title-section, #content .c-sequenceimg h2.c-title-section {
    text-align: center;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .c-sequenceimg .c-title-section, .c-sequenceimg #content h2.c-title-section, #content .c-sequenceimg h2.c-title-section {
        font-size: 57px;
        line-height: 60px;
        text-align: left;
        width: 500px;
        margin-right: auto;
        margin-left: 0; } }
  @media only screen and (min-width: 992px) {
    .c-sequenceimg .content-titles {
      position: absolute;
      top: 0;
      opacity: 0; } }
  @media only screen and (min-width: 992px) {
    .c-sequenceimg .content-abs {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .c-sequenceimg .content-text {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .c-sequenceimg .content-text .c-parraf--abs {
        position: absolute;
        top: 0; } }
  .c-sequenceimg .image-sequence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding: 20px 0; }
    @media only screen and (min-width: 992px) {
      .c-sequenceimg .image-sequence {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh; } }
    @media only screen and (min-width: 992px) {
      .c-sequenceimg .image-sequence img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .c-sequenceimg .image-sequence .sequence-imgmob {
      width: 100%;
      min-width: 750px;
      position: relative;
      height: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media only screen and (min-width: 992px) {
      .c-sequenceimg .image-sequence .c-subtitle {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 991px) {
      .c-sequenceimg .image-sequence--mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .c-sequenceimg .video-up {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media only screen and (min-width: 992px) {
      .c-sequenceimg .video-up {
        height: 100vh;
        position: absolute;
        top: 100vh;
        z-index: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 991px) {
      .c-sequenceimg .video-up .content-abs {
        padding: 50px 0; } }
    .c-sequenceimg .video-up .c-title-section, .c-sequenceimg .video-up #content h2.c-title-section, #content .c-sequenceimg .video-up h2.c-title-section {
      text-align: center;
      color: #92EEFF;
      font-size: 90px;
      line-height: 73px;
      text-shadow: 0 0 9px black;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        .c-sequenceimg .video-up .c-title-section, .c-sequenceimg .video-up #content h2.c-title-section, #content .c-sequenceimg .video-up h2.c-title-section {
          width: 470px;
          text-align: left; } }
    .c-sequenceimg .video-up .c-subtitle {
      font-size: 44px;
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 58px;
      width: 100%;
      font-weight: 700;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .c-sequenceimg .video-up .c-subtitle {
          text-align: left; } }
    .c-sequenceimg .video-up video {
      width: 110%;
      margin-top: 0; }
      @media only screen and (min-width: 1248px) {
        .c-sequenceimg .video-up video {
          width: 100%;
          margin-top: -100px; } }
  @media only screen and (max-width: 991px) {
    .c-sequenceimg .icon-list {
      max-width: 285px;
      margin: 0 auto; } }
  .c-sequenceimg .icon-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-sequenceimg .icon-list li p {
      margin: 0; }
      @media only screen and (max-width: 991px) {
        .c-sequenceimg .icon-list li p {
          text-align: left; } }

.c-sequenceimg-video {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .c-sequenceimg-video {
      padding: 50px 0; } }
  @media only screen and (min-width: 1600px) {
    .c-sequenceimg-video {
      padding: 90px 0;
      min-height: 100vh; } }
  .c-sequenceimg-video .sequenceimg-change {
    max-width: 800px; }
  .c-sequenceimg-video .image-sequence {
    position: relative; }
  @media only screen and (min-width: 992px) {
    .c-sequenceimg-video .video {
      position: absolute;
      bottom: -100vh;
      width: 100%; } }
  .c-sequenceimg-video video {
    max-width: 350px; }

.c-content-four_images-with-texts {
  padding: 0;
  background-color: white; }
  .c-content-four_images-with-texts .c-four_images-with-texts {
    height: 100vh;
    padding: 45px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .c-content-four_images-with-texts .c-four_images-with-texts .elem {
      height: 25%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: hidden;
      margin: 0;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      @media only screen and (min-width: 992px) {
        .c-content-four_images-with-texts .c-four_images-with-texts .elem {
          width: 44vw;
          height: 38vh;
          margin: 25px 0; } }
      .c-content-four_images-with-texts .c-four_images-with-texts .elem.hover .texts p.title {
        opacity: 0.5; }
      .c-content-four_images-with-texts .c-four_images-with-texts .elem.hover .texts p.text {
        opacity: 1 !important; }
      .c-content-four_images-with-texts .c-four_images-with-texts .elem.not-hover {
        opacity: 0.5; }
      .c-content-four_images-with-texts .c-four_images-with-texts .elem img,
      .c-content-four_images-with-texts .c-four_images-with-texts .elem video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .c-content-four_images-with-texts .c-four_images-with-texts .elem .texts {
        width: 100%;
        position: absolute; }
        .c-content-four_images-with-texts .c-four_images-with-texts .elem .texts p {
          font-weight: lighter;
          text-align: center;
          color: white;
          margin: 0 auto; }
          .c-content-four_images-with-texts .c-four_images-with-texts .elem .texts p.title {
            font-size: 44px;
            line-height: 56px;
            letter-spacing: 10px;
            text-transform: uppercase;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            @media only screen and (min-width: 992px) {
              .c-content-four_images-with-texts .c-four_images-with-texts .elem .texts p.title {
                max-width: 60%;
                font-size: 50px;
                line-height: 66px; } }
          .c-content-four_images-with-texts .c-four_images-with-texts .elem .texts p.text {
            max-width: 75%;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 6px;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            @media only screen and (min-width: 992px) {
              .c-content-four_images-with-texts .c-four_images-with-texts .elem .texts p.text {
                font-size: 24px;
                line-height: 33px; } }
    .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider {
      width: 100% !important;
      padding: 10vw 12vw !important;
      margin: 18vw auto !important; }
      .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
      .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .slick-dots {
        padding: 0 2vw;
        width: calc(100% - 24vw); }
      .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature {
        height: auto;
        margin: 0 1vw;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature :first-child {
          margin-bottom: 1vw !important; }
        .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature:last-child {
          margin-right: 0; }
        .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .title, .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature #content h2.title, #content .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature h2.title {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          font-size: 44px;
          line-height: 56px;
          font-weight: 300;
          letter-spacing: 0.25vw; }
        .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .show-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background-color: #F8F8F8;
          padding: 1.1vw 0;
          margin: 0; }
          .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .show-text span {
            margin: 0 !important;
            font-size: 8vw;
            line-height: 1;
            color: #CACACA;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .show-text span:after {
              font-family: FontAwesome;
              content: '\f107'; }
        .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .div-info {
          width: 100%;
          min-height: 50vh;
          position: relative;
          overflow: hidden; }
          .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .div-info img,
          .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .div-info video {
            width: 100%;
            height: 100%;
            margin: 0 auto !important;
            -o-object-fit: cover;
            object-fit: cover; }
          .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .div-info .div-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 5.15vw 3.9vw;
            margin-top: 0;
            background-color: rgba(255, 255, 255, 0.8);
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            .c-content-four_images-with-texts .c-four_images-with-texts .four_images_with_texts-slider .feature .div-info .div-text span {
              font-size: 18px;
              line-height: 24px;
              font-weight: 300; }
    .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-prev, .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next,
    .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next {
      width: auto;
      height: auto; }
      .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-prev:before, .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .c-ficha-bike .product_gallery--slider .slick-next:before, .c-ficha-bike .product_gallery--slider .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next:before,
      .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next:before {
        font-family: FontAwesome;
        font-size: 8.2vw;
        color: #000; }
    .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-prev, .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next {
      margin-left: 8vw; }
      .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-prev:before, .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .c-ficha-bike .product_gallery--slider .slick-next:before, .c-ficha-bike .product_gallery--slider .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next:before {
        content: '\f104'; }
    .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next {
      margin-right: 8vw; }
      .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-next:before {
        content: '\f105'; }
    .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-dots {
      bottom: 0; }
      @media only screen and (min-width: 480px) {
        .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-dots {
          bottom: 3vw; } }
      @media only screen and (min-width: 768px) {
        .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-dots {
          bottom: 5vw; } }
      .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-dots li {
        width: 25%;
        margin: 0;
        padding: 0; }
        .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-dots li button {
          width: 100%; }
          .c-content-four_images-with-texts .c-four_images-with-texts .div-slider .slick-dots li button:before {
            content: '-';
            font-size: 0;
            line-height: 0;
            width: 100%;
            height: 3px;
            background-color: black; }
    @media only screen and (min-width: 992px) {
      .c-content-four_images-with-texts .c-four_images-with-texts.full-screen .elem {
        width: 50%;
        height: 50%;
        margin: 0; } }

#content .c-content-raffle_bike {
  font-family: 'Roboto Condensed';
  background-color: white;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 992px) {
    #content .c-content-raffle_bike {
      padding: 20px 0; } }
  #content .c-content-raffle_bike .c-raffle_bike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      #content .c-content-raffle_bike .c-raffle_bike {
        margin-top: 33px; } }
    #content .c-content-raffle_bike .c-raffle_bike .left {
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        #content .c-content-raffle_bike .c-raffle_bike .left {
          width: 47.5%;
          padding-left: 10%; } }
      #content .c-content-raffle_bike .c-raffle_bike .left .text-raffle {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: white;
        background-color: #CD202C;
        padding: 5px 30px; }
        @media only screen and (min-width: 992px) {
          #content .c-content-raffle_bike .c-raffle_bike .left .text-raffle {
            font-size: 35px;
            line-height: 40px;
            letter-spacing: 10px;
            padding-left: 105px;
            margin-top: -33px; } }
      #content .c-content-raffle_bike .c-raffle_bike .left img {
        width: 100%; }
    #content .c-content-raffle_bike .c-raffle_bike .right {
      width: 100%;
      padding: 36px 30px 0; }
      @media only screen and (min-width: 992px) {
        #content .c-content-raffle_bike .c-raffle_bike .right {
          width: 47.5%;
          padding: 0 10% 0 0; } }
      #content .c-content-raffle_bike .c-raffle_bike .right p,
      #content .c-content-raffle_bike .c-raffle_bike .right label {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
        text-align: left;
        margin-bottom: 18px; }
        @media only screen and (min-width: 992px) {
          #content .c-content-raffle_bike .c-raffle_bike .right p,
          #content .c-content-raffle_bike .c-raffle_bike .right label {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 24px; } }
      #content .c-content-raffle_bike .c-raffle_bike .right h1 {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        font-weight: bold;
        text-align: left;
        padding: 0;
        margin-bottom: 16px; }
        @media only screen and (min-width: 992px) {
          #content .c-content-raffle_bike .c-raffle_bike .right h1 {
            font-size: 22px;
            line-height: 29px;
            margin-bottom: 24px; } }
        #content .c-content-raffle_bike .c-raffle_bike .right h1 .required {
          color: #D32F0E; }
      #content .c-content-raffle_bike .c-raffle_bike .right .div-checkbox-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #content .c-content-raffle_bike .c-raffle_bike .right .div-checkbox-label input {
          position: relative;
          border: 1px solid black;
          margin: 0 12px 0 0;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          #content .c-content-raffle_bike .c-raffle_bike .right .div-checkbox-label input:checked:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-family: FontAwesome;
            content: '\f00c'; }
        #content .c-content-raffle_bike .c-raffle_bike .right .div-checkbox-label label {
          margin: 0; }
      #content .c-content-raffle_bike .c-raffle_bike .right button {
        height: auto;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 10px !important;
        padding: 15px 30px;
        margin: 0;
        cursor: pointer; }
        @media only screen and (min-width: 992px) {
          #content .c-content-raffle_bike .c-raffle_bike .right button {
            font-size: 20px;
            padding: 16px 45px; } }
        #content .c-content-raffle_bike .c-raffle_bike .right button.hidden {
          visibility: hidden;
          padding-left: 0;
          padding-right: 0; }
      #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 37px; }
        @media only screen and (min-width: 992px) {
          #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs {
            gap: 20px; } }
        #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs input {
          width: 100%;
          height: auto;
          font-size: 12px;
          line-height: 16px;
          font-weight: lighter;
          letter-spacing: 1px;
          color: black;
          border: 1px solid #CECECE;
          border-radius: 5px;
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 10px;
          margin: 0; }
          @media only screen and (max-width: 991px) {
            #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs input:nth-child(3) {
              width: 37%; }
            #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs input:nth-child(4) {
              width: 57%; } }
          @media only screen and (min-width: 992px) {
            #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs input {
              width: 37%;
              font-size: 20px;
              line-height: 24px; }
              #content .c-content-raffle_bike .c-raffle_bike .right .div-inputs input:nth-child(even) {
                width: 57%; } }
      #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions {
        margin-bottom: 24px !important; }
        #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem {
          background-color: #F8F8F8;
          border-radius: 10px;
          padding: 10px 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media only screen and (min-width: 992px) {
            #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem {
              padding: 25px 30px; } }
          #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .question {
            margin-bottom: 10px; }
          #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .answers .answer {
            margin: 10px 0; }
            #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .answers .answer input {
              min-width: 25px;
              min-height: 25px;
              margin-right: 12px; }
              @media only screen and (min-width: 992px) {
                #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .answers .answer input {
                  min-width: 33px;
                  min-height: 33px; } }
              #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .answers .answer input:checked:before {
                font-size: 25px; }
                @media only screen and (min-width: 992px) {
                  #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .answers .answer input:checked:before {
                    font-size: 33px; } }
          #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .g-recaptcha {
            height: 82px;
            overflow: hidden;
            -webkit-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }
            #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .g-recaptcha.hidden {
              height: 0; }
          #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .change-question {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .change-question div {
              height: 22px;
              font-size: 12px;
              line-height: 16px;
              letter-spacing: 1px;
              margin: 0 10px;
              cursor: pointer;
              overflow: hidden;
              -webkit-transition: all 0.5s ease-out;
              -o-transition: all 0.5s ease-out;
              transition: all 0.5s ease-out; }
              @media only screen and (min-width: 992px) {
                #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .change-question div {
                  font-size: 16px;
                  line-height: 21px; } }
              #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .change-question div.hidden {
                height: 0; }
            #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .change-question .div-button {
              height: 55px;
              overflow: hidden;
              -webkit-transition: all 0.5s ease-out;
              -o-transition: all 0.5s ease-out;
              transition: all 0.5s ease-out; }
              #content .c-content-raffle_bike .c-raffle_bike .right .slider-questions .elem .change-question .div-button.hidden {
                height: 0; }
      #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond {
        height: 260px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        @media only screen and (min-width: 992px) {
          #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond {
            height: 110px; } }
        #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond.hidden {
          height: 0; }
        #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-checkbox-label {
          margin-bottom: 10px; }
          #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-checkbox-label input {
            min-width: 19px;
            min-height: 19px;
            border-color: #707070; }
            #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-checkbox-label input:checked:before {
              font-size: 19px;
              border-color: #707070; }
          #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-checkbox-label label {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0;
            color: #707070; }
            @media only screen and (min-width: 992px) {
              #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-checkbox-label label {
                font-size: 16px;
                line-height: 21px; } }
            #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-checkbox-label label #terms-conds {
              text-decoration: underline;
              cursor: pointer; }
        #content .c-content-raffle_bike .c-raffle_bike .right .emails-and-terms_cond .div-button {
          width: 100%;
          text-align: center;
          margin-top: 15px; }

.g-recaptcha div {
  width: 100% !important;
  height: auto !important; }
  @media only screen and (max-width: 479px) {
    .g-recaptcha div iframe {
      -webkit-transform: scale(0.99);
      -ms-transform: scale(0.99);
      transform: scale(0.99);
      -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
      transform-origin: 0; } }

.div-popup,
.div-popup-thanks,
.div-popup-reserva {
  display: none; }
  .div-popup .div-fondo-popup,
  .div-popup-thanks .div-fondo-popup,
  .div-popup-reserva .div-fondo-popup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .div-popup .div-fondo-popup .popup,
    .div-popup-thanks .div-fondo-popup .popup,
    .div-popup-reserva .div-fondo-popup .popup {
      max-width: 90vw;
      max-height: 75vh;
      overflow: auto;
      background: white;
      width: auto;
      padding: 5%;
      border-radius: 10px;
      text-align: center; }
      .div-popup .div-fondo-popup .popup p,
      .div-popup-thanks .div-fondo-popup .popup p,
      .div-popup-reserva .div-fondo-popup .popup p {
        font-family: 'Roboto Condensed Light',sans-serif;
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 30px; }
        .div-popup .div-fondo-popup .popup p.popup-message-thanks,
        .div-popup-thanks .div-fondo-popup .popup p.popup-message-thanks,
        .div-popup-reserva .div-fondo-popup .popup p.popup-message-thanks {
          font-size: 50px;
          line-height: 1;
          text-transform: uppercase;
          color: #707070;
          margin: 0; }
      .div-popup .div-fondo-popup .popup button,
      .div-popup-thanks .div-fondo-popup .popup button,
      .div-popup-reserva .div-fondo-popup .popup button {
        height: auto;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 10px !important;
        padding: 15px 30px;
        margin: 0;
        cursor: pointer; }
        @media only screen and (min-width: 992px) {
          .div-popup .div-fondo-popup .popup button,
          .div-popup-thanks .div-fondo-popup .popup button,
          .div-popup-reserva .div-fondo-popup .popup button {
            font-size: 20px;
            padding: 16px 45px; } }

#content section[id^="storiesRelated-trigger"] {
  margin: 1.25rem 0; }
  #content section[id^="storiesRelated-trigger"] .c-content__wrapper .title {
    font-size: 3.125rem;
    font-weight: normal;
    color: #707070;
    text-align: center;
    padding: 0;
    margin: 0 0 3rem 0; }
  #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
    margin: 15px 0; }
    #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story {
      position: relative;
      width: calc(33% - 15px);
      min-height: 375px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border-radius: 24px;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      @media only screen and (max-width: 991px) {
        #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story {
          width: calc(50% - 44px);
          margin: 0 15px; } }
      @media only screen and (max-width: 767px) {
        #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story {
          width: 100%; } }
      #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story.firstStory {
        width: 100%;
        height: auto;
        min-height: 400px;
        border-radius: 0;
        margin: 0; }
        @media only screen and (min-width: 992px) {
          #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story.firstStory {
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-area: 1/1/3/3;
            min-height: 776px;
            border-radius: 24px; } }
      #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_info {
        width: 100%;
        position: absolute;
        bottom: 0;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        padding: 10px 25px 30px; }
        @media only screen and (min-width: 992px) {
          #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_info {
            padding: 5px 25px 30px; } }
      #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_name {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media only screen and (min-width: 992px) {
          #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_name {
            font-size: 30px;
            line-height: 39px;
            letter-spacing: 3px; } }
      #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_character {
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 5px 0; }
        @media only screen and (min-width: 992px) {
          #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_character {
            font-size: 20px;
            line-height: 22px;
            letter-spacing: 2px; } }
      #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_desc {
        font-size: 13px;
        line-height: 18px; }
        @media only screen and (min-width: 992px) {
          #content section[id^="storiesRelated-trigger"] .c-content__wrapper .listado .story_desc {
            font-size: 15px; } }
  #content section[id^="storiesRelated-trigger"] .c-content__wrapper .div-button {
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin: 3rem 0; }
    #content section[id^="storiesRelated-trigger"] .c-content__wrapper .div-button a {
      font-size: 1.375rem;
      line-height: 1;
      text-transform: uppercase;
      background-color: #CACACA;
      border: 1px solid #CACACA;
      border-radius: 1.25rem;
      padding: 1rem 4rem; }
      @media only screen and (min-width: 992px) {
        #content section[id^="storiesRelated-trigger"] .c-content__wrapper .div-button a {
          font-size: 1.875rem;
          padding: 1.25rem 6rem; } }
      #content section[id^="storiesRelated-trigger"] .c-content__wrapper .div-button a:hover {
        color: #707070;
        background-color: white;
        border: 1px solid #707070; }

.b2c.nav-down #page {
  padding-top: 0; }

.bloquex {
  min-height: 300px;
  background: pink; }

.c-multiscroll {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: relative; }
  .c-multiscroll__left, .c-multiscroll__right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .c-multiscroll__left.column-over, .c-multiscroll__right.column-over {
        z-index: 2; } }
    @media only screen and (min-width: 768px) {
      .c-multiscroll__left, .c-multiscroll__right {
        width: 50%; } }
    .c-multiscroll__left .column-over, .c-multiscroll__right .column-over {
      z-index: 2; }
  .c-multiscroll__left.column-over {
    z-index: 2; }
  @media only screen and (max-width: 767px) {
    .c-multiscroll__left .c-multiscroll_texts {
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-multiscroll__right {
    left: 0;
    bottom: 0;
    top: auto; }
    @media only screen and (min-width: 768px) {
      .c-multiscroll__right {
        left: 50%; } }
    @media only screen and (max-width: 767px) {
      .c-multiscroll__right .c-multiscroll_texts {
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .c-multiscroll-section {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px; }
    @media only screen and (max-width: 767px) {
      .c-multiscroll-section {
        padding-bottom: 15px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .c-multiscroll-section {
        padding: 0 57px; } }
  .c-multiscroll nav {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    z-index: 100; }
    @media only screen and (min-width: 1024px) {
      .c-multiscroll nav {
        right: 30px; } }
    .c-multiscroll nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-multiscroll nav ul li {
        width: 100%;
        height: 23px; }
    .c-multiscroll nav a {
      display: block;
      line-height: 25px;
      position: relative;
      padding-right: 20px;
      color: #cd202c;
      text-decoration: none; }
      .c-multiscroll nav a.active .nav-dot {
        background: black; }
    .c-multiscroll nav .nav-dot {
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      right: 0;
      top: 50%;
      border: 1px solid black;
      border-radius: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .c-multiscroll_texts {
    width: 100%;
    text-align: left; }
    .c-multiscroll_texts.text-right {
      text-align: right; }
    @media only screen and (max-width: 767px) {
      .c-multiscroll_texts {
        height: auto; } }
  .c-multiscroll-title {
    color: #000;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .c-multiscroll-title {
        font-size: 30px;
        line-height: 35px; } }
  .c-multiscroll-subtitle {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px; }
  .c-multiscroll-parraf {
    color: #000;
    font-size: 1rem;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .c-multiscroll-parraf {
        font-size: 14px;
        line-height: 18px; } }
  .c-multiscroll-buttons a:nth-child(1) {
    margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    .c-multiscroll-buttons a {
      margin-top: 10px;
      margin-bottom: 0; } }
  .c-multiscroll-buttons--right {
    text-align: right; }
  .c-multiscroll-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #d6d6d6;
    padding: .5rem 0 1.5rem; }
    .c-multiscroll-list__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 33%;
      flex: 1 33%; }
    .c-multiscroll-list .counter {
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1024px) {
        .c-multiscroll-list .counter {
          font-size: 45px;
          line-height: 40px;
          margin-bottom: 25px; } }
    .c-multiscroll-list .counter_text {
      font-weight: 800;
      text-transform: capitalize;
      font-size: 0.9rem; }
    .c-multiscroll-list--icons {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .c-multiscroll-list--icons .c-multiscroll-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
        @media only screen and (min-width: 1248px) {
          .c-multiscroll-list--icons .c-multiscroll-list__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
            flex: 0 0 33%; } }
        .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: start; }
          .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%; }
            .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div p {
              width: 50%; }
              @media only screen and (min-width: 1248px) {
                .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div p {
                  width: 70%; } }
            .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div .doubleicon-img {
              width: 50%; }
              @media only screen and (min-width: 1248px) {
                .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div .doubleicon-img {
                  width: 30%; } }
              .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div .doubleicon-img img {
                max-width: 78px; }
                @media only screen and (min-width: 1248px) {
                  .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon div .doubleicon-img img {
                    max-width: 49px; } }
          @media only screen and (max-width: 1247px) {
            .c-multiscroll-list--icons .c-multiscroll-list__item--doubleicon:last-child {
              width: 100%;
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; } }
      .c-multiscroll-list--icons .counter_text {
        font-weight: initial;
        color: #000;
        text-transform: initial; }
  .c-multiscroll .break-content {
    height: 4px;
    background-color: #cd202c;
    width: 23px;
    margin: 10px 0 20px 0;
    display: block; }
    .c-multiscroll .break-content--black {
      background-color: #000; }
    @media only screen and (max-width: 767px) {
      .c-multiscroll .break-content {
        margin: 5px 0; } }

.c-maintenance {
  background-image: url("../../../download/bancorecursos/bh-mantenimiento.jpg");
  background-size: cover;
  background-position: center top; }
  .c-maintenance .site-header, .c-maintenance #header.site-header {
    background-color: transparent;
    padding: 0; }
    .c-maintenance .site-header__left {
      width: 86px; }
      .c-maintenance .site-header__left .logo {
        height: 60px; }
  .c-maintenance__content {
    width: 100%;
    height: 100vh;
    position: relative; }
    .c-maintenance__content .message {
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      max-width: 600px;
      font-weight: 300;
      font-size: 44px;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 30%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .c-maintenance__content .message {
          font-size: 26px;
          max-width: 87%;
          width: 100%; } }

#disponibilidad-tienda {
  padding: 0 15px; }
  #disponibilidad-tienda .container-btn-arrow-right {
    display: none;
    position: absolute;
    top: -3rem;
    right: 0;
    z-index: 2;
    padding: 5rem 0;
    background-color: white;
    opacity: 0; }
    @media only screen and (min-width: 1248px) {
      #disponibilidad-tienda .container-btn-arrow-right {
        opacity: 1; } }
    #disponibilidad-tienda .container-btn-arrow-right .btn-arrow-right {
      padding: 0.5rem;
      background-color: transparent;
      display: none; }
      @media only screen and (min-width: 1248px) {
        #disponibilidad-tienda .container-btn-arrow-right .btn-arrow-right {
          display: block; } }
      #disponibilidad-tienda .container-btn-arrow-right .btn-arrow-right img {
        width: 100%;
        height: auto; }
  #disponibilidad-tienda .container-btn-arrow-left {
    display: none;
    position: absolute;
    top: -3rem;
    left: calc(240px + 15px);
    z-index: 2;
    padding: 5rem 0;
    background-color: white;
    opacity: 0; }
    @media only screen and (min-width: 1248px) {
      #disponibilidad-tienda .container-btn-arrow-left {
        left: calc(300px + 15px);
        opacity: 1; } }
    @media only screen and (min-width: 1440px) {
      #disponibilidad-tienda .container-btn-arrow-left {
        left: calc(340px + 15px); } }
    #disponibilidad-tienda .container-btn-arrow-left .btn-arrow-left {
      padding: 0.5rem;
      background-color: transparent;
      display: none; }
      @media only screen and (min-width: 1248px) {
        #disponibilidad-tienda .container-btn-arrow-left .btn-arrow-left {
          display: block; } }
      #disponibilidad-tienda .container-btn-arrow-left .btn-arrow-left img {
        width: 100%;
        height: auto; }

.c-disponibilidad {
  position: relative;
  margin-top: -5rem; }
  @media only screen and (min-width: 1024px) {
    .c-disponibilidad {
      max-width: 100vw;
      overflow-x: hidden;
      overflow-y: hidden;
      margin-top: -7rem; } }
  .c-disponibilidad::-webkit-scrollbar {
    width: 10px;
    height: 11px;
    background-color: #F2F2F2;
    border-radius: 90px; }
  .c-disponibilidad::-webkit-scrollbar-thumb {
    border-radius: 90px;
    background-color: #BFBFBF; }
  .c-disponibilidad::-webkit-scrollbar-track {
    border-radius: 90px; }
  .c-disponibilidad-title, #content h2.c-disponibilidad-title {
    font-size: 25px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 300;
    display: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-title, #content h2.c-disponibilidad-title {
        font-size: 53px;
        line-height: 56px; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad-title, #content h2.c-disponibilidad-title {
        font-size: 41px;
        line-height: 50px;
        display: block; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad-title, #content h2.c-disponibilidad-title {
        font-size: 52px;
        line-height: 50px; } }
    @media only screen and (min-width: 1700px) {
      .c-disponibilidad-title, #content h2.c-disponibilidad-title {
        font-size: 65px;
        line-height: 80px; } }
  .c-disponibilidad-subtitle, #content h2.c-disponibilidad-subtitle {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 700;
    margin: 15px 0 0; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-subtitle, #content h2.c-disponibilidad-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad-subtitle, #content h2.c-disponibilidad-subtitle {
        font-size: 13.5px;
        line-height: 15px; } }
    @media only screen and (min-width: 1700px) {
      .c-disponibilidad-subtitle, #content h2.c-disponibilidad-subtitle {
        font-size: 17px;
        line-height: 25px; } }
    .c-disponibilidad-subtitle.ilynx:first-letter, #content h2.ilynx.c-disponibilidad-subtitle:first-letter {
      text-transform: lowercase; }
  .c-disponibilidad-thirdtitle {
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 300;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-thirdtitle {
        font-size: 17px;
        line-height: 19px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad-thirdtitle {
        font-size: 15.2px;
        line-height: 20px; } }
    @media only screen and (min-width: 1700px) {
      .c-disponibilidad-thirdtitle {
        font-size: 19px;
        line-height: 25px; } }
    .c-disponibilidad-thirdtitle span {
      font-weight: 500; }
  .c-disponibilidad__head {
    margin-bottom: 15px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad__head {
        position: fixed;
        left: 0.9375rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .c-disponibilidad__head .c-disponibilidad-title, .c-disponibilidad__head #content h2.c-disponibilidad-title, #content .c-disponibilidad__head h2.c-disponibilidad-title {
      display: inline-block; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad__head .c-disponibilidad-title, .c-disponibilidad__head #content h2.c-disponibilidad-title, #content .c-disponibilidad__head h2.c-disponibilidad-title {
          font-size: 41px;
          line-height: 50px;
          margin-right: 20px; } }
    .c-disponibilidad__head span {
      font-size: 13px;
      color: #444;
      position: relative; }
      @media only screen and (min-width: 1248px) {
        .c-disponibilidad__head span {
          max-width: 490px; } }
      @media only screen and (min-width: 1440px) {
        .c-disponibilidad__head span {
          font-size: 14px;
          max-width: 510px; } }
  .c-disponibilidad .container-btn-clean {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    .c-disponibilidad .container-btn-clean .btn {
      color: black;
      background-color: white;
      border: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-disponibilidad .container-btn-clean .btn span {
        margin-right: 0.5rem; }
  .c-disponibilidad__top {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 82px; } }
    .c-disponibilidad__top .stores-table {
      height: calc(100vh - 100px);
      overflow-y: auto;
      overflow-x: hidden;
      min-width: calc(240px - 1px); }
      @media only screen and (min-width: 355px) {
        .c-disponibilidad__top .stores-table {
          height: calc(100vh - 200px); } }
      @media only screen and (min-width: 1248px) {
        .c-disponibilidad__top .stores-table {
          min-width: calc(300px - 1px); } }
      @media only screen and (min-width: 1440px) {
        .c-disponibilidad__top .stores-table {
          min-width: calc(340px - 1px); } }
      .c-disponibilidad__top .stores-table .td-info {
        border-right: 0; }
      .c-disponibilidad__top .stores-table::-webkit-scrollbar {
        width: 10px;
        height: 11px;
        background-color: #F2F2F2;
        border-radius: 90px; }
      .c-disponibilidad__top .stores-table::-webkit-scrollbar-thumb {
        border-radius: 90px;
        background-color: #BFBFBF; }
      .c-disponibilidad__top .stores-table::-webkit-scrollbar-track {
        border-radius: 90px; }
  @media only screen and (min-width: 1024px) {
    .c-disponibilidad__bottom {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      overflow: revert; } }
  .c-disponibilidad__bottom::-webkit-scrollbar {
    width: 10px;
    height: 11px;
    background-color: #F2F2F2;
    border-radius: 90px; }
  .c-disponibilidad__bottom::-webkit-scrollbar-thumb {
    border-radius: 90px;
    background-color: #BFBFBF; }
  .c-disponibilidad__bottom::-webkit-scrollbar-track {
    border-radius: 90px; }
  .c-disponibilidad-form {
    min-width: 320px;
    height: auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 576px) {
      .c-disponibilidad-form {
        padding-right: 1rem; } }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-form {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        min-width: 240px;
        background-color: white;
        border-right: 1px solid #707070;
        z-index: 1; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad-form {
        min-width: 300px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad-form {
        min-width: 340px; } }
    .c-disponibilidad-form #queryFilter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.5rem; }
      .c-disponibilidad-form #queryFilter .query-label {
        border: 1px solid #CACACA;
        margin-right: 9px;
        border-radius: 0.625rem;
        padding: 0.25rem 0.375rem;
        color: #707070;
        font-size: 0.875rem;
        margin-bottom: 1rem; }
        .c-disponibilidad-form #queryFilter .query-label.red-label {
          border: 1px solid #C20000;
          color: #C20000; }
        .c-disponibilidad-form #queryFilter .query-label .text {
          margin-right: 0.25rem; }
        .c-disponibilidad-form #queryFilter .query-label i {
          font-style: normal;
          cursor: pointer;
          text-transform: uppercase; }
    .c-disponibilidad-form .search {
      position: relative;
      width: 100%; }
      .c-disponibilidad-form .search::after {
        content: '\f002';
        font-family: FontAwesome;
        position: absolute;
        color: #D8D3D7;
        right: 5px;
        top: 5px; }
      .c-disponibilidad-form .search .x-delete {
        display: none; }
      .c-disponibilidad-form .search.filled::after {
        content: ''; }
      .c-disponibilidad-form .search.filled .x-delete {
        display: block;
        position: absolute;
        right: -0.5rem;
        top: 0.125rem;
        cursor: pointer;
        font-size: 1.25rem;
        font-weight: 300;
        padding: 0.25rem 1rem; }
      .c-disponibilidad-form .search input[type=text] {
        border: 0;
        border-bottom: 1px solid #D8D3D7;
        line-height: normal;
        height: 30px;
        padding: 0 22px 0 7px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 1rem;
        font-size: 16px;
        font-weight: 300; }
        .c-disponibilidad-form .search input[type=text]:not(#searchAddress) {
          font-weight: 300; }
        @media only screen and (min-width: 1024px) {
          .c-disponibilidad-form .search input[type=text] {
            margin-bottom: 1.125rem; } }
        .c-disponibilidad-form .search input[type=text].placeholder {
          font-size: 16px;
          color: #707070;
          text-transform: uppercase; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad-form .search input[type=text].placeholder {
              font-size: 11px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad-form .search input[type=text].placeholder {
              font-size: 14px; } }
          @media only screen and (min-width: 1440px) {
            .c-disponibilidad-form .search input[type=text].placeholder {
              font-size: 16px; } }
        .c-disponibilidad-form .search input[type=text]:-moz-placeholder {
          font-size: 16px;
          color: #707070;
          text-transform: uppercase; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad-form .search input[type=text]:-moz-placeholder {
              font-size: 11px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad-form .search input[type=text]:-moz-placeholder {
              font-size: 14px; } }
          @media only screen and (min-width: 1440px) {
            .c-disponibilidad-form .search input[type=text]:-moz-placeholder {
              font-size: 16px; } }
        .c-disponibilidad-form .search input[type=text]::-moz-placeholder {
          font-size: 16px;
          color: #707070;
          text-transform: uppercase; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad-form .search input[type=text]::-moz-placeholder {
              font-size: 11px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad-form .search input[type=text]::-moz-placeholder {
              font-size: 14px; } }
          @media only screen and (min-width: 1440px) {
            .c-disponibilidad-form .search input[type=text]::-moz-placeholder {
              font-size: 16px; } }
        .c-disponibilidad-form .search input[type=text]:-ms-input-placeholder {
          font-size: 16px;
          color: #707070;
          text-transform: uppercase; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad-form .search input[type=text]:-ms-input-placeholder {
              font-size: 11px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad-form .search input[type=text]:-ms-input-placeholder {
              font-size: 14px; } }
          @media only screen and (min-width: 1440px) {
            .c-disponibilidad-form .search input[type=text]:-ms-input-placeholder {
              font-size: 16px; } }
        .c-disponibilidad-form .search input[type=text]::-webkit-input-placeholder {
          font-size: 16px;
          color: #707070;
          text-transform: uppercase; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad-form .search input[type=text]::-webkit-input-placeholder {
              font-size: 11px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad-form .search input[type=text]::-webkit-input-placeholder {
              font-size: 14px; } }
          @media only screen and (min-width: 1440px) {
            .c-disponibilidad-form .search input[type=text]::-webkit-input-placeholder {
              font-size: 16px; } }
    .c-disponibilidad-form select {
      font-weight: 300; }
    .c-disponibilidad-form .select-category {
      position: relative;
      border-radius: 0.5rem;
      margin-bottom: 0.5rem; }
      .c-disponibilidad-form .select-category select#selectCategory {
        border: 0;
        border-bottom: 1px solid #D8D3D7;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 1rem;
        background: none;
        font-weight: 300; }
        @media only screen and (min-width: 1024px) {
          .c-disponibilidad-form .select-category select#selectCategory {
            margin-bottom: 1.125rem; } }
      .c-disponibilidad-form .select-category .select2-container {
        width: 100% !important; }
      .c-disponibilidad-form .select-category .select2-selection {
        border: 0;
        font-weight: 300; }
        @media only screen and (min-width: 768px) {
          .c-disponibilidad-form .select-category .select2-selection {
            height: 34px; } }
      .c-disponibilidad-form .select-category .select2-selection__rendered {
        background: black;
        color: white !important;
        border-radius: 0.5rem;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.9375rem; }
        @media only screen and (min-width: 768px) {
          .c-disponibilidad-form .select-category .select2-selection__rendered {
            height: 34px;
            line-height: 34px !important; } }
        .c-disponibilidad-form .select-category .select2-selection__rendered .select2-selection__placeholder {
          color: white;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 0.9375rem; }
      .c-disponibilidad-form .select-category .select2-selection__arrow {
        display: none; }
      .c-disponibilidad-form .select-category:after {
        content: '>';
        position: absolute;
        color: white;
        right: 0.5rem;
        top: 5px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 24px;
        font-weight: 300;
        pointer-events: none; }
        @media only screen and (min-width: 768px) {
          .c-disponibilidad-form .select-category:after {
            font-size: 32px;
            top: 8px; } }
  .c-disponibilidad-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-sizes {
        margin-left: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: unset; } }
    .c-disponibilidad-sizes .c-disponibilidad-subtitle, .c-disponibilidad-sizes #content h2.c-disponibilidad-subtitle, #content .c-disponibilidad-sizes h2.c-disponibilidad-subtitle {
      font-size: 20px; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad-sizes .c-disponibilidad-subtitle, .c-disponibilidad-sizes #content h2.c-disponibilidad-subtitle, #content .c-disponibilidad-sizes h2.c-disponibilidad-subtitle {
          font-size: 16px;
          width: calc(100% - 140px); } }
      @media only screen and (min-width: 1440px) {
        .c-disponibilidad-sizes .c-disponibilidad-subtitle, .c-disponibilidad-sizes #content h2.c-disponibilidad-subtitle, #content .c-disponibilidad-sizes h2.c-disponibilidad-subtitle {
          font-size: 16px; } }
      @media only screen and (min-width: 1700px) {
        .c-disponibilidad-sizes .c-disponibilidad-subtitle, .c-disponibilidad-sizes #content h2.c-disponibilidad-subtitle, #content .c-disponibilidad-sizes h2.c-disponibilidad-subtitle {
          font-size: 20px; } }
  .c-disponibilidad .container-select-model-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .c-disponibilidad .container-select-model-sizes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .c-disponibilidad .container-select-model-sizes .select-model {
      width: 100%;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .c-disponibilidad .container-select-model-sizes .select-model {
          width: calc(64%); } }
      .c-disponibilidad .container-select-model-sizes .select-model .select2 {
        margin-bottom: 0.5rem;
        width: 100% !important; }
        @media only screen and (min-width: 768px) {
          .c-disponibilidad .container-select-model-sizes .select-model .select2 {
            margin-bottom: 0.9375rem; } }
        .c-disponibilidad .container-select-model-sizes .select-model .select2 .select2-selection {
          background: #8F8E8E;
          color: white;
          border-radius: 0.5rem;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 0.9375rem;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .c-disponibilidad .container-select-model-sizes .select-model .select2 .select2-selection {
              height: 34px;
              line-height: 34px; } }
          .c-disponibilidad .container-select-model-sizes .select-model .select2 .select2-selection .select2-selection__rendered {
            width: 100%;
            color: white !important;
            border-radius: 0.5rem;
            text-transform: uppercase;
            font-weight: 300;
            font-size: 0.9375rem; }
            @media only screen and (min-width: 768px) {
              .c-disponibilidad .container-select-model-sizes .select-model .select2 .select2-selection .select2-selection__rendered {
                height: 34px;
                line-height: 34px !important; } }
            .c-disponibilidad .container-select-model-sizes .select-model .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
              color: white;
              text-transform: uppercase;
              font-weight: 300;
              font-size: 0.9375rem; }
      .c-disponibilidad .container-select-model-sizes .select-model .select2-selection__arrow {
        display: none; }
      .c-disponibilidad .container-select-model-sizes .select-model:after {
        content: '>';
        position: absolute;
        color: white;
        right: 0.5rem;
        top: 5px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 24px;
        font-weight: 300;
        pointer-events: none; }
        @media only screen and (min-width: 768px) {
          .c-disponibilidad .container-select-model-sizes .select-model:after {
            font-size: 32px;
            top: 8px; } }
  .c-disponibilidad-select {
    max-width: 100%;
    min-width: 90px;
    position: relative;
    margin-bottom: 0.9375rem;
    background-color: #CBCBCB;
    border-radius: 0.5rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-disponibilidad-select {
        min-width: 120px;
        margin-left: 0.875rem;
        width: unset; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad-select {
        max-width: 120px; } }
    .c-disponibilidad-select.select-country {
      width: 100%;
      margin-left: 0;
      max-width: 100%;
      margin-bottom: 1.125rem; }
      .c-disponibilidad-select.select-country .select2.select2-container.select2-container--default {
        width: 100% !important; }
        .c-disponibilidad-select.select-country .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
          border: 0;
          border-bottom: 1px solid #D8D3D7;
          border-radius: 0; }
          .c-disponibilidad-select.select-country .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
            display: none; }
          .c-disponibilidad-select.select-country .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
            font-size: 16px;
            font-weight: 300;
            color: #676767;
            text-transform: uppercase; }
            .c-disponibilidad-select.select-country .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
              font-weight: 300;
              text-transform: uppercase; }
      .c-disponibilidad-select.select-country:after {
        color: #D8D3D7; }
    .c-disponibilidad-select.select-sizes {
      width: 100%;
      max-width: 100%;
      margin-bottom: 0.9375rem; }
      @media only screen and (min-width: 768px) {
        .c-disponibilidad-select.select-sizes {
          margin-left: 0.875rem; } }
      .c-disponibilidad-select.select-sizes .select2.select2-container.select2-container--default {
        width: 100% !important; }
        .c-disponibilidad-select.select-sizes .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
          border: 0;
          background-color: #CBCBCB;
          border-radius: 0.5rem; }
          @media only screen and (min-width: 768px) {
            .c-disponibilidad-select.select-sizes .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
              height: 2.125rem; } }
          .c-disponibilidad-select.select-sizes .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
            display: none; }
          .c-disponibilidad-select.select-sizes .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
            font-size: 0.9375rem;
            font-weight: 300;
            color: white;
            text-transform: uppercase;
            line-height: 1.75rem; }
            @media only screen and (min-width: 768px) {
              .c-disponibilidad-select.select-sizes .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
                height: 2.125rem;
                line-height: 2.125rem;
                padding: 0 15px; } }
      .c-disponibilidad-select.select-sizes:after {
        color: white;
        right: 0.5rem; }
    .c-disponibilidad-select select {
      border: 0;
      line-height: normal;
      height: 28px;
      padding: 0 8px;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-right: 22px;
      text-transform: uppercase;
      font-size: 0.9375rem;
      color: white;
      background: none;
      font-family: "Roboto Condensed", sans-serif; }
      @media only screen and (min-width: 768px) {
        .c-disponibilidad-select select {
          padding: 0 15px;
          height: 34px; } }
      .c-disponibilidad-select select:focus {
        outline: none; }
      .c-disponibilidad-select select option {
        color: #000; }
    .c-disponibilidad-select:after {
      content: '>';
      position: absolute;
      color: white;
      right: 0.125rem;
      top: 5px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 24px;
      font-weight: 300;
      pointer-events: none; }
      @media only screen and (min-width: 768px) {
        .c-disponibilidad-select:after {
          font-size: 32px;
          top: 8px; } }
  .c-disponibilidad-km {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-km {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad-km {
        margin-bottom: 46px; } }
    @media only screen and (min-width: 1700px) {
      .c-disponibilidad-km {
        margin-bottom: 50px; } }
    .c-disponibilidad-km button {
      border: none;
      background: none;
      font-size: 14px;
      font-family: "Roboto Condensed", sans-serif;
      padding: 0;
      margin-right: 18px;
      color: #676767;
      font-weight: 300; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad-km button {
          font-size: 15px;
          margin-right: 24px; } }
      @media only screen and (min-width: 1440px) {
        .c-disponibilidad-km button {
          font-size: 13.5px; } }
      @media only screen and (min-width: 1700px) {
        .c-disponibilidad-km button {
          font-size: 17px; } }
      .c-disponibilidad-km button.activo {
        font-weight: 600; }
  .c-disponibilidad-bikes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    background-color: white; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-bikes {
        padding-left: 15px;
        padding-bottom: 15px; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad-bikes {
        padding-bottom: 20px; } }
    .c-disponibilidad-bikes.justify-start {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
    .c-disponibilidad-bikes__item {
      max-width: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad-bikes__item {
          max-width: 145px;
          min-width: 145px;
          display: block;
          padding: 0 5px; } }
      @media only screen and (min-width: 1248px) {
        .c-disponibilidad-bikes__item {
          max-width: 160px;
          min-width: 160px;
          margin: 0 5px; } }
      @media only screen and (min-width: 1600px) {
        .c-disponibilidad-bikes__item {
          max-width: 230px;
          min-width: 230px;
          width: 100%; } }
      .c-disponibilidad-bikes__item img {
        max-width: 180px; }
        .c-disponibilidad-bikes__item img.hidden {
          display: none; }
        @media only screen and (min-width: 1024px) {
          .c-disponibilidad-bikes__item img {
            max-width: 143px; } }
        @media only screen and (min-width: 1248px) {
          .c-disponibilidad-bikes__item img {
            max-width: 160px; } }
        @media only screen and (min-width: 1600px) {
          .c-disponibilidad-bikes__item img {
            max-width: 200px; } }
      @media only screen and (max-width: 1023px) {
        .c-disponibilidad-bikes__item.hide-in-mobile {
          display: none; } }
    .c-disponibilidad-bikes-container {
      margin-top: 1.5rem; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad-bikes-container {
          margin-top: 1.125rem;
          text-align: center; } }
      @media only screen and (min-width: 1440px) {
        .c-disponibilidad-bikes-container {
          margin-top: 2rem; } }
      @media only screen and (min-width: 1700px) {
        .c-disponibilidad-bikes-container {
          margin-top: 4rem; } }
      .c-disponibilidad-bikes-container .title, .c-disponibilidad-bikes-container #content h2.title, #content .c-disponibilidad-bikes-container h2.title {
        font-size: 1.875rem;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 1.5rem; }
        @media only screen and (min-width: 1024px) {
          .c-disponibilidad-bikes-container .title, .c-disponibilidad-bikes-container #content h2.title, #content .c-disponibilidad-bikes-container h2.title {
            margin-bottom: 3rem; } }
      .c-disponibilidad-bikes-container .container-links-bike-home {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .c-disponibilidad-bikes-container .container-links-bike-home .container-box {
          padding: 1.75rem 0 0.5625rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          border-bottom: 1px solid #707070;
          background-color: white; }
          .c-disponibilidad-bikes-container .container-links-bike-home .container-box:hover {
            background-color: white; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad-bikes-container .container-links-bike-home .container-box {
              min-width: 700px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad-bikes-container .container-links-bike-home .container-box {
              min-width: 900px; } }
          @media only screen and (min-width: 1600px) {
            .c-disponibilidad-bikes-container .container-links-bike-home .container-box {
              min-width: 1200px; } }
          .c-disponibilidad-bikes-container .container-links-bike-home .container-box .title, .c-disponibilidad-bikes-container .container-links-bike-home .container-box #content h2.title, #content .c-disponibilidad-bikes-container .container-links-bike-home .container-box h2.title {
            font-size: 1.25rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-align: left;
            margin-bottom: 0; }
          .c-disponibilidad-bikes-container .container-links-bike-home .container-box .imagen {
            max-width: 2rem; }
        .c-disponibilidad-bikes-container .container-links-bike-home .container-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 0.5625rem 2.25rem;
          max-width: 1200px;
          margin: 2rem auto 2.5rem; }
          @media only screen and (min-width: 992px) {
            .c-disponibilidad-bikes-container .container-links-bike-home .container-btn {
              max-width: 700px;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row; } }
          @media only screen and (min-width: 1200px) {
            .c-disponibilidad-bikes-container .container-links-bike-home .container-btn {
              max-width: 900px; } }
          @media only screen and (min-width: 1600px) {
            .c-disponibilidad-bikes-container .container-links-bike-home .container-btn {
              max-width: 1200px; } }
          .c-disponibilidad-bikes-container .container-links-bike-home .container-btn .btn {
            width: 100%;
            margin: 0;
            position: relative;
            z-index: 1; }
            @media only screen and (min-width: 576px) {
              .c-disponibilidad-bikes-container .container-links-bike-home .container-btn .btn {
                width: calc(50% - 1.67rem); } }
            @media only screen and (min-width: 1248px) {
              .c-disponibilidad-bikes-container .container-links-bike-home .container-btn .btn {
                width: calc(33.33% - 1.5rem); } }
            @media only screen and (min-width: 1440px) {
              .c-disponibilidad-bikes-container .container-links-bike-home .container-btn .btn {
                width: calc(25% - 2.25rem); } }
            .c-disponibilidad-bikes-container .container-links-bike-home .container-btn .btn a {
              min-height: 45px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              border: 1px solid #707070;
              border-radius: 25px;
              font-size: 1.25rem;
              text-transform: uppercase;
              font-weight: 300;
              padding: 0.5rem;
              line-height: 1.5rem;
              text-align: center;
              background: white; }
              .c-disponibilidad-bikes-container .container-links-bike-home .container-btn .btn a:hover {
                background: #000;
                color: white; }
  .c-disponibilidad-spec {
    font-size: 13px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-spec {
        font-size: 10px;
        max-width: 100%;
        text-align: left; } }
    @media only screen and (min-width: 1700px) {
      .c-disponibilidad-spec {
        font-size: 12px; } }
  .c-disponibilidad__container-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-disponibilidad__container-table .stores-table,
    .c-disponibilidad__container-table .status-table {
      height: calc(100vh - 400px);
      overflow-y: auto;
      overflow-x: hidden; }
    .c-disponibilidad__container-table .stores-table {
      position: -webkit-sticky;
      position: sticky;
      width: 100%;
      left: 0;
      z-index: 1;
      scrollbar-width: none; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad__container-table .stores-table {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
    .c-disponibilidad__container-table .status-table {
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad__container-table .status-table {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
      .c-disponibilidad__container-table .status-table::-webkit-scrollbar {
        width: 0px;
        height: 11px;
        background-color: #F2F2F2;
        border-radius: 90px; }
      .c-disponibilidad__container-table .status-table::-webkit-scrollbar-thumb {
        border-radius: 90px;
        background-color: #BFBFBF; }
      .c-disponibilidad__container-table .status-table::-webkit-scrollbar-track {
        border-radius: 90px; }
      .c-disponibilidad__container-table .status-table .tr-tienda {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-left: 5px;
        border-bottom: 1px solid #DEDEDE; }
  .c-disponibilidad-table {
    direction: initial;
    width: 100%; }
    .c-disponibilidad-table tr.even, .c-disponibilidad-table tr.alt, .c-disponibilidad-table tr:nth-of-type(even) {
      background: #fff; }
    .c-disponibilidad-table tr {
      background: #fff;
      border-bottom: 1px solid #DEDEDE;
      z-index: 1;
      position: relative; }
      .c-disponibilidad-table tr.shop-selected {
        background: gainsboro; }
      .c-disponibilidad-table tr.tr-tienda.distance-hidden, .c-disponibilidad-table tr.country-hidden {
        display: none;
        visibility: hidden; }
    .c-disponibilidad-table tr.tr-tienda.selected-shop {
      background: #EDEDED; }
  .c-disponibilidad .td-info {
    border-right: 1px solid #707070;
    padding: 20px 10px;
    min-width: 60%;
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad .td-info {
        min-width: 240px;
        max-width: 240px;
        width: 100%;
        padding: 24px 16px; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad .td-info {
        min-width: 300px;
        max-width: 300px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad .td-info {
        min-width: 340px;
        max-width: 340px; } }
    .c-disponibilidad .td-info__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad .td-info__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    .c-disponibilidad .td-info__bottom--right {
      margin-top: 0.5rem; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad .td-info__bottom--right {
          margin-left: 15px;
          margin-top: 0; } }
    .c-disponibilidad .td-info .fa {
      color: #FF0000; }
    .c-disponibilidad .td-info .shop-title, .c-disponibilidad .td-info #content h2.shop-title, #content .c-disponibilidad .td-info h2.shop-title, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.shop-title {
      font-size: 13px;
      line-height: 15px;
      color: #000;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 5px;
      font-weight: 500; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad .td-info .shop-title, .c-disponibilidad .td-info #content h2.shop-title, #content .c-disponibilidad .td-info h2.shop-title, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.shop-title {
          font-size: 14.8px;
          line-height: 20px;
          margin-bottom: 0;
          margin-right: 0.5rem; } }
      @media only screen and (min-width: 1440px) {
        .c-disponibilidad .td-info .shop-title, .c-disponibilidad .td-info #content h2.shop-title, #content .c-disponibilidad .td-info h2.shop-title, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.shop-title {
          font-size: 16.8px;
          line-height: 20px; } }
      @media only screen and (min-width: 1700px) {
        .c-disponibilidad .td-info .shop-title, .c-disponibilidad .td-info #content h2.shop-title, #content .c-disponibilidad .td-info h2.shop-title, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.shop-title {
          line-height: 26px;
          font-size: 20px; } }
      .c-disponibilidad .td-info .shop-title img, .c-disponibilidad .td-info #content h2.shop-title img, #content .c-disponibilidad .td-info h2.shop-title img, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.shop-title img, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.shop-title img {
        position: absolute;
        left: -28px;
        display: none; }
      .c-disponibilidad .td-info .shop-title.active, .c-disponibilidad .td-info #content h2.active.shop-title, #content .c-disponibilidad .td-info h2.active.shop-title, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.active.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.active.shop-title {
        color: #FF0000; }
        .c-disponibilidad .td-info .shop-title.active img, .c-disponibilidad .td-info #content h2.active.shop-title img, #content .c-disponibilidad .td-info h2.active.shop-title img, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.active.shop-title img, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.active.shop-title img {
          display: block;
          max-width: 13px;
          left: -18px; }
          @media only screen and (min-width: 1024px) {
            .c-disponibilidad .td-info .shop-title.active img, .c-disponibilidad .td-info #content h2.active.shop-title img, #content .c-disponibilidad .td-info h2.active.shop-title img, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.active.shop-title img, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.active.shop-title img {
              max-width: 17px;
              left: -30px; } }
          @media only screen and (min-width: 1248px) {
            .c-disponibilidad .td-info .shop-title.active img, .c-disponibilidad .td-info #content h2.active.shop-title img, #content .c-disponibilidad .td-info h2.active.shop-title img, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.active.shop-title img, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.active.shop-title img {
              max-width: 17.6px;
              left: -24px; } }
          @media only screen and (min-width: 1700px) {
            .c-disponibilidad .td-info .shop-title.active img, .c-disponibilidad .td-info #content h2.active.shop-title img, #content .c-disponibilidad .td-info h2.active.shop-title img, .c-disponibilidad .td-info .subnavigation-included .main-container #content.content-padding .view h2.active.shop-title img, .subnavigation-included .main-container #content.content-padding .view .c-disponibilidad .td-info h2.active.shop-title img {
              max-width: 22px;
              left: -30px; } }
    .c-disponibilidad .td-info .shop-address, .c-disponibilidad .td-info #ls_tiendas p.shop-address, #ls_tiendas .c-disponibilidad .td-info p.shop-address, .c-disponibilidad .td-info #ls_tiendas p.shop-address__left, #ls_tiendas .c-disponibilidad .td-info p.shop-address__left {
      font-size: 13px;
      line-height: 15px;
      color: #707070;
      max-width: 100%; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad .td-info .shop-address, .c-disponibilidad .td-info #ls_tiendas p.shop-address, #ls_tiendas .c-disponibilidad .td-info p.shop-address, .c-disponibilidad .td-info #ls_tiendas p.shop-address__left, #ls_tiendas .c-disponibilidad .td-info p.shop-address__left {
          font-size: 12.8px;
          line-height: 18px;
          max-width: 120px; } }
      @media only screen and (min-width: 1700px) {
        .c-disponibilidad .td-info .shop-address, .c-disponibilidad .td-info #ls_tiendas p.shop-address, #ls_tiendas .c-disponibilidad .td-info p.shop-address, .c-disponibilidad .td-info #ls_tiendas p.shop-address__left, #ls_tiendas .c-disponibilidad .td-info p.shop-address__left {
          font-size: 15px;
          line-height: 20px; } }
      .c-disponibilidad .td-info .shop-address__left {
        max-width: 100%; }
        @media only screen and (min-width: 1024px) {
          .c-disponibilidad .td-info .shop-address__left {
            margin-right: 0.5rem; } }
    .c-disponibilidad .td-info .shop-link {
      font-size: 13px;
      line-height: 15px;
      color: #393939;
      text-align: right; }
      @media only screen and (min-width: 1024px) {
        .c-disponibilidad .td-info .shop-link {
          font-size: 12.8px;
          line-height: 19px;
          width: auto; } }
      @media only screen and (min-width: 1700px) {
        .c-disponibilidad .td-info .shop-link {
          font-size: 16px;
          line-height: 19px; } }
  .c-disponibilidad .td-dispo {
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad .td-dispo {
        font-size: 16px;
        min-width: 145px;
        max-width: 100px; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad .td-dispo {
        font-size: 16px;
        min-width: 160px;
        margin-right: 13px; } }
    @media only screen and (min-width: 1600px) {
      .c-disponibilidad .td-dispo {
        min-width: 230px; } }
    .c-disponibilidad .td-dispo.size-hidden {
      display: none;
      visibility: hidden; }
    @media only screen and (max-width: 1023px) {
      .c-disponibilidad .td-dispo.hide-in-mobile {
        display: none; } }
    .c-disponibilidad .td-dispo.soldout {
      color: #ccc; }
    .c-disponibilidad .td-dispo.available {
      font-weight: 700; }
    .c-disponibilidad .td-dispo .dispo-text {
      margin-bottom: 0.3125rem; }
    .c-disponibilidad .td-dispo .month {
      font-size: 0.9375rem;
      text-transform: capitalize;
      opacity: 0.75; }
    .c-disponibilidad .td-dispo .show-colours {
      font-size: 0.75rem;
      line-height: 1rem;
      text-transform: none;
      text-decoration: underline;
      margin-top: 0.3125rem;
      cursor: pointer; }
    .c-disponibilidad .td-dispo .dispo-bike {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      margin: 0; }
      .c-disponibilidad .td-dispo .dispo-bike .colour-circle {
        width: 0.9375rem;
        height: 0.9375rem;
        margin: 0.15rem; }
  @media only screen and (max-width: 1023px) {
    .c-disponibilidad-arrow {
      position: absolute;
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      top: 50%; }
      .c-disponibilidad-arrow span {
        color: #000 !important;
        font-size: 19px !important; }
        .c-disponibilidad-arrow span.disabled-arrow {
          color: #eee !important; } }
  @media only screen and (min-width: 1024px) {
    .c-disponibilidad-arrow {
      display: none;
      visibility: hidden; } }
  .c-disponibilidad-empty {
    display: none;
    text-align: center;
    padding: 40px 0 20px;
    text-transform: uppercase;
    min-width: 320px; }
    @media only screen and (min-width: 1024px) {
      .c-disponibilidad-empty {
        min-width: 240px; } }
    @media only screen and (min-width: 1248px) {
      .c-disponibilidad-empty {
        min-width: 300px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad-empty {
        min-width: 320px; } }
  .c-disponibilidad__page {
    margin-top: 40px; }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad__page .c-disponibilidad-form {
        min-width: 390px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad__page .c-disponibilidad .td-info {
        max-width: 390px;
        margin-right: 0; } }
    @media only screen and (min-width: 1600px) {
      .c-disponibilidad__page .c-disponibilidad .td-info {
        max-width: 390px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad__page .c-disponibilidad:before {
        left: 411px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad__page .c-disponibilidad-bikes__item {
        max-width: 220px;
        margin-right: 10px; }
        .c-disponibilidad__page .c-disponibilidad-bikes__item img {
          max-width: 100%; }
        .c-disponibilidad__page .c-disponibilidad-bikes__item .c-disponibilidad-subtitle, .c-disponibilidad__page .c-disponibilidad-bikes__item #content h2.c-disponibilidad-subtitle, #content .c-disponibilidad__page .c-disponibilidad-bikes__item h2.c-disponibilidad-subtitle {
          font-size: 16.5px; } }
    @media only screen and (min-width: 1600px) {
      .c-disponibilidad__page .c-disponibilidad-bikes__item {
        max-width: 250px; } }
    @media only screen and (min-width: 1440px) {
      .c-disponibilidad__page .c-disponibilidad .td-dispo {
        min-width: 220px; } }
    @media only screen and (min-width: 1600px) {
      .c-disponibilidad__page .c-disponibilidad .td-dispo {
        min-width: 250px; } }

.search .pac-container.pac-logo.hdpi,
.search .pac-container.pac-logo {
  z-index: 9999999;
  top: 30px !important;
  left: 0 !important; }

.ui-dialog.disponibilidadTiendaDialog {
  position: fixed;
  top: 50px;
  left: 50px; }
  .ui-dialog.disponibilidadTiendaDialog .ui-dialog-titlebar {
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 1440px) {
      .ui-dialog.disponibilidadTiendaDialog .ui-dialog-titlebar {
        font-size: 30px;
        margin-bottom: 14px; } }

@media only screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content#disponibilidad-tienda {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(100vh - 110px) !important; } }

@media only screen and (min-width: 768px) {
  .ui-dialog .ui-dialog-content#disponibilidad-tienda {
    max-height: calc(100vh - 50px) !important;
    overflow-y: hidden; } }

@media only screen and (min-width: 1024px) {
  .ui-dialog .ui-dialog-content#disponibilidad-tienda {
    overflow-y: hidden; } }

@media only screen and (min-width: 1248px) {
  .ui-dialog .ui-dialog-content#disponibilidad-tienda {
    max-height: 100%; } }

.c-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 0 0.625rem; }
  .c-main__header__cto-demo-bikes {
    display: block;
    width: 100%;
    padding: 1rem;
    margin: 0 0 2.5rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border: 1px solid #444444; }
    @media only screen and (min-width: 1024px) {
      .c-main__header__cto-demo-bikes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 65%;
        padding: 1rem 5rem; } }
    .c-main__header__cto-demo-bikes p {
      text-align: center !important;
      width: 100%;
      font-size: 16px !important;
      text-transform: uppercase;
      color: #707070 !important; }
      @media only screen and (min-width: 1024px) {
        .c-main__header__cto-demo-bikes p {
          width: 48%;
          font-size: 18px !important;
          text-align: left !important; } }
    .c-main__header__cto-demo-bikes .form_group {
      text-align: center;
      padding: 0.75rem 0 0; }
      @media only screen and (min-width: 1024px) {
        .c-main__header__cto-demo-bikes .form_group {
          padding: 0; } }
    .c-main__header__cto-demo-bikes .btn-demo {
      padding: 1rem 1.5rem;
      background-color: #707070;
      border-color: #707070;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      font-size: 1.125rem;
      border-radius: 0.75rem; }
  @media only screen and (min-width: 1024px) {
    .c-main__header {
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-main__header-icon {
    max-width: 50px;
    margin-right: 15px;
    margin-top: -55px; }
    @media only screen and (min-width: 1024px) {
      .c-main__header-icon {
        max-width: 100%; } }
  .c-main__header--title-container {
    margin-bottom: 0; }
  .c-main__header--subtitle-container {
    width: 100%;
    font-size: 0.85rem;
    margin: 0 auto 2.75rem; }
    @media only screen and (min-width: 1024px) {
      .c-main__header--subtitle-container {
        width: 50%;
        font-size: 1.2rem; } }
  .c-main__header-title, #content h1.c-main__header-title,
  #content .c-main__header-title {
    font-size: 40px;
    max-width: 190px;
    line-height: 45px !important;
    display: block;
    margin: 0 0 2.75rem;
    text-align: left;
    width: 100%;
    color: #707070;
    font-family: 'Roboto Condensed Light', 'sans-serif';
    font-weight: bold;
    letter-spacing: 5px; }
    @media only screen and (min-width: 1024px) {
      .c-main__header-title, #content h1.c-main__header-title,
      #content .c-main__header-title {
        font-size: 70px;
        line-height: 65px !important;
        margin-bottom: 36px;
        letter-spacing: 9px; } }
    @media only screen and (min-width: 1700px) {
      .c-main__header-title, #content h1.c-main__header-title,
      #content .c-main__header-title {
        font-size: 90px;
        line-height: 96px !important; } }
    .c-main__header-title--full, #content h1.c-main__header-title--full,
    #content .c-main__header-title--full {
      max-width: 100%;
      width: 100%;
      text-align: left; }
      @media only screen and (min-width: 1248px) {
        .c-main__header-title--full, #content h1.c-main__header-title--full,
        #content .c-main__header-title--full {
          text-align: right; } }
  .c-main__header-subtitle {
    text-align: center;
    color: #6A6767; }
  .c-main__header-text, #content h1.c-main__header-text,
  #content .c-main__header-text {
    color: #757575;
    max-width: 450px; }
    @media only screen and (min-width: 1700px) {
      .c-main__header-text, #content h1.c-main__header-text,
      #content .c-main__header-text {
        font-size: 20px;
        line-height: 26px;
        max-width: 600px; } }
  .c-main__header .sms-modelo {
    display: none;
    background-color: #CACACA;
    color: #fff;
    border-radius: 15px;
    padding: 0.5rem;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px; }
    @media only screen and (min-width: 1024px) {
      .c-main__header .sms-modelo {
        margin-left: 15px;
        font-size: 22px;
        line-height: 24px; } }
    @media only screen and (min-width: 1248px) {
      .c-main__header .sms-modelo {
        margin-left: 65px; } }
  .c-main__header-left {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .c-main__header-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .c-main__header-left .container_select {
      display: block; }
      @media only screen and (min-width: 992px) {
        .c-main__header-left .container_select {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0 auto; } }
      .c-main__header-left .container_select .form_group {
        margin-bottom: 44px; }
        @media only screen and (min-width: 1024px) {
          .c-main__header-left .container_select .form_group {
            margin-bottom: 50px; } }
      .c-main__header-left .container_select .form_group:not(:last-child) {
        margin-right: 0; }
        @media only screen and (min-width: 1024px) {
          .c-main__header-left .container_select .form_group:not(:last-child) {
            margin-right: 58px; } }
  .c-main__header--full {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    height: auto; }
    .c-main__header--full .c-main__header-title,
    .c-main__header--full #content .c-main__header-title, #content .c-main__header--full .c-main__header-title {
      max-width: 100%;
      margin: 0; }

.c-main__subheader {
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .c-main__subheader {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-main__subheader-title, #pagina h3.c-main__subheader-title,
  #pagina .c-main__subheader-title {
    color: #707070;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    background: transparent;
    position: relative;
    padding: 0;
    padding-bottom: 6px;
    font-weight: 100; }
    @media only screen and (min-width: 1248px) {
      .c-main__subheader-title, #pagina h3.c-main__subheader-title,
      #pagina .c-main__subheader-title {
        width: 60%; } }
  @media only screen and (max-width: 767px) {
    .c-main__subheader input[type="button"] {
      margin-bottom: 20px;
      -ms-flex-item-align: end;
      align-self: flex-end; } }

.c-main__left {
  width: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media only screen and (min-width: 1024px) {
    .c-main__left {
      padding: 0 10px;
      width: 50%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (min-width: 1248px) {
    .c-main__left {
      width: 50%;
      padding: 0 30px 0 10px; } }

.c-main__right {
  width: 100%;
  padding: 20px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .c-main__right {
      padding: 0 10px;
      width: 50%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1248px) {
    .c-main__right {
      padding: 0 0 24px 40px; } }

.sideMenuFilters-wrapper, .sideMenuFilters {
  border-right: 0; }

#popup-select-bike {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  z-index: 1;
  min-height: 892px; }
  @media only screen and (min-width: 576px) {
    #popup-select-bike {
      min-height: 650px; } }
  @media only screen and (min-width: 1024px) {
    #popup-select-bike {
      min-height: 832px; } }
  #popup-select-bike .header {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 1.25rem;
    margin-top: 30px; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .header {
        margin-left: 15px;
        margin-top: 40px; } }
    @media only screen and (min-width: 1248px) {
      #popup-select-bike .header {
        margin-left: 65px;
        margin-top: 50px; } }
    #popup-select-bike .header .cross {
      position: absolute;
      right: 0.625rem;
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 100;
      cursor: pointer; }
    #popup-select-bike .header .title {
      font-size: 1.5rem;
      color: #000;
      letter-spacing: 1.25px;
      line-height: 1.9375rem;
      border-bottom: 1px solid #CACACA;
      padding-bottom: 0.25rem;
      margin-bottom: 0.25rem;
      font-weight: 500; }
    #popup-select-bike .header .breadcrumb {
      color: #CACACA;
      font-size: 1.25rem;
      font-weight: 500;
      display: block; }
  @media only screen and (min-width: 480px) {
    #popup-select-bike .question_padding {
      padding: 0 20px; } }
  @media only screen and (min-width: 768px) {
    #popup-select-bike .question_padding {
      padding: 0 80px; } }
  @media only screen and (min-width: 1024px) {
    #popup-select-bike .question_padding {
      padding: 0 90px 0 105px; } }
  @media only screen and (min-width: 1248px) {
    #popup-select-bike .question_padding {
      padding: 0 120px 0 185px; } }
  @media only screen and (min-width: 1024px) {
    #popup-select-bike .list {
      margin-left: 15px; } }
  @media only screen and (min-width: 1248px) {
    #popup-select-bike .list {
      margin-left: 65px; } }
  #popup-select-bike .list .slick-dots {
    top: unset;
    bottom: -0.75rem; }
  #popup-select-bike .list p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CACACA;
    margin: 1.125rem 0; }
  #popup-select-bike .list .bike {
    margin: 0 1rem;
    max-width: 412px; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .list .bike {
        margin: 0 1.5rem; } }
    @media only screen and (min-width: 1248px) {
      #popup-select-bike .list .bike {
        margin: 0 2.3125rem; } }
    #popup-select-bike .list .bike-img {
      position: relative;
      width: 100%;
      height: 300px;
      border: 1px solid #707070; }
      #popup-select-bike .list .bike-img:hover .div-texts {
        background-color: rgba(0, 0, 0, 0.25); }
        #popup-select-bike .list .bike-img:hover .div-texts .div-button {
          opacity: 1; }
      #popup-select-bike .list .bike-img img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%; }
      #popup-select-bike .list .bike-img .div-texts {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.9375rem 1.5625rem;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #popup-select-bike .list .bike-img .div-texts .list-sizes {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-column-gap: 0.4375rem;
          column-gap: 0.4375rem; }
          #popup-select-bike .list .bike-img .div-texts .list-sizes .size {
            font-size: 0.9375rem;
            line-height: 1.25rem;
            text-transform: uppercase;
            color: white;
            background-color: black;
            border-radius: 0.9375rem;
            padding: 0.3125rem 0.9375rem; }
        #popup-select-bike .list .bike-img .div-texts .div-button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          #popup-select-bike .list .bike-img .div-texts .div-button button {
            font-size: 1.25rem;
            line-height: 1.625rem;
            text-transform: uppercase;
            color: white;
            background-color: black;
            border-radius: 0.9375rem;
            padding: 0.3125rem 0.9375rem; }
    #popup-select-bike .list .bike-model {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      text-align: center;
      margin: 2.5rem 0 0.25rem;
      font-weight: 500;
      color: #000; }
    #popup-select-bike .list .bike-name {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      text-align: center;
      margin: 0 0 2.5rem;
      font-weight: 500;
      color: #000; }
  #popup-select-bike .button-selectOtherShop {
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .button-selectOtherShop {
        margin-left: 15px; } }
    @media only screen and (min-width: 1248px) {
      #popup-select-bike .button-selectOtherShop {
        margin-left: 65px; } }
  #popup-select-bike .prev-button {
    background-color: #CACACA;
    margin: 0.625rem 0;
    color: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 0.5625rem 0.75rem;
    text-transform: uppercase;
    min-width: 218px;
    min-height: 44px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .prev-button {
        font-size: 1.125rem; } }
  #popup-select-bike .next-button {
    background-color: black;
    margin: 0.625rem 0;
    color: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 0.5625rem 0.75rem;
    text-transform: uppercase;
    min-width: 218px;
    min-height: 44px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .next-button {
        font-size: 1.125rem; } }
  #popup-select-bike .imgSaddle {
    display: none;
    -webkit-transition: all 3ms ease-in;
    -o-transition: all 3ms ease-in;
    transition: all 3ms ease-in; }
    #popup-select-bike .imgSaddle.show {
      display: block; }
    #popup-select-bike .imgSaddle .container-img-bike {
      background-color: #CACACA;
      border-radius: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 2rem 0 2.5rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px 10px; }
      @media only screen and (min-width: 640px) {
        #popup-select-bike .imgSaddle .container-img-bike {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0; } }
      #popup-select-bike .imgSaddle .container-img-bike .container-img {
        height: auto;
        max-width: 220px;
        margin-bottom: 0.25rem; }
        @media only screen and (min-width: 480px) {
          #popup-select-bike .imgSaddle .container-img-bike .container-img {
            height: auto;
            max-width: 317px; } }
        @media only screen and (min-width: 576px) {
          #popup-select-bike .imgSaddle .container-img-bike .container-img {
            margin-right: 1rem; } }
        #popup-select-bike .imgSaddle .container-img-bike .container-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      #popup-select-bike .imgSaddle .container-img-bike .text-saddle {
        color: #707070;
        font-size: 0.9375rem;
        line-height: 1.25rem;
        letter-spacing: 0.75px;
        max-width: 220px; }
  #popup-select-bike p.text-label {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike p.text-label {
        font-size: 1.125rem; } }
  #popup-select-bike .form_group .input_container {
    position: relative;
    margin: 0.75rem auto;
    text-align: left; }
    #popup-select-bike .form_group .input_container input:not([type='checkbox']),
    #popup-select-bike .form_group .input_container select {
      height: 44px;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: #707070;
      background-color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      border-radius: 15px;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      padding: 0 0.75rem; }
    #popup-select-bike .form_group .input_container input[type="checkbox"] + label {
      font-size: 0.9375rem;
      font-weight: 300;
      color: #000;
      padding-bottom: 0.25rem; }
      @media only screen and (min-width: 1024px) {
        #popup-select-bike .form_group .input_container input[type="checkbox"] + label {
          font-size: 1.125rem; } }
    #popup-select-bike .form_group .input_container textarea {
      font-size: 1.25rem;
      font-weight: 400;
      color: #707070;
      background-color: #F2F1F1;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      border-radius: 15px;
      min-height: 86px;
      padding: 0.5rem 1rem; }
    #popup-select-bike .form_group .input_container input[type="datetime-local"]::-webkit-input-placeholder {
      color: #CACACA; }
    #popup-select-bike .form_group .input_container input[type="datetime-local"]:-ms-input-placeholder {
      color: #CACACA; }
    #popup-select-bike .form_group .input_container input[type="datetime-local"]::-ms-input-placeholder {
      color: #CACACA; }
    #popup-select-bike .form_group .input_container input[type="datetime-local"]::placeholder {
      color: #CACACA; }
    #popup-select-bike .form_group .input_container input[type='checkbox'] {
      margin: 0.25rem 0 0; }
      @media only screen and (min-width: 1024px) {
        #popup-select-bike .form_group .input_container input[type='checkbox'] {
          margin: 0.5rem 0 0; } }
    #popup-select-bike .form_group .input_container .fa {
      position: absolute;
      text-align: center;
      line-height: 30px;
      font-size: 18px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      top: 50%;
      right: -20px; }
      #popup-select-bike .form_group .input_container .fa.fa-times {
        color: red; }
      #popup-select-bike .form_group .input_container .fa.fa-check {
        color: green; }
      #popup-select-bike .form_group .input_container .fa.fa-exclamation-circle {
        opacity: 1;
        visibility: visible;
        color: #CACACA;
        font-size: 30px;
        right: -30px;
        cursor: pointer; }
  #popup-select-bike .form_group.error .input_container .fa-times,
  #popup-select-bike .form_group.success .input_container .fa-check {
    opacity: 1;
    visibility: visible; }
  #popup-select-bike .form_group.form-checkbox .input_container {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  #popup-select-bike .g-recaptcha {
    text-align: center;
    margin-top: 30px; }
  #popup-select-bike .block_question .container-buttons {
    text-align: center;
    margin: 40px 0 30px; }
    @media only screen and (min-width: 640px) {
      #popup-select-bike .block_question .container-buttons .prev-button {
        margin-right: 50px; } }
  #popup-select-bike .block_question .div-buttons {
    text-align: center; }
    @media only screen and (min-width: 640px) {
      #popup-select-bike .block_question .div-buttons .prev-button {
        margin-right: 50px; } }
  #popup-select-bike .block_question .question.slick-slide {
    border: 1px solid #707070;
    border-radius: 47px;
    padding: 1.25rem 2rem;
    text-align: center; }
    #popup-select-bike .block_question .question.slick-slide .input_container__label {
      color: #444444;
      font-size: 1rem;
      line-height: 1.875rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        #popup-select-bike .block_question .question.slick-slide .input_container__label {
          font-size: 1.125rem; } }
      #popup-select-bike .block_question .question.slick-slide .input_container__label span {
        display: block;
        color: #858282;
        font-size: 0.9375rem; }
        @media only screen and (min-width: 992px) {
          #popup-select-bike .block_question .question.slick-slide .input_container__label span {
            font-size: 1rem; } }
    #popup-select-bike .block_question .question.slick-slide .input_container.input_container--select {
      max-width: 720px; }
  #popup-select-bike .block_question .text-form {
    position: relative;
    margin-top: 2.5rem; }
    #popup-select-bike .block_question .text-form .text {
      color: #858282;
      font-size: 1.125rem;
      line-height: 2rem;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        #popup-select-bike .block_question .text-form .text {
          font-size: 1.25rem; } }
      #popup-select-bike .block_question .text-form .text.light {
        font-weight: 300; }
    #popup-select-bike .block_question .text-form.text-end {
      margin: 2.5rem 0; }
    #popup-select-bike .block_question .text-form span.fa-print {
      position: absolute;
      top: -2.5rem;
      font-size: 2rem;
      cursor: pointer;
      right: calc(50% - 1.5rem);
      display: none; }
      @media only screen and (min-width: 576px) {
        #popup-select-bike .block_question .text-form span.fa-print {
          right: 0.5rem;
          display: block; } }
      @media only screen and (min-width: 640px) {
        #popup-select-bike .block_question .text-form span.fa-print {
          top: 0; } }
  #popup-select-bike .block_question .block_question_reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .block_question .block_question_reservation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #popup-select-bike .block_question .block_question_reservation .container-bike {
      text-align: center; }
      #popup-select-bike .block_question .block_question_reservation .container-bike .container-img-bike {
        max-width: 396px;
        max-height: 234px;
        width: 280px;
        height: auto; }
        @media only screen and (min-width: 480px) {
          #popup-select-bike .block_question .block_question_reservation .container-bike .container-img-bike {
            width: 396px; } }
        #popup-select-bike .block_question .block_question_reservation .container-bike .container-img-bike img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      #popup-select-bike .block_question .block_question_reservation .container-bike .text {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        margin-top: 2.25rem; }
        @media only screen and (min-width: 1024px) {
          #popup-select-bike .block_question .block_question_reservation .container-bike .text {
            font-size: 1.25rem;
            line-height: 1.6875rem; } }
  #popup-select-bike .process {
    display: none; }
    @media only screen and (min-width: 576px) {
      #popup-select-bike .process {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      #popup-select-bike .process {
        padding-left: 15px; } }
    @media only screen and (min-width: 1248px) {
      #popup-select-bike .process {
        padding-left: 65px; } }
  #popup-select-bike .process li button {
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 20px;
    line-height: 26px;
    float: left;
    text-align: center;
    width: 170px;
    position: relative;
    color: #707070;
    padding: 0;
    background-color: transparent;
    opacity: 1; }

.c-tiendas .o-checkbox {
  margin-bottom: 15px;
  color: #393939;
  font-size: 0.95rem;
  font-weight: 300; }
  @media only screen and (min-width: 1700px) {
    .c-tiendas .o-checkbox {
      font-size: 18px; } }
  .c-tiendas .o-checkbox__input, .c-tiendas .o-checkbox input[type="checkbox"], .o-checkbox .c-tiendas input[type="checkbox"],
  .c-tiendas #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales .c-tiendas input[type="checkbox"], .c-tiendas .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox .c-tiendas input[type="checkbox"] {
    border: 1px solid #707070; }
  .c-tiendas .o-checkbox__label--small, .c-tiendas .o-checkbox input[type="checkbox"] + label.o-checkbox__label--small, .o-checkbox .c-tiendas input[type="checkbox"] + label.o-checkbox__label--small, .c-tiendas #header.site-header .top_bar .user_container .o-checkbox input:focus + label.o-checkbox__label--small, #header.site-header .top_bar .user_container .o-checkbox .c-tiendas input:focus + label.o-checkbox__label--small {
    font-size: 0.95rem;
    color: #707070;
    text-transform: uppercase;
    margin-right: 8px;
    font-weight: 500; }
    @media only screen and (min-width: 1700px) {
      .c-tiendas .o-checkbox__label--small, .c-tiendas .o-checkbox input[type="checkbox"] + label.o-checkbox__label--small, .o-checkbox .c-tiendas input[type="checkbox"] + label.o-checkbox__label--small, .c-tiendas #header.site-header .top_bar .user_container .o-checkbox input:focus + label.o-checkbox__label--small, #header.site-header .top_bar .user_container .o-checkbox .c-tiendas input:focus + label.o-checkbox__label--small {
        font-size: 18px; } }
    .c-tiendas .o-checkbox__label--small[for='point-test'], .c-tiendas .o-checkbox input[type="checkbox"] + label.o-checkbox__label--small[for='point-test'], .o-checkbox .c-tiendas input[type="checkbox"] + label.o-checkbox__label--small[for='point-test'], .c-tiendas #header.site-header .top_bar .user_container .o-checkbox input:focus + label.o-checkbox__label--small[for='point-test'], #header.site-header .top_bar .user_container .o-checkbox .c-tiendas input:focus + label.o-checkbox__label--small[for='point-test'] {
      min-width: 100px; }

.c-tiendas .country {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .c-tiendas .country {
      max-width: 200px; } }
  .c-tiendas .country::after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 36px;
    color: #393939;
    font-weight: 300;
    pointer-events: none; }

.c-tiendas select.select-new {
  border: 0;
  border-bottom: 1px solid #707070;
  font-size: 19px;
  text-transform: uppercase;
  background: none;
  position: relative;
  padding: 0;
  font-weight: 300;
  color: #707070;
  letter-spacing: 0.3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px; }
  @media only screen and (min-width: 768px) {
    .c-tiendas select.select-new {
      font-size: 15px; } }
  @media only screen and (min-width: 1440px) {
    .c-tiendas select.select-new {
      font-size: 20px; } }
  .c-tiendas select.select-new:focus {
    border: 0;
    border-bottom: 1px solid #707070;
    outline: none; }

.c-tiendas .search {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .c-tiendas .search {
      min-width: 340px;
      max-width: 340px; } }
  .c-tiendas .search::after {
    content: '';
    background: url("/web/img/ico-lupa.png") transparent no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 20px;
    background-size: 89%;
    pointer-events: none; }
  .c-tiendas .search input[type=text] {
    border: 0;
    border-bottom: 1px solid #707070;
    line-height: normal;
    height: 27px;
    padding: 0 22px 0 7px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #707070;
    margin-bottom: 0;
    background-color: #fff; }
    @media only screen and (min-width: 1440px) {
      .c-tiendas .search input[type=text] {
        font-size: 1.25rem; } }
    .c-tiendas .search input[type=text].placeholder {
      color: #707070;
      font-size: 1.1875rem;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      @media only screen and (min-width: 768px) {
        .c-tiendas .search input[type=text].placeholder {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 1440px) {
        .c-tiendas .search input[type=text].placeholder {
          font-size: 1.125rem; } }
    .c-tiendas .search input[type=text]:-moz-placeholder {
      color: #707070;
      font-size: 1.1875rem;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      @media only screen and (min-width: 768px) {
        .c-tiendas .search input[type=text]:-moz-placeholder {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 1440px) {
        .c-tiendas .search input[type=text]:-moz-placeholder {
          font-size: 1.125rem; } }
    .c-tiendas .search input[type=text]::-moz-placeholder {
      color: #707070;
      font-size: 1.1875rem;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      @media only screen and (min-width: 768px) {
        .c-tiendas .search input[type=text]::-moz-placeholder {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 1440px) {
        .c-tiendas .search input[type=text]::-moz-placeholder {
          font-size: 1.125rem; } }
    .c-tiendas .search input[type=text]:-ms-input-placeholder {
      color: #707070;
      font-size: 1.1875rem;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      @media only screen and (min-width: 768px) {
        .c-tiendas .search input[type=text]:-ms-input-placeholder {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 1440px) {
        .c-tiendas .search input[type=text]:-ms-input-placeholder {
          font-size: 1.125rem; } }
    .c-tiendas .search input[type=text]::-webkit-input-placeholder {
      color: #707070;
      font-size: 1.1875rem;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      @media only screen and (min-width: 768px) {
        .c-tiendas .search input[type=text]::-webkit-input-placeholder {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 1440px) {
        .c-tiendas .search input[type=text]::-webkit-input-placeholder {
          font-size: 1.125rem; } }
    .c-tiendas .search input[type=text]:focus {
      border: 0;
      border-bottom: 1px solid #707070;
      outline: none; }

.c-tiendas .point_test {
  position: relative; }
  .c-tiendas .point_test-group {
    position: absolute;
    display: none; }
    .c-tiendas .point_test-group .o-checkbox {
      min-width: auto;
      margin-right: 15px;
      margin-top: 4px; }
    .c-tiendas .point_test-group:after {
      content: '';
      background: url("/web/img/line-group.png") transparent no-repeat;
      position: absolute;
      left: -5px;
      top: -15px;
      width: 310px;
      height: 17px;
      background-size: 83%; }

.c-tiendas .buscador-tiendas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .c-tiendas .buscador-tiendas {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-tiendas .buscador-tiendas .store-locator-map-wrapper {
    float: initial;
    margin: 0 0;
    width: 100%; }
  .c-tiendas .buscador-tiendas .title-store {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #707070;
    text-align: right;
    margin-bottom: 20px;
    padding-right: 15px; }
  .c-tiendas .buscador-tiendas .list-stores {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 8px;
    -webkit-transition: all 3ms ease-in;
    -o-transition: all 3ms ease-in;
    transition: all 3ms ease-in; }
    .c-tiendas .buscador-tiendas .list-stores::-webkit-scrollbar-thumb {
      height: 32px; }
    .c-tiendas .buscador-tiendas .list-stores.no-scroll {
      overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      .c-tiendas .buscador-tiendas .list-stores {
        max-height: 575px;
        padding-right: 30px; } }
    .c-tiendas .buscador-tiendas .list-stores__item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 35px;
      cursor: pointer;
      border-bottom: 1px solid #707070;
      padding-bottom: 35px; }
      .c-tiendas .buscador-tiendas .list-stores__item-store h3 {
        color: #C20000;
        font-style: italic;
        font-size: 0.9375rem;
        font-weight: 300; }
        @media only screen and (min-width: 1440px) {
          .c-tiendas .buscador-tiendas .list-stores__item-store h3 {
            font-size: 1.125rem; } }
      .c-tiendas .buscador-tiendas .list-stores__item-top {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .c-tiendas .buscador-tiendas .list-stores__item.store-hidden {
        display: none; }
      .c-tiendas .buscador-tiendas .list-stores__item-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(55% - 30px);
        flex: 1 1 calc(55% - 30px);
        margin-right: 20px; }
        @media only screen and (min-width: 576px) {
          .c-tiendas .buscador-tiendas .list-stores__item-left {
            margin-right: 30px; } }
      .c-tiendas .buscador-tiendas .list-stores__item-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(45% - 30px);
        flex: 1 1 calc(45% - 30px);
        text-align: left;
        position: relative;
        color: #707070;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end; }
        .c-tiendas .buscador-tiendas .list-stores__item-right div.btn-bikes {
          margin-top: 1.25rem;
          background-color: black;
          color: white;
          text-transform: uppercase;
          font-size: 0.875rem;
          font-family: "Roboto Condensed", sans-serif;
          padding: 0.625rem 0.3125rem 0.5rem;
          text-align: center;
          letter-spacing: 1px;
          border-radius: 0.75rem;
          width: 224px;
          font-weight: 500; }
        .c-tiendas .buscador-tiendas .list-stores__item-right div.btn-demo {
          background-color: #CACACA;
          color: white;
          text-transform: uppercase;
          font-size: 0.875rem;
          font-family: "Roboto Condensed", sans-serif;
          padding: 0.625rem 0.3125rem 0.5rem;
          text-align: center;
          letter-spacing: 1px;
          border-radius: 0.75rem;
          width: 224px;
          font-weight: 500; }
        .c-tiendas .buscador-tiendas .list-stores__item-right h3 {
          font-size: 0.9375rem;
          font-weight: 300;
          font-family: "Roboto Condensed", sans-serif;
          text-align: center;
          color: #707070;
          padding: 0.3125rem; }
          @media only screen and (min-width: 1440px) {
            .c-tiendas .buscador-tiendas .list-stores__item-right h3 {
              font-size: 1.125rem; } }
          .c-tiendas .buscador-tiendas .list-stores__item-right h3 span.num_available_bikes {
            font-size: 0.9375rem; }
            @media only screen and (min-width: 1440px) {
              .c-tiendas .buscador-tiendas .list-stores__item-right h3 span.num_available_bikes {
                font-size: 1.125rem; } }
        .c-tiendas .buscador-tiendas .list-stores__item-right h3:nth-child(1) {
          background-color: #F8F8F8;
          color: #444444;
          text-transform: uppercase; }
        .c-tiendas .buscador-tiendas .list-stores__item-right h3.list-stores__select {
          background-color: #CACACA;
          margin: auto 0 0.625rem;
          color: #fff;
          border: 1px solid #707070;
          border-radius: 15px;
          text-transform: uppercase; }
        .c-tiendas .buscador-tiendas .list-stores__item-right h3:nth-child(2) {
          background-color: #CACACA;
          margin: auto 0 0.625rem;
          color: #fff;
          border: 1px solid #707070;
          border-radius: 15px;
          text-transform: uppercase; }
        .c-tiendas .buscador-tiendas .list-stores__item-right span.num_available_bikes {
          background-color: #F8F8F8;
          color: #444444;
          text-transform: uppercase;
          text-align: center;
          font-weight: 300;
          padding: 0.25rem;
          font-size: 0.75rem; }
          @media only screen and (min-width: 1440px) {
            .c-tiendas .buscador-tiendas .list-stores__item-right span.num_available_bikes {
              font-size: 0.8125rem; } }
          .c-tiendas .buscador-tiendas .list-stores__item-right span.num_available_bikes:nth-last-of-type(1) {
            margin-bottom: 0.625rem; }
            @media only screen and (min-width: 1440px) {
              .c-tiendas .buscador-tiendas .list-stores__item-right span.num_available_bikes:nth-last-of-type(1) {
                margin-bottom: 0.875rem; } }
        .c-tiendas .buscador-tiendas .list-stores__item-right .list-stores__punto-test {
          text-transform: uppercase; }
        .c-tiendas .buscador-tiendas .list-stores__item-right .list-stores__punto-list {
          text-transform: uppercase;
          color: #d6d6d6; }
        .c-tiendas .buscador-tiendas .list-stores__item-right p.text-dispo, .c-tiendas .buscador-tiendas .list-stores__item-right #ls_tiendas p.text-dispo, #ls_tiendas .c-tiendas .buscador-tiendas .list-stores__item-right p.text-dispo {
          font-size: 0.6875rem;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          color: #707070; }
          @media only screen and (min-width: 1440px) {
            .c-tiendas .buscador-tiendas .list-stores__item-right p.text-dispo, .c-tiendas .buscador-tiendas .list-stores__item-right #ls_tiendas p.text-dispo, #ls_tiendas .c-tiendas .buscador-tiendas .list-stores__item-right p.text-dispo {
              font-size: 0.75rem; } }
      .c-tiendas .buscador-tiendas .list-stores__item .fa {
        color: #FF0000; }
      .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title, .c-tiendas .buscador-tiendas .list-stores__item #content h2.shop-title, #content .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title, .c-tiendas .buscador-tiendas .list-stores__item .subnavigation-included .main-container #content.content-padding .view h2.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #444444;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 0.625rem;
        text-align: left; }
        @media only screen and (min-width: 1440px) {
          .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title, .c-tiendas .buscador-tiendas .list-stores__item #content h2.shop-title, #content .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title, .c-tiendas .buscador-tiendas .list-stores__item .subnavigation-included .main-container #content.content-padding .view h2.shop-title, .subnavigation-included .main-container #content.content-padding .view .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title {
            font-size: 1.5625rem;
            line-height: 2rem; } }
        .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title img, .c-tiendas .buscador-tiendas .list-stores__item #content h2.shop-title img, #content .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title img, .c-tiendas .buscador-tiendas .list-stores__item .subnavigation-included .main-container #content.content-padding .view h2.shop-title img, .subnavigation-included .main-container #content.content-padding .view .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title img {
          position: absolute;
          left: -28px;
          display: none; }
        .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title.active, .c-tiendas .buscador-tiendas .list-stores__item #content h2.active.shop-title, #content .c-tiendas .buscador-tiendas .list-stores__item h2.active.shop-title {
          color: #FF0000; }
          .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title.active img, .c-tiendas .buscador-tiendas .list-stores__item #content h2.active.shop-title img, #content .c-tiendas .buscador-tiendas .list-stores__item h2.active.shop-title img {
            display: block;
            max-width: 10px;
            left: -11px;
            top: 2px; }
            @media only screen and (min-width: 1024px) {
              .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title.active img, .c-tiendas .buscador-tiendas .list-stores__item #content h2.active.shop-title img, #content .c-tiendas .buscador-tiendas .list-stores__item h2.active.shop-title img {
                max-width: 17px;
                left: -30px; } }
            @media only screen and (min-width: 1440px) {
              .c-tiendas .buscador-tiendas .list-stores__item h2.shop-title.active img, .c-tiendas .buscador-tiendas .list-stores__item #content h2.active.shop-title img, #content .c-tiendas .buscador-tiendas .list-stores__item h2.active.shop-title img {
                max-width: 22px;
                left: -30px; } }
      .c-tiendas .buscador-tiendas .list-stores__item .shop-address, .c-tiendas .buscador-tiendas .list-stores__item #ls_tiendas p.shop-address, #ls_tiendas .c-tiendas .buscador-tiendas .list-stores__item p.shop-address, .c-tiendas .buscador-tiendas .list-stores__item #ls_tiendas p.shop-address__left, #ls_tiendas .c-tiendas .buscador-tiendas .list-stores__item p.shop-address__left {
        font-size: 0.9375rem;
        line-height: 1.25rem;
        color: #444444;
        display: block;
        text-align: left; }
        @media only screen and (min-width: 1440px) {
          .c-tiendas .buscador-tiendas .list-stores__item .shop-address, .c-tiendas .buscador-tiendas .list-stores__item #ls_tiendas p.shop-address, #ls_tiendas .c-tiendas .buscador-tiendas .list-stores__item p.shop-address, .c-tiendas .buscador-tiendas .list-stores__item #ls_tiendas p.shop-address__left, #ls_tiendas .c-tiendas .buscador-tiendas .list-stores__item p.shop-address__left {
            font-size: 1.125rem;
            line-height: 1.5625rem; } }
        .c-tiendas .buscador-tiendas .list-stores__item .shop-address__left {
          text-align: left; }
        .c-tiendas .buscador-tiendas .list-stores__item .shop-address__right {
          margin-left: 0;
          display: block; }
          .c-tiendas .buscador-tiendas .list-stores__item .shop-address__right .list-stores__punto-list {
            font-size: 0.9375rem;
            line-height: 1.125rem;
            text-transform: uppercase;
            text-align: left;
            color: #d6d6d6; }
            @media only screen and (min-width: 1440px) {
              .c-tiendas .buscador-tiendas .list-stores__item .shop-address__right .list-stores__punto-list {
                font-size: 1.125rem;
                line-height: 1.5625rem; } }
      .c-tiendas .buscador-tiendas .list-stores__item .shop-link {
        font-size: 0.9375rem;
        line-height: 1.125rem;
        color: #444444;
        text-decoration: underline;
        text-transform: uppercase;
        text-align: left;
        display: block; }
        @media only screen and (min-width: 1440px) {
          .c-tiendas .buscador-tiendas .list-stores__item .shop-link {
            font-size: 1.25rem;
            line-height: 1.625rem; } }
  .c-tiendas .buscador-tiendas .store__bottom {
    margin-bottom: 1.25rem; }

#product_related h1.c-main__header-title {
  font-family: "Roboto Condensed Light", sans-serif;
  color: #707070;
  font-weight: bold;
  font-size: 3.125rem;
  margin: 0 0 2.75rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 6px; }
  @media only screen and (min-width: 1024px) {
    #product_related h1.c-main__header-title {
      font-size: 90px;
      letter-spacing: 9px;
      line-height: 1.0em;
      margin-bottom: 2.75rem; } }

#product_related .c-main__header--title-container h1.c-main__header-title {
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 1024px) {
    #product_related .c-main__header--title-container h1.c-main__header-title {
      margin-bottom: 1rem; } }

#nueva-solicitud {
  display: none;
  background: white;
  min-height: 500px;
  z-index: 1123;
  overflow-y: auto;
  max-height: 500px;
  padding-top: 0 !important;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #nueva-solicitud .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: black;
    border-radius: 50%; }
  @media only screen and (min-width: 1440px) {
    #nueva-solicitud {
      min-height: 550px; } }
  @media only screen and (min-width: 1700px) {
    #nueva-solicitud {
      min-height: 700px;
      max-width: 80.5rem;
      left: 50%; } }
  #nueva-solicitud .header {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 1.25rem;
    margin-top: 30px; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud .header {
        margin-left: 15px;
        margin-top: 40px; } }
    @media only screen and (min-width: 1248px) {
      #nueva-solicitud .header {
        margin-left: 65px;
        margin-top: 50px; } }
    #nueva-solicitud .header .cross {
      position: absolute;
      right: 0.625rem;
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 100;
      cursor: pointer; }
    #nueva-solicitud .header .title {
      font-size: 1.5rem;
      color: #000;
      letter-spacing: 1.25px;
      line-height: 1.9375rem;
      border-bottom: 1px solid #CACACA;
      padding-bottom: 0.25rem;
      margin-bottom: 0.25rem;
      font-weight: 500; }
    #nueva-solicitud .header .breadcrumb {
      color: #CACACA;
      font-size: 1.25rem;
      font-weight: 500;
      display: block; }
  @media only screen and (min-width: 480px) {
    #nueva-solicitud .question_padding {
      padding: 0 20px; } }
  @media only screen and (min-width: 768px) {
    #nueva-solicitud .question_padding {
      padding: 0 40px; } }
  @media only screen and (min-width: 1024px) {
    #nueva-solicitud .list {
      margin-left: 15px; } }
  @media only screen and (min-width: 1248px) {
    #nueva-solicitud .list {
      margin-left: 65px; } }
  #nueva-solicitud .list p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CACACA;
    margin: 1.125rem 0; }
  #nueva-solicitud .list .bike {
    margin: 0 1rem;
    max-width: 412px; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud .list .bike {
        margin: 0 1.5rem; } }
    @media only screen and (min-width: 1248px) {
      #nueva-solicitud .list .bike {
        margin: 0 2.3125rem; } }
    #nueva-solicitud .list .bike-img {
      position: relative;
      width: 100%;
      height: 300px;
      border: 1px solid #707070; }
      #nueva-solicitud .list .bike-img:hover .div-texts {
        background-color: rgba(0, 0, 0, 0.25); }
        #nueva-solicitud .list .bike-img:hover .div-texts .div-button {
          opacity: 1; }
      #nueva-solicitud .list .bike-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      #nueva-solicitud .list .bike-img .div-texts {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.9375rem 1.5625rem;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #nueva-solicitud .list .bike-img .div-texts .list-sizes {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-column-gap: 0.4375rem;
          column-gap: 0.4375rem; }
          #nueva-solicitud .list .bike-img .div-texts .list-sizes .size {
            font-size: 0.9375rem;
            line-height: 1.25rem;
            text-transform: uppercase;
            color: white;
            background-color: black;
            border-radius: 0.9375rem;
            padding: 0.3125rem 0.9375rem; }
        #nueva-solicitud .list .bike-img .div-texts .div-button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          #nueva-solicitud .list .bike-img .div-texts .div-button button {
            font-size: 1.25rem;
            line-height: 1.625rem;
            text-transform: uppercase;
            color: white;
            background-color: black;
            border-radius: 0.9375rem;
            padding: 0.3125rem 0.9375rem; }
    #nueva-solicitud .list .bike-model {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      text-align: center;
      margin: 1.25rem 0 0;
      font-weight: 500;
      color: #000; }
    #nueva-solicitud .list .bike-name {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      text-align: center;
      margin: 0 0 2.5rem;
      font-weight: 500;
      color: #000; }
  #nueva-solicitud .button-selectOtherShop {
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud .button-selectOtherShop {
        margin-left: 15px; } }
    @media only screen and (min-width: 1248px) {
      #nueva-solicitud .button-selectOtherShop {
        margin-left: 65px; } }
  #nueva-solicitud .prev-button {
    background-color: #CACACA;
    margin: 0.625rem 0;
    color: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 0.5625rem 0.75rem;
    text-transform: uppercase;
    min-width: 218px;
    min-height: 44px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud .prev-button {
        font-size: 1.125rem; } }
  #nueva-solicitud .next-button {
    background-color: black;
    margin: 0.625rem 0;
    color: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 0.5625rem 0.75rem;
    text-transform: uppercase;
    min-width: 218px;
    min-height: 44px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud .next-button {
        font-size: 1.125rem; } }
  #nueva-solicitud .imgSaddle {
    display: none;
    -webkit-transition: all 3ms ease-in;
    -o-transition: all 3ms ease-in;
    transition: all 3ms ease-in; }
    #nueva-solicitud .imgSaddle.show {
      display: block; }
    #nueva-solicitud .imgSaddle .container-img-bike {
      background-color: #CACACA;
      border-radius: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 2rem 0 2.5rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px 10px; }
      @media only screen and (min-width: 640px) {
        #nueva-solicitud .imgSaddle .container-img-bike {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0; } }
      #nueva-solicitud .imgSaddle .container-img-bike .container-img {
        height: auto;
        max-width: 220px;
        margin-bottom: 0.25rem; }
        @media only screen and (min-width: 480px) {
          #nueva-solicitud .imgSaddle .container-img-bike .container-img {
            height: auto;
            max-width: 317px; } }
        @media only screen and (min-width: 576px) {
          #nueva-solicitud .imgSaddle .container-img-bike .container-img {
            margin-right: 1rem; } }
        #nueva-solicitud .imgSaddle .container-img-bike .container-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      #nueva-solicitud .imgSaddle .container-img-bike .text-saddle {
        color: #707070;
        font-size: 0.9375rem;
        line-height: 1.25rem;
        letter-spacing: 0.75px;
        max-width: 220px; }
  #nueva-solicitud p.text-label {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 0.25rem; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud p.text-label {
        font-size: 1.125rem; } }
  #nueva-solicitud .form_group .input_container {
    position: relative;
    margin: 0.75rem auto;
    text-align: left; }
    #nueva-solicitud .form_group .input_container input:not([type='checkbox']),
    #nueva-solicitud .form_group .input_container select {
      height: 44px;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: #707070;
      background-color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      border-radius: 15px;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      padding: 0 0.75rem; }
    #nueva-solicitud .form_group .input_container input[type="checkbox"] + label {
      font-size: 0.9375rem;
      font-weight: 300;
      color: #000;
      padding-bottom: 0.25rem; }
      @media only screen and (min-width: 1024px) {
        #nueva-solicitud .form_group .input_container input[type="checkbox"] + label {
          font-size: 1.125rem; } }
    #nueva-solicitud .form_group .input_container textarea {
      font-size: 1.25rem;
      font-weight: 400;
      color: #707070;
      background-color: #F2F1F1;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      border-radius: 15px;
      min-height: 86px;
      padding: 0.5rem 1rem; }
    #nueva-solicitud .form_group .input_container input[type="datetime-local"]::-webkit-input-placeholder {
      color: #CACACA; }
    #nueva-solicitud .form_group .input_container input[type="datetime-local"]:-ms-input-placeholder {
      color: #CACACA; }
    #nueva-solicitud .form_group .input_container input[type="datetime-local"]::-ms-input-placeholder {
      color: #CACACA; }
    #nueva-solicitud .form_group .input_container input[type="datetime-local"]::placeholder {
      color: #CACACA; }
    #nueva-solicitud .form_group .input_container input[type='checkbox'] {
      margin: 0.25rem 0 0; }
      @media only screen and (min-width: 1024px) {
        #nueva-solicitud .form_group .input_container input[type='checkbox'] {
          margin: 0.5rem 0 0; } }
    #nueva-solicitud .form_group .input_container .fa {
      position: absolute;
      text-align: center;
      line-height: 30px;
      font-size: 18px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      top: 50%;
      right: -20px; }
      #nueva-solicitud .form_group .input_container .fa.fa-times {
        color: red; }
      #nueva-solicitud .form_group .input_container .fa.fa-check {
        color: green; }
      #nueva-solicitud .form_group .input_container .fa.fa-exclamation-circle {
        opacity: 1;
        visibility: visible;
        color: #CACACA;
        font-size: 30px;
        right: -30px;
        cursor: pointer; }
  #nueva-solicitud .form_group.error .input_container .fa-times,
  #nueva-solicitud .form_group.success .input_container .fa-check {
    opacity: 1;
    visibility: visible; }
  #nueva-solicitud .form_group.form-checkbox .input_container {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  #nueva-solicitud .g-recaptcha {
    text-align: center;
    margin-top: 30px; }
  #nueva-solicitud .block_question .container-buttons {
    text-align: center;
    margin: 40px 0 30px; }
    @media only screen and (min-width: 640px) {
      #nueva-solicitud .block_question .container-buttons .prev-button {
        margin-right: 50px; } }
  #nueva-solicitud .block_question .div-buttons {
    text-align: center; }
    @media only screen and (min-width: 640px) {
      #nueva-solicitud .block_question .div-buttons .prev-button {
        margin-right: 50px; } }
  #nueva-solicitud .block_question .question.slick-slide {
    border: 1px solid #707070;
    border-radius: 47px;
    padding: 1.25rem 2rem;
    text-align: center; }
    #nueva-solicitud .block_question .question.slick-slide .input_container__label {
      color: #444444;
      font-size: 1rem;
      line-height: 1.875rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        #nueva-solicitud .block_question .question.slick-slide .input_container__label {
          font-size: 1.125rem; } }
      #nueva-solicitud .block_question .question.slick-slide .input_container__label span {
        display: block;
        color: #858282;
        font-size: 0.9375rem; }
        @media only screen and (min-width: 992px) {
          #nueva-solicitud .block_question .question.slick-slide .input_container__label span {
            font-size: 1rem; } }
    #nueva-solicitud .block_question .question.slick-slide .input_container.input_container--select {
      max-width: 720px; }
  #nueva-solicitud .block_question .text-form {
    position: relative;
    margin-top: 2.5rem; }
    #nueva-solicitud .block_question .text-form .text {
      color: #858282;
      font-size: 1.125rem;
      line-height: 2rem;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        #nueva-solicitud .block_question .text-form .text {
          font-size: 1.25rem; } }
      #nueva-solicitud .block_question .text-form .text.light {
        font-weight: 300; }
    #nueva-solicitud .block_question .text-form.text-end {
      margin: 2.5rem 0; }
    #nueva-solicitud .block_question .text-form span.fa-print {
      position: absolute;
      top: -2.5rem;
      font-size: 2rem;
      cursor: pointer;
      right: calc(50% - 1.5rem);
      display: none; }
      @media only screen and (min-width: 576px) {
        #nueva-solicitud .block_question .text-form span.fa-print {
          right: 0.5rem;
          display: block; } }
      @media only screen and (min-width: 640px) {
        #nueva-solicitud .block_question .text-form span.fa-print {
          top: 0; } }
  #nueva-solicitud .block_question .block_question_reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      #nueva-solicitud .block_question .block_question_reservation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #nueva-solicitud .block_question .block_question_reservation .container-bike {
      text-align: center; }
      #nueva-solicitud .block_question .block_question_reservation .container-bike .container-img-bike {
        max-width: 396px;
        max-height: 234px;
        width: 280px;
        height: auto; }
        @media only screen and (min-width: 480px) {
          #nueva-solicitud .block_question .block_question_reservation .container-bike .container-img-bike {
            width: 396px; } }
        #nueva-solicitud .block_question .block_question_reservation .container-bike .container-img-bike img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      #nueva-solicitud .block_question .block_question_reservation .container-bike .text {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        margin-top: 2.25rem; }
        @media only screen and (min-width: 1024px) {
          #nueva-solicitud .block_question .block_question_reservation .container-bike .text {
            font-size: 1.25rem;
            line-height: 1.6875rem; } }
  @media only screen and (min-width: 1024px) {
    #nueva-solicitud .process {
      padding-left: 15px; } }
  @media only screen and (min-width: 1248px) {
    #nueva-solicitud .process {
      padding-left: 65px; } }

.sideMenuFilters.hide {
  display: none; }

#product_related .block_question .slick-slider {
  border-bottom: 0 !important; }

/*Página de gracias embajadores*/
#page-thanks-ambassador.page-thanks-ambassador {
  font-family: "Roboto Condensed", sans-serif;
  min-height: 100vh;
  margin-top: -10rem;
  padding: 2rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FCF9F4; }
  #page-thanks-ambassador.page-thanks-ambassador .container-text {
    max-width: 1370px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #page-thanks-ambassador.page-thanks-ambassador .container-text h2 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 40px;
      letter-spacing: 1.2px;
      text-align: center;
      max-width: 700px;
      line-height: 46px; }
      @media only screen and (min-width: 1024px) {
        #page-thanks-ambassador.page-thanks-ambassador .container-text h2 {
          font-size: 50px;
          line-height: 56px;
          margin-bottom: 1.5rem; } }
    #page-thanks-ambassador.page-thanks-ambassador .container-text p {
      max-width: 700px;
      font-size: 1.125rem;
      font-weight: 300;
      margin: 0 0 1rem;
      text-align: center;
      line-height: 1.75rem; }
      @media only screen and (min-width: 1024px) {
        #page-thanks-ambassador.page-thanks-ambassador .container-text p {
          font-size: 1.5rem;
          margin: 0 0 1.5rem;
          text-align: center;
          line-height: 2rem; } }
      #page-thanks-ambassador.page-thanks-ambassador .container-text p strong {
        font-weight: 500; }
      #page-thanks-ambassador.page-thanks-ambassador .container-text p span {
        font-weight: 500;
        font-size: 40px;
        letter-spacing: 1.2px;
        text-align: center;
        line-height: 46px;
        display: block;
        margin-bottom: 1.25rem; }
        @media only screen and (min-width: 1024px) {
          #page-thanks-ambassador.page-thanks-ambassador .container-text p span {
            font-size: 50px;
            line-height: 56px; } }
    #page-thanks-ambassador.page-thanks-ambassador .container-text .btn {
      margin-top: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (min-width: 1024px) {
        #page-thanks-ambassador.page-thanks-ambassador .container-text .btn {
          margin-top: 1rem;
          font-size: 1.25rem;
          height: 38px; } }

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px; }
  .c-pagination > a, .c-pagination > span {
    margin-right: 3px; }
  .c-pagination .paginaactiva {
    padding: 7px 12px;
    border: 1px solid #cd202c;
    background: #cd202c;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    min-width: 35px;
    display: inline-block; }
  .c-pagination .enlacepag {
    padding: 7px 12px;
    border: 1px solid #d6d6d6;
    min-width: 35px;
    display: inline-block; }
    .c-pagination .enlacepag:hover {
      background: #d6d6d6;
      color: #000; }
    .c-pagination .enlacepag .fa {
      vertical-align: middle;
      color: #000; }
  .c-pagination .pag-inactivo .fa {
    color: #d6d6d6;
    vertical-align: middle; }
  .c-pagination .pag-inactivo.prev, .c-pagination .pag-inactivo.next {
    padding: 7px 12px;
    border: 1px solid #d6d6d6;
    min-width: 35px;
    display: inline-block; }

.c-search {
  background: #eee;
  padding: 60px; }
  .c-search-close {
    width: 30px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer; }
    @media only screen and (min-width: 1024px) {
      .c-search-close {
        width: 22px; } }
  .c-search-title, #content h2.c-search-title {
    font-weight: 300;
    color: #393939;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1024px) {
      .c-search-title, #content h2.c-search-title {
        font-size: 80px;
        line-height: 70px;
        margin-bottom: 40px; } }
  .c-search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-search__top img {
      margin-right: 20px;
      max-width: 35px; }
      @media only screen and (min-width: 1024px) {
        .c-search__top img {
          max-width: 50px; } }
  .c-search--float {
    position: fixed;
    right: 0;
    z-index: 2;
    top: 4.5rem;
    max-width: 550px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 100vh; }
    @media only screen and (max-width: 767px) {
      .c-search--float {
        max-width: 100%;
        height: 100vh; } }
    .c-search--float.open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .c-search--float .add_bikes {
      margin: 0 auto;
      max-width: 300px;
      width: 100%; }
      .c-search--float .add_bikes td {
        padding: 0; }
        .c-search--float .add_bikes td select {
          margin-bottom: 15px; }
      .c-search--float .add_bikes tr {
        background: transparent; }
      .c-search--float .add_bikes select {
        background: #fff; }
        .c-search--float .add_bikes select:hover {
          background: #fff; }
    .c-search--float .c-search__bottom {
      max-width: 300px;
      width: 100%;
      margin: 0 auto; }
      .c-search--float .c-search__bottom select {
        height: 2.3125rem; }

.ui-datepicker {
  border-radius: 0; }
  .ui-datepicker-header {
    border-radius: 0; }
  .ui-datepicker-calendar thead {
    background: #fff; }
  .ui-datepicker-calendar tbody .ui-state-default {
    background: #fff;
    font-weight: 300;
    color: #707070;
    border-color: transparent; }
    .ui-datepicker-calendar tbody .ui-state-default.ui-state-highlight {
      border-color: #cd202c; }
    .ui-datepicker-calendar tbody .ui-state-default.ui-state-active {
      background: #cd202c;
      color: #fff;
      font-weight: 500; }

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px; }
  .c-pagination > a, .c-pagination > span {
    margin-right: 3px; }
  .c-pagination .paginaactiva {
    padding: 7px 12px;
    border: 1px solid #cd202c;
    background: #cd202c;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    min-width: 35px;
    display: inline-block; }
  .c-pagination .enlacepag {
    padding: 7px 12px;
    border: 1px solid #d6d6d6;
    min-width: 35px;
    display: inline-block; }
    .c-pagination .enlacepag:hover {
      background: #d6d6d6;
      color: #000; }
    .c-pagination .enlacepag .fa {
      vertical-align: middle;
      color: #000; }
  .c-pagination .pag-inactivo .fa {
    color: #d6d6d6;
    vertical-align: middle; }
  .c-pagination .pag-inactivo.prev, .c-pagination .pag-inactivo.next {
    padding: 7px 12px;
    border: 1px solid #d6d6d6;
    min-width: 35px;
    display: inline-block; }

.c-fieldset {
  margin-bottom: 15px; }
  .c-fieldset-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    padding-left: 14px;
    margin-bottom: 15px;
    text-align: left; }
    .c-fieldset-title:before {
      content: '';
      width: 9px;
      height: 35px;
      background: #cd202c;
      -webkit-transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
      -ms-transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
      transform: scale(0.7) translate(8px, 1px) skew(-19deg, 0deg);
      position: absolute;
      top: -3px;
      left: 0; }
    .c-fieldset-title--small {
      font-size: 21px;
      line-height: 33px; }
  .c-fieldset--mb {
    margin-bottom: 45px; }

.filters-demo-bikes .c-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filters-demo-bikes .c-fieldset .btn-black.js-reset-filters {
    margin: 0 0 1rem; }

.c-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1024px) {
    .c-form-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-form-flex--checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .c-form-flex--checkbox-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .c-form-flex .custom-combobox {
    margin-bottom: 1rem; }
  .c-form-flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.c-label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  margin-right: 10px;
  color: #707070;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem; }
  .c-label--inline {
    display: inline-block; }
  .c-label--up {
    width: 100%;
    margin-bottom: 5px; }

input[type=text],
textarea,
input,
.c-input {
  border-color: #D8D3D7;
  -webkit-box-shadow: none;
  box-shadow: none; }
  input[type=text].c-input,
  textarea.c-input,
  input.c-input,
  .c-input.c-input {
    -webkit-box-shadow: none;
    box-shadow: none; }
    input[type=text].c-input--inline,
    textarea.c-input--inline,
    input.c-input--inline,
    .c-input.c-input--inline {
      display: inline-block; }
  input[type=text].cliente-final,
  textarea.cliente-final,
  input.cliente-final,
  .c-input.cliente-final {
    border-style: solid;
    border-width: 1px;
    padding: 3px; }
  input[type=text].su-referencia,
  textarea.su-referencia,
  input.su-referencia,
  .c-input.su-referencia {
    border-style: solid;
    border-width: 1px;
    padding: 3px; }

input[type=checkbox].c-input--checkbox,
input[type=radio].c-input--checkbox {
  margin: 0;
  min-width: 27px;
  min-height: 27px;
  margin-bottom: 1rem;
  border-color: #D8D3D7; }
  input[type=checkbox].c-input--checkbox + label,
  input[type=radio].c-input--checkbox + label {
    margin-bottom: 1rem; }

.c-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1rem; }
  .c-input--inline {
    display: inline-block; }
  .c-input--date {
    position: relative; }
    .c-input--date span {
      position: absolute;
      font-size: 15px;
      color: #707070;
      right: 8px;
      top: 7px; }
  .c-input_wrapper {
    width: 100%;
    position: relative; }
  .c-input[readonly] {
    color: #707070;
    background-color: #eee; }

.c-select {
  position: relative;
  width: 100%;
  margin-bottom: 1rem; }
  .c-select select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #D8D3D7;
    background: none;
    margin: 0;
    height: 27px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    padding: 3px 5px;
    cursor: pointer; }
    .c-select select:focus {
      background: transparent;
      outline: none; }
    .c-select select:hover {
      background: transparent; }
  .c-select::before {
    content: '>';
    font-size: 28px;
    color: #707070;
    position: absolute;
    right: 16px;
    top: 25%;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    font-weight: 100;
    pointer-events: none; }

.referencia_autosuggest {
  display: none;
  width: 100%;
  max-height: 12.5rem;
  position: absolute;
  background: white;
  border: 1px solid #D8D3D7;
  overflow: auto;
  padding: 0.5rem 0;
  margin-top: calc(-1.0625rem);
  z-index: 1; }
  .referencia_autosuggest p {
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    cursor: pointer; }
    .referencia_autosuggest p:hover {
      color: white;
      background-color: black; }

.nserie_autosuggest {
  display: none;
  width: 100%;
  max-height: 12.5rem;
  position: absolute;
  background: white;
  border: 1px solid #D8D3D7;
  overflow: auto;
  padding: 0.5rem 0;
  margin-top: calc(-1.0625rem);
  z-index: 1; }
  .nserie_autosuggest p, .nserie_autosuggest span {
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    cursor: pointer; }
    .nserie_autosuggest p:hover, .nserie_autosuggest span:hover {
      color: white;
      background-color: black; }

.form-posventa-b2b {
  width: 100%;
  margin: 30px auto 0; }

.select2-search--dropdown {
  display: block !important; }

.select2-search__field {
  border-color: #ccc !important;
  margin-bottom: 0 !important; }

.select2-results__option {
  color: #000; }

.select2-container--default .select2-results > .select2-results__options {
  border: 1px solid black; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #aaa;
  background: white; }
  .select2-container--open .select2-dropdown--below .select2-results > .select2-results__options {
    border: none; }

.form-control--line {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .850rem;
  font-weight: 400;
  color: #030303; }

.c-date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem; }
  .c-date-range div {
    width: calc(50% - 4.5px); }
  .c-date-range input[readonly] {
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #D8D3D7;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .813rem;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 1440px) {
      .c-date-range input[readonly] {
        min-width: 140px; } }
  .c-date-range span {
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 15px;
    width: auto; }

.orders {
  max-width: 1550px; }
  .orders .c-main__header-title,
  .orders #content .c-main__header-title, #content .orders .c-main__header-title {
    max-width: 100%;
    color: #707070;
    font-family: 'Roboto Condensed Light', 'sans-serif';
    font-weight: bold;
    letter-spacing: 5px; }
    @media only screen and (min-width: 1700px) {
      .orders .c-main__header-title,
      .orders #content .c-main__header-title, #content .orders .c-main__header-title {
        font-size: 90px;
        letter-spacing: 9px; } }
  .orders .c-form-flex {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .orders .c-form-flex--checkbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .orders .c-form-flex--checkbox .o-checkbox {
      min-width: 50%;
      margin-bottom: 10px; }
  @media only screen and (min-width: 1440px) {
    .orders .u-table-responsive {
      overflow: initial; } }

.c-detailcentral-text {
  font-size: 1rem;
  color: #707070;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  max-width: 167px; }
  @media only screen and (min-width: 1024px) {
    .c-detailcentral-text {
      font-size: 1.35rem;
      line-height: 32px; } }
  @media only screen and (min-width: 1248px) {
    .c-detailcentral-text {
      max-width: 367px; } }
  .c-detailcentral-text.bold {
    font-weight: 700; }

.c-detailcentral-img {
  max-width: 200px;
  margin-right: 33px; }
  @media only screen and (min-width: 1024px) {
    .c-detailcentral-img {
      max-width: 480px; } }

.c-detailcentral__left, .c-detailcentral__right {
  width: 100%;
  margin-bottom: 70px; }
  @media only screen and (min-width: 1024px) {
    .c-detailcentral__left, .c-detailcentral__right {
      margin-bottom: 150px; } }

.c-detailcentral__right .c-detailcentral-img {
  max-width: 215px;
  margin-left: 30px;
  margin-right: -15px; }
  @media only screen and (min-width: 1024px) {
    .c-detailcentral__right .c-detailcentral-img {
      max-width: 766px; } }

.c-detailcentral__right .c-detailcentral-text {
  font-size: 1.6875rem;
  line-height: 35px;
  max-width: 124px; }
  @media only screen and (min-width: 1024px) {
    .c-detailcentral__right .c-detailcentral-text {
      font-size: 2.8125rem;
      line-height: 55px;
      max-width: 280px; } }

.c-detailcentral__left .o-aspect-ratio {
  max-width: calc(480px / 2);
  max-height: calc(600px / 2);
  margin-right: 20px; }
  @media only screen and (min-width: 1248px) {
    .c-detailcentral__left .o-aspect-ratio {
      max-width: calc(480px / 1.25);
      max-height: calc(600px / 1.25); } }
  @media only screen and (min-width: 1600px) {
    .c-detailcentral__left .o-aspect-ratio {
      max-width: 480px;
      max-height: 600px; } }

.c-detailcentral__right .o-aspect-ratio {
  max-width: calc(766px / 2);
  max-height: calc(700px / 2);
  margin-left: 20px;
  margin-right: -15px; }
  @media only screen and (min-width: 1248px) {
    .c-detailcentral__right .o-aspect-ratio {
      max-width: calc(766px / 1.25);
      max-height: calc(700px / 1.25); } }
  @media only screen and (min-width: 1600px) {
    .c-detailcentral__right .o-aspect-ratio {
      max-width: 766px;
      max-height: 700px; } }

.c-detailcentral-video {
  max-width: 60%; }
  @media only screen and (min-width: 1024px) {
    .c-detailcentral-video {
      max-width: 500px; } }
  @media only screen and (min-width: 1248px) {
    .c-detailcentral-video {
      max-width: 700px; } }

.c-separata {
  padding: 30px 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .c-separata {
      padding: 70px 0; } }
  .c-separata-title {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 4px;
    color: #707070;
    margin-bottom: 15px;
    font-weight: bold; }
    @media only screen and (min-width: 1024px) {
      .c-separata-title {
        font-size: 50px;
        margin-bottom: 30px; } }
  .c-separata-subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #707070;
    font-weight: 300; }
    @media only screen and (min-width: 1024px) {
      .c-separata-subtitle {
        font-size: 25px; } }

.c-zigzag {
  max-width: 900px;
  width: 95%;
  margin: 50px auto; }
  @media only screen and (min-width: 1248px) {
    .c-zigzag {
      max-width: 95%; } }
  @media only screen and (min-width: 1024px) {
    .c-zigzag {
      margin-bottom: 100px; } }
  .c-zigzag .c-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media only screen and (max-width: 639px) {
      .c-zigzag .c-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .c-zigzag__left {
    margin-bottom: 20px; }
    .c-zigzag__left .o-aspect-ratio {
      max-width: calc(845px / 3);
      max-height: calc(754px / 3); }
      @media only screen and (max-width: 639px) {
        .c-zigzag__left .o-aspect-ratio {
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 640px) {
        .c-zigzag__left .o-aspect-ratio {
          margin-right: 30px; } }
      @media only screen and (min-width: 992px) {
        .c-zigzag__left .o-aspect-ratio {
          max-width: calc(845px / 2);
          max-height: calc(754px / 2); } }
      @media only screen and (min-width: 1440px) {
        .c-zigzag__left .o-aspect-ratio {
          max-width: calc(845px / 1.25);
          max-height: calc(754px / 1.25);
          margin-right: 91px; } }
      @media only screen and (min-width: 1600px) {
        .c-zigzag__left .o-aspect-ratio {
          max-width: 845px;
          max-height: 754px; } }
    @media only screen and (max-width: 639px) {
      .c-zigzag__left .c-detailcentral-text {
        margin-left: auto;
        max-width: 70%;
        text-align: right; } }
    @media only screen and (max-width: 1247px) {
      .c-zigzag__left .c-detailcentral-text {
        max-width: 263px;
        padding: 30px 0;
        -ms-flex-item-align: start;
        align-self: flex-start; } }
  @media only screen and (max-width: 1247px) {
    .c-zigzag__right {
      margin-top: -30px; } }
  @media only screen and (min-width: 992px) {
    .c-zigzag__right {
      margin-top: -80px; } }
  @media only screen and (min-width: 1600px) {
    .c-zigzag__right {
      margin-top: -80px; } }
  .c-zigzag__right .o-aspect-ratio {
    max-width: calc(845px / 3);
    max-height: calc(600px / 3); }
    @media only screen and (max-width: 639px) {
      .c-zigzag__right .o-aspect-ratio {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 640px) {
      .c-zigzag__right .o-aspect-ratio {
        margin-left: 30px; } }
    @media only screen and (min-width: 992px) {
      .c-zigzag__right .o-aspect-ratio {
        max-width: calc(845px / 2);
        max-height: calc(600px / 2); } }
    @media only screen and (min-width: 1440px) {
      .c-zigzag__right .o-aspect-ratio {
        max-width: calc(845px / 1.25);
        max-height: calc(600px / 1.25); } }
    @media only screen and (min-width: 1600px) {
      .c-zigzag__right .o-aspect-ratio {
        max-width: 845px;
        max-height: 600px; } }
  @media only screen and (max-width: 639px) {
    .c-zigzag__right .c-detailcentral-text {
      margin-right: auto;
      max-width: 70%; } }
  @media only screen and (max-width: 1439px) {
    .c-zigzag__right .c-detailcentral-text {
      max-width: 263px;
      padding: 30px 0;
      -ms-flex-item-align: end;
      align-self: flex-end; } }

.c-slider-product {
  margin: 0 auto 15px !important;
  max-width: 320px;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .c-slider-product {
      max-width: 500px; } }
  @media only screen and (min-width: 1024px) {
    .c-slider-product {
      max-width: 450px; } }
  @media only screen and (min-width: 1248px) {
    .c-slider-product {
      max-width: 760px;
      margin: 0 auto 30px !important; } }
  .c-slider-product .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-slider-product .slick-track img {
      margin: 0 auto;
      max-height: 36vw; }
      @media only screen and (min-width: 768px) {
        .c-slider-product .slick-track img {
          max-height: 19.5vw; } }

.slide-arrow {
  background: transparent;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slide-arrow span {
    border: solid #707070;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px; }
    @media only screen and (max-width: 767px) {
      .slide-arrow span {
        padding: 4px; } }
  .slide-arrow.prev-arrow {
    left: 0; }
    @media only screen and (max-width: 767px) {
      .slide-arrow.prev-arrow {
        left: 3px; } }
    .slide-arrow.prev-arrow span {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .slide-arrow.next-arrow {
    right: 0; }
    @media only screen and (max-width: 767px) {
      .slide-arrow.next-arrow {
        right: 3px; } }
    .slide-arrow.next-arrow span {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .slide-arrow.slick-disabled span {
    border-color: #dfdfdf; }
  .slide-arrow:focus, .slide-arrow:hover {
    background: none; }

.c-accordion__item {
  margin-bottom: 20px;
  padding: 0 .5rem; }
  @media only screen and (max-width: 991px) {
    .c-accordion__item {
      padding: 0; } }
  .c-accordion__item:last-child {
    margin-bottom: 10px; }

.c-accordion__title {
  font-size: 1rem;
  line-height: 20px;
  color: #707070;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer; }
  @media only screen and (max-width: 991px) {
    .c-accordion__title {
      font-weight: 300; } }

.c-accordion__descr {
  padding: 15px 25px; }
  .c-accordion__descr--nopad {
    padding: 0;
    text-align: center; }
    .c-accordion__descr--nopad img {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; }

.accord-content {
  display: none; }

.c-footer-float {
  width: 100%;
  background: #fff;
  border-top: 1px solid #707070;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0; }
  .c-footer-float__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px; }
    @media only screen and (min-width: 1024px) {
      .c-footer-float__content {
        padding: 18px; } }
    @media only screen and (min-width: 1440px) {
      .c-footer-float__content {
        padding: 18px 0; } }
  @media only screen and (max-width: 767px) {
    .c-footer-float__info {
      width: 100%;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-footer-float__info p {
    text-align: center; }
    .c-footer-float__info p:nth-child(2) {
      font-weight: bold; }

.buscando {
  position: fixed;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-spinner {
  width: 100%;
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .c-spinner__item {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(205, 32, 44, 0.3);
    border-radius: 50%;
    border-top-color: #cd202c;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 2000; }
  .c-spinner--full {
    position: fixed;
    left: 0;
    height: 100vh;
    top: 0;
    z-index: 99999;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .c-spinner--full .c-spinner__item {
      position: absolute;
      top: 50%;
      width: 55px;
      height: 55px;
      border-width: 7px; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

.grid-images {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 900px;
  height: 100vh;
  padding: 2px 0;
  margin: 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .grid-images {
      height: auto;
      padding: 0;
      background-color: #000; } }
  .grid-images a, .grid-images img {
    width: 100% !important;
    height: 100% !important;
    display: block; }
    @media only screen and (max-width: 767px) {
      .grid-images a, .grid-images img {
        width: auto !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .grid-images img {
      height: auto !important; } }
  .grid-images-left, .grid-images-right {
    width: calc(50% - 2px);
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 991px) {
      .grid-images-left, .grid-images-right {
        width: 100%; } }
  .grid-images-left_top, .grid-images-left_bottom {
    width: 100%;
    clear: both;
    overflow: hidden; }
  .grid-images-left_top {
    height: calc(70% - 6px);
    margin-bottom: 3px; }
    @media only screen and (max-width: 767px) {
      .grid-images-left_top {
        margin-bottom: 0; } }
    .grid-images-left_top .left,
    .grid-images-left_top .right {
      width: calc(50% - 2px);
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 991px) {
        .grid-images-left_top .left,
        .grid-images-left_top .right {
          width: 100%; } }
    .grid-images-left_top .left figure {
      width: 100%;
      height: 100%; }
    .grid-images-left_top .right figure {
      height: 50%;
      margin-bottom: 3px; }
  .grid-images-left_bottom {
    height: 30%; }
  .grid-images-right .left,
  .grid-images-right .right {
    width: calc(50% - 2px);
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      .grid-images-right .left,
      .grid-images-right .right {
        width: 100%; } }
  .grid-images-right .left .top {
    height: calc(35.2% - 6px);
    margin-bottom: 3px;
    overflow: hidden; }
    .grid-images-right .left .top figure {
      height: 100%; }
  .grid-images-right .left .bottom {
    height: calc(65% - 2px);
    position: relative;
    background-color: #000; }
    .grid-images-right .left .bottom blockquote {
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 1.2vw;
      font-weight: 100;
      line-height: 140%;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .grid-images-right .left .bottom blockquote {
          width: 90%;
          position: relative;
          top: 0;
          left: 0;
          margin: 0 auto;
          padding: 5% 0;
          font-size: 1.25rem;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; } }
  .grid-images-right .right {
    float: none; }
    .grid-images-right .right figure {
      height: calc(100% - 3px); }
  .grid-images figure {
    height: 100%;
    position: relative; }
    .grid-images figure a {
      cursor: default; }
    @media only screen and (max-width: 767px) {
      .grid-images figure img {
        width: 100% !important;
        max-width: 100%;
        height: 100% !important;
        display: block; } }

/*kips box*/
.c-kips-box {
  height: auto;
  position: relative;
  margin-top: 0;
  /*20px*/
  margin-bottom: 2.250rem;
  background-color: #f7f7f7; }
  .c-kips-box__top, .c-kips-box__bottom {
    padding: 0 1rem .325rem;
    background-color: #ebebeb;
    position: relative; }
  .c-kips-box__border {
    background-color: #CD202C;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 0; }
  .c-kips-box .title, .c-kips-box #content h2.title, #content .c-kips-box h2.title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    /*10px*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 400;
    text-transform: uppercase;
    color: #000; }
  .c-kips-box .value-percent {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.500rem;
    font-weight: 300;
    line-height: 150%;
    text-align: right;
    color: #000; }

.chart-container-head {
  position: relative;
  margin: 0 1rem 1rem auto;
  padding: 0;
  /*20px*/
  background-color: #fff;
  clear: both;
  display: inline-block; }
  .chart-container-head__title, .chart-container-head__list {
    margin: 0;
    padding: 0; }
  .chart-container-head__title, .chart-container-head__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    font-size: 1.2rem; }
  .chart-container-head__title {
    font-size: 2.375rem;
    /*38px*/
    margin-bottom: 10px; }
    .chart-container-head__title.border-b::after {
      content: '';
      width: 40px;
      height: 10px;
      display: block;
      -webkit-transform: skew(-30deg);
      -moz-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
      -o-transform: skew(-30deg);
      transform: skew(-30deg);
      background-color: #CD202C; }

.c-twitch {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  text-align: right; }
  .c-twitch iframe {
    display: block; }
  .c-twitch .close {
    position: relative;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    display: inline-block;
    cursor: pointer; }
    .c-twitch .close:hover {
      opacity: 1; }
    .c-twitch .close:before, .c-twitch .close:after {
      position: absolute;
      right: 6px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #333; }
    .c-twitch .close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .c-twitch .close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.c-slider_multiple_videos_trigger .slick-list {
  overflow: visible; }
  .c-slider_multiple_videos_trigger .slick-list .slick-track {
    max-height: 80vh; }
    .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide {
      position: relative;
      height: 80vh;
      padding: 2vh 0;
      margin: 0 15px;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:first-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover {
        padding: 0; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .div-texts,
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .div-icons-video {
          height: 100%;
          padding: 2vh 0;
          margin: 0; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .div-texts {
          opacity: 0;
          padding: 0 10px; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .div-icons-video .icon-playv2 {
          opacity: 0; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .div-icons-video .icon-volume,
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .div-icons-video .icon-repeat {
          opacity: 1; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover h3.title-top {
          top: -40px; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide:hover .container-text-down {
          bottom: -28rem; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide h3.title-top {
        position: absolute;
        top: -32px;
        font-size: 26px;
        font-style: italic;
        font-weight: 300;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide p.text-principal {
        font-size: 2.5rem;
        line-height: 66px;
        font-weight: 300;
        font-style: italic;
        text-transform: uppercase; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .container-text-down {
        position: absolute;
        bottom: -26rem;
        height: 400px;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .container-text-down p.text-down {
          font-size: 1.25rem;
          line-height: 1.625rem;
          letter-spacing: 2px; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide img,
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-texts,
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video {
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, 0.54);
        width: 100%;
        height: calc(100% - 4vh);
        margin: 2vh 0;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-texts h4.title {
          font-size: 2.25rem;
          color: white;
          font-weight: 300;
          font-style: italic;
          line-height: 2.25rem;
          margin-bottom: 1.25rem; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-texts p.text {
          color: white;
          font-size: 1.25rem;
          font-weight: 300;
          line-height: 1.5rem; }
      .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video {
        background-color: transparent; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-playv2 {
          opacity: 1;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          background: rgba(255, 255, 255, 0.81);
          top: calc(50% - 4vh);
          width: 100px;
          height: 100px; }
          .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-playv2 .triangle-play {
            border-left: 36px solid #707070;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-volume {
          text-align: right;
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-volume:before {
            font-family: FontAwesome;
            content: '\f026';
            display: block;
            font-size: 30px;
            color: white;
            padding: 12px 20px;
            cursor: pointer;
            position: absolute;
            z-index: 1;
            right: 0; }
          .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-volume.sound:before {
            content: '\f028'; }
        .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-repeat {
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-repeat:before {
            font-family: FontAwesome;
            content: '\f01e';
            display: block;
            position: absolute;
            z-index: 1;
            top: 26px;
            left: 1rem;
            font-size: 24px;
            color: white;
            cursor: pointer; }
            @media only screen and (min-width: 480px) {
              .c-slider_multiple_videos_trigger .slick-list .slick-track .slide.slick-slide .div-icons-video .icon-repeat:before {
                top: 33px; } }

.c-slider_multiple_videos_trigger .slick-next,
.c-slider_multiple_videos_trigger .slick-prev,
.c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next,
.c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next {
  position: absolute;
  bottom: -50px;
  top: unset;
  right: 0; }
  .c-slider_multiple_videos_trigger .slick-next::before,
  .c-slider_multiple_videos_trigger .slick-prev::before,
  .c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next::before,
  .c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next::before {
    font-family: FontAwesome;
    content: '\f178';
    display: block;
    font-size: 40px;
    color: #000; }
  @media only screen and (max-width: 575px) {
    .c-slider_multiple_videos_trigger .slick-next,
    .c-slider_multiple_videos_trigger .slick-prev,
    .c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next,
    .c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next {
      font-size: 30px; } }
  @media only screen and (max-width: 479px) {
    .c-slider_multiple_videos_trigger .slick-next,
    .c-slider_multiple_videos_trigger .slick-prev,
    .c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next,
    .c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next {
      display: none !important; } }

.c-slider_multiple_videos_trigger .slick-next {
  left: 30vw; }
  @media only screen and (max-width: 1199px) {
    .c-slider_multiple_videos_trigger .slick-next {
      left: 31vw; } }
  @media only screen and (max-width: 1023px) {
    .c-slider_multiple_videos_trigger .slick-next {
      left: 40vw; } }
  @media only screen and (max-width: 639px) {
    .c-slider_multiple_videos_trigger .slick-next {
      left: 52vw; } }
  .c-slider_multiple_videos_trigger .slick-next::before {
    content: '\f178'; }


.c-slider_multiple_videos_trigger .slick-prev,
.c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next,
.c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next {
  left: 25.8vw; }
  @media only screen and (max-width: 639px) {
    
    .c-slider_multiple_videos_trigger .slick-prev,
    .c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next,
    .c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next {
      left: 38vw; } }
  
  .c-slider_multiple_videos_trigger .slick-prev::before,
  .c-slider_multiple_videos_trigger .c-ficha-bike .product_gallery--slider .slick-next::before,
  .c-ficha-bike .product_gallery--slider .c-slider_multiple_videos_trigger .slick-next::before {
    content: '\f177'; }

.c-slider_multiple_videos_trigger .slider-arrow-preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../../../web/img/interactive_popup_flecha_granate_left.png"), url("../../../web/img/interactive_popup_flecha_granate_right.png"), url("../../../web/img/interactive_popup_flecha_gris_left.png"), url("../../../web/img/interactive_popup_flecha_granate_right.png"); }

.c-three_parts_block_trigger .c-three_parts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 90vh; }
  @media only screen and (max-width: 991px) {
    .c-three_parts_block_trigger .c-three_parts_block {
      display: block;
      max-height: unset; } }
  .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container {
    width: 33.33%;
    height: 100vh; }
    @media only screen and (max-width: 991px) {
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container.first, .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container.second {
        margin-bottom: 46px; } }
    .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container h4.title {
      color: #000;
      font-size: 2.875rem;
      margin-bottom: 1.5rem;
      text-transform: uppercase;
      padding: 0 15px;
      font-weight: 300; }
      @media only screen and (min-width: 768px) {
        .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container h4.title {
          font-size: 2.75rem;
          padding: 0 46px;
          line-height: 3.125rem; } }
    .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container p.text {
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #000;
      padding: 0 15px;
      font-weight: 300; }
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container p.text strong {
        font-weight: 500; }
      @media only screen and (min-width: 768px) {
        .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container p.text {
          font-size: 2rem;
          padding: 0 46px;
          line-height: 2.5rem; } }
    .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .container-text {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .imagen-inner,
    .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .video-inner {
      height: 100%;
      width: 100%; }
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .imagen-inner img,
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .imagen-inner video,
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .video-inner img,
      .c-three_parts_block_trigger .c-three_parts_block .three_parts_block-container .video-inner video {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        min-height: 500px; }

.c-two_parts_block_trigger {
  padding: 0;
  margin: 0; }
  .c-two_parts_block_trigger .c-two_parts_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .c-two_parts_block_trigger .c-two_parts_block {
        display: block;
        max-height: unset; } }
    .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container {
      width: 50%;
      height: 100vh; }
      @media only screen and (max-width: 991px) {
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container {
          width: 100%; } }
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container h4.title {
        color: #000;
        font-size: 2.875rem;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        padding: 0 15px; }
        @media only screen and (min-width: 640px) {
          .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container h4.title {
            font-size: 2.75rem;
            padding: 0 46px; } }
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container p.text {
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #000;
        padding: 0 15px;
        font-weight: 300; }
        @media only screen and (min-width: 640px) {
          .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container p.text {
            font-size: 2rem;
            padding: 0 46px;
            line-height: 2.375rem; } }
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .imagen-inner-inside {
        padding: 0 46px;
        margin-top: 2rem;
        max-width: 750px; }
        @media only screen and (min-width: 640px) {
          .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .imagen-inner-inside {
            padding: 0 15px; } }
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .imagen-inner-inside img {
          width: 100%;
          height: auto; }
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .container-text {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .container-text .container-btn {
          margin-top: 1.5rem; }
          .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .container-text .container-btn a {
            font-size: 0.8rem;
            text-decoration: none; }
            @media only screen and (min-width: 992px) {
              .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .container-text .container-btn a {
                font-size: 1rem; } }
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .video-inner {
        position: relative; }
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .imagen-inner,
      .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .video-inner {
        height: 100%;
        width: 100%; }
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .imagen-inner img,
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .imagen-inner video,
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .video-inner img,
        .c-two_parts_block_trigger .c-two_parts_block .two_parts_block-container .video-inner video {
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: 100%;
          min-height: 500px; }

.c-buttonOpenLanding_trigger .c-buttonOpenLanding {
  height: 100vh; }
  @media only screen and (min-width: 992px) {
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container.first {
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 992px) {
        .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container.first {
          margin: 0 2.5rem 0 0;
          width: calc(50% - 2.5rem); } }
    @media only screen and (min-width: 992px) {
      .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container.last {
        width: calc(50%); } }
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .imagen-inner,
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .video-inner {
      height: 100%;
      width: 100%; }
      .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .imagen-inner img,
      .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .imagen-inner video,
      .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .video-inner img,
      .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .video-inner video {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        min-height: 500px; }
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text h4.title {
      line-height: 2.375rem;
      font-size: 2.5rem;
      margin-bottom: 2.25rem;
      font-weight: 300; }
      @media only screen and (min-width: 992px) {
        .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text h4.title {
          line-height: 3.125rem;
          font-size: 2.75rem; } }
      @media only screen and (min-width: 1440px) {
        .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text h4.title {
          line-height: 3.5rem;
          font-size: 3.125rem; } }
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text p.text {
      line-height: 1.75rem;
      font-size: 1.25rem;
      margin-bottom: 2.5rem;
      font-weight: 300; }
      @media only screen and (min-width: 992px) {
        .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text p.text {
          line-height: 1.875rem;
          font-size: 1.5rem; } }
      @media only screen and (min-width: 1440px) {
        .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text p.text {
          line-height: 2.25rem;
          font-size: 1.875rem; } }
      .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text p.text strong {
        font-weight: 500; }
    .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text .btn.btn-darkgrey {
      font-size: 0.8rem;
      min-width: 98px;
      min-height: 35px;
      line-height: 35px; }
      @media only screen and (min-width: 768px) {
        .c-buttonOpenLanding_trigger .c-buttonOpenLanding .buttonOpenLanding-container .container-text .btn.btn-darkgrey {
          font-size: 1rem;
          min-width: 175px;
          min-height: 44px;
          line-height: 44px; } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(150%);
    transform: translateX(150%); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(150%);
    transform: translateX(150%); } }

.c-buttonOpenLanding_trigger .openLanding {
  right: -100%;
  -webkit-transition: right 0.7s ease-in-out, opacity 0.7s ease-in-out;
  -o-transition: right 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transition: right 0.7s ease-in-out, opacity 0.7s ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .c-buttonOpenLanding_trigger .openLanding.show {
    right: 0; }
    .c-buttonOpenLanding_trigger .openLanding.show .container-btn-go-back {
      width: 100%;
      position: fixed;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1046;
      -webkit-animation: appear 1.2s linear;
      animation: appear 1.2s linear;
      top: 72px; }
      .c-buttonOpenLanding_trigger .openLanding.show .container-btn-go-back .btn {
        margin: 0.9375rem;
        display: block;
        z-index: 1; }
    .c-buttonOpenLanding_trigger .openLanding.show .newLanding {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-transition: opacity .7s ease-in-out;
      -o-transition: opacity .7s ease-in-out;
      transition: opacity .7s ease-in-out;
      -webkit-animation-name: slideInRight;
      animation-name: slideInRight;
      opacity: 1;
      outline: none !important;
      -webkit-backface-visibility: hidden;
      background-color: white;
      z-index: 4004;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: fixed; }
      .c-buttonOpenLanding_trigger .openLanding.show .newLanding.hidden {
        -webkit-animation-duration: .7s;
        animation-duration: .7s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transition: opacity .7s ease-in-out;
        -o-transition: opacity .7s ease-in-out;
        transition: opacity .7s ease-in-out;
        -webkit-animation-name: slideOutRight;
        animation-name: slideOutRight; }
      .c-buttonOpenLanding_trigger .openLanding.show .newLanding .container-landing {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .c-buttonOpenLanding_trigger .openLanding.show .newLanding .container-landing .landing {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin: 0 auto;
          text-align: left;
          z-index: 1045;
          width: 100%;
          height: 100%; }
          .c-buttonOpenLanding_trigger .openLanding.show .newLanding .container-landing .landing .section-newLanding {
            margin-top: 6.5rem; }

.c-multiple_images_change_trigger .c-multiple_images_change {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-img {
    width: 100%;
    position: relative;
    min-height: 250px;
    margin-bottom: 3rem;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-img {
        width: 50%;
        min-height: 100vh;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-img {
        width: 60%; } }
    .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-img img:first-child {
        opacity: 1; }
  .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title {
    width: 100%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title {
        width: 50%;
        margin-left: 4rem;
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title {
        width: 40%;
        margin-left: 6rem; } }
    @media only screen and (min-width: 1200px) {
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title {
        margin-left: 10rem; } }
    .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title h3.title {
      font-size: 1.5625rem;
      text-align: left;
      margin-bottom: 1.875rem;
      line-height: 2rem;
      font-weight: 300; }
      @media only screen and (min-width: 480px) {
        .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title h3.title {
          font-size: 1.875rem;
          line-height: 2.25rem; } }
    .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text {
      overflow: hidden;
      max-width: 450px; }
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.75rem;
        min-height: 2.75rem;
        color: white;
        -webkit-transform: translate(-38px, 0px);
        -ms-transform: translate(-38px, 0px);
        transform: translate(-38px, 0px);
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
        .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics.active {
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px); }
          .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics.active .text {
            font-weight: 500; }
        .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics:hover {
          color: white; }
        .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics .text {
          font-size: 1rem;
          line-height: 1.4375rem;
          text-align: left;
          font-weight: 300; }
          @media only screen and (min-width: 480px) {
            .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics .text {
              font-size: 1.125rem;
              line-height: 1.5625rem; } }
        .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .text-characteristics .imgArrow {
          width: 30px;
          height: auto;
          -webkit-transition: width 3ms ease-in-out;
          -o-transition: width 3ms ease-in-out;
          transition: width 3ms ease-in-out;
          margin-right: 0.5rem; }
      .c-multiple_images_change_trigger .c-multiple_images_change .multiple_images_change .container-title .container-text .divider:not(:last-child) {
        height: 1px;
        background-color: white;
        margin-bottom: 0.6875rem; }

.c-prelanding_dynamic_trigger {
  position: relative;
  padding: 0;
  margin: 0; }
  .c-prelanding_dynamic_trigger .c-prelanding_dynamic {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh; }
    @media only screen and (min-width: 992px) {
      .c-prelanding_dynamic_trigger .c-prelanding_dynamic {
        padding: 0 1.875rem 0 0; } }
    @media only screen and (min-width: 1024px) {
      .c-prelanding_dynamic_trigger .c-prelanding_dynamic {
        padding: 0 3.75rem 0 0; } }
    .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links {
        z-index: 2;
        position: relative;
        max-width: 200px;
        min-width: 150px;
        text-align: left;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0.9375rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-transform: uppercase; }
        @media only screen and (min-width: 576px) {
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links {
            padding: 0 1.25rem; } }
        @media only screen and (min-width: 992px) {
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links {
            padding-left: 1.75rem;
            min-width: 200px;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; } }
        .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          font-size: 1.25rem;
          line-height: 1.625rem;
          color: white; }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links a:not(:last-child) {
            margin-bottom: 1.5625rem; }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links a:hover {
            color: rgba(255, 255, 255, 0.8); }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links a span.circle {
            width: 0.875rem;
            height: 0.875rem;
            border: 2px solid white;
            border-radius: 100%;
            display: inline-block;
            margin-right: 0.5rem; }
            @media only screen and (min-width: 1024px) {
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links a span.circle {
                margin-right: 1.625rem; } }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .menu-links a.active span.circle {
            background-color: white; }
      .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content {
        width: 100%;
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (min-width: 992px) {
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          height: 80vh; }
          @media only screen and (min-width: 992px) {
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item {
              height: 100%;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row; } }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .imagen-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .imagen-inner .imagen {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .video-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .video-inner .video {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text {
            z-index: 2;
            position: relative;
            margin: 4rem 0.9375rem 3rem; }
            @media only screen and (min-width: 576px) {
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text {
                margin: 0 1.25rem 0 6.25rem;
                max-width: 650px; } }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text h3.title {
              font-size: 1.875rem;
              color: white;
              font-weight: 300;
              text-transform: uppercase; }
              @media only screen and (min-width: 992px) {
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text h3.title {
                  font-size: 3.125rem; } }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text p.text {
              font-size: 1.25rem;
              color: white;
              font-weight: 300;
              margin-bottom: 0.875rem;
              line-height: 1.5rem;
              max-width: 350px; }
              @media only screen and (min-width: 992px) {
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text p.text {
                  font-size: 1.75rem;
                  line-height: 2.125rem; } }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn {
              max-width: 13rem;
              min-width: 13rem; }
              @media only screen and (min-width: 576px) {
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn {
                  max-width: 18rem;
                  min-width: 18rem; } }
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn {
                margin-top: 1.75rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column; }
                @media only screen and (min-width: 576px) {
                  .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row; } }
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn a.btn-white {
                  background-color: white;
                  color: black;
                  border: 1px solid white;
                  border-radius: 5px;
                  font-size: 0.9375rem;
                  padding: 0.625rem 1rem;
                  margin-bottom: 0.625rem;
                  -webkit-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  transition: all 0.5s ease;
                  text-align: center;
                  text-transform: uppercase;
                  width: 100%;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
                  @media only screen and (min-width: 576px) {
                    .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn a.btn-white {
                      font-size: 1rem;
                      padding: 0.625rem;
                      margin: 0 0.625rem 0 0;
                      width: 50%; } }
                  .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn a.btn-white:hover {
                    background-color: transparent;
                    color: white; }
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn a.btn-outline-white {
                  background-color: transparent;
                  color: white;
                  border: 1px solid white;
                  border-radius: 5px;
                  font-size: 0.9375rem;
                  padding: 0.625rem 1rem;
                  -webkit-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  transition: all 0.5s ease;
                  text-align: center;
                  text-transform: uppercase;
                  width: 100%;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
                  @media only screen and (min-width: 576px) {
                    .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn a.btn-outline-white {
                      font-size: 1rem;
                      padding: 0.625rem;
                      width: 50%; } }
                  .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn .container-btn a.btn-outline-white:hover {
                    background-color: white;
                    color: black; }
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn a.btn.btn-darkgrey.black {
                width: 100%;
                margin-top: 0.625rem;
                border-radius: 5px;
                font-size: 0.9375rem;
                padding: 0.625rem 1rem;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                text-align: center;
                text-transform: uppercase;
                line-height: 1rem;
                height: unset; }
                @media only screen and (min-width: 576px) {
                  .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn a.btn.btn-darkgrey.black {
                    font-size: 1rem;
                    padding: 0.625rem; } }
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-text .container-all-btn a.btn.btn-darkgrey.black:hover {
                  color: white;
                  border: 1px solid white; }
          .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details {
            z-index: 2;
            position: relative;
            max-width: 270px;
            min-width: 200px;
            background-color: rgba(0, 0, 0, 0.34);
            border-radius: 0.9375rem;
            padding: 2rem 1.25rem;
            text-align: center;
            color: white;
            margin: auto 1rem 2rem; }
            @media only screen and (min-width: 992px) {
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details {
                min-width: 350px;
                margin: 0; } }
            @media only screen and (min-width: 1248px) {
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details {
                min-width: 400px; } }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details h4 {
              color: white;
              font-size: 0.9375rem;
              font-weight: 300;
              line-height: 1.25rem;
              margin-bottom: 1.25rem; }
              @media only screen and (min-width: 576px) {
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details h4 {
                  font-size: 1.375rem;
                  line-height: 1.75rem; } }
            .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details p {
              font-size: 1rem;
              font-weight: 300;
              line-height: 1.375rem; }
              @media only screen and (min-width: 576px) {
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details p {
                  font-size: 1.125rem;
                  line-height: 1.5rem; } }
              @media only screen and (min-width: 992px) {
                .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details p {
                  font-size: 1.625rem;
                  line-height: 2rem; } }
              .c-prelanding_dynamic_trigger .c-prelanding_dynamic .prelanding_dynamic-container .main-content .content-item .div-details p strong {
                font-weight: 500; }

.c-history_bh_trigger {
  margin-top: 0;
  padding-top: 40px; }
  .c-history_bh_trigger .epigrafe {
    padding-left: 0.9375rem;
    margin-bottom: 1rem;
    text-align: left;
    display: none; }
    @media only screen and (min-width: 576px) {
      .c-history_bh_trigger .epigrafe {
        display: block;
        padding-left: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .c-history_bh_trigger .epigrafe {
        padding-left: 1.175rem; } }
  .c-history_bh_trigger .history_bh-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-history_bh_trigger .history_bh-container .container-links {
      display: none;
      position: fixed;
      -webkit-transition: bottom 0.2s ease-out;
      -o-transition: bottom 0.2s ease-out;
      transition: bottom 0.2s ease-out;
      left: 0;
      bottom: unset;
      top: unset;
      max-width: 172px; }
      @media only screen and (min-width: 576px) {
        .c-history_bh_trigger .history_bh-container .container-links {
          display: block; } }
      .c-history_bh_trigger .history_bh-container .container-links.static {
        position: absolute;
        bottom: 20px;
        /* Cuando el contenedor llegue al final de la sección */ }
      .c-history_bh_trigger .history_bh-container .container-links .menu-links {
        z-index: 2;
        text-align: left;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0.9375rem 2rem;
        text-transform: uppercase;
        border-right: 1px solid black;
        width: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (min-width: 576px) {
          .c-history_bh_trigger .history_bh-container .container-links .menu-links {
            padding: 0 0.5rem 2rem 1.125rem;
            width: 172px; } }
        @media only screen and (min-width: 992px) {
          .c-history_bh_trigger .history_bh-container .container-links .menu-links {
            padding: 0 0.5rem 2rem 1.175rem; } }
        @media only screen and (min-width: 1900px) {
          .c-history_bh_trigger .history_bh-container .container-links .menu-links {
            padding: 2rem 0.9375rem; } }
        .c-history_bh_trigger .history_bh-container .container-links .menu-links .text-since {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          text-align: center;
          font-size: 2.5rem;
          text-transform: uppercase;
          font-weight: 300;
          padding-left: 1.75rem; }
        .c-history_bh_trigger .history_bh-container .container-links .menu-links .imagen-inner {
          margin: 0.5rem 1.75rem 0.5rem 0;
          max-width: 0.875rem; }
        .c-history_bh_trigger .history_bh-container .container-links .menu-links a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          font-size: 1.25rem;
          line-height: 1.625rem; }
          .c-history_bh_trigger .history_bh-container .container-links .menu-links a:not(:last-child) {
            margin-bottom: 1rem; }
            @media only screen and (min-width: 1900px) {
              .c-history_bh_trigger .history_bh-container .container-links .menu-links a:not(:last-child) {
                margin-bottom: 1.25rem; } }
          .c-history_bh_trigger .history_bh-container .container-links .menu-links a span.circle {
            width: 0.875rem;
            height: 0.875rem;
            border: 1px solid black;
            border-radius: 100%;
            display: inline-block;
            margin-right: 0.5rem; }
            @media only screen and (min-width: 1024px) {
              .c-history_bh_trigger .history_bh-container .container-links .menu-links a span.circle {
                margin-right: 1.25rem; } }
          .c-history_bh_trigger .history_bh-container .container-links .menu-links a.active span.circle {
            background-color: black; }
    .c-history_bh_trigger .history_bh-container .main-content {
      padding: 0 1.25rem;
      width: 100%; }
      @media only screen and (min-width: 576px) {
        .c-history_bh_trigger .history_bh-container .main-content {
          width: calc(100% - 172px);
          padding: 0 2.125rem;
          margin-left: 172px; } }
      @media only screen and (min-width: 992px) {
        .c-history_bh_trigger .history_bh-container .main-content {
          padding: 0 3.125rem; } }
      .c-history_bh_trigger .history_bh-container .main-content .container-data h2.year {
        text-align: right;
        margin-bottom: 0 !important;
        font-size: 3rem !important; }
        @media only screen and (min-width: 576px) {
          .c-history_bh_trigger .history_bh-container .main-content .container-data h2.year {
            font-size: 5.625rem !important; } }
      .c-history_bh_trigger .history_bh-container .main-content .container-data p.subtitle {
        text-align: right;
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: #707070;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 576px) {
          .c-history_bh_trigger .history_bh-container .main-content .container-data p.subtitle {
            font-size: 1.5625rem;
            line-height: 2rem; } }
      .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 992px) {
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end;
            margin-bottom: 3.125rem; } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .container-text-big {
          text-align: left; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .container-text-big {
              width: calc(56%); } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .container-text-big .text-big {
            font-size: 1.75rem;
            letter-spacing: 1px;
            line-height: 2.25rem;
            max-width: 800px;
            margin-bottom: 2rem; }
            @media only screen and (min-width: 576px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .container-text-big .text-big {
                font-size: 2rem;
                letter-spacing: 2.25px; } }
            @media only screen and (min-width: 992px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .container-text-big .text-big {
                padding-right: 2rem;
                font-size: 2.5rem;
                margin-bottom: 0; } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .imagen-inner {
          text-align: end; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .imagen-inner {
              width: calc(44%); } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .video-inner {
          width: 100%;
          height: 100%; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .video-inner {
              width: calc(44%); } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-first .video-inner video {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%; }
      .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin-bottom: 3.125rem; }
        @media only screen and (min-width: 992px) {
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end; } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .imagen-inner {
          text-align: start;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .imagen-inner {
              width: calc(45%);
              -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
              order: 1; } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .video-inner {
          width: 100%;
          height: 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .video-inner {
              width: calc(44%);
              -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
              order: 1; } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .video-inner video {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .container-text {
          text-align: left;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .container-text {
              width: calc(55%);
              -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
              order: 2; } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .container-text .text {
            font-size: 1.125rem;
            line-height: 1.75rem;
            max-width: 910px;
            color: #707070;
            font-weight: 300;
            padding-bottom: 2rem; }
            @media only screen and (min-width: 576px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .container-text .text {
                font-size: 1.3125rem;
                line-height: 1.75rem; } }
            @media only screen and (min-width: 992px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .container-text .text {
                padding-left: 2rem;
                padding-bottom: 0; } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-second .container-text strong {
            font-weight: 500; }
      .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3.125rem; }
        @media only screen and (min-width: 992px) {
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third {
          text-align: left; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third {
              width: calc(56%); } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third h3.year {
            text-align: left;
            font-size: 2.5rem;
            letter-spacing: 2px;
            line-height: 3.5rem;
            max-width: 800px;
            margin-bottom: 2rem; }
            @media only screen and (min-width: 992px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third h3.year {
                font-size: 3rem;
                letter-spacing: 2.25px;
                line-height: 4rem;
                padding-right: 2rem;
                margin-bottom: 3.125rem; } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third .text {
            text-align: left;
            font-size: 1.125rem;
            line-height: 1.75rem;
            max-width: 910px;
            color: #707070;
            font-weight: 300;
            margin-bottom: 3.125rem; }
            @media only screen and (min-width: 576px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third .text {
                font-size: 1.3125rem;
                line-height: 1.75rem; } }
            @media only screen and (min-width: 992px) {
              .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third .text {
                padding-right: 2rem; }
                .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third .text:last-child {
                  margin-bottom: 0; } }
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .container-text-third .text strong {
              font-weight: 500; }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .imagen-inner {
          text-align: end; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .imagen-inner {
              width: calc(44%); } }
        .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .video-inner {
          width: 100%;
          height: 100%; }
          @media only screen and (min-width: 992px) {
            .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .video-inner {
              width: calc(44%); } }
          .c-history_bh_trigger .history_bh-container .main-content .container-data .container-third .video-inner video {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%; }

.c-common_questions_trigger .c-common_questions {
  padding: 0 0.9375rem; }
  @media only screen and (min-width: 576px) {
    .c-common_questions_trigger .c-common_questions {
      padding: 0 1.875rem; } }
  .c-common_questions_trigger .c-common_questions .content-item:last-child {
    border-bottom: 1px solid black; }
  .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid black;
    padding: 3.75rem 0.9375rem;
    cursor: pointer; }
    @media only screen and (min-width: 576px) {
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question {
        padding: 3.75rem 1.5rem; } }
    @media only screen and (min-width: 992px) {
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question {
        padding: 3.75rem 1.875rem; } }
    .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .question {
      max-width: 1200px;
      margin-right: 1.25rem;
      text-align: left; }
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .question .text {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300; }
        .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .question .text strong {
          font-weight: 500; }
        @media only screen and (min-width: 992px) {
          .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .question .text {
            font-size: 2.5rem;
            line-height: 2.875rem; } }
        @media only screen and (min-width: 1700px) {
          .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .question .text {
            font-size: 3.125rem;
            line-height: 3.5rem; } }
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .question .plus {
        font-size: 90px;
        font-weight: 100; }
    .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .imagen-inner .imagen {
      width: 2.25rem;
      min-width: 2.25rem;
      height: auto; }
      @media only screen and (min-width: 992px) {
        .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .imagen-inner .imagen {
          width: 3.5rem;
          min-width: 3.5rem;
          height: auto; } }
      @media only screen and (min-width: 1700px) {
        .c-common_questions_trigger .c-common_questions .content-item .div-faqs .div-question .imagen-inner .imagen {
          width: 6.25rem;
          min-width: 6.25rem;
          height: auto; } }
  .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer {
    padding: 1.875rem 1.375rem;
    text-align: left;
    border-top: 1px solid black; }
    @media only screen and (min-width: 576px) {
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer {
        padding: 1.875rem 3rem; } }
    @media only screen and (min-width: 992px) {
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer {
        padding: 1.875rem 6.25rem; } }
    .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer .text-answer {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 300; }
      .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer .text-answer strong {
        font-weight: 500; }
      @media only screen and (min-width: 992px) {
        .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer .text-answer {
          font-size: 1.875rem;
          line-height: 2.25rem; } }
      @media only screen and (min-width: 1700px) {
        .c-common_questions_trigger .c-common_questions .content-item .div-faqs .container-answer .text-answer {
          font-size: 2.5rem;
          line-height: 2.875rem; } }

.c-ambassadorsForm_trigger .c-ambassadorsForm {
  padding: 0 0.9375rem; }
  @media only screen and (min-width: 1024px) {
    .c-ambassadorsForm_trigger .c-ambassadorsForm {
      padding: 0 1.875rem; } }
  .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container {
    max-width: 1300px;
    margin: 0 auto; }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 2.75rem; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-title h3.title {
        font-size: 60px;
        letter-spacing: 4px;
        line-height: 66px;
        margin-bottom: 0.75rem; }
        @media only screen and (min-width: 992px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-title h3.title {
            font-size: 80px;
            line-height: 86px; } }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-title p.subtitle {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 0;
        max-width: 700px;
        font-weight: 300; }
        @media only screen and (min-width: 992px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-title p.subtitle {
            font-size: 1.5rem;
            line-height: 1.75rem; } }
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-title p.subtitle strong {
          font-weight: 500; }
    @media only screen and (min-width: 576px) {
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input .form_group {
      width: calc(100%);
      position: relative; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input .form_group:not(:last-child) {
        margin-right: 1.25rem; }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input {
      min-height: 3rem;
      border-radius: 0.9375rem;
      border: 1px solid #707070;
      font-size: 1.25rem;
      font-weight: 300;
      margin-bottom: 1.5rem;
      background-color: transparent; }
      @media only screen and (min-width: 992px) {
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input {
          font-size: 1.5rem; } }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input::-webkit-input-placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input:-ms-input-placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input::-ms-input-placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input::placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
        @media only screen and (min-width: 992px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input::-webkit-input-placeholder {
            font-size: 1.5rem; }
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input:-ms-input-placeholder {
            font-size: 1.5rem; }
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input::-ms-input-placeholder {
            font-size: 1.5rem; }
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input input::placeholder {
            font-size: 1.5rem; } }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input select {
      min-height: 3rem;
      border-radius: 0.9375rem;
      border: 1px solid #707070;
      font-size: 1.25rem;
      font-weight: 300;
      margin-bottom: 1.5rem;
      background-color: transparent;
      padding: 0 0.875rem; }
      @media only screen and (min-width: 992px) {
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-input select {
          font-size: 1.5rem; } }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea {
      border: 1px solid #707070;
      margin-bottom: 1.5rem;
      border-radius: 0.9375rem;
      padding: 1rem 0.875rem;
      min-height: 6rem;
      font-size: 1.25rem;
      font-weight: 300;
      background-color: transparent; }
      @media only screen and (min-width: 992px) {
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea {
          font-size: 1.5rem; } }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea::-webkit-input-placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea:-ms-input-placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea::-ms-input-placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea::placeholder {
        font-size: 1.25rem;
        color: #CACACA;
        font-weight: 300; }
        @media only screen and (min-width: 992px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea::-webkit-input-placeholder {
            font-size: 1.5rem; }
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea:-ms-input-placeholder {
            font-size: 1.5rem; }
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea::-ms-input-placeholder {
            font-size: 1.5rem; }
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container textarea::placeholder {
            font-size: 1.5rem; } }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .form_group.big-text textarea {
      min-height: 7.5rem; }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .checkbox_container {
      text-align: left;
      margin-bottom: 0.875rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .checkbox_container input[type="checkbox"] {
        margin-bottom: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        border: 1px solid black;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 1.25rem;
        width: 1.25rem;
        min-width: 1.25rem;
        overflow: hidden;
        vertical-align: middle;
        padding: 0;
        position: relative;
        cursor: pointer; }
        @media only screen and (min-width: 1024px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .checkbox_container input[type="checkbox"] {
            height: 1.5rem;
            width: 1.5rem;
            min-width: 1.5rem; } }
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .checkbox_container input[type="checkbox"]:checked::after {
          background-color: black;
          content: '';
          width: 0.75rem;
          height: 0.75rem;
          top: 3px;
          left: 3px;
          position: absolute; }
          @media only screen and (min-width: 1024px) {
            .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .checkbox_container input[type="checkbox"]:checked::after {
              width: 1rem;
              height: 1rem; } }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .checkbox_container label {
        font-size: 1.25rem;
        color: black; }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-btn {
      margin: 2.5rem 0; }
      @media only screen and (min-width: 1024px) {
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-btn {
          margin: 2.875rem 0 3rem; } }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-btn .btn {
        width: 100%;
        font-size: 1.25rem;
        font-weight: 300;
        letter-spacing: 1.5px;
        border-radius: 0.9375rem;
        height: 3rem; }
        @media only screen and (min-width: 640px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-btn .btn {
            min-width: 282px;
            width: unset; } }
        @media only screen and (min-width: 992px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-btn .btn {
            font-size: 1.5rem;
            height: 3.75rem; } }
        @media only screen and (min-width: 1440px) {
          .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container .container-btn .btn {
            font-size: 1.875rem; } }
    .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container p.last-text {
      font-size: 1.75rem;
      line-height: 2.25rem;
      text-align: center;
      font-weight: 300; }
      @media only screen and (min-width: 992px) {
        .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container p.last-text {
          font-size: 2.5rem;
          line-height: 3rem; } }
      .c-ambassadorsForm_trigger .c-ambassadorsForm .ambassadorsForm-container p.last-text strong {
        font-weight: 500; }

.c-multipleButtonWithText_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-multipleButtonWithText_trigger .c-multipleButtonWithText {
    padding: 0 0.9375rem; }
    .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text {
      margin: 0 auto 0;
      max-width: 1370px; }
      .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
        font-weight: 300; }
        @media only screen and (min-width: 576px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text {
            font-size: 2.125rem;
            line-height: 3.125rem;
            margin-bottom: 3rem; } }
        @media only screen and (min-width: 1200px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text {
            font-size: 2.75rem;
            line-height: 3.125rem; } }
        @media only screen and (min-width: 1700px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text {
            font-size: 3.125rem;
            line-height: 4.125rem; } }
        .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text strong {
          font-weight: 500; }
        .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text.text-first {
          margin-top: 120px;
          margin-bottom: 0; }
          @media only screen and (min-width: 576px) {
            .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text .text.text-first {
              margin-top: 200px; } }
    .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-space {
      background-color: transparent; }
    .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-text-btn {
      opacity: 0; }
    .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 1024px) {
        .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons .btn {
        background-color: transparent;
        color: #000;
        width: 100%;
        font-size: 1.25rem;
        line-height: 1.625rem;
        height: unset;
        min-height: 3rem;
        border-radius: 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0.9375rem; }
        @media only screen and (min-width: 992px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons .btn {
            font-size: 1.375rem;
            line-height: 3.5rem;
            height: 3.75rem;
            min-width: 230px; } }
        @media only screen and (min-width: 1440px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons .btn {
            font-size: 1.5rem;
            min-width: 260px;
            margin-bottom: 0;
            width: unset; } }
        @media only screen and (min-width: 1700px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons .btn {
            font-size: 1.875rem;
            min-width: 380px; } }
        @media only screen and (min-width: 1024px) {
          .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons .btn:not(:last-child) {
            margin-right: 0.9375rem; } }
        .c-multipleButtonWithText_trigger .c-multipleButtonWithText .container-buttons .btn:hover {
          background-color: black;
          color: white; }

.c-interactive_popup_gallery_trigger {
  border-bottom: 1px solid black;
  margin: 0 1.25rem;
  padding: 1.25rem 0 0;
  min-height: unset; }
  @media only screen and (min-width: 576px) {
    .c-interactive_popup_gallery_trigger {
      padding: 1.25rem 0 0.875rem; } }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media only screen and (min-width: 1200px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container {
        gap: 1.5rem; } }
    @media only screen and (min-width: 1440px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container {
        gap: 2rem; } }
    @media only screen and (min-width: 1700px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container {
        gap: 2.5rem; } }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 2.5rem; }
      @media only screen and (min-width: 1024px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text {
          max-width: 300px;
          min-height: 250px; } }
      @media only screen and (min-width: 1440px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text {
          max-width: 450px;
          gap: 2.5rem;
          min-height: 300px; } }
      @media only screen and (min-width: 1900px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text {
          max-width: 600px; } }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text #content h2.title, #content .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text h2.title {
        text-align: left; }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title h3, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text #content h2.title h3, #content .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text h2.title h3 {
          font-size: 2rem; }
          @media only screen and (min-width: 992px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title h3, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text #content h2.title h3, #content .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text h2.title h3 {
              font-size: 2.5rem; } }
          @media only screen and (min-width: 1200px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title h3, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text #content h2.title h3, #content .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text h2.title h3 {
              font-size: 3rem; } }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title p.text, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text #content h2.title p.text, #content .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text h2.title p.text {
          font-size: 1rem;
          line-height: 1.375rem;
          color: #FF0000;
          font-weight: 300; }
          @media only screen and (min-width: 992px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title p.text, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text #content h2.title p.text, #content .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text h2.title p.text {
              font-size: 1.5rem;
              line-height: 1.875rem; } }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title-end {
        text-align: left; }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title-end .cantidad {
          font-size: 1rem;
          line-height: 1.375rem;
          color: #FF0000;
          font-weight: 300; }
          @media only screen and (min-width: 992px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title-end .cantidad {
              font-size: 1.5rem;
              line-height: 1.875rem; } }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title-end .capsule {
          font-size: 1rem;
          line-height: 1.375rem; }
          @media only screen and (min-width: 992px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-text .title-end .capsule {
              font-size: 1.5rem;
              line-height: 1.875rem; } }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-btn-play {
      min-width: 106px; }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-btn-play img {
        width: 106px;
        height: 106px;
        cursor: pointer; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-gallery {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      padding-bottom: 2.5rem; }
      @media only screen and (min-width: 576px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-gallery {
          padding-bottom: 1.75rem; } }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-gallery .slide.slick-slide {
        aspect-ratio: 2 / 3;
        margin: 0 15px;
        cursor: pointer; }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-gallery .slide.slick-slide img,
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .container-gallery .slide.slick-slide video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next {
      position: absolute;
      bottom: -2rem;
      top: unset;
      right: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-image: url("../../../web/img/interactive_popup_flecha_negra_right.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 50px;
      height: 50px; }
      @media only screen and (min-width: 576px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next {
          bottom: -1rem; } }
      @media only screen and (min-width: 992px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next {
          bottom: -1.125rem; } }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next:hover {
        background-image: url("../../../web/img/interactive_popup_flecha_granate_right.png"); }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next[disabled], .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next.slick-disabled {
        background-image: url("../../../web/img/interactive_popup_flecha_gris_right.png");
        cursor: not-allowed;
        opacity: 0.5; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-prev, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next {
      position: absolute;
      bottom: -2rem;
      top: unset;
      left: unset;
      right: 5.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-image: url("../../../web/img/interactive_popup_flecha_negra_left.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 50px;
      height: 50px; }
      @media only screen and (min-width: 576px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-prev, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next {
          bottom: -1rem; } }
      @media only screen and (min-width: 992px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-prev, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next {
          bottom: -1.125rem; } }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-prev:hover, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .c-ficha-bike .product_gallery--slider .slick-next:hover, .c-ficha-bike .product_gallery--slider .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next:hover {
        background-image: url("../../../web/img/interactive_popup_flecha_granate_left.png"); }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-prev[disabled], .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .c-ficha-bike .product_gallery--slider .slick-next[disabled], .c-ficha-bike .product_gallery--slider .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-next[disabled], .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-prev.slick-disabled, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .c-ficha-bike .product_gallery--slider .slick-disabled.slick-next, .c-ficha-bike .product_gallery--slider .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery-container .slick-disabled.slick-next {
        background-image: url("../../../web/img/interactive_popup_flecha_gris_left.png");
        cursor: not-allowed;
        opacity: 0.5; }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content {
      position: relative;
      max-width: 90%;
      max-height: 90%;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content {
          max-width: 70%; } }
      @media only screen and (min-width: 768px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content {
          max-width: 600px;
          max-height: 90%; } }
      @media only screen and (min-width: 992px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content {
          max-width: 800px; } }
      @media only screen and (min-width: 1200px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content {
          max-width: 1000px;
          height: 70vh; } }
      @media only screen and (min-width: 1440px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content {
          max-width: 1200px; } }
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
        height: 100%;
        background-color: black; }
        @media only screen and (min-width: 768px) {
          .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
        @media only screen and (min-width: 1200px) {
          .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication {
            gap: 3.25rem; } }
        @media only screen and (min-width: 1440px) {
          .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication {
            gap: 4rem; } }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication {
          position: relative;
          aspect-ratio: 9 / 16;
          width: 100%;
          max-height: 350px; }
          @media only screen and (min-width: 768px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication {
              width: auto;
              height: 100%;
              max-height: 400px; } }
          @media only screen and (min-width: 992px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication {
              max-height: 450px; } }
          @media only screen and (min-width: 1200px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication {
              max-height: 600px; } }
          @media only screen and (min-width: 1248px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication {
              max-height: 100%; } }
          .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .video-explication {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 2; }
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-volume,
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-repeat {
              pointer-events: auto; }
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-volume {
              text-align: right;
              -webkit-transition: all 0.2s ease-out;
              -o-transition: all 0.2s ease-out;
              transition: all 0.2s ease-out; }
              .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-volume::before {
                font-family: FontAwesome;
                content: '\f026';
                display: block;
                font-size: 30px;
                color: white;
                padding: 12px 20px;
                cursor: pointer;
                position: absolute;
                right: 0;
                bottom: 0.25rem;
                z-index: 3; }
                @media only screen and (min-width: 768px) {
                  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-volume::before {
                    top: 0.25rem;
                    bottom: unset; } }
              .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-volume.sound::before {
                content: '\f028'; }
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-repeat {
              -webkit-transition: all 0.2s ease-out;
              -o-transition: all 0.2s ease-out;
              transition: all 0.2s ease-out; }
              .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-repeat::before {
                font-family: FontAwesome;
                content: '\f01e';
                display: block;
                position: absolute;
                bottom: 1rem;
                left: 1rem;
                font-size: 24px;
                color: white;
                cursor: pointer;
                z-index: 3; }
                @media only screen and (min-width: 768px) {
                  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-video-explication .div-icons-video .icon-repeat::before {
                    top: 1rem;
                    bottom: unset; } }
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-text-explication {
          width: calc(100%);
          text-align: left;
          padding: 0 1.25rem 3rem; }
          @media only screen and (min-width: 768px) {
            .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-text-explication {
              padding: 2.5rem 3rem 2.5rem 0;
              width: calc(60%); } }
          .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-text-explication p {
            color: white;
            margin-bottom: 0;
            font-size: 1rem;
            line-height: 1.375rem;
            font-weight: 300; }
            @media only screen and (min-width: 992px) {
              .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-text-explication p {
                font-size: 1.25rem;
                line-height: 1.75rem; } }
            @media only screen and (min-width: 1200px) {
              .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_explication .explication-content .explication .container-text-explication p {
                font-size: 1.5rem;
                line-height: 2.25rem; } }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_lightbox .lightbox-content {
      position: relative;
      max-width: 366px;
      max-height: 549px;
      width: 90%;
      height: 70vh; }
      @media only screen and (min-width: 576px) {
        .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_lightbox .lightbox-content {
          width: 70vw; } }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_lightbox .lightbox-image,
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .interactive_popup_gallery_popup_lightbox .lightbox-video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border: 0; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-close:hover {
      background-color: transparent; }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-close img {
      width: 2.75rem;
      height: 2.75rem; }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-prev, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-next {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-prev, .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: unset; } }
    .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-prev[disabled], .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-next[disabled] {
      opacity: 0.3;
      cursor: not-allowed;
      background-color: transparent; }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-prev {
    left: 1rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-prev {
        left: -66px; } }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-next {
    right: 1rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .lightbox-next {
        right: -66px; } }
  .c-interactive_popup_gallery_trigger .c-interactive_popup_gallery .slider-arrow-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    background-image: url("../../../web/img/interactive_popup_flecha_granate_left.png"), url("../../../web/img/interactive_popup_flecha_granate_right.png"), url("../../../web/img/interactive_popup_flecha_gris_left.png"), url("../../../web/img/interactive_popup_flecha_granate_right.png"); }

.c-mediaShowCarousel_trigger {
  padding: 0;
  margin: 0; }
  .c-mediaShowCarousel_trigger .mediaShowCarousel-header {
    background-color: #000;
    color: white;
    text-align: left;
    position: absolute;
    top: 3rem;
    left: 1rem;
    max-width: 1000px; }
    @media only screen and (min-width: 576px) {
      .c-mediaShowCarousel_trigger .mediaShowCarousel-header {
        left: 1rem;
        top: 3rem; } }
    @media only screen and (min-width: 992px) {
      .c-mediaShowCarousel_trigger .mediaShowCarousel-header {
        left: 2rem;
        top: 1.5rem; } }
    @media only screen and (min-width: 1900px) {
      .c-mediaShowCarousel_trigger .mediaShowCarousel-header {
        top: 3.5rem; } }
    .c-mediaShowCarousel_trigger .mediaShowCarousel-header .title, .c-mediaShowCarousel_trigger .mediaShowCarousel-header #content h2.title, #content .c-mediaShowCarousel_trigger .mediaShowCarousel-header h2.title {
      margin: 0;
      font-size: 1.5rem;
      color: white;
      line-height: 1.625rem; }
      @media only screen and (min-width: 576px) {
        .c-mediaShowCarousel_trigger .mediaShowCarousel-header .title, .c-mediaShowCarousel_trigger .mediaShowCarousel-header #content h2.title, #content .c-mediaShowCarousel_trigger .mediaShowCarousel-header h2.title {
          font-size: 2rem;
          line-height: 2rem; } }
      @media only screen and (min-width: 1900px) {
        .c-mediaShowCarousel_trigger .mediaShowCarousel-header .title, .c-mediaShowCarousel_trigger .mediaShowCarousel-header #content h2.title, #content .c-mediaShowCarousel_trigger .mediaShowCarousel-header h2.title {
          font-size: 5.125rem;
          line-height: 5rem; } }
  .c-mediaShowCarousel_trigger .c-mediaShowCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    width: 100vw;
    position: relative;
    background-color: black; }
    .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 5rem; }
      @media only screen and (min-width: 1900px) {
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container {
          padding-top: 11.5rem; } }
      .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img {
        min-width: 100vw;
        height: calc(100vh - 5rem);
        background-size: cover;
        background-position: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative; }
        @media only screen and (min-width: 992px) {
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img {
            min-width: 90vw; } }
        @media only screen and (min-width: 1900px) {
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img {
            height: calc(100vh - 11.5rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img:last-child {
          min-width: 100vw; }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img:last-child {
              min-width: 96vw; } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .container-img-bg {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 0;
          padding: 1.75rem 1rem 1rem; }
          @media only screen and (min-width: 576px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .container-img-bg {
              padding: 3rem 1rem 2rem; } }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .container-img-bg {
              padding: 2rem; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .container-img-bg {
              padding: 3rem 2rem; } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .container-img-bg .img-bg {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner {
          position: absolute;
          z-index: 1;
          -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: -webkit-transform 0.5s ease-in-out;
          -o-transition: transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
          height: 150px; }
          @media only screen and (min-width: 576px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner {
              height: 200px; } }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner {
              height: 150px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner {
              height: 228px; } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner:hover,
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
            @media only screen and (min-width: 1900px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner:hover,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner:hover {
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2); } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-one,
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-one {
            width: 250px; }
            @media only screen and (min-width: 576px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-one,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-one {
                width: 280px; } }
            @media only screen and (min-width: 1900px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-one,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-one {
                width: 340px; } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-two,
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-two {
            width: 114px; }
            @media only screen and (min-width: 576px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-two,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-two {
                width: 134px; } }
            @media only screen and (min-width: 1900px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-two,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-two {
                width: 194px; } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-three,
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-three {
            width: 90px; }
            @media only screen and (min-width: 576px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-three,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-three {
                width: 100px; } }
            @media only screen and (min-width: 1900px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-three,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-three {
                width: 150px; } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-four,
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-four {
            width: 90px;
            display: none; }
            @media only screen and (min-width: 992px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-four,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-four {
                display: block; } }
            @media only screen and (min-width: 1900px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-four,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-four {
                width: 150px; } }
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-five,
          .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-five {
            width: 254px;
            display: none; }
            @media only screen and (min-width: 992px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-five,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-five {
                display: block; } }
            @media only screen and (min-width: 1900px) {
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner.inner-five,
              .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner.inner-five {
                width: 314px; } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .imagen-inner img,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img .video-inner video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-one,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-one {
          top: 60px;
          left: 30px; }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-one {
              top: 80px;
              left: 120px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-one {
              top: calc(60px + 3rem);
              left: calc(100px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-two,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-two {
          top: 45%;
          right: 40px; }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-two {
              top: 80px;
              right: 100px; } }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-two {
              right: 100px; } }
          @media only screen and (min-width: 1200px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-two {
              right: 180px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-two {
              top: calc(60px + 3rem);
              right: calc(160px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-three,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-three {
          bottom: 40px;
          left: 100px; }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-three {
              top: 40%;
              left: 40%;
              bottom: 0; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-three {
              top: 50%;
              left: 40%; } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-four,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-four {
          bottom: 60px;
          left: 80px; }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-four,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-four {
              left: calc(60px + 2rem);
              bottom: calc(40px + 3rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-five,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-five {
          bottom: 80px;
          right: 130px; }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-five,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-five {
              bottom: 80px;
              right: 130px; } }
          @media only screen and (min-width: 1200px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-five,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-five {
              bottom: 100px;
              right: 220px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .video-inner.inner-five,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-1 .imagen-inner.inner-five {
              bottom: calc(80px + 3rem);
              right: calc(200px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-one,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-one {
          top: 40px;
          right: 40px; }
          @media only screen and (min-width: 576px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-one {
              top: 60px; } }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-one {
              top: 18%;
              left: 80px;
              right: 0; } }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-one {
              top: 20%; } }
          @media only screen and (min-width: 1200px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-one {
              top: 25%; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-one {
              top: 35%;
              left: calc(60px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-two,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-two {
          top: 36%;
          left: 40px; }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-two {
              top: 60px;
              left: 320px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-two {
              left: calc(320px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-three,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-three {
          bottom: 40px;
          right: 60px; }
          @media only screen and (min-width: 576px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-three {
              bottom: 60px; } }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-three {
              top: 12%;
              right: 70px;
              bottom: 0; } }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-three {
              right: 80px; } }
          @media only screen and (min-width: 1200px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-three {
              right: 20%; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-three {
              top: 22%;
              right: 500px; } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-four,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-four {
          bottom: 60px;
          left: 20%; }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-four,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-four {
              bottom: calc(100px + 3rem);
              left: 40%; } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-five,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-five {
          bottom: 60px;
          right: 100px; }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .video-inner.inner-five,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-2 .imagen-inner.inner-five {
              right: 80px;
              bottom: calc(40px + 3rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-one,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-one {
          top: 40px;
          left: 100px; }
          @media only screen and (min-width: 576px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-one {
              top: 60px; } }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-one {
              top: 140px; } }
          @media only screen and (min-width: 1248px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-one {
              left: 110px; } }
          @media only screen and (min-width: 1440px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-one {
              left: 120px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-one,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-one {
              top: calc(60px + 3rem);
              left: calc(40px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-two,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-two {
          top: 36%;
          left: 40px; }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-two {
              top: 60px;
              left: 32%; } }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-two {
              left: 30%; } }
          @media only screen and (min-width: 1200px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-two {
              left: 25%; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-two,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-two {
              top: calc(40px + 3rem);
              left: 34%; } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-three,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-three {
          bottom: 30px;
          right: 50px; }
          @media only screen and (min-width: 576px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-three {
              bottom: 60px; } }
          @media only screen and (min-width: 992px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-three {
              top: 60px;
              bottom: 0; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-three,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-three {
              top: calc(40px + 3rem);
              right: calc(20px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-four,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-four {
          bottom: 60px;
          left: 100px; }
          @media only screen and (min-width: 1024px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-four,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-four {
              left: 120px; } }
          @media only screen and (min-width: 1200px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-four,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-four {
              left: 298px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-four,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-four {
              bottom: calc(40px + 3rem);
              left: calc(250px + 2rem); } }
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-five,
        .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-five {
          bottom: 140px;
          right: 160px; }
          @media only screen and (min-width: 1248px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-five,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-five {
              right: 200px; } }
          @media only screen and (min-width: 1900px) {
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .video-inner.inner-five,
            .c-mediaShowCarousel_trigger .c-mediaShowCarousel .mediaShowCarousel-container .container-bg-img.plantilla-3 .imagen-inner.inner-five {
              bottom: calc(120px + 3rem);
              right: 30%; } }

.\32 020_ultimate #scene-0 {
  height: auto; }

.\32 020_ultimate .textfadein .imgopacity-textfadein__text {
  color: #fff; }

.landing #scene-0,
.atomx_2020 #scene-0,
.atomxcarbon_2020 #scene-0,
.\32 020_ultimate #scene-0,
.core_new #scene-0,
.core #scene-0 {
  height: calc(100vh - 4.5rem); }

.landing .full-block > section,
.atomx_2020 .full-block > section,
.atomxcarbon_2020 .full-block > section,
.\32 020_ultimate .full-block > section,
.core_new .full-block > section,
.core .full-block > section {
  padding: 0; }

.landing .img-spec.bg-spec--grey,
.atomx_2020 .img-spec.bg-spec--grey,
.atomxcarbon_2020 .img-spec.bg-spec--grey,
.\32 020_ultimate .img-spec.bg-spec--grey,
.core_new .img-spec.bg-spec--grey,
.core .img-spec.bg-spec--grey {
  background-color: #fff; }

.landing .c-video-textcolumns,
.landing .full-block > section.c-video-textcolumns,
.atomx_2020 .c-video-textcolumns,
.atomx_2020 .full-block > section.c-video-textcolumns,
.atomxcarbon_2020 .c-video-textcolumns,
.atomxcarbon_2020 .full-block > section.c-video-textcolumns,
.\32 020_ultimate .c-video-textcolumns,
.\32 020_ultimate .full-block > section.c-video-textcolumns,
.core_new .c-video-textcolumns,
.core_new .full-block > section.c-video-textcolumns,
.core .c-video-textcolumns,
.core .full-block > section.c-video-textcolumns {
  padding: 2em 0; }
  @media only screen and (min-width: 992px) {
    .landing .c-video-textcolumns,
    .landing .full-block > section.c-video-textcolumns,
    .atomx_2020 .c-video-textcolumns,
    .atomx_2020 .full-block > section.c-video-textcolumns,
    .atomxcarbon_2020 .c-video-textcolumns,
    .atomxcarbon_2020 .full-block > section.c-video-textcolumns,
    .\32 020_ultimate .c-video-textcolumns,
    .\32 020_ultimate .full-block > section.c-video-textcolumns,
    .core_new .c-video-textcolumns,
    .core_new .full-block > section.c-video-textcolumns,
    .core .c-video-textcolumns,
    .core .full-block > section.c-video-textcolumns {
      padding: 0; } }

.landing .c-title-and-text-degradate,
.atomx_2020 .c-title-and-text-degradate,
.atomxcarbon_2020 .c-title-and-text-degradate,
.\32 020_ultimate .c-title-and-text-degradate,
.core_new .c-title-and-text-degradate,
.core .c-title-and-text-degradate {
  padding: 5rem 0; }

@media only screen and (min-width: 992px) {
  
  .landing #content .c-bike-video__content .o-title-left,
  .landing #content .c-bike-video__content h1.o-title-left,
  .landing .c-bike-video__content .o-title-left,
  .landing .c-bike-video__content #content .o-title-left,
  #content .landing .c-bike-video__content .o-title-left,
  .landing .c-bike-video__content h1.o-title-left,
  .landing .c-bike-video__content #content h1.o-title-left,
  #content .landing .c-bike-video__content h1.o-title-left,
  .atomx_2020 #content .c-bike-video__content .o-title-left,
  .atomx_2020 #content .c-bike-video__content h1.o-title-left,
  .atomx_2020 .c-bike-video__content .o-title-left,
  .atomx_2020 .c-bike-video__content #content .o-title-left,
  #content .atomx_2020 .c-bike-video__content .o-title-left,
  .atomx_2020 .c-bike-video__content h1.o-title-left,
  .atomx_2020 .c-bike-video__content #content h1.o-title-left,
  #content .atomx_2020 .c-bike-video__content h1.o-title-left,
  .atomxcarbon_2020 #content .c-bike-video__content .o-title-left,
  .atomxcarbon_2020 #content .c-bike-video__content h1.o-title-left,
  .atomxcarbon_2020 .c-bike-video__content .o-title-left,
  .atomxcarbon_2020 .c-bike-video__content #content .o-title-left,
  #content .atomxcarbon_2020 .c-bike-video__content .o-title-left,
  .atomxcarbon_2020 .c-bike-video__content h1.o-title-left,
  .atomxcarbon_2020 .c-bike-video__content #content h1.o-title-left,
  #content .atomxcarbon_2020 .c-bike-video__content h1.o-title-left,
  .\32 020_ultimate #content .c-bike-video__content .o-title-left,
  .\32 020_ultimate #content .c-bike-video__content h1.o-title-left,
  .\32 020_ultimate .c-bike-video__content .o-title-left,
  .\32 020_ultimate .c-bike-video__content #content .o-title-left,
  #content .\32 020_ultimate .c-bike-video__content .o-title-left,
  .\32 020_ultimate .c-bike-video__content h1.o-title-left,
  .\32 020_ultimate .c-bike-video__content #content h1.o-title-left,
  #content .\32 020_ultimate .c-bike-video__content h1.o-title-left,
  .core_new #content .c-bike-video__content .o-title-left,
  .core_new #content .c-bike-video__content h1.o-title-left,
  .core_new .c-bike-video__content .o-title-left,
  .core_new .c-bike-video__content #content .o-title-left,
  #content .core_new .c-bike-video__content .o-title-left,
  .core_new .c-bike-video__content h1.o-title-left,
  .core_new .c-bike-video__content #content h1.o-title-left,
  #content .core_new .c-bike-video__content h1.o-title-left,
  .core #content .c-bike-video__content .o-title-left,
  .core #content .c-bike-video__content h1.o-title-left,
  .core .c-bike-video__content .o-title-left,
  .core .c-bike-video__content #content .o-title-left,
  #content .core .c-bike-video__content .o-title-left,
  .core .c-bike-video__content h1.o-title-left,
  .core .c-bike-video__content #content h1.o-title-left,
  #content .core .c-bike-video__content h1.o-title-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.5vw; } }

.landing .pad-tb,
.atomx_2020 .pad-tb,
.atomxcarbon_2020 .pad-tb,
.\32 020_ultimate .pad-tb,
.core_new .pad-tb,
.core .pad-tb {
  padding-top: 0 !important; }

.landing .keys-block__col,
.atomx_2020 .keys-block__col,
.atomxcarbon_2020 .keys-block__col,
.\32 020_ultimate .keys-block__col,
.core_new .keys-block__col,
.core .keys-block__col {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 992px) {
    .landing .keys-block__col,
    .atomx_2020 .keys-block__col,
    .atomxcarbon_2020 .keys-block__col,
    .\32 020_ultimate .keys-block__col,
    .core_new .keys-block__col,
    .core .keys-block__col {
      width: 50%;
      padding-left: 2em;
      padding-right: 2em; } }
  .landing .keys-block__col:first-child,
  .atomx_2020 .keys-block__col:first-child,
  .atomxcarbon_2020 .keys-block__col:first-child,
  .\32 020_ultimate .keys-block__col:first-child,
  .core_new .keys-block__col:first-child,
  .core .keys-block__col:first-child {
    border: 0; }
    @media only screen and (min-width: 992px) {
      .landing .keys-block__col:first-child,
      .atomx_2020 .keys-block__col:first-child,
      .atomxcarbon_2020 .keys-block__col:first-child,
      .\32 020_ultimate .keys-block__col:first-child,
      .core_new .keys-block__col:first-child,
      .core .keys-block__col:first-child {
        border-color: #cfcfcf;
        border-right: 1px solid #cfcfcf; } }

.landing .keys-block__text,
.atomx_2020 .keys-block__text,
.atomxcarbon_2020 .keys-block__text,
.\32 020_ultimate .keys-block__text,
.core_new .keys-block__text,
.core .keys-block__text {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .landing .keys-block__text,
    .atomx_2020 .keys-block__text,
    .atomxcarbon_2020 .keys-block__text,
    .\32 020_ultimate .keys-block__text,
    .core_new .keys-block__text,
    .core .keys-block__text {
      width: calc(100% - 220px); } }

.landing .spec-icon-img,
.atomx_2020 .spec-icon-img,
.atomxcarbon_2020 .spec-icon-img,
.\32 020_ultimate .spec-icon-img,
.core_new .spec-icon-img,
.core .spec-icon-img {
  margin-left: auto;
  margin-right: auto; }

.landing .spec-icon-text,
.atomx_2020 .spec-icon-text,
.atomxcarbon_2020 .spec-icon-text,
.\32 020_ultimate .spec-icon-text,
.core_new .spec-icon-text,
.core .spec-icon-text {
  text-align: center; }

.landing .bg-opacity-slide,
.atomx_2020 .bg-opacity-slide,
.atomxcarbon_2020 .bg-opacity-slide,
.\32 020_ultimate .bg-opacity-slide,
.core_new .bg-opacity-slide,
.core .bg-opacity-slide {
  background-color: rgba(255, 255, 255, 0.7); }

.landing .slider-transition .slick-dots li button::before,
.atomx_2020 .slider-transition .slick-dots li button::before,
.atomxcarbon_2020 .slider-transition .slick-dots li button::before,
.\32 020_ultimate .slider-transition .slick-dots li button::before,
.core_new .slider-transition .slick-dots li button::before,
.core .slider-transition .slick-dots li button::before {
  color: #000; }

.landing #content h2.degradate-text,
.landing .degradate-text,
.landing .imgopacity-textfadein__text,
.atomx_2020 #content h2.degradate-text,
.atomx_2020 .degradate-text,
.atomx_2020 .imgopacity-textfadein__text,
.atomxcarbon_2020 #content h2.degradate-text,
.atomxcarbon_2020 .degradate-text,
.atomxcarbon_2020 .imgopacity-textfadein__text,
.\32 020_ultimate #content h2.degradate-text,
.\32 020_ultimate .degradate-text,
.\32 020_ultimate .imgopacity-textfadein__text,
.core_new #content h2.degradate-text,
.core_new .degradate-text,
.core_new .imgopacity-textfadein__text,
.core #content h2.degradate-text,
.core .degradate-text,
.core .imgopacity-textfadein__text {
  color: #fff; }

.wrapper-bg-image .content-bg.centro a.view-more-product.play-video::after {
  visibility: hidden;
  display: none; }

.wrapper-bg-image .content-bg.centro a.view-more-product.play-video:hover {
  opacity: 0.85; }

.landing #product_related.c-product_related_2 .product img:not(.js-toggle-comparator) {
  width: 100%;
  max-height: none; }

@media only screen and (min-width: 1024px) {
  .xtep_carbon #rs1-element3.c-video-scroll {
    min-height: auto; } }

.c-video-logos2 {
  position: relative; }
  .c-video-logos2__img {
    position: relative;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .c-video-logos2__img {
        height: 100vh; } }
    .c-video-logos2__img .img-main-bike {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 1023px) {
        .c-video-logos2__img .img-main-bike {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          height: auto;
          max-width: 850px; } }
  .c-video-logos2__logos {
    background: #061847;
    width: 100%;
    z-index: 8;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0; }
    @media only screen and (max-width: 1023px) {
      .c-video-logos2__logos {
        background: rgba(6, 24, 71, 0.65);
        opacity: 1;
        height: 50%; } }
    .c-video-logos2__logos .f-logo {
      max-width: 310.92px;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .c-video-logos2__logos .f-logo {
          max-width: 235px; } }
    .c-video-logos2__logos .s-logo {
      max-width: 275.5px; }
      @media only screen and (max-width: 767px) {
        .c-video-logos2__logos .s-logo {
          max-width: 209px; } }
    .c-video-logos2__logos .under-subtitle {
      width: 461.5px;
      color: #FFF;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 61px;
      line-height: 64px; }
      @media only screen and (max-width: 767px) {
        .c-video-logos2__logos .under-subtitle {
          font-size: 46px;
          line-height: 47px;
          width: 328px;
          margin: 0 auto; } }
  .c-video-logos2__video {
    width: 100%;
    z-index: 9;
    height: 100%;
    position: absolute;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    background: #fff; }
    .c-video-logos2__video video {
      width: 100%; }

.efects-scroll {
  background: black;
  min-height: 1900vh;
  position: relative; }
  .efects-scroll .intro-container {
    height: 67vh;
    background: black;
    text-align: center;
    color: white; }
    .efects-scroll .intro-container__picture {
      position: relative;
      width: 100%;
      height: 100%; }
      .efects-scroll .intro-container__picture .img-main-bike {
        max-width: 700px;
        margin: 20px auto;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); }
        .efects-scroll .intro-container__picture .img-main-bike.rotate {
          -webkit-transform: translate(-50%) rotateY(-180deg);
          transform: translate(-50%) rotateY(-180deg); }
  .efects-scroll .scrim {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    background: #000;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .efects-scroll .scrim-imagen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    background: #000;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .efects-scroll .scroll-container {
    background: transparent;
    min-height: 600vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  .efects-scroll h2.title, .efects-scroll #content h2.title, #content .efects-scroll h2.title {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: white;
    font-size: 80px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.015em;
    margin: 0;
    text-transform: inherit; }
  .efects-scroll h3 {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: white;
    font-size: 80px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.015em;
    margin: 0; }
  .efects-scroll p {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    color: white;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; }
  .efects-scroll .red {
    /* background: rgba(217, 30, 24, 0.5); */
    max-width: 1140px;
    margin: 0 auto; }
  .efects-scroll .pink {
    background: rgba(200, 25, 24, 0.5); }
  .efects-scroll .section-scene .content__centered {
    text-align: center; }
  .efects-scroll .section-scene .content__text {
    width: 100%; }
    .efects-scroll .section-scene .content__text p {
      font-size: 28px;
      line-height: 1.14286;
      font-weight: 600;
      letter-spacing: .007em;
      font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
      max-width: 247px;
      opacity: 0; }
    .efects-scroll .section-scene .content__text--left p {
      margin-left: 35%; }
    .efects-scroll .section-scene .content__text--right p {
      margin-left: inherit;
      margin-right: auto;
      text-align: right; }
  .efects-scroll .section-scene .content__flex {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 57%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
  .efects-scroll .section-scene {
    position: relative; }
  .efects-scroll .section__pin {
    height: 80vh;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .efects-scroll .section__pin--full {
      height: 100vh; }
    .efects-scroll .section__pin.white {
      background: #fff; }
  .efects-scroll .bh-text-decrip {
    width: 57%;
    margin-left: auto;
    margin-right: auto; }
  .efects-scroll .img-logo {
    opacity: 0; }
  .efects-scroll .svg-prueba {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    transform-origin: 50% 45%; }
  .efects-scroll .masked {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%; }
  .efects-scroll .img-fondo {
    background-repeat: no-repeat;
    background-image: url("https://bhbikes.b-cdn.net/download/bancorecursos/homeV2/commute3.jpg?d=");
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover; }
  .efects-scroll .content-below-sticky {
    z-index: 2;
    background: lightblue;
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 0.5;
    position: absolute;
    top: 100vh; }
  .efects-scroll .scrim-white {
    z-index: 4;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .efects-scroll .scrim-white p {
    color: #000;
    opacity: 0; }
  .efects-scroll canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100vh;
    max-width: 46vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .efects-scroll.xtep {
    background: #061847;
    min-height: 3000vh; }
    .efects-scroll.xtep .intro-container {
      height: 100vh;
      background: #061847; }
      .efects-scroll.xtep .intro-container__content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh; }
      .efects-scroll.xtep .intro-container__picture {
        background-image: url("../../../download/bancorecursos/landings/xtep/bg_blueheader.jpg");
        z-index: 3;
        position: absolute; }
        .efects-scroll.xtep .intro-container__picture .img-main-bike {
          max-width: 1287px;
          margin: 0 auto;
          top: 47.5%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 86.5%;
          height: 100%; }
      .efects-scroll.xtep .intro-container__video {
        position: absolute;
        top: 41.5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%; }
    .efects-scroll.xtep .img-main-bike {
      position: absolute;
      max-width: 1280px;
      top: 34px; }
    .efects-scroll.xtep .title, .efects-scroll.xtep #content h2.title, #content .efects-scroll.xtep h2.title {
      max-width: 310.92px;
      display: block;
      margin: 0 auto; }
    .efects-scroll.xtep .subtitle {
      max-width: 275.5px; }
    .efects-scroll.xtep .under-subtitle {
      width: 461.5px;
      color: #FFF;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 61px;
      line-height: 64px; }
    .efects-scroll.xtep #xtep-element2 {
      top: 14000px; }
    .efects-scroll.xtep h1.name-bike, .efects-scroll.xtep #content h1.name-bike, #content .efects-scroll.xtep h1.name-bike {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 43px;
      line-height: 29px;
      text-transform: capitalize;
      text-align: center;
      margin-bottom: 30px; }
    .efects-scroll.xtep .bh-text-decrip {
      width: 515px;
      color: #000;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 29px;
      text-align: center;
      font-weight: 300; }
      .efects-scroll.xtep .bh-text-decrip span {
        display: block;
        font-weight: 300;
        line-height: 29px;
        max-width: 440px;
        margin: 0 auto; }

.home:not(.b2b) .landing[class*="stories"] .main-container.up-content {
  margin-top: -6.375rem; }
  @media only screen and (max-width: 767px) {
    .home:not(.b2b) .landing[class*="stories"] .main-container.up-content {
      margin-top: 0; } }

.storie-parraf {
  font-size: 50px;
  line-height: 66px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 100px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .storie-parraf {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 50px; } }
  .storie-parraf.title, #content h2.storie-parraf.title {
    font-size: 60px;
    line-height: 79px;
    letter-spacing: 12px;
    color: #000;
    margin-bottom: 100px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .storie-parraf.title, #content h2.storie-parraf.title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 50px; } }
  .storie-parraf.normal {
    font-weight: normal; }
  .storie-parraf.md {
    font-size: 40px;
    line-height: 53px; }
    @media only screen and (max-width: 767px) {
      .storie-parraf.md {
        font-size: 20px;
        line-height: 35px; } }
  .storie-parraf.sm {
    font-size: 32px;
    line-height: 42px; }
    @media only screen and (max-width: 767px) {
      .storie-parraf.sm {
        font-size: 19px;
        line-height: 30px; } }
  .storie-parraf.xs {
    font-size: 25px;
    line-height: 30px; }
    @media only screen and (max-width: 767px) {
      .storie-parraf.xs {
        font-size: 18px;
        line-height: 25px; } }
  .storie-parraf.fonthand {
    font-family: 'Kalam', cursive; }

.o-aspect-ratio.border img {
  outline: 15px solid #cbcbcb;
  outline-offset: -15px; }
  @media only screen and (max-width: 767px) {
    .o-aspect-ratio.border img {
      outline: 5px solid #cbcbcb;
      outline-offset: -5px; } }

.o-aspect-ratio.border-brown img {
  outline: 15px solid #b69884;
  outline-offset: -15px; }
  @media only screen and (max-width: 767px) {
    .o-aspect-ratio.border-brown img {
      outline: 5px solid #b69884;
      outline-offset: -5px; } }

.o-aspect-ratio.border-rose img {
  outline: 15px solid #B68484;
  outline-offset: -15px; }
  @media only screen and (max-width: 767px) {
    .o-aspect-ratio.border-rose img {
      outline: 5px solid #B68484;
      outline-offset: -5px; } }

.o-aspect-ratio.border-green img {
  outline: 15px solid #84b6b6;
  outline-offset: -15px; }
  @media only screen and (max-width: 767px) {
    .o-aspect-ratio.border-green img {
      outline: 5px solid #84b6b6;
      outline-offset: -5px; } }

.stories,
.cita {
  padding: 100px 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .stories,
    .cita {
      padding: 70px 0; } }
  .stories.lightgrey,
  .cita.lightgrey {
    background: #DCDCDC; }
  .stories.brown,
  .cita.brown {
    background: #cebcb0; }
  .stories.rose,
  .cita.rose {
    background: #CEB0B0; }
  .stories.green,
  .cita.green {
    background: #b0cec0; }

.stories--text .c-content__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .stories--videoimg .c-content--full-hidden {
    height: auto; } }

.stories--videoimg .o-aspect-ratio {
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .stories--videoimg .o-aspect-ratio {
      height: calc(100vh - 6.375rem); } }
  .stories--videoimg .o-aspect-ratio__target {
    -o-object-position: center bottom;
    object-position: center bottom; }
  .stories--videoimg .o-aspect-ratio--img .o-aspect-ratio__target {
    height: 100vh; }

.stories--videoimg.section-fixed {
  margin-bottom: 20vh; }
  @media only screen and (max-width: 767px) {
    .stories--videoimg.section-fixed {
      margin-bottom: 0; } }

.stories--textimage .c-content__img {
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .stories--textimage .c-content__img {
      max-width: 530px; } }

.stories--titleimage .c-content__img {
  max-width: 900px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .stories--titleimage .c-content__img {
      margin: 0 -15px; } }

.stories--textimagedouble .c-content__img,
.stories--textmosaic .c-content__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .stories--textimagedouble .c-content__img,
    .stories--textmosaic .c-content__img {
      margin: 0 -15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .stories--textimagedouble .c-content__img__item,
  .stories--textmosaic .c-content__img__item {
    width: calc(35% - 20px);
    margin: 10px; }
    @media only screen and (max-width: 767px) {
      .stories--textimagedouble .c-content__img__item,
      .stories--textmosaic .c-content__img__item {
        width: calc(100% - 20px);
        max-width: 530px;
        margin: 10px auto; } }

.stories--slider .c-content__wrapper {
  padding: 0;
  max-width: 100%; }

.stories--slider .slider-drop__item {
  max-width: 300px;
  margin: 10px; }
  @media only screen and (max-width: 767px) {
    .stories--slider .slider-drop__item {
      max-width: 250px; } }
  .stories--slider .slider-drop__item .storie-parraf {
    margin: 0; }

.stories--slider .slider-drop__img {
  margin-bottom: 20px;
  cursor: pointer;
  height: auto; }

.stories--slider .slider-dropdown__item {
  display: none;
  padding: 70px 0 0; }
  @media only screen and (max-width: 767px) {
    .stories--slider .slider-dropdown__item {
      padding: 30px 0 0; } }

.stories--slider .slider-dropdown__img {
  width: 500px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .stories--slider .slider-dropdown__img {
      width: 250px; } }

.stories--slider .slider-dropdown__info {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .stories--slider .slider-dropdown__info {
      max-width: 300px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .stories--slider .slider-dropdown__info .storie-parraf {
    margin-bottom: 0;
    width: 46%;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .stories--slider .slider-dropdown__info .storie-parraf {
        margin-bottom: 20px;
        width: 100%; } }

.stories--spotify {
  min-height: auto; }
  .stories--spotify iframe {
    max-width: 700px;
    width: 100%; }
  .stories--spotify .logo-spotify {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .stories--spotify .logo-spotify {
        display: block; } }
    .stories--spotify .logo-spotify__ico {
      font-size: 3.5rem;
      vertical-align: middle;
      margin-right: 8px; }
      @media only screen and (max-width: 767px) {
        .stories--spotify .logo-spotify__ico {
          font-size: 3rem; } }
    .stories--spotify .logo-spotify__text {
      font-family: "Gotham", sans-serif;
      font-weight: 700;
      letter-spacing: -2px;
      font-size: 2.5rem;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .stories--spotify .logo-spotify__text {
          font-size: 1.5em; } }
  .stories--spotify .storie-parraf {
    cursor: pointer;
    margin-bottom: 50px; }

.b-imgsecuence h3, .b-imgsecuence h4, .b-imgsecuence p,
.b-zoom h3,
.b-zoom h4,
.b-zoom p {
  color: white; }

.b-imgsecuence .under-title,
.b-zoom .under-title {
  font-size: 18px;
  line-height: 25px;
  max-width: 200px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media only screen and (min-width: 1024px) {
    .b-imgsecuence .under-title,
    .b-zoom .under-title {
      max-width: 100%;
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 80px; } }

.b-imgsecuence .title, .b-imgsecuence #content h2.title, #content .b-imgsecuence h2.title,
.b-zoom .title,
.b-zoom #content h2.title,
#content .b-zoom h2.title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase; }
  @media only screen and (min-width: 1248px) {
    .b-imgsecuence .title, .b-imgsecuence #content h2.title, #content .b-imgsecuence h2.title,
    .b-zoom .title,
    .b-zoom #content h2.title,
    #content .b-zoom h2.title {
      font-size: 70px;
      line-height: 60px;
      margin-bottom: 25px;
      letter-spacing: 5px; } }
  @media only screen and (min-width: 1440px) {
    .b-imgsecuence .title, .b-imgsecuence #content h2.title, #content .b-imgsecuence h2.title,
    .b-zoom .title,
    .b-zoom #content h2.title,
    #content .b-zoom h2.title {
      font-size: 70px;
      line-height: 90px;
      margin-bottom: 45px; } }
  @media only screen and (max-width: 1023px) {
    .b-imgsecuence .title.small, .b-imgsecuence #content h2.small.title, #content .b-imgsecuence h2.small.title,
    .b-zoom .title.small,
    .b-zoom #content h2.small.title,
    #content .b-zoom h2.small.title {
      font-size: 40px;
      line-height: 45px; } }

.b-imgsecuence .subtitle,
.b-zoom .subtitle {
  font-size: 55px;
  line-height: 70px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media only screen and (max-width: 1023px) {
    .b-imgsecuence .subtitle,
    .b-zoom .subtitle {
      font-size: 50px;
      line-height: 55px; } }

.b-imgsecuence .parrafo,
.b-zoom .parrafo {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .b-imgsecuence .parrafo,
    .b-zoom .parrafo {
      font-size: 25px;
      line-height: 29px;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 1248px) {
    .b-imgsecuence .parrafo,
    .b-zoom .parrafo {
      font-size: 60px;
      line-height: 55px;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1600px) {
    .b-imgsecuence .parrafo,
    .b-zoom .parrafo {
      font-size: 70px;
      line-height: 100px; } }
  .b-imgsecuence .parrafo--sub,
  .b-zoom .parrafo--sub {
    font-weight: normal;
    font-size: 20px;
    position: relative; }
    @media only screen and (min-width: 1248px) {
      .b-imgsecuence .parrafo--sub,
      .b-zoom .parrafo--sub {
        font-size: 40px; } }
  .b-imgsecuence .parrafo--small,
  .b-zoom .parrafo--small {
    text-transform: initial;
    font-size: 18px;
    line-height: 23px; }
    @media only screen and (min-width: 1024px) {
      .b-imgsecuence .parrafo--small,
      .b-zoom .parrafo--small {
        font-size: 25px;
        line-height: 36px; } }

@media only screen and (min-width: 1024px) {
  #b-titlesequ-trig2 .c-content__left p,
  #imgsequence-trig3 .c-content__left p {
    max-width: 500px; } }

@media only screen and (min-width: 1600px) {
  #b-titlesequ-trig2 .c-content__left p,
  #imgsequence-trig3 .c-content__left p {
    max-width: 660px; } }

.b-imgsecuence__secuence,
.b-zoom__secuence {
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 1023px) {
  .b-imgsecuence .c-content--full-hidden,
  .b-zoom .c-content--full-hidden {
    height: auto; } }

.b-imgsecuence.bg-black p, .b-imgsecuence.bg-black h3, .b-imgsecuence.bg-black h4,
.b-zoom.bg-black p,
.b-zoom.bg-black h3,
.b-zoom.bg-black h4 {
  color: #fff; }

.b-imgsecuence.bg-white p, .b-imgsecuence.bg-white h3, .b-imgsecuence.bg-white h4,
.b-zoom.bg-white p,
.b-zoom.bg-white h3,
.b-zoom.bg-white h4 {
  color: #000; }

@media only screen and (max-width: 1023px) {
  .b-imgsecuence .o-aspect-ratio--video,
  .b-zoom .o-aspect-ratio--video {
    max-width: 375px;
    margin: 0 auto; } }

@media only screen and (min-width: 1600px) {
  .b-imgsecuence .c-content__wrapper,
  .b-zoom .c-content__wrapper {
    max-width: 1500px; } }

@media only screen and (min-width: 1900px) {
  .b-imgsecuence .c-content__wrapper,
  .b-zoom .c-content__wrapper {
    max-width: 1700px; } }

.b-video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998; }
  @media only screen and (max-width: 767px) {
    .b-video {
      min-height: 100vh; } }
  .b-video .c-content--full-hidden {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .b-video .c-content--full-hidden {
        height: auto; } }
  .b-video .o-aspect-ratio {
    height: 100vh; }
    .b-video .o-aspect-ratio__target {
      -o-object-position: center bottom;
      object-position: center bottom; }
  .b-video-logo {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
  .b-video-decorate {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    max-height: 250px; }
    @media only screen and (max-width: 767px) {
      .b-video-decorate {
        bottom: -5px; } }
    .b-video-decorate__item {
      width: 100%;
      vertical-align: middle; }
    .b-video-decorate__extra {
      background: #000;
      padding: 25px 0; }
      @media only screen and (max-width: 767px) {
        .b-video-decorate__extra {
          padding: 30px 0; } }
  .b-video:after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0A0A0A), to(transparent));
    background: -webkit-linear-gradient(top, #0A0A0A 10%, transparent 100%);
    background: -o-linear-gradient(top, #0A0A0A 10%, transparent 100%);
    background: linear-gradient(to bottom, #0A0A0A 10%, transparent 100%);
    margin-top: -1 px; }

.wrapper-imgsecuence {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .wrapper-imgsecuence {
      min-height: auto; } }
  @media only screen and (min-width: 1024px) {
    .wrapper-imgsecuence {
      height: 100%; } }
  .wrapper-imgsecuence canvas {
    max-width: 100vw; }
    @media only screen and (min-width: 768px) {
      .wrapper-imgsecuence canvas {
        min-width: 100vw;
        max-width: 100vw; } }
  @media only screen and (min-width: 1024px) {
    .wrapper-imgsecuence .o-aspect-ratio {
      height: 100vh; } }
  @media (min-width: 360px) and (orientation: portrait) {
    .wrapper-imgsecuence.o-aspect-ratio--5-8,
    .wrapper-imgsecuence .o-aspect-ratio--5-8 {
      height: 100vh;
      min-height: 100vh; } }

.text-float {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0;
  z-index: 10;
  height: 100%; }
  .text-float .c-content__right {
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 0;
    margin-left: auto; }
  .text-float .c-content__left {
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  .text-float .c-content__center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .text-float .c-content__center {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .text-float .c-content__center .parrafo:not(.parrafo--sub) {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
  .text-float--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .text-float--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 80px; }
  @media only screen and (max-width: 1023px) {
    .text-float--rel {
      position: relative; } }
  .text-float--not {
    position: relative; }
  .text-float--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .text-float--full .c-content__wrapper {
        height: 100%; } }
    @media only screen and (max-width: 767px) {
      .text-float--full .c-content__right {
        max-width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 60px;
        text-align: center; } }

.content-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 1248px) {
    .content-svg {
      height: 100vh; } }
  .content-svg__square {
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .content-svg__text {
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1247px) {
    .content-svg__mob {
      position: absolute;
      bottom: 0;
      z-index: 20;
      max-height: 100vh;
      height: 100vh; }
      .content-svg__mob .content-svg__text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: initial;
        left: 0;
        bottom: 0;
        height: auto;
        width: 100%; } }
  .content-svg__bikes {
    position: relative;
    width: 100%;
    height: 100vh; }
    @media only screen and (max-width: 1247px) {
      .content-svg__bikes {
        position: absolute;
        bottom: 0;
        z-index: 20;
        overflow: hidden;
        height: 100vh; }
        .content-svg__bikes .o-aspect-ratio--9-16 {
          height: 100%; }
        .content-svg__bikes .c-content__wrapper {
          height: 100%; }
        .content-svg__bikes .c-content__right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%; } }
    .content-svg__bikes img {
      width: 100%; }
      .content-svg__bikes img.image2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 1023px) {
          .content-svg__bikes img.image2 {
            -o-object-position: 69% 0;
            object-position: 69% 0; } }
      @media only screen and (max-width: 1023px) {
        .content-svg__bikes img.image1 {
          -o-object-position: left;
          object-position: left; } }

@media only screen and (min-width: 1024px) {
  .video-square .wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    height: 100vh;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media only screen and (min-width: 1024px) {
  .video-square .wrapper-flex > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.video-square .wrapper-flex .wrapper-texts {
  width: 100%;
  text-align: center;
  display: block;
  padding: 30px 0; }
  @media only screen and (min-width: 1024px) {
    .video-square .wrapper-flex .wrapper-texts {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 35%;
      text-align: left;
      padding: 0 0 0 5%; } }

.video-square .wrapper-flex .wrapper-square {
  width: 100%;
  background: #000;
  max-width: 100%; }
  @media only screen and (min-width: 1024px) {
    .video-square .wrapper-flex .wrapper-square {
      width: 45%;
      overflow: hidden;
      height: 500px;
      margin-bottom: 100px;
      position: relative;
      right: 0; } }
  .video-square .wrapper-flex .wrapper-square video {
    width: 100vw; }
  .video-square .wrapper-flex .wrapper-square__secuence {
    width: 100%;
    height: 100%;
    background: #000; }
    @media only screen and (min-width: 1024px) {
      .video-square .wrapper-flex .wrapper-square__secuence {
        position: absolute;
        top: 0;
        left: 0; } }
    .video-square .wrapper-flex .wrapper-square__secuence .title, .video-square .wrapper-flex .wrapper-square__secuence #content h2.title, #content .video-square .wrapper-flex .wrapper-square__secuence h2.title {
      color: #fff !important; }
    @media only screen and (min-width: 1024px) {
      .video-square .wrapper-flex .wrapper-square__secuence .o-aspect-ratio {
        height: 100vh; } }

.video-square .wrapper-bottom {
  padding: 0;
  background: #000;
  position: relative;
  height: 100vh; }
  @media only screen and (max-width: 1023px) {
    .video-square .wrapper-bottom {
      height: 101vh; } }
  .video-square .wrapper-bottom p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }

@media only screen and (max-width: 1247px) {
  .video-square .o-aspect-ratio--1-1 {
    max-width: 375px;
    margin: 0 auto; } }

.b-zoom .c-content--full-hidden {
  overflow: initial; }

.b-zoom-img {
  width: 100%;
  background: #fff; }
  @media only screen and (min-width: 1024px) {
    .b-zoom-img {
      height: 100%;
      position: absolute;
      overflow: hidden;
      bottom: 0;
      left: 0; } }
  .b-zoom-img__item {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .b-zoom-img__item {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; } }
  .b-zoom-img__wrapper {
    max-width: 400px;
    margin: 0 auto 20px; }

.b-zoom-text {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .b-zoom-text {
      display: block;
      width: 40%;
      position: absolute;
      right: 5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.b-zoom .subtitle {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .b-zoom .subtitle {
      text-align: left;
      position: absolute;
      top: 0;
      font-size: 40px;
      line-height: 40px;
      max-width: 240px; } }
  @media only screen and (min-width: 1600px) {
    .b-zoom .subtitle {
      font-size: 50px;
      line-height: 50px;
      max-width: 300px; } }
  @media only screen and (min-width: 1024px) {
    .b-zoom .subtitle.hide-desk {
      display: none; } }

.b-form.c-content {
  min-height: 500px;
  color: #000000;
  background-color: #f5e6d7; }
  @media only screen and (max-width: 991px) {
    .b-form.c-content {
      min-height: 100vh; } }
  .b-form.c-content .c-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 125px;
    padding-bottom: 150px; }
    @media only screen and (max-width: 991px) {
      .b-form.c-content .c-content__wrapper {
        display: block;
        max-width: 100%; } }
    @media only screen and (max-width: 991px) {
      .b-form.c-content .c-content__wrapper {
        padding-top: 75px;
        padding-bottom: 75px; } }
    .b-form.c-content .c-content__wrapper .c-content__block {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      padding-top: 25px;
      padding-bottom: 25px;
      text-align: left; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text-form.info-text1 {
        margin-bottom: 20px;
        text-align: center; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text-form.info-text3 {
        margin-bottom: 20px; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text-form.info-text3 {
        color: #707070 !important;
        font-size: 13px !important; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text-form.c-text-form2 {
        margin-top: 15px !important;
        margin-bottom: 15px !important; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text-form.info-text2 {
        opacity: 0.5;
        margin-bottom: -25px !important; }
      .b-form.c-content .c-content__wrapper .c-content__block.c-content__left {
        padding-right: 50px;
        border-right: 2px solid #d1c6bb; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block.c-content__left {
            padding: 10px; } }
      .b-form.c-content .c-content__wrapper .c-content__block.c-content__right {
        padding-left: 50px; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block.c-content__right {
            padding: 10px; } }
        .b-form.c-content .c-content__wrapper .c-content__block.c-content__right .checkbox_container {
          font-size: 16px; }
          .b-form.c-content .c-content__wrapper .c-content__block.c-content__right .checkbox_container input[type="checkbox"] {
            border-width: 0.1px;
            border-color: yellow;
            background-color: green;
            margin: 2px 5px 0 3px;
            vertical-align: top;
            line-height: 1.5; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-title {
        font-family: "Roboto Condensed Bold";
        font-size: 150px;
        line-height: 0.85;
        text-transform: uppercase;
        color: #707070; }
        .b-form.c-content .c-content__wrapper .c-content__block .c-title--small {
          font-size: 100px; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block .c-title {
            font-size: 50px; } }
      .b-form.c-content .c-content__wrapper .c-content__block .rwa-title {
        font-size: 125px; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-subtitle {
        margin-top: 20px;
        margin-left: 5px;
        font-size: 42px;
        line-height: 0.85;
        text-transform: uppercase; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block .c-subtitle {
            font-size: 30px; } }
      .b-form.c-content .c-content__wrapper .c-content__block .rwa-subtitle {
        font-size: 34px; }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text {
        white-space: pre-wrap;
        font-size: 23px;
        line-height: 1.2;
        color: black;
        font-family: "Roboto Condensed Light";
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block .c-text {
            font-size: 20px; } }
      .b-form.c-content .c-content__wrapper .c-content__block .c-text-form {
        margin-top: 100px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block .c-text-form {
            margin-top: 50px; } }
      .b-form.c-content .c-content__wrapper .c-content__block .rwa-text-form {
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 35px;
        letter-spacing: 4px; }
      .b-form.c-content .c-content__wrapper .c-content__block button {
        padding: 20px 10px;
        background-color: #f3eee8;
        color: black;
        border: 2px solid #d1c6bb;
        font-size: 32px;
        font-family: "Roboto Condensed Light";
        text-transform: uppercase; }
        @media only screen and (max-width: 991px) {
          .b-form.c-content .c-content__wrapper .c-content__block button {
            font-size: 25px; } }
      .b-form.c-content .c-content__wrapper .c-content__block form {
        font-size: 0; }
        .b-form.c-content .c-content__wrapper .c-content__block form .input_container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 20px;
          width: 100%;
          max-width: 500px; }
          .b-form.c-content .c-content__wrapper .c-content__block form .input_container input {
            margin: 0;
            padding: 25px;
            background-color: #f3eee8;
            border: 2px solid #d1c6bb;
            font-size: 23px;
            font-family: "Roboto Condensed Light"; }
          .b-form.c-content .c-content__wrapper .c-content__block form .input_container button {
            padding: 0 10px;
            max-width: 200px;
            font-size: 32px; }
            @media only screen and (max-width: 991px) {
              .b-form.c-content .c-content__wrapper .c-content__block form .input_container button {
                font-size: 25px; } }
      .b-form.c-content .c-content__wrapper .c-content__block .c-ol {
        margin-left: 7%;
        font-size: 22px;
        padding-left: 26px;
        list-style: none;
        counter-reset: numList; }
        .b-form.c-content .c-content__wrapper .c-content__block .c-ol li {
          margin: 20px auto;
          position: relative;
          font-size: 22px; }
          .b-form.c-content .c-content__wrapper .c-content__block .c-ol li:before {
            counter-increment: numList;
            content: counter(numList);
            position: absolute;
            left: -50px;
            font: 20px sans-serif;
            text-align: center;
            color: black;
            line-height: 30px;
            width: 30px;
            height: 30px;
            -moz-border-radius: 999px;
            border: 1px solid black;
            border-radius: 999px; }

.b-form .c-content__wrapper.wrapper_2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px; }

.b-form input[type="file"].file-select {
  margin: 15px 0 0 0; }

.b-form input[type="text"].form2_input {
  font-size: 16px;
  background-color: #F3EEE8; }

.b-form input[type="text"].form2_input::-moz-placeholder {
  font-style: italic; }

.b-form input[type="text"].form2_input::-webkit-input-placeholder {
  font-style: italic; }

.b-form input[type="text"].form2_input:-moz-placeholder {
  font-style: italic; }

.b-form input[type="text"].form2_input:-ms-input-placeholder {
  font-style: italic; }

.b-form input[type="checkbox"].form2_check {
  margin: 30px 0 0 0;
  top: 12px;
  position: relative; }

.b-form .input_container.input2_container {
  position: relative;
  margin-top: 30px;
  text-align: center; }
  .b-form .input_container.input2_container .c-spinner {
    display: none;
    position: absolute;
    top: 0; }

.b-form .checkbox_container.check2_container {
  opacity: 0.7; }

.b-form .js-form-submit.form2-submit {
  opacity: 0.7;
  margin-bottom: 10px;
  font-size: 30px !important; }

.b-form .form2_check,
.b-form .file-select,
.b-form .form2_input {
  height: 40px !important; }

.b-form .form2_input.country_input {
  background-color: #F3EEE8;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px; }

.b-form .download {
  font-weight: bold !important;
  font-size: 20px !important; }

.b-form .input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.b-form .input-file__input {
  display: none; }

.b-form .input-file__field,
.b-form .input-file__btn {
  display: inline-block;
  padding: 6px 12px; }

.b-form .input-file__btn {
  background-color: #F3EEE8;
  height: 40px;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.8;
  border: #D8D3D7 1px solid; }

.b-form .input-file__field {
  width: 300px;
  margin-left: 25px;
  cursor: auto;
  opacity: 0.7;
  height: 40px;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  white-space: nowrap; }

.b-form .input-file__btn:hover {
  opacity: 1; }

.b-form .js-form-submit.form2-submit:hover {
  opacity: 1; }

body .lock_scroll {
  overflow: hidden;
  height: 100vh; }

.reveal-modal.full {
  padding-top: 0px !important;
  overflow: auto; }
  .reveal-modal.full table {
    width: 99%; }

#privacy_text .content, #terms_and_conditions_text .content {
  width: 100%;
  max-width: 900px;
  height: calc(100vh - 200px);
  top: 100px;
  position: relative;
  margin: auto;
  color: #fff;
  overflow: auto;
  padding: 0px 40px 0px 20px; }

#popup-7 div.large-12.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #popup-7 div.large-12.columns img {
    width: 28px;
    height: auto;
    margin-bottom: 1.5rem; }
  #popup-7 div.large-12.columns p {
    color: white;
    font-size: 2rem;
    line-height: 2.5rem; }

#content .c-parraf {
  max-width: 90vw !important; }

@media screen and (min-width: 768px) {
  #content #slidercolimg-trigger .title-group {
    margin-top: 7% !important; } }

@media screen and (min-width: 992px) {
  #content #slidercolimg-trigger .title-group {
    margin-top: 10% !important; } }

@media screen and (min-width: 479px) {
  #content #slidercolimg-trigger .title-group .c-title-section {
    margin-bottom: 30px; } }

@media screen and (min-width: 992px) {
  #content #slidercolimg-trigger .title-group .c-title-section {
    margin-bottom: 40px; } }

@media screen and (min-width: 479px) {
  #content #slidercolimg-trigger .text-group .c-parraf--up,
  #content #slidercolimg-trigger .text-group .c-parraf--med,
  #content #slidercolimg-trigger .text-group .c-parraf--bottom {
    top: 35% !important; } }

@media screen and (min-width: 575px) {
  #content #slidercolimg-trigger .text-group .c-parraf--up,
  #content #slidercolimg-trigger .text-group .c-parraf--med,
  #content #slidercolimg-trigger .text-group .c-parraf--bottom {
    top: 38% !important; } }

@media screen and (min-width: 768px) {
  #content #slidercolimg-trigger .text-group .c-parraf--up,
  #content #slidercolimg-trigger .text-group .c-parraf--med,
  #content #slidercolimg-trigger .text-group .c-parraf--bottom {
    top: 35% !important; } }

#content #slidercolimg-trigger .img-group .img-med {
  top: 60vh;
  width: 100%;
  left: 0%; }
  @media screen and (min-width: 479px) {
    #content #slidercolimg-trigger .img-group .img-med {
      top: 50vh !important; } }
  @media screen and (min-width: 575px) {
    #content #slidercolimg-trigger .img-group .img-med {
      width: 67%;
      top: 55% !important; } }
  @media screen and (min-width: 768px) {
    #content #slidercolimg-trigger .img-group .img-med {
      width: 85%;
      top: 46% !important; } }
  @media screen and (min-width: 992px) {
    #content #slidercolimg-trigger .img-group .img-med {
      top: -10px !important; } }
  @media screen and (min-width: 1248px) {
    #content #slidercolimg-trigger .img-group .img-med {
      top: -10px !important; } }
  @media screen and (min-width: 1300px) {
    #content #slidercolimg-trigger .img-group .img-med {
      top: -15px !important; } }
  @media screen and (min-width: 1900px) {
    #content #slidercolimg-trigger .img-group .img-med {
      top: -65px !important; } }

#content #slidercolimg-trigger .img-group .img-bottom {
  top: 53vh; }
  @media screen and (min-width: 575px) {
    #content #slidercolimg-trigger .img-group .img-bottom {
      width: 65%;
      top: 44% !important; } }
  @media screen and (min-width: 768px) {
    #content #slidercolimg-trigger .img-group .img-bottom {
      width: 50%;
      top: 46% !important; } }
  @media screen and (min-width: 992px) {
    #content #slidercolimg-trigger .img-group .img-bottom {
      top: -15px !important; } }
  @media screen and (min-width: 1400px) {
    #content #slidercolimg-trigger .img-group .img-bottom {
      top: -30px !important; } }
  @media screen and (min-width: 1900px) {
    #content #slidercolimg-trigger .img-group .img-bottom {
      top: -75px !important; } }

#content #slidercolimg-trigger .img-group #video-slidercol_1 {
  top: 58vh; }
  @media screen and (min-width: 479px) {
    #content #slidercolimg-trigger .img-group #video-slidercol_1 {
      width: 85%;
      top: 52% !important; } }
  @media screen and (min-width: 575px) {
    #content #slidercolimg-trigger .img-group #video-slidercol_1 {
      width: 65%;
      top: 51% !important; } }
  @media screen and (min-width: 768px) {
    #content #slidercolimg-trigger .img-group #video-slidercol_1 {
      top: 46% !important; } }
  @media screen and (min-width: 992px) {
    #content #slidercolimg-trigger .img-group #video-slidercol_1 {
      top: -15px !important; } }
  @media screen and (min-width: 1400px) {
    #content #slidercolimg-trigger .img-group #video-slidercol_1 {
      top: -30px !important; } }
  @media screen and (min-width: 1900px) {
    #content #slidercolimg-trigger .img-group #video-slidercol_1 {
      top: -75px !important; } }

@media screen and (min-width: 479px) {
  #content #slidercolimg-trigger_2 .text-group .c-parraf--up,
  #content #slidercolimg-trigger_2 .text-group .c-parraf--med,
  #content #slidercolimg-trigger_2 .text-group .c-parraf--bottom {
    top: 37% !important; } }

@media screen and (min-width: 768px) {
  #content #slidercolimg-trigger_2 .text-group .c-parraf--up,
  #content #slidercolimg-trigger_2 .text-group .c-parraf--med,
  #content #slidercolimg-trigger_2 .text-group .c-parraf--bottom {
    top: 32% !important; } }

#content #slidercolimg-trigger_2 .img-group video {
  top: 55vh; }
  @media screen and (min-width: 575px) {
    #content #slidercolimg-trigger_2 .img-group video {
      top: 47% !important; } }
  @media screen and (min-width: 768px) {
    #content #slidercolimg-trigger_2 .img-group video {
      width: 70%;
      top: 44% !important; } }
  @media screen and (min-width: 992px) {
    #content #slidercolimg-trigger_2 .img-group video {
      top: 0% !important; } }
  @media screen and (min-width: 1900px) {
    #content #slidercolimg-trigger_2 .img-group video {
      top: -60px !important; } }

@media screen and (min-width: 479px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_2 {
    top: 60% !important; } }

@media screen and (min-width: 575px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_2 {
    width: 100%;
    top: 55% !important; } }

@media screen and (min-width: 768px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_2 {
    top: 44% !important; } }

@media screen and (min-width: 992px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_2 {
    top: 10px !important; } }

@media screen and (min-width: 1248px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_2 {
    top: 20px !important; } }

@media screen and (min-width: 1900px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_2 {
    top: -35px !important; } }

@media screen and (min-width: 768px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_3 {
    top: 44% !important; } }

@media screen and (min-width: 992px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_3 {
    top: 0px !important; } }

@media screen and (min-width: 1400px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_3 {
    top: 0px !important; } }

@media screen and (min-width: 1900px) {
  #content #slidercolimg-trigger_2 .img-group #video-slidercol_2_3 {
    top: -60px !important; } }

#content #slidercolimg-trigger_3 .text-group .c-parraf--up,
#content #slidercolimg-trigger_3 .text-group .c-parraf--med,
#content #slidercolimg-trigger_3 .text-group .c-parraf--bottom {
  top: 33% !important; }
  @media screen and (min-width: 479px) {
    #content #slidercolimg-trigger_3 .text-group .c-parraf--up,
    #content #slidercolimg-trigger_3 .text-group .c-parraf--med,
    #content #slidercolimg-trigger_3 .text-group .c-parraf--bottom {
      top: 32% !important; } }

#content #slidercolimg-trigger_3 .img-group video {
  top: 52vh; }
  @media screen and (min-width: 479px) {
    #content #slidercolimg-trigger_3 .img-group video {
      top: 49% !important;
      width: 75%; } }
  @media screen and (min-width: 575px) {
    #content #slidercolimg-trigger_3 .img-group video {
      top: 48% !important;
      width: 60%; } }
  @media screen and (min-width: 768px) {
    #content #slidercolimg-trigger_3 .img-group video {
      top: 48% !important;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    #content #slidercolimg-trigger_3 .img-group video {
      top: 0px !important; } }
  @media screen and (min-width: 1900px) {
    #content #slidercolimg-trigger_3 .img-group video {
      top: -60px !important; } }

#content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
  width: 60%; }
  @media screen and (min-width: 479px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      width: 60%;
      top: 48% !important; } }
  @media screen and (min-width: 575px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      width: 40%; } }
  @media screen and (min-width: 768px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      top: 44% !important;
      width: 33%; } }
  @media screen and (min-width: 992px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      top: -80px !important; } }
  @media screen and (min-width: 1100px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      top: -90px !important; } }
  @media screen and (min-width: 1248px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      top: -110px !important; } }
  @media screen and (min-width: 1400px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      top: -115px !important; } }
  @media screen and (min-width: 1900px) {
    #content #slidercolimg-trigger_3 .img-group #video-slidercol_3_2 {
      top: -135px !important;
      width: 100% !important;
      left: 3% !important; } }

@media screen and (min-width: 992px) {
  #content .c-imgcol-text .c-content__wrapper.change-direction .text-group {
    width: 50%;
    position: relative;
    z-index: 2; } }

@media screen and (min-width: 992px) {
  #content .c-imgcol-text .c-content__wrapper.change-direction .img-group .ellipse {
    left: 0;
    width: 100%;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (min-width: 1100px) {
  #content .c-imgcol-text .c-content__wrapper.change-direction .img-group .ellipse {
    height: 330px; } }

@media screen and (min-width: 1248px) {
  #content .c-imgcol-text .c-content__wrapper.change-direction .img-group .ellipse {
    height: 360px; } }

@media screen and (min-width: 1400px) {
  #content .c-imgcol-text .c-content__wrapper.change-direction .img-group .ellipse {
    height: 390px; } }

@media screen and (min-width: 1400px) {
  #content .c-title-section--max, #content h2.c-title-section--max {
    width: 700px; } }

.newEvents .c-content__wrapper {
  max-width: 100%; }
  @media only screen and (min-width: 992px) {
    .newEvents .c-content__wrapper {
      max-width: 85vw; } }
  .newEvents .c-content__wrapper .div-finished {
    position: absolute;
    background: #9C9C9CBF;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .newEvents .c-content__wrapper .div-finished.d-none {
      display: none; }
    .newEvents .c-content__wrapper .div-finished .p-finished {
      background-color: white;
      border: 2px solid red;
      color: red;
      font-size: 20px;
      letter-spacing: 5px;
      padding: 10px 20px; }
  .newEvents .c-content__wrapper .div-img-principal {
    text-align: center; }
    .newEvents .c-content__wrapper .div-img-principal img {
      width: 30%;
      min-width: 200px;
      margin: 5% 0; }
  .newEvents .c-content__wrapper .div-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2vw; }
    .newEvents .c-content__wrapper .div-selects .div-select {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media only screen and (min-width: 992px) {
        .newEvents .c-content__wrapper .div-selects .div-select {
          width: 30%; } }
      .newEvents .c-content__wrapper .div-selects .div-select p {
        text-align: right;
        font-size: 4vw;
        line-height: 4vw;
        margin-right: 3vw;
        width: 30%; }
        @media only screen and (min-width: 992px) {
          .newEvents .c-content__wrapper .div-selects .div-select p {
            font-size: 1.1vw;
            line-height: 1.1vw;
            margin-right: 1.3vw; } }
      .newEvents .c-content__wrapper .div-selects .div-select select {
        font-size: 3vw;
        width: 70%;
        height: 100%; }
        @media only screen and (min-width: 992px) {
          .newEvents .c-content__wrapper .div-selects .div-select select {
            font-size: 0.85vw;
            width: 50%; } }
      @media only screen and (min-width: 992px) {
        .newEvents .c-content__wrapper .div-selects .div-select.type-event p {
          width: 60%; } }
      @media only screen and (min-width: 992px) {
        .newEvents .c-content__wrapper .div-selects .div-select.zone {
          width: 20%; } }
      @media only screen and (min-width: 992px) {
        .newEvents .c-content__wrapper .div-selects .div-select.zone p {
          width: 40%; } }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .events .event {
    width: 100%;
    margin: 0 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .events .event {
        width: 47.5%;
        margin-bottom: 3%; } }
    .events .event.eventPar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .events .event .div-finished {
      position: absolute;
      background: #9C9C9CBF;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .events .event .div-finished.d-none {
        display: none; }
      .events .event .div-finished .p-finished {
        background-color: white;
        border: 2px solid red;
        color: red;
        font-size: 20px;
        letter-spacing: 5px;
        padding: 10px 20px; }
    .events .event .div-img {
      width: 40%;
      overflow: hidden; }
      .events .event .div-img img {
        height: 100%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 50%;
        -o-object-fit: cover;
        object-fit: cover; }
    .events .event .div-content {
      background-color: #ececec;
      width: 60%;
      text-align: center;
      padding: 5%; }
      .events .event .div-content .event-name {
        width: 46vw;
        height: auto;
        margin: 0 auto 4vw;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .events .event .div-content .event-name {
            font-size: 1.47vw;
            line-height: 1.8vw;
            width: 100%;
            height: auto;
            margin: 0 auto 0.7vw; } }
        .events .event .div-content .event-name .o-availability-icon {
          display: inline-block;
          width: 1.75vw;
          height: 7vw;
          -webkit-transform: scale(0.7) translate(0.75vw, 2vw) skew(346deg, 0deg);
          -ms-transform: scale(0.7) translate(0.75vw, 2vw) skew(346deg, 0deg);
          transform: scale(0.7) translate(0.75vw, 2vw) skew(346deg, 0deg);
          top: 0;
          background-color: #D9000D; }
          @media only screen and (min-width: 992px) {
            .events .event .div-content .event-name .o-availability-icon {
              width: 0.6vw;
              height: 2.2vw;
              -webkit-transform: scale(0.7) translate(0.25vw, 0.75vw) skew(346deg, 0deg);
              -ms-transform: scale(0.7) translate(0.25vw, 0.75vw) skew(346deg, 0deg);
              transform: scale(0.7) translate(0.25vw, 0.75vw) skew(346deg, 0deg); } }
        .events .event .div-content .event-name span {
          position: relative;
          font-weight: bold;
          font-size: 5vw;
          line-height: 6vw; }
          @media only screen and (min-width: 992px) {
            .events .event .div-content .event-name span {
              font-size: 1.47vw;
              line-height: 1.8vw; } }
      .events .event .div-content .event-date {
        font-size: 4vw;
        line-height: 4vw;
        margin-bottom: 4vw; }
        @media only screen and (min-width: 992px) {
          .events .event .div-content .event-date {
            font-size: 1.5vw;
            line-height: 2vw;
            margin-bottom: 0.75vw; } }
      .events .event .div-content .event-description {
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 4vw;
        font-style: italic; }
        @media only screen and (min-width: 992px) {
          .events .event .div-content .event-description {
            font-size: 0.95vw;
            line-height: 1.2vw;
            margin-bottom: 1.25vw; } }
      .events .event .div-content a {
        background-color: white;
        border: 1px solid black;
        color: black;
        padding: 2.5% 5%;
        font-size: 3vw; }
        @media only screen and (min-width: 992px) {
          .events .event .div-content a {
            font-size: 0.8vw; } }
        .events .event .div-content a:hover {
          color: white;
          background-color: black; }

.title-three {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin: 5vw 0; }
  @media only screen and (min-width: 992px) {
    .title-three {
      margin: 0; } }

.b2c .new_event {
  margin-top: -5rem; }

.new_event .div-social-ride {
  margin: -14rem 0 3.75rem;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 576px) {
    .new_event .div-social-ride {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -13rem 0 3.75rem; } }
  @media only screen and (min-width: 992px) {
    .new_event .div-social-ride {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 3.75rem 0; } }
  .new_event .div-social-ride .js-social-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    color: #707070;
    font-size: 16px;
    line-height: 19px; }
    @media only screen and (min-width: 576px) {
      .new_event .div-social-ride .js-social-filter {
        width: 300px; } }
    .new_event .div-social-ride .js-social-filter:not(:last-child) {
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 576px) {
        .new_event .div-social-ride .js-social-filter:not(:last-child) {
          margin-right: 2.5rem; } }
      @media only screen and (min-width: 1024px) {
        .new_event .div-social-ride .js-social-filter:not(:last-child) {
          margin-right: 1.5rem;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1200px) {
        .new_event .div-social-ride .js-social-filter:not(:last-child) {
          margin-right: 2.5rem; } }
    .new_event .div-social-ride .js-social-filter.active {
      color: #000; }
      .new_event .div-social-ride .js-social-filter.active span {
        color: white;
        background-color: #707070; }
    .new_event .div-social-ride .js-social-filter span {
      color: #707070;
      font-size: 1.0625rem;
      text-align: center;
      margin-bottom: 0.9375rem;
      text-transform: uppercase;
      line-height: 1.375rem;
      border-radius: 20px;
      border: 1px solid #707070;
      width: 250px;
      padding: 0.75rem 0.375rem; }
    .new_event .div-social-ride .js-social-filter img {
      display: block;
      width: 86px;
      height: auto;
      margin-bottom: 0.9375rem; }

.new_event .social-ride-introduction {
  margin-bottom: 3.75rem; }
  .new_event .social-ride-introduction h3 {
    font-size: 28px;
    line-height: 37px;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 5%;
    margin-bottom: 0.9375rem; }
    @media only screen and (min-width: 992px) {
      .new_event .social-ride-introduction h3 {
        font-size: 25px;
        margin-left: 0; } }
  .new_event .social-ride-introduction p {
    font-size: 16px;
    line-height: 19px;
    margin-left: 5%;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .new_event .social-ride-introduction p {
        margin-left: 0; } }

.new_event .div-top,
.new_event .div-faqs,
.new_event .div-other-events {
  padding: 0 2%; }
  @media only screen and (min-width: 576px) {
    .new_event .div-top,
    .new_event .div-faqs,
    .new_event .div-other-events {
      padding: 0 5%; } }
  @media only screen and (min-width: 992px) {
    .new_event .div-top,
    .new_event .div-faqs,
    .new_event .div-other-events {
      padding: 0 15px; } }
  .new_event .div-top .see-all-events,
  .new_event .div-faqs .see-all-events,
  .new_event .div-other-events .see-all-events {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 5%; }

.new_event .div-other-events {
  text-align: center; }
  .new_event .div-other-events .events {
    margin: 10vw 0 5vw; }
    @media only screen and (min-width: 992px) {
      .new_event .div-other-events .events {
        margin: auto; } }
  .new_event .div-other-events .see-all-events {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 5%; }

.new_event .div-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .new_event .div-top .div-img {
    width: 27%;
    margin-right: 3%;
    display: none; }
    @media only screen and (min-width: 992px) {
      .new_event .div-top .div-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .new_event .div-top .div-img img {
      width: 100%; }
  .new_event .div-top .div-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .new_event .div-top .div-content {
        width: 70%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .new_event .div-top .div-content .div-content-left {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center; }
      @media only screen and (min-width: 992px) {
        .new_event .div-top .div-content .div-content-left {
          width: 66.5%;
          margin-right: 3.5%; } }
      .new_event .div-top .div-content .div-content-left .title, .new_event .div-top .div-content .div-content-left #content h2.title, #content .new_event .div-top .div-content .div-content-left h2.title {
        font-size: 35px;
        line-height: 46px;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 10px;
        width: 100%;
        height: auto;
        margin-bottom: 3vw;
        background-image: url("../../../download/bancorecursos/registroeventos/line-title.svg");
        background-repeat: no-repeat;
        background-size: auto 40px; }
        @media only screen and (min-width: 992px) {
          .new_event .div-top .div-content .div-content-left .title, .new_event .div-top .div-content .div-content-left #content h2.title, #content .new_event .div-top .div-content .div-content-left h2.title {
            margin-bottom: 10px; } }
      .new_event .div-top .div-content .div-content-left .date-complete {
        font-size: 28px;
        line-height: 37px;
        font-weight: 100;
        margin-bottom: 15px;
        width: 100%; }
      .new_event .div-top .div-content .div-content-left .description-complete {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        max-height: 390px;
        overflow: hidden;
        font-weight: 300; }
        .new_event .div-top .div-content .div-content-left .description-complete.text-grad::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 150px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
          pointer-events: none;
          -webkit-transition: opacity 0.5s ease;
          -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }
        .new_event .div-top .div-content .div-content-left .description-complete.text-show {
          max-height: 100%; }
          .new_event .div-top .div-content .div-content-left .description-complete.text-show.text-grad::after {
            opacity: 0; }
        @media only screen and (min-width: 992px) {
          .new_event .div-top .div-content .div-content-left .description-complete {
            margin-bottom: 0; } }
      .new_event .div-top .div-content .div-content-left .btn.btn-info-description {
        background-color: #CACACA;
        padding: 0.5rem 1rem;
        min-width: 150px;
        margin: 0.5rem 0 0 auto; }
    .new_event .div-top .div-content .div-content-right {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      text-align: right; }
      @media only screen and (min-width: 992px) {
        .new_event .div-top .div-content .div-content-right {
          width: 30%; } }
      .new_event .div-top .div-content .div-content-right .price {
        text-align: right;
        font-size: 28px;
        line-height: 37px;
        font-style: italic;
        margin-bottom: 30px;
        width: 100%; }
      .new_event .div-top .div-content .div-content-right .div-present {
        position: relative;
        width: 100%;
        max-width: 400px; }
        @media only screen and (min-width: 992px) {
          .new_event .div-top .div-content .div-content-right .div-present {
            max-width: none; } }
        .new_event .div-top .div-content .div-content-right .div-present img {
          width: 100%; }
      .new_event .div-top .div-content .div-content-right .text-important-right {
        width: 100%;
        text-align: left;
        border-left: 1px solid black;
        padding-left: 1rem;
        margin-top: 2rem; }
        .new_event .div-top .div-content .div-content-right .text-important-right p {
          font-weight: 300; }
        .new_event .div-top .div-content .div-content-right .text-important-right .text-important {
          margin-bottom: 1rem; }
    .new_event .div-top .div-content-second .div-content-left {
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      @media only screen and (min-width: 992px) {
        .new_event .div-top .div-content-second .div-content-left {
          width: 50%; } }
    .new_event .div-top .div-content-second .div-content-right {
      text-align: right; }
      @media only screen and (min-width: 992px) {
        .new_event .div-top .div-content-second .div-content-right {
          -ms-flex-line-pack: start;
          align-content: flex-start;
          width: 50%; } }
      .new_event .div-top .div-content-second .div-content-right .price {
        margin-bottom: 15px; }
      .new_event .div-top .div-content-second .div-content-right .present-name {
        width: 100%;
        font-size: 22px;
        line-height: 29px; }
    .new_event .div-top .div-content-second .selected-bike {
      width: 100%;
      text-align: center;
      margin: 5vw 0; }
      @media only screen and (min-width: 576px) {
        .new_event .div-top .div-content-second .selected-bike {
          margin: 0 0 5vw; } }
      @media only screen and (min-width: 992px) {
        .new_event .div-top .div-content-second .selected-bike {
          margin: 2% 0 40px 0; } }
      .new_event .div-top .div-content-second .selected-bike-img {
        width: 100%; }
        @media only screen and (min-width: 992px) {
          .new_event .div-top .div-content-second .selected-bike-img {
            width: 50%; } }
      .new_event .div-top .div-content-second .selected-bike-name {
        font-size: 18px;
        line-height: 26px;
        color: #707070;
        margin: 2%;
        text-transform: uppercase; }
        @media only screen and (min-width: 992px) {
          .new_event .div-top .div-content-second .selected-bike-name {
            font-size: 20px; } }
      .new_event .div-top .div-content-second .selected-bike-schedule {
        font-size: 15px;
        line-height: 0px;
        width: 100%;
        height: 38px;
        margin: 0;
        text-transform: uppercase;
        background: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #707070;
        color: #707070;
        font-family: "Roboto Condensed Light", sans-serif;
        background: none;
        cursor: auto; }
        @media only screen and (min-width: 992px) {
          .new_event .div-top .div-content-second .selected-bike-schedule {
            width: 50%; } }

.new_event .bike-schedule,
.new_event .selected-bike-schedule {
  position: relative; }
  .new_event .bike-schedule .img-social-ride.js-social-ride,
  .new_event .selected-bike-schedule .img-social-ride.js-social-ride {
    width: 40px;
    position: absolute;
    top: 2px;
    right: 2px; }

.new_event .div-availables-bikes {
  width: 100%;
  margin-top: 10vw; }
  @media (min-width: 450px) {
    .new_event .div-availables-bikes {
      margin-top: 45px; } }
  @media only screen and (min-width: 992px) {
    .new_event .div-availables-bikes {
      margin-top: 2.5rem; } }
  .new_event .div-availables-bikes .text-availables-bikes {
    font-size: 28px;
    line-height: 37px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 2%;
    margin-left: 5%; }
    @media only screen and (min-width: 992px) {
      .new_event .div-availables-bikes .text-availables-bikes {
        font-size: 25px;
        margin-left: 0; } }
  .new_event .div-availables-bikes .div-list-bikes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .new_event .div-availables-bikes .div-list-bikes .div-bike {
      width: 100%;
      text-align: center;
      padding: 0 5%;
      margin: 5% 0;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .new_event .div-availables-bikes .div-list-bikes .div-bike {
          width: 50%; } }
      @media only screen and (min-width: 992px) {
        .new_event .div-availables-bikes .div-list-bikes .div-bike {
          width: 33.33%;
          margin: 2% 0; } }
      .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike {
        position: absolute;
        top: 0;
        width: 46px;
        left: 0;
        height: auto; }
        @media only screen and (min-width: 992px) {
          .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike {
            width: 52px; } }
        @media only screen and (min-width: 1200px) {
          .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike {
            left: 3.9375rem; } }
        .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike:nth-child(2) {
          left: 3.25rem; }
          @media only screen and (min-width: 1200px) {
            .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike:nth-child(2) {
              left: 0.75rem; } }
        .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike:nth-child(3) {
          left: 0;
          top: 2.5rem; }
          @media only screen and (min-width: 1200px) {
            .new_event .div-availables-bikes .div-list-bikes .div-bike img.img-social-bike:nth-child(3) {
              left: 2rem; } }
      .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-img {
        width: 100%;
        margin-bottom: 2%; }
      .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-name {
        font-size: 18px;
        line-height: 26px;
        color: #707070;
        margin: 2%;
        text-transform: uppercase; }
        @media only screen and (min-width: 992px) {
          .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-name {
            font-size: 20px; } }
      .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-div-select {
        position: relative;
        margin: 10px auto 0 auto;
        text-align: left; }
        .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-div-select:after {
          position: absolute;
          margin-left: -35px;
          content: '\f107';
          font-family: FontAwesome;
          width: 35px;
          height: 35px;
          top: 50%;
          right: 1px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #fff;
          font-size: 22px;
          font-weight: 300;
          color: #707070;
          pointer-events: none;
          padding: 10px; }
          @media only screen and (min-width: 992px) {
            .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-div-select:after {
              font-size: 17px; } }
        .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-div-select .bike-select {
          font-size: 15px;
          line-height: 23px;
          width: 100%;
          height: 38px;
          margin: 2%;
          text-transform: uppercase;
          background: white;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 1px solid #707070;
          padding-left: 15px;
          color: #707070;
          font-family: "Roboto Condensed Light", sans-serif;
          background: none;
          cursor: pointer; }
          @media only screen and (min-width: 992px) {
            .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-div-select .bike-select {
              font-size: 17px; } }
          .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-div-select .bike-select option {
            font-size: 15px;
            cursor: pointer; }
      .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-schedule {
        font-size: 15px;
        line-height: 0px;
        width: 100%;
        height: 38px;
        margin: 0 2%;
        padding: 0;
        text-transform: uppercase;
        background: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #707070;
        color: #707070;
        font-family: "Roboto Condensed Light", sans-serif;
        background: none; }
        @media only screen and (min-width: 992px) {
          .new_event .div-availables-bikes .div-list-bikes .div-bike .bike-schedule {
            font-size: 17px; } }
    .new_event .div-availables-bikes .div-list-bikes .c-spinner {
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
      .new_event .div-availables-bikes .div-list-bikes .c-spinner__item {
        width: 75px;
        height: 75px; }

.new_event .div-button-complete-reservation {
  width: 100%;
  text-align: right;
  padding: 5%; }
  @media only screen and (min-width: 992px) {
    .new_event .div-button-complete-reservation {
      padding: 3% 0 0; } }
  .new_event .div-button-complete-reservation .error-questions p {
    border: 1px solid #D9000D;
    color: #D9000D;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
    text-align: center;
    margin: 0 auto 50px; }
    @media only screen and (min-width: 992px) {
      .new_event .div-button-complete-reservation .error-questions p {
        max-width: 55vw;
        margin: 0 auto 20px; } }
  .new_event .div-button-complete-reservation a {
    background-color: black;
    color: darkgray;
    padding: 1.5vw 3vw;
    font-size: 4.3vw;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .new_event .div-button-complete-reservation a {
        padding: 0.5% 1%;
        font-size: 20px; } }
    .new_event .div-button-complete-reservation a:hover {
      color: white; }

.new_event .title-second {
  font-size: 30px;
  font-weight: bold;
  margin: 5% 0;
  text-align: left; }
  @media only screen and (min-width: 992px) {
    .new_event .title-second {
      margin: 2% 0; } }

.new_event .div-faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .new_event .div-faqs .div-faq {
    width: 100%;
    margin-bottom: 2%;
    padding: 0.5%; }
    @media only screen and (min-width: 992px) {
      .new_event .div-faqs .div-faq {
        width: 49%; } }
    .new_event .div-faqs .div-faq .faq {
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      margin: 20px 0;
      text-transform: uppercase; }
      .new_event .div-faqs .div-faq .faq-answer {
        font-size: 15px;
        line-height: 26px; }
        @media only screen and (min-width: 992px) {
          .new_event .div-faqs .div-faq .faq-answer {
            font-size: 17px; } }

.div-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 5%; }
  @media only screen and (min-width: 992px) {
    .div-questions {
      width: 100%;
      margin: 2% 0 0; } }
  .div-questions .form_group {
    width: 100%;
    margin-top: 3%; }
    @media only screen and (min-width: 992px) {
      .div-questions .form_group {
        width: 32%; } }
    .div-questions .form_group.hidden {
      display: none; }
      @media only screen and (min-width: 992px) {
        .div-questions .form_group.hidden {
          display: block;
          visibility: hidden; } }
    .div-questions .form_group .input_container__label {
      font-size: 1.25rem;
      line-height: 22px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      color: #444;
      font-weight: 300;
      margin-bottom: 10px; }
    .div-questions .form_group .input_container {
      position: relative;
      margin: 10px auto 30px auto;
      text-align: left; }
      .div-questions .form_group .input_container.input_container--select::after {
        content: '\f107';
        font-family: FontAwesome;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        right: 1px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #fff;
        font-size: 22px;
        font-weight: 300;
        color: #707070;
        pointer-events: none;
        padding: 10px; }
    .div-questions .form_group input,
    .div-questions .form_group select {
      height: 38px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      padding-left: 15px;
      font-size: 1.25rem;
      color: #707070;
      font-family: "Roboto Condensed Light", sans-serif;
      background: none; }
    .div-questions .form_group input::-webkit-input-placeholder {
      font-size: 1.25rem;
      color: #707070;
      font-family: "Roboto Condensed Light", sans-serif; }
    .div-questions .form_group input:-ms-input-placeholder {
      font-size: 1.25rem;
      color: #707070;
      font-family: "Roboto Condensed Light", sans-serif; }
    .div-questions .form_group input::-ms-input-placeholder {
      font-size: 1.25rem;
      color: #707070;
      font-family: "Roboto Condensed Light", sans-serif; }
    .div-questions .form_group input::placeholder {
      font-size: 1.25rem;
      color: #707070;
      font-family: "Roboto Condensed Light", sans-serif; }
    .div-questions .form_group select {
      cursor: pointer; }

.popup-schedules {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 72px);
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }
  .popup-schedules .div-acordeon {
    background: white;
    border: 1px solid #707070;
    padding: 5vw;
    width: 90vw;
    max-height: 80vh;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .popup-schedules .div-acordeon {
        padding: 2vw;
        width: 70vw; } }
    .popup-schedules .div-acordeon .div-cross {
      position: absolute;
      top: 5px;
      right: 10px;
      font-size: 39px;
      line-height: 39px;
      cursor: pointer; }
    .popup-schedules .div-acordeon .title, .popup-schedules .div-acordeon #content h2.title, #content .popup-schedules .div-acordeon h2.title {
      font-size: 35px;
      line-height: 46px;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 10px;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      background-image: url("../../../download/bancorecursos/registroeventos/line-title.svg");
      background-repeat: no-repeat;
      background-size: auto 40px; }
    .popup-schedules .div-acordeon .bike-name {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px;
      color: #707070; }
    .popup-schedules .div-acordeon .acordeon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-height: calc(80vh - 10vw - 102px);
      overflow: auto;
      /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ }
      @media only screen and (min-width: 992px) {
        .popup-schedules .div-acordeon .acordeon {
          max-height: calc(80vh - 4vw - 102px);
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .popup-schedules .div-acordeon .acordeon .dia {
        width: 100%;
        margin: 1%; }
        @media only screen and (min-width: 992px) {
          .popup-schedules .div-acordeon .acordeon .dia {
            margin: 0 1%; } }
        .popup-schedules .div-acordeon .acordeon .dia .accordion {
          background-color: black;
          color: #707070;
          font-size: 20px;
          line-height: 26px;
          padding: 2%;
          width: 100%;
          text-align: center;
          border: none;
          outline: none;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
          @media only screen and (min-width: 992px) {
            .popup-schedules .div-acordeon .acordeon .dia .accordion {
              padding: 18px; } }
          .popup-schedules .div-acordeon .acordeon .dia .accordion:after {
            font-size: 13px;
            color: #777;
            float: right;
            margin-left: 5px; }
      .popup-schedules .div-acordeon .acordeon .active, .popup-schedules .div-acordeon .acordeon .accordion:hover {
        color: white;
        content: "\2796";
        /* Unicode character for "minus" sign (-) */ }
      .popup-schedules .div-acordeon .acordeon .panel {
        padding: 0;
        background-color: white;
        border: none;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease-out;
        -o-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out; }
        .popup-schedules .div-acordeon .acordeon .panel .horario {
          text-align: center;
          color: #707070;
          font-size: 20px;
          line-height: 26px;
          background: white;
          border: 1px solid #707070;
          padding: 2%;
          margin: 5% 0;
          cursor: pointer;
          position: relative; }
          .popup-schedules .div-acordeon .acordeon .panel .horario:last-child {
            margin-bottom: 0; }
          .popup-schedules .div-acordeon .acordeon .panel .horario.disabled {
            background-color: #707070;
            color: #B1B1B1;
            cursor: none; }
          .popup-schedules .div-acordeon .acordeon .panel .horario img.img-social-ride {
            position: absolute;
            top: 0;
            right: 0.5rem;
            width: 9%;
            padding: 1%;
            max-width: 100px;
            min-width: 50px; }

.popup-register {
  width: 100%; }

.d-none {
  display: none !important; }

#content .newStylesLandings, #content section[id^="listStories-trigger"], #content section[id^="faqs-trigger"] {
  font-family: 'Roboto Condensed Light', sans-serif; }
  @media only screen and (max-width: 991px) {
    #content .newStylesLandings .c-content__wrapper, #content section[id^="listStories-trigger"] .c-content__wrapper, #content section[id^="faqs-trigger"] .c-content__wrapper {
      padding: 0; } }
  #content .newStylesLandings .c-content__wrapper .title, #content section[id^="listStories-trigger"] .c-content__wrapper .title, #content section[id^="faqs-trigger"] .c-content__wrapper .title {
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 50px;
    letter-spacing: 5px;
    text-transform: none;
    text-align: center;
    color: #707070;
    margin-top: 25px;
    cursor: pointer; }
    @media only screen and (min-width: 992px) {
      #content .newStylesLandings .c-content__wrapper .title, #content section[id^="listStories-trigger"] .c-content__wrapper .title, #content section[id^="faqs-trigger"] .c-content__wrapper .title {
        font-size: 90px;
        letter-spacing: 9px;
        margin-top: 50px; } }
  #content .newStylesLandings .c-content__wrapper .icon-show-menu, #content section[id^="listStories-trigger"] .c-content__wrapper .icon-show-menu, #content section[id^="faqs-trigger"] .c-content__wrapper .icon-show-menu {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      #content .newStylesLandings .c-content__wrapper .icon-show-menu, #content section[id^="listStories-trigger"] .c-content__wrapper .icon-show-menu, #content section[id^="faqs-trigger"] .c-content__wrapper .icon-show-menu {
        display: none; } }
    #content .newStylesLandings .c-content__wrapper .icon-show-menu i, #content section[id^="listStories-trigger"] .c-content__wrapper .icon-show-menu i, #content section[id^="faqs-trigger"] .c-content__wrapper .icon-show-menu i {
      font-size: 42px;
      line-height: 27px;
      color: #707070;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      #content .newStylesLandings .c-content__wrapper .icon-show-menu i.show, #content section[id^="listStories-trigger"] .c-content__wrapper .icon-show-menu i.show, #content section[id^="faqs-trigger"] .c-content__wrapper .icon-show-menu i.show {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  #content .newStylesLandings .c-content__wrapper .selected_categ, #content section[id^="listStories-trigger"] .c-content__wrapper .selected_categ, #content section[id^="faqs-trigger"] .c-content__wrapper .selected_categ {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) {
      #content .newStylesLandings .c-content__wrapper .selected_categ, #content section[id^="listStories-trigger"] .c-content__wrapper .selected_categ, #content section[id^="faqs-trigger"] .c-content__wrapper .selected_categ {
        display: none; } }
  #content .newStylesLandings .c-content__wrapper .div-menu, #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu, #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu {
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    @media only screen and (min-width: 992px) {
      #content .newStylesLandings .c-content__wrapper .div-menu, #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu, #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu {
        max-height: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px;
        margin-top: 65px; } }
    #content .newStylesLandings .c-content__wrapper .div-menu.show, #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu.show, #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu.show {
      max-height: 1000px; }
    #content .newStylesLandings .c-content__wrapper .div-menu p, #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu p, #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu p,
    #content .newStylesLandings .c-content__wrapper .div-menu a,
    #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu a,
    #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu a {
      font-size: 20px;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      margin: 10px 0;
      cursor: pointer; }
      #content .newStylesLandings .c-content__wrapper .div-menu p.selected, #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu p.selected, #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu p.selected,
      #content .newStylesLandings .c-content__wrapper .div-menu a.selected,
      #content section[id^="listStories-trigger"] .c-content__wrapper .div-menu a.selected,
      #content section[id^="faqs-trigger"] .c-content__wrapper .div-menu a.selected {
        font-weight: bold; }

#content section[id^="listStories-trigger"] .c-content__wrapper .listado {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 26px;
  margin-top: 15px; }
  @media only screen and (min-width: 992px) {
    #content section[id^="listStories-trigger"] .c-content__wrapper .listado {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      margin-top: 65px; } }
  #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story {
    position: relative;
    width: 100%;
    min-height: 375px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    @media only screen and (max-width: 991px) {
      #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story {
        width: calc(100% - 30px);
        min-height: 0;
        margin: 0 15px; } }
    #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story.firstStory {
      width: 100%;
      height: auto;
      min-height: 400px;
      border-radius: 0;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story.firstStory {
          -ms-grid-row: 1;
          -ms-grid-row-span: 2;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-area: 1/1/3/3;
          min-height: 776px;
          border-radius: 24px; } }
    #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_info {
      width: 100%;
      position: absolute;
      bottom: 0;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      padding: 10px 25px 30px; }
      @media only screen and (min-width: 992px) {
        #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_info {
          padding: 5px 25px 30px; } }
    #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_name {
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_name {
          font-size: 30px;
          line-height: 39px;
          letter-spacing: 3px; } }
    #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_character {
      font-size: 17px;
      line-height: 22px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 5px 0; }
      @media only screen and (min-width: 992px) {
        #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_character {
          font-size: 20px;
          line-height: 22px;
          letter-spacing: 2px; } }
    #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_desc {
      font-size: 13px;
      line-height: 18px; }
      @media only screen and (min-width: 992px) {
        #content section[id^="listStories-trigger"] .c-content__wrapper .listado .story_desc {
          font-size: 15px; } }

#content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list {
  border-bottom: 1px solid #707070;
  margin-top: 0.9375rem; }
  @media only screen and (min-width: 992px) {
    #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list {
      margin-top: 4.0625rem; } }
  #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq {
    position: relative; }
    #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-title {
      position: relative;
      font-size: 1.125rem;
      line-height: 1.625rem;
      letter-spacing: 1px;
      text-align: center;
      background-color: #fbfbfb;
      border-top: 1px solid #707070;
      padding: 1.25rem 2.5rem;
      cursor: pointer; }
      @media only screen and (min-width: 992px) {
        #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-title {
          font-size: 1.5625rem;
          line-height: 2.0625rem; } }
      #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-title span {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        font-size: 2.5rem;
        line-height: inherit;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-title span:before {
          display: block;
          font-family: FontAwesome;
          content: '\f104';
          color: #707070;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-title span.rotate:before {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer {
      max-height: 75rem;
      text-align: center;
      border-top: 1px solid #707070;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer.hidden {
        max-height: 0; }
      #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer.no-border {
        border-top: none; }
      #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer .text {
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 1px; }
        @media only screen and (min-width: 992px) {
          #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer .text {
            font-size: 1.25rem;
            line-height: 1.5625rem;
            text-align: justify; } }
      #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 70%;
        text-align: left;
        margin: 1.25rem auto 2rem; }
      #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer .div-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.25rem;
        margin-bottom: 1.25rem; }
        #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer .div-buttons .link {
          max-width: 90%;
          min-width: 14.375rem;
          display: inline-block;
          font-weight: normal;
          text-transform: uppercase;
          text-align: center;
          color: white;
          background-color: #707070;
          border: 1px solid #707070;
          border-radius: 0.8125rem;
          padding: 0.5rem 1.5625rem;
          cursor: pointer; }
          #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer .div-buttons .link.active, #content section[id^="faqs-trigger"] .c-content__wrapper .faqs-list .faq-answer .div-buttons .link:hover {
            color: #707070;
            background-color: white; }

body.b2b.bicis-test.articulos-ls #main.with-left-content #content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias {
    margin-top: 1rem; }
    body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .boton {
      margin-bottom: 1rem; }
    body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito {
      width: 100%;
      margin-bottom: 0; }
      body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito .etiqueta {
        max-width: 100px;
        padding: 0;
        margin-right: 0.3rem; }
        body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito .etiqueta:last-child {
          margin-right: 0; }
        @media only screen and (min-width: 480px) {
          body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito .etiqueta {
            max-width: 100%;
            margin-right: 1rem; } }
        body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito .etiqueta a {
          display: block;
          padding: 0.45rem;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 0.65rem;
          font-weight: 500;
          letter-spacing: 0.065rem;
          color: #fff; }
          body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito .etiqueta a:hover {
            opacity: 0.85; }
          @media only screen and (min-width: 480px) {
            body.b2b.bicis-test.articulos-ls #main.with-left-content #content .pestanias .etiquetaDeposito .etiqueta a {
              padding-left: 1.250rem;
              padding-right: 1.250rem;
              font-size: 0.8rem; } }

body.b2b.bicis-test .sideMenuFilters {
  -webkit-transform: translateX(-250%);
  -ms-transform: translateX(-250%);
  transform: translateX(-250%); }

body.b2b.filters-tabs .sideMenuFilters {
  top: 115px; }

body.b2b.js-overflow .sideMenuFilters.block-element {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

body.b2b.js-overflow.filters-tabs .sideMenuFilters {
  top: 115px; }

#garantiavida_content {
  width: 100%;
  padding: 1rem 0.875rem;
  max-width: 1400px;
  margin: 0 auto; }
  #garantiavida_content .warranty-deadline-info__item {
    cursor: pointer; }
    #garantiavida_content .warranty-deadline-info__item__box {
      padding: 15px;
      text-align: center;
      background-color: black;
      color: white;
      cursor: pointer; }
      #garantiavida_content .warranty-deadline-info__item__box .title {
        font-size: 1.875rem;
        line-height: 39px; }
      #garantiavida_content .warranty-deadline-info__item__box .parraf {
        font-family: 'Roboto Condensed Light', sans-serif;
        font-size: 1.25rem;
        line-height: 26px; }
      #garantiavida_content .warranty-deadline-info__item__box:hover {
        background-color: white;
        color: black;
        border: 1px solid black; }
      @media only screen and (max-width: 767px) {
        #garantiavida_content .warranty-deadline-info__item__box.buttons-gta {
          margin-bottom: 30px; } }

.garantiavida_text .content,
.garantiavida_text li {
  font-family: "Roboto Condensed Light", sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #707070; }
  @media only screen and (min-width: 992px) {
    .garantiavida_text .content,
    .garantiavida_text li {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.garantiavida_text .content {
  border-bottom: 1px solid #707070;
  padding-bottom: 3rem;
  margin-top: 3.125rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .garantiavida_text .content {
      width: 95%;
      margin: 0 auto; } }

.va-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.process {
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .process li {
    font-family: "Roboto Condensed Light", sans-serif;
    font-size: 20px;
    line-height: 26px;
    float: left;
    text-align: center;
    width: 170px;
    position: relative;
    color: #707070; }
    @media only screen and (max-width: 639px) {
      .process li {
        width: 25vw; } }
    .process li:before {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 100%;
      border: 1px solid #707070;
      margin: 0 auto 15px auto;
      background: #fff; }
    .process li:after {
      content: '';
      width: 79%;
      height: 1px;
      background: #707070;
      display: block;
      position: absolute;
      top: 6px;
      left: 60%; }
    .process li:nth-child(3):after {
      content: none; }
    .process li.active:before {
      background-color: #707070; }

.garantiadeporvida .garantialogin {
  border: 1px solid #707070;
  padding: 40px 24px;
  max-width: 600px;
  margin: 40px auto; }
  @media only screen and (max-width: 767px) {
    .garantiadeporvida .garantialogin {
      padding: 20px; } }

.garantiadeporvida__form {
  max-width: 1000px;
  margin: 0 auto 70px; }

.garantiadeporvida .block_question {
  text-align: center;
  margin-top: 50px; }
  .garantiadeporvida .block_question .form_group {
    max-width: 100%;
    margin: 0 auto;
    color: #707070; }
    .garantiadeporvida .block_question .form_group_mb-80 {
      margin-bottom: 5rem; }
    .garantiadeporvida .block_question .form_group input[type="radio"], .garantiadeporvida .block_question .form_group input[type="checkbox"], .garantiadeporvida .block_question .form_group input[type="range"] {
      accent-color: #CACACA; }
    .garantiadeporvida .block_question .form_group .range {
      position: relative; }
      .garantiadeporvida .block_question .form_group .range__input {
        width: 100%;
        -webkit-appearance: none; }
        .garantiadeporvida .block_question .form_group .range__input::-webkit-slider-runnable-track {
          background: #ccc; }
        .garantiadeporvida .block_question .form_group .range__input::-moz-range-thumb {
          background: #ccc; }
        .garantiadeporvida .block_question .form_group .range__input::-moz-range-track {
          padding: 0 10px;
          background: #ccc; }
        .garantiadeporvida .block_question .form_group .range__input::-ms-track {
          background: transparent; }
        .garantiadeporvida .block_question .form_group .range__input::-ms-fill-lower {
          background: #e1e1e1;
          border-radius: 10px; }
        .garantiadeporvida .block_question .form_group .range__input::-ms-fill-upper {
          background: #eee; }
      .garantiadeporvida .block_question .form_group .range__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
        margin-top: 16px; }
        .garantiadeporvida .block_question .form_group .range__list__opt:before {
          content: '';
          display: block;
          width: 0;
          height: auto;
          padding-left: 3px;
          text-indent: 0; }
    .garantiadeporvida .block_question .form_group label {
      display: block;
      margin: 1rem 0; }
      @media screen and (max-width: 36.25em) {
        .garantiadeporvida .block_question .form_group label label {
          width: 50%; } }
      .garantiadeporvida .block_question .form_group label .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        row-gap: 1.125rem; }
        .garantiadeporvida .block_question .form_group label .content .btn-grey, .garantiadeporvida .block_question .form_group label .content button.btn-red,
        .garantiadeporvida .block_question .form_group label .content a.btn-red,
        .garantiadeporvida .block_question .form_group label .content span.btn-red,
        .garantiadeporvida .block_question .form_group label .content input.btn-red[type="button"] {
          height: 44px;
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 20px;
          line-height: 1;
          letter-spacing: 1px;
          background-color: #CACACA;
          border: 1px solid #707070;
          border-radius: 15px;
          padding: 10px 20px; }
          .garantiadeporvida .block_question .form_group label .content .btn-grey:hover, .garantiadeporvida .block_question .form_group label .content button.btn-red:hover,
          .garantiadeporvida .block_question .form_group label .content a.btn-red:hover,
          .garantiadeporvida .block_question .form_group label .content span.btn-red:hover,
          .garantiadeporvida .block_question .form_group label .content input.btn-red:hover[type="button"] {
            color: black;
            background-color: white; }
        .garantiadeporvida .block_question .form_group label .content .name_img {
          font-size: 1rem;
          margin: 0; }
    .garantiadeporvida .block_question .form_group input {
      margin-bottom: 8px;
      margin-right: 6px; }
  .garantiadeporvida .block_question .route_img {
    margin-bottom: 30px; }

.garantiadeporvida .form_group {
  margin-bottom: 1.25rem; }
  .garantiadeporvida .form_group.width-100 {
    width: 100%; }
  .garantiadeporvida .form_group.form-with-title .input_container {
    margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .garantiadeporvida .form_group.pt-especial {
      padding-top: 1.25rem; } }
  .garantiadeporvida .form_group .input_container {
    position: relative;
    margin: 1.125rem auto;
    text-align: left; }
    .garantiadeporvida .form_group .input_container input[type="text"],
    .garantiadeporvida .form_group .input_container input[type="number"],
    .garantiadeporvida .form_group .input_container input[type="password"],
    .garantiadeporvida .form_group .input_container input[type="email"],
    .garantiadeporvida .form_group .input_container input[type="date"],
    .garantiadeporvida .form_group .input_container textarea,
    .garantiadeporvida .form_group .input_container select {
      height: 44px;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: #707070;
      background-color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      border-radius: 15px;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
    .garantiadeporvida .form_group .input_container select {
      padding: 0 0.9375rem;
      background: none; }
      .garantiadeporvida .form_group .input_container select:hover {
        background-color: #fff; }
      .garantiadeporvida .form_group .input_container select:focus {
        outline: none; }
    .garantiadeporvida .form_group .input_container textarea {
      background-color: #eaeaea;
      border: 1px solid #ccc;
      border-radius: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    .garantiadeporvida .form_group .input_container label {
      font-size: 1.25rem;
      font-family: "Roboto Condensed Light", sans-serif;
      color: #707070; }
    .garantiadeporvida .form_group .input_container input::-webkit-input-placeholder {
      font-size: 1.125rem; }
    .garantiadeporvida .form_group .input_container input:-ms-input-placeholder {
      font-size: 1.125rem; }
    .garantiadeporvida .form_group .input_container input::-ms-input-placeholder {
      font-size: 1.125rem; }
    .garantiadeporvida .form_group .input_container input::placeholder {
      font-size: 1.125rem; }
    @media only screen and (min-width: 1248px) {
      .garantiadeporvida .form_group .input_container.input_container--row-2 label {
        display: inline-block;
        width: 48.4%; } }
    @media only screen and (min-width: 1248px) {
      .garantiadeporvida .form_group .input_container.input_container--row-4 label {
        display: inline-block;
        width: 24%; } }
    .garantiadeporvida .form_group .input_container--select {
      max-width: 25.75rem;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      @media only screen and (min-width: 1248px) {
        .garantiadeporvida .form_group .input_container--select {
          max-width: 50%; } }
      .garantiadeporvida .form_group .input_container--select:after {
        font-family: FontAwesome;
        content: '\f107';
        width: 2.1875rem;
        height: 2.1875rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0.3125rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.25rem;
        font-weight: 300;
        color: #707070;
        background: transparent;
        pointer-events: none;
        padding: 0.625rem;
        border-radius: 0.9375rem; }
    .garantiadeporvida .form_group .input_container.max-width-100 {
      max-width: 100%; }
    .garantiadeporvida .form_group .input_container__label {
      font-size: 1.5625rem;
      text-transform: uppercase;
      color: #858282;
      font-weight: 600;
      margin-bottom: 20px;
      text-align: center;
      letter-spacing: 1px;
      line-height: 26px; }
      .garantiadeporvida .form_group .input_container__label span {
        display: block;
        font-size: 1.25rem;
        line-height: 26px; }
    .garantiadeporvida .form_group .input_container__p {
      text-align: center;
      margin-bottom: 20px; }
    .garantiadeporvida .form_group .input_container .fa {
      position: absolute;
      text-align: center;
      line-height: 30px;
      font-size: 18px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      .garantiadeporvida .form_group .input_container .fa.fa-check {
        color: green; }
      .garantiadeporvida .form_group .input_container .fa.fa-times {
        color: red; }
    .garantiadeporvida .form_group .input_container.div-buttons {
      margin-top: 18px; }
      .garantiadeporvida .form_group .input_container.div-buttons .btn-black {
        padding-top: 14px;
        padding-bottom: 14px;
        border-radius: 15px; }

.garantiadeporvida .checkbox_container {
  text-align: left; }
  .garantiadeporvida .checkbox_container.error {
    color: red; }
  .garantiadeporvida .checkbox_container__label {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    font-weight: 300;
    color: #707070;
    letter-spacing: 1px;
    border: 1px solid #707070;
    border-radius: 0.9375rem;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .garantiadeporvida .checkbox_container__label {
        font-size: 1.1rem; } }
    .garantiadeporvida .checkbox_container__label:hover {
      opacity: 0.9;
      color: white;
      background-color: #CACACA; }
  .garantiadeporvida .checkbox_container__input {
    position: absolute;
    left: -9999px;
    display: none; }
    .garantiadeporvida .checkbox_container__input:checked + label {
      font-weight: normal;
      color: #fff;
      background-color: #CACACA;
      border: none;
      pointer-events: none; }
      .garantiadeporvida .checkbox_container__input:checked + label:hover {
        opacity: 1; }

.garantiadeporvida .garantialogin .remember-password-bis {
  margin-bottom: 20px; }

.garantiadeporvida .garantialogin .btn {
  float: right; }

.garantiadeporvida .btn {
  height: 44px;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: black;
  border: 1px solid black;
  border-radius: 15px;
  padding: 10px 75px;
  margin: 0 auto; }
  .garantiadeporvida .btn:focus, .garantiadeporvida .btn:hover {
    color: black;
    background-color: white; }

.garantiadeporvida .div-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  margin-top: 85px; }
  .garantiadeporvida .div-buttons p {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .garantiadeporvida .div-buttons p {
        width: auto; } }
  .garantiadeporvida .div-buttons .btn {
    margin: 0; }
  .garantiadeporvida .div-buttons .js-garantiavida-retroceder-form {
    background-color: #CACACA;
    border: 1px solid #707070; }
    .garantiadeporvida .div-buttons .js-garantiavida-retroceder-form:hover {
      background-color: white; }

.garantiadeporvida .garantiadeporvida .google_recaptcha_container,
.garantiadeporvida .serial {
  text-align: right;
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    .garantiadeporvida .garantiadeporvida .google_recaptcha_container,
    .garantiadeporvida .serial {
      padding: 0; } }
  .garantiadeporvida .garantiadeporvida .google_recaptcha_container .row-num-serie,
  .garantiadeporvida .serial .row-num-serie {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .garantiadeporvida .garantiadeporvida .google_recaptcha_container .row-num-serie .num-serie p,
    .garantiadeporvida .serial .row-num-serie .num-serie p {
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .garantiadeporvida .garantiadeporvida .google_recaptcha_container .row-num-serie .num-serie p,
        .garantiadeporvida .serial .row-num-serie .num-serie p {
          margin-top: 30px; } }

.garantiadeporvida .error_message {
  background-color: rgba(255, 0, 0, 0.05);
  color: red;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  border: 1px solid red;
  border-radius: 6px;
  padding: 20px;
  position: relative; }
  .garantiadeporvida .error_message .fa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center; }

.garantiadeporvida .type-radio-garantiavida {
  margin: 50px 0;
  text-align: left; }
  .garantiadeporvida .type-radio-garantiavida input[type="radio"] {
    accent-color: #cd202c; }

.garantiadeporvida .slider-questions-warranty {
  border: 1px solid #707070;
  border-radius: 3.125rem;
  padding: 2.5rem; }
  .garantiadeporvida .slider-questions-warranty .question {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .garantiadeporvida .slider-questions-warranty .question .width-fit {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .garantiadeporvida .slider-questions-warranty .question .div-buttons {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-top: 0; }
  .garantiadeporvida .slider-questions-warranty .slick-prev, .garantiadeporvida .slider-questions-warranty .c-ficha-bike .product_gallery--slider .slick-next, .c-ficha-bike .product_gallery--slider .garantiadeporvida .slider-questions-warranty .slick-next,
  .garantiadeporvida .slider-questions-warranty .slick-next {
    color: red;
    background-color: black; }
  .garantiadeporvida .slider-questions-warranty .slick-dots li button {
    color: green;
    background-color: black; }

.question_old_user.register .vsf-row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .question_old_user.register .vsf-row .vsf-col-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .question_old_user.register .vsf-row .vsf-col-6 .form_group {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .question_old_user.register .vsf-row .vsf-col-6 .form_group .checkbox_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset; }
        .question_old_user.register .vsf-row .vsf-col-6 .form_group .checkbox_container .checkbox_container__label {
          font-size: 0.9375rem;
          line-height: 1.25rem;
          padding: 0.625rem 0.375rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media only screen and (min-width: 992px) {
            .question_old_user.register .vsf-row .vsf-col-6 .form_group .checkbox_container .checkbox_container__label {
              font-size: 1.25rem;
              line-height: 1.375rem;
              padding: 0.625rem 0.5rem; } }

.comparator,
#comparador_box {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  z-index: 60000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .comparator,
    #comparador_box {
      width: auto; } }
  .comparator.visible,
  #comparador_box.visible {
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
    visibility: visible;
    display: block; }
  .comparator__top,
  #comparador_box__top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: white;
    border: 1px solid black;
    border-bottom: none; }
    .comparator__top span,
    #comparador_box__top span {
      font-size: 1rem;
      line-height: 1;
      font-weight: 300;
      letter-spacing: 0.0125rem;
      text-transform: uppercase;
      color: #707070;
      margin-right: 0.5rem; }
    .comparator__top img,
    #comparador_box__top img {
      color: #707070;
      font-size: 22px;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
      .comparator__top img.close,
      #comparador_box__top img.close {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .comparator__bottom,
  #comparador_box__bottom {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid black;
    border-bottom: none; }
    @media only screen and (min-width: 1024px) {
      .comparator__bottom,
      #comparador_box__bottom {
        padding: 20px 25px; } }
    .comparator__bottom .div-close,
    #comparador_box__bottom .div-close {
      width: 100%;
      text-align: right; }
      .comparator__bottom .div-close img,
      #comparador_box__bottom .div-close img {
        width: 0.9375rem;
        cursor: pointer; }
    .comparator__bottom .w-100,
    #comparador_box__bottom .w-100 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .comparator__bottom-item,
    #comparador_box__bottom-item {
      position: relative;
      margin: 0 auto;
      width: 32%; }
      @media only screen and (min-width: 1024px) {
        .comparator__bottom-item,
        #comparador_box__bottom-item {
          margin: 0 20px; } }
      .comparator__bottom-item:hover .icon-close,
      #comparador_box__bottom-item:hover .icon-close {
        opacity: 1; }
    .comparator__bottom-img,
    #comparador_box__bottom-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 10px; }
      @media only screen and (min-width: 1024px) {
        .comparator__bottom-img,
        #comparador_box__bottom-img {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          margin-bottom: 0; } }
      .comparator__bottom-imgbike,
      #comparador_box__bottom-imgbike {
        width: 185px;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
        @media only screen and (min-width: 1024px) {
          .comparator__bottom-imgbike,
          #comparador_box__bottom-imgbike {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
    .comparator__bottom-add,
    #comparador_box__bottom-add {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .comparator__bottom-add span,
      #comparador_box__bottom-add span {
        color: #707070;
        margin: 0;
        margin-right: 5px; }
        .comparator__bottom-add span:first-child,
        #comparador_box__bottom-add span:first-child {
          text-decoration: underline; }
    .comparator__bottom-model,
    #comparador_box__bottom-model {
      font-size: 12px;
      font-weight: 300;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media only screen and (min-width: 1024px) {
        .comparator__bottom-model,
        #comparador_box__bottom-model {
          padding: 20px 10px;
          margin-left: 10px;
          margin-bottom: 0; } }
    .comparator__bottom .icon-close,
    #comparador_box__bottom .icon-close {
      color: #707070;
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      cursor: pointer;
      line-height: 20px;
      position: absolute;
      text-align: center;
      right: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      @media only screen and (min-width: 1024px) {
        .comparator__bottom .icon-close,
        #comparador_box__bottom .icon-close {
          width: 14px;
          height: 14px; } }
    .comparator__bottom-btn,
    #comparador_box__bottom-btn {
      width: 100%;
      display: block; }
      @media only screen and (min-width: 768px) {
        .comparator__bottom-btn,
        #comparador_box__bottom-btn {
          width: auto; } }
      .comparator__bottom-btn a.btn,
      #comparador_box__bottom-btn a.btn {
        display: block;
        font-size: 15px;
        width: auto;
        background-color: transparent;
        border: 1px solid #707070;
        color: #000;
        padding: 7px 10px;
        text-align: center;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 300; }
        .comparator__bottom-btn a.btn:hover,
        #comparador_box__bottom-btn a.btn:hover {
          color: #fff;
          background-color: #707070; }

.page-comparator {
  padding: 15px 0; }
  @media only screen and (min-width: 1024px) {
    .page-comparator {
      padding: 60px 0 0; } }
  .page-comparator .table_container {
    overflow: auto;
    max-width: 1300px;
    margin: 0 auto; }
    .page-comparator .table_container .form-search {
      max-width: 1000px;
      margin: 0 auto; }
    .page-comparator .table_container .btn-link-under {
      min-width: 100px; }
    .page-comparator .table_container .comparison {
      width: 100%;
      border: 0; }
      .page-comparator .table_container .comparison div {
        font-weight: 300;
        margin-bottom: 15px; }
      .page-comparator .table_container .comparison tr {
        background-color: transparent; }
        .page-comparator .table_container .comparison tr td {
          border-left: 0;
          width: 28%;
          background-color: transparent;
          font-weight: 300;
          color: #707070;
          text-align: center;
          padding: 10px 5px;
          position: relative;
          font-size: 0.95rem; }
          @media only screen and (min-width: 1024px) {
            .page-comparator .table_container .comparison tr td {
              font-size: 17px;
              padding: 13px 30px; } }
          .page-comparator .table_container .comparison tr td.add_bikes {
            padding: 10px;
            padding-top: 150px; }
          .page-comparator .table_container .comparison tr td:first-child {
            width: 16%;
            color: #000;
            text-align: left;
            font-size: 18px;
            text-transform: uppercase; }
          .page-comparator .table_container .comparison tr td .product_model {
            color: #000;
            font-weight: 300;
            font-size: 20px;
            line-height: 1;
            margin-bottom: 20px; }
            @media only screen and (max-width: 639px) {
              .page-comparator .table_container .comparison tr td .product_model {
                font-size: 15px; } }
          .page-comparator .table_container .comparison tr td .product_image {
            margin: auto;
            width: 150px;
            height: auto;
            margin-bottom: 20px;
            max-width: 100%; }
            @media only screen and (min-width: 1024px) {
              .page-comparator .table_container .comparison tr td .product_image {
                max-width: 320px;
                width: 100%; } }
            @media only screen and (min-width: 1024px) {
              .page-comparator .table_container .comparison tr td .product_image img {
                width: 100%;
                height: auto;
                max-width: 100%; } }
          .page-comparator .table_container .comparison tr td.size {
            height: 120px;
            padding: 0; }
            @media only screen and (min-width: 1024px) {
              .page-comparator .table_container .comparison tr td.size {
                height: 175px; } }
            .page-comparator .table_container .comparison tr td.size img {
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
              transform: translate(-50%);
              height: auto;
              width: auto; }
              @media only screen and (min-width: 1024px) {
                .page-comparator .table_container .comparison tr td.size img {
                  height: 100%; } }
          .page-comparator .table_container .comparison tr td .tick {
            background: url("../img/sprites/checked2.png") no-repeat;
            width: 15px;
            height: 15px;
            display: inline-block; }
  .page-comparator .icon-close {
    display: block;
    text-align: right;
    position: relative; }
    .page-comparator .icon-close img {
      max-width: 20px;
      width: 100%;
      position: absolute;
      right: 0; }
  .page-comparator .input-search {
    width: 100%;
    margin: 0;
    height: 2.3125rem; }

.b2c.pedidos-contacto #page,
.b2c.confirmacion-pedido #page,
.b2c.resultado-pedido #page {
  overflow: initial; }

.b2c.pedidos-contacto .sideMenuFilters,
.b2c.pedidos-contacto .pagina-container,
.b2c.confirmacion-pedido .sideMenuFilters,
.b2c.confirmacion-pedido .pagina-container,
.b2c.resultado-pedido .sideMenuFilters,
.b2c.resultado-pedido .pagina-container {
  display: none; }

.b2c.pedidos-contacto .main-container,
.b2c.confirmacion-pedido .main-container,
.b2c.resultado-pedido .main-container {
  margin-top: 4.5rem; }
  @media only screen and (min-width: 1248px) {
    .b2c.pedidos-contacto .main-container,
    .b2c.confirmacion-pedido .main-container,
    .b2c.resultado-pedido .main-container {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5.5rem; } }

.b2c.pedidos-contacto #content.right,
.b2c.confirmacion-pedido #content.right,
.b2c.resultado-pedido #content.right {
  width: 100% !important;
  float: none !important; }
  @media only screen and (min-width: 992px) {
    .b2c.pedidos-contacto #content.right,
    .b2c.confirmacion-pedido #content.right,
    .b2c.resultado-pedido #content.right {
      width: calc(100% - 420px) !important;
      float: right !important; } }
  @media only screen and (min-width: 1440px) {
    .b2c.pedidos-contacto #content.right,
    .b2c.confirmacion-pedido #content.right,
    .b2c.resultado-pedido #content.right {
      width: calc(100% - 460px) !important; } }

.b2c.pedidos-contacto #right,
.b2c.confirmacion-pedido #right,
.b2c.resultado-pedido #right {
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #707070; }
  @media only screen and (min-width: 992px) {
    .b2c.pedidos-contacto #right,
    .b2c.confirmacion-pedido #right,
    .b2c.resultado-pedido #right {
      max-width: 400px; } }
  @media only screen and (min-width: 1440px) {
    .b2c.pedidos-contacto #right,
    .b2c.confirmacion-pedido #right,
    .b2c.resultado-pedido #right {
      max-width: 440px; } }

.b2c.pedidos-contacto .form-compra,
.b2c.confirmacion-pedido .form-compra,
.b2c.resultado-pedido .form-compra {
  border-top: 0;
  padding: 30px;
  padding-top: 20px; }
  @media only screen and (max-width: 991px) {
    .b2c.pedidos-contacto .form-compra,
    .b2c.confirmacion-pedido .form-compra,
    .b2c.resultado-pedido .form-compra {
      border-right: 0;
      padding-bottom: 0; } }

.b2c.pedidos-contacto .c-form-data,
.b2c.confirmacion-pedido .c-form-data,
.b2c.resultado-pedido .c-form-data {
  margin-bottom: 30px;
  max-width: 715px; }

.b2c.pedidos-contacto .c-form-title,
.b2c.confirmacion-pedido .c-form-title,
.b2c.resultado-pedido .c-form-title {
  color: #707070;
  font-weight: 300;
  font-size: 25px; }

.b2c.pedidos-contacto .c-form .o-checkbox,
.b2c.confirmacion-pedido .c-form .o-checkbox,
.b2c.resultado-pedido .c-form .o-checkbox {
  margin-bottom: 30px; }
  .b2c.pedidos-contacto .c-form .o-checkbox__label, .b2c.pedidos-contacto .c-form .o-checkbox input[type="checkbox"] + label, .o-checkbox .b2c.pedidos-contacto .c-form input[type="checkbox"] + label, .b2c.pedidos-contacto .c-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label, #header.site-header .top_bar .user_container .o-checkbox .b2c.pedidos-contacto .c-form input:focus + label,
  .b2c.confirmacion-pedido .c-form .o-checkbox__label,
  .b2c.confirmacion-pedido .c-form .o-checkbox input[type="checkbox"] + label,
  .o-checkbox .b2c.confirmacion-pedido .c-form input[type="checkbox"] + label,
  .b2c.confirmacion-pedido .c-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label,
  #header.site-header .top_bar .user_container .o-checkbox .b2c.confirmacion-pedido .c-form input:focus + label,
  .b2c.resultado-pedido .c-form .o-checkbox__label,
  .b2c.resultado-pedido .c-form .o-checkbox input[type="checkbox"] + label,
  .o-checkbox .b2c.resultado-pedido .c-form input[type="checkbox"] + label,
  .b2c.resultado-pedido .c-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label,
  #header.site-header .top_bar .user_container .o-checkbox .b2c.resultado-pedido .c-form input:focus + label {
    font-size: 0.9rem;
    color: #000;
    font-weight: 500; }
    @media only screen and (min-width: 1024px) {
      .b2c.pedidos-contacto .c-form .o-checkbox__label, .b2c.pedidos-contacto .c-form .o-checkbox input[type="checkbox"] + label, .o-checkbox .b2c.pedidos-contacto .c-form input[type="checkbox"] + label, .b2c.pedidos-contacto .c-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label, #header.site-header .top_bar .user_container .o-checkbox .b2c.pedidos-contacto .c-form input:focus + label,
      .b2c.confirmacion-pedido .c-form .o-checkbox__label,
      .b2c.confirmacion-pedido .c-form .o-checkbox input[type="checkbox"] + label,
      .o-checkbox .b2c.confirmacion-pedido .c-form input[type="checkbox"] + label,
      .b2c.confirmacion-pedido .c-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label,
      #header.site-header .top_bar .user_container .o-checkbox .b2c.confirmacion-pedido .c-form input:focus + label,
      .b2c.resultado-pedido .c-form .o-checkbox__label,
      .b2c.resultado-pedido .c-form .o-checkbox input[type="checkbox"] + label,
      .o-checkbox .b2c.resultado-pedido .c-form input[type="checkbox"] + label,
      .b2c.resultado-pedido .c-form #header.site-header .top_bar .user_container .o-checkbox input:focus + label,
      #header.site-header .top_bar .user_container .o-checkbox .b2c.resultado-pedido .c-form input:focus + label {
        font-size: 1rem; } }

.b2c.pedidos-contacto .c-form input[type='text'], .b2c.pedidos-contacto .c-form input[type='email'],
.b2c.confirmacion-pedido .c-form input[type='text'],
.b2c.confirmacion-pedido .c-form input[type='email'],
.b2c.resultado-pedido .c-form input[type='text'],
.b2c.resultado-pedido .c-form input[type='email'] {
  border: 0;
  border-bottom: 1px solid #707070;
  padding: 5px 0;
  margin-bottom: 40px;
  font-weight: 600; }
  .b2c.pedidos-contacto .c-form input[type='text']:focus, .b2c.pedidos-contacto .c-form input[type='email']:focus,
  .b2c.confirmacion-pedido .c-form input[type='text']:focus,
  .b2c.confirmacion-pedido .c-form input[type='email']:focus,
  .b2c.resultado-pedido .c-form input[type='text']:focus,
  .b2c.resultado-pedido .c-form input[type='email']:focus {
    background: none; }
  .b2c.pedidos-contacto .c-form input[type='text'][readonly], .b2c.pedidos-contacto .c-form input[type='email'][readonly],
  .b2c.confirmacion-pedido .c-form input[type='text'][readonly],
  .b2c.confirmacion-pedido .c-form input[type='email'][readonly],
  .b2c.resultado-pedido .c-form input[type='text'][readonly],
  .b2c.resultado-pedido .c-form input[type='email'][readonly] {
    background-color: #eee; }

.b2c.pedidos-contacto .c-form .c-select,
.b2c.confirmacion-pedido .c-form .c-select,
.b2c.resultado-pedido .c-form .c-select {
  margin-bottom: 40px; }
  .b2c.pedidos-contacto .c-form .c-select select,
  .b2c.confirmacion-pedido .c-form .c-select select,
  .b2c.resultado-pedido .c-form .c-select select {
    border: 0;
    border-bottom: 1px solid #707070;
    padding: 5px 0;
    font-weight: 600; }
    .b2c.pedidos-contacto .c-form .c-select select:focus,
    .b2c.confirmacion-pedido .c-form .c-select select:focus,
    .b2c.resultado-pedido .c-form .c-select select:focus {
      background: none; }

.b2c.pedidos-contacto .c-form-flex--nowrap,
.b2c.confirmacion-pedido .c-form-flex--nowrap,
.b2c.resultado-pedido .c-form-flex--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.c-pedidos .vsf-row.hidden {
  display: none; }

.c-pedidos-title, #content h2.c-pedidos-title {
  color: #707070;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 26px;
  text-transform: uppercase; }
  .c-pedidos-title.hidden, #content h2.hidden.c-pedidos-title {
    display: none; }
  .c-pedidos-title.bigger, #content h2.bigger.c-pedidos-title {
    font-size: 40px;
    line-height: 45px; }
    @media only screen and (min-width: 1024px) {
      .c-pedidos-title.bigger, #content h2.bigger.c-pedidos-title {
        font-size: 80px;
        line-height: 100px; } }

.c-pedidos-subtitle, .c-pedidos-thirdtitle {
  color: #000;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.c-pedidos-thirdtitle {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial; }
  .c-pedidos-thirdtitle.js-acordeon-envio {
    cursor: pointer; }

.c-pedidos-text {
  margin-bottom: 5px;
  font-weight: 300; }

.c-pedidos-breadcrumb {
  text-align: center;
  padding: 10px; }
  @media only screen and (min-width: 992px) {
    .c-pedidos-breadcrumb {
      margin-bottom: 55px; } }
  .c-pedidos-breadcrumb__step {
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #707070;
    padding: 0 15px; }
    @media only screen and (min-width: 1024px) {
      .c-pedidos-breadcrumb__step {
        font-size: 18px;
        line-height: 24px; } }
    .c-pedidos-breadcrumb__step.active {
      color: #000;
      font-size: 19px;
      line-height: 22px; }
      @media only screen and (min-width: 1024px) {
        .c-pedidos-breadcrumb__step.active {
          font-size: 20px;
          line-height: 24px; } }

.c-pedidos-cesta, .c-pedidos-ayuda {
  max-width: 300px;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif; }
  @media only screen and (min-width: 1440px) {
    .c-pedidos-cesta, .c-pedidos-ayuda {
      max-width: 324px; } }
  .c-pedidos-cesta__content, #right .cesta-compra .articulos.c-pedidos-cesta__content, .c-pedidos-ayuda__content {
    margin: 0;
    padding: 0;
    border: 0; }
  .c-pedidos-cesta__item, .c-pedidos-ayuda__item {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #707070; }
  .c-pedidos-cesta-bike, .c-pedidos-ayuda-bike {
    margin-bottom: 10px; }
  .c-pedidos-cesta__prices, .c-pedidos-ayuda__prices {
    margin-bottom: 30px;
    border-bottom: 1px solid #707070; }
  .c-pedidos-cesta__block, .c-pedidos-ayuda__block {
    margin-bottom: 20px; }
  .c-pedidos-cesta-flex, .c-pedidos-ayuda-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .c-pedidos-cesta span, .c-pedidos-ayuda span {
    font-weight: 300; }
  .c-pedidos-cesta .c-colour, .c-pedidos-ayuda .c-colour {
    overflow: hidden;
    height: 15px;
    display: inline-block;
    width: 40px; }

.c-pedidos-footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #707070;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0; }
  .c-pedidos-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px; }
    @media only screen and (min-width: 1024px) {
      .c-pedidos-footer__content {
        padding: 18px; } }
    @media only screen and (min-width: 1440px) {
      .c-pedidos-footer__content {
        padding: 18px 0; } }
  @media only screen and (max-width: 767px) {
    .c-pedidos-footer__info {
      width: 100%;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-pedidos-footer__info p {
    text-align: center; }
    .c-pedidos-footer__info p:nth-child(2) {
      font-weight: bold; }

.c-pedidos-mosaic {
  margin-bottom: 20px; }
  .c-pedidos-mosaic__img {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 160px; }
    @media only screen and (min-width: 768px) {
      .c-pedidos-mosaic__img {
        max-width: 49%; } }
    @media only screen and (min-width: 1248px) {
      .c-pedidos-mosaic__img {
        max-width: 420px; } }

@media print {
  .c-pedidos-confirm .c-pedidos-mosaic img {
    width: 320px !important;
    height: auto; }
  #push-nav,
  #push-nav * {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 767px) {
  .modal-shops .c-pedidos-title, .modal-shops #content h2.c-pedidos-title, #content .modal-shops h2.c-pedidos-title {
    font-size: 1.4rem;
    line-height: 20px; } }

.modal-shops .content_tiendas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .modal-shops .content_tiendas {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; } }
  .modal-shops .content_tiendas #store-locator-map {
    position: relative; }
  .modal-shops .content_tiendas .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .modal-shops .content_tiendas__left, .modal-shops .content_tiendas__right {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .modal-shops .content_tiendas__left, .modal-shops .content_tiendas__right {
        width: 100%;
        height: 100%;
        overflow: hidden; } }
  .modal-shops .content_tiendas__left {
    max-height: 330px;
    overflow: auto;
    direction: rtl;
    padding-left: 10px;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .modal-shops .content_tiendas__left {
        max-height: 160px; } }
  .modal-shops .content_tiendas .tienda {
    cursor: pointer;
    padding: 5px; }
    .modal-shops .content_tiendas .tienda.store-hidden {
      visibility: hidden;
      display: none; }
    .modal-shops .content_tiendas .tienda:hover {
      background: #eee; }

.forma-pago__item {
  padding: 10px 0; }
  .forma-pago__item .prettyradio {
    width: 100%; }
    .forma-pago__item .prettyradio a {
      display: none;
      border: 0; }
  .forma-pago__item label[for="undefined"] {
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
    color: #707070;
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 20px; }
  .forma-pago__item.seleccionado label[for="undefined"] {
    color: #000;
    font-size: 1.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold; }
  .forma-pago__item .descripcion {
    display: none; }

#formPedido .condiciones-responsabilidad a {
  font-weight: 800;
  text-decoration: underline; }

.c-pedidos-confirm {
  padding: 0 1.1rem;
  text-align: center;
  max-width: 1249px;
  margin-left: auto;
  margin-right: auto; }
  .c-pedidos-confirm .td-found td {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .c-pedidos-confirm .td-found td.td-50 {
        width: 50%; } }
  .c-pedidos-confirm .td-found tr.even, .c-pedidos-confirm .td-found tr.alt, .c-pedidos-confirm .td-found tr:nth-of-type(even) {
    background: #fff; }
  @media only screen and (max-width: 767px) {
    .c-pedidos-confirm .td-found table.table-100 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .c-pedidos-confirm .td-found p.font-med {
      line-height: 25px !important; } }

#formPago .pago.seleccionado .prettyradio > a {
  border: 0;
  background: none; }

#formPago #discount_panel input {
  margin: 0; }

.input-search {
  position: relative; }
  .input-search:after {
    content: '';
    background: url(/web/img/ico-lupa.png) transparent no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 20px;
    background-size: 89%;
    pointer-events: none; }

.b2b.resultado-pedido #content.right {
  width: 100% !important; }

.b2b.resultado-pedido #right {
  display: none; }

.b2b.resultado-pedido .c-pedidos-confirm__info {
  max-width: 1000px;
  margin: 0 auto; }

.b2b.resultado-pedido .c-form-flex {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px; }
  @media only screen and (min-width: 640px) {
    .b2b.resultado-pedido .c-form-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .b2b.resultado-pedido .c-form-flex div {
    margin-bottom: 20px; }
  .b2b.resultado-pedido .c-form-flex:last-child {
    border-bottom: 0; }
  .b2b.resultado-pedido .c-form-flex--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.b2b.resultado-pedido .confirm-title, .b2b.resultado-pedido #content h2.confirm-title, #content .b2b.resultado-pedido h2.confirm-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .b2b.resultado-pedido .confirm-title.bigger, .b2b.resultado-pedido #content h2.bigger.confirm-title, #content .b2b.resultado-pedido h2.bigger.confirm-title {
    font-size: 20px; }

.b2b.resultado-pedido .confirm-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: normal; }

.b2c.resultado-pedido #content.right {
  width: 100% !important; }

.b2c.resultado-pedido #right {
  display: none; }

.b2c.resultado-pedido .c-pedidos-confirm__info {
  max-width: 1000px;
  margin: 0 auto; }

.b2c.resultado-pedido .c-form-flex {
  width: 100%;
  display: block;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px; }
  @media only screen and (min-width: 640px) {
    .b2c.resultado-pedido .c-form-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .b2c.resultado-pedido .c-form-flex div.text-left {
    margin-bottom: 20px;
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 640px) {
      .b2c.resultado-pedido .c-form-flex div.text-left {
        width: 70%; } }
    .b2c.resultado-pedido .c-form-flex div.text-left:nth-child(2) {
      width: 49%; }
      @media only screen and (min-width: 640px) {
        .b2c.resultado-pedido .c-form-flex div.text-left:nth-child(2) {
          width: 29%; } }
  .b2c.resultado-pedido .c-form-flex:last-child {
    border-bottom: 0; }

.b2c.resultado-pedido .confirm-title, .b2c.resultado-pedido #content h2.confirm-title, #content .b2c.resultado-pedido h2.confirm-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .b2c.resultado-pedido .confirm-title.bigger, .b2c.resultado-pedido #content h2.bigger.confirm-title, #content .b2c.resultado-pedido h2.bigger.confirm-title {
    font-size: 20px; }

.b2c.resultado-pedido .confirm-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: normal; }

#content .unsuscribe-content {
  margin-top: -7.5rem; }
  #content .unsuscribe-content-b2b {
    margin-top: -1.5rem; }
    @media only screen and (min-width: 992px) {
      #content .unsuscribe-content-b2b {
        margin-top: -2.5rem; } }
  #content .unsuscribe-content.subscribe-content {
    margin-top: -7.5rem; }
    @media only screen and (min-width: 992px) {
      #content .unsuscribe-content.subscribe-content {
        margin-top: -8.5rem; } }
    #content .unsuscribe-content.subscribe-content-b2b {
      margin-top: -1.5rem; }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content.subscribe-content-b2b {
          margin-top: -3.5rem; } }
  @media only screen and (min-width: 992px) {
    #content .unsuscribe-content .mobile {
      display: none; } }
  #content .unsuscribe-content .desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      #content .unsuscribe-content .desktop {
        display: block; } }
  #content .unsuscribe-content .unsuscribe-main {
    min-height: 95vh;
    text-align: center;
    font-family: 'Roboto Condensed Light',sans-serif !important;
    font-weight: 300;
    padding: 8% 0 15%;
    background-color: #F8F8F8; }
    @media only screen and (min-width: 992px) {
      #content .unsuscribe-content .unsuscribe-main {
        padding: 50px 0 150px; } }
    #content .unsuscribe-content .unsuscribe-main h1 {
      text-align: center;
      font-family: 'Roboto Condensed Light',sans-serif !important;
      font-size: 8vw;
      line-height: 10.5vw;
      margin-bottom: 5%;
      font-weight: 300;
      text-transform: uppercase; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main h1 {
          font-size: 50px;
          line-height: 66px;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main h1 {
          font-size: 50px;
          line-height: 66px;
          margin-bottom: 40px; } }
      #content .unsuscribe-content .unsuscribe-main h1 span {
        font-size: 20px; }
        @media only screen and (min-width: 576px) {
          #content .unsuscribe-content .unsuscribe-main h1 span {
            font-size: 30px; } }
        @media only screen and (min-width: 992px) {
          #content .unsuscribe-content .unsuscribe-main h1 span {
            font-size: 40px; } }
    #content .unsuscribe-content .unsuscribe-main .img-principal {
      margin-bottom: 8.9%; }
    #content .unsuscribe-content .unsuscribe-main .text-principal {
      font-size: 15px;
      line-height: 22px;
      max-width: 644px;
      margin: 0 auto 55px; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .text-principal {
          text-align: center !important;
          font-size: 20px;
          line-height: 27px;
          margin: 0 auto 55px; } }
      #content .unsuscribe-content .unsuscribe-main .text-principal p {
        line-height: 22px; }
        @media only screen and (min-width: 576px) {
          #content .unsuscribe-content .unsuscribe-main .text-principal p {
            line-height: 27px; } }
    #content .unsuscribe-content .unsuscribe-main .first-text {
      font-size: 15px;
      line-height: 22px;
      max-width: 960px;
      margin: 0 auto 1.25rem; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .first-text {
          text-align: center !important;
          font-size: 20px;
          line-height: 27px; } }
      #content .unsuscribe-content .unsuscribe-main .first-text.no-margin {
        margin: 0 auto 0; }
    #content .unsuscribe-content .unsuscribe-main .container-check-black {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.625rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #content .unsuscribe-content .unsuscribe-main .container-check-black.mb-check {
        margin-bottom: 1.25rem; }
      #content .unsuscribe-content .unsuscribe-main .container-check-black .text-check {
        font-size: 15px;
        line-height: 22px;
        max-width: 960px; }
        @media only screen and (min-width: 576px) {
          #content .unsuscribe-content .unsuscribe-main .container-check-black .text-check {
            text-align: center !important;
            font-size: 20px;
            line-height: 27px; } }
      #content .unsuscribe-content .unsuscribe-main .container-check-black .checkbox-fijo {
        width: 20px;
        height: 20px;
        background-color: black;
        position: relative;
        display: inline-block; }
        #content .unsuscribe-content .unsuscribe-main .container-check-black .checkbox-fijo::before {
          content: "✓";
          color: white;
          font-size: 14px;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          pointer-events: none; }
    #content .unsuscribe-content .unsuscribe-main .o-checkbox__input, #content .unsuscribe-content .unsuscribe-main .o-checkbox input[type="checkbox"], .o-checkbox #content .unsuscribe-content .unsuscribe-main input[type="checkbox"],
    #content .unsuscribe-content .unsuscribe-main #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales #content .unsuscribe-content .unsuscribe-main input[type="checkbox"], #content .unsuscribe-content .unsuscribe-main .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox #content .unsuscribe-content .unsuscribe-main input[type="checkbox"] {
      margin: 0;
      height: 5vw;
      width: 5vw;
      border: none;
      background-color: #F8F8F8; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .o-checkbox__input, #content .unsuscribe-content .unsuscribe-main .o-checkbox input[type="checkbox"], .o-checkbox #content .unsuscribe-content .unsuscribe-main input[type="checkbox"],
        #content .unsuscribe-content .unsuscribe-main #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales #content .unsuscribe-content .unsuscribe-main input[type="checkbox"], #content .unsuscribe-content .unsuscribe-main .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox #content .unsuscribe-content .unsuscribe-main input[type="checkbox"] {
          height: 32px;
          width: 32px; } }
    #content .unsuscribe-content .unsuscribe-main .text {
      font-size: 3.2vw;
      line-height: 5vw; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .text {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .text {
          font-size: 16px;
          line-height: 23px; } }
      @media only screen and (min-width: 1200px) {
        #content .unsuscribe-content .unsuscribe-main .text {
          font-size: 18px; } }
    #content .unsuscribe-content .unsuscribe-main .vsf-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #content .unsuscribe-content .unsuscribe-main .cp {
      font-size: 5vw;
      line-height: 6.5vw;
      margin-bottom: 50px; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .cp {
          font-size: 30px;
          line-height: 39px; } }
      #content .unsuscribe-content .unsuscribe-main .cp input,
      #content .unsuscribe-content .unsuscribe-main .cp select {
        display: inline-block;
        width: 33.334vw;
        height: auto;
        font-size: 5vw;
        line-height: 7.25vw;
        font-weight: 300;
        font-style: italic;
        color: black;
        border: 1px solid black;
        text-align: center;
        padding: 1px 2px;
        margin: 0; }
        #content .unsuscribe-content .unsuscribe-main .cp input::-webkit-input-placeholder,
        #content .unsuscribe-content .unsuscribe-main .cp select::-webkit-input-placeholder {
          color: grey; }
        #content .unsuscribe-content .unsuscribe-main .cp input:-ms-input-placeholder,
        #content .unsuscribe-content .unsuscribe-main .cp select:-ms-input-placeholder {
          color: grey; }
        #content .unsuscribe-content .unsuscribe-main .cp input::-ms-input-placeholder,
        #content .unsuscribe-content .unsuscribe-main .cp select::-ms-input-placeholder {
          color: grey; }
        #content .unsuscribe-content .unsuscribe-main .cp input::placeholder,
        #content .unsuscribe-content .unsuscribe-main .cp select::placeholder {
          color: grey; }
        @media only screen and (min-width: 576px) {
          #content .unsuscribe-content .unsuscribe-main .cp input,
          #content .unsuscribe-content .unsuscribe-main .cp select {
            width: 157px;
            font-size: 20px;
            line-height: 39px; } }
        @media only screen and (min-width: 992px) {
          #content .unsuscribe-content .unsuscribe-main .cp input,
          #content .unsuscribe-content .unsuscribe-main .cp select {
            width: 210px; } }
      #content .unsuscribe-content .unsuscribe-main .cp select {
        text-align: left; }
    #content .unsuscribe-content .unsuscribe-main .terms-conditions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 25px 0 0; }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .terms-conditions {
          margin-left: 220px; } }
      @media only screen and (min-width: 1200px) {
        #content .unsuscribe-content .unsuscribe-main .terms-conditions {
          margin-left: 260px; } }
      #content .unsuscribe-content .unsuscribe-main .terms-conditions input {
        width: 20px;
        height: 20px;
        border: 1px solid black;
        margin: 0 10px 0 0; }
      #content .unsuscribe-content .unsuscribe-main .terms-conditions label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-block;
        text-align: left; }
    #content .unsuscribe-content .unsuscribe-main .elem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 25px; }
      @media only screen and (max-width: 991px) {
        #content .unsuscribe-content .unsuscribe-main .elem {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 991px) {
        #content .unsuscribe-content .unsuscribe-main .elem.bis {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      @media only screen and (max-width: 991px) {
        #content .unsuscribe-content .unsuscribe-main .elem.bis .div-text {
          background-color: #ECECEC; } }
      @media only screen and (max-width: 991px) {
        #content .unsuscribe-content .unsuscribe-main .elem.bis .div-text .title {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      @media only screen and (max-width: 991px) {
        #content .unsuscribe-content .unsuscribe-main .elem.bis .div-text p {
          text-align: right; } }
      #content .unsuscribe-content .unsuscribe-main .elem .div-img {
        width: 37%;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #content .unsuscribe-content .unsuscribe-main .elem .div-img img {
          height: auto;
          width: 100%; }
      #content .unsuscribe-content .unsuscribe-main .elem .div-text {
        width: 63%;
        height: 100%;
        padding: 3.75% 7%;
        background-color: #F8E7E7; }
        #content .unsuscribe-content .unsuscribe-main .elem .div-text .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: right; }
          #content .unsuscribe-content .unsuscribe-main .elem .div-text .title label {
            margin-right: 0;
            margin-left: 10px;
            font-size: 4vw;
            line-height: 6.5vw;
            text-transform: uppercase;
            text-align: left; }
            @media only screen and (min-width: 576px) {
              #content .unsuscribe-content .unsuscribe-main .elem .div-text .title label {
                font-size: 22px;
                line-height: 39px; } }
            @media only screen and (min-width: 1200px) {
              #content .unsuscribe-content .unsuscribe-main .elem .div-text .title label {
                font-size: 28px;
                line-height: 39px; } }
        #content .unsuscribe-content .unsuscribe-main .elem .div-text p {
          text-align: left;
          margin-top: 10px; }
      #content .unsuscribe-content .unsuscribe-main .elem.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #content .unsuscribe-content .unsuscribe-main .elem.reverse .div-text {
          background-color: #ECECEC; }
          #content .unsuscribe-content .unsuscribe-main .elem.reverse .div-text .title {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
          #content .unsuscribe-content .unsuscribe-main .elem.reverse .div-text p {
            text-align: right; }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .elem.reverse-bis {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .elem.reverse-bis .div-text {
          background-color: #ECECEC; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .elem.reverse-bis .div-text .title {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .elem.reverse-bis .div-text p {
          text-align: right; } }
    #content .unsuscribe-content .unsuscribe-main .desuscribeme {
      margin: 20px 0 0;
      text-align: left !important; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .desuscribeme {
          margin: 20px 0 0 50px; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .desuscribeme {
          margin: 0; } }
    #content .unsuscribe-content .unsuscribe-main .spam {
      margin: 1vw 0 5vw;
      text-align: left; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .spam {
          margin: 4px 0 23px 50px; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .spam {
          margin: 46px 0 23px;
          text-align: center; } }
    #content .unsuscribe-content .unsuscribe-main .div-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 576px) {
        #content .unsuscribe-content .unsuscribe-main .div-input {
          margin-left: 50px; } }
      @media only screen and (min-width: 992px) {
        #content .unsuscribe-content .unsuscribe-main .div-input {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-left: 0; } }
      #content .unsuscribe-content .unsuscribe-main .div-input .o-checkbox__input, #content .unsuscribe-content .unsuscribe-main .div-input .o-checkbox input[type="checkbox"], .o-checkbox #content .unsuscribe-content .unsuscribe-main .div-input input[type="checkbox"],
      #content .unsuscribe-content .unsuscribe-main .div-input #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales #content .unsuscribe-content .unsuscribe-main .div-input input[type="checkbox"], #content .unsuscribe-content .unsuscribe-main .div-input .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox #content .unsuscribe-content .unsuscribe-main .div-input input[type="checkbox"] {
        border: 1px solid black; }
    #content .unsuscribe-content .unsuscribe-main .g-recaptcha {
      margin-top: 65px; }
  #content .unsuscribe-content button {
    font-family: 'Roboto Condensed Light',sans-serif;
    text-transform: uppercase;
    color: black;
    background-color: white;
    border: 1px solid #707070;
    padding: 10px 30px;
    margin: 50px 0; }
    @media only screen and (min-width: 576px) {
      #content .unsuscribe-content button {
        padding: 15px 30px; } }
    #content .unsuscribe-content button:hover {
      color: white;
      background-color: black; }
  #content .unsuscribe-content .c-spinner {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(248, 248, 248, 0.5);
    z-index: 1; }
  #content .unsuscribe-content .div-popup,
  #content .unsuscribe-content .div-popup-thanks {
    display: none; }
    #content .unsuscribe-content .div-popup .div-fondo-popup,
    #content .unsuscribe-content .div-popup-thanks .div-fondo-popup {
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #content .unsuscribe-content .div-popup .div-fondo-popup .popup,
      #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup {
        background: white;
        width: auto;
        padding: 5%;
        border-radius: 10px;
        text-align: center; }
        #content .unsuscribe-content .div-popup .div-fondo-popup .popup p,
        #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup p {
          font-family: 'Roboto Condensed Light',sans-serif;
          font-size: 30px;
          line-height: 39px;
          margin-bottom: 30px; }
  #content .unsuscribe-content .div-popup-thanks .div-fondo-popup {
    background-color: #F8F8F8; }
    #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup {
      background-color: transparent; }
      #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup h3 {
        font-size: 8vw;
        line-height: 10.5vw;
        font-weight: lighter;
        margin-bottom: 30px; }
        @media only screen and (min-width: 576px) {
          #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup h3 {
            font-size: 40px;
            line-height: 53px; } }
      #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup p {
        font-size: 6vw;
        line-height: 7.875vw; }
        @media only screen and (min-width: 576px) {
          #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup p {
            font-size: 30px;
            line-height: 39px; } }
      #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup button {
        color: white;
        background-color: black;
        border-radius: 10px; }
        #content .unsuscribe-content .div-popup-thanks .div-fondo-popup .popup button:hover {
          color: black;
          background-color: white; }
  #content .unsuscribe-content #div-unsubscribe {
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    opacity: 1;
    background-color: white;
    width: auto;
    height: auto;
    min-width: 400px;
    -webkit-box-shadow: 0px 0px 10px -5px;
    box-shadow: 0px 0px 10px -5px; }
    #content .unsuscribe-content #div-unsubscribe .c-login__close {
      margin: 0;
      padding: 0.25rem;
      font-family: "Roboto Condensed Light", sans-serif;
      color: #000;
      background-color: transparent;
      border: none; }
    #content .unsuscribe-content #div-unsubscribe .button-unsubscribe {
      height: 2.388rem;
      line-height: 2.388rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      font-size: 1.05rem;
      width: auto;
      height: 2.188rem;
      line-height: 2.188rem;
      display: block;
      margin: 0.5rem auto;
      padding: 0 2rem;
      padding-right: 2rem;
      padding-left: 2rem;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 0.95rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.063rem;
      color: #fff;
      border: 1px solid #000;
      border-radius: 8.75rem;
      background-color: #000;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #content .unsuscribe-content #div-unsubscribe .c-login__button--return, #content .unsuscribe-content #div-unsubscribe #header .top_bar .user_container .dropdown .back, #header .top_bar .user_container .dropdown #content .unsuscribe-content #div-unsubscribe .back {
      float: none;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      background-color: transparent;
      border: 0;
      font-size: 0.8rem;
      color: #000;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      margin: 0.5rem auto 0.5rem 0;
      padding: 0 2rem 0 0; }
    #content .unsuscribe-content #div-unsubscribe .message {
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.08);
      padding: 10px;
      color: #999998;
      font-size: 12px;
      border: 1px solid #dddddd;
      margin-bottom: 20px; }
      #content .unsuscribe-content #div-unsubscribe .message:empty {
        display: none; }

#content .presentation-content {
  margin-top: -7.5rem; }
  #content .presentation-content .presentation-main {
    min-height: 95vh;
    text-align: center;
    font-family: 'Roboto Condensed Light',sans-serif !important;
    font-weight: 300;
    padding: 8% 0 15%;
    background-color: #F8F8F8; }
    @media only screen and (min-width: 992px) {
      #content .presentation-content .presentation-main {
        padding: 50px 0 150px; } }
    #content .presentation-content .presentation-main h1 {
      text-align: center;
      font-family: 'Roboto Condensed Light',sans-serif !important;
      font-size: 8vw;
      line-height: 10.5vw;
      margin-bottom: 5%;
      font-weight: 300;
      text-transform: uppercase; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main h1 {
          font-size: 50px;
          line-height: 66px;
          margin-bottom: 6%; } }
      @media only screen and (min-width: 992px) {
        #content .presentation-content .presentation-main h1 {
          font-size: 60px;
          line-height: 93px;
          margin-bottom: 23px; } }
    #content .presentation-content .presentation-main .text-principal {
      font-size: 5vw;
      line-height: 6.5vw;
      margin: 0 auto 55px; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main .text-principal {
          text-align: center !important;
          font-size: 25px;
          line-height: 34px;
          margin: 0 auto 55px; } }
    #content .presentation-content .presentation-main .text-secondary {
      font-size: 16px;
      line-height: 23px;
      max-width: 644px;
      margin: 0 auto 55px;
      font-weight: 600; }
      #content .presentation-content .presentation-main .text-secondary.germany {
        max-width: 1200px; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main .text-secondary {
          text-align: center !important;
          font-size: 25px;
          line-height: 34px;
          margin: 0 auto 55px; } }
      #content .presentation-content .presentation-main .text-secondary p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 6px; }
        @media only screen and (min-width: 576px) {
          #content .presentation-content .presentation-main .text-secondary p {
            line-height: 29px;
            font-size: 21px; } }
    #content .presentation-content .presentation-main .container-textSecondary {
      background-color: #d8d4d1;
      padding: 0.875rem 0.625rem;
      border-radius: 1rem;
      margin-bottom: 0.75rem; }
      #content .presentation-content .presentation-main .container-textSecondary .text-secondary {
        font-size: 4vw;
        line-height: 6vw;
        max-width: 644px;
        margin: 0 auto;
        color: black; }
        #content .presentation-content .presentation-main .container-textSecondary .text-secondary.cursive {
          font-style: italic; }
        @media only screen and (min-width: 576px) {
          #content .presentation-content .presentation-main .container-textSecondary .text-secondary {
            text-align: center !important;
            font-size: 22px;
            line-height: 29px; } }
        #content .presentation-content .presentation-main .container-textSecondary .text-secondary strong {
          margin-right: 0.25rem;
          font-style: normal; }
      #content .presentation-content .presentation-main .container-textSecondary .text-secondary:not(:last-child) {
        margin-bottom: 1.25rem; }
    #content .presentation-content .presentation-main .o-checkbox__input, #content .presentation-content .presentation-main .o-checkbox input[type="checkbox"], .o-checkbox #content .presentation-content .presentation-main input[type="checkbox"],
    #content .presentation-content .presentation-main #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales #content .presentation-content .presentation-main input[type="checkbox"], #content .presentation-content .presentation-main .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox #content .presentation-content .presentation-main input[type="checkbox"] {
      margin: 0;
      height: 5vw;
      width: 5vw;
      border: none;
      background-color: #F8F8F8; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main .o-checkbox__input, #content .presentation-content .presentation-main .o-checkbox input[type="checkbox"], .o-checkbox #content .presentation-content .presentation-main input[type="checkbox"],
        #content .presentation-content .presentation-main #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales #content .presentation-content .presentation-main input[type="checkbox"], #content .presentation-content .presentation-main .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox #content .presentation-content .presentation-main input[type="checkbox"] {
          height: 32px;
          width: 32px; } }
    #content .presentation-content .presentation-main .text {
      font-size: 3.2vw;
      line-height: 5vw;
      color: black; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main .text {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 992px) {
        #content .presentation-content .presentation-main .text {
          font-size: 16px;
          line-height: 23px; } }
      @media only screen and (min-width: 1200px) {
        #content .presentation-content .presentation-main .text {
          font-size: 18px; } }
    #content .presentation-content .presentation-main .vsf-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #content .presentation-content .presentation-main .cp {
      font-size: 5vw;
      line-height: 6.5vw;
      margin-bottom: 50px;
      position: relative; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main .cp {
          font-size: 30px;
          line-height: 39px; } }
      #content .presentation-content .presentation-main .cp.select-margin {
        margin-bottom: 20px; }
        #content .presentation-content .presentation-main .cp.select-margin select {
          text-align: center;
          color: grey; }
      #content .presentation-content .presentation-main .cp select,
      #content .presentation-content .presentation-main .cp input {
        display: inline-block;
        width: 33.334vw;
        height: auto;
        font-size: 5vw;
        line-height: 7.25vw;
        font-weight: 300;
        font-style: italic;
        color: black;
        border: 1px solid black;
        text-align: center;
        padding: 1px 2px;
        margin: 0; }
        #content .presentation-content .presentation-main .cp select::-webkit-input-placeholder,
        #content .presentation-content .presentation-main .cp input::-webkit-input-placeholder {
          color: grey; }
        #content .presentation-content .presentation-main .cp select:-ms-input-placeholder,
        #content .presentation-content .presentation-main .cp input:-ms-input-placeholder {
          color: grey; }
        #content .presentation-content .presentation-main .cp select::-ms-input-placeholder,
        #content .presentation-content .presentation-main .cp input::-ms-input-placeholder {
          color: grey; }
        #content .presentation-content .presentation-main .cp select::placeholder,
        #content .presentation-content .presentation-main .cp input::placeholder {
          color: grey; }
        @media only screen and (min-width: 576px) {
          #content .presentation-content .presentation-main .cp select,
          #content .presentation-content .presentation-main .cp input {
            width: 157px;
            font-size: 20px;
            line-height: 39px; } }
        @media only screen and (min-width: 992px) {
          #content .presentation-content .presentation-main .cp select,
          #content .presentation-content .presentation-main .cp input {
            width: 210px; } }
        #content .presentation-content .presentation-main .cp select.hora,
        #content .presentation-content .presentation-main .cp input.hora {
          text-align: center;
          color: grey;
          font-size: 15px; }
      #content .presentation-content .presentation-main .cp .ui-autocomplete {
        top: 44px;
        left: 45.1%;
        padding: 0.25rem 0;
        max-width: 212px !important;
        text-align: left; }
        #content .presentation-content .presentation-main .cp .ui-autocomplete::-webkit-scrollbar {
          -webkit-appearance: none; }
        #content .presentation-content .presentation-main .cp .ui-autocomplete::-webkit-scrollbar:vertical {
          width: 0.5rem; }
        #content .presentation-content .presentation-main .cp .ui-autocomplete::-webkit-scrollbar-thumb {
          background-color: #797979;
          border-radius: 4px; }
        #content .presentation-content .presentation-main .cp .ui-autocomplete li {
          margin-bottom: 0.25rem;
          padding: 0.5rem 0.25rem;
          cursor: pointer; }
          #content .presentation-content .presentation-main .cp .ui-autocomplete li:hover {
            background-color: #F5F0EC; }
      #content .presentation-content .presentation-main .cp select {
        text-align: left; }
    #content .presentation-content .presentation-main .datePresentation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0.75rem; }
      #content .presentation-content .presentation-main .datePresentation .div-text {
        width: 100%;
        height: 100%;
        padding: 0.5rem 1rem 0.375rem;
        background-color: #F5F0EC;
        border-radius: 1rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 188px;
        color: black; }
        #content .presentation-content .presentation-main .datePresentation .div-text.germany {
          padding: 1.5rem 1rem; }
        #content .presentation-content .presentation-main .datePresentation .div-text .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: right;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #content .presentation-content .presentation-main .datePresentation .div-text .title input {
            position: absolute;
            left: 1.5rem;
            top: 1.5rem; }
          #content .presentation-content .presentation-main .datePresentation .div-text .title label {
            margin-right: 0;
            margin-left: 10px;
            font-size: 4vw;
            line-height: 6.5vw;
            text-transform: uppercase;
            color: black;
            font-weight: 600; }
            @media only screen and (min-width: 576px) {
              #content .presentation-content .presentation-main .datePresentation .div-text .title label {
                font-size: 22px;
                line-height: 29px; } }
            @media only screen and (min-width: 1200px) {
              #content .presentation-content .presentation-main .datePresentation .div-text .title label {
                font-size: 25px;
                line-height: 32px; } }
          #content .presentation-content .presentation-main .datePresentation .div-text .title p.name-person {
            margin: 30px 0 20px;
            font-size: 4vw;
            line-height: 6.5vw;
            text-transform: uppercase;
            color: black;
            font-weight: 600; }
            @media only screen and (min-width: 576px) {
              #content .presentation-content .presentation-main .datePresentation .div-text .title p.name-person {
                font-size: 22px;
                line-height: 29px; } }
            @media only screen and (min-width: 1200px) {
              #content .presentation-content .presentation-main .datePresentation .div-text .title p.name-person {
                font-size: 25px;
                line-height: 32px; } }
        #content .presentation-content .presentation-main .datePresentation .div-text p {
          text-align: center;
          margin-top: 0.25rem; }
    #content .presentation-content .presentation-main .div-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 576px) {
        #content .presentation-content .presentation-main .div-input {
          margin-left: 50px; } }
      @media only screen and (min-width: 992px) {
        #content .presentation-content .presentation-main .div-input {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-left: 0; } }
      #content .presentation-content .presentation-main .div-input .o-checkbox__input, #content .presentation-content .presentation-main .div-input .o-checkbox input[type="checkbox"], .o-checkbox #content .presentation-content .presentation-main .div-input input[type="checkbox"],
      #content .presentation-content .presentation-main .div-input #micuenta_datos_personales input[type="checkbox"], #micuenta_datos_personales #content .presentation-content .presentation-main .div-input input[type="checkbox"], #content .presentation-content .presentation-main .div-input .my-account .prettycheckbox input[type="checkbox"], .my-account .prettycheckbox #content .presentation-content .presentation-main .div-input input[type="checkbox"] {
        border: 1px solid black; }
    #content .presentation-content .presentation-main .g-recaptcha {
      margin-top: 65px; }
  #content .presentation-content button {
    font-family: 'Roboto Condensed Light',sans-serif;
    text-transform: uppercase;
    color: black;
    background-color: white;
    border: 1px solid #707070;
    padding: 10px 30px;
    margin: 50px 0; }
    @media only screen and (min-width: 576px) {
      #content .presentation-content button {
        padding: 15px 30px; } }
    #content .presentation-content button:hover {
      color: white;
      background-color: black; }

.new-warranty-list {
  font-family: 'Roboto Condensed Light', sans-serif; }
  .new-warranty-list .vsf-container-bis {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 1300px; } }
    @media (min-width: 1600px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 1500px; } }
    @media (min-width: 1700px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 1600px; } }
    @media (min-width: 1900px) {
      .new-warranty-list .vsf-container-bis {
        max-width: 1800px; } }
  .new-warranty-list h1#title {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 5px;
    margin: 0 0 25px 0;
    color: #707070;
    font-family: 'Roboto Condensed Light', 'sans-serif';
    font-weight: bold; }
    @media only screen and (min-width: 576px) {
      .new-warranty-list h1#title {
        font-size: 90px;
        line-height: 118px;
        margin: 0 0 35px 0;
        letter-spacing: 9px; } }
  @media only screen and (min-width: 1200px) {
    .new-warranty-list .div-form {
      margin-bottom: 25px; } }
  .new-warranty-list .div-form .title-sec {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 1.1px;
    color: #707070;
    text-transform: uppercase; }
    .new-warranty-list .div-form .title-sec #open-close-filters {
      cursor: pointer; }
  .new-warranty-list .div-form .info form {
    margin-top: 25px; }
  .new-warranty-list .div-form .data {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 100%; }
    @media only screen and (min-width: 576px) {
      .new-warranty-list .div-form .data {
        width: 48%; } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-form .data:nth-child(1) {
        width: 7.4%; } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-form .data:nth-child(2) {
        width: 6.5%; } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-form .data:nth-child(3) {
        width: 19.3%; } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-form .data:nth-child(4) {
        width: 22.5%; } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-form .data:nth-child(5) {
        width: 22.5%; } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-form .data:nth-child(6) {
        width: 8.5%; } }
    .new-warranty-list .div-form .data label {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .new-warranty-list .div-form .data input {
      font-family: 'Roboto Condensed Light', sans-serif;
      height: 30px;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.9px; }
    .new-warranty-list .div-form .data select,
    .new-warranty-list .div-form .data input[type='date'] {
      height: 30px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid black;
      padding-left: 15px;
      margin: 0;
      font-size: 1.125rem;
      color: #707070;
      font-family: "Roboto Condensed Light", sans-serif; }
      .new-warranty-list .div-form .data select:hover,
      .new-warranty-list .div-form .data input[type='date']:hover {
        background-color: #fff; }
      .new-warranty-list .div-form .data select:focus,
      .new-warranty-list .div-form .data input[type='date']:focus {
        outline: none; }
    .new-warranty-list .div-form .data select {
      text-transform: uppercase; }
      .new-warranty-list .div-form .data select option {
        text-transform: uppercase; }
      .new-warranty-list .div-form .data select::-ms-expand {
        display: none; }
    .new-warranty-list .div-form .data .div-select {
      width: 100%;
      position: relative;
      text-align: center; }
      .new-warranty-list .div-form .data .div-select:after {
        content: '\f078';
        font: 12px FontAwesome;
        color: #707070;
        background-color: white;
        right: 8px;
        top: 1px;
        height: 28px;
        padding-top: 8px;
        position: absolute;
        pointer-events: none; }
  .new-warranty-list .div-form .button-red {
    font-family: "Roboto Condensed", sans-serif;
    height: 40px;
    background-color: #E5231B;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 1px; }
    .new-warranty-list .div-form .button-red:focus {
      border: 1px solid black;
      background-color: white;
      color: black; }
    .new-warranty-list .div-form .button-red:hover {
      border: 1px solid black;
      background-color: white;
      color: black; }
  .new-warranty-list .div-form .button-black {
    font-family: "Roboto Condensed", sans-serif;
    height: 40px;
    background-color: black;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 1px; }
    .new-warranty-list .div-form .button-black:focus {
      border: 1px solid black;
      background-color: white;
      color: black; }
    .new-warranty-list .div-form .button-black:hover {
      border: 1px solid black;
      background-color: white;
      color: black; }
  .new-warranty-list .div-form .button-white {
    height: 30px;
    padding: 0 25px;
    margin: 15px 0 15px 5px; }
    .new-warranty-list .div-form .button-white:focus {
      background-color: black; }
    .new-warranty-list .div-form .button-white.button-black {
      background-color: black;
      color: white; }
      .new-warranty-list .div-form .button-white.button-black:hover {
        background-color: white;
        color: black; }
  .new-warranty-list .div-form #new-warranty-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .new-warranty-list .div-form #new-warranty-filters label {
      color: #707070; }
    .new-warranty-list .div-form #new-warranty-filters .div-button {
      text-align: right; }
  .new-warranty-list .div-table {
    overflow: auto;
    margin: 30px auto 100px;
    max-height: calc(100vh - 250px); }
    @media only screen and (min-width: 576px) {
      .new-warranty-list .div-table {
        max-height: calc(100vh - 320px); } }
    @media only screen and (min-width: 992px) {
      .new-warranty-list .div-table {
        max-height: calc(100vh - 360px); } }
    @media only screen and (min-width: 1200px) {
      .new-warranty-list .div-table {
        max-height: calc(100vh - 240px); } }
    .new-warranty-list .div-table .pedidos {
      min-width: 510px;
      margin: 0 !important; }
      @media only screen and (min-width: 992px) {
        .new-warranty-list .div-table .pedidos {
          min-width: 1110px; } }
      .new-warranty-list .div-table .pedidos thead {
        margin-bottom: 15px;
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
        .new-warranty-list .div-table .pedidos thead th {
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 20px;
          line-height: 26px;
          font-weight: 300;
          text-align: center;
          background-color: white;
          text-transform: uppercase;
          min-width: 57px; }
      .new-warranty-list .div-table .pedidos tbody tr:nth-of-type(even) {
        background-color: #f1f1f1; }
      .new-warranty-list .div-table .pedidos tbody tr td {
        padding: 20px 10px;
        text-align: left;
        border-bottom: 1px solid #707070;
        color: #707070; }
        @media only screen and (min-width: 1200px) {
          .new-warranty-list .div-table .pedidos tbody tr td {
            padding: 40px 10px;
            text-align: center; } }
        .new-warranty-list .div-table .pedidos tbody tr td .color-red {
          color: #B80000; }
        .new-warranty-list .div-table .pedidos tbody tr td a {
          text-decoration: underline;
          color: #707070;
          font-weight: 300; }
        .new-warranty-list .div-table .pedidos tbody tr td .div-input-file {
          display: none; }
          .new-warranty-list .div-table .pedidos tbody tr td .div-input-file label {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            line-height: 1;
            color: white;
            background-color: black;
            border: 1px solid black;
            padding: 0.625rem;
            margin-bottom: 0.3125rem; }
            .new-warranty-list .div-table .pedidos tbody tr td .div-input-file label:hover {
              color: black;
              background-color: white; }
        .new-warranty-list .div-table .pedidos tbody tr td .input-edit {
          display: none;
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 0.875rem;
          line-height: 17px;
          color: #707070;
          border-color: #707070;
          height: 48px;
          margin: 0; }
        .new-warranty-list .div-table .pedidos tbody tr td .icon-edit,
        .new-warranty-list .div-table .pedidos tbody tr td .icon-save,
        .new-warranty-list .div-table .pedidos tbody tr td .icon-cancel {
          cursor: pointer; }
          .new-warranty-list .div-table .pedidos tbody tr td .icon-edit::after,
          .new-warranty-list .div-table .pedidos tbody tr td .icon-save::after,
          .new-warranty-list .div-table .pedidos tbody tr td .icon-cancel::after {
            font-family: FontAwesome;
            font-style: normal; }
        .new-warranty-list .div-table .pedidos tbody tr td .icon-edit::after {
          content: '\f040';
          color: #000; }
        .new-warranty-list .div-table .pedidos tbody tr td .icon-save {
          display: none; }
          .new-warranty-list .div-table .pedidos tbody tr td .icon-save::after {
            content: '\f00c';
            color: #00C850; }
        .new-warranty-list .div-table .pedidos tbody tr td .icon-cancel {
          display: none; }
          .new-warranty-list .div-table .pedidos tbody tr td .icon-cancel::after {
            content: '\f00d';
            color: #D8000C; }
        .new-warranty-list .div-table .pedidos tbody tr td .table-intern {
          width: 100%; }
          .new-warranty-list .div-table .pedidos tbody tr td .table-intern tr:nth-of-type(even) {
            background-color: transparent; }
          .new-warranty-list .div-table .pedidos tbody tr td .table-intern tr td {
            padding: 20px 10px;
            border: none;
            width: 25%;
            vertical-align: top; }
            .new-warranty-list .div-table .pedidos tbody tr td .table-intern tr td .title-col {
              font-weight: bold;
              margin-bottom: 15px;
              text-transform: uppercase; }
      .new-warranty-list .div-table .pedidos.table-desktop {
        display: none; }
        @media only screen and (min-width: 1200px) {
          .new-warranty-list .div-table .pedidos.table-desktop {
            display: table; } }
      .new-warranty-list .div-table .pedidos.table-mobile {
        display: table; }
        @media only screen and (min-width: 1200px) {
          .new-warranty-list .div-table .pedidos.table-mobile {
            display: none; } }
      .new-warranty-list .div-table .pedidos .desktop {
        display: none; }
        @media only screen and (min-width: 1200px) {
          .new-warranty-list .div-table .pedidos .desktop {
            display: table-row-group; } }
      .new-warranty-list .div-table .pedidos .mobile {
        display: table-row-group; }
        @media only screen and (min-width: 1200px) {
          .new-warranty-list .div-table .pedidos .mobile {
            display: none; } }

.extensionbateriabici #product_related h3 {
  color: #8a8a8a;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 2.75rem 0 1.5rem;
  font-weight: 500; }

.extensionbateriabici .garantia-easy-motion-center .js-garantiavida-avanzar-form {
  position: relative;
  height: 44px;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: black;
  border: 1px solid black;
  border-radius: 15px;
  padding: 10px 75px;
  margin: 2.75rem auto 0; }

.extensionbateriabici .div-buttons-years {
  width: 100%;
  margin: 1.75rem 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 1.25rem; }
  .extensionbateriabici .div-buttons-years .button-year {
    font-family: 'Roboto Condensed Light', sans-serif;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 0.9375rem;
    padding: 1.0625rem 1rem;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .extensionbateriabici .div-buttons-years .button-year {
        min-width: 390px; } }
    .extensionbateriabici .div-buttons-years .button-year:hover {
      background-color: white;
      color: black; }
    .extensionbateriabici .div-buttons-years .button-year.active {
      background-color: #CACACA; }
      .extensionbateriabici .div-buttons-years .button-year.active:hover {
        background-color: white;
        border: 1px solid black; }
    .extensionbateriabici .div-buttons-years .button-year p {
      font-size: 1.125rem;
      line-height: 20px; }

.extensionbateriabici .info-buttons-year {
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .extensionbateriabici .info-buttons-year.active {
    max-height: none; }
  .extensionbateriabici .info-buttons-year .conveyor-belt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 200%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-bottom: 3.5rem; }
    .extensionbateriabici .info-buttons-year .conveyor-belt.move-right {
      left: -100%; }
    .extensionbateriabici .info-buttons-year .conveyor-belt .info_warranty_batery {
      font-size: 1.0625rem;
      line-height: 1.5rem;
      color: #707070; }
      .extensionbateriabici .info-buttons-year .conveyor-belt .info_warranty_batery ol {
        list-style-position: inside; }
        .extensionbateriabici .info-buttons-year .conveyor-belt .info_warranty_batery ol li {
          margin-bottom: 15px;
          line-height: 1.5rem; }
        .extensionbateriabici .info-buttons-year .conveyor-belt .info_warranty_batery ol ul {
          list-style-type: disc;
          margin-top: 5px;
          font-family: "Roboto Condensed Light", sans-serif; }
          .extensionbateriabici .info-buttons-year .conveyor-belt .info_warranty_batery ol ul li {
            margin-bottom: 5px; }

.extensionbateriabici .modals section {
  display: none;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.25) !important;
  z-index: 10000; }

.extensionbateriabici #extensionbateriabici_title_form {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.125rem;
  font-weight: lighter;
  color: #707070;
  margin-left: 0.9375rem; }

.extensionbateriabici .div-campos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .extensionbateriabici .div-campos .form_group {
    width: 100%;
    text-align: center; }
    .extensionbateriabici .div-campos .form_group.form-with-title .input_container {
      margin-top: 0; }
    @media only screen and (min-width: 1024px) {
      .extensionbateriabici .div-campos .form_group.pt-especial {
        padding-top: 1.25rem; } }
    .extensionbateriabici .div-campos .form_group .form_label {
      font-size: 1.25rem;
      line-height: 1;
      text-align: left;
      color: #3b3b3b;
      margin: 10px 0 10px 15px;
      display: block; }
    .extensionbateriabici .div-campos .form_group .input_container {
      position: relative;
      margin: 1.125rem auto;
      text-align: left; }
      .extensionbateriabici .div-campos .form_group .input_container--select:after {
        font-family: FontAwesome;
        content: '\f107';
        width: 2.1875rem;
        height: 2.1875rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0.3125rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.25rem;
        font-weight: 300;
        color: #707070;
        background: #fff;
        pointer-events: none;
        padding: 0.625rem;
        border-radius: 0.9375rem; }
      .extensionbateriabici .div-campos .form_group .input_container .ui-datepicker-trigger {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 2.625rem;
        height: 2.625rem;
        background: white;
        border-radius: 0.9375rem;
        padding: 0px; }
        .extensionbateriabici .div-campos .form_group .input_container .ui-datepicker-trigger::before {
          content: "\f073";
          font: normal normal normal 14px/1 FontAwesome;
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          vertical-align: middle;
          top: 0px;
          line-height: 2.5rem;
          font-size: 1.125rem;
          color: #aaa;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
    .extensionbateriabici .div-campos .form_group .select2-container {
      width: 100% !important;
      height: 2.75rem; }
      .extensionbateriabici .div-campos .form_group .select2-container span {
        height: 2.75rem; }
      .extensionbateriabici .div-campos .form_group .select2-container .select2-selection--single {
        border: none; }
        .extensionbateriabici .div-campos .form_group .select2-container .select2-selection--single .select2-selection__rendered {
          font-family: "Roboto Condensed Light", sans-serif;
          font-size: 1.25rem;
          line-height: 2.75rem;
          color: #707070;
          border: 1px solid #707070;
          border-radius: 0.9375rem;
          padding-left: 0.9375rem; }
        .extensionbateriabici .div-campos .form_group .select2-container .select2-selection--single .select2-selection__arrow {
          display: none; }
    .extensionbateriabici .div-campos .form_group input[type="checkbox"] {
      vertical-align: top; }
    .extensionbateriabici .div-campos .form_group input[type="radio"], .extensionbateriabici .div-campos .form_group input[type="checkbox"], .extensionbateriabici .div-campos .form_group input[type="range"] {
      accent-color: #CACACA; }
    .extensionbateriabici .div-campos .form_group input[type="text"],
    .extensionbateriabici .div-campos .form_group input[type="number"],
    .extensionbateriabici .div-campos .form_group input[type="password"],
    .extensionbateriabici .div-campos .form_group input[type="email"],
    .extensionbateriabici .div-campos .form_group input[type="date"],
    .extensionbateriabici .div-campos .form_group textarea,
    .extensionbateriabici .div-campos .form_group select {
      height: 44px;
      font-family: "Roboto Condensed Light", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: #707070;
      background-color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #707070;
      border-radius: 15px;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
    .extensionbateriabici .div-campos .form_group select {
      padding-left: 0.9375rem;
      background: none; }
      .extensionbateriabici .div-campos .form_group select:hover {
        background-color: #fff; }
      .extensionbateriabici .div-campos .form_group select:focus {
        outline: none; }
    .extensionbateriabici .div-campos .form_group textarea {
      background-color: #eaeaea;
      border: 1px solid #ccc;
      border-radius: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    .extensionbateriabici .div-campos .form_group label {
      font-size: 1.25rem;
      font-family: "Roboto Condensed Light", sans-serif;
      color: #707070; }
      .extensionbateriabici .div-campos .form_group label .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        row-gap: 1.125rem; }
        .extensionbateriabici .div-campos .form_group label .content .btn-grey, .extensionbateriabici .div-campos .form_group label .content button.btn-red,
        .extensionbateriabici .div-campos .form_group label .content a.btn-red,
        .extensionbateriabici .div-campos .form_group label .content span.btn-red,
        .extensionbateriabici .div-campos .form_group label .content input.btn-red[type="button"] {
          height: 44px;
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 20px;
          line-height: 1;
          letter-spacing: 1px;
          background-color: #CACACA;
          border: 1px solid #707070;
          border-radius: 15px;
          padding: 10px 20px; }
          .extensionbateriabici .div-campos .form_group label .content .btn-grey:hover, .extensionbateriabici .div-campos .form_group label .content button.btn-red:hover,
          .extensionbateriabici .div-campos .form_group label .content a.btn-red:hover,
          .extensionbateriabici .div-campos .form_group label .content span.btn-red:hover,
          .extensionbateriabici .div-campos .form_group label .content input.btn-red:hover[type="button"] {
            color: black;
            background-color: white; }
        .extensionbateriabici .div-campos .form_group label .content .name_img {
          font-size: 1rem;
          margin: 0; }
  .extensionbateriabici .div-campos .form_group_checkbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0; }

.container-headerGarantia {
  border-bottom: 1px solid #707070; }
  .container-headerGarantia .container-text {
    padding: 1rem 1.975rem; }
    .container-headerGarantia .container-text h3 {
      color: #8a8a8a;
      font-size: 1.375rem;
      line-height: 1.5rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 2.75rem 0 1.5rem; }
    .container-headerGarantia .container-text p {
      margin-bottom: 1.5rem;
      font-size: 1.0625rem;
      line-height: 1.5rem;
      display: none; }
      @media only screen and (min-width: 768px) {
        .container-headerGarantia .container-text p {
          display: block; } }
  .container-headerGarantia .container-btnGarantia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 1.75rem 0 3.5rem;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container-headerGarantia .container-btnGarantia .link-black {
      color: white;
      background-color: black;
      padding: 1rem;
      border-radius: 0.9375rem;
      font-size: 1.125rem;
      line-height: 1.375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid black;
      margin-bottom: 0;
      cursor: pointer;
      text-align: center; }
      @media only screen and (min-width: 480px) {
        .container-headerGarantia .container-btnGarantia .link-black {
          min-width: 290px; } }
      @media only screen and (min-width: 576px) {
        .container-headerGarantia .container-btnGarantia .link-black {
          min-width: 390px;
          width: 390px; } }
      .container-headerGarantia .container-btnGarantia .link-black:hover {
        color: black;
        background-color: white; }
      .container-headerGarantia .container-btnGarantia .link-black.active {
        background-color: #CACACA; }
  .container-headerGarantia .info-garantiaVida {
    display: none;
    overflow: hidden; }
    .container-headerGarantia .info-garantiaVida.active {
      display: block; }
  .container-headerGarantia .garantiaVida {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-bottom: 3.5rem;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%; }
    .container-headerGarantia .garantiaVida .content {
      font-size: 1.0625rem;
      line-height: 1.5rem;
      color: #707070;
      width: 100%; }
    .container-headerGarantia .garantiaVida.move-right {
      left: -100%; }
    .container-headerGarantia .garantiaVida li {
      font-size: 1.0625rem;
      line-height: 1.5rem; }
      .container-headerGarantia .garantiaVida li::after {
        content: "";
        display: block; }
    .container-headerGarantia .garantiaVida.garantia-monty {
      width: unset;
      padding: 0 1.25rem 3.5rem; }

@page {
  margin: 300px 5% 4%; }

.proforma {
  padding: 0 50px;
  font-family: 'Roboto Condensed Light', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px;
  overflow: auto; }
  @media print {
    .proforma {
      font-family: sans-serif !important;
      font-size: 11px; } }
  .proforma .content-proforma {
    width: 840px;
    margin: 0 auto; }
    @media print {
      .proforma .content-proforma #top-proforma {
        margin-top: 25px; } }
    .proforma .content-proforma #top-proforma .top-left {
      width: 50%;
      padding: 0 105px 0 0;
      vertical-align: top; }
      @media print {
        .proforma .content-proforma #top-proforma .top-left {
          padding-right: 30px; } }
      .proforma .content-proforma #top-proforma .top-left tr {
        background-color: white; }
        .proforma .content-proforma #top-proforma .top-left tr td {
          padding: 0; }
          .proforma .content-proforma #top-proforma .top-left tr td:nth-child(1) {
            width: 35%; }
            @media print {
              .proforma .content-proforma #top-proforma .top-left tr td:nth-child(1) {
                width: 30%; } }
          .proforma .content-proforma #top-proforma .top-left tr td:nth-child(2) {
            width: 65%; }
            @media print {
              .proforma .content-proforma #top-proforma .top-left tr td:nth-child(2) {
                width: 70%; } }
          .proforma .content-proforma #top-proforma .top-left tr td .logo {
            text-align: center;
            margin: 27px 0;
            padding: 0 10px; }
            @media print {
              .proforma .content-proforma #top-proforma .top-left tr td .logo {
                margin: 10px 0 0; } }
            @media print {
              .proforma .content-proforma #top-proforma .top-left tr td .logo img {
                width: 50px; } }
          .proforma .content-proforma #top-proforma .top-left tr td .div-dir,
          .proforma .content-proforma #top-proforma .top-left tr td .div-info {
            border: 1px solid red;
            padding: 2.5px; }
            .proforma .content-proforma #top-proforma .top-left tr td .div-dir p,
            .proforma .content-proforma #top-proforma .top-left tr td .div-info p {
              font-size: 14px;
              line-height: 20px; }
              @media print {
                .proforma .content-proforma #top-proforma .top-left tr td .div-dir p,
                .proforma .content-proforma #top-proforma .top-left tr td .div-info p {
                  font-size: 8px;
                  line-height: 12px; } }
          .proforma .content-proforma #top-proforma .top-left tr td .div-info {
            margin-top: 10px; }
            @media print {
              .proforma .content-proforma #top-proforma .top-left tr td .div-info {
                margin-top: 5px; } }
            .proforma .content-proforma #top-proforma .top-left tr td .div-info p {
              line-height: 22px; }
              @media print {
                .proforma .content-proforma #top-proforma .top-left tr td .div-info p {
                  line-height: 12px; } }
              @media print {
                .proforma .content-proforma #top-proforma .top-left tr td .div-info p span {
                  font-size: 8px;
                  line-height: 12px; } }
    .proforma .content-proforma #top-proforma .top-right {
      width: 50%;
      padding: 0 40px; }
      .proforma .content-proforma #top-proforma .top-right .title2 {
        margin: 0 auto 10px;
        text-align: center; }
        .proforma .content-proforma #top-proforma .top-right .title2 .o-availability-icon {
          display: inline-block;
          width: 8px;
          height: 35px;
          -webkit-transform: scale(0.7) translate(9px, 14px) skew(346deg, 0deg);
          -ms-transform: scale(0.7) translate(9px, 14px) skew(346deg, 0deg);
          transform: scale(0.7) translate(9px, 14px) skew(346deg, 0deg);
          top: 0;
          background-color: #D9000D; }
          @media print {
            .proforma .content-proforma #top-proforma .top-right .title2 .o-availability-icon {
              width: 6px;
              height: 22px;
              -webkit-transform: scale(0.7) translate(6px, 8px) skew(346deg, 0deg);
              -ms-transform: scale(0.7) translate(6px, 148) skew(346deg, 0deg);
              transform: scale(0.7) translate(6px, 8px) skew(346deg, 0deg); } }
        .proforma .content-proforma #top-proforma .top-right .title2 span {
          font-size: 20px;
          line-height: 26px;
          text-transform: uppercase;
          position: relative; }
          @media print {
            .proforma .content-proforma #top-proforma .top-right .title2 span {
              font-size: 12px;
              line-height: 22px; } }
      .proforma .content-proforma #top-proforma .top-right p {
        font-size: 12px;
        line-height: 25px; }
        @media print {
          .proforma .content-proforma #top-proforma .top-right p {
            font-size: 8px;
            line-height: 10px; } }
        .proforma .content-proforma #top-proforma .top-right p input {
          -webkit-appearance: none;
          -moz-appearance: none;
          border-radius: 0;
          background-color: #fff;
          border: 1px solid #ccc;
          -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.75);
          font-family: inherit;
          font-size: 14px;
          padding: 0 0.5rem;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: border-color 0.15s linear,background 0.15s linear;
          -moz-transition: border-color 0.15s linear,background 0.15s linear;
          -ms-transition: border-color 0.15s linear,background 0.15s linear;
          -o-transition: border-color 0.15s linear,background 0.15s linear;
          transition: border-color 0.15s linear,background 0.15s linear; }
    .proforma .content-proforma #center-proforma {
      margin: 30px 0; }
      .proforma .content-proforma #center-proforma .list table {
        margin-bottom: 50px; }
        .proforma .content-proforma #center-proforma .list table thead tr th {
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 13px;
          font-weight: 300;
          text-align: center;
          background-color: white;
          border: 1px solid black;
          padding: 4px 5px; }
          @media print {
            .proforma .content-proforma #center-proforma .list table thead tr th {
              font-family: sans-serif;
              font-size: 11px; } }
        .proforma .content-proforma #center-proforma .list table tbody tr td {
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 13px;
          font-weight: 300;
          text-align: center;
          padding: 5px 10px; }
          @media print {
            .proforma .content-proforma #center-proforma .list table tbody tr td {
              font-family: sans-serif;
              font-size: 11px; } }
          .proforma .content-proforma #center-proforma .list table tbody tr td input {
            text-align: center;
            width: 70px;
            margin: 0; }
      .proforma .content-proforma #center-proforma .calculations {
        page-break-inside: avoid; }
        .proforma .content-proforma #center-proforma .calculations table {
          width: auto;
          margin: 0 65px 0 auto; }
          .proforma .content-proforma #center-proforma .calculations table tr {
            background-color: white; }
            .proforma .content-proforma #center-proforma .calculations table tr.border-bottom {
              border-bottom: 1px solid black; }
          .proforma .content-proforma #center-proforma .calculations table .first-col {
            text-align: right;
            font-size: 13px;
            padding: 5px 10px; }
            @media print {
              .proforma .content-proforma #center-proforma .calculations table .first-col {
                font-size: 11px; } }
          .proforma .content-proforma #center-proforma .calculations table .second-col {
            padding: 0 10px; }
            .proforma .content-proforma #center-proforma .calculations table .second-col input {
              width: auto;
              font-size: 13px;
              margin: -1px auto 0;
              text-align: center;
              border-color: red; }
              @media print {
                .proforma .content-proforma #center-proforma .calculations table .second-col input {
                  font-size: 11px; } }
            .proforma .content-proforma #center-proforma .calculations table .second-col p {
              font-size: 13px;
              text-align: center;
              padding: 5px 10px; }
              @media print {
                .proforma .content-proforma #center-proforma .calculations table .second-col p {
                  font-size: 11px; } }
    .proforma .content-proforma #bottom-proforma {
      page-break-inside: avoid; }
      @media print {
        .proforma .content-proforma #bottom-proforma {
          margin-top: 30px; } }
      .proforma .content-proforma #bottom-proforma p {
        font-size: 14px;
        line-height: 20px; }
        @media print {
          .proforma .content-proforma #bottom-proforma p {
            font-size: 11px; } }
      .proforma .content-proforma #bottom-proforma textarea {
        font-family: 'Roboto Condensed Light', sans-serif;
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 5px;
        height: 55px;
        padding: 10px;
        border-color: red;
        overflow: hidden; }
        @media print {
          .proforma .content-proforma #bottom-proforma textarea {
            font-family: sans-serif;
            font-size: 11px; } }
      .proforma .content-proforma #bottom-proforma .div-button {
        width: 100%;
        text-align: right; }
        .proforma .content-proforma #bottom-proforma .div-button button {
          font-family: 'Roboto Condensed Light', sans-serif;
          font-size: 14px;
          text-transform: uppercase;
          color: white;
          background-color: black;
          border: 1px solid black;
          padding: 10px 20px;
          margin: 20px 0; }
          .proforma .content-proforma #bottom-proforma .div-button button:hover {
            color: black;
            background-color: white; }

.lldt-content .div-imgs-header {
  width: 100%;
  position: relative; }
  .lldt-content .div-imgs-header .img-header {
    width: 100%;
    display: none; }
    @media only screen and (min-width: 576px) {
      .lldt-content .div-imgs-header .img-header {
        display: block; } }
    .lldt-content .div-imgs-header .img-header.mob {
      display: block; }
      @media only screen and (min-width: 576px) {
        .lldt-content .div-imgs-header .img-header.mob {
          display: none; } }
  .lldt-content .div-imgs-header .img-header-logo {
    width: 90vw;
    position: absolute;
    bottom: 0.9375rem;
    left: 0;
    display: none; }
    @media only screen and (min-width: 576px) {
      .lldt-content .div-imgs-header .img-header-logo {
        width: 40vw;
        display: block; } }
    .lldt-content .div-imgs-header .img-header-logo.mob {
      right: 0;
      margin: 0 auto;
      display: block; }
      @media only screen and (min-width: 576px) {
        .lldt-content .div-imgs-header .img-header-logo.mob {
          display: none; } }

.lldt-content .content {
  width: 95%;
  margin: 2.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 992px) {
    .lldt-content .content {
      width: 58.125rem;
      max-width: 100%;
      margin: 3.4875rem auto 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (min-width: 1600px) {
    .lldt-content .content {
      width: 96.875rem;
      margin: 5.8125rem auto 0; } }
  .lldt-content .content .column {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .lldt-content .content .column {
        width: 44%; } }
    .lldt-content .content .column h1 {
      font-size: 1.25rem;
      line-height: 1.675rem;
      font-weight: bold;
      letter-spacing: 0.3125rem;
      text-transform: uppercase;
      margin-bottom: 1.125rem; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column h1 {
          font-size: 0.9375rem;
          line-height: 1.2375rem;
          letter-spacing: 0.1875rem;
          margin-bottom: 1.3125rem; } }
      @media only screen and (min-width: 1600px) {
        .lldt-content .content .column h1 {
          font-size: 1.5625rem;
          line-height: 2.0625rem;
          letter-spacing: 0.3125rem;
          margin-bottom: 2.1875rem; } }
      .lldt-content .content .column h1 .color-red {
        color: #D32F0E; }
    .lldt-content .content .column input,
    .lldt-content .content .column p,
    .lldt-content .content .column .or,
    .lldt-content .content .column label,
    .lldt-content .content .column button {
      font-size: 1rem;
      line-height: 1.25rem;
      letter-spacing: 0.125rem;
      color: #707070; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column input,
        .lldt-content .content .column p,
        .lldt-content .content .column .or,
        .lldt-content .content .column label,
        .lldt-content .content .column button {
          font-size: 0.75rem;
          line-height: 0.975rem; } }
      @media only screen and (min-width: 1600px) {
        .lldt-content .content .column input,
        .lldt-content .content .column p,
        .lldt-content .content .column .or,
        .lldt-content .content .column label,
        .lldt-content .content .column button {
          font-size: 1.25rem;
          line-height: 1.625rem; } }
    .lldt-content .content .column input,
    .lldt-content .content .column .or {
      font-weight: 300;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column input,
        .lldt-content .content .column .or {
          margin-bottom: 0.75rem; } }
      @media only screen and (min-width: 1600px) {
        .lldt-content .content .column input,
        .lldt-content .content .column .or {
          margin-bottom: 1.25rem; } }
      .lldt-content .content .column input::-webkit-input-placeholder,
      .lldt-content .content .column .or::-webkit-input-placeholder {
        opacity: 1; }
      .lldt-content .content .column input:-ms-input-placeholder,
      .lldt-content .content .column .or:-ms-input-placeholder {
        opacity: 1; }
      .lldt-content .content .column input::-ms-input-placeholder,
      .lldt-content .content .column .or::-ms-input-placeholder {
        opacity: 1; }
      .lldt-content .content .column input::placeholder,
      .lldt-content .content .column .or::placeholder {
        opacity: 1; }
    .lldt-content .content .column .or {
      display: block; }
    .lldt-content .content .column p {
      color: black; }
    .lldt-content .content .column .div-form {
      margin-bottom: 2.25rem; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column .div-form {
          margin-bottom: 2.7rem; } }
      @media only screen and (min-width: 1600px) {
        .lldt-content .content .column .div-form {
          margin-bottom: 4.5rem; } }
      .lldt-content .content .column .div-form .form.form-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (min-width: 576px) {
          .lldt-content .content .column .div-form .form.form-contact input:nth-child(1) {
            width: 39%; }
          .lldt-content .content .column .div-form .form.form-contact input:nth-child(2) {
            width: 55%; }
          .lldt-content .content .column .div-form .form.form-contact input:nth-child(3) {
            width: 55%; }
          .lldt-content .content .column .div-form .form.form-contact input:nth-child(4) {
            width: 39%; } }
        .lldt-content .content .column .div-form .form.form-contact .input-date {
          position: relative;
          width: 100%; }
          @media only screen and (min-width: 576px) {
            .lldt-content .content .column .div-form .form.form-contact .input-date {
              width: 55%; } }
          .lldt-content .content .column .div-form .form.form-contact .input-date .icon-cal:after {
            font-family: FontAwesome;
            content: '\f133';
            font-size: 132%;
            position: absolute;
            top: 0.65rem;
            right: 1.125rem;
            cursor: pointer; }
            @media only screen and (min-width: 992px) {
              .lldt-content .content .column .div-form .form.form-contact .input-date .icon-cal:after {
                font-size: 116%;
                top: 0.35rem;
                right: 0.625rem; } }
            @media only screen and (min-width: 1600px) {
              .lldt-content .content .column .div-form .form.form-contact .input-date .icon-cal:after {
                font-size: 190%;
                top: 1rem;
                right: 1.0625rem; } }
          .lldt-content .content .column .div-form .form.form-contact .input-date input {
            width: 100%; }
      .lldt-content .content .column .div-form .form input {
        width: 100%;
        height: auto;
        border: 0.0625rem solid #707070;
        padding: 0.5rem 1.25rem 0.5rem 0.625rem; }
        @media only screen and (min-width: 992px) {
          .lldt-content .content .column .div-form .form input {
            padding: 0.375rem 0.75rem 0.375rem 0.375rem; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .content .column .div-form .form input {
            padding: 0.625rem 1.25rem 0.625rem 0.625rem; } }
    .lldt-content .content .column .div-form-radio {
      margin-bottom: 2.25rem; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column .div-form-radio {
          margin-bottom: 2.0625rem; } }
      @media only screen and (min-width: 1600px) {
        .lldt-content .content .column .div-form-radio {
          margin-bottom: 3.4375rem; } }
      .lldt-content .content .column .div-form-radio .div-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 992px) {
          .lldt-content .content .column .div-form-radio .div-radio {
            margin-bottom: 0.9375rem; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .content .column .div-form-radio .div-radio {
            margin-bottom: 1.5625rem; } }
        .lldt-content .content .column .div-form-radio .div-radio input[type="radio"] {
          margin: 0;
          width: 1.25rem;
          height: 1.25rem; }
          @media only screen and (min-width: 992px) {
            .lldt-content .content .column .div-form-radio .div-radio input[type="radio"] {
              width: 0.975rem;
              height: 0.975rem; } }
          @media only screen and (min-width: 1600px) {
            .lldt-content .content .column .div-form-radio .div-radio input[type="radio"] {
              width: 1.625rem;
              height: 1.625rem; } }
        .lldt-content .content .column .div-form-radio .div-radio label {
          font-weight: 300;
          letter-spacing: 0;
          margin-left: 0.5rem; }
          @media only screen and (min-width: 992px) {
            .lldt-content .content .column .div-form-radio .div-radio label {
              margin-left: 0.375rem; } }
          @media only screen and (min-width: 1600px) {
            .lldt-content .content .column .div-form-radio .div-radio label {
              margin-left: 0.625rem; } }
    .lldt-content .content .column .terms-conditions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column .terms-conditions {
          margin-bottom: 2rem; } }
      @media only screen and (min-width: 1600px) {
        .lldt-content .content .column .terms-conditions {
          margin-bottom: 4rem; } }
      .lldt-content .content .column .terms-conditions input {
        width: 2.25rem;
        height: 1rem;
        margin: 0.09375rem 0.625rem 0 0; }
        @media only screen and (min-width: 992px) {
          .lldt-content .content .column .terms-conditions input {
            width: 0.75rem;
            height: 0.75rem;
            margin: 0.09375rem 0.375rem 0 0; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .content .column .terms-conditions input {
            width: 1.25rem;
            height: 1.25rem;
            margin: 0.15625rem 0.625rem 0 0; } }
    .lldt-content .content .column .div-button {
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column .div-button {
          text-align: right; } }
      .lldt-content .content .column .div-button button {
        text-transform: uppercase;
        color: #CECECE;
        background-color: black;
        padding: 1.125rem 2.0625rem;
        margin-top: 0;
        margin-bottom: 3.125rem; }
        @media only screen and (min-width: 992px) {
          .lldt-content .content .column .div-button button {
            padding: 0.675rem 1.2375rem;
            margin-bottom: 5.625rem; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .content .column .div-button button {
            padding: 1.125rem 2.0625rem;
            margin-bottom: 9.375rem; } }
    .lldt-content .content .column.right {
      margin-bottom: 3.125rem; }
      @media only screen and (min-width: 992px) {
        .lldt-content .content .column.right {
          margin-bottom: 0; } }
      .lldt-content .content .column.right h1 {
        font-size: 1.5625rem;
        line-height: 2.0625rem;
        letter-spacing: 0.375rem;
        text-align: center;
        margin-bottom: 1.5rem; }
        @media only screen and (min-width: 992px) {
          .lldt-content .content .column.right h1 {
            font-size: 1.125rem;
            line-height: 1.4625rem;
            letter-spacing: 0.225rem;
            margin-bottom: 1.3125rem; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .content .column.right h1 {
            font-size: 1.875rem;
            line-height: 2.4375rem;
            letter-spacing: 0.375rem;
            margin-bottom: 2.1875rem; } }
        .lldt-content .content .column.right h1#counter {
          letter-spacing: 0.1875rem;
          color: #D32F0E; }
          .lldt-content .content .column.right h1#counter span {
            font-weight: bold; }
      .lldt-content .content .column.right p {
        margin-bottom: 1.875rem; }
        @media only screen and (min-width: 992px) {
          .lldt-content .content .column.right p {
            margin-bottom: 1.125rem; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .content .column.right p {
            margin-bottom: 1.875rem; } }

.lldt-content .div-imgs-bottom {
  text-align: center;
  margin-bottom: 3.125rem; }
  @media only screen and (min-width: 992px) {
    .lldt-content .div-imgs-bottom {
      margin-bottom: 5.625rem; } }
  @media only screen and (min-width: 1600px) {
    .lldt-content .div-imgs-bottom {
      margin-bottom: 9.375rem; } }
  .lldt-content .div-imgs-bottom .img-bottom {
    width: 5.625rem; }
    @media only screen and (min-width: 1600px) {
      .lldt-content .div-imgs-bottom .img-bottom {
        width: 9.375rem; } }

.lldt-content .bg-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .lldt-content .bg-modal .modal-terms-cond {
    position: relative;
    width: 50vw;
    max-height: 90vh;
    background-color: white;
    padding: 2vw; }
    .lldt-content .bg-modal .modal-terms-cond .div-cross {
      position: absolute;
      top: 0.25vw;
      right: 0.5vw;
      cursor: pointer; }
      .lldt-content .bg-modal .modal-terms-cond .div-cross p {
        font-size: 1.875rem;
        line-height: 1;
        font-weight: 300; }
    .lldt-content .bg-modal .modal-terms-cond .content-modal {
      max-height: calc(90vh - 4vw);
      overflow: auto; }
      .lldt-content .bg-modal .modal-terms-cond .content-modal p {
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.125rem; }
        @media only screen and (min-width: 992px) {
          .lldt-content .bg-modal .modal-terms-cond .content-modal p {
            font-size: 0.75rem;
            line-height: 0.975rem; } }
        @media only screen and (min-width: 1600px) {
          .lldt-content .bg-modal .modal-terms-cond .content-modal p {
            font-size: 1.25rem;
            line-height: 1.625rem; } }

body.b2b {
  /*
        .bgDark {
            &.visible {
                @include hide();
                opacity: 0;
                pointer-events: none;
            }
        }
        */ }
  body.b2b #page.mm-page.is-active {
    z-index: 5002; }
  body.b2b #header.site-header {
    display: block;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      body.b2b #header.site-header {
        height: 6.5rem; } }
    @media only screen and (min-width: 1024px) {
      body.b2b #header.site-header {
        height: 4.5rem; } }
    body.b2b #header.site-header .header__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 0 15px; }
      body.b2b #header.site-header .header__main .site-header__left .logo img {
        max-height: 100%; }
      @media only screen and (min-width: 1248px) {
        body.b2b #header.site-header .header__main .site-header__right .btn-nav {
          top: 2.5rem; } }
    @media only screen and (min-width: 1024px) {
      body.b2b #header.site-header .top_bar {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  body.b2b #header .top_header,
  body.b2b #header .user_container,
  body.b2b #header .w_dropdown > a,
  body.b2b #header .top_header .help {
    height: 32px;
    background-color: transparent; }
  body.b2b #header .user_container {
    height: auto; }
    @media only screen and (min-width: 1024px) {
      body.b2b #header .user_container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    body.b2b #header .user_container a.show-for-medium-down {
      padding: 5px;
      background-color: #cd202c;
      border-radius: 50%; }
      body.b2b #header .user_container a.show-for-medium-down .c-logo--head__user svg {
        fill: #fff; }
      @media only screen and (min-width: 1024px) {
        body.b2b #header .user_container a.show-for-medium-down {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: 32px !important;
          height: 32px !important;
          display: inline-block !important;
          margin-right: 5px; } }
    @media only screen and (min-width: 1024px) {
      body.b2b #header .user_container a.hide-for-medium-down {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        font-size: 0.8rem; } }
  body.b2b #header .top_header {
    background: #000;
    width: 100%;
    border-bottom: 0;
    height: 32px; }
    @media only screen and (max-width: 1247px) {
      body.b2b #header .top_header {
        display: none; } }
    body.b2b #header .top_header a span {
      padding: 0 14px; }
    body.b2b #header .top_header .left {
      display: table; }
      body.b2b #header .top_header .left:last-child {
        border-right: none; }
      body.b2b #header .top_header .left .bh_unique {
        visibility: hidden;
        display: none; }
      body.b2b #header .top_header .left a {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        opacity: .9; }
      body.b2b #header .top_header .left .new-products-logos {
        height: 100%; }
        body.b2b #header .top_header .left .new-products-logos li a {
          width: 100%;
          height: 100%;
          display: block;
          text-decoration: none;
          font-size: 1rem;
          font-weight: 800;
          text-transform: uppercase;
          opacity: 1;
          padding: 0 10px;
          line-height: 32px; }
          body.b2b #header .top_header .left .new-products-logos li a:hover {
            opacity: .8; }
        body.b2b #header .top_header .left .new-products-logos li.item-atomx {
          border-right: 0; }
          body.b2b #header .top_header .left .new-products-logos li.item-atomx span {
            padding: 0;
            vertical-align: middle; }
      body.b2b #header .top_header .left .offers,
      body.b2b #header .top_header .left .media_center_link {
        color: #fff;
        vertical-align: middle;
        display: block;
        float: left;
        line-height: 32px;
        font-weight: bold;
        text-transform: uppercase; }
    body.b2b #header .top_header .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      body.b2b #header .top_header .right .bh_unique {
        border-right: 0; }
      body.b2b #header .top_header .right a {
        color: #fff;
        text-decoration: none; }
      body.b2b #header .top_header .right .w_dropdown > a {
        padding: 0;
        border-left: 0;
        border-right: 0;
        line-height: 32px; }
        body.b2b #header .top_header .right .w_dropdown > a:focus {
          color: #fff; }
  body.b2b #header .bh_unique,
  body.b2b #header .bh_volver,
  body.b2b #header .bh_vitoria,
  body.b2b #header .bh_mbc,
  body.b2b #header .offers,
  body.b2b #header .media_center_link {
    border-right: 1px solid #eee;
    padding: 0 10px; }
    body.b2b #header .bh_unique:focus,
    body.b2b #header .bh_volver:focus,
    body.b2b #header .bh_vitoria:focus,
    body.b2b #header .bh_mbc:focus,
    body.b2b #header .offers:focus,
    body.b2b #header .media_center_link:focus {
      color: #fff; }
  body.b2b #header .bh_unique {
    position: relative;
    display: inline-block;
    float: left;
    height: 24px; }
    body.b2b #header .bh_unique img {
      max-width: 100%;
      height: 100%;
      display: block; }
  body.b2b #header .bh_volver {
    width: auto;
    max-width: 58px;
    height: 100%;
    float: left;
    display: inline-block;
    padding-top: 6px;
    border-left: 1px solid #eee;
    font-size: .8rem;
    text-align: center;
    line-height: 14px; }
    body.b2b #header .bh_volver ::before {
      font-family: FontAwesome;
      content: '\f112';
      display: block; }
  body.b2b .breadcrumb-filters {
    background-color: #fff;
    height: 1.875rem; }
    @media only screen and (max-width: 767px) {
      body.b2b .breadcrumb-filters {
        padding: 0 .6rem; } }
    body.b2b .breadcrumb-filters.is-hide {
      visibility: hidden;
      display: none; }
    body.b2b .breadcrumb-filters.is-show {
      visibility: visible;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 2; }
    body.b2b .breadcrumb-filters.is-hidden {
      visibility: hidden;
      display: none; }
    @media only screen and (min-width: 992px) {
      body.b2b .breadcrumb-filters {
        top: 6.2rem; } }
    @media only screen and (min-width: 1024px) {
      body.b2b .breadcrumb-filters {
        top: 4.5rem; } }
    body.b2b .breadcrumb-filters .product-breadcrumb {
      width: 70%; }
      @media only screen and (max-width: 767px) {
        body.b2b .breadcrumb-filters .product-breadcrumb .migas a {
          font-size: 0.75rem;
          padding-right: 0.2rem; } }
      @media only screen and (max-width: 767px) {
        body.b2b .breadcrumb-filters .product-breadcrumb .migas a:after {
          padding-left: 0px; } }
    body.b2b .breadcrumb-filters .btn-bh--addcart {
      display: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      padding: 0.5rem;
      background: #3A3A3A;
      border-color: #3A3A3A; }
      @media only screen and (max-width: 767px) {
        body.b2b .breadcrumb-filters .btn-bh--addcart {
          font-size: 10.5px; } }
      body.b2b .breadcrumb-filters .btn-bh--addcart.show {
        display: block;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      body.b2b .breadcrumb-filters .btn-bh--addcart:hover {
        color: #3A3A3A;
        background: #fff; }
    body.b2b .breadcrumb-filters.shadow {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  body.b2b .main-container, body.b2b .mybhu.ficha-producto .main-container, .mybhu.ficha-producto body.b2b .main-container,
  body.b2b .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio body.b2b .main-container {
    margin-top: calc(4.5rem + 3.875rem); }
    @media only screen and (max-width: 991px) {
      body.b2b .main-container, body.b2b .mybhu.ficha-producto .main-container, .mybhu.ficha-producto body.b2b .main-container,
      body.b2b .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio body.b2b .main-container {
        margin-top: 4.5rem; } }
    @media only screen and (min-width: 1024px) {
      body.b2b .main-container, body.b2b .mybhu.ficha-producto .main-container, .mybhu.ficha-producto body.b2b .main-container,
      body.b2b .mybhu.ficha-accesorio .main-container, .mybhu.ficha-accesorio body.b2b .main-container {
        margin-top: calc(4.5rem + 1.875rem); } }
  body.b2b .wrapper {
    width: 96%;
    max-width: 1900px;
    position: relative;
    margin: 0 auto; }
  body.b2b .wrapper.with-left-content {
    width: 98%;
    max-width: 1900px;
    margin: 0 auto; }
    body.b2b .wrapper.with-left-content #content {
      width: 100%;
      float: left; }
      @media only screen and (min-width: 1024px) {
        body.b2b .wrapper.with-left-content #content {
          width: calc(100% - 270px);
          margin-left: 30px; } }
    body.b2b .wrapper.with-left-content #left.left-content {
      width: calc(100% - 15px);
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 1024px) {
        body.b2b .wrapper.with-left-content #left.left-content {
          width: 240px; } }
  @media only screen and (min-width: 1024px) {
    body.b2b.subnavigation-included .main-container #content.content-padding {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: 0;
      overflow-x: hidden; } }
  body.b2b.subnavigation-included .main-container #content.content-padding .view .vsf-offset-lg-3.content {
    margin-left: 0; }
  @media only screen and (min-width: 992px) {
    body.b2b.subnavigation-included .main-container #manuales-ls.manuales-block {
      margin-left: 0; } }
  body.b2b #manuales-ls {
    width: 100%; }
  body.b2b #descuentos .table1,
  body.b2b .contentBh,
  body.b2b .contentEm,
  body.b2b .contentSport {
    width: 100%;
    margin: 0 auto; }
  body.b2b #descuentos .table_acumulado {
    margin-right: 0;
    margin-top: 3%;
    margin-bottom: 3%; }
  body.b2b #descuentos .leyenda {
    margin-right: 0.5rem; }
    body.b2b #descuentos .leyenda + table {
      width: 100%;
      float: none; }
  body.b2b.articulos-ls .caja_diponibilidad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.b2b.articulos-ls .caja_diponibilidad span {
      min-height: 20px;
      font-family: "Roboto", sans-serif;
      font-size: 0.65rem;
      text-align: left; }
      body.b2b.articulos-ls .caja_diponibilidad span img {
        padding: 0;
        margin-left: auto;
        margin-right: auto; }
      @media only screen and (min-width: 480px) {
        body.b2b.articulos-ls .caja_diponibilidad span {
          text-align: center; } }
      @media only screen and (min-width: 768px) {
        body.b2b.articulos-ls .caja_diponibilidad span {
          font-size: 0.85rem;
          text-align: left; }
          body.b2b.articulos-ls .caja_diponibilidad span img {
            margin-left: 0;
            margin-right: 0.5rem; } }
  body.b2b .articulos-ls-new {
    width: calc(100% - 15px);
    margin-left: 0;
    margin-right: auto; }
  @media only screen and (min-width: 992px) {
    body.b2b #menu_cart {
      top: 6.5rem; } }
  body.b2b #menu_cart::before, body.b2b #menu_cart::after {
    visibility: hidden;
    display: none; }
  @media only screen and (min-width: 992px) {
    body.b2b .bgColor-openCart {
      top: 6.5rem; } }
  body.b2b .main_menu__item {
    width: auto; }
  body.b2b .filters-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.5rem 0;
    padding: 0.5rem;
    visibility: hidden;
    display: none; }
  body.b2b .footer__searchShop {
    display: none; }
  body.b2b .sideMenuFilters {
    visibility: hidden;
    display: none; }
    body.b2b .sideMenuFilters .sideMenuFilters-wrapper {
      overflow: hidden; }
      body.b2b .sideMenuFilters .sideMenuFilters-wrapper .sideMenuFilters-header {
        display: none; }
      body.b2b .sideMenuFilters .sideMenuFilters-wrapper .sideMenuFilters-content .sideleft-categories {
        width: 100%; }
      body.b2b .sideMenuFilters .sideMenuFilters-wrapper .sideMenuFilters-content .bloque-left.bloque-left-new.ofertas {
        width: 220px; }
      body.b2b .sideMenuFilters .sideMenuFilters-wrapper .sideMenuFilters-content .filter_group .content-niveles .top.mas {
        overflow: hidden; }
        body.b2b .sideMenuFilters .sideMenuFilters-wrapper .sideMenuFilters-content .filter_group .content-niveles .top.mas .top__name {
          float: left; }
    body.b2b .sideMenuFilters .bloque-fijo {
      width: 94%;
      margin-left: auto;
      margin-right: auto; }
      body.b2b .sideMenuFilters .bloque-fijo .botonRojoAnadir,
      body.b2b .sideMenuFilters .bloque-fijo #selectorTipoPrecio {
        width: 100% !important; }
      body.b2b .sideMenuFilters .bloque-fijo .botonRojoAnadir {
        background-position: 185px 15px; }
      body.b2b .sideMenuFilters .bloque-fijo .bloque-left-new.ofertas {
        width: 100% !important; }
        body.b2b .sideMenuFilters .bloque-fijo .bloque-left-new.ofertas .top {
          text-align: center;
          padding-left: 0;
          padding-right: 0; }
  body.b2b #articulos-ls .articulos > .articulo {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 480px) {
      body.b2b #articulos-ls .articulos > .articulo {
        width: calc(50% - 4px);
        margin-right: 4px; } }
    @media only screen and (min-width: 1024px) {
      body.b2b #articulos-ls .articulos > .articulo {
        width: calc(33.333333% - 4px);
        height: 440px; } }
    @media only screen and (min-width: 1248px) {
      body.b2b #articulos-ls .articulos > .articulo {
        max-width: 260px; } }
  @media only screen and (min-width: 768px) {
    body.b2b #articulos-ls .articulos > .articulo.oferta {
      width: calc(50% - 4px); } }
  @media only screen and (min-width: 1024px) {
    body.b2b #articulos-ls .articulos > .articulo.oferta {
      width: calc(33.333333% - 4px);
      height: 440px; } }
  @media only screen and (min-width: 1248px) {
    body.b2b #articulos-ls .articulos > .articulo.oferta {
      max-width: 255px; } }
  body.b2b .articulos.products {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto; }
  body.b2b.b2b-accesorios .wrapper.with-left-content {
    width: calc(100% - 330px);
    min-width: 1020px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 30px;
    /*
                .sideMenuFilters {
                    height: calc(100% - 2.3rem);
                    top: $headerHeight + 2.3rem;
                    left: auto;
                    right: 0;
                    transform: none;
                    .sideMenuFilters-wrapper {
                        height: 100%;
                        min-height: 100%;
                        position: static;
                        .bloque-left .content {
                            border: 0;
                            .top__name {
                                float: left;
                            }
                        }
                    }
                }
                */ }
    body.b2b.b2b-accesorios .wrapper.with-left-content #content {
      width: 100%;
      float: none; }
    body.b2b.b2b-accesorios .wrapper.with-left-content #formfiltros.filtros-accesorios .content-niveles .top {
      overflow: hidden; }
  body.b2b.ficha-producto {
    overflow-y: hidden; }
    @media only screen and (min-width: 992px) {
      body.b2b.ficha-producto {
        overflow-y: initial; } }
    body.b2b.ficha-producto .product_content {
      margin-top: 0; }
    body.b2b.ficha-producto .main-container {
      margin-top: 0; }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-producto .main-container {
          margin-top: 6rem; } }
    body.b2b.ficha-producto .c-ficha-bike {
      margin-top: 0; }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-producto .c-ficha-bike {
          margin-top: 1rem; } }
      body.b2b.ficha-producto .c-ficha-bike__left {
        margin-top: 0; }
        @media only screen and (min-width: 992px) {
          body.b2b.ficha-producto .c-ficha-bike__left {
            margin-top: 1rem;
            padding-right: 0.6rem; } }
    body.b2b.ficha-producto #header.site-header {
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-producto #header.site-header {
          visibility: visible;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 999999; } }
    body.b2b.ficha-producto .breadcrumb-filters {
      visibility: hidden;
      display: none; }
      body.b2b.ficha-producto .breadcrumb-filters.sticky {
        z-index: 999998; }
        @media only screen and (min-width: 992px) {
          body.b2b.ficha-producto .breadcrumb-filters.sticky .migas {
            visibility: visible;
            display: block; } }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-producto .breadcrumb-filters {
          visibility: visible;
          display: block; } }
  body.b2b.ficha-accesorio {
    overflow-y: hidden; }
    @media only screen and (min-width: 992px) {
      body.b2b.ficha-accesorio {
        overflow-y: initial; } }
    body.b2b.ficha-accesorio .product_content {
      margin-top: 0; }
    body.b2b.ficha-accesorio .main-container {
      margin-top: 0; }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-accesorio .main-container {
          margin-top: 6rem; } }
    body.b2b.ficha-accesorio .c-ficha-bike {
      margin-top: 0; }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-accesorio .c-ficha-bike {
          margin-top: 1rem; } }
      body.b2b.ficha-accesorio .c-ficha-bike__left {
        margin-top: 0; }
        @media only screen and (min-width: 992px) {
          body.b2b.ficha-accesorio .c-ficha-bike__left {
            margin-top: 1rem;
            padding-right: 0.6rem; } }
    body.b2b.ficha-accesorio #header.site-header {
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-accesorio #header.site-header {
          visibility: visible;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 999999; } }
    body.b2b.ficha-accesorio .breadcrumb-filters {
      visibility: hidden;
      display: none; }
      body.b2b.ficha-accesorio .breadcrumb-filters.sticky {
        z-index: 999998; }
        @media only screen and (min-width: 992px) {
          body.b2b.ficha-accesorio .breadcrumb-filters.sticky .migas {
            visibility: visible;
            display: block; } }
      @media only screen and (min-width: 992px) {
        body.b2b.ficha-accesorio .breadcrumb-filters {
          visibility: visible;
          display: block; } }
  body.b2b.bhunique-section #header.site-header {
    height: 4.5rem; }
    body.b2b.bhunique-section #header.site-header .header__main {
      padding: 0 15px; }
      @media only screen and (min-width: 1024px) {
        body.b2b.bhunique-section #header.site-header .header__main {
          padding: 0; } }
      body.b2b.bhunique-section #header.site-header .header__main .site-header__right {
        height: 100%; }
        body.b2b.bhunique-section #header.site-header .header__main .site-header__right .btn-nav {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    body.b2b.bhunique-section #header.site-header .top_header {
      visibility: hidden;
      display: none; }
      body.b2b.bhunique-section #header.site-header .top_header .bh_unique {
        visibility: hidden;
        display: none; }
    body.b2b.bhunique-section #header.site-header .top_bar .dropdown .b2b_container {
      padding: 10px; }
    body.b2b.bhunique-section #header.site-header .top_bar .user_container.w_dropdown a.hide-for-medium-down {
      max-width: 130px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 0.7rem;
      line-height: 120%; }
    body.b2b.bhunique-section #header.site-header .top_bar .user_container.w_dropdown a:not(.close-reveal-modal) span {
      vertical-align: top; }
  body.b2b.bhunique-section .nav {
    z-index: 9999; }
  body.b2b.bhunique-section.is-image #header.site-header .top_bar .user_container.w_dropdown a {
    color: #fff; }
    body.b2b.bhunique-section.is-image #header.site-header .top_bar .user_container.w_dropdown a .fa {
      color: inherit; }
    body.b2b.bhunique-section.is-image #header.site-header .top_bar .user_container.w_dropdown a.hide-for-medium-down {
      max-width: 130px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 0.8rem;
      line-height: 120%; }
  body.b2b.bhunique-section.is-image #header.site-header .top_bar .user_container.w_dropdown .dropdown .content a {
    color: #000; }
  body.b2b.pre-bhunique #header.site-header .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    background-color: #fff; }
    @media only screen and (min-width: 1024px) {
      body.b2b.pre-bhunique #header.site-header .header__main {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 0 1px 0; } }
    @media only screen and (min-width: 1024px) {
      body.b2b.pre-bhunique #header.site-header .header__main .site-header__left {
        position: absolute;
        left: 0.9375rem; } }
    body.b2b.pre-bhunique #header.site-header .header__main .site-header__right {
      position: relative; }
      body.b2b.pre-bhunique #header.site-header .header__main .site-header__right .btn-nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  body.b2b.pre-bhunique #header.site-header .top_header {
    margin-bottom: 0.4rem;
    visibility: visible;
    display: block; }
    @media only screen and (min-width: 768px) {
      body.b2b.pre-bhunique #header.site-header .top_header {
        margin-bottom: 0.4rem; } }
    @media only screen and (min-width: 768px) {
      body.b2b.pre-bhunique #header.site-header .top_header .left {
        height: 100%; } }
    @media only screen and (min-width: 768px) {
      body.b2b.pre-bhunique #header.site-header .top_header .right {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media only screen and (min-width: 768px) {
      body.b2b.pre-bhunique #header.site-header .top_header .right .buzon-sugerencias {
        height: 100%;
        display: block;
        padding-right: 0; } }
  body.b2b.pre-bhunique #header.site-header .top_bar .user_container.w_dropdown a.show-for-medium-down, body.b2b.pre-bhunique #header.site-header .top_bar .user_container.w_dropdown a.hide-for-medium-down {
    line-height: 120%; }
  @media only screen and (min-width: 1024px) {
    body.b2b.pre-bhunique #header.site-header .site-header__right {
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  body.b2b.pre-bhunique .breadcrumb-filters {
    top: 6.688rem;
    z-index: 9998; }
  body.b2b.pre-bhunique .main-container {
    margin-top: 6.375rem; }
  body.b2b.fix-filters .sideMenuFilters {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    body.b2b.fix-filters .sideMenuFilters.has-scroll {
      position: fixed;
      top: 7.375rem; }
  body.b2b.fix-filters.b2b-accesorios #articulos-ls {
    width: calc(100% - 280px);
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px); }
  body.b2b.b2b-accesorios .accesorios__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (min-width: 1248px) {
      body.b2b.b2b-accesorios .accesorios__wrapper {
        padding: 0; } }
    body.b2b.b2b-accesorios .accesorios__wrapper .c-filtersb2b-acces {
      min-width: 260px;
      max-width: 260px;
      width: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      top: 11.875rem; }
      @media only screen and (max-width: 991px) {
        body.b2b.b2b-accesorios .accesorios__wrapper .c-filtersb2b-acces {
          max-width: 100%;
          height: 100vh;
          position: fixed;
          top: 0;
          left: 0;
          -webkit-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s;
          z-index: 99999;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
    body.b2b.b2b-accesorios .accesorios__wrapper .listadoProductos {
      width: calc(100% - 260px);
      float: none; }
      @media only screen and (max-width: 991px) {
        body.b2b.b2b-accesorios .accesorios__wrapper .listadoProductos {
          width: 100%; } }
      body.b2b.b2b-accesorios .accesorios__wrapper .listadoProductos .btn-bh-dropdown__filters {
        padding: 0.9rem; }
        @media only screen and (min-width: 992px) {
          body.b2b.b2b-accesorios .accesorios__wrapper .listadoProductos .btn-bh-dropdown__filters {
            display: none;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s; } }
  body.b2b.b2b-accesorios.js-overflow .c-filtersb2b-acces {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    display: none; }
    @media only screen and (max-width: 991px) {
      body.b2b.b2b-accesorios.js-overflow .c-filtersb2b-acces {
        left: -100%;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        display: initial; } }
  body.b2b.b2b-accesorios.js-overflow .listadoProductos {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media only screen and (min-width: 992px) {
      body.b2b.b2b-accesorios.js-overflow .listadoProductos .btn-bh-dropdown__filters {
        display: block;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; } }
  body.b2b.b2b-accesorios .sideMenuFilters {
    display: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 11.875rem; }
    @media only screen and (max-width: 991px) {
      body.b2b.b2b-accesorios .sideMenuFilters {
        max-width: 100%;
        top: 0;
        z-index: 99999; } }
    body.b2b.b2b-accesorios .sideMenuFilters.has-scroll {
      top: 8.375rem; }
      body.b2b.b2b-accesorios .sideMenuFilters.has-scroll .sideMenuFilters-wrapper {
        height: calc(100vh - 6rem);
        min-height: calc(100vh - 6rem); }
    @media only screen and (max-width: 991px) {
      body.b2b.b2b-accesorios .sideMenuFilters .sideMenuFilters-wrapper {
        top: 6px;
        height: calc(100vh - 1rem);
        min-height: calc(100vh - 1rem); } }
  body.b2b.b2b-accesorios #articulos-ls {
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    @media only screen and (max-width: 991px) {
      body.b2b.b2b-accesorios #articulos-ls {
        width: 100% !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; } }
  @media only screen and (max-width: 991px) {
    body.b2b.b2b-accesorios #main.wrapper.with-left-content {
      width: 100%;
      margin-left: 0; } }
  body.b2b.b2b-orders #page, body.b2b.b2b-history #page {
    overflow: initial; }
    body.b2b.b2b-orders #page.show-calendar, body.b2b.b2b-history #page.show-calendar {
      overflow: hidden; }
    body.b2b.b2b-orders #page .contenido, body.b2b.b2b-history #page .contenido {
      padding: 0; }
  body.b2b.b2b-orders .sideMenuFilters, body.b2b.b2b-history .sideMenuFilters {
    visibility: hidden;
    display: none; }
  body.b2b .b2b-history__content {
    width: 100%;
    padding: 1rem 0.875rem;
    /*max-width: 1400px;*/
    margin: 0 auto; }
  body.b2b .table-facturashistorico h1,
  body.b2b .table-duepayments h1 {
    margin-left: 0 !important;
    margin-bottom: 30px;
    color: #3b3b3b;
    font-weight: 100 !important;
    font-size: 70px !important;
    line-height: 65px !important; }
  body.b2b .table-facturashistorico h2,
  body.b2b .table-duepayments h2 {
    color: #3b3b3b;
    font-weight: 100 !important; }
  body.b2b .table-facturashistorico .kips-box__shadow,
  body.b2b .table-duepayments .kips-box__shadow {
    background: none; }
  body.b2b .table-facturashistorico .table-pagination .filtros,
  body.b2b .table-duepayments .table-pagination .filtros {
    padding: 6px 16px;
    border-radius: 0;
    font-family: 'Roboto Condensed' ,sans-serif;
    font-size: .875rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-weight: 400;
    margin: 0 0.5rem 1rem 0;
    text-transform: uppercase; }
    body.b2b .table-facturashistorico .table-pagination .filtros.activo,
    body.b2b .table-duepayments .table-pagination .filtros.activo {
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      border-radius: 0;
      padding: 6px 16px;
      font-family: 'Roboto Condensed' ,sans-serif; }
  body.b2b .table-facturashistorico .table-pagination__wrapper,
  body.b2b .table-duepayments .table-pagination__wrapper {
    float: right; }
  body.b2b .table-facturashistorico h2 {
    width: 100%; }
  body.b2b .resultados_paginacion_count {
    text-align: right;
    margin: 1rem 0; }
  body.b2b .resultados_paginacion_num {
    max-width: 350px;
    margin: 0 auto; }
    body.b2b .resultados_paginacion_num .paginacion2 {
      text-align: center; }
  body.b2b .main-title {
    margin-left: 0 !important;
    margin-bottom: 30px;
    color: #3b3b3b;
    font-weight: 100 !important;
    font-size: 70px !important;
    line-height: 65px !important; }

.s-dark {
  background-color: #000; }
  .s-dark .o-scene {
    background-color: #000; }

.ui-dialog #product_related.c-product_related_2 .slick-slider .slick-list.draggable.scrolling {
  width: 100%; }

html.scroll-disabled {
  overflow: hidden; }

.b2b .articuloDialog {
  max-height: 91vh;
  overflow: auto; }

@media only screen and (max-width: 991px) {
  .b2b .articuloDialog .wrapper-only-mobile {
    position: relative;
    background: #ffffff; }
    .b2b .articuloDialog .wrapper-only-mobile:before {
      content: none; }
  .b2b .articuloDialog .c-ficha-bike__left {
    height: auto;
    min-height: 100%; }
  .b2b .articuloDialog .c-ficha-bike__right {
    top: -350px; }
  .b2b .articuloDialog .btn-bh-dropdown {
    display: none; }
  .b2b .articuloDialog .c-ficha-bike-dropdown-mobile[aria-hidden=true] {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    height: 516px; }
  .b2b .articuloDialog .c-ficha-bike-dropdown-mobile[aria-hidden=false] {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media only screen and (min-width: 1024px) {
  .b2b .c-ficha-bike__right {
    position: absolute;
    height: auto;
    right: 0;
    max-width: 349px;
    width: 100%; } }

.articuloDialog .ui-dialog-content {
  margin-top: 33px; }

.articuloDialog .ui-dialog-content .product_content {
  max-height: 82vh;
  overflow-y: scroll; }

.articuloDialog .c-ficha-bike__right {
  width: 100%;
  max-width: 100%; }
  .articuloDialog .c-ficha-bike__right.accesorio-right {
    width: 100%;
    max-width: 100%; }

@media only screen and (min-width: 1248px) {
  .articuloDialog .ficha-accesorio .c-specifications,
  .articuloDialog .ficha-accesorio .c-bike-technology {
    max-width: 100%;
    margin-left: 0; } }

.articuloDialog #product_related.c-product_related_2 .product-info-title {
  font-size: 1rem; }
  .articuloDialog #product_related.c-product_related_2 .product-info-title a {
    text-decoration: none; }

.articuloDialog #product_related.c-product_related_2 .price {
  font-size: 1rem; }

/*
.s-vertical-viewport{
    .c-full-background__action__title,
    .c-title-and-text-degradate__title{
        font-size: 8vw;
    }
    .o.title-left,
    .c-title-and-text-degradate__text{
        font-size: 6vw;
    }
}
*/
body.b2b.s-tabs-filter .c-tab-panel {
  width: 100%; }
  body.b2b.s-tabs-filter .c-tab-panel a {
    text-transform: uppercase;
    text-decoration: none; }
    body.b2b.s-tabs-filter .c-tab-panel a:hover {
      color: #000; }
  body.b2b.s-tabs-filter .c-tab-panel__list {
    display: inline-block;
    width: 100%;
    padding-top: 5px; }
    body.b2b.s-tabs-filter .c-tab-panel__list-item {
      min-width: 130px;
      float: left; }
      body.b2b.s-tabs-filter .c-tab-panel__list-item a {
        display: block;
        padding: 10px 22px;
        background: #bcbcbc;
        font-weight: 700;
        text-align: center;
        font-size: 0.9rem; }
        body.b2b.s-tabs-filter .c-tab-panel__list-item a.active {
          background: #eeeeee;
          position: relative; }
          body.b2b.s-tabs-filter .c-tab-panel__list-item a.active:before {
            content: '';
            border-bottom: 1.5px solid #000;
            position: absolute;
            left: 50%;
            width: 62%;
            bottom: 7px;
            margin-left: -31%; }
    body.b2b.s-tabs-filter .c-tab-panel__list-search {
      float: right;
      width: calc(100% - 300px);
      text-align: right; }
      body.b2b.s-tabs-filter .c-tab-panel__list-search .c-filters-b2b__search {
        margin: 0; }
  body.b2b.s-tabs-filter .c-tab-panel__content {
    background: #eeeeee;
    width: 100%;
    min-height: 100px;
    margin-top: -4.5px;
    padding: 12px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body.b2b.s-tabs-filter .c-tab-panel__content--text {
      font-weight: 500;
      font-size: 0.8rem; }
    body.b2b.s-tabs-filter .c-tab-panel__content_category {
      position: relative;
      margin-right: 41px; }
      body.b2b.s-tabs-filter .c-tab-panel__content_category > a {
        padding: 5px 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        body.b2b.s-tabs-filter .c-tab-panel__content_category > a .fa {
          font-size: 0.6rem;
          margin-left: 5px; }
      body.b2b.s-tabs-filter .c-tab-panel__content_category_sub {
        display: none;
        position: absolute;
        left: 0;
        min-width: 155px;
        background: #d6d6d6; }
        body.b2b.s-tabs-filter .c-tab-panel__content_category_sub a {
          padding: 5px 14px; }
      body.b2b.s-tabs-filter .c-tab-panel__content_category.show-sub > a {
        background: #d6d6d6; }
      body.b2b.s-tabs-filter .c-tab-panel__content_category.show-sub .dropdown__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 9999; }

.content-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0 7px 68px; }

.select-periodo-fecha {
  min-width: 128px; }

.select-periodo-fecha .Select-control {
  border-radius: 0;
  border: 1px solid black;
  height: 29px; }

.select-periodo-fecha .Select-control .Select-multi-value-wrapper {
  height: 28px; }

.text-compare--range {
  font-weight: 600;
  margin: 0;
  margin-right: 5px; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-mb-1 {
  margin-bottom: 1rem !important; }

.u-mt-1 {
  margin-top: 1rem !important; }

.u-mt-2 {
  margin-top: 2rem !important; }

.u-relative {
  position: relative !important; }

.u-p-0 {
  padding: 0 !important; }

@media only screen and (min-width: 768px) {
  .u-pl-md-0 {
    padding-left: 0 !important; } }

@media only screen and (min-width: 1024px) {
  .u-pl-lg-0 {
    padding-left: 0 !important; } }

.u-text-bold {
  font-weight: 800 !important; }

.u-hide {
  visibility: hidden !important;
  display: none !important; }

.u-hidden-mobile {
  visibility: hidden;
  display: none; }
  @media only screen and (min-width: 1248px) {
    .u-hidden-mobile {
      visibility: visible;
      display: block; } }

@media only screen and (min-width: 1248px) {
  .u-hidden-desktop {
    visibility: hidden;
    display: none; } }

.u-uppercase {
  text-transform: uppercase !important; }

.u-block {
  display: block !important; }

.articulos-ls #main.with-left-content #content {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.u-table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden; }

.cell-calendar::after {
  font-family: 'FontAwesome';
  content: '\f073';
  margin-left: 5px; }

.u-black {
  color: #000 !important; }

.u-auto {
  margin-left: auto;
  margin-right: auto; }

@-moz-document url-prefix() {
  @media only screen and (min-width: 1024px) {
    .c-disponibilidad__top {
      align-items: center; } } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media only screen and (max-width: 1023px) {
      .o-wrapper-scenes .c-content-imgs {
        height: calc(100vh - 116.4px); } }
    .o-wrapper-scenes .wrapper-img-parallax div.img-parallax {
      background-attachment: scroll;
      background-size: cover; }
    .products .product-info .colours__opacity {
      margin-right: 0.3rem; }
      .products .product-info .colours__opacity .colour {
        margin-right: 0; }
      .products .product-info .colours__opacity--gradient {
        height: 88%;
        top: 0; } } }

/*# sourceMappingURL=css-sass.css.map */