/* 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;  
	display: none;
	max-width: 880px;
	padding: 0px 50px;
	width: 100%;
	height: 700px;
	background: #f8f6f7;
}

#video{

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

/* INTERNA */

#plano2, #plano3, #plano4{

			display: none;
		}

		#menu-desc{

			clear: both;
			width: 100%;
			height: 40px;
			margin:  40px auto;
		}

			#menu-desc li{

				float: left;		
			    font-family: 'Open Sans', sans-serif;
			    font-size: 20px;
			    color: #fff;
			    width: 230px;
		    	text-transform: uppercase;
		    	text-align: center;
		    	margin-left: 3px;
		    	height: 40px; 
		    	background-color: rgb(0, 188, 208);
			}

				#menu-desc li:first-child{

			    	border-left:0px;
			    	margin-left: 0px !important;
				}

/* 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;

}

.font-tab{

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

/* MEIO */

#bg-meio{

	background: #f4f6fa;
	height: 500px;

}

.titulo-capa{

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

}

/* VANTAGENS */

#vantagens{

	margin-top: 30px;
}

	#vantagens li{

		font-family: 'Myriad Pro Regular';
		font-size: 16px;
		color: #000;
		margin-bottom: 15px;
	}

.vantagens{
	
	font-family: 'Myriad Pro Regular';
	font-size: 14px;
	color: #000;
	max-width:400px;
}
	
.vantagens2{
	
	font-family: 'Myriad Pro Regular';
	font-size: 12px;
	color: #85848a;
	margin-left: 18px;
	margin-top: 65px;
}

/* 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;
}

/* 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;
}