* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

@font-face {
  font-family: 'FuturaBT-Medium';
  src: url('fontes/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),  url('fontes/FuturaBT-Medium.woff') format('woff'), url('fontes/FuturaBT-Medium.ttf')  format('truetype'), url('fontes/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background: url(../images/fundo.jpg) repeat center;
	padding-bottom: 100px;
}

.logo {
	position: relative;
}
.logo h1 {
	margin: 0 auto;
}
.logo h1 img {
	width: 100%;
}

.ofertas {
	margin-top: -12%;
	display: table;
}
.ofertas .em-breve {
	width: 23%;
	margin: 14% 0 4.67% 6.7%;
	float: left;
}
.ofertas .precos {
	width: 63.32%;
	float: right;
	margin-right: 6%;
}

h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1.70% 0 1.70% 0;
	font-size: 2.7em;
	color: #005aab;
	font-weight: normal;
	font-family: 'FuturaBT-Medium';
	clear: both;
}
h3 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0.85%;
	font-size: 2.2em;
	color: #d10512;
	font-weight: normal;
	font-family: 'FuturaBT-Medium'
}
.h2-cliente {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.h2-fornecedor {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.botao {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5.10%;
	text-align: center;
}
.botao a {
	width: 240px;
	background: #a0050d;
	height: 60px;
	border-radius: 10px;
	font-size: 1.7em;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: bottom;
	line-height: 60px;
	background: rgb(205, 5, 18);
	background: -moz-linear-gradient(90deg, rgb(205, 5, 18) 30%, rgb(149, 5, 12) 70%);
	background: -webkit-linear-gradient(90deg, rgb(205, 5, 18) 30%, rgb(149, 5, 12) 70%);
	background: -o-linear-gradient(90deg, rgb(205, 5, 18) 30%, rgb(149, 5, 12) 70%);
	background: -ms-linear-gradient(90deg, rgb(205, 5, 18) 30%, rgb(149, 5, 12) 70%);
	background: linear-gradient(180deg, rgb(205, 5, 18) 30%, rgb(149, 5, 12) 70%);
}
.botao .cliente {
	display: inline-block;
}
.botao .parceiro {	
}
.h2-cliente {
	width: 67.26%;
}
.formulario {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: table;
}
.formulario form input {
	width: 76%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: 0 !important;
    font-size: 14px;
    margin-bottom: 3.78%;
}
.formulario form textarea {
	width: 76%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: 0 !important;
    font-size: 14px;
    height: 120px;
    resize: none;
    overflow: auto;
    margin-bottom: 3.78%;
    float: left;
}
.formulario form label {
	font-size: 1.8em;
	color:#005aab;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	width: 24%;
	display: inline-block;
	float: left;
	line-height: 35px;
    text-align: right;
    padding-right: 5px;
}
.formulario .cliente-enviar {
	float: right;
	width: auto;
	background: #005AAB;
	color: #fff;
	border: 0;
	clear: both;
}
.formulario .cliente-telefone{
	width: 50%;
}
a.voltar{
	clear: both;
    float: left;
    display: block;
    background: #ED1C24;
    color: #fff;
    padding: 10px;
    border-radius: 9px;
    text-decoration: none;
    margin-top: 50px;
}

.logos {
	width: 100%;
	max-width: 750px;
	position: relative;
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}

.logos h3 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 2.7em;
}

.logos .pagseguro {
	float: right;
	margin-top: 15px;
}

.logos .uolhost {
	float: left;
	margin-right: 30px;
}

.logos .uolhost p {
	font-size: 12px;
	color: #666;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
}

@media (max-width: 768px){
	.h2-cliente {width: 100%; font-size: 2.6em;}
	.h2-fornecedor {width: 100%; font-size: 2.6em;}

	.logos {
		padding: 0 10px 0 10px;
	}
}

@media (max-width: 640px){
	.h2-cliente {width: 87.26%; font-size: 2.6em;}
	.h2-fornecedor {width: 87.26%; font-size: 2.6em;}
	.ofertas .precos{
		width: 100%;
	    margin: 0;
	    margin-top: -4%;
	    float: none;
	}
	.ofertas .em-breve{
		width: 100%;
	    margin: 5% auto;
	    float: none;
	    max-width: 333px;
	    display: block;
	}
	.botao {width: 95%; }
	.botao a{
		width: 100%;
		margin-bottom: 20px;
	}
	.botao .cliente {
		margin-right: 0;
	}
	.formulario form label{
		text-align: left;
		clear: both;
		float: none;
	}
	.formulario input[type="text"], .formulario form textarea{
		width: 100%;
		margin: 0 0 10px 0;
		clear: both;
		float: none;
	}

	.logos {
		width: 100%;
		max-width: 100%;
	}

	.logos h3 {
		margin-bottom: 25px;
	}

	.logos .pagseguro {
		width: 100%;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
	}

	.logos .pagseguro img {
		margin: 0 auto;
		display: table;
	}

	.logos .uolhost {
		width: 100%;
		margin: 0 auto;
		float: none;
		margin-bottom: 40px;
	}

	.logos .uolhost p {
		text-align: center;
	}

	.logos .uolhost img {
		margin: 0 auto;
		display: table;
	}
}

@media (max-width: 480px){	
	.h2-cliente {width: 95.26%; font-size: 2.6em;}
	.h2-fornecedor {width: 95.26%; font-size: 2.6em;}
	.logo h1 img{width: 200%; margin-left: -50%;}
	.container{
		overflow-x: hidden;
	}
}

@media (max-width: 320px){
	.botao {width: 100%; }
	.h2-cliente {width: 98.26%; font-size: 2.5em;}
	.h2-fornecedor {width: 98.26%; font-size: 2.5em;}
}