<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-has-error
{
	color:#A94442;	
}

/*aviso cookie*/
.cookiebar { 
	position: fixed; 
	/*top: -1px;*/
	bottom: 0px; 
	left:0px; 
	z-index: 5000; 
	display:  none;
	width: 100%; 
	padding: 5px 0;	
	text-align: center; color:#FFF;	
	font-size: 14px;
	box-shadow: 0px 0px 8px rgba(49, 49, 49, 0.95); 
	background-color: rgba(49, 49, 49, 0.95);
}
.cookiebar p { margin: 2px; padding: 1px;}
.cookiebar a{
	color: #9e9e9e !important;
	font-weight: bold;
	text-decoration:none;	
}
.continuebutton{
	/*background-color: #ddd;
    border-radius: 5px;
    color: #1F5091;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    position: absolute;
    right: 30px;
    top: 8px;
	width: 16px;*/
	
	background-color: #FFF;
	border-radius: 5px;
	color: #424242;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	position: relative;
	right: 8px;
	top: 0px;
	width: 16px;
	float: right;
}
#continuebutton:hover{
	color:#424242;
}
.ie8 .cookiebar{
	border-top:4px solid #b5b5b5;
}
/*fin aviso cookie */
.top-bar{
    background: #fff;
    border-bottom: 1px solid rgba(49, 49, 49, 0.95);
    height: 40px;
    z-index: 998;
    position: absolute;
  	width: 100%;
  	top: 70px;
  	font-size: 16px;
  	font-family: "Slabo";
}
.top-bar ul
{
	text-align: right;
}

.top-bar ul li {
	list-style: outside none none;
	display: inline-block;
	color: #313131;
}

.top-bar ul li a {
	color: #313131;
	margin: 0px 15px;
	line-height: 40px;
	transition: all 0.5s ease-in-out 0s;
	text-decoration: none !important;	
}

#header {
  background-color: rgba(49, 49, 49, 1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  height: 70px;
  padding-top:10px;
  padding-bottom:10px;
}

#header .logo {
    display: inline-block;
    width: 142px;
    height: 56px;
    line-height: 60px;
    float: left;
}

#header nav ul li a {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}
	
@media (max-width: 940px) {
	#header nav{
		background-color: rgba(47, 47, 47, 0.9);
	}
}

#header nav ul li a {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}

.nav-menu-icon {
    position: relative;
    float: right;
    width: 24px;
    height: 45px;
    line-height: 45px;
    margin-right: 0px;
    z-index: 600;
    display: none;
    transition: all 0.2s ease-out 0s;
}

.nav-menu-icon a.active i {
    background: transparent;
}

.nav-menu-icon a.active i::before, .nav-menu-icon a.active i::after {
    background: #FFF none repeat scroll 0% 0%;
}

.alert-success {
	border: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	font-family: "Slabo";
}

.tt-el-team .entry-team .entry-hover {
    left: 15px;
    right: 15px;
    bottom: 0px;
    background-color: #313131;
    color: #FFF;
    position: absolute;
    opacity: 0.9;
    visibility: visible;
}

.borderImages
{
	border: 2px solid #313131;	
}
</pre></body></html>