/*******************************Fuentes*******************************************/
@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto-italic';
	src: url('../fonts/Roboto/Roboto-Italic.ttf');
}

@font-face {
	font-family: 'Roboto-light';
	src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
	font-family: 'Roboto-bold';
	src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: 'RobotoSlab-bold';
	src: url('../fonts/Roboto/RobotoSlab-bold.ttf');
}

@font-face {
	font-family: 'RobotoSlab';
	src: url('../fonts/Roboto/RobotoSlab-Regular.ttf');
}

/*******************************************************************************/
body {
	/*margin-top: 106px;*/
	font-family: 'Roboto-regular', sans-serif;
	color:#1d1d1b;
	background-color: #e6e6e6;
}

nav.navbar {
	height: 106px;
}

.titulo-principal, #grupo-grafico-titulo{
	font-family: 'Roboto-light', sans-serif;
/* 	color:#0c3255; */
	color:#000;
	font-size:1.7rem;
	font-weight: bold;
	text-align: center;
}
h2{
	font-family: 'Roboto-light', sans-serif;
/* 	color:#0c3255; */
color:#000;
font-size:1.7rem;
font-weight: bold;
text-align: center;
}

.full-width { padding-left: 0; padding-right: 0; }

.navbar-fixed-top {
	border-width: 0 0 0px;
}

tr.row-grafico td #container-tabla, tr.row-grafico td button#table-button
	{
	display: none !important;
}

table {
	margin-left: 0% !important;
	font-size: small;
	border: 1px solid #1f9bde;
	margin-top: 1rem;
}

ul {
	list-style: none;
	padding-left: 12px;
}

.container ul.listaEstados {
	list-style: disc outside;
}

thead tr th,
tfoot tr th {
	background: #1f9bde;
	color: white;
	text-transform:uppercase;
	border-top: 1px solid #1f9bde;
}
tfoot{
	border-top: thin solid #fff;
}

td ul li a {
	color: white;
	text-decoration: none;
	background: #1f9bde;
	padding: 6px;
	border: 1px solid #23527c;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	white-space: nowrap;
}

td ul li a:hover {
	text-decoration: none;
	padding: 6px;
	color: white;
	background-color: #337ab7;
}

td ul li{
	margin-top: 7px;
    margin-bottom: 15px;
}

td.bullet-list ul li {
	margin-top: 0%;
	margin-bottom: 0px;
}

td.bullet-list ul li a {
    color: inherit;
    text-decoration: none;
    background: transparent;
    font-size: inherit;
    border: none;
    text-transform: none;
    white-space: normal;
}

td.bullet-list ul li a:hover{
    cursor:pointer;
    color:#818ea4;
}

td.bullet-list ul li:before,
ul.bullet-list li:before {
    content: "> ";
    color: #0397D6;
    font-size: 18px;
    font-weight: bold;
}

.etiqueta-list p{
	margin: 0 0 0px;
}

p.categoria-descripcion{
	color:#1f475a;
}

text {
	font-family: 'Roboto-regular', sans-serif;
	font-size: .6vw;
}

h1 {
	font-size: 3rem !important;
	text-transform: uppercase;
	font-family: 'Roboto-bold', sans-serif;
	margin-bottom: 3%;
}

#titulo-segmentacion {
	
}

.v-align{
	display: flex;
    align-items: center;
    justify-content: center;
}

.margin-auto{
	margin: 0 auto;
}

.mt-1{
	margin-top:1rem;
}
.mb-1{
	margin-bottom:1rem;
}

.btn{ 
	border-radius:0px;
	background-image:none!important;
}

#btn-crear-nuevo, #btn-guardar {
	color: white;
	text-decoration: none;
	background: #1f9bde !important;
	padding: 1%;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 1%;
	margin-top: 7px;
}

.btn-default {
	color: #333 !important;
	background: #e0e0e0;
	border-color: #ccc !important;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 1%;
	text-shadow: none;
	margin-top: 7px;
}

a.btn.btn-default {
	margin-top: 0px;
	padding: 7px 12px;
}

.btn-danger {
	margin-top: 7px;
	font-size: 12px;
	text-transform: uppercase;
}

.btn-danger:hover {
	color: white;
	background: #d9534f;
}

#btn-crear-nuevo:hover, #btn-guardar:hover {
	background-color: #337ab7;
}

#grafico-titulo {
	font-family: 'Roboto-bold', sans-serif;
}

#grafico-tipo {
	font-style: italic;
}

.table-striped>tbody>.row-grafico:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}

.table-striped>tbody>.row-grafico:nth-of-type(2n) {
	background-color: white !important;
}

.list-inline>li {
	display: block !important;
	margin-bottom: 15px;
}

/*td ul li a:hover {
        text-decoration: none;
    }*/

/* PALETA DE COLOR */
#color-fields-list {
	margin-bottom: 2%;
}

.form-group {
	margin-bottom: 8px !important;
}

/* PAGINADO */
.label {
	font-size: 65%!important;
	line-height: 2;
	color: rgb(68, 68, 68);
	padding: 0px;
}

.label-primary {
	background-color: transparent;
}

table th {
	font-family: 'Roboto-bold', sans-serif;
	font-size: 14px;
}

table th>a {
	color: rgb(255, 255, 255);
}

table th>a:hover, table th>a:active, table th>a:focus, table th>a:visited
	{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.navigation {
	text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #000!important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	border-color: #000 !important;
	color:#fff!important;
}
.pagination > li > a, .pagination > li > span {
	color: #000000 !important;

}
ul.pagination-home-destacados > .active > a, 
.pagination-home-destacados > .active > a:focus, .pagination-home-destacados > .active > a:hover{
/* color:#0c3255!important; */
color:#000!important;
}

.pagination {
  white-space: nowrap;
}

.pagination-home-destacados
{
padding-bottom: 5px;}

.contenedor-paginado{
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  width: 60%;
  padding: 15px 10px 0px 10px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  webkit-transform: translateZ(0);
}

/***sroll bar***/
.contenedor-paginado::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor-paginado::-webkit-scrollbar:horizontal {
    height: 14px;
}
.contenedor-paginado::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid rgba(204, 204, 204, .5);
    background-color: rgba(204, 204, 204, .5);
}
.contenedor-paginado::-webkit-scrollbar-track { 
    background-color: #7a7a7a; 
    border-radius: 8px; 
} 
.contenedor-paginado::-webkit-scrollbar-button:end {
    display: none;
}

.contenedor-paginado::-webkit-scrollbar-button:start {
    display: none;
}
.contenedor-paginado::-webkit-scrollbar-button:horizontal:increment { /* Right */

}

.contenedor-paginado::-webkit-scrollbar-button:horizontal:decrement { /* Left */
 
}
/** fin sroll bar***/

.table-responsive form select {
	height: 26px;
}

.table-responsive form {
	margin-bottom: 5px;
	float: left;
}

#filtros-label {
	margin-right: 1%;
	float: left;
}

.colorpicker-element {
	margin-right: 10px;
}



.errors {
	font-size: 120%;
	color: #D8000C;
	background-color: #FFBABA;
	font-weight: bold;
	margin: 10px 22px;
	vertical-align: middle;
	/*margin: 10px 0px;*/
	padding: 12px;
}

/**Eliminar Leyendas del listado**/
.table-responsive g.legendLinear {
	display: none;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .9) 50%
		50% no-repeat;
	cursor: waiting;
}
.modalLoading video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 25%;
  min-height: 25%;
  width: auto;
  height: auto;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
/* When the body has the loading class, we turn
	   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
	   modal element will be visible */
body.loading .modalLoading {
	display: block;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalGraficoLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .9) 50%
		50% no-repeat;
	cursor: waiting;
}
.modalGraficoLoading video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 25%;
  min-height: 25%;
  width: auto;
  height: auto;
  z-index: 1000;
  transform: translate(-50%, -50%);
}

/* When the body has the loading class, we turn
	   the scrollbar off with overflow:hidden */
#render-grafico-home.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
	   modal element will be visible */
#render-grafico-home.loading .modalGraficoLoading {
	display: block;
}
/* When the body has the loading class, we turn
	   the scrollbar off with overflow:hidden */
#render-grafico-showpublico.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
	   modal element will be visible */
#render-grafico-showpublico.loading .modalGraficoLoading {
	display: block;
}

.node .texto {
	font-size: 14px !important;
}

/********checkbox********/
.container-checkbox {
	margin-top: 10px;
}

.container-checkbox>label {
	margin-right: 10px;
}

input[type=checkbox] {
	/* Double-sized Checkboxes */
	transform: scale(1.5);
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
}
/********checkbox********/

/********tags************/
.contenedor-titulo-grupo{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
}
.titulo-grupo{
	margin-bottom:0px;
}
.conjunto-etiquetas{ margin-bottom:1rem; }
.contenedor-epigrafe,
.contenedor-ref-local,
.contenedor-ref-gral { text-align:left; }

.contenedor-ref-local{
	margin-top: 60px;
	font-size: 12px;
	font-weight: normal!important;
}

.contenedor-ref-gral{
	font-size: 1.5rem;
	font-weight: normal!important;
}
.contenedor-tags{
	margin-bottom:3%;
}
.tab-content{
	margin-bottom: 25px;
	margin-top: 25px;
}
.tags {
  list-style: none;
  padding-left: 0px;
  
}

.tags li {
  float: left;
}
.nav-pills,.tags {
    margin-top: 0px;
    font-family: 'Roboto-light', sans-serif;
    font-size: 1.2rem;
	
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover,
.tags > li.active > a, .tags > li.active > a:focus, .tags > li.active > a:hover {
    color: #fff;
/*     background-color: #0c3255; */
    background-color: #1f475a;
}
.nav-pills > li > a,
.tags > li > a {
    border-radius: 0px;
/*     border: 1px solid #0c3255; */
    border: 1px solid #3c3c3b;
/* 	color: #0c3255; */
	color:#1f475a;
	padding: 6px 17px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover,
.tags > li > a:focus, .tags > li > a:hover {
    text-decoration: none;
/*     background-color: #0c3255; */
    background-color: #1f475a;
	color:#fff;
}

/********tags************/
/********categories******/
.categorias-home{
	/*background-color: #0c3255;*/
	background-color: #1f475a;
	height: 140px;
	color:#fff;
}
.categoria-single:hover{
	/*background-color:#818ea4;*/
	background-color: #112c38;
}
.wrapper-block {
  height: 140px;
  padding-top: 40px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}

.wrapper-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}            

.content-block {
  display: inline-block;
  padding: 0% 2%;
}

.grupo-categoria { color: #1d1d1b!important;}

/********categories******/


/*********************HEADER********************************/
img.logo-conicet{
	margin-top: 11px;
	margin-bottom: 7px;
	width: 80px;
	height: auto;
}
            
.logo-conicet {
     float:left;
}
.padding-bottom-top {
	padding-top: 5px;
	padding-bottom: 7px;
	
}

.category-name {
	font-size: 1.3rem;
	cursor: pointer;
}

.grupo-grafico-titulo {
	margin-bottom: 20px;
}


.site-heading h1 {
    font-size: 5rem !important;
    font-family: 'Roboto-bold', sans-serif;
    text-shadow: 3px 3px 4px #1d1d1b;
}

header.masthead {
	position: relative;
	width: 100%;
	min-height: auto;
	text-align: center;
	color: white;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header.masthead .site-heading {
	padding: 200px 0 200px;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    padding: 20px 10px;
}
/*****************FIN HEADER********************************/

/*********************/
.container-backend{
    margin-top: 75px;
}
/*********************/

h3.titulo-grafico-showdetalletags a,
h3.titulo-grafico-showpublico a{
	color: #1f475a;	
	font-family: 'Roboto-light';
}
h3.titulo-grafico-showdetalletags a:hover,
h3.titulo-grafico-showpublico a:hover{
	color: #1f475a;	
}



/***********************SVG*************************************/
#render-grafico-home svg{
margin-left: 15%;
margin-right: 15%;
}
#render-grafico-showpublico svg,
.render-grafico-dtags svg{
 margin-left: 20%;
 margin-right: 20%;
}
#render-grafico-showpublico g.axis > .tick > text,
.tab-pane svg g.axis > .tick > text{
	font-size:10px;
}
/* #render-grafico-home #container-tabla, */
/* #render-grafico-home #table-button{ */
/* 	margin-left: 15%; */
/* } */

/* #render-grafico-showpublico #container-tabla, */
/* .render-grafico-dtags #container-tabla, */
/* #render-grafico-showpublico #table-button, */
/* .render-grafico-dtags #table-button{ */
/* 	margin-left: 20%; */
/* } */

.contenedor-vermas{ text-align:center; }
.mt3-b2{margin-top:3rem;margin-bottom:2rem;}
.border-dark{ background-color: #FFF; border-radius: 5px; padding: 10px;}

/********************FIN***SVG*************************************/

.grafico-new-container .botones{
    padding-top: 2rem;
    padding-left: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 117px;
	color: #434142;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
    height: 85px;
    background-color: #fff;
/*     color: #0c3255; */
    color: #1d1d1b;
}
.cont-dir div{
	font-size: 1.2rem;
    font-family: 'Roboto-light', sans-serif;
}
.container-direccion{
/* 	border-bottom:1.3px solid #0c3255; */
/* 	border-top:1.3px solid #0c3255; */
	border-bottom:1.3px solid #3c3c3b;
	border-top:1.3px solid #3c3c3b;
    padding-top: 0.4%;
    padding-bottom: 0.4%;
}
.reset-pad-col {
	padding-right: 0px;
	padding-left: 0px;
}
.contenedor-redes-iconos{
	padding-top:13px;
}
.redes{
	text-indent: -9999px;
	white-space: nowrap;
	outline: none;
}

.tyc {
	color: #0c3255;
	font-size: 1.2rem;
	display:block;
}

.tyc:hover, .tyc:focus {
	color: #0c3255;
	text-decoration: none;
}

footer .list-inline>li {
    display: unset !important;
    margin-bottom: 0;
}

footer .social-share ul {
    display: flex;
    justify-content: start;
	align-items: center;
	margin-bottom: 0;
}

footer .social-share img {
    height: auto;
    width: 25px;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

footer .social-share img:hover {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
/*
footer .facebook-icon {
	background-image: url('../img/footer/facebook.png');
	margin-right: 0px;
}

footer .twitter-icon {
	background-image: url('../img/footer/twitter.png');
}

footer .youtube-icon {
	background-image: url('../img/footer/youtube.png');
}

footer .instagram-icon {
	background-image: url('../img/footer/instagram.png');
}

footer .soundcloud-icon {
	background-image: url('../img/footer/soundcloud.png');

}
footer .linkedin-icon {
	background-image: url('../img/footer/linkedin.png');
}


footer .contact-icon {
	margin-right: 0px !important;
	background-image: url('../img/footer/mail.png');
}

*/

footer .f-logo-conicet {
	margin-top: 3px;
}

footer .f-logo-conicet img {
	width: 75px;
}

footer .f-logo-mincyt {
	
}

footer .log-marcaarg {
	margin-top: 5px;
}

.idea-icon {
	background-position: 0px -117px !important;
}

.info-tab {
	width: 36px;
	height: 50px;
	float: left;
	margin-left: -35px;
	position: relative;
	top: 7px;
	background: url(../img/sprite.png) no-repeat;
}
a.presidencia-icon img{float:right;}

/*****************FIN FOOTER********************************/

.glyphicon-info-sign{
	font-size: 2.5rem;
}
.glyphicon-info-sign:hover{
	color:#ba077c;
	cursor:pointer;
}
.contenedor-info{
	text-align: left;
	margin-top: 4rem;
}
.contenedor-info .alert {
    margin-bottom: 0px;
}
.info-grafico{
	position:absolute;
	top:27px;
	right:0;
	z-index:99;
}

img.icono-categoria {
    display: inline-block;
    margin-bottom:1rem;
    width: auto;
    height: 32px;
}

.grafico-descripcion ul li:before {
	content: "> ";
    color: #0397D6;
    font-size: 18px;
    font-weight: bold;
}

.showpublico-anios{
	margin: 22px 20px 10px 0px!important;
}

.glyphicon-pushpin{
	font-weight: bold;
}
.h2-title{ margin-top:10px; }
/**************** tabla auxiliar*******************/
.grafico-tabla-aux table{ 
	border-collapse: collapse; 
	width: auto!important;
	  overflow-x: unset;
	  display: block;
	  width: fit-content;
	  max-width: 100%;
}

.grafico-tabla-aux table, .grafico-tabla-aux td, .grafico-tabla-aux th { border: transparent; }
.grafico-tabla-aux td, .grafico-tabla-aux th { 
	padding: 5px 20px!important;
    font-size: 12px;
    text-transform: uppercase;
}
.grafico-tabla-aux td { background: #fff; }
.grafico-tabla-aux table tbody tr:first-child td,
.grafico-tabla-aux table tbody tr:last-child td{
	background: #1f9bde;
    color: white;
    padding-top:2px;
    padding-bottom:2px;
    border: 0px solid #fff;
    font-weight:bold;
}
.grafico-tabla-aux table tbody{ border: 1px solid #1f9bde; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #1f9bde;
}

/************ fin tabla auxiliar*******************/

/*******************Tooltip Paginado****************/
.glyphicon-info-sign{
	font-size: 1.5rem;
}
.contenedor-paginado .pagination>li>a, .contenedor-paginado .pagination>li>span {
    float: none;
    padding: 6px 11px;
    margin-left: 0px;
}
.contenedor-paginado .pagination>li {
    padding-bottom: 1rem;
}
.tooltip-inner {
    max-width: 300px;
    padding: 6px 8px;
    background-color: #1f475a;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1f475a;
}
/*******************Tooltip Paginado****************/
/********************Indice*****************************/
.indice h2,
.indice h3,
.indice h4 {
	display:inline-block;
	margin:.5rem 0rem .5rem;
}
.indice-site h1{ font-size:3rem!important; }
.indice h2{ font-family:'Roboto-bold'; font-size: 2.7rem; }
.indice h3{ font-size: 1.75rem; }
.indice h4{ font-family:'Roboto-light'; font-size: 1.65rem;}
.indice-grupo h3:hover,.menu-indice:hover{ cursor:pointer; }
.indice .nav{
    padding-left: 2rem;
}
.grafico-link{
	color:#1f475a;
}
.grafico-link:hover{
	color:#1f475a;
}
/****************Fin Indice*****************************/
/*******************Camino migas********************************/

.camino-migas, .camino-migas a{
	color:#1d1d1b;
	font-size:17px;
	text-align: left;
	margin-top: 10px;
}
.goback{
	font-size:15px;
	text-align:left;
	color:#1d1d1b;
	margin-bottom:0rem;
/* color: #0c3255; */
}

.goback:hover{ cursor:pointer;color:#3c3c3b; }
/***************Fin*Camino migas********************************/

/***********************Glosario********************************/
.titulo-glosario{
	color: #1f475a; 
	border-bottom: 1.3px solid #434142;
}
/***************Fin*Glosario********************************/

/*******************************************************/
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

#googft-mapCanvas{
	margin: 0 auto;
}

@media ( min-width :767px) and (max-width:1200px) {
	body {
/* 		margin-top: 103px; */
	}
	nav.navbar {
		height: 103px;
	}
	.site-heading h1 {
		font-size: 2.5rem;
	}
	#render-grafico-home svg,
	#render-grafico-showpublico svg, 
	.render-grafico-dtags svg {
	    margin-left: 10%;
	    margin-right: 10%;
	}
	text {  font-size: 1.3vw; }

}


@media ( max-width :768px) {
	body {
/* 		margin-top: 50px; */
		margin-bottom: 200px;
	}
	nav.navbar {
		height: auto!important;
	}
	header.masthead {
		height: 100%;
		min-height: 400px;
	}
	header.masthead .site-heading {
		padding: 150px 0 50px;
	}
	.site-heading h1 {
		font-size: 2rem !important;
	}
	.subheading {
		font-size: 1.2rem;
	}

	.data-login {
		margin-top: 2.5%;
	}
	.data-login a {
		display: inline-block;
		padding-right: 20px;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff !important;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: white !important;
    	background-color: #7d7d7d !important;
	}
	footer {
		height: auto;
	}
	#render-grafico-home svg,
	#render-grafico-showpublico svg{
		margin-left: 0%;
		margin-right: 0%;
	}
	.form-inline .form-group {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
}
	#render-grafico-home svg,
	#render-grafico-showpublico svg, 
	.render-grafico-dtags svg {
	    margin-left: 0%;
	    margin-right: 0%;
	}
	text {  font-size: 2vw; }
	.cont-dir div { text-align: center; }
	.tyc{
		text-align: center;
    	margin-top: 1rem;
	}
	footer .f-icon, footer .twitter-icon,
	footer .instagram-icon, footer .youtube-icon{
	    margin-top: 0px;
	}
	.categorias-home{
		height: auto;
	}
}

.carousel-indicators {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	left:0px;
    width: 100%;
	margin:0px;
	padding:5px;

}

@media ( max-width:480px) {
	.category-name{	font-size:1.1rem; }
	.wrapper-block {
    	height: 100px;
    	padding-top: 22px;
    	padding-bottom: 22px;
	}
	img.icono-categoria { height: 20px; }
	.titulo-principal, #grupo-grafico-titulo {
    	font-size: 2.5rem;
	}
	.site-heading h1 { font-size: 1.5rem !important; }
	.subheading { font-size: 1.2rem!important; }
    .img-slider {
	    min-height: 200px;
	    object-fit: cover;
	}
	#render-grafico-home svg,
	#render-grafico-showpublico svg{
		margin-left: 0%;
		margin-right: 0%;
	}
	.presidencia-icon img{ width:100%;}
	.navbar-brand, .user{display:none;}
	.log{margin-top: 5%!important;}
	.tooltip-grafico {
    font-size: 12px!important;
   }
   .contenedor-redes-iconos .redes{
   	 display: inline-block;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    float:none;
   }
   .contenedor-redes{
   		text-align: center;
    	margin-bottom: 1rem;
   }
   .contenedor-redes a, .contenedor-redes a:hover{
   		text-decoration:none; 
   		color: transparent;
   }
   footer .youtube-icon:hover {
    height: 20px;
   }
   #render-grafico-showpublico g.axis > .tick > text,
	.tab-pane svg g.axis > .tick > text{
		font-size:12px;
	}
}
