@charset "utf-8";
/* CSS Document */

body {
	font: .8em/150% Arial, Helvetica, sans-serif;

	width: 980px;
	margin: 20px auto;
	max-width: 90%;
	background:#efefef;
}
a {
	color: #66C;
}
p {
	margin: 0 0 1em;
}
h1, h2, h3, h4 {
	color: #000;
}
h1 {
	font: 1.7em;
	line-height: 110%;
}
h3 {
	font-size: 1.5em;
	line-height: 120%;
	margin: 30px 0 20px;
	padding-top: 20px;
	border-top: double 3px #eee;
}
h4 {
	font-size: 1.0em;
	line-height: 120%;
	margin: 30px 0 10px;
	text-transform: uppercase;

}

figure {
	margin: 0;
}

.desc {
font-size: 0.71em;
	line-height: 140%;
	color: #666;
	margin: 0 0 .3em;
	text-align:left;
}

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
RESPONSIVE VIDEO
*************************************************************************************/
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}



.fone{
		float:right;
		width:180px;
		font-family: Arial, Helvetica, sans-serif;
	     font-size: 20px;
	     color: #C33;
		 margin-top:20px;

		}

.busca{
	float:right;
		width:450px;
	     font-size: 20px;
	     color: #C33;
		 padding-top:40px;
		 padding-bottom:40px;

		}



.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
MIN & MAX WIDTH
*************************************************************************************/
/* max width container */
.container {
	width: 700px;
	max-width: 90%;

	margin: 0 auto;
	background: #eee;
	border: solid 1px #ddd;
	height: 200px;
}


/* form */
input[type="text"], textarea {
	border: solid 1px #ddd;
	padding: 12px 25px; 
	background-color: #eee
	
}
input[type="text"] {
	width: 400px;
	min-width: 120px;
	max-width: 60%;
	margin-right: 5px;

}
textarea {
	width: 96%;
	height: 150px;
}
.txt_empresa
{
	font-size: 99.5%;
	padding-top:30px;
	padding-bottom:50px;
	padding-left:10px;
	padding-right:20px;
	}

.titulo
{
	font-size: 99.5%;
	padding-top:10px;
	padding-bottom:30px;
	color: #06C;
	font-weight: bold;
	}


/************************************************************************************
RELATIVE VALUE
*************************************************************************************/
/* commentlist */
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin: 0 0 10px;
	list-style: none;
	overflow: hidden;
	clear: both;
}
.commentlist ul {
	padding: 0;
	margin-top: 20px;
	margin-left: 11%; /* relative value */
}
.commentlist .comment-text {
	overflow: hidden;
}



.commentlist img {
	float: left;
	margin: 0 20px 20px 0;
}
.commentlist cite {
	font-size: 140%;
	font-weight: bold;
}

/* font size */
.fontsize-demo .box {
	margin: 30px 0;
	line-height: 140%;
}
.fontsize-demo h1 {
	font-size: 2em;
	line-height: 140%;
	color: #666;
	margin: 0 0 .3em;
}
.fontsize-demo .smaller {
	font-size: 80%;
	line-height: 130%;
}
.fontsize-demo .bigger {
	font-size: 120%;
}

/* relative padding */
.relative-padding {
	background: #eee;
	border: solid 1px #ddd;
	padding: 3% 5%;
	
}

/************************************************************************************
OVERFLOW:HIDDEN TRICK
*************************************************************************************/
.overflow-demo {
	overflow: hidden; /* this will clear the float from .item */
	background:#4775c9;
		color: #fff;
	
	}
.overflow-demo .item {
	width:30%;
	margin-left:1%;
	float: left;




	
}
.overflow-demo .item img {
	float: left;
	margin-right: 50px;

	margin-bottom: 20px;
	
	
}
.overflow-demo .item .content {
	overflow: hidden; /* this will clear the float from .item img */
	min-width: 130px;
}
.overflow-demo h4 {
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 0;
	color: #00fee9;
}

/************************************************************************************
WORD-WRAP
*************************************************************************************/
.break-word {
		word-wrap: break-word;
}



