/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*VARIABLES*/
:root {
    --effect-btn: all 0.5s ease;
    --color-corp: #93d2f1;
    --color-alt: #5b737b;
    --color-alt-2: #00715e;
    --color-alt-3: #da015f;
    --color-alt-4: #eeff5c;
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
    --font-07em: .7rem;
    --font-1em: 1rem;
    --font-alt: 'Degular Display';
}
[role=button] {cursor: pointer;}
.color-corp {color: var(--color-corp) !important;}
.border-corp {border-color: var(--color-corp) !important;}
.border-alt {border-color: var(--color-alt) !important;}
.color-alt {color: var(--color-alt) !important;}
.color-alt-2 {color: var(--color-alt-2) !important;}
.color-alt-3 {color: var(--color-alt-3) !important;}
.color-alt-4 {color: var(--color-alt-4) !important;}
.bg-f5 {background-color: #f5f5f5;}
.border-alt {border-color: var(--color-alt) !important;}
.zindex-1-negative {z-index: -1;}
.zindex-1 {z-index: 1;}
.zindex-99 {z-index: 99;}
.top-0 {top:0;}
.right-0 {right: 0;}
.text-black { color: #000 !important; }
.star-required {color: #da015f !important;} 
.font-alt { font-family: var(--font-alt) !important; }
.mt-n2 { margin-top: -0.55rem;}
:not(.form-group) .alert {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
}
.badge-warning {
    color: #f57f2b;
    background: inherit;
}
.sale-price {color:var(--color-alt-3) !important;}

:root,
.cart-products,
.media-list {
    scrollbar-face-color: rgb(210,210,210); /* Firefox 63 compatibility */
    scrollbar-track-color: rgb(46,54,69); /* Firefox 63 compatibility */
    scrollbar-color: #999 #fff ;
    scrollbar-width: thin;
}

/*ERRORS*/
.form-group.has-error input, 
.form-group.has-error select {
    outline: 0.1875rem solid #DA015F;
}

/*SCROLLBAR*/
/* scroll width */
::-webkit-scrollbar {
    width: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* scroll track */
::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset 0 0 1px #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #5b737b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar {
    height: 4px;
}
body::-webkit-scrollbar {
    width: 10px !important;
}

/*FONT WEIGHT*/
.font-weight-500 {font-weight: 500 !important;}
.font-weight-600 {font-weight: 600 !important;}
.font-weight-bolder {font-weight: 900 !important;}

/*FONT SIZE*/
.fs-3{font-size: 0.3rem !important;}
.fs-7{font-size: 0.7rem !important;line-height: 0.8rem;}
.fs-8{font-size: 0.8rem !important;line-height: 0.9rem;}
.fs-9{font-size: 0.9rem !important;line-height: 1rem;}
.fs-10{font-size: 1rem !important;}
.fs-11{font-size: 1.1rem !important;}
.fs-12{font-size: 1.2rem !important;}
.fs-13{font-size: 1.3rem !important;}
.fs-14{font-size: 1.4rem !important;}
.fs-15{font-size: 1.5rem !important;}
.fs-16{font-size: 1.6rem !important;}
.fs-17{font-size: 1.7rem !important;}
.fs-18{font-size: 1.8rem !important;}
.fs-19{font-size: 1.9rem !important;}
.fs-20{font-size: 2rem !important;}
.fs-22{font-size: 2.2rem !important;}
.fs-25{font-size: 2.5rem !important;}
.fs-30{font-size: 3rem !important; line-height: 2.5rem;}
.fs-40{font-size: 4rem !important;}
.fs-50{font-size: 5rem !important;}
.fs-70{font-size: 7rem !important;}
.fs-100{font-size: 10rem !important;}

/*BOOSTRAP 5*/
.translate-middle-x {transform: translateX(-50%)!important;}
.start-50 {left: 50%!important;}
.border-3 {border-width: 3px!important;}
.border-4 {border-width: 4px!important;}

/*ROTATE*/
.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
i[class*="to-"].rt-270,
i[class^="to-"].rt-270 {
    transform: rotate(270deg);
}
i[class*="to-"].rt-180,
i[class^="to-"].rt-180 {
    transform: rotate(180deg);
}
i[class*="to-"].rt-90,
i[class^="to-"].rt-90  {
    transform: rotate(90deg);
}
i[class*="to-"].rt-45,
i[class^="to-"].rt-45  {
    transform: rotate(45deg);
}

/*REPLACE*/
.fa.fa-instagram:before {font-family: 'toms';content: '\e923' !important;}
.fa.fa-facebook:before {font-family: 'toms';content: '\e922' !important;}
.fa.fa-twitter:before {font-family: 'toms';content: '\e921' !important;}
.fa.fa-youtube:before {font-family: 'toms';content: '\e920' !important;}
.fa-check:before {font-family: 'toms';content: '\e926' !important;}
.card {
    border: none;
}

/*TOP NAV CENTER*/
.center-nav div[id*="iqithtmlandbanners-"] {
    width: 320px;
}
.center-nav .slide-text-button {
    color: #000000;
    background: transparent;
}
.center-nav .swiper {
    width: 100%;
    height: 100%;
}
.center-nav .swiper-slide {
    text-align: center;
    line-height: 20px;
}
.center-nav .slide-text-button {
    padding: 0rem 0.5rem;
    top: 30px;
}
.center-nav .slide-text-button:after {
    font-size: 1.6rem;
    font-family: 'toms';
}
.swiper-button-prev.slide-text-button:after {
    content: "\e943";
}
.swiper-button-next.slide-text-button:after {
    content: "\e942";
}


/*HEADER*/
#header .header-btn-w {
    padding: 0 0.2rem;
}
#header .header-btn-w .header-btn .title {
    font-size: 0.7rem;
    margin-top: 0;
    line-height: 0.8rem;
}
#iqitwishlist-nb {
    text-align: center;
    line-height: 15px;
    border-radius: 30px;
    min-width: 16px;
    height: 16px;
    font-size: 0.8rem;
    position: absolute;
    right: -5px;
    top: -8px;
}
#iqitwishlist-nb {
    display: inline-block;
    background: var(--color-corp);
    color: #000000;
}
.header-top .header-btn-w .header-btn > .icon {
    font-size: 2rem;
}
.ps-shoppingcart .cart-products-count-btn {
    top: 8px;
    right: 10px;
}
.cbp-hrmenu li:first-child a {
    padding-left: 0;
}
.account-link-short .link-item::before,
.cbp-hrmenu li .nav-link span::before {
    background-color: #88d3ee;
    height: 7px;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyA+PHBhdGggZD0nTTAsMCBMMTAwLDAgTDEwMCw1Ny4xNDI4NiBMMCwxMDB6JyBmaWxsPSdibGFjayc+PC9wYXRoPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyA+PHBhdGggZD0nTTAsMCBMMTAwLDAgTDEwMCw1Ny4xNDI4NiBMMCwxMDB6JyBmaWxsPSdibGFjayc+PC9wYXRoPjwvc3ZnPg==);
    -webkit-mask-size: 100% 7px;
    mask-size: 100% 7px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    content: '';
    transition: width 0.3s;
    width: 0;
}
.account-link-short:hover .link-item::before,
.account-link-short.current .link-item::before,
.cbp-hrmenu li:hover .nav-link span::before,
.cbp-hrmenu li.current .nav-link span::before {
    width: 100%;
}
#mobile-header .m-nav-btn > span {
    font-size: 0.9rem;
    line-height: 0.4rem;
}
#mobile-header .m-nav-btn>i {
    font-size: 2.3rem;
}
#mobile-header .m-nav-btn > span#mobile-cart-products-count {
    display: inline-block !important;
    font-weight: bold;
    top: 12px;
    right: 13px;
}

/*MENU*/
.cbp-hrmenu .cbp-menu-column {
    margin-top: 0;
}
.cbp-hrmenu .cbp-column-title {
    margin-bottom: 25px;
}
.cbp-hrmenu .cbp-links li {
    margin: 15px 0;
}
.cbp-hrmenu-tab-3 .cbp-hrsub-inner,
.cbp-hrmenu-tab-2 .cbp-hrsub-inner,
.cbp-hrmenu-tab-1 .cbp-hrsub-inner {
    background: linear-gradient(to right, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 50%);
}
.cbp-hrmenu-tab-3 .cbp-hrsub-inner,
.cbp-hrmenu-tab-2 .cbp-hrsub-inner,
.cbp-hrmenu-tab-1 .cbp-hrsub-inner {
    padding-top: 3rem;
}
.cbp-hrmenu-tab-6 .cbp-hrsub-inner{
    background: linear-gradient(to right, rgba(57,33,99,1) 35%, rgba(255,255,255,1) 35%);
}
.cbp-hrmenu .cbp-hrmenu-tab .cbp-submenu-aindicator {
    transition: transform .3s;
}
.cbp-hrmenu .cbp-hrmenu-tab.cbp-hropen .cbp-submenu-aindicator {
    transform: rotate(-180deg);
}

/*MENU MOBILE*/
.col-mobile-menu-push.show #mobile_menu_click_overlay {
    background: rgba(0,0,0,0.7);
}
#iqitmegamenu-mobile {
    
}
#iqitmegamenu-mobile .menu-first {
    min-height: 65vh;
    max-height: 65vh;
    overflow-y: auto;
}
#iqitmegamenu-mobile .menu-first a {
    min-height: auto;
    padding: 0.8rem 0.5rem;
    font-size: 1.5rem;
}
#iqitmegamenu-mobile .footer-mobile a {
    padding: inherit;
    text-transform: inherit;
    min-height: auto;
}
#iqitmegamenu-mobile .menu-first > li > a {
    font-weight: bold;
    font-size: 2rem;
    padding: 0.9rem 1rem;
}
#iqitmegamenu-mobile ul.menu_1 {
    padding-left: 1rem;
}
#iqitmegamenu-mobile ul.menu_2 {
    padding-left: 2rem;
}
#iqitmegamenu-mobile .mm-expand,
#iqitmegamenu-mobile .menu-first > li > .mm-expand {
    font-size: 1.5rem;
    right: 15px;
    height: 2em;
}
#iqitmegamenu-mobile .menu_1 > li > .mm-expand:after {
    font-family: "icons-pm";
    content: "\e804" !important;
    font-size: 2rem;
    vertical-align: middle;
}
#iqitmegamenu-mobile .footer-mobile a {
    display: initial;
    padding: 0;
    min-height: 0;
}
.footer-mobile.mt-auto {
    background-color: var(--color-corp);
    position: absolute;
    bottom: 0;
    padding: 1rem 0 1rem;
    width: 100%;
}
.footer-mobile.mt-auto > div {
    padding: 1rem 0;
}
@media screen and (max-width: 991px) {

    .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
		max-width: 40vw;
        min-width: 40vw;
        max-height: 100vh;
        min-height: 100vh;
    }

}
@media screen and (max-width: 767px) {

    .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
		max-width: 88vw;
        min-width: 88vw;
        max-height: 100vh;
        min-height: 100vh;
    }

}


/*CUSTOM LOGIN & SHOPPING CART*/
.col-mobile-menu-push.show #mobile_menu_click_overlay,
#products.showFi .mobile_menu_click_overlay,
.blocklogin.show .mobile_menu_click_overlay,
.blockcart.show .mobile_menu_click_overlay,
#mobile-cart-wrapper.show .mobile_menu_click_overlay {
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
button.close {
    font-size: 0.9rem;
    opacity: 1;
    font-weight: normal;
    margin-top: 0 !important;
}
#blocklogin-content {
    background: #fff;
    border: none 1px;
    box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 15%);
}
.blockcart-content .modal-title {
        line-height: 1;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}
.ps-shoppingcart.side-cart #blockcart-content, 
.ps-customersignin.side-cart #blocklogin-content {
    top: 0;
}
.ps-shoppingcart ul.cart-products {
    min-height: 420px;
    max-height: 420px;
    padding-right: 15px;
}
#blockcart-content .cart-products>li {
    border-bottom: none;
    margin-bottom: 0.3rem;
}
.ps-customersignin.side-cart #blocklogin-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 5005;
    right: 0;
    overflow-x: hidden;
    transform: translate3d(115%,0,0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    padding-bottom: 50px;
}
#blocklogin-content {
    background: #fff;
    border: none 1px;
}
#blockcart-content,
#blocklogin-content {
    padding: 1rem 1.5rem;
    text-align: left;
    min-width: 393px;
    max-width: 393px;
    width: 100%;
}
.ps-customersignin.side-cart .show #blocklogin-content {
    transform: translateZ(0);
}
.btn-login-register [aria-expanded="true"]  .btn-form-login,
.btn-login-register [aria-expanded="false"]  .btn-form-register {
    font-weight: 900;
}
.ps-customersignin.dropdown #blocklogin-content label {
    font-size: 0.9rem !important;
    color: #9B9B9B;
}
.ps-shoppingcart input.js-cart-line-product-quantity {
    max-width: 37px;
    text-align: center;
    padding: 0.4rem;
    background-color: #f5f5f5;
}

#blockcart-content .cart-subtotals {
    border: none;
}
.list-bullet {
    list-style: disc;
    padding-left: 1rem;
    margin-left: 0.5rem;
}
.list-bullet li{
    margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {

    #blockcart-content,
    #blocklogin-content {
        min-width: 367px;
        max-width: 367px;
    }

}


/*CART*/
#blockcart-content .bootstrap-touchspin {
    max-width: fit-content;
    min-width: max-content;
}
#blockcart-content .input-group .input-group-btn>.btn, 
.cart-item .input-group .input-group-btn>.btn {
    padding: 0 0.4rem;
}
.bootstrap-touchspin {
    width: auto;
}
.input-group.bootstrap-touchspin {
    max-width: fit-content;
    background-color: #f5f5f5;
}
.cart-products span.product-image.media-middle {
    max-height: 105px;
    display: block;
    overflow: hidden;
}
.cart-products span.product-image.media-middle img {
    margin-top: -20px;
}



/*LOGIN & REGISTER*/
body.page-contact #main,
body.page-customer-account #main,
body.page-authentication #main,
body.page-stores #main,
body.page-addresses #main,
body.page-my-newsletter #main,
body.page-order-detail #main,
#module-giftcard-mygiftcards #main,
#password #main,
#module-psgdpr-gdpr #main,
#module-ps_emailalerts-account #main,
#module-iqitwishlist-view #main {
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
body.page-contact #main {
    max-width: 1100px;
}
body.page-stores #main {
    max-width: 1440px;
}
body.page-my-account #main,
body.page-customer-account #main,
body.page-authentication #main,
body.page-addresses #main,
body.page-my-newsletter #main,
body.page-order-detail #main,
#module-giftcard-mygiftcards #main,
#password #main,
#module-psgdpr-gdpr #main,
#module-ps_emailalerts-account #main,
#module-iqitwishlist-view #main {
    max-width: 1240px;
    margin: 0 auto;
}
#password #main{
    padding-bottom: 50px;
}
#password #main .page-title,
#authentication #main .page-title,
#password #main .page-title,
#authentication #main .page-title {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}
#password .send-renew-password-link,
#password .txt-msg-password {
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
}

#password .form-fields,
#authentication .login-form,
#authentication .register-form {
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
}
.btn-account .btn:not(.disabled) {
    color: var(--color-alt);
}
.btn-account .btn:not(.disabled):hover {
    color: #000;
    border-bottom: solid 1px #000000;
}
.btn-account .btn.disabled {
    color: #000;
    opacity: 1;
    border-bottom: solid 1px #000000;
    padding: 0;
}
.page-customer-account #content {
    border: 0;
}

/*ACCOUNT & ORDER & HISTORY*/
.table-bordered th, .table-bordered td {
    background-color: #fff;
    border: 0px;
}
.table-bordered {
    border: 0px solid #fff;
}
tbody>tr {
    border-top: 1px solid #dee2e6;
}
.table-bordered th {
    text-transform: uppercase;
}
body#order-detail .box {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px; 
}
.my-account-page-content h2 {
    font-size: 2rem;
}
.my-account-page-content-wrapper .content-links {
    max-width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .my-account-page-content-wrapper .content-links {
        max-width: 300px;
    }
}

.my-account-page-content-wrapper a.account-link {
    min-height: 175px; 
}
.my-account-page-content-wrapper a.account-link:hover {
    background-color: #F7F7F7;
}
.my-account-page-content-wrapper,
.my-account-page-content-wrapper .my-account-side-links,
.my-account-page-content-wrapper .my-account-side-links > a:not(.btn) {
    border: none !important;
}
.my-account-page-content-wrapper .my-account-side-links > a:not(.current) {
    font-weight: 400 !important;
}
.page-addresses .address  {
    padding: 1rem;
}
.page-addresses .address .address-body address {
    min-height: auto;
    font-size: 1.2rem;
}
#history .table-responsive {
    display: table;
}
#history .table td, #history .table th {
    background-color: #ffffff !important;
}
#history .table .thead-default  th {
    font-size: 0.9rem;
}
#history .table-bordered {
    border: 0;
}
#history .table-bordered td, #history .table-bordered th {
    border: 0;
    border-bottom: 1px solid #dee2e6;
}
#my-newsletter .mynewsletter-page-newsletter-wrapper {
    max-width: 550px;
}



@media screen and (max-width: 767px) {
	#history .my-account-side-links, 
	#identity .my-account-side-links, 
	#address .my-account-side-links, 
	#addresses .my-account-side-links, 
	#order-slip .my-account-side-links, 
	#order-detail .my-account-side-links, 
	#order-follow .my-account-side-links, 
	#my-newsletter .my-account-side-links,  
	#discount .my-account-side-links, 
	#module-iqitwishlist-view .my-account-side-links, 
	#module-ps_emailalerts-account .my-account-side-links,
	#module-psgdpr-gdpr .my-account-side-links {
		display: none;
	}
    .my-account-page-content-wrapper a.account-link {
        min-height: auto;
        border: none !important;
    }
}

/*PRODUCT LIST*/
.thumbnail-container {
    mix-blend-mode: darken;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.product-miniature .thumbnail-container {
    max-height: 285px;
}
.mailalert-product .thumbnail-container,
.iqitwishlist-product-box .thumbnail-container {
    max-height: 250px;
}
.products-grid .product-miniature-default .product-category-name {
    font-size: 1.1rem;
}
.product-miniature-default .regular-price,
.product-discount .regular-price {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.product-miniature-default .regular-price::after,
.product-discount .regular-price::after {
    background: var(--color-alt-3);
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 45%;
    transform: rotate(-3deg);
    width: 100%;
}
.product-miniature .iqithtmlandbanners-block,
.product-miniature .iqithtmlandbanners-block img {
    margin-bottom: 0 !important;
    width: -webkit-fill-available;
    height: 100%;
}

@media screen and (max-width: 767px) { 
    .product-miniature-grid .product-title {
        font-size: 1.228571rem;
    }
}


/*PRODUCT FLAGS*/
.product-flags {
    width: 100%;
    left: 5px !important;
    top: 15px !important;
}
.product-flags .product-flag {
    margin: 4px 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
}
.product-flags [class*="hashtag-"] {
    background-color: #fff;
    color: #000;
}
.product-flags [class*="hashtag-"]:before {
    font-family: 'toms';
    margin-right: 0.4rem;
    font-size: 0.8rem;
}
.product-flags .hashtag-9 {background-color: #fff; /*nuevo*/}
.product-flags .hashtag-40 {background-color: #fff; /*top ventas*/}
.product-flags .hashtag-45 {background-color: #fff; /*tendencia*/}


.product-flag.hashtag-9:before {content: '\e912';}
.product-flag.hashtag-40:before {content: '\e914';}
.product-flag.hashtag-45:before {content: '\e906';}




@media screen and (max-width: 767px) { 

    .product-flags .product-flag {
        font-size: 1rem;
    }

}

/*FOOTER*/
#footer .block-title{
    margin-bottom: 0em;
}
#footer-container-main .block-links ul>li a {
    padding-left: 0;
    font-size: 1.15rem;
    display: inline;
}
#footer-container-main .block-links ul>li a:before {
    content: none;
}
#footer-container-main .block-iqitlinksmanager a::after {
    content: attr(data-text);
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
    transition: 0.3s;
}
#footer-container-main .block-iqitlinksmanager a:hover {
    font-weight: 700;
    box-shadow: inset 0 -2px 0 0 #000;
}
#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module, 
#footer-container-main.footer-style-1 .ps-emailsubscription-block .ps-emailsubscription-conditions {
    max-width: 100%;
}
#footer-container-main.footer-style-1 .ps-emailsubscription-block .custom-checkbox > label {
    display: flex;
    align-items: center;
}
#footer-container-main .elementor-displayFooterAfter {
    width: 100%;
}
.ps-emailsubscription-block .btn-subscribe {
    background-color: var(--color-corp);
}
.ps-emailsubscription-block .form-control.input-subscription {
    border: solid 3px #f5f5f5;
}
.ps-emailsubscription-block .form-control.input-subscription:focus {
    color: #5b737b;
    background: #ffffff;
    border-color: #000000;
}

@media screen and (max-width: 991px) {

    #footer .bg-footer-first-block {
        background-color: #e4d2bc;
        /*background-image: linear-gradient(358deg, #e4d2bc 50%, #93d2f1 50%);*/
    }

    .block-newsletter-social {order: 1;}
    .block-iqitlinksmanager-2 {order: 2;}
    .block-iqitlinksmanager-1 {order: 3;}
    .block-iqitlinksmanager-3 {order: 4;}

    #footer .block-toggle > .block-title span::after {
        font-family: 'toms';
        content:'\e953';
        float: right;
    }
    #footer .block-toggle._toggled .block-title span::after {
        content: '\e952';
    }
    #footer .block {
        padding-top: 1rem;
    }
    #footer .block.block-iqitlinksmanager {
        border-top: 1px solid #e4d2bc;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    #footer .block.block-iqitlinksmanager-3 {
        border-bottom: 1px solid #e4d2bc;
    }
    #footer .block .block-title {
        padding-bottom: 0;
    }
    #footer .block .block-content {
        padding-top: 1rem;
    }

}
/*TOGGLE JUAN*/
.toggle-hover .elementor-toggle-content{

    position: absolute;
    bottom: 42px;
    height:255% !important;
}

.toggle-hover .elementor-toggle-content span{
    text-align:center;
}
.span-toggle{
    display: flex;
    flex-direction: column;
    padding-top: 15%;
}
.toggle-hover .fa{
    display:none;
}
.toggle-hover .elementor-toggle-title{
    display: flex;
}
.toggle-border-color .elementor-toggle-content{
    border-color: #88d3ee !important;
}
.toggle-h-green .elementor-toggle-content{
    border-color: #88d3ee !important;
}
/*FOOTER JUAN*/
.copyright-txt > p{
    font-size: 15px;
    font-family: degular,arial,sans-serif;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #5b737b;
    padding: 24px 0;
    margin: 0;
}

/*BUTTONS*/
.btn:not(.elementor-button) {
    max-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: bold;
}
.btn.btn-primary,
.btn.btn-secondary {
    text-transform: uppercase;
}
.btn-nostyle{
	background: none;
    outline: none;
    border: none;
	cursor: pointer;
	padding: 0;
}
.link-group-item {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}
.card-link i,
.link-group-item i{
    transition: transform 0.3s;
}
.card-link:hover i,
.link-group-item:hover i{
    transform: translateX(5px);
}

/*LINK*/
.link-bg {
    letter-spacing: .2px;
    display: inline-block;
    transition: background-size .3s,color .3s;
    background: linear-gradient(to bottom,#1e1414 100%,#1e1414 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
    padding-bottom: 0.1rem;
}
.link-bg:hover {
    background-size: 2px 100%;
    text-decoration: none;
    color: #fff !important;
}


/*FORMS*/
.form-group {
    margin-bottom: 0.5rem;
}
.custom-checkbox label,
.form-control-select {
    cursor: pointer;
}
.form-group,
.form-floating {
    position: relative;
}
.form-floating .form-control:not(textarea), 
.form-floating .form-select {
    height: calc(3.15rem + 4px) !important;
    padding: 1rem .75rem;
    background-image: none;
}
.form-floating textarea.form-control {
    padding: 1rem .75rem;
}
.form-floating  label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    z-index: 0;
    color: #5b737b;
    height: 100%;
    max-height: 48px;
    display: flex;
    align-items: center;
    font-size: 1.15rem;
}
.form-floating .form-control:focus, 
.form-floating .form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
}
.form-floating .form-control:focus~label, 
.form-floating .form-control:not(:placeholder-shown)~label, 
.form-floating .custom-select2~label,
.form-floating .form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.4rem) translateX(-0.2rem);
    z-index: 3;
    height: auto;
}
.form-floating  .form-control::-webkit-input-placeholder {
    color: transparent !important;
}
.form-floating  .form-control::-moz-placeholder {
    color: transparent !important;
}
.form-floating  .form-control::placeholder {
    color: transparent !important;
}
input[name="password"] + .input-group-append,
input[name="new_password"] + .input-group-append {
    position: absolute;
    right: 0;
    z-index: 99;
    height: 100%;
    top: 0;
}
.form-control.form-control-select {
	background-color: #ffffff;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 0;
    width: 20px;
    height: 20px;
    top: auto
}
.custom-checkbox input[type=checkbox] + span:not(.color), 
.custom-radio {
    width: 20px;
    height: 20px;
    border-width: 2px;
    min-width: 20px;
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 1rem;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: var(--color-corp);
    top: 0px;
}
.custom-radio input[type="radio"]+span .checkbox-checked {
    font-size: 1rem;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: var(--color-corp);
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
}
.custom-radio input[type="radio"]:checked+span .checkbox-checked {
    animation: checkbox-bounce 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    display: block;
}
.fa-circle.checkbox-checked:before {
    top: -1px;
    position: relative;
    left: 4.5px;
    font-size: 0.6rem;
}
.content-password .input-group>.form-control:focus {
    z-index: 0;
}
.form-control.form-search-control,
.form-floating .form-control:focus {
    box-shadow:none;
}

input:-internal-autofill-selected {
 background-color: transparent !important;
}


/*SEARCH BAR*/
#header-search-btn .fullscreen-search #search_widget {
    width: 50%;
}

/*MODAL*/
.iqitcookielaw_click_overlay.show::after,
.col-mobile-menu-push.show #mobile_menu_click_overlay::after,
#products.showFi .mobile_menu_click_overlay::after,
.blocklogin.show .mobile_menu_click_overlay::after,
#mobile-cart-wrapper.show .mobile_menu_click_overlay::after,
.blockcart.show .mobile_menu_click_overlay::after,
.modal-backdrop::after {
    background-image: url(../img/bg-modal.png);
    background-color: #1e1414;
    content: '';
    height: 200%;
    left: -50%;
    opacity: .5;
    position: absolute;
    top: -50%;
    transform: rotate(-3deg);
    width: 200%;
    z-index: -1;
}

/*JUAN CSS*/
/*TEXT LINE*/
.text-negocios span span::before{
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: calc(50% + 15px);
    height: 50%;
    bottom: -5px;
    z-index: -1;
    transform: rotate(1deg);
}

.text-negocios-1 span::before{
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: calc(67% + 15px);
    height: 67%;
    bottom: -5px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: calc(50% + 15px);
    height: 93%;
    bottom: -1px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-3 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: calc(27% + 15px);
    height: 71%;
    bottom: 3px;
    z-index: -1;
    transform: rotate(1deg);
}

.text-negocios-4 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 33%;
    height: 100%;
    bottom: 0px;
    z-index: -1;
    transform: rotate(1deg);
}

.elementor-element.elementor-element-jp3zave{
    z-index: -1;
}
.elementor-element.elementor-element-di79w8m {
    z-index: -1;
}
.elementor-element.elementor-element-akaq04n.text-negocios-4 {
    z-index: 1;
}
.elementor-element.elementor-element-f46bvxq.text-negocios-5{
    z-index: 1;
}
.elementor-element.elementor-element-xuw1por.text-negocios-6{
    z-index: 1;
}
.elementor-element.elementor-element-0woaygi.text-negocios-7{
    z-index: 1;
}
@media screen and  (min-width: 300px) { 
    .text-negocios span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 194px;
    height: 100%;
    bottom: -5px;
    right: auto;
    z-index: -1;
    transform: rotate(1deg);
}

.text-negocios-1 span::before {
    background-color: #584d5f;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 307px;
    height: 100%;
    right: auto;
    left: auto;
    bottom: -1px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 187px;
    height: 93%;
    bottom: -1px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-3 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 100px !important;
    left: auto;
    right: auto;
    height: 71%;
    bottom: 3px;
    z-index: -1;
    transform: rotate(1deg);
}

.text-negocios-4 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 213px;
    height: 100%;
    bottom: 0px;
    z-index: -1;
    transform: rotate(1deg);
}

.text-negocios-5 span span::before {
    background-color: #EEFF5C;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 53%;
    height: 60%;
    bottom: 6px;
    right: auto;
    left: auto;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-6 span span::before {
    background-color: #EEFF5C;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 126px;
    height: 64%;
    bottom: 3px;
    right: auto;
    left: auto;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-7 h2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 252px;
    height: 100%;
    bottom: 0px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-8 h2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 99px;
    right: auto;
    left: auto;
    height: 53%;
    bottom: 13px;
    z-index: -1;
    transform: rotate(1deg);
}
}

@media screen and  (min-width: 500px){
.text-negocios span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 41%;
    height: 100%;
    bottom: -5px;
    right: 22%;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-5 span span::before {
    background-color: #EEFF5C;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 157px;
    height: 73%;
    bottom: 6px;
    right: auto;
    left: auto;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-6 span span::before {
    background-color: #EEFF5C;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 119px;
    height: 71%;
    bottom: 3px;
    right: auto;
    left: auto;
    z-index: -1;
    transform: rotate(1deg);
}
}
@media screen and  (min-width: 600px){
.text-negocios span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 197px;
    height: 100%;
    bottom: 0px;
    right: auto;
    z-index: -1;
    transform: rotate(1deg);
}
}
.text-negocios-3 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 17%;
    height: 71%;
    bottom: 3px;
    z-index: -1;
    transform: rotate(1deg);
}

@media screen and  (min-width: 1000px) {
    .text-negocios span span::before {
        background-color: #D28CFF;
        font-size: 28px;
        content: "";
        position: absolute;
        width: 672px;
        height: 100%;
        right: auto;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
.text-negocios-1 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 447px;
    height: 100%;
    bottom: -10px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 269px;
    height: 93%;
    bottom: -1px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-3 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 172px !important;
    height: 71%;
    bottom: 3px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-4 span span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 33%;
    height: 100%;
    bottom: 0px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-5 span span::before {
    background-color: #EEFF5C;
    content: "";
    position: absolute;
    width: 269px;
    height: 73%;
    bottom: 3px;
    right: auto;
    left: auto;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-6 span span::before {
    background-color: #EEFF5C;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 3px;
    right: auto;
    left: auto;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-7 h2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 363px;
    height: 100%;
    right: auto;
    bottom: -5px;
    z-index: -1;
    transform: rotate(1deg);
}
.text-negocios-8 h2 span::before {
    background-color: #D28CFF;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 400px;
    right: auto;
    left: auto;
    height: 100%;
    bottom: -2px;
    z-index: -1;
    transform: rotate(1deg);
}
}


/*SWIPER*/
/*
.swiper-button-prev:after, 
.swiper-button-next:after {
    font-family: 'toms' !important;
    font-size: 31px;
}
*/
.elementor-products .swiper-button-prev {
    opacity: 1;
}
.elementor-products .swiper-button-prev:after {
    content: "\e938";
}
.elementor-products .swiper-button-prev:hover:after {
    content: "\e935";
}
.elementor-products .swiper-button-next {
    opacity: 1;
}
.elementor-products .swiper-button-next:after {
    content: "\e936";
}
.elementor-products .swiper-button-next:hover:after {
    content: "\e934";
}
.elementor-products .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    padding: 1rem 0s.7rem;
    margin-top: -30px;
}
@media screen and (min-width: 768px) { 

    .elementor-products .swiper-button-prev {
        left: -25px;
    }
    .elementor-products .swiper-button-next {
        right: -25px;
    }

}

span.text-ani-style-1__animate::before{
    background-color: #88d3ee;
    font-size: 28px;
    content: "";
    position: absolute;
    width: 1100px;
    height: 200px;
    bottom: -5px;
    z-index: -1;
    transform: rotate(1deg);
}

@media screen and  (min-width: 300px) { 
    .text-ani-style-1__animate{
        display:flex;
        text-align: center !important;
    }
    .text-ani-style-1__static{
        display:flex;
        text-align: center !important;
    }
    .text-ani-style-hotspin{
        display:flex;
        text-align: center !important;
    }
    span.text-ani-style-1__animate::before {
        background-color: #88d3ee;
        font-size: 28px;
        content: "";
        position: absolute;
        width: 225px;
        height: 200px;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
    .text-animate-1 span.text-ani-style-1__animate::before {
        background-color: #88d3ee;
        font-size: 28px;
        content: "";
        position: absolute;
        width:298px;
        height: 200px;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
    
}
@media screen and  (min-width: 1000px) {
    span.text-ani-style-1__animate::before {
        background-color: #88d3ee;
        font-size: 28px;
        content: "";
        position: absolute;
        width: 451px;
        height: 200px;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
    .text-animate-1 span.text-ani-style-1__animate::before {
        background-color: #88d3ee;
        font-size: 28px;
        content: "";
        position: absolute;
        width: 664px;
        height: 200px;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
    .text-animate-mh span.text-ani-style-1__animate::before {
        background-color: #88d3ee;
        font-size: 28px;
        content: "";
        position: absolute;
        width: 1120px !important;
        height: 200px;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
}
/*HOTSPOT*/
.hotspot-personal .elementor-hotspot {
    border-radius: 44px !important;
    padding:10px 15px !important;
}
/*CONNECTIF*/
.cn__slides.js_slides .product-carousel,
.cn_element.cn_products .product-carousel {
    padding: 0.6666666667rem;
}
.cn__slides.js_slides .product-miniature-default .product-description,
.cn_element.cn_products .product-miniature-default .product-description {
    padding: 0.7142857143rem;
}
.cn__slides.js_slides .product-miniature-default .product-title,
.cn_element.cn_products .product-miniature-default .product-title {
    padding-bottom: .8rem;
    white-space: initial;
}

.js_prev.cn__prev .swiper-button-prev {opacity: 1;}
.js_prev.cn__prev .swiper-button-prev:after {content: "\e938";}
.js_prev.cn__prev .swiper-button-prev:hover:after {content: "\e935";}
.js_next.cn__next .swiper-button-next {opacity: 1;}
.js_next.cn__next .swiper-button-next:after {content: "\e936";}
.js_next.cn__next .swiper-button-next:hover:after {content: "\e934";}

/*COUNTDOWN*/
@media screen and  (min-width: 300px) { 
    .row-count-d .elementor-row{
        display: flex;
        flex-direction: row;
        gap: 53px;
        justify-content: center;
    }
    .text-animate-mh span.text-ani-style-1__animate::before{
        background-color: #88d3ee;
        font-size: 28px;
        content: "";
        position: absolute;
        width: 346px;
        height: 200px;
        bottom: -5px;
        z-index: -1;
        transform: rotate(1deg);
    }
    }
/* custom css */


.you-may-also-hero-wrapper .elementor-products .swiper-button-prev:after {
    content: "" !important;
    background: url("https://toms.es/img/icon-1.svg");
    width: 31px;
    height: 31px;
    background-size: cover;
    background-position: center;
}
.you-may-also-hero-wrapper .elementor-products .swiper-button-next:after {
    content: "" !important;
    background: url("https://toms.es/img/icon-1.svg"); 
    width: 31px;
    height: 31px;
    background-size: cover;
    background-position: center;
    transform: rotate(175deg);
}
.you-may-also-hero-wrapper .elementor-products .swiper-button-prev {
    left: 0 !important;
}
.you-may-also-hero-wrapper .elementor-products .swiper-button-next {
    right: 0 !important;
}
.you-may-also-hero-wrapper .product-category-name.text-muted {
    font-size: 16px;
    font-family: degular,arial,sans-serif;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 1;
}
.you-may-also-hero-wrapper .product-description a {
    font-size: 20px;
    font-family: degular,arial,sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 28px;
    min-height: 56px;
}
.you-may-also-hero-wrapper .product-description span.product-price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #1e1414;
    font-family: degular,arial,sans-serif;
}
.you-may-also-hero-wrapper .content_accessories span {
    font-size: 14px;
    font-family: degular,arial,sans-serif;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 1;
    color: #5b737b;
    padding-right: 0;
}

.you-may-also-hero-wrapper span.mx-2.d-none.d-md-inline-block {
    display: none !important;
}

.you-may-also-hero-wrapper button.btn-nostyle {
    border-left: 1px solid #e2e7e9;
    padding-left: 14px;
}

.you-may-also-hero-wrapper .content_accessories {
    padding-right: 15px;
}
.you-may-also-hero-wrapper .to-heart:before {
    content: "\e960";
    font-size: 20px;
}
.you-may-also-hero-wrapper .swiper-button-next.swiper-button.elementor-swiper-button.elementor-swiper-button-next.swiper-button-disabled {
    opacity: .5;
}
.you-may-also-hero-wrapper .swiper-button-prev.swiper-button.elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}
.you-may-also-hero-wrapper .product-miniature .thumbnail-container {
    max-height: 393px;
}
.you-may-also-hero-wrapper .product-miniature-grid .product-title {
    height: 100%;
}

@media(max-width:767px){
    .you-may-also-hero-wrapper .thumbnail-container {
        justify-content: center;
    }
}




.small-gutters.slick-slider-custom .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(https://toms.es/img/prevnew.svg);
    width: 31px;
    height: 31px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
}

.small-gutters.slick-slider-custom .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(https://toms.es/img/nextnew.svg);
    width: 31px;
    height: 31px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: auto;
    bottom: 0;
}

.small-gutters.slick-slider-custom .slick-prev {
    left: 15px;
    z-index: 11;
     right: 0;
    top: 50%;
    transform: translateY(-50%);
     width: 31px;
    height: 31px;
}

.small-gutters.slick-slider-custom .slick-next {
    right: 0;
    z-index: 11;
     right: 18px;
    top: 50%;
    transform: translateY(-50%);
     width: 31px;
    height: 31px;
}

.small-gutters.slick-slider-custom .slick-dots {
    max-width: 100%;
    padding: 0;
    bottom: 0;
    display: flex !important;
    margin: 0 auto;
    justify-content: center;
    overflow: hidden !important;
    position: inherit !important;
}

.small-gutters.slick-slider-custom .slick-dots li {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    border-bottom: 4px solid #88d3ee!important;
}

.small-gutters.slick-slider-custom li.slick-active {
    border-bottom: 4px solid #000000!important;
    border-radius: 10px;
}

.small-gutters.slick-slider-custom .slick-dots li button {
    display: none;
}

.small-gutters.slick-slider-custom .slick-dots li:first-child {
    border-radius: 5px 0 0 5px;
}

.small-gutters.slick-slider-custom .slick-dots li:last-child {
    border-radius: 0 5px 5px 0;
}

/* IMPACT REPORT 2023 */

.w100img img {
    width: 100%;
}

#CybotCookiebotDialogHeader, #CybotCookiebotDialogPoweredByText {
    display: none !important;
}

/* MENU IMPACTO */

.menu-element-id-8 .cbp-column-title, .menu-element-id-18 .cbp-column-title {
	font-size: 17.5px !important;
	text-transform: uppercase !important;
}

/* estilos cms impacto 2023*/
.slider-new .elementor-swiper-button{
	background: #2a2a3f;
    opacity: 1;
    color: #fff;
    height: 3rem;
    border-radius: 2rem;
    width: 3rem;
}

.slider-new .elementor-swiper-button:after{
	font-size: 1.5rem;
}

.slider-new .elementor-swiper-button:hover{
	background-color: #3c599e;
}

#test-slider .swiper-slide {
	padding:1rem;
	
}
#test-slider .slide-description {
	padding:1rem;
	background: #E4D2BC;
	border-radius:1rem
}

#test-slider .slide-image {
	text-align:center;
	padding-left:3rem;
	padding-right:3rem;
}
#test-slider .slide-image img{
	max-height: 200px;	
}

@media(max-width:){
	#test-slider .slide-description{
		min-height: 450px;		
	}
}

#test-slider .slide-description {
	margin-top:12px;
	padding:1rem;
	background: #E4D2BC;
	border-radius:1rem;
	color: #2A2A3F;
	font-family: degular, arial, sans-serif;
}
@media(min-width:1211px){
	#test-slider .slide-description{
		min-height: 300px;		
	}
}
@media(max-width:1260px){
	#test-slider .slide-description{
		min-height: 400px;		
	}
}
@media(max-width:1034px){
	#test-slider .slide-description{
		min-height: 450px;		
	}
}

@media(max-width:454px){
	#test-slider .slide-description{
		min-height: 400px;		
	}
}



#test-slider .slide-description h3{
	font-size: 2rem;
    font-weight: 400;
    line-height: 2.2rem;
	letter-spacing: .2px;
}

#test-slider .slide-description p{
	font-size: 1.29rem;
    font-weight: 400;
	line-height: 1.75rem;
	margin-block-start: 1em;
    margin-block-end:1em;	
}

.text-title-impact{
	font-size:2.6rem;
	font-weight: 600;
}

.text-title-impact:hover span{
	color:#3C599E;
}

.download-report{
	font-size: 2.5rem;
	font-weight: 500;
}

.card-content {
  background-image: url("/img/cms/Impacto-2023/2023_impact_report_icon_walk.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2a3f;
  background-position: center 23%;
  padding: 1rem 0.5rem;
  font-size: 20px;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  background-size: 65%;
  aspect-ratio: 0.9;
}

.mh-tip-text {
  padding: 15px 15px 20%;
  font-size: 1.6rem;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
}

.flip-text:before,
.flip-text:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 12px;
  bottom: 19px;
  z-index: 1;
}

.flip-text:after,
.flip-text-inner:after {
  transform: rotate(90deg);
  transition: transform 0.3s 0.1s;
}

.flip-text {
  color: inherit;
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.music {
  background-image: url("/img/cms/Impacto-2023/2023_impact_report_icon_music.png");
}

.breathing {
  background-image: url("/img/cms/Impacto-2023/2023_impact_report_icon_breathing.png");
}

.p-988 {
  background-image: url("/img/cms/Impacto-2023/2023_impact_report_icon_988.png");
}

.flip-box {
  flex-basis: 200px;
  flex-grow: 1;
  width: 100%;
}

.flip-box.hover .flip-slider {
  transform: translate3d(0, 0, 0);
}

.mh-tip-slider {
  padding: 20px 15px;
}

.flip-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  top: 0;
  left: 0;
  background-color: inherit;
  transition: transform 0.5s 0.1s;
}

.flip-box.hover .flip-text:after,
.flip-box.hover .flip-text-inner:after {
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .card-content {
    background-position: center 20%;
  }
}

@media (min-width: 1076px) {
  .card-content {
    background-position: center 20%;
    aspect-ratio: 0.87;
  }
  .flip-box {
    flex-basis: 0;
  }
}

.mh-tip-slider {
    font-size: 1.5rem;
    padding: 2rem;
}

@media (min-width: 640px) {
  .card-content {
    background-size: unset;
    background-position: center 30%;
  }

  .mh-tip-text {
    padding: 25px 35px 20%;
  }

  .flip-text:before,
  .flip-text:after {
    width: 25px;
    height: 4px;
    right: 28px;
    bottom: 38px;
  }
}


.impact-nav-sticky {
  list-style: none;
}

.impact-nav-wrapper {
  height: 67px;
  position: relative;
  z-index: 1000;
}

.impact-nav-wrapper .impact-nav-sticky {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #2a2a3f;
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  padding: 0.6rem 0.6rem 0.6rem 0.6rem;
}

.global-sticky .impact-nav-sticky {
  width:95%;
  position: fixed;
  top: 7rem;
  z-index: 111;
  transform: translateX(-50%);
  left: 50%;
  max-width: 1440px;
}

.impact-nav-sticky li {
  flex: 1;
  display: block;
  height: 100%;
}

.impact-nav-sticky a {
  font-size: 1rem;
  color: #fff !important;
  font-weight: bold;
  /* line-height: 1rem; */
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  transition: color 0.15s 0.35s;
}

.impact-nav-sticky .pbar {
  position: absolute;
  height: 100%;
  width: 125%;
  background-color: #88d3ee;
  left: 0;
  transition: left 0.75s;
  transform: scaleX(-1);
  transform-origin: left;
}

.impact-nav-sticky .pbar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  height: 100%;
  width: 20%;
  background-color: #ace0f6;
  box-shadow: inset 0 -1.5px 0 #2a2a3f;
}

@media (min-width: 768px) {
  .impact-nav-sticky .pbar:after {
    box-shadow: inset 0 -2px 0 #2a2a3f;
  }
}

.impact-nav-sticky li.active a{
	color: #2a2a3f !important;
}


.u-site-width {
	width: 100%;
	max-width: 1428px;
	margin: 0 auto;
	padding-left: 14px;
	padding-right: 14px;
}

.hotspots-map {
	background-color: #e1f4fd;
	position: relative;
}

h2.map-title {
	font-size: 25px;
	color: #2a2a3f;
	padding-top: 30px;
}

.hotspots-map .subtitle,
h2.map-title {
	text-align: center;
	max-width: 100%;
	z-index: 2;
}

.hotspots-map .subtitle {
	font-size: 16px;
	letter-spacing: 0.17px;
	line-height: 22px;
	padding-top: 1em;
	padding-bottom: 1em;
}

.hotspots-map .subtitle.sixh {
	margin: 5px 0;
}

.hotspots-map .subtitle.sixh {
	font-weight: 600;
}

.text-georgia {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

.u-scroll-mobile {
	width: 100%;
	position: relative;
	/* overflow-x: auto; */
	overflow: hidden;
	z-index: 1;
}

.hotspots-partner {
	/* width: 1428px; */
	height: auto;
}

.hotspot-image {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
}

.hotspot-pin {
	position: absolute;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.hotspot-pin-button {
	/* z-index: 4; */
	height: 10px;
	width: 10px;
	display: block;
	padding: 0px;
	position: relative;
	/* z-index: 2; */
	background-color: rgba(96, 58, 255, 0.34);
	border-radius: 50%;
	cursor: pointer;
	animation: pin-pulse 7s ease-in-out infinite;
}

.hotspot-pin-button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	background-color: #4758ff;
	transition: border-color 100ms linear;
}

.hotspot-pin-content {
	display: none;
	border-radius: 10px;
	/* font-family: degular, arial, sans-serif; */
	font-weight: bold;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	width: 20rem;
	max-width: 39vw;
	background-color: #4758ff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	/* pointer-events: none; */
	user-select: none;
	/* opacity: 0; */
	padding: 1.5rem 0.9375rem 1.5rem;
	transition: all 0.1s linear;
	color: #f8f5ee;
	max-height: 29rem;
	overflow-y: auto;
	/* z-index: 68; */
}

.hotspot-pin-button.selected + .hotspot-pin-content {
	display: block;
}

.hotspot-pin-content h3 {
	padding: 0 0 1rem;
	/* z-index: 3; */
	/* position: relative; */
	font-size: 2rem;
	font-family: degular, arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1;
}

.hotspot-pin-content dt {
	font-size: 1.3rem;
	letter-spacing: 0.2px;
	line-height: 1.3rem;
	padding-bottom: 0.5rem;
	/* margin-bottom: 0.5rem; */
}

.hotspot-pin-selected .hotspot-pin-content {
	opacity: 1;
	z-index: 4;
}

.canada {
	left: 24%;
	top: 20%;
}
.minneapolis {
	left: 26%;
	top: 25%;
}

.chicago {
	left: 27%;
	top: 27%;
}

.asheville {
	left: 28%;
	top: 31%;
}

.newyork {
	left: 30%;
	top: 27%;
}

.usa {
	left: 23%;
	top: 30%;
}

.mexico {
	left: 21%;
	top: 40%;
}

.losangeles {
	left: 18%;
	top: 33%;
}

.oakland {
	left: 17%;
	top: 31%;
}

.nigeria {
	left: 51%;
	top: 52%;
}

.thailand {
	left: 78%;
	top: 48%;
}

.ukraine {
	left: 58%;
	top: 23%;
}

.global {
	top: 22.87%;
	left: 49.83%;
}

.germany {
	top: 20.05%;
	left: 51.46%;
}

.netherlands {
	top: 19.72%;
	left: 50.43%;
}

.united-kingdom {
	top: 17.73%;
	left: 48.54%;
}

.norway {
	top: 12.51%;
	left: 51.06%;
}

@media (min-width: 768px) {
	.hotspots-map .subtitle.last {
		padding-bottom: 50px;
	}

	.hotspots-map .subtitle {
		font-size: 24px;
	}

	.hotspot-pin-content {
		/* width: 17.75rem; */
	}

	.hotspot-pin-button {
		height: 30px;
		width: 30px;
	}

	.hotspot-pin-button:after {
		display: block;
		height: 12px;
		width: 12px;
	}
}

@media(max-width:767px){
	.hotspot-pin-content{
		max-height: 9rem;
	}
}

.highcharts-figure {
    position: relative;
    transform: rotate(295deg);
  }
  
  #container {
      height: auto;
      position: relative;
      margin-left: auto;
      margin-right: auto;
  }
  
  .highcharts-figure,
  .highcharts-data-table table {
      min-width: 320px;
      max-width: 700px;
      margin: 1em auto;
  }
  
  .highcharts-data-table table {
      font-family: Verdana, sans-serif;
      border-collapse: collapse;
      border: 1px solid #ebebeb;
      margin: 10px auto;
      text-align: center;
      width: 100%;
      max-width: 500px;
      transform: rotate(100deg);
  }
  
  .highcharts-data-table caption {
      padding: 1em 0;
      font-size: 1.2em;
      color: #555;
  }
  
  .highcharts-data-table th {
      font-weight: 600;
      padding: 0.5em;
      
  }
  
  .highcharts-data-table td,
  .highcharts-data-table th,
  .highcharts-data-table caption {
      padding: 0.5em;
  }
  
  .highcharts-data-table thead tr,
  .highcharts-data-table tr:nth-child(even) {
      background: #f8f8f8;
  }
  
  .highcharts-data-table tr:hover {
      background: #f1f7ff;
  }
  
  .highcharts-figure .logo {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 40%;
    background: #fff;
    transform: translate(-50%) rotate(65deg);
    text-align: center;
    border-radius: 50%;
    padding: 1em;
    display: flex;
    place-items: center;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
  
  .highcharts-figure .logo img {
    width: 100%;
    height: auto;
  }

  .highcharts-credits,
  .highcharts-button-box,
  .highcharts-exporting-group{
    display:none;
  }

.chart-text-label h4{
	font-size: 3rem;
}

.chart-text-label span{
	font-size: 1rem;
}

.chart-text-label{
	position:absolute;
	max-width: 8rem;
}

.chart-text-label#salud{
	right: 5rem;
	margin-top: -25rem;
}

.chart-text-label#oportunidades{
	left: 4rem;
	margin-top: -14rem;
}

.chart-text-label#oportunidades{
	left: 4rem;
	margin-top: -14rem;
}

.chart-text-label#violencia{
	left: 35%;
	margin-top: -1rem;
}

@media(max-width:767px){
	.chart-text-label#violencia{
		position:relative;		
	}
	.chart-text-label#oportunidades{
		left: 0rem;
		margin-top: -10rem;
	}
	.chart-text-label#salud{
		right: 0rem;
		margin-top: -30rem;
	}
}


.counter-impact .counter-container{
	padding-top:4rem;
	padding-left: 8rem;
}

.counter-impact .number{
	font-size: 5rem;
	font-weight:bold;
}

.counter-impact .label {
    position: absolute;
    font-size: 1.5rem;
    margin-left: 1.5rem;
}