.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/images/loader.gif) top left no-repeat;
        background-size: contain;
        width: 12%;
        height: 12%;
        position: absolute;
        top: 50%;
        left: 50%;}

/* ================== 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;}
:root{
    --link-menu-color: #222222;
    --link-menu-color-hover: #FF5325;
    --primary-color-text: #333333;
    --secondary-color-text: #ffffff;
    --primary-color: #015B59;
    --secondary-color: #FF5325;
    --secondary-color-hover: #f26724eb;
    --third-color: #173969;
    --total-color: #d0dbe6;
    --background-color-primary: #f1f6fd;
    --background-color-secondary: #e5eefa;
    --invert: invert(0); 
}

@font-face{
    font-family:"banks-miles-single";
    src:url("/drive/repo/general/379banks-miles-single.ttf") format("woff"),
    url("/drive/repo/general/379banks-miles-single.ttf") format("opentype"),
    url("/drive/repo/general/379banks-miles-single.ttf") format("truetype");
}

@font-face{
    font-family:"adventor";
    src:url("/drive/repo/general/7657tex-gyre-adventor.bold.otf") format("woff"),
    url("/drive/repo/general/7657tex-gyre-adventor.bold.otf") format("opentype"),
    url("/drive/repo/general/7657tex-gyre-adventor.bold.otf") format("truetype");
}

@font-face{
    font-family:"Raleway";
    src:url("/drive/repo/general/10555119Raleway-ExtraBold.ttf") format("woff"),
    url("/drive/repo/general/10555119Raleway-ExtraBold.ttf") format("opentype"),
    url("/drive/repo/general/10555119Raleway-ExtraBold.ttf") format("truetype");
}

@font-face{
    font-family:"Oswald";
    src:url("/drive/repo/general/6197Oswald-VariableFont_wght.ttf") format("woff"),
    url("/drive/repo/general/6197Oswald-VariableFont_wght.ttf") format("opentype"),
    url("/drive/repo/general/6197Oswald-VariableFont_wght.ttf") format("truetype");
}
@font-face{
    font-family:"inter";
    src:url("/drive/repo/general/Inter-Regular.ttf") format("woff"),
    url("/drive/repo/general/Inter-Regular.ttf") format("opentype"),
    url("/drive/repo/general/Inter-Regular.ttf") format("truetype");
}

@font-face{
    font-family:"centranube";
    src:url("/drive/repo/general/centranube-medium-webfont.ttf") format("woff"),
    url("/drive/repo/general/centranube-medium-webfont.ttf") format("opentype"),
    url("/drive/repo/general/centranube-medium-webfont.ttf") format("truetype");
}
@font-face{
    font-family:"Anton-Regular";
    src:url("/drive/repo/general/3946Anton-Regular.ttf") format("woff"),
    url("/drive/repo/general/3946Anton-Regular.ttf") format("opentype"),
    url("/drive/repo/general/3946Anton-Regular.ttf") format("truetype");
}

@font-face{
    font-family:"Helvetica_Neue";
    src:url("/drive/repo/general/Helvetica_Neue_UltraLight.ttf") format("woff"),
    url("/drive/repo/general/Helvetica_Neue_UltraLight.ttf") format("opentype"),
    url("/drive/repo/general/Helvetica_Neue_UltraLight.ttf") format("truetype");
}


::-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;
}

html {
    scroll-behavior: smooth;
}

*, :before, :after {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
/    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-family: 'banks-miles-single',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}     

img{
    width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    color: inherit;
}

option:hover {
  cursor: pointer;
  background-color: inherit;
}

.hidden{
    display: none !important;
}


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

           OCULTAR LOADER

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

.loadOrisom{
       display: none !important;
}


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

           PROCESO DE LOGIN GENERAL

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


.loginWeb{
    font-family:Arial, Helvetica, sans-serif;
    width: 80%;
    height:100vh;
    padding:20px;
    margin: auto;
    text-align:center;
    display:table;
    box-sizing:border-box;}
    
.logRegCont{
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;}
    
.headLogin{
    text-align:center;
    pading:20px 0;
    overflow:hidden;}
.headLogin .logo{
    margin:0 0 25px;
    position:inherit;
    top:inherit;
    left:inherit;
    right:inherit;}
.headLogin .logo img{
    max-width:200px;
    max-height:auto !important;}
.headLogin .title{
    margin:0 0 25px;}
    

.contLog{
    width:40%;
    margin:10px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    padding:20px;
    text-align:left;
    background:#f1f1f1;
    border-radius:3px;
    box-shadow: 2px 2px 2px 2px #ccc;}
.contReg{
    width:40%;
    margin:10px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    padding:20px;
    text-align:left;
    border-radius:3px;
    box-shadow: 2px 2px 2px 2px #ccc;}  
    
    
.changePass{
    width:40%;
    margin:10px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    padding:20px;
    text-align:left;
    background:#f1f1f1;
    border-radius:3px;
    text-align:center;
    box-shadow: 2px 2px 2px 2px #ccc;} 
     
.passCont{
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:20px;}  
    
.passCont .msjForm.okMsj{
    background:none;
    padding:0;
    font-weight:normal;}
    
    
.loginWeb .title{
    font-size:18px;
    font-weight:bold;
    padding:0 0 20px;}
    
.loginWeb .contLog .title{
    color:#0d83dd;}
.loginWeb .contReg .title{
    color:#333;}
    
.loginWeb .contLog .title a{
    color:#000;
    text-decoration:underline;
    font-size:14px;}
.loginWeb .contLog .title a:hover{
    text-decoration:none;}
    

.contForm{}

.contForm .campo{
    padding:0 0 5px;
    position:relative;}
.contForm .campo.campoImagen{
    width:30%;
    margin:0 auto;} 

.contForm .campo.campoImagen .userPic{
    position:relative;
    overflow:hidden;
    border-radius:500px;
    padding-bottom:100%;
    text-align:center;}

.contForm .campo.campoImagen img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
.contForm .campo label{
    display:none;}    
.contForm .campo input{
    border:1px solid #ccc;
    border-radius:3px;
    padding:8px;
    width:100%;
    font-size:16px;
    box-sizing:border-box;}
    
.contForm .campo .tickValidate{
    position:absolute;
    top:8px;
    right:8px;
    background: url(/drive/repo/editorweb/tick-validate.png) top left no-repeat;
    width:20px;
    height:19px;
    z-index:10;}

    
    

.campoBtn{
    margin:10px 0 0;
    padding:10px 0;}
.campoBtn input{
    border:0;
    border-radius:3px;
    padding:15px 20px;
    background:#ccc;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;}
.campoBtn input:hover{
    background:#999;}
    
.contLog .campoBtn input{
    background:#4d83dd;
    color:#fff;}
.contLog .campoBtn input:hover{
    background:#0a6db9;}
    

    
.changePass .campoBtn input{
    background:#4d83dd;
    color:#fff;}
.changePass .campoBtn input:hover{
    background:#0a6db9;} 
    
    
.contReg .campoBtn input{}    



.options{
    padding:0 0 10px;}
.options a{
    font-size:14px;
    color:#333;
    display:inline-block;
    padding:5px;}

.conectWith{
    padding:15px 0 0;}
.conectWith a{
    display:inline-block;
    padding:8px;
    border-radius:3px;
    background:#e9e9e9;
    color:#000;
    text-decoration:none;
    border:1px solid #ccc;}
.conectWith a:hover{
    background:#ccc;}

.msjForm{
    padding:10px;
    margin:10px 0;
    font-size:14px;
    font-weight:bold;
    border-radius:3px;
    background:#ccc;
    color:#333;}


.errorMsj{
    background:#ff0000;
    color:#fff;
    }
.errorMsj.msjOK{
    background:#90bb4a;
    color:#fff;
    }





/*Mensajes*/
.loginMsj{
    padding:20px;
    text-align:center;}
.loginMsj h1{}
.loginMsj h3{}
.loginMsj p{}



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

               PERFIL DEL USUARIO

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


.defaultPerfil{
    padding:20px;
    width:100%;
    box-sizing:border-box;
    overflow:hidden;
    display:block;}

.headPerfil{
    padding:10px 15px 10px;
    margin:0 0 5px;
    text-align:center;
    border-bottom:1px solid #e9e9e9;}
.headPerfil .logo{
    margin:0 0 25px;}
.headPerfil .logo img{
    max-width:200px;
    max-height:150px;}
.headPerfil .title{
    padding:0;
    font-size:18px;
    padding:0 0 10px;}
 



.defaultPerfil .contPerfil{
    text-align:center;
    overflow:hidden;
    width:100%;}


.UserDash{
    overflow:hidden;
    width: 33%;
    margin: 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    text-align: left;
    background: #f1f1f1;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 2px #ccc;
    
    
    }
.UserDash .userDetails{
    width:100%;
    box-sizing:border-box;
    padding:20px;
    border-radius:3px;}
    
.UserDash .userDetails .msgPerfil{
    background:#e9e9e9;
    color:#333;
    padding: 10px;
    margin: 0 0 20px;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;}   
.UserDash .userDetails .msgPerfil.msgOk{
    background:#17b552;
    color:#fff;}
    
    
    

.UserDash .UserPic{
    position:relative;
    overflow:hidden;
    border-radius:500px;
    width:30%;
    margin:0 auto;
    padding-bottom:30%;
    text-align:center;}
.UserDash .UserPic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
.UserDash .campoFile{
    margin:10px 0;
    background:#4d83dd;
    color:#fff;
    border: 0;
    border-radius: 3px;
    width: 200px;
    margin: 20px auto 10px;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    cursor: pointer;}
    
.UserDash .campoFile:hover{
    background:#0a6db9;
    }
    
.UserDash .campoFile .btn-file input{
    padding: 15px 20px;
    width:100%;}
    
    

.UserDash .campoFile{
    padding:10px 0;}

.UserDash .userInfoPerfil{
    display:block;}
    
.UserDash .userInfoPerfil .campoBtn{
    display:none;}
.UserDash .userInfoPerfil .userMoreInfo .campoBtn{
    display:block;}
    
    
    

.UserDash .userInfoPerfil .campo{
    padding:0 5px 10px 0;
    width:50%;
    box-sizing:border-box;
    float:left;}
.UserDash .userInfoPerfil .campoID{
    padding:0 0 15px;
    font-size:16px;
    text-align:center;}    
.UserDash .userInfoPerfil .campo label,
.UserDash .userInfoPerfil .campoID label{
    display:block;
    font-size:12px;}

.UserDash .userInfoPerfil .campo p,
.UserDash .userInfoPerfil .campoID p{
    fontsize:16px;
    margin:0 0 5px;}
.UserDash .userInfoPerfil .campo input{
    width:100%;
    background:#fff;
    box-sizing:border-box;
    padding:5px;
    border:1px solid #ccc;
    font-size:14px;}
    
.UserDash .userInfoPerfil .campo.campoTel{}
.UserDash .userInfoPerfil .campo.campoTel input.inpSmall{
    width:30%;}
.UserDash .userInfoPerfil .campo.campoTel input.inpMedium{
    width:50%;} 
    
.UserDash .userInfoPerfil .campo select{
    width:100%;
    box-sizing:border-box;
    padding:5px;
    border-1px solid #ccc;
    font-size:14px;}
    
.UserDash .userInfoPerfil .campo.campoNac select{
    width:27%;}
.UserDash .userInfoPerfil .campo.campoNac select:last-child{
    width:37%;}

.UserDash .userInfoPerfil .campoBtn{
    margin:10px 0 0;
    padding:10px 0;}
.UserDash .userInfoPerfil .campoBtn input{
    border:0;
    border-radius:3px;
    background:#ccc;
    padding:10px;
    font-weight:bold;
    font-size:16px;
    
    cursor:pointer;}
.UserDash .userInfoPerfil .campoBtn input:hover{
    background:#999;}
    
    
    
.UserDash .userMoreInfo{
    margin:10px 0 0;
    padding:10px 0 0;
    clear:both;
    border-top:1px solid #ccc;}
.UserDash .userMoreInfo h2{
    font-weight:normal;
    padding:10px 0;}
    
    
/* -------------------------------------------------

            APLICACIONES DEL USUARIO

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


.userApps{
    width:60%;
    display:inline-block;
    box-sizing:border-box;
    padding:20px;
    text-align:left;
    padding:30px 0;}
.contApps{
    overflow:hidden;
    padding:0 10px 20px;}
.contApps h3{
    border-bottom:1px solid #e9e9e9;
    padding:0 0 10px;
    margin:0 0 20px;}
    
.contApps .itemApp{
    position:relative;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #e9e9e9;
    margin:2px;
    padding:10px;
    width:18%;
    min-height:180px;
    text-align:center;
    }
    
.contApps .itemApp .deleteApp{
    position:absolute;
    z-index:10;
    top:-5px;
    right:-5px;
    width:25px;
    height:25px;
    font-size:12px;
    padding:5px 0 0;

    border-radius:100px;
    background:#999;
    font-weight:bold;
    color:#fff;
    cursor:pointer;}
.contApps .itemApp .deleteApp:hover{
    background:#d92027;}     
    
    
.contApps .itemApp .appPic{
    position:relative;
    overflow:hidden;
    width:40%;
    margin:0 auto 10px;
    border-radius:500px;
    padding-bottom:40%;}
.contApps .itemApp .appPic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
.contApps .itemApp .appTitle{
    font-size:16px;
    text-align:center;
    font-weight:normal;}
.contApps .itemApp .appIntro{
    font-size:12px;}
.contApps .itemApp a{
    position:absolute;
    left:5px;
    bottom:5px;
    right:5px;
    display:block;
    padding:10px;
    background:#4d83dd;
    color:#fff;
    font-weight:bold;
    border-radius:3px;
    text-decoration:none;}    
    
.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;
}   

.boton_popup_cerrar_1 {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.boton_popup_cerrar_1 span {
    background: url(/drive/repo/general/icon_close.png) no-repeat center;
    background-size: 60%;
    background-position: 100%;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    font-size: 0;
    margin: 0;
}
.popup_1 {
    margin: 20px auto 0;
}

.ui-dialog-titlebar-close {
    display: none;
}
    .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header{
    position: relative;
    z-index: 999;
}
.header-menu {
    margin: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
    background: transparent;
}

.header-menu.sticky {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
    padding: 0;
}
.sticky{
    display: block;
}
.header-logo{
  cursor: pointer;
}
.header-menu .menu-area,
.header-menu.sticky .menu-area {
    background: #FFFFFF;
}

.menu-area .container-header {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.menu-area .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.menu-area .logo-area {
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 20px;
}

.menu-area .logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 26px;
    max-width: 300px;
}

.header-menu.sticky .logo {
    display: none;
}
.menu-area .sticky-logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 32px;
    max-width: 300px;
}
.menu-area .sticky-logo {
    display: none;
}

.header-menu.sticky .sticky-logo {
    display: block;
}

.menu-area .menu-desktop .menuItem {
    position: relative;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
    padding: 30px 25px;
    font-size: 16px;
    color: var(--link-menu-color);
    font-family: 'Oswald'; 
    text-transform: uppercase;
}
.menu-area .menu-desktop .menuItem:hover {
    color: var(--link-menu-color-hover);
}

.header-menu.sticky .menu-area .menu-desktop .menuItem {
    font-size: 14px;
}

.menu-area .Alerts{
    margin-right: 10px;
}

.menu-area .no-login a span{
    display: none;
}
.menu-area .no-login a i{
    font-size: 35px;
    color: var(--primary-color);
    transition: 0.3s ease;
}

.menu-area .no-login a:hover i{
    color: var(--secondary-color);
}


.w-nav.type-mobile.mobile-align-left {
    text-align: left;
}
.l-subheader-cell .w-nav {
    margin-left: 0;
    margin-right: 0;
}
.ush_menu_1 {
    margin-left: 0!important;
    font-size: 16px!important;
}

.l-header a, .l-header .g-preloader {
    color: inherit;
/    color: #ff6b35;
    font-weight: bold;
}

.l-header-btn {
    color: inherit;
/    color: #ff6b35;
    font-weight: normal;  
/    font-family: 'Oswald'; 
    text-transform: uppercase;
}

.w-nav-control {
    display: none;
    line-height: 50px;
    height: 50px;
    padding: 0 0.8rem;
    color: inherit;
    cursor: pointer;
}
.w-nav-control.active .w-nav-icon i {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s;
}
.w-nav-control.active .w-nav-icon i:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0,1,.8,1), opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
}
.w-nav-control.active .w-nav-icon i:after {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.15s cubic-bezier(0,1,.8,1), transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
}

.ush_menu_1 .w-nav-control {
    display: block;
}

.w-nav-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    height: inherit;
    width: 1em;
}

.ush_menu_1 .w-nav-icon i {
    border-width: 3px;
}
.w-nav-icon i {
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon i {
    border-bottom: 0.15em solid;
}

.w-nav-icon i:before {
    top: -0.3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s, opacity 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon i:after {
    top: 0.3433em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s, transform 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon i:before, .w-nav-icon i:after {
    border-bottom: inherit;
}
.w-nav-icon i, .w-nav-icon i:before, .w-nav-icon i:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
}

.Profile .no-login .menuPic {
    width: 35px;
}

.menu-mobile {
    display: block;
}
.menu-desktop {
  display:none;
}

@media (min-width: 576px){

}

@media (min-width: 768px){
  
}


@media (min-width: 992px){
      
}

@media (min-width: 1200px){
  .menu-mobile {
      display: none;
  }
  .menu-desktop {
      display:block;
  }
  .menu-area .container-header {
    padding-right: 60px;
    padding-left: 60px;
  }
  .menu-area .logo img {
    max-height: 36px;
  }
}


@media only screen and (min-width: 1366px){
   
}


@media only screen and (min-width: 1500px){
   
}.ob .obCont{
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: relative;
}

.ob .iUser, .ob .iApps {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
/*
.ob .obIcon.iconApps {
    background: url(/drive/repo/general/9p.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin: auto;
    padding: 0;
}
.ob .obIcon.iconApps:hover {
    background: url(/drive/repo/general/9pH.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
*/
.ob .obIcon.iconApps::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f00a';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    transition: .3s ease;
}

.ob .obIcon.iconApps:hover::before{
    color: var(--primary-color);
}

.ob .userCont{
    position: absolute;
    display: none;
    right: 0;
    top: 57px;
    border: 1px solid #efefef;
    padding: 20px;
    width: 380px;
    border-radius: 5px;
    box-shadow: 8px 5px 17px -16px rgb(0 0 0 / 80%);
    background: #ffffff;
}

.ob .iUser .iconUser{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
/    border: 1px solid #efefef;
}

.ob .userCont{
    text-align: center;
}

.ob .userCont .title {
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
    font-weight: 600;
}
.ob .userCont .user {
    overflow: hidden;
    padding: 10px;
    display: flex;
}

.ob .userCont .user .userPic {
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex: 1 1;
    align-items: center;
}

.ob .userCont .user .userDetails{
    display: flex;
    flex-direction: column;
    flex: 1 1;
}

.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;
    margin-bottom: 10px;
}

.ob .userCont .user .userDetails .perfil a {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #333;
    font-size: 12px;
    text-decoration: none;
    padding: 3px 12px;
    text-decoration: none;
    -moz-border-radius: 350px;
    -webkit-border-radius: 350px;
    border-radius: 350px;
    color: #ffffff;
}
.ob .userCont .logOut {
    display: block;
    padding: 10px 15px;
    background: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    border: 1px solid var(--primary-color);
    color: #ffffff;
    border-radius: 5px;
    margin: 10px 0 0;
}

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

                LOGICA 9 PUNTITOS APPSCONT

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

.container-dashboard {
    position: fixed;
    background: #fff;
    width: 325px;
    height: 420px;
    display: none;
    right: 60px;
    top: 57px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 0px 0px 14px rgb(0 0 0 / 80%);
    -webkit-box-shadow: 0px 0px 14px rgb(0 0 0 / 80%);
    box-shadow: 8px 5px 17px -16px rgb(0 0 0 / 80%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 999;
    transition: all .21s;
    padding: 10px;
    overflow: hidden;
}
.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: var(--primary-color);
    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;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 7px;
}

.container-dashboard .appMenu .appMenu-header .user-info > span {
    display: block;
    color: var(--secondary-color-text);
}
.container-dashboard .appMenu .appMenu-header .user-info .user-role {
    font-size: 10px;
    margin-top: 4px;
    text-transform: none;
    color: var(--secondary-color-text);
}
.container-dashboard .appMenu .appMenu-header .user-info .user-dni {
    font-size: 12px;
    margin-top: 4px;
    font-family: 'banks-miles-single' !important;
    text-transform: none;
    color: var(--secondary-color-text);


}
.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;
  color: var(--primary-color-text);
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  
}
.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: var(--primary-color);
  color: var(--secondary-color-text);
  margin: 7px;
}

.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active > a{
/    color: #ff6b35 !important;
    color: var(--primary-color-text);
    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: #000;
  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;
    color: #ff6b35;
  color: var(--secondary-color);
  font-weight: bold;
}
.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: 50%;
  max-width: 50%;
  height: auto;
  margin: 0 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;
 }
    
.ori-side-wrapper{
    -webkit-transform: translate3d(-300px,0,0);
    -moz-transform: translate3d(-300px,0,0);
    -ms-transform: translate3d(-300px,0,0);
    -o-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    width: 300px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    line-height: 1;
    z-index: 3000001;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -moz-transition: -moz-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -ms-transition: -ms-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -o-transition: -o-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    transition: transform .4s cubic-bezier(.215,.061,.355,1) 1s,background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.ori-side-wrapper.exposed{
   -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); 
}
.ori-side-wrapper .menuList.level-0>li {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
}
.ori-side-wrapper.exposed .menuList.level-0>li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.ori-side-wrapper .widget_container{
    width: 100%;
    height: 100%;
}
.menuContainer{
    width: 99%;
    overflow: auto;
    height: 100%;
    box-sizing: content-box;
    display: block!important;
    overflow-y: auto;
    background-color: #000 !important;
/    background: var(--secondary-color)  !important;
    border-right: 2px solid var(--primary-color);
    background: url(/drive/repo/general/MBFondoSB1.jpg) no-repeat top/cover  !important;
    font-family: 'banks-miles-single'; 
    text-transform: uppercase;
}
.menuContainer .close{
    position: relative;
    top: 0;
    width: 60px;
    height: 50px;
    left: 0;
    cursor: pointer;
    z-index: 20;
}
.menuContainer .close:before,
.menuContainer .close:after{
    height: 1px !important;
    width: 24px;
    top: 30px;
    left: 14px;
    display: block;
    content: "";
    background: #e7e6dd;
    position: absolute;
    z-index: -1;
    transition: all .25s .25s;
}
.menuContainer .close:before{
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
}
.menuContainer .close:after{
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
}
.menuNavbar {
    width: 275px;
    position: absolute;
    height: 100%;
    min-height: 50vh;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.menuNavbar .contMenu{
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 10%;
}
.menuList{
    float: none!important;
    line-height: 1!important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menuElement:after{
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}
.menuElement.level-0{
    float: none!important;
    line-height: 1!important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    display: block !important;
}

.menuElement.level-0 a{
    font-weight: bold;
    font-size: 9px;
    text-align: left;
    letter-spacing: 1.5px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 28px !important;
    text-rendering: optimizeLegibility;
    padding: 15px 0;
/    text-transform: capitalize;
    color: #ffffff;
    display: block !important;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
}

.menuElement.level-0 i{
    font-size: 15px;
    margin-right: 5px;
    width: 20px;
}

.menuElement > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,.075);
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block!important;
}
.menuElement.level-1 > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,.3);
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block!important;
}

.menuElement:hover > a:before{
    width: 100%;
}

.menuList.level-1{
    position: absolute;
    top: 0;
    width: 300px;
    padding-top: 50%;
    transform: translate3d(-25px, -25%, 0px);
    z-index: -2285;
    background: #fee5bd;
/    background: var(--secondary-color)  !important;
    height: 120vh;
    transition: all .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -ms-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.menuElement.level-0 a{
    color: #ffffff !important;
    color: var(--secondary-color-text)  !important;
}

.menuElement.level-1 a{
    color: #000 !important;
    color: var(--primary-color)  !important;
    text-transform: none  !important;
}

.menuElement.level-0 a:not([href]) {
    pointer-events: none;
}

.menuElement.level-1 a:not([href]) {
    pointer-events: none;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {
    .ori-side-wrapper .menuList.level-0>li{
        -webkit-transition: auto;
        -moz-transition: auto;
        -o-transition: auto;
        transition: auto;
    }
    .menuList.level-1{
        display: none;
        position: static;
        width: 100%;
        padding: 0;
        transform: none;
        background: #f78e69;
        height: 100%;
        -webkit-transition: auto;
        -moz-transition: auto;
        -o-transition: auto;
        transition: auto;
    }
    .menuList.level-1.open{
        display: block;
        height: 100%;
    }
    
} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

} /* FIN MEDIA QUERIES 800 landscape */.toTop {
    position: fixed;
    right: 0.2%;
    bottom: 2%;
    display: flex;
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    background: var(--background-color-secondary);
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--secondary-color-text);
}

.toTop:hover {
    background: var(--primary-color);
    background: var(--background-color-primary);
}.btn-mark-read{
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: 0px 0px 3px -1px #303030de;
    transition: .3s linear;
}

.btn-mark-read:hover{    
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.alerts-container{
    position: relative;
    z-index: 10;
}

.hidden{
    display: none!important;
}
.show{
    display: block!important;
}   

.alert-icon{
    font-size: 21px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.alert-icon:hover {
     color: var(--primary-color);
}

.menu-header.sticky .alert-icon:hover {
    color: var(--primary-color);
}

.alerts-count{
    background-color: #E42178;
    background-color: var(--secondary-color);
    border: 1px solid #ddd;
    color: #fff;
    color: var(--primary-color-text)  !important;
    line-height: 14px;
    padding: 0 2px;
    position: absolute;
    top: -4px;
    right: -8px;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    text-indent: 0;
    text-align: center;
    border-radius: 4px;
    min-width: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.alert-box{
    z-index: 9999;
    width: 350px;
    max-height: 440px;
    position: absolute;
    -webkit-box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    border-radius: 2px 2px 5px 5px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    top: 40px;
    left: -250px;
}
.alert-box::before{
    top: -18px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 76px;
    border: 10px outset transparent;
    border-bottom: 10px solid #fff;
}
.alert-box .alert-box__header{
    border-bottom: 1px solid #ededed;
    padding: 0 20px;
    display: flex;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;    
}
.alert-box .alert-box__container{
    position: relative;
    overflow: hidden;
    max-height: 351px;
    min-height: 116px;
}
.alert-box .alert-list{
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 116px;
    max-height: 300px;
    overflow: auto;
}
.alert-list li{
    list-style: none;
    position: relative;
}
.alert-list li a{
    width: 100%;
}
.alert-list__item.pending,
.alert-list li:hover{
    background:#f5f5f5;
}
.alert-list__item{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: .6s ease;
}
.alert-list__item-no-content{
    background-color: #f8f8f8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    height: 116px;
    line-height: 116px;
    color: #333;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
}
.item-content{
    display: flex;
    width: 100%;
    cursor: pointer;
}
.thumbnail-container{
    display: flex;
    align-items: center;
    
}
.thumbnail{
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
    margin-right: 0.5rem;
}
.image-thumbnail{
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.info-container{
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
}
.info-header{
    display: flex;
    justify-content: space-between;
}
.info-header .info-date{
    font-size: 10px;
}
.info-content{
    display: flex;
    flex-direction: column;
   
}
.info-project,
.info-task{
    font-size: 12px;
    margin-top: 0.1rem!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-project i,
.info-task i{
    font-size: 10px;
}
.info-text{
    margin-top: 0.5rem!important;
    
}
.alerts-btn {
    background-color: #fff;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom: 0;
    -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
    color: #3483fa;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 51px;
    line-height: 50px;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    transition: all .3s linear;
}
.alerts-btn:hover{
    -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
    color: #3483fa !important;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
     
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    .alert-icon{
        font-size: 25px;
        position: relative;
        cursor: pointer;
    }
    .alerts-count{
/        background-color: #d90000;
        background-color: #E42178;
    background-color: var(--secondary-color);
        border: 1px solid #ddd;
        color: #fff;
    color: var(--primary-color-text)  !important;
        line-height: 14px;
        padding: 0 2px;
        position: absolute;
        top: -4px;
        right: -8px;
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        text-indent: 0;
        text-align: center;
        border-radius: 4px;
        min-width: 15px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .alert-box{
        z-index: 9999;
        width: 500px;
        max-height: 440px;
        position: absolute;
        -webkit-box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
        box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
        background-color: #fff;
        border-radius: 2px 2px 5px 5px;
        color: #333;
        -webkit-font-smoothing: antialiased;
        font-size: 13px;
        top: 40px;
        left: -380px;
    }
    .alert-box::before{
        top: -18px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        right: 100px;
        border: 10px outset transparent;
        border-bottom: 10px solid #fff;
    }
    .alert-box .alert-box__header{
        border-bottom: 1px solid #ededed;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        color: #333;
        margin: 0;
        font-size: 14px;
        font-weight: 600;    
    }
    .alert-box .alert-box__container{
        position: relative;
        overflow: hidden;
        max-height: 351px;
        min-height: 116px;
    }
    .alert-box .alert-list{
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 116px;
        max-height: 300px;
        overflow: auto;
    }
    .alert-list li{
        list-style: none;
        position: relative;
    }
    .alert-list li a{
        width: 100%;
    }
    .alert-list__item.pending,
    .alert-list li:hover{
        background:#f5f5f5;
    }
    .alert-list__item{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transition: .6s ease;
    }
    .alert-list__item-no-content{
        background-color: #f8f8f8;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
        height: 116px;
        line-height: 116px;
        color: #333;
        font-size: 15px;
        text-align: center;
        text-shadow: 0 1px 1px #fff;
    }
    .item-content{
        display: flex;
        width: 100%;
        cursor: pointer;
    }
    .thumbnail-container{
        display: flex;
        align-items: center;
        
    }
    .thumbnail{
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        border-radius: 0.42rem;
        margin-right: 0.5rem;
    }
    .image-thumbnail{
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
        color: #3f4254;
        background-color: #f3f6f9;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 0.42rem;
    }
    .info-container{
        margin-right: 0.5rem;
        margin-top: 0.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
    }
    .info-header{
        display: flex;
        justify-content: space-between;
    }
    .info-header .info-date{
        font-size: 10px;
    }
    .info-content{
        display: flex;
        flex-direction: column;
       
    }
    .info-project,
    .info-task{
        font-size: 12px;
        margin-top: 0.1rem!important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .info-project i,
    .info-task i{
        font-size: 10px;
    }
    .info-text{
        margin-top: 0.5rem!important;
        
    }
    .alerts-btn {
        background-color: #fff;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        bottom: 0;
        -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
        box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
        color: #3483fa;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 51px;
        line-height: 50px;
        position: -webkit-sticky;
        position: sticky;
        text-align: center;
        text-decoration: none;
        z-index: 999;
        transition: all .3s linear;
    }
    .alerts-btn:hover{
        -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
        color: #3483fa !important;
    }
}

@media only screen and (min-width: 1366px){
   
}


@media only screen and (min-width: 1500px){
   
}
.tagsHomeMenu {
/    padding: 70px 0;
/    width:100%;
/    margin-top: 0px;
    position: relative;
    clear: both;
    z-index: 3;
    background: #2F528F;
    background: var(--primary-color);
    width: 100%;
    margin: 0 auto 10px auto;
   
    padding: 15px 0 15px 0;
}

.tagsHomeMenu1 {
    padding: 50px 0 20px;
    background: transparent;
    width:100%;
    margin-top: 0px;
    clear: both;
    position: relative;
    z-index: 0;
}


/* -------------------------------------------------------------------- Categorias especiales del home -- */
    

.tagsHomeMenu  .wdgTitle {
    text-align: center;
}

.tagsHomeMenu1  .wdgTitle {
    text-align: center;
}

.tagsHomeMenu .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color:#fff;
}

.tagsHomeMenu1 .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color:#000;
    font-family: Oswald;
    text-transform: uppercase;
}

.tagsHomeMenu .wdgTitle .subtitle{
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.tagsHomeMenu1 .wdgTitle .subtitle{
    font-family: Oswald;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {



} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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





} /* FIN MEDIA QUERIES 800 landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape){
.tagsHomeMenu1 .wdgTitle .title{
    font-size: 1.2em;
}

.tagsHomeMenu .wdgTitle .title {
    font-size: 1.2em;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.tagsHomeMenu1 .wdgTitle .title{
    font-size: 1.5em;
}

.tagsHomeMenu .wdgTitle .title {
    font-size: 1.5em;
}

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.tagsHomeMenu1 .wdgTitle .title{
    font-size: 1.6em;
}

.tagsHomeMenu .wdgTitle .title {
    font-size: 1.6em;
}

}

.icon-bar-fixed .icon-bar{
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9999995;
    /width: 16%;
    transform: translateX(220px);
    -webkit-transform: translateX(220px);
    
}

.icon-bar-fixed .icon-bar .menuItemCont {
    text-decoration: none;
    width: 260px;
    /background: #3b5999;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    /align-items: center;
    padding: 5px;
    font-size: 16px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.icon-bar-fixed .icon-bar > .menuItemCont:first-child{
    border-top-left-radius: 5px;
}
.icon-bar-fixed .icon-bar > .menuItemCont:last-child{
    border-bottom-left-radius: 5px;
}

.icon-bar-fixed .icon-bar .menuItemCont i {
    padding-right: 23px;
        padding-left: 3px;
    font-size: 22px !important;
    animation: letszoom 3s linear alternate-reverse infinite;
    cursor:pointer;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuItemCont{
    background: var(--primary-color);
/    background: var(--background-color-primary);
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--secondary-color);
/    background: var(--background-color-secondary);
}
.icon-bar-fixed .icon-bar .menuItem:first-child .menuItemCont{
    border-top-left-radius: 5px;
}

.icon-bar-fixed .icon-bar .menuItem:last-child .menuItemCont{
    border-bottom-left-radius: 5px;
}


.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuDescription p {
    font-size: 14px;    
    font-family: 'Oswald'; 
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p {
    font-size: 14px;    
    font-family: 'Oswald'; 
    text-transform: uppercase;
    color: #000;
    padding-top: 5px;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd)   i {
    padding-right: 34px;
    padding-left: 1px;
    font-size: 22px !important;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #fff;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even)   i {
    padding-right: 34px;
    padding-left: 1px;
    font-size: 22px !important;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #333;
}




@keyframes letszoom {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }

}

.icon-bar-fixed .icon-bar .menuItemCont:hover {
    transform: translateX(0);
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    cursor:pointer;
}

.whatsapp{
    background: #25D366;
/    background: #ff6b35;
/    border-bottom: 1px dotted #fff;
}
.purchase{
/    background: #ff6b35;
    background: #ff6b35;
/    border-bottom: 1px dotted #fff;
}
.search{
    background: #ffa02f;
/    background: #ff6b35;
/    border-bottom: 1px dotted #fff;
}
.backHistory{
    background: #2271b3;
/    background: #ff6b35;
/    border-bottom: 1px dotted #fff;
}

.purchase:hover, .whatsapp:hover, .search:hover, .backHistory:hover {
/    background: #333;
}



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

                        MODAL

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

#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top: 0;
}
  
#boxes .window {
  margin-left: auto;
    position: fixed;
    width: 440px;
    height: 200px;
    display: block;
    z-index: 9999;
    padding: 20px;
    top: 50%;
    right: 0;
    left: 0;
    margin-right: auto;
}

.modal-custom,
.modal-custom1 {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    min-width: 350px;
    overflow: hidden;
    outline: 0;
    transform: translateY(-50%);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-title {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    color: #d42e2d;
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
.close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:203px;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.icon-bar-fixed .icon-bar .menuItemCont{
    width: 260px;
} 

.icon-bar-fixed .icon-bar .menuItemCont:hover {
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
}


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.modal {
    width: 100% !important;
    height: 100% !important;
}

} /* FIN MEDIA QUERIES 800 landscape */

header{
   position: relative !important;
   background: var(--secondary-color-text);
}

.tagsHomeMenu {
    position: relative;
    clear: both;
    z-index: 3;
    background: var(--secondary-color-hover);
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 15px 0 15px 0;
}




/* -------------------------------------------------------------------- Categorias especiales del home -- */
    

.tagsHomeMenu  .wdgTitle {
    text-align: center;
}

.tagsHomeMenu1  .wdgTitle {
    text-align: center;
}

.tagsHomeMenu .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color:#fff;
}

.tagsHomeMenu1 .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color:#000;
    font-family: Oswald;
    text-transform: uppercase;
}

.tagsHomeMenu .wdgTitle .subtitle{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.tagsHomeMenu1 .wdgTitle .subtitle{
    font-family: Oswald;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}


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

                ESTRUCTURA

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


h6 {
    padding: 40px 0 10px 0;
/    margin-left: 88%;
    text-align: center !important;
}

h6 a{
    display: inline-block;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    background-color: var(--secondary-color-hover)  !important;
    color: var(--link-menu-color);
    font-family: 'banks-miles-single' !important;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 10px;
    font-weight: 500;
    margin: 26px 0;
}
h6 a:nth-child(1){
 display: none;
}

.defpost1 p [href] {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    color: #000;
    font-size: .7rem;
    font-weight: bold;
    animation:blur .75s ease-out infinite;
  text-shadow:0px 0px 5px #fff,
      0px 0px 7px #fff;
}



.defpost1 h4 {
    padding: 5px 0 10px 0;
/    margin-left: 88%;
    text-align: center !important;
}

.defpost1 h4 [href] {
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    background-color: rgba(255,160,47,0.5);
    color: #333;
    font-family: 'banks-miles-single' !important;
    text-transform: uppercase !important; 
    text-align: center !important;
    font-size: 8px !important; 
    font-weight: bold !important;    
    font-family: 'Oswald' !important; 
    text-transform: uppercase !important;
}

.defpost1 h4:hover [href] {
    background-color: #ffa02f;
}

hr {
    padding: 10px 0;
    border: none;
    border-bottom: 1px dotted gray;
}

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

                PUBLICACION POST-TITLE

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

.defpost1{
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
/    margin-bottom: 40px;
    padding-top: 70px;
    clear: both;
    background: transparent;
/    background: url('/drive/repo/general/LETRAS.PNG') fixed no-repeat top/cover;
    z-index: 0;
} 


.defpost1 .wdgMenu
{
    width: 80%;
    margin: 0 auto;
} 

.defpost1 em {
    color: #E22177 !important;
    color: var(--primary-color)  !important;
    font-weight: bold !important;
} 

.defpost1 .wdgMenu .title {
    text-align: center;
}

.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle{
    padding-top: 20px;
    padding-bottom: 10px;
}
    

.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle h2{
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: bold;
}

.defpost1 .wdgContent .menuPic{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.defpost1 .menuPic img {
    width: 20%;
    height: 20%;
}





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

                PUBLICACION DESCRIPTION

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

.defpost1 .title{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.defpost1 .wdgMenu .menuDescription  {
    width: 100%;
}


.defpost1 .wdgMenu .menuDescription h1 {
    font-size: 27px;
    color: var(--link-menu-color);
    letter-spacing: 1.5px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    font-weight:400;
    background: var(--secondary-color)  !important;
    padding: 10px 10px;
    margin: 36px 0 10px;
    font-family: Oswald;
    text-transform: uppercase !important;
    font-size: 18px;
    
}


.defpost1 .wdgMenu .menuDescription h2 {
    padding: 10px 0;
    font-size: 23px;
    font-weight: bold;
}



.defpost1 .wdgMenu .menuDescription h3 {
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
}


.defpost1 .wdgMenu .menuDescription p {
    font-size:16px;
    letter-spacing: 1.1px;
    line-height: 1.4;
    font-weight:400;
    color:#000;
    padding: 10px 0;
}


.defpost1 .wdgMenu .menuDescription h4 {
    font-size:18px;
    letter-spacing: 1.1px;
    line-height: 1.2;
    font-weight:bold;
    color:#000;
    padding: 10px 0 0 0;
    font-family: inter;
}


.defpost1 .wdgMenu .menuDescription h5 {
    font-size:18px;
    letter-spacing: 1.1px;
    line-height: 1.2;
    font-weight:bold;
    color:#000;
    padding: 5px 0 20px 0;
}

.defpost1 .wdgMenu .wdgPost .PostDescription p img {
    width: 20%;
    height: 20%;
    padding: 10px 0;
}

.defpost1 .wdgMenu .wdgPost .PostDescription h2 img {
    width: 70%;
    height: 70%;
/    border: 9px solid #ff6b35;
    margin: 18px 0;
}

/*.defpost1 .wdgMenu .wdgPost .PostDescription h5 img {
    width: 25%;
    height: 25%;
    padding: 10px 0 5px;
} */

.defpost1 .wdgMenu .wdgPost .PostDescription h5 img {
    width: 40%;
    height: 40%;
    padding: 18px 0;
}


.defpost1 .menuDescription ul {
    padding: 0 0 2px 10%;
}

.defpost1 .menuDescription ol {
    padding: 0 0 2px 10%;
}

.defpost1 .menuDescription li::marker {
    color: #E22177;
    color: var(--primary-color)  !important;
    font-size: 1.3rem;
    font-weight: bold;
}

.defpost1   .menuDescription li {
    color: #000;
    padding: 0 0 8px 0px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0;
}

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

                PAGINADO

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


.pageCounter{
    padding:30px 0 10px;
    float: right;
}

.numbers {
    float: right;
}

.CounterInfoResults {
    clear: left;
    padding: 30px 0 0px;
    font-size: 10px;
    font-weight: bold;
}

.pageCounter ul {
    list-style: none;
}


.pageCounter ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
}
.pageCounter ul li:not(.before):not(.after) {
    width: 18px;
    height: 18px;
    border: 1px solid #eec239;
    border-radius: 50%;
}
.pageCounter ul li.selected {
    background-color: #eec239;
}



.pageCounter ul li.before,
.pageCounter ul li.after {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
} 
.pageCounter ul li.before {
    background-image: url(/drive/repo/editorweb/left.png);
}
.pageCounter ul li.after {
    background-image: url(/drive/repo/editorweb/right.png);
}



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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.jorge3 {
    width: 95%;
    margin-left: 2%;
}



.defpost1 .wdgPostCont{
    text-align: left;
    font-size: 15px;
} 

.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle h3, .defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle h2 {
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.1;
}

.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle h2{
    font-size: 19px;
}


.defpost1 .wdgMenu .menuDescription p {
    text-align: left;
    line-height: 1.3;
    font-size: 13px;
}

.pageCounter ul li:not(.before):not(.after) {
    width: 10px;
    height: 10px;
}

.pageCounter ul li.before,
.pageCounter ul li.after {
    width: 15px;
    height: 15px;
    margin: 0 5px;
} 

.defpost1 .wdgMenu .wdgPost .PostDescription h2 img {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    text-align: center;
}

.defpost1 .menuPic img {
    width: 100%;
    height: 100%;
}

.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.jorge3 .wdgPicCont .pic img {
    width: 90%;
    height: 90%;
}

.listpost2 .PostPic img {
    width: 80%;
    height: 80%;
}

.listpost2 .PostDetails a, .listpost2 .PostDetails a:visited{ 
    font-size: 0.7rem !important;
    line-height: 1.1;
}

.defpost1 .title {
    text-align: center !important;
    line-height: 1.1;
}

.defpost1 .wdgMenu .menuDescription h3 {
    text-align: left;
    line-height: 1.1;
}

.defpost1 .wdgMenu .menuDescription h1 {
    text-align: right !important;
    font-size: 14px;
}

.defpost1 .wdgMenu .wdgPost .PostDescription h5 img {
    width: 50%;
    height: 50%;
    padding: 10px 0;
}

.defpost1   .menuDescription li {
    font-size: 1rem;
    line-height: 1.3;
    text-align: left !important;
}


.defpost1 .wdgMenu .menuDescription h4 {
    font-size:15px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.pageCounter ul li:not(.before):not(.after) {
    width: 18px;
    height: 18px;
}

.pageCounter ul li.before,
.pageCounter ul li.after {
    width: 25px;
    height: 25px;
    margin: 0 5px;
} 


.jorge3 {
    width: 90%;
    margin-left: 5%;
    position: relative;
}

.jorge3 .col1Left {
    float: left;  
    width:20%; 
    margin-top: 15px;
    margin-bottom: 30px;
} 

.jorge3 .col2Righ {  
    float: right; 
    width:75%;
    margin-top: 15px;
    margin-bottom: 30px;
} 



.defpost1 .wdgPostCont{
    margin-left: 5%;   
    margin-top: 0px;
    text-align: justify;
}

.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle{
    width: 100%;
    text-align: center !important;
    margin-top: -20px;
   padding-bottom: 0px;
}
    
.defpost1 .wdgMenu .wdgPostPrincipal .PostTitle .subtitle h1{
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    font-weight:400;
    width: 90%;
}

.defpost1 .wdgMenu .menuDescription  {
/    width: 90%;
}

.defpost1 .wdgMenu .menuDescription h2 {
    font-size:16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
    font-weight:400;
    color:#fff;
    text-align: center !important;
    margin-top: -5px;
}

.defpost1 .wdgMenu .menuDescription h3 {
    font-size:18px;
    line-height: 1.1;
}

.defpost1 .wdgMenu .menuDescription h1 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    font-weight:400;
}

.defpost1 .wdgMenu .menuDescription h1 a {
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    color: #FEAA26;
    letter-spacing: 1.5px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    font-weight:400;
}


.defpost1 .wdgMenu .wdgPost .PostDescription p img {
    width: 80%;
    height: 80%;
    padding: 2px 0;
    text-align: center;
}

.defpost1 .wdgMenu .wdgPost .PostDescription h2 img {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    text-align: right !important;
}

.defpost1 .screenPicCont img {
    width: 65%;
    height: 65%;
}

.jorge3 .wdgPicCont .pic img {
    width: 60%;
    height: 60%;
    padding-bottom: 10px;
}

.defpost1 .wdgMenu .menuDescription h1 {
    text-align: right !important;
    font-size: 16px;
}


} /* FIN MEDIA QUERIES 800 landscape */

@media(max-width: 800px){
  footer .right-side{
  margin-top: 20px!important;
}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape){
    .defpost1 .screenPicCont img{
        width: 40%;
    }
    .defpost1 .wdgMenu .wdgPost .PostDescription h5 img{
        width: 20%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .defpost1 .screenPicCont img{
        width: 50%;
    }
    
    .defpost1 .wdgMenu .wdgPost .PostDescription h5 img{
        width: 25%;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


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

                CAJAS DE SEGUNDO NIVEL

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

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  50% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01);
      transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  50% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01);
      transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}

.marcasNew{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: 0 auto;
}

.marcasNew .boxes{
    -webkit-box-shadow: 0 1px 1px 0 rgb(64 120 117 / 50%), 0 -1px 2px 0 rgb(64 120 117 / 50%);
    box-shadow: 0 1px 1px 0 rgb(64 120 117 / 50%), 0 -1px 2px 0 rgb(64 120 117 / 50%);
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.boxes .box-content .wdgTitle{
    height: 145px;
    margin-bottom: -100px;
    text-align: center;
    background-color: #E0BC72;
    background: linear-gradient(to right, rgba(129,104,101,1) 0%, rgba(55,84,129,1) 0%, rgba(138,181,139,1) 0%, rgba(64,120,117,1) 100%); 
}

.boxes .box-content .pic{
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    height: 40%;
    width: 40%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.boxes .box-content .pic img{
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
}

.marcasNew .boxesp{
    -webkit-box-shadow: 0 1px 1px 0 rgb(    254 170 38 / 50%), 0 -1px 2px 0 rgb(    254 170 38 / 50%);
    box-shadow: 0 1px 1px 0 rgb(    254 170 38 / 50%), 0 -1px 2px 0 rgb(    254 170 38 / 50%);
    margin: 0 8px 20px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.boxesp .box-content .wdgTitle{
    height: 145px;
    margin-bottom: -120px;
    text-align: center;
    background-color: #E0BC72;
    background: linear-gradient(to right, rgba(254,170,38,1) 0%, rgba(254,187,81,1) 0%, rgba(254,214,150,1) 0%, rgba(254,238,213,1) 100%);
}



.boxesp .box-content .pic{
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    height: 40%;
    width: 52%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.boxesp .box-content .pic img{
    width: 100% !important;
    height: 100% !important; 
    margin: 0 auto;
}


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

                LISTADO DE PROVEEDORES

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




.provList {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
/    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.provList .wdgCateg {
    width: 100%;
}

.provList .wdgTitle{
    padding: 0px 0 20px 0;
    text-align: center;
}
    
.provList .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color:#000;
    font-family: Oswald;
    text-transform: uppercase;   
}
    
.provList  .wdgTitle .description{
    font-family: Oswald;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    padding-bottom: 20px;
}


.provList.title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    height: 35px;
    overflow: hidden;
    margin: 16px 0 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

.provList .description {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    height: 35px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.provList .non-swiper.contCateg {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}

.provList .non-swiper .categItem {
    margin: 0 auto;
    width: 100%;
    flex-grow: 0.3;
}

.provList .non-swiper .categItem .categItemCont {
    text-align: center;
    font-size: 12px!important;
    font-weight: bold;
    margin: 0px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    transition: box-shadow 0.5s ease, border 0.1s ease;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%);
    height: 100%;
}

.provList .non-swiper .categItem .categItemCont .providerLogo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
}

.provList  .non-swiper .categItem img {
    width: 100%;
    height: 100% !important;
}

.provList .non-swiper .categItem .categTitle {
    padding-top: 10px;
    margin: 0 auto;
}

.provList .non-swiper .categItem .categTitle a {
    padding: 5px 0 20px 0;
    font-family: 'Oswald'; 
    text-transform: uppercase; 
    font-size: 13px;
}



.provList .non-swiper .categItemCont:hover {
   box-shadow: 0 0 1px 1px rgba(0,0,0,.07), 1px 20px 25px 0 rgba(0,0,0,.1);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.provList .categItem .categItemCont .providerLogo {
    display: flex;
    order: 2;
    justify-content: center;
}

.provList .categItem .categTitle{
    display: flex;
    order: 1;
}
.provList .categItem .resumenRanking{
    display: flex;
    order: 3;
    margin-top: 20px;
}

.provList .categItem .categTitle {
    padding-top: 10px;
    height: 50px;
    margin: 0 auto;
}


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

    SWIPER

----------------------------*/
.provList .swiper .categItem {
    display: flex;
    height: auto !important; 
}


.provList .swiper .categItem .categItemCont {
    width: 100%;
    text-align: center;
    font-size: 12px!important;
    font-weight: bold;
    margin: 0px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    transition: box-shadow 0.5s ease, border 0.1s ease;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%);
}

.provList .swiper .centrar_slides.swiper-wrapper {
    justify-content: center;
}

.provList .swiper .categItem .categItemCont .providerLogo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
}

.provList .swiper   .categItem img {
    width: 100%;
    height: 100% !important;
}

.provList .swiper   .categItem .categTitle {
    padding-top: 10px;
    margin: 0 auto;
}

.provList .swiper  .categItem .categTitle a {
    padding: 5px 0 20px 0;
    font-family: 'Oswald'; 
    text-transform: uppercase; 
    font-size: 13px;
}



.provList .swiper  .categItemCont:hover {
   box-shadow: 0 0 1px 1px rgba(0,0,0,.07), 1px 20px 25px 0 rgba(0,0,0,.1);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.provList .swiper  .categItem .categItemCont .providerLogo {
    display: flex;
    order: 2;
    justify-content: center;
}

.provList .swiper  .categItem .categTitle{
    display: flex;
    order: 1;
}
.provList .swiper  .categItem .resumenRanking{
    display: flex;
    order: 3;
    margin-top: 20px;
}

.provList .swiper .categItem .categTitle {
    padding-top: 10px;
    height: 50px;
    margin: 0 auto;
}


.provList .categLink {
    font-family: 'Oswald';
    text-transform: uppercase;
    color: var(--primary-color)  !important;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 0px;
}

@media (min-width: 476px) { 
    .marcasNew {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .categories-content .non-swiper .categItem{
        width: 100%;
    }  

}

@media (min-width: 576px) { 
    .marcasNew {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .categories-content .categItem{
        width: 100%;
    }
    .provList .non-swiper .categItem {
        width: 48.33333%;
    }
    

}

@media (min-width: 768px) { 
    .marcasNew {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .boxesp .box-content .pic{
        width: 28%;
    }
    .categories-content .categItem{
        width: 25%;
    }
    .provList .non-swiper .categItem {
        width: 31.33333%;
    }
    
}


@media (min-width: 992px) { 
    .marcasNew {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .provList .non-swiper .categItem {
        width: 30.33333%;
    }
}


@media (min-width: 1200px) { 
    .marcasNew {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .categories-content .categItem{
        width: 25% !important;
    }
    .provList .non-swiper .categItem {
        width: 23%;
        margin: 0;
        flex-grow: 0;
    }
    
    
    
}

@media (min-width: 1400px) {
    .categories-content .categItem{
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .categories-content .categItem{
        width: 20% !important;
    }
    .provList .non-swiper .categItem {
        width: 19.333333%;
        margin: 0;
        height: auto;
        flex-grow: 0;
    }
}/* -------------------------------------------------

                CONFIGURACION GENERAL

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


.wdgGContent {
    width: 80%;
    margin: 0 auto;
    clear: both;
}

.ListadoGeneral {
    clear: both;
}

.noResults {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: red;
    text-transform: uppercase;
}

#cabecera .wdgGContent {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

#cabecera .provList .non-swiper .categItem {
        width: 60%;
}

#cabecera .provList  .non-swiper .categItem .categTitle a {
    padding: 5px 0 15px 0;
    font-size: 25px;
}

#cabecera .provList .non-swiper .categItem .categItemCont .providerLogo {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 5px;
}

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

                PAGINADO

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


.pageCounter{
    width:100%;
    padding:30px 0 10px;
    text-align: center;
    font-size: 10px;
    margin-top: 3px;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.pageCounter ul {
    list-style: none;
}


.pageCounter ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
}
.pageCounter ul li:not(.before):not(.after):not(.last):not(.first) {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 0;
    padding: 0;
    margin: auto 5px;
    text-align: center;
    position: relative;
    background-color: #8e9aac;
    transition: background-color 0.7s ease;
}
.pageCounter ul li:hover{
    background-color: #8e9aac !important;
}
.pageCounter ul li.selected {
    background-color: #28BE32 !important;
}
.pageCounter ul li.before:hover,
.pageCounter ul li.after:hover,
.pageCounter ul li.last:hover{
    background-color: transparent !important;
    transform: scale(1.2);
}
.pageCounter ul li.first:hover{
    background-color: transparent !important;
    transform: rotate(180deg) scale(1.2);
}


.pageCounter ul li.before,
.pageCounter ul li.after,
.pageCounter ul li.first,
.pageCounter ul li.last {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    border: 0 !important;
    transition: transform 0.5s ease 
} 
.pageCounter ul li.before {
    background-image: url(/drive/repo/editorweb/left.png);
}
.pageCounter ul li.after {
    background-image: url(/drive/repo/editorweb/right.png);
}
.pageCounter ul li.first{
/    background-image: url(/drive/repo/editorweb/d-right.png);
    background-image: url(/drive/repo/editorweb/arrow_final.png);
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pageCounter ul li.last{
/    background-image: url(/drive/repo/editorweb/d-right.png);
    background-image: url(/drive/repo/editorweb/arrow_final.png);
}

.pageCounter .CounterInfoResults{
    font-size: .6rem;
    margin-top: 8px;
    color: #000;
}

.filters{}
.filters .order{}
.filters ul{}
.filters ul li{
    display:none;}
.filters ul li:nth-child(3){
    display:block;
}

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

                RANKING

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

.resumenRanking .cant  {
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #2F528F;
    color: var(--primary-color)  !important;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease;
    padding-bottom: 20px;
}
    
/* -------------------------------------------------

                VALORACION - ESTRELLAS GENERICAS

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


.stars{}
.star{
    width:25px;
    height:25px;
    display:inline-block;   
}
.star.on{
    background:  url(/drive/repo/editorweb/star-on.png) top left no-repeat;    
}
.star.off{
    background: url(/drive/repo/editorweb/star-off.png) center left no-repeat;
}
.star.half{
    background: url(/drive/repo/editorweb/star-half.png) top left no-repeat;
}

.stars-editable .star,
.stars .star.on, 
.stars .star.off, 
.stars .star.half{
    background-size: 20px 20px;
    
}
.stars > div:nth-child(6){
    display:none;
}

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

                AJUSTES PARTICULARES

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

header{
    width:  90%;
    margin:  0 auto;
}

.header-menu.sticky .menu-area .container-header {
    padding: 10px 0;
}


.Alerts {
    margin-top: 3px;
}

.header-menu  .menu-area .alert-icon, .header-menu  .menu-area .cart i, .header-menu  .menu-area .w-nav-icon {
    color: var(--primary-color)  !important;
}


.header-menu  .menu-area .alerts-count{
    background-color: var(--primary-color);
/    color: var(--secondary-color-hover)  !important;   
    color: #000; 
}


.header-menu.sticky .menu-area .alert-icon, .header-menu.sticky .menu-area .cart i, .header-menu.sticky .menu-area .w-nav-icon {
    color: var(--secondary-color)  !important;
}



.header-menu.sticky  .menu-area .alerts-count{
    background-color: var(--secondary-color);
    color: #fff !important;   
}


.header-menu  .menu-area .ob .obIcon.iconApps::before {
    color: var(--primary-color);
}


.header-menu.sticky  .menu-area .ob .obIcon.iconApps::before {
    color: var(--secondary-color);
}


.header-menu  .menu-area  .ob .obIcon.iconApps:hover::before{
    color: var(--secondary-color);
}

.header-menu.sticky  .menu-area  .ob .obIcon.iconApps:hover::before{
    color: var(--primary-color);
}

.header-menu .menu-area .menu-desktop .menuItem {
     color:var(--primary-color);
    font-family: 'raleway';
    font-size: 13px;
    cursor: pointer;
}

.header-menu  .menu-area .menu-desktop .menuItem:hover{
     color:var(--secondary-color);
     font-size: 13px;
    / text-shadow: 1px 2px 1px #222;
}


.header-menu.sticky .menu-area .menu-desktop .menuItem {
    font-size: 13.2px;
    color:var(--secondary-color);
}


.header-menu.sticky .menu-area .menu-desktop .menuItem:hover{
     color:var(--primary-color);
     font-size: 13px;
}


.header-menu  .menu-area .no-login a i{
    color: var(--primary-color);
}

.header-menu .menu-area .no-login a:hover i{
    color: var(--secondary-color);
}


.header-menu.sticky   .menu-area .no-login a i{
    color: var(--secondary-color);
}

.header-menu.sticky  .menu-area .no-login a:hover i{
    color: var(--primary-color);
}


.container-dashboard .appMenu .appMenu-header .user-info .user-dni {
    display: none;
}

.menu-mobile {
    display: block !important;
}


.col .menu-responsive .menu-desktop{
    align-items: center !important;
}


.cart {
    display: none;
}



.header-menu {
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
    background: transparent;
    margin-top:  0px !important;
/    background: rgba(255,255,255,0.4);
}

.header-menu .menu-area,
.header-menu.sticky .menu-area {
    background: transparent;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.header-menu.sticky {
    background: transparent;
    box-shadow: none;
}

.menu-area .logo img{
    filter: drop-shadow(.5rem .5rem 1rem #fff);
}


.menu-area .logo img, .menu-area .sticky-logo img  {
    display: none;
}

.menu-desktop {
      display: none;
}

.alert-icon, .cart i, .w-nav-icon, .ob .obIcon.iconApps::before, .cart .wdgProductsCart .productsCart .productsCartTitle .text {
    color: #000 !important;
    color: var(--primary-color) !important;
}

.ob .obIcon.iconApps:hover::before {
    color: var(--secondary-color) !important;
}

.alerts-count, .cart .wdgProductsCart .productsCart .productsCartTitle .text {
    background: var(--primary-color) !important;
}


.container-dashboard .appMenu .appMenu-header .user-header {
    background: var(--secondary-color);
}



.ob .userCont .user .userDetails .perfil a,
.ob .userCont .logOut{
    color: var(--secondary-color-hover) !important;
}

.container-dashboard .title span a {
    color: var(--primary-color) !important;
  font-weight: bold;
}

.menuContainer{
    background-color: #666 !important;
    font-family: 'banks-miles-single', sans-serif;
    background-color: var(--secondary-color)  !important;
    background: url(/drive/repo/general/PCORP_005g.jpg) no-repeat top/cover;
    background-color: rgba(0,0,0,0.4);
}


.menuContainer .close:before,
.menuContainer .close:after{
    background: #feaa26;
/    left: 240px;
}

.container-dashboard .appMenu .appMenu-header .user-pic img {
    max-width: 100%;
}


.container-dashboard .title span a {
    color: var(--primary-color) !important;
    font-weight: bold;
    display: none;
}


.container-dashboard .title span a, .ob .userCont .title span a {
    color: var(--primary-color) !important;
    font-weight: bold;
    display: none;
} 



.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 var(--secondary-color);
  color: #333;
  font-weight: bold;
  font-size: 13px;
  font-family: inter;
} 


.ob .userCont .title {
  font-size: 13px;
}  


.ob .userCont .user .userDetails .perfil a,
.ob .userCont .logOut{
    color: var(--secondary-color) !important;
  font-weight: bold;
}




.container-dashboard .appMenu .appMenu-header .user-info > span, .container-dashboard .appMenu .appMenu-header .user-info, 
.container-dashboard .appMenu .appMenu-header .user-info .user-role  {
    display: block;
    color: var(--secondary-color-text);
/    color: var(--primary-color); 
    font-weight: bold;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even)   i {
    font-size: 24px !important;
    padding-top: 6px;
    padding-bottom: 2px !important;
}



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

                AJUSTES MENU SIDEBAR

------------------------------------------------- */   
.menuNavbar .contMenu{
    top: 15%;
}

.menuContainer{
    font-family: 'banks-miles-single'; 
    background-color: var(--secondary-color)  !important;
}

.menuElement.level-0 a{
    color: var(--primary-color) !important;
    font-size: 10px;
/    background: rgba(0,0,0,0.4);
    color: var(--primary-color)  !important;
    font-family: banks-miles-single;
}

.menuElement.level-1 a{
    font-family: 'Oswald'; 
    color: #000 !important;
    text-transform: uppercase  !important;
    font-size: 10px;
}

.menuList.level-1{
    background: #80adac;
    background-color: var(--primary-color)  !important;
}




.defpost1 p [href] {
    font-family: 'inter'; 
    animation:blur 2s ease-out infinite;
    animation: none;
  text-shadow:0px 0px 5px #feaa26,
      0px 0px 7px #feaa26;
}




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

                AJUSTES ICON BAR

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

.icon-bar-fixed .icon-bar{
    z-index: 99999; 
    top: 34%;   
}


.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuItemCont{
    background: var(--secondary-color);
}


.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--primary-color);
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuDescription p {
    color: var(--primary-color);
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p {
    color: var(--secondary-color);
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd)   i {
    color: var(--primary-color);
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even)   i {
    color: var(--secondary-color);
}


.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p, .icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuDescription p {
    font-size: 12px;    
    font-family: 'raleway'; 
    text-transform: uppercase;
    padding-top: 10px;
}


.icon-bar-fixed .icon-bar .menuItemCont i {
    animation: letszoom 3s linear alternate-reverse infinite;
    animation: none;
}


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

           RESTO HOME

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



.defpost0 {
    display: none;
}


.pantalla1 {
    opacity: 1;
}


.phone-content{
/    box-shadow: 0 15px 10px 0 rgba(0,0,0,.86), 0 -1px 2px 0 rgba(0,0,0,.9);
}



.img1, .img2 {
    background: #fff;
}


.img2 img {
    opacity: 0.75;
}


@-webkit-keyframes jgp  {
   100% {background-size: 180%;}
}





.menuElement.level-1 a{
    color: #fff !important;
    font-family: banks-miles-single;
    text-transform: none  !important;
    font-weight: bold;
    font-size: 12px;
}




.ms-tableCell {
    height: 658px !important;
}


.ms-right {
    right: 0px !important;
}


.header-menu .menu-area .no-login a:hover i{
    color: #808080;
}



.slide .arrowNav div {
    top: 4%;
}

#sidebar {
  width: 50%;
  background: var(--secondary-color);
  position: fixed;
  height: 100%;
  top: 0;
  left: -60%;
  transition: left 0.5s ease;
  z-index: 99999;
  padding: 15px;
  overflow-y: auto;
}
#sidebar.visible {
  left: 0px;
  transition: left 0.7s ease;
}
#sidebar .close-sidebar{
    margin: 15px;
    text-align: right;
    cursor: pointer;
    color: #fff;
}


.sidebar-l .sidebarlogo .pic img {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 15px;
}


.sidebar .sidebarlogo .pic img {
    width: 25%;
    margin: 0 auto;
    padding-bottom: 15px;
}

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

           PROCESO DE LOGIN GENERAL

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



.loginWeb{
    font-family:Arial, Helvetica, sans-serif;
    width: 80%;
    height:100vh;
    padding:20px;
    margin: auto;
    text-align:center;
    display:table;
    box-sizing:border-box;}
    
.logRegCont{
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;}
    
.headLogin{
    text-align:center;
    pading:20px 0;
    overflow:hidden;}
.headLogin .logo{
    margin:0 0 25px;
    position:inherit;
    top:inherit;
    left:inherit;
    right:inherit;}
.headLogin .logo img{
    max-width:200px;
    max-height:auto !important;}
.headLogin .title{
    margin:0 0 25px;}
    

.contLog{
    width:40%;
    margin:10px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    padding:20px;
    text-align:left;
    background:#f1f1f1;
    border-radius:3px;
    box-shadow: 2px 2px 2px 2px #ccc;}
.contReg{
    width:40%;
    margin:10px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    padding:20px;
    text-align:left;
    border-radius:3px;
    box-shadow: 2px 2px 2px 2px #ccc;}  
    
    
.changePass{
    width:40%;
    margin:10px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    padding:20px;
    text-align:left;
    background:#f1f1f1;
    border-radius:3px;
    text-align:center;
    box-shadow: 2px 2px 2px 2px #ccc;} 
     
.passCont{
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:20px;}  
    
.passCont .msjForm.okMsj{
    background:none;
    padding:0;
    font-weight:normal;}
    
    
.loginWeb .title{
    font-size:18px;
    font-weight:bold;
    padding:0 0 20px;}
    
.loginWeb .contLog .title{
    color:#0d83dd;}
.loginWeb .contReg .title{
    color:#333;}
    
.loginWeb .contLog .title a{
    color:#000;
    text-decoration:underline;
    font-size:14px;}
.loginWeb .contLog .title a:hover{
    text-decoration:none;}
    

.contForm{}

.contForm .campo{
    padding:0 0 5px;
    position:relative;}
.contForm .campo.campoImagen{
    width:30%;
    margin:0 auto;} 

.contForm .campo.campoImagen .userPic{
    position:relative;
    overflow:hidden;
    border-radius:500px;
    padding-bottom:100%;
    text-align:center;}

.contForm .campo.campoImagen img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
.contForm .campo label{
    display:none;}    
.contForm .campo input{
    border:1px solid #ccc;
    border-radius:3px;
    padding:8px;
    width:100%;
    font-size:16px;
    box-sizing:border-box;}
    
.contForm .campo .tickValidate{
    position:absolute;
    top:8px;
    right:8px;
    background: url(/drive/repo/editorweb/tick-validate.png) top left no-repeat;
    width:20px;
    height:19px;
    z-index:10;}

    
    

.campoBtn{
    margin:10px 0 0;
    padding:10px 0;}
.campoBtn input{
    border:0;
    border-radius:3px;
    padding:15px 20px;
    background:#ccc;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;}
.campoBtn input:hover{
    background:#999;}
    
.contLog .campoBtn input{
    background:#4d83dd;
    color:#fff;}
.contLog .campoBtn input:hover{
    background:#0a6db9;}
    

    
.changePass .campoBtn input{
    background:#4d83dd;
    color:#fff;}
.changePass .campoBtn input:hover{
    background:#0a6db9;} 
    
    
.contReg .campoBtn input{}    



.options{
    padding:0 0 10px;}
.options a{
    font-size:14px;
    color:#333;
    display:inline-block;
    padding:5px;}

.conectWith{
    padding:15px 0 0;}
.conectWith a{
    display:inline-block;
    padding:8px;
    border-radius:3px;
    background:#e9e9e9;
    color:#000;
    text-decoration:none;
    border:1px solid #ccc;}
.conectWith a:hover{
    background:#ccc;}

.msjForm{
    padding:10px;
    margin:10px 0;
    font-size:14px;
    font-weight:bold;
    border-radius:3px;
    background:#ccc;
    color:#333;}


.errorMsj{
    background:#ff0000;
    color:#fff;
    }
.errorMsj.msjOK{
    background:#90bb4a;
    color:#fff;
    }





/*Mensajes*/
.loginMsj{
    padding:20px;
    text-align:center;}
.loginMsj h1{}
.loginMsj h3{}
.loginMsj p{}



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

               PERFIL DEL USUARIO

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


.defaultPerfil{
    padding:20px;
    width:100%;
    box-sizing:border-box;
    overflow:hidden;
    display:block;}

.headPerfil{
    padding:10px 15px 10px;
    margin:0 0 5px;
    text-align:center;
    border-bottom:1px solid #e9e9e9;}
.headPerfil .logo{
    margin:0 0 25px;}
.headPerfil .logo img{
    max-width:200px;
    max-height:150px;}
.headPerfil .title{
    padding:0;
    font-size:18px;
    padding:0 0 10px;}
 



.defaultPerfil .contPerfil{
    text-align:center;
    overflow:hidden;
    width:100%;}


.UserDash{
    overflow:hidden;
    width: 33%;
    margin: 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    text-align: left;
    background: #f1f1f1;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 2px #ccc;
    
    
    }
.UserDash .userDetails{
    width:100%;
    box-sizing:border-box;
    padding:20px;
    border-radius:3px;}
    
.UserDash .userDetails .msgPerfil{
    background:#e9e9e9;
    color:#333;
    padding: 10px;
    margin: 0 0 20px;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;}   
.UserDash .userDetails .msgPerfil.msgOk{
    background:#17b552;
    color:#fff;}
    
    
    

.UserDash .UserPic{
    position:relative;
    overflow:hidden;
    border-radius:500px;
    width:30%;
    margin:0 auto;
    padding-bottom:30%;
    text-align:center;}
.UserDash .UserPic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
.UserDash .campoFile{
    margin:10px 0;
    background:#4d83dd;
    color:#fff;
    border: 0;
    border-radius: 3px;
    width: 200px;
    margin: 20px auto 10px;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    cursor: pointer;}
    
.UserDash .campoFile:hover{
    background:#0a6db9;
    }
    
.UserDash .campoFile .btn-file input{
    padding: 15px 20px;
    width:100%;}
    
    

.UserDash .campoFile{
    padding:10px 0;}

.UserDash .userInfoPerfil{
    display:block;}
    
.UserDash .userInfoPerfil .campoBtn{
    display:none;}
.UserDash .userInfoPerfil .userMoreInfo .campoBtn{
    display:block;}
    
    
    

.UserDash .userInfoPerfil .campo{
    padding:0 5px 10px 0;
    width:50%;
    box-sizing:border-box;
    float:left;}
.UserDash .userInfoPerfil .campoID{
    padding:0 0 15px;
    font-size:16px;
    text-align:center;}    
.UserDash .userInfoPerfil .campo label,
.UserDash .userInfoPerfil .campoID label{
    display:block;
    font-size:12px;}

.UserDash .userInfoPerfil .campo p,
.UserDash .userInfoPerfil .campoID p{
    fontsize:16px;
    margin:0 0 5px;}
.UserDash .userInfoPerfil .campo input{
    width:100%;
    background:#fff;
    box-sizing:border-box;
    padding:5px;
    border:1px solid #ccc;
    font-size:14px;}
    
.UserDash .userInfoPerfil .campo.campoTel{}
.UserDash .userInfoPerfil .campo.campoTel input.inpSmall{
    width:30%;}
.UserDash .userInfoPerfil .campo.campoTel input.inpMedium{
    width:50%;} 
    
.UserDash .userInfoPerfil .campo select{
    width:100%;
    box-sizing:border-box;
    padding:5px;
    border-1px solid #ccc;
    font-size:14px;}
    
.UserDash .userInfoPerfil .campo.campoNac select{
    width:27%;}
.UserDash .userInfoPerfil .campo.campoNac select:last-child{
    width:37%;}

.UserDash .userInfoPerfil .campoBtn{
    margin:10px 0 0;
    padding:10px 0;}
.UserDash .userInfoPerfil .campoBtn input{
    border:0;
    border-radius:3px;
    background:#ccc;
    padding:10px;
    font-weight:bold;
    font-size:16px;
    
    cursor:pointer;}
.UserDash .userInfoPerfil .campoBtn input:hover{
    background:#999;}
    
    
    
.UserDash .userMoreInfo{
    margin:10px 0 0;
    padding:10px 0 0;
    clear:both;
    border-top:1px solid #ccc;}
.UserDash .userMoreInfo h2{
    font-weight:normal;
    padding:10px 0;}
    
    
/* -------------------------------------------------

            APLICACIONES DEL USUARIO

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


.userApps{
    width:60%;
    display:inline-block;
    box-sizing:border-box;
    padding:20px;
    text-align:left;
    padding:30px 0;}
.contApps{
    overflow:hidden;
    padding:0 10px 20px;}
.contApps h3{
    border-bottom:1px solid #e9e9e9;
    padding:0 0 10px;
    margin:0 0 20px;}
    
.contApps .itemApp{
    position:relative;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #e9e9e9;
    margin:2px;
    padding:10px;
    width:18%;
    min-height:180px;
    text-align:center;
    }
    
.contApps .itemApp .deleteApp{
    position:absolute;
    z-index:10;
    top:-5px;
    right:-5px;
    width:25px;
    height:25px;
    font-size:12px;
    padding:5px 0 0;

    border-radius:100px;
    background:#999;
    font-weight:bold;
    color:#fff;
    cursor:pointer;}
.contApps .itemApp .deleteApp:hover{
    background:#d92027;}     
    
    
.contApps .itemApp .appPic{
    position:relative;
    overflow:hidden;
    width:40%;
    margin:0 auto 10px;
    border-radius:500px;
    padding-bottom:40%;}
.contApps .itemApp .appPic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
.contApps .itemApp .appTitle{
    font-size:16px;
    text-align:center;
    font-weight:normal;}
.contApps .itemApp .appIntro{
    font-size:12px;}
.contApps .itemApp a{
    position:absolute;
    left:5px;
    bottom:5px;
    right:5px;
    display:block;
    padding:10px;
    background:#4d83dd;
    color:#fff;
    font-weight:bold;
    border-radius:3px;
    text-decoration:none;}    
    

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.footer .img-footer-container{
    width: 40%;
    margin-left: 0%;
    margin: 0 auto;
    border-radius: 0%;
    background: rgba(255,255,255,0.15);
    margin-bottom: 20px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */


body, .header-menu .menu-area, .header-menu.sticky .menu-area {
/      background-color: var(--background-color-secondary);
       background: url(/drive/repo/general/Bacground_AE_AD_001.jpg)  fixed no-repeat top/cover;
}

.loadOrisom{
       display: none !important; 
}

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

              HEADER

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


header {
    position: relative;
    width: 100%;
    background: transparent !important; 
}




.header-menu  .menu-area .container-header {
    padding-right: 0px;
    padding-left: 0px;
    width: 90%;
}


    
.menu-area .menu-desktop .menuItem{
  font-weight: bold;
}

.menu-area .logo img{
    max-height: 80px !important;
    margin:15px 0;
}


.menu-area .sticky-logo img{
    max-height: 70px !important;
    margin: 0px 0 0px;
}



.ob .iUser{
  border-radius: 3px;
}





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

              TAGS

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

.tagsHomeMenu {
    background: transparent;
    clear: both;
    padding: 0px 0 30px;
}

.tagsHomeMenu1 {
    background: transparent;
    margin: 30px 0 10px;
}
.tagsHomeMenu .wdgTitle .title{
/    background-color: rgba(0,0,0,0.15);
    color: #000;
    padding: 20px 0 0px 0;
    width: 100%;
    text-align: center;
/    margin-bottom: 20px;
}

.tagsHomeMenu .wdgTitle .subtitle{
/    background-color: rgba(0,0,0,0.15);
    color: #000;
    padding: 0px 0 25px 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.tagsHomeMenu1 .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color:var(--third-color)!important;
    font-family: 'raleway' !important;
    text-transform: uppercase;
}


.tagsHomeMenu1 .wdgTitle .subtitle{
    font-family: 'raleway' !important;
    text-transform: uppercase;
    color: var(--third-color)!important;
    font-size: 14px;
}

.tagsHomeMenu .wdgTitle .subtitle, .tagsHomeMenu1 .wdgTitle .subtitle {
    padding-top: 4px !important
}

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

              CONTAINER-F

-------------------------------------------------------------*/
.container-body{
   height: auto;
   padding: 0px 0 40px;
}
.container-f .menuItemCont {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: 0 auto;
}

.container-f .menuDescription h1{
    line-height: .8;
    font-family: 'raleway';
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--secondary-color);
    text-shadow: 2px 2px 3px var(--link-menu-color-hover);
    margin-bottom: 15px;
    margin-top: 20px;
}

.container-f .menuDescription h3{
    font-family: 'raleway';
    background-color: none;
    width: fit-content;
    color: var(--background-color-secondary);
    line-height: 42px;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.container-f  .menuDescription a span p {
/    font-family: 'Hey_Comic';
    font-size: 1em;
/    text-shadow: 1px 1px 1px var(--link-menu-color);
    color: var(--secondary-color);
    font-weight: bold;
}

.container-f .menuDescription p.description{
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 4px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

.container-f .menuDescription h6 {
    background: var(--background-color-secondary);
    border: none;
    color: var(--secondary-color-hover);
    color: #000;
    border-radius: 28px;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    margin-right: 20px;
    margin-left: 0;
    font-weight: 700;
    letter-spacing: .05em;
    cursor: pointer;
}
.container-f .menuDescription h6:hover{
    transform: scale(1.1);
    color: var(--secondary-color-hover);
    color: #000;
    font-weight: 700;
    background: var(--link-menu-color-hover);
    border: none;
}


.container-f .menuLink {    
    background: var(--primary-color);
    border: none;
    color: var(--secondary-color-hover);
    border-radius: 28px;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    margin-right: 20px;
    margin-left: 0;
    font-weight: 700;
    letter-spacing: .05em;
}
.container-f .menuLink:hover{
    transform: scale(1.1);
    color: var(--secondary-color-hover);
    font-weight: 700;
    background: var(--primary-color);
    border: none;
}
.container-f .menuPic{
    width: 50%;
}


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

             FRANJA 

-------------------------------------------------------------*/
.third-section{
   margin-bottom: 0px;
   background-color: var(--primary-color) !important;
}
.third-section .menuTitle a{
   color: var(--link-menu-color);
}
.third-section .menuDescription a.go-more{
   background: var(--primary-color-text);
    border: 2px solid var(--primary-color-text);
    color: var(--secondary-color-text);
    border-radius: 28px;
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    margin-right: 20px;
    margin-left: 0;
    font-weight: 700;
    letter-spacing: .05em;
    font-family: 'banks-miles-single', sans-serif;
}
.third-section .menuDescription a.go-more:hover{
    transform: scale(1.1);
    color: var(--third-color);
    font-weight: 700;
    background: var(--primary-color);
/    border: 2px solid var(--third-color);
}

.third-section .menuItemCont{
       justify-content: space-evenly;
}

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

              CARDS

-------------------------------------------------------------*/
.container{
    max-width: 100%;
}
.containerCards{
    width: 100%;
    padding: 2% 5% 10px;
/    background-color: var(--background-color-primary) !important;
}


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

              BANNER

-------------------------------------------------------------*/
.third-section-bis{
   
    padding:1% 10% 0%;
/    background: url(/drive/repo/general/VecteezyWhite-BackgroundRD0421_generated.jpg) fixed no-repeat !important;
}
.third-section-bis .menuItemCont {
     display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.third-section-bis .menuItemCont .menuPic {
   width: 50%;
   margin: 0 auto;
}
.third-section-bis .menuItemCont .menuPic img{
   width: 100%;
   margin-bottom: 30px;
}

.third-section-bis-Conta .menuItemCont .menuPic {
   width: 85%;
   margin: 0 auto;
}
.third-section-bis-Conta .menuItemCont .menuPic img{
   width: 100%;
   margin-bottom: 0px;
}
.third-section-bis .menuItemCont .menuLink{
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--third-color);
    border-radius: 28px;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: .05em;
}
.third-section-bis .menuItemCont .menuLink:hover{
transform: scale(1.1);
    color: var(--third-color);
    font-weight: 700;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.third-section-bis .menuItemCont .menuDescription h2{
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: var(--primary-color-text);
    font-size: 29px;
    text-transform: none;
}

.third-section-bis .menuItemCont .menuDescription h2 em{
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: var(--primary-color);
    font-size: 32px;
    text-transform: none;
}

.third-section-bis .menuItemCont .menuTitle{
    text-decoration: none;
    font-family: 'inter';
    font-style: normal;
    font-weight: 600;
    color: var(----link-menu-color);
    font-size: 18px;
    text-transform: none;
}
/*-------------------------------------------------------------

              SECCION 4

-------------------------------------------------------------*/
.fourth-section .contMenu{
    width: 80%;
    padding:3% 0;
    margin:0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fourth-section .menuItem{
    padding: 25px 5px;
    padding-left: 10%;
    background-color: var(--primary-color);
    box-shadow: none;
    
}
.fourth-section .menuItem .menuItemCont{
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: center;
}
.fourth-section .menuDescription{
    width: 90%;
    text-transform: lowercase;
    font-size: 13px;
/    font-family: Lato,sans-serif;
    text-align: justify;
}
.fourth-section .menuPic{
    background: none;
    border-radius: 0%;
    box-shadow: none;
    width: 35%;
    height: auto;
    margin: 0 auto;
}
.fourth-section .menuTitle{
    padding: 10px 0 0;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1 !important;
    color: var(--primary-color-text);
    /font-family: "Oswald";
    text-transform: uppercase;
    text-align: center;
}
.fourth-section .menuItem:hover .menuTitle{
    color: var(--primary-color-text);
}
.fourth-section .menuItem:hover {
    box-shadow: 1px 1px 10px #ccc;
    background-color: var(--secondary-color);
    color: rgb(31 42 56);
}



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

                  SECCION LISTADO SERVICIOS

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

.servList .non-swiper .serviceTitle, .servList .swiper .serviceTitle{
    font-family: 'raleway';
      padding: 15px 9px 0;
/      formt-size: 11px;
}

.resumenRanking .cant{
    font-family: 'raleway';
}


.servList .non-swiper .serviceOptions .serviceSee, .servList .non-swiper .serviceOptions .serviceConfig {
    font-family: 'raleway';
}

.servList .non-swiper .serviceOptions .serviceSee:hover, .servList .non-swiper .serviceOptions .serviceConfig:hover {
    font-family: 'raleway';
}

.servList .swiper .serviceOptions .serviceSee, .servList .swiper .serviceOptions .serviceConfig {
    font-family: 'raleway';
}

.servList .swiper .serviceOptions .serviceSee:hover, .servList .swiper .serviceOptions .serviceConfig:hover {
    font-family: 'raleway';
}




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

              SLIDER SMARTPHONE

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

.pantalla1{
    margin-top: 0px;
    margin-bottom: 40px;
}


.defpost0 .wdgMenu .menuDescription h4 img {
    padding-bottom: 15px;
}


.defpost0 .wdgMenu .menuDescription p {
    font-size: 16px;
    text-align: justify !important;
}


.defpost0 .wdgMenu .menuDescription h1 {
    font-size: 31px !important;
    color: var(--secondary-color);
    text-shadow: 1px 1px 15px var(--background-color-secondary); 
}


.defpost0 .wdgMenu .menuDescription h2 {
    font-size: 31px;
    color: var(--secondary-color);
    text-shadow: 1px 1px 15px var(--background-color-secondary); 
}


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

                  FAQs  |  PREGUNTAS FRECUENTES

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

.faq {
    padding: 0px 0 50px;
    width: 100%;
    color: #fff;
    position: relative;
    clear: both;
}
.faq .PostTitle {
    background-color: rgba(0,0,0,0.15);
    color: #000;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.faq .PostTitle .title h1 {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

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

              FOOTER

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


footer {
    margin-top: 0px !important;
    background: #015B59 !important;
    background: var(--background-color-secondary)  !important;
    opacity: 1  !important;
    padding-top: 10px;
}


footer .footer-top {
    display: none;
}


footer .footer-bottom {
    padding: 3px 0 10px !important;
}

.footer .navs-footer .menuItem .menuTitle a, .footer .navs-footer .wdgTitle .title,footer .copyright p,
.footer .navs-footer .menuItem .menuTitle a:focus,
.footer .navs-footer .menuItem .menuTitle a:visited{
    color: #000;
    font-weight: bold;
}

.footer .navs-footer .menuItem .menuTitle:hover a, .footer .navs-footer .menuItem .menuDescription:hover a{
/    color: #fff  !important;
}

.footer .navs-footer .wdgTitle {
  border-bottom: 1.5px solid #000;
}


.redes-sociales {
    display: none;
}


.footer .img-footer-container img {
    filter: invert(100%);
}

.footer .navs-footer .wdgTitle .title{
    font-weight: bolder !important;
    color: #000;
    font-family: 'raleway'; 
    text-transform: uppercase;
}


.footer .navs-footer .menuItem{
    margin: 5% 0;
    font-size: 11px;
    font-family: 'raleway';
    text-transform: uppercase;
    color: var(--secondary-color)  !important;
}


.footer .navs-footer .menuItem .menuTitle {
    color: var(--secondary-color)  !important;
}


.footer .navs-footer .menuItem:hover a {
    font-size: 11px !important;
    color: #000;
}

.footer .navs-footer .menuItem .menuItemCont{
    display: inline-flex;
}



.footer .navs-footer:nth-child(2)  .menuPic {
    width: 10%;
    height: 10%;
    margin-right: 10px;
}



.footer .navs-footer:nth-child(2) .menuPic img {
    margin-top: -15px;
    filter: invert(100%);
    padding-top: 20px;
}


.footer .navs-footer:nth-child(2)  .menuItem:nth-child(4) .menuDescription p, .footer .navs-footer:nth-child(2)  .menuItem:nth-child(3) .menuDescription p,
.footer .navs-footer:nth-child(2)  .menuItem:nth-child(2) .menuDescription p, .footer .navs-footer:nth-child(3)  .menuItem:nth-child(1) .menuDescription p,
.footer .navs-footer:nth-child(3)  .menuItem:nth-child(2) .menuDescription p, .footer .navs-footer:nth-child(3)  .menuItem:nth-child(3) .menuDescription p  {
    margin-top: 12px;
}


.footer .navs-footer:nth-child(3)  .menuPic{
    width: 10%;
    height: 10%;
    margin-right: 10px;
}


.footer .navs-footer:nth-child(3) .menuPic img {
    margin-top: -15px;
    filter: invert(0%);
    padding-top: 20px;
}


.footer .navs-footer:nth-child(2)  .menuItem:nth-child(1) .menuDescription p{
    margin-top: 2px;
}

.footer .navs-footer:nth-child(4) .menuItem:nth-child(1) .menuPic{
    width: 20%;
    height: 20%;
    margin-right: 10px;
}



.footer .navs-footer:nth-child(4)  .menuItem:nth-child(1) .menuPic img {
    margin-top: -15px;
    filter: invert(0%);
    padding-top: 20px;
}




.footer .navs-footer:nth-child(3) .menuItem:nth-child(4) .menuTitle {
    margin-top: 10px;
}


.footer .navs-footer:nth-child(4) .menuItem:nth-child(1) .menuTitle {
    margin-top: 25px;
}


.footer .navs-footer .get-apps .appstore img, .footer .navs-footer .get-apps .playstore img {
    opacity: 0.8;
}


footer .copyright{
    text-align: center;
    color: var(--background-color-secondary);
    font-weight: bold;
/    opacity: 0.8 !important;
}

footer .copyright p img{
    width: 10% !important;
}

footer .copyright em img {
    width: 2.5% !important;
}

.footer, .copyright {
    background: var(--background-color-secondary)  !important;
    opacity: 1  !important;
}


footer .footer-bottom {
    padding: 0px 0 15px !important;
    border-top: none   !important;
}


.footer  .menuDescription:hover a{
    font-weight: bolder;
    color: #000;
    font-size: 14px;
}

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

              TO TOP

-------------------------------------------------------------*/
.toTop{
    background: var(--link-menu-color);
    color: var(--secondary-color);
}
.toTop:hover{
    background: var(--secondary-color);
    color: #f2f2f2;
}


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


#arti{
     margin-top: 0px !important; 
     height: auto;
}

.pantalla1{
    margin-top: 0px !important;
    margin-bottom: 40px !important;
}


.defpost0 {
    margin-top: 20px !important;
    width: 92%;
    margin: 0 auto !important;
    margin-bottom: 0px;
}


.defpost0 .wdgMenu .menuDescription h4 img {
    width: 30% !important;
    height: 30% !important;
    padding-top: 15px !important; 
    padding-bottom: 15px !important;
}



.defpost0 .wdgMenu .menuDescription p {
    font-size: 16px !important;
}


.defpost0 .wdgMenu .menuDescription h1 {
    font-size: 31px !important;
}


.defpost0 .wdgMenu .menuDescription h2 {
    font-size: 31px !important;
    color: var(--primary-color)  !important;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.pantalla1{
    margin-top: 0px;
    margin-bottom: 40px;
}


.defpost0 .wdgMenu .menuDescription h4 img {
    padding-bottom: 15px;
}


.defpost0 .wdgMenu .menuDescription p {
    font-size: 16px;
}


.defpost0 .wdgMenu .menuDescription h1 {
    font-size: 31px !important;
}


.defpost0 .wdgMenu .menuDescription h2 {
    font-size: 31px;
}

} /* FIN MEDIA QUERIES 800 landscape */


body, .header-menu .menu-area, .header-menu.sticky .menu-area {
/       background: url(/drive/repo/general/BackgroundBS_JBC_014.jpg)  fixed no-repeat top/cover;
}

body {
    background-color: var(--primary-color);
       background: url(/drive/repo/general/PCORP_011.jpg)  fixed no-repeat top/cover;
}

.header-menu.sticky .menu-area {
    background-color: var(--secondary-color);
}

.menu-area .menu-desktop .menuItem:nth-child(1), .menu-area .menu-desktop .menuItem:nth-child(2), .menu-area .menu-desktop .menuItem:nth-child(3), .menu-area .menu-desktop .menuItem:nth-child(4)  {
/  display: none;
}

.container-f:before{
    content: '';
    background-color: var(--secondary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -32px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 57%, -45% 100%, 0 100%);
    z-index: -1;
    left: -1px;
    filter: var(--invert);
}
.container-f:after{
    content: '';
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 100% 57%, -45% 100%, 0 100%);
    filter: var(--invert);
}


.menu-area .sticky-logo img{
    display: block;
}



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

              HEADER

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


header {
    position: relative;
    width: 100%;
    background: transparent !important; 
}


.header-menu {
    margin: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
    background: transparent;
}

.header-menu.sticky {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
/    box-shadow: none;
/    border: none;
    padding: 0;
}


.header-menu  .menu-area .container-header {
    padding-right: 0px;
    padding-left: 0px;
    width: 90%;
}

.header-menu  .menu-area  .ob .obIcon.iconApps:hover::before {
    color: #fff;
    color: #fff !important;
}


.header-menu.sticky  .menu-area  .ob .obIcon.iconApps:hover::before {
    color: #fff;
    color: var(--primary-color)  !important;
}

.header-menu.sticky   .menu-area  .ob .obIcon.iconApps::before {
    color: #fff   !important;
}


.header-menu.sticky  .menu-area .alerts-count{
    background-color: #fff !important;
    color: #000 !important;     
}

.header-menu.sticky   .menu-area .no-login:hover a i {
    color: var(--primary-color)  !important;
}


.header-menu.sticky .menu-area .alert-icon, .header-menu.sticky .menu-area .cart i, 
.header-menu.sticky .menu-area .w-nav-icon, .header-menu.sticky   .menu-area .no-login a i {
    color: #fff  !important;
}


.menu-area .sticky-logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 20%;
    max-width: 20%;
}

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

              DEFPOST1

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


.defpost1 {
    padding: 60px 0 0px 0;
    margin-bottom: 20px;
}

.defpost1 .screenPicCont  {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 80%;
    height: 80%;
    margin: 0 auto;
}


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

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 {
    color: var(--link-menu-color-hover);
    background: transparent  !important;
    padding: 20px 20px 10px 20px;
    border-bottom: 3px solid var(--link-menu-color-hover);
    padding: 20px 20px 10px 20px;
    border-bottom:  none !important;
    font-size: 33px   !important;
    text-align: center;
    font-family: centranube !important;
    color: var(--third-color) !important;
}


.defpost1 .menuDescription li::marker {
    color: var(--secondary-color)  !important;
}


#titulo {
    margin-bottom: 30px;
}


.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuItemCont{
    background: var(--primary-color);
/    box-shadow: -1px 0px 5px 0px var(--background-color-primary);
    font-family: raleway;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px !important;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuDescription p{
    color: #000;
    padding-top: 2px;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) i{
    color: #000;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p {
   color: var(--primary-color);
    padding-top: 2px;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) i{
   color: var(--primary-color);
}
.icon-bar-fixed .icon-bar .menuItem .menuDescription{
    display: flex;
    align-items: center;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--secondary-color);
/    box-shadow: -1px 0px 5px 0px var(--background-color-primary);
    font-family: raleway;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px !important;
}




.defpost1 .wdgMenu .menuDescription h1 {
    color: var(--primary-color);
    background: var(--secondary-color)  !important;
    padding: 15px 10px;
    font-family: inter !important;
    font-weight: bold;
    opacity: 0.7;
}


.tagsHomeMenu {
    position: relative;
    clear: both;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
}


.tagsHomeMenu  .wdgTitle {
    text-align: center;
}

.tagsHomeMenu .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.9em;
    font-family: inter;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.tagsHomeMenu .wdgTitle .subtitle{
    font-family: inter;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    width: 75%;
    margin:  0 auto;
    text-align: center;
    line-height: 1.4;
}




.menuElement.level-0 a{
    color: var(--primary-color)  !important;
    font-family: banks-miles-single;
}


.menuElement.level-1 a{
    color: #fff !important;
    font-family: banks-miles-single;
    text-transform: none  !important;
    font-weight: bold;
    font-size: 12px;
}


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

              PLINK CARDS

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


.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}


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

              TO TOP

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

.toTop:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.toTop {
    background: var(--secondary-color);
    color: var(--primary-color);
}


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

                  FOOTER

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



footer, footer .copyright{
    text-align: center;
    background: var(--secondary-color) !important;
    opacity: 1 !important;
    clear: both;
    padding: 10px 0;
}


footer .copyright p {
    text-align: center;
    color: var(--third-color) !important;
    font-weight: bolder;
    font-size: 10px !important;
    font-family: 'inter'; 
    padding-top: 5px;
}



/*============================================================
                           
                           BUSCADOR & LISTADO PUBLI

==============================================================*/


.cursosLista {
    width: 90%;
    max-width: 1366px;
    margin: 0% auto;
/    padding: 10px 0 20px;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 15px;
}

.cursosLista .postBuscador {
    width: 99.4%;
    margin: 20px 0 20px;
}


.cursosLista .postBuscador .campoTextSearch input {
    font-family: raleway;
    text-transform: uppercase;
    font-weight: bolder;
}


.cursosLista .wdgItemPost {
    margin: 0 0.6% 10px 0;
}


.cursosLista .PostDetails .title a {    
    font-family: 'inter'; 
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    color: gray;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
     overflow: hidden;
    font-size: 0.75rem;
    line-height: 1.1rem;
    overflow: hidden;
}

.cursosLista .PostDetails .subtitle p {
    font-size: .6rem;
    line-height: 1.2rem;
    overflow: hidden;
    text-align: center;
    color: gray !important;
    font-weight: bold;
    font-family: inter;
    text-transform: uppercase;
}



.cursosLista .wdgItemPost {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    margin: 0 0.5%px 10px 0%;
    background: rgba(255,255,255,.18);
    background: #fff;  
    background: url('/drive/repo/general/Fondo_Pasos_001a.jpg') no-repeat top/cover;
    border: 0.5px dotted gray;
}


.cursosLista .PostPic {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    text-align: center;
}


.cursosLista .PostPic img {
    object-fit: cover;
    height: 100%;
    width: 100% !important;
    margin: 0 auto !important;
    top: 50%;
    opacity: 0.7;
}


.cursosLista .PostDetails {
    position: relative;
    height: 75px;
    padding: 2%;
    background: #fff;  
}


.cursosLista .PostDetails .title {
/     border-bottom: 1px dotted gray;
    height: 35px;
    font-family: inter;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 13px;
    padding-top: 5px;
}


.pageCounter{
    width:100%;
    padding: 10px 0 40px;
    text-align: center;
    font-size: 10px;
    margin-top: 3px;
    font-family: 'inter';
    text-transform: uppercase;
    font-weight: bold;
}


.pageCounter .CounterInfoPage {
    font-weight: bold;
    margin-bottom: 6px;
    color: grey !important;
}


.numbers {
    float: none;
}


.CounterInfoResults {
    clear: left;
    padding: 0px 0 0px;
    font-size: 10px;
    font-weight: bold;
    color: grey !important;
}


.pageCounter ul li.selected {
    background-color: var(--primary-color) !important;
}

/*============================================================
                           
                           DEFPOST2

==============================================================*/


.defpost2 {
    padding: 40px 0 0px 0;
    clear: both;
    margin-top: 0;
    margin-bottom: 20px;
}

.defpost2 .title {
    margin: 0 auto;
    text-align: center;
    font weight: bold;
    text-transform: uppercase;
}



.defpost2 .screenPicCont img {
    width: 50%;
    height: 50%;
    opacity: 0.7;
}


.defpost2 .screenPicCont {
    width: 45%;
    height: 45%;
    margin: 0 auto;
    padding: 0px 0 0px;
    text-align: center;
}



/*============================================================
                           
                           TITULOS

==============================================================*/

.pageBlock{
    padding: 15px 0 20px !important;
}

.tagsHomeMenu2 {
    width: 100%;
    margin: 0 auto;
    background: var(--secondary-color);  
    background: transparent;  
    padding: 0px 0 10px;
    opacity: 0.9;
    text-align: center;
    margin-top: -20px;
}


.tagsHomeMenu2 .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    color: var(--secondary-color);
    font-family: inter;
    text-transform: uppercase;
}


.tagsHomeMenu2 .wdgTitle .subtitle{
    font-family: inter;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 14px;
    padding-top: 5px;
}



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

                VALORACION COMUNIDAD

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



.comunidadHome{
    width: 80%;
    margin-left: 0%;
    clear: both;
    margin-top: 10px;
    background: url('/drive/repo/general/Jorge_Perugini_CTO_LETRAS.PNG') fixed no-repeat top/cover;
    margin-bottom: 20px;
    margin: 0 auto;
}

.wdgValoraciones .contValoraciones{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    padding: 0;
    width: 100%;
    margin-left: 0%;
    margin: 0 auto;
    padding:5px 0px 20px;
}


.comunidadHome .next-button:after, .comunidadHome .next-button:before, .comunidadHome .prev-button:after, .comunidadHome .prev-button:before {
    background: var(--secondary-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 14px;
}


.wdgValoraciones .itemValoracion{
    background: rgba(255,255,255,0.8);
}



/*============================================================
                           
                           AJUSTES CARROUSELL

==============================================================*/


.slider .contMenu .owl-item .menuItemCont .menuTitle {
/    color: var(--primary-color);
    background: var(--secondary-color) !important;
    opacity: 0.9;
}


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.defpost1 .screenPicCont  {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.defpost1 .screenPicCont img {
    width: 100%;
    height: 100%;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 {
    color: var(--third-color);
    background: transparent  !important;
    padding: 20px 20px 10px 20px;
    border-bottom: 3px solid var(--third-color);
    font-size: 23px   !important;
    text-align: center   !important;
}


.pageCounter ul li:not(.before):not(.after):not(.last):not(.first) {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 0;
    padding: 0;
    margin: auto 8px;
    text-align: center;
    position: relative;
    background-color: #8e9aac;
    transition: background-color 0.7s ease;
}


.pageCounter ul li.before,
.pageCounter ul li.after,
.pageCounter ul li.first,
.pageCounter ul li.last {
    width: 30px !important;
    height: 30px !important;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    border: 0 !important;
    transition: transform 0.5s ease 
} 


.cursosLista .PostDetails .subtitle {
    height: 30px;
}

.cursosLista .postBuscador .campoTextSearch input {
    font-size: .6rem;
}


.dummycontact {
    display: block !important;   
}
    
.dummycontact  .ContIzquierda {
    margin-left: 0% !important;
    margin: 0 auto !important;
    width:96% !important;
    padding:0 0 0px 0 !important;
    display: block !important;
} 

 
.dummycontact .ContDerecha {
    display: block !important;
    vertical-align:top;
    width:96% !important;
    margin-left: 0% !important;
    margin: 0 auto !important;
} 

/*============================================================
                           
                           RESPONSIVE FORM CONTACTO

==============================================================*/




} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.defpost1 .screenPicCont img {
    width: 20%;
    height: 20%;
}

} /* FIN MEDIA QUERIES 800 landscape */





.sidebar-l{
    position: fixed;
/    background: #fbfbfb;
/    background: url('/drive/repo/general/verdeLoco6.jpg') no-repeat top/cover;
    background: url('/drive/repo/general/medioamb.jpg') no-repeat top/cover;
    background: #1A1A1C;
    background: url(/drive/repo/general/BackgroundBS_JBC_002a.jpg) no-repeat bottom/cover;
    background: var(--secondary-color);
    top: 0;
    z-index: 999999;
    left: -50%;
    width: 50%;
    height: 100%;
/    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: scroll;
/    border-top-right-radius: 20px;
    transition: left .7s ease-out;
/    border-top: 2px solid rgb(212 46 45 / 80%);
/    border-right: 3px solid rgb(0 0 0 / 80%);
/    border-right: 3px solid var(--primary-color);
/    border-right: 3px solid #feaa26;
}
.show{
    left:0 !important;
}

.sidebar-l .close {
    font-weight: bold;
    height: 30px;
    width: 30px;
    color: #fff;
/    background: var(--third-color);
/    background: #feaa26;
/    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 9px;
    transition: .3s ease;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}
.sidebar-l .close:hover{
/    background: red;
    color: #fff;
}
.sidebar-l .close:after {
  position: absolute;
    top: 2px;;
    bottom: 0;
    left: 0;
    right: 0;
/    content: "x";
    font-size: 15px;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bolder;
}

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

                    LOGO

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

.sidebarlogo {
    width: 100%;
    position: relative;
    margin-top: 55px;
}

.sidebarlogo .pic {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.sidebarlogo .pic img {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 15px;
}


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

                CLASE DUMMY DOS COLUMNAS

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


.dummycontact {
    position: relative;
    clear: both;
    display: flex;
    width:100%;
    padding:10px 0px 10px 0;
    margin:0 auto;    
}
    
.dummycontact  .ContIzquierda {
    display:flex;
    vertical-align:top;
    margin-left: 1%;
    width:49%;
    padding:0 0 0 0;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;

/    justify-content: center;
/    align-items: center;
}  
.dummycontact .ContDerecha {
    display:inline-block;
    vertical-align:top;
    width:49%;
    margin-left: 1%;
} 

.dummycontact .ContDerecha img{
    width: 50%;
    border-radius: 50%;
    height: 50%;
}


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

                FORMULARIO

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

.mainForm{
    width: 85%;
    margin: 0 auto;
    margin-top: 7px;
}
.mainForm .formTitle h1 {
    font-family: 'banks-miles-single' !important;
    font-size: 5rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    display: none;
}
.mainForm.noTitle .formTitle,
.mainForm label {
    display: none;
}
.mainForm .formGroup select,
.mainForm .formGroup input,
.mainForm .formGroup textarea {
    font-family: 'inter' !important;
    width: 100%;
    padding: 15px 7px;
    font-size: .6em;
    color: #fff;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin:0 0 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    text-transform: uppercase;
    font-weight: bold;
/    background: #feaa26;
/    background: rgba(0,0,0,0.05);
/    background: rgba(255,255,255,0.05);
    background: transparent;
}
.mainForm .formGroup input:hover,
.mainForm .formGroup textarea:hover,
.mainForm .formGroup input:focus,
.mainForm .formGroup textarea:focus {

    border: 1px solid #ccc;
}
.mainForm .formGroup select,
.mainForm .texto {
    margin-bottom: 1%;
}
.mainForm .formGroup textarea {
    min-width: 100%;
    max-width: 100%;
    height: 50px;
    min-height: 50px;
}
.mainForm .formButtons{
    padding-top: 1%;
    overflow:hidden;
}
.mainForm .formButtons input {
    font-family: 'raleway' !important;
    display: block;
    width: 100%;
    padding: 18px;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;  
    font-weight:bold;
    background:var(--primary-color);
/    opacity: 0.5;
    color: var(--secondary-color);
    border: none;
/    box-sizing:border-box;
/    -moz-box-sizing:border-box;
/    -webkit-box-sizing:border-box;
/    -o-box-sizing:border-box;
    font-weight: bold;
/    background: transparent;
/    border: 1px dotted #f2f2f2;
/    opacity: 0.4;
}


.mainForm .formButtons input:hover {
    color: var(--secondary-color-text);
    color: #000;
    font-weight:bolder;
    background: var(--third-color);
    background:var(--primary-color);
    border: 1px dotted #f2f2f2;
    opacity: 1;
    
}


.mainForm .formGroup.checkbox_simple{
    display: inline-flex;
    align-items: center;
    font-size: 9px;    
    color: #fff;
    color: #FEAA26;
/    color: var(--third-color);
    padding: 8px 5%;
    font-family: inter;
    font-weight: bold;
    text-transform: uppercase;
}

.mainForm .formGroup.checkbox_simple input[type= "checkbox"]{
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.mainForm .formGroup.checkbox_simple.checkbox1{
    margin-bottom: 10px;
}



.mainForm input::placeholder, .mainForm textarea::placeholder {
    color: #fff !important;
}


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

                INFO CONTACTO

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


.cInfo {
    margin-top: 5px;
}


.cInfo h1 img {
    width: 15% !important;
    height: 15% !important;
    padding-bottom: 20px;
/    display: none !important;
}

.cInfo p {
    font-size: 11px;  
    font-weight: normal; 
}

.cInfo h1 {
    font-size: 12px;  
}

.cInfo h2 {
    font-size: 12px;  
}


.cInfo h4 {
    font-size: 8.8px;  
    font-weight: normal !important;
    text-align: justify !important;
}


.cInfo h4 strong {
    color: var(--primary-color);
    font-weight: bold !important;
}

.cInfo .contMenu {
    padding: 0px 30px 0 10px;
}

.cInfo .menuItem {
    margin-bottom: 18px;
}

.cInfo .menuItem {
    margin-bottom: 10px;
}
.cInfo .menuItem .menuItemCont {
    display: table;
}
.cInfo .menuItem .menuItemCont .menuPic,
.cInfo .menuItem .menuItemCont .menuDescription {
    display: table-cell;
    vertical-align: middle;
}
.cInfo .menuItem .menuPic img {
    width: 25px;
}
.cInfo .menuItem .menuItemCont .menuDescription {
    padding-left: 20px;
}
.cInfo .menuItem .menuItemCont .menuDescription p {
    color: #fff;
}


.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
    color: #fff;
}




.cInfo .menuItem .menuItemCont .menuDescription a[href]:hover, .cInfo .menuItem .menuItemCont .menuDescription a[href] {
    color: var(--primary-color);
    text-decoration: none;
}

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

                MAP SECTION

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

.map-section #map {
    height: 30vh;
    width: 100%;
    filter: grayscale(30%);
/    border: 3px solid var(--primary-color);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.map-section #map .gmnoprint{
    display: none;
}

.map-section #map .gm-fullscreen-control {
    top: auto !important;
/    bottom: 200px;
}


.wdgGContent {
    width: 94%;
    margin: 0 auto;
    clear: both;
}


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.sidebar-l  {
    width: 100%;
    left: -100%;
}


#sidebar {
  width: 100%;
  background: var(--secondary-color);
  position: fixed;
  height: 100%;
  top: 0;
  left: -100%;
  transition: left 0.5s ease;
  z-index: 999999;
  padding: 15px;
  overflow-y: auto;
}


.cInfo h4 {
    font-size: 7px;
    font-weight: normal !important;
    text-align: justify !important;
}


.cInfo .menuItem .menuPic img {
    width: 15px;
}

    
.dummycontact  .ContIzquierda {
    margin-left: 0.5%;
    width:49%;
    padding:0 0 0 0;
} 
 
.dummycontact .ContDerecha {
    margin-left: 0.5%;
} 


.cInfo .contMenu {
    padding: 0px 5px 0 10px;
}



} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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



.sidebar-l{
    width: 100%;
    left: -99%;
}


#sidebar {
  width: 100%;
  background: var(--secondary-color);
  position: fixed;
  height: 100%;
  top: 0;
  left: -99%;
  transition: left 0.5s ease;
  z-index: 99999;
  padding: 15px;
  overflow-y: auto;
}

} /* FIN MEDIA QUERIES 800 landscape */



body, .header-menu .menu-area, .header-menu.sticky .menu-area {
       background: url(/drive/repo/general/PCORP_011.jpg)  fixed no-repeat top/cover;
}

.menu-area .menu-desktop .menuItem:nth-child(1), .menu-area .menu-desktop .menuItem:nth-child(2), .menu-area .menu-desktop .menuItem:nth-child(3), .menu-area .menu-desktop .menuItem:nth-child(4)  {
  display: none;
}


.menu-area .logo img, .menu-area .sticky-logo img  {
    display: block;
    max-height: 80%;
    max-width: 80%;
}


.menu-area .sticky-logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 70%;
    max-width: 70%;
}

.defpost1{
    margin-top: 0px;
    padding-top: 20px;
} 


.defpost1 .title{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    font-family: inter !important;
    text-transform: uppercase;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 {
    color: #fff;
    background: var(--primary-color)  !important;
    padding: 15px 10px;
}

.defpost1 .wdgMenu .menuDescription h1 {
    color: #fff;
    background: var(--secondary-color)  !important;
    padding: 15px 10px;
    font-family: inter !important;
    font-weight: bold;
    opacity: 0.7;
}


.defpost1 strong {
    color: var(--secondary-color)  !important;
    opacity: 1  !important;
}

.tagsHomeMenu {
    position: relative;
    clear: both;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    padding: 105px 0 15px 0;
}

.tagsHomeMenu  .wdgTitle {
    text-align: center;
}

.tagsHomeMenu .wdgTitle .title{
    font-weight: bold;
    letter-spacing:1px;
    font-size:1.7em;
    font-family: inter;
    text-transform: uppercase;
}

.tagsHomeMenu .wdgTitle .subtitle{
    font-family: inter;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}



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

              TO TOP

-------------------------------------------------------------*/
.toTop:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.toTop {
    background: var(--secondary-color);
    color: var(--primary-color);
}





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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

body, .header-menu .menu-area, .header-menu.sticky .menu-area {
       background: url(/drive/repo/general/PCORP_011c.jpg)  fixed no-repeat right/cover;
}

.defpost1 .screenPicCont img {
    width: 50%;
    height: 50%;
}



.defpost1 .menuPic img {
    width: 50% !important;
    height: 50% !important;
}


.defpost1 .wdgMenu .menuDescription h1 {
    opacity: 1;
}

.toTop {
    right: 0.1%;
    bottom: 10%;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.defpost1 .screenPicCont img {
    width: 20%;
    height: 20%;
}

} /* FIN MEDIA QUERIES 800 landscape */





:root{
--link-menu-color-hover:#333;
--secondary-color-hover:#FB0062;
--primary-color:#FFC000;
--third-color:#fff;
--secondary-color:#FB0062;
--link-menu-color:#000000;
--color-negative:#FD5960;
--color-positive:#20b2aa;
--color-default:#f2f2f2;
--forex-background-title:#1E222D;
--forex-background-subtitle:#131d27;
--forex-color-title:#909090;
--forex-color-subtitle:#909090;
--forex-color-active:#feaa26;
}
