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

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

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

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

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

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


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

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

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

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

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


/* ESTILO DEL EDITOR DE TEXTOS DE PUBLICACIONES */

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





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


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

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

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


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

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

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


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

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

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

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



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

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


.frontAdminMenu .tagButon { 
    color:#f93232;
}

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



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

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

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

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

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


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

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

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

.logWeb .subtitle{
    padding:0 0 20px;
    font-size:14px;
    color:#333;
    text-align:center;}
    
.logWeb .campo{
    width:100%;
    padding:0 0 2px 0;}
.logWeb .campo input{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    
.logWeb .campo input.inpError{
    border:1px solid #cd3840;}
    
.logWeb .campoBtn{
    width:100%;
    padding:2px 0 0;}
.logWeb .campoBtn input{
    width:100%;
    padding:10px;
    font-size:18px;
    cursor:pointer;
    background:#0d83dd;
    color:#fff;
    text-align:center;
    border:1px solid #077bd3;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}
.logWeb .campoBtn input:hover{
    background:#077bd3;}
    
.logWeb .options{
    padding:20px 0;} 
.logWeb .options ul{
    list-style-type:none;}
.logWeb .options ul li{}
.logWeb .options ul li a{
    display:block;
    font-size:14px;
    color:#666;
    text-decoration:none;
    padding:2px 0 0;}
.logWeb .options ul li a:hover{
    color:#0d83dd;}
    
.logWeb .note{
    padding:20px 0;
    font-size:14px;
    color:#666;
    text-align:center;}
    
.logWeb .btnBack{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size:14px;
    color:#333;
    cursor:pointer;
    padding:5px;
    width:100px;
    margin:20px auto;
    border:1px solid #c5e3fa;
    text-align:center;}
.logWeb .btnBack:hover{
    border: 1px solid #0d83dd;}
    
    
.logWeb .mensaje_error{
    text-align:center;
    padding:10px;
    border:1px solid #e58085;
    background:#f5e0e1;
    font-size:14px;
    margin:0 0 2px;}
.logWeb .mensaje_ok{
    text-align:center;
    padding:10px;
    font-size:18px;}
    
    
.logWeb .infoApp{
    text-align:center;
    padding:5px;
    margin:0 0 2px;}
    
    
.logWeb .infoApp img{
    display:inline-block;
    vertical-align:middle;
    max-height:28px;
    max-width:28px;}
.logWeb .infoApp h5{
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
    color:#666;}
:root {
    --link-menu-color: #3078bb;
    --link-menu-color-hover: #1818186e;
    --secondary-color-text: #fff;
    --secondary-color: #627392;
    --third-color: #f1f1f1;
    --primary-color-text: #fff;
    --primary-color: #203864;
    --secondary-color-hover: #d2d6d7;
    --total-color: #f2f2f2;
    --background-color-primary: #203864;
    --background-color-secondary: #fff;
}

*, :before, :after {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}


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

body {
    width: 100%;
    font-family: 'banks-miles-single',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
/    font-family: 'banks-miles-single', sans-serif;
    background-color: #ebebeb;
}     

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

a{
    text-decoration: none;
    color: inherit;
    cursor: pointer !important;
}

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

.hidden{
    display: none !important;
}

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


body{
    margin:0;
    padding:0;
    
/    font-family: 'Open Sans', sans-serif;
    font-family: 'Questrial', sans-serif;
/    font-family:'banks-miles-single' !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
}    
main{
/    background: #fff;
}
/*=====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;}
a{
    color: inherit;
}
html {
    scroll-behavior: smooth;
}
    
@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:"Inter";
    src:url("/drive/repo/editorweb/3098Inter-Regular.ttf") format("woff"),
    url("/drive/repo/editorweb/3098Inter-Regular.ttf") format("opentype"),
    url("/drive/repo/editorweb/3098Inter-Regular.ttf") format("truetype");
}
@font-face{
    font-family:"Oswald";
    src:url("/drive/repo/editorweb/3232Oswald-VariableFont_wght.ttf") format("woff"),
    url("/drive/repo/editorweb/3232Oswald-VariableFont_wght.ttf") format("opentype"),
    url("/drive/repo/editorweb/3232Oswald-VariableFont_wght.ttf") format("truetype");
}
@font-face{
    font-family:"raleway";
    src:url("/drive/repo/general/Raleway-ExtraBold.ttf") format("woff"),
    url("/drive/repo/general/Raleway-ExtraBold.ttf") format("opentype"),
    url("/drive/repo/general/Raleway-ExtraBold.ttf") format("truetype");
}

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

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

    
/*===== 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 {
/    background: url('/drive/repo/general/invexval9r99b.jpg') fixed no-repeat top/cover;
    background: url('/drive/repo/general/medioamb9.jpg') fixed no-repeat top/cover;
/    background: #c6ccd5;
}
.page {
    /background: url('/drive/repo/editorweb/FondoVa9.jpg') fixed no-repeat top/cover;
    background: #00b3dc;
}


.loadOrisom, .loadOrisomImg {
    display: none;
}

 
      

    
/*===== 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: rgba(0,0,0,0.65);
/    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: #556782 url('/drive/repo/editorweb/toTop.png') no-repeat center/50% auto;
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 10px 0px black;
}
.toTop:hover{    
    background: #2990B1 url('/drive/repo/editorweb/3043toTop2.png') no-repeat center/50% auto;
}
 

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

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

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

                MEDIA QUERIES

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

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

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


.toTop {
    left: 0.2%;
    bottom: 15%;
}




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

                FIN HEADER - SIGO CON EL RESTO

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



} /* FIN MEDIA QUERIES 800 landscape */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 
 .project-reviews
.slider .contMenu {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.project-reviews .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-wrapper,
.owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-item {
  cursor: grab;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-item img {
  display: block;
  width: 100%;
}
.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next,
.slider .contMenu button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-loaded {
  display: block;
}
.owl-loading {
  opacity: 0;
  display: block;
}
.owl-hidden {
  opacity: 0;
}
.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-rtl {
  direction: rtl;
}
.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .slider .contMenu {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-animated-in {
  z-index: 0;
}

.owl-animated-out {
  z-index: 1;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-item .owl-lazy[src^=''],
.owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    transform: translate(0, 30%);
    background: white !important;
    width: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav .owl-prev {        
    left: -75px;
}

.owl-nav .owl-next {
    right: -75px;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 60px;
}

.owl-dots {
    display: none;
}.project-reviews {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.project-reviews .itemValoracion {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    box-shadow: rgba(31, 41, 51, 0.14) 0px 4px 8px, rgba(31, 41, 51, 0.16) 0px 0px 2px, rgba(31, 41, 51, 0.14) 0px 0px 1px;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
}

.project-reviews .userDetails {
    width: 100%;
}

.project-reviews .userStars {
    margin-top: 1rem;
}

.project-reviews .userVal {
    width: 100%;
}

.project-reviews .place {
    margin-top: 1rem;
    flex: 1;
    font-weight: 600;
    font-family: inter;
    text-transform: uppercase;
}

.project-reviews .date {
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    margin-top: 1rem;
}

.project-reviews .userName {
    font-weight: 600;
    font-family: inter;
    text-transform: uppercase;
}

.project-reviews .userPic img {
    max-height: 3.5rem;
    width: auto;
    max-width: 300px;
    border-radius: 20px;
    margin-right: 10px;
    min-width: 56px;
    overflow: hidden;
    height: auto;
    display: block;
}

.project-reviews .userDetails {
    display: fleX;
    align-items: center;
}

.project-reviews .userVal .userComment {
    font-size: 1.15rem;
    line-height: 2.1rem;
    font-weight: 500;
    display: flex;
    margin-top: 1rem;
    text-align: justify;
    font-family: inter;
/    color: var(--primary-color);
}

.project-reviews .userVal .userComment:before{
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-right: 1rem;
    color: #9d9d9d;
    color: var(--primary-color);
    font-size: 30px;
}
.project-reviews .userVal .userComment:after{
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: 1rem;
    display: flex;
    align-items: flex-end;
    color: #9d9d9d;
    color: var(--primary-color);
    font-size: 30px;
}.cart{
  display: none;
}


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

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

.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;
    float: left;
    margin-right: 20px;
}

.menu-area .logo img {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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



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


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

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


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


@media only screen and (min-width: 1500px){
   
}
@media (max-width: 576px){
.menu-area .logo img,
.menu-area .sticky-logo img {
    width: 95%!important; 
    margin-top: 0px!important; 
}
}.ob .obCont{
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: relative;
}

.ob .iUser, .ob .iApps {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/*.ob .obIcon.iconApps {
    background: transparent url(/drive/repo/general/9pw.png);
    background-position: 10px 11px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    margin-left: -5px;
    border: 1px solid transparent;
    padding-top: 3px;
}
.ob .obIcon.iconApps:hover {
    background: url(/drive/repo/general/9pSH.png);
    background-position: 10px 11px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}*/

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

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

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

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

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

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

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

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

.ob .userCont .user .userDetails .name {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}
.ob .userCont .user .userDetails .mail {
    display: block;
    word-wrap: break-word;
    font-size: 12px;
    margin-bottom: 10px;
}

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

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

                LOGICA 9 PUNTITOS APPSCONT

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

.container-dashboard {
    position: fixed;
    background: #fff;
    width: 325px;
    height: 420px;
    display: none;
    right: 60px;
    top: 57px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 0px 0px 14px rgb(0 0 0 / 80%);
    -webkit-box-shadow: 0px 0px 14px rgb(0 0 0 / 80%);
    box-shadow: 8px 5px 17px -16px rgb(0 0 0 / 80%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 999;
    transition: all .21s;
    padding: 10px;
    overflow: hidden;
}
.container-dashboard .title {
  padding: 10px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
  background-color: #fff;
  color: #fff;
  border-bottom: 1px solid #2a6496;
  color: #333;
/  font-weight: bold;
  font-size: 14px;
}
.container-dashboard .appMenu {
  width: 100%;
  overflow-y: auto;
  list-style-type: none;
  height: 90%;
}
.container-dashboard .appMenu .appMenu-scroll {
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header {
  padding: 20px 6px 20px 0;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-header {
  margin-top: 6px;
    padding: 5px 20px 5px 6px;
    display: flex;
    background: var(--primary-color);
    border-radius: 4px;
    cursor: pointer;
}
.container-dashboard .appMenu .appMenu-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.container-dashboard .appMenu .appMenu-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.container-dashboard .appMenu .appMenu-header .user-info {
  /* Cambiar color aqui dependiendo de la pag */
    color: #000; 
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 7px;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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




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

    to {
        transform: scale(1);
    }

}

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

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

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



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

                        MODAL

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

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

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


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

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

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

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

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


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

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

} /* FIN MEDIA QUERIES 800 landscape */

.sidebar-l{
    position: fixed;
/    background: #fbfbfb;
/    background: url('/drive/repo/general/verdeLoco6.jpg') no-repeat top/cover;
    background: url('/drive/repo/general/medioamb9.jpg') no-repeat center/cover;
    top: 0;
    z-index: 999;
    left: -60%;
    width: 40%;
    height: 100%;
/    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: scroll;
/    border-top-right-radius: 20px;
    transition: left .7s ease-out;
/    border-top: 2px solid rgb(212 46 45 / 80%);
/    border-right: 3px solid rgb(0 0 0 / 80%);
    border-right: 3px solid #fbfbfb;
}
.show{
    left:0 !important;
}

.sidebar-l .close {
    height: 20px;
    width: 20px;
    background: #ff0000c9;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 9px;
    transition: .3s ease;
}
.sidebar-l .close:hover{
    background: red;
}
.sidebar-l .close:after {
  position: absolute;
    top: 2px;;
    bottom: 0;
    left: 0;
    right: 0;
    content: "x";
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bolder;
}

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

                    BUSCADOR

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

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

.sidebarlogo .pic {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

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

                    BUSCADOR

----------------------------------------------*/
.buscador{
    width: 95%;
    margin-left: 5%;
/    display: flex;
/    justify-content: center;
    margin-bottom: 15px;
    height: 80px;
}

.buscador .searchHead2{
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    width: 90%;
    height: auto;
    margin-top: 10px;
    padding:10px 0 10px 0;
    border: 1px dotted #333;
}
   
.buscador .searchHead2 form{
    display: flex;
    justify-content: center;
} 
 
    
.buscador .searchHead2 .wdgSearch{
    background: transparent;
    border: 0.5px dotted #333;
    color: transparent;
    overflow:hidden;

    border-bottom: 0.5px dotted #333;
    border-right: 0.5px dotted #333;
    border-top: 0.5px dotted #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
}   
       
.buscador .searchHead2 .wdgSearchCont{
    background: transparent;
}
    
.buscador .searchHead2 .campoTextSearch{
    float:left;
    vertical-align: middle;
    /width: 100%;
    height: 40px;
}
.buscador .searchHead2 .campoTextSearch label{
    display: none;
}
.buscador .searchHead2 .campoTextSearch input{
    border:0;
    background: #fff;
    width:365px;
    height: 100%;
    padding:5px;
    font-size:12px;
    text-align: left;
    vertical-align: middle;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.buscador .searchHead2 .normalSearch input[type=text]{
    font-family: 'Questrial', sans-serif;
    border:0;
    background: #fff;
    margin-left: 2%;
    font-weight: 800;
    width:90%;
    height:10px;
    padding:5px;
    font-size:12px;
    text-align: left;
    vertical-align: middle;
    color: #000 !important;
}

.buscador .searchHead2 .bigSearch {
    display: inline;
    width:500px;
    margin-top: 5px;
}

.buscador .searchHead2 .normalSearch {
    padding-bottom: 8px;
}

.buscador .searchHead2 .normalSearch input[type=submit]{
    font-family: 'Questrial', sans-serif;
    border:0;
    background: red;
    border-radius: 50%;
    margin-left: 1%;
    width:4%;
    height:20px;
    padding:5px;
    font-size:1px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background: url(/drive/repo/general/iconSearch7.png) top center no-repeat;
    cursor:pointer;
}

.buscador .searchHead2 .bigSearch input[type=text]{
    font-family: 'Questrial', sans-serif;
    border:0;
    background: #fff;
    margin-left: 2%;
    width:88%;
    height:10px;
    padding:5px;
    font-size:12px;
    text-align: left;
    vertical-align: middle;
    color: #000;
}


.buscador .searchHead2 .bigSearch .searchMarcas{
    padding-bottom: 5px;
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 1%;
    width:20%;
    height:10px;
    padding:5px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.buscador .searchHead2 .bigSearch .searchMarcas label{
    display: none;
}

.buscador .searchHead2 .bigSearch .searchMarcas select{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    padding: 0 1px;
    margin-left: 0px;
    margin-left: 0;
    width:45%;    
    height:20px;
    font-weight: 800;
    color: #000;
    border: none;
    border-bottom: 2px solid #FEAA26; 
    
}


.buscador .searchHead2 .bigSearch .searchCategorias  {
    padding-bottom: 5px;
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 0px;
    width:20%;
    height:10px;
    padding:5px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.buscador .searchHead2 .bigSearch .searchCategorias label{
    display: none;
}


.buscador .searchHead2 .bigSearch .searchCategorias select{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    padding: 0 1px;
    margin-left: 0px;
    width:44%;    
    height:20px;
    font-weight: 800;
    color: #000;
    border: none;
    border-bottom: 2px solid #FEAA26; 
    
}


.buscador .searchHead2 .bigSearch .searchProveedores  {
    padding-bottom: 5px;
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 0px;
    width:20%;
    height:10px;
    padding:5px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.buscador .searchHead2 .bigSearch .searchProveedores label{
    display: none;
}


.buscador .searchHead2 .bigSearch .searchProveedores select{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    padding: 0 1px;
    margin-left: 0px;
    width:30%;    
    height:20px;
    font-weight: 800;
    color: #000;
    border: none;
    border-bottom: 2px solid #FEAA26; 
    
}
.buscador .searchHead2 .bigSearch .searchMarcas select[name="linea"] {
    display: none;   
}

.buscador #div_linea.searchMarcas   {
    display: none !important;   
}



.buscador .searchHead2 .bigSearch .buscaValor{
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 4px;
    width:265px;
    font: 800 12px Questrial;
    height:15px;
    padding: 5px;
    font-size:12px;

    text-align: left;
    vertical-align: middle;
    color: #000;
    border: none;
}


.buscador .searchHead2 .bigSearch .buscaValor input[type=text]{
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    padding:2px;
    width: 63px;
    height:15px;
    font: 800 12px Questrial;
    font-weight: bold;
    color: #000;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #FEAA26; 
}

.buscador .searchHead2 .bigSearch .buscaValor textarea {
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font: 800 12px Questrial;
    font-weight: bold;
    color: #000;
}



.buscador .searchHead2 .bigSearch .buscaAtributo{
    display: inline;
    font-family: 'Questrial', sans-serif;
    border:0;
    background: transparent;
    margin-left: 2%;
    width:165px;
    height:15px;    
    font-size:12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.buscador .searchHead2 .bigSearch .buscaAtributo select{
    display: inline;
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    font-weight: 800;
    padding: 0 20px;
    height:20px;
    color: #000;
    width: 19.5%;
    margin-left: 7px;
    margin-right: 7px;
    border: none;
    border-bottom: 2px solid #FEAA26; 
}

.buscador .searchHead2 .bigSearch .buscaAtributo textarea{
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    font-weight: 800;
    height:15px;
}

.buscador .searchHead2 .finalSearch {
    display: inline;
    width:3%;
    margin-left: 1%;
    float: right;
    margin-right: 1%;
}

.buscador .searchHead2 .finalSearch input[type=submit]{
    display: inline;
/    float: right;
    font-family: 'Questrial', sans-serif;
    border:0;
    border-radius: 50%;
/    margin-left: -20%;
    width:20px;
    height:20px;
    padding:5px;
    font-size:1px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background: url(/drive/repo/general/iconSearch7.png) top center no-repeat;
    cursor:pointer;
}
    
.buscador .searchHead2 .campoButtonSearch{
    float: right;
    height: 40px;
}
    
.buscador .searchHead2 .campoButtonSearch input{
    background: #FEAA26 url(/drive/repo/general/iconSearch7.png) center no-repeat;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-bottom: 1px dotted #FEAA26;
    border-right: 1px dotted #FEAA26;
    border-top: 1px dotted #FEAA26;
    border-left: 1px dotted  #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*--------------------------------------------- 

                    CATEGORIAS

----------------------------------------------*/
.categ{
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}
.categ img{
    display: none;
}

.categ .title{
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    padding-bottom: 4px;
}

.categ .categTitle{
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 5.5px 5px !important;
    color: #000;
    font-size: 0.7em;
    transition: .5s ease;
    cursor:pointer;
}
.categ .categTitle:hover{
    border-bottom: 3px solid #e9e9e9;
    background: #ddd;
}
/*.categ .categTitle a{
    color: #000;
    text-decoration: none;
}*/

.categ .categTitle:hover a{
    font-weight: 600;
}

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

                    FILTROS

----------------------------------------------*/
.filtersList {
    display: none;
}

.filters{
    width: 60%;
    margin: 0 auto;
}

.filters .filtersApplied {
    margin-bottom: 10px;
}
.filters .filtersApplied .filtersLabel{
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size:0.8rem;
    font-weight: 600;
}
.filters .categoriesLinkCont{
    display: none;
}

.filters .filtersApplied .brandFilter,
.filters .filtersApplied .provFilter,
.filters .filtersApplied .categFilter{
    font-family: 'Oswald';
    text-transform: uppercase;
    background: #ccc;
    width: 119px;
    padding: 7px 5px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.7rem !important;
    line-height: normal;
}
.filters .filtersApplied .brandFilter .deleteFilterIcon, 
.filters .filtersApplied .provFilter .deleteFilterIcon, 
.filters .filtersApplied .categFilter .deleteFilterIcon {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 8px;
    border-radius: 50%;
    opacity: 0.4;
}

.filters .filtersApplied .brandFilter .deleteFilterIcon:after, 
.filters .filtersApplied .provFilter .deleteFilterIcon:after, 
.filters .filtersApplied .categFilter .deleteFilterIcon:after {
    position: absolute;
    content: "x";
    padding: 0px 7px;
    top: 2.5px;
    right: 1px;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bolder;
    color: #fff;
}
.filters .filtersApplied .removeButtonContainer {
    margin-top: 10px;
}
.filters .filtersApplied .removeButtonContainer button,
.filters .buttonContainer button{
    font-family: 'Oswald'; 
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid transparent;
/    background: #343030;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
    width: auto;
}
.filters .filtersApplied .removeButtonContainer button:hover,
.filters .buttonContainer button:hover{
    background: #FEAA26;
    color: #000;
}
.filters .categoriesCheckboxCont .categoriesLabel{
    font-family: 'Oswald'; 
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 600;
}
.filters .provCheckboxCont .provLabel,
.filters .categoriesCheckboxCont .categoriesLabel, 
.filters .brandCheckboxCont .brandLabel{
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 10px 0 5px;
}

.filters .provCheckboxCont .provItemCheckbox .provName, 
.filters .categoriesCheckboxCont .categItemCheckbox .categTitle,
.filters .brandCheckboxCont .brandItemCheckbox .brandName,
.categ .categTitle{
    display: block;
    padding: 5px;
    color: #000;
    font-size: 0.7em;
    border-bottom: 1px solid #e9e9e9;
    transition: .5s ease;
    cursor: pointer;
}


.filters .categItemCont .categTitle, .filters .provItemCont .provName, .filters .brandItemCont .brandName,
.categ .categItemCont .categTitle a{
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-weight: bold;
    color:  #687890 !important;
}
.filters .contCateg_nivel0  .categTitle,
.categ .contCateg_nivel0 .categTitle a{
    font-family: 'banks-miles-single'; 
    text-transform: none;
    font-weight: normal;
    color: #000 !important;
}

.filters .categoriesCheckboxCont .categItemCheckbox .contCateg_nivel0 .categItemCont,
.categ .contCateg_nivel0 .categItemCont{
    padding-left: 15px;
}
.filters .categoriesCheckboxCont .categItemCheckbox .categTitle input[type=checkbox] {
    margin: 0 2px 0 0;
}

input[type="checkbox" i]  {
    background-color: black !important;
    color: black !important;
}


.filters .provCheckboxCont .provItemCheckbox:hover, 
.filters .categoriesCheckboxCont .categItemCheckbox .categTitle:hover,
.filters .brandCheckboxCont .brandItemCheckbox:hover{
    border-bottom: 1px solid #000;
    font-weight: bold;
    background: #ddd;
}

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

                SERVICIOS

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


.b-der  {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
}

.b-der .services .wdgServiceStore .serviceStoreCont .serviceItem {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #fff !important;
    transition: box-shadow 0.5s ease, border 0.1s ease;
    color: #000;
    cursor: pointer;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%); 
}

.b-der .services .wdgServiceStore .servicePic {
        position: relative !important;
        padding: 0 !important;
        height: 200px !important;
}
    
.b-der .services .wdgServiceStore .servicePic img {
        margin: 0px !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        opacity: 0.6 !important;
}

.b-der .wdgServiceStore{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
        width: 100%;
}



.b-der  .servicePic {
        position: relative !important;
        padding: 0 !important;
        height: auto !important;
}
    
.b-der  .servicePic  img {
        margin: 0px !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        opacity: 0.6 !important;
}

.b-der  .servicePic:hover  img {
        opacity: 1 !important;
}

.b-der .serviceItem{
        text-align: center !important;
        height: 100% !important;
        cursor: pointer !important;
}
    
.b-der .serviceTitle{
    font-family: 'Oswald'; 
    text-transform: uppercase;
        font-size: 11px !important;
        font-weight: bold !important;
        padding: 10px 0 !important;
}  
     
    
.b-der .servicePrincipal{
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
        border: none !important;
/        height: 100% !important;
        border-radius: none !important;  
        background: #fff !important; 
        padding: 4px !important;  
        transition: box-shadow 0.5s ease !important;
}

.b-der .servicePrincipal:hover{
        box-shadow: 0 7px 11px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
}
    


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

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

.filters .filtersApplied .removeButtonContainer button,
.filters .buttonContainer button{
    margin-bottom: 10px;
}

.buscador .searchHead2 .campoTextSearch input{
    width: 180px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.filters .filtersApplied .removeButtonContainer button,
.filters .buttonContainer button{
    margin-bottom: 0px;
}

.buscador .searchHead2 .campoTextSearch input{
    width: 360px;
}

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

} /* FIN MEDIA QUERIES 800 landscape */



.ori-side-wrapper{
    -webkit-transform: translate3d(-300px,0,0);
    -moz-transform: translate3d(-300px,0,0);
    -ms-transform: translate3d(-300px,0,0);
    -o-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    width: 300px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    line-height: 1;
    z-index: 3000001;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -moz-transition: -moz-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -ms-transition: -ms-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -o-transition: -o-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    transition: transform .4s cubic-bezier(.215,.061,.355,1) 1s,background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.ori-side-wrapper.exposed{
   -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); 
}
.ori-side-wrapper .menuList.level-0>li {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
}
.ori-side-wrapper.exposed .menuList.level-0>li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.ori-side-wrapper .widget_container{
    width: 100%;
    height: 100%;
}
.menuContainer{
    width: 100%;
    overflow: auto;
    height: 100%;
    box-sizing: content-box;
    display: block!important;
    overflow-y: scroll!important;
    background-color: #000 !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;
    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: #435775;
    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;
    box-sizing: content-box;
}
.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: #aa514a;
        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 */.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: #244770;
}

.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: #244770;
    }
    .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) {
   
}
/*=====Formulario Contacto====*/

  
.pageContact {
    position: relative;
    clear: both;
    width:100%;
    margin:0 auto;    
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -o-box-sizing:content-box;     
    padding-bottom: 0px; 
    margin-top: 40px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}

.dummycontact {
    position: relative;
    clear: both;
    display: flex;
    width:100%;
    padding:40px 0px 0px 0;
    margin:0 auto;    
}

     
.imgFooter {
    width:50%;
    vertical-align:top;
    padding:0 0 0 0;
    margin: 9% 0 0 0;   
    align-items: center;
} 
   
.dummycontact  .ContIzquierda {
    width:30%;
    display:flex;
    vertical-align:top;
    padding:0 0 0 0;
    margin: 0 0 0 4%;  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    align-items: center;
    display: none;
} 
 
.dummycontact .ContDerecha {
    display:inline-block;
    vertical-align:top;
    width:50%; 
    margin: 0 5% 0 1%; 
} 

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

.imgFooter .wdgPicCont img {
    width: 80%;
    height: 80%;
    opacity: 1;
}

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

/*=====Formulario dinamico====*/

.mainForm{
    display: inline-block;
    width: 100%;
    padding:20px 0;
    color: #fff;
}
.mainForm .formTitle h1 {
    font-family: 'banks-miles-single' !important;
    font-size: 5rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    display: none;
}
.mainForm.noTitle .formTitle,
.mainForm label {
    display: none;
}

.mainForm .wFormCont {
    border: 1px solid #fff;
    padding: 8px;
    background: rgba(255,255,255,0.25);
    display: flex;
    flex-wrap: wrap;
}

.mainForm .formGroup select,
.mainForm .formGroup input,
.mainForm .formGroup textarea {
    font-family: 'banks-miles-single' !important;
    width: 100%;
    padding: 20px 15px;
    font-size: .8em;
    color: #aaa;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: rgba(255,255,255,0.45);
    margin:0 0 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}
.mainForm .formGroup input:hover,
.mainForm .formGroup textarea:hover,
.mainForm .formGroup input:focus,
.mainForm .formGroup textarea:focus {

    border: 1px solid #ccc;
}
.mainForm .formGroup select,
.mainForm .texto {
    margin-bottom: 1%;
}
.mainForm .formGroup textarea {
    min-width: 100%;
    max-width: 100%;
    height: 100px;
    min-height: 100px;
}
.mainForm .formButtons{
    padding-top: 1%;
    overflow:hidden;
}
.mainForm .formButtons input {
    font-family: 'banks-miles-single' !important;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background:none;  
    font-weight:bold;
    background: #244770;
    border: 1px dotted white;
/    box-sizing:border-box;
/    -moz-box-sizing:border-box;
/    -webkit-box-sizing:border-box;
/    -o-box-sizing:border-box;
}
.mainForm .formButtons input:hover {
    /color:#000;
    background:#2990B1; 
}


.mainForm .formGroup.checkbox_simple{
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #000;    
}

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

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

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

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

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

.mainForm .Terminos{
/    font-family: Champagne !important;
    font-size: 10px;
    text-align: justify;
    padding-top: 3px;
    color: #333;
}

.mainForm .Terminos a{
/    font-family: Champagne !important;
    font-size: 10px;
    text-align: justify;
    color: #FEAA26;
}

/*=====Post Side====*/

.sidePost{
    padding:20px 0;}
    
.sidePost .title h1 {
    font-family: 'banks-miles-single' !important;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
    
.sidePost h1 {
    font-size: 4rem;
    line-height: 1;
    color: #333;
    font-weight:normal;
    margin-bottom: 15px;
}
.sidePost .subtitle h3{
    font-family: 'banks-miles-single' !important;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;}

.sidePost .description{
    color:#333;}
.sidePost .description ul{
    list-style-type:none;
    margin:0;padding:10px 0;
    font-size:1rem;}
.sidePost .description ul li{
    padding:10px 5px;
    border-bottom:1px solid #e9e9e9;}
.sidePost .description ul li p{
    display:block;
    text-align:left;}
.sidePost .description ul li p strong{
    float:right;}


/*=====Menu Address====*/

.cInfo {
    margin-top: 10px;
}

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


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

.cInfo h1 {
    font-size: 17px; 
    text-transform: uppercase; 
}

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

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

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

.cInfo .menuItem {
    margin-bottom: 40px;
}
.cInfo .menuItem .menuItemCont {
    display: table;
}
.cInfo .menuItem .menuItemCont .menuPic,
.cInfo .menuItem .menuItemCont .menuDescription {
    display: table-cell;
    vertical-align: middle;
}
.cInfo .menuItem .menuPic img {
    width: 60px;
    opacity: 0.8;
}


.cInfo .menuItem:nth-child(1)  .menuPic img {
    width: 70px;
}

.cInfo .menuItem .menuItemCont .menuDescription {
    padding-left: 20px;
}
.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
    color: #fff;
/    color: #435775;
}
.cInfo .menuItem .menuItemCont .menuDescription a[href]:hover {
    color: #d42e2d;
    text-decoration: none;
}

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

                FOOTER

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

.footer{
    display: flex;
    flex-direction: row;
    padding: 35px 30px 0;
    background: #fff;
    box-shadow: 0px -2px 7px 3px #c7c6c6; 
}
.footer .img-footer-container{
    width: 17%;
    padding: 60px 15px 0 15px;
}
.footer .img-footer-container img{
    width: 80%;
    padding:10%;
}
.footer .navs{
    width: 75%;
    display: flex;
/    border-top: 7px solid #000;
    padding: 25px 0;
}
.footer .navs-footer:first-child{
    padding: 0;
    border: 0;
}

.footer .navs-footer:nth-child(2) {
    padding: 0 20px 0 20px;
    width: 33.3333%;
    border: solid #f0f0f0;
    border-width: 0 1px 0 1px;
}

.footer .navs-footer:nth-child(2) .wdgTitle .title{
    width: 95%;
    border-bottom: 1.5px solid #000;
}

.footer .navs-footer{
    padding: 0 0px 0 20px;
    width: 33.3333%;
}
.footer .navs-footer .wdgMenu{
    width: 300px;
}


.footer .navs-footer .wdgTitle .title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    color: #000;
  border-bottom: 1.5px solid #000;
}
.footer .navs-footer .get-apps{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.footer .navs-footer .get-apps .wdgTitle{
    border: 0px;
}
.footer .navs-footer .get-apps .appstore img{
    width: 150px;
}
.footer .navs-footer .get-apps .playstore img{
    width: 150px;
}

.footer .navs-footer .menuItem{
    margin: 5% 0;
    font-size: 13px;
    font-family: 'banks-miles-single';
}
.footer .navs-footer .menuItem .menuTitle a,
.footer .navs-footer .menuItem .menuTitle a:focus,
.footer .navs-footer .menuItem .menuTitle a:visited{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.footer .navs-footer .menuItem .menuTitle:hover a{
    text-decoration: none;
    color: #00B0F0;
    font-weight: 800;
}

.footer .navs-footer .menuItem .menuPic{
    width: 13%;
    height: 13%;
}

.footer .navs-footer .menuItem .menuPic img {
    width: 100%;
    height: 100%;
}

.cookiesBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    background: black;  
    color: #fff; 
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top: 15px solid #d42e2d;
    z-index: 99999;
    opacity: 1;
}



.cookiesBanner h1   {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
}

.cookiesBanner p  {
    font-size: 14px;  
/    margin-left: 40%
}

.cookiesBanner .seeMoreButton   {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 10px 10px 10px; 
    border-radius: 8px;
    border: none;
    background: #d42e2d;  
    color: #000; 
    text-decoration: none; 
    margin-left: 9px; 
    cursor: pointer;
}

.cookiesBanner button   {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 10px 10px 10px; 
    border-radius: 8px;
    border: none;
    background: #d42e2d;  
    color: #000; 
/    margin-left: 40%; 
/    margin-top: 15px; 
    cursor: pointer;
    width: auto !important;
}


/*===== Copyright ====*/


.copyright{
    position: relative;
/    background: transparent !important;
/    background: rgba(0,0,0,0.2) !important;
    background: #435775;
    margin:0 auto;
/    margin:0 0 0;
    border-top: none;
    border-top: none;
    
    text-align:center;
    font-size:12px;
    color:#fff !important;
    padding:0;
}





.copyright .description p{
    color:#fff;
}
    
.copyright .description a{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
    
.copyright .description a:hover{
    color: #F31921;
    color: #feaa26 !important;
    text-transform: uppercase;
}


.copyright .description p{
    font-size: 10px;
}

.copyright .description p strong img{
    margin-top: -2.2px;
    width: 20%;
}

.cInfo .menuDescription  {
    font-family: 'Oswald', sans-serif;
}

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.pageContact {
/    background: url('/drive/repo/general/FF_img_0009el.jpg') fixed no-repeat top/cover; 
/    background: #333;
/    background-color: rgba(0, 0, 0, 1) !important;
    display: block;
}

.dummycontact {
    display: block;   
}

     
.imgFooter {
    display: block;
    vertical-align:top;
    margin: 0 auto;
    margin-bottom: 10px;
    width:70%;
} 
    
.pageContact .ContIzquierda {
    display: block;
    vertical-align:top;
    margin-left: 8%;
    width:90%;
}  
.pageContact .ContDerecha {
    display: block;
    vertical-align:top;
    width:80%;
    margin-left: 8%;
} 

.sidePost .title h1 {
    font-size: 1.2rem;
}

.sidePost .subtitle h3{
    font-size: 0.9rem;
}

.mainForm .formButtons input {
    font-size: 0.9rem;
}

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



.footer .navs{
    flex-direction: column;
}

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

.footer .navs-footer{
    margin: 10px 7%;
}

.footer .navs-footer {
    padding: 0;
    width: 100%;
    border-width: 2px 0 0 0;
}

.footer .img-footer-container img{
    margin-top: 10px;
}

.footer .navs-footer .wdgTitle .title{
    color: #fff;
}

.footer .navs-footer .wdgTitle{
  border-bottom: 1.5px solid #fff !important;
}

.footer .img-footer-container{
  display: none;
}

.footer .navs-footer .get-apps .wdgTitle{
    border: 0px !important;
}

.footer .navs-footer:nth-child(2) {
    padding: 0;
    width: 33.3333%;
    border: none;
    border-width: none;
}

.footer .navs-footer:nth-child(2) .wdgTitle .title{
    width: 100%;
    border-bottom: 1.5px solid #000;
}



} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

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

.footer .navs-footer{
    margin: 10px 7%;
}

.footer .navs-footer .get-apps .wdgTitle{
    border: 0px;
}

} /* FIN MEDIA QUERIES 800 landscape */





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

                FOOTER

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

.footer{
    display: flex;
    flex-direction: row;
    padding: 35px 30px 0;
    display: none;
}
.footer .img-footer-container{
    width: 15%;
    padding: 40px 15px 0 15px;
}
.footer .img-footer-container img{
    width: 60%;
    padding:10%;
    filter: invert(0%);
}
.footer .navs{
    width: 75%;
    display: flex;
}
.footer .navs-footer:first-child{
    padding: 0;
    border: 0;
}
.footer .navs-footer{
    padding: 0 0px 0 40px;
    width: 33.3333%;
    border-width: 0 0 0 1px;
}
.footer .navs-footer .wdgMenu{
    width: 300px;
}
.footer .navs-footer .wdgTitle{
  border-bottom: 1.5px solid #fff;
}
.footer .navs-footer .wdgTitle .title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
}
.footer .navs-footer .get-apps{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.footer .navs-footer .get-apps .wdgTitle{
    border: 0px;
}
.footer .navs-footer .get-apps .appstore img{
    width: 150px;
}
.footer .navs-footer .get-apps .playstore img{
    width: 150px;
}

.footer .navs-footer .menuItem{
    margin: 5% 0;
    font-size: 13px;
    font-family: 'banks-miles-single';
}
.footer .navs-footer .menuItem .menuTitle a,
.footer .navs-footer .menuItem .menuTitle a:focus,
.footer .navs-footer .menuItem .menuTitle a:visited{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.footer .navs-footer .menuItem .menuTitle:hover a{
    text-decoration: none;
    color: #F31921;
    font-weight: 800;
}

.footer .navs-footer .menuItem .menuPic{
    width: 13%;
    height: 13%;
}

.footer .navs-footer .menuItem .menuPic img {
    width: 100%;
    height: 100%;
}

.cookiesBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    background: black;  
    color: #fff; 
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top: 15px solid #d42e2d;
    z-index: 99999;
    opacity: 1;
}



.cookiesBanner h1   {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
}

.cookiesBanner p  {
    font-size: 14px;  
/    margin-left: 40%
}

.cookiesBanner .seeMoreButton   {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 10px 10px 10px; 
    border-radius: 8px;
    border: none;
    background: #d42e2d;  
    color: #000; 
    text-decoration: none; 
    margin-left: 9px; 
    cursor: pointer;
}

.cookiesBanner button   {
    font-family: 'Oswald'; 
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 10px 10px 10px; 
    border-radius: 8px;
    border: none;
    background: #d42e2d;  
    color: #000; 
/    margin-left: 40%; 
/    margin-top: 15px; 
    cursor: pointer;
    width: auto !important;
}


/*===== Copyright ====*/


.copyright{
    position: relative;
    background: #556782 !important;
    background-color: #7b90a9  !important;
    margin:0 auto;
    border-top: none;
    border-top: none;    
    text-align:center;
    font-size:12px;
    color:#fff !important;
    padding:0;
}





.copyright .description p{
    color:#fff;
}
    
.copyright .description a{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
    
.copyright .description a:hover{
    color: #F31921;}


.copyright .description p{
    font-size: 10px;
}

.copyright .description p strong img{
    margin-top: -2.2px;
    width: 20%;
}
.titulos {
    width: 100%;
    margin:0 auto;
    margin-top: 30px;
}

.titulos .menuDescription p {
    font-size: 50px;
    font-family: Raleway;
    text-align: center;
    text-transform: uppercase;
}


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


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


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


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

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */


.justify-content-center{
    justify-content: center !important;
}
.w2 {
    background: url('/drive/repo/general/FondoVa9.jpg') fixed no-repeat top/cover;
    margin-top: -50px;
    padding-top: 50px;
}

.orisom-row{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px; 
    padding-bottom: 10px;
}
.orisom-column,
.orisom-wrap{
    position: relative;
    display: flex;
    
}
.orisom-column.orisom-col-25{
   width: 25%; 
}
.orisom-column.orisom-col-33{
    width: 24.5%;
    margin: 0 auto;
}

.orisom-column.orisom-col-50{
    width: 50%;
}
.orisom-wrap{
    width: 100%;
    margin: 0 0% 40px 0;
    padding: 0 0 0 0;
    
}
.orisom-wrap>.orisom-element{
    width:100%;
}

.orisom-flip-box{
    height: 370px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    /* -webkit-transform-style: preserve-3d; */
    transform-style: preserve-3d;
}
.orisom-flip-box-front{
    background-color: rgba(88,86,88,.16);
    transform: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0.8;
}

.orisom-flip-box:hover .orisom-flip-box-front{
   -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); 
}

.orisom-flip-box-back{
    background: #333;
    background: url(/drive/repo/general/ARCT-FONDO3.jpg) fixed no-repeat top/cover !important;
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0);
        -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.orisom-flip-box:hover .orisom-flip-box-back, .orisom-flip-box:hover .orisom-flip-box-back1, .orisom-flip-box:hover .orisom-flip-box-back2 {
   transform: none; 
}




.orisom-flip-box-overlay{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
/    padding: 35px;
    overflow: hidden;
    position: relative;
}
.orisom-flip-box-overlay img{
/     position: absolute;
/    width: 90%;
    left: 0;
    top: -64px;
/    height: 100%;
    width: 100%;
    height: 100%;
}

.orisom-flip-box-overlay  .description img{
/     position: absolute;
/    width: 90%;
    left: 0;
    top: -64px;
/    height: 100%;
    width: 100%;
    height: 100%;
}

.orisom-flip-box-overlay  .title h1 {
    font-family: 'inter'; 
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    padding-bottom: 25px;
}


.orisom-flip-box-overlay  .description {
    padding: 10px;
}

.orisom-flip-box-overlay  .subtitle h2 {
    color: #fff;
    font-size: 1.3em;
}

.orisom-flip-box-overlay  .description p {
    color: #fff;
    font-size: .9em;
    padding-bottom: 10px;
    line-height: 1.2;
}


.orisom-flip-box-overlay  .description img {
    width: 20%;
    height: 20%;
    padding-top: 25px;
}


.orisom-flip-box-overlay  .description h4 img {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

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

                MEDIA QUERIES

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.orisom-column.orisom-col-33{
    width: 100% !important;
    margin: 0 auto;
}

.orisom-wrap{
    margin: 0 0 15px 0;
}

.orisom-flip-box {
    height: 400px;
}



} /* FIN MEDIA QUERIES 1023 */

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

                MEDIA QUERIES LANDSCAPES

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

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

.orisom-row{
    justify-content: center;
}

.orisom-column.orisom-col-33{
    width: 50%;
}

.orisom-wrap{
    margin: 0 15px 15px 0;
}

.orisom-flip-box {
    height: 400px;
}


} /* FIN MEDIA QUERIES 800 landscape */

@media (min-width: 600px) and (max-width: 900px){
    .orisom-column.orisom-col-33{
        width: 45% !important;
    }
}

@media (min-width: 901px) and (max-width: 1200px){
    .orisom-column.orisom-col-33{
        width: 33.33333333% !important;
    }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape){
    .orisom-flip-box {
        height: 300px;
    }
    .orisom-wrap {
        margin: 0 10px 15px;
    }
    .orisom-column.orisom-col-33 {
        width: 50%;
    }
    
    .orisom-column.orisom-col-33{
    width: 50%;
    margin: 0 auto;
    }
    
}                   
                    
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .orisom-wrap {
        margin: 0 10px 15px;
    }
    .orisom-column.orisom-col-33 {
        width: 50%;
    }
}
                           
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
    .orisom-wrap {
        margin: 0 10px 15px;
    }
    .orisom-column.orisom-col-33 {
        width: 50%;
    }
}
                   
.justify-content-center{
    justify-content: center !important;
}
.w2 {
    background: url('/drive/repo/general/FondoVa9.jpg') fixed no-repeat top/cover;
    margin-top: -50px;
    padding-top: 50px;
}

.orisom-row{
    width: 90.5%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 10px; 
    padding-bottom: 0px;
}
.orisom-column,
.orisom-wrap{
    position: relative;
    display: flex;
    
}
.orisom-column.orisom-col-25{
   width: 25%; 
}
.orisom-column.orisom-col-33{
    width: 24.5%;
    margin: 0 auto;
}

.orisom-column.orisom-col-50{
    width: 50%;
}
.orisom-wrap{
    width: 100%;
    margin: 0 0% 40px 0;
    padding: 0 0 0 0;
    
}
.orisom-wrap>.orisom-element{
    width:100%;
}

.orisom-flip-box{
    height: 420px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    /* -webkit-transform-style: preserve-3d; */
    transform-style: preserve-3d;
}
.orisom-flip-box-front{
    background-color: var(--primary-color);
    background-color: rgba(27,49,95,0.9);
    background-color: #333;
    background: url(/drive/repo/general/OrisomRow1.jpg)  no-repeat top/cover !important;
    transform: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0.8;
}

.orisom-flip-box:hover .orisom-flip-box-front{
   -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); 
}

.orisom-flip-box-back{
    background: #333;
    background: url(/drive/repo/general/OrisomRow1.jpg)  no-repeat center/cover !important;
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0);
        -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.orisom-flip-box:hover .orisom-flip-box-back, .orisom-flip-box:hover .orisom-flip-box-back1, .orisom-flip-box:hover .orisom-flip-box-back2 {
   transform: none; 
}

.orisom-flip-box-overlay{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
/    padding: 35px;
    overflow: hidden;
    position: relative;
}
.orisom-flip-box-overlay1 img{
/     position: absolute;
/    width: 90%;
    left: 0;
    top: -64px;
/    height: 100%;
    width: 100%;
    height: 100%;
}


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

                  MOSTRAR Y OCULTAR

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


.orisom-flip-box-front .PostDescription .description {
    display: none;
}


.orisom-flip-box-front  .screenPic{
    display: block !important;
}


.orisom-flip-box-back .screenPost, .orisom-flip-box-back .subtitle {
    display: none;
}

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

                  CONTENIDO FLIP BOX ADELANTE

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


.orisom-flip-box-front .orisom-flip-box-overlay1  .title h1 {
    font-family: 'inter'; 
    text-transform: uppercase;
    font-size: 0.75em;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 20px;
}



.orisom-flip-box-overlay1  .screenPicCont {
    width: 100%;
}


.orisom-flip-box-overlay1  .screenPicCont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.orisom-flip-box-overlay1  .subtitle h2 {
    color: #fff;
    font-size: 1.3em;
}


.orisom-flip-box-overlay1  .subtitle img {
    width: 60%;
    height: 60%;
}

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

                  CONTENIDO FLIP BOX ATRAS

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




.orisom-flip-box-back  .orisom-flip-box-overlay1  .title h1 {
    font-family: 'inter'; 
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 60px;
    padding: 60px 35px 15px 35px;
}

.orisom-flip-box-back .orisom-flip-box-overlay1  .description {
    padding: 0px;
}

.orisom-flip-box-back .orisom-flip-box-overlay1  .description p {
    color: #fff;
    font-size: .8em;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}


.orisom-flip-box-back .orisom-flip-box-overlay1  .description img {
    width: 20%;
    height: 20%;
    padding-top: 25px;
}


.orisom-flip-box-back  .orisom-flip-box-overlay1  .description h4 img {
    width: 40%;
    margin: 0 auto;
    margin-top: 0px;
}

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

                MEDIA QUERIES

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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.orisom-column.orisom-col-33{
    width: 100% !important;
    margin: 0 auto;
}

.orisom-wrap{
    margin: 0 0 15px 0;
}

.orisom-flip-box {
    height: 400px;
}



} /* FIN MEDIA QUERIES 1023 */

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

                MEDIA QUERIES LANDSCAPES

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

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

.orisom-row{
    justify-content: center;
}

.orisom-column.orisom-col-33{
    width: 50%;
}

.orisom-wrap{
    margin: 0 15px 15px 0;
}

.orisom-flip-box {
    height: 400px;
}


} /* FIN MEDIA QUERIES 800 landscape */

@media (min-width: 600px) and (max-width: 900px){
    .orisom-column.orisom-col-33{
        width: 45% !important;
    }
}

@media (min-width: 901px) and (max-width: 1200px){
    .orisom-column.orisom-col-33{
        width: 33.33333333% !important;
    }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape){
    .orisom-flip-box {
        height: 300px;
    }
    .orisom-wrap {
        margin: 0 10px 15px;
    }
    .orisom-column.orisom-col-33 {
        width: 50%;
    }
    
    .orisom-column.orisom-col-33{
    width: 50%;
    margin: 0 auto;
    }
    
}                   
                    
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .orisom-wrap {
        margin: 0 10px 15px;
    }
    .orisom-column.orisom-col-33 {
        width: 50%;
    }
}
                           
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
    .orisom-wrap {
        margin: 0 10px 15px;
    }
    .orisom-column.orisom-col-33 {
        width: 50%;
    }
}
                   
.toTop {
    position: fixed;
    right: 0.1%;
    bottom: 9%;
    display: flex;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

.toTop:hover {
    background: var(--secondary-color);
    color: #000;
}.container {
    max-width: 78rem;
    margin: 0 auto;
    width: 100%;
}

.line {
    display: flex;
    justify-content: center;
}

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

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

.benefit-card {
    padding: 1.5rem;
    max-width: 18.375rem;
    background: #ffffff;
    border: 1px solid #dfe2e5;
    border-radius: 8px;
    height: auto;
    position: relative;
}

.benefit-card:before {
    position: absolute;
    content: '';
    width: 9.375rem;
    height: 4rem;
    border: 1.5px dashed #979FA8;
}

.benefit-card .menuPic img {
    max-width: 100%;
    height: auto;
    width: 2.5rem;
}

.benefit-card .menuTitle{
    font-weight: 600;
    margin-top: 1rem;
    line-height: 1.5rem;
    color: #20242e;
}

.benefit-card .menuDescription{
    margin-top: 0.5rem;
    line-height: 1.25rem;
    font-size: .875rem;
    color: #979fa8;
}


.benefit-card .menuDescription strong {
    margin-top: 0.5rem;
    line-height: 1.25rem;
    font-size: .95rem;
    color: var(--secondary-color);
}

.first-line {
    margin-top: 3rem;
    align-items: flex-end;
}

.first-line .benefit-card:nth-child(1):before {
    transform: translateY(1rem);
    left: 50%;
    border-right: 0;
    border-top: 0;
    top: 100%;
}
.benefit-card:nth-child(2):before{
    left: 50%;
    width: auto;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    height: 3rem;
}
.first-line .benefit-card:nth-child(2):before{
    left: 50%;
    top: 100%;
    transform: translate(-50%,1rem);
    width: auto;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    height: 3rem;
}
.first-line .benefit-card:nth-child(3):before{
    border-top: 0;
    border-left: 0;
    right: 50%;
    top: 100%;
    transform: translateY(1rem);
}

.second-line {
    margin-top: 2rem;
    align-items: flex-start;
}

.second-line .benefit-card:nth-child(2) {
    margin-top: 2.5rem;
}

.second-line .benefit-card:nth-child(1):before{
    transform: translateY(-1rem);
    border-right: 0;
    border-bottom: 0;
    left: 50%;
    bottom: 100%;
}

.second-line .benefit-card:nth-child(2):before{
    bottom: 100%;
    transform: translate(-50%,-1rem);
}

.second-line .benefit-card:nth-child(3):before{
    transform: translateY(-1rem);
    border-bottom: 0;
    border-left: 0;
    right: 50%;
    bottom: 100%;
}

.second-line .benefit-card:after {
    top: 0;
    transform: translate(-50%,-50%);
}

.benefit-card:after {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    background: var(--secondary-color);
    border: 4px solid #F7F8FA;
}

.middle-card {
    background-color: var(--secondary-color);
    font-weight: 600;
    line-height: 1.5rem;
    padding: 1.5rem;
    color: #fff;
    border-radius: 8px;
    max-width: 25rem;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 18px;
}

.benefit-card .menuLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.benefit-card .menuLink div {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 12px 16px;
    padding: 12px 14px;
    font-size: .875rem;
    font-size: .7rem;
    border-radius: 5px;
    margin-top: 15px;
    font-family: inter;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    
}

.benefit-card .menuLink div:hover {
       background-color: #334462;
}    

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

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

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

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

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


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape *//* -------------------------------------------------

                ESTRUCTURA PARTIDA

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


.FaqPartido {
    width: 88.5%;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
}


.FaqPartido .defpost1 {
    width: 54%;
    margin: 0 0 0 1%;
    margin-top: 30px;
}


.FaqPartido .linkpost1 {
    width: 44%;
    margin: 0 0 0 1%;
    margin: -70px 0 0 7%;
}


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

        ESTRUCTURA LINKPOST1

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


.FaqPartido .linkpost1 {
}


.FaqPartido .linkpost1 .title {
    padding: 10px 0 10px 0;
    font-size: 23px;
    font-weight: bold;
    text-align: justify;
}


.FaqPartido .linkpost1 .menuPic img {
    opacity: 0.85;
}

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

        ESTRUCTURA DEFPOST1 PARRAFOS PARTICULARES

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


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

.defpost1  h4 strong {
/    padding: 5px 0 10px 0;
/    text-align: center !important;
    font-family: inter;
    font-weight: bolder;
    color: var(--secondary-color)  !important;
    font-size: 17px;
}

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

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

.defpost1 h6 {
    padding: 40px 0 10px 0;
    text-align: center !important;
}

.defpost1 h6 [href] {
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    background-color: #E22177;
    background-color: var(--primary-color)  !important;
    color: #f1f1f1;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 10px;
    font-weight: bold;
}

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

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

                PUBLICACION POST-TITLE

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

.defpost1{
    position: relative;
    margin: 0 auto;
/    margin-top: 40px;
    margin-bottom: 0px;
/    padding-top: 70px;
    clear: both;
    background: transparent;
    z-index: 0;
} 

.defpost1 .wdgViewPost {
    width: 100%;
    margin: 0 0% 0 0%;
} 

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

.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle .title {
    text-align: center;
    color: var(--secondary-color);
}

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

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

.defpost1 .wdgViewPost .wdgPostPrincipal .PostTitle h5 {
/    font-family: Oswald;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: normal;
    margin: 20px 8%;
    text-align: center !important;
    text-transform: uppercase;
/    border-bottom: 2px groove #8c92a4;
}

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

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





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

                PUBLICACION DESCRIPTION

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



.defpost1 .wdgViewPost .wdgPost .PostDescription .description  {
    width: 100%;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 {
    font-size: 21px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.4;
    letter-spacing: 1.3px;
    font-weight:400;
    background: var(--secondary-color)  !important;
    padding: 18px 15px;
    margin: 10px 0;
/    font-family: 'Oswald' !important;
/    text-transform: uppercase !important;
    font-size: 15px;
    opacity: 0.7;
    font-weight: bold;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 strong {
    font-family: 'inter' !important;
    font-size: 15px;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription .description h2 {
    padding: 10px 0 20px 0;
    font-size: 23px;
    font-weight: bold;
}



.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 {
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}



.defpost1 .wdgViewPost .wdgPost .PostDescription .description h4 {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.3px;
    margin-top: 17px;
}



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

.defpost1 .wdgViewPost .wdgPost .PostDescription .description  h5 {
/    font-family: Oswald;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: normal;
    margin: 20px 8% 0;
    text-align: justify !important;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

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

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


.defpost1 .PostDescription .description ul {
    padding: 0 0 2px 10%;
/    padding: 14px 0 15px 10%;
}

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

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

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

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

                PAGINADO

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


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

.numbers {
    float: right;
}

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

.pageCounter ul {
    list-style: none;
}


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



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



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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

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



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

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

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


.defpost1 .wdgViewPost .wdgPost .PostDescription .description p {
    text-align: left;
    line-height: 1.3;
    font-size: 13px;
}

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

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

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

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

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

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

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

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

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

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 {
    text-align: left;
    line-height: 1.1;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 {
    text-align: right !important;
    font-size: 14px;
}

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

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

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


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

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


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

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

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



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

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

.defpost1 .wdgViewPost .wdgPost .PostDescription .description  {
/    width: 90%;
}

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

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h3 {
    font-size:18px;
    line-height: 1.1;
}

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

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


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

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

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

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

.defpost1 .wdgViewPost .wdgPost .PostDescription .description h1 {
    text-align: right !important;
    font-size: 16px;
}

} /* FIN MEDIA QUERIES 800 landscape */


@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape){
    .defpost1 .screenPicCont img{
        width: 40%;
    }
    .defpost1 .wdgViewPost .wdgPost .PostDescription h5 img{
        width: 20%;
    }
}

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


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


   
.defpost1 .wdgViewPost .wdgPost .PostDescription .description ul li h4 img, .defpost1 .wdgViewPost .wdgPost .PostDescription .description ul li p img {
    width: 10px;
    height: auto;
    padding: 0;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription ul li h3 {
/    font-family: 'inter' !important;
    letter-spacing: 1.2px !important;   
    font-weight: 600 !important; 
    padding: 15px !important;
    background: transparent url('/drive/repo/editorweb/DAO-FAQS_001.png') no-repeat 98% center/auto 30% !important;
    border-radius: 3px !important;
    cursor: pointer !important;    
    font-size: .85rem !important;
    border-bottom: 1px dotted #acacac !important;
    color: var(--primary-color) !important;
    text-shadow: none !important;
    text-align: justify !important;
/    text-transform: uppercase;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription ul li h3.active {
    background: var(--secondary-color) url('/drive/repo/editorweb/DAO-FAQS_002.png') no-repeat 98% center/auto 30% !important;
    color: #fff !important;  
    font-size: .65rem !important;
    text-transform: uppercase;
    margin: 15px 0 0 0 !important;
    padding: 25px 25px 25px 15px !important;
    font-family: 'inter' !important;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription ul li p {
    font-family: 'banks-miles-single' !important;
    color: #000 !important;
    font-size: .8rem !important;
    font-weight: 600 !important;
    display: none;
    padding: 20px 20px 15px !important;
    background: rgb(0 0 0 / 5%) !important;
    background: var(--total-color) !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    text-align: justify !important;
    line-height: 1.7 !important;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription ul li p strong {
    font-family: 'inter' !important;
    color: var(--primary-color) !important;
    font-size: .9rem !important;
    font-weight: bold !important;
}


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.FaqPartido {
    width: 90%;
    margin: 0 auto;
    display: block;
}


.FaqPartido .defpost1 {
    width: 90%;
    margin: 0 auto;
}


.FaqPartido .linkpost1 {
    width: 90%;
    margin: 0 auto;
}

.defpost1 .wdgViewPost .wdgPost .PostDescription ul li h3 {  
    font-size: .65rem !important;
}


.defpost1 .wdgViewPost .wdgPost .PostDescription ul li h3.active {
    background: var(--link-menu-color) url('/drive/repo/editorweb/724toTop1.png') no-repeat 98% center/auto 30% !important;
    font-size: .55rem !important;
}


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


} /* FIN MEDIA QUERIES 800 landscape */




.catalog.homeCatalog{
    margin-left: 5%;
    width:90%;
    clear: both;
    padding-top: 20px;
}

.homeCatalog .projectsList{
    font-family: 'banks-miles-single' !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.homeCatalog .projectStoreCont{
/    width: calc(25% - 60px);
    width: 32%;
    border: 1px solid #eee;
    border-radius: 0px;
    margin: 0 10px;
    padding: 15px;
}
.homeCatalog .projectStoreCont .projectPrincipal .projectPic img{
    width: 100%;
    height: 15rem;
}

.homeCatalog .projectStoreCont .projectSecond .projectProviderIcon {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0;
}


.homeCatalog .projectStoreCont .projectPrincipal .projectTitle{
    margin: 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: inter;
}


.homeCatalog .projectStoreCont .projectPrincipal .resumenRanking {
    text-align: center;
    text-transform: uppercase;
    font-family: inter;
}

.homeCatalog .projectStoreCont .projectPrincipal .cant{
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    display: none;
}

.homeCatalog .projectStoreCont .projectSecond .statusInfo{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .amountInvested,
.homeCatalog .projectStoreCont .projectSecond .statusInfo .amountRequired {
    width: 50%;
    margin-bottom: 10px;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .amountInvested{
    text-align: left;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .amountInvested .totalInvested{
    font-weight: 600;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .amountInvested .percentageInvested{
    font-size: 13px;
    font-weight: 600;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .amountRequired {
    text-align: right;
    font-weight: 600;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .projectProgress {
    width: 100%;
    margin-bottom: 10px;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .projectProgress meter{
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    background: #eee;
}
.homeCatalog .projectStoreCont .projectSecond .statusInfo .daysLeft {
    width: 100%;
    text-align: right;
}
.homeCatalog .projectStoreCont .projectSecond .projectYield{
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ccc;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.homeCatalog .projectStoreCont .projectSecond .projectYield .annualYield,
.homeCatalog .projectStoreCont .projectSecond .projectYield .totalYield {
    margin: 20px;
    display: flex;
    flex-direction: column;
}
.homeCatalog .projectStoreCont .projectSecond .projectYield .annualYield{
    width: 100%;
}
.homeCatalog .projectStoreCont .projectSecond .projectYield .yieldSeparator{
    border: 1px solid #ddd;
    height: 60px;
    margin: 10px auto;
    padding: 0;
}
.homeCatalog .projectStoreCont .projectSecond .projectYield .totalYield{
    width: 100%;
}

.homeCatalog .projectStoreCont .projectSecond .projectYield .annualYield .annualYieldAmount,
.homeCatalog .projectStoreCont .projectSecond .projectYield .totalYield .totalYieldAmount {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
.homeCatalog .projectStoreCont .projectSecond .projectYield .annualYield .annualYieldLabel,
.homeCatalog .projectStoreCont .projectSecond .projectYield .totalYield .totalYieldLabel {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.homeCatalog .projectStoreCont .projectSecond .projectTerm{
    margin: 20px 0;
    text-align: center;
}

.homeCatalog .projectStoreCont .projectSecond .projectTerm .term, .homeCatalog .projectStoreCont .projectSecond .projectTerm .monthsLabel {
    font-weight: bold;
}
.homeCatalog .projectStoreCont .projectSecond .projectOptions .projectSee{
    padding: 15px 0;
    background-color: var(--secondary-color);
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: inter;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-size: 12px;
}
.homeCatalog .projectStoreCont .projectSecond .projectOptions .projectSee:hover{
    background-color: var(--primary-color);
    font-size: 14px;
    color: #feaa26;
}



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

                MACOIX TE AGREGO AQUI PAGINADO EXISTENTE PARA QUE NO TENGAS QUE BUSCARLO CUANDO LE DES DISEÑO

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


.pageCounter{
    width:100%;
    padding:30px 0 10px;
}
.pageCounter ul {
    list-style: none;
}


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


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


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

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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.homeCatalog .projectsList{
    display: block;
}

.homeCatalog .projectStoreCont{
    width: 85%;
    margin-bottom: 15px;
}

} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.homeCatalog .projectsList{
    display: inline-block;
}
.homeCatalog .projectStoreCont{
    width: 40%;
    display: inline-block;
}

} /* FIN MEDIA QUERIES 800 landscape */





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

           COMPONENTES DEL PROVEEDOR

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

/* ------------------------------------------------- Vista de proveedor */

.vistaProveedor{}
.vistaProveedor .vistaProveedorCont{}
.vistaProveedor .provBG{
    width:100%;
/    height:5vh;
    overflow:hidden;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;}
    
    
.vistaProveedor .provBG:after{
    content: "";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:30%;
    z-index:100;
    background: linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0)); 
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));}
    


    
.vistaProveedor .provBG img{
    position:absolute;
    top:50%;left:50%;
    right:0;bottom:0;
    transform: translate(-50%,-50%);
    min-width:100%;
    min-height:100%;}

.vistaProveedor .provDetails{
    margin:50px 0 0 35%;
    position:relative;
    width:30%;
/    margin:0 auto;
    display:flex;
    flex-directionm:row;
    align-items:flex-start;}
.vistaProveedor .provImg{
/    position:absolute;
    top:-100px;
    left:0;
    z-index:5;
    background:#fff;
/    border-radius:3px;
    padding:5px;
    width:160px;
    height:160px;
/    box-sizing:border-box;
    overflow:hidden;  
/    box-shadow: 5px 2px 2px rgba(0,0,0,0.5);
/    border-radius: 100px;
}
.vistaProveedor .provImg img{
    max-width:100%;}
    
.vistaProveedor .provname{
    margin-left:180px;
    margin-right:20px;}
.vistaProveedor .provname h1{
    color:#333;
    font-size:2em;
    letter-spacing:-2px;}
       
.vistaProveedor .provRank{
    padding:0 0 0 0;}
    
.vistaProveedor .stars{
    padding:0 20px 10px 0;}    
.vistaProveedor .star{
    width:20px;
    height:20px;}
.vistaProveedor .stars .star.on, 
.vistaProveedor .stars .star.off, 
.vistaProveedor .stars .star.half{
    background-size: 20px 20px;}
    
.vistaProveedor .provRank .promedio{
    font-size:0.9em;}   

.vistaProveedor .provRank .promedio .cant span{}    
.vistaProveedor .provRank .promedio .cant a{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    background: #666;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px;
    transition: all 0.3s ease;
}
.vistaProveedor .provRank .promedio .cant a:hover{
    background-color: #000;
}
.vistaProveedor .provDescription{
    display: none;
    width:90%;
    margin:0 auto;
    font-size:1.2em;
    padding:20px 0;}
    

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

            DIV FLOTANTE DE VALORACION

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


/*Contenedor de las valoraciones*/

.bgScreen{
    background: rgba(0,0,0,0.9);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
    height:100vh;
    z-index:1001;
}

.bgScreen .contBlock{
    width:60%;
    margin:0 auto;
    padding:55px 0 20px;
    background:#fff;
    position:relative;
}

.bgScreen .contBlockBody{
    border-top:1px solid #ccc;
    padding:20px;
    box-sizing:border-box;
    overflow-y:auto;
    max-height:100vh;
    width:100%;    
}
.bgScreen .contBlock .close{}
.bgScreen .contBlock .close a{
    position:absolute;
    top:10px;
    right:10px;
    display:block;
    background: url(/drive/repo/editorweb/close.png) top left no-repeat;
    background-size:25px 25px;
    width:25px;
    height:25px;
    text-indent:-9999px;
    overflow:hidden;
    cursor:pointer;
}

.bgScreen .contRank{
    padding: 0 25px;
}

.bgScreen .contRank h1{
    padding-bottom:10px;
    font-size:1.4em;
}


/*Cabecera de las valoraciones*/

.rankHead{
    padding:20px 0;
    border-bottom:1px solid #ccc;
}
.rankHead .promedio{
    display:inline-block;
    text-align:center;
}
.rankHead .promedio h3{
    font-weight:normal;
    font-size:3em;
}
.rankHead .promedio .cant{
    font-size:0.8em;
    margin-top: 5px;
}

/*Detalle de las valoraciones*/

.rankHead .detallePromedio{
    display:inline-block;
    margin-left:20px;
}

.rankHead .detProm{
    display:flex;
    flex-direction:row;
    align-items: center;

}
.rankHead .detProm span{
    font-size:0.7em;
    display:inline-block;
    vertical-align:middle;
    width: 55px;

}
.rankHead .detProm .refer{}
.rankHead .detProm .progreso-valoracion{
    width:100px;
    border-radius:5px;
    height:5px;
    position:relative;
    display:block;
    background:#e9e9e9;
    margin:0 10px;
}
.rankHead .detProm .progreso-valoracion .ratingProgres{
    position:absolute;
    border-radius:5px;
    top:1px;
    left:1px;
    height:2px;
    background:#FDC900;
    display:block;
}

/*Valoracion del usuario*/

.valorar,
.tuValoracion{
    padding:20px 0;
    border-bottom:1px solid #ccc;
}
.stars-editable{
    padding:5px 0;
}
.stars-editable .star{
    background-size: 25px 25px;
}

.tuValoracion .userVal .userStars,
.tuValoracion .userVal .userComment{
    margin-top: 5px;
}
.tuValoracion .editValoracion{
    margin-top: 10px;
}
.tuValoracion .editValoracion a{
    background: #ccc;
    padding: 7px;
    color: #000;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.tuValoracion .editValoracion a:hover{
    color:#fff;
    background: #000;
    
}

.tuValoracion .editValoracion .botonEditar,
.valorar .botonPublicar{
    font-size: 1rem;
    background: #666;
    border: 0;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: #fff;
}
.tuValoracion .editValoracion .botonEditar:hover,
.valorar .botonPublicar:hover{
    background: #000;
}
.tuValoracion .editValoracion .botonEliminar,
.valorar .botonCancelar{
    font-size: 1rem;
    background: #d9534f;
    border: 0;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
}
.tuValoracion .editValoracion .botonEliminar:hover,
.valorar .botonCancelar:hover{
    background: #c9302c;
}
.valoracion-comentario label{
    font-size:1.2em;
    display:block;
}



span.info{
    font-size:0.8em;
    display:block;
    padding:10px 0;
}
.valorar textarea{
    width:100%;
    display:block;
}
.valorar input{
    display:block;
    padding:10px;
}

/*Listado de valoraciones*/

.valList{
    position:relative;
}
.valoracion-usuario{
    padding:10px 0;
    border-bottom:1px solid #e9e9e9;
}
.valoracion-usuario .userDetails{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.valoracion-usuario .userDetails .userPic{
    margin-right:10px;
}
.valoracion-usuario .userDetails .userPic img{
    width:30px;
    height:30px;
    border-radius:500px;
}
.valoracion-usuario .userDetails .userName{
    font-size:1em;
}

.valoracion-usuario .userVal{}
.valoracion-usuario .userVal .userStars,
.valoracion-usuario .userVal .userComment{
    margin-top: 5px;
}
.valoracion-usuario .userVal .userStars .star{
    background-size: 15px 15px;
    width:15px;
    height:15px;
}
.valoracion-usuario .userVal .userComment{
    font-size:1em;
}
    

/*Estrellas genericas*/

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

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


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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {


.vistaProveedor .provDetails{
    margin:50px 0 0 1%;
    width: 99%;
}
    


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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

.vistaProveedor .provDetails{
    margin:50px 0 0 10%;
    width: 80%;
}

} /* FIN MEDIA QUERIES 800 landscape */



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

              HEADER

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

.header-menu.sticky{
   box-shadow: 0 0 20px 1px rgb(60 60 60 / 92%);
    background: url(/drive/repo/editorweb/NicePng_fondos-azules-png_4241449.png) fixed no-repeat top/cover;
}
.header-menu.sticky .menu-area{
    background:var(--secondary-color-text);
}

.menu-area .row{
    height: 100px;
    align-items: center;
}

.header-menu.sticky .menu-area .alert-icon,
.header-menu.sticky .menu-area .ob .obIcon.iconApps::before{
        color: var(--primary-color-text);
}
.header-menu.sticky .menu-responsive .menuItem .menuTitle a{
    color: #333;
    font-weight: 600;
    text-shadow: none;
}
.menu-area .menu-desktop{
/   display: none;
}
.menu-mobile {
    display: block !important;
}
.menu-area .menu-desktop .menuItem{
    color: var(--primary-color-text);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'banks-miles-single', sans-serif;
}
.menu-area .menu-desktop .menuItem:hover{
    transform: scale(1.1);
    text-shadow: 0px 1px 2px #222;
    color: var(--primary-color-text);
}
.ob .obIcon.iconApps::before{
  color: var(--primary-color-text);
}
.ob .iUser{
  border: 1px solid var(--secondary-color);
  border-radius: 3px;
}
.ori-side-wrapper{
  left: -7px;
}
.menuContainer{
    background-color: var(--background-color-primary)!important;
    font-family: 'banks-miles-single', sans-serif;
        box-shadow: -2px 2px 10px 0 var(--secondary-color-hover);
}
.menuList.level-1{
   background-color: var(--link-menu-color)!important;
   top: 50px;
}
.menu-area .no-login a i,
.menuElement.level-0 a{
    color: var(--primary-color-text)!important;
}
.container-dashboard .appMenu .appMenu-header .user-info > span{
    color: #333;
    text-transform: lowercase;
    font-weight: 600;
    font-size: .8rem;
}
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a span {
    color: #333;
    text-transform: lowercase;
    font-weight: 600;
    font-size: .8rem;
}
.container-dashboard .appMenu .appMenu-header .user-pic img{
  max-width: 100%;
}
.container-dashboard .appMenu .appMenu-header .user-info .user-role,
.container-dashboard .appMenu .appMenu-header .user-info > span,
.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i{
  color: var(--total-color);
}
.menu-area .Alerts {
    margin-right: 10px;
}
.alert-icon,.ob .iApps {
  color: var(--primary-color-text);
}
.w-nav-icon i, .w-nav-icon i:before, .w-nav-icon i:after{
color: var(--primary-color-text);
}
.w-html{
    margin-right: 10px;
}
.w-html {
    margin-right: 0px; 
}
.menu-area .row{
    max-width: 1140px;
    margin: 0 auto;
}


.alert-icon {
  /font-size: 30px;
}


#placeh input::placeholder, .setupGrades .userMoreInfo .nota_registro_usuario {
   display: none;
   color: transparent;
}

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

              PUBLIS

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


.publi1 .wdgItemPost .wdgItemPostCont .PostDetails .subtitle h2 {
    font-size: 2rem;
    font-family: Inter;
    text-transform: uppercase;
    color: #333;
}



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

                         BLOQUES

-------------------------------------------------------------*/
.setupGrades .userMoreInfo label,
.setupGrades .btnprovide{
  font-family: Inter;
}
.setupGrades .userMoreInfo .userMoreInfo_checkbox_simple {
    justify-content:space-between ;
}

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

              ONDAS PNG

-------------------------------------------------------------*/
.ondasPng{
  margin-top: -150px;
  position: relative;
}
#topx,#topx1 {
  margin: 0px 0 00px !important;
  padding: 10px 0 50px !important;
}

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

               PRODUCTOS

-------------------------------------------------------------*/
.addCart .text, .addCart .campo{
    display: none;
}
.publi6,
.catalog.homeCatalog,
.catalog.homeCatalog .wdgTitle .title{
 background: #fff !important;
}
.catalog .wdgProd .ProdDetails .title{
  font-size: 0.8rem;
    font-family: Oswald;
    text-transform: uppercase;
    color: #333;
        font-family: Inter;
}


.catalog.homeCatalog .wdgProd .ProdDetails .title a {
    height: 50px;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: bold;
}


.catalog .wdgProd .ProdDetails .subtitle {
    font-size: .7rem;
    height:40px;
    font-family: 'banks-miles-single';
}


.catalog .resumenRanking .cant{
    font-weight: 600;
    font-family: Oswald;
    font-size: 10px;
    text-transform: uppercase;
}


.pageCounter ul li.selected {
    background-color: #7B90A9 !important;
}



.pageCounter ul {
    padding: 0 0 2px 0;
}


.addCart .consultButton{
    font-weight: bold;
    font-family: 'inter';
    letter-spacing: 1.3px;
    font-size: .7rem;
}


.mainForm .formButtons input {
    color: #fff;
    background: #7b90a9;
    border: 1px dotted white;
}
.mainForm .formButtons input:hover {
    color:#fff;
    background: #333; 
}


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

               SIDE BAR BIG SEARCH 2

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

.icon-bar-fixed .icon-bar .menuItem{
    border-bottom: 0.01px solid transparent;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuItemCont{
    background: var(--primary-color);
    font-family: inter !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px !important;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) .menuDescription p{
    color: #fff;
    padding-top: 2px;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(odd) i{
    color: #fff;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuDescription p {
   color: #fff;
    padding-top: 2px;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) i{
   color: #fff;
}
.icon-bar-fixed .icon-bar .menuItem .menuDescription{
    display: flex;
    align-items: center;
}
.icon-bar-fixed .icon-bar .menuItem:nth-child(even) .menuItemCont{
    background: var(--secondary-color);
    font-family: inter !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px !important;
}


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

               SLIDER CARROUSEL ABOUT US

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


.carousel .wdgContent .contMenu .menuItem:nth-child(1)  .menuItemCont .menuPic img{
    opacity: 1;
}


.carousel .wdgContent .contMenu .menuItem:nth-child(2)  .menuItemCont .menuPic img{
    opacity: 0.9;
}

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

               FOOTER

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

.cInfo .menuDescription {
    font-family: 'Inter', sans-serif;
}

.mainForm .formGroup select,
.mainForm .formGroup input,
.mainForm .formGroup textarea {
    font-family: 'inter' !important;
    width: 100%;
    padding: 20px 15px;
    font-size: .8em;
    color: #000;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: rgba(255,255,255,0.45);
    margin:0 0 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.mainForm .formGroup.checkbox_simple{
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #000; 
    font-family: 'inter' !important;   
}

.mainForm .Terminos{
    font-family: 'inter' !important; 
    font-size: 9px;
    text-align: justify;
    padding-top: 9px;
    color: #fff;
}


.mainForm .formButtons input {
    font-family: 'inter' !important;
}


.cInfo .menuItem .menuItemCont .menuDescription p,
.cInfo .menuItem .menuItemCont .menuDescription a {
    padding-top: 3px;
}


.disclaimer .menuDescription p {
    font-size: 10px;
    text-align: justify;
    padding-bottom: 9px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'banks-miles-single' !important;
}

.disclaimer .menuDescription a:nth-child(2) {
    color: #2990B1 !important;
    font-weight: bold;
    font-size: 14px;
    font-family: 'inter' !important;
}


.copyright .description p{
    font-size: 10px;
    font-family: 'inter' !important;
}

.cInfo h1 {
    font-size: 14px;  
  margin: 0.67em 0;
}


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




.mainForm .formGroup.checkbox_simple{
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #000; 
    font-family: 'inter' !important;  
    margin: 5px 0  !important; 
}


@media(max-width: 1023px){
.product-container-row .column-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.product-proveedor-container,.product-brand-container{
  width: 45%;
  text-align: center;
}
.product-proveedor_content-info, .product-brand_content-info {
    flex-direction: column;
    justify-content: center;
}
.product-attributes-container{
   text-align: center;
}
.document-icon {
    width: 15%;
    margin: 0 auto;
}

.imgFooter .wdgPicCont {
    width: 80% !important;
    margin: 0 auto;
}


}
@media(max-width: 800px){
.contPubli2 {
     width: 90%; 
     margin: 0 auto;
         text-align: center;
}
.header-menu,
.header-menu.sticky .menu-area {
    padding: 0 5%;
}

.imgFooter .wdgPicCont {
    width: 30%;
    margin: 0 auto;
}
}
@media(max-width:600px){
.publi2 h2 {
    font-size: 2rem; 
}
.catalog .wdgProd .ProdDetails {
    /flex-direction: column;
    gap: 10px;
}
.price: not(.price_old) {
    height: 0px;
}
.publi1 .description  li {
    font-size: 1rem;
    text-align: left! Important;
}
.publi1 .wdgItemPost .wdgItemPostCont .PostDetails .subtitle {
    margin-bottom: 1.2125rem;
}
.setupBoxTitle1 h3 {
    margin-top: 25px;
}
.publi8 .wdgItemPost .wdgItemPostCont .PostDetails .subtitle .descriptionP{
    font-size: 1.3rem;
}
.publi1 .wdgItemPost .wdgItemPostCont .PostDetails .description p {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1;
}
}
.ob .userCont .userSesion{ 
    background:var(--primary-color);
}
.ob .userCont .logOut:hover{
    background: var(--primary-color);
    border:none;
    text-transform: uppercase;
    font-weight: bold;
}


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

.ob .userCont .user .userDetails .mail {
    display: block;
    word-wrap: break-word;
    font-size: 9px;
    margin-bottom: 10px;
    font-family: banks-miles-single;
    font-weight: bold;
}


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


.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li a{ 
  color: #000;
}


.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown.active .submenu ul li:hover a{  
    color: #F31921;
}




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


.ob .userCont .user .userDetails .name{
    color: #000;
    font-weight: bold;
    font-family: banks-miles-single;
    font-size:14px;
    text-transform: uppercase;
    padding-bottom: 4px;
    
}


.ob .userCont .user .userDetails{
    align-content: center;
    align-items: stretch;
}

.ob .userCont .user .userDetails .perfil a{
    display:block;
    background:var(--primary-color);
    border:none;
    color:#fff;
    float:left;
    font-size:12px;
    text-decoration:none;
    padding:10px 17px;
    margin-left: 30px;
    text-decoration:none;
    -moz-border-radius: 350px;
    -webkit-border-radius: 350px;
    border-radius: 350px;
    text-shadow: none;
    letter-spacing: 1px
    text-align: center;
}
.ob .userCont .user .userDetails .perfil a:hover{
    text-decoration: none;
    background: var(--primary-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

.ob .userCont .userSesion{   
    overflow:hidden;
    padding:10px;
    background: var(--primary-color);
    text-align:center;
}


.ob .userCont .userSesion{   
    overflow:hidden;
    padding:10px;
    background:var(--primary-color);
    text-align:center;
}
   

.ob .userCont .btnChangeUser,
.ob .userCont .logOut{
    display:block;
    padding: 0px 15px 10px;
    background:var(--primary-color);
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    color:#fff !important;
    border:none;
}



.container-dashboard .appMenu .appMenu-header {
  padding: 10px 6px 20px 0;
}

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


.container-dashboard .appMenu .appMenu-content .appMenu-content-dropdown > a i{ 
  background: var(--primary-color);
  margin: 7px;
}

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


.cart {
    display: none;
}


.ob .userCont {
    top: 50px !important;
}

.container-dashboard {
    top: 70px !important;
}


header.fixed .ob .userCont {
    top: 50px;
}
header.fixed  .container-dashboard {
    top: 70px;
}


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


.container-dashboard .appMenu .appMenu-header .user-info > span, .container-dashboard .appMenu .appMenu-header .user-info,
.ob .userCont .user .userDetails .perfil a,
.ob .userCont .logOut{
    font-family: banks-miles-single;
    color: var(--primary-color-text) !important;
}



.ob .userCont .title, .ob .appsCont .title {
    font-weight: bold;
    padding: 10px 0;
    font-family: 'banks-miles-single' !important; 
    text-transform: normal;
    color: #000 !important;
    font-size: 14px !important;
}

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



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





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

                  TOQUES GENERICOS

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


body {
    width: 100%;
    font-family: 'banks-miles-single',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: #fff;
}


.lang{
     display: none;
}

.header-menu.sticky{
    background: #fff !important;
}



.copyright,
.mainForm .formButtons input,
.pageContact{
    background: #999 !important;
    background: url(/drive/repo/general/FondoAzul9h.jpg) fixed  no-repeat top/cover !important;
/    background: url(/drive/repo/general/OrisomRow1.jpg) fixed no-repeat center/cover !important;
    opacity: 0.95;
}


header {
    position: relative;
}
.menu-area .row{
    max-width: 98%;
    margin: 0 auto;
}

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


.header-menu.sticky .menu-area .row{
    height: auto;
}

.menu-area .logo img {
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    transition: all 0.5s ease;
/    animation-name: fadeInRight;
/    animation-duration: 2.25s;
}


.menu-area .sticky-logo img {
    width: 61%;
    padding: 5px 0 5px 0;
    transition: all 0.5s ease;
    animation-name: fadeInRight;
    animation-duration: 2.25s;
    max-height: 100%; 
    max-width: 100%; 
    background: none;
    border-radius: none;
}


.header-menu.sticky {
    padding-top: 50px;
}

.w-nav-icon i, .w-nav-icon i:before, .w-nav-icon i:after, .menu-area .no-login a i, .alert-icon, .ob .iApps, .ob .obIcon.iconApps::before, .menu-area .menu-desktop .menuItem{
    color: var(--primary-color) !important;
}


.header-menu.sticky .w-nav-icon i, .header-menu.sticky .w-nav-icon i:before, .header-menu.sticky .w-nav-icon i:after, .header-menu.sticky .menu-area .no-login a i,
.header-menu.sticky .alert-icon, .header-menu.sticky .ob .iApps, .header-menu.sticky .ob .obIcon.iconApps::before, .header-menu.sticky .menu-area .menu-desktop .menuItem{
    color: var(--primary-color) !important;
}


.menu-area .menu-desktop .menuItem, .header-menu.sticky .menu-area .menu-desktop .menuItem{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: 'inter', sans-serif;
}


.menu-area .menu-desktop{
    width: 85%;
    text-align: right;
    margin-right: 10px;
}


.menu-area .menu-desktop .menuItem {
    padding: 30px 15px;
}

.menuElement:nth-child(7).level-0 a, .menuElement:nth-child(8).level-0 a {
    display: none !important;
}

.menuElement:nth-child(7).level-0 .menuElementPic a, .menuElement:nth-child(8).level-0 .menuElementPic a {
    display: block !important;
}

.menuElement.level-0 a{
    text-transform: none;
}


.menuContainer .menuElementPic img {
    width: 75%;
    height: 75%;
}



.contj1 {
    padding: 0;
}


.mainForm .formButtons input { 
    color: #f2f2f2;
}

.mainForm .formButtons input:hover {
    background: var(--secondary-color) !important; 
    color: #fff;
}


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

.mainForm .formGroup.checkbox_simple{
    color: #5b5b5b; 
    margin: 5px 12px 5px 0  !important; 
    font-weight: bold;
}

.mainForm .formGroup.telefono{
    width: 51%;
}


.mainForm .Terminos p a{
    font-family: 'inter' !important; 
    font-size: 9px;
    text-align: justify;
    padding-top: 9px;
    color: #fff;
    line-height: 1.3;
}

.mainForm .Terminos p strong a {
    color: #F31921;
    color: #feaa26;
}

/*===== Multi-Idioma ====*/  
.lang{
 margin-right: 4px;
}

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

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


.lang .langItemCont .langItem:nth-child(1){   
    margin: 0 11px 0 3px; 
}
.lang .langItemCont .langItem:nth-child(2){  
    margin: 0 3px;    
}
.lang .langItemCont .langItem:nth-child(3){   
    margin: 0 3px;       
}
.lang .langItemCont .langItem:nth-child(4){    
    margin: 0 8px 0 3px;    
}
.lang .langItemCont .langItem:nth-child(5){    
    margin: 0 3px 0 3px;   
}
.lang .langItemCont .langItem:nth-child(6){   
    margin: 0 3px;    
}
.lang .langItemCont .langItem:not(.selected):hover{
    opacity: 0.5; 
}

.lang .langItemCont .langItem.selected:before {
    cursor: default;
    box-shadow: 0px 0px 4px 1px #F31921 !important;
/    border-radius: 0% !important;   
}

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

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

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


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


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


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

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


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

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

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

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

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

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

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


.cookiesBanner {
    background: white;
    color: #000;
}


.cookiesBanner p  {
    font-size: 14px;  
    font-family: inter;
}


.cookiesBanner {
    border-top: 15px solid #E2C38E;
}

.cookiesBanner .acceptButton   {
    font-size: 12px;
    padding: 15px 10px 15px 10px; 
    border-radius: 14px;
    background: #333;  
    color: #fff; 
    line-height: 1.418 !important;
    border: 4px solid #333 !important;
}

.cookiesBanner .seeMoreButton   {
    font-size: 12px;
    padding: 15px 10px 15px 10px; 
    border-radius: 14px;
    background: #333;  
    color: #fff; 
    line-height: 1.2 !important;
    border: 4px solid #333 !important;
}



/*--------------- ESTRUCTURA ABOUT US --------------------*/
.publiAboutUs .menuItemCont{
    display: flex;
    padding: 30px 30px;
    justify-content: space-between;
    align-items: center;
    margin: 60px 5%;
    flex-wrap: wrap;
    /box-shadow: 0px 1px 3px 0px rgb(161, 159, 157);
}
.publiAboutUs .menuItem:nth-child(even) .menuItemCont{
    display: flex;
    padding: 30px 30px;
    justify-content: space-between;
    align-items: center;
    margin: 60px 5%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.publiAboutUs .menuItemCont .menuPic{
    width: 50%;
}
.publiAboutUs .menuItemCont .menuDescription{
    width: 50%;
    color: #383e42;
    font-size: 15px;
    display: flex;
    justify-content: center;
    padding: 0 0 0 5%;
}

.publiAboutUs .menuItem:nth-child(even) .menuItemCont .menuDescription{
   padding: 0 5% 0 0;
   text-align: right;
}

.publiAboutUs .menuItemCont .menuDescription h2{
    color: rgb(96, 94, 92);
    margin-bottom: 30px;
    font-family: 'Inter';
    font-size: 2.5rem;
    font-weight: 400;
    line-height: .9;
}

.publiAboutUs .menuItemCont .menuDescription p{
    font-family: 'Inter';
    margin-bottom: 30px;
    color: rgb(161, 159, 157);
    padding: 0 0 0 15px;
}

.publiAboutUs .menuItem:nth-child(even) .menuItemCont .menuDescription p{
    padding: 0 15px 0 0;
}

.publiAboutUs .menuItemCont .menuPic img{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 500px;
    aspect-ratio: auto 700 / 350;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    box-shadow: -1px -1px 9px 1px rgb(161, 159, 157);
}
.publiAboutUs .menuItemCont .menuLink{
    width: 75%;
}
.publiAboutUs .menuLink div{
    transition: 0.2s !important;
    float: right;
    color: #000;
    padding: 18px 35px 18px 35px;
    margin: auto;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 11;
    position: relative;
    border: 1px solid #000000;
    width: max-content;
    line-height: 17px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'banks-miles-single';
    overflow: hidden;
    transform: translate(50%, -50%);
}

.publiAboutUs .menuItem:nth-child(even) .menuLink div{
    float: left;
    transform: translate(-50%, -50%);
}

.publiAboutUs .menuLink div:after {
  content: ' ';
  background: #E2C38E; /* color de fondo hover */
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.publiAboutUs .menuLink div:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}


.cInfo:hover h1 {
    font-size: 15px;  
/    color: #F31921;
/    color: var(--primary-color);
    text-transform: uppercase;
}

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

                  HASTA AQUI TOQUES GENERICOS A PARTIR DE AQUI HOME

----------------------------------------------------------*/.w3a {
    position: relative;
    margin-top: -50px;
    padding-top: 70px;
}

.w3b {
    position: relative;
/    background: url(/drive/repo/general/PropTech_Fondo_004.jpg) fixed no-repeat left/cover !important;
}



#topx,#topx1 {
  margin: 0px 0 00px !important;
  padding: 0px 0 30px !important;
  margin: 0 auto !important;
}

.publi1 {
    height: 80vh;
    background: url(/drive/repo/general/PropTech_Fondo_003.jpg) fixed no-repeat bottom/cover !important;
    position: relative;
    clear: botH;
    width: 92.5%;
    margin: 0 auto !important;
    margin-top: 0px;
    background-color: #fff !important;
    padding-top: 0px;
    position: relative;
}

.publi1 .menuItemCont{
    display: block;
    align-items: center;
    justify-content: center;
    height: 80vh;
    background: rgba(255,255,255,0.45);
    margin: 0 auto;
    margin-top: 0px;
}

.publi1 .menuDescription span h1{
      font-size: 55px;
    color: #fff;
    font-family: 'Inter';
    text-align: center;
    text-shadow: 2px 2px 5px #333;
    margin-bottom: 0;
}
.publi1 .menuDescription span h3{
    font-size: 31px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 1px var(--primary-color);
    font-family: 'banks-miles-single';
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}

.publi1 .menuDescription span {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    margin-bottom: 1rem;
}


.publi1 .menuDescription span strong {
    color: var(--primary-color);
    text-shadow: 2px 2px 5px #333;
}


.map-section #map{
    height: 120vh;
    width: 90%;
    filter: grayscale(50%);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.map-section #map .gmnoprint{
    display: none;
}

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



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

                MEDIA QUERIES 1023 px MIO PORTRAIT

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


@media (max-width: 1023px) {

.publi4 {
    width: 88%;
}


.publi4 .invert .wdgPostCont, .publi4 .wdgPostCont  {
    display: block;  
}

.publi4 .wdgPostPrincipal {
    opacity: 0.85;
    width: 100%;
}

.publi4 .screenPicCont{
    height: auto;
}

.publi4 .PostDescription .description h1 {
    font-size: 25px;
    font-weight: 500;
    font-family: Raleway;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
}


.publi4 .PostDescription .description p {
    margin-bottom: 10px;
}

.publi4 .PostDescription {
    width: 100%;
}

.map-section #map{
    height: 120vh;
    width: 84%;
}

.orisom-row{
    width: 84%;
    margin-top: 40px; 
    padding-bottom: 0px;
}
.orisom-flip-box {
    height: 550px;
}

.titulos .menuDescription p {
    font-size: 40px;
}


.projectcol1  {
    width: 60%;
    float: none;
    margin: 0 auto;
}

.projectTabVideo iframe {
    width: 100% !important;    
    height: 250px !important;
    border: 1px solid rgba(242,242,242,1) !important;
}

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


.cursosLista .PostDetails {
    height: 210px;
}


} /* FIN MEDIA QUERIES 1023 portrait */

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

                MEDIA QUERIES LANDSCAPES

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

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


.publi4 {
    width: 90%;
}


.publi4 .invert .wdgPostCont  {
    display: inline-flex;
    
}

.publi4 .wdgPostPrincipal {
    opacity: 0.85;
    width: 50%;
}

.publi4 .screenPicCont{
    height: 42vh;
}

.publi4 .PostDescription .description h1 {
    font-size: 25px;
    font-weight: 500;
    font-family: Raleway;
    margin: 25px 0 20px 0;
    text-transform: uppercase;
}

.publi4 .PostDescription .description p {
    margin-bottom: 10px;
}

.publi4 .PostDescription {
    width: 50%;
}

.map-section #map{
    height: 120vh;
    width: 90%;
}

.orisom-row{
    width: 90.5%;
    margin-top: 40px; 
    padding-bottom: 0px;
}
.orisom-flip-box {
    height: 400px;
}


} /* FIN MEDIA QUERIES 800 landscape */



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