.bannervideo_ctn {
    height: 360px;
    overflow: hidden;
}
.bannervideo_ctn video {
    object-fit: cover;
    object-position: center;
}
.content_ctn {
    min-height: 300px;
}
.content_ctn > ._head {
    position: relative;
    background-color: #667;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 160px !important;
    padding-bottom: 140px !important
}
.content_ctn >._head h1._titulo {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: #FFF;
    padding-bottom: 10px;
}
.content_ctn>._head h1._titulo span:after {
    content: '';
    background-color: #FFF;
    height: 1px;
    width: 20px;
    display: inline-block;
    margin-top: 10px;

    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    position: absolute;
}
.content_ctn>._head small {
    color: #FFF;
    display: block;
    margin-bottom: 20px
}

.content_ctn ._body h4 {
	font-size: 24px;
	font-weight: bold;
}

.content_ctn .conteudo,
.content_ctn .caracteristicas {
    font-size: 16px;
}

.content_ctn .caracteristicas {
    background-color: #F2F2F2;
}

.slider-ativos.owl-carousel .owl-nav button.owl-next, 
.slider-ativos.owl-carousel .owl-nav button.owl-prev {
   font-size: 20px;
   border-radius: 200px;
   background: var(--principal);
   color: #FFF;
   width: 30px;
   height: 30px;
}

._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;
}

._busca .form-floating:hover label {
    color: var(--principal) !important;
    opacity: 1
}
._busca button {
    border-color:var(--principal);
    background-color:var(--principal);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px
}
._busca button:hover {
    border-color:#7090f3;;
    background-color:#7090f3;
}
._busca button i {
    top: 20px;
    right: 20px;
}

.text-monospace {
    font-size: 12px
}

._anuncios ._item {
    background:#F2F2F2;
    border-radius:30px;
    min-height: 250px
}
._anuncios ._imagem {
    min-height:250px;
    border-radius: 30px 0px 0px 30px; 
    background-size:cover; 
    background-position:center;
    background-repeat:no-repeat;
    background-color:#CCC
}
._anuncios ._imagem ._fotos {
    color:#FFF;
    right: 20px;
    top: 23px
}
._anuncios ._tipo {
    color: #7090f3
}
._anuncios h2 {
    font-weight:bold;
    letter-spacing:0px;
    font-size:24px
}
._anuncios ._valor {
    font-size: 16px;
}
._anuncios .btn-verativo {
    background:#7090f3;
    color:#FFF;
}
._anuncios .btn-verativo:hover {
    background:var(--principal);
}
._anuncios ._estado {
    right: 20px;
    top:20px;
}
._anuncios ._estado span {
    font-weight:bold;
    font-size:20px;
    display:block;
    padding: 20px;
    border-radius:10px;
    background:#FFF;
    color:var(--principal);
}

@media(max-width:767px) {
    .header_ctn .affix-on {
        position: relative;
        background-color: inherit;
    }
    h1 {
        font-size: 40px;
        font-weight: 800;
    }
    h2 {
        font-size: 30px
    }
    ._anuncios ._imagem {
        border-radius: 30px 30px 0px 0px; 
    }
    .conteudo img {
        border-radius: 30px 30px 30px 30px !important
    }
	.page_ctn>._head h1._titulo {
		font-size: 32px;
	}
	.page_ctn img {
		max-width: 100%;
		height: auto
	}
    .bannervideo_ctn {
        min-height: 350px;
        height: 50vh
    }
    .bannervideo_ctn video {
        width: 100%;
        height: 100%
    }
    .bannervideo_ctn h1 {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .bannervideo_ctn h5 {
        font-size: 16px
    }
    .banner_ctn h1 {
        font-size: 43px !important
    }
    ._botoes a {
        display: block;
    }
    .caracteristicas , 
    .caracteristicas tbody, 
    .caracteristicas tr, 
    .caracteristicas td {
        display: block;
        width: 100%;
    }
    .caracteristicas td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 0;
        width: 45%;
        padding-left: 1rem;
        font-weight: bold;
        white-space: nowrap;
    }
}