/*   
  Theme Name: -Gobierno del Estado de Tamaulipas 2022-2028
  Theme URI: http://www.tamaulipas.gob.mx/
  Description: Tema para Sitio de  (http://www.tamaulipas.gob.mx/)
  Author: Departamento de Diseño Gráfico y Producción Web | Dirección de Internet
  Author URI: http://www.tamaulipas.gob.mx
  Version: 1.0
*/    
/** Fonts **/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* font-family: 'Open Sans', sans-serif; */

@import url(https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;300;400;500;600;700;900&amp;display=swap);
/* font-family: 'Encode Sans', sans-serif; */

@import url(../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);
@import url(../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* font-family: 'Dancing Script', cursive; */
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

@import url('css/interiores.css');
/*@import url('ventanillaunica/style-vu.css');*/
.userway-menu-app .widget .widget-footer .row .col .widget-footer-nav{
  display: none !important;
}
html{
  margin-top: 0!important;   
}

/* Generales */
.hidden{
  display: none;
}
body{
   font-family: 'Encode Sans', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:23px;
  color: #45494c;
  overflow-x: hidden;
}
h1, h2,  h3,  h4,  h5, h6 {
  font-family: 'Encode Sans', sans-serif;
}
a { 
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-decoration: none;
}
a:hover,a:focus,a:active {
    text-decoration:none;
}
.clean-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.clean-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clean-list li{
  display: inline-block;
}
/*.scrolloff {
  pointer-events: none;
}*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nowrap {
  white-space: nowrap;
}
.height{
  height: 100%;
}
/*menu tab*/
#entry .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

#entry .nav-tabs li{
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0; 
}

#entry .nav-tabs li a{
  display: block;
  padding: .5rem 1rem;
}

#entry .nav-tabs .show {
  background-color: #ddd;
}

/*header menu nav*/
section#logo-menu {
  position: relative;
  z-index: 99;
  transition: all .5s ease-in-out;
}
#logo-menu .logo { 
  /*padding: 5px 0;*/
  max-height: 70px;
} 
.redes-sociales a ,#links a{
  color: #fff;
}
#row-cabecera .title a{
  color: #ab0033;
}
#menu-container  li a {
  color: #45494c;
}
#menu-container .menu-item-has-children:after {
  color: #45494c;
}
#menu-container .menu > .menu-item-has-children:not(hover):after{
  color: #45494c;
}
#row-cabecera .menu-escritorio {
  height: 70px;
  text-align: right;
}
#menu-container {
  width: 100%;
  text-transform: uppercase;
}
#menu-container > .menu-item {
  height: 30px;
}
#menu-container  li a {
  font-family: 'Encode Sans', sans-serif;
  position: relative;
  padding: 0 20px;
  line-height: 70px;
  white-space: nowrap; 
  text-align: left;
    display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;

	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
}
#menu-container li:hover > a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#menu-container  li {
  position:relative; 
  display:inline-block;  
  height: auto;
  font-size: .85rem;
}
#menu-container .sub-menu li a {
  color: #fff;
}
#menu-container .menu > .menu-item-has-children:hover:after{
  color: #fff;
}
#menu-container ul li > ul .menu-item-has-children:not(hover):after{
  color: #fff;
} 
#menu-container .menu .sub-menu> li:hover > a , #menu-container .sub-menu li a:focus-within{
  background: #AB0033CC!important; 
  font-weight: 400;
} 
#menu-container .menu-item-has-children:hover:after {
  transform: rotateX(180deg); 
  color:#fff;
}
#menu-container ul li > ul .menu-item-has-children:hover:after {
  transform: rotateX(180deg);
  color:#fff;
}
.nav-menu li a { 
  color: #fff!important;
}
.menu-item-has-children .menu-flecha  {
  color: #fff;
}
.nav-menu .sub-menu li a{
  color: #fff;
}
#menu-container  li ul {
  position: absolute;
  left: 0;
  height: auto;
  margin: 0;
  padding: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.26s ease;
  z-index: 2;

/*  max-height: 270px;
  overflow-x: auto;*/
}

/*scroll*/
/*#menu-container li ul::-webkit-scrollbar {
  width: 5px;
  background: #f7efef4a;
}
#menu-container li ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
}*/

/***/

 #menu-container li:hover > ul , #menu-container a:focus-within + ul{
  transform: scaleY(1); 
}
/****/

#menu-container li ul li {
  display: block;
}
#menu-container li ul li a{
  text-transform: initial;
}
#menu-container li ul li ul {
  left:100%; 
  top:0;
}
#menu-container .sub-menu li a {
  font-family: 'Open Sans';
  font-size: .75rem;
  padding: 0 23px;
  display: block;
  line-height: 45px;
  white-space: nowrap; 
  text-align: left;
  font-weight: lighter;
}
#menu-container .menu-item-has-children:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;

}
#menu-container .menu {
	font-size: 0;
}
.fixed-header #logo-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
}
/*.fixed-header #liston-superior {
  margin-bottom: 65px;
}*/

.fixed-header #menu-container li a{
  color: #54565a;
}

.fixed-header #menu-container .sub-menu li a{
  color: #fff;
}

.fixed-header #row-cabecera .title a{
  color: #fff;
}

header.header.fixed-header {
  margin-top: 65px;
}

a.glink {
  line-height: 34px;
  margin-left: 7px;
}

/*menu movil*/
#barras-boton {
  line-height: 60px;
  font-size: 3em;
  text-align: right;
}
input[name="menu-toggle"] {
  display: none;
}
#menu-btn {
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu-bars {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 20px;
  margin-top: -5px;
}
.menu-bars span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  transition: all 300ms ease;
}
.menu-bars span:last-child {
  margin-bottom: 0;
}
#menu-open:checked + .container #row-cabecera > #barras-boton .menu-btn-container label .menu-bars span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
#menu-open:checked + .container #row-cabecera > #barras-boton label .menu-bars span:last-child {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);  
}
#menu-open:checked ~ #row-menu-movil {
  transform: scaleY(1);
  display: block;
}
.menu-item-has-children .menu-flecha .open {
  transform: rotateX(180deg);
}
/*#row-menu-movil ,#row-menu-movil >.hidden-md{
  height: 250px;
}*/
/*nav.menu-menu-2022-container {
  overflow-y: auto;
  height: 100%;
}
nav.menu-menu-2022-container::-webkit-scrollbar {
  width: 10px;
  background: #f7efef4a;
}
nav.menu-menu-2022-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
}*/

#row-menu-movil {
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.26s ease;
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
} 
#row-menu-movil.showing-menu {
  transform: scaleY(1); 
}
.nav-menu li{ 
  list-style: none; 
  position: relative;
  display: block;
}  
.nav-menu li a { 
  transition: 0.2s;
  display: block;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
  line-height: 50px;
  white-space: nowrap;
  text-transform: uppercase;
}
.sub-open, .nav-menu li a:hover {
  transition: all 0.3s;
  text-indent:10px;
} 
.menu-item-has-children .menu-flecha  {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 65px;
  line-height: 50px;
  transition: all 0.5s;
  content: "\f107";
  background-size: 14px; 
  text-align: center;
  font-size: 1.5em;
}
.nav-menu .open{
  transform: rotateX(180deg);
}
.nav-menu .sub-menu{
  display:block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: height 0.5s, opacity 0.2s;
  transition: height 0.5s, opacity 0.2s;
}
.nav-menu .sub-menu li a{
  text-indent:30px;
  font-family: 'Encode Sans', sans-serif;
  font-size: .9em;
  display: block;
  line-height: 50px;
  white-space: nowrap;
  text-transform: initial;
  opacity: .70;
}
.nav-menu li ul {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
}
li.hijo > ul.sub-menu > li a{
  text-indent:50px;
}

/*liston superior*/
#liston-superior .contenido{    
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-moz-box-pack: end;
}
.redes-sociales ,#links {
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.redes-sociales a ,#links a{
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: lighter;
}
#links a{
  padding: 0 5px;  
  opacity: .8;
}
.redes-sociales a{
  padding: 0 10px;
}
.redes-sociales i {
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.redes-sociales li a:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#row-cabecera .title{
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 70px;
} 
#traductores {
  line-height: 40px;
}
#traductores a {
  color: white;
  font-size: 0.9em;
  font-weight: lighter;
  opacity: .8;
  margin-left: 5px;
}

/*icono liston oct*/
.icon-liston{
  position: absolute;
  right: 0;
  z-index: 99;  
}

.icon-liston img{
  max-height: 110px;
} 

/*video principal*/
.bg-principal{
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.slider-principal-buscador {
  background: rgb(188 149 92 / 35%);
}
div#buscador-overlay {
  background: rgba(0,0,0,.5);
}
.form-buscador{
  background-color: #fff;
}
.form-buscador .form-control {
  color: #333;
  box-shadow: none;
}
.form-buscador.showing-search .form-control::-webkit-input-placeholder { 
  color: #000;
  font-weight: lighter;
}
.InfoSlider  #contenedor h2{
  text-align: center;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  z-index: 10;
  position: relative;
  color:#fff;
}
.InfoSlider  #contenedor{
  display: table-cell;
  vertical-align: middle;
}
.InfoSlider {
  display: table;
  height: calc(500px - 0px);
}
.slider-principal-buscador {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
#buscador a{
  color: #fff; 
  background: #7fb601;
}
#botones:hover + #buscador-overlay {
  display: block;
  opacity: 1;
}
.buscador-btn i{
  font-size: 1.5em!important;
}
#botones .wrapper-contenido:hover > a:before {
  border: 1px solid #ffffff;
}
#botones .wrapper-contenido:hover > a:after {
  border: 1px solid #ffffff;
}
/*.titulo-seccion a{
  color: #fff;
}*/
div#buscador-overlay {
  opacity: 0;
  transition: 100ms all ease;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 9;
}
section#slider-principal {
  position: relative;
}
#slider-video-principal-slider {
  height: 400px;
  overflow: hidden;
}
#slider-video-principal-slider video {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  background: black;
}
.stopfade { 
   opacity: .5;
}

/*servicios tabs*/
.servicios{
	padding: 80px 0 60px 0;
}
#reloading-overlay {
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 999999;
  background: rgba(0,0,0,0.6);
}
a.link-cat {
  display: flex;
  justify-content: end;
  color: #ab0033;
  padding-top: 5px;
  }
#reloading-overlay .fa {
  color: white;
  font-size: 8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4rem;
  margin-top: -4rem;
}
.cuadro-tab .enlace p{
  color: #45494c;
}
.servicios .btn-link a{
  text-transform: uppercase;
}
.niveles{
  display: inline-block;
  height: 100%;
}
.cuadro-tab .enlace{
  text-align: center;
  display: block;
  overflow: hidden;
}
.cuadro-tab .enlace img{
  max-height: 80px;
}
.cuadro-tab .enlace h2{
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
}
.cuadro-tab .enlace p{
  font-weight: lighter;
  font-size: 1em;
}
.navegacion li {
  cursor: pointer;
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
  color:#fff;
  background: #54565a;
  display: inherit;
  float: left;
}
.navegacion li.visitante{
  border-right: 1px solid; 
  border-left: 1px solid; 
  border-color:#fff;
}
.navegacion .li-activo {
  position: relative;
}
.navegacion .li-activo .lineli{
  display: block;
}
.banners-servicios {
  display: block;
  background: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banners-servicios:hover .contenido-img::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
}
.banners-servicios .contenido-img {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.banners-servicios .img-fondo {
  position: relative;
  opacity: .60;
}
.banners-servicios:hover .img-fondo {
  opacity: 1;
}
.banners-servicios h2{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  margin: 0; 
}
.banners-servicios:hover h2 {
  -webkit-transform: translate3d(0,-5%,0) translate3d(0,-100px,0);
  transform: translate3d(0,-5%,0) translate3d(0,-100px,0);
  -webkit-transition: -webkit-transform 0.65s, color 0.65s;
  transition: transform 0.65s, color -0.65s;
}
.banners-servicios:hover h2:after{
  border-color: #1f9bd5;
}
.banners-superior .contenido-img .img-logo {
  max-height: 310px;
}
.banners-inferior .contenido-img .img-logo {
  max-height: 195px;
}

/* Buscador y preguntas */
.form-buscador{
  width: 100%;
}
.form-buscador .form-control::-webkit-input-placeholder { 
  font-style: italic; 
}
.form-buscador .form-control {
  height: 50px;
  background: transparent;
  border-radius: 0;
  border: 0;
  width: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form-buscador.showing-search .form-control {
  width: 100%;
  visibility: visible;
  padding: 10px;
}
/*div#buscador-liston {
  min-width: 20px;
} */
#buscador{
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin: 25px 0;
  z-index: 10;
  position: relative;
    display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
}
#buscador a{
  line-height: 50px;
  padding: 0 15px;
  display: block;
  text-align: center;
}
#buscador i{
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#buscador li a:hover i{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#botones{
  z-index: 99;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -moz-box-pack: space-between; 
}
#botones .wrapper-contenido {
  width: 19.5%;
  text-align: center;
}
#botones li a{
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 1em;
  border-radius: 4px;
  white-space: pre-wrap;
  position:relative;
  transition: none;
  color:#fff;
}
.contenido-preguntas {
  position: absolute;
  left: 0;
  opacity: 0;
  background: white;
  right: 0;
  bottom: 9999999px;
  padding: 10px;
}
.contenido-preguntas ul li{
  display: block;
}
#botones .wrapper-contenido .contenido-preguntas a {
  line-height: 24px;
  margin-bottom: 10px;
}
#botones .wrapper-contenido .contenido-preguntas li:last-child a {
  margin-bottom: 0px;
}
#botones .wrapper-contenido:hover .contenido-preguntas {
  text-align: left;
}
#botones .wrapper-contenido:hover .contenido-preguntas li:not(:last-child) {
  margin-bottom: 5px;
}
#botones .wrapper-contenido:hover .contenido-preguntas li:not(:last-child) {
  border-bottom: dashed 1px #e3e3e3;
}
#botones .wrapper-contenido:hover a {
  background: white;
  cursor:pointer;
  border-radius: 4px 4px 0 0;
  z-index: 99;
}
#botones .wrapper-contenido:hover .contenido-preguntas {
  opacity:1;
  bottom: auto;
  border-radius: 3px;
  z-index: 9;
}
#botones .wrapper-contenido:hover > a:before {
  content: ' ';
  position: absolute;
  left: -5px;
  bottom: 0;
  display: block;
  height: 5px;
  width: 5px;
  border-bottom-right-radius: 5px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 white;
}
#botones .wrapper-contenido:first-of-type:hover .contenido-preguntas {
  border-top-left-radius: 0;
}
#botones .wrapper-contenido:first-of-type:hover > a:before {
  display: none;
}
#botones .wrapper-contenido:hover > a:after {
  content: ' ';
  position: absolute;
  right: -5px;
  bottom: 0;
  display: block;
  height: 5px;
  width: 5px;
  border-bottom-left-radius: 5px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 white;
}
#botones .wrapper-contenido:last-of-type:hover .contenido-preguntas {
  border-top-right-radius: 0;
}
#botones .wrapper-contenido:last-of-type:hover > a:after {
  display: none;
}
#botones .contenido-preguntas:hover {
  display: block;
}

/*resultados buscador*/
#resultados-buscador-pages .resultados-item .meta li a{  
  color:#45494c;
}
#resultados-buscador-pages .resultados-item .meta .small {
  display: block;
  color: #3e3e3e;
  font-size: 12px;
}
#resultados-buscador-pages .resultados-item .meta li a > h3{
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 0px;
   font-family: 'Encode Sans', sans-serif;
}
section#resultados-buscador {
  position: absolute;
  left: 0;
  right: 0;
  /*background: white;*/
  z-index: 999;
  top: 290px;
}
#resultados-buscador-pages{
  background: #fff;
  height: 500px;
  overflow: scroll;
}
#resultados-buscador-pages:before {
  content: ' ';
  position: absolute;
  left: -6px;
  top: -4px;
  display: block;
  height: 6px;
  width: 6px;
  border-bottom-right-radius: 5px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #000000ab;
}
#resultados-buscador-pages:after {
  content: ' ';
  position: absolute;
  right: -2px;
  top: -4px;
  display: block;
  height: 5px;
  width: 5px;
  border-bottom-left-radius: 5px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #000000ab;
}
/*section#resultados-buscador > .row {
  background: white;
  height: 500px;
  overflow: scroll;
}*/
#resultados-buscador:not(.buscando-resultados){
  display: none;
}
#buscador-overlay.showing-search {
  display: block;
  opacity: 1;
}
form.form-buscador.showing-search.buscando-buscando:after {
  content: "\f1ce";
  color: #41b3e5;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 1.8em;
  position: absolute;
  right: 60px;
  top: 0;
  line-height: 50px;
}

/*.titulo-seccion{
  text-align: center;
  font-size: 2em;
  margin: 0;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: bold;
}
.titulo-seccion a{
  display: block;
  text-decoration: none;
}*/

/*atencion ciudadana*/
#atencion-ciudadana-sidebar #titulo{
  background-color: #0064a7;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 35px;
  margin:0;
  z-index: 99999;
}
#informacion-contacto li i{
  text-align: center;
  font-size: 1.8em;
  width: 50px;
  height: 50px;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  margin: 0 auto;
  background: #54565a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center; 
}
#informacion-contacto li .dato{
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  margin-top: 10px;
}
#informacion-contacto li .info-datos *{
  color: #45494c;
} 
#informacion-contacto li .info-datos{
  font-size: .9em;
}
#informacion-contacto li .info-datos #correo{
  color: #bc955c;
}
#abrir-chat-atencion-ciudadana{
  border-radius: 5px;
  border: 0;
  background: #bc955c;
  color: #fff;
  width: 150px;
  margin: 0 auto;
  display: block;
}
#atencion-ciudadana-sidebar #mapa_google{
  height: 200px;
}
jdiv {
  display: none !important;
}
div#atencion-ciudadana-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: all .5s ease-in-out;
  left: -400px;
  width: 400px;
  background: white;
  z-index: 9999999;
  overflow: auto;
  overflow-x: hidden;
}
div#atencion-ciudadana-sidebar::-webkit-scrollbar {
  width: 5px;
}
div#atencion-ciudadana-sidebar::-webkit-scrollbar-track {
  background: #fff; 
}
div#atencion-ciudadana-sidebar::-webkit-scrollbar-thumb {
  background: rgba(62, 61, 61, 0.45); 
  border-radius: 20px;  
}
div#atencion-ciudadana-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(62, 61, 61, 0.62);
}
div#jivo_close_button {
  right: -25px!important;
  position: absolute!important;
}
button#atencion-ciudadana-show {
  position: fixed;
  left: -88px;
  top: 50%;
  z-index: 99999;
  transform: rotate(-90deg);
  background: #0163a7;
  color: white;
  border: none;
  padding: 5px 30px;
}
#atencion-ciudadana-overlay {
  opacity: 0;
  transition: 100ms all ease;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
}
#atencion-ciudadana-overlay.showing {
  opacity: 1;
  display: block;
}
#atencion-ciudadana-sidebar .logo {
  width: 60%;
  padding: 10px;
}

/* Telefonos */
#telefonos{
  background-color: #F2F2F2;
}
#telefonos.nuevo img {
  padding: 0 20px;
  display: inline-block;
}
#telefonos-servicios {
  margin: 20px 0;
}

/* Bloques */
#bloques .bloque{
  width: 25%;
  height: 365px;
  float: left;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}
#bloques .bloque .bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 95px;
  width: 100%;
  overflow: hidden;
}
#bloques .bloque .bottom ul{
  padding: 0 20px;
  list-style: none;
  margin: 0;
}
#bloques .bloque .bottom ul li {
  display: block;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
}
#bloques .bloque .bottom ul a {
  color: #fff;
  font-size: 1em;
  font-weight: lighter;
  position: relative;
  text-transform: uppercase;
}
#bloques .bloque .bottom ul li:after {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: .5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 2px;
  top: 6px;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  transition: all 0.5s;
  color: #bc955c;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

/*transparencia y video youtube*/
.bloque-imagen{
  display: block;
}
.bloque-imagen .bottom{
  padding: 1px 6px;
  width: 100%;
  text-align: center;
  background: #54565a;
  color: #fff;
}
.bloque-imagen .bottom h3{
  font-size: 1.1em;
  margin-top: 1rem;
}
.bloque-imagen .bottom p{
  text-transform: uppercase;
  font-weight: lighter;
  font-size: .8em;
}
a.bloque-enlaces {
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .3%;
  font-size: 0.9em;
  font-weight: 600;
  height: 30%;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  -moz-flex-pack: center;  
}
a.bloque-enlaces:last-child{
  margin-bottom: 0;
}
a.bloque-enlaces.gobernador{
  background: #ab0033;
}
a.bloque-enlaces.agenda{
  background-color: #bc955c;  
}
a.bloque-enlaces.escribeme{
  background-color: #54565a;  
}
.contenedor-secciones-gobernador {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between; 
  -ms-flex-pack: space-between; 
  -moz-flex-pack: space-between;  
}
#transparencia #video-youtube .embed-responsive-16by9{
  padding-bottom: 15.5%;
}

/*mapa contacto*/
/* mapa Informacion de contacto  */
#info-bar #titulo_mapa {
  background: #F2F2F2;
}
.info-bar {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 66%;
  width: 35%;
  background: white;
  z-index: 1000;
  opacity: 0; 
  -webkit-box-shadow: -1px 1px 18px -2px rgba(148,146,148,0.61);
  -moz-box-shadow: -1px 1px 18px -2px rgba(148,146,148,0.61);
  box-shadow: -1px 1px 18px -2px rgba(148,146,148,0.61); 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  right: -200%;
}
.info-bar span.close{
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 999;
} 
.open {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  right: 0;
}
#info-bar.showing-bar {
  opacity: 1;
}
div#titulo_mapa {
  text-transform: uppercase;
  padding: 10px 45px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
#info-bar #imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 260px;
}
#info-bar #rds {
  height:40px; 
  padding: 0 45px;
  background: #ab0033;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#info-bar #rds svg {
  height: 100%;
  max-width: 25px;
  fill: #fff;
  cursor: pointer; 
}
.compartir{
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  right: -300%;
}
.abrir{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  right: 45px!important;  
}
div#descripcion {
  background: #fff;
  margin: 15px 45px;
  font-weight: lighter;
  line-height: 16px;
  font-size: 0.9em;
}
#info-bar-close {
  background: url(img/tabs.png);
  background-size: contain;
  width: 40px;
  height: 59px;
  position: absolute;
  left: -40px;
  top: 10px;
  cursor: pointer;
}
div#info-bar-close i {
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 1.2em;
  color: #5c6670;
}
.leaflet-touch .leaflet-control-layers{
  overflow: scroll;
  overflow-x: hidden;
  max-height: 500px;   
}
.leaflet-pane .leaflet-interactive {
  fill: #23282e;
}
.leaflet-pane .leaflet-interactive.fronteriza {
  stroke: #DDC9A3;
  fill: #DDC9A3;
}
.leaflet-pane .leaflet-interactive.valle-san-fernando {
  stroke: #bc955c;
  fill: #bc955c;
}
.leaflet-pane .leaflet-interactive.centro {
  stroke: #ab0033;
  fill: #ab0033;
}
.leaflet-pane .leaflet-interactive.altiplano {
  stroke: #DDC9A3;
  fill: #DDC9A3;
}
.leaflet-pane .leaflet-interactive.el-mante {
  stroke: #bc955c;
  fill: #bc955c;
}
.leaflet-pane .leaflet-interactive.sur {
  stroke: #DDC9A3;
  fill: #DDC9A3;
}
.leaflet-control-search .search-input {
  width: 200px;
  height: 25px;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #333;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar, .leaflet-control.leaflet-control-search {
  border: none;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  background: rgba(255, 255, 255, 0.60);
}
.leaflet-control-search .search-button {
  background: url(images/search-icon.png) no-repeat 4px 4px #fff;
}
.leaflet-control-search .search-button:hover {
  background: url(images/search-icon.png) no-repeat 4px -19px #fafafa;
}
.leaflet-control-search .search-cancel {
  height: 25px;
  background: url(images/search-icon.png) no-repeat 2px -43px;
  right: 32px;
}
.leaflet-control-search .search-button {
  height: 30px;
  width: 30px;
}
.leaflet-control-search .search-tip {
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
  background: #fff;  
}
.leaflet-control-search .search-tip-select, .leaflet-control-search .search-tip:hover {
  background-color: #eee;
}
.leaflet-control-search .search-tooltip {
  box-shadow: none;
  background: none;
}
#mapa_leaflet{
  width: 100%;
  height: 600px;
}
#mapa_google {
  width: 100%;
  height: 500px;
  position: relative;
}
#mapa_google.con-conocer-mas {
  height: 300px;
}
div#map_canvas {
  height: 100%;
}
#informacion-mapa{
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.leaflet-pane .leaflet-interactive:not(.mask-polygon) {
  fill-opacity: 0.7;
}
.leaflet-control-layers label {
  cursor: pointer;
}
.leaflet-control-layers img {
  width: 20px;
}.leaflet-top, .leaflet-left {
  left: 30px;
}
#imagen iframe {
  border: none;
  width: 100%;
  height: 100%;
}
#home-mapa{
  background: #ab0033; 
}
#home-mapa .titulo-mapa{
  font-family: 'Encode Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0; 
  font-size: 1.7em;
  text-align: center;
  padding: 13px 0;
  letter-spacing: 2px;
}
/**/
.modal {
  text-align: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*z-index: 100001!important;*/
} 
/*.modal-backdrop {
    z-index: 100000!important;
}*/
.modal-body ul {
  padding: 0 5px;
  list-style: none;
}
.modal-body ul li:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}
.modal-title {
    color: #ab0033;
}
.modal-body ul li a {
  color: #bc955c;
}
#Layer_1 path.selected, #Layer_1 path.viewing {
  fill: #bc955c;
}
.ssba img{
  width: 30px !important;
  padding: 5px;
  border:  0;
  box-shadow: none !important;
  display: inline !important;
  vertical-align: middle;
  box-sizing: unset;
}
.ssba .fb-save{
  padding: 5px;
  line-height: 25px;
}
.ssba, .ssba a{
  text-decoration:none;
  background: none;
  font-size: 14px;
  font-weight: normal;
}
div#contenido {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  flex-grow: 1;
}
div#descripcion {
  flex-grow: 12;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
}
div#descripcion .scroll #content-mapa{
  height: 0; 
}
div#descripcion .scroll{
  flex-grow: 11;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
}
div#descripcion .scroll a{
  color:#45494c;
  font-weight: 600;
  text-decoration: underline;
}
div#descripcion .scroll::-webkit-scrollbar {
  width: 5px;
}
div#descripcion .scroll::-webkit-scrollbar-track {
  background: #fff; 
}
div#descripcion .scroll::-webkit-scrollbar-thumb {
  background: rgba(62, 61, 61, 0.45); 
  border-radius: 20px;  
}
div#descripcion .scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(62, 61, 61, 0.62);
}
span.tobottom {
  display: block;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  text-align: right;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end; 
  -ms-flex-pack: flex-end; 
  -moz-flex-pack: flex-end;  
}

/*carrusel notas de prensa*/
#carrusel-notas{
  padding: 120px 0;
  background: #f2f2f2;
}
#slides-notas #controles-slide-notas .swiper-slide:not(.swiper-last){  
  border-right: 1px solid #d0d3d5;
}
#slides-notas .nota a{
  display: block;
}
#slides-notas .nota{
  font-weight: lighter;
}
#slides-notas .nota .calendario{ 
  font-size: 16px;
}
#slides-notas .nota .meta{
  color: #333;
  margin-bottom: 10px;
}
#slides-notas .nota .fecha{
	font-size: 12px;
}

#slides-notas .nota .fecha i{
  font-style: normal;
  text-transform: capitalize;
}
#slides-notas .nota h2{
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin: 20px 0;
}
#slides-notas .nota p{
  font-size: 13px;
  color: #333;
  line-height: 20px;
}
#slides-notas .nota p a{
  color: #333;
}
#slides-notas .nota .meta li{
  display: inline-block;
}
#slides-notas .nota a:last-child {
  display: block;
  text-align: right;
  font-weight: 600;
  color: #333;
}
#slides-notas #controles-slide-notas{
  padding: 0 0 25px;
}
#slides-notas > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background: #333;
}
#slides-notas #controles-slide-notas > .swiper-pagination{
  bottom: 0!important;
}
#slides-notas  .swiper-button-next, #slides-notas .swiper-button-prev {
  width: 55px;
  height: 45px;
  background-color: rgba(101, 100, 105, 0.55)!important;
  background-size: 20px;
  display: none;
}
#slides-notas #controles-slide-notas:hover .swiper-button-next,
#slides-notas #controles-slide-notas:hover .swiper-button-prev{
  display:block;
} 
#slides-notas #controles-slide-notas  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
#slides-notas #controles-slide-notas .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
} 

/*banners*/
#banners-index #controles-slide-banners{
  padding: 0 0 35px;  
}
#banners-index > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   background: #333;
}
#banners-index #controles-slide-banners > .swiper-pagination{ 
  bottom: 0!important;
}
#banners-index  .swiper-button-next, #banners-index .swiper-button-prev {
  width: 55px;
  height: 45px;
  background-color: rgba(101, 100, 105, 0.55)!important;
  background-size: 20px;
  display: none;
}
#banners-index #controles-slide-banners:hover .swiper-button-next,
#banners-index #controles-slide-banners:hover .swiper-button-prev{
  display:block;
} 
#banners-index #controles-slide-banners  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
#banners-index #controles-slide-banners .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

/* Footer */
.terminos-y-condiciones{
  background-color: #ab0033;
  color: #fff;
  border-top: 7px solid #bc955c;
  font-size: .9em;
}

.terminos-y-condiciones a.enlaces{
  color: #fff;
}
#footer {
  background:#54565a;
  /*padding: 30px 0;*/
}
.contacto-overlay{
  position: fixed;
  overflow: scroll;
  z-index: 100001;
  background-color: #000;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  bottom:-300%; 
  width: 100%;
}
.contacto-overlay.showing-search {
  top:0;
  bottom: 0;
}
.contacto-close > .m-l-1, .contacto-close > .m-l-2{
  background-color:#fff;
}
.contacto-close {  
  right: 10%;
  top: 30px;  
}
.contacto-overlay .container-fluid ,.contacto-overlay .container-fluid .row{
  height: 100%;
}
.informacion-contacto {
  display: table;
  height: 100%; 
}  
.informacion-contacto .contenedor-contacto {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
div#footer-rows {
  padding: 80px 0 30px 0;
  color: #c8c9c9;
}
#footer h2 {
  font-size: 1rem!important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-family: 'Encode Sans', sans-serif;
  position: relative;
}

#footer .footer-line {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #DDC9A3;
    bottom: -5px;
    left: 0;
}

#footer-rows .informacion {
  line-height: 20px;
  font-size: .9em;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  -moz-flex-pack: center;  
}
#footer-rows .informacion a{
  color: #fff;
}
#footer-rows .informacion a:hover{
  text-decoration: underline;
}
img.img-fluid.center-block.escudo {
  max-height: 114px;
} 
img.img-fluid.center-block {
  max-width: 100%;
} 
#rds-sociales a , #apps-gob a{
  line-height: 30px;
  color: #c8c9c9;
  display: inline-block;
  font-size: 0.9em;
  font-weight: lighter;
  text-transform: uppercase;
}
#rds-sociales i , #apps-gob i {
  font-size: 22px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 12px;
}
#rds-sociales i.fa-paper-plane {
  font-size: 18px;
}
.redes-sociales i.fa-paper-plane {
  font-size: 13px;
}
#rds-sociales li , #apps-gob li{
  display: block;
/*  width: 110px;*/
  margin: 0 auto;
  color: #c8c9c9;
}
#rds-sociales li a:hover i , #apps-gob li a:hover i{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#apps-gob a i {
    margin: 0 4px;
}

.list-group.links a:hover {
    background: #fbfbfb;
}

.list-group.links a.facebook{
    border-left: 5px solid #3b5998;
}

.list-group.links a.twitter{
    border-left: 5px solid #000;
}

.list-group.links a.correo{
    border-left: 5px solid #bc955c;
}

.list-group.links a.facebook:hover {
    background: #3b5998;
    color: #FFF !important;
}

.list-group.links a.twitter:hover {
    background: #000;
    color: #FFF !important;
}

.list-group.links a.correo:hover {
    background: #bc955c;
    color: #FFF !important;
}

/*formulario contacto*/
#footer .page-header {
  padding-bottom: 9px;
  margin: 0 0 30px;
  border-bottom: 1px solid #3b4147;
  font-weight: normal;
  line-height: 1.4;
  font-size: 3.2em!important;
  text-transform: initial;
  font-family: inherit;
}
.contacto-overlay .container-fluid .row{
 /*color: #606468; */
}
a.enlaces {
  color: #727475;
}
#info-form .btn-primary{
  border-color: #c8c9c9;
  background: transparent;
  color: #c8c9c9;
  margin-right: 5px;
}
.form-enviar{
  width: 100%;
  margin-bottom: 15px;
}
.form-enviar .form-control::-webkit-input-placeholder { 
  font-weight: lighter;
  text-align: center;
}
.form-enviar.showing-search .form-control::-webkit-input-placeholder { 
  color: #fff;
}
.form-enviar .form-control {
  height: 50px;
  background: transparent;
  border-radius: 0;
  border: 0;
  width: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  box-shadow: none;
}
.form-enviar.showing-search .form-control {
  width: 100%;
  visibility: visible;
  padding: 10px;
  border-bottom: 1px solid;
  border-color: #fff;
}
div#enviar-liston {
  min-width: 20px;
} 
#enviar{
  overflow: hidden;
  border-radius: 5px;
  margin: 25px 0;
  position: relative;
}
#enviar a{
  line-height: 50px;
  color: #fff; 
  padding: 0 15px;
  display: block;
  text-align: center;
  background: #7FB602;
}
#enviar i{
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#enviar li a:hover i{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} 
#contenedor-contacto .form-control{
  background-color: #3b4148;
  border: 0;
  color: #eee; 
}
#contenedor-contacto .form-control:focus, #contenedor-contacto .form-control:hover{
    background-color: #434a52;
    border-color:#434a52;
    box-shadow:none;
}
#contenedor-contacto.form-group label{
  color: #fff; 
}
#contenedor-contacto form .btn-primary{
  background-color: #363b41;
  border-color:#363b41;
  width: 200px;
}
#contenedor-contacto form *{
  font-weight: lighter;  
}

/*galeria footer*/
#slider-galeria {
  position: relative;
  background-color: #000;
}
#slider-galeria .galeria-item{
  height: 155px;
} 
.imgLiquidFill {
  height: 100%;
  width: 100%;
}
#slider-galeria .swiper-slide img{
  width: 100%;
}  
#slider-galeria  .swiper-button-next, #slider-galeria .swiper-button-prev {
  width: 55px;
  height: 45px;
  display:none;
} 
#slider-galeria:hover .swiper-button-next, #slider-galeria:hover .swiper-button-prev{
  display:block;
}
#slider-galeria #controles-slide-galeriaft  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
#slider-galeria #controles-slide-galeriaft .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}
#slider-galeria >.swiper-container-horizontal>.swiper-pagination { 
  bottom: 0px!important; 
} 
#slider-galeria > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   background: #fff;
}
#slider-galeria .swiper-slide:not(.swiper-slide-active){
  opacity: .50;
} 
#slider-galeria .swiper-slide:hover{
  opacity: 1;
} 

table.table-gobtam thead tr {
    border-top: 4px solid #ab0033;
    background: #f5f5f5;
}

table.table-gobtam thead td {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px !important;
}

table.table-gobtam tbody td {
    font-size: 13px;
}

/** Interiores **/
 


/* Forma de Contacto */
/*.form-control.form-linea {
  width: 32.3%;
  float: left;
  margin-left: 1.3%;
}
.wpcf7 p { 
  clear: both;
}
.lada input {
  width: 15% !important;
}
span:first-of-type .form-control.form-linea {
  margin-left: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  resize: none;
}*/
/*banners-servicios*/
/*.banners-servicios {
  display: block;
  background: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banners-servicios:hover .contenido-img::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
}
.banners-servicios .contenido-img {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.banners-servicios .img-fondo {
  position: relative;
  opacity: .60;
}
.banners-servicios:hover .img-fondo {
  opacity: 1;
}
.banners-servicios h2{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  margin: 0; 
}
.banners-servicios:hover h2 {
  -webkit-transform: translate3d(0,-5%,0) translate3d(0,-100px,0);
  transform: translate3d(0,-5%,0) translate3d(0,-100px,0);
  -webkit-transition: -webkit-transform 0.65s, color 0.65s;
  transition: transform 0.65s, color -0.65s;
}
.banners-servicios:hover h2:after{
  border-color: #1f9bd5;
}
.banners-superior .contenido-img .img-logo {
  max-height: 310px;
}
.banners-inferior .contenido-img .img-logo {
  max-height: 195px;
}*/




/*liston*/
.liston-microsite{
  background-color: #333!important;
  border-bottom: 7px solid #bc955c
}


@media (max-width: 991px) {

  #images_fotogobernador .row .col-xs-12 .foto_gober {
    width: 100% !important;
  }
  .ventana-modal-img {
    width: 75%;
  }
  #img-galeria-canvas {
    width: 400px;
  }
 
}
@media (max-width: 767px)  {

  #img-galeria-canvas {
     width: 350px;
  }
  .ventana-modal-img {
    width: 94%;
  } 

}

/* Media Querys */
@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px)  {

  #bloques .bloque {
    width: 50%;
    height: 250px;
  }
  #bloques .bloque .bottom {
    height: 75px;
  }
  .info-mapa h3{
    font-size: 1.2em;
  }
  .InfoSlider  #contenedor h2{
    font-size: 2.3em;
  }

}
@media (min-width: 992px) {

  #menu-container li {
    font-size: 0.79rem;
  }

}
@media (min-width: 767px) and (max-width: 991px)  {
 
   #bloques .bloque {
    width: 50%;
    height: 250px;
  }
  #bloques .bloque .bottom {
    height: 75px;
  }
  #bloques .bloque .bottom .enlaces a {
    font-size: .9em;
  }

  #transparencia #gobernador{
    margin-bottom: 10px;
  }
  #info-bar{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    box-shadow: none; 
    display: none;  
    height: 260px;
  } 
 .open{
    display: block!important;
  }
  #info-bar-close{
    left: initial;
    background: inherit;
    right: 0;
    top: -50px;
    width: 50px;
    height: 50px;
  }
  div#info-bar-close i {
    width: 100%;
    height: 100%;
    position: initial;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-moz-box-pack: center; 
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
  }
  #info-bar #imagen {
    width: 50%;
    float: left;
    background: #fff;
    background-position: center center;
    background-size: cover;
  } 
  #contenido{
    display: inline-block;
    width: 100%;
    height: 220px;
  }

/*atencion ciudadana sidebar*/
  button#atencion-ciudadana-show{
    width: 100%;
    transform: rotate(0deg);
    left: inherit;
    top: 0;
  }
  button#atencion-ciudadana-show{
    top: 0;
  }
  header.header.fixed-header {
    margin-top: 101px;
  }
  header.logged-in.fixed-header {
    margin-top: 108px;
  }
  .fixed-header #liston-superior , .header #liston-superior{
    width: 100%;
    top: 33px;
    position: fixed;  
    z-index: 999;
  }
  .logged-in #liston-superior{
    top: 32px;
  }
  .fixed-header #liston-superior {
    top: 0px;
  }
  .fixed-header.logged-in #logo-menu{
    top: 33px;
  }
  body .logged-in #logo-menu{
    top: 72px;
    margin-bottom: 72px;
  }
  
  header.header {
    position: fixed;
    z-index: 100000;
    width: 100%;
  }
  /*
  .header  #liston-superior{
    position: absolute;
  }*/
  .header  #logo-menu{
    top: 33px;
    background: #fff;
    margin-bottom: 33px;  
  }
  .fixed-header #logo-menu {
    top: 33px;
  }

  #atencion-ciudadana-sidebar .logo {
    width: 25%;
  }

}
@media (max-width: 991px) {

  #bloques .bloque {
    width: 100%;
    height: 250px;
  }
  #bloques .bloque .bottom {
    height: 75px;
  }

  #info-bar{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: none;  
  } 
 .open{
    display: block!important;
  }
  #info-bar #imagen {
    width: 100%;
  } 
  #info-bar-close{
    left: initial;
    background: inherit;
    right: 0;
    top: -50px;
    width: 50px;
    height: 50px;
  }
  div#info-bar-close i {
    width: 100%;
    height: 100%;
    position: initial;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    -moz-flex-pack: center;  
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  .navegacion li.visitante{
    border-right:0; 
    border-left:0; 
  }

}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
    section#resultados-buscador{ 
    top: 281px;
  }

}

@media only screen and (max-width: 768px) {

.terminos-y-condiciones {
    font-size: 0.7em;
}

  #logo-menu .logo {
    padding: 14px 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  #botones > li:nth-child(odd) {
    float: right;
    padding-right: 0;
  }
  #botones .wrapper-contenido:nth-child(odd):hover > a:after{
    display: none;
  }
  #botones > li:nth-child(even) {
    float: left;
    padding-left: 0;
  }
  #botones .wrapper-contenido:nth-child(even):hover > a:before{
    display: none;
  }
  #botones > li:first-child {
    width: 100%;
    float: none !important;
    display: block;
    padding: 0;
    padding-bottom: 3px;
  }
  #botones .wrapper-contenido:first-child .contenido-preguntas {
    border-top-right-radius: 0;
  }
  #botones .wrapper-contenido:first-child:hover > a:after{
    display: none;
  }
  #botones{
    display: block;
  }
  #botones li:first-child {
    width: 100%;
  }
  #botones > li {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 3px;
  }
  #botones li.wrapper-contenido:not(:first-child){
    width: 50% !important;
  }
  .servicios .btn-link a {
    white-space: inherit;
  }      
  #video-youtube{
    margin-top: 30px;
  }
  #liston-inferior {
    height: auto;
    line-height: 2;
    padding: 0 10px;
  }
  .InfoSlider  #contenedor h2{
    font-size: 1.3em;
  }
  #liston-superior .contenido {
      display: block;
  }
  .redes-sociales, #links {
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    -moz-flex-pack: center;  
  }
  #traductores {
    text-align: center;
  }
  #contenido {
    height: 220px;
  }

  /*atencion ciudadana sidebar*/
  button#atencion-ciudadana-show{
    width: 100%;
    transform: rotate(0deg);
    left: inherit;
    top: 0;
  }
  div#modal-tramites-servicios {
    margin-top: 30vh;
  }
  button#atencion-ciudadana-show {
    top: 0;
 }
  header.header.fixed-header {
    margin-top: 153px;
  }
  header.logged-in.fixed-header {
    margin-top: 127px;
  }
  .fixed-header #liston-superior , .header #liston-superior{
    width: 100%;
    top: 33px;
    z-index: 9999;
  }
  .fixed-header #liston-superior, .logged-in #liston-superior {
    width: 100%;
    top: 46px;
    z-index: 9999;
}
/*  .header #liston-superior{
    position: fixed;
  }*/
  .fixed-header #liston-superior {
    top: 33px;
  }
/*
  .fixed-header #logo-menu{
    top: 100px;
  }*/
  .header #logo-menu{
    top: 33px;
    background: #fff; 
    width: 100%;
/*    margin-bottom: 33px; */
  }
  .fixed-header #logo-menu{
    top: 33px;
/*    margin-bottom: 33px;*/
  }
/*
  .logged-in{
    padding-top: 46px;
  }*/
  .logged-in #liston-superior{
    top: 33px; 
    position: fixed;
  }
  .logged-in #logo-menu {
    top: 153px;
    margin-bottom: 153px;
  }
  header.header.fixed-header #liston-superior {
    top: 0;
    display: none;
  }

  header.logged-in.fixed-header #liston-superior{
    top: 0;
    display: none;
  }

  header.logged-in.fixed-header{
    margin-top: 101px;
  }

  header.logged-in.fixed-header #logo-menu{
    top: 33px;
/*    margin-bottom: 33px;*/
  }

}

@media (max-width: 676px)  {
  section#resultados-buscador {
    top: 233px;
  }
}

/*@media (min-width: 576px) and (max-width: 480px)  {

  section#resultados-buscador {
    top: 233px;
  }

 }*/

@media (min-width: 576px) {
  section#resultados-buscador {
    /* top: 233px; */
  }
}


@media only screen and (max-width: 480px) {

  section#resultados-buscador {
    top: 233px;
  }
  .banners-superior .contenido-img .img-logo {
      max-height: 85px;
  }

}  


span.wpcf7-form-control-wrap.dynamic-mail-to-filter, 
span.wpcf7-form-control-wrap.dynamic-mail-to-fields {
    display: none;
}


/** NO Padding/Margin **/
.no-padding{padding:0;}
.no-left-padding{padding-left:0;}
.no-right-padding{padding-right:0;}
.no-top-padding{padding-top:0;}
.no-bottom-padding{padding-bottom:0;}
.no-margin{margin:0;}
.no-left-margin{margin-left:0;}
.no-right-margin{margin-right:0;}
.no-top-margin{padding-top:0;}
.no-bottom-margin{margin-bottom:0;}

/** Margenes **/
.mt5{margin-top:5px !important;}                .mt10{margin-top:10px !important;}          .mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}          .mt30{margin-top:30px !important;}          .mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}          .mt60{margin-top:60px !important;}
.mb5{margin-bottom:5px !important;}         .mb10{margin-bottom:10px !important;}   .mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}   .mb30{margin-bottom:30px !important;}   .mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}   .mb60{margin-bottom:60px !important;}

/** Wordpress Core **/
.alignnone{margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter{display: block; margin: 5px auto 5px auto;}
.alignright{float:right; margin: 5px 0 20px 20px;}
.alignleft{float: left; margin: 5px 20px 20px 0;}
.aligncenter{display: block; margin: 5px auto 5px auto;}
a img.alignright{float: right; margin: 5px 0 20px 20px;}
a img.alignnone{margin: 5px 20px 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto;  margin-right: auto}
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}

.grecaptcha-badge { display: none; }

.panel-group{
    margin-bottom: 30px;
}

.panel-default {
    border-color: #ddd !important;
    border: 1px solid;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-width
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}


/*licitaciones*/

#contenido-principal .dataTables_scrollHead table.table thead th {
  border-color: #bc955c!important;
}

.btn-guinda {
    background-color: #ab0033;
    border-color: #ab0033;
    color: #fff !important;
}

