

.text-shadow{
	text-shadow: 1px 1px 3px rgba(0,0,0,0.55) !important;
}

.card-4 {
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.page-header > div > div > span {
	display: inline-block;
	margin-top: 0px;
	background: rgba(0,0,0,0.45);
	color: #fff;
	padding: 20px 30px;
	line-height: 35px;
}

.btn-primary:hover, .btn-info:hover, .btn-success:hover{
	color:#fff !important;
}

.line {
	background: url('../images/diagonal2.png') left center no-repeat;
	padding-left: 15px;
}
.line:hover{
	color: #D0AA51 !important;
}

.blockquote_2 {
	margin: 0 !important;
	padding: 0 0 0 20px;
	border-left: 2px solid #bbb;
}

.shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow:hover {
	/* box-shadow: 0 6px 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
}

.timeline-stamp-tablecell, .widget_special_events{
	background-color: #fff;
}


.altmod {
	text-transform: none !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}

.azul-meam{
	background: #003082 !important;
}

.widget-title:before {
	background: #003082 !important;

}


.no-padding{
	padding-left: 0 !important; 
	padding-right: 0 !important; 
}

.padding-10{
	padding-left: 10px !important; 
	padding-right: 10px !important; 
}



.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
	text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
	text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
	text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
	text-align: justify;
}

@media (max-width: 767px) {
	.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
		text-align: inherit;
	}
	.text-left-xs {
		text-align: left;
	}
	.text-center-xs {
		text-align: center;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-justify-xs {
		text-align: justify;
	}
	#aviso_cookies {
		padding-bottom: 80px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
		text-align: inherit;
	}
	.text-left-sm {
		text-align: left;
	}
	.text-center-sm {
		text-align: center;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-justify-sm {
		text-align: justify;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
		text-align: inherit;
	}
	.text-left-md {
		text-align: left;
	}
	.text-center-md {
		text-align: center;
	}
	.text-right-md {
		text-align: right;
	}
	.text-justify-md {
		text-align: justify;
	}
}
@media (min-width: 1200px) {
	.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
		text-align: inherit;
	}
	.text-left-lg {
		text-align: left;
	}
	.text-center-lg {
		text-align: center;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-justify-lg {
		text-align: justify;
	}
}


#aviso_cookies {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding:25px 25px;
	padding-bottom: 40px;
	width:100%;
	height: auto;
	text-align:center;
	/*min-height:55px;*/
	background-color: rgba(0, 0, 0, 0.75);
	color:#fff;
	z-index:99999;
}

.inner {
	width:100%;
	position:absolute;
	height: auto;
	padding-left:5px;
	/*top:30%;*/
}

.inner a.ok {
	padding:4px;
	color:#D0AA51;
	text-decoration:none;
}

.inner a.info {
	padding-left:5px;
	text-decoration:none;
	color:#eee;
}
