/*
Theme Name: Informativo
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia.eot');
    src: url('fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia.woff2') format('woff2'),
        url('fonts/Georgia.woff') format('woff'),
        url('fonts/Georgia.ttf') format('truetype'),
        url('fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-Italic.eot');
    src: url('fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia-Italic.woff2') format('woff2'),
        url('fonts/Georgia-Italic.woff') format('woff'),
        url('fonts/Georgia-Italic.ttf') format('truetype'),
        url('fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


:root {	
	--white: #ffffff;
	--blue: #008FD7;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.titulo, a.titulo, a.titulo:hover {
	font-family: 'Roboto Condensed', sans-serif;
}
.italic, .georgia {
	font-family: 'Georgia', serif;
	font-style: italic;
	color: var(--blue);
}
.container, .container-fluid {
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.transition, a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: none;
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--blue);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
/**** HEADER ****/
header {
	background: #fff;
}
.top {
	border-bottom: 1px solid #e0e0e0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.top {
	font-family: 'Georgia',serif;
	color: #707070;
	font-style: italic;
}
.top .fecha {
	padding-top: 5px;
}
.top .redes {
	display: none;
}
.top .search {
	position: relative;
	width: 160px;
	max-width: 100%;
	float: right;
}
.top .search input {
	border: 1px solid #fff;
	outline: none;
	width: 100%;
	color: #333;
	padding: 3px 0 3px 34px;
}
.top .search button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: #fff;
	color: #707070;
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 16px;
}
@media(min-width: 767px) {
	.floatright {
		float: right;
	}
}
.logobar {
	padding-top: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.logobar .banner-top {
	text-align: center;
	margin-bottom: 15px;
} 
.logo img {
	width: 350px;
	max-width: 100%;
	margin-bottom: 15px;
}
.mainmenu {
	position: relative;
}
.border-mainmenu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #000;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 2px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #000;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Roboto', sans-serif;
	border-bottom: 4px solid transparent;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #000;
	border-bottom: 4px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: #000;
	border-bottom: 4px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 12px;
	padding-left: 12px;
}
.navbar-default .navbar-right li {
	padding-right: 0;
}
.navbar-default .redes a {
	border: none !important;
	color:  #666 !important;
	padding: 16px 8px !important;
	display: inline-block;
}
.mainmenu .logo {
	display: none;
}
.menuresponsive {
	display:  none;
}


@media (max-width: 991px) {
 	.navbar-header {
  		float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 7.5px;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
  	}
  	.navbar-default .navbar-nav li a {
		padding-top: 11px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #42a3dd !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-default .navbar-nav.navbar-right {
		display: none;
	}
	.navbar-default .navbar-toggle {
  		border-color: none !important;
	}
	.navbar-toggle {
  		background: #fff !important;
		border: none !important;
  		margin-right: 5px;
	 	padding: 9px 0;
  		margin-top: 20px;
	}
  	.top .fecha {
  		display: none;
  	}
  	.top .redes {
  		display: block;
  	}
  	.top .redes a {
		color:  #707070 !important;
		padding: 4px 5px;
		display: inline-block;
	}
	.navbar-toggle .icon-bar {
	 	display: block;
	  	width: 22px;
	  	height: 2px;
	  	border-radius: 1px;
	  	margin-bottom: 4px;
	}
	.navbar-default .navbar-toggle .icon-bar {
  		background-color: var(--black);
	}
	.logobar {
		display: none;
	}
	.mainmenu .logo {
  		display: block !important;
  		position: absolute !important;
  		left: 15px !important;
  		width: 230px !important;
  		top:  10px !important;
	}
	.navbar-default {
 		min-height: 76px;
	}
	.menuresponsive {
  		display: block;
  		border-top: 2px solid #000;
  		overflow: scroll;
	}
	ul.menuscroll {
		display: block;
		margin: 0;
		padding: 0 15px;
		white-space: nowrap;
	}
	ul.menuscroll li {
		display: inline-block;
		white-space: nowrap;
	}
	ul.menuscroll li.page_item, ul.menuscroll li.menu-item-object-page {
		display: none;
	}
	ul.menuscroll li a {
		display: block;
		padding: 11px 10px 11px 10px;
		color: #000;
	}
	.border-mainmenu {
  		height: 2px;
  	}
}
 

.row {
	margin: 0 -7px;
}
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5,
.col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-6, .col-xs-9, .col-xs-3 {
	padding: 0 7px;
} 
.noticia {
	position: relative;
	margin-bottom: 14px;
}
.noticia a.imgnoticia::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/shadow.png) no-repeat bottom left;
}
.noticia a.imgnoticia {
	display: block;
	width: 100%;
	position: relative;
}
.metas-noticia {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
}
.metas-noticia .timeago img {
	position: relative;
	top: -1px;
	margin-right: 5px;
	width: 15px;
}
.noticia .titulo {
	margin-bottom: 11px;
}
.noticia .share {
	position: absolute;
	z-index: 1000;
	right: 15px;
	bottom: 15px;
}
.noticia .imgnoticia.primera {
	height: 414px; 
}
.primera .titulo {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
}
.noticia .imgnoticia.segunda {
	height: 200px; 
}
.segunda .titulo {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.noticia .imgnoticia.tercera {
	height: 280px; 
}
.tercera .titulo {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}
.noticia .imgnoticia.cuarta {
	height: 160px; 
}
.cuarta .metas-noticia {
	position: relative;
	top: inherit;
	left: inherit;
	padding: 0 10px 0 0;
}
.cuarta .titulo {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.noticia .cuarta .share {
	position: relative;
	right: inherit;
	bottom: inherit;
}
.noticia .imgnoticia.quinta {
	height: 160px; 
}
.quinta .metas-noticia {
	position: relative;
	top: inherit;
	left: inherit;
	padding: 0 10px 0 0;
}
.quinta .titulo {
	margin-top: 10px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.noticia .quinta .share {
	position: relative;
	right: inherit;
	bottom: inherit;
}
.noticia .imgnoticia.sexta {
	height: 130px; 
}
.sexta .metas-noticia {
	position: relative;
	top: inherit;
	left: inherit;
	padding: 0 10px 0 0;
}
.sexta .titulo {
	margin-top: 10px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.noticia .sexta .share {
	position: relative;
	right: inherit;
	bottom: inherit;
}
.noticia.border {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}
.sidebar .noticia.border .share {
  bottom: 30px;
}
h2 {
	color: #000;
	font-family: 'Georgia', serif;
	font-style: italic;
	background: #fff;
	padding: 0 15px 0 0;
	position: relative;
	display: inline-block;
	z-index: 10;
	font-size: 32px;
}
h3 {
	color: #000;
	font-family: 'Georgia', serif;
	font-style: italic;
}
.borde-h2 {
	height: 2px;
	background: #000;
	width: 100%;
	top: -25px;
	position: relative;
	z-index: 1;
}
.sidebar {
	padding-left: 20px;
}
.siguenos {
	margin-top: 10px;
	background: #EFEFEF;
	color: #000;
	padding: 15px;
}
.siguenos h3 {
	margin-top: 0;
	padding-top: 0;
}
.siguenos-redes {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.siguenos-redes a {
	display: inline-block;
	color: #fff;
	background: #FB7115;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	margin-right: 3px;
}
form.suscripcion {
	position: relative;
	margin-bottom: 10px;
	width: 400px;
	max-width: 100%;
}
form.suscripcion input {
	border: none;
	outline: none;
	background: #fff;
	color: #333;
	height: 44px;
	width: 100%;
	padding: 9px;
	border: 1px solid #e0e0e0;
}
form.suscripcion button {
	background: var(--blue);
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	border: none;
	outline: none;
	padding: 9px 8px;
}
.sidebar h2 {
	font-size: 26px;
}
.banner-sidebar {
	background: #efefef;
	padding: 15px;
}
.banner-sidebar img {
	width: 100%;
}
.noticia-sidebar .titulo {
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.galeria {
	display: inline-block;
	float: left;
	width: 33.33%;
	height: 90px;
	margin-bottom: 10px;
	border-right: 10px solid #fff;
}
footer {
	border-top: 1px solid #d0d0d0;
	padding-top: 30px;
}
footer h4 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
ul.menufooter  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menufooter li a {
	padding: 3px 0;
	color: var(--blue);
	font-family: 'Georgia', serif;
	font-style: italic;
	display: block;
}
p.contacto {
	padding-top:  3px;
	padding-bottom: 3px;
	position: relative;
	padding-left: 25px;
}
p.contacto img {
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
}
.bordefooter {
	border-top: 1px solid #000;
	margin-bottom: 30px;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
.developer a {
	color: #333;
}
.redesfooter a {
	color: #666;
	font-size: 18px;
	margin-left: 10px;
}
.logofooter {
	width: 340px;
	max-width: 100%;
}
.formulario input, .formulario textarea {
	width: 600px;
	max-width: 100%;
	padding: 12px;
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
	color: #333;
}
.mapa iframe {
	width: 100%;
	height: 420px;
}
#url {
	color: #666;
	margin-bottom: 30px;
}
.ssba-classic-2 {
	margin-bottom: 20px;
}
.ssba-classic-2 img {
	border-radius: 4px;
	margin-right: 4px;
	width: 44px;
}

@media(max-width: 767px) {
	.sidebar {
 		padding-left: 0;
	}
}


@media(max-width: 498px) {
	.noticia .imgnoticia.primera {
 		height: 300px;
	}
	.primera .titulo {
	  font-size: 22px;
	  line-height: 26px;
	}
	.segunda .titulo, .tercera .titulo, .cuarta .titulo, .quinta .titulo, .sexta .titulo {
		font-size: 18px;
  		line-height: 20px;
	}
	h2 {
		 font-size: 28px;
	}
	.h3, h3 {
		font-size: 20px;
	}
}