.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 {
    --secondary-color-hover: #A4C6E2;
    --third-color-hover: rgba(0,0,0,0.7);
    --primary-color: #2E5286;
    --secondary-color: #FD5960;
    --link-menu-color: white;
    --link-menu-color-hover: var(--secondary-color);
    --background-color-primary: var(--secondary-color);
    --background-color-secondary: white;
    --secondary-color-text: #2E5286;
    --third-color: var(--secondary-color);
    --total-color: 0%;
    --primary-color-text: black;
    
    --warning-color: #FD5960;
    --validity-color: #6aa84f;
    
    --quickpanel-nombre-color: #fff;
    --quickpanel-role-color: #fff;
    
    --ajuste-logo-main-level2: calc(var(--header-logo-size) * 0.65);  
    --ajuste-logo-sticky-level2: calc(var(--header-logo-size) * 0.40); 
    --ajuste-logo-main-1023: calc(var(--header-logo-size) * 1.7); 
    
    --primary-color-rgba: rgb(from var(--primary-color) r g b / 50%);  
    --primary-color-rgba1: rgb(from var(--primary-color) r g b / 80%);    
    --secondary-color-rgba: rgb(from var(--secondary-color) r g b / 10%);
    --secondary-color-rgba-menu: rgb(from var(--secondary-color) r g b / 70%);
    --secondary-color-rgba-menu1: rgb(from var(--secondary-color) r g b / 30%);
    --secondary-color-rgba-menu-hover: rgb(from var(--secondary-color) r g b / 70%);
    --color-corp-primario: var(--primary-color);
    --color-corp-secundario: var(--secondary-color);
    
    --ajuste-logo-header-level2: calc(var(--header-logo-size) * 0.7);
    --ajuste-responsive-logo-header-level2: calc(var(--header-logo-size) * 2);
    
    --portrait-logo-header: calc(var(--header-logo-size) * 1.7);
    --portrait-logo-sticky: calc(var(--header-logo-size) * 1.6);
    --portrait-logo-level1: 100%;
    --landscape-logo-header: calc(var(--header-logo-size) * 1.7);
    --landscape-logo-sticky: calc(var(--sticky-logo-size) * 2.7);

    --background-color-flow: url(/drive/repo/general/CRW-Flow-Background-005a.png) no-repeat center/cover;
    --background-color-middle:  url(/drive/repo/general/CRW-Flow-Middle-004.jpg) no-repeat center/cover;
    --background-color-texto-flow: #000;
    --background-color-dashed-flow: #979FA8;
        
    --background-color-timeline: url(/drive/repo/general/CRW-Flow-Background-001a.jpg) fixed no-repeat top/cover;
    --background-color-timeline-sidebar: url(/drive/repo/general/CRW-Flow-Background-001a.jpg) fixed no-repeat right/cover;
    --background-color-timeline-card:  url(/drive/repo/general/CRW-Flow-Background-005a.png) no-repeat center/cover;
/    --background-color-timeline-success:  url(/drive/repo/general/CRW-Flow-Success1.jpg) fixed no-repeat center/cover;
    --background-color-timeline-success:  url(/drive/repo/general/CRW-Flow-Success9p.jpg) fixed no-repeat bottom/cover;
    --background-color-timelineIcon: #333;
    
    
    --font-parrafo: #333; 
    --font-titulo: Oswald;    
}

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

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

                ESTILOS BASE

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

html, body {
    margin: 0;
    padding: 0;
}     
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'inter', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
p, span, a {
    text-decoration: none;
    font-weight: 400;  
}
h1, h2, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;    
}
h3 {
    font-size: 1.8rem; 
    font-weight: 700; 
}
h4 {
    font-size: 1.5rem;  
}
h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1rem;
}
input, select, textarea {
    border: none;
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
img, svg {
    border: 0;
    outline: 0;
    height: auto;
    width: auto;
}
.clearfix::after {
    content: " ";
    display: table;
    clear: both;
}
.map .mapArea .widget_container {
    position: inherit;
}
.slide .widget_container {
    position:inherit;
}
.sysEdit {
    display: none;
}

@font-face{
    font-family:"banks-miles-single";
    src:url("/drive/repo/general/banks-miles-single.ttf") format("woff"),
    url("/drive/repo/general/banks-miles-single.ttf") format("opentype"),
    url("/drive/repo/general/banks-miles-single.ttf") format("truetype");
}
@font-face{
    font-family:"Oswald";
    src:url("/drive/repo/general/Oswald-VariableFont_wght.ttf") format("woff"),
    url("/drive/repo/general/Oswald-VariableFont_wght.ttf") format("opentype"),
    url("/drive/repo/general/Oswald-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");
}

@keyframes zoomIn{
    from {
        opacity:0;
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}

@keyframes fadeInRight{
    from{
        opacity:0;
        transform:translate3d(100%,0,0)
    }
    to
    {
        opacity:1;
        transform:none
    }
}

@keyframes fadeInTop{
    from{
        opacity:0;
        transform:translate3d(0,0,100%)
    }
    to
    {
        opacity:1;
        transform:none
    }
}

@keyframes fadeInBottom{
    from{
        opacity:0;
        transform:translate3d(0,100%,0)
    }
    to
    {
        opacity:1;
        transform:none
    }
}

@keyframes fadeInLeft{
    from{
        opacity:0;
        transform:translate3d(-100%,0,0)
    }
    to
    {
        opacity:1;
        transform:none
    }
}
@keyframes sliding-vertically{
    from{
        opacity:0;
        transform:translate3d(-100%,0,0)
    }
    to
    {
        opacity:1;
        transform:none
    }
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 5px var(--third-color),
      0px 0px 15px var(--third-color),
      0px 10px 10px var(--third-color),
      0px 10px 10px var(--third-color),
      0px 10px 10px var(--third-color),
      0px 10px 10px var(--third-color),
      0px -10px 10px var(--third-color),
      0px -10px 10px var(--third-color)}
}
@-webkit-keyframes bounceToLeft {
    0% {
       -webkit-transform: translateX(0);
    }
    60% {
       -webkit-transform: translateX(-10px);
    }
    80% {
       -webkit-transform: translateX(10px);
    }
    100% {
       -webkit-transform: translateX(0);
    }
}
    
@keyframes bounceToRight {
    0% {
       transform: translateX(0);
    }
    60% {
       transform: translateX(10px);
    }
    80% {
       transform: translateX(-10px);
    }
    100% {
       transform: translateX(0);
    }
}

@-webkit-keyframes bounceToRight {
    0% {
       -webkit-transform: translateX(0);
    }
    60% {
       -webkit-transform: translateX(10px);
    }
    80% {
       -webkit-transform: translateX(-10px);
    }
    100% {
       -webkit-transform: translateX(0);
    }
}
    
@keyframes bounceToLeft {
    0% {
       transform: translateX(0);
    }
    60% {
       transform: translateX(-10px);
    }
    80% {
       transform: translateX(10px);
    }
    100% {
       transform: translateX(0);
    }
}

 @-webkit-keyframes cog-rotate {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
            }
}

@keyframes cog-rotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
}

@-webkit-keyframes cog-rotate-counter {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(-360deg);
            }
}

@keyframes cog-rotate-counter {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(-360deg);
            }
}

@keyframes ancho {
  from {
    opacity: 0.4;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(360px);
  }
}
/* -------------------------------------------------

                PULSE

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

@-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);
  }
}

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

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: #333;
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.ui-dialog-content {
    width: 95% !important;
    max-width: 1080px;
    height: auto !important;
    min-height: 100px !important;
    overflow: hidden;
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    line-height: 1.5;
}   

#msg_alert_error_text96,  #msg_alert_ok96{
    font-size: 1.5rem !important;
    color: #feaa26;
    text-transform: none  !important;
    padding-bottom: 20px  !important;
    width: 97% !important;
    border-bottom: 8px dotted #feaa26;
} 

.ui-dialog-content h1, .ui-dialog-content h3 {
    font-size: 1.5rem !important;
    color: #fff;
    text-transform: none  !important;
    padding-bottom: 10px  !important;
} 

.ui-dialog-content h2, .ui-dialog-content p {
    font-size: 1.2rem !important;
    color: #feaa26;
    text-transform: none  !important;
    font-weight: bold;
    padding-bottom: 20px  !important;
    border-bottom: 8px dotted #feaa26;
}

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

.boton_popup_cerrar_1 span {
    background: url(/drive/repo/editorweb/6621icon_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;
}
     
/* -------------------------------------------------

            AJUSTES LOGIN

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


.login-container__body .content-c h1,
.register-container__body .content-c h1,
.reset-password__body .content-c h1{
    color: #202124;
    padding-bottom: 0;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3333;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    text-align: center;
}

.reset-password__body .content-in{
    display: none;
}

.login-container__body .image-container,
.register-container__body .image-container,
.reset-password__body .image-container,
.change-container__body .image-container {
/    display: -webkit-box;
/    display: -webkit-flex;
/    display: flex;
/    height: 100px; 
/    -webkit-justify-content: center;
/    justify-content: center;
/    align-items: center;
}

.login-container__body .image-container img,
.register-container__body .image-container img,
.reset-password__body .image-container img,
.change-container__body .image-container img{
/    width: auto;
/    max-width: 110px;
/    max-height: 100px;
}

.login-container__body .login-btns .btn-container #btn_crearCuenta {
    display: none;
}

.bg-color-b {
    background-color:var(--primary-color)  !important;
    color: var(--link-menu-color) !important;
}

::-webkit-scrollbar-thumb {
  background:  var(--secondary-color) !important;
  border: 0px none #ffffff;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color) !important;
}
::-webkit-scrollbar-thumb:active {
  background: var(--secondary-color) !important;
}
::-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;
}


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

                AJUSTES REGISTRO / LOGIN

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

.logo-wrapper h2, .have-a-account, .remember-me  {
   display: none;
}

.oauth-button {
  display: flex;
  column-gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background-color: #337dba;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
}

.oauth-button.google-btn i  {
  color: #fff;
  transition: all 0.3s ease;
}

.input-wrapper:hover {
  border: 3px solid #337dba;
}

.login-btn-submit {
  background-color:  #337dba;
  color: #fff;
}

.login-btn-submit:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
  text-transform: uppercase;
}

#repeat_email_wrapper i, #repeat_password_wrapper i, #repeat_password_wrapper .password-toggle i {
  color: #FD5960 !important;
}

.forgot-password a {
  color: #337dba;
}

.forgot-password a:hover {
  text-decoration: underline;
  color: #FD5960;
  font-family: Raleway;
}

.remember-forgot {
  justify-content: center;
  align-items: center;
}


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {



.login-container__body .login-btns .btns-flex,
.register-container__body .register-btns .btns-flex,
.reset-password__body .reset-btns .btns-flex {
    flex-direction: column;
}

.text-left {
    text-align: center !important;
}

.text-right {
    text-align: center !important;
}

.btn:not(:disabled):not(.disabled) {
    margin-bottom: 10px;
}

.ui-dialog-content {
    font-size: 0.8rem !important;
}   

#msg_alert_error_text96,  #msg_alert_ok96{
    font-size: 0.8rem !important;
    padding-top: 100px;
} 

.ui-dialog-content h1, .ui-dialog-content h3 {
    font-size: 0.8rem !important;
    padding-top: 100px;
} 

.ui-dialog-content h2, .ui-dialog-content p {
    font-size: 0.8rem !important;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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



.login-container__body .login-btns .btns-flex,
.register-container__body .register-btns .btns-flex,
.reset-password__body .reset-btns .btns-flex {
    flex-direction: row-reverse;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.btn:not(:disabled):not(.disabled) {
    margin-bottom: 0px;
}

} /* FIN MEDIA QUERIES 800 landscape */

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

                HEADER ESTRUCTURA

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

header{
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-menu {
    margin: 0 auto;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
    background: var(--primary-color);
    background: var(--primary-color-rgba1);
}

.menu-area {
    padding: 10px 3% 10px 3%;
}


.col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col .header-logo {
    width: 30%;
}

.col .menu-desktop {
    display:block;
    margin-top: -10px;
    width: 70%;
}

.col .resto {
    margin-top: -10px;
    display: flex;
    align-items: center;
}


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

                HEADER STICKY

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


.header-menu.sticky {
    position: fixed !important;
/    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 90%);
    padding: 0;
}

.sticky{
    display: block;
}

.header-menu.sticky , .header-menu.sticky .menu-area {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: var(--secondary-color-hover);
}

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

.header-menu.sticky .sticky-logo {
    display: block;
    transition: all 300ms ease-in-out;
    animation-name: fadeInRight;
    animation-duration: 2s;
}

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

                HEADER LOGO

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


.menu-area .logo-area {
    position: relative;
    z-index: 9;
/    margin-top: 60px;
}

.menu-area .logo svg, .menu-area .sticky-logo svg {
    max-height: 100% !important;
    max-width: 100%;
}

.menu-area .logo img {
    max-height: 100% !important;
    max-width: 100%;
}

.header-menu.sticky .logo {
    display: none;
}
.menu-area .sticky-logo img {
    max-height: 85% !important;
    max-width: 85%;
    padding-bottom: 12px;
}
.menu-area .sticky-logo {
    display: none;
}

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

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

                HEADER MENU DESKTOP

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

.menu-mobile {
    display: block;
}

.menu-area .menu-desktop .contMenu {
    display: flex;
    justify-content: flex-end;
}

.header-menu.sticky .menu-area .menu-desktop .contMenu {
    display: flex;
    justify-content: flex-end;
    transition: all 300ms ease-in-out;
    animation-name: zoomIn;
    animation-duration: 2s;
}

.menu-area .menu-desktop .menuItem {
    transition: all 0.4s ease-in-out 0s;
    padding: 10px 1.5px 20px 1.5px;
    padding: 5px 1.5px 5px 1.5px;
    font-size: 16px;
    color: var(--link-menu-color);
    margin: 0 0.5px;
    cursor: pointer;
}

.menu-area .menu-desktop .menuItem:hover {
    color: var(--link-menu-color-hover);
}

.menu-area .menu-desktop .menuItem.selected .menuTitle a {
    border-radius: 5px;
    background: var(--primary-color) !important;
    color: #fff !important;
}

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

.menu-area .menu-desktop .menuItem .menuTitle i {
    font-size: 20px; !important;
    margin-right: 5px;
}

.header-menu .menu-area .menu-desktop .menuItem .menuTitle a {
    color: var(--secondary-color);
    color: #ddd;
    padding: 12px 13px 12px 13px !important;
    font-weight: bold;    
    font-family: 'inter' !important;
/    text-transform: uppercase !important;
    font-size: 8.5px; !important;
    opacity: 1;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle a {
/    color: #fff;
    color: var(--primary-color);
    color: #000;
    font-family: 'inter' !important;
    font-size: 9.5px; !important;
    font-weight: bold;
}

.menu-area .menu-desktop .menuItem:hover .menuTitle a {
    border-radius: 5px;
    background: var(--secondary-color)  !important;
    color: var(--primary-color);
    font-weight: bold;
}

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

                HEADER ALERTAS

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

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

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

                HEADER NO LOGIN

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

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

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

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

.header-menu.sticky .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;
    color: var(--secondary-color);
}

.header-menu .ush_menu_1 .w-nav-icon:hover i {
    color: var(--primary-color);
}

.header-menu.sticky .ush_menu_1 .w-nav-icon i {
    color: #fff;
    color: var(--primary-color);
}

.header-menu.sticky .ush_menu_1 .w-nav-icon:hover i {
    color: #fff;
    color: var(--secondary-color);
}

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.menu-area {
    padding: 20px 3% 20px 3%;
}

.col .menu-desktop {
  display:none;
}

.col .header-logo {
    width: 50%;
}

.menu-area .sticky-logo img {
    max-height: 100% !important;
    max-width: 100% !important;
    padding-bottom: 12px;
}

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

.header-menu.sticky {
    padding-bottom: 10px !important;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.menu-area .sticky-logo img {
    max-height: 60% !important;
    max-width: 60% !important;
    padding-bottom: 12px;
}

.header-menu.sticky {
    padding-bottom: 0px !important;
}

} /* FIN MEDIA QUERIES 800 landscape */


.dummycontact {
    position: relative;
    clear: both;
    background: var(--primary-color);
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px 40px 0;
    margin:0 auto;  
    margin-top: -1px;
}

.col-footer {
    width: calc(100% / 3);
}

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

                CONT IZQUIERDA

------------------------------------------------- */
   
.dummycontact  .ContIzquierda {
    display:flex;
    flex-direction: column;
    vertical-align:top;
    padding:0 0 0 0;
    margin: -20px 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;
} 

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

                CONT MEDIO

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

.dummycontact .ContMedio .wdgTitle .title {
    color: #bdbdbdb3;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-family: inter;
    font-weight: 500;
}

.dummycontact .ContMedio .contMenu {
    display: flex;
    flex-direction: column;
    gap: 1em;
    
}

.dummycontact .ContMedio .contMenu .menuItem {
    color: var(--link-menu-color);
    font-size: 0.8em;
}

.dummycontact .ContMedio .contMenu .menuItem:hover i {
    color: var(--link-menu-color-hover)
}

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

                CONT DERECHA

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


.dummycontact .ContDerecha .wdgTitle .title {
    color: #bdbdbdb3;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-family: inter;
    font-weight: 500;
}

.dummycontact .ContDerecha .contMenu {
    display: flex;
    flex-direction: row;
    gap: 1em;
    
}

.dummycontact .ContDerecha .contMenu .menuItem {
    color: var(--link-menu-color);
    font-size: 0.8em;
}

.dummycontact .ContDerecha .contMenu .menuItem:hover i {
    color: var(--link-menu-color-hover)
}

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

                IMAGE

------------------------------------------------- */
    
.imgFooter2 {
    width:70%;
    margin: 0 auto; 
    margin-bottom: 0px;  
}  

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

.imgFooter2 .menuPic img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0.8;
}

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

                REDES

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

.Redes {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 0.8;
}

.Redes .contMenu {
    display: flex;
    justify-content: flex-end;
}

.Redes .contMenu .menuItem  {
    width: 10%;
    height: auto;
    margin: -20px 0% 0 3%;
}

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

.Redes .contMenu .menuItem:hover img {
    opacity: 2;
}

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

                ADDRESS

------------------------------------------------- */
    
.DatosContacto {
    width:100%;
    margin: 0 auto;   
}  

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

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

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

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

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

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

.cInfo .menuItem {
    width: 32%;
    margin: 1% 1% 1% 0;
}

.cInfo .menuItem .menuItemCont {
    display: flex;
    align-items: center;
}

.cInfo .menuItem .menuPic {
    width: 20%;
    height: 20%;
}

.cInfo .menuItem .menuPic img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    opacity: 0.85;
    filter: invert(var(--total-color));
}

.cInfo .menuItem .menuItemCont .menuDescription {
    width: 80%;
}

.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
    color: var(--link-menu-color);
}

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

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

                INFO CHILD (1)

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

.cInfo .menuItem:nth-child(1) {
    width: 90%;
    margin: 1% auto 3%;
}

.cInfo .menuItem:nth-child(1) .menuItemCont{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cInfo .menuItem:nth-child(1) .menuPic {
    width: 9%;
    height: 9%;
}

.cInfo .menuItem:nth-child(1) .menuItemCont .menuDescription {
    width: auto;
}

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

                ESTILOS

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

.estilos a {
    font-family: inter;
}


.estilos i {
    font-size: 26px;
    width: 8%;
}

.estilosR i {
    font-size: 50px;
} 

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

                FORMULARIO

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

.mainForm{
    width: 100%;
    margin: 0 auto;
    margin-top: 7px;
}

.mainForm .formTitle h1 {
    font-family: inter !important;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--link-menu-color);
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    display: none;
}

.mainForm .formTitle h2 {
    font-family: inter !important;
    font-size: 0.7rem;
    line-height: 1;
    color: var(--link-menu-color);
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    display: none;
}

.mainForm label {
    font-family: 'inter' !important;
    width: 100%;
    font-size: .7em;
    color: var(--link-menu-color);
    font-weight: 600;
    border: 0;
    line-height: 2;
    margin: 0px 0 0px 7px;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
}

.mainForm .wFormCont {
    border: 1px dotted #f1f1f1;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
}

.mainForm .formGroup select,
.mainForm .formGroup input,
.mainForm .formGroup textarea {
    font-family: 'inter' !important;
    width: 100%;
    padding: 15px 7px;
    font-size: .6em;
    color: var(--secondary-color);
/    color: #fff;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin:0 0 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
}

.mainForm .formGroup input:hover,
.mainForm .formGroup textarea:hover,
.mainForm .formGroup input:focus,
.mainForm .formGroup textarea:focus {
    border: 1px solid #ccc;
}

.mainForm .formGroup select,
.mainForm .texto {
    margin-bottom: 1%;
}

.mainForm .formButtons{
    padding-top: 1%;
    overflow:hidden;
}

.mainForm .formButtons input {
    font-family: 'raleway' !important;
    display: block;
    width: 100%;
    padding: 18px;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;  
    font-weight:bold;
    border: none;
    font-weight: bold;
    opacity: 0.8;
    background: rgba(255,255,255,0.15);
    color: var(--link-menu-color);
}

.mainForm .formButtons input:hover {
    font-weight:bolder;
    background: var(--secondary-color);
    color: white;
    border-radius: 5px;
    
}

.mainForm .formGroup.checkbox_simple label {
    display: block;
}

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

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

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

.mainForm input::placeholder, .mainForm textarea::placeholder {
    color: #fff !important;
    font-size: 10px;
}

.mainForm .formGroup.nombre{
    width: 100%;
}

.mainForm .formGroup.email{
    width: 49%;
    padding-right: 1%;
}
.mainForm .formGroup.telefono{
    width: 50%;
    padding-left: 1%;
}

.mainForm .formGroup.comentario{
    width: 100%;
}
.mainForm .formButtons{
    width: 100%;
}

.mainForm .formGroup textarea {
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    min-height: 70px;
}

.mainForm .formGroup.checkbox_simple label {
    display: none;
}

.Terminos p {
    font-size: 9px;
    text-align: justify;
    padding-top: 3px;
    color: var(--link-menu-color);
    margin-bottom: 5px;
    font-family: inter;
    font-weight: 500;
}

.Terminos p strong {
    font-size: 10px;
    font-weight: bold;
}

.Terminos:hover a{
    font-size: 10px;
    text-align: justify;
    color: var(--secondary-color);
    font-weight: bold;
}

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

                COPYRIGHT

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

footer .copyright{
    text-align: center;
    background: var(--primary-color);
    margin: 0 auto;
    padding: 10px 0;
    padding: 10px 0 30px 0;
}

footer .copyright p{
    font-size: 10px;
    color: var(--link-menu-color);
    font-family: inter;
}

footer .copyright p strong {
    font-size: 10px;
    color: var(--secondary-color);
    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;
}


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.dummycontact {
    display: block;
    margin-top: 0px;
    padding: 30px 0px 20px 0;
}
 
.dummycontact .ContIzquierda,
.dummycontact .ContMedio,
.dummycontact .ContDerecha {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
}

.imgFooter {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
}
    
.imgFooter2 {
    width:90%;
    margin: 0 auto; 
    margin-bottom: 0px;  
}  

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

.cInfo .menuItem,.cInfo .menuItem:nth-child(1) {
    width: 60%;
    margin: 3% auto 3%;
}

.cInfo .menuItem .menuItemCont, .cInfo .menuItem:nth-child(1) .menuItemCont{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cInfo .menuItem .menuPic, .cInfo .menuItem:nth-child(1) .menuPic {
    width: 20%;
    height: 20%;
}

.cInfo .menuItem .menuPic img, .cInfo .menuItem:nth-child(1) .menuPic img {
    width: 80%;
    height: 80%;
}

.cInfo .menuItem .menuItemCont .menuDescription, .cInfo .menuItem:nth-child(1) .menuItemCont .menuDescription {
    width: 80%;
}

.cInfo p {
    font-size: 11px;
    padding-bottom: 0px;
}


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.dummycontact .ContIzquierda {
    width: 80%;
}

.imgFooter {
    width: 70%;
}

.dummycontact .ContDerecha {
    width: 80%;
}

.cInfo .menuItem {
    width: 32%;
    margin: 1% 1% 1% 0;
}

.cInfo .menuItem .menuItemCont {
    display: flex;
    align-items: center;
}

.cInfo .menuItem .menuPic {
    width: 20%;
    height: 20%;
}

.cInfo .menuItem .menuPic img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    opacity: 0.85;
}

.cInfo .menuItem .menuItemCont .menuDescription {
    width: 80%;
}

.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
    color: var(--link-menu-color);
}

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

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

                INFO CHILD (1)

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

.cInfo .menuItem:nth-child(1) {
    width: 90%;
    margin: 1% auto 3%;
}

.cInfo .menuItem:nth-child(1) .menuItemCont{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cInfo .menuItem:nth-child(1) .menuPic {
    width: 9%;
    height: 9%;
}

.cInfo .menuItem:nth-child(1) .menuItemCont .menuDescription {
    width: auto;
}


} /* FIN MEDIA QUERIES 800 landscape */


.icon-bar-fixed .icon-bar{
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99988; 
    transform: translateX(220px);
    -webkit-transform: translateX(220px);
    
}

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

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

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

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuItemCont{
    background: var(--secondary-color);
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--primary-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-family: 'inter'; 
    color: var(--primary-color-text)  !important;
    font-weight: bold;
    font-size: 10px;    
    padding-top: 15px;
    text-transform: uppercase;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p {
    font-family: 'inter'; 
    color: var(--link-menu-color)  !important;
    font-weight: bold;
    font-size: 10px;   
    padding-top: 15px;
    text-transform: uppercase;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(odd)   i {
    padding-right: 34px;
    padding-left: 1px;
    font-size: 23px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--primary-color-text)  !important;
}

.icon-bar-fixed .icon-bar .menuItem:nth-child(even)   i {
    padding-right: 34px;
    padding-left: 1px;
    font-size: 23px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--link-menu-color)  !important;
}




@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 */

.gestor {
    width: 80%;
    margin:0 auto;
    clear: both;
    position: relative;
    font-family: 'inter';
    color: var(--primary-color-text);
    background: rgba(0,0,0,0.03);
    margin-top: 40px;
    padding: 4% 5% 9% 5%;
    border-radius: 20px;
    border-right: 1px dotted rgba(0,0,0,0.05);
    border-bottom: 1px dotted rgba(0,0,0,0.05);
    border-top: 1px dotted rgba(0,0,0,0.05);
    border-left: 1px dotted rgba(0,0,0,0.05);
}

.gestor .title {
    text-align: center;
    font-size: 30px;
    font-family: Raleway;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 5px;
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
}

.gestor .subtitle {
    text-align: center;
    font-size: 16px;
    font-family: inter;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    text-shadow: 1px 1px 2px var(--secondary-color) !important;
}

.gestor .menuPic {
    width: 20%;
    height: auto;
    margin: 0 auto;
}

.gestor .menuPic img {
    opacity: 0.7;
}

.gestor .menuTitle {
    text-align: center;
    font-size: 30px;
    font-family: Raleway !important;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
}

.gestor .menuTitle a {
    font-weight: bold;
}

.gestor .menuDescription p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    padding-bottom: 20px;
    color: var(--primary-color-text);
}

.gestor .menuDescription p strong, .gestor .menuDescription h4 strong, 
.gestor .menuDescription h5 strong, .gestor .menuDescription h6 strong {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
    opacity: 0.8;
}

.gestor .menuDescription p img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    opacity: 0.8;
    margin-top: 20px;
}

.gestor .menuDescription h6 img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    opacity: 0.8;
    margin-top: 0px;
}

.gestor .menuDescription h1 {
    font-size: 20px;
    font-family: inter;
    font-weight: bold;
    text-align: left;
    padding: 20px 0 20px 20px;
    margin: 10px auto 30px auto;
    background: var(--primary-color);
    color: var(--link-menu-color);
    opacity: 0.8;
}

.gestor .menuDescription h2 {
    text-align: center !important;
    font-size: 30px;
    font-family: Raleway !important;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
}

.gestor .menuDescription h3 {
/    text-shadow: 0px 2px 5px var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    text-align: center !important;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: Raleway;
    text-transform: uppercase;
    background: var(--secondary-color);
    color: #fff;
    padding: 15px 0px 15px 20px;
    margin-bottom: 20px;
}

.gestor .menuDescription h3 strong {
    color: var(--primary-color);
    font-family: inter;
    font-weight: bold;
}

.gestor .menuDescription h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    padding: 20px 0 0 0;
}

.gestor .menuDescription h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    padding: 20px 0 20px 0;
}

.gestor .menuDescription h6 {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    padding: 0px 0 0px 0;
}

.gestor ol {
    margin: 0 auto;
    margin-top: 0px;
   margin-bottom: 22px;
    padding: 0 0 0 8%;
}

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

.gestor li {
    color: var(--primary-color-text);
    padding: 0 0 8px 0px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1.1px;
    font-weight: 400;
    margin: 0 auto;
    font-family: inter;
}

.gestor li::marker {
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: inter;
    opacity: 0.8;
}

.gestor li strong {
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
    padding: 0 0 8px 0px;
    font-size: 16px;
    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) {

.gestor  {
    width: 100%;
    padding: 2% 5% 14% 5%;
    margin-top: 0px;   
}

.gestor .title {
    font-size: 20px;
}

.gestor .subtitle {
    font-size: 15px;
}

.gestor .menuPic {
    width: 50%;
}

.gestor .menuDescription h1 {
    font-size: 17px;
}

.gestor .menuDescription p {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.4;
    padding-bottom: 20px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.gestor  {
    width: 90%;  
}

.gestor .title {
    font-size: 30px;
}

.gestor .subtitle {
    font-size: 18px;
}

.gestor .menuPic {
    width: 35%;
}

} /* FIN MEDIA QUERIES 800 landscape */

.nav-drops {
    display: none;
    padding-top: 2.1rem !important;
    width: 805px;
    left: 40em;
    position: fixed;
    top: 5.375em;
    padding: 15px 8px;
    background: #fff;
    box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, .28);
    border-radius: .5em;
    z-index: 9999;
}

.nav-drops .close {
    display: none;
}

.nav-drops:before {
    content: "";
    position: absolute;
    top: -.625em;
    left: 33em;
    width: 0;
    height: 0;
    margin: 0 0 0 -.625em;
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-bottom: .625em solid #fff;
}

.nav-drops .principal-links .contMenu,
.nav-drops .secondary-links{
    display: flex;
}

.nav-drops .secondary-links {
    margin-top: 1rem !important;
}

.nav-drops .principal-links .contMenu .menuItem,
.nav-drops .secondary-links .secondary-link {
    width: 32%;
    margin: 0 0.25%;
    padding-inline: 15px;
    text-align: center;
    display: flex;
    
}

.nav-drops .secondary-links .secondary-link {
    text-align: left;
}

.nav-drops .principal-links .contMenu .menuItemCont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.nav-drops .principal-links .contMenu .menuItem:first-child,
.nav-drops .principal-links .contMenu .menuItem:nth-child(2) {
    border-right: 2px solid #ddd;
}

.nav-drops .principal-links .contMenu .menuItem img{
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: .5rem;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.nav-drops .principal-links .contMenu .menuItem .menuDescription{    
    font-size: 80%;    
    font-weight: 400;
}

.nav-drops .principal-links .contMenu .menuItem .menuLink a{
    display: inline-block;
    border-radius: 1.538em;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    margin-top: 14px;
    color: #7b868d;
    border: 2px solid #7b868d;
    font-size: 15px;
    margin-left: 10px;
    padding: 10px 8px;
    font-weight: 700;
}

.nav-drops .principal-links .contMenu .menuItem .menuLink a:hover {
    color: #fff !important;
    border: 2px solid #7b868d;
    background-color: #7b868d;
}



.nav-drops .secondary-links .contMenu > .menuItem > .menuItemCont .menuTitle {
    font-size: 15px;
    color: #3677a1;
    margin-left: 10px;
    padding: 10px 8px;
    font-weight: 700;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.nav-drops .secondary-links .contMenu > .menuItem > .menuItemCont .menuTitle a {
    font-weight: 700;
}

.nav-drops .secondary-links .contMenu > .menuItem > .menuItemCont .menuTitle:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #3677a1;
    margin: 0;
    display: block;
    position: relative;
    top: 5px;
}


.nav-drops .secondary-links .contMenu_nivel0 .menuItem .menuItemCont {
    font-size: 15px;
    color: #3677a1;
    margin-left: 10px;
    padding: 10px 8px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nav-drops .secondary-links .contMenu_nivel0 .menuItem .menuItemCont a {
    font-weight: 700;
}

.nav-drops .secondary-links .contMenu_nivel0 .menuItem .menuItemCont .menuDescription {
    font-size: 80%;
    font-weight: 400;
}

.nav-drops .secondary-links .contMenu_nivel0 .menuItem:hover .menuItemCont{
    background: var(--secondary-color);
    color: var(--link-menu-color);
}


/* MENU MULTINIVEL*/

.nav-drops ul {
    list-style: none;
}

.nav-drops .menuList.level-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
}

.nav-drops .menuList.level-0 > .menuElement {
    width: 32%;
    margin: 0 0.25%;
    padding: 8px 15px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 700;
    border-radius: 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    height: 100%;
    height: 100px;
    border-right: 1px dashed var(--secondary-color);
}

.nav-drops .menuList.level-0 > .menuElement:last-child {
    border-right: 0;
}

.nav-drops .menuList.level-0 > .menuElement.selected {
    background: var(--secondary-color-rgba-menu1);
    border-right: 0;
}

.nav-drops .menuList.level-0 > .menuElement i, .nav-drops .menuList.level-1 > .menuElement i {
    font-size: 28px;
    margin-right: 5px;
}

.nav-drops .menuList.level-0 > .menuElement span, .nav-drops .menuList.level-1 > .menuElement span {
    color: var(--primary-color);
    font-size: 10px;
    text-transform: normal;
}

.nav-drops .menuList .menuElement a {
    font-weight: 700;
}
.nav-drops .menuList.level-0 > .menuElement > a {
    margin-bottom: 15px;
}

.nav-drops .menuList.level-0 > .menuElement > a:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #3677a1;
    margin: 0;
    display: block;
    position: relative;
    top: 5px;
}

.nav-drops .menuList.level-1 > .menuElement{
    font-size: 15px;
    color: #3677a1;
    color: var(--secondary-color);
    padding: 10px 8px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.nav-drops .menuList .menuElement .menuElementDescription {
    font-size: 80%;
    font-weight: 400;
}

.nav-drops .menuList.level-1 > .menuElement:hover, .nav-drops .menuList.level-1 > .menuElement:hover span,
.nav-drops .menuList.level-0 > .menuElement:hover:not(:has(.menuList.level-1)),
.nav-drops .menuList.level-0 > .menuElement:hover:not(:has(.menuList.level-1)) span {
    background: var(--secondary-color);
    background: rgba(0,0,0,0.2);
    background: var(--secondary-color-rgba-menu-hover);
    color: var(--link-menu-color);
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
}

.nav-drops .menuList.level-0 > .menuElement:hover:not(:has(.menuList.level-1)) > a:after {
    background: var(--link-menu-color);
}

.nav-drops.drop-one:before {
    left: 79%;
}

.nav-drops.drop-two:before {
    left: 91%;
}

@media (min-width: 1201px) {
  .nav-drops {
      left: 21em;
  }
}

@media (min-width: 1401px) {
  .nav-drops {
      left: 57em;
  }
}

@media (min-width: 1601px) {
    .nav-drops {
        top: 5em;
        left: 34em;
    }
}
/* -------------------------------------------------

                GENERAL

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

.loadOrisom .loadOrisomImg{
    display: none;
}

.webSite {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 50px 0;
}

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

                DUMMY LOGO

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

.DummyLogo {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;
}

.DummyLogo .menuPic {
/    width: 35%;
    margin: 0 auto 0 62%;
    text-align; right;
    padding: 40px 0 0 0;
}

.DummyLogo .menuPic img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

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

                DESTACADO REGISTRO

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

.DestacadoReg {
    width: 80%;
    margin: 40px auto 0px auto;
}

.DestacadoReg .wdgTitle .title {
    font-size: 11px; 
    font-weight: bold;
    font-family: Raleway;
    color: var(--link-menu-color);  
}

.DestacadoReg .contMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.DestacadoReg .contMenu .menuItem {
    width: 31%;
    margin: 0 1%;
    border-radius: 7px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    opacity: 1;
}

.DestacadoReg .contMenu .menuItem:hover {
    background: rgba(0,0,0,1);
}

.DestacadoReg .contMenu .menuItem .menuItemCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
}

.DestacadoReg .contMenu .menuItem .menuPic {
    width:70%;
    margin: -5px auto 0 auto;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
}

.DestacadoReg .contMenu .menuItem .menuItemCont .menuTitle  a {
    font-size: 17px; 
    font-weight: bold;
    font-family: inter;
    color: var(--link-menu-color);  
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
}

.DestacadoReg .contMenu .menuItem .menuItemCont  .menuTitle i {
    font-size: 70px;
    color: var(--link-menu-color);    
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.DestacadoReg .contMenu .menuItem .menuItemCont .menuLink  {
    width: 100%;
    padding: 15px 0px;
    margin: 5px auto 0px auto;
    background: var(--secondary-color);
    opacity: 0.8;
    border-radius: 5px;
}

.DestacadoReg .contMenu .menuItem .menuItemCont .menuLink a  {
    font-size: 11px;
    font-weight: bold;
    color: var(--link-menu-color); 
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.DestacadoReg .contMenu .menuItem .menuItemCont  .menuLink i {
    font-size: 22px;
    color: var(--link-menu-color);
    margin-left: 7px;
}

.DestacadoReg .contMenu .menuItem .menuItemCont .menuLink:hover i  {
    transform: scale(1.5);
    margin-left: 22px;
}

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

                DESTACADO TRES

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

.Destacado3 {
    width: 80%;
    margin: 0px auto 40px auto;
}

.Destacado3 .wdgTitle .title {
    font-size: 11px; 
    font-weight: bold;
    font-family: Raleway;
    color: var(--link-menu-color);  
}

.Destacado3 .contMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Destacado3 .contMenu .menuItem {
    width: 31%;
    border-radius: 7px;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    opacity: 0.7;
}

.Destacado3 .contMenu .menuItem:hover {
    opacity: 1;
}

.Destacado3 .contMenu .menuItem .menuItemCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
}

.Destacado3 .contMenu .menuItem .menuPic {
    width:70%;
    margin: -5px auto 0 auto;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
}

.Destacado3  .contMenu .menuItem .menuItemCont .menuTitle  a {
    font-size: 15px; 
    font-weight: bold;
    font-family: inter;
    color: var(--link-menu-color);  
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
}

.Destacado3 .contMenu .menuItem .menuItemCont  .menuTitle i {
    font-size: 80px;
    color: var(--secondary-color);
    color: var(--link-menu-color); 
    padding-bottom: 5px;
    margin-top: 20px;
}

.Destacado3 .contMenu .menuItem .menuItemCont .menuLink  {
    width: 100%;
    padding: 15px 0px;
    margin: 5px auto 0px auto;
    background: var(--secondary-color);
    opacity: 0.8;
    border-radius: 5px;
}

.Destacado3 .contMenu .menuItem .menuItemCont .menuLink a  {
    font-size: 12px;
    font-weight: bold;
    color: var(--link-menu-color);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.Destacado3 .contMenu .menuItem .menuItemCont  .menuLink i {
    font-size: 22px;
    color: var(--link-menu-color);
    margin-left: 7px;
}

.Destacado3 .contMenu .menuItem .menuItemCont .menuLink:hover i  {
    transform: scale(1.5);
    margin-left: 22px;
}

.Destacado3 .contMenu .menuItem:nth-child(1) {
    background: var(--secondary-color);
    cursor: pointer;
    opacity: 0.7;
}

.Destacado3 .contMenu .menuItem:nth-child(1):hover {
    opacity: 1;
}

.Destacado3 .contMenu .menuItem:nth-child(1) .menuItemCont  .menuTitle i {
    font-size: 120px;
    color: var(--primary-color);
    padding-bottom: 5px;
    margin-top: 30px;
}

.Destacado3 .contMenu .menuItem:nth-child(1) .menuItemCont .menuLink  {
    display: none;
}

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

                IMGS IDENTIF & CLIENT ONLY

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

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

.AcoordingTo .menuPic {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0px;
}

.AcoordingTo .menuPic img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
}

.AcoordingTo .menuDescription  {
    width:90%;
    margin: 0 auto;
}

.AcoordingTo .menuDescription p {
    font-family: inter !important;
    font-family: inter !important;
    text-align: center;
    color: var(--primary-color-text);
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7;
    padding: 0px 0 15px 0;
}

.AcoordingTo .menuDescription p strong {
    font-size: 20px;
    font-weight: bold;
    font-family: Raleway !important;
    color: var(--seconday-color);
    text-transform: uppercase;
}

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

                DUMMY SERVICES

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

.DummyServices {
    margin: 40px auto 0 32%;
}

.DummyServices .contMenu {
    display: flex;
    justify-content: space-between;
}

.DummyServices .menuItem  {
    width: 32%;
    margin: 0 0 0 1%;
}


.DummyServices .menuItem .menuItemCont {
    border-bottom: 15px solid var(--secondary-color-hover);
    border-right: 15px solid var(--secondary-color-hover);
    border-left: 15px solid var(--secondary-color-hover);
    border-top-left-radius: 60px;
    background: var(--secondary-color-hover);
}

.DummyServices .menuItem .menuTitle {
    text-align: center;
    padding: 50px 10px 30px 10px;
    background: var(--secondary-color-hover);
    color: var(--secondary-color);
    font-family: 'raleway';
    font-size: 15px;
    border-top-left-radius: 50px;
}

.DummyServices .menuItem .menuTitle  a {
    font-weight: bold;
}

.DummyServices .menuItem .menuTitle i {
    text-align: center;
    font-size: 30px;
    padding-right: 10px;
    color: var(--secondary-color);
    opacity: 0.9;
}

.DummyServices .menuItem .menuTitle:hover i {
    transform: scale(1.5);
    color: var(--link-menu-color);
}

.DummyServices .menuItem .menuItemCont .menuLink{
    display: none;
    text-align: center;
    background: var(--secondary-color);
    color: var(--link-menu-color);
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 0 !important;
    font-family: 'raleway';
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    padding: 20px 10px;
    opacity: 0.8;
    border-top-left-radius: 30px;
}

.DummyServices .menuItem .menuItemCont .menuLink a {
    font-weight: bold;
}

.DummyServices .menuItem .menuItemCont .menuLink i  {
    color: var(--link-menu-color);
    font-size: 20px;
}

.DummyServices .menuItem .menuItemCont .menuLink:hover i {
    transform: scale(1.5);
    padding: 0px 10px;
    color: var(--primary-color);
}

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

                DIRECTORIES NAVIGATION

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

.MenuDirectory {
    width: 85%;
    margin: 15px 7.3% 5px auto;
}

.MenuDirectory .wdgMenu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.MenuDirectory .wdgTitle {
    width:82.8%;
    margin: 0 auto 0 auto;
    margin-right: 0.2%;
    text-align: center;
    display: flex;
    align-items: center;
}

.MenuDirectory .wdgContent {
    width: 17%;
    margin: 0 auto;
}

.MenuDirectory .wdgTitle .title {
    font-family: inter;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    background: var(--third-color-hover);
    color: var(--primary-color-text);
    text-shadow: 1px 1px 1px var(--primary-color-text);
    line-height: 1;
    padding: 26px 0 21px 0;
    opacity: 0.8;
    text-transform: uppercase;
}

.MenuDirectory .wdgTitle .subtitle {
    font-family: Raleway;
    width: 15%;
    font-size: 10px;
    font-weight: bold;
    color: var(--primary-color-text);
    line-height: 1.2;
    border-bottom: 5px solid var(--third-color-hover);
}

.MenuDirectory .contMenu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.MenuDirectory  .menuItem  {
    width: 48%;
    margin: 0 0 0 2%;
    background: var(--secondary-color);
    color: var(--link-menu-color);
/    border-radius: 7px;
/    opacity: 0.9;
    border: 5px solid var(--third-color-hover);
}

.MenuDirectory  .menuItem:hover  {
    background: var(--warning-color);
    color: var(--primary-color-text);
    
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
    opacity: 1;
}

.MenuDirectory   .menuItem .menuItemCont {
    padding: 10px;
}

.MenuDirectory .menuItem .menuTitle {
    text-align: center;
    margin-bottom: 7px;
}

.MenuDirectory .menuItem .menuTitle i {
    font-size: 15px;
    opacity: 0.9;
}

.MenuDirectory .menuItem .menuDescription  {
    text-align: center;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MenuDirectory .menuItem .menuDescription a {
    font-size: 9px;
    font-weight: bold;
}

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

                DUMMY TITLE 1

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

.DummyTitle1 {
    width: 100%;
    margin: 30px auto 30px auto;
    clear: both;
}

.DummyTitle1 .wdgTitle {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;
    text-align: center;
}

.DummyTitle1 .wdgTitle .title  {
    font-size: 40px;
    font-weight: bold;
    font-family: inter;
    color: var(--primary-color-text);
    line-height: 1.3;
}

.DummyTitle1 .wdgTitle .subtitle  {
    font-size: 15px; 
    font-weight: bold;
    font-family: inter;
    color: var(--third-color);
}

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

                DUMMY TITLE 2

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

.DummyTitle2 {
    width: 100%;
    margin: 20px auto 20px auto;
    clear: both;
}

.DummyTitle2 .menuTitle {
    padding: 10px 0;
    text-align: center;
}

.DummyTitle2 .menuTitle a {
    font-size: 27px;
    font-weight: bold;
    font-family: inter;
    color: var(--primary-color-text);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.DummyTitle2 .menuTitle i {
    font-size: 50px;
    margin-right: 10px;
}

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

                DUMMY TITLE

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

.DummyTitle, .DummyTitle .wdgTitle {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;
    clear: both;
}

.DummyTitle .menuTitle, .relationList .wdgTitle, .listadoMarcas .wdgTitle, .listadoProveedor .wdgTitle, .post  .PostTitle, .cursosLista .wdgTitle {
    text-align: center; 
    width: 90%;
    margin: 0 auto;   
    margin-top: 40px; 
}

.serviceFirst, .servFirst  {
    text-align: center; 
    width: 90%;
    margin: 0 auto;   
    margin-top: 20px; 
    margin-bottom: 20px;
}

.DummyTitle .menuTitle a, .DummyTitle .wdgTitle .title, .relationList .wdgTitle .title, .listadoMarcas .wdgTitle .title, .listadoProveedor .wdgTitle .title, .post  .PostTitle .title h1, 
.cursosLista .wdgTitle .title, .serviceFirst .titleName, .servFirst  .titleName   {
    font-size: 40px;
    font-weight: bold;
    font-family: Raleway;
    color: var(--secondary-color-text);
    text-shadow: 1px 1px 12px var(--secondary-color-text) !important;
    line-height: 1;
}

.DummyTitle .menuDescription, .post .PostTitle .subtitle, .relationList .wdgTitle .subtitle  {
    text-align: center; 
    width: 90%;
    margin: 0 auto; 
    margin-top: 8px;  
}

.DummyTitle .wdgTitle .subtitle, .relationList .wdgTitle .subtitle, .listadoMarcas .wdgTitle .description, 
.post .PostTitle .subtitle h3, .post  .PostTitle .subtitle p, .post .PostTitle .subtitle h2  {
    font-size: 15px;
    padding-bottom: 20px; 
    font-weight: bold;
    font-family: Raleway;
    color: var(--third-color);
    text-shadow: 1px 1px 12px var(--third-color) !important;
}

.DummyTitle .menuDescription h3  {
    font-size: 21px;
    padding: 35px 10% 0px 10%; 
    font-weight: bold;
    font-family: inter;
    color: var(--primary-color);
    line-height: 1.4;
    text-align: center !important;
}

.DummyTitle .menuDescription h3 strong {
    font-size: 27px;
    font-family: Raleway;
    color: var(--secondary-color);
    margin: 0 3px;
}

.DummyTitle .menuPic {
    width: 65%;
    margin: 0 auto;
    text-align; center;
    padding: 40px 0 0 0;
}

.DummyTitle .ajuste .menuPic {
    width: 45%;
    margin: 0 auto;
    text-align; center;
    padding: 0px 0 30px 0;
}

.DummyTitle .menuPic img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.DummyTitle .menuDescription p {
    font-size: 15px;
    font-weight: 500;
    font-family: inter;
    color: var(--primary-color-text);
    text-align: justify;
    padding: 10px 20% 10px 20%;
    line-height: 1.6;
}

.etiquetaProveedor span  {
    font-size: 30px;
    font-weight: bold;
    font-family: Raleway;
    color: var(--secondary-color-text);
    text-shadow: 1px 1px 12px var(--secondary-color-text) !important;
    line-height: 1;
    padding-top: 10px;
}

.shopMarca .migaProveedor .nombreProveedor span {
    padding-bottom: 20px; 
    font-size: 40px;
    font-weight: bold;
    font-family: Raleway;
    color: var(--secondary-color-text);
    text-shadow: 1px 1px 12px var(--secondary-color-text) !important;
}

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

                TO TOP

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

.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(--link-menu-color);
}

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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

@media (max-width: 1023px) {

.webSite {
    width:100%;
    margin: 0 auto;
    padding: 80px 0 30px 0;
}

.MenuDirectory {
    display: none;
}

.DummyTitle .menuTitle, .DummyTitle .wdgTitle,.relationList .wdgTitle, .listadoMarcas .wdgTitle, .listadoProveedor .wdgTitle, .post  .PostTitle, .cursosLista .wdgTitle { 
    margin-top: 20px; 
}

.serviceFirst, .servFirst  {  
    margin-top: 20px; 
    margin-bottom: 0px;
}

.DummyTitle .menuTitle a,.DummyTitle .wdgTitle .title, .relationList .wdgTitle .title, .listadoMarcas .wdgTitle .title, .listadoProveedor .wdgTitle .title, .post  .PostTitle .title h1, 
.cursosLista .wdgTitle .title, .serviceFirst .titleName, .servFirst  .titleName    {
    font-size: 26px !important;
}

.DummyTitle .wdgTitle .subtitle, .relationList .wdgTitle .subtitle, .listadoMarcas .wdgTitle .description, 
.post .PostTitle .subtitle h3, .post  .PostTitle .subtitle p, .post .PostTitle .subtitle h2  {
    font-size: 15px !important;
}

.DummyTitle .menuDescription h3  {
    font-size: 15px;
    padding: 35px 2% 0px 2%; 
    font-weight: bold;
    font-family: inter;
    color: var(--primary-color);
    line-height: 1.4;
    text-align: center !important;
}

.DummyTitle .menuDescription h3 strong {
    font-size: 20px;
}

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

.DummyTitle .ajuste .menuPic {
    width: 90%;
    margin: 0 auto;
    text-align; center;
    padding: 40px 0 30px 0;
}

.DummyTitle .menuDescription p {
    font-size: 10px;
    padding: 10px 0% 10px 0%;
}

.DummyServices {
    width: 98%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
}

.DummyServices .contMenu {
    flex-wrap: wrap;
    margin-top: 30px;
}

.DummyServices .menuItem  {
    width: 49%;
    margin: 0 0% 20px 1%;
}

.DummyServices .menuItem:nth-child(3) {
    width: 99%;
    margin: -10px 0% 0px 1%;
}

.DummyServices .menuItem .menuTitle {
    text-align: center;
    padding: 50px 10px 30px 10px;
    font-size: 10px;
}

.DummyServices .menuItem .menuTitle i {
    color: var(--seconday-color);
    opacity: 1;
}

.DummyServices .menuItem .menuItemCont .menuLink{
    display: none;
}

.DummyLogo .menuPic {
    margin: 0 auto 0 12%;
    text-align; right;
    padding: 40px 0 0 0;
}

.DummyDesk .menuPic {
    margin: -10px auto 0 12%;
    text-align; rignt;
}

.Destacado3  {
    margin: 0px auto 0px auto;
}

.Destacado3 .contMenu .menuItem {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.AcoordingTo .menuPic {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.AcoordingTo .Destacado3 {
    margin-bottom: 40px !important;
}

.DummyTitle1 .wdgTitle {
    padding: 0px 10px 0px 10px;
}

.DummyTitle1 .wdgTitle .title  {
    font-size: 34px;
}

.DummyTitle1 .wdgTitle .subtitle  {
    font-size: 13px; 
}

.DummyTitle2 .menuTitle  {
    padding: 10px;
}

.DummyTitle2 .menuTitle a {
    font-size: 20px;
}

.DummyTitle2 .menuTitle i {
    font-size: 35px;
}

.DestacadoReg {
    width: 98%;
    margin: 20px auto 0px auto;
}

.DestacadoReg .contMenu .menuItem {
    width: 49%;
    margin: 0 0.4%;
}

.DestacadoReg .contMenu .menuItem .menuItemCont .menuTitle  a {
    font-size: 13px; 
}

.DestacadoReg .contMenu .menuItem .menuItemCont  .menuTitle i {
    font-size: 30px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.webSite {
    width:100%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.DummyTitle .menuTitle a, .relationList .wdgTitle .title, .listadoMarcas .wdgTitle .title, .listadoProveedor .wdgTitle .title, .post  .PostTitle .title h1, 
.cursosLista .wdgTitle .title, .serviceFirst .titleName  {
    font-size: 26px !important;
}

.DummyTitle .menuDescription h3,  .relationList .wdgTitle .subtitle, .listadoMarcas .wdgTitle .description, 
.post .PostTitle .subtitle h3, .post  .PostTitle .subtitle p, .post .PostTitle .subtitle h2  {
    font-size: 16px !important;
}

.DummyTitle .menuPic {
    width: 50%;
    margin: 0 auto;
    text-align; center;
}

.DummyTitle .menuDescription p {
    font-size: 12px;
    padding: 10px 5% 10px 5%;
}

.DummyServices {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
}

.DummyLogo .menuPic {
    width: 35%;
    margin: 0 auto 0 50%;
    text-align; rignt;
    padding: 40px 0 0 0;
}

.DummyDesk .menuPic {
    width: 25%;
    margin: -20px auto 25px 60%;
    text-align; rignt;
}

} /* FIN MEDIA QUERIES 800 landscape */


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

                BASICOS

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

body {
    background: url('/drive/repo/general/CRW-Screen-Background-012b.jpg') fixed no-repeat right/cover;
}
 
.header-menu .menu-area .menu-desktop .menuItem .menuTitle a, .header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle a {
    font-size: 10px; !important;
}

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

                AJUSTES PARTICULARES HEADER

------------------------------------------------- */
  
.header-menu {
    background: rgba(255,255,255,0.4);
    background: url('/drive/repo/general/CRW-Screen-Background-012b.jpg') fixed no-repeat right/cover;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 90%);
}
  
.header-menu.sticky {
    background: rgba(255,255,255,1);
    background: url('/drive/repo/general/CRW-Screen-Background-012b.jpg') fixed no-repeat right/cover;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 90%);
}
    
.header-menu.sticky .menu-area {
    background: transparent;
}
   
.header-menu .col .header-logo{
    width: var(--ajuste-logo-main-level2);
    height: auto;
}

.header-menu.sticky .col .header-logo {
    width: var(--ajuste-logo-sticky-level2);
    height: auto;
}
  
.header-menu  .menu-area {
    padding-top: 12px;
    padding-bottom: 12px;
}
  
.header-menu.sticky  .menu-area {
    padding-top: 12px;
    padding-bottom: 0px;
}

.menu-area .sticky-logo img {
    max-height: 100% !important;
    max-width: 100%;
    padding-bottom: 10px;
}

.imgFooter2 .menuPic {
    width: var(--footer-logo-size);
    height: auto;
}

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

                OTROS AJUSTES EN LEVEL 2

------------------------------------------------- */
 
.col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-menu .col .menu-desktop {
    display: block;
    padding-top: 20px;
    width: auto;
}

.header-menu .col .resto {
    margin-top: 5px;
}

.header-menu.sticky  .col .menu-desktop {
    padding-top: 7px;
}

.header-menu.sticky .col .resto {
    margin-top: -15px;
}

.nav-drops {
    top: 10.175em !important;
}

.nav-drops.drop-one:before {
    left: 41%;
}

.nav-drops.drop-two:before {
    left: 53%;
}

.nav-drops.sticky {
    top: 4.275em !important;
}

.nav-drops.sticky.drop-one:before {
    left: 49%;
}

.nav-drops.sticky.drop-two:before {
    left: 63%;
}

.nav-drops {
    background: #fff;
    box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, .58);
}

.nav-drops:before {
    border-bottom: .625em solid rgba(0,0,0,0.3);
}

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

                AJUSTES Z

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

.header-menu .col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
   
.header-menu .col .header-logo{
    width: 100%;
    text-align: center;
/    transition: all 100ms ease-in-out;
    animation-name: zoomIn;
    animation-duration: 2s;
}

.header-menu .menu-area .logo .menuPic {
    text-align: center;
}

.header-menu .menu-area .logo img {
    max-height: 100% !important;
    max-width: 100%;
    width: var(--ajuste-logo-main-level2);
}

.header-menu .col .menu-desktop {
    width: 45%;
    width: auto;
}

.header-menu .col .resto  {
    width: 30%;
    width: auto;
}

.header-menu.sticky .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  
.header-menu.sticky .col .header-logo{
    transition: all 000ms ease-in-out;
    animation-duration: 2s;
}

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

                TRATAMIENTO SELECTED

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

.header-menu .menu-area .menu-desktop .menuItem.selected .menuTitle a {
    background: var(--secondary-color-rgba-menu)  !important;
    color: var(--link-menu-color) !important;
}

.header-menu .menu-area .menu-desktop .menuItem.selected .menuTitle:hover a {
    background: var(--secondary-color-rgba-menu-hover)  !important;
    color: var(--link-menu-color) !important;
}

.header-menu.sticky .menu-area .menu-desktop .menuItem.selected .menuTitle a {
    background: var(--secondary-color-rgba-menu)  !important;
    color: var(--link-menu-color) !important;
}

.header-menu.sticky .menu-area .menu-desktop .menuItem.selected .menuTitle:hover a {
    background: var(--secondary-color-rgba-menu-hover)  !important;
    color: var(--link-menu-color) !important;
}

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

                TEXTO MENU PRINCIPAL

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

.header-menu .menu-area .menu-desktop .menuItem .menuTitle a, .header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle a {
    color: var(--primary-color-text) !important;
    font-weight: bold;
}

.header-menu .menu-area .menu-desktop .menuItem .menuTitle i, .header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle i {
    color: var(--secondary-color) !important;
    font-weight: bold;
}

.header-menu .menu-area .menu-desktop .menuItem:hover .menuTitle a, .header-menu.sticky .menu-area .menu-desktop .menuItem:hover .menuTitle a {
    background: var(--secondary-color-rgba-menu-hover)  !important;
    color: var(--link-menu-color) !important;
}

.header-menu .menu-area .menu-desktop .menuItem:hover .menuTitle i, .header-menu.sticky .menu-area .menu-desktop .menuItem:hover .menuTitle i {
    color: var(--link-menu-color) !important;
}

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

                TEXTO MENU MULTINIVEL

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

.header-menu .menu-area .menu-desktop .menuItem .menuTitle a.open, .header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle a.open {
    background: var(--primary-color) !important;
    color: var(--link-menu-color)  !important;
    border-radius: 5px;
    border: 0  !important;
    border-bottom: 0 !important;
    opacity: 0.7;
}

.header-menu .menu-area .menu-desktop .menuItem .menuTitle a.open i, .header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle a.open i  {
    color: var(--link-menu-color)  !important;
}

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

                MENU SIDE BAR

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

.header-menu .ush_menu_1 .w-nav-icon i, .header-menu.sticky .ush_menu_1 .w-nav-icon i {
    color: var(--background-color-primary);
}

.header-menu .ush_menu_1 .w-nav-icon:hover i, .header-menu.sticky .ush_menu_1 .w-nav-icon:hover i {
    color: var(--primary-color);
}

.ori-side-wrapper .menuContainer .close {
    top: 2%;
    width: 15px;
    height: 15px;
    left: 85%;
    cursor: pointer;
    z-index: 20;
    background: url(/drive/repo/general/MenuSidebar-Arrow_004.png) no-repeat top/cover !important;
    border: 0;
    border-radius: 50% !important;
    opcity: 0.7;
}


.ori-side-wrapper .menuContainer .close:hover{
    background: url(/drive/repo/general/MenuSidebar-Arrow_005a.png) no-repeat top/cover !important;
    border: 5px solid var(--secondary-color);
    top: 2.3%;
    left: 83%;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.ori-side-wrapper .menuNavbar {
    background: var(--primary-color)  !important;
}

.ori-side-wrapper .menuNavbar:before {
    content: '';
    width: 150px;
    height: 150px;
    background: var(--secondary-color);
    background: url('/drive/repo/general/CRW-Favi-Contact-002.png') no-repeat top/cover;
    position: absolute;
    top: 70%;
    left: 22%;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.2;
}

.ori-side-wrapper .menuElement.level-0 .menuElementDescription p, 
.ori-side-wrapper .menuElement.level-1 .menuElementDescription p {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    color: var(--link-menu-color) !important;
    margin-top: -20px;
    padding-bottom: 5px;
    text-transform: none;
/    text-align: right;
    margin-left: 18%;
}
 
.ori-side-wrapper .menuElement:nth-child(1).level-1 {
    border-top: 1px dotted var(--link-menu-color);
}

.ori-side-wrapper .menuElement.level-0 .menuElementDescription , 
.ori-side-wrapper .menuElement.level-1 .menuElementDescription  {
    border-bottom: 1px dotted var(--link-menu-color);
}

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

                ALERTAS

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

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

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

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

                OB ICON

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

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

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

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

                CARRITO

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

.cart { 
    display: none;
}

.header-menu .cart i, .header-menu.sticky .cart i{
    color: var(--background-color-primary);
}

.header-menu .cart:hover i, .header-menu.sticky .cart:hover i {
    color: var(--primary-color);
}

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

                HEADER NO LOGIN

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

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

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

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

                MULTI LANGUAJE

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

.lang { 
/    display: none;
}

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

                AJUSTES PARTICULARES IMAGEN DUMMY TITLE

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

.webSite {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 20px 0;
}

.DummyTitle {
    width: 100%;
    margin: 30px auto 20px auto; 
}

.DummyTitle .menuTitle { 
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
/    background: rgba(0,0,0,0.4);
    opacity: 0.8;
}

.DummyTitle .menuTitle a { 
    font-size: 30px;
    font-weight: 500;
    font-family: Raleway;
    color: var(--secondary-color-text);
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--secondary-color-text) !important;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DummyTitle .menuTitle i { 
    font-size: 70px;
    margin-right: 8px;
    color: var(--secondary-color-text);
/    padding: 10px;
/    border: 8px solid var(--secondary-color-text);
/    border-radius: 7px;    
}
  
.DummyTitle .wdgTitle, .listadoProveedor .wdgTitle {
    width: 100%;
    margin: 0 auto;   
    text-align: center;
    margin-top: 00px; 
}

.DummyTitle .menuPic {
    width: 100%;
}
   
.DummyTitle .menuDescription h3  {
    padding: 0px 10% 40px 10%; 
}

.listadoMarcas .contMarcas, .listadoProveedor .contCateg {
    margin-top: 0px;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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

@media (max-width: 1023px) {

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

.alert-box{
    top: 40px;
    left: -270px;
}

.alert-box::before{
    top: -18px;
    right: 63px;
}

.header-menu .col .header-logo {
    width: var(--portrait-logo-header);
}

.header-menu.sticky .col .header-logo {
    width: var(--portrait-logo-sticky);
}

.webSite {
    width: 100%;
    margin: 0 auto;
    padding: 160px 0 50px 0;
}

.DummyTitle .menuTitle {
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 10px 0;
}

.DummyTitle .menuTitle a {
    font-size: 23px !important;
}

.DummyTitle .menuPic {
    width: 100%;
}

.DummyTitle .menuDescription h3  {
    display: none;
    widht: 90%;
    margin: 0 auto;
    padding: 0 !important; 
    margin-top: -30px;
    margin-bottom: 10px;
}
  
.header-menu.sticky  .menu-area {
    padding-top: 20px;
    padding-bottom: 20px;
}
   
.header-menu, .header-menu .menu-area, .header-menu.sticky, .header-menu.sticky .menu-area {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: rgba(0,0,0,0.8);
}
   
.header-menu.sticky {
    background: rgba(0,0,0,0.95);
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}
   
.header-menu .menu-area, .header-menu.sticky .menu-area {
    background: transparent;
}

.header-menu.sticky {
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 60%);
    box-shadow: none !important;
    border-bottom: 10px solid white;
}

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

.header-menu .col .header-logo, .header-menu.sticky .col .header-logo {
    padding: 0;
    text-align: center;
    width: 100%;
}

.header-menu .col .header-logo img {
    width: var(--portrait-logo-header);
}

.header-menu.sticky .col .header-logo img {
    width: var(--portrait-logo-sticky);
}

.header-menu .col .menu-desktop , .header-menu.sticky  .col .menu-desktop {
    display:none;
}
  
.header-menu  .menu-area {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
  
.header-menu.sticky  .menu-area {
    padding-top: 23px !important;
    padding-bottom: 10px !important;
}

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

                AJUSTES Z

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

.header-menu .menu-area .logo img {
    max-height: 100% !important;
    max-width: 100%;
    width: var(--ajuste-logo-main-1023);
}

.header-menu.sticky .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
  
} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.header-menu .col .header-logo {
    width: var(--landscape-logo-header);
}

.header-menu.sticky .col .header-logo {
    width: var(--landscape-logo-sticky);
}

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

.DummyTitle .menuPic {
    width: 45%;
    padding: 0px 0 20px 0;
}

} /* FIN MEDIA QUERIES 800 landscape */



.col .menu-desktop, .header-menu .col .menu-desktop , .col .resto, .dummycontact  {
    display:none !important;
}

.header-menu.sticky .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.header-menu .col .header-logo, .header-menu.sticky .col .header-logo {
    padding: 10px 0;
}

footer .copyright{
    padding: 20px 0;
}

.webSite {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 50px 0;
}

.gestor {
    background: transparent;
    padding: 0 2%;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

body {
    background: #fff;
}
  
.header-menu .col .header-logo {
    padding: 10px 0 20p 0x;
}
  
.header-menu.sticky .col .header-logo {
    padding: 10px 0 0 0;
}
 
.webSite {
    width: 100%;
    margin: 0 auto;
    padding: 130px 0 50px 0;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

} /* FIN MEDIA QUERIES 800 landscape */

:root{
--header-logo-size:40%;
--sticky-logo-size:20%;
--footer-logo-size:100%;
--background-gradient-degree:-110deg;
--background-gradient-percentage:62%;
--primary-color:#333333;
--secondary-color:#D2B04E;
--link-menu-color:#ffffff;
--link-menu-color-hover:var(--color-corp-secundario);
--background-color-primary:var(--color-corp-secundario);
--background-color-secondary:#ffffff;
--secondary-color-text:var(--color-corp-primario);
--third-color:var(--color-corp-secundario);
--primary-color-text:#000000;
--total-color:0%;
--secondary-color-hover:rgba(0,0,0,0.7);
--third-color-hover:#A4C6E2;
--warning-color:#FD5960;
--validity-color:#6aa84f;
--quickpanel-nombre-color:#feaa26;
--quickpanel-role-color:#fff;
}
