/*
Theme Name:     relva03
Description:    Tema para o projecto RELVA.net com base no tema gratuito CUSTOMIZR
Author:         Fernando Morais
Template:       customizr

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
a {
text-decoration: none;
}
 
 #fm_zona1 {
 height: 84px;
width: 100%;
}

#fm_zona1 a {
	color: #fff;
}
#fm_zona1 a:hover {
	color: #d8a020;
	text-decoration: none;
}


#fm_zona1 .interior {
max-width: 1140px;
width: 100%;
padding: 23px 15px;
margin: 0 auto;
}

.fm_zona1_todos {
	display: inline-block;
	width: 24.9%;
	max-width: 24.9%;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
} 
.fm_zona1_todos i {
	vertical-align: middle;
	color: #e4b447;
	font-size: 28px;
	margin-right: 5px;
} 
 
#fm_zona1 .fm_zona1_todos:hover {
	color: #d8a020;
	text-decoration: none;
}
 
 .fm_zona2 {
	height: 119px;
	min-height: 160px;
	width: 100%;
}

.fm_zona2_todos {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

.split1 {
width: 30%;
height: 100%;
display: inherit;
}
.split2 {
width: 69%;
height: 100%;
display: inherit;
text-align: center;
}

.fm_zona2_image {
	width: auto;
	height: 100%;
	border: none;
}
.fm_zona2_text {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
}
.fm_zona2_text a{
	color: #fff;
	font-weight: 700;
}


.btn-primary {
color: #fff;
background-color: #e4b447;
border-color: #e4b447;
background-image: none !important;
border-radius: 0px;
text-shadow: none;
}

.btn-primary:hover {
background-color: #d8a020;
border-color: #cf991e;
}



@media(min-width:1024px){
	#fm_zona1 {
    display:block;
  }
  
  .fm_zona2_todos {
  width: 33.3333333%;
  }
 }	
 
 @media(max-width:1023px){
 		#fm_zona1 {
    display:none;;
  }
 }