/* 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;
}

/* Conteudo */
.body_ctn {
    min-height: 300px;
}
.body_ctn > ._head {
    min-height: 350px;
	position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CCC;
    color: white
}
.body_ctn>._head h1._titulo {
    font-size: 70px;
    font-weight: 500;
    position: relative;
    color: white;
    padding-bottom: 10px;
}
.body_ctn > ._body {
    background-color: var(--terciaria);
    color: white
}
.body_ctn ._body h4 {
	font-size: 24px;
	font-weight: bold;
}
.body_ctn ._frase {
    font-weight: bold;
    font-size: 13px;
}

._notfound {
	min-height: 300px
}

/* Comum */
h1 {
    font-size: 60px;
    font-weight: 600;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 30px;
    font-weight: 600;
}

/* Sobre */
.body_ctn .btn-continuelendo {
    background-color: black;
    color: white
}
/* Serviços */
.servicos_ctn > ._body ._titulo {
    font-size: 38px;
    font-weight: 500
}
.servicos_ctn > ._body ._texto a {
    background-color: var(--terciaria);
	color: white;
    padding: .375rem .75rem;
	padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
	font-weight: bold;
    position: relative;
    border-radius: 0px !important;
    min-width: 130px;
}
.servicos_ctn > ._body ._texto a:after {
    background-image: url(/assets/img/seta_branca.svg);
    background-position: left center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    content: '';
    padding-left: 30px;
    width: 20px;
    height: 13.8px;
    position: relative;
    left: 3px;

    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.servicos_ctn > ._body ._texto a:hover:after {
    left: 10px
}
/* Noticias */
.noticias_ctn > ._body .slider-noticias {
    position: relative;
}
.noticias_ctn > ._body .slider-noticias div > p,
.noticias_ctn > ._body .slider-noticias div > a {
    position: relative;
    z-index: 2;
}
.noticias_ctn > ._body ._overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
    content: '';
}
.noticias_ctn .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}
.noticias_ctn .owl-dots .owl-dot {
    width: 19%;
    margin: 1px;
}
.noticias_ctn .owl-dots .owl-dot span {
    margin: 1px;
    height: 3px;
    width: 100%;
    background-color: white;
}
.noticias_ctn .owl-dots .owl-dot.active span {
    background-color: var(--terciaria)
}
.noticias_ctn > ._body .btn-saibamais {
    background-color: var(--terciaria);
    color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.noticias_ctn > ._body .btn-saibamais svg {
    top: -1px;
}
.noticias_ctn > ._body02 h5 {
    font-weight: 800;
}
.noticias_ctn > ._body02 .btn-saibamais {
    background-color: var(--terciaria);
    color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.noticias_ctn > ._body02 .btn-saibamais svg {
    top: -1px;
}
/* Noticia */
.noticia_ctn ._body02 h1 {
    color: black;
    font-size: 38px
}
.noticia_ctn ._body02 p {
    color: black;
}
.noticias_detalhes_ctn ._body02 .btn-saibamais {
    background-color: var(--terciaria);
    color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.noticias_detalhes_ctn ._body02 .btn-saibamais svg {
    top: -1px;
}
/* Produtos */
.produtos_ctn .nav-pills .nav-link {
    color: var(--secundaria);
    text-transform: uppercase;
    padding: 3px 20px;
}
.produtos_ctn .nav-pills .nav-link.active, .produtos_ctn .nav-pills .show>.nav-link {
    color: var(--terciaria);
    background: #FFF;
    border: 2px solid var(--terciaria);
    border-radius: 30px;
}
.produtos_ctn .nav-pills .nav-link.active {
    font-weight: 600
}
.produtos_ctn .owl-dots {
    display: flex; /* Usa flexbox para alinhar os botões */
    justify-content: center; /* Centraliza os botões */
    gap: 10px; /* Espaço entre os botões */
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin: 15px 150px;
}
.produtos_ctn .owl-dot {
    margin: 0 10px;
    display: flex !important; /* Faz com que o botão se ajuste */
    align-items: center; /* Alinha os textos no centro */
    justify-content: center; /* Centraliza o conteúdo */
}
.produtos_ctn .owl-dot a{
    color: var(--secundaria);
    background: #FFF;
    border: 2px solid var(--secundaria);
    border-radius: 25px;
    padding: 8px 20px;
    display: inline-block;
    line-height: 18px;
}
.produtos_ctn .owl-dot.active a{
    color: #FFF;
    background: var(--terciaria);
    border: 2px solid var(--terciaria);
}
.produtos_ctn .owl-dot a div{
    display: none;
}
.produtos_ctn .owl-dot.active a div{
    display: block !important;
}
.produtos_ctn .owl-carousel .owl-dots.disabled, .produtos_ctn .owl-carousel .owl-nav.disabled {
    display: block;
}

.produtos_ctn .owl-stage-outer {
    position: relative;
}
.produtos_ctn .owl-stage-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, white, transparent);
    z-index: 999;
}

/* Lado direito: transparente para branco */
.produtos_ctn .owl-stage-outer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, white, transparent);
    z-index: 999;
}

.produtos_ctn .owl-prev,
.produtos_ctn .owl-next {
    background: var(--terciaria) !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    border-radius: 50% !important;
    position: absolute;

    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,83,255,1);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,83,255,1);
    box-shadow: 0px 0px 10px -3px rgba(0,83,255,1);
}
.produtos_ctn .owl-prev {
    bottom: 50%;
    left: 0;
}
.produtos_ctn .owl-next {
    bottom: 50%;
    right: 0;
}

._nav_tipos .nav-link {
    color: black;
    border-bottom: 2px solid #CCC;
    border-radius: 0px;
    font-size: 22px;
    padding-left: 0px
}
._nav_tipos .nav-item:first-child .nav-link {
    text-align: left;
}
._nav_tipos .nav-link.active {
    color: black;
    font-weight: bold;
    line-height: 33px;
    font-size: 24px;
    border-bottom: 2px solid black;
    background-color: transparent;
}
.produtos_ctn ._categoria_frase {
    font-size: 18px
}
.produtos_ctn ._tipo_nome {
    color: #AFAEAE;
    font-size: 20px;
    background-color: #F2F2F2;
}
.produtos_ctn ._titulo {
    font-size: 18px
}
.produtos_ctn .btn-saibamais {
    background-color: black;
    font-weight: bold;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.produtos_ctn .btn-saibamais svg {
    top: -1px;
}
/* Produto - detalhe */
.produtos_ctn ._aside {
    position: relative
}
.produtos_ctn ._aside:before {
    background-color: black;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 29%;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}
.produtos_ctn ._aside .nav,
.produtos_ctn ._aside .nav a {
    color: #FFF
}
.produtos_ctn ._aside .nav a {
    padding-left: 0px;
    padding-right: 0px
}
.produtos_ctn ._aside .nav .nav-link.active {
    color: var(--terciaria);
    background-image: url(/assets/img/seta.svg);
    background-position: left center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.produtos_ctn ._aside .nav a.active {
    color: var(--terciaria);
}
.produtos_ctn ._aside .nav .nav-item {
    border-bottom: 1px solid #474747
}
.produtos_ctn ._aside h2 {
    color: var(--terciaria)
}
.produtos_ctn .btn-download {
    background-color: black;
    color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.produtos_ctn .btn-download svg {
    top: -1px;
}
.produtos_ctn ._aside .collapse,
.produtos_ctn ._aside .collapsing {
    transition: height 0s !important; 
}
.produtos_ctn ._consulte_folheto p {
    font-size: 40px;
    line-height: 38px
}


.produtos_ctn a.ver-produtos {
    background-color: var(--terciaria);
	color: white;
    padding: .375rem .75rem;
	padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
	font-weight: bold;
    position: relative;
    border-radius: 0px !important;
    min-width: 130px;
    display: inline-block;
}
.produtos_ctn a.ver-produtos:after {
    background-image: url(/assets/img/seta_branca.svg);
    background-position: left center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    content: '';
    padding-left: 30px;
    width: 20px;
    height: 13.8px;
    position: relative;
    left: 3px;

    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.produtos_ctn a.ver-produtos:hover:after {
    left: 10px
}

.produtos_ctn .dot-produto a{
    color: var(--secundaria);
    background: #FFF;
    padding: 8px 20px;
    display: inline-block;
    line-height: 18px;
}
.produtos_ctn .dot-produto a span{
    font-size: 12px;
}
.produtos_ctn .dot-produto a.active{
    color: var(--terciaria);
    border-bottom: 2px solid var(--terciaria);
}

/* Usados */
table._usados th {
    font-weight: 600;
    border-bottom: 2px solid #CCC;
}
table._usados th,
table._usados td {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% / 7);
}
table._usados th:first-child {
    font-weight: 800;
    border-bottom: 2px solid black;
}
table._usados th:last-child,
table._usados td:last-child {
    width: 90px !important
}
table._usados tr {
    border-bottom: 2px solid #CCC;
}
table._usados td {
    padding-top: 10px;
    padding-bottom: 10px;
}
table._usados .btn-ir {
    background-color: var(--terciaria);
    color: white;
    min-width: auto;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
table._usados .btn-ir svg {
    top: -1px;
}
/* Contato */
.faleconosco_ctn > ._body .btn-enviar {
    background-color: black;
    color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.faleconosco_ctn > ._body .btn-enviar  svg {
    top: -1px;
}
.faleconosco_ctn > ._body .btn-enviar {
    background-color: black;
    color: white
}
/* Revisao */
.agendarrevisao_ctn > ._body .btn-enviar {
    background-color: black;
    color: white;
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.agendarrevisao_ctn > ._body .btn-enviar svg {
    top: -1px;
}
/* Localização */
 .mapa {
	height: 400px;
}

@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
    }
    .produtos_ctn ._aside ul.nav {
        background-color: black;
        padding: 20px;
        border-radius: 5px
    }
    .produtos_ctn ._aside:before {
       display: none;
    }

    .produtos_ctn .owl-dots {
        margin: 0;
    }
    .produtos_ctn .owl-dot {
        margin: 0 5px;
    }
    .produtos_ctn .owl-dots a{
       font-size: 13px;
       line-height: 13px;
       padding: 8px 10px;
    }
    .produtos_ctn .owl-stage-outer::before {
        display: none;
    }
    /* Lado direito: transparente para branco */
    .produtos_ctn .owl-stage-outer::after {
        display: none;
    }
}