/*

font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;

color: #158AA5; /* azul CQ */

*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans');
@charset "UTF-8";

body, html {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

td,th {
	font-family: 'Lato', sans-serif;
}

#map-canvas {
   background-color:#fff;
   height: 450px;
   padding: 0px;
   margin-top:60px;
}

.contentmap{
	padding:5px;
	text-align:center;
	vertical-align:middle;
	width:100%;
	margin:0;
	
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.red {
	color: #F00;
}

.blue{
	color: #158AA5;
}

.navbar-default .navbar-nav > li > a {
	color: #158AA5;
}

.intro-header {
	margin-top: 50px;
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../img/intro-bg-cqpjs.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.3graus{
transform:rotate(3deg);
-ms-transform:rotate(3deg); /* IE 9 */
-webkit-transform:rotate(3deg); /* Opera, Chrome, and Safari */
}

.5graus{
transform:rotate(5deg);
-ms-transform:rotate(5deg); /* IE 9 */
-webkit-transform:rotate(5deg); /* Opera, Chrome, and Safari */
}

.-4graus{
transform:rotate(-4deg);
-ms-transform:rotate(-4deg); /* IE 9 */
-webkit-transform:rotate(-4deg); /* Opera, Chrome, and Safari */
}

#ficha{
	padding-top:20px;
}

#noticias{
	padding-top:80px;
	margin-bottom: 40px;
}
#noticias .item{
	border-bottom: 1px solid #333;
	height: auto;
	margin-bottom: 15px;
	padding: 25px 15px;
	overflow: hidden;
}
#noticias .item:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.48);
}
#noticias .foto{
	max-height:480px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.line-clamp-tit {
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;  
  */
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* */
#pagina{
	padding-top:80px;
}

#contactosmapa{
	padding-top:25px;
	padding-bottom:25px;
}





/* Cookie Law
----------------------------------------------------- */
#cookielaw{
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  min-height:40px;
  height:auto;
  z-index:1000;
  margin:0;
  padding:15px;
  display:block;
  background-color: #158AA5;
  color: #fff;
  cursor:pointer;
}
.closecookie {
  float: right;
  margin-top:8px;
  font-size:1.8em;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
  opacity: 1;
}
.closecookie:hover,
.closecookie:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.closecookie {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}


@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	height: 250px;
	padding: 110px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
	/*margin-top:56px;*/
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}
.divider15{
  height: 15px;	
}
.divider30{
  height: 30px;	
}
.divider60{
  height: 60px;	
}
.divider90{
  height: 90px;	
}

/* ALERT BOXES */
#boxalert{
	position:absolute;
	width:300px;
	height:auto;
	top:50%;
	left:50%;
	margin:-330px 0 0 -150px;
	color:#333;
}

#logotopbox{
	padding: 15px;
}



@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
	
	.mapa {
height: 75%;
  }
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
	margin-top: 30px;
}

p.copyright {
	margin: 15px 0 0;
}
