/*
Theme Name: Defensoria
Author: Inventarte
Author URI: http://www.inventarte.net
Version: 1.0
Description: Tema creado para la defensoría del pueblo

*/
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
.search {

  color: #aaa;
  font-size: 16px;
}
.search input { text-indent: 32px;}
.search .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f8f9f9;
	color: #54545b;
}
/*--------------------------------------------
HEADER
--------------------------------------------*/
header {
	background-color: #045298;
	padding-top: 15px;
	padding-bottom: 15px;
}
header .logotipo figure img {
	width: 90px;
	height: auto;
}
header .number-contact {
	color: #fff;
	text-align: right;
	display: block;
	margin-top: 0;
}
header .number-contact h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 5px;
}
.number-contact p {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;

    padding-left: 20px;
}
header nav ul {
	margin: 0;
	padding:15px 0;
	list-style: none;
	float: right;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
header nav ul li a:hover,
header nav ul li a.active {
	border:2px solid #fff;
	color: #fff;
	text-decoration: none;
}
header .menu-phone a i {
	display: block;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	float: right;
	margin-top: 30px;
}
/*--------------------------------------------
SECCION MENU SECUNDARIO
--------------------------------------------*/

.menu-secundario .container {
	background-color: #045298;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.menu-secundario .links-menu {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-secundario ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.menu-secundario ul li {
	display: inline-block;
}
.menu-secundario ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #d8efeb;
	font-family: 'Oswald', sans-serif;
	display: block;
	padding: 5px 15px;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	text-decoration: none;
}
.menu-secundario ul li a:hover {
	background-color: rgba(255,255,255,0.7);
	color: #045298;
}
.menu-secundario input {
	width: 100%;
	margin: 0;
	background-color: #045298;
	border:1px solid #045298;
	font-size: 16px;
	font-weight: 300;
	color: #d8efeb;
	font-family: 'Oswald', sans-serif;
	height: 34px;
	padding-left: 15px;
}
.menu-secundario input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d8efeb;
}
.menu-secundario input::-moz-placeholder { /* Firefox 19+ */
  color: #d8efeb;
}
.menu-secundario input:-ms-input-placeholder { /* IE 10+ */
  color: #d8efeb;
}
.menu-secundario input:-moz-placeholder { /* Firefox 18- */
  color: #d8efeb;
}
/*--------------------------------------------
SECCION NOTICIAS
--------------------------------------------*/
.seccion-noticias {
}
.seccion-noticias .container {
	background-color: #fff;
}

.seccion-noticias .caja-banner figure img {
	width: 100%;
	height: auto;
}
.seccion-noticias h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: block;
	background-color: #de0f1D;
	text-align: center;
	padding: 0;
	margin: 0;
}
.seccion-noticias h3 a {
	text-decoration: none;
	font-weight: 400;
	float: right;
	color: #045298;
}
.seccion-noticias .caja-noticias .fecha {
	text-align: center;
}
.seccion-noticias .caja-noticias .fecha div {
	display: block;
	border: 2px solid #de0f1D;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	background-color: #de0f1D;
	color: #fff;
	height: 85px;
	line-height: 85px;
	vertical-align: middle;
	font-weight: 300;
}
.seccion-noticias .caja-noticias .fecha span {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	color: #213956;
	text-transform: uppercase;
}

.seccion-noticias .caja-noticias li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #f8f9f9;
}
.seccion-noticias .caja-noticias h5 {
	font-size: 18px;
	font-weight: 300;
	color: #213956;
	margin-bottom: 30px;
}
.seccion-noticias .caja-noticias .titulo-noticia a {
	font-size: 14px;
	color: #045298;
	text-decoration: none;
	border: 2px solid #045298;
	border-radius: 5px;
	display: inline-block;
	padding:5px 10px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	float: right;
}
.seccion-noticias .caja-noticias .titulo-noticia a:hover {
	background-color: #045298;
	color: #fff;
}
/*--------------------------------------------
SECCION FORMAS DE CONTACTO
--------------------------------------------*/
.seccion-formas-contacto {  }
.seccion-formas-contacto h2 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 24px;
	text-align: center;
	color: #213956;
	padding-top: 30px;
	padding-bottom: 30px;
}
.seccion-formas-contacto a {
	text-decoration: none;
	color: #213956;
}
.seccion-formas-contacto h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.seccion-formas-contacto .caja-forma-contacto {
	display: block;
	/*border-top: 3px solid #fff;*/
	padding-bottom: 20px;
	padding-top: 20px;
}
.seccion-formas-contacto figure {
	margin: 0;
	text-align: center;
}

/*--------------------------------------------
SECCION ADJUNTIAS
--------------------------------------------*/
.seccion-adjuntias {
	background-color: #53778e;
	padding-bottom: 30px;
	padding-top: 30px;
}
.seccion-adjuntias h3 {
	display: block;
	color:#fff;

	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
  margin-top: 10
}
.seccion-adjuntias h5 {
	font-weight: 300;
	font-size: 21px;
	margin: 0;
}
.seccion-adjuntias a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.seccion-adjuntias figure {
	margin-bottom: 0;
	text-align: right;
}

/*--------------------------------------------
SECCION FORMAS DEFENSORIA
--------------------------------------------*/
.seccion-formas-defensoria {
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}
.seccion-formas-defensoria .box-content a {
	border: 2px solid #045298;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	color: #045298;
	text-decoration: none;
	margin-bottom: 15px;
}
.seccion-formas-defensoria  .box-content:nth-of-type(3) a {
	margin-bottom: 0;
}
.seccion-formas-defensoria h3 {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.seccion-formas-defensoria h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0;
}

/*--------------------------------------------
SECCION CONTRIBUYAMOS
--------------------------------------------*/
.seccion-contribuyamos {
	background-color: #de0f1D;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.seccion-contribuyamos h3 {
	font-size: 38px;
	color: #213956;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 100%
}
.seccion-contribuyamos h4 {
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 40px;
	line-height: 100%;
}
.seccion-contribuyamos a {
	font-size: 20px;
	color: #213956;
	text-decoration: none;
	border: 2px solid #213956;
	border-radius: 5px;
	display: inline-block;
	padding:10px 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.seccion-contribuyamos a:hover {
	background-color: #213956;
	color: #fff;
}
.seccion-contribuyamos figure img {
	width: 100%;
	max-width: 250px;
}
/*--------------------------------------------
SECCION BANNERS
--------------------------------------------*/
.seccion-publicidad {
    /* padding-bottom: 20px; */
    /* padding-top: 20px; */
    margin: 60px auto;
}
.seccion-publicidad .box-banner figure {
	display: block;
	background-color: #a3a3af;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.seccion-publicidad .box-banner figure:nth-of-type(2) {
	margin-bottom: 0;
}
.seccion-publicidad .box-banner figure img {
	width: 100%;
	height: auto;
}
/*--------------------------------------------
SECCION INTERIOR
--------------------------------------------*/

.content-interior h1 {
	color: #213956;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
  margin-top: 0px;
}
.content-interior figure {
	display: block;
	background-color: #ccc;
}
.content-interior  article a {
	color: #045298;
	font-weight: 300;

}
.content-interior .breadcrum {
	color: #54545b;
	font-size: 12px;
	text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 50px;
}
.content-interior .breadcrum ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}
.content-interior .breadcrum ul li {
	display: inline-block;
}
.content-interior .breadcrum ul li:first-child a {
	font-weight: 800;
}
.breadcrum a {
	text-decoration: none;
	color: #54545b;
  font-weight: 800;
}
.content-interior .box-fecha {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.content-interior .box-fecha span {
  display: block;
  border-radius: 5px;
  font-weight: 800;
  color: #055198;
  font-size: 16px;
  margin-bottom: 25px;
}
.content-interior  .box-tags {
	color: #213956;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 0;
}
.content-interior  .box-tags span {
	text-transform: uppercase;
}
.content-interior  .box-tags a {
	color: #045298;
	font-weight: 400;
}
.content-interior aside h2 {
	font-size: 25px;
	font-weight: 500;
	color: #213956;
	text-transform: uppercase;
	display: block;
	border-left: 12px solid #045298;
	padding-left: 15px;
	margin-bottom: 15px;
}
.content-interior aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-interior aside ul li {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #2a3a569c;
}
.content-interior aside ul li h4 {
	font-size: 18px;
	color: #213956;
	margin-bottom: 25px;
}


.content-interior ul.color-adjuntia {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-interior ul.color-adjuntia li {
	display: block;
	width: 15px;
	height: 15px;
	margin-left: 15px;
}
.content-interior ul.color-adjuntia li:nth-of-type(1) {
	background-color: #3d5c9a;
}
.content-interior ul.color-adjuntia li:nth-of-type(2) {
	background-color: #b5233e;
}
.content-interior ul.color-adjuntia li:nth-of-type(3) {
	background-color: #81b07c;
}
.content-interior ul.color-adjuntia li:nth-of-type(4) {
	background-color: #692e7a;
}
.content-interior ul.color-adjuntia li:nth-of-type(5) {
	background-color: #e4b935;
}
.content-interior ul.color-adjuntia li:nth-of-type(6) {
	background-color: #bc3c2b;
}
.content-interior ul.color-adjuntia li:nth-of-type(7) {
	background-color: #447a9b;
}
.adjuntias-content h1 {
	font-weight: 300;
}
.adjuntias-content h1 strong {
	font-weight: 700;
	display: block;
}
.adjuntias-content h3 {
	display: block;
	background-color: #f8f9f9;
	font-weight: 300;
	text-transform: uppercase;
	color: #213956;
}
.adjuntias-content h3 span {
	display: inline-block;
	background-color: #fff;
	border-left: 12px #f8f9f9 solid;
	padding-left: 15px;
	padding-right: 15px;
}
.adjuntias-content.categoria-1 h3 span {
	border-left: 12px #3d5c9a solid;
}
.adjuntias-content.categoria-1 ul.color-adjuntia li:nth-of-type(1) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content.categoria-2 h3 span {
	border-left: 12px #b5233e solid;
}
.adjuntias-content.categoria-2 ul.color-adjuntia li:nth-of-type(2) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content.categoria-3 h3 span {
	border-left: 12px #81b07c solid;
}
.adjuntias-content.categoria-3 ul.color-adjuntia li:nth-of-type(3) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content.categoria-4 h3 span {
	border-left: 12px #692e7a solid;
}
.adjuntias-content.categoria-4 ul.color-adjuntia li:nth-of-type(4) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content.categoria-5 h3 span {
	border-left: 12px #e4b935 solid;
}
.adjuntias-content.categoria-5 ul.color-adjuntia li:nth-of-type(5) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content.categoria-6 h3 span {
	border-left: 12px #bc3c2b solid;
}
.adjuntias-content.categoria-6 ul.color-adjuntia li:nth-of-type(6) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content.categoria-7 h3 span {
	border-left: 12px #447a9b solid;
}
.adjuntias-content.categoria-7 ul.color-adjuntia li:nth-of-type(7) {
	width: 30px;
	margin-left: 0;
}
.adjuntias-content h4 {
	color: #213956;
	font-weight: 400;
	font-size: 21px;
}
.adjuntias-content ul.temas-relacionados {
	list-style: none;
	margin: 0;
	padding: 0;
}
.adjuntias-content ul.temas-relacionados li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f8f9f9;
}
.adjuntias-content ul.temas-relacionados li a {
	font-size: 14px;
	color: #045298;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #045298;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 5px 15px;
}
.adjuntias-content ul.temas-relacionados li a:hover {
	background-color: #045298;
	color: #fff;
}
.adjuntias-content ul.content-contacto {
	margin: 0;
	padding: 0;
	list-style: none;
}
.adjuntias-content ul.content-contacto li div {
	color: #045298;
	display: inline-block;
}
.blog-content .lista-noticias .box-noticia-link {
	border-bottom: 2px solid #f8f9f9;
}
.blog-content .navegacion-blog {
	text-align: center;
}
.blog-content .navegacion-blog ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	display: block;
	width: 100%;
}
.blog-content .navegacion-blog ul li {
	display: inline-block;
}
.blog-content .navegacion-blog ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	font-size: 14px;
	height: 30px;
	margin: 0 3px;
	padding: 3px 5px;
	border-radius: 3px;
}
.blog-content .navegacion-blog ul li a:hover,
.blog-content .navegacion-blog ul li a.active {
	background-color: #045298;
	color: #fff;
}

footer {
	background-color: #213956;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
footer .row .col-sm-6:nth-of-type(1) h3 {
	margin-bottom: 20px;
	display: block;
}
footer .row .col-sm-6:nth-of-type(1) ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .row .col-sm-6:nth-of-type(1) ul li {
	margin-bottom: 5px;
}
footer .row .col-sm-6:nth-of-type(1) ul li a {
	color: #fff;
	list-style: none;
}
footer .row .col-sm-6:nth-of-type(2) {
	text-align: right;
}
footer .row .col-sm-6:nth-of-type(2) h3 {
	margin-bottom: 30px;
	display: block;
}
footer .row .col-sm-6:nth-of-type(2) ul {
	float: right;
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}
footer .row .col-sm-6:nth-of-type(2) ul li {
	float: left;
	margin-left: 3px;
}
footer .row .col-sm-6:nth-of-type(2) ul li a {
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 3px;
}
.seccion-noticias .container {
    padding-top: 30px;
}
/* SM */
@media (min-width: 576px) {
	/*--------------------------------------------
	SECCION NOTICIAS
	--------------------------------------------*/
	.seccion-noticias .container {
		padding-top: 30px;
	}
	.seccion-noticias .caja-banner {
		background-color: inherit;
	}
	.seccion-noticias h3 {
		font-size: 18px;
		font-weight: 700;
		color: #213956;
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		background-color: inherit;
		text-align: inherit;
	}
	.seccion-noticias .caja-noticias .fecha div {
		color: #de0f1D;
		background-color: inherit;
	}

	/*--------------------------------------------
	SECCION FORMAS DE CONTACTO
	--------------------------------------------*/
	.seccion-formas-contacto {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.seccion-formas-contacto .caja-forma-contacto {
		display: block;		
/*		border: 2px solid #de0f1D;*/
		border-radius: 5px;
		text-transform: uppercase;
		overflow: hidden;
		/*background-color: #de0f1D;*/
		padding-top: 0;
		padding-bottom: 0;
	}
	.seccion-formas-contacto .row .col-sm-12{
		margin-bottom: 15px;
	}
	.seccion-formas-contacto .row .col-sm-12:nth-of-type(3) {
		margin-bottom: 0;
	}
	.seccion-formas-contacto .caja-forma-contacto .caja-titulo {
		background-color: #fff;
	}
	.seccion-formas-contacto .caja-forma-contacto a {
		text-decoration: none;
	}
	.seccion-formas-contacto .caja-forma-contacto h3 {
		font-weight: 700;
		font-size: 24px;
		display: block;
		color: #213956;
		padding: 30px 10px;
		margin: 0;
	}
	.seccion-formas-contacto .caja-forma-contacto .caja-icono {
		text-align: center;
	}
	.seccion-formas-contacto .caja-forma-contacto .caja-icono figure {
		margin: 0;
		padding: 0 0 5px;
	}
	.seccion-formas-contacto .caja-forma-contacto .caja-icono a {
		font-size: 16px;
		color: #ffffff;
		text-decoration: none;
		border: 2px solid #ffffff;
		border-radius: 5px;
		display: block;
		padding:3px 0;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
	}
	.seccion-formas-contacto .caja-forma-contacto:hover .caja-icono a {
		background-color: #fff;
		color: #de0f1D;
	}
	.seccion-formas-contacto h3 span {
		font-weight: 300;
		display: block;
    font-size: 18px;
	}
	/*--------------------------------------------
	SECCION ADJUNTIAS
	--------------------------------------------*/
	.seccion-adjuntias {
		background-color: #045298;
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.seccion-adjuntias h3 {
		-webkit-text-stroke-width: 2px;
	   -webkit-text-stroke-color: #c6e5e1;
	   color: #045298;
	   font-size: 55px;
	   text-transform: uppercase;
	   line-height: 100%;
	   margin-bottom: 30px;
	}
	.seccion-adjuntias .box-adjuntia a {
		display: block;
		padding: 10px 0px 0px 0px;
		height: 80px;
		color: #c6e5e1;
	}

	.seccion-adjuntias h5 {
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: 0;
	}
	.seccion-adjuntias h5 span {
		font-weight: 300;
		display: block;
	}
	.seccion-adjuntias .campo-descripcion {
		background-color: #fff;
		padding: 30px;
		border-radius: 5px;
	}
	.seccion-adjuntias .campo-descripcion h3 {
		color: #213956;
		font-size: 21px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.seccion-adjuntias .campo-descripcion p {
		color: #a3a3af;
		margin-bottom: 30px;
	}
	.seccion-adjuntias .campo-descripcion a {
		font-size: 14px;
		color: #045298;
		text-decoration: none;
		border: 2px solid #045298;
		border-radius: 5px;
		display: inline-block;
		padding:5px 10px;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
	}
	.seccion-adjuntias .campo-descripcion a:hover {
		background-color: #045298;
		color: #fff;
	}
	/*--------------------------------------------
	SECCION FORMAS DEFENSORIA
	--------------------------------------------*/
	.seccion-formas-defensoria {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.seccion-formas-defensoria span {
		background-image: url(../images/detalle-02.png);
		display: block;
		width: 110px;
		height: 21px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-left: -55px;
	}
	.seccion-formas-defensoria .box-content a {
		border: inherit;
	}
	.seccion-formas-defensoria strong {
		background-image: url(../images/detalle-02.png);
		display: block;
		width: 110px;
		height: 21px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-right: -55px;
	}
	.seccion-formas-defensoria figure {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.seccion-formas-defensoria h3 {
		font-size: 37px;
		font-weight: 700;
		line-height: 100%;
		margin-bottom: 10px;
		color: #213956;
		text-transform: uppercase;
	}
	.seccion-formas-defensoria a {

	}
	.seccion-formas-defensoria h4 {
		font-size: 20px;
		font-weight: 300;
		line-height: 100%;
		margin-bottom: 40px;
		color: #213956;
		text-transform: uppercase;
	}
	.seccion-formas-defensoria a div {
    font-size: 16px;
    color: #045298;
    text-decoration: none;
    border: 2px solid #045298;
    border-radius: 5px;
    display: inline-block!important;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	}
	.seccion-formas-defensoria a div:hover {
		background-color: #045298;
		color: #fff;
	}

	/*--------------------------------------------
	SECCION CONTRIBUYAMOS
	--------------------------------------------*/
	.seccion-contribuyamos {
    padding-top: 30px;
    padding-bottom: 20px;
	}
	.seccion-contribuyamos figure {
		margin: 0;
		padding: 0;
	}

}
/* MD */
@media (min-width: 768px) {
	/*--------------------------------------------
	HEADER
	--------------------------------------------*/
	header .number-contact {
		text-align: right;
	}
	header .number-contact h2 {
		font-size: 30px;
	}

	/*--------------------------------------------
	SECCION MENU SECUNDARIO
	--------------------------------------------*/
	.menu-secundario input {
		border-left: 1px solid rgba(255,255,255,0.1);
	}
	.menu-secundario ul li {
		float: left;
	}
	.menu-secundario ul li a {
		border-left: none;
	}
	/*body {
		background-color: green;
	}*/
	/*--------------------------------------------
	SECCION CONTRIBUYAMOS
	--------------------------------------------*/
	.seccion-contribuyamos figure img {
		width: 50%;
		max-width: 444px;
	}
  .pagination  a,
  .pagination  a:hover,
  .pagination .active a,
  .pagination .disabled {
      color: #fff;
      text-decoration:none;
  }
  .pagination  {
      display: inline;
  }
  .pagination  a,
  .pagination  a:hover,
  .pagination .active a,
  .pagination .disabled,
  .pagination .current {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px;
    color: #fff;
    margin: 0px 5px;
  }
  .pagination  a:hover,
  .pagination .active a,
  .pagination .current {
      background-color: #3C8DC5;
  }
}
/* LG */
@media (min-width: 992px) {
	body {
		background-color: #fff;
	}
	/*--------------------------------------------
	HEADER
	--------------------------------------------*/
	header {
		padding-top: 15px;
		padding-bottom: 10
    px;
	}
	header .number-contact {
  	margin-top: 0px;
  }
  header nav ul {
  	padding: 0;
  }
	/*--------------------------------------------
	SECCION FORMAS DE CONTACTO
	--------------------------------------------*/
  .seccion-formas-contacto .row .col-sm-12{
		margin-bottom: 0;
	}
  /*body {
		background-color: yellow;
	}*/
}
/* XL */
@media (min-width: 1200px) {
}

/*Adjuntias*/
.show{
  display: inline-block!important;
}

/*Social menu*/
.str-text{
  display: none;
}
.icono-social ul li a:before{
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 30px;
  color: #fff;
  -webkit-font-smoothing:
}
.icono-social ul li a[href*="facebook.com"]::before{
  content: '\f082';
}
.icono-social ul li a[href*="youtube.com"]::before{
  content: '\f16a';
}
.icono-social ul li a[href*="twitter.com"]::before{
  content: '\f081';
}
.icono-social ul li a[href*="flickr.com"]::before{
  content: '\f16e';
}
/*Imagen de Noticias*/
.featured-img  img {
    width:100%;
    max-width:600px;
    height:auto;
}
figure.noticia-nacional {
    margin-bottom: 0;
}
figcaption.titulo-noticia-nacional {
    margin-top: 0;
    background: #005498;
    height: 95px;
}
figcaption.titulo-noticia-nacional h3 {
    color: #fff!important;
    padding-left: 15px;
    padding-right: 15px;
}


.description {
  margin: 1em auto 2.25em;
  width: 100%;
}
.gdl-accordion {
  list-style: none;
  padding: 0;
}
.accordion-content {
  padding-left: 1em;
  overflow: hidden;
}
.gdl-divider {
  margin: .5em 0;
  list-style: none;
}
.accordion-head {
  width: 100%;
  background: #B3CBE0;
  color: #045298;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
  text-decoration: none;
  cursor: pointer;
}
.accordion-head:hover {
  background: #045298;
  color: #fff;
}

.transparencia img {
    width: 20%;
}
.youtube iframe {
    width: 100%;
}
#sidebar .list-group-item {
    border-radius: 0;
    background-color: #333;
    color: #ccc;
    border-left: 0;
    border-right: 0;
    border-color: #2c2c2c;
    white-space: nowrap;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #222;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
  background-color: #222;
}
#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item  {
  padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:48em) {
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
        position: absolute;
        z-index: 1;
        width: 190px;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}

/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

#sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: width;
       -o-transition-property: width;
          transition-property: width;

}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #045298;
    color: #fff;
    border: none;
    width: 25%;
}

h5.titulo-provincia {
    line-height: 25px;
}
@media (max-width: 576px) {

  .pagination  {
      display: inline;
  }
  .pagination a,
  .pagination a:hover,
  .pagination .active a,
  .pagination .disabled,
  .pagination .current {
      border-radius: 3px;
      cursor: pointer;
      color: #055198;
      margin: 0px 2px;
  }
  .pagination  a:hover,
  .pagination .active a,
  .pagination .current {
      background-color: #3C8DC5;
      color: #fff;
  }
}
@media (max-width: 768px) {
  .noticia-nacional img{
    height: 335px!important;
    width: 500px!important;
  }
  .messenger_column.btn_label {
    display: none;
  }
  .titulo_ultimas {
    font-size: 20px;
  }
  .content-interior h1 {
    font-size: 30px;
  }
  .col-12.titulo-grupo {

      text-align: center;
  }
}
@media (min-width: 768px) {
  .noticia-nacional img{
    height: 441px!important;
    width: 660px!important;
  }
}
@media (max-width: 1200px) and (min-width:992px) {
  .noticia-nacional img{
    height: 291px!important;
    width: 435px!important;
  }
}
.transparencia img {
    width: 90px;
}
.transparencia a {
    padding: 0;
}
#menu-social li a {
    padding: 5px 5px;
    border: none;
}
.content-error p{
	margin: 18px 0px 45px 0px;
}
.content-error p{
	font-family: "Century Gothic";
	font-size:2em;
	color:#666;
	text-align:center;
}
.content-error p span,.logo h1 a{
	color:#e54040;
}
.content-error{
	text-align:center;
	padding:115px 0px 70px 0px;
}
.content-error a{
	color:#fff;
	font-family: "Century Gothic";
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	padding: 15px 20px;
	border-radius: 1em;
}
.content-error a:hover{
	color:#e54040;
}
.logo{
	text-align:center;
	-webkit-box-shadow: 0 8px 6px -6px rgb(97, 97, 97);
	-moz-box-shadow: 0 8px 6px -6px  rgb(97, 97, 97);
	box-shadow: 0 8px 6px -6px  rgb(97, 97, 97);
}
.logo h1{
	font-size:2em;
	font-family: "Century Gothic";
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	padding: 10px 10px 18px 10px;
}
.logo h1 a{
	font-size:1em;
}
.copy-right{
	padding-top:20px;
}
.copy-right p{
	font-size:0.9em;
}
.copy-right p a{
	background:none;
	color:#e54040;
	padding:0px 0px 5px 0px;
	font-size:0.9em;
}
.copy-right p a:hover{
	color:#666;
}
.logo_transparencia img {
  width: 70%;
  margin-top: 15px;
}
/*------responive-design--------*/
@media screen and (max-width: 1366px)	{
	.content-error {
		padding: 58px 0px 70px 0px;
	}
  .logo_transparencia img {
    width: 70%;
    margin-top: 15px;
  }
}
@media screen and (max-width:1280px)	{
	.content-error {
		padding: 58px 0px 70px 0px;
	}
}
@media screen and (max-width:1024px)	{
	.content-error {
		padding: 58px 0px 70px 0px;
	}
	.content-error p {
		font-size: 1.5em;
	}
	.copy-right p{
		font-size:0.9em;
	}
  .logo_transparencia img {
    width: 70%;
    margin-top: 15px;
  }
}
@media screen and (max-width:640px)	{
	.content-error {
		padding: 58px 0px 70px 0px;
	}
	.content-error p {
		font-size: 1.3em;
	}
	.copy-right p{
		font-size:0.9em;
	}
  .logo_transparencia img {
    width: 100%;
    margin-top: 15px;
  }
  footer .row .col-sm-6:nth-of-type(2) {
    text-align: left;
  }
}
@media screen and (max-width:460px)	{
	.content-error {
		padding:20px 0px 70px 0px;
		margin:0px 12px;
	}
	.content-error p {
		font-size:0.9em;
	}
	.copy-right p{
		font-size:0.8em;
	}
  .titulo_ultimas{
    font-size: 17px;
  }
  .texto-central{
    padding: 0
  }
  .messenger_column.btn_label {
    display: none;
  }
  .messenger_column.btn_label {
    display: none;
  }
  span.fono {
    font-weight: 700;
    font-size: 12px;
  }
  .number-contact p {
    font-family: 'Oswald', sans-serif;
    text-transform: initial;
    font-weight: 300;
    font-size: 14px;
    padding-left: 26px;
  }
  header .number-contact {
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 0;
  }
  .logo_transparencia img {
    width: 100%;
    margin-top: 15px;
 }
 .subtitulo-noticia {
    font-size: 17px;
  }
  footer .row .col-sm-6:nth-of-type(2) {
    text-align: left;
  }
}
@media screen and (max-width:320px)	{
	.content-error {
		padding:30px 0px 70px 0px;
		margin:0px 12px;
	}
	.content-error a {
		padding:10px 15px;
		font-size:0.8em;
	}
	.content-error p {
		margin: 18px 0px 22px 0px;
	}

}

.float-left.menu-mega {
    padding: 10px 0px 0px 0px;
}
.texto-una-columna {
    margin: 1% 0%;
}
li.page_item {
    list-style-type: none;
}
.textwidget>ul {
    padding-left: 0px;
}
div.titleLine {
    display: block;
    height: 3px;
    background-color: #213a56;;
    position: relative;
    top: -45px;
}
.sectionTitle {

    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    font-size: 3em;
    position: relative;
    z-index: 2;
    width: 700px;
    margin: 0 auto;
    letter-spacing: 5px;
    color: #213a56;
}
.col-sm-4.pieCont {

    text-align: center;
}

.col-sm-4.pieCont h2 {
    background: #0052974a;
}
a#msnnr_btn_anc {
    position: relative;

}

div#messenger_button {
  position: relative;
  float: right;
  background: #2196F3;
  color: #fff;
  font-family: oswald;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  font-size: 17px;
}

.messenger_column {
    float: left;
    padding: 5px;
}

.messenger_column.btn_icon>#msngr_btn_icon {
    float: left;
    width: 28px;
}

.messenger_column.btn_label {
  padding: 7px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #237bc1;
}
.messenger_column.btn_icon {

    border-radius: 10px;
}

.list-unstyled li:nth-child(1) {
    background: #de0e1e;
    padding: 4px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
    color: #fff;
    margin-top: 10px;
}
.tag-lateral li:nth-child(1) {
    background: #de0e1e;
    padding: 3px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    color: #fff;
}
.texto-central{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(25%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.55) 25%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.55) 25%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.55) 25%);
}
.more-content {
    margin-bottom: 40px;
}
.more-content .more-img a img {
    float: left;
    margin-right: 20px;
    width: 39%;
}
.more-content .img-content h4 a {
    display: block;
    font-size: 16px;
    line-height: 22px;
}
.more-content .img-content ul {
    margin-bottom: 10px;
    font-size: 13px;
}
.row.secundarios {
    margin-top: 20px;
}
.boton-noticias    {
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  color: #045298;
  text-decoration: none;
  border: 2px solid #045298;
  border-radius: 5px;
  display: inline-block!important;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  background: #fff;
}
.boton-noticias:hover    {
  background-color: #045298;
  color: #fff;
}
.boton-inicial {
    text-align: center;
}
.secundarios .img-content h4 a {
    font-size: 17px;
    font-weight: 500;
    display: block;
}
section.banner-medio {
    margin: 60px auto;
}
.boton-voz img {
    width: 26%;
}
button.boton-voz {
    background: #de0e1e;
    border: 1px solid #de0e1e;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: oswald;
    border-radius: 7px;
}
hr.linea-roja {
    border-top: 2px solid #de0e1e;
}
.proximas-actividades .more-content{
    margin-bottom: 15px;
}
.proximas-actividades {
    background: #DDE7EA;
    border-radius: 0px 5px 5px 0px;
}
section.actividades-defensoriales {
    margin: 40px auto;
}
.borde-actividades{
  border-color: #dde7ea;
  border-radius: 8px;
  background: #fff;
}
.borde-actividades h2.clearfix {
    margin-top: 20px;
}
.borde-actividades h3.clearfix {
    margin-top: 20px;
}
.borde-actividades button.boton-noticias {
    margin: 20px auto;
}

.numberCircle {
  padding: 0px 5px 0px 0px;
  float: left;
}
.col-8.col-sm-12.caja-icono.align-self-center.align-self-sm-end.showSingle {
    border: 1px solid #488AB9;
    /* border-left: 1px solid #488AB9; */
}
h5.nombre-area {
    display: flex;
    font-weight: 500;
}

section.seccion-redes {
    background: #de0e1e;
}
.frame-video {
    margin-top: 50px;
}
.titulo-youtube {
    border: 1px solid #fff;
        display: inline-block!important;
    border-radius: 7px;
    margin-top: 50px;
}
.youtube h3 {
    font-size: 20px;
    color: #de0e1e;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 5px 0 0 5px;
    display: inline-block!important;
    padding: 4px 20px;
    font-family: 'Oswald', sans-serif;
    background: #fff;
    margin-bottom: 0;
}
.titulo-youtube span {
    color: #fff;
    padding: 12px;
    font-weight: 700;
}
.texto-youtube {
    color: #fff;
    font-family: oswald;
    margin: 20px auto;
}
.boton-youtube {
  font-size: 16px;
  color: #fff;
  background: #de0e1e;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
}
.boton-youtube:hover{
  color: #de0e1e;
  background-color: #fff;
}
ul#menu-social {
    display: inline-flex;
}
nav#icono-social {
    margin-bottom : 10px;
}
.number-contact img {
    width: 10%;
}
.col-2.logotipo {
    text-align: left;
    padding-left: 5px;
}
span.fono {
    font-weight: 700;
    font-size: 20px;
}
.col-2.menu-secundario.d-none.d-sm-block.float-lg-right.align-self-end {
    margin-bottom: 9px;
}

.pronunciamientos-titulo{
  color: #065098;
  font-size: 20px;
}
label.screen-reader-text {
    display: none!important;
}
input#searchsubmit {
    display: none!important;
}
input#s {
    width: 100%;
    margin: 0;
    background-color: #045298;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    height: 34px;
    padding-left: 15px;
    text-indent: 20px;
}
span.fa.fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}
form#searchform {
    position: relative;
    color: #fff;
    font-size: 16px;
}
form#searchform {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin: 10px auto;
}
ul.lista-menu {
    padding-left: 0;
    list-style: none;
    text-align: right;
}
i.fa.fa-file-pdf-o {
    color: #df081f;
}
.texto-central h4.card-title {
    color: #fff;
}
.content-interior .container {
    background: #fff;
    padding-bottom: 25px;
}
.col-12.titulo-grupo {
    padding-left: 0px;

}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;

}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 80px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-bottom: 15px;
}
.link-seguir{
  font-size: 14px;
    color: #045298;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #045298;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
}
.link-seguir:hover {
	background-color: #045298;
	color: #fff;
}
.card-body {
    border: 1px solid #213a564d;
    border-radius: 3px;
    height: 100%;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{
  width: 232px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #055198;
}
span.pages {
    display: none;
}
.btn{
      cursor: pointer;
}

/*Estilos del editor*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	font-weight: 700;
	margin: 56px 0 28px;
}

.entry-content h1 {
	font-size: 35px;
	line-height: 1.2308;
}

.entry-content h2 {
	font-size: 29px;
	line-height: 1.2069;
}

.entry-content h3 {
	font-size: 24px;
	line-height: 1.1667;
}

.entry-content h4 {
	font-size: 20px;
	line-height: 1.4;
}

.entry-content h5,
.entry-content h6 {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}

.entry-content p {
	margin: 0 0 28px;
}

.entry-content  b,
.entry-content strong {
	font-weight: 700;
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: italic;
}

.entry-content blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8182;
	margin: 0 0 35px -21px;
	padding-left: 17px;
}

blockquote > blockquote {
	margin-left: 0;
}

blockquote p {
	margin-bottom: 35px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	font-size: 17px;
	line-height: 1.6471;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 28px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

.entry-content hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 28px 35px;
	padding: 0;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
	margin: 0 0 0 23px;
}

blockquote > ul,
blockquote > ol {
	margin-left: 28px;
}

dl {
	margin: 0 0 28px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

table a {
	color: #333;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

.entry-content img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.entry-content figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

.entry-content a {
	border-bottom: 1px solid #333;
	color: #333;
	text-decoration: none;
}


/**
 * 4.0 Alignment
 */

.alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

body.rtl {
	font-family: Arial, Tahoma, sans-serif;
}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 23px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}
h2.clearfix {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}
