/* Imagem */
.banner_ctn {
	z-index: 1;
	position: relative;
	color: #FFF;
	height: 90vh;
	max-height: 650px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
    position: relative;
    width: 100%;
    align-content: center;
}


/* Processos */
._processos {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
._processos .active {
    color: var(--terciaria)
}
._processos i {
    position: absolute;
    bottom: -8px;
    
}
._processos > div:last-child i {
    right: 0px;
}

/* Introducao */
/* Intro */
._introducao_head {
    position: relative;
	padding-bottom: calc(var(--recuo-aba-superior) + 40px);
	background-color: #FFF;
}
._introducao_head:before {
	background-color: #FFF;
    content: '';
    display: block;
	top: calc(var(--recuo-aba-superior) * -1);
	bottom: 0px;
    position: absolute;
    left: 0;
    z-index: 2;
    width: calc((100vw - var(--container-width) + 25px)/2)
}
._introducao_head ._logo {
	height: 141px;
	position: absolute;
	top: calc(var(--recuo-aba-superior) * -1);
	z-index: 3;
	padding-right: 0;
	display: flex;
	align-items: center;
	background-color: #FFF;
}
._introducao_head ._logo:before {
	content: '';
    display: block;
    top: 0px;
    bottom: 0px;
    position: absolute;
    right: -45px;
    left: 0;
    z-index: -1;
    background-image: url(/assets/img/canto_arredondado_titulo.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}
._introducao_head ._superior,
._introducao_head ._inferior {
	position: absolute;
	left: 0;
	right: 0;
}
._introducao_head ._superior {
	height: 60px;
	background-color: var(--principal);
	z-index: 1;
    top: 20px;
}
._introducao_head ._inferior {
	height: 20px;
	background-color: var(--terciaria);
	z-index: 1;
	
}

._introducao_body {
    background-color: #FFF;
    position: relative;
	font-size: 18px;
	line-height: 20px;
}

/* Conteudo */
.body_ctn {
    min-height: 300px;
    background-color: #e9f8ff;
}
.body_ctn ._head {
	position: relative;
}
.body_ctn>._head h1._titulo {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: var(--secundaria);
    padding-bottom: 10px;
}
.body_ctn>._head h1._titulo span:after {
    content: '';
    background-color: var(--terciaria);
    height: 1px;
    width: 200px;
    display: inline-block;
    margin-top: 10px;

    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    position: absolute;
}
.body_ctn>._head h1._titulo span:before {
    content: '';
    background-color: #c9c9c9;
    height: 1px;
    display: inline-block;
    margin-top: 10px;
    
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    position: absolute;
}

.body_ctn ._body h4 {
	font-size: 24px;
	font-weight: bold;
}

._notfound {
	min-height: 300px
}

/* Comum */
h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
}

#frmBusca label {
    color: var(--secundaria);
    opacity: 1
}
#tiPlaca {
    text-align: center;
    color: var(--terciaria);
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    border-color: var(--secundaria)
}
#tiPlaca:hover,
#tiPlaca:focus {
    color: var(--terciaria);
    box-shadow: none;
    border-bottom: 2px solid var(--secundaria);
}

.text-monospace {
    font-size: 12px
}

.btn-pagamento {
    border-color: #006e21;
    background-color: #009d2e;
}

#frmBusca .btn-avancar i,
.btn-pagamento i {
    position: relative;
    top: 2px;
}
/* Planos */
.planos_ctn .card {
    border-color: var(--secundaria);
    border-radius: 12px;
    position: relative;
}
.planos_ctn .planos .col > .card {
    top: 30px;
}

.planos_ctn .planos .col:nth-child(2) .card {
    top: 0px !important
}

.planos_ctn .recomendado {
    background-color: var(--terciaria);
    top: -21px;
    right: -15px;
    position: absolute;
    padding: 10px 33px;
}
.planos_ctn .card-header {
    background-color: #FFF;
    border-bottom: 0px none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.planos_ctn .card-header h4 {
    font-weight: 700;
    font-size: 16px;
}
.planos_ctn .card-body {
    padding-top: 0px
}
.planos_ctn .pricing-card-title {
    color: var(--terciaria)
}
.planos_ctn .pricing-card-title .de {
    text-decoration: line-through;
    font-size: 26px;
    font-weight: 600;
    color: var(--secundaria)
}
.planos_ctn .caracteristicas {
    line-height: 28px;
}
.planos_ctn .card-body i {
    margin-right: 5px
}
.planos_ctn .btn-primary {
    background-color: var(--terciaria);
    display: inline-block;
    color: #FFF;
    border: 0px none
}
.planos_ctn .btn-primary:hover {
    background: #15638b;
    color: #FFF;
}

.planos_ctn .btn-success {
    border: 0px none;
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

/* Localização */
 .mapa {
	height: 400px;
}

/* AC */
.ac_ctn legend {
    color: #1e293b;
    text-align: center;
}
.ac_ctn ._body .nav a {
    color: var(--secundaria)
}
.ac_ctn ._body .nav .active a,
.ac_ctn ._body .nav a:hover {
    color: var(--terciaria)
}
.ac_ctn ._body .arquivos-restrito {
    border-bottom: 1px solid #CCC
}

@media(max-width:767px) {
    .header_ctn .affix-on {
        position: relative;
        background-color: inherit;
    }
	.page_ctn>._head h1._titulo {
		font-size: 32px;
	}
	.page_ctn img {
		max-width: 100%;
		height: auto
	}
    .banner_ctn h1 {
        font-size: 43px !important
    }
    .ac_ctn .nav {
        width: 100%;
    }
    .ac_ctn .nav-item,
    .ac_ctn .nav-item a {
        display: block;
    }
    .planos_ctn .planos .col > .card {
        top: 0px  !important
    }
    .planos_ctn .planos .col:nth-child(2) .card {
        top: 0px !important
    }
}