/* margin template */
.margin-top{margin-top: 1rem}.double-margin-top{margin-top: 2rem}.triple-margin-top{margin-top: 3rem}.half-margin-top{margin-top: .5rem}
.margin-right{margin-right: 1rem}.double-margin-right{margin-right: 2rem}.triple-margin-right{margin-right: 3rem}.half-margin-right{margin-right: .5rem}
.margin-left{margin-left: 1rem}.double-margin-left{margin-left: 2rem}.triple-margin-left{margin-left: 3rem}.half-margin-left{margin-left: .5rem}
.margin-bottom{margin-bottom: 1rem}.double-margin-bottom{margin-bottom: 2rem}.triple-margin-bottom{margin-bottom: 3rem}.half-margin-bottom{margin-bottom: .5rem}
/* padding template */
.padding-top{padding-top: 1rem}.double-padding-top{padding-top: 2rem}.triple-padding-top{padding-top: 3rem}.half-padding-top{padding-top: .5rem}
.padding-right{padding-right: 1rem}.double-padding-right{padding-right: 2rem}.triple-padding-right{padding-right: 3rem}.half-padding-right{padding-right: .5rem}
.padding-left{padding-left: 1rem}.double-padding-left{padding-left: 2rem}.triple-padding-left{padding-left: 3rem}.half-padding-left{padding-left: .5rem}
.padding-bottom{padding-bottom: 1rem}.double-padding-bottom{padding-bottom: 2rem}.triple-padding-bottom{padding-bottom: 3rem}.half-padding-bottom{padding-bottom: .5rem}
.mouse-hand{cursor: pointer}
/* NO tools*/
.no-padding-left{padding-left: 0rem !important}.no-padding-right{padding-right: 0rem !important}.no-padding-top{padding-top: 0rem !important}.no-padding-bottom{padding-bottom: 0rem !important}
.no-margin-left{margin-left: 0rem !important}.no-margin-right{margin-right: 0rem !important}.no-margin-top{margin-top: 0rem !important}.no-margin-bottom{margin-bottom: 0rem !important}
.no-link,.no-link:hover{color: inherit;text-decoration: inherit}
.no-margin{margin: 0px !important}.no-padding{padding: 0px !important}

.w-5{width: 5%}.w-10{width: 10%}.w-15{width: 15%}.w-20{width: 20%}.w-30{width: 30%}
.h-5{height: 5%}.h-10{height: 10%}.h-15{height: 16%}.h-20{height: 20%}.h-30{height: 30%}

*{font-family: 'Source Sans Pro', sans-serif}

.bg-menu-principal{background: rgba(165,77,147,1);background: -moz-linear-gradient(top, rgba(165,77,147,1) 0%, rgba(239,90,160,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,77,147,1)), color-stop(100%, rgba(239,90,160,1)));background: -webkit-linear-gradient(top, rgba(165,77,147,1) 0%, rgba(239,90,160,1) 100%);background: -o-linear-gradient(top, rgba(165,77,147,1) 0%, rgba(239,90,160,1) 100%);background: -ms-linear-gradient(top, rgba(165,77,147,1) 0%, rgba(239,90,160,1) 100%);background: linear-gradient(to bottom, rgba(165,77,147,1) 0%, rgba(239,90,160,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54d93', endColorstr='#ef5aa0', GradientType=0 )}
.bg-pink{background: #BC4A8D !important}.text-pink{color: #BC4A8D}
.bg-orange{background-color: #F37908}.text-orange{color: #F37908}
.btn-facebook{
	background-color: #0168af !important;
	color: white;
}

.btn-twitter{
	background-color: #00aeff !important;
	color: white;
}

.item-noticia .categoria-noticia{
	background-color: rgba(243,121,8,0.9);
	position: absolute;
	padding-top: .5rem;
	top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: white;
}

.item-noticia .titulo-nota{
	position: absolute;
	bottom: 0;
	color: white;
	width: 100%;
	padding-right: 2rem;
}

.item-noticia .titulo-nota h5,.item-noticia .titulo-nota h2{
	text-align: center;
	line-height: 1.95rem;
}
.item-noticia .titulo-nota h5 span,.item-noticia .titulo-nota h2 span{
	background-color: rgba(0,0,0,0.5);
	padding: .1rem 1rem;
}
.item-noticia .titulo-nota p{
	text-align: center;
	padding: .5rem 2rem;
	background-color: rgba(0,0,0,0.3);
}

.redes-sociales{
	display: none;
}


.item-noticia .redes-sociales,.redes-sociales{
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 1rem;
	padding-right: 1.5rem;
}

.item-noticia .redes-sociales .btn,.redes-sociales .btn{
	min-width: 2rem
}

.publicidad-vertical-izquierda{
	position: absolute;
	top: 9rem;
	left: 11rem;
}


.publicidad-vertical-derecha{
	position: absolute;
	top: 9rem;
	right: 11rem;
}

.prueba-gradiente{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#747a7f+0,828c95+36,28343b+100 */
	background: #747a7f; /* Old browsers */
	background: -moz-linear-gradient(left, #747a7f 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #747a7f 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #747a7f 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747a7f', endColorstr='#28343b',GradientType=1 ); /* IE6-9 */
}


@media (max-width: 992px){ 
	img.img-clima{
		height: 80%;
	}
	span.logo{
		display: none;
	}

	#logo-mobile{
		display: block !important;
		height: 6rem !important;
		/*position: absolute;*/
		z-index: 1000;
		top: 0;
	}
}

@media (max-width: 768px) { 
	img.img-clima{
		height: 80%;
	}
	span.logo{
		display: none;
	}

	#logo-mobile{

	}

	#navbar-clima{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#navbar-clima div.collapse{
		display: block !important;
		text-align: center;
	}

	#navbar-clima .ul-redes-sociales{
		padding-left: 20%;
		margin-top: -1rem;
	}

	#navbar-clima .ul-redes-sociales li{
		width: 15%;
	}

	#logo-mobile{
		display: block !important;
		height: 6rem !important;
		position: absolute;
		z-index: 1000;
		top: 0;
	}

	#navbar-categorias button{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.item-noticia .titulo-nota p{
		display: none;
	}

	.item-noticia .titulo-nota h2,.item-noticia .titulo-nota h5{
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}

	div[pieza="pieza-7"] .item-noticia{
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.item-noticia .titulo-nota{
		right: 0;
	}

}


@media (max-width: 400px) { 
	#clima-menu{
		margin-left: 4rem;
	}
	#logo-mobile{
		height: 5rem !important;
	}
}