<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: rgb(0 0 0 / 3%);
    --link-menu-color-hover: #027BC2;
    --secondary-color-text: #fefefe;
    --secondary-color: #027BC2;
    --third-color: #000;
    --primary-color-text: #1f2a38;
    --primary-color: #0D83DD;
    --secondary-color-hover: #fff;
    --total-color: #79d2e6;
    --background-color-primary: rgb(0 0 0 / 50%);
    --background-color-secondary: #fbfbfb;
}


@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:"Oswald";
    src:url("/drive/repo/general/4214Oswald-VariableFont_wght.ttf") format("woff"),
    url("/drive/repo/general/4214Oswald-VariableFont_wght.ttf") format("opentype"),
    url("/drive/repo/general/4214Oswald-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:"raleway";
    src:url("/drive/repo/general/Raleway-ExtraBold.ttf") format("woff"),
    url("/drive/repo/general/Raleway-ExtraBold.ttf") format("opentype"),
    url("/drive/repo/general/Raleway-ExtraBold.ttf") format("truetype");
}


html {
    scroll-behavior: smooth;
}

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

*, :before, :after {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    /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";
    font-family: 'banks-miles-single', sans-serif;
    }

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

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

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

.hidden{
    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: 12px;
}

.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: var(--primary-color);
    transition: .3s ease;
}

.ob .obIcon.iconApps:hover::before{
    color: var(--secondary-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 &gt; 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 &gt; 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 &gt; 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 &gt; a {
  /* background: #c0c0c0; */
  margin: 5px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown &gt; a i{
  background: var(--primary-color);
  color: var(--secondary-color-text);
  margin: 7px;
}

.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active &gt; a{
/    color: #ff6b35 !important;
    color: var(--primary-color-text);
    text-transform: uppercase;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active &gt; 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 &gt; 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;
 }
    
.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: 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){
   
}
.icon-bar-fixed .icon-bar{
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9999999;
    /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 &gt; .menuItemCont:first-child{
    border-top-left-radius: 5px;
}
.icon-bar-fixed .icon-bar &gt; .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);
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--secondary-color);
}
.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 */

.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&gt;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&gt;li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.ori-side-wrapper .widget_container{
    width: 100%;
    height: 100%;
}
.menuContainer{
    width: 100%;
    overflow: auto;
    height: 100%;
    box-sizing: content-box;
    display: block!important;
    overflow-y: auto;
    background-color: #000 !important;
    background-color: var(--primary-color)  !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: 12px;
    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 &gt; 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 &gt; 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 &gt; 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&gt;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 */.preFooter .poligonoSlider{
    background: var(--third-color);
    background: url(/drive/repo/general/FondoFooter.webp)  fixed no-repeat top/cover;
    bottom: 0px;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 10;
    clip-path: polygon(65% 0, 100% 100%, 0 100%, 0 0, 25% 100%);
}

.dummycontact {
    position: relative;
    clear: both;
    display: flex;
    width:100%;
    padding:40px 0px 20px 0;
    margin:0 auto;  
    margin-top: -0.5px;
/    background-color: #67afda !important;
    background: url(/drive/repo/general/FondoFooter.webp)  fixed no-repeat top/cover;
    align-items: center;
    justify-content: space-around;
}
    
.imgFooter {
    width:30%;
    vertical-align:top;
    padding:0 0 0 0;
    margin: 0 0 0 3%;   
    align-items: center;
} 
   
.dummycontact  .ContIzquierda {
    width:30%;
    display:flex;
    vertical-align:top;
    padding:0 0 0 0;
    margin: 0 0 0 2%;  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    align-items: center;
} 


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

                IMAGE

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

.imgFooter .wdgPicCont {
    width: 100%;
    margin: 0 auto;
}

.imgFooter .wdgPicCont img {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    opacity: 0.8;
}

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

                ADDRESS

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

.cInfo {
    margin-top: 10px;
    font-family: inter !important;
}

.cInfo p {
    font-size: 12px;  
    font-weight: bold;
    padding-bottom: 3px; 
    font-family: inter !important;
}

.cInfo p strong {
    font-size: 14px;  
}

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

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

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

.cInfo .menuItem {
    margin-bottom: 25px;
}
.cInfo .menuItem .menuItemCont {
    display: table;
}
.cInfo .menuItem .menuItemCont .menuPic,
.cInfo .menuItem .menuItemCont .menuDescription {
    display: table-cell;
    vertical-align: middle;
}
.cInfo .menuItem .menuPic img {
    width: 35px;
}
.cInfo .menuItem .menuItemCont .menuDescription {
    padding-left: 20px;
}
.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
    color: #333;
/    color: #435775;
}
.cInfo .menuItem .menuItemCont .menuDescription a[href]:hover, .cInfo .menuItem .menuItemCont .menuDescription a[href]:hover p {
    color: var(--secondary-color);
    color: #feaa26;
    text-decoration: none;
}


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

                COPYRIGHT

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

footer .copyright{
    text-align: center;
    background: url(/drive/repo/general/FondoFooter.webp)  no-repeat top/cover;
    background: var(--secondary-color);
    background: #008db3;
    margin: 0 auto;
    padding: 20px 0;
}

footer .copyright p{
    font-size: 10px;
    color: #fff;
    font-family: inter;
}

footer .copyright p strong {
    font-size: 10px;
    color: #fff;
    font-family: inter;
}

footer .copyright p img{
    width: 7%;
    height: auto;
    padding-top: 10px;
}

footer .copyright em img {
    width: 3%;
    height: auto;
    padding-top: 10px;
}
.toTop {
    position: fixed;
    right: 0.2%;
    bottom: 5%;
    display: flex;
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    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(--secondary-color-hover);
}/* -------------------------------------------------

                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);
  }
}
/*===== Multi-Idioma ====*/  
.lang{
 margin-right: 4px;
 margin-top: 0px;
}

.lang .langItemCont{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 25px;
}

.lang .langItemCont .langItem{
    cursor: pointer;
    text-transform: uppercase;
    color: transparent;
    display: inline-block;
}


.lang .langItemCont .langItem:nth-child(1){    
    margin: 0 11px 0 3px; 
}
.lang .langItemCont .langItem:nth-child(2){  
    margin: 0 3px;       
}
.lang .langItemCont .langItem:nth-child(3){   
    margin: 0 3px;    
}
.lang .langItemCont .langItem:nth-child(4){   
    margin: 0 20px 0 3px;    
}
.lang .langItemCont .langItem.selected:before {
    cursor: default;
    box-shadow: 0px 0px 4px 1px #F31921 !important;
/    border-radius: 0% !important;
}

.lang .langItemCont .langItem:nth-child(1):before{
    content: ' ';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/drive/repo/general/BanderaSpain.png) center/cover;
    border-radius: 50%;
}

.lang .langItemCont .langItem:nth-child(2):before{
    content: ' ';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/drive/repo/general/bandera_italia.jpg) center/cover;
    border-radius: 50%;
    display: none;
}

.lang .langItemCont .langItem:nth-child(3):before{
    content: ' ';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/drive/repo/general/BanderaUK.png) center/cover;
    border-radius: 50%;
}

.lang .langItemCont .langItem:nth-child(4):before{
    content: ' ';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/drive/repo/general/bandera_italia.jpg) center/cover;
    border-radius: 50%;
}
header.fixed .lang .langItemCont .langItem{
    color: #000;
}


header.fixed .lang .langItemCont .langItem.selected {
    color: #FEAA26;
    cursor: default;
}

.langItemCont{
      display: flex;
    justify-content: center;
    align-items: center;
}

.lang .langItemCont .langSeparator{
    border: 0px solid transparent;
    margin: 0 2px 0 2px;
    height: 25px;
    display:none;
}

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

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

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

.lang .menuItem .MenuImg.Idioma_3 {
    background-image: url('/drive/repo/general/bandera_italia.jpg');
}

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

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

                BODY y BODY1

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

#previa-133 {
    display: none;
}

.both  {
    clear: both;
}


.contj {
    position: relative;
    background: transparent;
    margin-top: 30px;
    width: 80%;    
    max-width: 1366px;
    margin: 0 auto;
    margin-bottom: 0px;
    font-family: inter;
}

.contj1 {
    position: relative;
    background: transparent;
    width: 80%;
/    margin-left: 7%;
    padding: 20px 0 40px 0;
    margin: 0 auto;
    clear:both;
}

.contj2 {
    position: relative;
    background: transparent;
    margin-top: 30px;
    width: 85%;
/    height: 250vh;
    margin-left: 7%;    
    max-width: 1366px;
    clear:both;
}

.contj1 .servViewHead {
    display: none;
}

.contj2 .serviceViewHead, .contj2 .serviceDescription, .contj2 .serviceFiles, .contj2 .servicecol2 {
    display: none !important;
}

.contj2 .servicecol1 .serviceStoreCont {
    margin-top: 0px;
    border: 1px solid #f2f2f2;
    display: flex;
}

.contj2  .service2Col {
    margin-left: 0%;
    padding-bottom: 0px;
}

.contj2 .servicecol1  {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
}

.contj2 .servicecol1 .serviceStoreCont .serviceItem {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border: 0.5px dotted #c1c1c1;
    border-bottom: 5px solid #333;
    width: 99.5%;
    margin: 0 0.25%;
}

.contj2 .servicecol1 .serviceStoreCont .serviceStoreHead{
    display: none;
}

.contj2 .servicecol1 .serviceStoreCont .serviceOptions a {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    width: 100%;
    border-radius: 0px;
    font-size: .7rem;
    color: #fff;
    transition: background-color .2s;
    text-align: center;
}
.contj2 .servicecol1 .serviceStoreCont .serviceOptions a.serviceSee {
    text-decoration: none;
    color: #000;
    background-color: #f78e69;
}
.contj2 .servicecol1 .serviceStoreCont .serviceOptions a.serviceSee:hover {
    background-color: #c1c1c1;
}

.contj2 .servicecol1 .serviceStoreCont .serviceItem:nth-child(7) {
    display: none;
}

.contj2 .servicecol1 .serviceStoreCont .serviceItem:nth-child(6), .contj2 .servicecol1 .serviceStoreCont .serviceItem:nth-child(5) {
    display: none;
}

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

                BLOQUE LISTADO DE SERVICIOS

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


.contj .serviceView {
    padding-bottom: 60px;
    width: 100%;
}




.contj .serviceProvider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.contj .serviceProvider img {
    width: 20%;
    height: 20%;
    margin: 0 auto;
/    border-radius: 50%;
}

.contj .serviceProvider .providerName {
    font-size: 20px;
    font-weight: bold;
}

.contj .wdgServiceStore  {
    width: 100%;
    margin-left: 0; 
    margin-top: 0px !important;  
    padding-bottom: 20px;
    position: relative;
    height: auto !important;
    padding-bottom: 0px;
    text-align: center;
}

.contj .serviceStoreHead {
    background: rgba(255,255,255,0.15);
/    background: #7eb2ae; 
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
}

.contj .wdgServiceStore .serviceStoreHead .title {
    font-family: 'inter' !important;
    background: #FEAA26 url('/drive/repo/general/mv18.gif') no-repeat 97% center/3% auto;
    text-transform: uppercase; 
    padding-left: 20px;   
    text-align: left;  
    margin-bottom: 10px; 
}

.contj .wdgServiceStore .serviceStoreHead .title h2 {        
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    line-height: 2.3 !important;
    color: #000 !important; 
}

.contj .wdgServiceStore .serviceProvidersMap {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contj .wdgServiceStore .serviceStoreCont {
    display: inline-block;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.contj .wdgServiceStore .serviceStoreCont .serviceItem {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
/    margin-left: 1%;
    text-align: center;
/    background: rgba(0,0,0,0.2);
/    background: #fdf1a8;
     border: 1px dotted black;
}

.contj .wdgServiceStore .serviceTitle {
    font-family: 'inter'; 
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 2%;
    height: 20px;
}

.setupService .setupBox:nth-child(1) .setupBoxTitle2 {
    border-left: 0;
}

.contj .wdgServiceStore .serviceDescription  { 
/    padding: 3px 0 18px 0;  
    vertical-align: top;
    height: 70px;
    padding: 15px 15px 0 15px;
    border-top: none;
}

.contj .serviceDescription .serviceShortDescription  {
    font-size: 22px !important;
    line-height: 1.2 !important;
    letter-spacing: 1.5px !important;
    font-weight: 500;
    vertical-align: top;
    color: #333;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center !important;
    width: 80%;
    padding-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.contj .wdgServiceStore .serviceProviderIcon img {
    width: 40%;
    padding-bottom: 10px;
}

.contj .wdgServiceStore .serviceDescription p span {
/    display: none;
/    font-family: 'Questrial', sans-serif !important;
    font-size: 14px !important; 
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: justify !important;
}

.contj .wdgServiceStore .serviceDescription p  {
/    display: none;
/    font-family: 'Questrial', sans-serif !important;
    font-size: 14px !important; 
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: justify !important;
}

.contj .wdgServiceStore .serviceSee {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    background: #54678e;
/    border-radius: 5px;
    text-decoration: none;
}
.contj .wdgServiceStore .serviceSee:hover {
    color: #000;
    background: #FEAA26;
}
.contj .wdgServiceStore .serviceConfig {
    display: none;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    background: #7eb2ae;
    border-radius: 5px;
    text-decoration: none;
}

.contj .wdgServiceStore .servicePic  {
    margin: 3% 0 1% 0;
}

.contj .wdgServiceStore .servicePic img {
    max-width: 128px;
    max-height: 128px;
}

.contj .wdgServiceStore .serviceOptions {
    margin-top: 40px;
    padding-bottom: 20px;
}

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

                SERVICIOS

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


.wdgServiceStore  {
    width: 100%;
    margin-left: 0; 
    margin-top: 0px !important;  
    padding-bottom: 20px;
    position: relative;
    height: auto !important;
    padding-bottom: 0px;
    text-align: center;
}

.serviceStoreHead {
    background: rgba(255,255,255,0.15);
/    background: #7eb2ae; 
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
}

.wdgServiceStore .serviceStoreHead .title {
/    font-family: 'inter' !important;
    background: #FEAA26 url('/drive/repo/general/mv18.gif') no-repeat 97% center/3% auto;
    text-transform: uppercase; 
    padding-left: 20px;   
    text-align: left;  
    margin-bottom: 10px; 
}

.wdgServiceStore .serviceStoreHead .title h2 {        
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    line-height: 2.3 !important;
    color: #000 !important; 
}

.wdgServiceStore .serviceProvidersMap {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.wdgServiceStore .serviceStoreCont {
    display: inline-block;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.wdgServiceStore .serviceStoreCont .serviceItem {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
/    margin-left: 1%;
    text-align: center;
/    background: rgba(0,0,0,0.2);
/    background: #fdf1a8;
     border: 1px dotted black;
}

.wdgServiceStore .serviceTitle {
/    font-family: 'inter'; 
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 2%;
    height: 20px;
}

.wdgServiceStore .serviceDescription  { 
/    padding: 3px 0 18px 0;  
    vertical-align: top;
    height: 70px;
    padding: 15px 15px 0 15px;
    border-top: none;
}

.serviceDescription .serviceShortDescription  {
    margin-top: 20px;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    letter-spacing: 1.5px !important;
    font-weight: bold;
    vertical-align: top;
    color: black;
}

.wdgServiceStore .serviceProviderIcon img {
    width: 40%;
    padding-bottom: 10px;
}

.wdgServiceStore .serviceDescription p span {
/    display: none;
/    font-family: 'Questrial', sans-serif !important;
    font-size: 14px !important; 
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: justify !important;
}

.wdgServiceStore .serviceDescription p  {
/    display: none;
/    font-family: 'Questrial', sans-serif !important;
    font-size: 14px !important; 
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: justify !important;
}

.wdgServiceStore .serviceSee {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    background: #54678e;
/    border-radius: 5px;
    text-decoration: none;
}
.wdgServiceStore .serviceSee:hover {
    color: #000;
    background: #FEAA26;
}
.wdgServiceStore .serviceConfig {
    display: none;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    background: #7eb2ae;
    border-radius: 5px;
    text-decoration: none;
}

.wdgServiceStore .servicePic  {
    margin: 3% 0 1% 0;
}

.wdgServiceStore .servicePic img {
    max-width: 128px;
    max-height: 128px;
}

.wdgServiceStore .serviceOptions {
    margin-top: 40px;
    padding-bottom: 20px;
}


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

                BLOQUE DESCRIPCION DE SERVICIOS

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


.serviceView {
    padding-bottom: 60px;
    width: 100%;
}


.serviceView .serviceProvider {
    text-align: center;
    width: 90%;
    padding-bottom: 30px;
}

.serviceView .providerImage {
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}

.serviceView .addressProvider, .cpProvider, .phoneProvider, .cuitProvider {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.serviceView  .providerImage img {
/    width: 500px;
}

.serviceViewHead {
    text-align: center;
/    display: flex;
}


.serviceViewHead .serviceBack,
.serviceViewHead .viewProvide,
.serviceViewHead .serviceOpen,
.serviceViewHead .viewservice {
    position: absolute;
/    top: 131px;
/    right: 130px;
    transform: translateY(-50%);
/    display: inline-block;
    vertical-align: middle;
    padding: 12px 18px;
    border-radius: 3px;
    font-size: 1rem;
    color: #fff;
    transition: background-color .2s, background-position .2s;
}


.serviceViewHead .viewProvide,
.serviceViewHead .serviceOpen,
.serviceViewHead .viewApp {
/    width: 140px;
    text-align: center;
}
.serviceViewHead .serviceBack {
    right: 0px;
    top: 90px;
    padding-left: 35px;
    background: #f78e69 url('/drive/repo/editorweb/leftArrow.png') no-repeat 14px center/auto 30%;
    color: #000;
    cursor: pointer;
    display: none;
}
.serviceViewHead .serviceBack:hover {
    background-color: gray;
    background-position: 10px center;
    color: #fff;
}
.serviceViewHead .viewProvide {
    display: none;
    text-decoration: none;
    background-color: #f78e69;
/    display: block;
}
.serviceViewHead .viewProvide:hover {
    background-color: gray;
}
.serviceViewHead .serviceOpen,
.serviceViewHead .viewservice {

    text-decoration: none;
    background-color: #7eb2ae;
}
.serviceViewHead .serviceOpen:hover,
.serviceViewHead .viewservice:hover {
    background-color: #95bfa2;
}
.serviceViewHead .viewservice {
    padding: 12px 18px;
}
.serviceViewHead .serviceIcon,
.serviceViewHead .serviceFirst {
    display: inline-block;
    vertical-align: middle;
}
.serviceViewHead .serviceIcon {
    width: 160px;
    height: 160px;
    margin-right: 10px;
    position: relative; 
    padding-bottom: 20px;    
}
.serviceViewHead .serviceIcon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.serviceViewHead .serviceFirst {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold;
}


.serviceFirst .titleName {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 2.8125rem;
    line-height: 1.2em;
    margin: 3rem 0 1rem;  
}


.serviceDescription {
    border-top: 1px solid #d1d4c8;
}

.serviceDescription .serviceShortDescription h2 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    letter-spacing: 1.1px !important;
    font-weight: bold;
    vertical-align: top;
    color: #000;
    padding: 0px 0 20px 0;
}

.serviceDescription .serviceLongDescription {
    letter-spacing: 1.2px !important;
    font-weight: 600;
    line-height: 1.4 !important;
    width: 80%;
    margin: 0 auto;
}

.serviceDescription .serviceLongDescription p {
    font-size: 1.1rem !important;
    line-height: 1.1 !important;
    letter-spacing: 1.1px !important;
    font-weight: normal;
    vertical-align: top;
    color: #000;
    padding: 0px 0 20px 0;
}

.serviceDescription .serviceLongDescription h2 {
    font-size: 1.1rem !important;
    line-height: 1.1 !important;
    letter-spacing: 1.1px !important;
    font-weight: bold;
    vertical-align: top;
    color: #000;
    padding: 0px 0 20px 0;
}


.serviceDescription .serviceLongDescription h2 img {
    width: 60%;
    height: 60%;
    padding-top: 0px;
}

.serviceDescription .serviceLongDescription h4 {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
    letter-spacing: 1.1px !important;
    font-weight: bold;
    vertical-align: top;
    color: #000;
    padding: 0px 0 20px 0;
}



.viewProvide {
    display: none;
    width: 20%;
    margin-left: 880px;
    margin-top: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 10px 20px 10px;
    background: #7eb2ae;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

.serviceDescription  {
    width: 100%;
    margin: 0 auto;
}

.serviceDescription .wdgMenu {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
/    margin: -90px 0 30px;  
    margin: 0px 0 30px;  
/    border-bottom: 5px dotted  #333;
}
.serviceDescription .wdgMenu .menuItem {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

.serviceDescription .wdgMenu{
    background: var(--third-color) !important;
}

.serviceDescription .wdgMenu .menuItem.active {
    display: block;
}
.serviceDescription .wdgMenu .menuItem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/    background-color: rgba(0,0,0,.5);
    z-index: 2;
}
.serviceDescription .wdgMenu .menuItemCont {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    z-index: 3;
}

.serviceDescription .wdgMenu .menuItemCont .menuPic img {
    width: 100px;
}

.arrowNav div {
    position: absolute;
    top: 47%;
    bottom: 0;
/    margin: auto 0;
/    margin-top: 650px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center;
    z-index: 3;
    border-radius: 50%;
}
.arrowNav div.prev {
    left: 0.3%;
    background-image: url('/drive/repo/editorweb/toLeftY.png');
/    background-color: rgba(0,0,0,0.45);
}
.arrowNav div.next {
    right: 0.3%;
    background-image: url('/drive/repo/editorweb/toRightY.png');
/    background-color: rgba(0,0,0,0.45);
}
.selectorNav {
    display: none;
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
}
.selectorNav li {
    display: inline-block;
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}
.selectorNav li.active {
    background-color: #FEAA26;
}

.serviceCol::after {
    content: " ";
    display: table;
    clear: both;
}


.servicecol1  {
    float: left;
    width: 17%;
    text-align: center;
    display: none;
}
.servicecol2  {
/    float: right;
    width: 80%;
    width: 80%;
    margin: 0 auto;
/    width: 100%;
    display:block;
}


.service2Col {
    float: left;
    width: 100%;
/    margin-left: 7%;
/    margin-top: -50px;
/    padding-bottom: 20px;
}
.servicecol1 &gt; div  {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.servicecol1 &gt; div &gt; div:first-child  {
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.servicecol1 .serviceFiles {
    background-color: #c1c1c1; 
}

.servicecol1 .serviceFiles .serviceFilesHead {    
/    font-family: 'inter'; 
    text-transform: uppercase;
    color: #fff;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 1;
    padding: 10px;
    background-color: rgba(0,0,0,0.2); 
    text-align: center;
}


.servicecol1 .serviceFiles .serviceFileItem {
    padding-bottom: 15px;
    margin-top: 8px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    text-align: center;
}

.servicecol1 .serviceFiles  .fileIcon {
    display: none;    
}
.servicecol1 .serviceFiles .fileName {
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 10px;
    
}
.servicecol1 .serviceFiles .btnDownload {
/    font-family: 'inter'; 
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px 10px 40px;
/    background: #f78e69 url('/drive/repo/editorweb/file.png') no-repeat 15px center/auto 1rem;
    background: var(--primary-color) url('/drive/repo/editorweb/file.png') no-repeat 15px center/auto 1rem;
    border-radius: 3px;
    font-size: .6rem;
/    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s;
}
.servicecol1 .serviceFiles .btnDownload:hover {
    color: #fff;
/    background-color: #ff6b35;    
    background-color: var(--secondary-color); 
}
.servicecol1 .serviceStoreCont {
    margin-top: 0px;
    border: 1px solid #f2f2f2;
    display: none;
}

.servicecol1 .serviceStoreCont .serviceStoreHead{
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
/    background-color: #eec239; 
    border-bottom: 2px solid #fff;
    text-align: center;
}



.servicecol1 .serviceStoreCont .serviceItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #7eb2ae;
}



.servicecol1 .serviceStoreCont .servicePic {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.servicecol1 .serviceStoreCont .servicePic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.servicecol1 .serviceStoreCont .serviceTitle {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 1%;
}
.servicecol1 .serviceStoreCont .serviceDescription {
    display: none;
}
.servicecol1 .serviceStoreCont .serviceOptions a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: .9rem;
    color: #fff;
    transition: background-color .2s;
    text-align: center;
}
.servicecol1 .serviceStoreCont .serviceOptions a.serviceSee {
    text-decoration: none;
    color: #000;
    background-color: #FEAA26;
}
.servicecol1 .serviceStoreCont .serviceOptions a.serviceSee:hover {
    background-color: #eec239;
}
.servicecol1 .serviceStoreCont .serviceOptions a.serviceConfig {
    display: none;
    text-decoration: none;
    background-color: #7eb2ae;
}
.servicecol1 .serviceStoreCont .serviceOptions a.serviceConfig:hover {
    background-color: #6da77f;
}
.servicecol1 .serviceStoreCont .serviceOptions a.serviceOpen {
    background-color: #65b928;
}
.servicecol1 .serviceStoreCont .serviceOptions a.serviceOpen:hover {
    background-color: #78d038;
}
.servicecol2 .serviceTabsHead {
    /*background-color: #FEAA26;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.servicecol2 .serviceTab {
    display: inline-block;
    vertical-align: top;
    padding: 12px;
    margin-right: -2px;
    background-color: #c1c1c1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    color: #333;
    font-size: .8rem;
    border-bottom: 3px solid var(--primary-color);
    font-weight: bold;
}
.servicecol2 .serviceTab.active {
    background-color: var(--primary-color);
    border-bottom: 3px solid var(--secondary-color);  
/    border-bottom: 3px solid #FEAA26; 
    color: #fff;
}
.servicecol2 .serviceTabsCont {
    padding: 25px 0px 5px 30px;
/    border: 1px solid #f2f2f2;
    border-top: 0;
    font-size: 1rem;
}
.servicecol2 .serviceTabsCont h1 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.servicecol2 .serviceTabsCont h2 {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.1;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    font-weight: 600;
}
.servicecol2 .serviceTabsCont h3 {
    font-size: 1.2rem;
    padding: 10px 0;
}
.servicecol2 .serviceTabsCont p {
    line-height: 1.2;   
    font-size: 1rem; 
    letter-spacing: 1.1px;
    padding: 5px 0;
}
.servicecol2  .serviceTabsCont ul {
    list-style-position: inside;
    padding-left: 10px;
    margin-bottom: 20px;
}
.servicecol2 .serviceTabsCont p img {
    width: 30%;
    height: 30%;
    margin: 10px 0;
}

.servicecol2 .serviceTabsCont h1 img {
    width: 30%;
    height: 30%;
    margin: 10px 0;
}

.servicecol2 .serviceTabsCont h2 img  {
    width: 90%;
    height: 90%;
    margin: 0px 0;
}

.servicecol2 .serviceTabLongDescription h3 img  {
    width: 70%;
    height: 70%;
    margin: 0px 0;
}


.setupTitle h1 {
    display: none;
}

.servicecol2 .serviceTabsCont .quote:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.servicecol2 .serviceTabsCont .quotePic,
.servicecol2 .serviceTabsCont blockquote {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}
.servicecol2 .serviceTabsCont .quotePic {
    width: 25%;
}
.servicecol2 .serviceTabsCont .quotePic img {
    width: 100%;
    margin: 0;
}
.v.serviceTabsCont blockquote {
    width: 75%;
    padding-left: 10px;
    position: relative;
    quotes: '\201D' '"';
}
.servicecol2 .serviceTabsCont blockquote::before {
    content: open-quote;
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    color: #ccc;
}
.servicecol2 .serviceTabsCont blockquote p {
    font-style: italic;
    color: #555;
}
.servicecol2 .serviceTabsCont blockquote p:first-child {
    text-indent: 1.5rem;
}
.servicecol2 .serviceTabsCont .quoteAuthor {
    margin-top: 15px;
    font-size: .8rem;
    color: #222;
}
.servicecol2 .serviceTabsCont .quoteAuthor a {
    color: #222;
    text-decoration: underline;
}
.servicecol2 .serviceTabsCont .serv {
    margin-bottom: 20px;
}
.servicecol2 .serviceTabsCont .servPic {
    display: inline-block;
    vertical-align: top;
}
.servicecol2 .serviceTabsCont .servPic {
    width: 160px;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
}
.servicecol2 .serviceTabsCont .servPic img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}


.setupIAM .servViewHead .servIcon{
    text-align: center;
}

.setupIAM .servViewHead .titleName{
    text-align: center;
    font-weight: 300;
    font-size: 2.8125rem;
    line-height: 1.2em;
    margin: 3rem 0;
    display: none;
}

.setupIAM .setupDescription {
    text-align: justify;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 25px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 3% 3% 3% 3%;
}

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

                BLOQUE SETUP

------------------------------------------------- */
.setupMain{
    display: flex;
    justify-content: space-between;
}

.setupService,
.provideService {
    float: left;
    width: 47.5%;
}
.setupGrades,
.provideForm {
    float: right;
    width: 47.5%;
}
.setupBoxTitle1 h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 15px 10px;
/    background: #a3a9a5;
    color: #333;
    border: 1px dotted #696f75;
/    border: 1px dotted var(--primary-color);
}
.setupBoxTitle2 {
    padding: 5px 10px;
    margin-bottom: 15px;
    border-left: 10px solid #a3a9a5;
    border-left: 10px solid var(--secondary-color);
}
.setupBoxTitle2 h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.setupBoxTitle2 p {
    font-size: .9rem;
}
.setupService .setupBox {
    margin-bottom: 30px;
}
.serviceBlock {
    padding: 12px 45px 12px 15px;
    margin-bottom: 9px;
/    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.15);
/    background-color: var(--secondary-color);

}
.serviceBlock:hover {
    background-color: #696f75;
/    background-color: var(--primary-color);
    color: #fff;
}
.serviceBlock.active {
/    background: var(--primary-color);
/    background: var(--primary-color) url('/drive/repo/editorweb/check-mark.png') no-repeat 97% center/auto 20px;
    background: #969a9e url('/drive/repo/editorweb/check-mark.png') no-repeat 97% center/auto 20px;
    color: #fff;
}
.serviceTitle {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 7px;
}
.serviceDetails {
    font-size: .8rem;
    text-align: justify;
}

.serviceDetails p {
    padding-top: 0px;
    padding-bottom: 8px;
    line-height: 1.6;
}


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

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

.serviceDetails  li::marker {
    font-size: 1rem;
    font-weight: bold;
}

.serviceDetails    li {
    padding: 0 0 8px 0px;
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0;
}

.serviceDetails img {
    width: 60%;
    height: 60%;
    text-align: center;
    margin-left: 20%;
    padding: 10px 0;
}

.setupBox .simpleSelectionBlock{
    display: inline-block;
    width: 48%;
    margin: 0px 0.5%;
}

.setupBox .simpleSelectionBlock label {
    font-weight: bold;
    font-size: 1rem;
    opacity: 1;
    color: #03114E;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
}

.setupBox .simpleSelectionSetup select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
    height: 3.4em;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 1.5em 0;
    list-style: none;
    background: var(--primary-color);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

.setupBox .simpleSelectionSetup option {
}

.setupBox .simpleSelectionSetup option::hover{
    cursor: pointer;
    background-color: var(--secondary-color);
}

.setupBox .multipleSelectionBlock label {
    font-weight: bold;
    font-size: 0.8rem;
    opacity: 1;
    color: #03114E;
    color: var(--secondary-color);
    text-align: center;
    padding-left: 5px;
    border-left: 10px solid var(--secondary-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup {
    margin: 1.5em 0;
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: .7rem;
    background: #fff;
    color: #000;
    font-weight: 800;
    padding-bottom: 10px;
    margin-right: 8px;
    margin-left: 8px;
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup input[type="checkbox" ] {
    display: none;
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup input[type="checkbox" ] + label {
    cursor: pointer;
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup label:before{
    content: '';
    background: var(--primary-color);
/    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}


.setupBox .multipleSelectionBlock .multipleSelectionSetup label:nth-child(2){
    margin-left: 0;
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup input[type="checkbox" ]:checked + label:before{
    content: 'X';
    padding: 3px;
    font-size: 10px;
    color: var(--secondary-color-text);
}

.setupBox .multipleSelectionBlock .multipleSelectionSetup label{
   background: transparent;
}

.setupGrades .gradeBlock:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 10px;
}
.setupGrades .gradeBlock label,
.setupGrades .setupPrice label {
    font-weight: bold;
    font-size: 1rem;
    opacity: 1;
    color: #03114E;
    text-align: center;
}
.setupGrades .gradeBlockSetup input {
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 10px;
    border: 0;
    background: transparent;
}
.setupGrades .gradeBlockSetup .ui-slider {
    width: 100%;
    height: 0;
    border: 1px solid #ccc;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    background-color: #fff;
    position: relative;    
}
.setupGrades .gradeBlockSetup .ui-slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--primary-color);
    cursor: pointer;
}
.setupGrades .setupPrice {
    padding: 20px;
    margin: 25px 0 15px;
    text-align: center;
    background: var(--total-color);
}
.setupGrades .setupPriceIcon,
.setupGrades .setupPriceAmmount {
    display: inline-block;
    vertical-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.setupGrades .setupBtns{
/    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.setupGrades .btnprovide{
    font-family: 'inter'  !important;
    text-transform: uppercase   !important;
    width: 100%;
    padding: 15px;
    background: var(--secondary-color);
    background: #696f75;
    color: var(--secondary-color-text);
    border-radius: 5px;
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    transition: background-color .2s;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 30px;
    
}
.setupGrades input:hover:disabled{
    background-color: rgba(0,0,0,0.5);
    color: lightgrey;
    cursor: not-allowed;
}

.setupGrades input:disabled{
    background-color: rgba(0,0,0,0.5);
    color: lightgrey;
    cursor: not-allowed;
}
.setupGrades input:first{
    margin-right: 5.5px;
}
.setupGrades input:last-child{
    /margin-left: 5.5px;
}
.provideForm input[type="button"] {
    width: 100%;
    padding: 15px;
    background: var(--secondary-color);
    color: var(--secondary-color-text);
    border-radius: 3px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    transition: background-color .2s;
    cursor: pointer;
}
.setupGrades .btnprovide:hover,
.provideForm input[type="button"]:hover {
    background: var(--secondary-color);
}
.setupGrades .campo_cupon {
    display: none;
    margin: 10px 0;
    /display: flex;
    flex-direction: column;
}

.setupGrades .campo_cupon label{
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.setupGrades .campo_cupon input {
    padding: 5px 10px;
    border-radius: 3px;
    border-style: dashed;
    font-size: 20px;
    margin: 0;
    transition: .4s;
}

.setupGrades .campo_cupon input:focus {
    font-size: 25px;
    border: 3px solid #FF6B35;
}

.setupGrades .campo_cupon #cupon_info{
    font-size: 0.8rem;
    margin-top: 10px;
}

.setupGrades .campo_cupon.nelprro input,
.setupGrades .campo_cupon.nelprro #cupon_info {
    border-color: red;
    color: red;
}

.setupGrades .campo_cupon.cuponvalido input,
.setupGrades .campo_cupon.cuponvalido #cupon_info {
    border-color: green;
    color: green;
}
.setupGrades .campo_cupon button{
    margin-top: 10px;
    padding: 10px;
    font-size: 17px;
/    font-family: 'inter';
    font-weight: 600;
    text-transform: uppercase;
    background-color: #FF6B35;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: .3s all ease-out;
}

.setupGrades .campo_cupon button:hover{
    background-color: #ffff;
    color: #FF6B35;
    border: 1px solid #FF6B35;
    transition: .3s all ease-out;
}

.provideForm label {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
}
.provideForm input:not([type="button"]):not([type="file"]),
.provideForm .file-input,
.provideForm textarea {
    width: 60%;
    padding: 15px;
    margin-bottom: 15px;
    border: 0.5px dotted #000;
    border-radius: 3px;
    font-size: .9rem;
}

.provideForm .smallInp {
    font-size: 10px;
    font-weight: bold;
}

.provideForm .field {
    font-size: 12px;
    font-weight: bold;
}

.provideForm .file-input {
    display: block;
    padding: 5px;
    overflow: hidden;
}
.provideForm .file-input .input-group {
    position: relative;
}
.provideForm .file-input  {
    width:64%;
}
.provideForm .file-input .glyphicon {
    display: inline-block;
    vertical-align: middle;
    width: .9rem;
    height: .9rem;
    margin-right: 5px;
    background: no-repeat center/auto 100%;
}
.provideForm .file-caption {
    padding: 10px 160px 10px 10px;
}
.provideForm .file-caption .glyphicon {
    background-image: url('/drive/repo/editorweb/frame-landscape.png');    
}
.provideForm .file-caption .file-caption-name {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: .7rem;
}
.provideForm .file-caption .file-caption-name:empty::before {
    content: "..."
}
.provideForm .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 8px;
    background-color: #FEAA26;
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
}
.provideForm .input-group-btn:hover {
    background-color: #eec239;    
}
.provideForm .input-group-btn .glyphicon {
    background-image: url('/drive/repo/editorweb/upload.png');
}
.provideForm textarea {
    min-width: 60%;
    max-width: 60%;
    min-height: 140px;
}

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

                BLOQUE FORMULARIO

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

.setupGrades .userMoreInfo {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 20px 20px;
}

.setupGrades .userMoreInfo h2 {
    padding: 15px 10px 10px 10px;
    border-left: 10px solid #2990B1;
    border-left: 10px solid var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 15px;
    margin-bottom: 2px;
    width: 100%;
}

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

                BLOQUE FORMULARIO - ETIQUETAS

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

.setupGrades .userMoreInfo label {
    font-family: 'inter'; 
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    margin: 7px 0 2px;
}


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

                BLOQUE FORMULARIO - DATA ENTRY

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


.setupGrades .userMoreInfo input[type="text"],
.setupGrades .userMoreInfo select{
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    padding: 3px 10px 0 10px;
    border: 0;
/    border-right: 1px solid var(--total-color);
/    border-bottom: 1px solid var(--total-color);
    background: rgba(0,0,0,0.15);
/    background: var(--total-color)  !important;
    height: 40px;
    font-family: 'inter'; 
    font-size: 12px;
}


.setupGrades .userMoreInfo_areatexto textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    padding: 3px 10px 0 10px;
    border: 0;
/    border-right: 1px solid var(--total-color);
/    border-bottom: 1px solid var(--total-color);
    background: rgba(0,0,0,0.15);
/    background: var(--total-color)  !important;
    height: 80px;
    font-family: 'inter'; 
    font-size: 12px;
}


.setupGrades .userMoreInfo .campo .userMoreInfo_registro_user_email {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    padding: 3px 10px 0 10px;
    border: 1px solid var(--total-color);
    border-right: 1px solid var(--total-color);
    border-bottom: 1px solid var(--total-color);
    background: #feaa26;
/    background: var(--total-color)  !important;
    height: 80px;
    font-family: 'inter'; 
    font-size: 12px;
}


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

                BLOQUE FORMULARIO - TIPOS DE CAMPO

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

.setupGrades .userMoreInfo .userMoreInfo_persona_tipo, .setupGrades .userMoreInfo .userMoreInfo_persona_nombre_fiscal, .userMoreInfo_registro_user_email {
    float:left;
    vertical-align: top;
    width: 98%;
    padding: 5px 0;
    margin-right: 0.5%;
}

.setupGrades .userMoreInfo .userMoreInfo_persona_nombre, .setupGrades .userMoreInfo .userMoreInfo_persona_apellido,
.setupGrades .userMoreInfo .userMoreInfo_persona_email, .setupGrades .userMoreInfo .userMoreInfo_persona_telefono,
.setupGrades .userMoreInfo .userMoreInfo_persona_cod_postal, .setupGrades .userMoreInfo .userMoreInfo_texto, .setupGrades .userMoreInfo .userMoreInfo_persona_direccion,
.setupGrades .userMoreInfo .userMoreInfo_persona_pais, .setupGrades .userMoreInfo .userMoreInfo_persona_provincia, .setupGrades .userMoreInfo .userMoreInfo_selector {
    float:left;
    vertical-align: top;
    width: 48%;
    padding: 5px 0;
    margin-right: 1.3%;
}


.setupGrades .userMoreInfo .userMoreInfo_areatexto, .userMoreInfo_registro_user_email {
    float:left;
    vertical-align: top;
    width: 98%;
    padding: 5px 0;
    margin-right: 0.5%;
    margin-top: 5px;
}


.setupGrades .userMoreInfo .nota_registro_usuario {
    float:left;
    vertical-align: top;
    width: 98%;
    padding: 5px 0;
    margin-right:0;
    margin-top: 2px;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-family: 'inter'; 
    text-transform: uppercase;
}



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

                BLOQUE FORMULARIO - AJUSTES CHECKBOX

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


.setupGrades .userMoreInfo .userMoreInfo_checkbox_simple label {
    font-size: 10px !important;
    width: 79%
}

.setupGrades .userMoreInfo .userMoreInfo_checkbox_simple {
    display: flex;
/    flex-direction: row-reverse;    
    align-items: center;
    font-size: 9px;
    font-weight: bold;
/    color: #556782;   
    margin-top: 15px; 
    font-family: 'inter'; 
    text-transform: uppercase;
    width: 49%;
    margin: 10px 0 0px 0.5%;
    justify-content: center;
}

.setupGrades .userMoreInfo .userMoreInfo_checkbox_simple input[type= "checkbox"] {
    width: auto;
    margin: 0;
    margin-left: 1%;
    width: 10% !important;
    height: 15px !important;
}

.setupGrades .userMoreInfo .userMoreInfo_checkbox_simple label {
    display: none;
}



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

                BLOQUE MAPA DE SERVICIOS

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


.serviceProvidersMap #map {
    clear: both;
    width: 100% !important;
    border-radius: 10px !important;
/    font-family: 'Questrial', sans-serif !important;
/    border: 15px solid rgba(0,0,0,0.55);
/    border: 15px solid #7eb2ae; 
/    margin-left: 3%;
/    padding-bottom: 15px;
/    margin-top: 3px;
}

.serviceProvidersMap #map .gm-style  {
    font: 400 7px Questrial, sans-serif; !important;
}

.serviceProvidersMap #map .gm-style  iframe {
    font: 400 9px Questrial, sans-serif; !important;
}

.serviceProvidersMap .gm-style {
    border-radius: 10px !important;
}


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

                OL UL LI

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

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

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

.serviceTabLongDescription  li::marker {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: bold;
}

.serviceTabLongDescription  li {
    color: #333;
    padding: 0 0 8px 0px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0;
    text-align: justify;
}

.serviceTabLongDescription  li img {
    width: 60%;
    height: 60%;
    margin: 0 auto;
    margin-top: 5px;
}

.serviceTabLongDescription  li em {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: bolder;
}

.userMoreInfo_registro_user_email_other{
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    margin-top: 25px;
}

.userMoreInfo_registro_user_email_other .email_other_subtitle {
   font-family: 'inter';
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    margin: 7px 0 2px;
    text-align: center;
    width: 100%;
}
.userMoreInfo_registro_user_email_other .email_other_input_0,
.userMoreInfo_registro_user_email_other .email_other_input_1 {
    margin-right: 20px;
    display: flex;
    align-items: center;
}


.userMoreInfo_registro_user_email_other label{
    font-family: 'inter';
    text-transform: uppercase;
    display: inline-block !important;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    margin: 7px 2px 0 2px !important;
}

.userMoreInfo_registro_user_email_other input[type="radio"] {
    width: 35px;
    height: 20px;
}


.servicecol2 .serviceTabsCont ul, .servicecol2  .serviceTabsCont ol {
    padding: 0 0 2px 10%;
    list-style-position: outside !important;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {



.contj {
    width: 90%;
    margin: 0 auto;
}

.wdgServiceStore .serviceStoreCont {
    display: inline-block;
    width: 85%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
    margin-top: 3%;
    padding-bottom: 1.5%;
    border-bottom: 2px solid #fff;
}

.serviceViewHead .serviceBack {
    display: none;
}

.serviceView  .providerImage img {
    width: 300px;
}

.contj1 {
    position: relative;
    background: transparent;
    width: 100%;
    margin-left: 0%;
    margin: 0 auto;
    padding: 0 0 0 0;
    clear:both;
}

.serviceFirst .titleName {
    font-size: 32px;   
}

.serviceViewHead .serviceBack {
    top: 185px;
} 



.servicecol1  {
    float: none;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    display:block;
}

.servicecol2  {
    float: none;
    width: 100%;
/    display:block;
}

.service2Col {
    width: 96%;
    margin-left: 2%;
}

.servicecol2 .serviceTabsCont {
    padding: 25px 5px 5px;
    font-size: 1rem;
}

.servicecol2 .serviceTabsCont h2 {
    text-align: right !important;
}

.setupIAM .setupDescription {
    text-align: right;
    font-size: 0.8rem;
}

.setupService,
.provideService {
    float: none;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.setupGrades,
.provideForm {
    float: none;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.serviceFirst .titleName {
    font-size: 27px;  
}

.serviceDescription .serviceShortDescription  {
    font-size: 1rem !important;
}

.serviceDescription .serviceLongDescription {
    font-size: 12px !important; 
}

.servicecol2 .serviceTabsCont h1, .servicecol2 .serviceTabsCont h3, .servicecol2 .serviceTabsCont p  {
    text-align: right !important; 
}


.contj2 .servicecol1 .serviceStoreCont {
    display: block;
}

.contj2  .servicecol1  {
    margin-left: 0;
}

.contj2 .servicecol1 .serviceStoreCont .serviceItem {
    margin-bottom: 15px;
}

.setupService,
.provideService {
    display: block;
}

.setupMain{
    display: block;
    justify-content: space-between;
}
 
.serviceDescription .wdgMenu .menuItem {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 90%;
    background-position: top;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.serviceDescription .wdgMenu {
    height: 150px;
}


.serviceDescription .serviceLongDescription h2 img {
    width: 100%;
    height: 100%;
    padding-top: 0px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.wdgServiceStore .serviceStoreCont {
    display: inline-block;
    width: 40%;
    margin-left: 4%;
    margin-right: 1%;
    text-align: center;
    margin-top: 0.5%;
    padding-bottom: 0.5%;
    border-bottom: 2px solid #fff;
}


.serviceView  .providerImage img {
    width: 400px;
}

.serviceViewHead .serviceBack {
    top: 211px;
} 

.service2Col {
    float: left;
    width: 95%;
    margin-left: 1%;
    padding-bottom: 20px;
}

.servicecol1  {
    float: left;
    width: 27%;
    text-align: center;
    margin-left: 0px;
}
.servicecol2  {
    float: right;
    width: 71%;
    display:block;
}

.contj1 {
    position: relative;
    background: transparent;
    width: 85%;
    margin-left: 7%;
    padding: 0 0 0 0;
    clear:both;
}

.setupService,
.provideService {
    float: left;
    width: 47.5%;
}

.setupGrades,
.provideForm {
    float: right;
    width: 47.5%;
}

.setupIAM .setupDescription {
    text-align: justify;
    font-size: 1rem;
}

.contj2 .servicecol1 .serviceStoreCont {
    display: inline-block;
}

.contj2  .servicecol1  {
    margin-left: 0;
}

.contj2 .servicecol1 .serviceStoreCont .serviceItem {
    width: 45%;
    display: inline-block;
    margin-bottom: 15px;
}

} /* FIN MEDIA QUERIES 800 landscape */

.titulos {
    width: 100%;
    margin:0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.titulos .menuDescription {
    margin-top: 10px;
}

.titulos .menuDescription p {
    width: 80%;
    font-family: 'inter';
    color: var(--primary-color-text);
    color: #696f75;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
}

.titulos .menuDescription p strong {
    font-weight: bold;
    color: var(--link-menu-color-hover);
    text-shadow: 1px 1px 2px var(--secondary-color) !important;
    opacity: 0.8;
}

.titulos  .menuDescription h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: Raleway;
    text-transform: uppercase;
    background: #336893;
    color: #fff;
    padding: 30px 0 30px 0;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1;
    opacity: 0.9;
}

.titulos .menuDescription h2 {
    font-family: 'inter';
    font-family: Raleway;
    text-transform: uppercase;
    color: #696f75 !important;
    text-shadow: 2px 2px 3px var(--primary-color) !important;
    text-shadow: none !important;
    font-size: 43px;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0px;
}

.titulos .menuDescription h2 strong {
    font-family: 'inter';
    color: var(--primary-color);
    text-shadow: 2px 2px 5px var(--secondary-color) !important;
    font-size: 52px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.titulos .menuDescription h3 {
    font-size: 25px;
/    font-family: Raleway;
    text-align: justify;
    margin: 0 auto;
    padding: 20px 10% 0px 10%;
    color: #333;
    font-weight: 500;
}

.titulos .menuDescription h3 strong {
    color: var(--secondary-color);
    font-family: Raleway;
    font-weight: bold;
    line-height: 1.5;
    opacity: 0.8;
}

.titulos .menuDescription h4 {
    font-family: 'inter';
    color: var(--primary-color-text);
    text-shadow: 0px 2px 5px var(--primary-color-text);
    text-shadow: none;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 5px;
}

.titulos .menuDescription h4 img {
    width: 15%;
    height: 15%;
    opacity: 0.7;
    margin-top: 20px;
}

.titulos .menuDescription h5 {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: bold;
    color: #696f75 !important;
/    text-shadow: 1px 1px 2px var(--primary-color) !important;
    font-size: 23px;
    opacity: 0.8;
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 8px;
    text-align: left !important;
}

.titulos .menuDescription h5 img {
    width: 75%;
    height: 75%;
    opacity: 0.8;
    margin-top: 8px;
    margin-bottom: 20px;
}

.titulos .menuDescription h6 {
    width: 80%;
    margin: 0 auto;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: bold;
    color: #696f75 !important;
    color: #336893 !important;
    font-size: 23px;
    opacity: 0.8;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left !important;
}

.titulos .menuDescription address {
    font-family: 'inter';
    color: var(--primary-color-text);
    text-shadow: none;
    font-size: 1px;
    text-align: justify;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 20px;
    margin: 0 auto;
}

.titulos img {
    opacity: 0.5;
}

.titulos ol {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 22px;
    padding: 0 0 0 3%;
}

.titulos ul {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 22px;
    padding: 0 0 0 8%;
}

.titulos li::marker {
    color: #696f75 !important;
    color: #336893 !important;
    text-shadow: 1px 1px 2px var(--primary-color) !important;
    text-shadow: 1px 1px 2px #336893 !important;
    font-size: 1.9rem;
    font-weight: bold;
    font-family: inter;
    opacity: 0.8;
}

.titulos li {
    color: #696f75;
    padding: 0 0 8px 0px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 1.1px;
    font-weight: 400;
    margin: 0 auto;
    font-family: inter;
}

.titulos li strong {
    color: #696f75 !important;
    color: #336893 !important;
    text-shadow: 1px 1px 2px var(--primary-color) !important;
    text-shadow: 1px 1px 2px #696f75 !important;
    padding: 0 0 8px 0px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bolder;
    margin: 0 0;
    font-family: inter;
    margin-right: 2px;
    opacity: 0.8;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.titulos .menuDescription h3 {
    font-size: 20px;
/    font-family: Raleway;
    text-align: justify;
    margin: 0 auto;
    padding: 20px 5% 10px 5%;
    color: #333;
    font-weight: 500;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */



/*-----------------------------------------------------------
           
                         DISCLAIMER EN ENLACE
             
------------------------------------------------------------*/


.disclaimer {
    width: 80%;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 40px;
}

.disclaimer .menuDescription p {
    font-size: 11px;
    text-align: justify;
    padding-top: 0px;
    color: #696f75;
    margin-bottom: 5px;
    font-family: inter;
    font-weight: 500;
    padding-bottom: 5px;
}

.disclaimer .menuDescription p strong {
    font-size: 13px;
    font-weight: bold;
}

.disclaimer .menuDescription:hover a strong {
    font-size: 13px;
    text-align: justify;
    font-weight: bold;
    color: #696f75;
    text-shadow: 1px 1px 2px var(--secondary-color) !important;
    font-weight: bold;
}.sidebarC {
    position: fixed;
    background: #0677B6;
    background: url('/drive/repo/general/FondoOF_JGP_009.jpg') no-repeat top/cover;
    top: 0;
    z-index: 999998;
    left: -60%;
    width: 55%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    transition: left 0.5s ease;
    padding: 15px 0 0 0;
}

.visible {
    left:0 !important;
}

.sidebarC .close-sidebarC {
    font-weight: bold;
    height: 30px;
    width: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 9px;
    transition: .3s ease;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}

.sidebarC  .close-sidebarC:hover{
    color: #fff;
}

.sidebarC  .close-sidebarC:after {
  position: absolute;
    top: 2px;;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bolder;
}

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

              SIDEBAR BOTON

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

.sidebarbutton {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.sidebarbutton  .contMenu {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

.sidebarbutton .contMenu .menuItem {
    background-color: rgba(255, 255, 255, 0.45);
    width: 35%;
    margin: 0 auto;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-bottom-right-radius: 30px;
}

.sidebarbutton   .contMenu .menuItem .menuPic {
    width: 45%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.sidebarbutton   .contMenu .menuItem img {
    opacity: 0.8;
}

.sidebarbutton   .contMenu .menuItem .menuDescription p {
    vertical-align: middle;
    text-align: center;
    font-family: Raleway;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
/    background:  #336893; 
    color: #336893;
    padding: 0 20px 10px 20px;  
}



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

              SIDEBAR LOGO

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

.sidebarlogo {
    width: 80%;
    position: relative;
    margin-top: 5px;
    margin: 0 auto;
}

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

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


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

              AJUSTES SIDEBAR PACKS

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

.sidebarlogo .pic {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px;
}

.packs {
   width: 90%;
   margin: 0 auto;
   background: transparent;
   margin-top: 0px;
}

.packs .contMenu {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

.packs  .contMenu .menuItem {
    background-color: rgba(255, 255, 255, 0.85);
    width: 48%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.packs .contMenu .menuItemCont {
}

.packs   .contMenu .menuItem .menuPic {
    width: 60%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.packs  .contMenu .menuItem img {
    width: 40%;
    margin: 0 auto;
    opacity: 0.9;
}

.packs  .contMenu .menuItem .menuDescription  {
    width: 100%;
    padding: 15px 0;
    vertical-align: middle;
    text-align: center;
}

.packs  .contMenu .menuItem .menuDescription p {
    font-family: inter;
    font-size: 12px;
    font-weight: normal; 
    line-height: 1.4;   
}

.packs  .contMenu .menuItem .menuDescription p strong {
    font-family: Raleway;
    font-size: 12px;
    text-transform: uppercase; 
    color: #336893;   
}

.packs  .contMenu .menuItem .menuDescription h2 {
    font-family: Raleway;
    font-size: 13px;
    font-weight: bold; 
    line-height: 1.6;   
    text-transform: uppercase;  
    color: #336893;
    padding: 10px;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.sidebarbutton .contMenu .menuItem {
    width: 85%;
}


.sidebarC {
    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;
}


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */


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

              TODOS LOS GESTORES

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

.allS {
   width: 80%;
   margin: 0 auto;
   margin: 50px auto 50px auto;
   opacity: 0.8; 
   font-family: inter !important;
}

.allS .wdgTitle .title {
    font-family: 'inter';
    color: #336893  !important;
    text-shadow: 2px 2px 3px #336893  !important;
    text-shadow: none;
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 7px;
}

.allS .wdgTitle .subtitle {
    font-family: 'inter';
    color: #336893  !important;
    text-shadow: 2px 2px 3px #696f75 !important;
    text-shadow: none;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.allS .contMenu {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}

.allS .menuItem {
   width: 31%;
   margin: 3% 1%;
}

.allS .menuPic {
   width: 30%;
   margin: 0 auto;
   text-align: right;
}

.allS .menuPic img {
   width: 100%;
   height: auto;
   margin: 0 auto;
   text-align: center;
}

.allS .menuTitle {
   margin: 0 auto;
   text-align: center;
   font-family: Raleway;
   font-size: 11px;
   background: var(--secondary-color);
   color: #fff;
   padding: 10px;
   margin-top: 5px;
   text-transform: uppercase;
   opacity: 0.8;
}

.allS .menuItem.selected .menuTitle {
   background: #feaa26;
   color: #333;
   opacity: 1;
}

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

              ADAPTACION MARCAS PARA CARROUSELL PLATAFORMA

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

.marcas  {
    background-color: transparent;
    margin-bottom: 70px;
    margin-top: 50px;
}

.marcas  .wdgTitle .title {
    font-family: 'inter';
    color: #336893  !important;
    text-shadow: 2px 2px 3px #336893  !important;
    text-shadow: none;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 40px;
}

.marcas .contMenu {
    display: flex;
    width: 78%;
    margin: 0 auto;
    grid-gap: 5%;
}

.marcas .contMenu .menuItem {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 0 1%;
}

.marcas .contMenu .menuItem .menuPic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    opacity: 0.8;
    padding-top: 10px;
}

.marcas .contMenu .menuItem .menuPic img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.marcas .contMenu .menuItem .menuTitle {
    background: var(--secondary-color);
    color: #fff;
    opacity: 0.8;
    font-family: Raleway;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    margin-top: 7px;
    text-transform: uppercase;
    
}

.marcas .contMenu .menuItem .menuItemCont:hover{
    transform: scale(0.95);
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.allS .menuItem {
   width: 48%;
   margin: 4% 1%;
}

.allS .menuTitle {
   font-size: 9px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */



body{
       background: url(/drive/repo/general/FondoOF_JGP_005.png)  fixed no-repeat top/cover;
}

.loadOrisom{
       display: none !important; 
}

.setupIAM .servViewHead .servIcon, .setupIAM .setupDescription {
    display: none;
}

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

              HEADER

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


header {
    position: fixed;
    width: 100%;
    background: transparent !important; 
}
.header-menu .menu-area {
   background: url(/drive/repo/general/FondoOF_JGP_005.png)  fixed no-repeat top/cover;
}

.header-menu.sticky .menu-area {
   background: #fff url(/drive/repo/general/FondoOF_JGP_005.png)  fixed no-repeat top/cover;
}

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

.alerts-count{
    background-color: var(--link-menu-color-hover);
    color: var(--secondary-color-hover)  !important;   
}
    
.menu-area .menu-desktop .menuItem{
  font-weight: bold;
}
.menu-area .menu-desktop .menuItem:hover{
 color:var(--primary-color);
 text-shadow: 1px 2px 1px #222;
}


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

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

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

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

              AJUSTES QUICK PANEL

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

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

.menuContainer{
    font-family: 'inter' !important; 
}

.container-dashboard .appMenu .appMenu-header .user-info &gt; span, .container-dashboard .appMenu .appMenu-header .user-info .user-role,
.container-dashboard .appMenu .appMenu-header .user-info {
    color: #fff;
}

.container-dashboard .appMenu .appMenu-header .user-info &gt; span{
    color: #333;
    text-transform: lowercase;
    font-weight: 600;
    font-size: .6rem;
    font-size: 10px;
}

.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown &gt; a span {
    color: #333;
    text-transform: none;
    font-weight: 600;
    font-size: .6rem;
}

.container-dashboard .appMenu .appMenu-header .user-pic img{
  max-width: 100%;
}
.container-dashboard .appMenu .appMenu-header .user-info .user-role,
.container-dashboard .appMenu .appMenu-header .user-info &gt; span,
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown &gt; a i{
  color: var(--total-color);
  color: #fff;
}

.container-dashboard .appMenu .appMenu-header .user-info &gt; span, .container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown &gt; a span {
    text-transform: uppercase;
    font-family: inter;
}

.img-responsive {
  display: block;
  width: 50%;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}

.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a span{
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
    font-family: inter;
    padding-top: 3px;
}


.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li:hover a{  
  color: orange;
    color: var(--secondary-color)  !important;
  font-weight: bold;
}

.ob, .ob .userCont .user .userDetails .perfil  a, .ob .userCont .logOut {
    font-family: inter  !important;
}

.ob .userCont .user .userDetails .perfil:hover a, .ob .userCont .logOut:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #000;
    color: var(--secondary-color-text)  !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: inter  !important;
}

.ob .userCont .title {
  font-family: inter;
  font-size: 13px;
  font-weight: bold;
}

.container-dashboard .title {
  font-family: inter;
  font-size: 12px;
  font-weight: bold;
}

.ob .userCont .title a, .container-dashboard .title a {
    display: none;
}
 
.container-dashboard .appMenu .appMenu-header .user-header {
    background: var(--link-menu-color-hover);
}
   

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

              AJUSTES FLOW

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


#video {
    margin-top: 40px;
}

.container {
    padding-bottom:  30px;
    width: 80% !important;
}

.benefit-card .menuTitle{
    font-weight: 600;
    line-height: 1.2rem;
    color: #20242e;
    width: 85%;
    font-size:  14px;
    font-family:  inter;
}

.benefit-card .menuPic img {
    width: 95%;
    height: 95%;
}

.benefit-card .menuDescription{
    margin-top: 0.25rem;
    line-height: 1.15rem;
    font-size: 12px;
    color: #979fa8;
    font-family: inter;
    font-size: 12px;
}

.benefit-card .menuDescription strong {
    color: var(--secondary-color);
    color: #696f75;
    font-size: 12px;
}

.middle-card {
    background-color: var(--secondary-color);   
    background-color: #1b88c8; 
    font-size: 18px;
    width: 43%;
    height: 180px;
    opacity: 0.8;
}

.middle-card .menuItemCont {
    display: flex; 
    align-items: center;  
    margin-top: -2px;
}

.middle-card .menuItemCont {
    display: flex;
    margin-top: -2px;
    flex-wrap: wrap;
}

.middle-card .menuPic {
    width: 20%;
    height: auto;
    margin: 0 0% 0 0;
    margin-top: 0px;
}

.middle-card .menuPic img {
    width: 80%;
    height: 80%;  
    margin: 0 auto; 
}

.middle-card .menuItemCont .menuDescription {
    width: 79%;
    font-size: 14px;
    font-family: inter;
    font-weight: normal;   
    line-height: 1.4;
}

.second-line .benefit-card:nth-child(2) {
    height: 265px
}

.middle-card .menuLink  {
    background: var(--secondary-color);
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 auto;
    font-family: inter;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}


.middle-card .menuLink:hover i, .compromisos .compromisoGP .contMenu .menuItemCont  .menuLink:hover i  {
    transform: scale(1.8);
    margin-left: 12px;
}


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

                  AJUSTES TITULO

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

#t3 {
    padding-bottom: 40px;
}

#greece_no {
    padding-top: 200px;
}

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

              TO TOP

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

.toTop {
    right: 0.05%;
    bottom: 5%;
}

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

                ICON BAR

------------------------------------------------- */
    
.icon-bar-fixed .icon-bar{
    z-index: 99988;   
}

.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(--secondary-color);
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--secondary-color);
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuDescription p {
    font-family: 'inter'; 
    color: var(--secondary-color-text)  !important;
    font-weight: bold;
    font-size: 11px;    
    padding-top: 9px;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p {
    font-family: 'inter'; 
    color: var(--secondary-color-text)  !important;
    font-weight: bold;
    font-size: 11px;   
    padding-top: 9px;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd)   i {
    font-size: 22px !important;
    color: var(--secondary-color-text)  !important;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even)   i {
    font-size: 22px !important;
    color: var(--secondary-color-text)  !important;
}

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

              AJUSTES PHONE CARROUSELL

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

#t0 {
    margin-top: 40px;
}

.phone-container {
    width: 70%;
/    margin: 0px 0 0 12%;
    margin: 0px auto;
    margin-top: 50px;
    opacity: 0.8;
}

.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 0%;
    max-width: 100%;
}

.Jrow {
    margin-right: 0;
    margin-left: 0;
}

.w-90-center{
    display: none;
}

.tabs-content {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row-reverse;
/    align-items: flex-end;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: auto !important;
    padding-left: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

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

.col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
}

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

              AJUSTES PHONE

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

#tab1 {
    margin-bottom: 0px;
    margin-left: 1%;
    display: block;
}

.phone-img{
    width: 160px;
    height: 317px;
    background: url(/drive/repo/general/tapatelefonoHome71_JGP.png) no-repeat center center;    
}

.phone-content-carousel{
    width: 146px !important;
}

.phone-content{
    padding: 47px 38px 20px;
    padding: 23px 0px 0 3px;
    width: auto;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
}

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

              AJUSTES TABLET

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

#tab2 {
    margin-right: 4%;
    display: block !important;
}

#tab2 .Jrow .container2{
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
}

.tablet-device {
    width: 248px;
    height: 317px;
    background: url(/drive/repo/general/ipad4_JGP.png) no-repeat center center;
    background-size: 100%;
}

.tablet-content-carousel.owl-carousel{
    width: 200px;
    height: 300px;
}


.tablet-content{
    padding: 25px 0px 0px 23px;
    width: auto;
    margin: 0 auto;;
    overflow: hidden;
    height: auto;
}

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

              AJUSTES DESKTOP

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

#tab3 {    
    margin-right: 3%;
    display: block !important;
}

.desktop-device{
    width: 459px;
    height: 350px;
    background: url(/drive/repo/general/monitor1_JGP.png) no-repeat center center;
    left: 0; 
}

.desktop-content-carousel.owl-carousel{
    width: 459px;
    height: 350px;
    margin-bottom: 5px;
}

.desktop-content {
        padding: 45px 0px 3px;
        width: 459px;
        margin: 0 auto;
        height: 350px;
        overflow: hidden;
        display: flex;
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
}

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

              AJUSTES TIMELINE

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

#tl {
    margin-top: 60px;
}

.timelinelogo .pic {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 30px;
}

.imgpie .pic img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
    margin-top: -90px;
}

.imgplace .pic img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
    margin-top: 0px;
    opacity: 1;
}


.timeline-item .timeline-item-content {
    margin-bottom: 0px;
}

.timeline-item-content_main, .timeline-item-content_pointer_inside {
    background-color: #5686A4;
    opacity: 1;
}

.timeline-item:nth-child(odd) .timeline-item-content_main {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline-item:nth-child(even) .timeline-item-content_main {
    margin-left: -0.5px;
    margin-top: 0.3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline-item-content_main .menuTitle {
    color: #feaa26;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: inter;
    text-align: center;
    text-transform: uppercase;
}

.timeline-item-content_main .menuPic img {
    opacity: 0.9;
}

.timeline-item-content_main .menuDescription {
    color: #696f75;
    color: #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: inter;
    text-align: justify;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;  
}

.timeline-icon_line_mask {
    background-color: #feaa26;
    background-color: #014A75;
    opacity: 0.8;
}

.timeline i {
    color: #feaa26;
    color: #fff;
}

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

              CARROUSELL VIDEO

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


.sixth-section {
    padding-top: 0px;
    margin-top: -5px;
}

.slider .contMenu .owl-stage-outer {
    opacity: 1;
    padding-top: 40px;
}

.slider .contMenu .owl-item .menuItemCont .menuPic {
    box-shadow: none !important;
}

.slider .contMenu .owl-item .menuItemCont  .menuDescription  h3 iframe {
/    width: 100% !important;    
/    height: 372px !important;
    width: 89% !important;    
    height: 449px !important;
    border: 15px solid rgba(0,0,0,0.1);
/    border: 15px solid var(--primary-color);
    border: 11px solid rgba(2,123,194,0.1);
    margin: 0 auto;
    background: url(/drive/repo/general/Imagen2221.png) center/cover auto no-repeat !important;
} 

.slider .contMenu .owl-item .menuItemCont .menuTitle {
    background-color: rgba(255,255,255,0.9) !important;
    background-color: var(--secondary-color) !important;
    color: #fff;
    font-weight: bold;
    font-family: inter;
    text-transform: uppercase;
    font-size: 12px;
    padding: 14px 5px;
    top: -40px;
    box-shadow: 0 9px 18px rgb(0 0 0 / 42%), 0 5px 7px rgb(0 0 0 / 19%);
    border-radius: 5px !important;
    width: 100% !important;
    left: 0 !important;
}

.slider .contMenu .owl-item .menuItemCont .menuDescription {
    order: 3;
    margin: auto 0;
    margin-top: -3px;
    display: table;
    width: auto;
    padding: 0 !important;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff  !important;
    background: #e9e9e9;
/    background: transparent !important;
    background: rgba(2,123,194,0.1) !important;
    box-shadow: 3px 8px 6px 0px rgb(0 0 0 / 12%), 0 5px 7px rgb(0 0 0 / 5%);
    box-shadow: 3px 8px 6px 0px rgb(2 123 194 / 12%), 0 5px 7px rgb(2 123 194 / 5%);
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.slider .contMenu .owl-nav button.owl-prev, .slider .contMenu .owl-nav button.owl-next{
    transform: translate(0, -48%);
    background-color: rgba(255,255,255,0.4);
    background-color: rgba(2,123,194,0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 29%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 29%);
    cursor: pointer;
    display: none;
    outline: 0;
    position: absolute;
    top: 48%;
    width: 55px !important;
    height: 55px !important;
    z-index: 2;
    font-size: 50px;
    line-height: 0;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}

.slider .contMenu .owl-nav button.owl-prev span, .slider .contMenu .owl-nav button.owl-next span{
    margin-bottom: 6px;
}

.slider .contMenu .owl-item .menuItemCont .menuTitle {
    top: -33px;
    opacity: 1;
}
/*-------------------------------------------------------------

              AJUSTES BODY Y HEADER NIVEL SERVICIOS

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


.titulos {
    margin-bottom:: 0px;
}

.menu-area .menuItem:nth-child(3) {
   display: none;
}


.ori-side-wrapper.exposed li:nth-child(3) {
   display: none !important;
}

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

              IMAGEN CENTRAL

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

.imgcentral {
   width: 80%;
   margin: 0 auto;
   padding: 110px 0 20px 0;
   opacity: 0.8; 
   font-family: inter !important;
}

.imgcentral .menuItemCont {
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
}

.imgcentral .menuPic {
   width: 60%;
   margin: 0 auto;
   text-align: right;
}

.imgcentral .menuPic img {
   width: 90%;
   height: auto;
   margin: 0 auto;
   text-align: center;
}

.imgcentral .menuDescription {
   width: 40%;
   margin: 0 auto;
   text-align: center;
}

.imgcentral .menuDescription p {
    font-size: 30px;
    color: var(--link-menu-color-hover);
/    font-family: 'Inter';
    text-align: center;
    text-shadow: 2px 2px 5px var(--secondary-color);
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 500;
}

.imgcentral .menuDescription p strong {
    font-family: 'Inter';
    font-family: Raleway;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #696f75;
    text-shadow: 2px 2px 5px #336893;
    color: #696f75;
    color: #336893;
    line-height: 1.1;
}

.imgcentral .menuDescription h3 {
    font-size: 30px;
    color: #696f75;
    color: #336893 !important;
    text-align: center;
    text-shadow: 2px 2px 5px #696f75;
    text-shadow: 2px 2px 5px #336893;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 30px;
}


.imgcentral .menuDescription h4 {
    font-size: 17px;
    color: var(--link-menu-color-hover);
    font-family: 'Inter';
    text-align: center;
    text-shadow: 2px 2px 5px var(--link-menu-color-hover);
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 20px;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.header-menu.sticky .menu-area {
   background: #fff url(/drive/repo/general/FondoOF_JGP_005.png)  fixed no-repeat top/cover;
   padding: 15px 0;
}

.disclaimer {
    width: 85%;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 40px;
}

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

                MAIN POST INDEX

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

.container-body{
   height: auto;
   padding: 120px 0 20px;
}

.container-f .menuItemCont {
     flex-direction: column;
     width: 90%;
}
    
.container-f .menuPic{
     width: 100%;
     padding-left: 0px;
     padding-right: 0px;
}

.container-f .menuDescription {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
    margin: 0 auto;
}

.container-f  .menuDescription a span p, .container-f .menuDescription h3 {
    text-align: center !important;
}

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

                TITULOS

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

.titulos .menuDescription p {
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
}

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

                FLOW

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

.first-line, .second-line {
    flex-direction: column;
    align-items: flex-start;
}

.benefit-card {
    margin-bottom: 1rem;
    height: auto;
    width: 100% !important;
}

.middle-card {
    background-color: var(--secondary-color);   
    background-color: #1b88c8; 
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
}

.middle-card .menuItemCont {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.middle-card .menuPic {
    width: 20%;
    height: auto;
    margin: 0 0.5% 0 0;
    margin-top: 0px;
}

.middle-card .menuItemCont .menuDescription {
    font-size: 14px;
    font-family: inter;
    font-weight: normal;
    line-height: 1.4;
}

.benefit-card:not(:last-child) {
    margin-right: 0;
}

.benefit-card:nth-child(2) {
    margin-bottom: 20px;
}

.second-line .benefit-card:nth-child(2) {
    margin-top: 2px;
    margin-bottom: 20px !important;
    height: 245px
}

.benefit-card:after, .benefit-card:before {
    display: none;
}

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

                FOOTER

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

.dummycontact {
    display: block;
    margin-top: -0.5px;
}

.imgFooter {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
 
.dummycontact .ContIzquierda {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.dummycontact .ContDerecha {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

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

                IMAGEN CENTRAL

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

.imgcentral .menuItemCont {
   display: block;
}

.imgcentral .menuPic {
   width: 100%;
   margin: 0 auto;
   text-align: center;
}

.imgcentral .menuDescription {
   width: 90%;
   margin: 0 auto;
   text-align: center;
   margin-top: 20px;
}

.imgcentral .menuDescription p strong {
    font-size: 35px;
}

.imgcentral .menuDescription h3 {
    font-size: 30px;
}

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

                PHONE CONTAINER

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

.phone-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    opacity: 0.8;
}

.tabs-content {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column-reverse;
    align-items: center;
}


#tab1, #tab2, #tab3 {
    margin-left: 0%;
    margin-right: 0%;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 10px;
}

#tab3 {
    width: 80%;
}

.desktop-device{
    width: 340px;
    height: 259px;
    background: url(/drive/repo/general/monitor1_JGP_Responsive.png) no-repeat center center;
    left: 0;
}

.desktop-content-carousel.owl-carousel{
    width: 340px;
    height: 259px;
    margin-bottom: 5px;
}

.desktop-content {
        padding: 25px 0px 0px;
        width: 340px;
        margin: 0 auto;
        height: 259px;
        overflow: hidden;
        display: flex;
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
}

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

                TIME LINE

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

.timelinelogo .pic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px;
}

.imgpie {
    display: none;
}
    .timeline {
        width: 95%;
    }
    .timeline-spacer {
        display: none !important;
    }
    .timeline-item-content_main {
        padding-bottom: 20px !important;
    }
    .timeline-item-content_main .menuDescription {
/        display: none !important;
    }
    .timeline-item {
        flex-direction: row !important;
    }
    .timeline-item .timeline-item-content {
        flex-direction: row !important;
    }
    .timeline-item .timeline-item-content .timeline-item-content_pointer .timeline-item-content_pointer_inside{
        clip-path: polygon(100% 50%, 0 0, 0 100%) !important;
    }

.timeline-item:nth-child(odd) .timeline-item-content_main, .timeline-item:nth-child(even) .timeline-item-content_main {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline-item .timeline-item-content {
    margin-bottom: 30px;
}

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

                GESTOR

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

.gestor .menuDescription p img, .gestor .menuDescription h6 img {
    width: 100%;
}

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

                MARCAS

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

.marcas  .wdgTitle .title, .marcas  .wdgTitle .subtitle {
    width: 90%;
    margin: 0 auto;
}

.marcas  .wdgTitle .subtitle {
    padding-bottom: 30px;
}

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

                TIME LINE

------------------------------------------------- */
.company {
    width: 80%;
    margin:0 auto;
}

.company .contMenu .menuItem .menuPic   {
    width: 10%;
    height: auto;
    margin: 0 auto;
    opacity: 1;
}

.company .contMenu .menuItem .menuPic img   {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.company .contMenu .menuItem .menuDescription {
    width: 90%;
}

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

                AJUSTE GENERAL TEXT-ALIGN

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

.gestor .menuDescription p, .gestor .menuDescription h4, .gestor .menuDescription h5, .gestor .menuDescription h5, 
.gestor li, .company .contMenu .menuItem .menuDescription p,
.titulos .menuDescription p, .titulos li, .disclaimer .menuDescription p {
    text-align: left !important;
}
  
} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

    
.container-f .menuPic{
     width: 80%;
     padding-left: 0px;
     padding-right: 0px;
     margin: 0 auto;
}

.gestor .menuDescription p img {
    width: 80%;
}

} /* FIN MEDIA QUERIES 800 landscape */



.imgcentral .menuPic img {
   border-top-left-radius: 55px;
   border-top-right-radius: 55px;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   box-shadow: 1px 1px 1px 3px rgba(0, 0, 0, 0.1);
}
</pre></body></html>