/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Advent+Pro');

@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('fonts/Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

/* GERAIS */

*{
	margin:0;
	padding:0;
	-webkit-appearance:none;
	letter-spacing: 1px;
}

body, html{

	overflow-x:hidden;
}

input{

	outline:none;
	border:none;
}

textarea{

	resize:none;
	outline:none;
}

.util{

	margin:0 auto;
	max-width:940px;
	width: 100%;
}

ul{

	list-style:none;
}

a{

	text-decoration:none;
}

/* FIM GERAIS */

/* TOPO */

#bg-topo{

	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	background: #fff;
	height: 122px;

}

#contato{
	
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index:99999;  
  display: none;
  max-width: 500px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
}

.g-recaptcha div{
	
	height:70px !important;

}

#pop{

  background:url(parts/bgp.png);
  top: 0px;
  left: 0px;
  position: fixed;
  z-index:100;
  width: 100%;
  height: 100%;
  display: none;

}

#fechar{

	float: right;
	font-family: 'Myriad Pro Regular';
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#interna{

	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index:99999;  
	max-width: 999px;
	width: 100%;
}

/* BANNER */

#banner{

	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	background: url('banners/1.jpg') no-repeat top center;
	height: 470px;
}

/* TABELA */

#tabela{

	max-width: 370px;
	width: 100%;
	height: 470px;
	float: right;
	background: #103248;
}

#frase-tab{

	font-family: 'Myriad Pro Regular';
	font-size: 15px;
	color: #fff;
	width: 270px;
	text-align: center;
	padding-top: 25px;
	margin:0px auto; 

}

.inp-tab{

	width: 299px;
	height: 40px;
	padding-left: 5px;
	font-family: 'Myriad Pro Regular';
	font-size: 14px;

}

.inp-tab2{

	width: 300px;
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 5px;
	font-family: 'Myriad Pro Regular';
	font-size: 14px;
	border-radius: 4px;

}

.txt-tab2{

	width: 300px;
	height: 100px;
	border: 1px solid #ccc;
	padding-left: 5px;
	font-family: 'Myriad Pro Regular';
	font-size: 14px;
	/* padding-top: 5px; */
	border-radius: 4px;

}

.btn-tab{

	width: 215px;
	height: 40px;
	color: #fff;
	background: #1daeec;
	font-size: 13px;
	border-radius: 2px;
	cursor: pointer;

}

.font-tab{

	font-family: 'Myriad Pro Regular';
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

/* MEIO */

#bg-meio{

	background: #f5f6fa;
	height: 500px;
	clear:both;

}

#bg-meio p{

	font-family: 'Myriad Pro Regular';
	font-size: 16px;
	color: #686868;
	text-align: justify;

}

.titulo-capa{

	font-family: 'Myriad Pro Regular';
	font-size: 28px;
	color: #0f3247;
	font-weight: bolder;
	padding-top: 50px;

}

#img-comp{

	margin-top:0px; 
	width:100%;
	max-width:435px; 
	float:right;
}

#comparativo{

	margin-top: 40px;
}

	#comparativo li{

		font-family: 'Myriad Pro Regular';
		font-size: 18px;
		color: #0f3247;
		margin-bottom: 35px;
	}

/* VANTAGENS */

#vantagens{

	margin-top: 40px;
	margin-left: -30px;
}

	#vantagens li{

		font-family: 'Myriad Pro Regular';
		font-size: 13px;
		width: 150px;
		color: #013854;
		margin-bottom: 30px;
		float: left;
		margin-left: 30px;
	}

.vantagens{
	
	font-family: 'Myriad Pro Regular';
	font-size: 16px;
	color: #000;
	margin-left: 18px;
}
	
.vantagens2{
	
	font-family: 'Myriad Pro Regular';
	font-size: 12px;
	color: #85848a;
	margin-left: 18px;
	margin-top: 65px;
}
	
.vantagens3{
	
	font-family: 'Myriad Pro Regular';
	font-size: 14px;
	color: #000;
	margin-top: 65px;
}
	
.vantagens4{
	
	font-family: 'Myriad Pro Regular';
	font-size: 11px;
	color: #858484;
	margin-top: 20px;
}

#titulo_van{

	font-family: 'Myriad Pro Regular';
	font-size: 20px;
	color: #3997d3;
	font-weight: bolder;
	margin-top: 65px;

}

#img-check1, #img-check2, #img-check3, #img-check4, #img-check5{

	float:left; 
	margin-right:10px; 
	margin-top:-8px;
}

#img-check1{

	 padding-bottom:70px;
}

#img-check2{

	 padding-bottom:90px;
}

#img-check3{

	 padding-bottom:20px;
}

#img-check4{

	 padding-bottom:20px;
}

#img-check5{
	
	 padding-bottom:40px;
}

/* PROPOSTA */

#bg-proposta{

	width: 100%;
	max-width: 1920px;
	height: 195px;
	background: #f4f6fa;
	clear: both;
	margin: 0px auto;
}

.titulo-proposta{

	font-family: 'Myriad Pro Regular';
	font-size: 28px;
	color: #0f3247;
	font-weight: bolder;
	padding-top: 85px;
	text-align: center;

}

.btn-capa{

	width: 165px;
	height: 25px;
	color: #fff;
	background: #1eb2f1;
	font-size: 13px;
	border-radius: 5px;
	float:right; 
	margin-top:-30px;
}

#video{

	float:right; 
	margin-top:400px; 
	max-width:494px;
	width: 100%; 
	height:276px;
}

/* RODAPE */

#bg-rodape{

	width: 100%;
	max-width: 1920px;
	height: 90px;
	background: #123d5b;
	margin: 0px auto;
}

.rodape{

	font-family: 'Advent Pro', sans-serif;
	font-size: 17px;
	color: #fff;
	padding-top: 30px;

}

#direitos{

	font-size: 13px !important;
	color: #1f5e8c;
	margin-top: 10px;
}

#logo-nova{

	float:right; 
	margin-top:-40px;
}