.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{
    --primary-color: #4B5E40;
    --secondary-color: #333333;
    --primary-color-text: #333333;
    --secondary-color-text: #ffffff;
    --background-color-primary: #4B5E40;
    --background-color-secondary: #333333;
    --link-menu-color: #4B5E40;
    --link-menu-color-hover: #333333;
    --secondary-color-hover: #f26724eb;
    --third-color: #4B5E40;
    --total-color: #4B5E40;
    --invert: invert(0); 
    
    
    --responsive-logo-header: calc(var(--header-logo-size) * 1);
    --responsive-logo-sticky: calc(var(--sticky-logo-size) * 1.3);
    --responsive-logo-footer: calc(var(--footer-logo-size) * 1);
    
    --responsive800-logo-header: calc(var(--header-logo-size) * 0.5);
    --responsive800-logo-sticky: calc(var(--sticky-logo-size) * 0.6);
    --responsive800-logo-footer: calc(var(--footer-logo-size) * 0.6);
    
}



html {
  scroll-behavior: smooth;
}

body{
    margin:0;
    padding:0;
    
/    font-family: 'Open Sans', sans-serif;
/    font-family: 'Questrial', sans-serif;
    font-family:'inter' !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
}    

/*=====Generico====*/
*{
    margin:0;
    padding:0;
    outline:0;}
input, select, textarea{
    outline:0;
    font-family: 'banks-miles-single', sans-serif;}
input::-moz-focus-inner { border:0; padding:0 }
img{
    border:0;
    outline:0;}
    
img {
    width: 100%;
    height: auto;
}
    
@font-face{
    font-family:"banks-miles-single";
    src:url("/drive/repo/editorweb/banks-miles-single.ttf") format("woff"),
    url("/drive/repo/editorweb/banks-miles-single.ttf") format("opentype"),
    url("/drive/repo/editorweb/banks-miles-single.ttf") format("truetype");
}

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

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

@keyframes fadeInRight{
    from{
        opacity:0;
        transform:translate3d(100%,0,0)
    }
    to
    {
        opacity:1;
        transform:none
    }
}
@keyframes 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 #ff6b35,
      0px 0px 15px #ff6b35,
      0px 10px 10px #ff6b35,
      0px 10px 10px #ff6b35,
      0px 10px 10px #ff6b35,
      0px 10px 10px #ff6b35,
      0px -10px 10px #ff6b35,
      0px -10px 10px #ff6b35;}
}

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

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

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

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

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

            100% {
                transform: rotate(-360deg);
            }
}
    
/*===== Correcciones de gestion ====*/   
    
.slide .widget_container{
    position:static;}  
    
    
/*===== Transitions ====*/  
    

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


body {
    font-family: 'banks-miles-single' !important;
  font-size: 16px;
}
img {
  vertical-align: middle;
}
a, a:focus, a:visited{ 
  text-decoration: none;
}
.ori-icon{
    font-size: 25px !important;
}

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

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



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


 
      

    
/*===== Apartado Aviso API */ 
  
.whatsapp_banner .avisoapi{
    margin-top: -5px;
    text-align: center;
    max-width:100%;
    padding-bottom: 10px;
/    border-bottom: 2px dotted #fff;
}
    

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


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


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


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

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

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


    


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

                WHATSAPP [ BANNER / BOTÓN HEADER ]

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


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



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

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

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






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

                POP UPS / FLOTANTES

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

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





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

                ESTRUCTURAS PRE-HEADER

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

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


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

                BUTTON TO TOP

------------------------------------------------- */
.toTop {
    position: fixed;
    right: 0.2%;
    bottom: 5%;
    display: none;
    width: 45px;
    height: 45px;
    background: #ff6b35 url('/drive/repo/editorweb/toTop.png') no-repeat center/50% auto;
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
}
.toTop:hover{   
    background: #ff6b35 url('/drive/repo/editorweb/toTop1.png') no-repeat center/50% auto;
}
 
.toVerum {
    position: fixed;
    right: 7.1%;
    top: 0;
/    display: none;
    width: 67%;
    height: 67%;
    background: transparent url('/drive/repo/general/VerumOra4JGP.png') no-repeat center/50% auto;
    z-index: 100;
    cursor: pointer;
    opacity: 0.6;
/    transition: all 0.3s ease;
    animation-name: fadeInRight;
    animation-duration: 1.25s;
}


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

            SOLAPITAS FLOTANTES

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

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

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

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

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

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

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

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

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


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

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

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

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

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



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

               MENU PIE VOLVER

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

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

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


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

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

.volverm .menuItemCont {
    width: 95%;
}

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

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

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

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

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

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

                AJUSTES REGISTRO

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


.loginWeb-ori, .user_options-forms .forms_field-input, .user_options-forms .forms_buttons-forgot, .user_options-forms .forms_buttons-action,
.conectWith a {
    font-family:'banks-miles-single' !important;
}

.user_options-forms .logo {
    width: 30%;
}

.user_options-forms .forms_title {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #ff6b35;
    letter-spacing: 0.1rem;
    text-transform: none;
    margin-top: 10px;
    text-align: center;
}

.user_options-forms .forms_buttons-action,
.conectWith a {
    background-color: #f78e69;
}

.user_options-forms .forms_buttons-action:hover, .conectWith:hover a {
    background-color: #ff6b35;
}

.conectWith {
    margin-top: 20px;
}

.user_options-forms .or-with {
    /* margin: 10px 0; */
    display:none;
}

.user_options-text {
    background: gray;
}

.conectWith{
    display:none;
}

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

                AJUSTES LOGIN SCREEN

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


.logo-wrapper h2 {
    display: none !important;
}

.image-container img {
  max-width: 100% !important;
  max-height: 100% !important;
}


.login-btn-submit {
  background-color: #4B5E40;
  color: #fff;
}

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

.forgot-password a {
  color: #4B5E40;
}

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

.ori-btn .button_bg::before, .ori-btn .button_bg::after {
  background: #4B5E40;
    color: #fff !important;
}

.oauth-button {
  background-color: #c8e8e6;
  font-weight: bold;       
}

.oauth-button.google-btn i  {
  color: #000;
}

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

                MEDIA QUERIES

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

                MEDIA QUERIES 

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

@media (max-width: 600px){

.login-card {
  margin-top: 100px;
}

}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {



.copyGB{
    font-size:8px;
}



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

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

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


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

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


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

*/


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

} /* FIN MEDIA QUERIES 1023 */

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

                MEDIA QUERIES LANDSCAPES

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

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



} /* FIN MEDIA QUERIES 800 landscape */

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

header{
    position: fixed;
    width: 100%;
    z-index: 999;
    font-family: 'inter';
}

.header-menu {
    z-index: 999;
    transition: all 0.1s ease-in-out;
/    background: transparent;
    box-shadow: none;
    width: 80%;
    margin: 0 10%;
    background-color: rgba(255,255,255,0) !important;
    box-shadow: none !important;
}

.header-menu.sticky {
    position: fixed !important;
/    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0,0,0,0) 0px 0px 20px -10px  !important;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%) !important;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.header-menu .menu-area {
/    background: transparent;
}

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

.sticky{
    display: block;
}

.header-logo{
  cursor: pointer;
  margin-left: 1%;
}

.header-menu.sticky .header-logo{
  cursor: pointer;
}

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

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

.menu-area .logo-area {
    position: relative;
    z-index: 9;
/    margin-right: 20px;
    width: 100%;
}

.menu-area .logo img {
    display: inline-block;
    vertical-align: middle;
    width: var(--header-logo-size);
    margin-top: 20px;
    padding-bottom: 15px;
    transition: all 0.5s ease;
    animation-name: fadeInLeft;
    animation-duration: 2.25s;
}

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

.menu-area .sticky-logo img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease;
    animation-name: fadeInRight;
    animation-duration: 2.25s;
    margin-top: 20px;
    padding-bottom: 15px;
    width: var(--sticky-logo-size);
}

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

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

.header-menu.sticky .sticky-logo {
    display: block;
/    margin-left: 4%;
    margin-left: 8%;
}

.header-menu.sticky .row {
    margin-right: 4%;
}

.header-menu.sticky .col {
/    margin-right: 4%;
}

.menu-mobile {
      display: none;
}

.menu-desktop {
      display:block;
      width: 100%;
      display: flex;
      justify-content: flex-end;
}

.menu-area .menu-desktop .menuItem {
    position: relative;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
    color: var(--secondary-color-text);
    padding: 20px 25px 30px 25px;
    padding: 20px 8px 30px 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-area .menu-desktop .menuItem:nth-last-child(1) {
    padding-right: 15px;
}

.header-menu.sticky .menu-area .menu-desktop .menuItem {
    font-size: 11px;
    font-weight: bold;
}

.header-menu .menu-area .menu-desktop .menuItem a {
    text-decoration: none;
    background-image: linear-gradient(var(--secondary-color-text), var(--secondary-color-text));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 4px;
    color: var(--secondary-color-text);
    cursor: pointer;
}

.header-menu.sticky .menu-area .menu-desktop .menuItem a {
    text-decoration: none;
    background-image: linear-gradient(var(--secondary-color-text), var(--secondary-color-text));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 4px;
    color: var(--secondary-color-text);
}

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

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

.header-menu .menu-area .menu-desktop .menuItem a:hover, a:focus {
    background-size: 100% 2px;
   color: var(--secondary-color-text);
}

.header-menu .menu-area .menu-desktop .menuItem:hover{
   color: var(--secondary-color-text);
}

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

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

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


.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;
    font-weight: bold;
}

.l-header-btn {
    color: inherit;
    font-weight: normal;  
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

}

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

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

@media (min-width: 1400px) {
   
}.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: #fff;
    transition: .3s ease;
}

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

.ob .userCont{
    position: absolute;
    display: none;
    right: 0;
    top: 47px;
    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;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--primary-color);
    color: #000;
    font-weight: 600;
}
.ob .userCont .user {
    overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: center;
    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-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

.ob .userCont .user .userDetails .mail {
    display: block;
    word-wrap: break-word;
    font-size: 10px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: bold;
}

.ob .userCont .user .userDetails .perfil a {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #333;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 30px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
}

.ob .userCont .user .userDetails .perfil a:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.ob .userCont .logOut {
    display: block;
    padding: 10px 15px;
    background: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    border: 1px solid var(--primary-color);
    color: #ffffff;
    border-radius: 5px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.ob .userCont .logOut:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

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

                LOGICA 9 PUNTITOS APPSCONT

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

.header-menu .container-dashboard {
    position: fixed;
    background: #fff;
    width: 325px;
    height: 420px;
    display: none;
    right: 180px;
    top: 137px;
    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;
}

.header-menu.sticky .container-dashboard {
    right: 100px;
    top: 87px;
}


.container-dashboard .title {
  text-align: center;
  padding: 10px 0 15px 0;
  margin-top: 1%;
  font-size: 13px;
  font-weight: bold;
  background-color: var(--secondary-color-text);
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
  text-transform: uppercase;
}

.container-dashboard .title span a, .ob .userCont .title span a {
  display: none;
}

.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: 10px 6px 10px 0;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-header {
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding: 5px 20px 5px 6px;
    background: var(--primary-color);
    border-radius: 4px;
    cursor: pointer;
}
.container-dashboard .appMenu .appMenu-header .user-pic {
  width: 18%;
  padding: 2px;
  border-radius: 12px;
  margin-right: 10px;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

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

.container-dashboard .appMenu .appMenu-header .user-info {
  /* Cambiar color aqui dependiendo de la pag */
    color: #000; 
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 0px;
    width: 82%;
}

.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: 9px;
    margin-top: 0px;
    text-transform: none;
    color: var(--secondary-color-text);
}
.container-dashboard .appMenu .appMenu-header .user-info .user-dni {
    font-size: 12px;
    margin-top: 4px;
    font-family: 'banks-miles-single' !important;
    text-transform: none;
    color: var(--secondary-color-text);


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

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

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

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

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

.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;
 }
    
.toTop {
    position: fixed;
    right: 0.2%;
    bottom: 2%;
    display: flex;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: var(--secondary-color-text);
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.toTop:hover {
    background: var(--secondary-color);
    color: var(--secondary-color-text);
}.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: scroll!important;
    background: url(/drive/repo/general/CM-Img-003.jpg) no-repeat top/cover  !important;
}
.menuContainer .close{
    position: relative;
    top: 0;
    width: 60px;
    height: 50px;
    left: 0;
    cursor: pointer;
    z-index: 20;
}
.menuContainer .close:before,
.menuContainer .close:after{
    height: 1px !important;
    width: 24px;
    top: 30px;
    left: 14px;
    display: block;
    content: "";
    background: #e7e6dd;
    position: absolute;
    z-index: -1;
    transition: all .25s .25s;
}
.menuContainer .close:before{
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
}
.menuContainer .close:after{
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
}
.menuNavbar {
    width: 275px;
    position: absolute;
    height: 100%;
    min-height: 50vh;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.menuNavbar .contMenu{
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 10%;
}
.menuList{
    float: none!important;
    line-height: 1!important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menuElement:after{
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}
.menuElement.level-0{
    float: none!important;
    line-height: 1!important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    display: block !important;
}
.menuElement.level-0 a{
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 28px !important;
    text-rendering: optimizeLegibility;
    padding: 15px 0;
/    text-transform: capitalize;
    color: #ffffff;
    display: block !important;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
}

.menuElement > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,.075);
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block!important;
}
.menuElement.level-1 > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,.15);
    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: #f78e69;
    height: 101vh;
    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;
    text-transform: capitalize;
}
.overflow-a{
  overflow: auto;   
}

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

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

                ESTRUCTURA

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

.cookiesBanner {
/    display: block !important;
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px;
    opacity: 1;
    height: 40vh;
    z-index: 9999999;
    display: flex;
    flex-direction: column; 
    font-family: 'inter'; 
    text-align: justify;
    background: var(--secondary-color);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.cookiesMessage  {
    padding: 5px 0 5px 0;
}

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

                CONTENIDO

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

.cookiesBanner h1   {
    color: var(--cookies-color-title); 
    text-transform: uppercase;
    font-size: 30px;
    padding: 15px 10px 10px 10px;
    text-align: center;
}

.cookiesBanner h6   {
    color: var(--cookies-color-title);
    text-transform: none;
    font-size: 21px;
    padding: 15px 0 10px 0;
    padding: 15px 10px 10px 10px;
}

.cookiesBanner h3  {
    color: var(--cookies-color-text);
    text-transform: none;
    font-size: 12px;  
    font-weight: 500;
    line-height: 1.8;
    padding-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
}

.cookiesBanner h5  {
    color: var(--cookies-color-text);
    text-transform: none;
    font-size: 17px;  
    font-weight: 800;
    line-height: 1.4;   
}

.cookiesBanner p  {
}

.cookiesBanner button   {
    position: fixed;
    left: 4.2%;
    bottom: 7%;
    width: 40%;
    background: var(--color-positive);
    color: var(--secondary-color-text);
    font-family: 'inter'; 
    text-transform: uppercase;
    text-align: center !important;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 20px 20px 20px;  
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.cookiesBanner .seeMoreButton   {
    position: fixed;
    left: 53%;
    bottom: 7%;
    width: 40%;
    background: var(--color-positive);
    color: var(--secondary-color-text); 
    font-family: 'inter'; 
    text-transform: uppercase;
    text-align: center !important;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    border: none;
    text-decoration: none; 
    cursor: pointer;
}

.cookiesBanner .seeMoreButton:hover   {
    background: var(--color-negative);
    color: var(--link-menu-color-hover); 
    color: #fff;
}

.cookiesBanner button:hover   { 
    background: var(--color-negative);
    color: var(--secondary-color-text);
}

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

                MEDIA QUERIES LANDSCAPES

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

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

.cookiesBanner {
    height: 100vh;
    text-align: justify;
    background: var(--third-color) url('/drive/repo/general/SYS-LOGO-005.png') no-repeat top/auto 15%;
    background-position: top 10px right 50%;
}

.cookiesMessage  {
    padding: 35px 0;
}

.cookiesBanner button   {
    position: fixed;
    left: 3%;
    bottom: 6%;
    width: 50%;
}

.cookiesBanner .seeMoreButton   {
    position: fixed;
    right: 0%;
    left: 57%;
    bottom: 6%;
    width: 40%;
}

.cookiesBanner h1   {
    font-size: 11px;
}

.cookiesBanner h6   {
    font-size: 9px;
}

.cookiesBanner h3  {
    font-size: 9px; 
}

.cookiesBanner h2  {
    font-size: 9px; 
}

.cookiesBanner h4  {
    font-size: 9px; 
}

.cookiesBanner h5  {
    font-size: 9px;  
}

} /* FIN MEDIA QUERIES 800 landscape */


.preFooter .poligonoSlider{
    background: var(--primary-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: -100px;
    clear: both;
}

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

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

                CONT IZQUIERDA

------------------------------------------------- */
   
.dummycontact  .ContIzquierda {
    display:flex;
    flex-direction: column;
    vertical-align:top;
    padding:0 0 0 0;
    margin: 0px 0 0 0%;  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    align-items: center;
    width: 45%;
    font-family: inter !important;
} 

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

                CONT MEDIO

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

.dummycontact .ContMedio {
    width: 25%;
    margin-right: 5%;
}

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

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

.dummycontact .ContMedio .contMenu .menuItem a {
    font-size: 0.8em;
}

.dummycontact .ContMedio .contMenu .menuItem i {
}

.dummycontact .ContMedio .contMenu .menuItem:hover i {
}

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

                CONT DERECHA

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

.dummycontact .ContDerecha {
    width: 30%;
}

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

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

.dummycontact .ContDerecha .contMenu .menuItem {
    font-size: 0.8em;
}

.dummycontact .ContDerecha .contMenu .menuItem i {
}

.dummycontact .ContDerecha .contMenu .menuItem:hover i {
}

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

                IMAGE

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

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

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

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

                REDES

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

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

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

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

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

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

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

                ADDRESS

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

.cInfo {
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
}

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

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

                INFO CHILD (1)

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

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

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

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

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

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

                ESTILOS

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

.estilos a {
    display: flex;
    align-items: center;
    justify-content: flex-star;
    color: var(--secondary-color-text);
}

.estilos i {
    font-size: 26px;
    width: 8%;
    color: var(--secondary-color-text);
    margin-right: 8px;
}

.estilosR i {
    font-size: 50px;
    color: var(--secondary-color-text);
} 

.estilosR i:hover,  .estilos i:hover {
    color: var(--hover-awesome);
} 

.estilos a[href]:hover, .estilos a[href]:hover p, .estilos  p:hover, .estilos  a:hover {
    text-decoration: none;
    color: var(--hover-awesome);
    font-weight: bold;
}

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

                FORMULARIO

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                COPYRIGHT

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

.copyright{
    text-align: center;
    background: var(--primary-color);
    margin: 0 auto;
    padding: 50px 0 30px 0;
    font-family: inter !important;
}

.copyright p{
    font-size: 10px;
    color: var(--secondary-color-text);
}

.copyright p strong {
    font-size: 10px;
    color: var(--secondary-color-text);
    font-weight: bold;
}

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;
    padding: 30px 0px 20px 0;
}
 
.dummycontact .ContIzquierda {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
}

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

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

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

.dummycontact .ContDerecha .estilosR .contMenu {
    justify-content: center;
}

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

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

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

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

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

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


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.dummycontact .ContIzquierda {
    width: 80%;
}

.imgFooter {
    width: 70%;
}

.dummycontact .ContDerecha {
    width: 80%;
}

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

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

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

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

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

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

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

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

                INFO CHILD (1)

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

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

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

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

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


} /* FIN MEDIA QUERIES 800 landscape */


.dummycontact .ContMedio {
    width: 30%;
    margin-right: 5%;
}

.dummycontact .ContDerecha {
    width: 30%;
    display: none;
}

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

                MEDIA QUERIES 

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

@media (max-width: 600px){


.dummycontact .ContMedio {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

}

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

                MEDIA QUERIES 

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

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


.dummycontact .ContMedio {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

}
.container {
  width: 85%;
  max-width: 3000px !important;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.contact {
    padding: 40px 60px; 
    background: rgba(0,0,0,0.07);
    border-radius: 15px;
    clear: both;
    width: 83%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: inter;
}

.contact-content {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
    position: relative;
      flex-direction: row;
}
 
.contact-content:before {
    content: '';
    width: 600px;
    height: 600px;
    background: var(--secondary-color);
    background: url('/drive/repo/general/CM-Background_002.png') no-repeat top/cover;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 0;
    display: block;
    opacity: 0.15;
}

.contact .hero-contact {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 60%;
}

.contact .form {
    margin-right: 20px;
    min-height: 465.5px;
    height: auto;
    width: 40%;
}

.contact .hero-contact .wdgPostCont {
    position: relative;
    z-index: 1;
}

.contact .hero-contact .menuTitle {
    font-size: 1.5rem;
    margin-bottom: 35px;
    font-weight: 700;
}

.contact .hero-contact .menuTitle a {
    font-weight: 700;
    display: flex;
    align-items: center;
}

.contact .hero-contact .menuTitle I {
    font-size: 60px;
    margin-right: 10px;
    color: var(--primary-color);
}

.contact .hero-contact .description {
    color: var(--primary-color-text)
}

.contact .hero-contact .menuDescription p {
    font-size: 18px;
    margin-bottom: 0px;
}

.contact .hero-contact h1 {
        font-size: 1.8rem;
        margin-bottom: 35px;
}
    
.contact .hero-contact .menuDescription h4 {
    font-size: 10px;
    text-align: justify;
    padding-top: 33px;
    color: #ddd;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: none;
    color: var(--primary-color-text)
}


.contact .hero-contact .menuDescription h4 strong {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color);
    text-shadow: 1px 1px 1px var(--primary-color) !important;
}

.contact .hero-contact .menuDescription h3 {
    font-size: 10px;
    font-weight: bolder !important;
    padding-bottom: 5px;
}

.contact .hero-contact .menuDescription h3 [href] {
    font-size: 14px;
    text-align: justify;
    color: var(--primary-color);
    text-shadow: 1px 1px 1px var(--primary-color) !important;
    font-weight: 500;
    margin-left: 5px;
}

.contact .hero-contact .menuDescription h3 [href]:hover {
    color: var(--secondary-color);
}

.contact .form {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

.contact .form .formTitle {
    display: none;
}

.contact .form .formGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact .form .formGroup label {
    margin-bottom: 8px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact .form .formGroup input,
.contact .form .formGroup textarea {
    border: 0.5px solid #d9d9d9;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all .5s ease;
}

.contact .form .formGroup input:hover,
.contact .form .formGroup textarea:hover{
    border: 0.5px solid var(--secondary-color);
}

.contact .form .formGroup input:focus,
.contact .form .formGroup textarea:focus {
    background: var(--secondary-color);
    color: white;
}

.contact .form .formGroup.checkbox_simple {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 12px;
    color: var(--secondary-color);
    text-shadow: 1px 1px 1px var(--secondary-color) !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.contact .form .formGroup.checkbox_simple label {
    display: none;
}

.contact .form .formButtons .success {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: var(--secondary-color-text);
    background: var(--primary-color);
    text-align: center; 
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
    border: 0;
}

.contact .form .formButtons .success:hover {
    background: var(--secondary-color);
    color: var(--secondary-color-text);
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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

@media (max-width: 1023px) {

.contact {
    padding: 20px 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 150px;
}
    
.contact-content {
    flex-direction: column;
    width: 100%;
}
 
.contact-content:before {
    content: '';
    width: 250px;
    height: 250px;
    background: var(--secondary-color);
    background: url('/drive/repo/general/9609.png') no-repeat top/cover;
    position: absolute;
    top: 75px;
    left: 100px;
/    border-radius: 50%;
    z-index: 0;
    display: block;
    opacity: 0.25;
}

.contact .hero-contact, .contact .form {
    width: 95%;
    margin: 0 auto;
}

.contact .hero-contact .menuTitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
    font-weight: 700;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */


.w2 {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.w3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

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

                PORTADA

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


.Portada {
  width: 91.5%;
  margin: 0 auto;
  height: 90vh;
  border-radius: 20px;
  background: var(--primary-color);
  margin-top: 3%;
}

.Portada .menuDescription {
  padding-top: 17%;
  width: 70%;
  margin: 0 auto;
}

.Portada .menuDescription h1 {
  color: var(--secondary-color-text);
  padding-bottom: 40px;
  text-align: center;
}

.Portada .menuDescription p {
  color: var(--secondary-color-text);
  line-height: 1.7;
  padding-bottom: 20px;
}

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

                ABOUT US

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

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

.AboutUs .menuItemCont {
  width: 100%;  
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.AboutUs .menuItemCont .menuPic {
  width: 33%;
  margin: 0 auto;
  text-align: center;
}

.AboutUs .menuItemCont .menuPic img {
  width: 100%;
  margin: 0 auto;
}

.AboutUs .menuItemCont .menuDescription  {
  width: 50%;
  margin: 0 auto 0 0;
}

.AboutUs .menuDescription h1 {
  color: var(--primary-color);
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: right !important;
}

.AboutUs .menuDescription p {
  color: var(--primary-color-text);
  line-height: 1.7;
  padding-bottom: 15px;
}

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

                SERVICIOS

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

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

.Servicios  .menuItemCont {
  width: 100%;  
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.Servicios  .menuItemCont .menuPic {
  width: 33%;
  margin: 0 auto;
  text-align: center;
}

.Servicios  .menuItemCont .menuPic img {
  width: 100%;
  margin: 0 auto;
}

.Servicios  .menuItemCont .menuDescription  {
  width: 50%;
  margin: 0 0 0 auto;
}

.Servicios  .menuDescription h1 {
  color: var(--primary-color);
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: left !important;
}

.Servicios  .menuDescription p {
  color: var(--primary-color-text);
  line-height: 1.7;
  padding-bottom: 10px;
}

.Servicios ol {
/    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 0 0 6%;
}


.Servicios ul {
    margin-top: 10px;
/    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    padding: 0 0 0 6%;
}

.Servicios li {
    color: #333;
    padding: 0 0 8px 0px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 auto;
    font-family: inter;
}

.Servicios li::marker {
    color: var(--primary-color) !important;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: inter;
}

.Servicios li strong {
    color: #333 !important;
    font-size: 13px;
    font-weight: bolder;
    margin: 0 0;
    font-family: inter;
    margin-right: 2px;
    text-transform: uppercase;
}

.Servicios li:last-child {
  padding-bottom: 15px;
}

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

                LEGAL NOTICE

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

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

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

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

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

.gestor .menuPic img {
    opacity: 0.7;
    width: 25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gestor li strong {
    color: var(--primary-color);
    text-shadow: 1px 1px 2px var(--primary-color) !important;
    padding: 0 0 8px 0px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bolder;
    margin: 0 0;
    margin-right: 2px;
    opacity: 0.8;
}

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

                DIRECTORIES NAVIGATION

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

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

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

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

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

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

.MenuDirectory .wdgTitle .title i {
    font-size: 40px;
    margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

                ESTRUCTURA GENERAL

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

.jorge3  {
    position: relative;
    background: transparent;
    width: 83.4%;
    margin: 20px auto 0px auto;
}

.jorge3 .flex,  .jorge3  .widget_container {
    display: flex;
    flex-direction: column-reverse;
}


.jorge3 .wdgTitle {
    width: 96%;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
/    opacity: 0.8;
}

.jorge3 .wdgTitle .title {
    font-family: inter;
    font-weight: bold;
    font-size: 16px;
    color: var(--link-menu-color);
    color: #f2f2f2;
    background: var(--secondary-color);
    padding: 15px 0 15px 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    letter-spacing: 1.25px;
}

.publicacion_all_in_one {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0 auto;
    margin-top: 3px;
    justify-content: space-between;
}

.publicacion_all_in_one .col1Left0 {
    width:0%; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
} 

.publicacion_all_in_one  .col1Left {
    width:25%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0%;
} 

.publicacion_all_in_one  .col2Righ { 
    width:74.5%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0.5%;
} 


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

                TITULOS

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



.col1Left0 .wdgTitle_categorias .title, .col1Left .wdgTitle_publicaciones .title, .col2Righ .wdgTitle_publicacion .title  {
    text-align: center;
    font-family: inter;
    font-size: 12px;
    font-weight: bold;
    background: var(--primary-color);
    color: var(--secondary-color-text);
/    border: 1px dotted #696f75;
    text-align: center;
    padding: 25px 0;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 3px;
    opacity: 1;
    text-transform: uppercase;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
} 

.col1Left .wdgTitle_publicaciones .title  {
    display: flex;
    align-items: center;
    justify-content: center;
} 

.col1Left .wdgTitle_publicaciones .title i  {
    margin-right: 10px;
    font-size: 20px;
} 


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

                ESTRUCTURA CATEGORIAS

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

.LCateg {
    width: 99%;
    margin: 0 auto;
/    display: flex;
    flex-direction: row;
}

.LCateg .wdgTitle {
    background: var(--secondary-color);
    padding: 20px 0;
}

.LCateg .wdgTitle .title {
    text-align: center;
    font-family: inter;
    font-size: 10px;
    font-weight: bold;
    color var(--link-menu-color);
    text-transform: uppercase;
}

.LCateg .categItemCont  {
/    background: var(--primary-color);
    padding: 10px 0;
    margin: 0px 0;
}

.LCateg .categItemCont .categPic {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}

.LCateg  .categItem {
/    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    flex-direction: column;
}

.LCateg .categItemCont .categTitle{
    text-align: center;
    font-family: inter;
    font-size: 10px;
    font-weight: bold;
    color var(--link-menu-color);
    text-align: center;
    margin-top: 3px;
}

.LCateg .categItem.active .categItemCont {
/    background: var(--third-color);
}

.LCateg .categItem.active .categItemCont .categTitle {
    color: var(--background-color-secondary);
    color: #fff;
    background: var(--primary-color);
    padding: 10px;
/    opacity: 0.8;
    border-radius: 2px;
}

.LCateg .categItem .categItemCont .categTitle a {
    font-size: 8px;
    font-family: inter;
    text-transform: uppercase;
}

.LCateg .categItemCont .categDescription {
    display: none;
}

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

                ESTRUCTURA SUBCATEGORIA

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


.LCateg .categItem .contCateg_nivel0  {
    display: flex;
    flex-direction: column;
}

.LCateg .contCateg_nivel0 .categItem   {
    background: transparent;
    padding: 0;
    width: 100%;
}

.LCateg .contCateg_nivel0 .categItemCont   {
    background: transparent;
    padding: 0px 0;
    margin: 6px 0;
    display: flex;
    align-items: center;
}

.LCateg .contCateg_nivel0 .categItem .categItemCont .categPic {
    width: 16%;
    height: 16%;
}

.LCateg .contCateg_nivel0 .categItem .categItemCont .categPic img {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.LCateg .contCateg_nivel0 .categItem .categItemCont .categTitle {
    width: 70%;
    text-align: left;
    font-family: inter;
    font-size: 8px;
    font-weight: bold;
    color: var(--link-menu-color-hover);
    text-align: left;
/    margin-top: 8px;
    padding-left: 0;
}

.LCateg  .categItem.active .contCateg_nivel0 .categItemCont  {
    background: var(--third-color);
    background: transparent !important;
}

.LCateg  .categItem.active .contCateg_nivel0 .categItemCont .categTitle a {
    background: var(--secondary-color);
}

.LCateg  .categItem.active .contCateg_nivel0 .categItemCont  .categTitle a {
    color: var(--link-menu-color-hover);
/    color: #fff;
    font-family: inter;
    font-size: 8px;
    padding: 7px 15px 6px 15px;
    border-radius: 3px;
}

.LCateg  .contCateg_nivel0  .categItem.active .categItemCont  {
    background: var(--third-color);
    background: transparent !important;
}

.LCateg  .contCateg_nivel0  .categItem.active .categItemCont .categTitle a {
    background: var(--third-color);
}

.LCateg  .contCateg_nivel0 .categItem.active  .categItemCont  .categTitle a {
    color: var(--background-color-secondary);
    color: #fff;
    font-family: inter;
    font-size: 8px;
    padding: 7px 15px 6px 15px;
    border-radius: 3px;
}

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

                ESTRUCTURA LISTADO DE PUBLICACIONES

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

.LPost {
    width: 98%;
    margin: 0 auto;
    color: #696f75;
    font-weight: bold;
}

.LPost .wdgTitle {
    background: var(--secondary-color);
    padding: 20px 0;
    margin-bottom: 10px;
}

.LPost .wdgTitle .title {
    text-align: center;
    font-family: inter;
    font-size: 10px;
    font-weight: bold;
    color var(--link-menu-color);
    text-transform: uppercase;
}

.LPost .wdgContent {
    display: flex;
    flex-wrap: wrap;
}

.LPost  .wdgItemPost {
    width: 40%;
    margin: 0 auto;
}

.LPost .wdgItemPostCont {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    align-items: center;
}

.LPost .calendarPost {
    font-size: 12px;
    padding-bottom: 5px;
    text-align: center;
    order: 1;
    position: absolute;
    bottom: 8%;
    font-family: 'inter';
    color: var(--total-color);
    left: 115px;
}

.LPost .PostPic  {
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.LPost .wdgItemPost:nth-child(odd) .PostPic img{
    background: var(--total-color);
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 4px;
}

.LPost .PostPic img {
    object-fit: fill;
    width: 100%;
    height: 100%;
    background: #9cc9d0;
    background: transparent;
    opacity: 0.8;
}

.LPost  .wdgItemPost .PostPic img {
    opacity: 0.5;
}

.LPost  .wdgItemPost.active .PostPic img {
    opacity: 1;
}

.LPost .PostDetails {
    margin-left: 0%;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    font-family: 'inter';
    line-height: 1.2;
    text-transform: initial;
    color: var(--background-color-primary);
}

.LPost .PostDetails .title {
    padding-bottom: 3px;
/    border-bottom: 1px dotted var(--primary-color);
}

.LPost .wdgItemPost .PostDetails a { 
    text-decoration: none;
    color: var(--secondary-color) !important;
    font-family: inter !important;
    text-transform: uppercase !important;
    text-align: left !important;
    font-size: 9px !important;
    align-items: center !important;
    font-weight: bold;
}

.LPost  .wdgItemPost.active .PostDetails a{ 
    text-decoration: none;
    color: var(--secondary-color-text) !important;
    font-family: inter !important;
    text-transform: uppercase !important;
    text-align: left !important;
    font-size: 9px !important;
    align-items: center !important;
    font-weight: bold;
}

.LPost  .wdgItemPost.active .wdgItemPostCont .title  {
    text-align: center !important;
    align-items: center !important;
    vertical-align: middle;
    background: var(--primary-color);
    padding: 10px 5px 8px 5px;
    border-radius: 5px;
/    opacity: 0.6;
}

.LPost  .wdgItemPost.active .wdgItemPostCont .title a { 
    text-decoration: none;
    color: var(--secondary-color);
    font-family: inter !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 9px !important;
    align-items: center !important;
    font-weight: bold;
}


.LPost  .PostDetails .subtitle  {
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.LPost  .PostDetails .subtitle img {
    display: none;
}

.LPost  .PostDetails .subtitle p, .LPost  .PostDetails .subtitle h1, .LPost  .PostDetails .subtitle h2,
.LPost  .PostDetails .subtitle h3 {
    font-family: inter;
    color: #696f75;
/    color: #333;
    font-weight: 600;
    text-align: center !important;
    font-size: 9px !important;
    text-transform: none  !important;
}

.LPost .screenGallery {
    margin-left: 4px;
    text-align: center;
}

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

                ESTRUCTURA MOSTRAR PUBLICACION

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

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

.Post .PostTitle .title h1 {
    text-align: center;
    font-family: inter;
    font-size: 12px;
    font-weight: bold;
    background: var(--primary-color);
    color: var(--secondary-color-text);
    text-align: center;
    padding: 27px 0 28px 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3px;
    opacity: 1;
    text-transform: uppercase;

/    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Post .PostTitle .screenPicCont  {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.Post .PostTitle .screenPicCont img  {
    opacity: 0.8;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}

.Post .PostDescription .description p, .Post .PostTitle .subtitle p {
    padding: 10px 0px 0 0px;
    text-align: justify;
/    font-family: inter;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.6;
    color: var(--secondary-color-text);
    font-family: inter;
    color: #333;
}

.Post .PostDescription .description p strong, .Post .PostTitle .subtitle p strong {
    font-family: inter;
    font-weight: 800;
    color: #000;
}

.Post .PostDescription .description p, .Post .PostTitle .subtitle h1, .Post .PostDescription .description p, .Post .PostTitle .subtitle h1 span {
    padding: 10px 0px 0 0px;
    text-align: center !important;
    font-family: inter;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
/    font-family: inter;
    color: #000;
    text-transform: uppercase;
    width: 99%;
    margin: 0 auto;
}

.Post .PostTitle .subtitle h1 img {
    width: 100%;
    opacity: 0.7;
}

.Post ol {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 0 0 6%;
}


.Post ul {
    margin-top: 10px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 0 0 6%;
}

.Post li {
    color: #333;
    padding: 0 0 8px 0px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 auto;
    font-family: inter;
}

.Post li::marker {
    color: var(--primary-color) !important;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: inter;
}

.Post  li strong {
    color: #333 !important;
    font-size: 13px;
    font-weight: bolder;
    margin: 0 0;
    font-family: inter;
    margin-right: 2px;
    text-transform: uppercase;
}

.Post .PostDescription .description h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.Post .PostDescription .description h6 a {
    background: var(--secondary-color);
    padding: 20px 0;
    text-align: center !important;
    font-family: inter;
    font-size: 11px !important;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase !important;
    width: 80%;
    border-radius: 5px;
    padding: 12px 40px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
/    animation:blur .80s ease-out infinite;
/    text-shadow:0px 0px 5px #fff,
/      0px 0px 7px #fff;
}

.Post .PostDescription .description:hover h6 a {
    background: var(--primary-color);
    color: #000;
    opacity: 0.7;
}

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

                IFRAME

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

.Post .PostDescription .description {
    width: 95%;
    margin: 10px auto 0 auto;
} 

.Post .PostDescription  .description h3 iframe {
    width: 100% !important;    
    height: 370px !important;
    border: 15px solid rgba(0,0,0,0.1);
    margin: 0 auto;
} 

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

                ESTRUCTURA BUSCADOR

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

.div_buscador_publicacion {
    width: 94%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    background: rgba(0,0,0,0.2);
    background: #333;
    padding: 20px;
/    border-radius: 10px;
    opacity: 0.6;
}

.div_buscador_publicacion input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
/    border: 1px solid var(--primary-color);
    border-top-left-radius: 8px;    
    border-bottom-left-radius: 8px;
    font-family: inter;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
}

.div_buscador_publicacion button {
    width: 7%;
    height: 50px;
    border: 0;
    color: transparent;
    font-size: 1px;
    background: var(--secondary-color) url(/drive/repo/general/search.png)  no-repeat center/auto 50%;
    cursor: pointer;
    transition: all .3s;
    margin-left: -2px;
    margin-right: 7px;
/    border: 1px solid var(--secondary-color);
    cursor-pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.div_buscador_publicacion button:hover {
    width: 7%;
    height: 50px;
    border: 0;
    color: transparent;
    font-size: 1px;
    background: var(--primary-color) url(/drive/repo/general/searchW.png)  no-repeat center/auto 60%;
/    border: 1px sollid var(--primary-color);
    cursor: pointer;
    transition: all .3s;
    margin-left: -2px;
    margin-right: 7px;
    border: 1px dotted #ddd;
    cursor-pointer;
}

.div_buscador_publicacion button:nth-child(3) {
    width: 7%;
    height: 30px;
    border: 0;
    color: #000;
    font-size: 8px;
    font-family: inter;
    background: red;
    background: var(--secondary-color);
    cursor: pointer;
    transition: all .3s;
    margin-left: 0px;
    margin-right: 0px;
/    border: 1px solid #ddd;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px !important;
}

.div_buscador_publicacion button:nth-child(3):hover {
    background: black;
    color: #fff;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.jorge3  {
    position: relative;
    width: 90%;
    padding: 10px 0px 10px 0px;
    background: transparent;
    border: none;
}

.publicacion_all_in_one {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
    flex-direction: column;
    flex-wrap: wrap;
}

.publicacion_all_in_one .col1Left0 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
} 

.publicacion_all_in_one  .col1Left {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
} 

.publicacion_all_in_one .col2Righ { 
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
} 

.LCateg .categItemCont .categTitle{
    padding: 10px 20px !important;
}

.col1Left0 .wdgTitle_categorias .title, .col1Left .wdgTitle_publicaciones .title, .col2Righ .wdgTitle_publicacion .title  {
    background: rgba(0,0,0,0.3);
    background: var(--secondary-color);
    width: 100%;
    color: var(--primary-color);
    font-family: inter;
    font-weight: bolder;
} 

.LCateg .categItem .contCateg_nivel0  {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.LCateg  .contCateg_nivel0 .categItem {
    width: 24%;
    margin: 0 0.5% 5px 0.5%;
}

.LCateg .contCateg_nivel0 .categItemCont   {
    display: block;
}

.LCateg .contCateg_nivel0 .categItem .categItemCont .categPic {
    width: 80%;
    height: 80%;
    margin-right: 0%;
    margin: 0 auto;
}

.LCateg .contCateg_nivel0 .categItem .categItemCont .categPic img {
    text-align: center;
    width: 100%;
    height: 100%;
}

.LCateg .contCateg_nivel0 .categItem .categItemCont .categTitle {
 /   display: none;
    width: 100%;
    text-align: center;
}


.LCateg  .categItem.active .contCateg_nivel0 .categItemCont  {
    background: var(--third-color);
    background: transparent !important;
}

.LCateg  .categItem.active .contCateg_nivel0 .categItemCont .categTitle a {
    background: var(--secondary-color);
}

.LCateg  .categItem.active .contCateg_nivel0 .categItemCont  .categTitle a {
    color: var(--link-menu-color-hover);
/    color: #fff;
    font-family: inter;
    font-size: 7px;
    padding: 3px 3px 2px 3px;
    border-radius: 3px;
}

.LCateg  .contCateg_nivel0  .categItem.active .categItemCont  {
    background: var(--third-color);
    background: transparent !important;
}

.LCateg  .contCateg_nivel0  .categItem.active .categItemCont .categTitle a {
    background: var(--third-color);
}

.LCateg  .contCateg_nivel0 .categItem.active  .categItemCont  .categTitle a {
    color: var(--background-color-secondary);
    color: #fff;
    font-family: inter;
    font-size: 7px;
    padding: 3px 3px 2px 3px;
    border-radius: 3px;
}

.LCateg {
/    width: 30%;
/    display: block;
}

.LCateg {
    width: 90%;
    display: flex;
    flex-direction: row;
}

.LCateg  .categItem {
    cmargin-left: 3%;
    margin-right: 3%;
}

.LCateg .categItemCont .categPic {
    width: 50%;
}


.LPost .PostPic {
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
    height: 80%;
}

.LPost  .PostDetails { 
/    display: none;
}

.Post  .subtitle { 
    width: 98%;
    margin: 0 auto;
}


.div_buscador_publicacion input {
    width: 85%;
}

.div_buscador_publicacion button, .div_buscador_publicacion button:hover {
    width: 15%;
}

.div_buscador_publicacion button:nth-child(3) {
    width: 15%;
}

::placeholder {
    font-size: 8px;
}

.div_buscador_publicacion {
    width: 98%;
}

.LPost  .wdgItemPost {
    width: 32%;
    margin: 0 auto;
}

.LPost .PostPic img {
    object-fit: fill;
    width: 30%;
    height: 30%;
    background: #9cc9d0;
    background: transparent;
    opacity: 0.8;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.icon-bar-fixed .icon-bar{
    top: 25% !important;
}


.LCateg {
    width: 60%;
    display: flex;
    flex-direction: row;
}

.LCateg img {
    width: 80%;
    margin: 0 auto;
}

.div_buscador_publicacion input {
    width: 85%;
}

.div_buscador_publicacion button, .div_buscador_publicacion button:hover {
    width: 8%;
}

} /* FIN MEDIA QUERIES 800 landscape */





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

                AJUSTES GENERALES

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


body {
  background-color: #fff !important;
    font-family:'inter' !important;

}

.loadOrisom{
    display: none !important;
}

.container-dashboard .appMenu .appMenu-header .user-info {
    color: var(--secondary-color-text); 
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 7px;
}

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

                AJUSTES HEADER, OB & ICON-BAR

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

.menu-area .menu-desktop .menuItem,
.ob .obIcon.iconApps::before,
.alert-icon{
    color: var(--secondary-color-text);
}

.ob .obIcon.iconApps:hover::before,
.alert-icon:hover {
    color: var(--hover-awesome);
}

.w-nav-icon {
    color: var(--primary-color);
    margin-top: -10px;
}

.alerts-count{
    background-color: var(--secondary-color-text);
}

.menu-area .Alerts, .ob  {
    margin-top: -10px;
} 

.icon-bar-fixed .icon-bar{
    top: 50%;
    right: 0;    
}

.icon-bar-fixed .icon-bar .menuItem:first-child .menuItemCont{
/    border-bottom: 1px solid var(--secondary-color-text);
}

.icon-bar-fixed .icon-bar .menuItem:last-child .menuItemCont{
    border-bottom-left-radius: 5px;
/    border-top: 1px solid var(--secondary-color-text);
}


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

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

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

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

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

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

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

                MEDIA QUERIES 

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

@media (max-width: 600px){

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

                ESTRUCTURA

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

.header-menu .menu-area .logo img {
    width: var(--responsive-logo-header);
}

.menu-area .sticky-logo img {
    width: var(--responsive-logo-sticky);
}

 .menu-mobile {
      display: block;
}

.menu-desktop {
      display: none !important;
}

.w-nav-icon {
    color: var(--secondary-color-text);
    margin-top: 0px;
}

.w-nav-icon:hover {
    color: var(--hover-awesome);
    margin-top: 0px;
}

.menu-area .no-login {
    margin-top: 5px;
} 

.menu-area .Alerts, .ob  {
    margin-top: 0px;
} 

.header-menu .container-dashboard {
    right: 0px;
    left: 30px;
    top: 90px;
}

.header-menu.sticky .container-dashboard {
    right: 100px;
    top: 70px;
}

.ob .userCont{
    right: -15px;
    top: 47px;
    width: 300px;
}

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

                PORTADA

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

.Portada .menuDescription {
  padding-top: 35%;
  width: 90%;
}

.Portada {
  height: 85vh;
}

.Portada .menuDescription h1 {
  padding-bottom: 20px !important;
  font-size: 20px !important;
}

.Portada .menuDescription p {
  color: var(--secondary-color-text);
  line-height: 1.4;
  padding-bottom: 20px;
  font-size: 15px !important;
  text-align: right !important;
}

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

                ENLACES

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

.AboutUs, .Servicios {
  margin-top: 30px;
  margin-bottom: 0px;
}

.AboutUs .menuItemCont, .Servicios  .menuItemCont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.AboutUs .menuItemCont .menuPic, .Servicios  .menuItemCont .menuPic {
  width: 75%;
  padding-bottom: 25px;
}

.AboutUs .menuItemCont .menuDescription, .Servicios  .menuItemCont .menuDescription  {
  width: 95%;
  margin: 0 auto;
}

.AboutUs .menuDescription h1, .Servicios  .menuDescription h1 {
  text-align: center !important;
  font-size: 25px;
  padding-bottom: 30px;
}

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

                BLOG ALL IN ONE

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

.jorge3  {
    margin-top: 0px;
}

.col1Left0 .wdgTitle_categorias .title, .col1Left .wdgTitle_publicaciones .title, .col2Righ .wdgTitle_publicacion .title  {
    background: var(--primary-color);
    color: var(--secondary-color-text);
    border-radius: 5px;
} 

.Post .PostTitle .title h1 {
    border-radius: 5px;
}

.LPost  .wdgItemPost {
    width: 45%;
    margin: 0 auto;
}

.LPost .PostPic img {
    width: 100%;
    height: 100%;
}

.Post .PostTitle .screenPicCont  {
    width: 95%;
    margin: 0;
}

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

                CONTACT FORM

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

.contact .hero-contact {
    padding-left: 0px;
}

.contact .hero-contact, .contact .form {
    width: 90%;
    margin: 0 auto;
}

.w3 {
  padding-top: 50px;
}

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

                FOOTER

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

.imgFooter2 .menuPic {
    margin-bottom: 20px;
    text-align: center;
}

.imgFooter2 .menuPic img {
    width: var(--responsive-logo-footer);
}

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

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

                LEGAL NOTICE & PRIVACY POLICY 

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

.gestor  {
    width: 80%;
    padding: 2% 5% 5% 5%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;  
}

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

.gestor .subtitle {
    font-size: 13px;
    margin-top: 5px;
}

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

.gestor .menuPic img {
    opacity: 0.7;
    width: 60%;
}

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

.gestor .menuDescription h1 {
    font-size: 17px;
    text-align: center !important;
    padding: 20px 0;
}

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

.gestor .menuDescription h2 {
    font-size: 24px;
}

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

               COOKIES

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

.cookiesBanner {
}

.cookiesMessage  {
}

.cookiesBanner button   {
    position: fixed;
    left: 0%;
    bottom: 11%;
    width: 100%;
    border-radius: 0px;
    font-size: 10px;
}

.cookiesBanner .seeMoreButton   {
    position: fixed;
    right: 0%;
    left: 0%;
    bottom: 2%;
    width: 100%;
    border-radius: 0px;
    font-size: 10px;
}

.cookiesBanner h1   {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
}

.cookiesBanner h6   {
    font-size: 12px;
}

.cookiesBanner h3  {
    font-size: 14px; 
}

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

.cookiesBanner h4  {
    font-size: 10px; 
}

.cookiesBanner h5  {
    font-size: 13px; 
    padding-bottom: 30px;
}
/* -------------------------------------------------

                HERO

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

.header-menu, .header-menu .menu-area {
    background: transparent;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}
   
.header-menu.sticky, .header-menu.sticky .menu-area {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}
   
.header-menu.sticky {
/    background: rgba(0,0,0,0.95);
    box-shadow: none !important;
    border-bottom: 10px solid white;
}
   
.header-menu .menu-area, .header-menu.sticky .menu-area {
    background: transparent;
}
 
.header-menu.sticky  .menu-area {
    padding-top: 0px;
    padding-bottom: 5px;
}

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

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

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

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

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

.header-menu .col .menu-desktop , .header-menu.sticky  .col .menu-desktop {
    display:none;
}

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

.header-menu.sticky .col .resto {
    margin-top: -15px;
    transition: all 300ms ease-in-out;
    animation-name: fadeInLeft;
    animation-duration: 2s;
}

.SiteJ {
    width: 100%;
}

.hero-banner {
    height: 40vh;
    background: url('/drive/repo/general/CRW-Hero-Banner_220.jpg') fixed no-repeat left/cover;
    background: var(--primary-color);
}

.header-menu.sticky, .dummycontact, .copyright {
/    background: url('/drive/repo/general/CRW-Hero-Banner_220.jpg') fixed no-repeat left/cover;
    background: var(--primary-color);
}

.hero-banner .hero-text {
    padding: 10px 0;
    margin-top: 140px;
}

.hero-banner .hero-text h3 {
    display: none;
}

.DummyTitle .menuPic {
    padding: 0px 0 0 0;
}

.DummyTitle .menuDescription h3  {
    padding: 15px 2% 0px 2%; 
}

.first-line {
    margin-top: 30px;
}

.header-menu.sticky, .dummycontact, .copyright {
    border-bottom: none !important;
}

.header-menu.sticky .menu-area {
    border-bottom: none !important;
}

.header-menu.sticky, .header-menu.sticky .menu-area {
/    padding-top: 85px;
/    padding-bottom: 15px;
    background: var(--primary-color);
}

.header-menu.sticky {
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%) !important;
}

.dummycontact {
    padding: 50px 0px 20px 0;
}

.dummyFlex {
    width: 100%;
    flex-direction: column;
}

.imgFAboutUs {
    width: 90%;
    margin: 60px auto 30px  auto;
    opacity: 1;
}

.MenuDirectory {
    width: 70%;
    margin: -0px auto 0 auto;
}


}     
/* -------------------------------------------------

                MEDIA QUERIES 

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

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

.header-menu .menu-area .logo img {
    width: var(--responsive800-logo-header);
}

.menu-area .sticky-logo img {
    width: var(--responsive800-logo-sticky);
}

.menu-mobile {
      display: block;
}

.menu-desktop {
      display: none;
}

.w-nav-icon {
    color: var(--secondary-color-text);
    margin-top: 0px;
}

.w-nav-icon:hover {
    color: var(--hover-awesome);
    margin-top: 0px;
}

.menu-area .no-login {
    margin-top: 5px;
} 

.menu-area .Alerts, .ob  {
    margin-top: 0px;
} 

.Portada .menuDescription {
  padding-top: 20%;
  width: 90%;
}

.Portada {
  height: 150vh;
}

.AboutUs, .Servicios {
  margin-top: 30px;
  margin-bottom: 0px;
}

.AboutUs .menuItemCont, .Servicios  .menuItemCont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.AboutUs .menuItemCont .menuPic, .Servicios  .menuItemCont .menuPic {
  width: 35%;
  padding-bottom: 25px;
}

.AboutUs .menuItemCont .menuDescription, .Servicios  .menuItemCont .menuDescription  {
  width: 95%;
  margin: 0 auto;
}

.AboutUs .menuDescription h1, .Servicios  .menuDescription h1 {
  text-align: center !important;
  font-size: 25px;
  padding-bottom: 30px;
}

.jorge3  {
    margin-top: 0px;
}

.col1Left0 .wdgTitle_categorias .title, .col1Left .wdgTitle_publicaciones .title, .col2Righ .wdgTitle_publicacion .title  {
    background: var(--primary-color);
    color: var(--secondary-color-text);
    border-radius: 5px;
} 

.Post .PostTitle .title h1 {
    border-radius: 5px;
}

.LPost  .wdgItemPost {
    width: 45%;
    margin: 0 auto;
}

.LPost .PostPic img {
    width: 100%;
    height: 100%;
}

.Post .PostTitle .screenPicCont  {
    width: 95%;
    margin: 0;
}

.w3 {
  padding-top: 20px;
}

.imgFooter2 .menuPic {
    margin-bottom: 20px;
    text-align: center;
}

.imgFooter2 .menuPic img {
    width: var(--responsive800-logo-footer);
}

.cookiesBanner {
    height: 100vh;
    text-align: justify;
    background: var(--cookies-color-background)  url('/drive/repo/general/SYS-LOGO-005.png') no-repeat top/auto 10%;
    background-position: top 10px right 50%;
}

.cookiesMessage  {
    padding: 28px 0 20px 0;
}

.cookiesBanner h1   {
    font-size: 11px;
    width: 90%;
    margin: 0 auto;
    padding: 8px 10px 8px 10px;
}

.cookiesBanner h3  {
    font-size: 9px; 
    padding-bottom: 8px;
}

.cookiesBanner button   {
    position: fixed;
    width: 50%;
    padding: 20px 0;
    left: 0%;
    bottom: 2%;
    border-radius: 0px;
    font-size: 8px;
    vertical-align: middle;
}

.cookiesBanner .seeMoreButton   {
    position: fixed;
    width: 50%; 
    padding: 20px 0;
    left: 50%;
    bottom: 2%;
    border-radius: 0px;
    font-size: 8px;
    vertical-align: middle;
}

.gestor  {
    width: 90%;  
}

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

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

.gestor .menuPic {
    width: 35%;
}

.hero-banner {
    background: url('/drive/repo/general/CRW-Hero-Banner_220.jpg') fixed no-repeat left/cover;
}

.header-menu.sticky, .dummycontact, .copyright {
    background: url('/drive/repo/general/CRW-Hero-Banner_220.jpg') fixed no-repeat left/cover;
    background: var(--primary-color);
}

.dummyFlex {
    width: 100%;
    flex-direction: column;
}

.imgFAboutUs {
    width: 90%;
    margin: 60px auto 30px  auto;
    opacity: 1;
}

.MenuDirectory {
    width: 70%;
    margin: -0px auto 0 auto;
}

} /* FIN MEDIA QUERIES 800 landscape */

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

                MEDIA QUERIES 

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

@media (min-width: 1440px){

.Portada .menuDescription {
  padding-top: 19%;
}

.cookiesMessage  {
    padding: 5px 0 5px 0;
}

.cookiesBanner h1   {
    color: var(--cookies-color-title); 
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}

.cookiesBanner h3  {
    color: var(--cookies-color-text);
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 6%;
    padding-right: 6%;
    padding: 10px 10%;
    text-transform: uppercase;
    text-align: justify;
}

}     
:root{
--header-logo-size:60%;
--sticky-logo-size:40%;
--footer-logo-size:90%;
--primary-color:#4B5E40;
--secondary-color:#333333;
--third-color:#4B5E40;
--total-color:#4B5E40;
--primary-color-text:#333333;
--secondary-color-text:#ffffff;
--background-color-primary:#4B5E40;
--background-color-secondary:#333333;
--third-color-hover:rgba(255,255,255,0.7);
--link-menu-color:#4B5E40;
--link-menu-color-hover:#feaa26;
--secondary-color-hover:#333333;
--hover-awesome:#76c6c1;
--color-positive:#1ca099;
--color-negative:#FD5960;
--cookies-color-background:var(--primary-color);
--cookies-color-title:var(--hover-awesome);
--cookies-color-text:#ffffff;
}
