/*
 * Skin: Particular
 * ----------
 */
 @import url(https://fonts.googleapis.com/css?family=Libre+Franklin:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
 
body {
	font-family: kastelov_regular !important;
	font-weight: 300 !important;
}

.skin-roches  .login-logo .titulo-login, .skin-roches .register-logo .titulo-login
	{
	display: none;
}

.skin-roches .main-header {
	background-color: white;
	display:flex;
	align-items:center;
	min-height:70px
}

.skin-roches .main-header .navbar .nav>li>a {
	color: #000000!important;
}

.skin-roches .main-header .navbar .nav>li>a>span {
	font-weight:bold;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
	color: #000000!important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color:white;
    padding: 0px;
}
.navbar-nav>.user-menu>.dropdown-menu {
   border:none;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    padding: 5px;  
}

.user-header p {
   margin: 0px!important; 
   color:black;
}


.btn-primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.skin-roches .main-header .navbar .nav>li>a:hover, .skin-roches .main-header .navbar .nav>li>a:active,
	.skin-roches .main-header .navbar .nav>li>a:focus, .skin-roches .main-header .navbar .nav .open>a,
	.skin-roches .main-header .navbar .nav .open>a:hover, .skin-roches .main-header .navbar .nav .open>a:focus,
	.skin-roches .main-header .navbar .nav>.active>a {
	bbackground: rgba(0, 0, 0, 0.1);
	color: #f6f6f6;
}

.skin-roches .main-header .navbar .sidebar-toggle {
	color: #000000;
	display:none;
}

.skin-roches .main-header .navbar .sidebar-toggle:hover {
	color: #f6f6f6;
	background: rgba(0, 0, 0, 0.1);
}

.skin-roches .main-header .navbar .sidebar-toggle {
	/* color: #000000;*/
	color: white !important;
}

.skin-roches .main-header .navbar .sidebar-toggle:hover {
	/*background-color: #ba582d;*/
	background-color: #acacac;
}
.config-menu{
	display:none!important;
}

@media screen and (max-width:767px) {
	.skin-roches .main-header .navbar .sidebar-toggle {
		margin-left: 10em;
	}
	.skin-roches .main-header .navbar .dropdown-menu li.divider {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.skin-roches .main-header .navbar .dropdown-menu li a {
		color: #000000;
	}
	.skin-roches .main-header .navbar .dropdown-menu li a:hover {
		background: #9a380d;
	}
}



.skin-roches .main-header .logo{
	background-color: #ffffff;
	color: #ffffff;
	border-bottom: 0 solid transparent;
}

.skin-roches .main-header .logo:hover {
	background-color: #ffffff;
}

.skin-roches .main-header li.user-header {
	background-color: #E1E1E1;
}

.skin-roches .content-header {
	background: transparent;
}

.skin-roches .wrapper, .skin-roches .main-sidebar, .skin-roches .left-side
	{
	/*background-color: #60C1E4;*/
	background-color: #E1E1E1;
}

.skin-roches .user-panel>.info, .skin-roches .user-panel>.info>a {
	color: #fff;
}

.skin-roches .sidebar-menu>li.header {
	color: #8ba4af;
	background: #5a5655 none repeat scroll 0 0;
}

.skin-roches .sidebar-menu>li>a, .skin-roches .sidebar-menu>li>span {
	border-left: 3px solid transparent;
}

.skin-roches .sidebar-menu>li:hover>a, .skin-roches .sidebar-menu>li.active>a
	{
	color: #ffffff;
	/*background: #4a4645 none repeat scroll 0 0;*/
	background: #acacac none repeat scroll 0 0;
	border-left-color: #E1E1E1;
}

.skin-roches .sidebar-menu>li>.treeview-menu {
	margin: 0 1px;
	background: #5a5655 none repeat scroll 0 0;
}

.skin-roches .sidebar a {
	/*color: #eeeeee;*/
	color: #000000;
	font-size: 18px;
}

.skin-roches .sidebar a:hover {
	text-decoration: none;
}

.skin-roches .treeview-menu>li>a {
	color: #8aa4af;
}

.skin-roches .treeview-menu>li.active>a, .skin-roches .treeview-menu>li>a:hover
	{
	color: #ffffff;
}

.skin-roches .sidebar-form {
	border-radius: 3px;
	border: 1px solid #6081a4;
	margin: 0 10px;
}

.skin-roches .sidebar-form input[type="text"], .skin-roches .sidebar-form .btn
	{
	box-shadow: none;
	background-color: #fff;
	border: 1px solid transparent;
	height: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.skin-roches .sidebar-form input[type="text"] {
	color: #666;
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
}

.skin-roches .sidebar-form input[type="text"]:focus, .skin-roches .sidebar-form input[type="text"]:focus+.input-group-btn .btn
	{
	background-color: #fff;
	color: #666;
}

.skin-roches .sidebar-form input[type="text"]:focus+.input-group-btn .btn
	{
	border-left-color: #fff;
}

.skin-roches .sidebar-form .btn {
	color: #999;
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0;
}

.skin-roches.layout-top-nav .main-header>.logo {
	background-color: #E1E1E1;
	color: #ffffff;
	border-bottom: 0 solid transparent;
}

.skin-roches.layout-top-nav .main-header>.logo:hover {
	background-color: #3b8ab8;
}
/*
 * Skin: Blue
 * ----------
 */
.skin-roches-light .main-header .navbar {
	background-color: #E1E1E1;
}

.skin-roches-light .main-header .navbar .nav>li>a {
	color: #ffffff;
}

.skin-roches-light .main-header .navbar .nav>li>a:hover,
	.skin-roches-light .main-header .navbar .nav>li>a:active,
	.skin-roches-light .main-header .navbar .nav>li>a:focus,
	.skin-roches-light .main-header .navbar .nav .open>a,
	.skin-roches-light .main-header .navbar .nav .open>a:hover,
	.skin-roches-light .main-header .navbar .nav .open>a:focus,
	.skin-roches-light .main-header .navbar .nav>.active>a {
	background: rgba(0, 0, 0, 0.7);
	color: #f6f6f6;
}

.skin-roches-light .main-header .navbar .sidebar-toggle {
	color: #ffffff;
}

.skin-roches-light .main-header .navbar .sidebar-toggle:hover {
	color: #f6f6f6;
	background: rgba(0, 0, 0, 0.1);
}

.skin-roches-light .main-header .navbar .sidebar-toggle {
	color: #fff;
}

.skin-roches-light .main-header .navbar .sidebar-toggle:hover {
	background-color: #9a380d;
}

@media ( max-width : 767px) {
	.skin-roches-light .main-header .navbar .dropdown-menu li.divider {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.skin-roches-light .main-header .navbar .dropdown-menu li a {
		color: #fff;
	}
	.skin-roches-light .main-header .navbar .dropdown-menu li a:hover {
		background: #9a380d;
	}
}

.skin-roches-light .main-header .logo {
	background-color: #E1E1E1;
	color: #ffffff;
	border-bottom: 0 solid transparent;
}

.skin-roches-light .main-header .logo:hover {
	background-color: #3b8ab8;
}

.skin-roches-light .main-header li.user-header {
	background-color: #E1E1E1;
}

.skin-roches-light .content-header {
	background: transparent;
}

.skin-roches-light .wrapper, .skin-roches-light .main-sidebar,
	.skin-roches-light .left-side {
	background-color: #f9fafc;
}

.skin-roches-light .content-wrapper, .skin-roches-light .main-footer {
	border-left: 1px solid #d2d6de;
}

.skin-roches-light .user-panel>.info, .skin-roches-light .user-panel>.info>a
	{
	color: #444444;
}

.skin-roches-light .sidebar-menu>li {
	-webkit-transition: border-left-color 0.3s ease;
	-o-transition: border-left-color 0.3s ease;
	transition: border-left-color 0.3s ease;
}

.skin-roches-light .sidebar-menu>li.header {
	color: #848484;
	background: #f9fafc;
}

.skin-roches-light .sidebar-menu>li>a {
	border-left: 3px solid transparent;
	font-weight: 600;
}

.skin-roches-light .sidebar-menu>li:hover>a, .skin-roches-light .sidebar-menu>li.active>a
	{
	color: #000000;
	background: #f4f4f5;
}

.skin-roches-light .sidebar-menu>li.active {
	border-left-color: #E1E1E1;
}

.skin-roches-light .sidebar-menu>li.active>a {
	font-weight: 600;
}

.skin-roches-light .sidebar-menu>li>.treeview-menu {
	background: #f4f4f5;
}

.skin-roches-light .sidebar a {
	color: #444444;
}

.skin-roches-light .sidebar a:hover {
	text-decoration: none;
}

.skin-roches-light .treeview-menu>li>a {
	color: #777777;
}

.skin-roches-light .treeview-menu>li.active>a, .skin-roches-light .treeview-menu>li>a:hover
	{
	color: #000000;
}

.skin-roches-light .treeview-menu>li.active>a {
	font-weight: 600;
}

.skin-roches-light .sidebar-form {
	border-radius: 3px;
	border: 1px solid #d2d6de;
	margin: 10px 10px;
}

.skin-roches-light .sidebar-form input[type="text"], .skin-roches-light .sidebar-form .btn
	{
	box-shadow: none;
	background-color: #fff;
	border: 1px solid transparent;
	height: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.skin-roches-light .sidebar-form input[type="text"] {
	color: #666;
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
}

.skin-roches-light .sidebar-form input[type="text"]:focus,
	.skin-roches-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn
	{
	background-color: #fff;
	color: #666;
}

.skin-roches-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn
	{
	border-left-color: #fff;
}

.skin-roches-light .sidebar-form .btn {
	color: #999;
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0;
}

@media ( min-width : 768px) {
	.skin-roches-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu
		{
		border-left: 1px solid #d2d6de;
	}
}

.skin-roches-light .main-footer {
	border-top-color: #d2d6de;
}

.skin-roches.layout-top-nav .main-header>.logo {
	background-color: #E1E1E1;
	color: #ffffff;
	border-bottom: 0 solid transparent;
}

.skin-roches.layout-top-nav .main-header>.logo:hover {
	background-color: #3b8ab8;
}

.content {
	margin: 0px !important;
	/*padding: 0px !important;*/
	/* padding: 1em !important; */
}

.box-body {
	border-radius: 0 0 3px 3px;
	/*     padding: 0 !important; */
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side,
	.sidebar-mini.sidebar-collapse {
	margin-left: 3.85em !important;
}

 .main-footer {
 margin:0px!important;
 display:flex;
 justify-content:center;
 flex-direction:column;
 }
 
.main-footer > div{
 font-size:16px;
 display:flex;
 Align-items:center;
 justify-content:center;
 flex-direction:row;
 margin-bottom:20px;
 }
 
.main-footer div >  a{
  margin:0px 12px;}
  
.m-b{
  margin-bottom:30px}
  
.iconos-redes img{
	width:32px;
	
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
	.thumbnail a>img, .thumbnail>img {
	display: block;
	height: auto;
	width: 100%;
}

.carousel-inner .active.left {
	left: -33%;
}

.carousel-inner .next {
	left: 33%;
}

.carousel-inner .prev {
	left: -33%;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
	margin: 0 !important;
}

.btn-success {
	background-color: #E1E1E1 !important;
	color: #000000 !important;
}

.bg-success {
	background-color: #E1E1E1 !important;
	color: #000000 !important;
}

.bg-success>.box-header {
	color: #000000 !important;
}

.progress-bar-success {
	background-color: #E1E1E1 !important;
}

.ui-datepicker-inline {
	width: 100% !important;
}

.ui-datepicker .ui-datepicker-title {
	/* color: #000000 !important; */
	
}



.nav-stacked>li>a {
	padding: 4px 15px !important;
}


/***MEGAMENU***/
.seleccionado-menu {
 font-weight:bold !important;
}

.mega-menu li{
  list-style: none;
}

.mega-menu  ul:first-child {
    margin-top: -2px!important;  
}


.submenu > a {
text-transform:uppercase;
}


.submenu > a.seleccionado {
 font-weight:bold !important;
}

.mega-menu ul{
  list-style: none;
  padding-inline-start: 0px!important;
  padding: 0px;
  margin-bottom: 0px!important;
  }
  
.mega-menu{  
  text-decoration: none;
  color: black;
  font-size: 16px; 
      cursor: default;
 }

.mega-menu ul:first-child{
  display: flex;  
  justify-content: space-evenly;
  align-content:center;
  margin: 0px 5%;
}
.mega-menu ul ul{
 z-index:1000;
  display: none;
 }
.mega-menu ul:first-child li.submenu:hover > ul {
  display: flex;   
  flex-direction:column;
}

.mega-menu ul:first-child li.submenu > ul {
  height:75vh; 
}

.mega-menu ul:first-child li.submenu:hover  {
font-weight:bold;
}

.mega-menu ul:first-child li.submenu:hover > ul li ul{ 
  display: flex; 
  position: relative;
  flex-direction:column;
  inline-size: 250px;
  overflow-wrap: break-word;  
}

.thrid-level-menu a{
font-weight:lighter;
}

.submenu  ul > li,
.thrid-level-menu label{
transition: font-size 0.5s;
}

.submenu  ul > li:hover,
.thrid-level-menu label:hover {
font-size:18px;
}

.thrid-level-menu li:hover,
.thrid-level-menu  li {
font-size:14px !important;
line-height: 20px;
margin: 5px 0px;
}


.thrid-level-menu ul{
transition: display 1s!important;
}

.mostrar-hijos{
display: block !important;
}

.no-mostrar-hijos{
display: none !important;
}

.mega-menu > ul > li.submenu{
  position: relative; 
 }
.mega-menu ul ul {
  position: absolute; 
  width:max-content;
 font-weight:bold !important;
 font-size: 14px !important
}

.primera-columna-menu { 
  left:-240px!important; 
  text-align:right;  
  padding-right: 40px!important;
}

.primera-columna-menu li{ 
  width: 200px;
  overflow-wrap: break-word; 
}


#fondo-menu{
 display:none;
  background-color:white!important;
  position: absolute;
  top: 95px;
  right: 0px;
  width:100vw; 
  height:75vh; 
  z-index:500;
}

.logo-header{
	width:275px;
}

.logo-login-mo{
	width:177px;
	padding-top: 5px;
    padding-bottom: 10px;
}


/*CABECERA NUEVA NEGRA (.content-header-black)*/
.content-header-black {
	padding: 0px !important;
	background-color:black !important;
	color: white !important;
	margin:0px!important;
}

.content-header-black h1  {
	position:absolute;
	top:12px;
	left:10px;
	font-size:18px;
	padding:0px !important;
	color: white !important;
}

.content-header-black #mo-buscador {
    min-height: 0px !important;
}

.content-header-black .input-buscador{
	width:280px!important;
	border:none !important;
	margin-right:10px;
	height: 24px !important;

}

.content-header-black .contenedor-buscador{

	border-bottom:1px solid rgba(250, 250, 250, 0.3)!important;

}

.content-header-black .filtrar-text{
	font-size:15px;
	color:rgba(250, 250, 250, 0.9);
	padding-right: 10px !important;
	margin-top:5px;
}

.content-header-black .cabecera-text{
	font-size:20px;
	color:rgba(250, 250, 250, 0.9);
	padding:5px 10px 0px 10px !important;
	text-align: left;
	display:flex; 
	flex-direction:row; 
	flex-wrap:wrap;
	min-height:35px;
	align-items:center;
	padding:5px;
	background-color:black;
}

.content-header-black .cabecera-text-comunicados{
	font-size:20px;
	color:rgba(250, 250, 250, 0.9);
	padding:0px 10px 0px 6px !important;
	text-align: left;
	display:flex; 
	flex-direction:row; 
	flex-wrap:wrap;
	min-height:35px;
	align-items:center;
	background-color:black;
}

.content-header-black .cabecera-busqueda{
	display:flex; 
	flex-direction:row; 
	flex-wrap:wrap;
	min-height:35px;
	align-items:center;
	padding:5px;
	background-color:black;
	justify-content:end; 
}

.content-header-black .cabecera-busqueda-comunicados{
	display:flex; 
	flex-direction:row; 
	flex-wrap:wrap;
	min-height:35px;
	align-items:center;
	padding:3px;
	background-color:black;
	
}

.content-header-black .cont-filtrar-center{
	text-align: center;
}

.content-header-black .contenedor-buscador .btn-primary:hover{
	background-color:black!important;
	color: white !important;
	boder:1px solid black!important;
	 outline: 1px solid black!important;
	}
.content-header-black .contenedor-buscador .btn{	
	border: 1px solid black!important;
	}
	.contenedor-buscador .btn:hover{	
	border: 1px solid black!important;
	}

.content-header-black .contenedor-busqueda-rapida{
	border-top:1px solid rgba(250, 250, 250, 0.3)!important;
}

.content-header-black .contenedor-filtros{
	display:flex; 
	flex-direction:row; 
	flex-wrap: wrap;
	min-height:35px;
	align-items:center;
	padding:5px 10px !important;
	background-color:black; 	
	
}

.content-header-black .contenedor-derecho{
	flex-direction:row-reverse !important; 
}

.content-header-black .contenedor-filtros-comunicados{
	justify-content:space-between; 	
}

.filtros-comunicados{
	display:flex; 
	flex-wrap: wrap;
	align-items:center;
}

.content-header-black .contenedor-filtros .form-control .hasDatepicker {
    background-color: white !important;
    color: #000000 !important;
    width:105px!important;	
	height:24px!important;
	padding:5px!important;
	line-height: 1.3!important;
    border: 1px solid transparent!important;
	margin-right:15px;
	text-align: center;
}
	
.content-header-black .contenedor-filtros .ui-state-default {
    border: 1px solid transparent;
}

.content-header-black .contenedor-filtros .btn{
	margin:1px 15px 0px 0px;
	height:24px!important;
	padding:2px 5px !important;
	line-height: 1.3!important;
    border: 1px solid transparent!important;
}

.content-header-black .boton-buscar-special{
	background-color: #ccc !important;
	color: black;
}

.content-header-black .boton-buscar-special:hover{
	background-color: #ccc !important;
	color: white !important;
}

/* CHECKBOX SELECT MENU */			
.content-header-black .contenedor-filtros .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label{
	padding:0px !important;
	
} 

.content-header-black .contenedor-filtros  .ui-selectcheckboxmenu-trigger{
	display:none;
}

.content-header-black .contenedor-filtros .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    display: block;
    padding: 4px 0px 0px 0px!important;
    width: 93px;
    border: 0 !important;
    color: white;
    height:auto;
    font-weight:500!important;
    font-size:15px;
    color:rgba(250, 250, 250, 0.9);
}

.content-header-black .contenedor-filtros 
.ui-selectcheckboxmenu-label {
    background-color: transparent!important;
}

/* selectonemenu*/			
.content-header-black .contenedor-filtros .ui-selectonemenu .ui-selectonemenu-label{
	padding:0px !important;
	
} 

.content-header-black .contenedor-filtros  .ui-selectonemenu-trigger{
	display:none;
}

.content-header-black .contenedor-filtros .ui-selectonemenu .ui-selectonemenu-label {
    display: block;
    padding: 5px 0px 0px 0px!important;
    width: 125px;
    border: 0;
    color: white;
    height:auto;
    font-weight:500!important;
    font-size:15px;
    color:rgba(250, 250, 250, 0.9);
}

.content-header-black .contenedor-filtros 
.ui-selectonemenu-label {
    background-color: transparent!important;
}

/* DATAPICKER widget-content */
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  min-width: inherit !important;
  border: 1px solid black!important;
}

/* .ui-datepicker .ui-state-default,  */
/* .ui-widget-content .ui-state-default,  */
/* .ui-widget-header .ui-state-default { */
/*    min-width: inherit !important; */
/*    border: 1px solid white !important; */
/* } */

.ui-widget-header {
	color: white !important;
}

.ui-widget-content {
/*     border: 1px solid black!important; */
    background-color:white!important;
    color: #000000 !important;
    z-index:100!important;
}

.dialogAccederEcommerceAgendaPortada {
	z-index:1004!important;
}

.ui-datepicker {
background-color:white!important;
}
	
.ui-datepicker .ui-datepicker-title {
	color: black !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    background: #000000!important;
    color:white !important;
}

/* CHECKBOX */
 .ui-chkbox .ui-chkbox-box {
    margin: 0.2em 0em !important;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {  
    background-color: black!important;
}

.ui-icon-check {
    background-color: black!important;
}

 .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
    width: 16px!important;
    height: 16px!important;
    top: -1px!important;
    right: 1px!important;
}

.ui-state-default, 
.ui-widget-content .ui-state-default {
     min-width: 16px!important;
}

.ui-selectcheckboxmenu-list-item label {
       padding-left: 1.8em!important;
}

.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close {
	background-color: #000000;
	padding: 2px !important;
	width: 20px;
    height: 20px;
    margin: 0px 0px 0px 10px !important;
    border-radius: 0px !important;
}

.ui-selectcheckboxmenu-panel {    
    -moz-box-shadow:none!important;
   -webkit-box-shadow: none!important;
   box-shadow: none!important;
   padding: .2em!important;
}
   


/*ULTIMAS NOTICIAS*/

.ui-datascroller .ui-datascroller-content {
    padding: 0px!important;
    border-style: none !important;
}

.mo-panel-group {
    margin-left: 0px !important;   
    margin-right: 0px !important;
}

.content {
    padding: 0em!important;
 }

.post-home{
	position: absolute; 
	top: 87%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 80%;	
}

.post-home a{
	color: white!important;
	font-weight: bold!important;
	
}
.post-home a:hover,
.ui-datascroller-item a:hover{
	color: white!important;
}

.post-home span{
	color: white!important;
	font-size: 12px !important;
	
}

.post-home a span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 20px;
}

.post-home a h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 20px;
}

.post-home-2{
	position: absolute; 
	top: 90%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 95%;	
}

.post-home-leida{
	position: absolute; 
	top: 74%; 
	left: 94%; 
	transform: translate(-50%, -50%);
}

.post-home-2 span{
	color: white!important;
	font-size: 12px !important;
	
}

.circle-post-leido {
  width: 15px;
  height: 15px;
  border-radius: 50%; 
  background-color: red; 
  border: 1px solid white;
  margin-top: 1px;
}

.plus-slider{
	position: absolute;
    top: 6%;
    left: 94%;
    transform: translate(-50%, -50%);
}

.plus-slider img{
	height: 22px;
}

.reposicion{
	position: absolute;
    top: 8%;
    left: 94%;
    transform: translate(-50%, -50%);
    line-height: initial !important;
}

.reposicion img{
	width: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
}

.class-tree-1, 
.class-tree-2, 
.class-tree-3, 
.class-tree-4, 
.class-tree-5 {
    font-size: 14px !important;
}

.class-tree-1 ul, 
.class-tree-2 ul, 
.class-tree-3 ul, 
.class-tree-4 ul, 
.class-tree-5 ul {
    transition: display 1s !important;
}

.mostrar-hijos-catalogo{
display: block !important;
border: none !important;
}

.no-mostrar-hijos-catalogo{
display: none !important;
border: none !important;
}

		
}

