.gestion_bar{
    position:fixed;
    z-index:10000;
    top:10px;
    left:10px;
    background:#fff;
    border:1px solid #e9e9e9;
    font-family:Arial, Helvetica, sans-serif;
    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     border-radius: 2px;
     width:44px;}
.gestion_bar *{
    margin:0;padding:0;}
.gestion_bar .gestion_bar_cont{
    padding:1px 0px;}
.gestion_bar .item_bar{
    width:40px;
    height:40px;
    margin:1px 2px 1px;
    background:#333;
    cursor:pointer;
    position:relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .item_bar .icon img{
    padding:8px;
    border:0;}
.gestion_bar .item_bar:hover{
    background:#000;
    padding:0 8px 0 0;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;}
.gestion_bar .item_bar .submenu{
    display:none;
    margin-left:48px;
    width:170px;
    padding:3px;
    background:#000;
    position:absolute;
    top:0;left:0;
    -moz-border-radius: 0px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px;}
.gestion_bar .item_bar:hover .submenu{
    display:block;}
.gestion_bar .item_bar .submenu .submenuItem{
    width:150px;
    margin:0 0 1px;
    position:relative;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    background:#222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height:30px;
    padding:0 10px;}
.gestion_bar .item_bar .submenu .submenuItem img{
    margin:5px 0 0;
    float:left;}
.gestion_bar .item_bar .submenu .submenuItem span{
    float:left;
    display:block;
    color:#ccc;
    margin:8px 0 0 5px;}
.gestion_bar .item_bar .submenu .submenuItem a{
    float:left;
    display:block;
    color:#fff;
    text-decoration:none;
    margin:8px 0 0 5px;}
.gestion_bar .item_bar .submenu .submenuItem:hover{
    background:#000;}
/*2do Nivel*/
.gestion_bar .item_bar .submenu .submenuItem .submenu2{
    display:none;
    position:absolute;
    top:-3px;
    left:170px;
    width:170px;
    background:#000;
    padding:5px;
    -moz-border-radius: 0px 2px 2px 0px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;}
.gestion_bar .item_bar .submenu .submenuItem:hover .submenu2{
    display:block;}
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item{
    position:relative;
    background:#222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin:0 0 1px;}
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item a{
    color:#fff;
    text-decoration:none;
    margin:0;
    float:none;
    padding:6px 6px 7px;}
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item span{
    color:#fff;
    margin:0;
    padding:6px 6px 7px;}
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item:hover{
    background:#000;}
/*3er Nivel*/
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item .submenu3{
    display:none;
    position:absolute;
    top:-5px;
    left:170px;
    width:150px;
    background:#000;
    padding:5px;
    -moz-border-radius: 0px 2px 2px 0px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;}
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item:hover .submenu3{
    display:block;
    }
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item:hover .submenu3 .submenu3Item a{
    display:block;
    color:#fff;
    padding:6px;
    text-decoration:none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background:#222;
    margin:0 0 1px;
    float:none;}
.gestion_bar .item_bar .submenu .submenuItem .submenu2 .submenu2Item:hover .submenu3 .submenu3Item a:hover{
    background:#000;}

/*Icon edit*/
.gestion_bar .itembarEdit{
    width:40px;
    height:40px;
    margin:1px 2px 1px;
    background:#96C742;
    cursor:pointer;
    position:relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarEdit img{
    padding:8px;
    border:0;}
.gestion_bar .itembarEdit:hover{
    background:#96C742;
    padding:0 8px 0 0;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;}
.gestion_bar .itembarEdit .itembarEditCont{
    display:none;
    background:#96C742;
    position:absolute;
    top:0;
    left:48px;
    padding:10px;
    width:190px;
    -moz-border-radius: 0px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px;}
.gestion_bar .itembarEdit:hover .itembarEditCont{
    display:block;}
.gestion_bar .itembarEdit:hover .itembarEditCont a{
    display:block;
    padding:8px;
    margin:0 0 2px 0;
    font-size:12px;
    color:#fff;
    font-weight:bold;
    background:#729F25;
    text-decoration:none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarEdit:hover .itembarEditCont a:hover{
        background:#143D16;}
.gestion_bar .itembarEdit:hover .itembarEditCont a.ConfigPortal{}
.gestion_bar .itembarEdit:hover .itembarEditCont a.ConfigPag{}
.gestion_bar .itembarEdit:hover .itembarEditCont a.ConfigAddComp{}

/*Icon Eye*/
.gestion_bar .itembarEye{
    width:40px;
    height:40px;
    margin:1px 2px 1px;
    background:#f26e45;
    cursor:pointer;
    position:relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarEye img{
    padding:8px;
    border:0;}
.gestion_bar .itembarEye:hover{
    padding:0 12px 0 0;}

.gestion_bar .itembarEye .barEyeCont{
    display:none;
    background:#f26e45;
    position:absolute;
    top:0;
    left:48px;
    padding:10px;
    -moz-border-radius: 0px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px; }
.gestion_bar .itembarEye:hover .barEyeCont{
    display:block;
    width:190px;}

.gestion_bar .itembarEye .barEyeCont .selectView{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background:#fff;
    padding:3px;}
.gestion_bar .itembarEye .barEyeCont .selectView select{
    border:0;
    color:#333;
    font-weight:bold;
    font-size:14px;
    width:180px;
    padding:2px;}
.gestion_bar .itembarEye .barEyeCont .options{
    padding:10px 0 2px;
    overflow:hidden;}
.gestion_bar .itembarEye .barEyeCont .options a{
    display:block;
    float:left;
    padding:5px 8px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    background:#d15a34;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color:#fff;}
.gestion_bar .itembarEye .barEyeCont .options a:hover{
        background:#c34d28;}
.gestion_bar .itembarEye .barEyeCont .options a.editTheme{}

/*Icon Add*/
.gestion_bar .itembarAdd{
    width:40px;
    height:40px;
    margin:1px 2px 1px;
    background:#31ce31;
    cursor:pointer;
    position:relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarAdd img{
    padding:8px;
    border:0;}


/*Icon Info User*/
.gestion_bar .itembarUser{
    width:40px;
    height:40px;
    margin:1px 2px 1px;
    background:#0d83dd;
    cursor:pointer;
    position:relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarUser img{
    padding:8px;
    border:0;}
.gestion_bar .itembarUser:hover{
    padding:0 12px 0 0;}

.gestion_bar .itembarUser .barUserCont{
    display:none;
    background:#0d83dd;
    position:absolute;
    top:0;
    left:48px;
    padding:10px;
    -moz-border-radius: 0px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px; }
.gestion_bar .itembarUser:hover .barUserCont{
    display:block;
    width:190px;}

.gestion_bar .itembarUser .barUserCont .userName{
    padding:5px 0;
    color:#fff;
    font-size:16px;
    font-weight:bold;}
.gestion_bar .itembarUser .barUserCont .userMail{
    font-size:12px;
    color:#fff;
    padding:0 0 10px}

.gestion_bar .itembarUser .barUserCont .options{
        overflow:hidden;}
.gestion_bar .itembarUser .barUserCont .options a{
    display:block;
    float:left;
    padding:5px 8px;
    margin:0 2px 2px 0;
    font-size:12px;
    color:#fff;
    background:#8cc2ec;
    text-decoration:none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarUser .barUserCont .options a:hover{
    background:#036ebe;}

.gestion_bar .itembarUser .optionsApp{
    margin:5px 0 0;
    background:#8cc2ec;
    padding:8px;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarUser .optionsApp h4{
        color:#fff;
        font-weight:normal;
        font-size:12px;
        padding:3px;}
.gestion_bar .itembarUser .optionsApp h4 b{}
.gestion_bar .itembarUser .optionsApp a.actualizarApp{
    display:block;
    margin:5px 0 0;
    padding:5px 8px;
    font-size:12px;
    color:#fff;
    text-align:center;
    background:#0d83dd;
    text-decoration:none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;}
.gestion_bar .itembarUser .optionsApp a.actualizarApp:hover{
        background:#0A5B98;}


/* ESTILO DEL EDITOR DE TEXTOS DE PUBLICACIONES */

.bg_edit_text{
    position:fixed;
    top:0;
    left:0;
    z-index:11999;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);}
.bg_edit_text form.form_html_text{
    position:absolute;
    left:18%;
    right:18%;
    top:10px;
    width: 60% !important;
    background:#fff;
    padding:2%;}
.bg_edit_text form.form_html_text textarea{
    width:100%;}
.bg_edit_text form.form_html_text table{
    width:100%;}
.bg_edit_text form.form_html_text button[type="cancel"],  .bg_edit_text form.form_html_text button[type="submit"]{
    margin:10px 0 0;
    padding:10px;
    border:0;
    color:#fff;
    border-radius:3px;
    cursor:pointer;}
.bg_edit_text form.form_html_text button[type="submit"]{
    float:right;
    background:#25641d;}
.bg_edit_text form.form_html_text button[type="cancel"]{
    float:left;
    background:#8d2f2f;}
.bg_edit_text form.form_html_text button[type="submit"]:hover{
    background:#183d13;}
.bg_edit_text form.form_html_text button[type="cancel"]:hover{
    background:#701313;}





/* FIN ESTILO DEL EDITOR DE TEXTOS DE PUBLICACIONES */


/*=====BOTONES DE GESTION DE CONTENIDOS DE COMPONENTES====*/

.widget_container{
    position:relative;}
.widget_edit{
    position:absolute;
    top:3px;
    left:3px;
    z-index:1000;}
.widget_edit a{
    background: #fff url(/statics/images/icon_conf.png) 2px 2px no-repeat;
    width:15px;
    height:15px;
    z-index:9999;
    overflow:hidden;
    text-indent:-9999px;
    display:block;
    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    }
.editProd, .editPub, .editPubItem{
    position:absolute;
    top:5px;
    right:5px;
    z-index:900;}
.editProd a, .editPub a, .editPubItem a{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display:block;
    background:#333;
    color:#fff;
    padding:4px;
    font-weight:bold;
    font-size:10px;
    cursor:pointer;}

/*=====FIN BOTONES DE GESTION DE CONTENIDOS DE COMPONENTES====*/


/* ================== PRELOADER GENERICO SOBRE ACCIONES EN LA WEB ===================== */

.loadOrisom{
       background: rgba(0,0,0,0.5);
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:9999;}
.loadOrisom .loadOrisomImg{
        background: url(/statics/theme_mws/images/core/preloader.gif) top left no-repeat;
        width:50px;
        height:50px;
        position:absolute;
        top:50%;
        left:45%;
        right:45%;
        border-radius:5px;}

/* ================== FIN PRELOADER GENERICO SOBRE ACCIONES EN LA WEB ===================== */


/* ================== PAGE SLIDE ===================== */

#pageslide{
    /* Estos estilos son importantes para el funcionamiento */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    padding:0;

    /* Estos estilos son opcionales y muestran como se va a ver el pageslide*/
    border-left:1px solid #000;
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;}

/* ================== FIN PAGE SLIDE ===================== */



/* ================== MENU FRONT WWW DASHBOARD PAGE ===================== */
.frontAdminMenu{ 
    position:fixed;
    bottom:5px;
    right:10px;
    z-index: 99999999;
    background:#000;
    padding:5px;    
}

.frontAdminMenu a{ 
    cursor: pointer;
    color:#fff;
}


.frontAdminMenu .tagButon { 
    color:#f93232;
}

.frontAdminMenu  .active{ 
    color:#5edc48;
}



/* ================== LOGIN PAGES ===================== */
   

.userInfo{
    text-align: center;
    padding: 3px;display:none;
}

.userInfoImg{
    max-height:100px;
    max-width:100px;
    border-radius: 50%;
}

.userInfoUsername{
    padding: 7px;
    font-size: 19px;    
}

.userInfoEmail{
    padding: 7px;
    font-size: 15px;
}   


.btnChangeUser a{
    text-align:right;
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 2px 0 0;
}

    
.loginWeb{
    width:100%;
    height:100%;
    display:table;
    font-family: 'Montserrat', sans-serif;
    text-align:center;}
.loginWeb main{
    width:100%;
    display:table-cell;
    vertical-align:middle;
    text-align:center;}
    
    
.logWeb{
    width:300px;
    margin:0 auto;}
.logWeb .logCont{
    text-align:center;}
.logWeb .logCont .logo{
    padding:0 0 25px;
    position:inherit;
    }
.logWeb .logCont .logo img{
    max-width:200px;}

.logWeb .loginContent{
    text-align:left;}
    
    
.logWeb .loginContent .defaultCont {}   
.logWeb .loginContent .defaultCont .wrapper{
    padding:20px;
    background-color: #f7f7f7;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-box-shadow: 0px 7px 30px -7px #ccc;
    -webkit-box-shadow: 0px 7px 30px -7px #ccc;
    box-shadow: 0px 7px 30px -7px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 7, direction = 180, color = '#ccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 7, Direction = 180, Color = '#ccc')";}
    
    
.logWeb .loginContent h4{
    text-align:center;
    padding:0 20px 0px;
    color:#0d83dd;}

.logWeb .subtitle{
    padding:0 0 20px;
    font-size:14px;
    color:#333;
    text-align:center;}
    
.logWeb .campo{
    width:100%;
    padding:0 0 2px 0;}
.logWeb .campo input{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    
.logWeb .campo input.inpError{
    border:1px solid #cd3840;}
    
.logWeb .campoBtn{
    width:100%;
    padding:2px 0 0;}
.logWeb .campoBtn input{
    width:100%;
    padding:10px;
    font-size:18px;
    cursor:pointer;
    background:#0d83dd;
    color:#fff;
    text-align:center;
    border:1px solid #077bd3;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}
.logWeb .campoBtn input:hover{
    background:#077bd3;}
    
.logWeb .options{
    padding:20px 0;} 
.logWeb .options ul{
    list-style-type:none;}
.logWeb .options ul li{}
.logWeb .options ul li a{
    display:block;
    font-size:14px;
    color:#666;
    text-decoration:none;
    padding:2px 0 0;}
.logWeb .options ul li a:hover{
    color:#0d83dd;}
    
.logWeb .note{
    padding:20px 0;
    font-size:14px;
    color:#666;
    text-align:center;}
    
.logWeb .btnBack{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size:14px;
    color:#333;
    cursor:pointer;
    padding:5px;
    width:100px;
    margin:20px auto;
    border:1px solid #c5e3fa;
    text-align:center;}
.logWeb .btnBack:hover{
    border: 1px solid #0d83dd;}
    
    
.logWeb .mensaje_error{
    text-align:center;
    padding:10px;
    border:1px solid #e58085;
    background:#f5e0e1;
    font-size:14px;
    margin:0 0 2px;}
.logWeb .mensaje_ok{
    text-align:center;
    padding:10px;
    font-size:18px;}
    
    
.logWeb .infoApp{
    text-align:center;
    padding:5px;
    margin:0 0 2px;}
    
    
.logWeb .infoApp img{
    display:inline-block;
    vertical-align:middle;
    max-height:28px;
    max-width:28px;}
.logWeb .infoApp h5{
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
    color:#666;}
body{
    margin:0;
    padding:0;
    
/    font-family: 'Open Sans', sans-serif;
    font-family: 'Questrial', sans-serif;
/    font-family:'banks-miles-single' !important;

}    

/*=====Generico====*/

*{
    margin:0;
    padding:0;
    outline:0;}
input, select, textarea{
    outline:0;
    font-family: 'Questrial', sans-serif;}
input::-moz-focus-inner { border:0; padding:0 }
img{
    border:0;
    outline:0;}
    
@font-face{
    font-family:"banks-miles-single";
    src:url("/drive/repo/editorweb/banks-miles-single.ttf") format("woff"),
    url("/drive/repo/editorweb/banks-miles-single.ttf") format("opentype"),
    url("/drive/repo/editorweb/banks-miles-single.ttf") format("truetype");
}
    
/*===== Correcciones de gestion ====*/   
    
.slide .widget_container{
    position:static;}  
    
    
/*===== Transitions ====*/  
    

.mp .accesMp .menuItem,
.btnCatalog .menuTitle a,
.btnAccion01 .contMenu .menuLink a,
.btnUbicacion .menuItem,
.slide .menuLink a,
.catalog .addCart .text,
.mainForm .formButtons input{
    -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
    -o-transition:all 0.3s ease-out;  /* Opera */
    -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
    transition:all 0.3s ease-out;  /* W3C */
}

    
/*=====--------Estructura----------====*/   



.w2{} 
.w2 .web{
    margin-top:87px;}


 
      
    
/*===== Apartado de Mercado Pago */     

.mp{
    overflow:hidden;
    position: relative;
    width:94%;
    margin:0 auto;
    padding:50px 3%;
}

.mp .logoMp{
    margin-top: -5px;
    float:left;
    width:25%;
}
    
.mp .logoMp img{
    max-width:90%;
}

.mp .imgMp{
    margin-top: -30px;
    margin-left: -3px;
    float:left;
    width:25%;
}
    
.mp .imgMp img{
    max-width:100%;
}


.mp .accesMp{
    margin-top: 3px;
    float:right;
    width:50%;}
    
    
.mp .accesMp{}

.mp .accesMp .menuItem{
    position:relative;
    background: #fff;
    border:3px solid transparent;
    cursor:pointer;
}
    
.mp .accesMp .menuItem:hover{
    background: #eec239;
}

.mp .accesMp .menuItem .menuPic{
    position:absolute;
    bottom:20px;
    right:25px;
}

.mp .accesMp .menuItem .menuPic a{
    border:0:outline:0;
}

.mp .accesMp .menuItem .menuTitle{}
.mp .accesMp .menuItem .menuTitle a{
    display:block;
    color:#333;
    font-weight:bold;
    font-size:16px;
    padding:20px 60px 20px 25px;
}
    
/*===== Apartado Aviso API */ 
  
.whatsapp_banner .avisoapi{
    margin-top: -5px;
    text-align: center;
    max-width:100%;
    padding-bottom: 10px;
/    border-bottom: 2px dotted #fff;
}
    

/*===== Footer + Mapa */


.map{
    width:100%;}
.map iframe{
    width:100% !important;
    height:400px !important;}
    
footer{
/    background: url(/drive/repo/general/fondo_a1.png) no-repeat 55% 63%/cover;
/    border-top: 7px solid #fecc7c;
    background: rgba(0,0,0,0.65);
/    background: rgba(50,153,247,0.85);
}
 
.footerCont{
    width:94%;
    padding:0 3%;}


.footerCont .bgFooter{
    padding:20px 0;}


.col3Cols{
    overflow:hidden;
    padding:20px 0;
    text-align:center;}
.col3Cols .col1{
    display:inline-block;
    vertical-align:middle;
    width:33%;}
.col3Cols .col2{
    display:inline-block;
    vertical-align:middle;
    width:33%;}
.col3Cols .col3{
    display:inline-block;
    vertical-align:middle;
    width:33%;}

    
/*=====Home====*/     
    
.web{}
.w1{}
    
.w1 .web{
    position: absolute;
    width: 100%;
/    height: 84vh;   
}

    
 
/*===== Logo superior ====*/
.logoGB{
    display:block;}   
.logoGB-black{
    display:none;}
.logoGB-icon{
    display:none;}

/*===== Menu Superior  ====*/

.nav1,.nav2{
    float:right;
    display:block;
    clear:both;
    overflow:hidden;
    z-index: 999;}
.nav1 .menuItem,.nav2 .menuItem{
    float:left;}
.nav1 .menuItem  a, .nav2 .menuItem  a{
    display:block;
    color:#fff;
    text-decoration:none;}
   
.nav1 .menuItem  a:hover,
.nav2 .menuItem  a:hover,
.nav1 .menuItem.selected a,
.nav2 .menuItem.selected a{
    color:#eec239;}
  
    

.nav1 .menuItem{
    float:left;}
.nav1 .menuItem  a{
    padding:5px 10px;
    font-size:12px;}
    
.nav2 .menuItem{
    float:left;}
.nav2 .menuItem  a{
    padding:5px 10px;
    font-size:15px;
    font-weight: 800;}


    


/* -------------------------------------------------

                WHATSAPP [ BANNER / BOTÓN HEADER ]

------------------------------------------------- */


.whatsapp_banner {
    overflow:hidden;
    position: relative;
    background: #7a8057;
/    background: url('/drive/repo/general/fondoD_v.png') no-repeat center/cover;
    width:94%;
/    height: 633px;
    margin:0 auto;
    padding:25px 3%;
    
}



.whatsapp_banner .menuItem img {
    max-width: 10%;
    max-height: 10%;
    padding: 0 0 5px;
}

.whatsapp_banner .menuItem {
    padding: 1px 5% 27px;
    margin-left: 5%;
    margin-right: 5%;
    width:80%;
/    background-color: rgba(255,160,90,.80);
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
/    border-bottom: 2px dotted #fff;
}

.whatsapp_banner p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 500;
}






/* -------------------------------------------------

                POP UPS / FLOTANTES

------------------------------------------------- */

.popup_1 {
    margin: 20px auto 0;
}
.ui-dialog {
    background: rgba(0,0,0,.95);
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 99999999;
}
.ui-dialog-content {
    width: 90% !important;
    max-width: 1080px;
    height: auto !important;
    min-height: 100px !important;
    overflow: hidden;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}
.ui-dialog-titlebar {
    display: none;
}
.ui-dialog h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #fff;
    margin-right:50px;
}
.ui-dialog p {
    font-size: .9rem;
    color: #fff;
    padding: 0 0 10px;
}
.ui-dialog p a {
    color: #e61616;
    text-decoration: underline;
}
.ui-dialog p a:hover {
    text-decoration: none;
}
.boton_popup_cerrar_1 {
    position: absolute;
    top: 0;
    right: 0;   
    display: inline-block;
}
.boton_popup_cerrar_1 span{
    background: url('/drive/repo/editorweb/icon_close.png') no-repeat center;
    background-size: 70%;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    font-size: 0;
    margin: 0;
}   



    
/* -------------------------------------------------

                BLOQUE BRANDING

------------------------------------------------- */



.branding {
    width: 90%;  
    margin-left: 5%;
/    background: url('/drive/repo/general/fondoG_v.png') no-repeat fixed center/cover;
/    background-color: rgba(255,255,255,0.35);
/    border: 10px solid #fecc7c;
    position: relative;
}



.branding .nombreCategoria {
    background-color: #fecc7c;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 2.3;
    text-align: center;
}

.branding .imagenCategoria  {
    margin: 5px 0 5px 0;
    text-align: center;  
}

.branding .imagenCategoria img {
    max-width: 50%;
    max-height: 50%;  
}

/* -------------------------------------------------

                ESTRUCTURAS PRE-HEADER

------------------------------------------------- */

.w2 header{
/    background: url(/drive/repo/general/fondo_v.png) no-repeat 55% 63%/cover;
/    background: url('/drive/repo/general/fondoA_v.png') no-repeat center/cover;
/     background: rgba(0,0,0,0.65);
/    background:#88ad94;}
    
    
.pageBlock{
    width:100%;
    padding:20px 3%;
    margin:0 auto;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;}
    
.pageBlock .col1{
    display:inline-block;
    vertical-align:top;
    width:59%;
    padding:0 45px 0 0;
    
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    }  
.pageBlock .col2{
    display:inline-block;
    vertical-align:top;
    width:29%;} 
    
    
.pageBlock .col1Small{
    display:inline-block;
    vertical-align:top;
    width:18.8%;
    margin-right: 0.2%;
    padding:0 0 0 0;
    
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    }  
.pageBlock .col2Big{
    display:inline-block;
    vertical-align:top;
    width:80%;}     
    
    


/* -------------------------------------------------

                BUTTON TO TOP

------------------------------------------------- */

.toTop {
    display: none;
    position: fixed;
    bottom: 7%;
    left: 1%;
    width: 45px;
    height: 45px;
    background: #FEAA26 url('/drive/repo/editorweb/toTop.png') no-repeat center/50% auto;
/    background: url('/drive/repo/editorweb/toTop2.png') no-repeat center/100% auto;
    border: 1px solid #FEAA26;
    border-radius: 50%;
    transition: background-color .2s;
    z-index: 9;
}
.toTop:hover {

    background-color: #7eb2ae;
    border: 1px solid #7eb2ae;
    transition: background-color .2s;
}
 

/* -------------------------------------------------

            SOLAPITAS FLOTANTES

------------------------------------------------- */

.sCorporativa {
    position: fixed; right:0px; top:140px;
    z-index: 999;
}

.sCorporativa ul.navjgp { list-style: none; display: block; width: 90px; position: relative; top: 0px; right: 0px; padding: 120px 0 0px 0;}

.sCorporativa li {margin: 2px 0 2px 0; float:right;}

.sCorporativa ul.navjgp li a { transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;  -webkit-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;
    background: rgba(0,0,0,0.65);; color: #174867; padding: 7px 15px 7px 15px;display: block; text-decoration: none;
    -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 0px 0px 4px;
     border-radius: 4px 0px 0px 4px; 
    -webkit-box-shadow: 0px 0px 2px 2px #cccccc; -moz-box-shadow: 0px 0px 2px 2px #cccccc; box-shadow: 0px 0px 2px 2px #cccccc; }
    
.sCorporativa ul.navjgp li a:hover { background: #f2d600; color: #000; padding: 7px 30px 7px 15px;}

.sCorporativa ul.navjgp li a img {border:0px none;}

.sCorporativa li.menor {margin: 2px 0 2px 0; float:right;  color: #000; font-size:9.5px; font-family:Arial, Helvetica, sans-serif; }

.sCorporativa ul.navjgp li.menor a  { transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;  -webkit-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;
    background: rgba(0,0,0,0.65);; color: #fff; padding: 7px 7px 7px 7px;display: block; text-decoration: none;
    -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 0px 0px 4px;
     border-radius: 4px 0px 0px 4px;  width:80px;
    -webkit-box-shadow: 0px 0px 2px 2px #cccccc; -moz-box-shadow: 0px 0px 2px 2px #cccccc; box-shadow: 0px 0px 2px 2px transparent; }
    
.sCorporativa ul.navjgp li.menor a img {vertical-align:middle; border:0px none; width: 40%; height: 40%;}

.sCorporativa ul.navjgp li.menor a:hover { background: #f2d600; color: #000; padding: 7px 20px 7px 7px;}


.sWA {
    position: fixed; right:1%; bottom:8%;
    z-index: 999;
}

.sWA li {margin: 2px 0 2px 0; float:right;}

.sWA ul.navjgp1 { list-style: none; display: block; width: 47px; height: 47px; position: relative; top: 0px; right: 0px; padding: 0px 0 0px 0;}

.sWA ul.navjgp li a img {border:0px none; width:20%;}

.sWA ul.navjgp li a { transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;  -webkit-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;
    background:#f2d600; color: #174867; padding: 7px 15px 7px 15px;display: block; text-decoration: none;
    -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 0px 0px 4px;
     border-radius: 4px 0px 0px 4px; 
    -webkit-box-shadow: 0px 0px 2px 2px #cccccc; -moz-box-shadow: 0px 0px 2px 2px #cccccc; box-shadow: 0px 0px 2px 2px #cccccc; }




/* -------------------------------------------------

                TITULOS NO MACOIX

------------------------------------------------- */

.titjp {
    width: 100%;
    text-align: center;
    margin-top: 20px;   
    margin-bottom: 30px;
     background: #F1F1F1;
}

.titjp .title h1{
    font-family: 'banks-miles-single' !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    letter-spacing: normal;
    color: #000;
    padding-top: 15px;
}
.titjp .subtitle h3 p {
    font-family: 'banks-miles-single' !important;
    text-transform: uppercase;
    color: #999;
    font-size: 16px;
    padding-bottom: 15px;
}


/* -------------------------------------------------

               MENU PIE VOLVER

------------------------------------------------- */

.volverm {   
    background: rgba(0,0,0,0.65);
    width: 100%;
    overflow:hidden;    
}

.volverm .wdgTitle{
    text-align: center;
    padding:7px 0 7px;
}
    
.volverm .wdgTitle .title{
    margin-top: 80px;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 2.3;
    text-align: center;
}    


.volverm .contMenu {
    width: 100%;
    text-align: center;
}

.volverm .menuItem {
    display: inline-flex;
    width: 20%;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
/    margin-left: 2%;
    padding: 0 0 0 0;
}

.volverm .menuItemCont {
    width: 95%;
}

.volverm .menuPic {
    float: left;
    width: 20%;
    margin: 0 auto;
}
.volverm .menuItem img {
    width: 80%;
    height: 80%;    
/    padding-bottom: 15px;
}

.volverm .menuItem .menuTitle  {
    float: right;
    text-align: left;
    width: 80%;
    margin-top: 7%;
    padding-bottom: 2px;
    border-bottom: 1px dotted white;
}

.volverm .menuItem .menuTitle a {
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    color: white;   
}

.volverm .menuItem .menuTitle a:hover {
    color: aquamarine;
}
.volverm .menuPic img:hover {
    width: 90%;
    height: 90%;   
    padding-bottom: 5px;
}
.volverm p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 500;
}



/* -------------------------------------------------

                MEDIA QUERIES

------------------------------------------------- */

/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {

.titjp {
/    width: 90%;
/    margin-left: 5%;
}
.titjp .title h1{
    font-size: 1.5rem !important;
}
.titjp .subtitle h3 p {
    font-size: 11px !important;
    margin: 0 1% 0 1%;
}

.copyGB{
    font-size:8px;
}



.jorge{
    margin-top: -25px;  
}

.categBlock .contCateg {
    margin-top: -5px;  
} 

.categBlock .categItem {
    display: block;
    vertical-align: top;
    margin-left: 10%;
    width: 80%;   
}  



.categBlock .categItemCont  {
    margin-top:5px; 
    margin-bottom: 9px; 
    border-radius: 15px; 
    border: 15px solid #FEAA26;
}

.categBlock .categItemCont .categPic img {
    top: 100;
    bottom: 100;   
}


.categBlock .wdgTitle{
    padding:3px 0 1px;}
  
     
.categBlock .categItemCont .categTitle > div a {
    background: #FEAA26;
    font-size: 1rem;
}   


.mp {
    padding: 0 3%;
}

.mp .logoMp{
    margin-top: 0px;
    float: none;
    width:80%;
    margin-left: 12%;
    display: block;
    margin-bottom: 20px;
}

.mp .imgMp{
    margin-top: 0px;
    float: none;
    width:80%;
    margin-left: 10%;
    display: block;
    margin-bottom: 20px;
}

.mp .accesMp{
    margin-top: 0px;
    float: none;
    width:80%;
    margin-left: 10%;
    display: block;
    margin-bottom: 20px;
}




} /* FIN MEDIA QUERIES 1023 */

    
/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape)   {



.titjp {
/    width: 90%;
/    margin-left: 5%;
}
.titjp .title h1{
    font-size: 1.5rem !important;
}
.titjp .subtitle h3 p {
    font-size: 13px !important;
    margin: 0 1% 0 1%;
}


/* -------------------------------------------------

                FIN HEADER - SIGO CON EL RESTO

------------------------------------------------- */



} /* FIN MEDIA QUERIES 800 landscape */

/* -------------------------------------------------

                HEADER

------------------------------------------------- */

    
    
header{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:900;
    overflow:hidden;
/    background: rgba(0,0,0,0.15);
    width: 100%;
}
    
header .lang{
    float: left !important;
}

header .ob{
    float: right !important;
    margin-right: 0px !important;
}   

header .acc{
    float: right !important;
} 
    
.headCont{
     width:95%;
     margin-left: 2.5%;
     padding:5px;
     overflow:hidden;}   
    

    
.logo{
    margin-top: 0px;
    float:left;
    width: 28%;
    margin: 4px 0 0 5px;
}
    
.logo img{
    width: 80%;} 
       
.headBox{
    width: 67%;
    float: left;
    margin-top: 15px;
    overflow:hidden;} 

header .boxizq {
    float: right !important;
    margin-top: 4px;
}  

.contMovil .responsiveMenu{
    display:inline-block;
    vertical-align:middle;
    float: left;
    margin-top: 15px;
}      

.headCont.headBox.contNavs{
    position: relative;
    width: 45%;
    float:right;} 
    
.contNavs{
    width: 55%;
}    
    
.contNavFix{}
    
.contNavs .nav1{}
.contNavs .nav2{}

.carrito{
    margin-left: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;}
           
.btnMovil{
    cursor:pointer;
    display: block;
}
    
    
/* -------------------------------------------------

                MENU SUPERIOR

------------------------------------------------- */

.nav1 {
    display:block;
    overflow:hidden;
    z-index: 999;
    margin-top: 35px;
    margin-bottom: 10px; 
    width: 100%;   
}

.nav2{
    display:block;
    overflow:hidden;
    z-index: 999;   
    width: 100%;    
}
.nav1 .menuItem,.nav2 .menuItem{
/    float:left;
}

.nav1 .menuItem  a, .nav2 .menuItem  a{
    display:block;
    color:#000;
    text-decoration:none;}
   
.nav1 .menuItem  a:hover,
.nav2 .menuItem  a:hover,
.nav1 .menuItem.selected a,
.nav2 .menuItem.selected a{
    color:#FEAA26;}
  
    

.nav1 .menuItem{
/    float:left;
}
.nav1 .menuItem  a{
    padding:5px 10px;
    font-size:12px;}
    
.nav2 .menuItem{
/    float:left;
}
.nav2 .menuItem  a{
    padding:5px 10px;
    font-size:15px;
    font-weight: 800;}
    
    
    
header .contNavs{
    position:fixed;
    z-index:999;
    height:100%;
    width:35%;
    top:85px;
    left:-100%;
    right:0;
    bottom;   
    box-sizing:border-box; 
    background: #fff;
    transition: all .5s;
    transition-timing-function: cubic-bezier(0,0,.58,1);
/    padding: 1%;
}    


header .contNavFix {
    float: right !important;
    margin-top: 30px;
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
}


/* -------------------------------------------------

                HEADER FIXED

------------------------------------------------- */    
    
header.fixed{      
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:900;
    overflow:hidden;
    background: rgba(50,153,247,0.85);
/    background: #fff;
    width: 100%;
} 

header.fixed .logo{
    margin-top: 0px;
    float:left;
    width: 28%;
    margin: 4px 0 0 5px;
}     
    
header.fixed .logo .img_logo_oscuro{
       display:block;
       width: 60%;
       margin: 0;
}     

header.fixed .logo  .img_logo_claro{
       display:none;
}


header .logo  .img_logo_oscuro{
   display:none;
}
  


header.fixed .lang{
    float: left !important;
}

header.fixed .ob{
    float: right !important;
    margin-right: 0px !important;
}   

header.fixed .acc{
    float: right !important;
} 
    
header.fixed .headCont{
     width:95%;
     margin-left: 2.5%;
     padding:5px;
     overflow:hidden;}   
    

       
header.fixed .headBox{
    width: 67%;
    float: left;
    margin-top: 5px;
    overflow:hidden;} 

header.fixed .boxizq {
    float: right !important;
    margin-top: 4px;
}  

header.fixed .contMovil .responsiveMenu{
    display:inline-block;
    vertical-align:middle;
    float: left;
    margin-top: 5px;
}      

header.fixed .headCont.headBox.contNavs{
    position: relative;
    width: 45%;
    float:right;} 
    
header.fixed .contNavs{
    width: 55%;
}    
    
.contNavFix{}
    
.contNavs .nav1{}
.contNavs .nav2{}

header.fixed .carrito{
    margin-left: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;}
           
header.fixed .btnMovil{
    cursor:pointer;
    display: block;
}

header.fixed .lang, header.fixed .ob .obIcon.iconApps {
    border: 1px solid white;
}
    
    
/* -------------------------------------------------

                MENU SUPERIOR

------------------------------------------------- */

header.fixed .nav1 {
    display:block;
    overflow:hidden;
    z-index: 999;
    margin-top: 35px;
    margin-bottom: 10px; 
    width: 100%;   
}

header.fixed .nav2{
    display:block;
    overflow:hidden;
    z-index: 999;   
    width: 100%;    
}
.nav1 .menuItem,.nav2 .menuItem{
/    float:left;
}

header.fixed .nav1 .menuItem  a, header.fixed .nav2 .menuItem  a{
    display:block;
    color:#000;
    text-decoration:none;}
   
header.fixed .nav1 .menuItem  a:hover,
header.fixed .nav2 .menuItem  a:hover,
header.fixed .nav1 .menuItem.selected a,
header.fixed .nav2 .menuItem.selected a{
    color:#FEAA26;}
  
    

.nav1 .menuItem{
/    float:left;
}
header.fixed .nav1 .menuItem  a{
    padding:5px 10px;
    font-size:12px;}
    
.nav2 .menuItem{
/    float:left;
}
header.fixed .nav2 .menuItem  a{
    padding:5px 10px;
    font-size:15px;
    font-weight: 800;}


header.fixed .contNavs{
    position:fixed;
    z-index:999;
    height:100%;
    width:36%;
    top:65px;
    left:-100%;
    right:0;
    bottom;   
    box-sizing:border-box; 
    background: rgba(50,153,247,0.95);
/    background: #fff;
    transition: all .5s;
    transition-timing-function: cubic-bezier(0,0,.58,1);
}    


header.fixed .contNavFix {
    float: right !important;
    margin-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
} 
    
/*===== Estructura Multi-Idioma y Registro ====*/  

.contMovil .lang {
    cursor:pointer;
    float: right;
}

.contMovil .acc {
    cursor:pointer;
    margin-top: 5px;
    float: right;
}

.contMovil .ob {
    cursor:pointer;
    margin-top: 2px;
    float: right;
    margin-right: 5px;
}



/*===== Usuario No Registrado ====*/  

.acc .menuitem {
    display: inline-block;
    vertical-align: top;  
}



.acc .menuItem .menuPic img {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 50%;
}

/*===== Multi-Idioma ====*/  

.lang {
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 50%;
}

.lang .menuItem .MenuImg {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat center/auto 100%;
}

.lang .menuItem .MenuImg.Idioma_1 {
    background-image: url('/drive/repo/general/lang_spa.png');
}

.lang .menuItem .MenuImg.Idioma_2 {
    background-image: url('/drive/repo/editorweb/lang_eng.png');
}

.lang .menuItem p {
/    display: none;
    display: block;
    color:  #FEAA26;
    font-size:  12px;
    font-weight: bold;
    width: 42px;
    font-family: 'Oswald'; 
    text-transform: uppercase;
/    background: rgba(0,0,0,0.05);
    margin-left: 5px;
}

.lang .menuItem .menuPic img {
    width: 49px;
    height: 49px;
}    

/* -------------------------------------------------

                ORISOM BAR

------------------------------------------------- */


.ob .left{
    float:none;}
.ob .right{
    float:none;}
    

.ob{
    float:right;
/    height:42px;
    margin-left: 0px;
    margin-top: 0px;
    padding:0 0 0 0;
    display: block !important;
}
    
.ob .obCont{
/   position:relative;    
}

.ob .oItem {
    display:inline-block;
    vertical-align:top;
    position:relative;
}

.ob .oItem .iApps{}
.ob .oItem .iUser{}

.ob .obIcon{
    overflow:hidden;
    cursor:pointer;
    position:relative;
    top: 0px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
    
.ob .obIcon.iconApps{
    background: #fff url(/drive/repo/general/11.png);
    background-position: 10px 11px;
    background-repeat:no-repeat;
    background-size: 20px 20px;
    width:40px;
    height:40px;
    margin-left: -5px;
    border: 1px solid black;
}
        
.ob .obIcon.iconApps:hover{   
    background: #fff url(/drive/repo/general/111.png);
    background-position: 10px 11px;
    background-repeat:no-repeat;
    background-size: 20px 20px;
    border: 1px solid black;
}

.ob .obIcon.iconUser{
    width:40px;
    height:40px;
/    display:table;
    background: #fff;
    position: relative;
    margin-left: -4px;
    bottom: 3px;
/    margin-top: -0.6px;
    border: 1px solid black;
}
    
.ob .obIcon.iconUser:hover{   
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}
    
.ob .obIcon.iconUser .userimg{
    vertical-align:middle;
    object-fit: cover;
}

.ob .obIcon.iconUser img{
    width: 40px;
    height: 40px;
/    margin-left: 1.85px;
    margin-top: 0px;
/    border: 2px solid #FEAA26;
    border-radius: 50%;
}
    
/* -------------------------------------------------

                LOGICA 9 PUNTITOS APPSCONT

------------------------------------------------- */


body {
  font-family: Questrial;
  font-size: 16px;
}
img {
  vertical-align: middle;
}
a, a:focus, a:visited{ 
  text-decoration: none;
  color: green;
  font-weight: bold;
}

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.container-dashboard {
  position: fixed;
  background: #fff;
  width: 325px;
  height: 420px;
  display: none;
  top: 69px;
  left:910px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 14px #2cecdd;
  -webkit-box-shadow: 0px 0px 14px #2cecdd;
  box-shadow: 0px 0px 14px #2cecdd;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 4px #eec239;
  z-index: 999;
  transition: all .21s;
  padding: 10px;
}
.container-dashboard .title {
  padding: 10px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
  background-color: #fff;
  color: #fff;
  border-bottom: 1px solid #2a6496;
  color: #333;
/  font-weight: bold;
  font-size: 14px;
}
.container-dashboard .appMenu {
  width: 100%;
  overflow-y: auto;
  list-style-type: none;
  height: 90%;
}
.container-dashboard .appMenu .appMenu-scroll {
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header {
  padding: 20px 6px 20px 0;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-header {
  margin-top: 6px;
    padding: 5px 20px 5px 6px;
    display: flex;
    background: #FEAA26;
    border-radius: 4px;
    cursor: pointer;
}
.container-dashboard .appMenu .appMenu-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.container-dashboard .appMenu .appMenu-header .user-info {
  /* Cambiar color aqui dependiendo de la pag */
  color: #000; 
  float: left;
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 7px;
}

.container-dashboard .appMenu .appMenu-header .user-info > span {
  display: block;
}
.container-dashboard .appMenu .appMenu-header .user-info .user-role {
  font-size: 10px;
  margin-top: 4px;
    font-family: 'Questrial'; 
    text-transform: none;
  color: #2a6496; 
}
.container-dashboard .appMenu .appMenu-header .user-info .user-dni {
  font-size: 12px;
  margin-top: 4px;
    font-family: 'Questrial'; 
    text-transform: none;
  color: #2a6496; 


}
.container-dashboard .appMenu .appMenu-content ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.container-dashboard .appMenu .appMenu-content  .appMenu-content-dropdown > a{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  /* padding: 8px 30px 8px 20px; */
  color:#3a3f48;
  text-decoration: none;
  font-size: 11px;
  
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a {
  /* background: #c0c0c0; */
  margin: 5px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i{
  
  background: #FEAA26;
  margin: 7px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active > a{
  color: green;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown div{
  /* background: #c0c0c0; */
  padding: 5px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown a:hover {
/  color: #2a6496;
  color: #000;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 11px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown ul li:hover a {
  color: #000;
}

.container-dashboard .appMenu .appMenu-content .submenu {
  display: none;
  opacity: 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul {
  display: block;
  padding: 5px 0;

}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu {
  opacity: 1;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li {
  width: 33.3%;
  text-align: center;
  margin: 10px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul li {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a{  
  display: grid;
  color: #737171
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul li a{  
  display: flex;
  color: #737171;
  align-items: center;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li:hover a{  
  color: green;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a i {
  font-size: 30px;
  margin: 4px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul li a i {
  font-size: 30px;
  margin: 4px 10px 4px 4px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a .description{
  display: flex;
  flex-direction: column;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a span{
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a .small{
  font-size: 12px;
  margin: 2px 0;
}
.img-rounded {
  border-radius: 6px;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.icon-bounce .icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.icon-bounce:hover .icon, .icon-bounce:focus .icon, .icon-bounce:active .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bob:hover, .appMenu-content-dropdown.active .bob {
  -webkit-animation-name: bob-float, bob;
  animation-name: bob-float, bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
 .appsCont{
     display:none;
 }
    

/* -------------------------------------------------

                LOGICA PERFIL  USERCONT

------------------------------------------------- */


.ob .userCont {
    position: fixed;
    background:#fff;
    top: 60px;
    left:920px;
    display:none;
    width:380px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    -moz-box-shadow: 0px 0px 4px #f65109;
    -webkit-box-shadow: 0px 0px 4px #f65109;
    box-shadow: 0px 0px 4px #f65109;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 4px #555;
    text-align: center;
    z-index: 999;
}
    

 
    
.ob .userCont:before{
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    display: block;
    position: fixed;
    top: 53px;
    right: 98px;
    width: 5;
    transition: all .21s;
}


    
.ob .userCont .title{
    padding:5px;
    border-bottom:1px solid #f1f1f1;
        color:#000;
        font-weight: 800; 
    }
.ob .userCont .title a{
    color:#000;
    font-weight: 800;  
}

.ob .userCont .title span.note{
    font-size:15px;
    font-weight: 800; 
    color:#000;}
.ob .userCont .user{
    overflow:hidden;
    padding:10px;}
.ob .userCont .user .userPic{
    overflow:hidden;
    text-align: center;
    float:left;
    -moz-border-radius: 350px;
    -webkit-border-radius: 350px;
    border-radius: 350px;
    width:80px;
    height:80px;
    margin:0 20px 0 0;}
.ob .userCont .user .userPic img{
    margin: auto;
    width:80px;}
.ob .userCont .user .userDetails{
    float:left;
    text-align: center;
    width:180px;}
.ob .userCont .user .userDetails .name{
    display:block;
    margin-top: 5px;
    font-size:16px;}
.ob .userCont .user .userDetails .mail{
    display:block;
    word-wrap: break-word;
    font-size:12px;}
.ob .userCont .user .userDetails .perfil{
    display:block;
    text-align: center;
    padding:10px 0;}
.ob .userCont .user .userDetails .perfil a{
    display:block;
    background:#FEAA26;
    border:1px solid #FEAA26;
    color:#333;
    float:left;
    font-size:12px;
    text-decoration:none;
    padding:3px 12px;
    margin-left: 55px;
    text-decoration:none;
    -moz-border-radius: 350px;
    -webkit-border-radius: 350px;
    border-radius: 350px;}
.ob .userCont .user .userDetails .perfil a:hover{
    text-decoration:none;
    background:#5d9e71;
    border:1px solid #5d9e71;
    color:#fff;}

.ob .userCont .userSesion{
    
    overflow:hidden;
    padding:10px;
    background:#fecc7c;
    text-align:center;}
    


.ob .userCont .btnChangeUser,
.ob .userCont .logOut{
    display:block;
    padding:10px 15px;
    background:#FEAA26;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    color:#333;
    border:1px solid #FEAA26;}
    
.ob .userCont .btnChangeUser{
    margin:0 0 2px;
    border:none;
    background:none;}
.ob .userCont .btnChangeUser img{
    display: none;
    max-width:100px;}
    
.ob .userCont .logOut:hover{
    border:1px solid #f06e4d;
    background: #f06e4d;
    color:#fff;}


    
/* -------------------------------------------------

            CONTRATOS - PERFIL

------------------------------------------------- */

.ContratosProfile{
float:right;
}

.ob .left{
    float:none;}
.ob .right{
    float:none;}
    
.ob .contratosCont{
    position:absolute;
    top:64px;
    background:#fff;
    font-size: 14px;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;}
    

.ob .contratosCont{
right: -64px;}  
    
.ob .contratosCont:before{    
    border-color: #e9e9e9 transparent;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    display: block;
    position: absolute;
    right: 13px;
    top: -8px;
    width: 0;
    z-index: 102;   }
    
.ob .contratosCont .ContTitle {
    padding: 4px 4px 4px 4px;
background-color: #55adcd96;
    color: #fff;
    font-size: 18px;
    text-align: left;
    
}  

.ob .contratosCont .ContID{
font-size: 11px;
    padding: 0px 4px 0px 4px;
    /* border-bottom: 1px solid #cac3c3; */
    background-color: #ffffff;
    text-align: left;
    color: #676363;
}

.ob .contratosCont .ContPlanDesc{
    float: left;
    margin: 1px 14px 0px 0px;
    color: #676363;
    padding-left: 4px;
    background: white;
    width: 100%;
    position: relative;
    bottom: 1px;
}

{
    color: #676363;
        text-align: right;
        color: #65b928;
}

.ContExpires{
    color: #676363;
    text-align: right;
        margin-bottom: 5px;
        font-size: 11px;
    position: relative;
    bottom: 35px;
}
.ob .contratosCont .ContTitle a{   

    color: #000;
}

.ob .contratosCont .ContTitle span.note {
    font-size: 12px;
    color: $000;
}

.ob{
    float:right;
    height:42px;
    padding:0 0 0 2px;}
.ob .obCont{
    position:relative;}

.ob .oItem {
    display:inline-block;
    vertical-align:top;
    width:40px;
    height:40px;
    position:relative;
    }
.ob .oItem .iContratos{}


.ob .obIcon{
    overflow:hidden;
    cursor:pointer;
    position:relative;
    -moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    border-radius: 250px;}
.ob .obIcon.iconContrato{
    background: url(/drive/repo/editorweb/12.png);
    background-position: 5px 6px;
    background-repeat:no-repeat;
    background-size: 40px 35px;
    width:22px;
    height:22px;
    padding:10px;
        margin-left: -33px;
    }

.ob .contratosCont{
    display:none;
    width:280px;
    right: 27px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);}
.ob .ContratosMenu{
width: 281px;
    max-height: 380px;
    overflow-y: auto;
    /* padding: 10px; */
    background-color: #f2f2f2;
    }

.ob .ContratosMenu .label{  
        text-decoration: underline;
    width:100%;
    
}

.ob .ContratosMenu .badge{  
    position: absolute;
    bottom: 11px;
    right: 1px;
    font-size: 13px;
    background: #b5bcbf;
    padding: 3px;
    border-radius: 7px;
    color: white;
    width: 70px;
    
}


.ob .ContratosMenu .periodicidad{  
font-size: 11px;
    float: left;
    padding-left: 5px;
    position: relative;
    top: 8px;
}

.ob .ContratosMenu .ContPayButton{  
clear: both;
    /* background-color: #ffffff; */
    margin: 0px 0px 19px 0px;
    /* padding: 9px; */
    /* text-align: right; */
    cursor: pointer;
    color: #676363;
    width: 246px;   
    padding-left: 5px;         
}

.ContPayButton .ContSolicitudTitulo{
padding-top: 6px;
    position: relative;
    bottom: 20px;
}

.ob .ContratosMenu .ContPayButton a{  
    text-decoration: none;
    padding: 4px;
    float: right;

    margin: 3px;
    border-radius: 6px;

}

.ContratosMenu .ContStatus{
    text-align: right;
    color: #65b928;
position: relative;
    bottom: 35px;
}
.ob .ContratosMenu .ContPayButton .ContRenovar{
    position: relative;
    left: 15px;
    top: -20px;
    background: #65b928a3;
    color: white;
    text-align: center;
    width: 70px;
    font-size: 12px;
}

.ContPayButton .ContSolicitudProcesar{
    background: #96cadd;
    color: white;
    text-align: center;
    font-size: 11px;
    position: relative;
    right: 12px;
}
.ContPayButton .ContSolicitudProcesar:hover{
    background: white;
    color:#55adcd;
        border: solid 1px #55adcd;
}

.ContPayButton .ContSolicitudCancelar{
    background: #96cadd;
    color: white;
    text-align: center;
    font-size: 11px;
        position: relative;
    right: 25px;
}

.ContPayButton .ContSolicitudCancelar:hover{
    background: white;
    color:#55adcd;
        border: solid 1px #55adcd;
}

.ob .ContratosMenu .ContPayButton .ContRenovar:hover{
    background: white;
    color:#65b928;
        border: solid 1px #65b928a3;
}

.ContPayButton .ContSolicitudDetalle{
    margin-bottom: 5px;
        position: relative;
    bottom: 20px;
}
.ob .ContratosMenu .ContPayButton .ContSolicitudProcesar{ 
   position: relative;
    bottom: 20px; 
    
}

.ob .ContratosMenu .ContPayButton .ContSolicitudCancelar{  
   position: relative;
    bottom: 20px;
}
    
  
.ob .detailsItem{
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    width: 260px;
    height: 40px;
    float: left;
    text-align: center;
    /* border: 1px solid #e2e4e0; */
    position: relative;
    color: #676363;
    border-bottom: solid 1px #b5bcbf;
        bottom: 30px;
}

    }

.ob .detailsItem .appPic{
    display:inline-block;
    vertical-align:middle;
    height: 50px;
    width: 40px;
    overflow: hidden;
    
    }
.ob .detailsItem .appPic img{
    height:40px;
    }
.ob .detailsItem .label{
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    padding-left: 5px;
    position: relative;
    top: 9px;}

    
/*===== Estructura Multi-Idioma y Registro ====*/  

.contMovil .lang {
    cursor:pointer;
    float: right;
}

.contMovil .acc {
    cursor:pointer;
    margin-top: 5px;
    float: right;
}

.contMovil .ob {
    cursor:pointer;
    margin-top: 2px;
    float: right;
    margin-right: 5px;
}



/*===== Usuario No Registrado ====*/  

.acc .menuitem {
    display: inline-block;
    vertical-align: top;  
}



.acc .menuItem .menuPic img {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 50%;
}

/*===== Multi-Idioma ====*/  

.lang {
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 50%;
}

.lang .menuItem .MenuImg {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat center/auto 100%;
}

.lang .menuItem .MenuImg.Idioma_1 {
    background-image: url('/drive/repo/general/lang_spa.png');
}

.lang .menuItem .MenuImg.Idioma_2 {
    background-image: url('/drive/repo/editorweb/lang_eng.png');
}

.lang .menuItem p {
/    display: none;
    display: block;
    color:  #FEAA26;
    font-size:  12px;
    font-weight: bold;
    width: 42px;
    font-family: 'Oswald'; 
    text-transform: uppercase;
/    background: rgba(0,0,0,0.05);
    margin-left: 5px;
}

.lang .menuItem .menuPic img {
    width: 49px;
    height: 49px;
}    




/* -------------------------------------------------

                MEDIA QUERIES

------------------------------------------------- */

/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {


    
.container-dashboard {
  top: 144px;
  left: 15px;
}  

header, header.fixed {
  padding-top: 5px;
  width: 100%;
}

header.fixed .container-dashboard {
  top: 2px;
  left: 2px;
}

.logo{
    margin-top: 0px;
    float:left;
    width: 50%;
    margin: 4px 0 0 5px;
}

.logo img{
    width: 100%;
} 
       
.headBox{
    width: 30%;
    float: left;
    margin-top: 8px;
    overflow:hidden;
} 

.contMovil .responsiveMenu{
    margin-top: 8px;
} 


/* -------------------------------------------------

                HEADER FIXED PORTRAIT

------------------------------------------------- */
 
header.fixed  .logo{
    margin-top: 0px;
    float:left;
    width: 50%;
    margin: 8px 0 0 5px;
} 

header.fixed  .headBox {
    width: 30%;
    float: left;
    margin-top: 8px;
    overflow:hidden;
} 


header.fixed .contMovil .responsiveMenu{
    margin-top: 8px;
} 
 
header.fixed .logo img{
    width: 100%;
}         
    
header.fixed .logo .img_logo_oscuro{
       display:none;
}    

header.fixed .logo  .img_logo_claro{
       display: none;
}

header.fixed .logo  .img_logo_oscuro{
   display: block;
}
 
header.fixed  .logoGB{
    display: none;}   
    
header.fixed  .logoGB-black{
    display: none;}
    
header.fixed  .logoGB-icon{
    display: none;
} 


header.fixed .ob .userCont {
    top: 150px !important;
    left: 1px 
    z-index: 999;
    transition: all .21s;
}

header.fixed .categProds{
    width: auto;
} 

header.fixed .logo .img_logo_oscuro{
       display:block;
       width: 100%;
       margin: 0;
}

.nav1 {
    margin-top: 1px !important;
}

header.fixed .nav1 {
    margin-top: 30px !important;
}
    
/* -------------------------------------------------

                FIN HEADER

------------------------------------------------- */    
 
header .contNavs {
    width:100%;
} 

header.fixed .contNavs{
    width:100%;
} 

.carrito, header.fixed .carrito {
    margin-top: 10px;
    margin-bottom: 5px;
}

} /* FIN MEDIA QUERIES 1023 */

    
/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape)   {

.logo img{
    width: 100%;
} 

.logo, header.fixed .logo {
    margin-top: 0px;
    float:left;
    width: 35%;
}

.headBox, header.fixed .headBox {
    width: 55%;
    float: left;
    margin-top: 3px;
    overflow:hidden;
} 

.contMovil .responsiveMenu, header.fixed .contMovil .responsiveMenu {
    margin-top: 2px;
} 

.carrito, header.fixed .carrito {
    margin-top: 3px;
    margin-bottom: 5px;
    float: left;
    width: 50%;
}

header .contNavFix {
    float: none !important;
    margin-top: 2px;
}

header.fixed .contNavFix {
    float: none !important;
    margin-top: 10px;
}

.nav1,  header.fixed .nav1 {
    float: left;
    width: 50%;
    margin-top: 0px !important;
}

.nav2, header.fixed .nav2 {
    float: right;
    width: 50%;
    clear: none;
}

} /* FIN MEDIA QUERIES 800 landscape */

/* -------------------------------------------------

                BUSCADOR

------------------------------------------------- */

.cuerpo3 {
    width: 93%;
    background: transparent;
        border: 3px solid #000;
    border-radius: 5px;
}


.searchHead{
    background: #acacac;
    border: 5px solid #acacac;
    display: block !important;
    clear: both;
    display: inline;
    border-radius: 5px;
    width: 97%;
/    margin-right: 3.2%;
    margin-top: 30px;
    padding:10px 0 10px 0;}
    
.searchHead .wdgSearch{
    background: #FEAA26;
    margin-left: 5%;
    width:520px;
    height:30px;
    position:relative;
    color: transparent;
    overflow:hidden;}   
       
.searchHead .wdgSearchCont{
    background: #FEAA26;
    height:30px;
    width:300px;
    top:0;
    right:0;
    z-index:600;}
    
.searchHead .wdgSearchCont{
    background: #FEAA26;
    height:30px;
    width:500px;
    top:0;
    right:0;
    z-index:600;}    
    
.searchHead .campoTextSearch{
    float:left;
    vertical-align: middle;
    width: 355px;
    width:50px;}
    
.searchHead .campoTextSearch input{
    border:0;
    background: #fff;
    margin-left: 2%;
    width:365px;
    height:30px;
    padding:5px;
    font-size:12px;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.searchHead .normalSearch input[type=text]{
    font-family: 'Questrial', sans-serif;
    border:0;
    background: #fff;
    margin-left: 2%;
    font-weight: 800;
    width:85% !important;
    height:10px;
    padding:5px;
    font-size:12px;
    text-align: left;
    vertical-align: middle;
    color: #000 !important;
}

.searchHead .bigSearch {
    display: inline;
    width:500px;
    margin-top: 5px;
}

.searchHead .normalSearch {
    padding-bottom: 8px;
}

.searchHead .normalSearch input[type=submit]{
    font-family: 'Questrial', sans-serif;
    border:0;
/    border-radius: 50%;
    margin-left: 1%;
    width:20px;
    height:20px;
    padding:5px;
    font-size:1px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background: transparent url(/drive/repo/general/iconsearch7et5.png) no-repeat 97% center/120% auto;
    cursor:pointer;
}

.searchHead .bigSearch input[type=text]{
    font-family: 'Questrial', sans-serif;
    border:0;
    background: #fff;
    margin-left: 2%;
    width:88%;
    height:10px;
    padding:5px;
    font-size:12px;
    text-align: left;
    vertical-align: middle;
    color: #000;
}


.searchHead .bigSearch .searchMarcas{
    padding-bottom: 5px;
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 1%;
    width:20%;
    height:10px;
    padding:5px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.searchHead .bigSearch .searchMarcas label{
    display: none;
}

.searchHead .bigSearch .searchMarcas select{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    padding: 0 1px;
    margin-left: 0px;
    margin-left: 0;
    width:22%;    
    height:20px;
    font-weight: 800;
    color: #000;
    border: none;
    border-bottom: 2px solid #acacac; 
    
}


.searchHead .bigSearch .searchCategorias  {
    padding-bottom: 5px;
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 0px;
    width:20%;
    height:10px;
    padding:5px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.searchHead .bigSearch .searchCategorias label{
    display: none;
}


.searchHead .bigSearch .searchCategorias select{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    padding: 0 1px;
    margin-left: 0px;
    width:28%;    
    height:20px;
    font-weight: 800;
    color: #000;
    border: none;
    border-bottom: 2px solid #acacac; 
    
}


.searchHead .bigSearch .searchProveedores  {
    padding-bottom: 5px;
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 0px;
    width:20%;
    height:10px;
    padding:5px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.searchHead .bigSearch .searchProveedores label{
    display: none;
}


.searchHead .bigSearch .searchProveedores select{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    padding: 0 1px;
    margin-left: 0px;
    width:30%;    
    height:20px;
    font-weight: 800;
    color: #000;
    border: none;
    border-bottom: 2px solid #acacac; 
    
}
.searchHead .bigSearch .searchMarcas select[name="linea"] {
    display: none;   
}

#div_linea.searchMarcas   {
    display: none !important;   
}



.searchHead .bigSearch .buscaValor{
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 4px;
    width:265px;
    font: 800 12px Questrial;
    height:15px;
    padding: 5px;
    font-size:12px;

    text-align: left;
    vertical-align: middle;
    color: #000;
    border: none;
}


.searchHead .bigSearch .buscaValor input[type=text]{
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    padding:2px;
    width: 63px;
    height:15px;
    font: 800 12px Questrial;
    font-weight: bold;
    color: #000;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #FEAA26; 
}

.searchHead .bigSearch .buscaValor textarea {
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font: 800 12px Questrial;
    font-weight: bold;
    color: #000;
}



.searchHead .bigSearch .buscaAtributo{
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 2%;
    width:165px;
    height:15px;    
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.searchHead .bigSearch .buscaAtributo select{
    display: inline;
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    font-weight: 800;
    padding: 0 20px;
    height:20px;
    color: #000;
    width: 19.5%;
    margin-left: 7px;
    margin-right: 7px;
    border: none;
    border-bottom: 2px solid #FEAA26; 
}

.searchHead .bigSearch .buscaAtributo textarea{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    font-weight: 800;
    height:15px;
}

.searchHead .finalSearch {
    display: inline;
    width:3%;
    margin-left: 1%;
    float: right;
    margin-right: 5%;
}

.searchHead .finalSearch input[type=submit]{
    display: inline;
/    float: right;
    font-family: 'Questrial', sans-serif;
    border:0;
/    border-radius: 50%;
/    margin-left: -20%;
    width:20px;
    height:20px;
    padding:5px;
    font-size:1px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background: transparent url(/drive/repo/general/iconsearch7et5.png) no-repeat 97% center/120% auto;
    cursor:pointer;
}
    
.searchHead .campoButtonSearch{
    float: right;
    width:30px;}
    
.searchHead .campoButtonSearch input{
/    background: transparent url(/drive/repo/general/iconsearch7et5.png) no-repeat 97% center/120% auto;
    width:27px;
    height:30px;
    margin-left: 8px;
    border: 5px solid #FEAA26;
/    color: transparent;
    cursor:pointer;
}

header.fixed .searchHead .normalSearch input[type=text]{
    width:91%;
}

/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {

header.fixed .searchHead .normalSearch input[type=text]{
    width:80% !important;
}

header .searchHead .normalSearch input[type=text]{
    width:80% !important;
}

header.fixed .searchHead {
/    margin-top: 20px;
    width: 95%;
    margin-left: 2%;
    display: block;
    clear: both;
    float:none;
    margin-bottom: 50px;
} 

.searchHead .bigSearch .searchCategorias select, .searchHead .bigSearch .searchProveedores select, .searchHead .bigSearch .searchMarcas select {
    width:25% !important;
}


} /* FIN MEDIA QUERIES 1023 portrait */
/* -------------------------------------------------

                CARRITO HOVER

------------------------------------------------- */



.cart .productsCartCont {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 10.1%;
    left: 32.5%;
    z-index: 999;
/    background: #f3d474;
    width: 380px;
/    padding: 10px 10px 10px 10px;
    transition: all .21s;  
    background: #f3d474;   
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;    
    -moz-box-shadow: 0px 0px 14px #ccc;
    -webkit-box-shadow: 0px 0px 14px #ccc;
    box-shadow: 0px 0px 14px #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 3px 5px #ccc;
}

.cart .productsCartCont h4 {
    color: #fff;
    font-size: 8px;
    letter-spacing: 1.2px;
/    background: rgba(0,0,0,0.25);
    margin-top: -30px;
    margin-left: 43px;
}

.cart .productsCartTitle .text {
    color: #000;
    font-size: 8px;
    letter-spacing: 1.2px;
/    background: rgba(0,0,0,0.25);
/    margin-top: 20px;
    margin-left: 43px;
    width: 170px;
    padding-top: 5px;
    text-align:  left;
}



.cart .productsCartTitle {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url('/drive/repo/general/2464icon_deck_cartera.png') no-repeat center;
    background-size: 90%;
    position: relative;    
    cursor: pointer;
    margin:0 5px 5px 0;
    text-align:  center;
}
.cart .productsCartTitle .text b {
    position: absolute;
    top: 3.3px;
    right: -3.2px;
    width: 1rem;
    height: 1rem;
    padding-top: .15rem;
    background-color: #FEAA26;
    border-radius: 50%;
    font-size: .7rem;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.cart .productsCartTitle .text span b:empty {
    display: block;
    font-size: 12px;
    color: red;
}

}
.cartLBCont {
    width: 250px;
}

.cartLBCont {
    visible: none;
}
.cartLBCont::before{
    content: " ";
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.cartLBCont > h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}
.cartLBCont .productCart {
    width: 330px;
    max-width: 330px;
    padding: 5px 25px 5px 5px;
    margin-bottom: 2px;
    margin-top: 5px;
    margin: 5px 10px 2px 10px;
    position: relative;
    background-color: #f2f2f2;
}
.cartLBCont .productCart::after {
    content: " ";
    display: table;
    clear: both;
}
.cartLBCont .prodPic {
    float: left;
    width: 12%;
    padding-bottom: 12%;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.cartLBCont .prodPic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.cartLBCont .prodDesc h3 {
    font-size: 12px;
    color: #000; 
    padding: 2px 0 5px;
    font-weight: 400;
    line-height: 1.3;
}
.cartLBCont .prodDesc h3 a {
    color: #444;
}
.cartLBCont .productPrice {
    position:  relative;
    bottom: 5px;
    left: 1%;
    padding: 5px 0px 1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #dd3928;
}

.cartLBCont .productPrice span b {
    padding: 25px 0px 1px;
}
.cartLBCont .productOptions .productDelete {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #dd3928 url('/drive/repo/editorweb/icon_close.png') no-repeat center;
    background-size: 50%;
    border-radius: 3px;
    cursor: pointer;
}
.cartLBCont .cartButtons {
    margin-top: 5px;   
}
.cartLBCont .cartButtons div {
    display: inline-block;
    vertical-align: top;
    width: 94.5%;
    margin: 0 0 0 0;
    margin: 1px 10px 10px 10px;
    text-align: center;
}
.cartLBCont .cartButtons .closeBtn,
.cartLBCont .cartButtons .comprar a {
    padding: 10px 0;
    border-radius: 3px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #FEAA26;
}
.cartLBCont .cartButtons .closeBtn {
    margin-left: 0;
    background-color: #444;
    cursor: pointer;
}
.cartLBCont .cartButtons .closeBtn::after {
    content:"Seguir comprando";
}
.cartLBCont .cartButtons .comprar a {
    display: block;
    background-color: #FEAA26;
/    padding: 10px 50px 10px 50px;
}
.cartLBCont .cartButtons .closeBtn:hover,
.cartLBCont .cartButtons .comprar a:hover {
    opacity: .9;
}


/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {



.cart .productsCartTitle {
    margin-left: 0px !important;
    width: 40px !important;
}  

.cart .productsCartTitle .text {
/    width: 0px !important;
    color: #000;
    font-size: 8px;
    letter-spacing: 1.2px;
    background: transparent;
    margin-top: 20px;
    margin-left: 54px;
    padding-top: 5px;
    text-align: left !important;
}

.cart .productsCartCont {
    display: none;
    top: 31%;
    left: 1%;
    width: 350px;
}

.cartLBCont .productCart {
    width: 300px;
    max-width: 300px;
}

header.fixed .cart .productsCartCont {
    top: 32.1% !important;
    left: 5.3% !important;
    transition: all .21s;  
}

} /* FIN MEDIA QUERIES 1023 portrait */

/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape)   {



.cart .productsCartTitle {
    margin-left: 0px !important;
    width: 40px !important;
}  

.cart .productsCartTitle .text {
    width: 170px !important;
    color: #000;
    font-size: 8px;
    letter-spacing: 1.2px;
    background: transparent;
    margin-top: 20px;
    margin-left: 46px;
    padding-top: 5px;
    text-align: left !important;
}

.cart .productsCartCont {
    display: none;
    top: 31%;
    left: 1%;
    width: 350px;
}

.cartLBCont .productCart {
    width: 300px;
    max-width: 300px;
}

header.fixed .contMovil .carrito {
    margin-top: -15px;
}


header.fixed .cart .productsCartCont {
    top: 22.1% !important;
    left: 37.3% !important;
    transition: all .21s;  
}

} /* FIN MEDIA QUERIES 800 landscape */



    
/* -------------------------------------------------

                CATEGORIAS HOME

------------------------------------------------- */

.categProds{
/    background: #FEAA26;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.categProds .wdgTitle {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-top-left-radius: 40px !important;
}

.categProds .wdgTitle .title{
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10%;
    text-align: left;
    background: transparent url('/drive/repo/editorweb/menu.png') no-repeat 90% center/auto 40%;
    cursor: pointer;
}

.categProds .wdgTitle .description {
/    background: rgba(0,0,0,0.35);
    background: #acacac;
    text-align: center;
    border-top-left-radius: 30px;
    font-size: 12px;
    padding: 4px 0 4px;
}

.categProds .wdgContent {
    display: none;
    position: fixed;
    top: 12%;
    right: 0;
    bottom: 0;
    width: 18%;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    background-color: #F1F1F1;
    text-align: left;
    overflow-y: scroll;
    list-style-type: none;
    z-index: 999;
    border-top-left-radius: 70px;
    border: 15px solid #acacac;
    border-right: 0;
    border-left: 0;   
    border-bottom: 0;
}

.categProds .wdgContent::-webkit-scrollbar {
    -webkit-appearance: none;
}

.categProds .categItem {
    display: block;
    position: static;
    margin: 0 0 15px;
    border: 0 !important;
}

.categProds .closeBtn {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 25px;
    height: 25px;
    background: red url('/drive/repo/editorweb/icon_close.png') no-repeat center/40%;
    cursor: pointer;
    border-radius: 50%;
}  

/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {


.categProds{
/    background: #FEAA26;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    display: block;
    float: none;
}

.categProds .wdgTitle {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-top-left-radius: 40px !important;
    font-size: 12px   !important;
    font-weight: bold  !important;
    padding-top: 7px  !important;
    padding-bottom: 7px  !important;
    padding-left: 10%  !important;
    padding: 7px 0 0 0 !important;
    text-align: left  !important;
    background: #F1F1F1 !important;
    cursor: pointer;
}

.categProds .wdgTitle .title{
    font-size: 10px;
    color: #000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    padding: 20px 0px 15px 20px !important;
    background: transparent url('/drive/repo/editorweb/menu.png') no-repeat 90% center/auto 40%  !important;
    line-height: 1;
}


.categProds .wdgTitle .description {
    background: #acacac !important;
    text-align: center;
    color: #000;
    border-top-left-radius: 30px;
    font-size: 10px;
    padding: 4px 0 0px;
}


.categProds .wdgContent {
    width: 30%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    text-align: left;
    overflow-y: scroll;
    z-index: 999;
    left: auto !important;
}

.categProds .categTitle a {
    color: #000;
}



 


} /* FIN MEDIA QUERIES 1023 portrait */

/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape)   {


.categProds {
    width: 30%;
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
    float: right !important;
    display: block;
}



header.fixed .categProds{
    width: 30%;
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 1%;
    float: right !important;
    display: block;
}

.categProds .wdgTitle {
    display: inline-block;
    background: transparent !important;
    border: none;
    margin: 5px 0 0 0 !important;
    padding: 20px 0px 5px 0px !important;
    border-top-left-radius: 0px !important;
}
.categProds .wdgTitle .title{
    font-size: 8px;
    color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    padding: 25px 0px 5px 0px !important;
    background: transparent  url('/drive/repo/editorweb/menu.png') no-repeat 100% center/auto 100% !important;
    line-height: 1;
}

header.fixed .categProds .wdgTitle .title{
    font-size: 8px;
    color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    padding: 5px 5px 5px 0px;
    background: transparent;
    line-height: 1;
}

.categProds .wdgTitle .description {
    display: none;
}



.categProds .wdgContent {
    width: 30%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    text-align: left;
    overflow-y: scroll;
    z-index: 999;
    left: auto !important;
}

.categProds .categTitle a {
    color: #000;
}

header.fixed .categProds .wdgTitle .title{
    font-size: 8px;
    color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    padding: 10px 5px 5px 0px;
    background: transparent;
    line-height: 1;
}



header.fixed .categProds .wdgTitle {
    margin: 1px 0 0 0;
}


} /* FIN MEDIA QUERIES 800 landscape */
    
/* -------------------------------------------------

                CATALOGO CATEGORIAS IZQUIERDA

------------------------------------------------- */  
  
    
.catalogCateg{}
.catalogCateg .categProds{
    text-align:center;}
    
.categProds .wdgTitle {
    display: block;
    background: #F1F1F1;
/    background: rgba(0,0,0,0.50);
    color: #000;
    line-height: 2.3;
    margin-bottom: 10px;    
    font-size: 36px;   
    padding-left: 18px;
    font-weight: bold; 
}

.categProds .wdgCateg{}
.categProds .contCateg{
    padding:0 0 20px;}

.categProds .categItem{
    display:block;
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 11px;
    position:relative;
    margin:2px;
    border-bottom:1px solid #ccc;
}
    
    
    
.categProds .categItem .categPic{
    display:none;}

.categProds .categItemCont{
    display:block;}
.categProds .categTitle{}

.categProds .categTitle a{
    display:block;
    color:#222;
    font-weight:bold;
    padding:10px 20px 5px;
    font-size:1em;
    text-decoration:none;}
    
    
.categProds .categItem.selected .categTitle a {
    background:rgba(0,0,0,0.45);
/    background: #FEAA26;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    letter-spacing: 1.2px;
    color:#fff;}
    

.categProds .categTitle a:hover{
/    background:rgba(0,0,0,0.35);
    background: #FEAA26;
    border-bottom: 1px solid #fff;
    color:#000;}    

 
    
    

.categProds .categItem .contCateg_nivel0{
    display:block;}

.categProds .categItem .contCateg_nivel0 .categItem{
    border:0;
    margin:0;}

 .categProds .categItem.selected .contCateg_nivel0 .categItem .categTitle a,
 .categProds .categItem .contCateg_nivel0 .categItem .categTitle a{
    display:block;
    color:#eea243;
    padding:5px 30px;
    font-size:0.9em;
    font-weight:normal;
    text-decoration:none;}
    
.categProds .categItem .contCateg_nivel0 .categItem.selected .categTitle a{
/     background:#8abd9f;
     background:rgba(0,0,0,0.45);
     color:#fff;}
     

.categProds .categItem .contCateg_nivel0 .categItem .categTitle a:hover{
     background:#fdee93;
/     background:rgba(0,0,0,0.35);
     color:#000;}


/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {

.pageBlock .col1Small{
    display: block;
    vertical-align:top;
    width:100%;
    margin-right: 0.2%;
    padding:0 0 0 0;
    margin-bottom:30px;
}  

/*===== Categorias de productos despegables en responsive ====*/  

.categProds .wdgTitle {
    display: block;
    padding: 30px 25px 30px;
    background: #eec239 url('/drive/repo/editorweb/menu.png') no-repeat 90% center/auto 80%;
/    border: 2px solid #222;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
    margin:25px 0 10px 0;
}
.categProds .wdgContent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    background-color: #000;
    text-align: left;
    overflow-y: scroll;
    z-index: 999;
}
.categProds .categItem {
    display: block;
    position: static;
    margin: 0 0 15px;
    border: 0;
}
.categProds .categItem:nth-child(3) .categTitle{
    color:#fff;}    
.categProds .categItem:nth-child(3) .categTitle a:hover{
    background:none;
    color:#fff;}    
    

.categProds .categItem:nth-child(3) .categTitle{
    color:#333;}   
.categProds .categItem:nth-child(3) .categTitle a:hover{
    background:none;
    color:#333;}    


.categProds .categTitle a {
    display: block;
    color: #fff;
    padding: 0;
}
.categProds .categTitle a:hover {
    background-color: transparent;
} 
.categProds .closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background: url('/drive/repo/editorweb/icon_close.png') no-repeat center/60%;
    cursor: pointer;
}  


} /* FIN MEDIA QUERIES 1023 portrait */

/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape)   {

.pageBlock .col1Small{
    display: block;
    vertical-align:top;
    width:100%;
    margin-right: 0.2%;
    padding:0 0 0 0;
    margin-bottom:30px;
} 

.categProds .wdgTitle {
    display: block;
    padding: 30px 25px 30px;
    background: #eec239 url('/drive/repo/editorweb/menu.png') no-repeat 90% center/auto 75%;
/    border: 2px solid #222;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
    margin:25px 0 10px 0;
}

} /* FIN MEDIA QUERIES 800 landscape */





.sCorporativa {
    display: none;
}



//* -------------------------------------------------

                LEVEL 2

------------------------------------------------- */

.webj {
     position: absolute;
     width:100%;
     margin-top: 100px;
} 



    
.categsList {
    margin-bottom: 1px;
    margin-top: 120px;
    text-align: center;
}

.categsList .wdgCateg .wdgTitle {
    
    left: 2;
    right: 0;
    font-size:1.7em;
    text-align: left;
    padding:5px;
    color: #333;
    letter-spacing: 1.2px;
    line-height: 8.4;
    background: url(/drive/repo/general/marketing-en-tu-negocio.gif) no-repeat 55% 62%/cover;
    margin-bottom: 45px;
}
    
.categsList .categItem img{
    max-width: 60%;
    margin-bottom: 5px;
}    


.categsList .categItem {
    display: inline-block;
    vertical-align: top;
    width: 7.75%;
    margin: 0 1.2% 0 1.2%;
}
.categsList .categItem:first-child {
    margin-left: 0;
}

.categsList .categItem .categTitle a {
    position: relative;

    left: 0;
    right: 0;
    font-size: .9rem;
    font-weight: 1000;
    text-align: center;
    text-decoration:none;
    color: #333;
    transition: background-color .2s;
}

.categsList .categItem .categTitle a:hover {
    color:#46c6c9;}   


.categsList .categItem .categItemCont.selected .categTitle a{
    color:#FEAA26;}  
    
 


    
.defpost1{
    margin-top: 30px;
    width: 80%;
    margin-left: 9%;
}  

.defpost1 .wdgViewPost{}

/*Contenedor Post*/

.defpost1 .wdgViewPost .wdgContent{
    overflow:hidden;}
    

/*Datos Basicos del Post*/

.defpost1 .wdgViewPost .wdgPost{}
.defpost1 .wdgViewPost .wdgPostCont{}
.defpost1 .wdgViewPost .wdgPostPrincipal{
    overflow:hidden;}
    
.defpost1 .wdgViewPost .wdgPostPrincipal .PostPic{
    padding:20px 0;
    border-bottom:1px solid #e9e9e9;
    text-align: center;}
    
.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle{}
.defpost1 .wdgViewPost .wdgPostPrincipal .PostPic img{
    max-width:80%;}
    
.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle .title {
    
    text-align: center;
    font-size:18px;
    padding:5px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.8;
    background: rgba(0,0,0,0.55);
    margin-bottom: 25px;
    font-weight:800;}
    
    

.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle .subtitle{
    width: 90%;
    margin-left: 5%;
    font-size:16px;
    color: #000;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding:10px 0 10px;}

/*Descripcion Post*/

.defpost1 .wdgViewPost .wdgPost .PostDescription{
    width: 90%;
    margin-left: 5%;
    overflow:hidden;
    padding:5px 0;}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description{
    font-size:18px;
        letter-spacing: 1.5px;
    line-height: 1.4;
    color:#000;}
.defpost .wdgViewPost .wdgPost .PostDescription .description p{}

/*Posibles elementos en el cuerpo del mensaje*/

.defpost1 .wdgViewPost .wdgPost .PostDescription .description a{}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description img{
    max-width:80%;}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description ul{
    list-style-type:circle;
    padding:5px 20px;}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description ul li{}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description ol{
    list-style-type:decimal;
    padding:5px 20px;}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description ol li{}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description table{}
.defpost1 .wdgViewPost .wdgPost .PostDescription .description table tr td{}


.defpost1 .wdgPicSlider{
    padding:20px 20px 10px;
    position:relative;
    margin:20px 0;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}


.defpost1 .wdgPostPrincipal.PostPic {
    position: relative;
    text-align: center;
    padding-bottom: 40%;
}

.defpost1  img {

    top: 50;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40%;
    height: 40%;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 a {
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 50px;
    color: #FEAA26;
    letter-spacing: 1.5px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    font-weight:400;
}




/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */


@media (max-width: 1023px) {





.sCorporativa  {
    display: none;
}


.categsList {
    margin-bottom: 1px;
    margin-top: 120px;
    text-align: center;
    padding-bottom: 0px;
}


.categsList .categItem {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 1.2% 3% 1.2%;
} 

.defpost1 {
    width: 100%;
    margin-left: 0px;
}

.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle .title {
    font-size:14px;
    padding:5px;
    color: #fff;
    letter-spacing: 1.1px;
    line-height: 1;
    background: rgba(0,0,0,0.55);
    margin-bottom: 25px;
    font-weight:800;
    padding: 4% 0 3% 0;
}

.defpost1  img {
    width: 60%;
    height: 60%;
}

.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle .subtitle{
    width: 100%;
    margin-left: 0%;
    font-size:12px;
    color: #000;
    letter-spacing: 1.1px;
    line-height: 1;
    padding:10px 0 10px;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription{
    width: 90%;
    margin-left: 0%;
    overflow:hidden;
    margin:5%;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 {
    font-size:12px;
        letter-spacing: 1px;
    line-height: 1.2;
    color:#000;
    text-align: right !important;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 a {
    font-size: 30px;
}


} /* FIN MEDIA QUERIES 1023 portrait */

/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape)   {





.sCorporativa  {
    display: none;
}

.webj{
    display: block;
    margin-top: 0px;
}

.categsList {
    margin-bottom: 1px;
    margin-top: 90px;
    text-align: center;
} 

.categsList .categItem img{
    max-width: 40px;
}

.categsList .categItem {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 1.2% 3% 1.2%;
} 

.defpost1{
    margin-top: 30px;
    width: 90%;
    margin-left: 5%;
} 

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 a {
    font-size: 30px;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 {
    font-size:14px;
        letter-spacing: 1px;
    line-height: 1.2;
    color:#000;
    text-align: justify !important;
}
 

} /* FIN MEDIA QUERIES 800 landscape */

   







