@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/oswald-regular-webfont.eot');
  src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
       url('../fonts/oswald-regular-webfont.woff') format('woff'),
       url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
       url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	outline: none;
	font-family: 'Helvetica Neue', Arial, 'Segoe UI', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	user-select: none;
}

body {
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	color: #666;
	background-color: #FFF;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
  border: 0;
  min-width: 1px;
  min-height: 1px;
}

h1, .h1 {
	font-family: 'Oswald-Regular';
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	color: #4d4d4d;
	text-transform: uppercase;
}

h2, .h2 {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #4d4d4d;
	font-style: italic;
	font-family: 'Helvetica Neue', Arial, 'Segoe UI', Helvetica, sans-serif;
}

h3, .h3 {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	line-height: 15px;
	color: #4d4d4d;
	font-family: 'Helvetica Neue', Arial, 'Segoe UI', Helvetica, sans-serif;
}

h4, .h4 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

p, a, label, li, td {
  font-size: 14px;
	font-weight: 400;
	line-height: 21px;
  color: #666;
}

a {
	transition: all 0.2s;
  -webkit-appearance: none !important;
}

a:hover {
	text-decoration: none;
}

h1.title span, .texts .about-title {
    color: #70c3eb;
    font-family: "Oswald-Regular";
}

small, .small {
	font-size: 11px;
	color: #999;
	font-weight: 400;
	line-height: 12px;
}

select:focus::-ms-value {
  background: transparent;
}

textarea {
  height: auto;
  resize: none;
}

input[type=submit],
button,
.button {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  background: linear-gradient(180deg, #70c3eb 0%, #167cad 100%);
  background-color: #50aad5;
  padding: 12px 23px 12px 25px;
  text-transform: uppercase;
  font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	color: #FFF;
	border: 0;
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
}

input[type=submit]:hover,
button:hover,
.button:hover {
  background: linear-gradient(360deg, #70c3eb 0%, #167cad 100%);
  background-color: #57afd9;
}

form label {
	margin-top: 10px;
	display: block;
}

form label:first-child {
	margin-top: 0;
}

form label input,
form label textarea,
form label select {
	background-color: #FFF;
	border: 1px solid #e4e3e7;
	font-size: 12px;
	padding: 10px 10px;
	width: 100%;
	color: #666;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

form label input:focus,
form label textarea:focus,
form label select:focus{
	border-color: #adadad;
}

form label select {
	background-image: url('../sysimages/select_arrow.png');
	background-repeat: no-repeat;
	background-position: 97% center;
}

form .bt {
	margin-top: 15px;
}

form .bt p.campos {
	padding-top: 14px;
	padding-left: 15px;
	float: left;
}

form .bt input {
	float: right;
	min-width: 120px;
}

blockquote {
  margin: 0 14px !important;
}

.clear {
	clear:both; 
	*line-height: 1px; 
	padding: 0; 
}

.clearfix:before, 
.clearfix:after { 
	content:""; 
	display:block;
}

.clearfix:after { 
	clear:both; 
}

.clearfix {
	zoom:1;
  display: block;
} 

.relative {
	position: relative;
	z-index: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

._content {
	min-width: 980px;
	margin: 0 auto;
	position: relative;
}

.center_content {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.paddingCenterContent {
	padding: 0 23px;
}

.texts .title{
	padding-bottom: 5px;
    max-width: 605px;
    margin-top: -4px;
}
.div-desc{
	padding-left: 60px;
}
.texts{
    float: left;
    width: 100%;	
}
.texts img{
	float: left;
    margin-right: 11px;
}