
blockquote{
	font-family: 'Slabo 27px', serif;
	font-size: 21px;
	line-height: 32px;
	/*font-style: italic;*/
	color: #222;

}

.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;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 28px;
}

.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;
	color: #fff;
}
.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: #000 !important;
}

.naranja-fce{
	background: #FE6D4C !important;
}

.naranja-fce-c{
	color: #FE6D4C !important;
}
.gris-fce{
	background: #8C9DA5 !important;
}

.gris-fce-clar{
	background: #F9F8F5 !important;
}

.accent-bg{
	background-color: #AEB6A9;
}

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

}

.text-justify, .text-justify p{
	text-align: justify;
}

.bg-section{
	border-top: 1px solid #eee; 
	background: #F9F8F5;
}


.main-navigation>ul>li {
	margin-left: 25px;
}

.main-navigation>ul>li i{
	padding-right: 5px;
	color: #eee;
	/*#54636B;*/
	display: inline;
}


.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 7px 6px 12px;
	background: rgba(0,0,0,0.15);
	border-radius: 3px 0 0 3px;
}
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 11px;
}

.btn-tag{
	margin-left:8px; 
	text-transform: uppercase; 
	background-color:#889375;
	font-weight: 700;
	color: #eee;
	padding: 1px 6px 0px 6px;

}

.is-sticky .main-navbar {
	background: #F9F8F5;
}

.site-logo h1 {
	padding: 15px 0px;
}

.header-style2 .topbar .social-icons-colored li a { color: #fff !important; }
.header-style2 .topbar .social-icons-colored li a:hover { color: #000 !important; }


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

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

.box-style1 {
	border: 5px solid #EAE7DD;
	border-radius: 0px;
	box-shadow: 0 0 0 1px #A1A992 inset;
	background-color: #fff;
}


.tag-cloud a {
	background: #fff;
	margin-right: 0px; 
}

.tag-cloud a:hover {
	border: 1px solid #889375;
	color: #fff;
	background: #889375;
}


.meta-data {
	color: #8C9DA5;
	text-transform: uppercase;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}


.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;
}


.card {
	/*width: 145px;*/
	font-size: 18px;
	border-radius: 2px;
	display: inline-block;
	/*margin: 0.35rem;*/
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow:none;
	transition: all 0.5s;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}


.btn-blau{
	color: #003399 !important;
}

.btn-blau-a, .btn-blau:hover{
	color: #fff !important;
	background-color: #003399 !important;
}

.btn-verd{
	color: #228B22 !important;
}

.btn-verd-a, .btn-verd:hover{
	color: #fff !important;
	background-color: #228B22 !important;
}

.btn-lila{
	color: #9c27b0 !important;
}

.btn-lila-a, .btn-lila:hover{
	color: #fff !important;
	background-color: #9c27b0 !important;
}

.btn-ambar{
	color: #ffc107 !important;
}

.btn-ambar-a, .btn-ambar:hover{
	color: #fff !important;
	background-color: #ffc107 !important;
}

.btn-rosa{
	/*background-color: #ff5177 !important;*/
	color: #ffcc1c !important;
}

.btn-rosa-a, .btn-rosa:hover{
	color: #fff !important;
	background-color: #ffcc1c !important;
}


p a{
    color: #337ab7 !important;
    text-decoration: underline;
}