.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family:"Encode Sans", Arial, sans-serif;
    color: #50535C;
}
#lateral_derecho_paso_2 chart: {
    width: '100%'
}
.dropdown-menu .dropdown-item {
    text-transform: unset!important
}
.btn-primary{
	border:none
}
.btn-primary:hover{
	border:none
}
.btn-primary:focus{
	border:none!important;
	background-color: #719DF0!important
}
.btn-gris{
	background-color:#50535C;
	border:none
}
.btn-gris:hover{
	background-color:#AAAAAA;
	border:none
}
.accordion .card .card-header, .collapsible .card .card-header {
	font-family: "Encode Sans", Arial, sans-serif!important;
}
/*COLORES*/

.bg-arg {
    background-color: #37BBED
}

.arg {
    color: #37BBED
}

.bg-rosa {
    background-color: #EE3D8F
}

.rosa {
    color: #EE3D8F
}

.bg-verde {
    background-color: #D7DF23
}

.verde {
    color: #D7DF23
}

.bg-petroleo {
    background-color: #50B8B1
}

.petroleo {
    color: #50B8B1
}

.bg-violeta {
    background-color: #9283BE
}

.violeta {
    color: #9283BE
}

.border {
    border: solid 2px #ddd;
    border-radius: 10px;
}

.circle {
    border-radius: 100%
}

.text-center {
    text-align: center
}
.bg-gris-claro {
    background-color: #f7f7f7
}
a.bg-gray:hover{
	background-color:#cbcbcb!important
}

/*VIDEO*/
#video {
    overflow: hidden;
    height: 70vh;
}

#video-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.jumbotron img {
    width: 12%;
    margin-right: 10px
}
.jumbotron-interior .jumbotron_body{
	padding-top:0
}

#video .opacity {
    opacity: 0.6;
}

@media (max-width: 544px) {
    #video {
        overflow: hidden;
        height: auto;
    }
    #video-background {
        -moz-transform: scale(3.5);
        -webkit-transform: scale(3.5);
        -o-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        top: 30%
    }
}
#video-interior {
    overflow: hidden;
    height:35vh;
}

#video-background-interior {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 544px) {
    #video-interior {
        overflow: hidden;
        height: auto;
    }
    #video-background-interior {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        top: 30%
    }
}


/*DESTACADO INDEX*/

#datos-ppales .icon {
    font-size: 5em
}

#datos-ppales h3 {
    margin-top: 0;
    margin-bottom: 0
}

#datos-ppales .destacado {
    font-size: 66px;
    font-weight: 800
}


/*HERRAMIENTAS*/

#herramientas .icon {
    font-size: 3em
}

#herramientad .panel .h3,
.panel h3 {
    font-size: 2em!important;
}

#herramientas p {
    font-size: 25px;
    margin-bottom: 0;
}


/*Iniciativas interprovinciales*/
/*
#iniciativas .block {
    text-align: center;
    vertical-align: middle;
}

#iniciativas a {
    color: #50535C;
    font-weight: 600;
    display: block;
    margin: 10px auto;
    text-decoration: none
}

#iniciativas a span {
    vertical-align: middle;
    display: table-cell;
}
*/

#iniciativas .row {
    display: flex;
    justify-content: center;
	margin-bottom: 12px;
}
#iniciativas .panel{
	margin-bottom:0
}
#iniciativas .panel-body {
    padding: 14px 12px;
}

#iniciativas div.filtros:hover {
    background-color: #37bbed;
	color:#fff
}
#iniciativas div.filtros.active {
	background-color:#37bbed;
	color:#fff
}

.jumbotron-interior h1 {
    z-index: 99
}

p.nombre_provincia {
    font-weight: 600;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 0
}

.navbar button {
    margin-left: 0!important;
    padding-top: 8px;
}
#iniciativas .cajas{
    background-color: #136AAA;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 8px;
    height: 93px;
    border: none;
	cursor:pointer
}

@media (max-width: 544px) {
	#iniciativas .row {
		margin-bottom:0
	}
	#iniciativas .cajas{
		margin-bottom:10px
	}
    .datos-circulos {
        padding-top: 0px
    }
    .navbar button {
        padding-top: 7px;
    }
}

.table th {
    border-top: 0
}

/*PROVINCIAS*/

.jumbotron-interior {
    height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center
}

.jumbotron-interior_container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.jumbotron-interior_container h1 {
    margin: auto;
    color: white;
}

.provincias_mapa_general {
    margin-bottom: 30px;
}

.provincias_mapa_region {
    width: 100%;
    max-width: 160px !important;
    height: auto;
}

.provincia_datos_region {
    display: flex;
    justify-content: center;
}

.provincia_datos_region_item {
    margin-bottom: 6px;
}

.provincia_datos_region_porcentaje {
    font-weight: 900;
    margin-top: 0;
}

.provincia_tabla_titulo {
    border-bottom: 3px solid #d6d2ca;
    padding-bottom: 10px;
}

.provincia_tabla th {
    padding: 8px;
    font-size: 16px;
	color:#50535C!important
}

.provincia_tabla td {
padding:8px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Encode Sans';
}
.provincia_tabla td a{
	text-decoration:none
}


.provincia_tabla_icono-descarga {
    font-size: 24px;
}

@media (min-width: 960px) {
    .provincias_mapa_general {
        margin-top: 120px;
    }
}

@media (max-width: 960px) {
    .provincias_mapa_region {
        margin-bottom: 20px;
    }
}

.border-modulo {
    margin-top: 30px;
    padding-bottom: 30px;
}

.btn-black-border {
    border-color: black;
    background-color: transparent;
    border-width: 1px;
    transition: all 0.2s;
}

.btn-black-border:hover {
    background-color: #37BBED;
    border-width: 1px;
}

.div-line-sep {
    border-left: 1px solid #d6d2ca;
}

/*ELEMENTOS INDEX*/
.bread_menu .dropdown-toggle {
    color: white;
    border: 0 !important;
    padding: 0;
    font-size: 18px;
    outline: none !important;
    box-shadow: none;
    margin-bottom: 0;
}

.bread_menu .dropdown-menu {
    border-radius: 5px;
    background: #545454;
    overflow: hidden;
    border: 1px solid white;
}

.bread_menu .dropdown-item {
    font-size: 14px;
    line-height: 1;
    color: white;
    text-decoration: none;
    padding: 0.5rem;
}

.bread_menu .dropdown-item:hover {
    background-color: #333;
}

.txt_dest_icon {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-left: 80px;
    position: relative;
	text-align: justify;
}

.txt_dest_icon::before {
    position: absolute;
    font-size: 62px;
    /*color: #4f525b;*/
    content: "\f35a";
    font-family: "font awesome 5 free";
    font-weight: 500;
    left: 0;
    top: -10px;
}

.txt_dest_icon.lineamiento::before {
    content: "\f46d";
    font-weight: 900;
}
#datos-ppales .dato{
	font-weight: 800;
	font-size:60px;	
}

#datos-ppales .dato2{
	font-weight: 800;
	font-size:30px;	
}

@media (min-width: 1200px) {
    .container.pane {
        max-width: 1240px;
    }
}

@media (max-width: 767px) {
    .txt_dest_icon {
        padding-left: 0px;
    }
    .txt_dest_icon::before {
        display: none;
    }
    .pane-atajos li {
        width: 100%;
        max-width: 50%;
    }
	#datos-ppales .dato{
	font-weight: 800;
	font-size:45px;	
}
}

@media (max-width: 960px) {
    .pane-atajos li {
        width: 100%;
        max-width: 33.33%;
    }
}

.gplan-accordion .card {
    border: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.gplan-accordion .card-header {
    padding: 0;
    margin-top: 0;
    background-color: white;
    border: 0;
}

.gplan-accordion .card-header:hover {
    background-color: #eee;
}

.gplan-accordion .card_header_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gplan-accordion .collapse {
    border-bottom: 1px solid white;
}

.gplan-accordion .collapse.show {
    border-bottom: 1px solid #37bbed;
}

.planificacion-datos-container {
    border-radius: 0;
    margin-bottom: 30px;
}

.planificacion-datos-container-tit {
    border-top: 12px solid #37BBED;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 6px 6px 12px 6px;
    margin-bottom: 0;
}

.planificacion-datos-container-datos {
    font-size: 50px !important;
    line-height: 1;
    text-align: center;
    color: #37BBED;
    margin-bottom: 0;
    padding: 0px 6px 12px 6px;
}
/*BIBLIOTECA*/
.panel-icon .panel-heading{
	color:#fff
}
/*PROGRAMAS*/
#programas .card{
	box-shadow:none!important
}
#programas .gplan-accordion .card-header{
	padding:10px!important
}
#programas .gplan-accordion .card-header h4{
	color:#37BBED
}
#programas .gplan-accordion .card-header p{
	color:#37BBED
}
