@font-face {
    font-family: 'SansSemiBold';
    font-style: bold;
    src: url('../../fonts/abas-reinvencao/SourceSansPro-SemiBold.ttf') format('woff')
        /* IE9 Compat Modes */
}


.first {
    order: -1;
}

.title-600 {
    font-size: 16px !important;
}

.collapse-mobile {
    display: none;
}

.ver-regras-planos-click-feminino, .ver-regras-planos-click-matricula-gratis {
    color: #0052CC !important;
}

.logos-produtos {
    width: 508px;
    height: 256px;
    border: 1px solid #EBECF0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.logos-produtos>div {
    display: flex;
}

.logos-produtos>div h2 {
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
    color: #253858;
}

.conteudo-abas {
    margin: 40px 0 60px 0;
}

.label-genero-assinatura-ilimitada {
    line-height: initial;
}

.assinatura-social {
    display: flex;
    justify-content: space-between;
}


.tab-planos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-planos .counter,
.tab-planos #counter-desktop,
.tab-planos #counter-desktop-layout-novo {
    width: 100%;
    margin-top: 1px;

    font-size: 14px;
    font-family: SansSemiBold;
    font-weight: 600;
}

#counter-mobile {
    display: none;
}

.tab-planos #counter-desktop-layout-novo {
  text-align: center;
  padding: 16px 24px;
  gap: 3px;
  margin-top: 1px;

  background: #FFF2F3;
}

.tab-planos #counter-desktop-layout-novo span {
  display: inline-block;

}

.tab-planos #counter-desktop-layout-novo .lote,
.tab-planos #counter-desktop-layout-novo .encerra-em,
.tab-planos #counter-desktop-layout-novo .count {
  color: #660004
}

.tab-planos #counter-desktop-layout-novo .lote > i {
  margin-right: 16px;
  color: #FF666C;

}

.assinatura-ilimitada-img {
    display: flex;
    flex-direction: column;
    max-width: 510px;
    text-align: center;
    font-size: 14px;
    line-height: 17.5px;
    color: #091E42;
    font-family: Source Sans Pro;
}

.assinatura-ilimitada-img>span {
    margin-top: 15px;
}

.assinatura-ilimitada-img strong:hover {
    cursor: pointer;
}

.lote {
    color: #253858;
}

.encerra-em {
    color: #4F5564;
}

.count {
    color: #AD0006;
}

.fs-3, .fs-4 {
    font-size: 12px !important;
}

.abas ul,
.abas ul li {
    margin-top: 0px;
}

@media screen and (max-width: 1381px) {
    .assinatura-social {
        justify-content: center;
    }

    .logos-produtos {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .title-600 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 992px) {
    #counter-desktop {
        display: none;
    }

    #counter-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 79px;
        font-size: 18px;
        font-family: SansSemiBold;
        font-weight: 600;
    }
}

@media screen and (max-width: 550px) {

    .collapse-desktop {
        display: none;
    }

    .fs-4 {
        font-size: 11px !important;
    }

    .logos-produtos {
        display: none;
    }

    .order-2 {
        width: 100%;
    }

}

@media screen and (max-width: 425px) {
    .assinatura-ilimitada-img {
        align-items: center;
    }
    .assinatura-ilimitada-img img {
        max-width: 328px !important;
        height: 165px !important;
    }

}

@media screen and (max-width: 400px) {
    #counter-mobile {
        font-size: 15px;
    }
}

@media screen and (max-width: 390px) {
  .tab-planos #counter-desktop-layout-novo {
        padding: 16px 5px;
    }
}

