.navbar-brand img, .brand img {
    width: 130px;
}

#ts-main{
    margin-top: 140px;
}

.ts-bokeh-background{
    opacity: 0.3 !important;
}

.faqs .ts-faq::after {
    content: "\f12a";
}
.faqs dt::before {
    display: block;
    content: '';
}
.faqs dt::after {
    content: ':';
}
.faqs dt, .faqs dd {
    display: inline;
}
.faqs p, .faqs dt, .faqs dd, .faqs a, .faqs ol, .faqs ul {
    color: rgba(0, 0, 0, .6);
    line-height: 24px;
}
.faqs strong, .faqs dt {
    text-transform: uppercase;
}

.list-group-item {
    padding: .3rem 1.25rem;
}

.descricao-geral {
    white-space: pre-line;
    line-height: initial;
}


/* 
================================================================================
SELECT2
================================================================================
*/

.filtros-input .select2-selection {
    border: none !important;
    text-align: left;
    height: 2.5rem !important;

    display: flex !important;
    align-items: center;
}

.filtros-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: .4rem;
}

.filtros-input .select2-container {
    width: 100% !important;
}

.pesquisar-filtro-form .filtros-input .select2-selection {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    height: 2.6rem !important;
}
.pesquisar-filtro-form .filtros-input .select2-selection:hover {
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

/* 
================================================================================
PROPAGANDA
================================================================================
*/

.propaganda-container {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
@-moz-document url-prefix() {
    .propaganda-container {
        overflow: initial;
    }
}

.propaganda-container img {
    width: 1110px;
}

@media(max-width: 500px) {
    .propaganda-container {
        height: 75px;
    }

    .propaganda-container img {
        width: 670px;
    }
}

/* 
================================================================================
CARD DO ANÚNCIO
================================================================================
*/

.black {
    border: 1rem solid black !important;
    border-bottom: 1rem solid rgba(0, 0, 0, 0) !important;
}

.gold {
    border-color: #ffc107;
    border-bottom: 1rem solid rgba(0, 0, 0, 0) !important;
}

.black > .imagem-selo-certificado {
    background-image: url(/resources/area-livre/assets/img/branco.svg);
    color: white;
    width: 20px;
    height: 20px;
    z-index: 3;
    margin-top: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ts-ribbon {
    height: 55px;
}

.ts-ribbon > i {
    margin-top: 10px;
    position: absolute;
}

.card-certificado {
    border: 2px solid #1F2129;
}

.card-validado {
    border: 2px solid #FFC105;
}

.card-profissional {
    border: 2px solid #4CAF50;
}

/* 
================================================================================
Descrição das vantagens
================================================================================
*/
.descricao-tipos-plano .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.descricao-tipos-plano i {
    font-size: 3rem;
}

.descricao-tipos-plano .selo-fazenda-aberta {
    height: 3rem;
}

.descricao-tipos-plano strong {
    margin-top: 1rem;
    font-size: 1.3rem;
}