/* CSS Document */
/*fuentes
	font-family: source-sans-pro, sans-serif;
	font-family: raleway, sans-serif;
	font-family: oswald, sans-serif;
*/



/*prueba wow*/v
.wow {
	visibility: hidden;
}
nav.navbar {
	flex-direction: column;
	padding: 0;
}
.navbar-brand img {
	height:54px;
}
nav.navbar .row {
	width: calc(100% + 30px);
}
#navbarSupportedContent {
	background: #004853;
	width: 100%;
}
#navbarSupportedContent li {
	border-right:1px solid #FFF;
	margin-top: 9px;
	margin-bottom: 9px;
}
#navbarSupportedContent li:last-child {
	border-right:0 none;
}
#navbarSupportedContent li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#navbarSupportedContent li a {
	color: #FFF;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	height: auto;
    padding: 3px 20px 1px;
    line-height: 100%;
	display: block;
	line-height: 100%;
}
#navbarSupportedContent li a::after {
	content:'';
	display: block;
	background: white;
	width: 0%;
	height: 1px;
	margin-top: 2px;
	transition: .5s;
}
#navbarSupportedContent li a:hover::after {
	width: 100%;
}
#navbarSupportedContent li.item_rse a {
	color: #28937F;
}
#navbarSupportedContent li.item_rse a::after {
	background: #28937F;
}
/*efecto buscador*/
.top-header form.form-inline {
	position: relative;
}
.top-header form.form-inline input.form-control {
	border:0 none;
	border-radius: 0px;
	padding: 0;
	font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	width: 50px;
	background: transparent;
	z-index: 2;
	transition: .5s;
	border-bottom:0px none;
	text-indent: -100px;
	overflow: hidden;
}
.top-header form.form-inline input.form-control:focus,
.top-header form.form-inline input.form-control:active {
	width: 180px;
	z-index: 1;
	border-bottom:1px solid #004853;
	text-indent: 5px;
}
.top-header form.form-inline #searchsubmit{
	background-image: url("../images/lupa.svg");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	width: 28px;
	height: 27px;
	border:1px solid transparent;
	background-color: transparent;
	position:absolute;
	right: 0;
}
.top-header form.form-inline input.form-control:focus + #searchsubmit {
	z-index: 3;
}

.flex-right {
	justify-content: flex-end;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.funciones-redes {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
ul.funciones {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	margin-right: 20px;
}
ul.funciones li {
	margin-right: 5px;
}
ul.funciones li a img.plus_minus {
	height: 17px;
}
ul.funciones li > a img {
	transition: .5s;
}
ul.funciones li > a:hover img {
	transform: scale(1.15);
	opacity: .9;
}
ul.redes,
ul.redes2 {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	margin-right: 15px;
}
ul.redes li {
	margin-right: 5px;
}
ul.redes li a img {
	transition: .5s;
}
ul.redes li a:hover img {
	transform: scale(1.15);
	opacity: .9;
}
.btn {
	background: #007BBD;
	color: #FFF;
	border-radius: 30px;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	line-height: 100%;
	padding: 8px 19px;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: .5s;
}
.btn img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	transition: .5s;
}
.btn:hover {
	background: #004853;
	color: #FFF;
}
.btn:hover img {
	margin-left: 20px;
}
.top-header {
	padding-top: 12px;
	padding-bottom: 12px;
}

/*noticias home*/
.home_top {
	margin-top: 2rem;
}
.home_top .container {
	position: relative;
}
#slick_notas_home {
	margin-bottom: 1rem;
}
.card {
	border:0;
	border-radius: 0px;
}
.slick-slide > div,
.slide-item {
	height:100%;
}
.card_slick {
	flex-direction: row;
	width: 100%;
	background: #F1FFFC;
	border: 0 none;
	height:100%;
}
.card_slick .card-img-top {
	width: 60%;
	border-radius: 0;
}
.card_slick .card-img-top a {
	display:flex;
	overflow:hidden;
	justify-content:center;
	align-items:center;
	height:100%;
}
.card_slick .card-img-top img {
	max-width:none;
	width:auto;
	height:100%;
}
.card-img-top img {
	max-width:100%;
	width: 100%;
}
.date {
	color: #004853;
	font-family: source-sans-pro, sans-serif;
	font-weight: 900;
	font-size: 12px;
}
.card_slick .card-title {
	font-family: oswald, sans-serif;
	color: #030207;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
}
.card-title a {
	color: inherit;
}
.categorias {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
}
.categorias li {
	margin-right: 10px;
}
.categorias li a {
	border-radius: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.09rem;
	display: block;
	padding: 6px 10px 4px;
	line-height: 100%;
	font-family: source-sans-pro, sans-serif;
}
.categorias li a.actualidad {
	background: #B38CC8;
}
.categorias li a.sociedad {
	background: #FF5050;
}
.card_slick p.card-text {
	color: #004853;
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.help {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 0;
}
.help li {
	margin-right: 10px;
	display: block;
}
.help li > span {
	padding: 3px 10px 3px;
	border-radius: 10px;
	border:1px solid #004853;
	color: #004853;
	line-height: 100%;
	font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.help li > span > img {
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

.card-destacadas .card-title {
	color: #002B4C;
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.card-destacadas .card-title a {
	color:inherit;
}
.card-destacadas .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
}
.card-destacadas .card-body .date {
	margin-bottom: 10px;
}
.card-destacadas .categorias li a {
	font-size: 12px;
}
.cont_append {
	position: absolute;
	bottom:30px;
	width: 100%;
}
.append_slick_home {
	width: 60%;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
	align-items: center;
}
.slick-slider-dots .slick-dots {
	display: -webkit-flex;

	display: flex;
	list-style: none;
	padding-left: 0;
	margin-right: 15px;
	margin-bottom: 0;
}
.slick-slider-dots .slick-dots button {
	background-color: transparent;
	border:0;
	font-size: 0;
	outline: none !important;
	display: flex;
    align-items: center;
}
.slick-slider-dots .slick-dots button::before {
	display: block;
	content:'';
	width: 10px;
	height: 10px;
	background: transparent;
	border:1px solid #FFF;
	border-radius: 50%;
	transition: .5s;
}
.slick-slider-dots .slick-dots .slick-active button::before {
	background: #007BBD;
	border:1px solid #007BBD;
}
.pagingInfo {
	color: #FFF;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 600;
	letter-spacing: 0.3rem;
	margin-right: 10px;
}
.slick-slider-nav .slick-prev{
	background-color: transparent;
	padding: 0;
	border: 0;
	margin: 0 5px;
	display: none !important;
}
.slick-slider-nav img {
	height: 16px;
	width: 16px;
	display: block;
}
.slick-slider-nav .slick-prev {
	outline: none !important;
}
.slick-slider-nav .slick-prev img {
	transform: rotate(180deg);
}
.slick-slider-nav .slick-next{
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0 5px
}
.logos_home {
	background: #D9D9D9;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
}
.logos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.reportes_home {
	background: #004853;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.h2-titulo {
	font-family: oswald, sans-serif;
	color:#FFF;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 1rem;
}
.card-reporte {
	border-radius: 0;
}
.con_select_reportes {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.card-reporte .card-img-top {
	background: #D9D9D9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.card-reporte a img {
	margin: 0 auto;
}
.card-reporte  .card-title {
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #002B4C;
	margin-bottom: 0;
}
.card-reporte .card-title a {
	color: inherit;
}
.card-reporte .card-body {
	padding: 1rem 2.5rem;
}
.bloque_notas {
	margin-top: 2rem;
}
.bloque_notas h2.h2-titulo {
	color: #004853;
	text-transform: uppercase;
}
.bloque_notas .card-title {
	color: #004853;
}
.card_central {
	border:0 none;
}
.card_central .card-title {
	font-family: oswald, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 30px;
	color: #004853;
}
.card_central .card-title a {
	color:inherit;
}
.card_central .card-img-top {
	width: 100%;
}
.card_central .card-img-top img {
	width: 100%;
	height: auto;
}
.card_central .date {
	margin-bottom: 10px;
}
.card_central .card-body {
	padding-left: 0;
	padding-right: 0;
}
.card_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	border:0 none;
	border-bottom:2px solid #8781A3;
	padding-top: 1rem;
}
.card_list:last-child {
	border-bottom: 0 none;;
}
.card_list .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.card_list .card-body ul {
	margin-bottom: 0;
}
.card_list .card-number {
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #007BBD;
	padding-right: 15px;
	width: 50px;
}
.card_list .card-body .card-title {
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #004853;
}
.card_list .card-body .card-title a {
	color:inherit;
}
.publicidad img {
	max-width: 100%;
}
.publicidad-full {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.bloque_notas2 {
	margin-top: 2rem;
}
.bloque_notas2 h2.h2-titulo {
	color: #004853;
}
.card-video-top {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	background-image: url("../images/Eclipse-1s-137px.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-color:#D9D9D9;
}

.card-video-top iframe,
.card-video-top object,
.card-video-top embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card-dos-col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	border:0 none;
	border-radius: 0;
	border-bottom: 2px solid #8781A3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.card-dos-col:last-child {
	border-bottom: 0 none;
}
.card-dos-col .card-img-top {
	width: 35%;
}
.card-dos-col ul {
	margin-bottom: 0;
}
.card-dos-col .card-body {
	padding-top: 0;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 0;
}
.card-dos-col .card-title {
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #004853;
}
.card-dos-col .card-title a {
	color:inherit;
}
.cont_registrate {
	background: #007BBD;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.cont_registrate .col-12 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center
}
.cont_registrate .col-12 a {
	background: #FFF;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	color: #007BBD;
}
/*footer */
footer{
	background-image: url("../images/bg_footer.svg");
	background-size: cover;
	background-position: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
footer p.info {
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #004853;
	margin-top: 1rem;
}
footer .h3-titulo {
	font-family: oswald, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #004853;
	margin-bottom: 1rem;
}
footer .h4-titulo {
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	color: #004853;
}
footer ul {
	column-count: 2;
	padding-left: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 10px;
}
footer ul li a {
	color: #004853;
	font-weight: bold;
	font-family: source-sans-pro, sans-serif;
}


/*detalle reportes*/
.top-reporte {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.top-reporte h2.titulo-top-reporte {
	color: #004853;
	font-family: oswald, sans-serif;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 1.5rem;
}
.top-reporte p {
	color: #004853;
	font-family: raleway, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.top-reporte .autor {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.top-reporte .autor p {
	margin-bottom: 0;
	color: #004853;
	font-size: 15px;
	line-height: 150%;
}
.top-reporte .autor img {
	margin-right: 15px;
}
.top-reporte .autor strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.09rem;
	font-family: source-sans-pro, sans-serif;
}
.top-reporte figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.top-reporte figure img {
	max-height: calc(100% - 2rem);
}
.reportes_capitulos {
	background: #2F4858;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
.reportes_capitulos .h2-titulo {
	margin-bottom: 1rem;
}
.card-capitulo {
	border-radius: 0;
	height: 100%;
}
.card-capitulo .card-body {
	flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.card-capitulo h5 {
	font-family: source-sans-pro, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.09rem;
	text-align: center;
	text-transform: uppercase;
}
.card-capitulo h4 {
	font-family: oswald, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.card-capitulo a.btn-card-capitulo p,
.card-capitulo h5,
.card-capitulo .card-title {
	color: #004853;
}
.card-capitulo a.btn-card-capitulo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card-capitulo a.btn-card-capitulo p {
	margin-bottom: 0;
	line-height: 120%;
	text-transform: uppercase;
	font-size: 12px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
}
.card-capitulo a.btn-card-capitulo img {
	margin-right: 8px;
}
.card-capitulo .btn-card-capitulo strong {
	display: block;
	font-weight: 700;
	
}
.card-capitulo  .botonera {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}
.notas_destacadas_interior {
	margin-top: 2rem;
}
.notas_destacadas_interior h2 {
	margin-bottom: 1rem;
	color: #004853;
}

/*single noticias*/
.contenido_single {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.card_single {
	border-radius:0;
	border:0;
	margin-bottom: 1rem;
}
.card_single .card-body {
	padding-left: 0;
	padding-right: 0;
	border-bottom:2px solid #0F0347;

}
.card_single h4.card-title {
	font-family: oswald, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
}
.card_single h4.card-title a {
	color: inherit;
}
.contenido {
}
.contenido h4 {
	margin-bottom: 0;
	font-family: raleway, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #004853;
}
.contenido p {
	font-family: raleway, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	margin-bottom: 1rem;
	color: #004853;
}
.contenido .publicidad {
	margin-bottom: 1rem;
}
.contenido .share {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 1rem;
	margin-bottom:2rem;
}
.contenido .share ul {
	margin-left: 15px;
}
.contenido .share .redes_m {
	display:none;
}
.contenido .share p {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.contenido .share img {
	height: 27px;
	width: 27px;
}
.contenido_single .col-lg-3 h2 {
	font-family: oswald, sans-serif;
	color:#004853;
	font-size:25px;
	line-height:35px;
	font-weight: 400;
}
.card-sidebar {
	border:0;
	border-radius: 0;
	border-bottom:2px solid #0F0347;
}
.card-sidebar.card-sidebar3 {
	border-bottom:0;
}
.card-sidebar .card-body {
	padding-left: 0;
	padding-right: 0;
}
.card-sidebar .card-title {
	font-family: raleway, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #004853;
}
.card-sidebar .card-title a {
	color:inherit;
}
.sidebar-single h2 {
	font-family: oswald, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #004853;
}
.sidebar-single .banner_interior {
	margin-bottom: 2rem;
}
.sidebar-single .help {
	margin-bottom: 0;
}
/*pagina registro*/
.registro {
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.titulo_registro {
	background: #004853;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.titulo_registro h2 {
	color: #FFF;
	font-family: oswald, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
}
.body_registro {
	background: #F1FFFC;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
.body_registro p {
	font-family: raleway, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	color: #002B4C;
	margin-bottom: 1rem;
}
.body_registro form p {
	text-align: left;
	margin:0;
}
.form-check span {
	margin:0;
}
.form-check .form-check-label {
	margin-right:10px;
}
.form-check label {
	color:#212529;
	font-size:16px;
}
.body_registro form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.body_registro form {
	padding: 10px;
}
.body_registro form .form-check {
	width: 100%;
	margin-bottom: 1rem;
}
.body_registro .form-group {
	width: 50%;
}
.body_registro .form-group label {
	text-transform: uppercase;
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0.09em;
	text-align: left;
	color: #003C66;
}
.body_registro .form-group input,
.body_registro .form-group select {
	border-radius: 20px;
	border:1px solid #2F4858;
	max-width: 90%;
	width: 345px;
}
.body_registro .form-group input {
	color: #003C66;
	font-family: raleway, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
}
.body_registro .form-group select {
	color: #003C66;
	font-family: raleway, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;

}
.body_registro .form-group input::-webkit-input-placeholder,
.body_registro .form-group input::-moz-placeholder,
.body_registro .form-group input:-ms-input-placeholder,
.body_registro .form-group input:-moz-placeholder {
	color: #A9A5A5;
}
.body_registro .form-group-submit {
	justify-content: flex-end;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 90%;
}
.body_registro .form-group-submit .btn,
.body_registro .form-group-submit .wpcf7-form-control {
	background: #007BBD;
    color: #FFF;
    border-radius: 30px;
    font-size: 15px;
    font-family: source-sans-pro, sans-serif;
    line-height: 100%;
    padding: 8px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
	background-image:url('../images/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position:90% center;
	padding-right: 35px;
}
.exito {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.exito > img {
	margin-bottom: 2rem;
}
.exito h3 {
	font-family: oswald, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	color: #030207;
	margin-bottom: 1rem;
	padding-bottom: 0;
}
.exito p {
	font-family: raleway, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color: #002B4C;
	margin-bottom: 2rem;
}
.alert {
	background: #00DD7A;
	position: relative;
	display: none;
}
.alert .close-alert {
	position: absolute;
	right: 10px;
	top: 10%;
}
.alert p {
	text-transform: uppercase;
	font-family: raleway, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	margin: 0;
	color: #004853;
}
.menu-mobile {
	display: none;
}
#navbarSupportedContent .funciones {
	display: none;
}
#navbarSupportedContent .redes {
	display: none;
}
.search_sustentabilidad {
	position: relative;
}
.search_sustentabilidad input.form-control {
	border-radius: 15px;
	background: #FFF;
	border:1px solid #1968A8;
	text-indent: 30px;
	width: 487px;
	font-size: 14px;
	line-height: 100%;
	max-width: 100%;
	display: block;
    padding: 0;
    height: 33px;
}
.search_sustentabilidad input#searchsubmit {
	background-image: url("../images/lupa.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	width: 17px;
	height: 17px;
	border:1px solid transparent;
	background-color: transparent;
	position:absolute;
	left: 8px;
    top: 8px;
}
.con_select_reportes select {
	border:1px solid #1968A8;
	border-radius: 15px;
	background-image: url("../images/flecha_select.svg"); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
	background-repeat: no-repeat;
	background-position: 93% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 14px;
	width: 169px;
	padding: 0 15px;
	color: #0067AD;
	height: 33px;
}
select::-ms-expand {
display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

.nota_destacada {
	padding-top: 3rem;
}
.card.card_destacada_cat {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	border-top:1px solid #030207;
	border-bottom:1px solid #030207;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.card.card_destacada_cat .card-img-top {
	width: 39%;
}
.card.card_destacada_cat .card-body {
	padding-top: 0;
	padding-bottom: 0;
}
.nota_destacada .h2-titulo {
	color: #030207;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
}

.nota_destacada h3 {
	font-family: oswald, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 1rem;
	color: #004853;
}
.card.card_destacada_cat {
	margin-bottom: 2rem;
}
/*paginador */
.wp-pagenavi {
	width: 100%;
	margin-bottom: 2rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	font-family: raleway, sans-serif;
	color: #203442;
}
.wp-pagenavi span {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	min-width: 10px;
}
.wp-pagenavi a {
    display: inline-block;
    padding: 2px 8px;
    background: #007BBD;
    margin: 0 3px;
    min-width: 10px;
    border-radius: 3px;
	color: #FFF;
	font-weight: 500;
}
.resultado-de-busqueda-form {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.form-resultado {
	background: #004853;
	padding:2rem 1rem 1rem 2rem;
	position: relative;
}
.form-resultado #searchsubmit {
	position: absolute;
	background-image: url("../images/lupa_verde.svg");
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border:0 none;
	height: 33px;
	width: 33px;
	font-size: 0;
	left: 2rem;
    top: 1.2rem;
}
.form-resultado input.form-control {
	border:0;
	border-bottom:6px solid #00DD7A;
	border-radius: 0;
	background: transparent;
	color: #FFF;
	height: 35px;
	text-indent: 2rem;
	padding-top: 0;
	font-family: raleway, sans-serif;
}
.resultado-de-busqueda {}
.card-resultado {
	background:transparent;
}
.card-resultado .card-body {
	padding-left: 0;
	padding-right: 0;
	border-bottom:1px solid #004853;
}
.card-resultado .card-body h4.card-title {
	line-height: 24px;
	font-size: 18px;
	color:#002B4C;
	font-family: raleway, sans-serif;
	font-weight: 700;
}
.card-resultado .card-body h4.card-title a {
	color: inherit;
}
.card-resultado .card-body h5 {
	color: #2F94CB;
	font-family: raleway, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.card-resultado .card-body p.card-text {
	color: #969696;
	font-size: 16px;
	line-height: 22px;
}
.resultado-de-busqueda .paginador {
	margin-top: 3rem;
}
.resultado-de-busqueda .card-resultado:last-child .card-body {
	border-bottom:0 none;
}
@media (max-width:991px) {
	.alert {
		display: block;
	}
	.nav-btn-content {
		position: relative;
		width: 40px;
		height: 35px;
	}
	.top-header .col-lg-6 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	/* Hamburger Menu */
	.McButton {
		position: absolute;
		width: 29px;
		height: 27px;
		cursor: pointer;
	}
	.McButton b {
		position: absolute;
		left: 0;
		width: 29px;
		height: 3px;
		background-color: black;
		border-radius: 1px;
	}
	.McButton b:nth-child(1) {
		top: 0;
	}
	.McButton b:nth-child(2) {
		top: 50%;
	}
	.McButton b:nth-child(3) {
		top: 100%;
	}
	.funciones-redes ul.funciones {
		display: none;
	}
	.funciones-redes ul.redes {
		display: none;
	}
	.menu-mobile a.nav-link {
		color: #FFF;
		padding: 5px 20px;
		display: block;
		white-space: nowrap;
	}
	.cont-menu-horizontal {
		background: #004853;
		width: 100%;
	}
	.menu-mobile {
		display: block;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		background: #004853;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding-left: 20px;
	}
	.nav {
		margin: 0 -10px;
		padding: 0 10px;
		list-style: none;
		display: flex;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#navbarSupportedContent {
		background: #F1FFFC;
	}
	#navbarSupportedContent .funciones {
		display: flex;
	}
	#navbarSupportedContent .redes {
		display: flex;
	}
	/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
	.menu-mobile::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.menu-mobile::-webkit-scrollbar:vertical {
		width:10px;
	}
	.menu-mobile::-webkit-scrollbar-button:increment,
	.menu-mobile::-webkit-scrollbar-button {
		display: none;
	} 
	.menu-mobile::-webkit-scrollbar:horizontal {
		height: 5px;
	}
	.menu-mobile::-webkit-scrollbar-thumb {
		background-color: #797979;
		border-radius: 20px;
		border: 2px solid #f1f2f3;
	}
	.menu-mobile::-webkit-scrollbar-track {
		border-radius: 10px;  
	}
	.navbar-collapse .navbar-nav {
		width: 100%;
	}
	.navbar-collapse .col-12.flex-right {
		flex-direction: column;
	} 
	.navbar-collapse .redes {
		flex-direction: row;
		width: 100%;
	}
	.navbar-collapse .navbar-nav li a {
		font-family: source-sans-pro, sans-serif;
		font-size: 18px;
		font-weight: 700 !important;
		line-height: 23px;
		letter-spacing: 0em;
		text-align: center;
		color: #004853 !important;
		text-align: left;
	}
	#navbarSupportedContent .funciones form {
		width: 50vw;
		position: relative;
	}
	#navbarSupportedContent .funciones form input.form-control {
		width: 100%;
		border-radius:20px;
		border:0;
		background: transparent;
		z-index: 2;
		overflow: hidden;
		text-indent: -100px;
		transition: .5s;
		
	}
	#navbarSupportedContent .funciones form input.form-control:focus {
		border:1px solid #004853;
		background: #FFF;
		z-index: 1;
		text-indent:25px;
	}
	#navbarSupportedContent .funciones form input#searchsubmit {
		position: absolute;
		transition: .5s;
		left: 5px;
		background-image: url("../images/lupa.svg");
		background-repeat: no-repeat;
		background-position: center;
		font-size: 0;
		width: 28px;
		height: 27px;
		border:0;
		background-color: transparent;
		z-index: 1;
	}
	#navbarSupportedContent .funciones form input.form-control:focus + #searchsubmit {
		z-index: 2;
	}
	.card_slick {
		flex-direction:column;
	}
	.card_slick .card-img-top {
		width: 100%;
	}
	.home_top {
		margin-bottom: 2.5rem;
	}
	.append_slick_home {
		width: 100%;
	}
	.cont_append {
		top: 48%;
		bottom:auto;
	}
	.slick-slider-dots .slick-dots button::before {
		width: 12px;
		height: 12px;
	}
	.card_slick .card-title {
		color: #004853;
	}
	.logos {
		margin: 0 -10px;
		padding: 0 10px;
		list-style: none;
		display: flex;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.logos img {
		margin-left: 15px;
		margin-right: 15px;
	}
	/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
	.logos::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.logos::-webkit-scrollbar:vertical {
		width:10px;
	}
	.logos::-webkit-scrollbar-button:increment,
	.logos::-webkit-scrollbar-button {
		display: none;
	} 
	.logos::-webkit-scrollbar:horizontal {
		height: 5px;
	}
	.logos::-webkit-scrollbar-thumb {
		background-color: #797979;
		border-radius: 20px;
		border: 2px solid #f1f2f3;
	}
	.logos::-webkit-scrollbar-track {
		border-radius: 10px;  
	}
	.bloque_notas .col-lg-9 .row{
		flex-direction: column-reverse;
	}
	.card-reporte {
		margin-bottom: 1.5rem;
	}
	.top-reporte .autor {
		margin-bottom: 1rem;
	}
	.top-reporte .row {
		flex-direction: column-reverse;
	}
	.card-capitulo {
		margin-bottom: 1rem;
		height: auto;
	}
	.card-capitulo .botonera {
		justify-content: space-around;
	}
	.titulo_registro {
		background: #00DD7A;
	}
	.card.card_destacada_cat {
		flex-direction: column;
	}
	.card.card_destacada_cat .card-img-top {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media (max-width:768px) {
	
	.contenido .share .redes {
		display:none;
	}
	.contenido .share .redes_m {
		display:flex;
	}
	.con_select_reportes {
		flex-direction:column;
		align-items: flex-end;
	}
	.con_select_reportes form {
		margin-bottom: 15px;
		width: 100%;
	}
	.search_sustentabilidad input.form-control {
		width: 100%;
	}
	.top-reporte .autor {
		display: none;
	}
	.body_registro .form-group {
		width: 100%;
	}
	.body_registro .form-group-submit {
		justify-content: center;
	}
	footer {
		background-image: url("../images/footer-mobile.svg");
	}
}
@media (max-width: 577px) {
	.nav-btn-content {
		margin-left: 20px;
	}
	.funciones-redes a.btn {
		margin-right: 20px;
	}
	#slick_notas_home {
		margin-left: 5px;
		margin-right: 5px;
	}
	.card-reporte .card-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.card-reporte,
	.card_central {
		margin-left: -15px;
		margin-right: -15px;
	}
	.card_central .card-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bloque_notas .card-title {
		font-family: oswald, sans-serif;
		font-size: 20px;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: 0em;
		text-align: left;
		color: #002B4C;
	}
	.bloque_notas2 .card_central {
		margin-left: 0;
		margin-right: 0;
	}
	footer .col-lg-3:nth-child(2) {
		order:1;
	}
	footer .col-lg-3:nth-child(3) {
		order:1;
	}
	footer .col-lg-3:nth-child(4) {
		order:0;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	.card-destacadas {
		margin-left: -15px;
		margin-right: -15px;
	}
	.card-destacadas .card-body {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
}
.dark-mode .card-reporte,
body.dark-mode {
    background-color: #000000;
}
.dark-mode .body_registro {
	background: darkslategrey;
}
.dark-mode .body_registro h3,
.dark-mode .body_registro p,
.dark-mode .body_registro .form-group label,
.dark-mode .card_slick .card-title,
.dark-mode .card_slick p.card-text,
.dark-mode .card-destacadas .card-title,
.dark-mode .date,
.dark-mode .card-reporte .card-title,
.dark-mode .card_list .card-body .card-title,
.dark-mode .card_central .card-title,
.dark-mode .card-dos-col .card-title,
.dark-mode .card-title,
.dark-mode .nota_destacada .h2-titulo,
.dark-mode .nota_destacada h3,
.dark-mode .card-body p {
	color:#FFF;
}
.dark-mode .card-destacadas,
.dark-mode .card_list,
.dark-mode .card {
	background: transparent;
}
.dark-mode .card_slick {
	background: #004853;
}
.dark-mode .help li > span {
	background: #000;
	color: #fff;
}
.increase-font p {
	font-size:20px
}
.decrease-font p {
	font-size: 16px;;
}
.fancybox-toolbar {
	opacity: 1 !important;
	visibility: visible !important;
}