body {
	font-family: 'Roboto', sans-serif;
}
header, footer {
	background-color: #000000
}
header {
	padding-top: 20px;
	padding-bottom: 20px;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
.bg-dark {
	background-color: #000000 !important;
}
.navbar-nav > li{
  padding-left: 8px;
  padding-right: 8px;
}
.navbar .active a {
	color: #0095da !important;
	font-weight: bold;
}
.nav-link {
	color: #fff !important;
}
.nav-item .btn {
	background-color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    border-color: #fff;
	color: #fff;
}
.nav-item .btn:hover {
	background-color: #454545;
}


.produtos {
	padding-top: 60px;
	padding-bottom: 60px;
}
.produtos h2 {
	text-align: center;
	text-transform: uppercase;
	color: #343434;
}
.produtos p {
	color: #7c7c7c;
	margin-bottom: 0;
}
.seguros h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #0095da;
}


.recomendados {
	margin-top: 0px;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ababab;
}
.recomendados h2 {
	text-align: center;
	text-transform: uppercase;
}
.recomendados p {
	color: #fff;
	margin-bottom: 0;
}
.seguros_recomendados {
	margin-bottom: 60px;
}
.seguros_recomendados h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #0095da;
}

.botao {
	margin-top: -15px;
}
.botao .btn {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
}

.descricao {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #454545;
}
.seguradora {
	color: #454545;
}

.barra_1 {
	background-position: center center;
    background-size: auto 100%;
    background-position-x: left;
	/*height: 144px;*/
}
.barra_1 h2 {
	color: #ffffff;
	margin-top: 55px;
}
.passos {
	width: auto;
    max-width: 70%;
	margin-top: 1em;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background-image: url('./../../images/banner/ping/bg_barra.jpg');
	background-repeat: repeat-x;
	background-position: 0 55px;
}
.passos div:nth-last-child(-n+2){
    visibility: collapse!important;
}
.passo_1,
.passo_2,
.passo_3,
.passo_4,
.passo_5,
.passo_6,
.passo_7,
.passo_8,
.passo_9,
.passo_10 {
	float: left;
	width: 100px;
}

.numero {
	margin: 0 auto;
	margin-top: 10px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #000000;
}
.selecionado {
	background-color: #454545;
}

.cnpj_empresa {
	background-color: #b7b7b7;
	padding-bottom: 50px;
	padding-top: 50px;
}
.cnpj_empresa span {
	font-size: 18px;
	color: #343434;
}
.cnpj_empresa .form-control-lg {
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	
}
.btn-1 {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

.btn-2 {
	background-color: #000000;
	border: 1px solid #000000;
}
.btn-2:hover, .btn-2:active, .btn-2:focus {
	background-color: #454545 !important;
	border: 1px solid #454545 !important;
}
.btn-5 {
	background-color: #3284a6;
	border: 1px solid #3284a6;
	color: #ffffff;
}
.btn-5:hover, .btn-5:active, .btn-5:focus {
	background-color: #216a89 !important;
	border: 1px solid #216a89 !important;
	color: #ffffff;
}

.formulario {
	/*background-color: #ebebeb;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.formulario label {
	color: #454545;
}
.formulario hr {
	margin-bottom: 10px;
}
.formulario .cep {
	width: 100px;
	float: left;
}

.produto {
	background-color: #ebebeb;
	padding-top: 60px;
	padding-bottom: 60px;
}

.btn-3 {
	background-color: #ababab;
	border: 1px solid #ababab;
	color: #000000;
}
.btn-3:hover, .btn-3:active, .btn-3:focus {
	background-color: #c3c3c3 !important;
	border: 1px solid #c3c3c3 !important;
}
.valores label {
	margin-bottom: 0;
}
.valores .form-group {
	margin-bottom: 0;
}
.soma {
	height: 40px;
	line-height: 40px;
	color: #004C64;
	font-size: 22px;
}
.valores hr {
	border-top: 1px solid #0095da;
	margin-bottom: 2rem;
}
.mais {
	font-style: italic;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.mais a {
	text-decoration: underline;
	color: #666;
    cursor: pointer;
}
.mais a:hover {
	color: #333;
    text-decoration: underline;
}
.planos p {
	color: #004c64;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.planos h2 {
	text-align: center;
}
.planos .valor {
	text-align: center;
	font-size: 32px;
	color: #626262;
	font-weight: bold;
}
.planos .valor small {
	font-size: 16px;
}

.plano h2 {
	color: #343434;
}
.plano .btn {
	background-color: #343434;
	border: 1px solid #343434;
	text-transform: uppercase;
}
.plano .btn:hover, .plano .btn:active, .plano .btn:focus {
	background-color: #545454;
	border: 1px solid #545454;
	text-transform: uppercase;
}
/*.plano-2 h2 {
	color: #ababab;
}
.plano-2 .btn {
	background-color: #000000;
	border: 1px solid #0084bf;
	text-transform: uppercase;
}
.plano-2 .btn:hover, .plano-2 .btn:active, .plano-2 .btn:focus {
	background-color: #0093d5;
	border: 1px solid #0093d5;
	text-transform: uppercase;
}
.plano-3 h2 {
	color: #004c64;
}
.plano-3 .btn {
	background-color: #004c64;
	border: 1px solid #004c64;
	text-transform: uppercase;
}
.plano-3 .btn:hover, .plano-3 .btn:active, .plano-3 .btn:focus {
	background-color: #006483;
	border: 1px solid #006483;
	text-transform: uppercase;
}*/
.fa-li {
	color: #a6bf37;
}
.lista li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #dedede;
	padding-left: 3rem;
	padding-right: 1rem;
}
.lista li a {
	text-align: right;
}
.fa-ul {
	margin-left: 0;
}
.fa-li {
	left: 1rem;
}

.pagamento {
	background-color: #ebebeb;
	padding-top: 60px;
	padding-bottom: 60px;
}

.pagamento hr {
	border-top: 1px solid #0095da;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.box_pagamento {
	/*background-color: #004c64;*/
	color: #ffffff;
	cursor: pointer;
}
.box_pagamento:hover {
	/*background-color: #005975;*/
}
.box_pagamento .forma {
	text-align: center;
	margin-bottom: 20px;
}
.box_pagamento h2 {
	text-align: center;    
	font-size: 26px;
}

.box-pagamento-desabilitado {
    background-color: #d7d7d7 !important;
    cursor: not-allowed !important;
    text-decoration:none !important;
}

.resumo {
	background-color: #ebebeb;
	padding-top: 60px;
	padding-bottom: 60px;
}
.resumo hr {
	border-top: 1px solid #000000;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.borda {
	border-right: 1px solid #0095da;
}
.resumo h4 {
	margin-bottom: 0;
}
.resumo h2 {
	color: #368aad;
	font-size: 26px;
	margin-bottom: 10px;
}
.resumo {
	color: #454545;
}
.cobertura {
	background-color: #eaeaea;
	padding: 1.5rem;
	margin-top: 1.5rem;
}
.cobertura h2 {
	color: #004C64;
}

label.form-radio {
    margin: 0px 10px 0px 0px;
    padding-top: 0.5rem;
}

label.form-radio > input {
    margin-right: 3px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.passos {
		width: 300px;
		font-size: 14px;
		background-position: 0 40px;
	}
	.passo_1 {
		width: 70px;
	}
	.passo_2 {
		width: 70px;
	}
	.passo_3 {
		width: 90px;
	}
	.passo_4 {
		width: 70px;
	}
	.numero {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.barra_1 h2 {
		margin-top: 10px;
		text-align: center;
	}
	.passos {
		margin: 0 auto;
	}
	.numero {
		margin-top: 5px;
	}
	.depois {
		margin-top: 20px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {


	.forma_espaco {
		margin-top: 20px;
	}
	.plano_espaco {
		margin-top: 20px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.soma {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.espaco_soma {
		height: 30px;
		line-height: 30px;
	}
}

input, select{
    font-size: 10pt!important;
}

.planos .row div {
    margin-bottom: 10px;
}

.btn-a {
    color:#fff!important;
}