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

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

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

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

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

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


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

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

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

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

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


/* ESTILO DEL EDITOR DE TEXTOS DE PUBLICACIONES */

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





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


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

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

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


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

.loadOrisom{
       background: rgba(0,0,0,0.5);
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:9999;}
.loadOrisom .loadOrisomImg{
        background: url(/statics/images/loader.gif) top left no-repeat;
        background-size: contain;
        width: 12%;
        height: 12%;
        position: absolute;
        top: 50%;
        left: 50%;}

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


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

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

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

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



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

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


.frontAdminMenu .tagButon { 
    color:#f93232;
}

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



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

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

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

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

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


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

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

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

.logWeb .subtitle{
    padding:0 0 20px;
    font-size:14px;
    color:#333;
    text-align:center;}
    
.logWeb .campo{
    width:100%;
    padding:0 0 2px 0;}
.logWeb .campo input{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    
.logWeb .campo input.inpError{
    border:1px solid #cd3840;}
    
.logWeb .campoBtn{
    width:100%;
    padding:2px 0 0;}
.logWeb .campoBtn input{
    width:100%;
    padding:10px;
    font-size:18px;
    cursor:pointer;
    background:#0d83dd;
    color:#fff;
    text-align:center;
    border:1px solid #077bd3;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}
.logWeb .campoBtn input:hover{
    background:#077bd3;}
    
.logWeb .options{
    padding:20px 0;} 
.logWeb .options ul{
    list-style-type:none;}
.logWeb .options ul li{}
.logWeb .options ul li a{
    display:block;
    font-size:14px;
    color:#666;
    text-decoration:none;
    padding:2px 0 0;}
.logWeb .options ul li a:hover{
    color:#0d83dd;}
    
.logWeb .note{
    padding:20px 0;
    font-size:14px;
    color:#666;
    text-align:center;}
    
.logWeb .btnBack{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size:14px;
    color:#333;
    cursor:pointer;
    padding:5px;
    width:100px;
    margin:20px auto;
    border:1px solid #c5e3fa;
    text-align:center;}
.logWeb .btnBack:hover{
    border: 1px solid #0d83dd;}
    
    
.logWeb .mensaje_error{
    text-align:center;
    padding:10px;
    border:1px solid #e58085;
    background:#f5e0e1;
    font-size:14px;
    margin:0 0 2px;}
.logWeb .mensaje_ok{
    text-align:center;
    padding:10px;
    font-size:18px;}
    
    
.logWeb .infoApp{
    text-align:center;
    padding:5px;
    margin:0 0 2px;}
    
    
.logWeb .infoApp img{
    display:inline-block;
    vertical-align:middle;
    max-height:28px;
    max-width:28px;}
.logWeb .infoApp h5{
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
    color:#666;}
:root {
    --link-menu-color: #000;
    --link-menu-color-hover: #1B315F;
    --secondary-color-text: #fff;
    --secondary-color-hover: #fff;
    --secondary-color: #027BC2;
    --third-color: rgba(27,49,95,0.7);
    --primary-color: #333;
    --primary-color-text: #feaa26;
    --total-color: #79d2e6;
    --background-color-primary: #fff;
    --background-color-secondary: #333;
    --background-color-footer: #282C29;
    --color-hover-footer: #027BC2; 
}

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

                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, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;    
}
h3 {
    font-size: 1.8rem;  
}
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 jorge{
    from {
        opacity:0;
        background: var(--secondary-color);
        color: var(--secondary-color);
        filter: blur(1.5rem);
    }
    100%{
        opacity:1
    }
}

@keyframes jorge1 {
    from {
        opacity:0;
        visibility: hidden;
        color: var(--secondary-color);
    }
    100%{
        opacity:1
    }
}

@keyframes jorge2 {
    from {
        opacity:0;
        visibility: visible;
    }
    100%{
        opacity:1
    }
}

@keyframes jorge3 {
    from {
        opacity:0;
        visibility: hidden;
    }
    10%0{
        opacity:0.05
    }
}

@keyframes fadeInRight{
    from{
        opacity:0;
        transform:translate3d(100%,0,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);
    }
}

@keyframes blink {
        0% {
          opacity: 0;
        }
        50% {
          opacity: .5;
        }
        100% {
          opacity: 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: rgba(0,0,0,.95);
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 99999999;
}

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

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

.ui-dialog-content h4 {
    font-size: 1.5rem !important;
    color: #feaa26;
    text-transform: none  !important;
    padding-bottom: 10px  !important;
    padding-top: 10px  !important;
    font-weight: bold;
} 

.ui-dialog-content h2, .ui-dialog-content p {
    font-size: 1.2rem !important;
    color: #fff;
    text-transform: none  !important;
    font-weight: 500;
    line-height: 1.4;
}

.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,
.change-container__body .image-container img{
    width: auto;
    max-width: 1000px !important;
    max-height: 1000px !important;
    width: 110px !important;
    height: 110px !important;
}

.reset-password__body .image-container img {
    width: auto;
    max-width: 1000px !important;
    max-height: 1000px !important;
    width: 80% !important;
    height: auto !important;
}

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

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

                HEADER ESTRUCTURA

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

header{
    position: absolute;
    z-index: 999;
}

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

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


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

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

.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, .header-menu .menu-area {
    background: transparent;
}

.header-menu.sticky , .header-menu.sticky .menu-area {
    background: rgba(0,0,0,0.55);
}

.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: 70% !important;
    max-width: 70%;
}

.header-menu.sticky .logo {
    display: none;
}
.menu-area .sticky-logo img {
    max-height: 100% !important;
    max-width: 100%;
    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: 30px 3px;
    font-size: 16px;
    color: var(--link-menu-color);
    margin: 0 0.5px;
}

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

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

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

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

.header-menu .menu-area .menu-desktop .menuItem .menuTitle a {
    color: var(--secondary-color);
    color: #ddd;
    padding: 12px 12px !important;
    font-weight: bold;    
    font-family: 'Raleway' !important;
    text-transform: uppercase !important;
    font-size: 10px; !important;
    opacity: 1;
    border-radius: 7px;
}

.header-menu.sticky .menu-area .menu-desktop .menuItem .menuTitle a {
/    color: #fff;
    color: var(--primary-color);
}

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

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

                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) {


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

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */


.ob .obCont{
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: relative;
}

.ob .iUser, .ob .iApps {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ob .obIcon.iconApps::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f00a';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 30px;
    color: var(--secondary-color);
    transition: .3s ease;
}

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

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

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

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

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

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

.ob .userCont .title {
    padding: 5px 5px 9px 5px;
    border-bottom: 1px solid var(--secondary-color);
    color: #000;
    font-weight: bold;
}
.ob .userCont .user {
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
}

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

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

.ob .userCont .user .userDetails .name {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}
.ob .userCont .user .userDetails .mail {
    display: block;
    word-wrap: break-word;
    font-size: 9px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-weight: bold;
}

.ob .userCont .user .userDetails .perfil a {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-size: 10px;
    text-decoration: none;
    padding: 5px 20px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--primary-color);
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.ob .userCont .logOut {
    display: block;
    padding: 10px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 5px;
    margin: 10px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}

.ob .userCont .user .userDetails .perfil:hover a, .ob .userCont .logOut:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

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

                LOGICA 9 PUNTITOS APPSCONT

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

.container-dashboard {
    position: fixed;
    background: #fff;
    width: 325px;
    height: 420px;
    display: none;
    right: 60px;
    top: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 0px 0px 14px rgb(0 0 0 / 80%);
    -webkit-box-shadow: 0px 0px 14px rgb(0 0 0 / 80%);
    box-shadow: 8px 5px 17px -16px rgb(0 0 0 / 80%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 999;
    transition: all .21s;
    padding: 10px;
    overflow: hidden;
}
.container-dashboard .title {
  padding: 10px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
  background-color: #fff;
  color: #fff;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: 14px;
}

.container-dashboard .title span {
  font-weight: bold;
}

.container-dashboard .appMenu {
  width: 100%;
  overflow-y: auto;
  list-style-type: none;
  height: 90%;
}
.container-dashboard .appMenu .appMenu-scroll {
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header {
  padding: 5px 6px 20px 0;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-header {
    margin-top: 6px;
    padding: 5px 20px 5px 6px;
    display: flex;
    background: var(--secondary-color);
    border-radius: 4px;
    cursor: pointer;
  align-items: center;
}
.container-dashboard .appMenu .appMenu-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.container-dashboard .appMenu .appMenu-header .user-info {
  /* Cambiar color aqui dependiendo de la pag */
    color: #000; 
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 7px;
}

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


}
.container-dashboard .appMenu .appMenu-content ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.container-dashboard .appMenu .appMenu-content  .appMenu-content-dropdown > a{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  /* padding: 8px 30px 8px 20px; */
/  color:#3a3f48;
  color: var(--primary-color-text);
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a {
  /* background: #c0c0c0; */
  margin: 5px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i{
  background: var(--secondary-color);
  color: var(--secondary-color-text);
  margin: 7px;
}

.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active > a{
/    color: #ff6b35 !important;
    color: var(--primary-color-text);
    text-transform: uppercase;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown div{
  /* background: #c0c0c0; */
  padding: 5px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown a:hover {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown ul li:hover a {
  color: #000;
}

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

}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu {
  opacity: 1;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li {
  width: 33.3%;
  text-align: center;
  margin: 10px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul li {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a{  
  display: grid;
  color: #737171;

}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul li a{  
  display: flex;
  color: #737171;
  align-items: center;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li:hover a{  
/  color: green;
    color: #ff6b35;
  color: var(--secondary-color);
  font-weight: bold;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a i {
  font-size: 30px;
  margin: 4px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu.apps ul li a i {
  font-size: 30px;
  margin: 4px 10px 4px 4px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a .description{
  display: flex;
  flex-direction: column;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a span{
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a .small{
  font-size: 12px;
  margin: 2px 0;
}
.img-rounded {
  border-radius: 6px;
}

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

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

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

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

              AJUSTES QUICK PANEL

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

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

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

.container-dashboard .appMenu .appMenu-header .user-info > span, .container-dashboard .appMenu .appMenu-header .user-info .user-role,
.container-dashboard .appMenu .appMenu-header .user-info {
    color: #fff;
    color: var(--primary-color);
}

.container-dashboard .appMenu .appMenu-header .user-info > span{
    color: #333;
    text-transform: lowercase;
    font-weight: 600;
    font-size: .8rem;
    font-size: 10px;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a span {
    color: #333;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 10px;
}
.container-dashboard .appMenu .appMenu-header .user-pic img{
  max-width: 100%;
}

.container-dashboard .appMenu .appMenu-header .user-info .user-role,
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i{
/  color: var(--primary-color);
  color: #fff;
}

.container-dashboard .appMenu .appMenu-header .user-info > span{
  color: var(--primary-color);
}

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

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

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


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


.ob .userCont .title, .container-dashboard .title {
  font-family: Raleway;
  font-size: 12px;
  text-transform: uppercase;
}

.ob .userCont .title span {
  font-weight: bold;
}

.ob .userCont .title a, .container-dashboard .title a {
    display: none;
  font-family: inter;
  font-size: 14px;
  color: var(--secondary-color);
  text-transform: none;
}
 
.container-dashboard .appMenu .appMenu-header .user-header {
/    background: var(--secondary-color);
}
  

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

  
.container-dashboard {
    right: 10px;
    top: 63px;
} 

.ob .userCont{
    right: 0;
    top: 43px;
    margin-right: -50px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

  
.container-dashboard {
    right: 60px;
    top: 103px;
} 

.ob .userCont{
    right: 0;
    top: 43px;
    margin-right: 0px;
}

} /* FIN MEDIA QUERIES 800 landscape */


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

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

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

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

.header-menu .alert-icon  {
    color: var(--secondary-color);
}

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

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

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


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

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

}

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

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

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


@media only screen and (min-width: 1500px){
   
}
.icon-bar-fixed .icon-bar{
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 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;
    opacity: 1;
}

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

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

.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(--secondary-color)  !important;
}

.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(--secondary-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 */

.ori-side-wrapper{
    -webkit-transform: translate3d(-300px,0,0);
    -moz-transform: translate3d(-300px,0,0);
    -ms-transform: translate3d(-300px,0,0);
    -o-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    width: 300px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    line-height: 1;
    z-index: 3000001;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -moz-transition: -moz-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -ms-transition: -ms-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -o-transition: -o-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    transition: transform .4s cubic-bezier(.215,.061,.355,1) 1s,background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.ori-side-wrapper.exposed{
   -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); 
}
.ori-side-wrapper .menuList.level-0>li {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
}
.ori-side-wrapper.exposed .menuList.level-0>li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.ori-side-wrapper .widget_container{
    width: 100%;
    height: 100%;
}
.menuContainer{
    width: 100%;
    overflow: auto;
    height: 100%;
    box-sizing: content-box;
    display: block!important;
    overflow-y: auto;
    background-color: #000 !important;
    background-color: var(--secondary-color)  !important;
    background: url(/drive/repo/general/GO-MenuSideBar-004.jpg) no-repeat top/cover;
    font-family: 'inter'; 
/    text-transform: uppercase;
}
.menuContainer .close{
    position: relative;
    top: 0;
    width: 60px;
    height: 50px;
    left: 0;
    cursor: pointer;
    z-index: 20;
    opacity: 1;
}
.menuContainer .close:before,
.menuContainer .close:after{
    height: 1px !important;
    width: 24px;
    top: 30px;
    left: 244px;
    display: block;
    content: "";
    background: #e7e6dd;
    background: #feaa26;
    background: white;
    position: absolute;
    z-index: -1;
    transition: all .25s .25s;
}
.menuContainer .close:before{
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
}
.menuContainer .close:after{
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
}
.menuNavbar {
    width: 275px;
    position: absolute;
    height: 100%;
    min-height: 50vh;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.menuNavbar .contMenu{
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 10%;
}
.menuList{
    float: none!important;
    line-height: 1!important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menuElement:after{
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}
.menuElement.level-0{
    float: none!important;
    line-height: 1!important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    display: block !important;
}
.menuElement.level-0 a{
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    letter-spacing: 1.5px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 28px !important;
    text-rendering: optimizeLegibility;
    padding: 15px 0;
/    text-transform: capitalize;
    color: #333;
    display: block !important;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    font-family: banks-miles-single;
}

.menuElement > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,.375);
/    background: rgba(210,176,78,.275);
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block!important;
}
.menuElement.level-1 > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,.3);
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block!important;
}
.menuElement:hover > a:before{
    width: 100%;
}
.menuList.level-1{
    position: absolute;
    top: 0;
    width: 300px;
    padding-top: 50%;
    transform: translate3d(-25px, -25%, 0px);
    z-index: -2285;
    background: #fee5bd;
/    background: var(--secondary-color)  !important;
    height: 120vh;
    transition: all .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -ms-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.menuElement.level-0 a{
    color: #fff !important;
/    color: var(--secondary-color) !important;
    font-weight: bold;
}

.menuElement.level-0 i{
    color: var(--primary-color) !important;
    font-weight: bold;
    font-size: 16px;
}

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

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

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


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

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

                MEDIA QUERIES LANDSCAPES

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

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

} /* FIN MEDIA QUERIES 800 landscape *//*===== Multi-Idioma ====*/  
.lang{
 margin-right: 4px;
 margin-top: 0px;
}

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

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


.lang .langItemCont .langItem:nth-child(1){    
    margin: 0 5px 0 3px; 
}
.lang .langItemCont .langItem:nth-child(2){  
    margin: 0 3px;       
}
.lang .langItemCont .langItem:nth-child(3){   
    margin: 0 0px;    
}
.lang .langItemCont .langItem:nth-child(4){   
    margin: 0 20px 0 3px;    
}

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

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

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

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

header.fixed .lang .langItemCont .langItem{
    color: #000;
}


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

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

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

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

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

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

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

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

.lang .langItemCont .langItem {
    opacity: 0.3;
}

.lang .langItemCont .langItem:hover {
    opacity: 0.8;
}

.lang .langItemCont .langItem.selected {
    opacity: 1;
}

.lang .langItemCont .langItem.selected:before {
    border-radius: 5px;
    border-radius: 50%;
    cursor: default;
    box-shadow: 0px 0px 4px 1px var(--primary-color) !important;
}

.lang .langItemCont .langItem:before {
    border-radius: 50%;
}

.preFooter .poligonoSlider{
    background: var(--secondary-color);
    bottom: 0px;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 10;
    clip-path: polygon(65% 0, 100% 100%, 0 100%, 0 0, 25% 100%);
    margin-top: 0px;
    clear: both;
    padding-top: 110px;
    position: relative;
    display: none;
}

.dummycontact {
    position: relative;
    clear: both;
    background: var(--secondary-color);
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 0px 20px 0;
    margin:0 auto;  
    margin-top: -1px;
}
   
.dummycontact  .ContIzquierda {
    width:45%;
    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;
} 
 
.dummycontact .ContDerecha {
    display:inline-block;
    vertical-align:top;
    width:45%; 
    margin: 0 auto; 
    margin: 0 1.5% 0 0%;
} 

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

                IMAGE

------------------------------------------------- */
    
.imgFooter {
    width:75%;
    margin: 0 auto; 
    margin-bottom: 20px;  
}  

.imgFooter1 .wdgPicCont {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.imgFooter1 .wdgPicCont img {
    width: 30%;
    height: 30%;
    margin: 0 auto;
    opacity: 0.6;
    filter: grayscale(40%);
}

.imgFooter2 .wdgPicCont {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
}

.imgFooter2 .wdgPicCont img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0.9;
}

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

                REDES

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

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

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

.Redes .contMenu .menuItem  {
    width: 8%;
    height: auto;
    margin: 5px 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: 11px;  
    font-weight: 500;
    padding-bottom: 0px; 
    font-family: inter !important;
}

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

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

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

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

.cInfo .menuItem .menuItemCont .menuDescription a[href]:hover, .cInfo .menuItem .menuItemCont .menuDescription a[href]:hover p {
    color: var(--primary-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;
}

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

                ON DEMAND

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

.ondemand .menuTitle {
    font-family: Raleway !important;
    text-align: center;
    color: var(--primary-color);
    font-size: 18px;
    padding: 10px 0 25px 0;
}

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

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

.ondemand .menuDescription p {
    font-family: inter !important;
    text-align: justify;
    color: #ddd;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
    padding: 0px 0 15px 0;
}

.ondemand .menuDescription p strong {
    font-weight: bold;
    font-family: inter !important;
    color: var(--primary-color);
}


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

                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: #333;
    color: var(--primary-color);
    color: #ddd;
    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: #333;
    color: var(--primary-color);
    color: #ddd;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    display: none;
}

.mainForm label {
    font-family: 'inter' !important;
    width: 100%;
    font-size: .7em;
    color: #ddd;
/    color: var(--primary-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;
/    background: rgba(255,255,255,0.25);
    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(--primary-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.09);
    color: #fff;
}

.mainForm .formButtons input:hover {
    font-weight:bolder;
    background: var(--primary-color);
    color: var(--secondary-color);
    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(--primary-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;
}

.mainForm .Terminos p {
    font-size: 9px;
    text-align: justify;
    padding-top: 3px;
    color: #ddd;
    margin-bottom: 5px;
    font-family: inter;
    font-weight: 500;
}

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

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

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

                COPYRIGHT

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

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

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

footer .copyright p strong {
    font-size: 10px;
    color: #f1f1f1;
    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: -0.5px;
}
 
.dummycontact .ContIzquierda {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

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

.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: #ddd;
}

.cInfo .menuItem .menuItemCont .menuDescription a[href]:hover, .cInfo .menuItem .menuItemCont .menuDescription a[href]:hover p {
    color: var(--primary-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 */


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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

@media (max-width: 1023px) {
       
.FlexResponsive {
    width: 100%;
    margin: 0 auto;
}
 
        
.FlexResponsive .topJ .wdgPic {
    width: 60% !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
}
 
        
.FlexResponsive .wdgPic, .FlexResponsive .topJ .wdgPic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
}
        
.FlexResponsive .wdgPicCont {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
        
.FlexResponsive .wdgPicCont img {
    width: 100%;
    margin: 0 auto;
    opacity: 0.8;
}
     
.FlexResponsive .contMenu {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.FlexResponsive .contMenu .menuItem .menuItemCont {
    box-sizing: border-box;
/    background: #ffffff;
    width: 100%;
/    padding: 65px 45px;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 5px;
    text-align: center;
    color: var(--primary-color-text);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background: none;
    box-shadow: none;
}

.FlexResponsive  .contMenu .menuItem .menuPic {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.FlexResponsive  .contMenu .menuItem .menuPic img{
    width: auto;
    max-width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.FlexResponsive  .contMenu .menuItem .menuTitle {
    line-height: 1.4 !important;
    font-weight: 600;
    color: inherit;
    color: var(--primary-color);
    writing-mode: vertical-rl;
    text-orientation: use-glyph-orientation;
    transform: rotate(180deg);
    font-size: 18px;
    font-family: 'raleway';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.3px;
    width: 10%;
}

.FlexResponsive  .contMenu .menuItem .menuDescription {
    color: inherit;
    margin-bottom: 0  !important; 
    margin: 0 auto;
    color: var(--third-color);
    text-align: justify;
    font-weight: 500;
/    font-family: 'raleway';
/    text-transform: uppercase;
    width: 90%;
}

.FlexResponsive .contMenu .menuItem .menuItemCont .menuDescription span {
    align-items: center;
}

.FlexResponsive  .contMenu .menuItem .menuDescription p {
    color: var(--third-color);
    margin-bottom: 20px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.FlexResponsive  .contMenu .menuItem .menuDescription p strong {
    font-weight: bold;
    font-family: 'raleway';
    font-size: 15px !important;
}
.FlexResponsive .contMenu .menuItem .menuDescription p img {
    cursor: pointer;
}

.FlexResponsive  .contMenu .menuItem .menuDescription h3 {
    font-size: 13px;
    color: var(--primary-color);
/    color: #F9615E;
    margin-bottom: 20px  !important; 
    margin-top: 10px;
    padding-bottom: 0px;
    font-family: 'raleway';
    cursor: pointer;
   text-shadow: 1px 1px 12px var(--primary-color) !important;
   animation: blink 1.5s linear infinite;
/    background: transparent url('/drive/repo/editorweb/right_arrow1.gif') no-repeat 1% center/auto 100% !important;
    font-weight: 500 !important;
}

.FlexResponsive  .contMenu .menuItem .menuDescription h3 strong {
    text-shadow: 1px 1px 12px var(--primary-color) !important;
}

.FlexResponsive  .contMenu .menuItem .menuDescription h3:hover {
    transition: all .25s ease-in-out;
    transform: scale(1.2);
    color: var(--primary-color);
    animation: none;
    font-weight: 500 !important;
    background: transparent url('/drive/repo/editorweb/ArrowRightYellow.png') no-repeat 80% center/auto 100% !important;
    font-family: Oswald;
}

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

                BOTONES FINALES

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

.flexCliente {
    display: block;
    width: 98%;
    margin: 0 auto;
}

.marcas  {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.marcas .contMenu .menuItem {
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.marcas .contMenu .menuItem .menuPic {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.95;
    padding-bottom: 20px;
}

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

.marcas  .contMenu .menuItem .menuTitle {
    line-height: 1.4 !important;
    color: inherit;
    color: var(--primary-color);
    font-size: 15px;
    font-family: 'raleway';
    text-transform: uppercase;
    letter-spacing: 1.3px;
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: inherit;
    transform: none;
    text-align: center;
    margin-top: -10px;
    padding-bottom: 10px;
}

.marcas  .contMenu .menuItem .menuDescription p {
    font-size: 11px;
    color: white;
    padding: 3%;
    text-align: justify;
    line-height: 1.7;
}

.marcas  .contMenu .menuItem .menuDescription p strong {
    font-size: 12px !important;
    font-weight: bold;
}

.marcas .contMenu .menuItem .menuItemCont .menuLink{
    display: block;
    text-align: center;
    border-radius: 5px;
    color: var(--secondary-color);
    background: var(--primary-color);
    margin-top: 20px; 
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: .05em;
    line-height: 0 !important;
    font-family: 'raleway';
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    padding: 15px 10px;
    opacity: 0.95;
}

.marcas .contMenu .menuItem .menuItemCont .menuLink i  {
    color: var(--secondary-color);
    margin-left: 12px;
    transition: all .25s ease-in-out;
    transform: scale(1.5);
}

.marcas .contMenu .menuItem .menuItemCont .menuLink:hover  {
    transform: scale(1.1);
    margin-left: 12px;
}

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

                BOTON ENLACE GENERICO

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


.contMenu .menuItem .menuItemCont .menuLink {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 11px;
    color: var(--primary-color);
    margin-left: 0;
    margin-top: 20px; 
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 0 !important;
    font-family: 'raleway';
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

.contMenu .menuItem .menuItemCont .menuLink i  {
    color: var(--primary-color);
    margin-left: 12px;
    transition: all .25s ease-in-out;
    transform: scale(1.5);
}

contMenu .menuItem .menuItemCont .menuLink:hover  {
    transform: scale(1.1);
    margin-left: 12px;
}

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

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

                AJUSTES

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

.phone-container {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
    top: 1% !important;
    opacity: 0.8;
    padding-bottom: 40px;
}

#tab3 {    
    margin-top: 10px;
/    margin-left: 15px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

@media (max-width: 800px) and (orientation: landscape)   {
       
.FlexResponsive .wdgPic {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
         
.FlexResponsive .topJ .wdgPic {
    width: 30% !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
     
.FlexResponsive .contMenu {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.FlexResponsive  .contMenu .menuItem .menuDescription h3 {
    animation: none;
    background: transparent url('/drive/repo/editorweb/right_arrow1.gif') no-repeat 1% center/auto 100% !important;
}

.flexCliente {
    display: flex;
    align-items: center;
    width: 98%;
    margin: 0 auto;
}
  
.marcas  {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 20px;
}


} /* FIN MEDIA QUERIES 800 landscape */


.phone-container {
    margin-top: 20px;
}


.phone-container > div{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
/    padding-bottom: 20vh;
}
.justify-content-center{
    justify-content: center;
}

.container2{
    position: relative;
}

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

.text-right{
    text-align: right;
    display: none;
}

.Jrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px;
}

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


.col-lg-6, .col-xs-12, {
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.col-
.container2{
    text-align: center;
    text-align: -webkit-center;
    position: relative;
}

.phone-img{
    width: 300px;
    height: 525px;
    background: url(/drive/repo/general/tapatelefonoHome70.png) no-repeat center center;    
}


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


.device-img{
    pointer-events: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

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

.tablet-content{
    padding: 93px 0px 20px 28px;
    width: auto;
    margin: 0 auto;
    height: 425px;
    overflow: hidden;
}


.desktop-device {
    width: 320px;
    height: 495px;
    background: url(/drive/repo/general/monitor1.png) no-repeat center center;
    background-size: 100%;
}

.desktop-content {
        padding: 45px 28px 20px;
        width: 640px;
        margin: 0 auto;
        height: 387px;
        overflow: hidden;
        display: flex;
        margin-bottom: 40%;
        justify-content: center;
        align-items: center;
}

.phone-content-carousel{
    width: 225px !important;
}
.listadoItemsApps,
.listadoItemsAppsTablet,
.listadoItemsAppsDesktop{
    display: flex;
    display: none;
}

.listadoItemsApps li,
.listadoItemsAppsTablet li,
.listadoItemsAppsDesktop li {
/    font-family: 'Lato','LatoRegular';
    list-style-type: none;
    color: #7E7E7E;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
}

.owl-carousel .owl-item .img-tablet{
    width: 100%;
}
.owl-carousel .owl-item .img-desktop{
    width: 100%;
}
.tablet-content-carousel.owl-carousel{
    width: 260px;
}
.desktop-content-carousel.owl-carousel{
    width: 320px;
}

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


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

                JORGE ESTRUCTURA GENERAL

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

.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
     max-width: 100%;
}
    
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px !important;
}

.desktop-device{
    width: 595px;
    height: 495px;
    background: url(/drive/repo/general/monitor1.png) no-repeat center center;
    left: 3.3%; 
}

.desktop-content-carousel.owl-carousel{
    width: 540px;
    margin-bottom: 5px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin-bottom: 2.5%;
}

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

#tab1 {
    margin-bottom: 20px;
}

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

#tab3 {
/        height: 74vh;
}
.phone-container {
    width: 90% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
    top: 1% !important;
    opacity: 0.8;
    position: relative;
}

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

              AJUSTES PHONE CARROUSELL

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

#t0 {
    margin-top: 40px;
}

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

.Jrow {
    margin-right: 0 !important;
    margin-left: 0 !important;
    justify-content: space-around !important;
}

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

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

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

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

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

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

              AJUSTES PHONE

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

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

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

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

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

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

              AJUSTES TABLET

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

#tab2 {
    margin-right: 0%;
    display: block !important;
    padding: 0 0 0 3%;
}

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

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

.tablet-content-carousel{
    width: 124px !important;
}

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

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

              AJUSTES DESKTOP

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

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

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

.desktop-content-carousel{
    width: 229px !important;
}

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

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

              AJUSTES OUTER

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

.phone-content-carousel.owl-carousel{
    width: 75px !important;
    height: 143px;
}

.phone-content .owl-carousel .owl-stage-outer {
    margin-top: -15% !important;
    margin-left: 3px !important;
}

.tablet-content-carousel.owl-carousel{
    width: 145px !important;
    height: 143px;
}

.tablet-content .owl-carousel .owl-stage-outer {
    margin-top: -9% !important;
    margin-left: 0px !important;
    margin-right: 32% !important;
}

.desktop-content-carousel.owl-carousel{
    width: 229px;
    height: 175px;
}

.desktop-content .owl-carousel .owl-stage-outer {
    margin-top: -3% !important;
    margin-bottom: 26% !important;
}

.owl-carousel .owl-item .img-desktop{
    width: 100%;
    opacity: 1;
}.sidebarD {
    position: fixed;
    background: var(--secondary-color);
    top: 0;
    z-index: 999998;
    left: -60%;
    width: 50%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    transition: left 0.5s ease;
    padding: 0px 0 0 0;
    border-right: 7px solid var(--secondary-color);
}

.visible {
    left:0 !important;
}

.sidebarD .close-sidebarD {
    font-weight: bold;
    height: 30px;
    width: 30px;
    color: var(--primary-color);
    position: absolute;
    right: 5px;
    top: 9px;
    transition: .3s ease;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
    font-size: 20px;
}

.sidebarD  .close-sidebarD:hover{
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 30px;
}

.sidebarD  .close-sidebarD:after {
  position: absolute;
    top: 2px;;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: var(--primary-color);
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bolder;
}

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

              AJUSTES SIDEBAR PACKS

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

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

.packs .wdgTitle .title{
   text-align: center;
   font-family: Raleway;
   color: var(--primary-color);
   padding: 0 0 20px 0;
}

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

.packs  .contMenu .menuItem {
    background-color: rgba(255, 255, 255, 0.15);
    width: 46%;
    margin: 0 1.5% 2% 1.5%;
    padding: 15px 15px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.packs .contMenu .menuItemCont {
}

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

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

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

.packs  .contMenu .menuItem .menuDescription p {
    font-family: inter;
    font-size: 10px;
    font-weight: normal; 
    line-height: 1.6;   
    color: #fff;
    text-align: justify !important;
}

.packs  .contMenu .menuItem .menuDescription p strong {
    font-family: Raleway;
    font-size: 10px;
    text-transform: uppercase; 
    color: var(--primary-color);   
}

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.sidebarlogo1 {
    width: 55%;
}

.sidebarlogo1 .pic {
    width: 100%;
    text-align: center;
}

.sidebarCard .contMenu .menuItem .menuTitle a {
    color: #fff;
    padding: 15px 8px !important;
    font-size: 8px; !important;
}

.sidebarD {
    width: 100%;
    left: -100%;
}

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


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.packs  .contMenu .menuItem {
    background-color: rgba(255, 255, 255, 0.15);
    width: 46%;
    margin: 0 1.5% 2% 1.5%;
    padding: 15px 15px 0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

} /* FIN MEDIA QUERIES 800 landscape */


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

                LIGHTBOX

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

.tReg {
    font-weight: bolder !important;
}

.lightBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0, .95);
    z-index: 1000;
}

.lightBox .lbCont {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 50%;
    padding: 30px;
    margin: 0 auto;
    border-radius: 5px;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 1001;
}

.lightBox .closeBtn {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: url('/drive/repo/editorweb/3472icon_close.png') no-repeat center;
    background-size: 50%;
    cursor: pointer;
    z-index: 1002;
}

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

               FORMULARIO MODAL

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

.tForm {
    font-family: inter !important;
}

.tForm::placeholder {
    font-family: inter !important;
}

.tForm .formTitle h1 {
    font-size: 1.2rem;
    line-height: 1.3;
    text-transform: none;
    margin-bottom: 20px;
    font-family: inter !important;
}

.tForm .texto {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin: 0 -4px 1% 1%;   
    font-family: inter !important;
}

.tForm .formGroup:nth-child(2n+1) {
    margin-left: 0;
}

.tForm .formGroup label {
    display: none;
}

.tForm input:not([type="button"]),
.tForm textarea {
    width: 100%;
    padding: 15px;
    font-size: .9rem;
    border: 1px solid #ccc;
}

.tForm textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    font-family: inter !important;
}

.tForm input[type="button"] {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 30px;
    margin: 15px 0 20px;
    color: #fff;
    background-color: var(--secondary-color);
    border-radius: 8px;   
    cursor: pointer;
}
.tForm input[type="button"]:hover {
    opacity: .9;
    background-color: #333;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.lightBox .lbCont {
    width: 90%;
    margin: 0 auto;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */



.sidebarE {
    position: fixed;
    background: var(--secondary-color);
    top: 0;
    z-index: 999998;
    left: -60%;
    width: 50%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    transition: left 0.5s ease;
    padding: 0px 0 0 0;
    border-right: 7px solid var(--secondary-color);
}

.visible {
    left:0 !important;
}

.sidebarE .close-sidebarE {
    font-weight: bold;
    height: 30px;
    width: 30px;
    color: var(--primary-color);
    position: absolute;
    right: 5px;
    top: 9px;
    transition: .3s ease;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
    font-size: 20px;
}

.sidebarE  .close-sidebarE:hover{
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 30px;
}

.sidebarE  .close-sidebarE:after {
  position: absolute;
    top: 2px;;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: var(--primary-color);
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bolder;
}

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

                CSS VIDEO

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

.video  {
    padding: 40px 0 0px;
    width: 100%;  
    color: #000;
    position: relative;
    clear: both;
    padding-bottom: 0 px !important;
}

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

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

.video  .description {
    width: 98%;
    margin: 0 auto;
} 

.video  .description h3 iframe {
    width: 90% !important;    
    height: 350px !important;
    border: 15px solid rgba(0,0,0,0.4);
    margin: 0 auto;
    background: url(/drive/repo/general/Imagen2221.png) center/cover auto no-repeat !important;
} 


.video  .description h3:hover iframe {
    border: 15px solid rgba(248,209,129,0.3);
} 


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

                CSS CARROUSELL

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

.clientes {
    background-color: transparent;
    margin-bottom: 5px;
    margin-top: 10px;
}

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

.clientes .contMenu .menuItem {
    display: flex;
    justify-content: center;
    margin: 0 1%;
}

.clientes .contMenu .menuItem .menuPic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    opacity: 0.95;
    margin: 0 auto;
}

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

.clientes .contMarcas .marcaItem .marcaItemCont:hover{
   transform: scale(1.1);
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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

@media (max-width: 1023px) {

.sidebarE {
    width: 100%;
    left: -100%;
}

.video  {
    width:100%;
}

.video  {
    padding: 20px 0 30px;

}
 
.video  .description {
    width: 100%;
    margin: 0 auto;
} 

.video  .description h3 iframe {
    width: 95% !important;    
    height: 350px !important;
    border: 15px solid rgba(0,0,0,0.1);
    margin: 20px auto 0 auto;
} 
    

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.video  {
    width:100%;
    padding: 30px 0 10px;
}

.video .PostTitle .screenPicCont {
    float: none;
    width: 50%;
    margin: 0 auto;
}

.video  .description h3 iframe {
    width: 85% !important;    
    height: 300px !important;
    border: 15px solid rgba(0,0,0,0.1);
    margin: 0 auto;
} 
 

} /* FIN MEDIA QUERIES 800 landscape */


.loadOrisom .loadOrisomImg{
    display: none;
}

.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: 310px;
    max-height: 100px;
}

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

.webWidth {
    width: 80%;
    margin: 0 auto;
}

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

                DUMMY TITLE

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

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

.DummyTitle .menuPic {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.DummyTitle .menuDescription {
    width: 60%;
    margin: 0 auto;
}

.DummyTitle .menuDescription p {
    font-family: inter;
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    color: #ddd;
    padding: 0 0 20px 0;
    font-weight: normal;
}

.DummyTitle .contMenu .menuItem .menuItemCont .menuLink {
    width: 40%;
    margin: 0 auto;
    border-radius: 5px;
    color: var(--secondary-color);
    background: var(--primary-color);
    margin-top: 10px;
    margin-bottom: 30px; 
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 0 !important;
    font-family: 'raleway';
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    padding: 25px 10px;
    text-align: center;
}

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

.DummyTitle .contMenu .menuItem .menuItemCont .menuLink i  {
    color: var(--secondary-color);
    margin-left: 12px;
    transition: all .25s ease-in-out;
    transform: scale(1.5);
}

.DummyTitle .contMenu .menuItem .menuItemCont .menuLink:hover  {
    transform: scale(1.3);
    padding: 35px 10px;
    background: #FD5960;
}

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

                SERVICIOS

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

.OurServices {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
    opacity: 0.9;
}

.OurServices .contMenu {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: space-between;
}

.OurServices .contMenu .menuItem {
    width: 14%;
    margin: 0 0.7% 0 0.7%;
    background: transparent;
    border-top-left-radius: 14px;
    border-top-right-radius: 15px;
    box-shadow: 6px 6px 5px 0 rgb(0 0 0 / 45%), 0 -1px 2px 0 rgb(0 0 0 / 35%);
}

.OurServices .contMenu .menuItem .menuItemCont {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-around;
}

.OurServices .menuPic {
    border-top-left-radius: 14px;
    border-top-right-radius: 15px;
    width: 100%;
    margin: 0 auto;
    background: #333;
}

.OurServices .menuPic img {
    text-align: center;
    padding: 25px 40px;
}

.OurServices   .menuTitle {
    padding: 0px 0 20px 0;
    text-align: center;
    font-family: inter;
    font-size: 12px;
    color: #fff;
    font-weight: bold !important;
    background: #333;
}

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

                HIGHLIGHTS

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

.HighLights {
    width: 76%;
    margin: 0 auto;
    opacity: 1;
    margin-top: -10px;
}

.HighLights .ancho {
    margin-bottom: 70px;
}

.HighLights .contMenu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: space-between;
}

.HighLights .contMenu .menuItem {
    width: 22%;
    margin: 0 0.5% 2% 1%;
    background: #f1f1f1;
    box-shadow: 6px 6px 5px 0 rgb(0 0 0 / 45%), 0 -1px 2px 0 rgb(0 0 0 / 35%);
}

.HighLights .contMenu .menuItem .menuItemCont {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-around;
}

.HighLights .contMenu .menuItem .menuPic {
    width: 100%;
    margin: 0 auto;
}

.HighLights .contMenu .menuItem .menuPic img {
    text-align: center;
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
    opacity: 0.8;
}

.HighLights   .menuTitle {
    padding: 20px 0 5px 0;
    text-align: center;
    color: #000;
    background: #f1f1f1;
    text-transform: uppercase;
}

.HighLights   .menuTitle a {
    font-family: 'Raleway';
    font-weight: bold !important;
    letter-spacing: 1.2px;
    font-size: 9px;
}

.HighLights  .menuLink a  {
    font-weight: bold;
}

.HighLights  .menuLink   {
    background: var(--secondary-color);
    background: rgba(0,0,0,0.7);
    color: white;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    font-family: inter;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: inter;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
}

.HighLights  .menuLink:hover i  {
    transform: scale(1.8);
    margin-left: 12px;
}

.HighLights .contMenu .menuItem:nth-child(even) {
    background: var(--secondary-color);
    background: #f1f1f1;
}

.HighLights .contMenu .menuItem:nth-child(even) .menuTitle {
    background: var(--secondary-color);
    background: #f1f1f1;
}

.HighLights .contMenu .menuItem:nth-child(even) .menuTitle a{
    color: #000;
}

.HighLights .contMenu .menuItem:nth-child(even) .menuLink  {
    background: var(--secondary-color);
    background: rgba(0,0,0,0.7);
}

.HighLights .contMenu .menuItem:nth-child(5), .HighLights .contMenu .menuItem:nth-child(6) {
    width: 45.5%;
    margin: 0 0.5% 2% 1%;
}

.HighLights .contMenu .menuItem:nth-child(5)  .menuTitle, .HighLights .contMenu .menuItem:nth-child(6)  .menuTitle {
    padding: 15px 0 3px 0;
}

.HighLights .contMenu .menuItem:nth-child(5)  .menuTitle a, .HighLights .contMenu .menuItem:nth-child(6)  .menuTitle a {
    font-size: 10px;
}

.HighLights .contMenu .menuItem:nth-child(5)  .menuLink, .HighLights .contMenu .menuItem:nth-child(6)  .menuLink  {
    margin-top: 7px;
    margin-bottom: 11px;
}

.HighLights .ancho .contMenu .menuItem:nth-child(5) {
    width: 92.6%;
    margin: 0 0.5% 2% 1%;
}

.HighLights .ancho .contMenu .menuItem:nth-child(5)  .menuTitle {
    padding: 15px 0 3px 0;
}

.HighLights .ancho .contMenu .menuItem:nth-child(5)  .menuTitle a {
    font-size: 10px;
}

.HighLights .ancho .contMenu .menuItem:nth-child(5)  .menuLink {
    margin-top: 7px;
    margin-bottom: 11px;
}

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

                BOTON CATALOGO

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

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

.BotonCatalogo .menuTitle {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
    background: var(--secondary-color);
    background: #333;
    opacity: 0.9;
    border-radius: 8px;
    text-align: center;
    box-shadow: 6px 6px 5px 0 rgb(0 0 0 / 45%), 0 -1px 2px 0 rgb(0 0 0 / 35%);
}

.BotonCatalogo .prensa .menuTitle {
    background: #333;
    opacity: 0.9;
}

.BotonCatalogo .menuTitle a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.BotonCatalogo .menuTitle i {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
    animation: letszoom 2s linear alternate-reverse infinite;
    cursor:pointer;
}

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

                TOURNAMENTS

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

.tournaments {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 130px 0;
    clear: both;
}

.tournaments   .wdgContent{
    margin-top: 30px;
}

.tournaments   .contMenu {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.tournaments   .menuItem {
    width: 25%;
    margin: 0 5%;
}

.tournaments   .menuItem:hover {
    transform: scale(1.2);
}

.tournaments   .menuTitle  {
    text-align: center;
    margin-top: -25px;
}

.tournaments   .menuTitle a {
    font-family: 'Raleway';
    font-weight: bold !important;
    letter-spacing: 1.2px;
    font-size: 20px;
    text-transform: uppercase;
}

.tournaments   .menuLink  {
    color: black;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 25px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    font-family: inter;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: inter;
    text-transform: uppercase;
}

.tournaments   .menuLink:hover i  {
    transform: scale(1.8);
    margin-left: 12px;
}

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

                DESCARGA

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

.DownLoad {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 160px 0;
    clear: both;
}

.DownLoad  .wdgContent{
    margin-top: 30px;
}

.DownLoad  .contMenu {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


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


.DummyTitle {
    width: 100%;
    margin: 0 auto;
/    padding: 50px 0 30px 0;
}

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

.DownLoad  .contMenu, .tournaments {
    width: 90%;
}

.tournaments   .contMenu {
    width: 100%;
}

.tournaments   .menuItem {
    width: 45%;
    margin: 0 5%;
}

.OurServices {
    width: 95%;
    display: none;
}

.OurServices .contMenu .menuItem {
    width: 45%;
    margin: 0 1.5% 3% 1.5%;
}

.HighLights {
    width: 90%;
}

.HighLights .contMenu .menuItem {
    width: 45%;
    margin: 0 0.5% 2% 1%;
    background: #f1f1f1;
    box-shadow: 6px 6px 5px 0 rgb(0 0 0 / 45%), 0 -1px 2px 0 rgb(0 0 0 / 35%);
}

.HighLights   .menuTitle a {
    font-size: 8px;
}

.HighLights .contMenu .menuItem:nth-child(5), .HighLights .contMenu .menuItem:nth-child(6) {
    width: 91.6%;
    margin: 0 0.5% 2% 1%;
}

.HighLights .ancho .contMenu .menuItem:nth-child(5) {
    width: 91.6%;
    margin: 0 0.5% 2% 1%;
}

.HighLights .contMenu .menuItem:nth-child(5) .menuPic, .HighLights .contMenu .menuItem:nth-child(6) .menuPic {
    height: 50%;
}

.HighLights .contMenu .menuItem:nth-child(5)  .menuTitle a, .HighLights .contMenu .menuItem:nth-child(6)  .menuTitle a,
.HighLights .ancho .contMenu .menuItem:nth-child(5)  .menuTitle a {
    font-size: 8px;
}

.BotonCatalogo {
    padding: 10px 0 20px 0;
}

.BotonCatalogo .menuTitle {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.DownLoad  .contMenu {
    width: 60%;
}


} /* FIN MEDIA QUERIES 800 landscape */


.DummyTitle .wdgTitle, .DownLoad .wdgTitle, .sixth-section  .wdgTitle, .productList .wdgTitle, .tournaments .wdgTitle,
.categProds .wdgTitle, .relationList .wdgTitle, .listadoMarcas .wdgTitle, .listadoProveedor .wdgTitle, .imagenoreg  .wdgTitle, .provList .wdgTitle, .serviceFirst {
    text-align: center; 
    text-transform: uppercase; 
    width: 90%;
    margin: 0 auto;   
    margin-top: 40px; 
    opacity: 0.9;
}

.DummyTitle .wdgTitle .title, .DownLoad .wdgTitle .title, .sixth-section  .wdgTitle .title, .productList .wdgTitle .title, .tournaments .wdgTitle .title,
.categProds .wdgTitle .title, .relationList .wdgTitle .title, .listadoMarcas .wdgTitle .title, 
.listadoProveedor .wdgTitle .title, .imagenoreg  .wdgTitle .title, .provList .wdgTitle  .title, .serviceFirst .titleName {
    font-size: 30px;
    padding-bottom: 5px; 
    font-weight: bold;
    font-family: Raleway; 
    color: var(--primary-color);
    text-shadow: 1px 1px 12px var(--primary-color) !important;
/    color: #ddd;
    line-height: 1;
}

.DummyTitle .wdgTitle .subtitle, .DownLoad .wdgTitle .subtitle, .sixth-section  .wdgTitle .subtitle, .tournaments .wdgTitle .subtitle,
.productList .wdgTitle .subtitle, .relationList .wdgTitle .subtitle, .imagenoreg   .wdgTitle .subtitle, .provList .wdgTitle  .description {
    font-size: 17px;
    padding-bottom: 30px; 
    font-weight: 500;
    font-family: Raleway;
    color: var(--primary-color);
    text-shadow: 1px 1px 12px var(--primary-color) !important;
/    color: #ddd;
}

.imagenoreg   .wdgPicCont   {
    width: 20%;
    height: 20%;
    margin: 0 auto;
    text-align: center;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.DummyTitle .wdgTitle, .DownLoad .wdgTitle, .sixth-section  .wdgTitle, .productList .wdgTitle, .tournaments .wdgTitle, .serviceFirst,
.categProds .wdgTitle, .relationList .wdgTitle, .listadoMarcas .wdgTitle, .listadoProveedor .wdgTitle, .imagenoreg  .wdgTitle, .provList .wdgTitle { 
    margin-top: 10px !important; 
}

.DummyTitle .wdgTitle .title, .DownLoad .wdgTitle .title, .sixth-section  .wdgTitle .title, 
.productList .wdgTitle .title, .categProds .wdgTitle .title, .tournaments .wdgTitle .title, 
.relationList .wdgTitle .title, .listadoMarcas .wdgTitle .title, .listadoProveedor .wdgTitle .title, .imagenoreg   .wdgTitle .title, 
.provList .wdgTitle  .title, .serviceFirst .titleName   {
    font-size: 30px !important;
}

.DummyTitle .wdgTitle .subtitle, .DownLoad .wdgTitle .subtitle, .sixth-section  .wdgTitle .subtitle, .productList .wdgTitle .subtitle, .tournaments .wdgTitle .subtitle,
.relationList .wdgTitle .subtitle, .imagenoreg   .wdgTitle .subtitle, .provList .wdgTitle  .description {
    font-size: 18px !important;
}

.DownLoad  .contMenu {
    width: 90%;;
}

.imagenoreg   .wdgPicCont   {
    width: 60%;
    height: 60%;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.DownLoad  .contMenu {
    width: 60%;
}

} /* FIN MEDIA QUERIES 800 landscape */


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

                MENU HEADER

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

header {
    margin: 0 auto;
    width: 100%;
    display: flex;
    z-index: 999;
    transition: all 300ms ease-in-out;
    background: transparent;
    flex-direction: reverse-column;
}

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

.menu-area .menu-desktop .menuItem .menuTitle a {
    color: var(--primary-color)  !important;
}

.cart {
    display: none  !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(--primary-color);
}

.header-menu .ush_menu_1 .w-nav-icon:hover i, .header-menu.sticky .ush_menu_1 .w-nav-icon:hover i {
    color: #fff;
}

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

                ALERTAS

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

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

.header-menu .alert-icon:hover, .header-menu.sticky .alert-icon:hover  {
    color: #fff;
}

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

                OB ICON

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

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

.header-menu .ob .obIcon.iconApps:hover::before, .header-menu.sticky .ob .obIcon.iconApps:hover::before {
    color: #fff;
}

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

                HEADER NO LOGIN

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

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

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


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

body {
    background: var(--secondary-color);
}

.header-menu, .header-menu .menu-area {
    background: var(--secondary-color);
    height: 25vh;
    margin-bottom: 10px;
}

.header-menu  {
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 90%);
}

.header-menu.sticky , .header-menu.sticky .menu-area {
    background: var(--secondary-color) !important;
    height: 20vh;
}

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

.header-menu .menu-area .col .header-logo {
    width: 90% !important;
    padding-bottom: 10px;
}

.header-menu.sticky .menu-area .col .header-logo {
    width: 90% !important;
    padding-bottom: 10px;
}

.header-menu .menu-area .col .header-logo .menuPic {
    margin: 0 auto;
    text-align: center;
}

.webSite {
    width: 95% !important;
    margin: 0 auto;
    padding: 250px 0 30px 0 !important;
}

.menu-area .logo img {
    max-width: 70%;
    margin: 0 0;
}

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

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.menu-area .logo img {
    max-width: 40%;
    margin: 0 0;
}

.menu-area .sticky-logo img {
    max-width: 80% !important;
    margin: 0 0;
}
 
.header-menu.sticky , .header-menu.sticky .menu-area {
    height: 35vh;
}

.header-menu, .header-menu .menu-area {
    height: 29vh;
}

.header-menu .menu-area .col .header-logo .menuPic {
    margin: 0 auto;
    text-align: left;
}

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

.header-menu .menu-area .col .header-logo {
    width: 50% !important;
}

.header-menu.sticky .menu-area .col .header-logo {
    width: 50% !important;
}

.webSite {
    width: 95% !important;
    margin: 0 auto;
    padding: 130px 0 30px 0 !important;
}

} /* FIN MEDIA QUERIES 800 landscape */


.webSite {
    display: none;
}

.Desktop {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;
    display: block;
}

footer .copyright{
    padding: 30px 0 30px 0;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.webSite {
    width: 100% !important;
    margin: 0 auto;
    padding: 250px 0 30px 0 !important;
    display: block;
}

.Desktop {
    display: none;
}

.phone-container {
    width: 99% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
    top: 1% !important;
    opacity: 0.8;
    position: relative;
}

.desktop-content .owl-carousel .owl-stage-outer {
    margin-top: -3% !important;
    margin-bottom: 26% !important;
    margin-left: 2px !important;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.webSite {
    padding: 130px 0 30px 0 !important;
}


} /* FIN MEDIA QUERIES 800 landscape */


:root{
--secondary-color:#1F3930;
--third-color:#ddd;
--primary-color:#D2B04E;
--total-color:rgba(255,255,255,0.09);
--background-color-secondary:#FD5960;
}
