.custombanners_nav {
    color: #FFF;
    font-size: 22px;
    position: absolute;
    right: 0;
    display: flex;
    width: 75px;
    justify-content: space-between;
}
.arrows_up .custombanners_nav {   
    top: -100px;   
}
.custombanner{
    position: relative;
    height: fit-content;
    width: fit-content;
    /*border-radius: 6px;
    overflow: hidden;   */
}
.custombanner > img, .elementor .custombanner > img{
    border-radius: 15px;
    height: 640px;
    width: auto;
    max-width: none;
}
.custombanner .spot {
    position: absolute;
    background: rgba(255,255,255,0.2);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
    transition: transform .2s;
    animation: beat 0.5s infinite alternate;
	transform-origin: center;
}
.custombanner .spot a {
    width: 60%;
    height: 60%;
    display: block;
    cursor: pointer;
    background: #FFF;
    border-radius: 30px;
    margin: 20%;   
}

@keyframes beat{
	to { transform: scale(1.2); }
}
.opacity_back {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    border-radius: 15px;
}
.custombanner_header {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #FFF;
}
.custombanner_subtitle {
    font-size: 18px;
    line-height: 20px;
}
.custombanner_title {
    font-size: 40px;
    line-height: 50px;
}

.custombanner img{
    width: 100%;
}

.spot-tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: -50px;
    background: #FFF;
    padding: 8px 20px 8px 10px;
    border-radius: 6px;
    color: #909090;
    font-size: 12px;
    width: 130px;
    text-align: left;
    line-height: 15px;
    text-transform: lowercase;
    z-index: 999;
}
.spot-tooltip a:link:not(.nav-link):not(.btn), .spot-tooltip  a:visited:not(.nav-link):not(.btn){
    color: #909090;
}
.spot-tooltip a::first-letter {
    text-transform: uppercase;
}
.spot-tooltip::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 5px;
    top: 35%;
    font-weight: 100;
}
.spot-price{
    color:  #521CDC;
}
.spot-mobile{
    display: none;
}
.custombanner .spot:hover{
    transform: scale(1.1);
}
@media (max-width: 992px){
    .custombanner .spot {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .custombanner_header {
        top: 25px;
        left: 20px;
    }
    .custombanner_subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .custombanner_title {
        font-size: 18px;
        line-height: 20px;
    }
    .spot-mobile{
        display: block;
    }
    .spot-desktop{
        display: none;
    }
    .custombanners_nav {        
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .arrows_up .custombanners_nav {   
        top: -55px;  
    }
    .custombanner > img, .elementor .custombanner > img{
        height: 380px;
    }
}


/*****************LOOKBOOK*****************/
body#module-sdi_custombanners-lookbook{
    background-color: #222221;
}
body#module-sdi_custombanners-lookbook .search_and_filter{
    margin-bottom: 60px;
}
body#module-sdi_custombanners-lookbook .container_all_info{
    position:relative;
}
body#module-sdi_custombanners-lookbook .img_banner{
    width: 100%;
    border-radius: 24px;
}
body#module-sdi_custombanners-lookbook .img_banner video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
body#module-sdi_custombanners-lookbook .custombanner .see_big{
    display: none;
}
body#module-sdi_custombanners-lookbook .custombanner:hover .see_big{
    display: contents;
    color: #000000;
    background: white;
    height: 76px;
    width: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 80px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}
body#module-sdi_custombanners-lookbook .opacity_back{
    border-radius: 24px;
}
@media(max-width:767px){
    body#module-sdi_custombanners-lookbook .custombanner .spot{
        width: 30px;
        height: 30px;
    }
    body#module-sdi_custombanners-lookbook .custombanner:hover .see_big{
        height: 45px;
        width: 45px;
        font-size: 19px;
        right: 12px;
        top: 12px;
    }
    body#module-sdi_custombanners-lookbook .img_banner,
    body#module-sdi_custombanners-lookbook .opacity_back{
        border-radius: 8px !important;
    }
}
/*Orden inicial*/
#section_custombanners_inactivo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.2%;
    align-items: center;
}
#section_custombanners_inactivo .custombanner{
    margin-bottom: 1.2%;
}
#section_custombanners_inactivo .custombanner .img_banner{
    height: 100%;
    width: 100%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+1){
    width: 66.4%;
    max-width: 66.4%;
    flex: 66.4%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+2){
    width: 32.4%;
    max-width: 32.4%;
    flex: 32.4%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+3){

    width: 32.4%;
    max-width: 32.4%;
    flex: 32.4%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+4){
    width: 66.4%;
    max-width: 66.4%;
    flex: 66.4%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+5){
    width: 32.5%;
    max-width: 32.5%;
    flex: 32.5%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+6){
    width: 32.5%;
    max-width: 32.5%;
    flex: 32.5%;
}
#section_custombanners_inactivo .custombanner:nth-child(0n+7){
    width: 32.5%;
    max-width: 32.5%;
    flex: 32.5%;
}
@media(max-width:768px){
    #section_custombanners_inactivo{
        gap: 0;
    }
    #section_custombanners_inactivo .custombanner{
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
        margin-bottom: 12px;
    }
}
/*ZOOM IMGS*/
.img_zoom.active{
    animation: fadeIn 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #8d8d8d;
}
.img_zoom img{
    height: 80vh;
    max-width: 80vw;
    object-fit: contain;
    border-radius: 17px;
}
.img_zoom .close_zoom{
    position: absolute;
    top: 5vw;
    right: 5vw;
    color: #F4F2E9;
    font-size: 55px;
    font-weight: 300;
    cursor: pointer;
}
@media(max-width:768px){
    .img_zoom img{
        max-width: 90vw;
    }
}
/*FILTER SEARCH AND BUTTON TO VIEW FILTERS*/
.search_and_filter .search{
    width: fit-content;
    background: white;
    border: 1px solid #222221;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
}
.search_and_filter form{
    display: flex;
    align-items: center;
}
.search_and_filter .search input{
    min-width: 500px;
    border: 0;
    height: 100%;
    border-radius: 50px;
    padding: 0 20px;
    background-color: transparent;
    color: #222221;
    font-size: 18px;
    font-weight: 400;
}
.search_and_filter .search input::placeholder{
    color: #222221;
    font-size: 18px;
    font-weight: 400;

}
.search_and_filter .search input:focus,
.search_and_filter .search input:focus-visible{
    outline: none;
}
.search_and_filter .search button{
    border: 0;
    height: 48px;
    background-color: transparent;
    padding: 0 20px;
}
.search_and_filter .search button i{
    font-size: 20px;
    color: #222221;
}
.search_and_filter .button_filters {
    text-align: right;
}
.search_and_filter .button_filters button i{
    padding-right: 8px;
}
.search_and_filter .button_filters button{
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    border: none;
    border-radius: 50px;
    background-color: #521CDC;
    color: white;
    padding: 0 40px;
}
@media(max-width:767px){
    body#module-sdi_custombanners-lookbook .search_and_filter{
        margin-bottom: 40px;
    }
    .search_and_filter {
        padding: 0;
    }
    .search_and_filter .search{
        width: 93.4%;
        margin: 30px 3.3% 0;
        padding: 20px 20px;
    }
    .search_and_filter .search input{
        min-width: 280px;
        padding-left: 0;
    }
    .search_and_filter form{  
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head_filters{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .search_and_filter .button_filters button{
        width: 100%;
        font-size: 14px;
        border-radius: 0;
    }
    .search_and_filter .search button{
        padding: 0;
    }
}


/*FILTER SEARCH CONTENIDO*/
.container_filters.open{
    display: block;
}
.container_filters{
    display: none;
    width: 750px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: white;
    height: 100vh;
    padding: 100px 70px 50px;
}
.container_filters .close_filters{
    width: fit-content;
    position: absolute;
    right: 3vw;
    top: 2vw;
    cursor: pointer;
}
.container_filters .close_filters i{
    font-size: 25px;
}
.container_filters h3{
    color: #222221;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0px;
}
.container_filters .row_filters{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
}
.container_filters .row_filters .col_filters{
    width: 100%;
}
.container_filters .row_filters .col_filters .types{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}
.container_filters .row_filters .col_filters h5{
    width: 100%;
    padding-top: 24px;
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 4px;
}
.container_filters .row_filters .col_filters input{
    display: none;
}
.container_filters .row_filters .col_filters label{
    color: #909090;
    font-size: 14px;
    height: 38px;
    background-color: transparent;
    border: 2px solid #D2D2D2 !important;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 20px;
    text-transform: lowercase;
    line-height: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.container_filters .row_filters .col_filters label span::first-letter{
    text-transform: uppercase;
}
.container_filters .row_filters .col_filters .filter_attributes label{
    padding: 0;
    border: 0;
    height: fit-content;
}
.container_filters .row_filters .col_filters .filter_attributes label img{
    border-radius: 40px;
    height: 36px;
    width: 36px;
    border: 1px solid #d2d2d2;
}
.container_filters .row_filters .col_filters label:hover,
.container_filters .row_filters .col_filters label.active{
    color: #ffffff;
    border: 2px solid #222221 !important;
    background-color: #222221;
}
.active_filter{
    padding-top: 20px;
    display: flex;
    gap: 10px;
}
.active_filter li{
    padding: 12px 25px;
    border-radius: 25px;
    background: #EEE;
    width: fit-content;
    text-transform: lowercase;
    cursor: pointer;
}
.active_filter li::first-letter{
    text-transform: uppercase;
}
.active_filter li:after {
    content: '\f00d';
    color: black;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    padding-left: 10px;
}
.container_filters .row_filters button.button_search{
    background-color: #222221;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    height: 45px;
    padding: 0 34px;
    margin-bottom: 40px;
}
.div_button_more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.div_button_more .load_more{
    background-color: transparent;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    text-decoration: underline;
}
.div_button_more .load_more:hover{
    text-decoration: none;
}
@media(max-width:1024px){
    .container_filters{
        width: 420px;
        padding: 50px 36px 36px;
    }
}
@media(max-width:767px){
    .container_filters hr{
        margin-bottom: 0;
    }
    .container_filters{
        width: 100vw;
        padding: 30px 26px 26px;
    }
    .container_filters .row_filters .col_filters{
        max-height: 75vh;
        overflow: scroll;
    }
    .div_button_more{
        margin-top: 20px;
    }
    .active_filter{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*ANIMACIONES*/
@keyframes opacityin {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacityout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*CSS LANDING ELEMENTOR*/
body#module-sdi_custombanners-lookbook .video_banner_lookbook .elementor-widget-container{
    display: flex;
    justify-content: flex-end;
}
body#module-sdi_custombanners-lookbook .video_banner_lookbook .elementor-video-wrapper{
    max-width: 66vw !important;
    margin-right: 7.5vw !important;
}
.elementor-custom-embed-play i:before{
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #F4F2E9;
}
body#module-sdi_custombanners-lookbook .arrrow_down_text_lookbook .elementor-image-box-content a{
    color: #F4F2E9;
    pointer-events: none;
}
body#module-sdi_custombanners-lookbook .arrrow_down_text_lookbook .elementor-image-box-img{
    text-align: right;
}
body#module-sdi_custombanners-lookbook .arrrow_down_text_lookbook .elementor-image-box-img img{
    max-width: 68px;
}
@media only screen and (max-width: 1710px) and (min-width: 992px) {
    .section_m_negative{
        margin-top: -220px !important;
        margin-bottom: 0 !important;
    }
    .texto_responsive .elementor-heading-title,
    .texto_responsive .elementor-heading-title span{
        font-size: 80px !important;
        line-height: 80px !important;
    }
}
.video_banner_lookbook_responsive i:before{
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #F4F2E9;
}
.arrrow_down_lookbook_responsive img{
    width: 32px !important;
}


/*ANIMACION LOAD*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff85;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 40%;
    left: 45%;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(360deg);
    }
}
.message_not_banners{
    display: none;
}
.message_not_banners p{
    color: #ffffff;
}