/*
Nombre del Tema: Fondo Editorial PUCE 
Url del sitio: http://edipuce.simeh.co/
Autor del Tema: Hipertexto - Netizen Digital Solutions
Web del Autor: http://www.hipertexto.com.co/
*/
/* Table of Content
==================================================
    1.0  -  Reset
    2.0  -  Header
    3.0  -  Footer
    4.0  -  Grilla
    5.0  -  Featured Links
    6.0  -  Parralax Banner
    7.0  -  Ficha de Producto
*/
/*==================================================
/* 01 - reset
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Trade Gothic LH';
    src: url('../fonts/TradeGothicLH-Extended.eot');
    src: url('../fonts/TradeGothicLH-Extended.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TradeGothicLH-Extended.woff2') format('woff2'),
    url('../fonts/TradeGothicLH-Extended.woff') format('woff'),
    url('../fonts/TradeGothicLH-Extended.ttf') format('truetype'),
    url('../fonts/TradeGothicLH-Extended.svg#TradeGothicLH-Extended') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trade Gothic LH';
    src: url('../fonts/TradeGothicLH-BoldExtended.eot');
    src: url('../fonts/TradeGothicLH-BoldExtended.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TradeGothicLH-BoldExtended.woff2') format('woff2'),
    url('../fonts/TradeGothicLH-BoldExtended.woff') format('woff'),
    url('../fonts/TradeGothicLH-BoldExtended.ttf') format('truetype'),
    url('../fonts/TradeGothicLH-BoldExtended.svg#TradeGothicLH-BoldExtended') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
    --main-color--:#000000;
    --secondary-color--:#ec6f3a;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    background-image: url('../fonts/TradeGothicLH-Extended.woff2');
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 70%;
    overflow-y: visible !important;
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* LAYOUT
*********************************************************** */
.page-product-grouped.catalog-product-view main.page-main .columns,
.wrapper {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}
main.page-main .columns,
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.mpblog-post-view.page-layout-2columns-right main.page-main,
.mpblog-post-view.page-layout-1column main.page-main {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-layout-1column .column.main {
    padding-bottom: 0;
}
.page-wrapper {
    padding-top: 11rem;
}
.flex-box {
    display: flex;
}
main.page-main {
    padding: 0;
    margin: 0;
    max-width: none;
}
.mpblog-post-view.page-layout-2columns-right .page-title,
.mpblog-post-view.page-layout-1column .page-title,
.cms-no-route.cms-noroute-index .page-title,
.customer-account-logoutsuccess.page-layout-1column .page-title,
.checkout-cart-index.page-layout-1column .page-title,
.step-title,
.block-authentication .block-title,
.account.page-layout-2columns-left .page-title,
.customer-account-login.page-layout-1column .page-title,
.customer-account-create.page-layout-1column .page-title {
    text-align: center;
    display: block !important;
    margin-bottom: 3rem !important;
}
.mpblog-post-view.page-layout-2columns-right .page-title,
.mpblog-post-view.page-layout-1column .page-title,
.cms-no-route.cms-noroute-index .page-title,
.customer-account-logoutsuccess.page-layout-1column .page-title,
.checkout-cart-index.page-layout-1column .page-title,
.step-title,
.block-authentication .block-title,
.account.page-layout-2columns-left .page-title,
.customer-account-login.page-layout-1column .page-title,
.customer-account-create.page-layout-1column .page-title,
.title {
    font-family: 'Bebas Neue', cursive;
    margin: 0;
}
.step-title,
.block-authentication .block-title,
.account.page-layout-2columns-left .page-title {
    text-align: left;
}
.titleSection {
    font-size: 5.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}
a:hover, .alink:hover {
    color: currentColor;
    text-decoration: none;
}
a, .alink {
    color: currentColor;
}
ul {
    margin: 0;
    padding: 0;
}
ol, ul, dl {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
}
p, li {
    font-size: 1.6rem;
    line-height: 1.6;
}
a, input, button {
    transition: all 0.3s ease-in-out;
}
.s-hovered a {
    opacity: .5;
    transition: opacity .31s ease-in-out;
}
.s-hovered a:hover {
     opacity: 1;
     transition: opacity .31s ease-in-out;
}
.s-hovered .submenu a {
    opacity: 1 !important;
}
.link-hover {
    position: relative;
    display: inline-block;
}
.link-hover::before {
    content: "";
    width: 0;
    height: 1px;
    background: #ec6f3a;
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: all .3s ease-in-out;
 }
.link-hover:hover:before {
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.active .link-hover::before,
.link-hover.active::before {
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
 }
#submit_preview {
    margin-top: 2rem;
}
.modal-footer .action-secondary.action-dismiss,
.modal-footer .action-primary.action-accept,
.cart.table-wrapper .actions-toolbar > .action,
.block-authentication .actions-toolbar > .primary .action,
.actions-toolbar .action.primary,
.action.primary,
.oopenAccess a,
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 160px;
    min-height: 46px;
    padding: 0.5rem 2rem;
    zoom: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1px;
    color: currentColor;
    outline: none;
    border: 1px solid currentColor;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
    transition: all 400ms ease-in-out 200ms;
    position: relative;
    font-family: 'Bebas Neue', cursive;
    position: relative;
}
.btn-bgColor {

}
.btn-white {
    border-color: white;
    color: white !important;
}
.btn-white:before {
    background-color: white !important;
}
.btn-white:hover {
    color: black !important;
    border-color: white !important;
}
.modal-footer .action-secondary.action-dismiss:before,
.modal-footer .action-primary.action-accept:before,
.cart.table-wrapper .actions-toolbar > .action:before,
.block-authentication .actions-toolbar > .primary .action:before,
.actions-toolbar .action.primary::before,
.action.primary::before,
.oopenAccess a:before,
.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ec6f3a;
    will-change: auto;
    transform-origin: top center;
    transform: scaleY(0);
    transition: transform 400ms cubic-bezier(0.4, 0, 0, 1);
    z-index: -2;
}
.action.primary.disable,
.btn.disable {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
}
.modal-footer .action-secondary.action-dismiss:hover,
.modal-footer .action-primary.action-accept:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.block-authentication .actions-toolbar > .primary .action:hover,
.actions-toolbar .action.primary:hover,
.action.primary:hover,
.oopenAccess a:hover,
.btn:hover {
    color: white;
    border-color: #ec6f3a;
}
.action.primary:focus,
.action.primary:active,
.action.primary:hover,
button:hover {
    background-color: transparent;
}
.modal-footer .action-secondary.action-dismiss:hover::before,
.modal-footer .action-primary.action-accept:hover::before,
.cart.table-wrapper .actions-toolbar > .action:hover::before,
.block-authentication .actions-toolbar > .primary .action:hover::before,
.action.primary:hover::before,
.actions-toolbar .action.primary:hover::before,
.oopenAccess a:hover:before,
.btn:hover::before {
    transform-origin: bottom center;
    transform: scaleY(1);
}
.actions-toolbar .action.create.primary {
    display: flex;
    align-items: center;
}
a:visited, .alink:visited {
    color: currentColor;
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    background-color: transparent;
}
.estimated-price,
span.price {
    font-family: 'Abel', sans-serif !important;
}
.checkout-index-index.page-layout-1column .checkout-step-title .control.input-field label.label {
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 1rem;
    display: block;
}
.checkout-index-index.page-layout-1column .opc-progress-bar .opc-progress-bar-item {
    font-family: 'Bebas Neue', cursive;
}
.checkout-index-index.page-layout-1column #checkout-step-title > .field {
    margin-bottom: 2rem;
}
.checkout-index-index.page-layout-1column #checkout-step-title > .field .control.input-field br{
    display: none;
}
.checkout-index-index.page-layout-1column #checkout-step-title > .field label.label {
    /*font-family: 'Bebas Neue', cursive;*/
}
.checkout-index-index.page-layout-1column .totals.charge {
    display: none;
}
.customer-account-logoutsuccess.page-layout-1column .column.main p,
.checkout-cart-index.page-layout-1column .cart-empty {
    text-align: center;
}
.user-link-actions .minicart-wrapper .action.showcart .counter.qty {
    font-size: 11px;
    font-family: 'Bebas Neue', cursive;
}
.mpblog-post-view.page-layout-2columns-right .post-view-image,
.mpblog-post-view.page-layout-1column .post-view-image {
    max-width: 500px;
    margin: 0 auto 2rem;
}
.mpblog-post-view.page-layout-2columns-right .mp-post-info,
.mpblog-post-view.page-layout-1column .mp-post-info {
    font-size: 1.3rem;
}
.mpblog-post-view.page-layout-2columns-right  #sharing,
.mpblog-post-view.page-layout-1column #sharing {
    margin-top: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.mpblog-post-view.page-layout-2columns-right #sharing h5,
.mpblog-post-view.page-layout-1column #sharing h5 {
    padding: 0;
    margin: 0;
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
}
.mpblog-post-view.page-layout-2columns-right #sharing .share-col-right .at-resp-share-element.at-style-responsive,
.mpblog-post-view.page-layout-1column #sharing .share-col-right .at-resp-share-element.at-style-responsive {
    text-align: right;
}
.mpblog-post-view.page-layout-2columns-right a.label.label-default.tags-list,
.mpblog-post-view.page-layout-1column a.label.label-default.tags-list {
    font-size: 1.3rem !important;
    font-family: 'Bebas Neue', cursive;
    padding: 7px 9px;
}
.mpblog-post-view.page-layout-2columns-right main.page-main,
.mpblog-post-view.page-layout-1column main.page-main {
    margin-bottom: 5rem;
}
.mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content,
.mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs,
.mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content .list-post-tabs {
    padding: 5px 10px 5px 0;
    display: flex;
    flex-direction: column;
    width: 48%;
}
.mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-left,
.mpblog-post-view.page-layout-1column .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;
}
.mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-left img,
.mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right,
.mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right {
    width: 100%;
}
.mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right a span,
.mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right a span {
    font-size: 1.7rem !important;
    font-family: 'Bebas Neue', cursive;
    margin: 0 0 0;
    color: black;
}
#maincontent .product.data.items > .item.title:before {
    background-color: #ec6f3a;
}

/*switcher*/
header.page-header .switcher {
    float: none;
    margin-right: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
}
.page-header .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.catalog-product-view .product-keywords .link-hover,
.catalog-product-view .wrapper-author .link-hover {
    border-bottom: 1px dotted #9999CC;
}
.catalog-product-view .link-hover::before {
    bottom: -1px;
}
.catalog-product-view .product-keywords ul,
.catalog-product-view .wrapper-author {
    line-height: 1.6;
}
/* .catalog-product-view .product-keywords ul .link-hover:nth-child(n+2):nth-child(-n+50)::before,
.catalog-product-view .wrapper-author .link-hover:nth-child(n+2):nth-child(-n+50)::before {
    content: ',';
    position: relative;
    margin-left: -4px;
    display: block;
} */
.wrapp-expand {
    height: 100px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    transition: .3s;
}
.wrapp-expand:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0),#f0f0f0);
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,0),#f0f0f0);
    background: linear-gradient(to bottom,rgba(255,255,255,0),#f0f0f0);
}
.wrapp-expand.activate {
    height: auto;
    margin-bottom: 1rem;
}
.wrapp-expand.activate::after {
    display: none;
}
.expandir-contraer.d-none {
    display: none;
}
.expandir-contraer {
    display: flex;
    bottom: -1px;
    right: 0;
    align-content: center;
    justify-content: flex-end;
    font-size: 1.3rem;
    position: absolute;
    z-index: 9;
    background: #f0f0f0;
    cursor: pointer;
}
.expandir-contraer.activate:after {
    content: "Contraer -";
}
.expandir-contraer:after {
    content: "Expandir +";
    position: relative;
    margin-left: 7px;
}
@media (min-width: 768px){
    .page-header .switcher strong {
        vertical-align: middle;
    }
}
.page-header .switcher strong {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans';
}
.page-header .switcher strong, .page-footer .switcher strong {
    font-weight: 400;
    line-height: 15px;
    font-size: 11px;
    vertical-align: top;
    display: inline-block;
}
.page-header .switcher .options .action.toggle:after {
    vertical-align: middle;
}
.page-header .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.33in' height='0.33in' viewBox='0 0 24 24'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='transparent' class='icon-arrow-3' d='M0,0H24V24H0Z'/%3E%3Cpath fill='white' d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z'/%3E%3C/svg%3E%0A");
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    background-size: 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
}
header.page-header .switcher .action.toggle.switcher-trigger {
    border: 1px solid;
    margin: -8px 0px 0 5px;
    padding: 0;
    height: 24px;
    width: 44px;
    display: flex !important;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}
header.page-header .switcher .action.toggle.switcher-trigger strong span {
    font-size: 10px;
    display: block;
    vertical-align: unset;
}
header.page-header .switcher .options ul.dropdown {
    left: auto;
    right: 0px;
    top: 21px;
}
header.page-header .switcher .options ul.dropdown[aria-hidden="true"] {
    display: none;
}
header.page-header .switcher .options ul.dropdown[aria-hidden="false"] {
    display: block;
}
header.page-header .switcher .options ul.dropdown:before {
    left: auto;
    right: 2px;
    border: 8px solid;
    border-color: transparent transparent #ed5448 transparent;
    top: -19px;
}
header.page-header .switcher .options ul.dropdown:after {
    left: auto;
    right: 1px;
    display: none;
}
header.page-header .switcher .options ul.dropdown li {
    width: auto;
    font-family: inherit;
    padding: 0;
    border-bottom: none;
    background: #fff;
    color: black;
    left: auto;
    right: 0;
    top: 17px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    margin: 0;
    list-style: none none;
    border: 0;
    margin-top: 4px;
    min-width: 45px;
    z-index: 100;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
}
header.page-header .switcher .options ul.dropdown li:before {
    left: auto;
    right: 2px;
    border: 8px solid;
    border-color: transparent transparent #ffffff;
    top: -12px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
header.page-header .switcher .options ul.dropdown li a {
    display: block;
    padding: 8px 10px;
    font-size: 11px;
}
header.page-header .navigation .switcher-currency-dupli {
    position: absolute;
    right: 5em;
    top: 14px;
}
.page-header .switcher .options.active, .page-footer .switcher .options.active {
    overflow: visible;
}
.page-header .switcher .options, .page-footer .switcher .options {
    display: inline-block;
    position: relative;
}
/*end switcher*/
.mt-5 {
    margin-top: 5rem;
}
.color--blue {
    color: #2774AE;
}
.color--green {
    color: #00BB7E;
}
.color--purple {
    color: #8246AF;
}
.verticales {
    color: #2774AE;
}
.transversales {
    color: #00BB7E;
}
.interes {
    color: #8246AF;
}
.verticales .btn:before {
    background-color: #2774AE;
}
.transversales .btn:before {
    background-color: #00BB7E;
}
.interes .btn:before {
    background-color: #8246AF;
}
.verticales .btn:hover {
    border-color: #2774AE;
}
.transversales .btn:hover {
    border-color: #00BB7E;
}
.interes .btn:hover {
    border-color: #8246AF;
}
/*Media querys*/
@media (max-width: 767px) {
    html {
        font-size: 60%;
    }
    .flex-box {
        flex-direction: column;
    }
    .titleSection {
        font-size: 3.6rem;
        text-align: center;
    }
    p, li {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content,
    .mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content {
        flex-direction: column;
        align-items: center;
    }
    .mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs,
    .mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content .list-post-tabs {
        width: 100%;
        padding: 0;
        margin: 0 0 2rem;
    }
    .mpblog-post-view.page-layout-2columns-right .block-blog-related .related-content-container,
    .mpblog-post-view.page-layout-1column .block-blog-related .related-content-container {
        padding: 0 0;
        display: flex;
        flex-direction: column;
    }
    .mpblog-post-view.page-layout-2columns-right .block-blog-related .related-content-container .author-content-image,
    .mpblog-post-view.page-layout-1column .block-blog-related .related-content-container .author-content-image {
        float: none;
        margin: 0 auto 1rem;
    }
    .mpblog-post-view.page-layout-2columns-right .block-blog-related .related-content-container .author-content-information,
    .mpblog-post-view.page-layout-1column .block-blog-related .related-content-container .author-content-information {
        float: none;
        padding: 0;
        width: 100%;
    }
    .customer-account-login.page-layout-1column main.page-main {
        margin-bottom: 4rem;
    }
    .account.customer-account-index main.page-main {
        margin-bottom: 4rem;
    }
    .account.customer-account-index main.page-main .columns {
        display: flex;
        flex-direction: column-reverse;
    }
    .account.customer-account-index main.page-main .columns {
        display: flex;
        flex-direction: column-reverse;
    }
    .account.customer-account-index #maincontent .column.main {
        margin-top: 6rem;
    }
    .account.customer-account-index #maincontent .columns .sidebar-main {
        position: relative;
        top: auto;
    }
}
@media (max-width: 572px) {
    .mpblog-post-view.page-layout-2columns-right .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right a span,
    .mpblog-post-view.page-layout-1column .mp-sidebar .product.data.items > .item.content .list-post-tabs .post-right a span {
        white-space: normal;
    }
}



/*Scroll Magic*/
/*.animate-fade, .animate-fade-2 {*/
/*    opacity: 0;*/
/*}*/
/*.animate-fade.top, .animate-fade-2.top {*/
/*    transform: translateY(100px);*/
/*}*/
/*.animate-fade.top.fade-in, .animate-fade-2.top.fade-in {*/
/*    transform: translateY(0);*/
/*}*/
/*.animate-fade.bottom, .animate-fade-2.bottom {*/
/*    transform: translateY(-100px);*/
/*}*/
/*.animate-fade.bottom.fade-in, .animate-fade-2.bottom.fade-in {*/
/*    transform: translateY(0);*/
/*}*/
/*.animate-fade.left, .animate-fade-2.left {*/
/*    transform: translateX(-100px);*/
/*}*/
/*.animate-fade.left.fade-in, .animate-fade-2.left.fade-in {*/
/*    transform: translateX(0);*/
/*}*/
/*.animate-fade.right, .animate-fade-2.right {*/
/*    transform: translateX(100px);*/
/*}*/
/*.animate-fade.right.fade-in, .animate-fade-2.right.fade-in {*/
/*    transform: translateX(0);*/
/*}*/
/*.animate-fade.animate-mask, .animate-fade-2.animate-mask {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.animate-fade.animate-mask:before, .animate-fade-2.animate-mask:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: black;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 3;*/
/*}*/
/*.animate-fade.animate-mask.fade-in:before, .animate-fade-2.animate-mask.fade-in:before {*/
/*    animation: maskAnimated 1.2s;*/
/*    animation-timing-function: cubic-bezier(0.18, 0.32, 0.17, 0.99);*/
/*}*/
/*.animate-fade.animate-mask.fade-in img, .animate-fade-2.animate-mask.fade-in img {*/
/*    opacity: 1;*/
/*}*/
/*.animate-fade.animate-mask img, .animate-fade-2.animate-mask img {*/
/*    opacity: 0;*/
/*    transition: all 0.6s;*/
/*    transition-delay: 0.6s;*/
/*}*/
/*.animate-fade.fade-in, .animate-fade-2.fade-in {*/
/*    opacity: 1;*/
/*    transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);*/
/*}*/
/*End Scroll Magic*/

@font-face{font-family:'mbicon';src:url('../fonts/mbicon/mbicon.woff2') format('woff2'),url('../fonts/mbicon/mbicon.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}

header.down .header-main-wrapper > .page-main.container .logo-wrapper .logo,
header.up .header-main-wrapper > .page-main.container .logo-wrapper .logo {
    height: 62px !important;
    overflow: visible !important;
}
header.down .advanced-search,
header.up .advanced-search {
    opacity: 0;
    display: none;
}
.product-item-inner {
    width: 100%;
    min-height: 79px;
}
.product-item-inner ul.udg-associated-product-format > li {
    display: block !important;
    padding: 0;
    margin: 0;
}
.product-item-inner ul .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;
}
.product-item-inner ul .minimal-price span:nth-child(2) {
    font-size: 1.2rem;
}
.product-item-inner ul .minimal-price .price-box.price-final_price {
    margin: 0;
}
.product-item-inner ul .minimal-price .price-box.price-final_price .price  {
    font-size: 1rem;
}
.product-item-inner .actions-primary  {
    width: 100%;
}
.product-item-inner ul .mbi {
    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-item-inner ul .mbi.mbi-laptop:before {
    content: "\e7ad";
}
.product-item-inner ul .mbi.mbi-bookmark:before {
    content: "\e715";
}

/*Paginas internas*/
#default .top-content {
    position: relative;
    max-height: 560px;
    overflow: hidden;
}
#default .top-content .hero-images {
    padding: 0;
    position: relative;
    overflow: visible;
    z-index: 1;
}
#default .top-content .hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 54%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(359deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(359deg, rgb(0 0 0 / 80%) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
    pointer-events: none;
}
#default .top-content .hero__item {
    flex-shrink: 0;
    width: 100%;
    background-color: #262727;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: 50%;
    position: relative;
    height: calc(40vh - 0px);
}
#default .top-content .uvp {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    top: 70%;
}
#default .top-content .uvp>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
#default .top-content .uvp--text {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2.28571rem, 5vw, 6.07143rem);
    color: #fff;
    font-weight: 400;
    line-height: 1;
    position: relative;
    margin: 0;
    text-transform: none;
}
#default .intro-content.no-inset {
    text-align: center;
    padding: 5rem 0;
}
#default .intro-content.no-inset .flex-box {
    -ms-flex-pack: center;
    justify-content: center;
}
#default .intro-content.no-inset .text {
    max-width: 640px;
    width: 100%;
    margin-top: 0;
}
#default .intro-content.no-inset .institucionales {
    margin-top: 4rem;
}
#default .intro-content.no-inset .institucionales ul {
    flex-wrap: wrap;
    gap: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#default .intro-content.no-inset .institucionales ul li {
    max-width: 245px;
}
#default .intro-content.no-inset .institucionales .txt p {
    margin: 0;
}
#default .intro-content.no-inset .institucionales .txt p.title {
    font-size: 2rem;
    position: relative;
}
#default .intro-content.no-inset .institucionales .txt p.title:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 40px;
    background: firebrick;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
#default .intro-content .titleSection span {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 25px;
    max-width: 1000px;
    margin: 0 2rem;
}
#default .intro-content .titleSection:before {
    content: '';
    height: 1px;
    background-color: #d3b5a3;
    position: absolute;
    width: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 1.4s ease-in-out;
    width: 98%;
    max-width: 1119px;
}
#default .intro-content .titleSection {
    font-size: 1.4375rem;
    color: #000;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
}
#default .intro-content .title {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    font-size: 3.75rem;
}
#default .intro-content.no-inset .short-content {
    max-width: none;
    margin-top: 1rem;
}
#default .intro-content.no-inset .short-content-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}
#default .intro-content.no-inset figure.po {
    margin-top: 2rem;
}
#default .intro-content.no-inset  .btn {
    margin: 2rem auto 0;
}
#default .intro-content.no-inset  p {
    font-size: 1.4375rem;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 1rem;
    padding: 0;
}
.mt-6 {
    margin-top: 6rem !important;
}
#default ul.audio .descrip {
    margin-top: 1rem;
}
#default ul.audio .descrip .titleVideo {
    font-weight: bold;
}
#default ul.audio,
#default ul.logos-podcast {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 4rem;
    margin: 4rem 0 0;
}
ul.logos-podcast img {
    height: 39px;
}
#default ul.nuestro-equipo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 4rem;
    gap: 4rem;
    margin: 2rem 0 0;
}
#default ul.nuestro-equipo li .img {
    margin-bottom: 1rem;
}
#default ul.nuestro-equipo li figure {
    width: 100%;
    height: 100%;
    max-width: 246px;
    max-height: 246px;
    overflow: hidden;
    margin: auto;
    border-radius: 400px 400px 0 400px;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 36%);
}
#default ul.nuestro-equipo li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#default ul.nuestro-equipo li {
    max-width: 400px;
    width: 100%;
    padding: 1rem;
    /*border: 1px solid #bbbbbb;*/
    /*height: 100%;*/
    /*height: 426px;*/
    display: block;
    position: relative;
}

#default .intro-content.no-inset ul.nuestro-equipo p {
    margin-bottom: 0;
    font-size: 1.3rem;
}
#default .intro-content.no-inset ul.nuestro-equipo p.name {
    font-size: 1.5rem;
    font-weight: bold;
}
#default .main.videos {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-top: 4rem;
}
#default .main.videos .grid_4 {
    width: 32.3%;
}
#default .main.videos .grid_4 iframe {
    width: 100%;
}
#default .contiene-iframe iframe{
    width:100%;
    height:250px;
}
#default .video-title {
    font-size: 2rem;
    text-align: left;
    margin: 1rem 0;
}
#default .intro-content.no-inset .video-description {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.7;
}
.page-products .page-title-wrapper {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #default .main.videos .grid_4 {
        width: 49%;
    }
    header.down .header-main-wrapper > .page-main.container .logo-wrapper .logo,
    header.up .header-main-wrapper > .page-main.container .logo-wrapper .logo {
        height: 37px;
    }
    .block-collapsible-nav {
        top: -3px;
    }
    .account.downloadable-customer-products #maincontent .columns .sidebar-main {
        top: 12px;
        position: absolute;
        left: 0;
        width: 100%;
        background: transparent;
    }
    .account.downloadable-customer-products #maincontent .columns .sidebar-main .block-collapsible-nav {
        position: relative;
        top: auto;
    }
    .account.downloadable-customer-products #maincontent .columns .column.main {
        padding-top: 9rem;
    }
    .account .page-main,
    .cms-privacy-policy .page-main
    .account.customer-account-index main.page-main {
        padding-top: 0;
        margin-bottom: 0;
    }
    #default ul.audios,
    #default ul.logos-podcast,
    #default ul.nuestro-equipo {
        flex-direction: column;
        align-items: center;
    }
    #default .intro-content.no-inset .flex-box {
        align-items: center;
    }
}
@media (max-width: 640px) {
    #default .main.videos .grid_4 {
        width: 100%;
    }
}
.page-products.page-layout-2columns-left .toolbar-amount {
    margin-right: 1rem;
}
.page-products.page-layout-2columns-left .filter-options-item:nth-child(2),
.page-products.page-layout-2columns-left .block-subtitle.filter-subtitle,
.page-products.page-layout-2columns-left .block-title.filter-title {
    display: none;
}

.message.global.cookie {
    background-color: rgb(45 45 45 / 80%);
    color: #fff;
    z-index: 99999999;
}
.message.global.cookie .content {
    display: flex;
    max-width: 1085px;
    margin: auto;
    align-items: center;
    gap: 4rem;
}
.message.global.cookie .content p {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}
.message.global.cookie .content a {
    color: #ffdc02;
}
/*.message.global.cookie .content #btn-cookie-allow {*/
/*    background: #ffdc02;*/
/*    border-color: #ffdc02;*/
/*    color: #000;*/
/*}*/
/*.message.global.cookie .content #btn-cookie-allow:hover {*/
/*    background: #ccb312;*/
/*    border-color: #ccb312;*/
/*    color: #000;*/
/*}*/
.message.global.cookie .content #btn-cookie-allow span {
    white-space: nowrap;
}