/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

img.cliente {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 1s;
}

img.cliente:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}

.titfooter {
	color: #dddddd !important;
	margin-bottom: 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* .cookieConsentContainer {
	z-index:999;
	width:350px;
	min-height:20px;
	box-sizing:border-box;
	padding:30px 30px 30px 30px;
	background:#232323;
	overflow:hidden;
	position:fixed;
	bottom:30px;
	right:30px;
	display:none
}

.cookieConsentContainer .cookieTitle a {
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	font-size:22px;
	line-height:20px;
	display:block
}

.cookieConsentContainer .cookieDesc p {
	margin:0;
	padding:0;
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	font-size:13px;
	line-height:20px;
	display:block;
	margin-top:10px
}

.cookieConsentContainer .cookieDesc a {
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	text-decoration:underline
}

.cookieConsentContainer .cookieButton a {
	display:inline-block;
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:700;
	margin-top:14px;
	background:#000;
	box-sizing:border-box;
	padding:15px 24px;
	text-align:center;
	transition:background .3s
}

.cookieConsentContainer .cookieButton a:hover {
	cursor:pointer;
	background:#3e9b67
}

@media (max-width:980px) {
	.cookieConsentContainer {
		bottom:0!important;
		left:0!important;
		width:100%!important
	}
} */

.cookielink:link {
	text-decoration: underline;
	font-weight: bold;
	color: #ff9900;
}

.cookielink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #043D5D;
}

.cookielink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #043D5D;
}