/*   
Theme Name: Secretarias 2022 | Gobierno del Estado de Tamaulipas 2022-2028
Theme URI: https://www.tamaulipas.gob.mx
Description: Tema de Secretarias de Gobierno del Estado de Tamaulipas 2022-2028
Author: Departamento de Diseño Gráfico y Producción Web | Dirección de Internet
Author URI: https://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&display=swap);
/* font-family: 'Encode Sans', sans-serif; */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);*/
/*@import url(https://www.tamaulipas.gob.mx/wp-content/themes/secretarias/eberth.css);
@import url(https://www.tamaulipas.gob.mx/wp-content/themes/secretarias/memo.css);*/


/* Generales */
html{
  margin-top: 0!important;   
}

body{
	font-family: 'Encode Sans', sans-serif;
	color:#555;
	font-size:14px;
	font-weight:400;
	line-height:23px;
	overflow-x: hidden;
}

a {
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
  color: #ab0033;
}

a:focus, a:hover {
    color: #bc955c;
    text-decoration: underline;
}

.clean-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clean-list li{
	display: inline-block;
}

.clean-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.scrolloff {
  pointer-events: none;
}

.btn-primary{
  background-color: #ab0033!important;
  border-color: #ab0033!important;
  border: 0!important;
}

.btn-primary-hover:hover{
  background-color: #bc955c!important;
  border-color: #bc955c!important;
}

.btn-primary:focus, .btn-primary:focus-visible{
  outline: none!important;
/*  border: 0;*/
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(155 156 157 / 60%)!important;
}

#carrusel-destacadas:not(.owl-loaded) {
	visibility: hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-gobernador {
  border: 1px solid #dbdbdb;
  padding: 10px;
  width: 350px;
  display: block;
  margin: 0 auto !important;
}

.ssba-wrap{
	margin-bottom: 20px;
}

form label span.requerido {
	color: red;
	font-size: 12px;
}

.grecaptcha-badge{
  display: none!important;
}
/* Logo - Redes */
a.logo-a {
min-height: 105px;
display: flex;
justify-content: center; 
align-items: center;
display: inline-flex;
}
.d-flex{display: flex;}
.logo-a .logo-secretarias{
  max-height: 45px;
  border-left: 2px solid #DDC9A3;
  padding-left: 20px;
  margin-left: 20px;
}

a.logo-ani{
  display: flex;
  justify-content:end;
  align-items: center;
}
#logo-redes{
	padding: 10px 0;
}

#logo-redes .logotam {
/*  margin: 10px 0;*/
  max-height: 55px;
}

#logo-redes .titulo-sitio {
	display: none;
}

#logo-redes #redes-sociales {
  height: 120px;
  line-height: 120px;
}

#logo-redes #redes-sociales li {
  height: 120px;
  background: none;
}

#logo-redes #redes-sociales a {
  color: #808285;
  background: none;
  font-size: 1.5em;
  width: 30px;
  display: block;
  text-align: center;
}

#logo-redes #redes-sociales i {

}

#logo-redes #buscador form {
/*  height: 120px;*/
  line-height: 105px;
  margin:0px!important;
}

#logo-redes .form-buscador .form-control {
  display: inline-block;
  background: #fbfbfb;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  visibility: visible;
}

/*paginacion*/
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #bc955c!important;
    border-color: #bc955c!important;
}
.pagination>li>a:focus, .pagination>li>a:hover, 
.pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #bc955c;
    background-color: #DDC9A3;
    border-color: #bc955c;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #54565a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* Menú Principal */

#menu-secretarias {
  background: #ab0033;
  height: 60px; 
}

#menu-secretarias #menu-menu-principal {
  width: 100%;
}

#menu-menu-principal > li {
	height:60px;
	float: left;
}

#menu-menu-principal > li > a {
  font-family: 'Encode Sans', sans-serif;
  font-size: 1em;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  height: 60px;
  line-height: 1.3em;
  color: #FFF;
  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;
}

#menu-menu-principal > li:hover > a{
	background: #bc955c;
}

.menu-item.menu-item-has-children {
  position: relative;
}

.sub-menu {
  margin: 0;
  padding: 0;
}

#menu-menu-principal li .sub-menu .menu-item:hover {
  background: rgb(221 201 163 / 60%);
}

#menu-menu-principal li .sub-menu {
  position: absolute;
  background: #fbfbfb;
  border-bottom: 3px solid #bc955c;
  display: none;
}

#menu-menu-principal li.derecha .sub-menu{
	right:0;
}

#menu-menu-principal .sub-menu li a {
  font-family: 'Encode Sans', sans-serif;
  font-size: .9em;
  color: #ab0033;
  padding: 0 20px;
  display: block;
  line-height: 3em;
  white-space:nowrap;
}

#menu-menu-principal .sub-menu li {
  display: block;
}

#menu-menu-principal .menu-item:hover > .sub-menu {
  z-index: 999;
  display: block;
}

#menu-menu-principal .sub-menu i.mas{
  position: absolute;
  right: 5px;
  top: 13px;
  color: #DDC9A3;
}

#menu-menu-principal li:hover > .sub-menu > li > .sub-menu{
	background: #fbfbfb;
}

#menu-menu-principal li:hover > .sub-menu > li > .sub-menu > li:hover{
	background: #e8e8e8;
}

#menu-menu-principal .sub-menu .menu-item .sub-menu{
	top: 0;
	left: 100%;
}

/* https://codepen.io/tbatch/pen/gMYWrM */

/* Menu Movil */
#barras-boton {
  line-height: 100px;
  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;
  background-color: #fff;
  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;
}

#row-menu-movil {
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.26s ease;
  display: none;
}

#row-menu-movil.showing-menu {
  transform: scaleY(1); 
}

.nav-menu li{ 
  list-style: none; 
  position: relative;
  display: inherit;
}  
  
.nav-menu li a { 
  transition: 0.2s;
  display: block;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
  color: #fff;
  line-height: 50px;
  /*white-space: nowrap;*/
  text-transform: uppercase;
}

.sub-open, .nav-menu li a:hover {
  transition: all 0.3s;
  text-indent:10px;
} 

.nav-menu .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; 
  color: #fff;
  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;
}

.nav-menu .sub-menu li a{
  text-indent:30px;
  font-family: 'Encode Sans', sans-serif;
  font-size: .9em;
  color: #fff;
  display: block;
  line-height: 50px;
  white-space: nowrap;
  text-transform: initial;
}

.nav-menu li a > br{
  content: " ";
  display: inline-block;
  width: 3px;
}

.nav-menu li ul {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
}

li.hijo > ul.sub-menu > li a{
  text-indent:50px;
}

/*Clima sitios y Redes (proteccion civil)*/

h2.secciones-titulo {
  font-family: 'Encode Sans', sans-serif;
  border-left: 5px solid #bc955c;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}
.contenedor-secciones {
  color:#45beeb;
}
.clima-ciudad {
  margin-left: 15px;
  margin-right: 15px;
}
.clima-ciudad .row{
  display: flex;
  justify-content: center;
  align-items: center;
}
.clima-ciudad h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
}
.clima-icono .meteocons-icon {
  font-size: 6em;
  line-height: 140px;
}
.clima-icono {
  text-align: center;
}
.clima-hoy h3 {
  font-size: 1.2em;
  margin: 10px 0;
}
.clima-5dias:nth-child(odd) {
  background: #ab0033;
  color: #fff;
}
.secciones-contenido.contenido-clima {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  background: #61c8ee;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0063a7;
}
.menu-intereses a {
  color: #555;
}
.menu-intereses  {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#lista-facebook li:not(:last-child) {
  border-bottom: 2px solid #0063a7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#lista-facebook small {
    display: block;
    margin-top: 8px;
}
.menu-intereses li {
  padding-left: 3em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.menu-intereses li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  padding-right: 1em;
  color: #ab0033;
}


#widget-fb iframe{
  width: 100%!important;
  /*height: 320px!important;*/
}
.fb-page.fb_iframe_widget {
  /* overflow: hidden;
  height: 400px!important;
  display: flex;
  justify-content: center; */
}

.fb_iframe_widget span {
  /* height: 100%!important; */
}

#widget-fb{
  height: 400px;  
}
/*/Clima sitios y redes*/

/*catalogo*/
.bloque-catalogo{
  display: block;
}
.catalogo {
  position: relative;
  float: left;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-height: 300px;
}
.catalogo .informacion {
  padding: 1em;
  color: #fff;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalogo img {
  position: relative;
  display: block;
  opacity: 0.4;
  height: 390px
  -webkit-transition: -webkit-transform 0.75s, color 0.75s;
  transition: transform 0.75s, color 0.75s;
}
.catalogo:hover img {
  opacity:1;
}
.catalogo h2 {
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.75s, color 0.75s;
  transition: transform 0.75s, color 0.75s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
} 
.catalogo:hover h2 {
  -webkit-transform: translate3d(0,10%,0) translate3d(0,-30px,0);
  transform: translate3d(0,10%,0) translate3d(0,-30px,0);
}
.detalle-catalogo{
  border-bottom: 1px solid #ddd;
}
.icono:before{
  display: inline-flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  transition: all 0.5s;
  color: #015bb9;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  justify-content: center;
}
.email:before{
  content: "\f0e0"; 
}
.sitio_web:before{
  content: "\f0ac";
}
.telefono:before{
  content: "\f095";
}
.direccion:before{
  content: "\f041";
}
.facebook:before{
  content: "\f082";
}
.instagram:before {
  content: "\f16d";
}
.twitter:before{
  content: "\f081";
}
.datos-catalogo .logo-catalogo{
  max-height: 200px;
}
/* Telefonos y Servicios */
#telefonos.nuevo img {
  padding: 0 20px;
  display: inline-block;
  max-height: 100px;
}

#telefonos-servicios {
  margin: 20px 0;
}

#servicios-linea h2 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  color: #ab0033;
  font-family: 'Encode Sans', sans-serif;
  text-transform: uppercase;
}

#servicios-linea {
  text-align: center;
}

#links-servicios-linea a {
  color: #5c6670;
  font-size: 0.9em;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
}

#links-servicios-linea {
  text-transform: uppercase;
}

#links-servicios-linea li {
  display: block;
  border-top: 1px solid #d0d3d5;
}

#banner-servicios {
  margin: 0 auto;
  display: block;
}

#numeros-emergencia span {
  color: #bc955c;
  font-size: 2.4em;
}

#numeros-emergencia li {
  display: block;
  margin-bottom: 10px;
}

ul#numeros-emergencia {
  text-align: left;
  font-family: 'Encode Sans', sans-serif;
}

/* Teléfonos de Emergengia */
#telefonos{
	margin: 20px 0;
	padding: 15px 0;
  /*padding-bottom: 5px;*/
	background: #f2f2f2;
}

#telefonos.horizontal .telefono{
	overflow: hidden;
	float: left;
}

#telefonos.horizontal .telefono.emergencia{
	width: 20%;
}

#telefonos.horizontal .telefono.cruzroja{
	width: 20%;
}

#telefonos.horizontal .telefono.denuncia{
	width: 25%;
}

#telefonos.horizontal .telefono.atencion{
	width: 35%;
}

#telefonos.horizontal .telefono > *{
	float: left;
}

#telefonos.horizontal .telefono > h3{
	font-family: 'Encode Sans', sans-serif;
	margin: 0 0 0 10px;
	font-size: 2em;
	line-height: 45px;
	color: #bc955c;
}

#telefonos.horizontal .telefono > h4{
	font-family: 'Encode Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	font-size: 1.1em;
	line-height: 45px;
	color: #345271;
}


/* Bloques configurables */
.bloque-index {
	margin-bottom: 30px;
}
.bloque-index ~ .bloque-index {
	margin-top: 30px;
}

/* Transmisión en Vivo */
#transmision{
	margin: 30px 0;
}

/* Carrusel Destacadas */

#destacadas{
	margin: 0 0 30px 0;
}

#carrusel-destacadas{
	background: #f2f2f2;
}

#carrusel-destacadas .nota{
	
}

#carrusel-destacadas .nota-datos{
	padding: 20px;
}

#carrusel-destacadas .meta{
	font-size: 11px;
	padding: 10px 20px;
	background: #ab0033;
	color: #FFF;
}

#carrusel-destacadas .meta li{
	margin-right: 20px;
}

#carrusel-destacadas .meta i.fa{
	margin-right: 5px;
}

#carrusel-destacadas .meta .fecha i{
	font-style: normal;
	text-transform: capitalize;
}

#carrusel-destacadas .meta li.categoria a{
	color: #FFF;
}


#carrusel-destacadas .nota-datos h2{
	font-family: 'Encode Sans', sans-serif;
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
	margin: 0;
}

.owl-theme .owl-controls {
  margin: 0;
}

.owl-controls .owl-nav [class*=owl-] {
  background: #FFF !important;
  color: #333 !important;
  font-size: 20px !important;
  padding: 15px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: .7;
}

.owl-controls .owl-nav [class*=owl-]:hover {
  background: #FFF !important;
  color: #333 !important;
  opacity: 1;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50px;
  margin: auto !important;
}

.owl-controls .owl-prev {
  left: 0;
}

.owl-controls .owl-next {
  right: 0;
}

.owl-controls .owl-dots {
  display: none !important;
}
#carrusel-notas:not(.owl-loaded){
  visibility: hidden
}

/* Carrusel de Prensa */

#carrusel{
	margin: 50px 0;
	padding: 50px 0;
	background: #f2f2f2;
}

#carrusel .fondo{
	background: #f2f2f2;
	padding:15px;
}

#carrusel .nota{
	border-right: 1px solid #d0d3d5;
}

#carrusel .nota .calendario{
	font-size: 20px;
}

#carrusel .nota .meta{
	color: #5c6670;
}

#carrusel .nota .fecha i{
	font-style: normal;
	text-transform: capitalize;
}

#carrusel .nota h2{
	font-family: 'Encode Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

#carrusel .nota p{
	font-size: 13px;
	color: #5c6670;
	line-height: 20px;
}

#carrusel .nota p a{
	color: #333;
}


/* Bloques */

#bloques{
	margin: 50px 0;
}

#bloques .bloque{
	width: 25%;
	height: 365px;
	float: left;
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
  background-repeat: no-repeat!important;
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
}

#bloques .bloque.musica{
	background: url('img/musica.jpg');
}

#bloques .bloque.festividades{
	background: url('img/festividades.jpg');
}

#bloques .bloque.gastronomia{
	background: url('img/gastronomia.jpg');
}

#bloques .bloque.traje-tipico{
	background: url('img/traje-tipico.jpg');
}

#bloques .bloque .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 65px;
	width: 100%;
	overflow: hidden;
}

#bloques .bloque .bottom .titulo{
	position: absolute;
	left: -10px;
	width: 80%;
	height: 60px;
	padding: 20px;
	background: rgb(171 0 51 / 80%);

  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);

  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);

  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;
}

#bloques .bloque .bottom .titulo h3{
	font-family: 'Encode Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;

	transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
}

#bloques .bloque .bottom .celeste{
	position: absolute;
	bottom: 0;
	left: 77%;
	width: 35%;
	height: 60px;
	background: rgb(221 201 163 / 80%);

  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
}



/** Interiores **/

/* Breadcrumbs */
div#breadcrumbs {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #777c80;
  font-size: .9em;
}

div#breadcrumbs a span{
  color: #bc955c;
}

/* Content */
.ssbp-wrap{
  width: 100%!important;
}

#the_content {
  color: #333;
}

h1#the_title {
	margin: 20px 0;
  font-size: 2.5em;
/*  text-transform: uppercase;*/
  color: #333;
  font-family: 'Encode Sans', sans-serif;
	border-left: 5px solid #bc955c;
  font-weight: 600;
  padding-left: 20px;
}

#the_category a {
  color: #bc955c;
  font-size: 0.9em;
}

div#entry .ssbp-list{
  margin: 0!important;
}

/*div#entry .ssba .ssba_twitter_share{
  content: url('img/x.png')!important;
}
*/
div#entry iframe{
  width: 100%!important;
}
div#entry {
  font-size: 1em;
  margin-bottom: 30px;
}

#entry p {
	margin-bottom: 20px;
}

#entry > .destacada {
	margin-bottom: 20px;
}

#entry a{
	font-weight: bold;
}

#entry img{
	max-width: 100%;
	height: auto;
}

#entry ul,
#entry ol{
	margin: 20px 0;
}

#entry ul li,
#entry ol li{
	margin-bottom: 10px;
}

#entry h1, #entry h2, #entry h3, #entry h4, #entry h5, #entry h6 {
	font-family: 'Encode Sans', sans-serif;
	color: #ab0033;
}

#entry .ssba-wrap{
	margin-bottom: 20px;
}

#entry blockquote{
	font-size: 1em;
	line-height: 1.5em;
}

#entry blockquote ol:last-child,
#entry blockquote p:last-child,
#entry blockquote ul:last-child {
    margin-bottom: 0 !important;
}

#entry .cuadro-interior {
  background: #f2f2f2;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
}

#entry .cuadro-interior h2 {
  background: #f2f2f2;
  color: white;
  font-size: 1.5em;
  text-align: center;
  padding: 5px 0;
  margin: 0 -20px 20px;
}

#entry .cuadro-interior.celeste h2 {
  background: #bc955c;
}

#entry .cuadro-interior.aqua h2 {
  background: #bc955c;
}

#entry .cuadro-interior.azul h2 {
  background: #bc955c;
}

#entry .cuadro-interior.verde h2 {
  background: #bc955c;
}

#entry .cuadro-interior.azul-oscuro h2 {
  background: #144f79;
}

#entry .cuadro-interior.azul-claro h2 {
  background: #2299bc;
}

#entry .cuadro-interior.rosa h2 {
  background: #f077ad;
}
#entry .cuadro-interior.azul-medio h2 {
  background: #1a75bc;
}
#entry .cuadro-interior.morado h2 {
  background: #91298c;
}
#entry .cuadro-interior.celeste-2 h2 {
  background: #2aa7e1;
}

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;
}
.owl-gallery .item + .item {
  display: none;
}

.entry figcaption{
	display: none;
}

#the_meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  font-size: 11px;
}

#the_meta li{
	margin-right: 10px;
}

#the_meta li a {
	color: #54565a;
}


/* 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;
}


/* Sidebar */

#serivicios-linea-sidebar{
	margin-top: 20px;
}
#nota-sidebar .meta li i.fa {
  margin-right: 5px;
}
#the_sidebar .nota-datos.row {
  font-size: 11px;
}

#the_sidebar .nota-datos h2 {
  font-size: 1.2em;
  margin-top: 5px;
}

#nota-sidebar .col-xs-10 {
	margin-bottom: 10px;
}

#the_sidebar .nota {
	border-bottom: 1px solid #dbdbdb
}

#the_sidebar .nota:last-child{
	border: 0;
}

#nota-sidebar img {
  display: block;
  margin: 0 auto;
}

#the_sidebar .nota .calendario{
	font-size: 20px;
}

#the_sidebar .nota-datos .meta li, #the_sidebar .nota-datos li{
	margin-right: 10px;
}

#the_sidebar .nota-datos .meta, #the_sidebar .nota-datos a{
	color: #54565a; /* bc955c */
  font-size: 11px;
}

#the_sidebar .nota .fecha i{
	font-style: normal;
	text-transform: capitalize;
}

#the_sidebar .nota h2{
	font-family: 'Encode Sans', sans-serif;
	font-size: 1em;
/*	text-transform: uppercase;*/
	color: #ab0033;
	margin-top: 0px;
}

#the_sidebar .nota p{
	font-size: 13px;
	color: #5c6670;
	line-height: 20px;
}
div#banner-sidebar {
    margin-bottom: 30px;
}

/* Archive y Category */

#primera-nota {
	margin-top: 30px;
	margin-bottom: 30px;
}

#primera-nota a {
	height: 300px;
	width: 100%;
	display: block;
	position: relative;
}

#primera-nota .bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 20px;
	top: 50%;
	font-size: 1.5em;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#primera-nota .titulo{
	position: absolute;
	bottom: 20px;
}

.demas-notas .titulo {
  font-size: 1.1em;
  color: #ab0033;
  padding: 5px;
}

#primera-nota .titulo-nota{
	font-family: 'Encode Sans', sans-serif;
	padding: 30px;
}

#primera-nota .titulo-nota .meta{
	margin-bottom: 20px;
	color: white;
}

#primera-nota .titulo-nota .meta i{
	font-style: normal;
	text-transform: capitalize;
}

#primera-nota .titulo-nota h2{
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	color: #FFF;
}


/* Archive */
#archive {
	margin-bottom: 40px;
}
#archive .meta {
  padding: 5px 0;
  font-size: 11px;
}

#archive .meta li {
  margin-right: 5px;
}

#archive .meta li i {
  margin-right: 5px;
}

#archive h2 {
  margin: 0;
  font-size: 1.1em;
/*  text-transform: uppercase;*/
  font-family: 'Encode Sans', sans-serif;
}

#archive .nota a {
  color: #ab0033;
}

#archive .nota li a {
  color: #54565a;
}

#archive .nota {
	margin-bottom: 40px;
}
#archive .nota a.excerpt {
    color: #333333;
}
/*Logos Banners*/
/*#banners-logos{
    background-color:#E8E8E8; 
    padding: 25px 0 45px;
}

#banners-logos p{
    text-transform: uppercase;
    margin: 0 0 25px;
    font-size: 2.2em;
    text-align: center;
    line-height: normal;
    width: calc(100% - 0px);
    font-weight: 600;
}
.owl-controls .owl-dots {
    display: none !important;
}*/
/*/Logo Banners*/

/* Footer */

#footer {
	overflow: hidden;
}

#footer-bg {
  background: -moz-linear-gradient(left, #54565a 0%, #54565a 50%,#f5f5f5 50%, #f5f5f5 100%);
  background: -webkit-linear-gradient(left, #54565a 0%, #54565a 50%,#f5f5f5 50%,#f5f5f5 100%);
  background: linear-gradient(to right, #54565a 0%,#54565a 50%,#f5f5f5 50%,#f5f5f5 100%);

  background:  -o-linear-gradient(left, #54565a 0%, #54565a 50%,#f5f5f5 50%, #f5f5f5 100%)
  background:  -moz-linear-gradient(left, #54565a 0%, #54565a 50%,#f5f5f5 50%, #f5f5f5 100%)
  background:   -webkit-gradient(left, #54565a 0%, #54565a 50%,#f5f5f5 50%, #f5f5f5 100%)
}

#footer-links {
  background: #f5f5f5;
}

#footer h2 {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333e48;
  font-family: 'Encode Sans', sans-serif;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 0;
}

#footer .info h2 {
  color: white;
}

#footer .menu li {
    display: block;
    line-height: 1.2;
    margin-bottom: 7px;
}

#footer .menu li a {
  color: #5c6670;
  font-size: 0.9em;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
}

#footer .info p {
  font-size: .8em;
  color: white;
  margin-bottom: 0;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
}

#footer .info p:last-child {
  padding-bottom: 30px;
}

.diag-spacer {
	display: inline-block;
	position: absolute;
	transform: rotate(-20deg);
	bottom: -100px;
	z-index: 0;
	left: 50%;
	z-index: 9;
}

.diag-spacer .mask {
	overflow: hidden;
	width: 20px;
	height: 400px;
}

.diag-spacer .mask:after {
	content: '';
	display: block;
	margin-left: -20px;
	width: 20px;
	height: 100%;
	border-radius: 12px / 125px;
  -webkit-border-radius: 12px / 125px;
  -moz-border-radius: 12px / 125px;
	box-shadow: 0 0 10px #bc955c;
}

div#footer-diagonal-color {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div#footer-diagonal-color:after {
  content: '';
  background: #f5f5f5;
  height: 400px;
  width: 100%;
  display:block;
  transform: rotate(-20deg);
  position:absolute;
  z-index: 0;
  bottom: -100px;
  left: 53%;
  z-index: 0;
}

#footer-rows > div {
  min-height: 200px;
}

#footer-rows{
  overflow: hidden;
}


/* Liston inferior */

#liston-inferior {
  text-align: center;
  color: white;
  font-size: .9em;
  line-height: 35px;
  height: 35px;
  background: #ab0033;
  border-top: 5px solid #bc955c;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
  position: relative;
}

/* Mapa del estado */
path {
    transition: fill .1s ease-in-out;
    cursor: pointer;
}
path.selected {
    fill: #96c93d;
}
#Layer_1 {
    max-width: 100%;
}

/* Sidebar */
#carrusel-banners a+a {
    display: none;
}

#carrusel-banners a img {
    max-width: 100%;
}
.titulo-sidebar {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 1.3em;
    overflow: hidden;
    background: -moz-linear-gradient(left, #ab0033 0%, #ab0033 50%,#FFFFFF 50%, ##FFFFFF 100%);
    background: -webkit-linear-gradient(left, #ab0033 0%, #ab0033 50%,#FFFFFF 50%, #FFFFFF 100%);
    background: linear-gradient(to right, #ab0033 0%, #ab0033 50%,#FFFFFF 50%, #FFFFFF 100%);
    position: relative;
    font-family: 'Encode Sans', sans-serif;
}
h2.titulo-sidebar a {
    color: white;
    background: #ab0033;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    transform: skew(20deg);
    width: 90%;
}
.titulo-sidebar a:before {
    content: '';
    position: absolute;
    right: 0px;
    width: 5px;
    top: 0;
    height: 100%;
    background: -moz-linear-gradient(bottom, #DDC9A3 0%, #bc955c 100%);
    background: -webkit-linear-gradient(bottom, #DDC9A3 0%, #bc955c 100%);
    background: linear-gradient(to top, #DDC9A3 0%, #bc955c 100%);
}
.titulo-sidebar a span {
    transform: skew(-20deg);
    display: block;
}


#carrusel-banners .bloque{
	width: 100%;
	height: 200px;
	float: left;
	background-position: center center !important;
	background-size: cover !important;
    -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
	position: relative;
}

#carrusel-banners .bloque.musica{
	background: url('img/musica.jpg');
}

#carrusel-banners .bloque.festividades{
	background: url('img/festividades.jpg');
}

#carrusel-banners .bloque.gastronomia{
	background: url('img/gastronomia.jpg');
}

#carrusel-banners .bloque.traje-tipico{
	background: url('img/traje-tipico.jpg');
}

#carrusel-banners .bloque .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 65px;
	width: 100%;
	overflow: hidden;
}

#carrusel-banners .bloque .bottom .titulo{
	position: absolute;
	left: -10px;
	width: 80%;
	height: 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	background: rgb(171 0 51 / 80%);
	transform: skew(20deg);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}

#carrusel-banners .bloque .bottom .titulo h3{
	font-family: 'Encode Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	transform: skew(-20deg);
}

#carrusel-banners .bloque .bottom .celeste{
	position: absolute;
	bottom: 0;
	left: 77%;
	width: 35%;
	height: 60px;
	background: rgb(221 201 163 / 80%);
	transform: skew(20deg);
}
#entry .cuadro-interior ul li a:hover, #entry .cuadro-interior ul li a.selected {
    color: rgb(171 0 51 / 60%);
}
.nota-meta.row {
    margin-bottom: 10px;
}
a.ver-sala-prensa {
    color: #bc955c;
}

/* Galeria y video */
#galeria-video .galeria-item, #galeria-video .galeria-item-flickr {
    height: 105px;
    padding: 1px;
}

.imgLiquidFill {
    height: 100%;
    width: 100%;
}
#galeria-video .galeria-item-flickr a:hover {
    background: #ff0084;
}
#galeria-video .galeria-item-flickr a {
    color: white;
    display:block;
    line-height: 105px;
    text-align: center;
    font-size: 3em;
    background: #0063dc;
    height: 100%;
}

a.link-foto {
    display: block;
    width: 100%;
    height: 100%;
}

/* Informacion de contacto */
div#mapa_google {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div#mapa_google > *{
  height: 100%;
}
#mapa_google.con-conocer-mas {
  height: 300px;
}
div#map_canvas {
  height: 100%;
}
#mapa_google iframe{
  width: 100%;
}
#informacion-contacto h3 {
	font-family: 'Encode Sans', sans-serif;
  border-left: 5px solid #bc955c;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}

#informacion-contacto h4 {
  font-weight: bold;
}
#informacion-contact {
	margin-bottom: 60px;
}
#conocer-mas {
	width: 50%;
}

#mapa-ubicaciones {
	height: 530px;
	margin-bottom: 30px;
}
/*slider principal*/
#slider-principal{
  overflow: hidden;
} 
#slider-principal .owl-carousel .owl-item .owl-lazy{
    opacity: 1;
}
#slider-principal  .owl-stage-outer{
  overflow: visible!important;
}
.sliderImage{
  height: 300px;
  background-position: center center!important;
  background-size: cover!important;
    -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  position: relative;
  opacity: 1!important;
}

.sliderImage + .sliderImage {
  display: none;
}

.sliderImage a{
  display: block;
  height: 100%;
  width: 100%;
}

#slider-principal > .owl-controls .owl-nav [class*=owl-] {
  background: transparent!important;
  color: #fff !important;
  font-size: 3.5em!important;
  padding: 15px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: .7;
} 

#slider-principal > .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent!important;
  color: #fff !important;
  opacity: 1;
}

#slider-principal > .owl-controls .owl-prev,.owl-controls .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 85px;
  margin: auto !important;
}

#slider-principal > .owl-controls .owl-prev {
  left: 0px;
}

#slider-principal > .owl-controls .owl-next {
  right: 0px;
}

.responsiveImg{ 
  opacity: 1!important; 
}

.responsiveImg + .responsiveImg{
  display: none;
}
/* Buscador avanzado */
#buscador .buscador-filtro {
    position: absolute;
    bottom: -60px;
    line-height: 20px;
    width: 100%;
    background: white;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    z-index: 999;
    display: none;
}

.buscador-filtro ul {
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

#logo-redes .form-buscador .form-control.buscando {
    border-radius: 10px 10px 0 0;
}

.buscador-filtro ul li.selected {
    background: #dbdbdb;
}

.buscador-filtro ul li a {
    padding: 10px 20px;
    display: block;
    width: 100%;
}

#buscador .buscando + .buscador-filtro {
    display: block;
}

#logo-redes #buscador form {
    position: relative;
}

#resultados small {
    color: #808285;
    font-weight: lighter;
    display:block;
    margin-bottom: 5px;
}

#resultados h4{
	font-family: 'Encode Sans', sans-serif;
	color: #ab0033;
  margin-bottom: 0px;
  margin-top: 25px;
}

/* Conocenos */
#conocenos .marquee-container {
  padding-bottom: 0 !important;
}
#conocenos .splash{
	height: 300px;
	background-size: cover !important;
	background-position: center center !important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
}

#conocenos .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#conocenos h2 {
    font-family: 'Encode Sans', sans-serif;
    border-left: 5px solid #bc955c;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
}

#conocenos p {
    color: #5c6670;
    text-align: justify;
}

#conocenos h3 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #ab0033;
    text-transform: uppercase;
    font-family: 'Encode Sans', sans-serif;
    margin-bottom: 5px;
}

#conocenos h4 {
    text-align: center;
    font-size: 1em;
    margin-top: 0;
}

#conocenos #redes-sociales{
	
}

#conocenos span.siguenos{
	float: left;
	line-height: 33px;
	font-family: 'Encode Sans', sans-serif;
	margin-right: 15px;
	font-size: 1em;
	text-transform: uppercase;
}

#conocenos #redes-sociales li{
	padding: 5px 0;
	width: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#conocenos #redes-sociales li.li-fb{
	background: #3b5998;
}

#conocenos #redes-sociales li.li-tw{
	background: #000;
}

#conocenos #redes-sociales li.li-tw a i{
  content: url(img/x-tw.png);
  width: 18px;
  margin: 0 auto;
}

#conocenos #redes-sociales li.li-yt{
	background: #cd201f;
}
#conocenos #redes-sociales li.li-fk{
  background: #0063dc;
}
#conocenos #redes-sociales li.li-instagram{
	background: #833ab4;
}

#conocenos #redes-sociales li a{
	color: #FFF;
	display: block;
	text-align: center;
}

#conocenos #redes-sociales li a i{
	font-size: 1.5em;
}

#img-secretario {
  width: 150px;
  height: 150px;
  background-position: center center!important;
  background-size: cover!important;
  border: 10px solid white;

  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;

  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);

  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  
  position: relative;
}

#img-c4 {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

/*#conocenos .col-md-4 {
    padding-top: 50px;
}*/
#conocenos .col-md-4{
  display: flex;
  justify-content: center;
  align-items: center;
}

#conocenos.conocenos-c4 .col-md-4 {
    padding-top: 30px;
}

#telefonos-servicios.horizontal #numeros-emergencia li {
    display: inline-block;
}

#telefonos-servicios.horizontal #numeros-emergencia {
    text-align: justify;
}

#telefonos-servicios.horizontal #numeros-emergencia:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/* Footer especial */
#footer-no-diagonal {
    background: -moz-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%, #f5f5f5 100%);
    background: -webkit-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%,#f5f5f5 100%);
    background: linear-gradient(to right, #ab0033 0%,#ab0033 50%,#f5f5f5 50%,#f5f5f5 100%);
}

#map-marker-content h1 {
	font-size: 1.7em;
	font-family: 'Encode Sans', sans-serif;
}


/* Tabs */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background: #FFF;
  border-top: 3px solid #ddd;
  color: #666;
}

.nav-tabs > li > a:hover{
	background: #fcfcfc;
	border-top: 3px solid #ddd;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top: 3px solid #ab0033;
  color: #ab0033;
}

#tabs-masinfo{
	background: #FFF;
	border: 1px solid #ddd;
	padding: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-color: transparent;
}

/* Bloque de jovenes */
#bloques-jovenes {
    background: #4daad4;
    padding: 30px 0;
}

.bloque-jovenes-titulo, .bloque-jovenes-imagen {
    background: white;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Encode Sans', sans-serif;
    padding: 10px;
}

#bloques-jovenes .bloque-jovenes {
    padding: 0;
}
#bloques-jovenes .bloque-jovenes a, #bloques-jovenes .bloque-jovenes a:hover, #bloques-jovenes .bloque-jovenes a:active {
	text-decoration: none;
}
.bloque-jovenes-imagen {
    font-size: 7em;
    color: white;
}

.bloque-convocatorias .bloque-jovenes-titulo { color: #f8a01a; }
.bloque-salaprensa .bloque-jovenes-titulo { color: #df277f; }
.bloque-programas .bloque-jovenes-titulo { color: #82b43b; }
.bloque-contacto .bloque-jovenes-titulo { color: #005991; }
.bloque-sitiosinteres .bloque-jovenes-titulo { color: #923fc5; }
.bloque-becas .bloque-jovenes-titulo { color: #00b3fe; }

.bloque-convocatorias .bloque-jovenes-imagen { background: url(img/seccion-jovenes-convocatorias.jpg) center center no-repeat; background-size: cover; }
.bloque-salaprensa .bloque-jovenes-imagen { background: url(img/seccion-jovenes-salaprensa.jpg) center center no-repeat; background-size: cover; }
.bloque-programas .bloque-jovenes-imagen { background: url(img/seccion-jovenes-programas.jpg) center center no-repeat; background-size: cover; }
.bloque-contacto .bloque-jovenes-imagen { background: url(img/seccion-jovenes-contacto.jpg) center center no-repeat; background-size: cover; }
.bloque-sitiosinteres .bloque-jovenes-imagen { background: url(img/seccion-jovenes-sitiosinteres.jpg) center center no-repeat; background-size: cover; }
.bloque-becas .bloque-jovenes-imagen { background: url(img/seccion-jovenes-becas.jpg) center center no-repeat; background-size: cover; }
/* /Bloque de jovenes */

/*sidebar menu google tam*/
#menu-google {
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 1px #adadad;
}

#menu-google li{
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #EEEEEE;
  padding: .75rem 1.25rem;
}

#menu-google li:hover {
  background-color: #F9F9F9;
}

#menu-google li a{
  color: #45494c;
  font-weight: 600;
}

/*liston gtranslate*/
#liston-superior .contenido {
  display: flex;
  justify-content: flex-end;
}

#liston-superior {
  background-color: #ab0033;
}

#traductores {
  line-height: 40px;
}

#traductores a {
  color: white;
  font-size: 0.9em;
  font-weight: lighter;
  opacity: .8;
  margin-left: 5px;
}

/*biblioteca virtual*/
/*libro del mes*/
#libro-del-mes .celeste {
  position: absolute;
  right: -200px;
  width: 25%;
  height: 100%;
  display: flex;
  background: #bc955c;
  transform: skew(-35deg);
}

#libro-del-mes .celeste .width{
  width: 100%;
  height: 100%;
  position: relative;
}

#libro-del-mes .width .verde {
  position: absolute;
  left: 0;
  width: 25%;
  height: 100%;
  display: flex;
  background: #bc955c;
  transform: skew(47deg);
}

#libro-del-mes {
  background: #1b2d51;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#libro-del-mes .container{
  padding: 0;
  position: relative;
}

#libro-del-mes .libro h2{
  font-family: 'Encode Sans', sans-serif;
  text-transform: uppercase;
  font-weight: lighter!important;
  font-size: 2em;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  border: 0;
  color: #fff;
  margin-top: 0;
}

#libro-del-mes .libro h3 {
  text-align: left;
  font-weight: lighter;
  color: #97c54b;
  font-size: 1.4em;
}

#libro-del-mes .libro .datoslibro ul{
  color: #fff;
  font-weight: lighter;
}

#libro-del-mes .libro .datoslibro ul > li:first-child{
  font-weight: 600;
}

#libro-del-mes .libro p{
  font-size: 13px;
  color: #5c6670;
  line-height: 20px;
}

#libro-del-mes .libro p a{
  color: #333;
}

.libro .img-libro{
  position: relative;
}

#libro-del-mes .libro .datoslibro .excerpt{
  color: #fff;
  font-weight: lighter;
  font-size: .9em;
}

#libro-del-mes .libro .datoslibro .excerpt .link{
  color: #5397c4;
  text-transform: uppercase;
  display: block;
}

.libro .image {
  width: 165px;
  height: 225px;
  background-size: cover;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
}
/*lo nuevo biblioteca*/
#lo-nuevo .container{
  padding-top:20px;
  padding-bottom:20px;
}

#lo-nuevo h2.titulo {
  font-family: 'Encode Sans', sans-serif;
  border-left: 5px solid #bc955c;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}

#lo-nuevo .inner-libro-new .imagen{
  border-right: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: center; 
} 

#lo-nuevo .imagen .cont-img{
  width: 170px;
  height: 225px;
  display: flex;
}

#lo-nuevo .inner-libro-new .imagen img{
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}

#lo-nuevo .etiqueta{
  display: block;
  background: #3fb5e5;
  color: #fff;
  left: 0;
  padding: 4px 10px;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.1em;
}

#lo-nuevo .etiqueta:hover{
  background: #005aba;
}

#lo-nuevo h2{
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
/*recomendaciones biblioteca*/
#biblioteca-recomendaciones {
  background: #f2f2f2;
}

#biblioteca-recomendaciones h2.titulo {
  font-family: 'Encode Sans', sans-serif;
  border-left: 5px solid #bc955c;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}

#biblioteca-recomendaciones .container{
  padding-top:20px;
  padding-bottom:20px;
}

#biblioteca-recomendaciones .inner-libro .imagen{
  border-right: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: center; 
} 

#biblioteca-recomendaciones .imagen .cont-img{
  width: 170px;
  height: 225px;
  display: flex;
}

#biblioteca-recomendaciones .inner-libro .imagen img{
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}

#recomendaciones-libros .etiqueta{
  display: block;
  background: #3fb5e5;
  color: #fff;
  left: 0;
  padding: 4px 10px;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.1em;
}

#recomendaciones-libros .etiqueta:hover{
  background: #005aba;
}

#recomendaciones-libros h2{
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.d-block{
  display: block;
}

/*#recomendaciones-libros .inner-libro ul li{
  display: inline-block;
}
*/
/*libros autores biblioteca*/
#catalogo-autores {
  background: #f2f2f2;
}

#catalogo-autores h2.titulo {
  font-family: 'Encode Sans', sans-serif;
  border-left: 5px solid #bc955c;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}

#catalogo-autores .container{
  padding-top:20px;
  padding-bottom:20px;
}

#catalogo-autores .inner-libro .imagen{
  border-right: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: center; 
} 

#catalogo-autores .imagen .cont-img{
  width: 170px;
  height: 225px;
  display: flex;
}

#catalogo-autores .inner-libro .imagen img{
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}

#libros-autor .etiqueta{
  display: block;
  background: #3fb5e5;
  color: #fff;
  left: 0;
  padding: 4px 10px;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.1em;
}

#libros-autor .etiqueta:hover{
  background: #005aba;
}

#libros-autor h2{
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

/*page autores biblioteca*/
#archive-autores .img-nota-nothumb {
  width: 100%;
  height: 150px;
  background: url(img/nothumb.jpg) center center no-repeat;
  background-size: 100%;
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
}
 
#archive-autores h2 { 
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'Encode Sans', sans-serif;
  color:#333;
}

#archive-autores .buscador-tipo-filtros ul li a {
  color: #fff;
  background-color: #172844;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 3px 0;
  width: 100%;
}
  
#archive-autores .buscador-tipo-filtros ul li a:hover {
  background-color: #0064a7;
}

#archive-autores .autor-hide {
    display: none;
}

#archive-autores .autor .img-nota img{
  -webkit-filter:grayscale(1);
  filter:grayscale(1);
  -webkit-transition : -webkit-filter 1s ease-out;
  transition : -webkit-filter 1s ease-out;  
}

#archive-autores .autor:hover .img-nota img{
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
}

/*page libros biblioteca*/
#biblioteca ,#biblioteca-autores{
  font-size: 1em;
  color: #45494c;
}

#biblioteca h1, #biblioteca h2, #biblioteca h3, 
#biblioteca h4, #biblioteca h5, #biblioteca h6,
#biblioteca-autores h1, #biblioteca-autores h2,
#biblioteca-autores h3, #biblioteca-autores h4,
#biblioteca-autores h5, #biblioteca-autores h6 {
  font-family: 'Encode Sans', sans-serif;
}

#biblioteca h3.titulo, #biblioteca-autores h3.titulo {
  font-weight: 500;
  font-size: 1.3em;
  margin-top: 0;
}

#biblioteca .contenido a,#biblioteca-autores .contenido a{
  color: #45494c;
  font-weight: 600;
}

#biblioteca .contenido p, #biblioteca-autores .contenido p{
  font-weight: lighter;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif!important;
}

#biblioteca .libro img {
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}

#biblioteca .libro .descargar{
  display: block;
  background: #3fb5e5;
  color: #fff;
  left: 0;
  padding: 4px 10px;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.1em;
}

#info-adicional .nav-tabs > li {
  margin:0;
}

#info-adicional .nav-tabs > li > a{
  color:#fff;
  background-color: #ab0033;
  border-top:none;
  text-align: center;
}

#info-adicional .nav-tabs > li.active > a{
  background-color: #3fb5e5;
}

.tab-content #home .img-autor{
  max-height: 150px;
}

#info-adicional .autor {
  font-size: 1.2em;
  font-weight: 600;
}

#info-adicional .biografia {
  font-weight: lighter;
}

#info-adicional .autor-libros li{
  display: block;
}

#info-adicional .autor-libros li a{
  font-weight: lighter;
}

#biblioteca .social li ,#biblioteca-autores .social li{
  padding: 5px 0;
  width: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#biblioteca .social li.li-facebook ,#biblioteca-autores .social li.li-facebook{
  background: #3b5998;
}

#biblioteca .social li.li-twitter ,#biblioteca-autores .social li.li-twitter{
  background: #1da1f2;
}

#biblioteca .social li.li-site ,#biblioteca-autores .social li.li-site {
  background: #4c9417; 
}

#biblioteca .social li a, #biblioteca-autores .social li a {
  color: #FFF;
  display: block;
  text-align: center;
}

/*page autores*/
#biblioteca-autores .destacada{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s ease-out;
  transition: -webkit-filter 1s ease-out;
}

/* Media Querys */


/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 341px) {  

  #logo-redes .logo-a .logotam{
    max-height: 40px;
  }
  #logo-redes .logo-a .logo-secretarias{
    max-height: 33px;
  }
}  
  
/* Para 320px */  
@media only screen and (max-width: 340px) and (min-width: 5px)  {  
  #logo-redes .logotam {
    max-height: 35px;
  }
}

@media (min-width: 767px) and (max-width: 991px)  {
  .producto .img-nota {
    max-height: initial!important;
    height: auto!important; 
  } 
  .producto .img-nota img {
    height: auto!important;
  }
/*    .comercio-bloque ,.comercio-bloque a{
    height: auto!important;
  }*/

  /*logos-buscador movil*/
  #logo-redes .logotam{
/*    max-height: 60px;
    margin-right: 20px;*/
  }
  a.logo-a {
    min-height: 75px;
  }
/*  #logo-tam{
    border-right: 2px solid #DDC9A3;
  }*/
/*  #logo-secretaria{
    border-right: 2px solid #DDC9A3;
    border-left: 2px solid #DDC9A3;
    padding: 0 2px 0 20px;
  }*/
  .h-100{
    height: 100%;
  }
  .form-group{
    margin-bottom: 0!important;
  }
  #barras-boton ,#buscador-movil{
    line-height: 85px;
    height: 85px;
  }
  #buscador-movil #buscador{
    width: 100%;
    display: flex;
    align-items: center;
  }
  #buscador-movil #buscador .form-buscador{
    width: 100%;
  }
}
@media (max-width: 767px)  {
	#telefonos.nuevo img { 
		/*margin: 20px;*/
	}
	/* Tabs Responsive */
	.nav-tabs.responsive > li {
	  display: none;
	  width: 23%;
	}
	
	.nav-tabs.responsive > li > a {
	  max-width: 100%;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  word-wrap: normal;
	  width: 100%;
	  width: 100%;
	  text-align: center;
	  vertical-align: top;
	}
	
	.nav-tabs.responsive > li.active {
	  width: 54%;
	}
	
	.nav-tabs.responsive > li.active:first-child {
	  margin-left: 23%;
	}
	
	.nav-tabs.responsive > li.active, .nav-tabs.responsive > li.prev, .nav-tabs.responsive > li.next {
	  display: block;
	}
	
	.nav-tabs.responsive > li.prev, .nav-tabs.responsive > li.next {
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
	
	.nav-tabs.responsive > li.next > a, .nav-tabs.responsive > li.prev > a {
	  -webkit-transition: none;
	  transition: none;
	}
	
	.nav-tabs.responsive > li.next > a .text, .nav-tabs.responsive > li.prev > a .text {
	  display: none;
	}
	
	.nav-tabs.responsive > li.next > a:after, .nav-tabs.responsive > li.next > a:after, .nav-tabs.responsive > li.prev > a:before, .nav-tabs.responsive > li.prev > a:before {
	  position: relative;
	  top: 1px;
	  display: inline-block;
	  font-family: 'Glyphicons Halflings';
	  font-style: normal;
	  font-weight: 400;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
	
	.nav-tabs.responsive > li.prev > a:before {
	  content: "\e079";
	}
	
	.nav-tabs.responsive > li.next > a:after {
	  content: "\e080";
	}
	
	.nav-tabs.responsive > li.dropdown > a > .caret {
	  display: none;
	}
	
	.nav-tabs.responsive > li.dropdown > a:after {
	  content: "\e114";
	}
	
	.nav-tabs.responsive > li.dropdown.active > a:after {
	  display: none;
	}
	
	.nav-tabs.responsive > li.dropdown.active > a > .caret {
	  display: inline-block;
	}
	.nav-tabs.responsive > li.dropdown .dropdown-menu.pull-xs-left {
	  left: 0;
	  right: auto;
	}
	
	.nav-tabs.responsive > li.dropdown .dropdown-menu.pull-xs-center {
	  right: auto;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  -moz-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  -o-transform: translateX(-50%);
	  transform: translateX(-50%);
	}
	
	.nav-tabs.responsive > li.dropdown .dropdown-menu.pull-xs-right {
	  left: auto;
	  right: 0;
	}
	
	.bloque-jovenes-titulo, .bloque-jovenes-imagen {
		width: 50%;
	}
	
	.bloque-jovenes:nth-child(even) .bloque-jovenes-titulo { float: left; }
	.bloque-jovenes:nth-child(odd) .bloque-jovenes-titulo { float: right; }

	.bloque-jovenes:nth-child(even) .bloque-jovenes-imagen { float: right; }
	.bloque-jovenes:nth-child(odd) .bloque-jovenes-imagen { float: left; }

  .producto .img-nota {
    max-height: initial!important;
    height: auto!important; 
  } 
  .producto .img-nota img {
    height: auto!important;
  }

/*  #logo-tam{
    border-right: 2px solid #DDC9A3;
  }*/
/*  #logo-secretaria{
    border-right: 2px solid #DDC9A3;
    border-left: 2px solid #DDC9A3;
    padding: 0 2px 0 20px;
  }*/
}

@media (max-width: 767px)  {
	
	#conocenos .splash{
		height: 200px;
	}
	
	#links-liston-superior{
    float: none !important;
    clear: both;
    text-align: center;
  }
    
  #liston-superior {
    height: auto;
    overflow: hidden;
  }
  
  .form-buscador.showing-search .form-control {
    width: 160px;
  }
  
  #conocenos #redes-sociales {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
  }
  
  #conocenos #redes-sociales:after{
	  content: ' ';
	  display: block;
	  width: 100%;
  }
  
 #conocenos span.siguenos{
	  width: 100%;
	  text-align: center;
	}
  
  #conocenos #redes-sociales li{
		width: 32%;
		display: inline-block;
	}
  
	#telefonos-servicios .row >div {
    margin-bottom: 20px;
  }
  
  ul#numeros-emergencia {
    font-size: 0.9em;
  }
  
  #liston-inferior {
    height: auto;
    line-height: 2;
    padding: 0 10px;
	}
	
	#to-break {
		display: block;
		font-size: 0;
	}
	
	#bloques .bloque{
		width: 100%;
	  height: 200px;
  }
  
  #telefonos.horizontal .telefono.emergencia{
		width: 100%;
		margin: 10px 0;
	}
	
	#telefonos.horizontal .telefono.cruzroja{
		width: 100%;
		margin: 10px 0;
	}
	
	#telefonos.horizontal .telefono.denuncia{
		width: 100%;
		margin: 10px 0;
	}
	
	#telefonos.horizontal .telefono.atencion{
		width: 100%;
		margin: 10px 0;
	}
	
	#telefonos.horizontal .telefono > h3{
		font-size: 1.7em;
	}
	
	#telefonos.horizontal .telefono > h4{
		font-size: .9em;
	}
	

  /*logos-buscador movil*/
  #logo-redes .logotam{
/*    max-height: 60px;
    margin-right: 20px;*/
  }
  a.logo-a {
    min-height: 75px;
  }
  .h-100{
    height: 100%;
  }
  .form-group{
    margin-bottom: 0!important;
  }
  #barras-boton ,#buscador-movil{
    line-height: 85px;
    height: 85px;
  }
  #buscador-movil #buscador{
    width: 100%;
    display: flex;
    align-items: center;
  }
  #buscador-movil #buscador .form-buscador{
    width: 100%;
  }

}

@media (max-width: 991px) {
	
	#logo-redes #buscador form {
    height: 80px;
    line-height: 80px;
    margin-bottom: 0;
	}
	
	#buscador .buscador-filtro{
		bottom: -82px;
	}
	
	#menu-secretarias {
    background: #ab0033;
    height: auto;
	}
	
	#links-liston-superior {
		font-size: 16px;
	}
	
	#footer-bg {
		text-align: center;
	  background: #f5f5f5;
	}
	
	#footer-rows.cols-same-height > div {
    height: auto !important;
	}
	
	#footer div.info {
    background: #54565a; 
	}
	
	#footer {
    padding-top: 30px;
    font-size: 17px;
	}
	
  ul#numeros-emergencia {
    text-align: center;
  }
  
  ul#numeros-emergencia span {
  	display: block;
  }
  
	#servicios-linea {
    font-size: 17px;
	}
	
	div#entry {
    font-size: 1.1em;
	}
	
	#slider .slider .degradado{
		height: 300px;
		background: -moz-linear-gradient(top,  rgba(0,92,185,0) 0%, rgba(0,92,185,0) 40%, rgba(0,92,185,1) 75%, rgba(0,92,185,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab0033', endColorstr='#ab0033',GradientType=0 ); /* IE6-9 */
	}
	
	#slider .slider .degradado .row .col-sm-12{
		height: 300px;
		position: relative;
	}
	
	#slider .slider .titulo-nota{
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 30px 5px 30px;
	}
	
	#slider .slider .titulo-nota h2{
		font-size: 1.5em;
		margin: 15px 0 10px 0;
	}
	
	#slider .slider{
		background-size: cover !important;
      -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
		background-position: center center;
	}
	
	#primera-nota .degradado{
		height: 300px;
		background: -moz-linear-gradient(top,  rgba(0,92,185,0) 0%, rgba(0,92,185,0) 40%, rgba(0,92,185,1) 75%, rgba(0,92,185,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab0033', endColorstr='#ab0033',GradientType=0 ); /* IE6-9 */
	}
	
	#primera-nota .degradado .row .col-sm-12{
		height: 300px;
		position: relative;
	}
	
	#primera-nota .titulo-nota{
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 30px 5px 30px;
	}
	
	#primera-nota .titulo-nota h2{
		font-size: 1.5em;
		margin: 15px 0 10px 0;
	}
	
	#primera-nota{
		background-size: cover !important;
      -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
		background-position: center center;
	}
	
	#the_sidebar .nota h2 {
/* 		font-size: 1.5em; */
	}
	
	#the_title {
		font-size: 2em !important;
	}
   #galeria-video .galeria-item, #galeria-video .galeria-item-flickr {
        height: 125px;
    }
    #galeria-video .galeria-item-flickr a {
        line-height: 125px;
    }
    #galeria-video .col-md-6:first-child {
    	margin-bottom: 20px;
    }
    .galeria-item-flickr {
        width: 100%;
        height: 60px !important;
    }
    .galeria-item-flickr a {
        height: 60px !important;
        line-height: 60px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px)  {
	
	#conocenos .splash{
		height: 250px;
	}
  
  #bloques .bloque{
	  height: 250px;
  }
  
  #bloques .bloque .bottom .titulo h3{
	  font-size: 1em;
  }
    
	#bloques .bloque .bottom .celeste{
		left: 136px;
	}
	
  #galeria-video .galeria-item:last-child {
      display: none;
  }
  
  #telefonos.horizontal .telefono > h4{
		line-height: 1.5em	
  }
}

@media (min-width: 992px) {
	
	#slider .slider .titulo-nota{
		height: 300px;
	}
	
	#slider .slider .titulo-nota:before{
		content: ' ';
		height: calc(100% - 60px);
		border-left: 1px solid #bc955c;
		position: absolute;
		top: 30px;
		left: 15px;
	}
	
	#slider .slider .titulo-nota h2:before{
		content: ' ';
		width: 10px;
		height: 30px;
		display: block;
		background: #bc955c;
		position: absolute;
		top: 0;
		left: -35px;
	}
	
	#slider .slider .degradado{
		height: 300px;
		background: -moz-linear-gradient(left,  rgba(0,92,185,0) 0%, rgba(0,92,185,0) 40%, rgba(0,92,185,1) 75%, rgba(0,92,185,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab0033', endColorstr='#ab0033',GradientType=1 ); /* IE6-9 */
	}
	
	#primera-nota .titulo-nota{
		height: 300px;
	}
	
	#primera-nota .titulo-nota:before{
		content: ' ';
		height: calc(100% - 60px);
		border-left: 1px solid #bc955c;
		position: absolute;
		top: 30px;
		left: 15px;
	}
	
	#primera-nota .titulo-nota h2:before{
		content: ' ';
		width: 10px;
		height: 30px;
		display: block;
		background: #bc955c;
		position: absolute;
		top: 0;
		left: -35px;
	}
	
	#primera-nota .degradado{
		height: 300px;
		background: -moz-linear-gradient(left,  rgba(0,92,185,0) 0%, rgba(0,92,185,0) 40%, rgba(0,92,185,1) 75%, rgba(0,92,185,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,92,185,0) 0%,rgba(0,92,185,0) 40%,rgba(0,92,185,1) 75%,rgba(0,92,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab0033', endColorstr='#ab0033',GradientType=1 ); /* IE6-9 */
	}
	
	div#mapa_google.con-conocer-mas {
		height: 86%;
	}
  
  #mapa_google iframe{
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px)  {
	
	#menu-menu-principal > li > a {
		padding: 0 14px;
	}
   
	#bloques .bloque .bottom .celeste{
		left: 179px;
	}
	
	#row-cabecera .menu-escritorio{
		height: 116px;
	}
		
  #links-servicios-linea li {
    line-height: 1.3;   
  }
  
  ul#numeros-emergencia {
    text-align: left;
    font-size: .8em;
  }
  
  #galeria-video .galeria-item, #galeria-video .galeria-item-flickr {
      height: 85px;
  }
  
  #galeria-video .galeria-item-flickr a {
      line-height: 85px;
  }
  
  #telefonos.horizontal .telefono.emergencia{
		width: 20%;
	}
	
	#telefonos.horizontal .telefono.cruzroja{
		width: 20%;
	}
	
	#telefonos.horizontal .telefono.denuncia{
		width: 24%;
	}
	
	#telefonos.horizontal .telefono.atencion{
		width: 36%;
	}
	
	#telefonos.horizontal .telefono > *{
		float: left;
	}
	
	#telefonos.horizontal .telefono > h3{
		font-size: 1.7em;
	}
	
	#telefonos.horizontal .telefono > h4{
		font-size: .9em;
	}
	  

}

@media (min-width: 1200px) {
    
  #bloques .bloque .bottom .celeste{
		left: 219px;
	}
    
}



/** 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;}
*/
.conocenos-shortcode .col-md-6 {
    display: flex;
    justify-content:center;
    align-items:center;
    vertical-align: middle;
}

svg#Layer_2 {height: 290px;}

/*c4*/
#logo-redes.logo-redes-c4 img.img-responsive {
  max-height: 90px;
  margin: 0 auto;
}

.logo-redes-c4 a.logo-a {min-height: 0;}

.v-center {display:flex;justify-content:center;align-items:center;height: 100%;}



/* Bloque de mas buscados */
.recompensa{
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: lighter;
}

.recompensa strong{
  font-size: 1.7em;
}

#mas-buscados-carrusel{
  margin: 30px 0;
  padding: 30px 0;
  background: #f2f2f2;
}

#mas-buscados-carrusel .fondo{
  background: #f2f2f2;
  padding:15px;
}

#mas-buscados-carrusel .nota{
  border-right: 1px solid #d0d3d5;
}

#mas-buscados-carrusel .nota .calendario{
  font-size: 20px;
}

#mas-buscados-carrusel .nota .meta{
  color: #5c6670;
}

#mas-buscados-carrusel .nota .fecha i{
  font-style: normal;
  text-transform: capitalize;
}

#mas-buscados-carrusel .nota h2{
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

#mas-buscados-carrusel .nota p{
  font-size: 13px;
  color: #5c6670;
  line-height: 20px;
}

#mas-buscados-carrusel .nota p a{
  color: #333;
}

#mas-buscados:not(.owl-loaded){
  visibility: hidden;
}
#mas-buscados-carrusel h3 {
    font-family: 'Encode Sans', sans-serif;
    border-left: 5px solid #bc955c;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
}


/* paginas catalogos */
.productos .producto{
 height: 100%; 
}
.producto a{
  display: block;
}
.producto .img-nota{
  border: 1px solid #ddd;
  padding: 10px;
  max-height: 285px;
  height: 100%;
}
.producto .img-nota img{ 
  height: 100%; 
  object-fit: contain;
  object-position: center; 
}
.interior-catalogo .logo-catalogo{
	max-width: 300px;
	height: auto;
}

#menu-menu-principal > li.resaltar {
  background-color: #bc955c;
}

.btn.celeste {
  background: #3db4e5;
  border-color: #3db4e5;
}

.btn.aqua {
  background: #13a89e;
  border-color: #13a89e;
}

.btn.azul {
  background: #ab0033;
  border-color: #ab0033;
}

.btn.verde {
  background: #96c93d;
  border-color: #96c93d;
}

.btn.azul-oscuro {
  background: #144f79;
  border-color: #144f79;
}

.btn.azul-claro {
  background: #2299bc;
  border-color: #2299bc;
}

.btn.rosa {
  background: #f077ad;
  border-color: #f077ad;
}
.btn.azul-medio {
  background: #1a75bc;
  border-color: #1a75bc;
}
.btn.morado {
  background: #91298c;
  border-color: #91298c;
}
.btn.celeste-2 {
  background: #2aa7e1;
  border-color: #2aa7e1;
}

.alert-info {
  color: #bc955c!important;
  background-color: rgb(221 201 163 / 50%)!important;
  border-color: #bc955c!important;
}

.table-responsive {
  overflow-x: visible; 
}

/* Carrusel Interior */
#carrusel-interior h2{
  font-size: 18px;
  line-height: 1.3;
}

#carrusel-interior{
  font-size: 13px;
}