/**/
body {
    line-height: 1.628571;
}
.row.kb_topics a {
    color: #3fa2e4;
    font-weight: bold;
}

.powered-by-ue-visibility .module-body {
    background-color: #cccccc !important;
}

.module-knowledgebase h6 {
    font-size: 20px;
}

.module-privacy {
	padding-top: 40px;	
}

.module.module-text.module-privacy {
    min-height: 300px;
}

.ue-content p {
    margin-bottom: 10px !important; 
}

.module-privacy,
.module-privacy .module-body {
    background: transparent;
	border-color: transparent;
    bottom: 40px;
    width: 100%;
}

/* */
.navbar-brand .fa{
    opacity: 0.8;
}
.navbar-brand .placeholder {
    opacity: 0.6;
}

.navbar-brand .fa:before {
    content: "\f0c2";
}

ul.navbar-nav {
    font-size: 15px;
    text-transform: uppercase;
    left: 40px;
	margin-left: 60px;		
}

/* */

h2.logo_titulo {
    text-align: left;
    display: inline-block;
    width: 100%;
    line-height: 80px;
    color: white;
    padding: 0 20px;
    border-radius: 3px;
    margin: 0;
}

h2.logo_titulo.lc {
    background: #f5b335;
}

h2.logo_titulo.cc {
    background: #0089B3;
}

h2.logo_titulo p {
    float: right;
}

h2.logo_titulo img{
	padding: 0 !important;
	max-height: 88px !important;	
	float: right;	
	cursor: inherit !important;
}

/* */
.navbar .dropdown i,
h6 table {
    display: none;
}

.ue-content a img {
    background: none;
    padding: 0;
	box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
	margin: 20px 0;
}

div#module_43  {
	text-align: center;
}

div#module_43 .staff {
    float: none;
    display: inline-block;
}

.navbar-feedback-forums .dropdown-menu li:nth-child(2),
.navbar-kb-forums .dropdown-menu li:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.kb_topics .col-xs-12 {
    display: inline-flex;
}

.kb_topics .col-xs-12 i.fa {
    margin: 2px 5px 0 0;
}

.module-knowledgebase-multi-level h6 {
    margin-bottom: 0;
}

.module-knowledgebase .more-link {
    float: none;
    margin-left: 16px;
    opacity: .8;
}

.text-muted {
    font-size: 11px;
}

#module_359 {
    background-color: #FFF;
}

#module_359 td{
	padding: 10px;
}

#module_359 table{
	margin: 0;
}

#module_359 .module-body, #module_359 .ue-content {
    background: transparent;
}

#module_359 h3 {
    color: white;
    text-align: center;
} 

#module_359 .ue-content table td {
	border: none;
}

/* Tabla titular */

table.titulo h1 {
	color: white;
}

table.titulo img {
    padding: 0 !important;
    max-height: 88px !important;
} 

table.titulo td {
    border: none;
    vertical-align: middle;
    padding: 20px;
}



/***************/


.topic-text,
.topic-text p,
.topic-text img {
    margin: 10px 0;
    font-size: 16px;
}

.kb-col-with-childs {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.ue-content table th {
    padding: 5px;
    text-align: center;
    background-color: #dfdede;
}

.topic-avatar {
 /*   float: none; */
}

.module-knowledgebase .cat-logo {
    font-size: 25px !important;
}

.frontend .navbar .container .dropdown-menu li a.selected { 
    font-weight: bold;
}

.module-topic .breadcrumb li:first-child {
    font-weight: bold;
    background-color: #bbdefba1;
    padding: 0 7px;
    border-radius: 3px;
}

.powered-by-ue-visibility .module-body {
    /* background-color: #e3e3e3 !important; */
}

.sidebar-offcanvas .module,
.topic-item-full > .module-body:first-child {
    border-top-color: #33a6df;
}

body {
    padding-top: 60px;
    font-family: 'Roboto', sans-serif; 
}

.frontend .navbar {
    min-height: 50px;
}

::selection {
  background: #a8d1ff;
  color: inherit;    
}
::-moz-selection {
  background: #a8d1ff;
  color: inherit;    
}

.ue-content a {
    text-decoration: underline;
}

.ue-content a:hover {
    color: #0b77cc;
    background-color: aliceblue;	
}

.ue-content img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    width: auto;
    padding: 1em;
    background-color: #d4eafc;
    text-align: center;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.45);    
}

.ue-content img.img-solo {
    background: no-repeat;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
}

.ue-content {
	border-top: 1px solid #ccc;
    padding-top: 10px;
	overflow: inherit;
}

/* Destacado */

.ue-content blockquote {
    color: #666666;
    padding: 20px;
    background: #ffebcd80;
    font-size: 14px;
    border: 1px solid #ddc8aa85;
    margin: 0 !important;
    border-left: 4px solid #ddc8aa85;
    opacity: 1;
    border-radius: 2px;
}


/* PREV / NEXT */

.article-prev {
	display: block;
}

.article-prev-next {
    padding: 20px;
    background: #ffebcd80;
    font-size: 14px;
    border: 1px solid #ddc8aa85;
    margin: 10px 0;
}

.article-prev-next .direction-text {
	/* display: block; */
}

.article-prev-next .article-prev .fa {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
}

.article-prev-next .article-next .fa{
	position: absolute;
    top: 0;
    display: block;
    right: 0;
}

.article-prev-next .article-next .direction-text{
    text-align: right;
}


/* Botones */
a strong u,
strong u a {
	display: table-cell;
    position: relative;
    padding: .61538462em 1em;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 400;
    font-family: inherit;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    touch-action: manipulation;
    transition: color .1s ease-in,background-color .1s ease-in,border-color .1s ease-in,box-shadow .1s ease-in;
    color: #FFF !important;
    background-color: #0095ff;
    border-color: #07c;
    box-shadow: inset 0 1px 0 #66bfff;
    margin: 10px 0 0;
}

strong u a:hover {
    background: #228dc2;
    text-decoration: none;
}

/* / Botones */

.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu{
    max-width: 320px;
    padding: 8px 0;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #fff;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li{
    color: #666;
    font-size: inherit;
    line-height: 3em;
    height: 3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    text-align: left;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    outline: 0;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
    -webkit-tap-highlight-color: transparent
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li.divider{
   height: 1px;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li.dropdown-header{
    padding: 0 16px;
    cursor: context-menu;
    height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #999;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li.dropdown-header:hover{
    background: transparent;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li:hover{
     background-color: #ededed;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li:hover a{
     background-color: #ededed;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li a{
    color: #666666;
    position: relative;
    width: 100%;
}
.frontend .navbar .container .navbar-collapse2 .nav li .dropdown-menu li a .badge{
    background-color: #33a6df;
    border-radius: 50px;
    font-size: 11px;
    min-height: 10px;
    min-width: 19px;
    padding: 4px;
}

#jquery-cookie-law-script {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    border-color: #202226;
    border-style: solid;
    border-top-width: 1px;
    background: rgba(50, 58, 69, 0.7);
    color: #F1F1F3;
}
#jquery-cookie-law-script #cookie-law-container-box {
    background: black;
}
#jquery-cookie-law-script #cookie-law-container {
    text-align: center;
    padding: 20px;
}
#cookie-law-message {
    text-align: center;
    float:left;
}
#jquery-cookie-law-script #cookie-law-action, #jquery-cookie-law-script #cookie-law-message {
    text-align: center;
}
#cookie-law-action {
    margin-right: 50px;
}
#jquery-cookie-law-script a.cookie-law-button {
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
    background-color: #CDDC39;
    color: #050546;
    text-shadow: none;
    border-radius: 4px;
    text-decoration: none;
}
#jquery-cookie-law-script a#cookie-law-button-more {
    margin-left: 10px;
    background: #7B8A8B;
}
#jquery-cookie-law-script #cookie-law-button-more {
    display: none;
}

.module-privacy{
    text-align:center;
}
.module-privacy a{
    font-weight: bold;
    color: #33a6df;
}

    

.powered-by-ue-visibility,
body .module.powered-by-ue-visibility,
body .module.powered-by-ue-visibility .module-body,
body .module.powered-by-ue-visibility .module-body a,
body .module.powered-by-ue-visibility .module-body a img{
    display: block !important;
    visibility: visible !important;
}
body .module.powered-by-ue-visibility .module-body a img{
    margin:auto;
}



@media (max-width: 768px) {
	h2.logo_titulo {
		text-align: center;
		line-height: inherit;
		font-size: 26px;
		padding: 10px 0;
	}
	h2.logo_titulo p ,
	h2.logo_titulo img{
		float: none;	
		max-height: 50px !important;
	}
}