body {
    color: #000;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 700;
}
header .header-horizontal .vertical-menu {
    display: block !important;
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    right: 1em;
}
header .logo img {
    max-width: 240px;
    width: 100%;
}
header .header-horizontal .vertical-menu .navigation {
    display: none !important;
}
header .header-horizontal .vertical-menu:hover .navigation {
    display: block !important;
}
.uvalle-content-category .uvalle-home-category {
    cursor: pointer;
    transition: 1s all ease;
    position: relative;
}
.uvalle-content-category .uvalle-home-category::before {
    content: '';
    display: block;
    border: 1px solid #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    transform-origin: center;
    transform: scale(0);
    transition: .3s all ease;
}
.uvalle-content-category:hover .uvalle-home-category::before {
    transform: scale(1);
}
.uvalle-category-info {
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.uvalle-content-category:hover .uvalle-category-info {
    transform: translateY(-25px);
}
.uvalle-content-category:hover .uvalle-category-info h3 {
    text-shadow: 1px 1px 5px rgb(0 0 0);
}
.uvalle-category-info h2 {
    padding: 0;
    margin: 15px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1 !important;
    text-align: left;
}
.uvalle-category-info p {
    margin: 0 15px;
    position: absolute;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    font-size: 15px;
}
.uvalle-content-category:hover .uvalle-category-info p {
    opacity: 1;
    visibility: visible;
    text-shadow: 1px 1px 5px rgb(0 0 0);
}
.uvalle-content-category .uvalle-home-category::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform-origin: center;
    background: #000000;
    opacity: .3;
    transition: 1s all ease;
}
.uvalle-content-category:hover .uvalle-home-category::after {
    opacity: 0;
}
.customer-account-index .column .block-title strong {
    color: black !important;
}
.action.button, .action.continue, .action.update, .action.clear {
    color: #ff1e04;
}
.box-tocart .actions .tocart, .box-tocart .instant-purchase {
    color: #fff;
}
.content p strong {
    font-weight: 800;
}
@media (min-width: 1600px) {
    .max-100.layout05.cms-index-index .vertical-menu .navigation {
        height: auto;
    }
}
@media (min-width: 1200px){
    .layout05.cms-index-index .vertical-menu .navigation {
        height: auto;
    }
}
header .header-horizontal .vertical-menu:before {
    background-color: transparent !important;
}
header .header-horizontal .vertical-menu span.d-none.d-md-block {
    display: none !important;
}
header .col-logo {
    display: flex;
    position: relative;
    align-items: center;
}
.sticky-menu.active .menu-logo {
    display: block;
}
.sticky-menu.active .logo img {
    filter: brightness(0);
}
.sticky-menu.active .header-maininner-row {
    padding: 10px 0 !important;
}
.question-action .link svg {
    fill: #000;
    width: 16px;
    margin-top: 9px;
    transition: fill .4s ease;
}
.question-action .link:hover svg {
    transition: fill .4s ease;
    fill: #fff;
}
.overflow-y {
    overflow: hidden;
}
#ean-toogle-bg {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100vw;
    height: 100vh;
    background-color: #676b67;
    transition: opacity 0.15s linear;
    display: none;
    cursor: pointer;
}
#ean-toogle-bg.show {
    transition: opacity 0.15s linear;
    opacity: 0.7;
    display: block;
}
#ean-side-modal {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 350px;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 99999999;
    box-shadow: -3px 0 5px rgb(0 0 0 / 30%);
    justify-content: center;
    align-items: center;
    transition: .3s all ease;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
}
#ean-side-modal.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
#close {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    color: #04979f;
    font-size: 2em;
}
.EAN-side-container {
    padding: 0 15px;
}

.EAN-side-container img {
    filter: brightness(0);
    display: block;
    max-width: 130px;
    margin: 0 auto 26px;
}

.EAN-side-container h3 {
    font-size: 1em;
    text-align: center;
    margin: 1em 0;
    position:relative;
    color: #666;
}
.EAN-side-container h3::before{
    content:'';
    display:block;
    width:100%;
    height:1px;
    background:#d3d3d3;
    position:absolute;
    bottom:-5px;;
}
.EAN-side-container h3::after{
    content:'';
    display:block;
    width:100%;
    height:1px;
    background:#d3d3d3;
    position:absolute;
    top:-5px;
}
.EAN-side-container ul {
    text-align: center;
    margin: 0;
    font-size: .9em;
    padding: 0;
    list-style-type: none;
}
.EAN-side-container ul li {
    padding: .4em 0
}
.EAN-side-container ul li a {
    color: #29abe4;
    font-size: .89em;
}
.EAN-side-container ul li a:hover {
    color: #04979f !important;
}
.EAN-side-container a:hover {
    color: #04979f !important;
}
.EAN-side-container p {
    font-size: .8em;
    color: #666;
    margin: 0;
}
.EAN-side-container p.small.hptx-copy {
    text-align: left;
}
.EAN-side-container .wrapper-tel {
    font-size: .9em;
    margin: 9px 0;
}
#banner-slider-carousel {
    margin: 0;
}
#banner-slider-carousel .mp-banner-slider .owl-dots {
    top: auto !important;
    bottom: 5px !important;
}
#banner-slider-carousel .img-mobile {
    display: none;
}
#banner-slider-carousel .owl-carousel .owl-nav button {
    opacity: 1;
    visibility: visible;
    margin: 0 0.5em;
    top: 40%;
    opacity: .5;
}
#banner-slider-carousel .owl-carousel .owl-nav button span {
    position: absolute;
    top: 0;
    font-size: 60px;
    color: #fff;
    line-height: 0;
}
#banner-slider-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
.block-product-layout-wrap {
    padding: 1em 1em 2em;
}
.block-product-layout-wrap .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #04979f;
    text-decoration: none;
}

.block-product-layout-wrap.block-main-product .top-title {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 3rem;
}
.block-main-product .top-title {
    border: 0;
}
.layout05.cms-index-index .page-main {
    padding-bottom: 1.5em;
}
.block-product-layout-wrap .block-product-layout-inner {
    padding: 0 20px;
}
#block-blog-main.block-blog-main {
    border: 0;
    padding: 0;
}
#block-blog-main.block-main-product .top-title .list-category {
    float: none;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
#social-login-popup .social-login-title {
    background-color: #e11c24;
    color: #fff;
}
#social-login-popup .action.primary {
    background-color: #e11c24;
    color: #fff;
}
#block-blog-main.block-main-product .top-title a {
    font-size: .71em;
}
.block-main-product .sa-product-list-v3 .owl-carousel .owl-nav button > em {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-main-product .sa-product-list-v3 .owl-carousel .owl-nav button > em:after {
    font-size: 40%;
    transition: .3s all ease;
    transform: rotate(0deg);
    content: "\e93c";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-family: 'mbicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0deg);
    position: absolute;
}
.fb-page.fb_iframe_widget {
    margin-bottom: 1.5rem;
}
.block-main-product .sa-product-list-v3 .owl-carousel .owl-nav button.owl-prev > em:after {
    transform: rotate(180deg);
}
.grid-hovereds {
    margin-top: 2rem;
    grid-template-areas:
        ". ."
        ". .";
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
}

.grid-hovereds .item {

}
.grid-hovereds .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p a.link {
    font-weight: bold;
    color: #ff1e04;
    text-decoration: underline;
}
.info.page-distribucion .content {
    display: flex;
    flex-direction: column;
}
.wrapp-cta {
    margin: 0 auto 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapp-cta .item-cta {
    display: flex;
    position: relative;
    float: left;
    margin: 10px 0;
}
.wrapp-cta .item-cta span:nth-child(1) {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    padding: 5px 55px 5px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    color: #777777;
}
.wrapp-cta .item-cta span:nth-child(2) {
    display: block;
    transform: translate(-50%);
}
.wrapp-cta .item-cta span:nth-child(2) a {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 50px;
    box-shadow: -3px 0px 5px -2px rgb(0 0 0 / 30%);
    color: #ffffff;
    background: #ff1e05;
    white-space: nowrap;
    text-decoration: none !important;
    height: 100%;
    align-items: center;
}
.wrapp-cta.box-proccess {
    align-items: center;
    max-width: 600px;
    border: #af9d9d solid 1px;
    display: block;
    padding: 2.5% 3.5%;
    background-color: #efefef;
}
.wrapp-cta.box-proccess .item-cta {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #636363;
    margin: 5px 0;
}
.wrapp-cta.box-proccess .item-cta span:nth-child(1) {
    width: 100%;
    border-radius: 0;
    padding: 1rem 2rem;
}
.wrapp-cta.box-proccess .item-cta span:nth-child(2) {
    display: block;
    transform: none;
    position: absolute;
    right: 1rem;
}

.distribucion-items {
    list-style: none;
    padding:0;
    margin: 0;
}
.distribucion-items li{
    float: left;
    width: 50%;
    height: 350px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.distribucion-items li .ro-item-distribucion {
    border: 1px solid #d3d3d3;
    display: block;
    height: 100%;
}
.distribucion-items li .ro-item-distribucion .ro-banner-distribuidor {
    border-bottom: 1px solid #e3e3e3;
}
.distribucion-items li .ro-item-distribucion img {
    display: block;
    max-width: 100%;
    height: auto;
}
.distribucion-items li .ro-item-distribucion a strong {
    margin-top: 10px;
    display: block;
    color: #333333;
}
.distribucion-items li .ro-distribuidor-info {
    padding: 0 15px;
}
.distribucion-items li .ro-item-distribucion p {
    margin: 0;
    margin-top: 10px;
    color: #333333;
}
.distribucion-items li .ro-item-distribucion  a {
    color: #777777;
    display: block;
    text-decoration: none !important;
}

footer.page-footer {
    background: #e11c24;
    color: #fff;
}
footer .mb-toolti i,
footer .footer-contact {
    color: #fff;
}
footer .footer.content {
    padding-top: 0;
}
footer .footer-main {
    padding: 1.2em 0;
}
footer .footer-main .h4.title {
    border: 0;
    margin: 0 0 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}
footer .footer-main p {
    margin: 0 0 0 0;
}
#footer-widgets .footer-main .wrapper-flex-footer {
    display: flex;
    justify-content: space-between;
}
#footer-widgets .footer-main .wrapper-flex-footer .logo-footer {
    max-width: 117px;
}
footer .wrapper-flex-footer {
    display: flex;
    justify-content: space-evenly;
}
footer .footer-links-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer-links-wrap #newsletter_424 {
    border-radius: 0;
    height: 42px;
    width: 287px;
    padding: 0 1em;
    color: #4d4d4d;
}
footer .footer-links-wrap .button {
    border-radius: 0;
    height: 42px;
    display: flex;
    align-items: center;
    background-color: #04979f;
}
footer .footer-links-wrap .button:hover {
    background-color: #000000;
    color: #ffffff;
}
footer .footer-links-wrap form#newsletter-validate-detail {
    display: flex;
}
footer .footer-links-wrap form#newsletter-validate-detail .block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 9px;
}
footer .footer-links-wrap form#newsletter-validate-detail .block-content .h4.title {
    font-size: .8em;
    margin-bottom: 14px;
}
footer a {
    border-bottom: 1px dotted #9999CC;
}
footer a:hover {
    border-bottom: 1px dotted #04979f;
    color: 1px dotted #04979f;
}
footer ul {
    padding: 0;
    list-style-type: none;
    line-height: 1.5;
}
footer .bg-black {
    background-color: #000;
    color: #fff;
    padding: 2em 0;
}
footer .bg-black .footer-copyright-vertical {
    border: 0;
}
footer .bg-black .grid-footer {
    grid-template-areas: ". . . .";
    display: grid;
    grid-column-gap: 1em;
    justify-content: space-around;
    align-items: end;
}
footer .bg-black .wrapper-legal-acreditacion {
    grid-template-areas: ". .";
    display: grid;
    grid-column-gap: 1em;
    justify-content: space-around;
    max-width: 208px;
    align-items: center;
}
footer .bg-black .wrapper-legal-acreditacion img {
    max-width: 67px;
}
footer .bg-black .wrapper-legal-acreditacion .cont-acredita {
    max-width: 123px;
    font-size: .81em;

}
footer .bg-black a {
    color: #fff;
}
footer .bg-black a:hover {
    color: #04979f;
}
footer .bg-black .wrapper-legal-min {
    font-size: .9em;
}
footer .bg-black .wrapper-legal-min .list-location {
    margin-top: .4em;
}
footer .bg-black .wrapper-contact {
    font-size: .82em;
}
footer .bg-black .wrapper-location {
    font-size: .9em;
}
footer .bg-gray {
    background-color: #4d4d4d;
    color: #fff;
}
footer .bg-gray .footer-copyright-vertical {
    border: 0;
}
footer .bg-gray .footer-copyright-vertical address {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 1em 0;
}
footer .bg-gray .footer-copyright-vertical a {
    color: #ffffff;
}
footer .logo-footer {
    max-width: 100px;
}
footer .hipertexto-copy-wrapper {
    text-align: center;
}
footer .footer-copyright-vertical {
    border-top: 1px solid rgb(225 225 225 / 42%);
}
footer .hipertexto-copy-wrapper a {
    color: #fff;
}
footer .hipertexto-copy-wrapper a:hover {
    opacity: .7;
    color: #fff;
}
footer .social-links i {
    color: #ffffff;
}
footer .social-links a.mb-tooltip  {
    border-bottom: 0;
}
footer h2.title.h2 {
    text-align: center;
    color: #fff;
}
footer .textwidget p a {
    color: #fff;
}
footer .textwidget p a:hover {
    opacity: .7;
    color: #fff;
}
.block-search .action.search:hover {
    background-color: #1a6029;
}
#go-top {
    background: rgb(255 255 255 / 42%);
}
body.max-100 .container {
    max-width: 1920px;
}
.layout05.cms-index-index header .vertical-menu .navigation {
    margin-top: 0;
}
header .header-horizontal .vertical-menu:hover .title {
    color: #ffffff;
}
header .sticky-menu.active .vertical-menu:hover .title {
    color: #04979f;
}
/* start slide*/


.owl-carousel .owl-nav:hover button {
    background-color: rgba(0, 0, 0, 0.38);
}
.udg-product-wrapper-carousel .owl-carousel .owl-nav button span,
.sa-product-list-v3 .owl-carousel .owl-nav button span {
    line-height: 0.7 !important;
}
.udg-product-wrapper-carousel .owl-carousel .owl-nav button.owl-prev,
.sa-product-list-v3 .owl-carousel .owl-nav button.owl-prev,
.udg-product-wrapper-carousel .owl-carousel .owl-nav button.owl-next,
.sa-product-list-v3 .owl-carousel .owl-nav button.owl-next{
    opacity: 1;
    visibility: visible;
    color: #fff !important;
    font-size: 3em !important;
    top: 35%;
    background: #ff1e05;
}
.owl-carousel .product-item-info .product .sa-product-image-v3 {
    position: relative;
    height: 290px;
    hyphens: none;
    display: flex;
    align-items: center;
    align-content: flex-end;
    justify-content: center;
    flex-direction: column;
}
.owl-carousel .product-item-info .product .sa-product-image-v3 a {
    height: 100%;
    display: flex;
    justify-content: center;
}
.owl-carousel .product-item-info .product .sa-product-image-v3 a img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.product-btn-info {
    width: 100%;
}
.col-12 .product-list-details {
    min-height: 136px;
}
.col-12 .product-btn-info {
    width: 100%;
    min-height: 79px;
}
.udg-product-item {
    list-style: none;
}
.udg-product-item .minimal-price .price-box.price-final_price {
    margin: 0;
}
.udg-product-item .minimal-price .price-box.price-final_price .price-wrapper .price {
    font-size: 11.5px;
}
.udg-product-item .minimal-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px;
    padding: 5px 8px 5px;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: black;
}
.udg-product-item .minimal-price span.penAccess {
    font-size: 10px;
    background: #04979f;
    color: #fff;
}
.udg-product-item .minimal-price span:nth-child(2) {
    font-size: 11px;
}
.product-item .product-item-name > a {
    color: #04979f;
    font-size: 1.02em;
    width: 100%;
    display: block;
}
.product-item .product-item-name {
    margin-top: 1em;
}
.product-list-details > strong {
    height: 57px;
    overflow: hidden;
    display: block;
    font-size: .9em;
    color: #000000;
}
.product-list-details > strong > span {
    font-size: .9em;
    color: #535353;
}
.product-list-details > span {
    font-size: .9em;
    color: #535353;
    margin-top: -13px;
    margin-bottom: 9px;
    display: block;
}
/*end slide*/
.magebig-nav li:nth-child(3) li a {
    cursor: pointer;
}
.magebig-nav li:nth-child(3) .submenu ul {
    display: flex;
    flex-direction: column !important;
}
.magebig-nav li:nth-child(3) .submenu ul > li {
    width: 100%;
}

.magebig-nav li.level0 ul li a {
    text-transform: none !important;
}
.product-item-info .cinta-investigacion {
    width: 76px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: -241px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 9px;
    text-align: center;
    border: 1px solid orange;
    z-index: 2;
    color: orange;
    -webkit-transform: translateX(19%) translateY(-152%);
    -ms-transform: translateX(19%) translateY(-152%);
    transform: translateX(19%) translateY(-152%);
    text-transform: none;
}
#banner-slider-carousel .owl-carousel.owl-drag .owl-item {
    padding: 0;
}
.owl-carousel.owl-drag .owl-item {
    border: 1px solid #e7e7e7;
    padding: 0px 1px 5px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
}
.header-main-inner .vertical-menu .title:hover .mbi-menu {
    color: #000 !important;
}
.gallery-placeholder .fotorama-item.fotorama {
    position: relative;
}
.tabs-ext #accordion .tab--item {
    cursor: pointer;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #000 !important;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.tabs-ext #accordion .tab--content {
    font-size: 13px;
    color: #777;
    line-height: normal;
    padding: 0 .5em .5em;
}
.tabs-ext #accordion .tab--item .panel-heading {
    padding: 0.7em;
    width: 100%;
}
.tabs-ext #accordion .tab--item[aria-expanded=true]:after {
    -webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}
.tabs-ext #accordion .tab--item h4 {
    margin: 0;
    display: flex;
    align-items: center;
    color: black;
}
.breadcrumbs .item:not(:last-child):after,
.breadcrumbs .items > li strong {
    color: gray;
}
.tabs-ext #accordion .tab--item h4 i {
    margin-right: 12px !important;
}
.tabs-ext #accordion .tab--item:after {
    content: "\e93c";
    font-size: 70%;
    position: absolute;
    right: 10px;
    top: 17px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-family: 'mbicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-info-main-content .cinta-investigacion {
    font-size: 13px;
    line-height: 9px;
    text-align: center;
    border: 1px solid orange;
    z-index: 2;
    color: orange;
    padding: 1em;
    width: fit-content;
}
.product-info-main-content .social-share {
    background-color: #fff;
    margin-top: 1em;
}
.product-info-main-content .social-share > p {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    text-align: left;
    padding-left: 0;
    margin: 0;
    padding-top: 4px;
}
.product-info-main-content .social-share .social-listing {
    margin: 1em 0;
    border: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.product-info-main-content .social-share .social-listing li {
    margin: 0 7px;
}
.product-info-main-content .page-title-wrapper h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 10px 0;
    color: darkgrey;
    line-height: 1.3;
}
.product-info-main-content .cite_btn-line {
    background-color: #ffffff;
    color: #000000;
}
.product-info-main-content .cite_btn-line > span {
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue' !important;
    text-transform: uppercase;
    font-size: .85em;
}
.product-info-main-content .cite_btn-line > span:before {
    font-family: 'mbicon' !important;
}
.product-info-main-content .product-author-list:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.product-info-main-content .product-author-list {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    max-height: 77px;
    overflow: hidden;
    transition: 1s all ease;
    position: relative;
    pointer-events: none;
}
.product-info-main-content .product-author-list.active {
    max-height: 500px;
    overflow-y: scroll;
}
.product-info-main-content .product-author-list.active:after {
    display: none;
}
.product-info-main-content .product-author-list li {

}
.product-info-main-content .product-author-list li a {
    border-bottom: 1px dotted #585858;
    display: inline-block;
    width: fit-content;
    font-size: 15px;
    pointer-events: auto;
}
.product-info-main-content .product-author-list li a span {
    
}
.product-info-main-content .expand-btn-dropdown {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    cursor: pointer;
}
.mp-product-slider-block.block-products-list h2.udg-section-title {
    display: block;
    font-weight: 500;
    line-height: 32px;
    padding: 5px 0;
    color: darkgrey;
    border-bottom: 1px solid darkgray;
    margin-bottom: 1em;
}
.product.info.vertical .data.content .product.description {
    max-width: 800px;
    margin: auto;
    font-size: .9em;
    color: #2d2d2d;
    font-weight: 400;
    line-height: 1.6;
}
#tablecontent.data.item.content {
    max-width: 800px;
    margin: auto;
    font-size: 0.9em;
    color: #2d2d2d;
    font-weight: 400;
    line-height: 1.6;
    float: none;
}
.wrapper-author {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    max-height: 77px;
    overflow: hidden;
    transition: 1s all ease;
    position: relative;
    pointer-events: none;
}
.wrapper-author.active {
    max-height: 500px;
    overflow-y: scroll;
}
.wrapper-author.active:after {
    opacity: 0;
}
.wrapper-author:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.wrapper-author a {
    border-bottom: 1px dotted #585858;
    display: inline-block;
    width: fit-content;
    font-size: 15px;
    pointer-events: auto;
}
.expand-btn-dropdown {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    cursor: pointer;
}
.expand-btn-dropdown::before {
    content: 'Expandir';
    margin-right: 10px;
    font-size: 80%;
    color: #000000;
}
.expand-btn-dropdown.active::before {
    content: 'Contraer';
}
.expand-btn-dropdown.active::before {
    content: 'Contraer';
}
.expand-btn-dropdown::after {
    font-size: 70%;
    transition: .3s all ease;
    transform: rotate(0deg);
    content: "\e93c";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-family: 'mbicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0deg);
}
.expand-btn-dropdown.active::after {
    transform: rotate(90deg);
}
#banner-slider-carousel .owl-stage-outer.owl-height {
    overflow: hidden;
    height: auto !important;
}
.block-main-product .top-title .title {
    color: #e11c24;
    padding: 0 0 0 2rem;
    border-left: 1px solid #e11c24;
}
.wrapper-adds {
    margin-bottom: 1.5rem;
}
.wrapper-adds .add-one:nth-child(1) {
    margin-bottom: 1.5rem;
}
.gallery-placeholder__image .img-fluid {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.top-search-wrap.mfp-with-anim .block-search input {
    font-size: 1.4rem;
    font-family: Open Sans, 'Segoe UI', 'Helvetica Neue';
    width: 248px;
}
.simple-dropdown.submenu.show-sub {
    width: auto !important;
    min-width: auto;
    max-width: fit-content;
}
.show-sub-content .mbmenu-block {
    padding: 0;
}
.show-sub-content .mbmenu-block .level0 {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    margin: 0 0 0 0 !important;
}
.magebig-nav .simple-dropdown ul.level0 li {
    padding: 0;
    float: none;
    width: 50%;
    margin: 0;
}
.magebig-nav .simple-dropdown ul.level0 li a {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    padding: 6px 10px;
}
.magebig-nav .simple-dropdown ul.level0 li a span {
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-page {
    color: #6D6E71;
    font-weight: 200;
    font-size: 3rem;
    margin-bottom: 4rem;
    margin-top: 0;
    text-align: center;
}
.title-page strong {
    color: #E81C25;
    font-weight: 400;
}
.content-intro {
    max-width: 1220px;
    margin: 8rem auto;
    width: 100%;
}
.page-revistas {
    max-width: 700px;
    margin: auto;
    width: 100%;
}
.page-revistas .nav-tabs {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}
.page-revistas .nav-tabs a:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 18px 35px rgb(50 50 93 / 1%), 0 8px 15px rgb(0 0 0 / 7%);
    opacity: .7;
}
.page-revistas .nav-tabs a {
    border-radius: 3px;
    outline: none;
    text-transform: none;
    height: 42px;
    border: 1px solid #e11c24;
    background-color: transparent;
    color: #e11c24;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1rem;
    transition: .3s;
}
.page-revistas .nav-tabs .active a {
    border: 1px solid #e11c24;
    background-color: #e11c24;
    color: #fff;
}
.page-revistas .tab-content .tab-pane {
    display: none;
}
.page-revistas .tab-content .tab-pane ul li {
    border: 1px solid #636363;
    margin: 5px 0;
}
.page-revistas .tab-content .tab-pane ul li a {
    padding: 6px 8px;
    width: 100%;
    display: block;
    transition: .3s;
}
.page-revistas .tab-content .tab-pane ul li a:hover {
    background-color: #e11c24;
    color: #fff;
}
.page-revistas .tab-content .tab-pane.active {
    display: block;
    padding: 2.5% 3.5%;
    background-color: #efefef;
}
.page-distribucion .wrapp-flex {
    display: grid;
    grid-template-areas: ".";
    grid-template-columns: 100%;
    column-gap: 10px;
    row-gap: 15px;
    margin: auto;
}
.page-distribucion .wrapp-flex .item{
    width: 100%;
}
.page-distribucion .wrapp-flex .item ul li{
    border-color: #dbdfe0;
    border: 1px solid #dbdfe0;
    padding: 4px;
    color: #6d6e71;
}
.uv-breadcrumbs .breadcrumbs {
    margin-top: 1rem;
}
.page-distribucion .wrapp-flex .item ul li p {
    margin: 0;
}

.cms-home-05 .block-product-inner:not(.mt-2.items) > div {
    flex-direction: row !important;
}
.cms-home-05 .block-product-inner:not(.mt-2.items) > div > .row.no-gutters {
    width: 75%;
}
.cms-home-05 .block-product-inner:not(.mt-2.items) > div > .row.no-gutters > .block-product-col-left {
        max-width: 100% !important;
}

@media (max-width: 767px) {
    .cms-home-05 .block-product-inner:not(.mt-2.items) > div {
        flex-direction: column !important;
    }
    .cms-home-05 .block-product-inner:not(.mt-2.items) > div > .row.no-gutters {
        width: 100%;
    }
    .cms-home-05     .container {
        max-width: 100%;
    }
}
@media (max-width: 1139px) {
    .selling-feature-wrap .row.align-items-center {
        grid-template-areas: ". ." ". .";
        display: grid;
        grid-column-gap: 1em;
    }
    .selling-feature-wrap .row.align-items-center > .col-6 {
        max-width: 100% !important;
    }
}
@media (max-width: 1113px) {
    footer .bg-black .grid-footer {
        grid-template-areas: ". ."". .";
        align-items: center;
    }
}
@media (max-width: 965px) {
    #block-blog-main.block-main-product .top-title .list-category {
        grid-template-areas: ". ."". ."". .";
        display: grid;
        grid-column-gap: 1em;
        justify-content: space-around;
        text-align: center;
    }
}
@media (max-width: 991px) {
    header .header-menu-content .col-9.col-md-9.col-lg-9 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    footer .footer-links-wrap {
        margin-bottom: 0;
    }
}
@media (max-width: 801px) {
    footer .footer-links-wrap form#newsletter-validate-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-links-wrap form#newsletter-validate-detail .block-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 9px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 828px) {
    .header-main-inner .header-maininner-row .col-md-5.col-search {
        flex: 0 0 37.666667%;
        max-width: 37.666667%;
    }
    .header-main-inner .header-maininner-row .col-btn-actions-desktop.d-md-block {
        flex: 0 0 36.666667%;
        max-width: 36.666667%;
    }
}
@media (max-width: 795px) {
    footer .wrapper-flex-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .logo-footer {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .header-maininner-row {
        min-height: 92px;
        position: relative;
        padding: 1em 0 2em;
    }
    footer .bg-black .grid-footer {
        grid-template-areas: "."".""."".";
        text-align: center;
    }
    footer .bg-black .wrapper-legal-acreditacion {
        grid-template-areas: "." ".";
        margin: auto;
    }
    footer .bg-black .wrapper-legal-acreditacion img {
        margin: 0 auto 13px;
    }
    footer .bg-black .footer-copyright-vertical {
        margin-bottom: 0;
    }
    #banner-slider-carousel .owl-stage-outer.owl-height {
        overflow: hidden;
        height: auto !important;
    }
    #banner-slider-carousel .img-desktop {
        /*display: none;*/
    }
    .mp-banner-slider .owl-dots {
        top: 111% !important;
    }
    #banner-slider-carousel .img-mobile {
        display: block;
    }
    header .header-horizontal .vertical-menu {
        right: 147px;
        top: 0;
    }
    .layout05.cms-index-index .vertical-menu:hover .navigation {
        right: 147px;
        top: -1px;
    }
    .icon-top-mobile {
        display: grid;
        margin: 0;
        max-width: 280px;
        grid-template-areas: ". . .";
        grid-column-gap: 1em;
        align-items: center;
        justify-content: end;
    }
    header .header-horizontal .vertical-menu:hover .navigation {
        left: auto !important;
        right: 0 !important;
    }
    .grid-hovereds {
        grid-template-areas:
        "."
        "."
        "."
        ".";
    }
    .distribucion-items li {
        height: 350px;
    }
}
@media (max-width: 425px) {
    #block-blog-main.block-main-product .top-title .list-category {
        grid-template-areas: "."".""."".""."".";
        display: grid;
        grid-column-gap: 1em;
        justify-content: space-around;
        text-align: center;
    }
    .selling-feature-wrap .row.align-items-center {
        grid-template-areas: "."".""."".";
        display: grid;
        grid-column-gap: 1em;
    }
    .logo img {
        max-width: 48%;
        height: auto;
    }
    .message.global.cookie .content {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
    }
    .message.global.cookie .content > p {
        padding: 0;
    }
    .message.global.cookie .actions {
        position: relative;
    }
}
@media (max-width: 618px) {
    footer .footer-links-wrap {
        flex-direction: column;
    }
    footer .footer-main .h4.title {
        margin-right: 0;
    }
}
@media (max-width: 447px) {
    footer .footer-links-wrap #newsletter_424 {
        width: auto;
    }
}
@media (max-width: 330px) {
    footer .footer-links-wrap #newsletter_424 {
        width: 179px;
    }
}

/*caja de precios*/


.product-purchase-checkbox > input[type="checkbox"] ~ label{
    /*position: relative;*/
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: 1px;
    right: 0;
  }
  .product-purchase-checkbox > input[type="checkbox"] ~ label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 16px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  
  .product-purchase-checkbox > input[type="checkbox"] ~ label > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  
  .product-purchase-checkbox > input[type="checkbox"] ~ label > span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(128, 181, 18, .8);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }
  
  .product-purchase-checkbox > input[type="checkbox"]:checked ~ label:before{
    background: rgba(128, 181, 18, .3);
  }
  .product-purchase-checkbox > input[type="checkbox"]:checked ~ label > span {
    background: rgba(128, 181, 18);
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .product-purchase-checkbox > input[type="checkbox"]:checked ~ label > span::before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }

  .purchase-options-actions>.purchase-options-actions-qty>input[type="number"]{
    width:55px;
    height:35px;
    margin: 0 15px 0 0;
    border-radius:5px;
    border:1px solid rgba(56,56,56,.1);
    box-shadow:0 1px 5px rgba(56,56,56,.3);
    text-align:center;
    font-weight:900;
    transition:.3s all ease;
    opacity:0;
    visibility:hidden;
}
.purchase-options-actions>.purchase-options-actions-qty>input[type="number"].active{
    opacity:1;
    visibility:visible;
}

.social-share .social-listing li button {
    background-color: #5c5c5c !important;
}
.social-share .social-listing li button:hover {
    background-color: #000000 !important;
}
.social-share .social-listing li button {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: .81em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
form.account {
    max-width: 650px;
    margin: 5em auto;
    background: #fff;
    padding: 3em;
}
.catalogsearch-advanced-index .page-main {
    background-color: #f1f1f1;
    text-align: center;
}
.catalogsearch-advanced-index .container.main-container {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 3em;
    display: inline-block;
}
.catalogsearch-advanced-index .container.main-container .select.multiselect {
    width: 100%;
}

/*grid publicaciones*/
.products.list.grid {
    margin-top: 2em;
    position: relative;
    padding-right: 0;
    padding-left: 15px;
    list-style-type: none;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    width: 100%;
    display: grid;
    gap: 2vw 1%;
}
.products.list.grid > li {
    display: flex;
    margin-bottom: 1em;
}
.products.list.grid > li .product-item-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    z-index: 1;
    height: 100%;
}
.products.list.grid > li .product-item-info .product-show {
    background: rgb(241 241 241);
    width: 100%;
    position: relative;
    height: 300px;
    min-height: 300px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0.51em;
    transition: 0.3s;
    border-radius: 6px;
    box-shadow: 0 30px 50px 0 rgb(2 2 48 / 6%);
    display: block;
}
.products.list.grid > li .product-item-info .product-show a,
.products.list.grid > li .product-item-info .product-show span {
    height: 100%;
    width: 100%;
}
.products.list.grid > li .product-item-info .product-show img {
    position: relative;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: center;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    object-position: bottom;
}
.products.list.grid > li .product-item-info .product-item-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.products.list.grid > li .product-item-info .product-item-details .product-item-name {
    max-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 1em;
    font-size: 1.4rem;
    margin: 9px 0 10px;
    display: block;
    font-weight: normal;
}
.products.list.grid > li .product-item-info .product-item-details .product-item-name a {
    color: #04979f;
    font-size: 1.02em;
    width: 100%;
    display: block;
}
.products.list.grid > li .product-item-info .product-item-details > strong {
    height: 57px;
    overflow: hidden;
    display: block;
    font-size: .9em;
    color: #000000;
}
.products.list.grid > li .product-item-info .product-item-details > strong > span {
    font-size: .9em;
    color: #535353;
}
.products.list.grid > li .product-item-info .product-item-details > span {
    font-size: .9em;
    color: #535353;
    margin-top: -13px;
    margin-bottom: 9px;
    display: block;
    height: 20px;
}
.page-wrapper {
    /*overflow: visible !important;*/
}
ul.nav-collapse ul.level0 {
    height: 100px;
    overflow: scroll;
    min-height: 100px;
    position: relative  ;
}
ul.nav-collapse ul.level0:before,
ul.nav-collapse ul.level0:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.modal-popup .modal-inner-wrap {
    width: 45% !important;
}
.modal-popup .modal-inner-wrap select {
    width: 100% !important;
}
.modal-popup .modal-inner-wrap p a {
    color: #fff;
}
.modal-popup .modal-inner-wrap p a:hover {
    color: #acf8bc;
}
.modal-popup .action.primary,
.modal-popup .action.secondary {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000;
}
.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 11px;
    font-size: 24px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}
#super-product-ul {
    margin-bottom: 2em;
    display: block;
}
.product-purchase-checkbox .flex-centered-h .col {
    flex-basis: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
    width: auto;
    padding: 0;
}
#super-product-ul .purchase-option-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    max-width: 90px;
}
.product-purchase-checkbox .flex-centered-h .col img {
    width: 20px !important;
}
#super-product-ul .avialable-soon {
    border: 1px solid #535353;
    background: #535353;
    color: #ffffff !important;
    font-size: .65em;
    padding: 0.5em 1em;
    margin-top: 10px;
    border-radius: 550px;
    opacity: .8;
}
#super-product-ul .price-container .price {
    font-weight: 500;
    font-size: 15px;
    margin-top: 8px;
    display: block;
}
#super-product-ul.itm-product-purchase-options > th:first-child {
    margin-right: 0;
    border-right: 0;
}
#super-product-ul.itm-product-purchase-options > th {
    height: 100%;
    display: block;
    border: 0;
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    border-right: 1px solid gray;
    font-size: 12px;
}
#super-product-ul.itm-product-purchase-options > th .product-purchase-checkbox {
    position: relative;
}
#super-product-ul.itm-product-purchase-options  {
    display: flex;
    flex-direction: row-reverse;
    font-size: .91em;
    align-items: flex-start;
    justify-content: flex-end;
}
.wishlist-icon .qty,
.action.showcart .counter.qty {
    background-color: #ffffff !important;
    border: 1px solid #e11c24;
}
.panel.header .sticky-wrap:nth-child(3) {
    min-height: auto !important;
}
.panel.header .sticky-wrap:nth-child(3) .header-menu-content.sticky-menu.active {
    top: 0;
    background-color: #e11c24;
}
.product.data.items > .item.title > .switch {
    text-transform: none !important;
}
/*ul.nav-collapse ul.level0:before {*/
/*    bottom: 0;*/
/*    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#f5f5f5));*/
/*    background: -o-linear-gradient(top,rgba(255,255,255,0),#f5f5f5);*/
/*    background: linear-gradient(to bottom,rgba(255,255,255,0),#f5f5f5);*/
/*}*/
/*ul.nav-collapse ul.level0:after {*/
/*    top: 0;*/
/*    background: -webkit-gradient(linear,left top, left bottom,from(#f5f5f5),to(rgba(255,255,255,0)));*/
/*    background: -o-linear-gradient(top,#f5f5f5,rgba(255,255,255,0));*/
/*    background: linear-gradient(to bottom,#f5f5f5,rgba(255,255,255,0));*/
/*}*/
ul.nav-collapse ul.level0 > li > a {
    font-size: 12px;
    padding: 3px 0 3px 7px;
}
/*ul.nav-collapse ul.level0 > li:first-child {*/
/*    padding-top: 1em;*/
/*}*/
/*ul.nav-collapse ul.level0 > li:last-child {*/
/*    padding-bottom: 1em;*/
/*}*/
.pv-inv {
    width: 76px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 9px;
    text-align: center;
    border: 1px solid orange;
    z-index: 2;
    color: orange;
    /* transform: translateX(19%) translateY(-152%); */
    text-transform: none;
}
.catalog-category-view .sidebar-wrap .sidebar.sidebar-main {
    position: sticky;
    background: #ffffff;
    z-index: 7;
    top: 27px;
    transition: .3s all ease;
    pointer-events: all;
}
.page-title {
    text-transform: none;
}
.checkout-index-index .opc-block-summary {
    color: #000000;
}
#cookie-compliant {
    z-index: 999999999999999;
    top: 20%;
    position: fixed;
    right: 0;
    width: 60%;
    max-width: 650px;
    border-radius: 2.5px;
    left: 1em;
    margin: 0 auto;
    font-size: 14px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}
#cookie-compliant:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: 15;
    top: 0;
    bottom: 0;
}
#cookie-compliant .container {
    z-index: 999;
    background: white;
    display: block;
    position: relative;
    padding: 2em;
}
#cookie-compliant.active {
    display: block;
}
#cookie-compliant p {
    color: #000;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
#cookie-compliant p a {
    font-weight: 600;
    color: #f5d7a0;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
#cookie-compliant .btn {
    margin-right: 5px;
    border-radius: 3px;
    color: #04979f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s linear 0s, background 0.3s linear 0s, border 0.3s linear 0s;
    line-height: 1 !important;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
#cookie-compliant .wrapper-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
#cookie-compliant .btn-accept {
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
    background-color: #04979f;
    border-color: #04979f;
    color: #FFFFFF;
    width: 168px;
    height: 40px;
    background: linear-gradient(87.75deg, #04979f -16.61%, #1c5829 110.1%);
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}
#cookie-compliant .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cookie-compliant .btn-dismiss {
    border-color: #FFF;
    background-color: #FFFFFF;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #04979f;
    margin-left: 29px;
}
#cookie-compliant .btn {
    font-size: 13px;
}
.product.info.detailed .data.item.content .product.info.detailed .item.title.active .switch:before,
.product.info.detailed .data.item.content .product.info.detailed .item.title.active .switch:after {
    width: 50%;
}
.login-container button.action,
.form.password.reset button.action,
.form.send.confirmation button.action,
.form.password.forget button.action,
button.button.action.continue.primary {
    color: #ffffff;
}
.login-container button.action:hover,
.form.password.reset button.action:hover,
.form.send.confirmation button.action:hover,
button.button.action.continue.primary:hover,
.form.password.forget button.action:hover {
    color: #ff1e05;
}
.block-minicart .block-content .cart-sum-wrap .actions .action,
.cart-summary .checkout-methods-items .action.primary.checkout {
    color: #ffffff;
}
.block-minicart .block-content .cart-sum-wrap .actions .action:hover {
    color: #ff1e05;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    color: #ff1e05;
}
header .user-topbar .acc-topbar .acc-list ul {
    padding: 0;
}
header .user-topbar .acc-topbar .acc-list ul > li {
    margin: 0;
}
header .user-topbar .acc-topbar .acc-list ul > li > a {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
}
header .user-topbar .acc-topbar .acc-list ul > li > a:hover {
    background: #eadcdd;
}
header .user-topbar .acc-topbar .acc-list ul > li > a > i {
    margin: 0 15px 0 4px;
}
header .user-topbar .acc-topbar .acc-list ul > li:last-child > a {
    border-bottom: 0;
}
@media (max-width: 1680px) {
    .products.list.grid {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }
}
.object-fit-cover img.product-image-photo {
    width: auto;
    height: 100%;
    object-fit: contain;
}
.grid-h .product-item-name {
    margin-top: 0em;
    max-height: none;
}
.grid-h .product-item-description {
    margin: 0 0 27.5px 0;
}

.sidebar-product-wrap .cite_btn-line {
    width: 100%;
    color: #e11c24 !important;
}
.sidebar-product-wrap a {
    border-bottom: 1px dotted #585858;
    display: inline-block;
    font-size: 15px;
}
.sidebar-product-wrap a:hover {
    color: #04979f;
}
.product-purchase-checkbox .flex-centered-h {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    margin: 0;
}
.purchase-option-info.wrapp-access {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: orange;
}
.product-purchase-checkbox .flex-centered-h .col {
    flex-basis: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
    width: auto;
    padding: 0;
}
.product-purchase-checkbox .open-access-btn:hover {
    background-color: #ffffff;
    color: orange;
}
.product-purchase-checkbox .open-access-btn {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 5px 15px;
    min-width: 120px;
    background-color: orange;
    border: 1px solid orange;
    color: #ffffff;
    font-weight: 500;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
    transition: color 500ms ease, background-color 500ms ease, border-color 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    height: 52px;
    width: fit-content;
    min-width: 200px;
    justify-content: center;
}
.flex-centered-h {
    display: flex;
    align-items: center;
}
.cms-home-05 .blog-home5 {
    display: none !important;
}
.blog-home5 .top-title {
    margin: 10px 0;
}
#content-static {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    text-align: left;
    padding: 4em 20px;
}
#content-static p {
    font-size: 14px;
    line-height: 1.8;
}
.preguntas-frecuentes .content-txt {
    max-width: 770px;
}
.preguntas-frecuentes ol.faq-navigation-pane {
    padding: 0;
    margin: 0;
    list-style: none;
    position: sticky;
    top: 150px;
}
.preguntas-frecuentes ol.faq-navigation-pane>li>a {
    color: #333333;
    font-size: 14px;
    padding: 10px 10px 10px 0;
    display: block;
    position: relative;
}
.preguntas-frecuentes ol.faq-navigation-pane>li {
    margin: 0;
    padding: 0;
}

/*Modal Citar*/
@media (min-width: 768px) {
    .modal_cite {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal_cite > .modal-inner-wrap {
        max-width: 480px;
        border-radius: 10px;
    }
    .modal_cite > .modal-inner-wrap > header.modal-header {
        padding: 18px 15px 15px;
    }
    .modal_cite > .modal-inner-wrap > header.modal-header > .modal-title{
        margin:0;
        padding: 0 0 0 10px;
        border: none;
        font-weight: 900;
        font-size: 18px;
        text-transform: lowercase;
        position:relative;
    }
    .modal_cite > .modal-inner-wrap > header.modal-header > .modal-title::first-letter{
        text-transform:uppercase;
    }
    .modal_cite > .modal-inner-wrap > header.modal-header > .modal-title::before{
        content:'';
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%);
        width:4px;
        height:20px;
        background:#ED3237;
    }
    .modal_cite > .modal-inner-wrap > header.modal-header > .action-close{
        padding:0;
        top: 30px;
        right: 5px;
        outline:none !important;
        box-shadow:none !important;
        transform:translateX(-50%) translateY(-50%);
    }
    .modal_cite > .modal-inner-wrap > header.modal-header > .action-close::before{
        display:flex;
        align-items:center;
        width:28px;
        height:27px;
        font-size:13px;
        border:2px solid #ED3237;
        border-radius:50%;
        transition:.3s all ease;
        justify-content: center;
    }
    .modal_cite > .modal-inner-wrap > header.modal-header > .action-close:hover::before{
        background:#ED3237;
        color:#ffffff;
    }
    .modal_cite > .modal-inner-wrap > .modal-content{
        padding:30px;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > br{
        display:none;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite {
        height: 45px;
        color: #999999;
        border: 1px solid #dee2e6;
        border-radius: 5px;
        margin
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite:focus {
        border: 1px solid #ED3237;
        outline:none;
        box-shadow:none;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver{
        margin-top:45px;
        padding:38px;
        position:relative;
        box-shadow: inset -2px -2px 1px rgb(255, 255, 255, .1), inset 2px 2px 4px rgba(0, 0, 0, .05);
        border-radius:10px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver::before{
        content: "``";
        font-family: Open Sans, 'Segoe UI', 'Helvetica Neue';
        font-weight:900;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: -2px;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background: white;
        box-shadow: 0 4px 5px -1px hsl(0deg 0% 0% / 20%);
        border-radius: 999px;
        display: grid;
        place-content: center;
        padding-top: .5em;
        color: #ED3237;
        font-size: 33px;
        font-style: normal;
        text-indent: 0;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content .row > .col-md-12 button.button.action.primary {
        background-color: #ff1e05 !important;
        color: #fff !important;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content .row > .col-md-12 button.button.action.primary:hover {
        background-color: #d41b07 !important;
        color: #fff !important;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content .row > .ui-cite.item-citation > p a {
        color: #000;
        text-decoration: underline;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-8,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-8,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-8,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-8,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-8{
        max-width:100%;
        flex: 0 0 100%;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-4{
        display:none !important;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-8 > h4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-8 > h4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-8 > h4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-8 > h4,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-8 > h4{
        text-align:center;
        margin-bottom:15px;
        position:relative;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-8 > h4::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-8 > h4::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-8 > h4::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-8 > h4::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-8 > h4::before{
        content:'';
        display:block;
        width:50px;
        height:2px;
        background:#d3d3d3;
        position:absolute;
        bottom:-7px;
        left:50%;
        transform:translateX(-50%);

    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .ui-cite.item-citation,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .ui-cite.item-citation,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .ui-cite.item-citation,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .ui-cite.item-citation,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .ui-cite.item-citation{
        border-bottom:1px solid #d3d3d3;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .ui-cite.item-citation  > p,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .ui-cite.item-citation  > p,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .ui-cite.item-citation  > p,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .ui-cite.item-citation  > p,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .ui-cite.item-citation > p{
        text-align:left;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-12 > a.button,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-12 > a.button,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-12 > a.button,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-12 > a.button,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-12 > a.button{
        color:#ffffff;
        background:#000000 !important;
        border:#000000;
        border-radius:0 0 8px 8px;
        margin-right:-18px;
        transition:.3s all ease;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-12 > a.button::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-12 > a.button::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-12 > a.button::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-12 > a.button::before,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-12 > a.button::before{
        content: "''";
        font-family:'Font Awesome 5 Free';
        font-weight:500;
        margin-right:8px;
    }

    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > .col-md-12 > a.button:hover,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #chicago > .row > .col-md-12 > a.button:hover,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #ieee > .row > .col-md-12 > a.button:hover,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #mla > .row > .col-md-12 > a.button:hover,
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #vancouver > .row > .col-md-12 > a.button:hover{
        background: #ED3237;
    }
    .modal_cite > .modal-inner-wrap > .modal-content > .citation > .modal-body-content > #select-cite ~ #apa > .row > br{
        display:none;
    }
}

.modal_cite .nav-tabs {
    border: none;
    margin: 0 0 10px;
}

.modal_cite  .nav-tabs .nav-link:focus,
.modal_cite .nav-tabs .nav-link {
    border: none !important;
    background: rgb(237 50 55 / .5);
    border-radius: 0 !important;
    text-align: center;
    color: #ffffff;
}
.modal_cite  .nav-tabs .nav-link:focus,
.modal_cite .nav-tabs .nav-link.active{
    background: rgb(237 50 55 / 1);
    color: #ffffff;
}
.modal_cite .nav-tabs .nav-item {
    width: 50%;
    border-radius: none;
}
.modal_cite  .tab-content{
    border: none;
    margin-bottom: 0px;
}

.modal_cite .tab-pane {
    border: none !important;
    margin:0 !important;
}
.modal_cite .tab-pane p:last-child{
    margin:0;
}
.modal_cite form,
.modal_cite form button{
    width:100%;

}
.modal_cite form button{
    background:#000000 !important;
    border-radius:5px !important;
    border:none !important;
}
.modal_cite form button:hover{
    background:#ED3237 !important;
}
.modal_cite-btn::before {
    content: '' !important;
}
@media (max-width: 1307px) {
    .products.list.grid {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }
}
@media (max-width: 768px) {
    .products.list.grid {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}
@media (max-width: 480px) {
    .products.list.grid {
        gap: 2vw 2%;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        margin: 0 auto;
        padding: 0;
    }
    .uvalle-category-info h2 {
        margin: 15px 15px 0;
    }
}

/*nuevos estilos, personalizados*/
header .magebig-nav li.level0.nav-1 a > span {
    font-family: 'mbicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    margin-top: 5px;
    display: block;
}
header .magebig-nav li.level0.nav-1 a > span::before {
    content: "\e604";
    font-size: 18px;
}
header .header-maininner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .menu-sup {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}
.menu-sup.mobile {
    display: none;
}
header .menu-sup li {
    padding: 0 1rem;
    border-right: 1px solid #605e5c;
}
header .menu-sup li:last-child {
    border-right: 0;
}
header .menu-sup li a {
    color: #605e5c;
}
header .block-search {
    padding-right: 5rem;
}
header .block-search .block-content {
    display: flex;
    align-items: center;
}
header .block-search .block-content form {
    display: flex;
    margin-right: 2rem;
}
header .block-search .block-content form .action.search {
    position: relative;
    color: #fff;
}
header .block-search .advanced-search-navbar {
    border-radius: 3px;
    outline: none;
    text-transform: none;
    height: 42px;
    border: 1px solid #e11c24;
    color: #e11c24;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1rem;
}
header .advanced-search-navbar {
    position: relative;
}
header .user-topbar .header.links {
    display: flex;
}
header .user-topbar .header.links a {
    border-radius: 3px;
    outline: none;
    text-transform: none;
    height: 42px;
    border: 1px solid #e11c24;
    color: #e11c24;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1rem;
}
header .user-topbar .header.links li {
    margin-left: 1rem;
}
.block-product-layout-wrap .block-product-inner .block-product-col-left {
    padding-right: 1rem;
}
.block-product-layout-wrap .block-product-inner .col-12.col-md-5 {
    padding-left: 1rem;
}
.block-product-layout-wrap .block-product-inner .col-12.col-md-5 img {
    width: 100%;
}
@media (min-width: 1200px) {
    header {

    }
}
@media (max-width: 1199px) {
    .products.list.grid {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}

@media (max-width: 991px) {
    .cms-home-05 .row.no-gutters {
        display: flex;
        flex-direction: column;
    }
    .cms-home-05 .row.no-gutters > div {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block-main-product .owl-dots {
        display: none !important;
    }
    .fb-page.fb_iframe_widget {
        margin-bottom: 2rem;
        display: block;
        text-align: center;
    }
    .fb-page.fb_iframe_widget span {
        text-align: center;
    }
    .fb-page.fb_iframe_widget iframe {
        left: 0;
        right: 0;
        margin: auto;
    }
    .product-item .product-btn {
        opacity: 1;
        visibility: visible;
        display: block !important;
        background: rgb(255 255 255 / 77%);
        width: 34px;
        height: 32px;
        padding: 0;
        border-radius: 50px;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute !important;
    }
}
@media (max-width: 767px) {

    header .menu-sup {
        display: none;
    }
    .menu-sup.mobile {
        display: flex;
        flex-direction: column;
    }
    header .col-logo {
        width: 100%;
    }
    .menu-logo {
        width: 100%;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    .header-maininner-row {
        min-height: 60px;
        position: relative;
        padding: 1em 0 1em;
    }

    .products.list.grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .cms-home-05 .row.no-gutters.header-content-action {
        display: flex;
        flex-direction: row;
    }
    .cms-home-05 .row.no-gutters.header-content-action > div {
        width: auto !important;
        flex: auto !important;
        max-width: none !important;
    }
    .header-main-content.sticky-menu.active.fadeindown .menu-logo {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }
}


@media (max-width: 425px) {
    .user-topbar i,
    .action.showcart > i {
        font-size: 2rem;
    }
    #super-product-ul.itm-product-purchase-options {
        flex-direction: column;
        align-items: flex-start;
    }
}


/*helper*/

.valle-helper-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: #eeeeee;
    z-index: 99999999;
    box-shadow: -3px 0 5px rgba(0,0,0,.3);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.valle-helper-panel.active {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}
.uvalle-helper-toggle-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    background: #e11c24;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all ease;
    z-index: 99;
}
.uvalle-helper-toggle-btn:hover{
    width: 55px;
}
.uvalle-helper-toggle-btn::before{
    font-weight:500;
    color: #ffffff;
    display:block;
}
.uvalle-helper-toggle-btn span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-130%) translateY(-50%);
    background: #000000;
    color: #ffffff;
    font-size: 80%;
    padding: 5px 17px 4px 15px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}
.uvalle-helper-toggle-btn span::before{
    content:'';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000000;
    border-bottom: 5px solid transparent;
    position:absolute;
    right:0;
    top:50%;
    transform:translateX(98%) translateY(-50%);

}
.uvalle-helper-toggle-btn:hover span{
    opacity: 1;
    visibility: visible;
}
.uvalle-helper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}
.uvalle-helper-overlay.active{
    opacity: 1;
    visibility: visible;
}
.helper-container {
    width: 100%;
    padding: 0 25px;
}
.helper-container p {
    color:#000000;
}
.helper-container h3 {
    margin: 0 0 10px;
    border-bottom: 1px solid #000000;
    padding: 0 0 4px;
    position:relative;
    color:#000000;
}
.helper-container h3::before{
    content:'';
    width:50px;
    height:4px;
    position:absolute;
    background:#000000;
    bottom:0;
}
.helper-container ul {
    list-style: none;
    padding: 0;
}

.valle-helper-close-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    color: darkgrey;
    cursor: pointer;
    background: #e11c24;
    transition: .3s all ease;
}
.valle-helper-close-button:hover{
    background: #023324;
    color:#ffffff;
    border-bottom: 1px solid #023324;
    border-right: 1px solid #023324;
}

.valle-helper-close-button2 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    color: darkgrey;
    cursor: pointer;
    background: #e11c24;
    transition: .3s all ease;
}
.valle-helper-close-button2:hover{
    background: #023324;
    color:#ffffff;
    border-bottom: 1px solid #023324;
    border-right: 1px solid #023324;
}
/*fin del helper*/

/*Blog Home*/
.top-content {
    margin-bottom: 3rem;
}
.hero {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
 }
.cms-home-05 .recent-releases {
    padding-bottom: 0;
}
.cms-home-05 .recent-releases .titleSection {
    display: inline-block;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 3rem;
    color: #e11c24;
    padding: 0 0 0 2rem;
    border-left: 1px solid #e11c24;
}
.cms-home-05 .recent-releases .items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.cms-home-05 .recent-releases .items .item {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px;
}
.cms-home-05 .recent-releases .items .item:nth-child(3),
.cms-home-05 .recent-releases .items .item:nth-child(4) {
    display: none;
}

.cms-home-05 .recent-releases .items .item .image  {

}
.cms-home-05 .recent-releases .items .item .image figure {
    width: 100%;
    height: 100%;
    max-width: 576px;
    max-height: 260px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 27px rgb(149 149 149 / 17%);
    background-color: #eeeeee;
}
.cms-home-05 .recent-releases .items .item .image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cms-home-05 .recent-releases .items .item .text {
    margin-top: 1rem;
}
.cms-home-05 .recent-releases .items .item .text .title {
    margin: 0 0 1rem;
    height: 53px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 1.8rem;
}
.cms-home-05 .recent-releases .items .item .text .title a {
    transition: .3s;
}
.cms-home-05 .recent-releases .items .item .text .title a:hover {
    color: #ec6f3a;
}
.cms-home-05 .recent-releases .items .item .text .info {
    margin-bottom: 1rem;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
.cms-home-05 .recent-releases .items .item .text .short-description {
    margin-bottom: 2rem;
    white-space: inherit !important;
    height: 45px;
    hyphens: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cms-home-05 .recent-releases .items .item .text .short-description p {
    font-size: 1.57rem;
    font-family: Open Sans, 'Segoe UI', 'Helvetica Neue';
}
.cms-home-05 .recent-releases .items .item .text .btn {
    border-radius: 3px;
    outline: none;
    text-transform: none;
    height: 42px;
    border: 1px solid #e11c24;
    background-color: transparent;
    color: #e11c24;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1rem;
    transition: .3s;
}
.cms-home-05 .recent-releases .items .item .text .btn:hover {
    border: 1px solid #e11c24;
    background-color: #e11c24;
    color: #fff;
}

@media (max-width: 1148px) {
    .cms-home-05 .recent-releases .items .item {
        width: 48%;
    }
    .cms-home-05 .recent-releases .items .item .text .title {
        height: auto;
    }
}
@media (max-width: 767px) {
    .cms-home-05 .recent-releases {
        padding-bottom: 6rem;
    }
    .cms-home-05 .recent-releases .items {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .cms-home-05 .recent-releases .items .item {
        width: 100%;
    }
}
/*End Blog Home*/


/*Blog page*/
.mpblog-post-index .recent-releases {
    padding-bottom: 7rem;
}
.mpblog-post-index .recent-releases .titleSection {
    text-align: center;
    margin-bottom: 5rem;
}
.mpblog-post-index .recent-releases .items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2rem;
}
.mpblog-post-index .recent-releases .items .item {
    /* width: 49%;
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px; */
}
.mpblog-post-index .recent-releases .items .item .image  {

}
.mpblog-post-index .recent-releases .items .item .image figure {
    width: 100%;
    height: 100%;
    max-width: 576px;
    max-height: 260px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 27px rgb(149 149 149 / 17%);
    background-color: #eeeeee;
}
.mpblog-post-index .recent-releases .items .item .image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mpblog-post-index .recent-releases .items .item .text {
    margin-top: 2rem;
}
.mpblog-post-index .recent-releases .items .item .text .title {
    margin: 0 0 1rem;
}
.mpblog-post-index .recent-releases .items .item .text .title a {
    transition: .3s;
}
.mpblog-post-index .recent-releases .items .item .text .title a:hover {
    color: #ec6f3a;
}
.mpblog-post-index .recent-releases .items .item .text .info {
    margin-bottom: 1rem;
    font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
.mpblog-post-index .recent-releases .items .item .text .short-description {
    margin-bottom: 2rem;
    white-space: inherit !important;
    height: 54px;
    hyphens: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mpblog-post-index .recent-releases .items .item .text .short-description p {
    font-size: 1.57rem;
    font-family: Open Sans, 'Segoe UI', 'Helvetica Neue';
}
.mpblog-post-index .recent-releases .items .item .text .btn {
    border-radius: 3px;
    outline: none;
    text-transform: none;
    height: 42px;
    border: 1px solid #e11c24;
    background-color: transparent;
    color: #e11c24;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1rem;
    transition: .3s;
}
.mpblog-post-index .pager {
    margin: 7rem auto 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.mpblog-post-index .recent-releases .items .item .text .btn:hover {
    border: 1px solid #e11c24;
    background-color: #e11c24;
    color: #fff;
}
.mpblog-post-index .page-title {
    color: #6D6E71;
    font-weight: 200;
    font-size: 3rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
    text-align: center;
}
/*post details*/
.mpblog-post-view .page-title {
    color: #6D6E71;
    font-weight: 200;
    font-size: 3rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
    text-align: center;
}

.mpblog-post-view main.page-main {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.mpblog-post-view .post-view-image {
    max-width: 500px;
    margin: 0 auto 2rem;
}
.mpblog-post-view .mp-post-info {
    font-size: 1.5rem;
}
.mpblog-post-view #sharing {
    margin-top: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.mpblog-post-view #sharing h5 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
}
.mpblog-post-view #sharing .share-col-right .at-resp-share-element.at-style-responsive {
    text-align: right;
}
.mpblog-post-view a.label.label-default.tags-list {
    font-size: 1.3rem !important;
    padding: 7px 9px;
}
.mpblog-post-view main.page-main {
    margin-bottom: 5rem;
}
.mpblog-post-view .mp-sidebar .product.data.items > .item.content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs {
    padding: 5px 10px 5px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-left {
    float: none;
    width: 100%;
    overflow: hidden;
    max-height: 219px;
    height: 100%;
    margin-bottom: 1rem;
    background-color: #d4d4d4;
}
.mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right {
    width: 100%;
}
.mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right a span {
    font-size: 1.7rem !important;
    margin: 0 0 0;
    color: black;
}
.mpblog-post-view .mp-blog-view p {
    font-size: 1.7rem !important;
    font-weight: 400;
    line-height: 1.7;
}
.mpblog-post-view .author-content-image {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
    float: none;
}
.mpblog-post-view .author-content-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mpblog-post-view .author-content-information {
    float: none;
    display: block;
    padding: 0;
    margin-top: 1rem;
}
.mpblog-post-view .related-content-container {
    margin: 3rem 0;
}
.mpblog-post-view .product.data.items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mpblog-post-view .product.data.items > .item.title {
    display: block;
    float: none;
}
.mpblog-post-view .product.data.items > .item.content {
    margin: 0;
    width: 100%;
}
.mpblog-post-view .sidebar.sidebar-main {
    margin: 0;
    width: 100%;
}
.mpblog-post-view .list-post-tabs a {
    background-color: transparent;
}

@media (max-width: 767px) {
    .mpblog-post-view .mp-sidebar .product.data.items > .item.content {
        flex-direction: column;
        align-items: center;
    }
    .mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs {
        width: 100%;
        padding: 0;
        margin: 0 0 2rem;
    }
    .mpblog-post-view .block-blog-related .related-content-container {
        padding: 0 0;
        display: flex;
        flex-direction: column;
    }
    .mpblog-post-view .block-blog-related .related-content-container .author-content-image {
        float: none;
        margin: 0 auto 1rem;
    }
    .mpblog-post-view .block-blog-related .related-content-container .author-content-information {
        float: none;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 572px) {
    .mpblog-post-view .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right a span {
        white-space: normal;
    }
}
@media (max-width: 1148px) {
    .mpblog-post-index .recent-releases .items .item {
        width: 48%;
    }
    .mpblog-post-index .recent-releases .items .item .text .title {
        height: auto;
    }
}
@media (max-width: 767px) {
    .mpblog-post-index .recent-releases {
        padding-bottom: 6rem;
    }
    .mpblog-post-index .recent-releases .items {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .mpblog-post-index .recent-releases .items .item {
        width: 100%;
    }
}
/*End Blog page*/

.billing-address-form div[name="billingAddresspayulatam.lastname"], .billing-address-form div[name="billingAddresspayulatam.firstname"] {
    display: none;
}
.checkout-billing-address:before {
    content: 'Información de facturación complementaria';
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    margin: 13px 0 0 0;
    padding: 10px 0 11px 0;
}

/*taboculto*/
    .product.data.items .data.item:nth-child(3) {
        display:none;
    }
@media (min-width: 0) and (max-width: 991px) {
    .uninorte-product-format span > span:before {
        width: inherit !important;
        height: inherit !important;
    }
    .uninorte-product-format {
        display: flex;
        flex-direction: column;
    }
    .uninorte-product-format span > span.audiolibro {
        font-size: inherit !important;
        padding: inherit !important;
        text-align: inherit !important;
    }
    .uninorte-product-format {
        display: flex;
        flex-direction: column;
    }
}








body.mpblog-topic-view #maincontent .columns ,
body.mpblog-category-view #maincontent .columns,
body.mpblog-tag-view #maincontent .columns,
body.mpblog-post-index #maincontent .columns {
  max-width: 1240px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem !important;
  margin-bottom: 5rem !important;
}
body.mpblog-topic-view #maincontent .column.main ,
body.mpblog-category-view #maincontent .column.main,
body.mpblog-tag-view #maincontent .column.main {
  width: 74%;
}
body.mpblog-topic-view #maincontent .sidebar.sidebar-main ,
body.mpblog-category-view #maincontent .sidebar.sidebar-main,
body.mpblog-tag-view #maincontent .sidebar.sidebar-main,
body.mpblog-post-index #maincontent .sidebar.sidebar-main {
  width: 26%;
} 
.product.data.items {
  margin: 0;
}
.mp-sidebar.mpcss .bg-white {
  padding: 1.5rem 1.5rem;
}
.mp-sidebar.mpcss .bg-white ul {
  padding: 0;
}
.mp-sidebar.mpcss .bg-white .fa-folder-open-o:before {
  content: "\f07c" !important;
}
@media (min-width: 768px) {
  .mp-sidebar {
      margin-bottom: 15px;
  }
  .product.info.detailed {
    clear: both;
    margin-bottom: 15px !important;
  }
  a.label.label-default.tags-list {  
    padding: 5px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .author-view-page-name h1.page-title,
  .cms-page-view h1.page-title {
    padding: 0 0 0 13px;
  }
  .author-view-page-name h1.page-title::befores,
  .cms-page-view h1.page-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 3px inset red;
    position: absolute;
    bottom: 8px;
    left: 0;
  }
}