/* Estilo Plano */

.introducao-planos{
	width:100%;
	height:420px; /*tem que ser o tamnho da foto na altura*/
	background: url("../img/planos/bg_intro/fundo.jpg") no-repeat center;
	background-size: cover;
	margin-top:122.5px; /*tem que ser o tamanho do header*/
	text-align: center;
	padding-top: 140px;
}

.introducao-planos h1{
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.introducao-planos h1:after{
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: #fff;
	margin: 7px auto 5px auto;
}

/*Descrição Planos*/

.descricao-planos{
	padding: 40px 0;
}

.quote-externo-planos1 p{
	width: 500px;
	height:380px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 16px;
	color: #000;
	text-align: left;
	letter-spacing: .1em; 
	padding: 10px 20px;
	max-width: 400px; /*quebra o texto*/
	margin-left: 25px;
}

.quote-externo-planos2 p{
	width: 500px;
	height:380px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 16px;
	color: #000;
	text-align: left;
	letter-spacing: .1em; 
	padding: 10px 20px;
	max-width: 400px; /*quebra o texto*/
	margin-left: 100px;
}
.servicos_icons img{
 	margin: 0 auto;
}
/*Descrição dos PLanos */

.detalhes-planos {
	padding: 40px 0;
}

.detalhes-planos-1 li{
	background: #fff;
	text-align: center;
}

.detalhes-planos-1 li h3{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .1em;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
}
/*botão planos*/
.call-planos-1{
	padding-top: 40px;
	text-align: center;
	clear: both; /*criar o padding proprio*/
	margin-bottom: 10px;
}

.call-planos-2{
	padding-top: 40px;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

.linha-vertical {
  height: 470px;/*Altura da linha*/
  border-right: 5px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
}
