/*
Theme Name: DepsGobOax2019
Theme URI: www.oaxaca.gob.mx
Author: El equipo de la DGTID
Author URI: https://wordpress.org/
Description: Tema desarrollado para las Dependencias del Gobierno del Estado de Oaxaca, para portales en 2022.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText Domain: twentyseventeenTags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Sticky Footer Classes */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 39px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

#page-content {
	flex: 1 0 auto;
}

#sticky-footer {
	flex-shrink: none;
}

/* Header */

.apotegma {
	background-color: #000;
	color: #f6f6f6;
	color: rgba(255, 255, 255, 0.8);
	padding: 0px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	text-transform: none;
	width: 100%;
	height: 25px;
	position: fixed;
	top: 0;
}
@media screen and (max-width: 576px) {
	.apotegma {
		font-size: 9px;
	}
}

.apotegma a {
	color: #fff !important;
}

.apotegma a:hover {
	color: #fff;
	text-decoration: none;
}


/* Menu principal */

.oaxaca-link,
#menu-principal>li.oaxaca-link>a {
	font-size: 18px;
	color: #fff;
}

.oaxaca-link b,
#menu-principal>li.oaxaca-link>a b {
	color: #ffffff;
}


/* Footer */

.footer-morado {
	/*padding: 7px 10px;
	background-color: #553276;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	line-height: 1;*/
}

.tabs-foot {
	background: url('assets/img/borde-top.png') center repeat-x;
	/*background-size: 100% 100%;*/
	height: 25px!important;
	padding-bottom: 5px;
}

.search-header {
	background: url('assets/img/barra-colores-footer2.png') center repeat-x;
	/*background-size: cover;*/
}

.menu-footer {
	/*min-height: 75px;*/
	background: rgba(0, 0, 0, 0.5);
	width: auto;
}

.menu-principal {
	background-color: #111 !important;
	padding: 0px 10px;
}

.esconder {
	display: none !important;
}

.menu-footer li {}

.menu-footer a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 0 10px 0;
}

#menu-footer li a i {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.menu-footer .comunicados a {
	background: url(images/bull-horn-announcer.png) no-repeat 50% 10px;
	background-size: auto 35px;
}

.menu-footer .telefono a {
	background: url(images/telephone-handle-silhouette.png) no-repeat 50% 10px;
	background-size: auto 35px;
}

.menu-footer .usuario a {
	background: url(images/user-shape.png) no-repeat 50% 10px;
	background-size: auto 35px;
}

.menu-footer .servicios a {
	background: url(images/configuration-wheel.png) no-repeat 50% 10px;
	background-size: auto 35px;
}

#menu-header a:hover {
	text-decoration: none;
}

.site-footer {
	/*background: url('assets/img/fondo-footer-gris.png') #333;*/
	background-color: #363636;
	color: #fefefe;
	bottom: 0;
	font-weight: 300;
}

.site-footer a {
	color: #fefefe;
	font-weight: 300;
}

.foot-info {
	padding-bottom: 35px;
	text-align: center;
}

.info-pie {
	background-color: #222222;
	color: #fff;
	padding: 35px;
}

.info-pie a {
	color: #fff;
}

.info-pie h6 {
	margin-bottom: 5px;
}

.info-pie small {
	font-size: xx-small;
}


/* Auxiliares */

.fs18{
	font-size: 18px !important;
}
.fs16{
	font-size: 16px !important;
}
.txtA-r {
	text-align: right;
}
.mt25{
	margin-top: 25px;
}
.fs13{
	font-size: 13px !important;
}


/* Navbar full width */
/* CSS para version de WordPress */

.nav > li.dropdown.show {
	position: static;
}

.nav > li.dropdown.show .dropdown-menu {
	display: table;
	border-radius: 0px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}

.dropdown-menu > li {
	/*display: table-cell;*/
	display: inline-table;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	width: 100px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.dropdown-menu > li {
		display: block;
	}
}

/* CSS extra para el estilo del sbmenu */
.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0;
	margin: 0;
	border: none;
}
.dropdown-menu li a {
	color: #FFF;
	padding: 0px 35px;
	width: auto;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #d60071;
	text-decoration: none;
	background-color: #f8f9fa00;
}
.dropdown-menu li a::after {
	content: url(assets/img/diagonal.png);
	position: absolute;
	margin-left: 25px;
}
.dropdown-menu li:last-child a::after {
	content: '';
}

	/* CSS para version HTML

	.nav>li.dropdown.show {
	position: static;
}

.nav>li.dropdown.show .dropdown-menu {
display: table;
border-radius: 0px;
width: 100%;
text-align: center;
left: 0;
right: 0;
}

.dropdown-menu {
background-color: rgba(0, 0, 0, 0.75);
color: #FFF;
}

.dropdown-menu a {
color: #FFF;
padding: 0px 35px;
width: auto;
}

.dropdown-menu a::after {
content: url(assets/img/diagonal.png);
position: absolute;
margin-left: 25px;
}

.dropdown-menu {
padding: 0;
margin: 0;
border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
color: #d60071;
text-decoration: none;
background-color: #f8f9fa00;
}

.dropdown-menu>a {
display: inline-table;
height: 50px;
line-height: 50px;
vertical-align: middle;
width: 100px;
font-size: 14px;
}

@media screen and (max-width: 767px) {
.dropdown-menu>a {
display: block;
}
}
*/


/* Estilos del tema */
*:focus {
	outline: none !important;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('assets/fonts/Montserrat/Montserrat-Regular.otf');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('assets/fonts/Montserrat/Montserrat-Bold.otf');
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('assets/fonts/Montserrat/Montserrat-Light.otf');
}

@font-face {
	font-family: 'Montserrat-Ultra';
	src: url('assets/fonts/Montserrat/Montserrat-Ultra.otf');
}

@font-face {
	font-family: 'Gmx';
	src: url('assets/fonts/gmx.otf') format('opentype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat-Bold', sans-serif !important;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

p {
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 300;
}

.siglas-dep {
	font-family: 'Gmx' !important;
	color: #9d2449!important;
	font-weight: bold!important;
}

.nombres-dep { 
	font-size:1em; 
	color: #b38e5d; 
	text-align: justify; 
}

a:hover {
	text-decoration: none !important;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main {
	margin-bottom: 35px;
}

#main p {
	font-size: 18px;
}

.entry-header {
	margin: 25px 0 0 0
}

.entry-title {
	font-family: 'Montserrat-Bold', sans-serif !important;
	text-transform: uppercase;
	border-bottom: 4px solid #f6c54f;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 25%!important;
}

.entry-header a {
	color: #553276;
	font-weight: 300;
}

.entry-header a:hover {
	color: #d60071;
}

.nav-links,
.entry-meta,
.entry-footer {
	display: none;
}

.page-title {
	font-family: 'Montserrat-Light', sans-serif !important;
	border-bottom: 1px solid #8D3B88;
	margin: 10px 0 35px 0;
}


/*///////////////////MENU - PRINCIPAL////////////////////*/

.header-logo {
	background: url('assets/img/bg-header.png') repeat #000;
}

.header-logo {
	/*background: url(assets/img/fondo_textura.png) fixed #222;*/
	background-image: url(assets/img/bannercabecera/administracion.png);
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 100% 100%;
	height: 200px!important;
}

.header-logo > div{
	/*background: url(assets/img/serpiente_oaxaca.png) no-repeat right;*/
	background-size:auto 100%;
}

.header-logo > .row{
	display: none;
}

.header-logo  .logo-dependencia{
	display: flex;
	flex-flow: nowrap row;
	align-items: center;
	justify-content: flex-start;
	height: 200px;
	padding: 0  2rem;
	/*background: url(bg-header-logo.png) repeat bottom left #FFF;*/
}

.header-logo  .logo-dependencia img{
	height: 100px;
}

@media screen and (max-width: 576px) {
	.header-logo > div{
		/*background: url(assets/img/serpiente_oaxaca.png) no-repeat 250px 0;*/
		background-size:auto 100%;
	}
}

/* ORIGINAL */
.logo-dep {
	height: 100px;
	width: auto;
	margin: 5px 0px 5px 35px;
	padding-left:264px;
  background-image:url(assets/img/oaxaca.png);
  background-repeat: no-repeat;
}

@media (max-width:992px) {
       .logo-dep {
              height: 75px;
              /*padding-left:198px;*/
              background-size: auto 75px; 
         }
}

@media screen and (max-width: 576px) {
    .logo-dep {
                height: 50px;
                margin-right: 620px;
                /*padding-left:132px;*/
                background-size: auto 50px; 
            }
}

.navbar-nav {
	margin-left: 20px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
}

.navbar-nav>li>a {
	color: #eee;
	display: block;
	padding: 17px 10px;
	/*height:16px;*/
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a {
	color: #fff;
	text-decoration: none;
}

.navbar-nav>li>a>b {
	color: #c00;
}


.menu-header {
	background-color: #f6f6f6;
	padding: 10px;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	list-style: none;
}
.menu-header a {
	color: #545454;
	padding: 0 10px;
}
.menu-header a:hover {
	color: #d60071;
	padding: 0 10px;
}

/* Iconos morados menu */

.bg-circle {
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 7px 4px;
	background-color: rgba(141, 59, 136, 0.75);
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
}

/* Buscador tema */
.div-buscador{
	float:right;
	padding: 6px 12px;
}
.buscador{
	overflow: visible;
	border-radius: 3px;
	width: 220px;
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}
.post{
	text-align: justify;
	font-size: 18px;
	margin-bottom: 35px;
}

/* Seccion footer */
.footer-uno {
	position: relative;
	font-size: 24px;
	padding: 3px 0 5px 0;
	border: 0px;
	border-bottom: 4px solid #f44b62;
	margin-bottom: 10px;
	font-weight: 300;
	margin-top: 30px;
	text-align: center;
}

.footer-uno::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20%;
  bottom: -4px;
  border-bottom: 4px solid #363636;
}

.footer-uno::after {
  content: '';
  position: absolute;
  right: 0;
  width: 20%;
  bottom: -4px;
  border-bottom: 4px solid #363636;
}

.footer-dos {
	position: relative;
	font-size: 24px;
	padding: 3px 0 5px 0;
	border: 0px;
	border-bottom: 4px solid #f6c54f;
	margin-bottom: 10px;
	font-weight: 300;
	margin-top: 30px;
	text-align: center;
}

.footer-dos::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20%;
  bottom: -4px;
  border-bottom: 4px solid #363636;
}

.footer-dos::after {
  content: '';
  position: absolute;
  right: 0;
  width: 20%;
  bottom: -4px;
  border-bottom: 4px solid #363636;
}

.footer-tres {
	position: relative;
	font-size: 24px;
	padding: 3px 0 5px 0;
	border: 0px;
	border-bottom: 4px solid #58af38;
	margin-bottom: 10px;
	font-weight: 300;
	margin-top: 30px;
	text-align: center;
}

.footer-tres::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20%;
  bottom: -4px;
  border-bottom: 4px solid #363636;
}

.footer-tres::after {
  content: '';
  position: absolute;
  right: 0;
  width: 20%;
  bottom: -4px;
  border-bottom: 4px solid #363636;
}

/* Style para ejes */
.item {
	padding: 0px 13px;
}
.icono{
	width: 160px !important;
	height: 160px !important;
	border-radius: 50%;
	float: none;
	margin: 0 auto;
}
.icono img{
	padding: 25px;
}
.contenido-eje{
	color: #414042;
}
.icono-rosa{
	background-color: rgb(214,0,113);
	color: rgb(214,0,113);
}
.icono-naranja{
	background-color: rgb(232,85,13);
	color: rgb(232,85,13);
}
.icono-morado{
	background-color: rgb(98,39,121);
	color: rgb(98,39,121);
}
.icono-verde{
	background-color: rgb(140,192,38);
	color: rgb(140,192,38);
}
.icono-turquesa{
	background-color: rgb(0,160,151);
	color: rgb(0,160,151);
}

.terosa{
	color: rgb(214,0,113);
}
.menu-eje-uno, .menu-eje-dos, .menu-eje-tres, .menu-eje-cuatro, .menu-eje-cinco{
	max-height: 230px;
    overflow-y: auto;
}

// Simple
  .menu-eje-tres::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .menu-eje-tres::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
  }
  .menu-eje-tres::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
  }
  .menu-eje-tres::-webkit-scrollbar-thumb:hover{
  	background: rgba(0,0,0,0.4);
  }
  .menu-eje-tres::-webkit-scrollbar-thumb:active{
  	background: rgba(0,0,0,.9);
  }


.menu-eje-uno div ul li a:hover {
	color: rgb(214,0,113);
}
.tenaranja{
	color: rgb(232,85,13);
}

.menu-eje-dos div ul li a:hover {
	color: rgb(232,85,13);
}
.temorado{
	color: rgb(98,39,121);
}

.menu-eje-tres div ul li a:hover {
	color: rgb(98,39,121);
}
.teverde{
	color: rgb(140,192,38);
}

.menu-eje-cuatro div ul li a:hover {
	color: rgb(140,192,38);
}
.teturquesa{
	color: rgb(0,160,151);
}

.menu-eje-cinco div ul li a:hover {
	color: rgb(0,160,151);
}
.titulo-eje{
	margin-top: 35px !important;
	margin-bottom: 10px !important;
	color: #343434;
	text-align: center;
}

.menu-eje div ul li a {
	color: #636363;
}


.btn-morado {
	background-color: #8e418d!important;
	border-color:#56226A!important;
	color:#FFF!important;
}
.btn-morado:hover {
	background-color: #56226A!important;
	border-color:#4A1D5B!important;
}

/* Listas personalizadas */
ul.listas-geo{
	padding-left:15px;

}
ul.listas-geo li {
	display:block;
	padding-left:20px;
	background:url(assets/img/li.png) no-repeat 0px 8px;
	background-size:5px 5px;
	font-size: 90%;
}

/*Listas enumeradas*/
.list-num li{
	list-style: decimal !important;
}
/**/


/* Tablas */
.tablepress tfoot th,
.tablepress thead th {
	background-color: #f9f9f9 !important;
	border-bottom:1px solid #8e418d!important;
	font-weight: 700;
	vertical-align: middle;
	font-size:16px;
	color: #8e418d;
	font-weight:300 !important;
}
.tablepress tbody td,
.tablepress tfoot th {
	font-size:13px;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
	color:#aaa;
}
.dataTables_wrapper .dataTables_filter input{
	border:1px solid #8e418d;
	font-size: 14px;
}
.dataTables_wrapper .dataTables_filter label{
	font-size: 14px;
}
.dataTables_wrapper .dataTables_length{
	font-size: 14px;
}
.dataTables_wrapper .dataTables_info{
	font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate {
	font-size: 14px;
}
.td-title{
	display:table-cell;
	border-bottom:1px solid #8e418d!important;
	background-color:#f6f6f6!important;
}
.paginate_button.disabled:after,
.paginate_button.disabled:before {
    color: #545454 !important;
		text-shadow:none !important;
}
.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    color: #545454 !important;
		text-shadow:none !important;
}
.paginate_button:hover:after, .paginate_button:hover:before {
    color: #8e418d!important;
}
.tablepress tbody td a i {
	color: #8e418d;
}
/**/

/* Tabs */
.nav-tabs .nav-link.disabled {
  color: #828282;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #8e418d;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
  color: #545454;
  font-size: 14px;
}
/**/

/* Titulos Secciones Página de Inicio */
.titulos-secciones {
	position: relative !important;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size:28px;
	font-weight: 300;
  line-height: 1.5;
	text-transform: uppercase;
	text-align:center;
	color:#404040;
	margin:	20px 0 10px 0;
}
.titulos-secciones:after {
	content: '';
	width: 60px;
	position: absolute;
	bottom:-6px;
	left: 50%;
	margin-left:-30px;
	/*border-bottom: solid 5px #8e418d;*/
}
/**/

/* Links */
.post a {color:#8e418d;}
.post a:hover { color: #8D3B88;}

/* collapsed cards */
.card {
  border: 1px solid rgba(98, 39, 121,.125);
  border-radius: 0px;
}
.card-header {
  padding: .5rem 1rem;
  background-color: rgba(98, 39, 121,0.05);
  border-bottom: 1px solid rgb(98, 39, 121);
  position: relative;
}
.card-header::after {
  content: '';
  width: 25px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: solid 3px #8e418d;
}
.card-header .btn-link {
  color: #8e418d;
}
.card-header .btn-link:hover {
  color: #4A1D5B;
  text-decoration: none;
}
/**/

/* nav pills */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8e418d;
}


/* Menus laterales side-bar-widget*/
.widget-menup ul{
	border:1px solid #ddd;
	list-style:none;
	font-size:1em !important;
	}
.widget-menup ul > li{
	border-bottom:1px solid #ddd;
	font-size:1em;
	list-style:none !important;
	display:block;
	}
.widget-menup ul > li > ul{
	padding:0px;
	padding-left:15px;
	}
.widget-menup ul > li:last-child{
	border-bottom: none;
	}
.widget-menup ul > li > a{
	color:#8e418d;
	border-radius: 0px !important;
	padding: 10px 15px 10px 25px;
	position:relative;
	background-color:#f9f9f9;
	display:block;
	}
.widget-menup ul > li > a:before {
	content: " ";
	position:absolute;
	width:8px;
	height:8px;
	display:block;
	border-top:1px solid #8e418d;
	border-right:1px solid #8e418d;
	left:6px;
	top:15px;
	transform: rotate(45deg);
}
.widget-menup ul > li > a:hover{
	color:#8e418d;
	background-color:#EBE4EE;
	}
.widget-menup ul > li.active > a, .widget-menup ul > li > a.active {
	background-color:#8e418d !important;
	color:#FFF !important;
	}
	.widget-menup ul ul {
		border:none;
		}
.widget-menup ul ul > li{
	list-style:none;
	border:none;
	}
.widget-menup ul ul > li a{
	padding: 10px;
	color:#828282;
	position:relative;
	padding-left:25px;
	display:block;
	font-size:0.9em !important;
	background-color:#fff;
	}
	.widget-menup ul ul > li a:hover{
		color:#8e418d;
		background-color:#fff !important;
		}
.widget-menup ul ul > li > a:before {
	content: " ";
	position:absolute;
	width:5px;
	height:5px;
	display:block;
	border-top:1px solid #828282;
	border-right:1px solid #828282;
	left:6px;
	top:15px;
	transform: rotate(45deg);
	}
/* Menú vertical lateral  */
	.menu-lateral .btn
	{
	  display:block !important;
	  padding:12px 10px;
	  border-radius:0!important;
	  color:#545454;
	  border:1px solid #ddd;
	  text-align:left !important;
		white-space: inherit;
	  line-height:1;
	  font-size:12px;
		border: none;
	}
	.menu-lateral .btn-principal
	{
	  background-color:#fff;
	  color:#8D3B88;
	  border:1px solid #ddd;
	  border-bottom:3px solid #8D3B88;
	  border-top:0;
	  }
	.menu-lateral .btn.active
	{
	  background-color:#F1E6F0!important;
	  color:#8D3B88!important;
	}
	.menu-lateral .btn-principal:first-child
	{
	  border-top:1px solid #ddd;
	}
	.menu-lateral .btn-secundario
	{
	  background-color:#fff;
	  color:#545454;
	  border:1px solid #ddd;
	  border-top:none;
	}
	.menu-lateral .btn-terciario
	{
	  background-color:#fff;
	  color:#828282 !important;
	  border:1px solid #ddd;
	  border-top:none;
	  padding-left:25px;
	}
	.menu-lateral .btn.focus, .menu-lateral .btn:focus
	{
	  outline: 0;
	  box-shadow: none;
	}
	.flex-column ,nav-link{
		text-align:left !important;
	}
	.dropdown-toggle {
		white-space: inherit;
	}
	/* Estilos para ordenar secciones */
	.flex {
	  display: flex;
	  /* Optional, if you want the DIVs 100% width: */
	  flex-direction: column;
	}
	.flex-item-slider { order: 1; padding-top: 15px;}
	.flex-item-uno { order: 2; padding-top: 15px;}
	.flex-item-dos { order: 3; padding-top: 15px;}
	.flex-item-tres { order: 4; padding-top: 15px;}
	.flex-item-cuatro { order: 5; padding-top: 15px;}
	.flex-item-cinco { order: 6; padding-top: 15px;}
	.flex-item-post { order: 7; padding-top: 15px;}


/* Estilos para nuevo menu principal */

@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Montserrat-Regular";
	src: url(assets/fonts/Montserrat/Montserrat-Regular.otf);
}
#menu-depsgob {
	font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
	padding: 0px 15px;
	margin-top: 25px;
	min-height: 54px;
}
#menu-depsgob *:focus {
	outline: none;
}
#menu-depsgob.bg-dark {
	background-color: #111 !important;
	font-size: 1rem;
}
#menu-depsgob .navbar-brand {
	font-size: 1.25rem;
	font-weight: bold;
}
#menu-depsgob .navbar-toggler {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
}
#menu-depsgob .navbar-brand b {
	color: #ffffff;
}
#menu-depsgob .navbar-nav .nav-link {
	color: rgba(255,255,255,.75);
}
#menu-depsgob .navbar-nav .nav-link:focus, #menu-depsgob .navbar-nav .nav-link:hover, #menu-depsgob .navbar-nav .active > .nav-link, #menu-depsgob .navbar-nav .nav-link.active, #menu-depsgob .navbar-nav .nav-link.show, #menu-depsgob .navbar-nav .show > .nav-link {
	color: #fff !important;
	text-shadow: 1px 1px 3px #000;
}
#menu-depsgob .dropdown-toggle::after {
	border-top-color:#c33e51;
}
#menu-depsgob .dropdown {
	position: static;
}
.dropdown-menu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.95);
	margin: 0;
	border: 0;
	border-radius: 0;
}

	#menu-depsgob .dropdown-item {
		display: block;
		width: auto;
		padding: .25rem 1.5rem;
		clear: none;
		font-weight: 400;
		color: rgba(255,255,255,.85);
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		float: left;
		position: relative;
	}

 /* #menu-depsgob .dropdown-item::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 100%;
		bottom: 0;
		right: 0;
		background-color: rgba(255,255,255,0.75);
		transform: rotate(10deg);
	}

.dropdown-item:hover::after {
	background-color: rgba(141, 59, 136,0.75);
}
.dropdown-item:last-child::after {
	display: none;
} */


#menu-depsgob .dropdown-item:hover, #menu-depsgob .dropdown-item:focus, #menu-depsgob .dropdown-item.active, #menu-depsgob  .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
#menu-depsgob  .dropdown-item.disabled, #menu-depsgob  .dropdown-item:disabled {
	color: rgba(255,255,255,.5);
	pointer-events: none;
	background-color: transparent;
}
.menu__redes .nav-link {
	font-size: 1rem;
	color: rgba(255,255,255,.85);
	padding: .5rem .5rem;
}
.menu__redes.nav-link:focus, .menu__redes .nav-link:hover {
	color: rgba(255,255,255,1);
}
.menu__redes i {
	background-color: #00ada6;
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	color: rgba(255,255,255,1);
	font-size: 18px;
}
.menu__redes i:hover {
	background-color: #8e418d;
}
@media screen and (max-width: 576px) {
#menu-depsgob .navbar-toggler {
	position: absolute;
	right: .5rem;
	top: 1rem;
}
.menu__redes {
	position: absolute;
	right: 70px;
	top: .5rem;
}
#menu-depsgob .navbar-nav .nav-link {
	border-top: 1px solid rgba(255,255,255,.25);
	margin: 0 -1rem;
	padding: 1rem 1rem;
	text-align: center;
}
#menu-depsgob .navbar-nav li:first-child .nav-link {
	border-top: none;
}
#menu-depsgob  .dropdown-menu {
	background-color: transparent;
	border-top: 1px solid rgba(141, 59, 136,1);
	overflow: hidden;
}
#menu-depsgob .dropdown-menu li {
	line-height: 1;
	height: auto;
}
#menu-depsgob .dropdown-item {
	min-width: 300px;
	display: block;
	padding: 1rem 0.5rem !important;
	clear: both;
	color: rgba(255,255,255,.75);
	text-align: center;
	font-size: 1rem;
}
#menu-depsgob .dropdown-item::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	background-color: rgba(141, 59, 136,0.75);
	transform: none;
}
#menu-depsgob .dropdown-item:last-child::after {
	display: block;
}
}

/* Estilos Acciones de Gobierno */
body {
	background: url(assets/img/bg-body.png) no-repeat fixed;
	background-size: cover;
	font-family: 'Montserrat-Regular', sans-serif;
	padding-top:40px;
}
h1, h2, h3, h4, h5 {
	font-family: "Montserrat-Regular", sans-serif;
	}
a{
	color: #00A097;
}
a:hover{
	color: #8e418d;
}
.head{
	background:url(assets/img/bg-acciones.png) repeat-x center bottom #222;
	height:310px;
	color:rgba(255,255,255,0.9);
	width:100%;
	overflow: hidden;
	border-bottom:5px solid #00A097;
	box-sizing: border-box;
	padding:2rem;
	}
#headOaxaca{
	position:relative;
	background-color:rgba(214, 0, 113,.95);
}
.videos-acciones {
	width: 75%!important;
	margin: 0 auto!important;
}
.videos-acciones video {
	width: 100%!important;
}
.carousel-principal figure {
	width: 80%!important;
	margin: 0 auto!important;
	display: block!important;
}
.carousel-videos .carousel-control-prev, .carousel-videos .carousel-control-next, 
.carousel-principal .carousel-control-prev, .carousel-principal .carousel-control-next,
.carousel-galeria .carousel-control-prev, .carousel-galeria .carousel-control-next {
	width: 10%!important;
	opacity: 0.9!important;
}
.carousel-videos .carousel-control-prev-icon, .carousel-principal .carousel-control-prev-icon {
	background-image: url(assets/img/prev-icon.png);
}
.carousel-videos .carousel-control-next-icon, .carousel-principal .carousel-control-next-icon {
	background-image: url(assets/img/next-icon.png);
}
.carousel-galeria .carousel-control-prev-icon {
	background-image: url(assets/img/prev-icon-622779.png);
}
.carousel-galeria .carousel-control-next-icon {
	background-image: url(assets/img/next-icon-622779.png);
}
.carousel-acciones .carousel-info {
	background-color: rgba(0, 120, 113,0.5);
	padding: 20px;
}
.carousel-acciones .card-body {
	padding: 0 1.25rem 1.25rem 1.25rem
}
.carousel-acciones .card-text {
	line-height: 1.2;
	font-size: 0.9rem;
}
.carousel-acciones .carousel-listas {
	list-style: none;
	background-color: rgba(0, 120, 113,0.5);
	padding: 20px;
	height: 580px;
	overflow: auto;
}
.carousel-listas {
	scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
	scrollbar-width: thin;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.carousel-listas::-webkit-scrollbar {
 -webkit-appearance: none!important;
}
.carousel-listas::-webkit-scrollbar:vertical {
 width:10px!important;
}
 .carousel-listas:-webkit-scrollbar-button:increment, .carousel-listas::-webkit-scrollbar-button {
 display: none!important;
}
 .carousel-listas::-webkit-scrollbar:horizontal {
 height: 10px!important;
}
 .carousel-listas::-webkit-scrollbar-thumb {
 background-color: rgba(0, 120, 113,0.75);
 border-radius: 10px!important;
}
 .carousel-listas::-webkit-scrollbar-track {
 border-radius: 10px!important;
}

/*-----------------------------------
GALERIA
/*-----------------------------------*/

.acciones-album{
	display:block;
	width:80%;
	margin: 0 auto;
	padding:20px;
	background-color: rgba(172, 130, 35,0.5);
	overflow: hidden;
}
.acciones-album li{
	float: left;
	margin: 5px;
	position: relative;
	list-style: none;
	width:25%;
	margin: 0 auto;
}
.acciones-album li > a,
.acciones-album li > a img{
	display: block;
}
.acciones-album li > a{
	width: 200px;
	height: 150px;
	position: relative;
	padding: 10px;
	margin-bottom:10px;
}
.acciones-album li > a span{
	position: absolute;
	width: 200px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(255,255,255,0.95);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	font-size: 1.5rem;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(0, 160, 151);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.acciones-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.acciones-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 1050;
	text-align: center;
	background: rgb(0,0,0);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.56) 0%,rgba(0,0,0,1) 100%);
}
.acciones-overlay > div{
	position: relative;
	color: rgba(255,255,255,0.9);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.acciones-overlay div h3,
.acciones-overlay div p{
	padding: 0px 20px;
}
.acciones-overlay div h3{
	font-size: 1.5rem;
	border-right: 1px solid rgba(0,0,0,0.4);
}
.acciones-overlay div p{
	font-size: 1rem;
}
.acciones-overlay a.album-close{
	background: rgba(0,0,0,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width:100px;
	height: 23px;
	overflow: hidden;
	margin-left: -50px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.acciones-overlay a.album-close:hover{
	text-decoration:none;
	color:rgba(230, 173, 47,1);
}
.acciones-overlay img{
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.acciones-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.acciones-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.acciones-overlay:target a.album-close,
.acciones-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
x:-o-prefocus, .acciones-overlay img {
    height: 100%;
}

.titulos {
	position: relative;
	padding-bottom: 0.25em;
	margin: 0.5em 0 1em 0;
	overflow: hidden;
	font-size: 2em;
	line-height: 1;
	font-family: "Montserrat-Regular", sans-serif;
	text-align: center;
}
.titulos::after {
	content: '';
	width: 50px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
	border-bottom: solid 5px #00a097;
}
.titulosBlanco {
	color: #fff;
}
.titulosBlanco::after {
	border-bottom: solid 5px #fff;
}
.bg-contend {
	background-color: rgba(255,255,255,0.75);
	box-shadow: 0 0 15px rgba(255,255,255,0.75);
	padding-top: 3em;
	padding-bottom: 3em;
}
.espaciosSeccion {
	padding: 3em 0;
}
.accionesGobierno {
	background-color: rgba(0, 160, 151,0.95);
	color: rgba(255,255,255,0.9);
}
.accionesGaleria {
	background-color: rgba(230, 173, 47,1);
	color: rgba(255,255,255,0.9);
}
.error-pagina {
	position: absolute;
	height: 100% !important;
	width: 100%;
	text-align: center;
	background: url(assets/img/bg-body.png) no-repeat fixed;
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%), url(../images/bg-sistema.png) no-repeat fixed;
	background-size: cover;
	bottom: 0;
}
.error-pagina .error {
	margin: 10% auto;
	min-width: 280px;
	max-width: 480px;
}
.error-pagina h1 {
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 8em;
	color: #545454;
	padding: 0;
	margin: 0;
}
/*-----------------------------------------
MODAL
-------------------------------------------*/
.modal-header {
	background: url(assets/img/bg-body.png) no-repeat center fixed;
	/*background-color: rgba(98, 39, 121,0.95);*/
	background-size: auto 100%;
	border-bottom: 2px solid #545454;
	color: rgba(255,255,255,1);
}
.progress-bar {
	background-color: #8e418d;
}
