.wrap-flex-banners .wrap-grid > .flex-grid {
    margin-left: -10px;
    margin-right: -10px;
}
.wrap-flex-banners .flex-grid{
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -webkit-flex:0 1 auto;
    -ms-flex:0 1 auto;
    -webkit-box-flex:0;
    flex:0 1 auto;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    /* margin:0 -4px 0 -4px */
    gap: 4px;
    /* height: 100%; */ /* No pongas height 100%!! */
    justify-content: center;
    align-items: center;
}
.wrap-flex-banners .flex-grid.flex-grid-nogutter{
    margin:0
}
.wrap-flex-banners .flex-grid.flex-grid-nogutter>.flex-col{
    padding:0
}

.wrap-flex-banners .flex-col,
.wrap-flex-banners .flex-col-6{
    box-sizing:border-box;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    flex-grow:1;
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    position: relative;
    max-width:100%;
    min-width:0;
    /* padding:0 4px 0 4px; */
}
.wrap-flex-banners .flex-col-align-top{
    -webkit-align-self:flex-start;
    -ms-flex-item-align:start;
    align-self:flex-start
}
.wrap-flex-banners .flex-col-align-bottom{
    align-self:flex-end
}
.wrap-flex-banners .flex-col-align-middle{
    -webkit-align-self:center;
    -ms-flex-item-align:center;
    align-self:center
}
.wrap-flex-banners .flex-col-top{
    justify-content:flex-start !important;
    flex-direction:column;
    display:flex
}
.wrap-flex-banners .flex-col-bottom{
    justify-content:flex-end !important;
    flex-direction:column;
    display:flex
}
.wrap-flex-banners .flex-col-middle{
    justify-content:center;
    flex-direction:column;
    display:flex
}
.wrap-flex-banners .flex-grid-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.wrap-flex-banners .flex-grid-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.wrap-flex-banners .flex-grid-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.wrap-flex-banners .flex-grid-around{
    justify-content:space-around
}
.wrap-flex-banners .flex-grid-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.wrap-flex-banners .flex-col-first{
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
}
.wrap-flex-banners .flex-col-last{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
}
.wrap-flex-banners .flex-grid-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.wrap-flex-banners .flex-col-fixed{
    flex:initial
}
.wrap-flex-banners .flex-col-grow-2{
    flex-grow:2
}
.wrap-flex-banners .flex-col-grow-3{
    flex-grow:3
}
.wrap-flex-banners .flex-col-grow-4{
    flex-grow:4
}
.wrap-flex-banners .flex-col-grow-5{
    flex-grow:5
}
.wrap-flex-banners .flex-col-grow-6{
    flex-grow:6
}
.wrap-flex-banners .flex-col-grow-7{
    flex-grow:7
}
.wrap-flex-banners .flex-col-grow-8{
    flex-grow:8
}
.wrap-flex-banners .flex-col-grow-9{
    flex-grow:9
}
.wrap-flex-banners .flex-col-grow-10{
    flex-grow:10
}
.wrap-flex-banners .flex-col-grow-11{
    flex-grow:11
}
.wrap-flex-banners .flex-col-1{
    -ms-flex-preferred-size:8.33333%;
    -webkit-flex-basis:8.33333%;
    flex-basis:8.33333%;
    max-width:8.33333%
}
.wrap-flex-banners .flex-col-2{
    -ms-flex-preferred-size:16.66667%;
    -webkit-flex-basis:16.66667%;
    flex-basis:16.66667%;
    max-width:16.66667%
}
.wrap-flex-banners .flex-col-3{
    -ms-flex-preferred-size:25%;
    -webkit-flex-basis:25%;
    flex-basis:25%;
    max-width:25%
}
.wrap-flex-banners .flex-col-4{
    -ms-flex-preferred-size:33.33333%;
    -webkit-flex-basis:33.33333%;
    flex-basis:33.33333%;
    max-width:33.33333%
}
.wrap-flex-banners .flex-col-5{
    -ms-flex-preferred-size:41.66667%;
    -webkit-flex-basis:41.66667%;
    flex-basis:41.66667%;
    max-width:41.66667%
}
.wrap-flex-banners .flex-col-6{
    -ms-flex-preferred-size:50%;
    -webkit-flex-basis:50%;
    flex-basis:50%;
    max-width:50%
}
.wrap-flex-banners .flex-col-7{
    -ms-flex-preferred-size:58.33333%;
    -webkit-flex-basis:58.33333%;
    flex-basis:58.33333%;
    max-width:58.33333%
}
.wrap-flex-banners .flex-col-8{
    -ms-flex-preferred-size:66.66667%;
    -webkit-flex-basis:66.66667%;
    flex-basis:66.66667%;
    max-width:66.66667%
}
.wrap-flex-banners .flex-col-9{
    -ms-flex-preferred-size:75%;
    -webkit-flex-basis:75%;
    flex-basis:75%;
    max-width:75%
}
.wrap-flex-banners .flex-col-10{
    -ms-flex-preferred-size:83.33333%;
    -webkit-flex-basis:83.33333%;
    flex-basis:83.33333%;
    max-width:83.33333%
}
.wrap-flex-banners .flex-col-11{
    -ms-flex-preferred-size:91.66667%;
    -webkit-flex-basis:91.66667%;
    flex-basis:91.66667%;
    max-width:91.66667%
}
.wrap-flex-banners .flex-col-12{
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    max-width:100%
}
@media only screen and (max-width: 480px){
    .wrap-flex-banners .flex-col-sm{
        flex:100%;
        max-width:100%
    }
}
@media only screen and (max-width: 624px){
    .wrap-flex-banners .flex-col-md{
        flex:100%;
        max-width:100%
    }
}
@media only screen and (max-width: 744px){
    .wrap-flex-banners .flex-col-lg{
        flex:100%;
        max-width:100%
    }
}



.wrap-flex-banners .flex-col a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wrap-flex-banners .flex-col img.real,
.wrap-flex-banners .flex-col img.ghost{
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.wrap-flex-banners .flex-col:hover > a img.real{
    transform: scale3d(1.05, 1.05, 1.05);
}
.wrap-flex-banners .flex-col img.real{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    /* height: auto !important; */ /* No cambiar este height por favor */
    object-fit: cover;
    object-position: center center;
}

.wrap-flex-banners .flex-col img.ghost{
    opacity: 0;
    visibility: hidden;
}

.wrap-flex-banners{
    padding-top:40px;
    padding-bottom:40px;
}



.wrap-flex-banners .flex-col .JSdroppable{
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 99;
}
.wrap-flex-banners .flex-col .JSdroppable img{
    position: absolute;
}


.wrap-flex-banners .flex-col .wrapVideo{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;    
}
.wrap-flex-banners .flex-col .wrapVideo video{
    max-width:100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;    
}


.wrap-flex-banners .flex-col .JSdroppable .JSwrap img{
    height:100% !important;
    width:100% !important;
}


.wrap-flex-banners .flex-col .JSdroppable .JSwrap{
    position:absolute;
    z-index: 999;
    background: none !important;
}

.wrap-flex-banners .flex-col .JSwrap:hover{
    /*border:1px solid #f00;*/
}


.wrap-flex-banners .banner .title{
    color: var(--color__text-title,#252a32);
    font-family: oswald,sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 16px;
    display: block;
}

.wrap-flex-banners .banner{
    /* margin-bottom: 8px; */
    width: 100%;
    height: 100%;    
    position: relative;
}

@media (max-width: 800px) {
    .wrap-flex-banners .flex-col{
        /* flex: 50%;     */ 
    }
    .wrap-flex-banners .banner{
        margin-bottom: 10px;
    }
    .wrap-flex-banners .banner .title{
        margin-top: 4px;
        font-size: 20px;
        line-height: 27px;        
    }
}



.wrap-flex-banners .banner .title{
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: rgb(255 255 255 / 40%);
	padding: 2px;
    /* width: inherit; */
    text-align: center;	
    left: 10px;
    right: 10px;
    bottom: 12px;
	font-weight: bold!important;	
	opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease,transform .25s ease-out,background .4s ease;	
}


.wrap-flex-banners .banner:hover .title{
	opacity: 1;
    transform: translateY(0);
    transition: opacity .25s ease,transform .25s ease-out;	
}


@media (max-width: 575px) {
    .wrap-flex-banners{
        padding-top: 0;
        padding-bottom: 0;        
    }
    .wrap-grid > .flex-grid > .flex-col{
        flex: 0 0 100%;
        padding: 0;
    }


    .wrap-flex-banners div[data-type="flex3.2"] > .flex-grid > .flex-col:first-child{
        /* margin-bottom: 5px; */
    }
    .wrap-flex-banners div[data-type="flex3.2"] > .flex-grid > .flex-col:nth-child(2) .flex-col{
        /* flex: 50%; */
    }
}







.wrap-flex-banners div[data-type="flex3.2"] .flex-col .flex-col{
    margin-bottom: -4px;
}
.wrap-flex-banners div[data-type="flex4.1"] img.real{
    /* height: 98% !important; */
}
/* La primera imagen */
.wrap-flex-banners div[data-type="flex4.1"] > .flex-grid > .flex-col:first-child img.real{
    /* height: 99% !important; */
}

.wrap-flex-banners div[data-type="flex4.4"] img.real{
    /* height: 98% !important; */
}
/* La primera imagen */
.wrap-flex-banners div[data-type="flex4.4"] > .flex-grid > .flex-col:first-child img.real{
    /* height: 99% !important; */
}



