/*___________AUXILIARES___________________________*/

.bordaAmarela{
	border:1px solid #FF0;
}

.fundoCinza{background-color:#EAEAEA;}
.fundoAzul{background-color:#666666;}

/*_______________________________________________*/

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
}
.latolight {
  /*display: inline-block;*/
  font-family: 'Lato-Light';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.eot');
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
}
.latomedium {
  /*display: inline-block;*/
  font-family: 'Lato-Medium';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
}

.latoblack {
  /*display: inline-block;*/
  font-family: 'Lato-Black';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
}
.latobold {
  /*display: inline-block;*/
  font-family: 'Lato-Bold';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fsz14{
	font-size:14px;
}
.fsz16{
	font-size:16px;
}
.fsz18{
	font-size:18px;
}
.fsz20{
	font-size:20px;
}

.fsz22{
	font-size:22px;
}

.fsz24{
	font-size:24px;
}

.fsz26{
	font-size:26px;
}

.fsz28{
	font-size:28px;
}

.form-spacing{
	margin-bottom:20px;
}

body{
	margin:0;
}

.btn_result,.cmp_result{
	display:none;
}

@media (min-width: 768px) {

body{
	background-color:#EAEAEA;
}
	
.main{
	width:500px !important;
	margin-left:auto;
	margin-right:auto;
	min-height:calc(100vh - 150px);
	padding-top:25px;
	background:url(../images/element-1.svg) no-repeat #FFFFFF;
	background-position:top left;
	background-size:60px 60px;
}

.titulo{
	text-align:center;
	color:#9c9b9b;
	font-size:1.2em;
	letter-spacing:13px;
	line-height:24px;
}

.campo-form{
	width:75%;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	background-color:#f5f5f5;
}

.botao-form{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

INPUT[type='text'],INPUT[type='number']{
	width:95%;
	height:80%;
	margin:2px 0 0 10px;
	border:none;
	outline:none !important;
	background-color:transparent;
	text-align:center;
	font-family: 'Lato-Light';
	font-size:1em;
}


::placeholder{
	text-align:center;
	font-family:'Lato-Light';
	font-size:1.2em;
}

INPUT[type='button']{
	font-family: 'Lato-Light';
	font-size:1em;
	width:100%;
	height:80%;
	margin:0;
	border:none;
	outline:none !important;
	background-color:#c00d0e;
	color:#FFFFFF;
	cursor:pointer;
	padding:10px 0;
	text-transform:uppercase;
	letter-spacing:3px;
}

.produto{
	margin-top:110px;
}

.produto-item1{
	font-family: 'Lato-Bold';
	text-align:center;
	color:#c00d0e;
	font-size:2.2em;
	letter-spacing:3px;
}

.produto-item2{
	font-family: 'Lato-Light';
	text-align:center;
	color:#c00d0e;
	font-size:1.7em;
	letter-spacing:3px;
}

.pergunta{
	font-family: 'Lato-Light';
	text-align:center;
	color:#9c9b9b;
	font-size:1.2em;
	letter-spacing:8px;
	margin-top:110px;
	margin-bottom:30px;
}

.resposta{
	font-family: 'Lato-Light';
	text-align:center;
	color:#9c9b9b;
	font-size:1.2em;
	letter-spacing:8px;
	margin-top:110px;
	margin-bottom:30px;
	display:none;
}

#resultado{
	color:#CC0000;
	font-family: 'Lato-Bold';
	font-size:1.2em;
	text-transform:uppercase;
	padding-top:4px;
}

.logotipo{
	width:100%;
	height:60px;
	background:url(../images/logotipo.svg) no-repeat;
	background-position:top center;
	background-size:auto 45px;
	margin-bottom:20px;
		
}

.quebras-obs{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	color:#CC0000;
	font-family: 'Lato-Light';
	font-size:1em;
	padding-top:4px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

}

@media (max-width: 768px) {
	
	.main{
	width:100vw !important;
	margin-left:auto;
	margin-right:auto;
	height:500px;
	padding-top:25px;
	background:url(../images/element-1.svg) no-repeat;
	background-position:top left;
	background-size:60px 60px;
}

.titulo{
	text-align:center;
	color:#9c9b9b;
	font-size:1em;
	letter-spacing:10px;
}

.campo-form{
	width:75%;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	background-color:#f5f5f5;
}

.botao-form{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

INPUT[type='text'],INPUT[type='number']{
	width:95%;
	height:80%;
	margin:2px 0 0 10px;
	border:none;
	outline:none !important;
	background-color:transparent;
	text-align:center;
	font-family: 'Lato-Light';
	font-size:1em;
}


::placeholder{
	text-align:center;
	font-family:'Lato-Light';
	font-size:1.2em;
}

INPUT[type='button']{
	font-family: 'Lato-Light';
	font-size:1em;
	width:100%;
	height:80%;
	margin:0;
	border:none;
	outline:none !important;
	background-color:#c00d0e;
	color:#FFFFFF;
	cursor:pointer;
	padding:10px 0;
	text-transform:uppercase;
	letter-spacing:3px;
}

.produto{
	margin-top:70px;
}

.produto-item1{
	font-family: 'Lato-Bold';
	text-align:center;
	color:#c00d0e;
	font-size:1.8em;
	letter-spacing:3px;
}

.produto-item2{
	font-family: 'Lato-Light';
	text-align:center;
	color:#c00d0e;
	font-size:1.2em;
	letter-spacing:3px;
}

.pergunta{
	font-family: 'Lato-Light';
	text-align:center;
	color:#9c9b9b;
	font-size:1em;
	letter-spacing:8px;
	margin-top:70px;
	margin-bottom:30px;
}

.resposta{
	font-family: 'Lato-Light';
	text-align:center;
	color:#9c9b9b;
	font-size:1em;
	letter-spacing:8px;
	margin-top:70px;
	margin-bottom:30px;
	display:none;
}

#resultado{
	color:#CC0000;
	font-family: 'Lato-Bold';
	font-size:1.2em;
	text-transform:uppercase;
	padding-top:4px;
}

.logotipo{
	width:100vw;
	height:50px;
	background:url(../images/logotipo.svg) no-repeat;
	background-position:top center;
	background-size:auto 40px;
	margin-bottom:15px;
		
}

.quebras-obs{
	width:70vw;
	margin-left:auto;
	margin-right:auto;
	color:#CC0000;
	font-family: 'Lato-Light';
	font-size:0.9em;
	padding-top:4px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

}

@media (max-width: 500px) {

.main{
	width:100vw !important;
	margin-left:auto;
	margin-right:auto;
	height:500px;
	padding-top:25px;
	background:url(../images/element-1.svg) no-repeat;
	background-position:top left;
	background-size:60px 60px;
}

.titulo{
	text-align:center;
	color:#9c9b9b;
	font-size:1em;
	letter-spacing:10px;
}

.campo-form{
	width:75%;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	background-color:#f5f5f5;
}

.botao-form{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

INPUT[type='text'],INPUT[type='number']{
	width:95%;
	height:80%;
	margin:2px 0 0 10px;
	border:none;
	outline:none !important;
	background-color:transparent;
	text-align:center;
	font-family: 'Lato-Light';
	font-size:1em;
}


::placeholder{
	text-align:center;
	font-family:'Lato-Light';
	font-size:1.2em;
}

INPUT[type='button']{
	font-family: 'Lato-Light';
	font-size:1em;
	width:100%;
	height:80%;
	margin:0;
	border:none;
	outline:none !important;
	background-color:#c00d0e;
	color:#FFFFFF;
	cursor:pointer;
	padding:10px 0;
	text-transform:uppercase;
	letter-spacing:3px;
}

.produto{
	margin-top:70px;
}

.produto-item1{
	font-family: 'Lato-Bold';
	text-align:center;
	color:#c00d0e;
	font-size:1.8em;
	letter-spacing:3px;
}

.produto-item2{
	font-family: 'Lato-Light';
	text-align:center;
	color:#c00d0e;
	font-size:1.2em;
	letter-spacing:3px;
}

.pergunta{
	font-family: 'Lato-Light';
	text-align:center;
	color:#9c9b9b;
	font-size:1em;
	letter-spacing:8px;
	margin-top:70px;
	margin-bottom:30px;
}

.resposta{
	font-family: 'Lato-Light';
	text-align:center;
	color:#9c9b9b;
	font-size:1em;
	letter-spacing:8px;
	margin-top:70px;
	margin-bottom:30px;
	display:none;
}

#resultado{
	color:#CC0000;
	font-family: 'Lato-Bold';
	font-size:1.2em;
	text-transform:uppercase;
	padding-top:4px;
}

.logotipo{
	width:100vw;
	height:50px;
	background:url(../images/logotipo.svg) no-repeat;
	background-position:top center;
	background-size:auto 40px;
	margin-bottom:15px;
		
}

.quebras-obs{
	width:70vw;
	margin-left:auto;
	margin-right:auto;
	color:#CC0000;
	font-family: 'Lato-Light';
	font-size:0.9em;
	padding-top:4px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

}