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

@media all and (orientation:landscape) {

}
@media all and (orientation:portrait) {

}
/*//////////////////////////////////////*/

/*//////////////////////////////////////*/

@media all and (min-width:1921px){
/*--------------------------*/
.hide_desktop{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-4rem;
--left_title_poz:1%;
--thumb_flex_width:calc(1620px/4);
--thumb_flex_margin_l:calc(300px/5);
--thumb_oferta_flex_width:calc(1620px/4);
--thumb_oferta_flex_margin_l:calc(300px/5);
}
/*--------------------------*/
}
@media all and (min-width:1366px) and (max-width:1920px){
.hide_desktop{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-4rem;
--left_title_poz:1%;
--thumb_flex_width:calc(70%/3);
--thumb_flex_margin_l:calc(30%/4);
--thumb_oferta_flex_width:calc(70%/3);
--thumb_oferta_flex_margin_l:calc(30%/4);
}
/*--------------------------*/
}
@media all and (min-width:1024px) and (max-width:1365px){
.hide_mobile{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-4rem;
--left_title_poz:1%;
--thumb_flex_width:calc(70%/3);
--thumb_flex_margin_l:calc(30%/4);
--thumb_oferta_flex_width:calc(70%/3);
--thumb_oferta_flex_margin_l:calc(30%/4);
}
/*--------------------------*/
}	
@media all and (min-width:768px) and (max-width:1023px){
.hide_mobile{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-3rem;
--left_title_poz:1%;
--thumb_flex_width:calc(95%/3);
--thumb_flex_margin_l:calc(5%/4);
--thumb_oferta_flex_width:calc(95%/3);
--thumb_oferta_flex_margin_l:calc(5%/4);
}
/*--------------------------*/
}
@media all and (min-width:600px) and (max-width:767px){
.hide_mobile{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-3rem;
--left_title_poz:1%;
--thumb_flex_width:calc(95%/2);
--thumb_flex_margin_l:calc(5%/3);
--thumb_oferta_flex_width:calc(95%/2);
--thumb_oferta_flex_margin_l:calc(5%/3);
}
/*--------------------------*/
}
@media all and (min-width:380px) and (max-width:599px){
.hide_mobile{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-2rem;
--left_title_poz:1%;
--thumb_flex_width:calc(85%/1);
--thumb_flex_margin_l:calc(15%/2);
--thumb_oferta_flex_width:calc(85%/1);
--thumb_oferta_flex_margin_l:calc(15%/2);
}
/*--------------------------*/
}
@media all and (min-width:0px) and (max-width:379px){
.hide_mobile{
display:none!important;
}
/*--------------------------*/    
:root{
--top_title_poz:-2rem;
--left_title_poz:1%;
--thumb_flex_width:calc(85%/1);
--thumb_flex_margin_l:calc(15%/2);
--thumb_oferta_flex_width:calc(85%/1);
--thumb_oferta_flex_margin_l:calc(15%/2);
}
/*--------------------------*/
}