@charset "utf-8";
/* CSS Document */




@media all and (orientation:landscape) {
}
@media all and (orientation:portrait) {
}
/*//////////////////////////////////////*/

@media all and (min-width:1920px){
.hide_desktop{
     display:none!important;
    }
.hide_mobile{
        
    }
#ban_container_right{
	width:65%;
}
.thumb_container{ 
width:25%;
}	
#thumb_img_container img{
aspect-ratio:1/1;
}
    #thumb_description{
        font-size:12px;
    }
 #footer_pan{
	width:33%;
    } 
    #oferta_panel{
    width:calc(25% - (2rem));
    font-size:1rem;
    }
}

@media all and (min-width:1366px) and (max-width:1919px){
.hide_desktop{
    display:none!important;
    }
.hide_mobile{
        
    }
    #ban_container_right{
	width:65%;
}
.thumb_container{ 
width:25%;
}	
#thumb_img_container img{
aspect-ratio:1/1;
}
        #thumb_description{
        font-size:12px;
    }
     #footer_pan{
	width:33%;
    } 
        #oferta_panel{
    width:calc(25% - (2rem));
    font-size:1rem;
    }
	}	
@media all and (min-width:1024px) and (max-width:1365px){
.hide_desktop{
   display:none!important;
    }
.hide_mobile{
        
    }
    #ban_container_right{
	width:100%;
}
#ban_container_left{
	display:none;
}
.thumb_container{ 
width:33%;
}	
#thumb_img_container img{
aspect-ratio:3/2;
}
        #thumb_description{
        font-size:12px;
    }
     #footer_pan{
	width:33%;
    } 
        #oferta_panel{
    width:calc(33.33% - (2rem));
    font-size:1rem;
    }
	}
@media all and (min-width:600px) and (max-width:1023px){
.hide_desktop{
   
    }
.hide_mobile{
   display:none!important;     
    }
    #ban_container_right{
	width:100%;
}
#ban_container_left{
	display:none;
}
.thumb_container{ 
width:50%;
}	
#thumb_img_container img{
aspect-ratio:3/2;
}
        #thumb_description{
        font-size:13px;
    }
     #footer_pan{
	width:50%;
    } 
        #oferta_panel{
    width:calc(50% - (2rem));
    font-size:1.2rem;
    }
	}
@media all and (min-width:380px) and (max-width:599px){
.hide_desktop{
   
    }
.hide_mobile{
   display:none!important;    
    }
    #ban_container_left{
	width:100%;
	padding:3rem;
}
#ban_container_right{
	display:none;
}
.thumb_container{ 
width:100%;
}	
#thumb_img_container img{
aspect-ratio:16/9;
}
        #thumb_description{
        font-size:14px;
    }
         #footer_pan{
	width:100%;
    } 
        #oferta_panel{
    width:calc(100% - (2rem));
    font-size:1.2rem;
    }
	}
@media all and (min-width:0px) and (max-width:378px){
.hide_desktop{
   
    }
.hide_mobile{
   display:none!important;   
    }
    #ban_container_left{
	width:100%;
	padding:3rem;
}
#ban_container_right{
	display:none;
}
.thumb_container{ 
width:100%;
}	
#thumb_img_container img{
aspect-ratio:16/9;
}
#thumb_description{
        font-size:15px;
    }
         #footer_pan{
	width:100%;
    } 
        #oferta_panel{
    width:calc(100% - (2rem));
    font-size:1.2rem;
    }
	}