body {
    background-color: #005fe6;
    font-family: 'Public Sans', sans-serif;
    font-style: normal;
    font-feature-settings: 'liga' off;
}

* {
    font-family: 'Public Sans', sans-serif;
}

.bsm-container {
    width: 816px;
    margin: 0 auto;
}

.bsm-container.bsm-result {
    width: 1064px;
    position: relative;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bsm-logo-wrapper {
    margin-top: 40px;
    margin-bottom: 74px;
    text-align: center;
}

.bsm-logo-wrapper img, .bsm-logo-wrapper svg {
    width: auto;
}

.bsm-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.bsm-subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.bsm-subtitle-searching {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

@media (min-width: 991px) {
    .bsm-subtitle-searching {     
        font-size: 24px;
    }   
}

.bsm-subtitle-lp {
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 0 -50px 50px;
}

.bsm-lp-fields {
    text-align: center;
    display: block;
    color: white;
    margin-top: 25px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .bsm-lp-fields {
        display: none;
    }
}

.bsm-subtitle-suggests-super-regis{
    visibility: hidden;
}

.bsm-container.bsm-result .bsm-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.bsm-subtitle-2 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.bsm-input-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 15px 16px;
    display: flex;
}

.bsm-input-wrapper input {
    flex: 1;
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 28px;
    color: #798391;

}

.bsm-input-wrapper input:focus {
    outline: none;
}

.bsm-input-wrapper button {
    font-size: 20px;
    background-color: transparent;
    border: 0;
    color: #798391;
}

.icon-search-gray {
    width: 28px;
    height: 28px;
}

.iniciar-desk {
    display: none;
}

@media (min-width: 768px) {
    .icon-search-gray {
        display: none;
    }
    
    .iniciar-desk {
        display: block;
    }
}

.bsm-textarea-wrapper {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    position: relative;
}

.btn-pesquisar-agora {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .bsm-textarea-wrapper {
        margin-top: 66px;
    }

    .btn-pesquisar-agora {
        margin-top: 66px;
    }
}


.bsm-textarea-wrapper > span,
.bsm-textarea-wrapper > textarea {
    font-size: 24px;
    line-height: 28px;
    color: #798391;
}

.bsm-textarea-wrapper > .description-disclaimer {
    margin-bottom: 20px;
    font-size: 16px;
}

.bsm-textarea-wrapper > textarea {
    border: 0;
    height: 150px;
    resize: none;
}

@media (max-width: 767px) {
    .bsm-textarea-wrapper > textarea {
        height: 230px;
    }
}

.bsm-textarea-wrapper > textarea::placeholder {
    color: #BAC0C8;
    font-size: 20px;
    line-height: 24px;
}

.bsm-textarea-wrapper > textarea:focus {
    outline: 0;
}

.wrapper-bsm-btn {
    position: relative;
}

.bsm-btn {
    background: #ED8534;
    border-radius: 8px;
    border: 1px solid #ED8534;    
    padding: 20px 80px;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.bsm-btn-shadow {
    -webkit-box-shadow: 0px 11px 33px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 33px rgb(0 0 0 / 25%);
    position: absolute;
    z-index: 4;
    width: 85%;
    height: 34px;
    border-radius: 15px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .bsm-btn-shadow {
        width: 250px;
    }
}

.bsm-transparent-btn {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}

.bsm-transparent-btn:hover {
    color: #fff;
}

#trademarkForm {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

#trademarkForm.fade-out {
    opacity: 0;
}

#activityForm {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

#activityForm.fade-in {
    opacity: 1;
}

.activity-placeholder {
    font-size: 20px;
    line-height: 24px;
    color: #BAC0C8;    
    position: absolute;
    top: 140px;
    width: 90%;
    max-height: 230px;
    overflow: auto;
    pointer-events: none;
}

@media (min-width: 354px) {
    .activity-placeholder {
        top: 113px;
        width: 95%;
    }
}

@media (min-width: 768px) {
    .activity-placeholder {
        top: 87px;        
    }
}

.wrapper-select-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.wrapper-select-type span {
    color: white;
    font-weight: bold;    
}

.select-options {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.type-option {
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

.type-option:hover, .type-option:focus {
    color: whitesmoke;
}

.option-outer {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.option-inner {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: white;
    pointer-events: none;
}

.type-option.active .option-inner {
    background-color: #ED8534;
}

@media (min-width: 768px) {
    .wrapper-select-type {
        flex-direction: row;
        margin-top: 66px;
        justify-content: center;
        font-size: 18px;
        gap: 15px;
    }

    .select-options {
        gap: 15px;
    }

    .cnpj-wrapper {
        margin-top: 25px!important;
    }
}

textarea:not(:placeholder-shown) ~ .activity-placeholder {
    display: none;
}

.m-input-wrapper {
    margin-top: 66px;
    /*margin-bottom: 170px;*/
}

.bsm-some-trademarks {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.marcas-pesquisadas {
    width: 350px;    
    margin: 15px 0;
}

@media (min-width: 768px) {
    .marcas-pesquisadas {
        width: 80%; 
        margin: 15px 0 35px;       
    }
}

.bsm-some-trademarks > div {
    margin-right: 52px;
}

.bsm-error {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFC6C7;
    margin-bottom:10px;
}

.bsm-trademark-wrapper {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bsm-payattention {
    display: flex;
}

.bsm-payattention-card {
    flex: 1;
    display: flex;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.bsm-payattention-card .bsm-payattention-subinfo {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-top: 32px;
}

.bsm-questions {
    padding: 55px 0;
}

.bsm-questions .bsm-btn {
    background-color: #3ACC6C;
    border: 1px solid #3ACC6C;
}

.bsm-questions .bsm-subtitle-2,
.bsm-questions .bsm-title {
    color: #535353;
}

.bsm-btn-close-modal {
    background-color: #fff;
}

#bsm-form-solicitar {
    background: transparent !important;
    box-shadow: none !important;
    position: unset !important;
    margin: 0 auto !important;
    padding-top: 30px !important;
    width: 390px !important;
}

#bsm-form-solicitar .error {
    color: #fff !important;
    padding: 5px 10px !important;
}

.bsm-btn-close-modal {
    width: 30px !important;
    height: 30px !important;
}

.modal-content {
    background-color: #006EF6;
}

.modal-header {
    border: 0 !important;
}

.form-group {
    margin-bottom: 20px !important;
}

.bsm-email{
    background-color:#EDF2F7; 
    padding: 50px;
    display: none;
    opacity: 0;
}


.bsm-email-active{   
    
    display:block;
    opacity: 1;
    display: flex;
}

.bsm-progress {
    width: 440px;
    margin-top: 66px;
    margin-bottom: 95px;
    margin-left: auto;
    margin-right: auto;
}

.bsm-progress-wrapper {
    width: 440px;
    margin: 75px 10px auto auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*NEW PROGRESS BAR */
.progress{
    border-radius: 30px;
    height: 20px;
}

.progress-bar {
    line-height: 40px;
    margin-bottom: 0px;
}

.bsm-new-progress-bar-title{
    position: sticky;
    z-index: 9;
    font-weight: bold;
    color:white;
    font-size: 18px;
}

.progress {
    background-color: rgba(246, 249, 252, .3)!important;
    box-shadow: none!important;
}

.bsm-new-progress-bar{
    background-color: #ED8534;
    animation: none!important;
    background-image: none!important;
    border-radius: 30px;
}

.bsm-new-progress-count {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 8px;
    width: 0;
    transition: width .4s ease-in-out;
}

@media (max-width: 767px) {
    .bsm-progress {
        width: 100%!important;
    }

    .bsm-new-progress-count {
        text-align: center;
    }
}

.bsm-result-body {
    width: 100%;
    margin: 10px 0 52px;
    padding: 52px 52px 75px;
    background-color: #F6F9FC;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    position: relative;
}

@media (min-width: 992px) {
    .bsm-result-body {
        margin-bottom: 20px;
    }
}

.bsm-result-body-success {
    padding: 25px;
}

.bsm-result-viability {
    background-color: #F6F9FC;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #0f0f0f;
    margin: 0;
    margin-bottom: 8%;
    padding: 1em;

}

.bsm-result-viability-border{
    border: 3px solid;
    border-radius: 50px;
    border-color: #0f0f0f;
}

.bsm-progress-viability {
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;    
}

.bsm-progress-viability-wrapper {
    width: 100%;
    margin: 30px 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 767px) {
    .bsm-progress-viability-wrapper {
        width: 95%;
    }
}

.progress-spinner {
    width: 78px;
    height: 77px;
    position: relative;
    margin-bottom: 25px;
}

.spinner-brands {
    width: 100px;
    margin-bottom: 25px;
}

.bsm-spinner {
    animation: spinner 1000ms linear infinite forwards;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.wrapper-brands-slider {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 4px solid #3990FB;
    background-color: #dbe8f8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.brand-flex {
    display: flex;
    height: 100%;
    width: 270px;
    position: absolute;
    transition: transform 300ms ease;
}

.brands-2 {
    transform: translateX(-54px);
    
}

.brands-3 {
    transform: translateX(-108px);
    
}

.brands-4 {
    transform: translateX(-162px);
    
}

.brands-5 {
    transform: translateX(-216px);
    
}

.brand-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
}

.progress-texts {
    margin-top: 25px;
    height: 120px;
    overflow: hidden;
}

.progress-texts-wrapper {
    transition: transform 400ms ease;
}

.texts-2 {
    transform: translateY(-40px);
}

.texts-3 {
    transform: translateY(-80px);
}

.texts-4 {
    transform: translateY(-120px);
}

.text-step {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 40px;
    opacity: .5;
}

.text-step.active {
    opacity: 1;
}

.text-step span {
    color: white;
    font-size: 12px;
}

@media (min-width: 991px) {
    .progress-texts {
        height: 150px;
        margin-bottom: 100px;
    }

    .text-step {
        height: 50px;     
    }

    .texts-2 {
        transform: translateY(-50px);
    }
    
    .texts-3 {
        transform: translateY(-100px);
    }
    
    .texts-4 {
        transform: translateY(-150px);
    }

    .text-step span {        
        font-size: 16px;
    }   
}

.text-step .loading {
    display: none;
    animation: spinner 2000ms linear infinite forwards;
}

.text-step.active .loading {
    display: block;
}

.text-step .completed {
    display: none;
}

.text-step.active span {
    font-weight: bold;
}

.text-step.done .loading {
    display: none;
}

.text-step.done .completed {
    display: block;
}

.overlay-email {
    position: absolute;    
    inset: 0;
    backdrop-filter: blur(8px);
    background: #005fe6A5;
    z-index: 99;
}

.result-title {
    margin-top: 125px;
    color: white;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.result-p {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    .overlay-email {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .result-title {
        font-size: 42px;
    }

    .result-p {
        font-size: 24px;
        margin-bottom: 45px;
    }

    .emailForm {
        display: flex;
        flex-direction: column;
        width: 438px;
    }

    .emailForm .form-lp {
        margin: 0 0 25px;
    }

    .emailForm .mt-20 {
        margin: 0;
        width: 100%;
    }

    .emailForm button {
        width: 100%;
    }
}

.bsm-termometro-wrapper {
    width: 90%;
    margin: 75px 5% 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-score {
    width: 84%;
    position: absolute;
    top: 0;
    left: 8%;
}

.bsm-termometro-score {
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    top: -65px;
    transform: translateX(-50%);
    border-radius: 5px;    
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95px;
}

.score-label {
    font-size: 8px;
    line-height: 9px;
}

.score-red {
    background-color: #FA0404;
}

.score-orange {
    background-color: #F4BB44;
}

.score-green {
    background-color: #17C366;
}

.bsm-termometro-score::after {
    position: absolute;
    content: '';    
    width: 20px;
    height: 25px;    
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: -14px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.score-red::after {
    background-color: #FA0404;
}

.score-orange::after {
    background-color: orange;
}

.score-green::after {
    background-color: #17C366;
}

.bsm-termometro {
    width: 100%;
}

.bsm-termometro-desk {
    display: none;
}

@media (min-width: 991px) {

    .bsm-termometro-mobile {
        display: none;
    }

    .bsm-termometro-desk {
        display: block;
    }   
}

@media (min-width: 768px) {
    .bsm-termometro-wrapper {
        width: 600px;
        margin: 125px auto 25px;
    }

    .bsm-termometro-score {        
        font-size: 40px;
        line-height: 40px;
        top: -97px;    
        padding: 5px 15px;
        width: 145px;
    }

    .score-label {
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }

    .bsm-termometro-score::after {        
        bottom: -17px;
    }
}

.subtitle-3 {
    font-size: 24px;
    line-height: 26px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 15px;   
}

.subtitle-4 {
    font-size: 16px;
    line-height: 22px;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 991px) {
    .subtitle-3 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .subtitle-4 {
        font-size: 18px;
    }
}

.bsm-result-header {
    background-color: #F6F9FC;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 24px 24px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.bsm-result-header .left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bsm-result-header-title {
    font-size: 16px;
    color: #595C72;
    font-weight: bold;
}

.bsm-result-header-date {
    font-size: 10px;
    color: #595C72;
}

.bsm-result-header .right {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
}

.btn-baixar-pesquisa {
    border: 1px solid #777A98;
    border-radius: 8px;
    padding: 10px 12px;
    flex: 1;
    color: #777A98;
    font-weight: bold;
    font-size: 12px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-print-pesquisa {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777A98;
    border-radius: 8px;
    padding: 10px 12px;
}

@media (min-width: 768px) {
    .bsm-result-header {
        background: none;
        box-shadow: none;
        flex-direction: row;        
        border-bottom: 1px solid #BAC0C8;
        border-radius: 0;
        padding: 0 0 15px;        
        margin-bottom: 50px;
        justify-content: space-between;
    }
    
    .bsm-result-header .left {
        align-items: flex-start;
    }
    
    .bsm-result-header-title {
        font-size: 24px;
        margin-bottom: 7px;
    }
    
    .bsm-result-header-date {
        font-size: 12px;
    }
    
    .bsm-result-header .right {
        width: 280px;
    }    
}

.aside-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-especialista {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 200ms ease;
    padding: 20px!important;
}

.btn-especialista:hover {
    color: white;
    background-color: #e77838;
}

.btn-consulta-outra {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2587FF;
    border-color: #2587FF;
    transition: background-color 200ms ease;
    padding: 20px!important;
}

.btn-consulta-outra:hover {    
    background-color: #1475ec;
    border-color: #1475ec;
    color: white;
}

@media (min-width: 768px) {
    .btn-consulta-outra {        
        background-color: #006EF6;
        border-color: #006EF6;
    }

    .btn-consulta-outra:hover {    
        background-color: #2587FF;
        border-color: #2587FF;
        color: white;
    }
}

.bsm-result-row {
    display: flex;
}

.bsm-result-row .bsm-result-col-1 {
    flex: 1;
}

@media (max-width: 767px) {
    .bsm-result-row .bsm-result-col-1 {
        margin-bottom: 25px;
    }   
}

.bsm-result-row .bsm-result-col-2 {
    width: 280px;
}

.bsm-result-row .bsm-result-col-2 .bsm-risco {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    margin-bottom: 30px;
}

.bsm-result-row .bsm-result-col-2 .bsm-risco strong {
    color: #535353;
}

.bsm-available .bsm-risco strong {
    color: #535353;
}

.bsm-result-row .bsm-result-col-2 .bsm-video {    
    margin-top: 24px;
    margin-bottom: 24px;
}

.bsm-result-row .bsm-result-col-2 .bsm-video img {
    width: 100%;
} 

.bsm-result-row .bsm-result-col-2 .bsm-legalmente {
    font-size: 24px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 24px;
}

.bsm-result-row .bsm-result-col-2 .bsm-legalmente strong {
    color: #535353;
}

.bsm-multa {
    color: white;
    font-size: 16px;
    margin: 15px 0;
}

@media (min-width: 768px) {
    .bsm-multa {
        color: #535353;    
        margin: 15px 0 30px;    
    }
}

.btn-iniciar-registro-wrapper .btn-shadow {
    display: none;
}

.btn.bsm-iniciar-registro {
    background: #ED8534 !important;
    border-radius: 5px !important;
    padding: 19px 10px !important;
    border: none !important;
    color: #fff;
    width: 100% !important;
    box-shadow: none;
    z-index: 20;
    position: absolute;

    -webkit-animation: btnWiggle 5s infinite;
    -moz-animation: btnWiggle 5s infinite;
    -o-animation: btnWiggle 5s infinite;
    animation: btnWiggle 5s infinite;
}

.btn.bsm-iniciar-registro:hover {
    color: #fff;
    box-shadow: none;
}

.col-md-4.fs-18 .btn.bsm-iniciar-registro {
    position: unset;
}

.bsm-duvida-wrapper {
    margin-top: 56px;
}

.bsm-modal-wrapper .btn.bsm-receber-contato,
.bsm-duvida-wrapper .btn.bsm-estou-duvida {
    background: #3ACC6C !important;
    border-radius: 30px !important;
    padding: 19px 63px !important;
    border: none !important;
    color: #fff;
    width: 100% !important;
    box-shadow: none !important;
}

.bsm-duvida-wrapper .btn.bsm-estou-duvida:hover {
    color: #fff;
}

.bsm-duvida-wrapper .bsm-title-wrapper {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.bsm-duvida-wrapper.horizontal {
    display: flex;
    margin: 0;
    margin-right: 52px;
}

.bsm-duvida-wrapper.horizontal .bsm-title-wrapper {
    flex: 1;
}

.bsm-result .bsm-input-wrapper {
    margin: 0 0 52px !important;
}

.bsm-result .bsm-input-wrapper input::placeholder {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #798391;
}

.align-item-center {
    display: flex;
    align-items: center;
}

.bsm-trademark-result-item {
    margin-bottom: 53px;
    padding-right: 52px;
}

.noMarginBottom {
    margin-bottom: 0;
}

.bsm-trademark-result-item .bsm-header {
    display: flex;    
    margin-bottom: 26px;
}

.bsm-trademark-result-item .bsm-header .bsm-logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    background-color: white;
    border: 1px solid #BAC0C8;
}

.bsm-trademark-result-item .bsm-header .bsm-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bsm-trademark-result-item .bsm-header .bsm-situation {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #BAC0C8;
}

.bsm-mobile {
    margin-bottom: 5px;
    color: #BAC0C8;
    font-weight: bold;
}

.bsm-desktop {
    display: none;
}

@media (min-width: 768px) {
    .bsm-mobile {
        display: none;
    }
    .bsm-desktop {
        display: block;
    }

    .bsm-trademark-result-item .bsm-header .bsm-logo {
        width: 75px;
        height: 75px;        
    }
}

.bsm-situation-registered {
    width: 23px;
    height: 23px;
}

.bsm-situation-warning {
    width: 29px;
    height: 29px;
}

@media (min-width: 768px) {
    .bsm-situation-registered {
        width: 32px;
        height: 32px;
    }
    
    .bsm-situation-warning {
        width: 40px;
        height: 40px;
    }   
}

.bsm-trademark-result-item .bsm-header .bsm-tademark-name {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #535353;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.bsm-trademark-result-item .bsm-informations-wrapper {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-bottom: 0px;
    height: 0px;
    overflow: hidden;
}

.bsm-informations-single {
    height: auto!important;
    overflow: visible!important;
    margin-bottom: 30px!important;
}

.bsm-info-divider {
    margin: 0 8px;
}

.bsm-trademark-result-item .bsm-informations-wrapper .bsm-title {
    font-weight: 900;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: #BAC0C8;
    margin-bottom: 4px;
}

.bsm-trademark-result-item .bsm-informations-wrapper .bsm-info {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #535353;
}

@media (min-width: 768px) {

    .bsm-trademark-result-item .bsm-informations-wrapper {        
        width: 100%;        
    }

    .bsm-trademark-result-item .bsm-informations-wrapper .bsm-title {        
        font-size: 12px;        
    }
    
    .bsm-trademark-result-item .bsm-informations-wrapper .bsm-info {
        font-size: 18px;
    }
}

.bsm-trademark-result-item .bsm-holder,
.bsm-trademark-result-item .bsm-specification {
    font-size: 12px;
    line-height: 14px;
    color: #535353;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.text-capitalize {
    text-transform: capitalize;
}

.bsm-holder-situation {
    margin-top: 3px;
}

.bsm-trademark-result-item .bsm-specification {
    height: 0px;
    overflow: hidden;
}

.bsm-trademark-result-item .bsm-specifications-single {
    height: 56px;
    overflow: hidden;
    margin-bottom: 25px!important;
}

.bsm-trademark-result-item .bsm-specification.no-height {
    height: auto;
    margin-bottom: 8px;
}

.bsm-trademark-result-item .bsm-informations-wrapper.no-height {
    height: auto;
    margin-bottom: 25px;
}

.bsm-trademark-result-item .bsm-result-separator {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    font-feature-settings: 'liga' off;
    color: #BAC0C8;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.bsm-trademark-result-item .bsm-result-separator > hr {
    flex: 1;
    margin: 0;
}

.bsm-trademark-result-item .bsm-result-separator > div {
    padding: 3px 6px;
    cursor: pointer;
}

.bsm-trademark-result-item.ultimo {
    margin-bottom: 32px;
}

.bsm-result-row-success{
    background-color: #F6F9FC;
    display: flex;
    padding: 5px 50px 5px 5px;
    border-radius: 10px;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .bsm-result-row-success {
        flex-direction: column;
        padding: 5px;
    }
}

.bsm-result-row-success .bsm-result-col-1 {
    flex: 1;
}

@media (min-width: 768px) {
    .bsm-result-row-success .bsm-result-col-1 {
        width: 475px;
        flex: none;
    }

    .bsm-trademark-result-item .bsm-header .bsm-tademark-name {     
        margin-bottom: 5px;
    }
}

.bsm-result-row-success .bsm-result-col-2 {
    width: 280px;
}

.bsm-result-row-success .bsm-result-col-2 .bsm-risco {
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #535353;
}

.bsm-result-row-success .bsm-result-col-2 .bsm-risco-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #535353;
}

.bsm-result-row-success .bsm-result-col-2 .bsm-risco strong {
    color: #535353;
}

.bsm-result-row-success .bsm-result-col-2 .bsm-video {
    height: 148px;
    background: #C4C4C4;
    margin-top: 24px;
    margin-bottom: 12px;
}

.bsm-result-row-success .bsm-result-col-2 .bsm-legalmente {
    font-size: 24px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 24px;
}

.bsm-result-row-success .bsm-result-col-2 .bsm-legalmente strong {
    color: #EC2C2C;
}

.bsm-result-register {
    padding: 0px 25px 25px 25px;
}

.bsm-result-register p {
    font-size: 18px;
    color: #535353;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .bsm-result-register {
        display: none;
    }
}

.bsm-trademark-result-item-success .bsm-situation {
    font-size: 9px;
    text-transform: uppercase;
    color: #BAC0C8;
    font-weight: bold;
    margin-bottom: 7px;
}

.bsm-trademark-result-item-success .bsm-header {
    display: flex;
    margin-bottom: 26px;
}

.bsm-trademark-result-item-success .bsm-header .bsm-logo {
    width: 56px;
    margin-right: 20px;
}

.bsm-trademark-result-item-success .bsm-header .bsm-situation {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #535353;
    margin-bottom: 5px;
}

.bsm-trademark-result-item-success .bsm-header .bsm-tademark-name {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 5px;
}

.bsm-trademark-result-item-success .bsm-informations-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 25px;
}

.bsm-trademark-result-item-success .bsm-informations-wrapper .bsm-title {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: #BAC0C8;
    margin-bottom: 4px;
}

.bsm-trademark-result-item-success .bsm-informations-wrapper .bsm-info {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #535353;
}

@media (min-width: 768px) {    
    .bsm-trademark-result-item-success .bsm-informations-wrapper .bsm-info {
        font-size: 18px;        
    }
}

.bsm-trademark-result-item-success .bsm-holder,
.bsm-trademark-result-item-success .bsm-specification {
    font-size: 12px;
    line-height: 14px;
    color: #535353;
    margin-bottom: 8px;
}

.bsm-trademark-result-item-success .bsm-specification {
    height: 28px;
    overflow: hidden;
}

.bsm-trademark-result-item-success .bsm-specification.no-height {
    height: auto;
}

.bsm-trademark-result-item-success .bsm-result-separator {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    font-feature-settings: 'liga' off;
    color: #BAC0C8;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.bsm-trademark-result-item-success .bsm-result-separator > hr {
    flex: 1;
    margin: 0;
}

.bsm-trademark-result-item-success .bsm-result-separator > div {
    padding: 3px 6px;
    cursor: pointer;
}

.bsm-trademark-result-item-success.ultimo {
    margin-bottom: 32px;
}

.bsm-result-row .bsm-result-col-1 #pagination-container {
    margin: 0 auto;
}

.bsm-result-row .bsm-result-col-1 #pagination-container li.disabled span {
    background-color: transparent !important;
    padding-right: 0;
    padding-left: 0;
}

.bsm-result-row .bsm-result-col-1 .pagination>li:first-child>span,
.bsm-result-row .bsm-result-col-1 .pagination>li:last-child>a,
.bsm-result-row .bsm-result-col-1 .pagination>li>a{
    background-color: transparent;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: #535353;
    padding: 4px 8px;
}

.bsm-result-row .bsm-result-col-1 #pagination-container .active:first-child>span,
.bsm-result-row .bsm-result-col-1 #pagination-container .active:last-child>a,
.bsm-result-row .bsm-result-col-1 #pagination-container .active>a{
    color: #006EF6;
}

.bsm-result-body .pagination {
    margin: 50px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bsm-result-body .pagination a {
    color: #535353;
    margin: 0 5px;
    display: block;
    font-weight: bold;
}

.loading-mobile {
    margin-bottom: 35px;
}

.loading-mobile::after {
    height: 3rem!important;    
    width: 3rem!important;
    border: 0.1rem solid #FFF!important;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
}

@media (min-width: 768px) {
    .loading-mobile {
        display: none!important;
    }

    .loading-desktop::after {
        height: 3rem!important;        
        width: 3rem!important;
    }
}

@media (max-width: 767px) {
    .loading-desktop {
        display: none!important;
    }

    .pagination {
        display: none!important;
    }

    .pagination-container {
        display: none!important;
    }

    .bsm-result-row .bsm-result-col-1 .pagination .active:first-child>span,
    .bsm-result-row .bsm-result-col-1 .pagination .active:last-child>a,
    .bsm-result-row .bsm-result-col-1 .pagination .active>a{
        color: white;
    }
}

.bsm-load-more  .btn.bsm-load-more{
    background: white;
    color: #BAC0C8;
    font-weight: bold;
    border: none;
    outline: none;
    height: 60px;    
    max-width: 400px;
    width: 100%;
    margin: 5px auto 15px;
}

.bsm-load-more {
    background: #004FC0;
    color: #fff;
    width: 280px;
    height: 59px;
    border-radius: 5px!important;
    box-shadow: none!important;
    margin: 0 auto 20px;
    border: none!important;
    font-size: 14px!important;
    display: flex;
    align-items: center;    
    justify-content: center;
}

.bsm-load-more:hover {
    background: #002f72;
    color: #fff;
}

@media (min-width: 768px) {
    #btnLoadMore {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);        
    }

    .bsm-load-more {
        display: flex;
        justify-content: center;
        background: none;
        color: rgba(83, 83, 83, 1);
        text-transform: capitalize!important;
        font-size: 18px!important;
        font-weight: 500!important;
        letter-spacing: .1rem;
        border: 1px solid rgb(168 168 168)!important;
        width: 250px;
        border-radius: 7px!important;
    }

    .bsm-load-more:hover {
        background: none;
        color: rgb(57, 57, 57);
    }

    .bsm-video-available-mobile {
        display: none;
    }
}

.bsm-video-available {
    width: 100%;
    height: 389px;
    background: #C4C4C4;
}

.bsm-video-available-mobile iframe {
    height: 172px;
    margin-bottom: 25px;
}

.bsm-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bsm-pagination > li {
    float: left;
}

.btn-iniciar-registro-wrapper {
    position: relative;
    height: 57px;
    width: 100%;
}

.btn-iniciar-registro-wrapper .btn-shadow {
    position: absolute;
    width: 202px;
    height: 52px;
    box-shadow: 0px 11px 33px rgba(0, 0, 0, 0.25);
    left: 43px;
    z-index: 10;
}

.btn-iniciar-registro-app {
    border-radius: 30px !important;
    padding: 19px 10px !important;
    border: none!important;
    color: #fff;
    background: #ED8534 !important;
    width: 100% !important;
    z-index: 20;
    animation: btnWiggle 5s infinite;
}

.bsm-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.bsm-modal-wrapper .bsm-modal {
    width: 529px;
    height: 465px;
    background: #006EF6;
    color: #FFFFFF;
    padding: 52px;
    position: relative;
}

.bsm-modal-wrapper .bsm-modal > h1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.bsm-modal-wrapper .bsm-modal > h2 {
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 52px;
}

.bsm-modal-wrapper .form-control {
    box-shadow: none;
    border-radius: 8px;
    font-size: 24px;
    line-height: 28px;
    color: #798391;
    padding: 16px;
}

.bsm-modal-wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
}

.bsm-modal-wrapper .error {
    color: #fff !important;
    text-transform: none !important;
}

.bsm-modal-wrapper .btn-bsm-fechar-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
}

.bsm-modal-wrapper .btn-bsm-fechar-wrapper .btn-bsm-fechar {
    color: #fff;
    background: transparent;
    outline: none;
    border: 0;
    font-size: 18px
}

@media (max-width: 767px) {
    .bsm-container {
        width: 95%;
    }

    .bsm-logo-wrapper {
        margin-top: 32px;
        margin-bottom: 50px;
    }

    .bsm-title {
        font-size: 24px;
        line-height: 28px;
    }

    .bsm-subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .bsm-subtitle-lp {
        font-size: 18px;
        line-height: 21px;
        margin: 0;
    }

    .m-input-wrapper {
        margin-top: 16px;
        margin-bottom: 54px;
    }

    .bsm-some-trademarks {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .bsm-some-trademarks > div {
        margin: 10px;        
    }

    #footer-container {
        padding-top: 0 !important;
    }

    .bsm-btn {
        padding: 20px 36px;
    }

    .bsm-payattention {
        flex-direction: column;
    }

    .bsm-payattention-card {
        margin: 0;
        margin-bottom: 20px;
    }

    .bsm-btn {
        width: 100% !important;
    }

    .display-inline {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .bsm-subtitle-2 {
        margin-bottom: 50px !important;
    }

    .bsm-btn-modal {
        margin-top: 25px;
    }

    .bsm-container.bsm-result {
        width: 95%;
    }

    .bsm-result-body {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        margin-bottom: 32px;
    }

    .bsm-result-row {
        flex-direction: column;
    }

    .bsm-trademark-result-item {
        background-color: #F6F9FC;
        box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 24px 24px 12px;
        margin-bottom: 8px;
    }

    .bsm-trademark-result-item-success {
        background-color: #F6F9FC;        
        border-radius: 4px;
        padding: 24px;
        margin-bottom: 15px;
    }

    .bsm-second-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .bsm-input-wrapper input {
        font-size: 18px;
        line-height: 21px;
    }

    .bsm-trademark-result-item .bsm-informations-wrapper {
        width: 100%;
    }

    .bsm-progress-bar {
        width: 98%;
    }

    .bsm-result-row .bsm-result-col-2 {
        width: 90%;
        margin: 0 auto;
        padding: 0 14px;
    }

    .bsm-result-row .bsm-result-col-2 .bsm-risco,
    .bsm-result-row .bsm-result-col-2 .bsm-legalmente,
    .bsm-duvida-wrapper p.bsm-talk-about,
    .bsm-duvida-wrapper h1.title {
        color: #fff;
    }

    .bsm-duvida-wrapper {
        margin-top: 30px;
    }

    .bsm-result .bsm-input-wrapper input::placeholder {
        font-size: 18px;
        line-height: 21px;
    }

    .bsm-duvida-wrapper.horizontal {
        margin: 52px auto;
        width: 90%;
        flex-direction: column;
    }

    .bsm-modal-wrapper .bsm-modal {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px;
    }

    .bsm-modal-wrapper .bsm-modal h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .bsm-modal-wrapper .bsm-modal h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .bsm-modal-wrapper .form-control {
        font-size: 18px;
        line-height: 21px;
    }

    .bsm-modal-header {
        padding: 40px;
        position: relative;
        text-align: center;
    }

    .bsm-modal-header .bsm-header-back {
        position: absolute;
        left: 10px;
        top: 40%;
        background-color: transparent;
        border: none;
    }

    .bsm-result-row .bsm-result-col-2 .bsm-risco strong,
    .bsm-duvida-wrapper .bsm-title-wrapper,
    .bsm-result-row .bsm-result-col-2 .bsm-legalmente strong {
        color: #ffffff;
    }

    .bsm-result-row .bsm-result-col-2 .bsm-legalmente {
        margin-top: 30px;
    }

    #trademarkForm .bsm-error {
        margin-bottom: 60px !important;
    }

    .xs-mb-60 {
        margin-bottom: 60px !important;
    }

    .xs-mb-10 {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 768px) {
    .bsm-some-trademarks {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 800px;
    }

    .bsm-some-trademarks > div {
        margin: 20px 50px;        
    }

    .bsm-some-trademarks > div > img {
        width: 100%;
        height: auto;
        max-width: 125px;
        max-height: 50px;
    }

    .magalu {
        width: 150px!important;
        max-width: none!important;
    }
}

.display-inline {
    display: inline-block;
}

.mr-16 {
    margin-right: 16px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-52 {
    margin-right: 52px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-66 {
    margin-top: 66px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-20 {
    margin-top: 20px;
}

.no-margin {
    margin: 0;
}

.w-400 {
    width: 400px;
}

.fw-300 {
    font-weight: 300;
}

.bg-white {
    background-color: #fff;
}

.color-white {
    color: #fff;
}

.mbt-83 {
    margin-top: 83px;
    margin-bottom: 83px;
}

.mbt-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-170 {
    margin-bottom: 170px;
}

.form-control {
    border: 0 !important;
}

.bsm-btn-modal {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.modal-body {
    padding-bottom: 45px;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-18 {
    font-size: 18px;
    line-height: 21px;
}

.fs-24 {
    font-size: 24px;
    line-height: 28px;
}

.d-flex {display: flex}

.position-inherit {
    position: inherit !important;
}

/* animation */
@-webkit-keyframes btnWiggle {
    0% {-webkit-transform: rotate(0deg);}
    2% {-webkit-transform: rotate(-1deg);}
    3.5% {-webkit-transform: rotate(1deg);}
    5% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(0deg);}
}
@-o-keyframes btnWiggle {
    0% {-webkit-transform: rotate(0deg);}
    2% {-webkit-transform: rotate(-1deg);}
    3.5% {-webkit-transform: rotate(1deg);}
    5% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(0deg);}
}
@keyframes btnWiggle {
    0% {-webkit-transform: rotate(0deg);}
    2% {-webkit-transform: rotate(-1deg);}
    3.5% {-webkit-transform: rotate(1deg);}
    5% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(0deg);}
}

.faq {
    color: white;    
    width: 90%;
    margin: 0 auto 25px;
}

@media (min-width: 768px) {
    .faq {
        margin-bottom: 50px;
        width: 100%;
    }
}

.faq a:hover, .faq a:active, .faq a:focus {
    color: rgb(226, 226, 226)!important;
}

.faq-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
}

.faq-subtitle {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.faq-n1 {
    display: flex;
    justify-content: space-between;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #004FC0;
    padding: 5px 0;
    margin-bottom: 10px;
}

@media (min-width: 991px) {
    .faq-n1 {
        font-size: 24px;
    }
}

.faq-n1 img, .faq-n1 span {
    pointer-events: none;
}

.faq-n1 img {
    transition: transform 300ms ease;
}

.faq-active {
    border: none;
}

.faq-active img {
    transform: rotate(180deg);
}

.faq-tab, .faq-sub-tab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 10ms ease;
}

.faq-tab-active {
    max-height: 2000px;
    transition: max-height 2000ms ease;
}

.faq-n2 {
    display: flex;
    justify-content: space-between;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #004FC0;
    padding: 5px 0;
    margin-bottom: 7px;
}

.faq-n2 span {
    margin-right: 15px;
}

.faq-sub-tab p {
    font-size: 12px;
}

.faq-sub-tab a {
    color: white;
    text-decoration: underline;
}

.faq-n2 img, .faq-n2 span {
    pointer-events: none;
}

.faq-n2 img {
    transition: transform 300ms ease;
}

.form-lp {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin: 25px auto 0;
    max-width: 618px;
}

.form-lp input {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 15px 16px;
    font-size: 16px;
    line-height: 28px;
    color: #798391;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .form-lp {        
        margin: 20px auto 30px;
    }
}


.bsm-como-fazer {
    padding: 25px;
    background-color: white;
}

.bsm-como-fazer .container {
    background-color: #F7FAFC;
    padding: 25px;
    border-radius: 11px;
}

.bsm-section-title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
    color: #006EF6;
    font-weight: bold;
}

.wrapper-como-fazer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-como-fazer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;    
    margin-bottom: 25px;
    color: #384656;
    max-width: 280px;
}

.card-como-fazer img {
    width: 70px;
}

.card-como-fazer h4 {
    margin: 15px 0;
    font-size: 16px;    
}

.card-como-fazer p {
    color: #798391;
    font-size: 15px;
    line-height: 20px;
}

.faq-lp .bsm-section-title {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .bsm-como-fazer {
        padding: 50px 0;
    }

    .bsm-section-title {     
        font-size: 42px;
        margin-bottom: 75px;
    }   

    .wrapper-como-fazer {
        flex-direction: row;
        justify-content: center;
    }

    .card-como-fazer {
        margin: 0 25px;
    }

    .faq-lp .bsm-section-title {
        margin-bottom: 15px;
    }
}

.faq-lp {
    color: #384656;    
    background-color: white;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 50px;
}

.faq-lp a:hover, .faq a:active, .faq a:focus {
    color: white!important;
}

.faq-lp .faq-n1 {
    display: flex;
    justify-content: space-between;
    color: #384656;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;    
    background: #F7FAFC;
    padding: 15px 25px;
    border-radius: 11px;    
    margin: 0;
    border: 0;
}

.faq-lp .faq-n1:hover {
    color: #637488!important;
}

.faq-lp .faq-n1 img, .faq-n1 span {
    pointer-events: none;
}

.faq-lp .faq-n1 img {
    transition: transform 300ms ease;
}

.faq-lp .faq-active {
    border: none;
    border-radius: 11px 11px 0 0;
}

.faq-lp .faq-active img {
    transform: rotate(180deg);
}

.faq-lp .faq-tab, .faq-sub-tab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 10ms ease;
    background-color: #F7FAFC;
    margin-bottom: 8px;    
    color: #798391;
}

.faq-lp .faq-tab-active {
    max-height: 2000px;
    transition: max-height 2000ms ease;
    padding: 5px 30px;
    border-radius: 0 0 11px 11px;
}

.faq-lp .faq-tab p, .faq-lp .faq-tab ul {
    font-size: 12px;
}

h2.bsm-cta-h2 {
    color: white;
    font-weight: bold;
    margin-top: 25px;
}

.bsm-cta-h4 {
    color: white;
    margin: 25px 0;
    font-weight: 300;
}

.wrapper-app-logos {
    display: flex;
    justify-content: space-between;
}

.app-link img {
    width: 95%;
}

@media (min-width: 768px) {
    h2.bsm-cta-h2 {
        color: #384656;
        font-weight: bold;
        margin: 0 0 15px 0;
        font-size: 30px;
    }   

    .bsm-cta-h4 {
        color: #384656;
        margin: 50px 0 25px;
    }

    .faq-lp .faq-n1 {
        font-size: 18px;
    }

    .faq-lp .faq-tab p, .faq-lp .faq-tab ul {
        font-size: 16px;
    }
    
}

.bsm-result-avaliable {
    color: white;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .bsm-result-avaliable {     
        margin-top: 0px;
    }   
}

.bsm-avaliable-msg {
    text-align: center;
    font-size: 18px;
    margin: 15px 0 35px;
}

.bsm-avaliable-msg strong{    
    font-size: 22px;    
}

.bsm-avaliable-actions {    
    max-width: 350px;
    margin: 0 auto 25px;
}

.bsm-or {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

.wrapper-nova-pesquisa {
    width: 100%;
    position: relative;
}

.btn-nova-pesquisa {
    border-radius: 30px !important;
    padding: 19px 10px !important;
    border: 2px solid white!important;
    color: #fff;
    width: 100% !important;
    box-shadow: none!important;
    z-index: 20;
    background-color: #006EF6;
    position: relative;
    z-index: 5;
    animation: btnWiggle 5s infinite;
}

.bsm-pesquisa-shadow {
    webkit-box-shadow: 0px 11px 33px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 33px rgb(0 0 0 / 25%);
    position: absolute;
    z-index: 4;
    width: 250px;
    height: 34px;
    border-radius: 15px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .8;
}

.btn-nova-pesquisa:hover {
    color: white;
    transform: translate(0);
}

.bsm-avaliable-disclaimer {
    display: block;
    text-align: center;
    font-size: 9px;
    margin-bottom: 5px;
}

.d-mobile {display: block;}
.d-desktop {display: none;}

@media (min-width: 768px) {
    .bsm-avaliable-actions {
        display: flex;
        align-items: center;
        max-width: 300px;
        margin: 50px auto 25px;
    }

    .bsm-or {
        margin: 0 25px;
    }

    .bsm-avaliable-disclaimer {        
        font-size: 12px;        
    }    
}

@media (min-width: 1200px) {
    .bsm-cta {
        width: 1064px;
    }
}

.bsm-avaliable-texts {
    max-width: 350px;
    margin: 50px auto;
}

.bsm-avaliable-text1 {
    font-size: 18px;
    margin-bottom: 25px;
}

.bsm-avaliable-text2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.bsm-avaliable-text3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.bsm-avaliable-video iframe {
    width: 100%;
    height: 196px;
    margin-bottom: 25px;
}

.bsm-avaliable-video {
    margin-bottom: 25px;
}

.bsm-avaliable-video img {
    width: 100%;
}

@media (min-width: 991px) {
    .d-mobile {display: none;}
    .d-desktop {display: block;}

    .bsm-avaliable-texts {
        max-width: none;
        display: flex;
        justify-content: space-between;
    }

    .bsm-avaliable-col {
        width: 300px;
    }

    .bsm-avaliable-text3 {
        margin-bottom: 50px;
    }

    .bsm-avaliable-video iframe {
        width: 600px;
        height: 333px;
        margin-left: 50px;
    }

    .bsm-avaliable-video {
        margin-bottom: 0;
        width: 750px;
    }
}

@media (min-width: 1200px) {
    .bsm-avaliable-video iframe {
        width: 699px;
        height: 389px;
        margin-left: 50px;
    }
}

.paginationjs-pages li {
    border: none!important;
}

.paginationjs-pages li a {
    background: none!important;
    color: white!important;
    font-size: 18px!important;
}

.paginationjs-go-input, .paginationjs-go-button {
    display: none;
}

#pagination-container .active>a {
    color: white!important;
    font-weight: bold;
}

@media (min-width: 768px) {
    #pagination-container .active>a, .paginationjs-pages li a {
        color: #535353!important;
    }
}

.bsm-single-cta {
    color: white;
}

@media (max-width: 767px) {
    .side-single * {
        display: none;
    }
}

.lp-second-form {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .lp-second-form {
        margin-top: 25px;
    }   
}

.bsm-pode-perder {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.bsm-pagar-multa {
    color: white;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .bsm-pode-perder {
        color: #535353;
        line-height: 30px;
        margin-bottom: 25px;
    } 

    .bsm-pagar-multa {
        color: #535353;        
    }
}

@media (max-width: 767px) {
    .adjust-margin {
        margin-top: -75px;
    }
}

.wrapper-app-cta {
    background: #0053BA;
    border-radius: 8px;
    padding: 25px;
    margin: 0 auto 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 350px;
}

.text-app-cta {
    font-size: 22px;
    font-weight: bold;
}

.app-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

@media (min-width: 992px) {
    .wrapper-app-cta {
        flex-direction: row;
        justify-content: space-between;
        max-width: none;
        padding: 25px 35px;
    }
    
    .text-app-cta {
        max-width: 260px;
    }
    
    .app-cta-buttons {
        flex-direction: row;
        gap: 25px;

    }
}

.situation-balloon {
    position: absolute;
    width: 135px;
    font-size: 12px;
    text-align: center;
    color: rgb(89,92,114);
    background: rgba(222, 222, 222, 1);
    border-radius: 5px;
    line-height: 12px;
    padding: 5px;
    display: none;
    left: -103px;
    top: 50%;    
    transform: translateY(-60px);
}

.situation-balloon-registered {
    width: 150px;
}

.situation-balloon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 11px;
    background: #DEDEDE;
    transform: rotate(45deg);
    left: 36px;
    bottom: -6px;
}

.situation-display:hover > .situation-balloon {
 display: block;
}

@media (min-width: 991px) {
    .situation-balloon {        
        left: -59px;
        top: -16px;        
        transform: none;
    }
}