@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* —— BIOMECANICS CUSTOM FONTS —— */
@font-face {
  font-family: 'TT Trailers Trial Variable';
  src: url("fonts/TT Trailers Trial Variable.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Apercu Medium';
  src: url("fonts/Apercu Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Awesome Serif VAR';
  src: url("fonts/Awesome Serif VAR-VF.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Awesome Serif Italic VAR';
  src: url("fonts/Awesome Serif Italic VAR-VF.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Brinova';
  src: url("fonts/Brinova-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Biotif Medium';
  src: url("fonts/Fontspring-DEMO-biotif-medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Biotif SemiBold';
  src: url("fonts/Fontspring-DEMO-biotif-semibold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Grillmaster';
  src: url("fonts/Grillmaster-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Grillmaster Medium';
  src: url("fonts/Grillmaster-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Grillmaster Condensed';
  src: url("fonts/GrillmasterCond-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Grillmaster ExtWide';
  src: url("fonts/GrillmasterExtWide-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'TT Interphases Pro Mono';
  src: url("fonts/TT Interphases Pro Mono Trial Var Roman.ttf") format("truetype");
  font-display: swap;
}
:root {
  --col0: #284761;
  --col1: #ff5500;
  --col5: #ececec;
  --col6: #ffffff;
}

/*--------------------------------------------------------------*/
/*-----------------------CLASSIC PRESTASHOP---------------------*/
/*--------------------------------------------------------------*/
a {
  color: var(--col1);
}
.btn-primary {
  background-color: var(--col0);
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: var(--col1);
}
.btn-outline-primary {
  color: var(--col1);
  border-color: var(--col1);
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open > .btn-outline-primary.dropdown-toggle {
  background-color: var(--col1);
  border-color: var(--col1);
}
.btn-link {
  color: var(--col1);
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  background-color: var(--col1);
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: var(--col1);
}
.card-primary {
  background-color: var(--col1);
  border-color: var(--col1);
}
.card-outline-primary {
  border-color: var(--col1);
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: var(--col1);
  border-color: var(--col1);
}
.page-link {
  color: var(--col1);
}
.tag-primary {
  background-color: var(--col1);
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: var(--col1);
  border-color: var(--col1);
}
.bg-primary {
  background-color: var(--col1) !important;
}
.text-primary {
  color: var(--col1) !important;
}
a:hover {
  color: var(--col1);
}
.btn-unstyle:focus .expand-more {
  color: var(--col1);
}
.form-control:focus,
.input-group.focus {
  outline: none !important;
  background-color: inherit;
  border-color: inherit;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: var(--col1);
}
.custom-radio input[type="radio"]:checked + span {
  background-color: var(--col1);
}
.dropdown:hover .expand-more {
  color: var(--col1);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--col1);
}
.search-widget form input[type="text"]:focus {
  outline: 3px solid var(--col1);
}
.search-widget form input[type="text"]:focus + button .search {
  color: var(--col1);
}
.search-widget form button[type="submit"] .search:hover {
  color: var(--col1);
}
#header .top-menu a[data-depth="0"]:hover {
  color: var(--col1);
}
.top-menu .sub-menu a:hover {
  color: var(--col1);
}
body#checkout section.checkout-step .address-item.selected {
  border: 3px solid var(--col1);
}
.page-my-account #content .links a:hover i {
  color: var(--col1);
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: var(--col1);
}
#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
  color: var(--col1);
}
.products-sort-order .select-list:hover {
  background: var(--col1);
}
.facet-dropdown.open > .select-title {
  border: 3px solid var(--col1);
}
.facet-dropdown .select-list:hover {
  background: var(--col1);
}
.pagination .current a {
  color: var(--col1);
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: var(--col1);
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
  color: var(--col1);
}
.product-price {
  color: var(--col1);
}
.tabs .nav-tabs .nav-link.active {
  color: var(--col1);
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid var(--col1);
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: 3px solid var(--col1);
}
#blockcart-modal .product-name {
  color: var(--col1);
}
.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid var(--col1);
}
.product-flags li.product-flag {
  background: var(--col1);
}
.product-customization .product-message:focus {
  outline: 0.1875rem solid var(--col1);
}
.cart-grid-body a.label:hover {
  color: var(--col1);
}
.block-promo .promo-input + button {
  border: 2px solid var(--col1);
}
.block-promo .promo-code-button.cancel-promo {
  color: var(--col1);
}
.block_newsletter form input[type="text"]:focus {
  outline: 3px solid var(--col1);
}
.block_newsletter form input[type="text"]:focus + button .search {
  color: var(--col1);
}
.block_newsletter form button[type="submit"] .search:hover {
  color: var(--col1);
}
.block_newsletter form input[type="email"]:focus {
  border: 3px solid var(--col1);
}
.account-list a:hover {
  color: var(--col1);
}
.block-social ul li:hover {
  background-color: var(--col1);
}
.footer-container li a:hover {
  color: var(--col1);
}
#header a:hover {
  color: var(--col1);
}
#header .header-nav .cart-preview.active {
  background: var(--col1);
}
#header .header-nav .blockcart a:hover {
  color: var(--col1);
}
#header .header-nav .user-info .logged {
  color: var(--col1);
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  background-color: var(--col1);
}
.card-primary {
  background-color: var(--col1);
  border-color: var(--col1);
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: var(--col1);
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--col1);
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-color: var(--col0);
}
.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: var(--col0);
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: var(--col0) !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: var(--col0) !important;
}

/*--------------------------------------------------------------*/
/*-----------------------ESTILO PRINCIPAL-----------------------*/
/*--------------------------------------------------------------*/

* {
  font-family: "Gotham Rounded", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 300;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
}
body {
  height: auto !important;
}
moz-selection {
  background: var(--col1);
  color: var(--col6);
}
*::-moz-selection {
  background: var(--col1);
  color: var(--col6);
}

a {
  color: var(--col1);
}

a:active,
a:focus {
  color: var(--col1) !important;
}

p {
  margin-bottom: 15px;
  min-height: 1px;
  line-height: 1.5;
  font-size: 17px;
  color: #4e4e4e;
}
p * {
  color: inherit;
}

p span {
  font-weight: inherit;
}

.col0 {
  color: var(--col0) !important;
}
.col1,
.col1 * {
  color: var(--col1) !important;
}

.btn {
  border: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 35px;
  transition: all 0.3s ease-out;
  -webkit-trasition: all 0.3s ease-out;
  text-transform: uppercase;
}

.btn1,
.btn-primary {
  background-color: var(--col1);
  color: var(--col6) !important;
}
.btn1:hover,
.btn1:focus,
.btn1:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--col0);
  color: var(--col1) !important;
}
.btn2 {
  background-color: var(--col6);
  color: var(--col1) !important;
}
.btn2:hover,
.btn2:focus,
.btn2:active {
  background-color: var(--col0);
}

.btn3 {
  background-color: var(--col0);
  color: var(--col1);
}
.btn3:hover,
.btn3:focus,
.btn3:active {
  background-color: var(--col1);
  color: var(--col0);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea,
select,
.form-control-select {
  background-color: var(--col5);
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

select,
.facet-dropdown .select-title {
  background-image: url("/img/estructura/bg_select.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center right 20px !important;
  background-size: 10px !important;
}

input:active,
input:focus {
  background-color: var(--col5) !important;
}
.facet-dropdown .select-title > i {
  display: none;
}

/*--------------------------------------------------------------*/
/*-------------------------ESTILO COMÚN-------------------------*/
/*--------------------------------------------------------------*/

header .launch {
  margin-right: 15px;
  cursor: pointer;
  height: 25px;
  width: 35px;
  position: relative;
  z-index: 101;
}
header .launch span {
  background-color: var(--col1);
  display: block;
  height: 3px;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .launch span:nth-child(1) {
  top: 0;
}
header .launch span:nth-child(2) {
  top: 10px;
}
header .launch span:nth-child(3) {
  top: 10px;
}
header .launch span:nth-child(4) {
  top: 20px;
}

.sidr-open header .launch span:nth-child(1) {
  top: 18px;
  left: 50%;
  width: 0;
}
.sidr-open header .launch span:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sidr-open header .launch span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sidr-open header .launch span:nth-child(4) {
  top: 18px;
  left: 50%;
  width: 0;
}

.anim3 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anim6 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-trasition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anim10 {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-trasition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

*::placeholder {
  color: inherit;
  opacity: 0.5;
}
.ancla {
  cursor: pointer;
}
img {
  width: auto;
  max-width: 100%;
}
b {
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  margin: 0;
  width: 100%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
textarea:focus,
input:focus {
  box-shadow: none !important;
}
div.icons > .btn-group,
body > .jmodedit {
  display: none !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none !important;
}
.responsive {
  display: none !important;
}

label.checkbox {
  margin-bottom: 0;
  position: relative;
  padding: 0;
}
label.checkbox span {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}
label.checkbox span a {
  font-size: inherit;
  font-weight: inherit;
  color: var(--col1);
}
label.checkbox span a:hover {
  text-decoration: underline;
}
label.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.checkbox span:before {
  content: "\f00c" !important;
  font-family: "FontAwesome" !important;
  color: transparent;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 7px;
  text-align: center;
  line-height: 13px;
  font-size: 13px;
  background-color: var(--col6);
  border: 1px solid var(--col1) !important;
  vertical-align: initial;
}

label.checkbox input[type="checkbox"]:checked + span:before {
  background-color: var(--col1);
  color: var(--col6) !important;
}
label.checkbox input:disabled + span:before {
  opacity: 0.5;
}

.fixwh {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.fixwh a {
  display: block;
}
.fixwh i.fa {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #25d366;
}

.fixfb {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #0084ff;
  padding: 15px;
}

.fixfb a {
  display: block;
}
.fixfb svg {
  height: 20px;
}

.cookies {
  background-color: var(--col6);
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: none;
}
.cookies p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.cookies .btn {
  font-size: 13px;
  padding: 5px 15px;
  vertical-align: middle;
  text-align: center;
}
body.notfound .cookies {
  display: none;
}
.cms-cookies table {
  width: 100%;
  margin-bottom: 30px;
}
.cms-cookies table td {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid var(--col6);
  font-size: 15px;
}
.cms-cookies thead td {
  font-weight: bold;
}

i.fa {
  color: inherit;
  font-family: "FontAwesome" !important;
}
.material-icons {
  font-family: Material Icons !important;
}

.logo img {
  transition: all 0.3s ease-out;
  -webkit-trasition: all 0.3s ease-out;
}

.w,
.pw * {
  color: var(--col6) !important;
}

.logo:hover img {
  opacity: 0.8;
}

.alert {
  padding: 30px;
  background-color: #8bc34a;
  border: none;
  margin: 20px;
  border-radius: 0;
  position: fixed;
  z-index: 10;
  width: 90%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.alert * {
  color: var(--col6);
  box-shadow: none;
  text-shadow: none;
}
.alert-success {
  background-color: #8bc34a;
}
.alert-warning {
  background-color: #ffc107;
}
.alert-error {
  background-color: #f44336;
}
.alert h4 {
  display: none;
}
.alert p {
  margin-bottom: 0;
  color: #fff;
  text-shadow: none;
  line-height: 1;
}
.alert .fa-close {
  color: var(--col6);
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.col-facebook {
  background-color: #3b5999;
}
.col-twitter {
  background-color: #55acee;
}
.col-linkedin {
  background-color: #0077b5;
}
.col-google {
  background-color: #dd4b39;
}
.col-pinterest {
  background-color: #bd081c;
}
.col-youtube {
  background-color: #cd201f;
}
.col-whatsapp {
  background-color: #25d366;
}
.col-instagram {
  background-color: #e4405f;
}

.bcol1 {
  background-color: var(--col1);
}

.popup,
.popup_2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--col6);
  padding: 30px;
  display: none;
  z-index: 100;
}
.popup > i,
.popup_2 > i {
  position: absolute;
  top: -40px;
  right: -40px;
  color: var(--col6);
  font-size: 32px;
  cursor: pointer;
}

.popup > div,
.popup_2 > div {
  display: none;
}

.popupoverlay,
.popupoverlay_2 {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 100;
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.popupoverlay.open,
.popupoverlay_2.open {
  display: block;
}
.popup.open,
.popup_2.open {
  display: block;
}
.lpopup,
.lpopup_2 {
  cursor: pointer;
}

.m {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.m200 {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.m300 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.m500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.m700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.m900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.m1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ova {
  overflow: auto;
}
.rel {
  position: relative;
}

.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tj {
  text-align: justify;
}

.h100 {
  height: 100%;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.f {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.f.lr {
  justify-content: space-between;
}
.f.c {
  justify-content: center;
}
.f.r {
  justify-content: flex-end;
}
.f.cv {
  align-content: center;
  align-items: center;
}
.f.b {
  align-content: flex-end;
  align-items: flex-end;
}

.f > .c10 {
  width: 100%;
}
.f > .c9 {
  width: 90%;
}
.f > .c8 {
  width: 80%;
}
.f > .c7 {
  width: 70%;
}
.f > .c66,
.f > .cboot8 {
  width: 66.6666666%;
}
.f > .c6 {
  width: 60%;
}
.f > .c5 {
  width: 50%;
}
.f > .c4 {
  width: 40%;
}
.f > .c33,
.f > .cboot4 {
  width: 33.3333333%;
}
.f > .c3 {
  width: 30%;
}
.f > .c25 {
  width: 25%;
}
.f > .c2 {
  width: 20%;
}
.f > .c16 {
  width: 16.66%;
}
.f > .c15 {
  width: 15%;
}
.f > .c1 {
  width: 10%;
}
.f > .c05 {
  width: 05%;
}
.f > .vac {
  align-self: center;
}
.f > .fe {
  align-self: flex-end;
}
.f > .f1 {
  flex: 1;
}

.pd1 {
  padding: 1px;
}
.pd2 {
  padding: 2px;
}
.pd3 {
  padding: 3px;
}
.pd4 {
  padding: 4px;
}
.pd5 {
  padding: 5px;
}
.pd5-0 {
  padding: 5px 0;
}
.pd5-10 {
  padding: 5px 10px;
}
.pd10-5 {
  padding: 10px 5px;
}
.pd10 {
  padding: 10px;
}
.pd10-0 {
  padding: 10px 0;
}
.pd0-10 {
  padding: 0 10px;
}
.pd10-30 {
  padding: 10px 30px;
}
.pd10-20 {
  padding: 10px 20px;
}
.pd10-15 {
  padding: 10px 15px;
}

.pd15 {
  padding: 15px;
}
.pd15-0 {
  padding: 15px 0;
}
.pd0-15 {
  padding: 0 15px;
}
.pd15-30 {
  padding: 15px 30px;
}

.pd20 {
  padding: 20px;
}
.pd20-0 {
  padding: 20px 0;
}
.pd0-20 {
  padding: 0 20px;
}
.pd20-30 {
  padding: 20px 30px;
}
.pd20-15 {
  padding: 20px 15px;
}
.pd20-10 {
  padding: 20px 10px;
}

.pd30 {
  padding: 30px;
}
.pd30-0 {
  padding: 30px 0;
}
.pd0-30 {
  padding: 0 30px;
}
.pd30-20 {
  padding: 30px 20px;
}
.pd30-15 {
  padding: 30px 15px;
}
.pd30-10 {
  padding: 30px 10px;
}

.pd40 {
  padding: 40px;
}
.pd40-0 {
  padding: 40px 0;
}
.pd0-40 {
  padding: 0 40px;
}
.pd40-20 {
  padding: 40px 20px;
}
.pd40-15 {
  padding: 40px 15px;
}
.pd40-10 {
  padding: 40px 10px;
}

.pd50 {
  padding: 50px;
}
.pd50-0 {
  padding: 50px 0;
}
.pd0-50 {
  padding: 0 50px;
}
.pd50-30 {
  padding: 50px 30px;
}
.pd50-20 {
  padding: 50px 20px;
}
.pd50-15 {
  padding: 50px 15px;
}
.pd50-10 {
  padding: 50px 10px;
}

.pd60 {
  padding: 60px;
}
.pd60-0 {
  padding: 60px 0;
}
.pd0-60 {
  padding: 0 60px;
}
.pd60-30 {
  padding: 60px 30px;
}
.pd60-20 {
  padding: 60px 20px;
}
.pd60-15 {
  padding: 60px 15px;
}
.pd60-10 {
  padding: 60px 10px;
}

.pd70 {
  padding: 70px;
}
.pd70-0 {
  padding: 70px 0;
}
.pd0-70 {
  padding: 0 70px;
}
.pd70-30 {
  padding: 70px 30px;
}
.pd70-20 {
  padding: 70px 20px;
}
.pd70-15 {
  padding: 70px 15px;
}
.pd70-10 {
  padding: 70px 10px;
}

.pd80 {
  padding: 80px;
}
.pd80-0 {
  padding: 80px 0;
}
.pd0-80 {
  padding: 0 80px;
}
.pd80-30 {
  padding: 80px 30px;
}
.pd80-20 {
  padding: 80px 20px;
}
.pd80-15 {
  padding: 80px 15px;
}
.pd80-10 {
  padding: 80px 10px;
}

.pd90 {
  padding: 90px;
}
.pd90-0 {
  padding: 90px 0;
}
.pd0-90 {
  padding: 0 90px;
}
.pd90-30 {
  padding: 90px 30px;
}
.pd90-20 {
  padding: 90px 20px;
}
.pd90-15 {
  padding: 90px 15px;
}
.pd90-10 {
  padding: 90px 10px;
}

.pd100 {
  padding: 100px;
}
.pd100-0 {
  padding: 100px 0;
}
.pd0-100 {
  padding: 0 100px;
}
.pd100-30 {
  padding: 100px 30px;
}
.pd100-20 {
  padding: 100px 20px;
}
.pd100-15 {
  padding: 100px 15px;
}
.pd100-10 {
  padding: 100px 10px;
}

.pd120 {
  padding: 120px;
}
.pd120-0 {
  padding: 120px 0;
}
.pd0-120 {
  padding: 0 120px;
}
.pd120-30 {
  padding: 120px 30px;
}
.pd120-20 {
  padding: 120px 20px;
}
.pd120-15 {
  padding: 120px 15px;
}
.pd120-10 {
  padding: 120px 10px;
}

.pd150 {
  padding: 150px;
}
.pd150-0 {
  padding: 150px 0;
}
.pd0-150 {
  padding: 0 150px;
}
.pd150-30 {
  padding: 150px 30px;
}
.pd150-20 {
  padding: 150px 20px;
}
.pd150-15 {
  padding: 150px 15px;
}
.pd150-10 {
  padding: 150px 10px;
}

.pd-nr {
  padding-right: 0 !important;
}
.pd-nl {
  padding-left: 0 !important;
}
.pd-nt {
  padding-top: 0 !important;
}
.pd-nb {
  padding-bottom: 0 !important;
}

/*--------------------------------------------------------------*/
/*---------------------ESTILO MANTENIMIENTO---------------------*/
/*--------------------------------------------------------------*/

body.mantenimiento:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/estructura/bg_mantenimiento.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
body.mantenimiento h1 {
  margin-top: 50px;
  text-transform: uppercase;
  color: var(--col0);
  font-weight: bold;
  font-size: 55px;
}
body.mantenimiento h2 {
  color: var(--col0);
  margin-bottom: 50px;
}
body.mantenimiento .sc i {
  background-color: var(--col6);
  color: blue;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 24px;
}
body.mantenimiento .sc i:hover {
  color: var(--col6);
  background-color: transparent;
  border: 2px solid var(--col6);
}
body.mantenimiento fieldset {
  border: none;
  padding-bottom: 40px;
  position: relative;
}
body.mantenimiento fieldset input {
  height: 35px;
  padding: 0 10px;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------*/
/*-------------------------SOLO FIREFOX-------------------------*/
/*--------------------------------------------------------------*/
@-moz-document url-prefix() {
}

/*--------------- SIDR ----------------*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 250px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: var(--col0);
  color: var(--col6);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.sidr .sidr-inner {
  padding: 0;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}
/* mio */
.sidr {
  padding-top: 0px;
}
.sidr li a {
  color: var(--col6) !important;
  display: block !important;
  line-height: 1;
  padding: 18px 25px !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold !important;
}
.sidr li .stmenu_sub a {
  font-weight: normal !important;
  font-size: 10px;
}
.sidr li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.sidr li > i {
  position: absolute;
  top: 0;
  right: 0;
  height: 49px;
  background: rgba(255, 255, 255, 0.25);
  width: 49px;
  text-align: center;
  line-height: 49px;
  color: var(--col6);
}
.sidr-class-menu > li {
  border-bottom: 1px solid #444;
}

.sidr .submenu .pd60 {
  padding: 0;
}
.sidr .submenu ul {
  margin: 0;
}

.sidr .stmenu_sub .mu_level_2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sidr .stmenu_sub .mu_level_2 a {
  padding-left: 40px !important;
}

.sidr li a:hover,
.sidr li.sidr-class-active > a,
.sidr a:hover,
.sidr a:focus,
.sidr a:active {
  color: var(--col6) !important;
}
.sidr ul#top-menu {
  margin-bottom: 0;
}
.sidr li .submenu {
  display: none;
  background-color: #ffffff20;
}

.sidr select {
  color: var(--col6);
  display: block;
  line-height: 1.2 !important;
  padding: 18px 25px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  font-weight: 500;
  letter-spacing: 2px;
  border: none !important;
  font-size: 13px !important;
  background-image: url(/img/bg_select_w.svg) !important;
  background-size: 8px !important;
  background-repeat: no-repeat !important;
  background-position: center right 25px !important;
}
.sidr #language-selector-label {
  display: none;
}

.sidr .st_mega_menu * {
  background-image: none !important;
}
.sidr .st_mega_menu .stmenu_sub {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidr .st_mega_menu .rowa {
  padding: 0;
}
.sidr .st_mega_menu .rowa > div {
  width: 100%;
}
/*#####################################*/

/*--------------------------------------------------------------*/
/*----------------------------ESTILO----------------------------*/
/*--------------------------------------------------------------*/

.h1,
.h2,
.h3 {
  color: var(--col0);
}
.row {
  margin: 0 !important;
}
*:not(.world) > svg * {
  fill: var(--col0);
}

.w,
.w * {
  color: var(--col6);
}

.fillc1 {
  fill: var(--col1) !important;
}
.fillc6 {
  fill: var(--col6) !important;
}

#header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#header .header {
  background-color: #fff;
}
#header .is-sticky .header {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.supertop .l,
.supertop .world {
  width: 150px;
}
.supertop {
  background-color: var(--col1);
  padding: 10px 15px;
}

.logo_other img {
  width: 130px;
}
.logo_other {
  opacity: 0.7;
  display: block;
}
.logo_other:hover {
  opacity: 1;
}
.sidr .logo_other {
  text-align: center;
}
.sidr > .sidr-inner:last-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.sidr > .sidr-inner:last-child .l {
  order: 5;
}
.sidr > .sidr-inner:last-child > * {
  width: 100%;
}

.sidr .msgtop {
  display: none;
}
.supertop p {
  color: var(--col6);
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

header .logo img {
  width: 180px;
}

.pmenu {
  align-self: stretch;
}
.st_mega_menu_container,
.st_mega_menu_container > div,
.st_mega_menu_container > div > nav {
  height: 100%;
}
.st_mega_menu_container ul {
  margin: 0;
}
.st_mega_menu_container ul.mu_level_0 {
  height: 100%;
}
.st_mega_menu_container li.ml_level_0 {
  display: inline-block;
  height: 100%;
}
.st_mega_menu_container li.ml_level_0 > a {
  padding: 0 15px;
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;
}
.st_mega_menu_container li .stmenu_sub {
  background-image: none !important;
  background-color: var(--col6);
  position: absolute;
  left: 0;
  padding: 30px 0;
  text-align: left;
  width: 100%;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st_mega_menu_container li .stmenu_sub > .rowa {
  position: relative;
  z-index: 1;
}
.st_mega_menu_container li .stmenu_sub:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
}
.st_mega_menu_container li:hover .stmenu_sub {
  pointer-events: auto;
  opacity: 1;
}
.st_mega_menu_container li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  white-space: nowrap;
}
.st_mega_menu_container li .stmenu_sub a {
  padding: 10px;
}

.st_mega_menu_container .bebes > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.st_mega_menu_container .bebes > div > div {
  margin-right: 30px;
}
.st_mega_menu_container .bebes > div > div a.ma_level_1 {
  color: var(--col1) !important;
}
.st_mega_menu_container .bebes .mu_level_2 {
  display: flex;
}
.st_mega_menu_container .bebes .mu_level_2 > li {
  padding-right: 20px;
}
.st_mega_menu_container .bebes .mu_level_2 > li:last-child {
  padding-right: 0;
}

.st_mega_menu_container .bgimag {
  width: 40vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.st_mega_menu_container .bgimag.pos_0 {
  background-position: right bottom;
}
.st_mega_menu_container .bgimag.pos_4 {
  background-position: right top;
}
.st_mega_menu_container .bgimag.pos_5 {
  background-position: right center;
}
.st_mega_menu_container .bgimag.pos_1 {
  background-position: left top;
}
.st_mega_menu_container .bgimag.pos_2 {
  background-position: left center;
}
.st_mega_menu_container .bgimag.pos_3 {
  background-position: left bottom;
}
.st_mega_menu_container .bgimag.pos_6 {
  background-position: center top;
}
.st_mega_menu_container .bgimag.pos_7 {
  background-position: center center;
}
.st_mega_menu_container .bgimag.pos_8 {
  background-position: center bottom;
}

.st_mega_menu_container .bgimag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--col6), transparent);
}

.st_mega_menu_container li .stmenu_sub img.svg {
  height: 90px;
  margin-bottom: 5px;
}
.st_mega_menu_container span.cate_label {
  display: block;
  text-transform: none;
  margin-top: 5px;
  font-size: 13px;
}

.st_mega_menu_container .iconos {
  text-align: left;
  display: grid;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
}
.st_mega_menu_container .iconos > div {
  text-align: center;
}

header .derecha svg {
  width: 25px;
  height: 25px;
}

header .derecha a[href]:hover svg *,
header .derecha .buscador:hover svg * {
  fill: var(--col1);
}
header .derecha > div:not[.world] svg * {
  fill: var(--col0);
}
header .derecha > div:not[.world] svg:hover * {
  fill: var(--col1);
}

header .derecha > div {
  margin-right: 20px;
}
header .derecha > div:last-child {
  margin-right: 0;
}

#_desktop_cart a {
  display: block;
  position: relative;
}

#_desktop_cart a span {
  display: none;
  position: absolute;
  top: -2px;
  right: -7px;
  background-color: var(--col1);
  color: var(--col6);
  font-weight: bold;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
}

#_desktop_cart a[href] span {
  display: block;
}

#_desktop_language_selector {
  order: -1;
}

.paisidioma {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 1000;
  display: none;
}

.paisidioma .boton {
  display: none;
}
.paisidioma .btn {
  display: block;
}
.paisidioma i.fa-close {
  width: 30px;
  height: 30px;
  background: black;
  text-align: center;
  line-height: 30px;
  color: white;
  border-radius: 50%;
  cursor: pointer;
}

.sidr .world {
  justify-content: center;
  order: 1;
  margin-bottom: 60px;
}
.world {
  cursor: pointer;
}
.world svg {
  margin: 0 5px;
  width: 25px;
  height: 25px;
}

.world svg.bola {
  fill: var(--col6);
}
.world span {
  font-size: 13px;
  color: #fff;
}
.world span:last-child {
  text-transform: uppercase;
  border-left: 1px solid var(--col6);
  padding-left: 8px;
  margin-left: 5px;
}

.ml {
  margin-left: 5px;
}
.mr {
  margin-right: 5px;
}

#wrapper {
  padding: 0;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
  overflow: hidden;
}
#wrapper > .container {
  width: 100%;
  padding: 0;
}

.portada > .imag {
  height: 600px;
  overflow: hidden;
}
.portada > .imag .texto {
  background-color: rgba(255, 255, 255, 0.7);
  width: 485px;
}

.portada > .imag .texto.dsgn2 {
  width: 470px;
  background-color: transparent;
}
.portada > .imag .texto.dsgn2 h1 span {
  text-decoration: none !important;
  color: var(--col1);
  font-weight: bold;
  display: block;
}

.portada > .imag .r > .texto {
  text-align: right;
}
.portada > .imag .c > .texto {
  text-align: center;
}

.portada > .imag .texto > * {
  font-weight: normal;
  font-size: 36px;
}

.h0 {
  text-transform: none;
  font-weight: normal;
  font-size: 130px;
  line-height: 1;
  color: var(--col0);
  /*text-shadow: 3px 3px 0 var(--col6), 0px -1px 0 var(--col6), 1px -1px 0 var(--col6), -1px 1px 0 var(--col6), 1px 1px 0 var(--col6);*/
}

.h0 span {
  font-weight: inherit;
  line-height: 0.6;
  font-size: 90px;
  display: block;
  margin-bottom: 30px;
  color: inherit;
}

.h1 {
  text-transform: none;
  font-weight: normal;
  font-size: 90px;
}

.pageheader h1 {
  font-size: 55px;
  font-weight: normal;
  margin: 0;
}

.h1-2 {
  font-size: 60px;
}

.h2 {
  font-size: 40px;
  margin: 0;
  text-transform: none;
}

.h3,
.texto h3 {
  text-transform: none;
  font-size: 28px;
  margin: 0;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-weight: bold;
  font-size: 17px;
}

.h5.d {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.h5.d:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--col1);
  width: 100px;
  height: 1px;
}

.h6 {
  font-weight: bold;
  font-size: 16px !important;
}

.h.d {
  position: relative;
  padding: 35px 0 30px 0;
}

.h.d:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*background-image: url("/img/estructura/htop.svg");*/
  background-repeat: no-repeat;
  background-position: center 0%;
  height: 30px;
  width: 100px;
  background-size: 100% 200%;
  animation-name: headers;
  animation-timing-function: step-end;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

.h.d:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*background-image: url("/img/estructura/hbot.svg");*/
  background-repeat: no-repeat;
  background-position: center 0%;
  height: 30px;
  width: 100px;
  background-size: 100% 200%;
  animation-name: headers;
  animation-timing-function: step-end;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes headers {
  0% {
    background-position: center 0%;
  }
  50% {
    background-position: center 100%;
  }
}

section.page-home > * {
  width: 100%;
}

section.page-home > * {
  order: 999;
}
section.page-home > .portada {
  order: 1;
}
section.page-home > .banner_campaign {
  order: 1;
}
section.page-home > .featured-products {
  order: 2;
}
section.page-home > .bloques {
  order: 3;
}
section.page-home > .videohome {
  order: 4;
}
section.page-home > .bannershome {
  order: 5;
}
section.page-home > .cambiotallas {
  order: 6;
}
section.page-home > .bloque_newsletter {
  order: 7;
}

.easycontent_vk > * {
  order: 999;
}

section.bloques {
  margin-top: -40px;
  position: relative;
}
.bloques .item {
  display: block;
  border-radius: 30px;
  background-color: var(--col5);
  height: 100%;
}
.bloques .item img {
  max-height: 60px;
}

.k2vk.cat.categorias .item {
  height: 380px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.k2vk.cat.categorias .item .imag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.k2vk.cat.categorias .item:hover .imag {
  transform: scale(1);
}

.k2vk.cat.categorias .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px 30px 30px 30px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.k2vk.cat.categorias .item:hover .txt {
  padding: 120px 30px 40px 30px;
}

.subcatshome > img {
  position: absolute;
  bottom: 0;
  left: 40%;
  height: 130%;
  z-index: -1;
}

.subcatshome .item:nth-child(even) .txt {
  order: -1;
}

.wow {
  animation-duration: 1.7s;
  transition-timing-function: ease;
}

@keyframes fadeVk {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeVk {
  animation-name: fadeVk;
}

.puntos svg {
  width: 90%;
  height: 90%;
  max-width: 230px;
  max-height: 230px;
}

.puntos img {
  width: 90%;
  height: 90%;
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 10px;
}

.puntos svg.br {
  border-radius: 50%;
  overflow: visible;
  max-width: 110px;
  max-height: 110px;
  margin-bottom: 15px;
}
.puntos .item {
  text-align: center;
}
.puntos p strong {
  color: var(--col1);
}
.puntos .gotas {
  transform-origin: 51% 12%;
  animation-name: gotas;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes gotas {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.puntos .cabeza {
  transform-origin: 68% 62%;
  animation-name: cabeza;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes cabeza {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.puntos .rueda1 {
  transform-origin: 62% 84%;
  animation-name: giro;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.puntos .rueda2 {
  transform-origin: 27% 85%;
  animation-name: giro;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.lavadora .tambor {
  transform-origin: 40% 59%;
  animation-name: giro;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes giro {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.puntos .nube {
  animation-name: nube;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes nube {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(1.5%);
  }
  100% {
    transform: translateX(0%);
  }
}

.puntos .cometa {
  animation-name: cometa;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes cometa {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}

.puntos .lineas {
  transform-origin: 50% 50%;
  animation-name: lineas;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes lineas {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

.puntos .aspas {
  transform-origin: 50% 48.5%;
  animation-name: aspas;
  animation-timing-function: linear;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes aspas {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.puntos .aire {
  transform-origin: 50% 50%;
  animation-name: aire;
  animation-timing-function: linear;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
@keyframes aire {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.puntos .aire * {
  animation-name: airedos;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes airedos {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.puntos .flecha {
  transform-origin: 58% 67%;
  animation-name: flecha;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes flecha {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

.puntos .flecha .deco {
  transform-origin: 58% 67%;
  animation-name: deco;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes deco {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}

.videotxt .imag {
  display: block;
}

.videotxt .vid {
  position: relative;
}
.videotxt .vid:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: var(--col1);
}

.videotxt .vid > * {
  position: relative;
}
.videotxt .vid > *:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 30px;
  background-color: var(--col0);
  transform: translateY(50%);
  border-radius: 8px 0 0 8px;
}

.videotxt .imag .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videotxt .imag .play i {
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid var(--col6);
  color: var(--col6);
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.1);
}

.videotxt .imag:hover i {
  background-color: var(--col6);
  color: var(--col1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.grey {
  background-color: var(--col5);
}

.texto p {
  line-height: 1.5;
  font-size: 16px;
}

.texto li {
  line-height: 1.5;
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 7px;
}

b,
strong {
  font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}
p * {
  font-size: inherit;
}

.galeriahome .item a {
  display: block;
}

.galeriahome .item .pimag {
  overflow: hidden;
  height: 565px;
}

.galeriahome .item .imag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.galeriahome .item .imag:hover {
  transform: scale(1);
}

.sloganhome svg {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}
.sloganhome svg * {
  fill: var(--col6);
}

.sloganhome svg .trazo {
  display: none;
}

.instagram_block_center_container .imag {
  height: 197px;
}
.instagram_block_center_container .imag:hover {
  opacity: 0.7;
}

.bg_instagram {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.instagram_con {
  background-color: var(--col6);
  padding: 1px;
}

footer#footer > img {
  transform: translateY(1px);
}
footer#footer {
  padding: 0;
}
footer#footer .social li {
  list-style: none;
  display: inline;
  margin: 0 5px;
}
footer#footer .social i {
  width: 60px;
  height: 60px;
  color: var(--col6);
  background-color: var(--col1);
  border-radius: 50%;
  font-size: 25px;
  line-height: 60px;
}
footer#footer .social i:hover {
  background-color: var(--col0);
}

footer.page-footer {
  margin: 0 !important;
}

footer .cntfooter {
  background-color: var(--col6);
}

footer .linkblock ul li {
  list-style: none;
  display: block;
  margin: 10px 0;
  text-align: center;
}
footer .linkblock ul li a {
  font-size: 14px;
  color: var(--col1);
}

footer .h5 {
  margin-bottom: 15px;
  text-align: center;
}
footer .linkblock ul li a:hover {
  color: var(--col0);
}

.migasdepan ul {
  margin-bottom: 10px;
  text-align: center;
}
.migasdepan ul li {
  display: inline-block;
  list-style: none;
}
.migasdepan li a:hover span {
  color: var(--col1) !important;
}

.migasdepan li::after {
  content: "\f105" !important;
  font-family: "FontAwesome" !important;
  color: var(--col1) !important;
  margin: 0 5px !important;
  font-size: 12px;
}

.migasdepan li:last-child::after {
  content: none !important;
}
.migasdepan li a,
.migasdepan li span {
  font-size: 13px;
}

.timeline .fecha {
  width: 150px;
  text-align: center;
  position: relative;
}
.timeline .fecha:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: var(--col1);
}

.timeline .txt {
  padding-left: 40px;
}
.timeline h4 {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  padding: 15px 0;
  background-color: var(--col6);
}
.page-content.page-cms {
  padding: 0;
  text-align: left;
}

.sede img {
  margin-top: -170px;
}

.zap_flotante img:first-child {
  position: relative;
  z-index: 1;
  animation: 1s ease-in-out infinite prodi alternate;
}

@keyframes prodi {
  from {
    top: 0px;
  }
  to {
    top: 15px;
  }
}

.zap_flotante img:last-child {
  animation: 1s ease-in-out infinite prodis alternate;
  filter: brightness(0) blur(30px);
  margin-top: -30%;
  z-index: -1;
}

.zap_flotante {
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.zap_flotante:nth-child(1) {
  top: 0;
}
.zap_flotante:nth-child(2) {
  top: 25%;
  margin-top: 100px;
}
.zap_flotante:nth-child(3) {
  top: 55%;
  margin-top: 100px;
}

.zap_flotante:nth-child(1) img {
  animation-delay: 0s;
}
.zap_flotante:nth-child(2) img {
  animation-delay: 0.5s;
}
.zap_flotante:nth-child(3) img {
  animation-delay: 1s;
}

@keyframes prodis {
  from {
    opacity: 0.1;
    transform: scaleY(20%) scaleX(90%);
  }
  to {
    opacity: 0.3;
    transform: scaleY(30%) scaleX(100%);
  }
}

.tipomaterial .ico svg {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  overflow: visible;
}

.psw .sw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: #284761 /*#aaa*/;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.psw .sw.n {
  right: 15px;
}
.psw .sw.p {
  left: 15px;
}

.psw .sw:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

@keyframes fadeOutDownVk {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}

.fadeOutDownVk {
  animation-name: fadeOutDownVk;
}

.cms-contacto .datos svg {
  width: 70px;
  height: 70px;
}

.mapagoogle {
  display: block;
  height: 100%;
  background-image: url("/img/estructura/mapa_google.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.mapagoogle .ext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mapagoogle:hover .ext {
  opacity: 1;
}
.mapagoogle .ext div {
  color: var(--col6);
  font-size: 20px;
  font-weight: bold;
}

.opcap input {
  display: inline-block;
  width: 60px !important;
  padding: 15px;
  margin-left: 5px;
}

body#category .padre,
body#manufacturer #products,
body#module-pm_advancedsearch4-searchresults .padre {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

body#category #content-wrapper .products > article.producto,
body#module-pm_advancedsearch4-searchresults
  #content-wrapper
  .products
  > article.producto {
  width: 33.33%;
}

.products.c25 > article.producto {
  width: 25%;
}

.tit-product {
  margin-top: 10px;
}

article.producto .secondimage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.1s ease-out;
  transform: scale(0.9);
}

article.producto a:hover .secondimage {
  opacity: 1;
  transform: scale(1);
}

article.producto {
  margin-bottom: 30px;
}

article.producto .flags .new {
  position: absolute;
  top: 22px;
  left: -25px;
  padding: 5px;
  transform: rotate(-45deg);
  width: 120px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  z-index: 3;
  background: var(--col0);
  color: var(--col6);
  font-weight: bold;
}

article.producto .flags .on-sale {
  display: none;
  position: absolute;
  top: 22px;
  right: -25px;
  padding: 5px;
  transform: rotate(45deg);
  width: 120px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  z-index: 3;
  background: var(--col1);
  color: var(--col6);
  font-weight: bold;
}

article.producto .flags .discount {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 5px;
  height: 50px;
  min-width: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 41px;
  z-index: 3;
  background: var(--col1);
  color: var(--col6);
  font-weight: bold;
  border-radius: 50%;
}

article.producto .flags .out_of_stock {
  display: none;
}

article.producto .imgcont {
  overflow: hidden;
  aspect-ratio: 1/1;
}
article.producto .imgcont > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

article.producto a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
article.producto a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

article.producto .txt {
  padding: 20px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title,
article.producto .product-title {
  margin: 0 0 5px 0;
  text-align: center;
  color: var(--col0);
}

article.producto .precio .price {
  font-size: 18px;
  color: var(--col1);
  font-weight: bold;
}
article.producto .precio .regular-price {
  font-size: 16px !important;
  margin-left: 5px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #7a7a7a;
  text-decoration: line-through;
}

#search_filters .faceted-slider > li > p {
  font-size: 20px;
  font-weight: normal !important;
  color: var(--col0);
}

#search_filters .facet {
  margin-bottom: 20px;
}
#search_filters ul {
  margin-bottom: 0;
}

.custom-checkbox input[type="checkbox"] + span {
  border-radius: 3px;
  border-color: var(--col0);
}

.custom-checkbox input[type="checkbox"]:checked + span {
  border-color: var(--col1);
  background-color: var(--col1);
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  margin: 0;
  font-size: 16px;
  color: var(--col6);
}
#search_filters .facet .facet-label .color {
  border: none;
  border-radius: 50%;
}

#search_filters
  .facet
  .facet-label
  input[type="checkbox"]:checked
  + span.color {
  box-shadow: 0 0 0 2px var(--col6) inset, 0 0 0 2px var(--col0);
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  color: var(--col0);
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  font-size: 16px !important;
  font-weight: 700;
}
.brands-sort .select-title i,
.products-sort-order .select-title i,
.suppliers-sort .select-title i {
  height: auto;
  line-height: 1;
  font-size: inherit;
  margin-left: 5px;
}

.facet-dropdown {
  box-shadow: none;
}

.pagination {
  margin: 0 !important;
}

.pagination .page-list {
  box-shadow: none;
  padding: 30px;
}

.pagination .page-list a {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: var(--col5);
  line-height: 35px;
  font-weight: 500 !important;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  letter-spacing: normal !important;
  border-radius: 50%;
}

.pagination .page-list a:hover {
  color: var(--col6);
  background-color: var(--col0);
}

.pagination .page-list li {
  display: inline-block;
}

.pagination .current a {
  color: var(--col6) !important;
  background-color: var(--col1) !important;
}

#js-product-list {
  margin-bottom: 60px;
}

#search_widget {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--col6);
  z-index: 1000;
  display: none;
}

#search_widget input[type="text"] {
  font-size: 60px;
  font-weight: bold;
  border: none !important;
  outline: none !important;
  text-align: center;
  color: var(--col0) !important;
  background-color: transparent !important;
}

#search_widget i.fa-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--col6);
  background-color: var(--col0);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

#search_widget i.fa-close:hover {
  background-color: var(--col1);
}

.resultadosbuscador {
  left: 50% !important;
  max-width: 1260px !important;
  width: 100% !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: 2px solid var(--col5) !important;
  border-radius: 0 !important;
  height: calc(100vh - 250px) !important;
  overflow-y: scroll;
  transform: translateX(-50%);
  padding: 15px;
  background-color: transparent !important;
}
.resultadosbuscador > .producto {
  border: none !important;

  margin: 0 auto !important;
  float: left;
  padding: 15px !important;
}

.products.c25 > .producto,
body#search article.producto {
  width: 25% !important;
}

.resultadosbuscador > .producto a {
  border: none;
  background: var(--col6);
  margin: 0 0 30px 0 !important;
  padding: 0;
}

.resultadosbuscador > .producto:before {
  content: none;
}

.buscador svg {
  cursor: pointer;
}

body.abierto,
body.noscroll {
  overflow: hidden;
}

body#search .padre section#products {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-back {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  color: var(--col0);
  opacity: 0.5;
}

.btn-back:hover {
  opacity: 1;
}

#search_filters .facet .facet-label a {
  width: calc(100% - 35px);
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: -5px;
}

.mainproducto .imagenespr .larges .swiper-slide a {
  background-color: var(--col6);
  display: block;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  min-height: calc(100vh - 147px);
}

.mainproducto .imagenespr .larges .swiper-slide a img {
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
}

.mainproducto .imagenespr .larges .swiper-slide .video {
  background-color: var(--col6);
  display: block;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 60px auto;
  min-height: calc(100vh - 370px);
}
.mainproducto .imagenespr .larges .swiper-slide .video video {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.mainproducto .imagenespr .swiper-pagination-bullet {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: transparent;
  margin: 0;
  opacity: 0.5;
  position: relative;
}

.mainproducto .imagenespr .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.mainproducto .imagenespr .swiper-pagination-bullet.vid:after {
  content: "\f144";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--col0);
  font-size: 50px;
  transform: translate(-50%, -50%);
}

.mainproducto .imagenespr .swa {
  position: relative;
  bottom: 60px;
  left: 0;
  z-index: 2;
}

.mainproducto .imagenespr .psw .sw {
  margin: 0 30px;
}
.pdvw {
  padding: 0 9vw;
}

.product-prices div {
  margin-bottom: 0;
}
.product-price .current-price > * {
  display: inline-block;
}

.mainproducto .product-information .product-price .current-price-value {
  font-size: 30px;
  margin-right: 10px;
  color: var(--col1);
  font-weight: bold;
}

.mainproducto .product-information .product-price .regular-price {
  font-size: 30px;
  margin-right: 10px;
  opacity: 0.5;
  font-weight: bold;
}

.mainproducto .product-information .product-price .discount {
  padding: 5px;
  height: 50px;
  min-width: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 41px;
  z-index: 3;
  background: var(--col1);
  color: var(--col6);
  font-weight: bold;
  border-radius: 50%;
}

.mainproducto .product-information .product-prices {
  margin-bottom: 30px;
}

.mainproducto .product-information .colores .items > * {
  margin-right: 5px;
}

.mainproducto .product-information .colores .items span .imag {
  border: 3px solid rgba(0, 0, 0, 0.2);
}

.mainproducto .product-information .colores .items .imag {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 3px;
}
.mainproducto .product-information .colores .items a:hover {
  opacity: 0.8;
}
.product-variants > .product-variants-item select {
  width: 100%;
  padding-right: 0;
  background-color: var(--col5);
  border-radius: 3px;
}

.product-variants > .product-variants-item svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.content-only .pageheader {
  display: none;
}
.content-only #content {
  padding-top: 30px;
}

.mainproducto .formulario form {
  max-width: 400px;
  margin-top: 30px;
}

.product-quantity .add {
  float: none;
  width: 100%;
}

.product-actions .add-to-cart {
  height: auto;
  border-radius: 3px;
  padding: 15px 35px;
}

.product-actions .add-to-cart svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  transform: translateY(3px);
}
.product-actions .add-to-cart svg * {
  fill: var(--col6);
}

.product-actions .avisame {
  width: 41%;
  margin-right: 5px;
  border-radius: 3px;
}

.js-mailalert .alert {
  position: static;
  padding: 0;
  background: transparent;
  box-shadow: none;
  width: auto;
  max-width: none;
  top: auto;
  left: auto;
  transform: none;
  margin: 0;
}

.bgdeg {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    transparent 300px
  );
}

.mainproducto .caracteristicas {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--col5);
}
.mainproducto .caracteristicas > img {
  mix-blend-mode: multiply;
  filter: brightness(1.06);
  opacity: 0.2;
  position: absolute;
  top: -700px;
  right: 0;
  pointer-events: none;
  display: none;
}

.mainproducto .caracteristicas .items li {
  list-style: disc;
  width: 45%;
  margin: 5px 15px;
}

.infoadicional .items svg {
  width: 100px;
  height: 100px;
  background: var(--col6);
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 25px;
  overflow: visible;
}

.infoadicional .items svg * {
  fill: var(--col1);
}

.infoadicional * {
  color: var(--col6);
}
.infoadicional p {
  margin-bottom: 0;
}

.mainproducto .interes .products article:nth-child(9),
.mainproducto .interes .products article:nth-child(10),
.mainproducto .interes .products article:nth-child(11),
.mainproducto .interes .products article:nth-child(12) {
  display: none;
}

/*--------------------------------------------------------------*/
/*------------------------COMÚN PRESTASHOP----------------------*/
/*--------------------------------------------------------------*/
body#cart ul.cart-items > li.cart-item {
  border-bottom: 1px solid var(--col5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body#cart ul.cart-items > li.cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body#cart ul.cart-items > li.cart-item .product-line-info a {
  font-weight: bold;
  font-size: 16px;
}
body#cart ul.cart-items > li.cart-item .current-price span {
  color: var(--col0);
  font-size: 16px;
}
body#cart ul.cart-items > li.cart-item .product-discount .regular-price {
  color: #7a7a7a;
  text-decoration: line-through;
  font-size: 0.875rem;
  margin-right: 0;
}
body#cart .has-discount .discount {
  margin-left: 0;
  padding: 3px 6px;
  font-size: 14px;
  background-color: var(--col1);
}
body#cart ul.cart-items > li.cart-item .product-price {
  margin-top: 10px;
}
body#cart ul.cart-items > li.cart-item .product-line-info > span.label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: var(--col0);
}
body#cart ul.cart-items > li.cart-item .product-line-info > span.value {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding: 0 0 0 3px;
  line-height: 1;
  color: var(--col0);
  margin-left: -4px;
}
body#cart ul.cart-items > li.cart-item .product-price strong {
  color: var(--col0);
  font-size: 16px;
}
body#cart .block-promo {
  margin-bottom: 0;
  border-right: 1px solid var(--col5);
  border-left: 1px solid var(--col5);
  padding-bottom: 30px;
}
body#cart .block-promo > .block-promo {
  border: none;
  padding: 0;
}
body#cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 20px 30px;
  background-color: var(--col5);
}
body#cart .cart-detailed-totals .card-block {
  border: 1px solid var(--col5);
  border-bottom: none;
}
.delivery-options-list .delivery-option .col-xs-3 {
  padding: 0;
}
body#checkout section.checkout-step .delivery-option img {
  width: auto;
  border-radius: 3px;
}
body#checkout #checkout-addresses-step header label.radio-block {
  display: block;
}
body#checkout #checkout-addresses-step .h4 span {
  display: inline-block;
}
body#checkout #checkout-addresses-step .address-footer {
  background-color: var(--col1);
}
body#checkout #checkout-addresses-step .address-footer > a {
  color: var(--col6) !important;
  padding: 10px 5px;
  text-align: center;
}
body#checkout #checkout-addresses-step .address-footer > a i {
  color: inherit;
}
body#checkout #checkout-delivery-step .carrier-price {
  font-weight: bold;
  font-size: 18px;
}
body#checkout #checkout-payment-step .payment-options label span {
  font-weight: bold;
  font-size: 16px;
}
body#checkout .condition-label label a {
  color: var(--col1);
}
body#order-confirmation h1 {
  font-size: 60px;
}
body#order-confirmation h1 i {
  background: var(--col1);
  color: var(--col6);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 33px;
  line-height: 65px;
  vertical-align: top;
}
body#order-confirmation h2 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
body#order-confirmation footer#footer,
body#cart footer#footer {
  display: none;
}
body#cart header#header .header > .f {
  justify-content: center;
}
body#cart header#header .header > .f > .c,
body#cart header#header .header > .f > .r {
  display: none;
}
body#cart header#header .header > .f > .l {
  width: auto;
}
.block-promo i.borrar {
  vertical-align: baseline;
}
p.add-address {
  display: block !important;
}
.form-control-select {
  height: auto !important;
  background-color: var(--col5) !important;
}
[type="checkbox"],
[type="radio"] {
  width: auto;
}
body#checkout section.checkout-step .add-address a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  box-shadow: none;
  letter-spacing: 2px;
  padding: 14px 25px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-trasition: all 0.3s ease-out;
  background-color: transparent;
  color: var(--col0);
  border: 1px solid var(--col0);
  font-weight: bold;
}
body#checkout section.checkout-step .add-address a i {
  color: inherit;
  font-size: inherit;
  vertical-align: sub;
  margin-right: 5px;
}
body#checkout section.checkout-step .add-address a:hover {
  background-color: var(--col0);
  color: var(--col6);
  border-color: var(--col0);
}
body#checkout .js-address-form h2 {
  margin-top: 30px;
}
body#cart .bootstrap-touchspin input {
  height: 44px;
  padding: 10px;
  font-size: 16px;
}
body#cart .bootstrap-touchspin button.btn-touchspin {
  height: 23px;
  margin: 0;
  padding: 0;
  overflow: initial;
}
body#cart .bootstrap-touchspin button.btn-touchspin i {
  font-size: 20px;
  background-color: #ececec;
}
body#checkout .custom-checkbox span {
  flex: 1;
}
.product-discounts {
  margin-bottom: 0;
}
body#product .infoproduct label {
  font-size: 18px;
}
.page-customer-account #content .order-actions a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  box-shadow: none;
  padding: 10px 20px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 100px;
  -webkit-trasition: all 0.3s ease-out;
}
.page-customer-account #content .order-actions a:first-child {
  background-color: var(--col0);
  color: var(--col6) !important;
}
.page-customer-account #content .order-actions a:last-child {
  background-color: var(--col1);
  color: var(--col6) !important;
}
.renew-password .offset-md-2 {
  margin-left: 0;
}
.renew-password .row.form-group {
  padding-bottom: 15px;
}
.renew-password label {
  text-align: left;
  float: none;
  display: block;
}
.renew-password .col-md-4 {
  padding: 0;
  float: none;
}
.renew-password .offset-md-5 {
  margin: 0;
}
.renew-password .offset-md-5 > button {
  margin: 0;
  width: auto;
}
#notifications .alert:before {
  content: "\f00d";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--col6);
  cursor: pointer;
}
body#checkout section.checkout-step {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
body#checkout section.checkout-step .step-title {
  background-color: var(--col0);
  color: var(--col6);
  font-weight: bold;
  padding: 20px 30px;
  font-size: 28px;
  text-transform: none;
}
body#checkout section.checkout-step .step-title i.done {
  vertical-align: sub;
  margin-right: 10px;
  padding: 0;
}
body#checkout section.checkout-step .step-title .step-edit {
  color: var(--col6) !important;
}
body#checkout section.checkout-step.-current .step-title {
  margin-top: 0;
  padding: 20px 30px !important;
}
body#checkout section.checkout-step:first-child .step-title {
  margin-top: 0px !important;
  background-color: var(--col0);
  color: var(--col6);
}
body#checkout section.checkout-step .step-title span {
  padding: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
body#checkout section.checkout-step.-current .content {
  margin-bottom: 30px;
  padding: 30px;
  border-top: none;
  background-color: var(--col6);
}
#checkout-personal-information-step ul {
  margin: 0 !important;
}
.nav-link {
  font-weight: normal !important;
  padding: 15px 20px 15px 50px;
  border: 1px solid var(--col0);
  position: relative;
  color: var(--col0);
  display: inline-block !important;
  background-color: var(--col6);
}
.nav-link:hover {
  color: var(--col0) !important;
}
.nav-link.active {
  border-color: var(--col0);
  color: var(--col0) !important;
}
.nav-link:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: ;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  border-radius: 100%;
  border: 1px solid var(--col1);
}
.nav-link.active:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--col1);
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -6px;
  border-radius: 100%;
  z-index: 1;
}
#customer-form {
  margin: 0 !important;
}
#customer-form > * > .form-group,
#login-form > * > .form-group,
.js-address-form .form-group {
  width: 50%;
  padding: 15px;
  margin: 0;
}
#customer-form > * > p {
  display: none;
}
#customer-form > *,
#login-form > *,
.js-address-form section,
.js-address-form > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.form-group.password .input-group-btn {
  display: none;
}
.form-group.newsletter {
  width: 100% !important;
  padding-bottom: 0 !important;
}
.form-group.psgdpr {
  width: 100% !important;
  padding-top: 0 !important;
}
.form-group.psgdpr > label {
  display: none;
}
.form-group.psgdpr a {
  color: var(--col1);
}
.form-group.newsletter > label,
.form-group.newsletter em {
  display: none;
}
#checkout-personal-information-step ul.nav {
  padding: 15px;
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
  margin: 0 !important;
}
#login-form .forgot-password {
  width: 100% !important;
  margin: 0 !important;
  padding: 15px;
  text-align: center;
}
.page-customer-account #content,
.page-order-detail #content {
  box-shadow: none;
  background-color: transparent;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
  border: none;
}
body#history.page-customer-account #content {
  box-shadow: none;
  background-color: transparent;
  max-width: 1260px;
  margin: 0 auto;
  padding: 100px 30px;
  border: none;
}
.page-customer-account #content .center-email-fields > * {
  float: none;
  width: 100%;
  margin: 5px 0;
  height: auto;
}
.forgotten-password .form-fields .center-email-fields {
  display: block;
}
.small,
small {
  font-family: inherit !important;
}
body#checkout .js-address-form > form > p {
  display: none;
}
.form-control-label {
  padding: 0;
  font-size: 16px;
}
body#checkout .js-address-form .form-group.row {
  width: 100% !important;
}
body#checkout .js-address-form .form-group.row .col-md-9 {
  float: none;
  width: 100%;
  padding: 0;
}
body#checkout .js-address-form .form-group.row .col-md-9 > * {
  display: inline-block;
}
body#checkout section.checkout-step .delivery-option {
  border: 1px solid var(--col1) !important;
  background-color: var(--col6) !important;
  padding: 20px 10px;
  margin: 0 0 5px 0 !important;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
  font-weight: normal;
  color: var(--col0);
}
.delivery-options {
  margin-bottom: 15px;
}
body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 10px;
}
.payment-options .js-additional-information {
  display: none !important;
}
body#checkout section.checkout-step .address-item {
  background-color: transparent;
  border: 1px solid var(--col1);
}
body#checkout section.checkout-step .address-item.selected {
  border: 1px solid var(--col0);
}
body#checkout section.checkout-step .address-alias {
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 5px;
}
body#checkout section.checkout-step .address {
  margin-left: 28px;
  text-transform: none;
  font-size: 16px;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  color: var(--col6) !important;
}
body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  vertical-align: sub;
  margin-right: 5px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px;
}
body#checkout .condition-label {
  margin-top: 5px;
}
.cancel-address {
  display: none !important;
}
#js-checkout-summary .blqtop {
  padding: 20px 15px;
}
#js-checkout-summary .blqall {
  background-color: var(--col6);
}
.blqtop {
  text-align: center;
  background-color: var(--col0);
  color: var(--col6);
  padding: 26px 15px;
  font-size: 28px;
  font-weight: bold;
}

.blqall .blqtop {
  display: none;
}
.blqall * {
  font-size: 16px;
}

.nproducts a {
  text-decoration: underline;
  color: var(--col1) !important;
  font-size: 16px;
}
.card-block {
  padding: 30px;
}
.cart-summary-products {
  margin-bottom: 5px;
}
#cart-summary-product-list {
  margin-top: 15px;
}
#cart-summary-product-list .c6 {
  padding-left: 10px;
}
body#checkout #cart-summary-product-list img {
  border: none;
  width: 100%;
}
#cart-summary-product-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--col5);
}
#cart-summary-product-list .product-quantity,
#cart-summary-product-list .product-line-info,
#cart-summary-product-list .product-line-info * {
  color: #7a7a7a;
  font-size: 15px;
}
#cart-summary-product-list .product-name {
  font-size: 15px;
  line-height: 1;
}
#cart-summary-product-list .product-price {
  color: var(--col0);
}
body#checkout .block-promo {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.block-promo .promo-code {
  background-color: transparent;
  padding: 0 30px;
}
.block-promo .promo-code .a {
  flex: 1;
}
.block-promo .promo-input {
  width: 100%;
  height: auto;
  line-height: 1;
  border: none;
  background-color: var(--col5);
  padding: 11px 5px;
}
.block-promo button {
  padding: 0 10px;
  height: 38px;
}
.block-promo .promo-code .alert-danger {
  position: static;
  left: 0;
  transform: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #ff4c4c !important;
  margin-top: 5px;
}
.block-promo .promo-code .alert-danger span {
  color: inherit;
  margin-left: 0 !important;
  font-size: 15px;
}
.block-promo .promo-code .alert-danger i {
  display: none;
}
#cart-subtotal-discount span.value:before {
  content: "-";
}
.promo-name.card-block {
  padding-top: 0;
  padding-bottom: 5px;
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: var(--col0);
  font-weight: normal;
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  vertical-align: top;
}
body#checkout .card-block.cart-summary-totals {
  background-color: var(--col1);
  padding: 20px 30px;
}
body#checkout .card-block.cart-summary-totals * {
  font-weight: bold;
  color: var(--col6);
}
body#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 0;
  background-color: transparent;
}
.cart-grid-body .cart-overview {
  padding: 0;
}
.cart-payment-step-refreshed-info {
  display: none;
}
body#checkout #footer {
  background-color: var(--col0);
  padding: 0;
  box-shadow: none;
}
body#checkout #footer * {
  color: var(--col6);
  opacity: 0.9;
}
body#checkout #footer li {
  display: inline-block;
  margin-left: 15px;
}
body#checkout #wrapper {
  background-color: var(--col5);
}
body#checkout input[type="text"],
body#checkout input[type="email"],
body#checkout input[type="password"],
body#checkout input[type="tel"] {
  font-size: 14px;
}
.form-control-comment {
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
}
#js-checkout-summary .card-block {
}
.card-block.cart-summary-totals {
  padding: 0;
}
body#checkout .-unreachable {
  display: none;
}
body#checkout #footer ul {
  margin-bottom: 0;
}
body#checkout #footer * {
  font-size: 14px;
}
body#checkout #footer a:hover {
  opacity: 1 !important;
  color: var(--col6) !important;
}
body#checkout section.checkout-step.-complete .step-title {
  padding: 0;
  overflow: hidden;
  font-weight: bold;
}
body#checkout section.checkout-step.-complete:first-of-type .step-title {
  padding-top: 0;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  height: 60px;
  width: 60px;
  background: var(--col1);
  text-align: center;
  line-height: 60px;
  color: var(--col6);
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  background-color: var(--col1);
  padding: 11px 30px;
  height: 60px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
}
body#checkout section.checkout-step.-reachable.-complete:hover h1 .step-edit {
  background-color: var(--col1);
}
body#checkout section.checkout-step .step-title .step-edit i {
  color: var(--col6);
  font-size: 16px;
  margin-right: 5px;
  vertical-align: sub;
}
body#checkout section.checkout-step .title-step {
  display: inline-block;
  text-transform: none;
  font-weight: bold;
  transform: translateY(4px);
}
body#checkout section.checkout-step.-complete .title-step {
  vertical-align: text-bottom;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
  color: var(--col0);
  background-color: var(--col6);
  margin: 0;
}
.product-line-grid .stock {
  font-style: italic;
  font-size: 16px;
  color: var(--col1);
}
#promo-code form {
  background-color: var(--col5);
  border-radius: 100px;
}
#promo-code form button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0 15px;
}
body#my-account section#content,
body#addresses section#content {
  padding: 0 30px 0px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
body#my-account footer.page-footer > .text-sm-center {
  padding: 30px;
}
body#my-account footer.page-footer > .text-sm-center > a,
body#password footer.page-footer ul li a {
  border: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 20px;
  border: 3px solid;
  padding: 15px 25px 10px 25px;
  transition: all 0.3s ease-out;
  -webkit-trasition: all 0.3s ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-color: var(--col6);
  background-color: var(--col6);
  color: var(--col1);
}

body#password footer.page-footer ul {
  text-align: center;
}
body#my-account footer.page-footer > .text-sm-center > a:hover,
body#my-account footer.page-footer > .text-sm-center > a:focus,
body#my-account footer.page-footer > .text-sm-center > a:active,
body#password footer.page-footer ul li a:hover {
  color: var(--col6);
  background-color: var(--col1);
}
body.page-customer-account #notifications .alert {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  box-shadow: none;
  margin: 0;
}
body#checkout .payment-options img {
  display: none;
}
.page-my-account #content .links a span.link-item {
  font-weight: bold;
  box-shadow: none;
  padding: 30px;
  background-color: var(--col5);
  border-radius: 20px;
}
body#cart .bootstrap-touchspin {
  box-shadow: none;
}
body#cart .bootstrap-touchspin input.form-control,
body#cart .bootstrap-touchspin input.input-group {
  background-color: #ececec;
  border: none;
  font-weight: bold;
}
body#cart .bootstrap-touchspin .btn-touchspin {
  background-color: #ececec;
  border: none;
}
body#cart .cart-summary .checkout.cart-detailed-actions.card-block {
  padding: 0;
}
body#cart .cart-summary .btn {
  display: block;
  text-align: center;
}
body#checkout .firstname .form-control-comment,
body#checkout .lastname .form-control-comment {
  display: none;
}
header .h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--col0);
  font-family: "Goudy Oldstyle Std", sans-serif !important;
  text-align: left;
  width: auto;
}
.custom-radio {
  border-color: var(--col1);
}
.custom-radio input[type="radio"]:checked + span {
  background-color: var(--col1);
}
body#checkout .form-group.alias {
  display: none;
}
body#search .products > .producto {
  width: 25%;
}
body#search .products {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 15px 100px 15px;
}
body#search .filtrar {
  display: none !important;
}
.formsearch input {
  border: none !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.formsearch button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.formsearch {
  border: 1px solid var(--col0);
  padding: 15px 25px;
}

body#contact #content,
body#cms #content {
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 0;
}

body#contact .card {
  background-color: transparent;
}

body#stores #mapa {
  height: 70vh;
  z-index: 1;
}

body#stores .tiendas {
  display: none;
}

.leaflet-popup-content .dato {
  font-size: 15px;
}

.leaflet-popup-content .dato a {
  color: var(--col1);
}
.leaflet-popup-content .dato a:hover {
  text-decoration: underline;
}

.hidden-md-up.text-xs-right.up {
  display: none;
}

#search_filters_wrapper {
  padding: 0 30px;
}
body#search .sort-by-row {
  display: none;
}
body#search #js-product-list-top > div {
  justify-content: center;
}

body#my-account #discounts-link {
  display: none;
}
#checkout-delivery-step .order-options #delivery {
  display: none;
}

#blockcart-modal .modal-header {
  background-color: #8bc34a;
}

#blockcart-modal .modal-header h4 {
  color: var(--col6);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
#blockcart-modal .modal-header h4 i {
  display: none;
}

#blockcart-modal .modal-header .close {
  position: absolute;
  top: 5px;
  right: 11px;
  width: auto;
}

#blockcart-modal .modal-header .close span {
  text-shadow: none;
  color: var(--col6);
}

#blockcart-modal .modal-dialog {
  max-width: 800px;
}
#blockcart-modal .modal-body {
  padding: 0;
}
#blockcart-modal .modal-body .c5 {
  cursor: pointer;
}
#blockcart-modal .modal-body svg {
  height: 100px;
}
#blockcart-modal .modal-body a {
  display: block;
}
#blockcart-modal .modal-body .c5:hover > * {
  background-color: var(--col1);
}
#blockcart-modal .modal-body .c5:hover * {
  color: var(--col6);
  fill: var(--col6);
}
#blockcart-modal .modal-body .tit {
  margin-top: 10px;
  font-weight: bold;
}

.bannershome .txt {
  max-width: 430px;
  display: inline-block;
}
.bannershome .txt h3 {
  font-size: 30px;
  font-weight: normal;
}
.bannershome .txt h3 span {
  text-decoration: none !important;
  font-weight: bold;
  color: var(--col1);
}

.cambiotallas .intro svg {
  max-width: 130px;
}
.cambiotallas .intro p {
  color: var(--col0);
  margin: 0;
}
.cambiotallas .tiempo svg {
  width: 10%;
  margin: 0 10px;
}

.cambiotallas .tiempo .edad {
  font-weight: bold;
  color: var(--col1);
  font-size: 40px;
}
.cambiotallas .tiempo .edad i {
  color: var(--col1);
  display: block;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: -10px 0;
}
.cambiotallas .tiempo .edad span {
  line-height: 1;
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.cambiotallas .tiempo .talla span {
  line-height: 1;
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.cambiotallas .tiempo .talla .n {
  background-color: var(--col1);
  color: var(--col6);
  font-size: 40px;
  font-weight: bold;
  height: 90px;
  width: 90px;
  padding: 9px 0;
  border-radius: 50%;
  margin-top: 10px;
}

.cambiotallas .tiempo .talla .n span {
  color: var(--col6);
  margin-top: -5px;
}

footer .slogan .it {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  padding: 15px 35px;
  border: 3px solid var(--col0);
  border-radius: 24px 0 24px 0;
  box-shadow: 10px 10px 0px var(--col1);
}

footer .slogan .it span {
  color: var(--col1);
  font-weight: inherit;
  font-size: inherit;
}

body.cms-id-15 .pageheader,
body.cms-id-15 .padre,
body.cms-id-17 .pageheader,
body.cms-id-17 .padre,
body.cms-id-16 .pageheader,
body.cms-id-16 .padre {
  display: none;
}

body.cms-id-14 .pageheader,
body.cms-id-18 .pageheader {
  display: none;
}

.br30 {
  border-radius: 30px;
}

.partes .zapato {
  margin-top: -200px;
}
.partes .txt {
  max-width: 500px;
}
.partes svg line {
  fill: none;
  stroke: var(--col0);
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.partes .pimag {
  display: inline-block;
}
.partes svg {
  position: absolute;
  top: 0;
  left: 0;
}
.partes svg circle {
  fill: var(--col1);
  animation-name: circle;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.partes .partestexto ul li {
  position: absolute;
  color: var(--col1);
  padding: 0 5px;
  max-width: 240px;
  line-height: 1.2;
}
.partes .partestexto.biogateo ul li:nth-child(1) {
  top: 388px;
  left: 0;
  text-align: right;
  transform: translateX(-100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(2) {
  top: 462px;
  left: 0;
  text-align: right;
  transform: translateX(-100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(3) {
  top: 656px;
  left: 0;
  text-align: right;
  transform: translateX(-100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(4) {
  top: 0px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(5) {
  top: 52px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(6) {
  top: 98px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(7) {
  top: 173px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(8) {
  top: 246px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(9) {
  top: 428px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.biogateo ul li:nth-child(10) {
  top: 548px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}

.partes .partestexto.bioevolution ul li:nth-child(1) {
  top: 450px;
  left: 0;
  text-align: right;
  transform: translateX(-100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(2) {
  top: 506px;
  left: 0;
  text-align: right;
  transform: translateX(-100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(3) {
  top: 608px;
  left: 0;
  text-align: right;
  transform: translateX(-100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(4) {
  top: 37px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(5) {
  top: 124px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(6) {
  top: 213px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(7) {
  top: 385px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(8) {
  top: 495px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}
.partes .partestexto.bioevolution ul li:nth-child(9) {
  top: 543px;
  right: 0;
  text-align: left;
  transform: translateX(100%) translateY(-50%);
}

@keyframes circle {
  0% {
    stroke: rgba(255, 85, 0, 1);
    stroke-width: 0px;
  }
  100% {
    stroke: rgba(255, 85, 0, 0);
    stroke-width: 15px;
  }
}
.partes svg text {
  font-size: 12px;
  fill: var(--col6);
  stroke: var(--col6);
  transform: translateY(4px);
}
.partes .patente {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 100px;
  height: 100px;
}

.rango {
  max-width: 250px;
}

ul.dsg {
  margin-left: 13px;
}
ul.dsg li {
  text-indent: -13px;
}
ul.dsg li:before {
  content: "•";
  color: var(--col1);
  margin-right: 5px;
}

.edadandar .bocadillo {
  background-color: var(--col6);
  position: relative;
  padding: 5px 20px;
}

.edadandar .bocadillo .br {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  font-weight: bold;
  color: var(--col1);
  font-size: 24px;
}

.edadandar .bocadillo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  border-right: 15px solid var(--col6);
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.edadandar .bocadillo > p {
  font-size: 14px;
  margin-bottom: 5px;
}
.edadandar span.big {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.clientesexpertos i {
  font-size: 30px;
}

.cuadtit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--col1);
  color: var(--col6);
  padding: 5px 10px;
  width: 90%;
  text-align: center;
}

.PM_ASBlockOutputVertical .card-header {
  display: none;
  border: none;
  padding: 15px 20px;
  background-color: var(--col5);
}
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle::after,
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle::after {
  right: 6px;
  top: 11px;
}
.PM_ASBlockOutputVertical .card-block {
  padding: 0;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
  font-size: 16px;
  color: var(--col0);
  margin-bottom: 10px;
  border: none;
  padding: 0;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroupPrice .PM_ASCriterionStepEnable {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.PM_ASBlockOutputVertical
  .PM_ASCriterionsGroupPrice
  .PM_ASCriterionStepEnable
  > * {
  width: 100%;
}
.PM_ASBlockOutputVertical
  .PM_ASCriterionsGroupPrice
  .PM_ASCriterionStepEnable
  .PM_ASCritRangeValue {
  margin: 0 0 15px 0;
  text-align: left;
  order: -1;
}

.PM_ASBlockOutputVertical .PM_ASCritRange {
  max-width: none;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
  margin-bottom: 20px;
}

.PM_ASearchTitle,
.PM_ASBlockOutputHorizontal a,
.PM_ASBlockOutputVertical a {
  font-size: 15px;
  font-weight: normal !important;
  color: var(--col0) !important;
}

.PM_ASBlockOutputVertical .checkbox label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.PM_ASBlockOutputVertical .checkbox input {
  display: none;
}
.PM_ASBlockOutputVertical .checkbox label:before {
  content: "\f00c";
  font-family: "FontAwesome" !important;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  color: var(--col6);
  width: 18px;
  height: 18px;
  border: 1px solid var(--col0);
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
}
.PM_ASBlockOutputVertical .checkbox input:checked + label:before {
  border-color: var(--col1);
  background-color: var(--col1);
}
.PM_ASBlockOutputVertical select {
  border: none;
  background-color: var(--col5) !important;
  height: auto !important;
  padding: 13px 15px;
  font-weight: normal;
}
.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
  margin-right: 10px !important;
  border-radius: 50%;
  border: none;
  width: 18px;
  height: 18px;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.PM_ASCriterionGroupLink
  .PM_ASCriterionLinkSelected
  span.PM_ASCriterionColorSquare {
  box-shadow: 0 0 0 2px var(--col6) inset, 0 0 0 2px var(--col0);
}
.PM_ASSelections {
  border: none;
  padding: 0 15px;
}
.PM_ASBlockOutputVertical .PM_ASResetSearch {
  border: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  padding: 15px 35px;
  transition: all 0.3s ease-out;
  -webkit-trasition: all 0.3s ease-out;
  background-color: var(--col0);
  color: var(--col6) !important;
  display: block;
}
.active_filters {
  background-color: transparent;
  margin-bottom: 0;
}

.active_filters .active-filter-title {
  font-size: 16px;
  margin-bottom: 0;
}

.active_filters ul {
  margin-bottom: 0;
}
.active_filters .filter-block {
  background-color: var(--col5);
  box-shadow: none;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
}

.active_filters .filter-block:before {
  background: var(--col1);
  color: var(--col6);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -9px;
  font-size: 10px;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0;
}

.ui-slider .ui-slider-range {
  background: var(--col1) !important;
  border-radius: 0;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 5px;
  background: var(--col5);
  height: 4px;
}
.ui-slider .ui-slider-handle {
  border: none;
  background: rgba(255, 85, 0, 0.2);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -11px;
  margin-left: -6px;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--col1);
}

section.idi .portada .fa-play {
  background-color: var(--col6);
  color: var(--col1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid var(--col6);
  font-size: 22px;
}

section.idi .portada .fa-play:hover {
  background-color: var(--col0);
  border-color: var(--col0);
}

section.idi .portada svg {
  width: 300px;
}
section.idi .portada svg text {
  font-size: 50px;
}

section.idi .etapas .pimag {
  overflow: hidden;
  background-color: var(--col6);
  z-index: 1;
}
section.idi .etapas .pimag img {
  position: relative;
  z-index: 1;
  transform: translateX(20px);
}
section.idi .etapas .pimag .princ {
  display: inline-block;
  position: relative;
}
section.idi .etapas .pimag:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 23%;
  left: 0;
  max-width: 500px;
  border-top: 3px solid #abdddd;
  border-left: 3px solid #abdddd;
  border-radius: 30px;
  width: 100%;
}
section.idi .etapas .pimag .princ:before {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 27px;
  left: 6%;
  border-bottom: 3px solid var(--col1);
  border-left: 3px solid var(--col1);
  border-radius: 0 0 0 30px;
  width: 80%;
}

section.idi .etapas .pimag:before {
  content: "";
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 3px solid var(--col1);
  border-right: 3px solid var(--col1);
  border-radius: 0 30px 0 0;
  width: 50%;
}

.etapas .blqazul {
  background-color: #abdddd;
  position: relative;
}
.etapas .blqazul:before {
  content: "";
  position: absolute;
  top: -200px;
  left: 15px;
  width: 3px;
  height: 300px;
  background-color: #abdddd;
}

.etapas .bcol1:before {
  content: "";
  position: absolute;
  top: -200px;
  right: 15px;
  width: 3px;
  height: 300px;
  background-color: var(--col1);
}

.unpasitopordelante .portada h1 span {
  display: block;
  text-align: center;
  color: var(--col1);
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
  -webkit-text-stroke: 2px var(--col1);
}

.unpasitopordelante .portada h1 span:nth-child(1) {
  transform: translateX(-30px) translateY(10px);
}
.unpasitopordelante .portada h1 span:nth-child(2) {
  transform: translateX(0px) translateY(0px);
}
.unpasitopordelante .portada h1 span:nth-child(3) {
  transform: translateX(-8px) translateY(-10px);
}
.unpasitopordelante .portada h1 span:nth-child(4) {
  transform: translateX(6px) translateY(-11px);
}

.unpasitopordelante .video {
  background-image: linear-gradient(to bottom, var(--col5) 75%, transparent 0%);
}
.unpasitopordelante .video a {
  display: block;
  height: 500px;
  position: relative;
}

.unpasitopordelante .video a .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--col6);
  color: var(--col1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid var(--col6);
  font-size: 22px;
}

.unpasitopordelante .video a:hover .fa-play {
  background-color: var(--col0);
  border-color: var(--col0);
}

.texto.col1 * {
  color: var(--col1);
}

.unpasitopordelante .personas a.item {
  display: block;
}
.unpasitopordelante .personas a.item .imag {
  height: 18vw;
}

.unpasitopordelante .personas a.item .nom {
  text-transform: uppercase;
  margin-top: 20px;
}
.unpasitopordelante .personas a.item .cargo {
  font-size: 15px;
  font-style: italic;
  min-height: 36px;
}
.unpasitopordelante .personas a.item .linea {
  height: 1px;
  background-color: var(--col1);
  width: 60px;
  margin: 10px auto;
}
.unpasitopordelante .personas a.item .info {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  font-size: 15px;
  padding: 0 25px;
  min-height: 36px;
}

.unpasitopordelante .personas .fa-play {
  background-color: var(--col6);
  color: var(--col1);
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid var(--col6);
  font-size: 22px;
  margin: 15px 0;
}

.unpasitopordelante .personas .fa-play:hover {
  background-color: var(--col0);
  border-color: var(--col0);
}

.sw-pag .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 1px var(--col1) inset;
}
.sw-pag.w .swiper-pagination-bullet {
  box-shadow: 0 0 0 1px var(--col6) inset;
}

.sw-pag .swiper-pagination-bullet-active {
  background-color: var(--col1);
  box-shadow: none;
}
.sw-pag.w .swiper-pagination-bullet-active {
  background-color: var(--col6);
}

body#pagenotfound .pageheader,
body#pagenotfound footer {
  display: none;
}
body#pagenotfound h1 {
  font-size: 150px;
}

.estudiocientifico .patron .c5:first-child {
  border-right: 8px dotted var(--col1);
}

.estudiocientifico table {
  width: 100%;
}
.estudiocientifico table th,
.estudiocientifico table td {
  padding: 10px;
  vertical-align: bottom;
  border-right: 3px solid;
  width: 20%;
  min-width: 170px;
}
.estudiocientifico table th {
  vertical-align: top;
}
.estudiocientifico table svg {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}

.estudiocientifico i.fa-thumbs-down {
  color: var(--col0) !important;
}

.bannerprincipal .h1 {
  font-weight: bold;
}
.mediatexto iframe {
  width: 100%;
}

.estudiocientifico .anclas ul {
  text-align: center;
  margin: 0;
}
.estudiocientifico .anclas ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid var(--col0);
  margin-right: 10px;
  padding-right: 15px;
}

.estudiocientifico .anclas ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
section.bloques .textocabecera .texto h2 {
  font-size: 36px;
  text-align: center;
}
section .bloque_newsletter {
  display: none;
}
.insidenewsletter {
  background-color: var(--col1);
  padding: 10px;
}
.block_newsletter form button[type="submit"] {
  position: unset;
  right: unset;
  bottom: unset;
  background-color: var(--col1);
  color: var(--col6);
  border: 1px solid white;
  max-width: 200px;
}
.interiorbloque_newsletter {
  /* border: 3px solid white; */
}
.interiorbloque_newsletter h3 {
  color: var(--col6);
  text-align: center;
  font-size: 40px;
}
.interiorbloque_newsletter p {
  color: var(--col6);
  text-align: center;
}
.interiorbloque_newsletter span {
  color: var(--col6);
}
.interiorbloque_newsletter label.checkbox span a {
  color: var(--col6);
}
.formularionewsletter {
  max-width: 700px;
  margin: 0 auto;
}
body.cms-id-24 .pageheader {
  display: none;
}
h2 span,
p span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.huellas {
  width: 300px;
}
.huellas path {
  fill: var(--col1);
}
.huellas g {
  opacity: 0;
  animation: 5s linear infinite huellas;
}
.huellas g:nth-child(1) {
  animation-delay: 1s;
}
.huellas g:nth-child(2) {
  animation-delay: 1.5s;
}
.huellas g:nth-child(3) {
  animation-delay: 2s;
}
.huellas g:nth-child(4) {
  animation-delay: 2.5s;
}
.huellas g:nth-child(5) {
  animation-delay: 3s;
}
.huellas g:nth-child(6) {
  animation-delay: 3.5s;
}
.huellas g:nth-child(7) {
  animation-delay: 4s;
}
.huellas g:nth-child(8) {
  animation-delay: 4.5s;
}

@keyframes huellas {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.pasosbarra {
  height: 30px;
  border-radius: 10px;
  border: 3px solid var(--col6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: var(--col5);
}

.pasosbarra .progreso {
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: 0%;
  max-width: 100%;
  background-color: var(--col1);
  background-image: linear-gradient(
    -45deg,
    var(--col1) 25%,
    var(--col0) 25%,
    var(--col0) 50%,
    var(--col1) 50%,
    var(--col1) 75%,
    var(--col0) 75%,
    var(--col0)
  );
  background-size: 55px 55px;
  animation: pasosbarra 1s linear infinite;
  will-change: background-position;
}

.pasosbarra .progreso.per10 {
  border-radius: 10px;
}

@keyframes pasosbarra {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 55px;
  }
}

body.cms-id-30 .pageheader {
  display: none;
}
body.cms-id-30 .bloque_newsletter {
  display: none;
}
body.cms-id-30 footer {
  padding-top: 100px;
}
body.cms-id-32 .pageheader {
  display: none;
}
body.cms-id-32 .bloque_newsletter {
  display: none;
}
body.cms-id-32 footer {
  padding-top: 100px;
}

.primerizasveces .portada {
  height: calc(100vh - 300px);
  position: relative;
  overflow: hidden;
}

.primerizasveces .portada video,
.primerizasveces .portada canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.primerizasveces h1 {
  font-weight: 600;
  font-size: 80px;
  margin-bottom: 60px;
  line-height: 60px;
  color: var(--col1);
}
.primerizasveces h2 {
  font-size: 42px;
}
.primerizasveces h3 {
  font-size: 38px;
}

.primerizasveces .cuaderno .bloque {
  background-color: var(--col1);
  border-radius: 30px 0 0 30px;
}
.primerizasveces .cuaderno h3 {
  margin-bottom: 30px;
}
.primerizasveces .cuaderno h3 span {
  display: block;
  color: var(--col0);
  font-weight: inherit;
}
.primerizasveces .cuaderno p {
  margin-bottom: 30px;
}
.primerizasveces .cuaderno input {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  border-radius: 15px;
}
.primerizasveces .cuaderno span {
  color: var(--col6);
}
.primerizasveces .cuaderno span a {
  color: var(--col0);
}
.primerizasveces .cuaderno span a:active,
.primerizasveces .cuaderno span a:focus {
  color: var(--col0) !important;
}
.primerizasveces .cuaderno .btn {
  max-width: 400px;
}

.primerizasveces .historias {
  background-color: var(--col5);
}
.primerizasveces .historias h3 {
  margin-bottom: 30px;
}
.primerizasveces .historias p {
  color: var(--col1);
}
.primerizasveces .historias .swiper-slide .historia {
  height: 500px;
  border: 7px solid var(--col6);
  position: relative;
  display: block;
}
.primerizasveces .historias .swiper-slide .historia .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.primerizasveces .historias .swiper-slide .historia .nombre {
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--col6);
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 0 40px var(--col0);
}
.primerizasveces .historias .swiper-slide .historia .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.primerizasveces .historias .swiper-slide .historia .play i {
  color: var(--col6);
  font-size: 28px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
  border: 5px solid var(--col6);
  border-radius: 60px;
  padding-left: 4px;
}
.primerizasveces .historias .flechas {
  text-align: center;
  margin-top: 50px;
}
.primerizasveces .historias .flechas > div {
  display: inline-block;
  padding: 0 15px;
}
.primerizasveces .historias .flechas i {
  font-size: 33px;
  border-radius: 50px;
  background-color: var(--col1);
  color: var(--col6);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
}
.primerizasveces .historias .flechas .sw-p i {
  padding-right: 2px;
}
.primerizasveces .historias .flechas .sw-n i {
  padding-left: 2px;
}

.primerizasveces .llamada {
  background-color: var(--col0);
}
.primerizasveces .llamada .textollamada {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}
.primerizasveces .llamada .textollamada a {
  color: var(--col1);
  font-weight: inherit;
}

.primerizasveces .modelos {
  background-color: var(--col5);
}
.primerizasveces .modelos img {
  max-width: 500px;
}
.primerizasveces .modelos h3 {
  color: var(--col1);
}
.primerizasveces .modelos h4 {
  font-size: 25px;
}
.primerizasveces .modelos h5 {
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--col1);
}

/* ELEMENTOR */
.elementor-editor-active #wrapper {
  overflow: visible;
}
.elementor-button span {
  font-weight: inherit;
  color: inherit;
}
/* ELEMENTOR */
