.estudeComOLider {
    float: left;
    width: 100%;
    background: #0f1a2a;
}

.estudeComOLider .boxTexto {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.estudeComOLider .boxTexto h2 {
    float: left;
    width: 100%;
    color: #F7CB15;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.estudeComOLider .boxTexto p {
    float: left;
    width: 100%;
    color: #CBD4E1;
    font-size: 16px;
    margin: 0;
    text-align: center;
    line-height: 26px;
}

.estudeComOLider .boxTexto p.maior {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

.estudeComOLider .boxTexto p.margen {
    margin-bottom: 20px;
}

/* Planos */

.estudeComOLider .boxPlanosColapse {
    float: left;
    width: 100%;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes {
    float: left;
    width: 100%;
    margin: 0;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card {
	float: left;
    border: 0;
    width: 100%;
    margin: 0!important;
    padding-bottom: 0;
    border-radius: 0!important;
	box-shadow: none!important;
    position: relative;
	background: none;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button {
	cursor: pointer;
	border: 0;
	width: 100%;
	background: #475569;
	float: left;
    position: relative;
    outline: none!important;
    border-bottom: 1px solid #5B6575;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card + .card button {
    border-top: 1px solid #5B6575;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button:not(.collapsed) {
    background: #27364B;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button .boxTitulo {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: start;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button .boxTitulo .tituloLote {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-right: 25px;
    line-height: 28px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button img {
    max-width: 30px;
    margin-right: 10px;
    transition: all 0.1s linear 0s;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card button:not(.collapsed) img {
    transform: rotate(45deg);
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo {
	padding: 40px 0;
	float: left;
    width: 100%;
    overflow: hidden;
    background: #27364B;
    transition: all 0.3s linear 0s;
}

/* Lista Pacotes */

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .container::after,
.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .container::before {
    display: none;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura {
    text-align: center;
    padding: 0 7px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxInterno {
    float: left;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    border: solid 1px #475569;
}

/* Título */

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 20px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .listaBonus {
    float: left;
    width: 100%;
    min-height: 140px;
    padding: 20px 0 30px 0;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .listaBonus ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 3px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .listaBonus ul li {
    color: #E2E8F0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    list-style: none;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos .boxPreco {
    float: left;
    width: 100%;
    border-radius: 8px;
    background: #475569;
    padding: 10px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos .boxPreco .titulo {
    float: left;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos .boxPreco .descricao {
    float: left;
    text-align: left;
    color: #E2E8F0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
    height: 40px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos .boxPreco .precoDe {
    float: left;
    text-align: left;
    color: #E2E8F0;
    width: 100%;
    font-size: 13px;
    text-decoration: line-through;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos .boxPreco .precoPor {
    float: left;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxPrecos .boxPreco a {
    display: inline-block;
    background: #F7CB15;
    width: 100%;
    color: #27364B;
    padding: 6px 0px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxLinkSaiba {
    float: left;
    width: 100%;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxLinkSaiba .linkSaiba {
    display: inline-block;
    color: #FAFAFA;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
}

/* Link Mais Pacotes */

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxLinkPacotes {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxLinkPacotes a {
    color: #fff;
    display: inline-block;
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
}

/* Assinatura Premium */

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse button {
    background: #F7CB15;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse button .boxTitulo .tituloLote {
    color: #0F1A2A;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaTexto h2 {
    float: left;
    width: 100%;
    color: #F7CB15;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 40px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaTexto ul {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaTexto ul li {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaTexto p {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 20px 0 0 0;
    color: #fff;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium {
    display: flex;
    align-items: center;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxInterno {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    border: solid 1px #565769;
    border-radius: 10px;
    padding: 20px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .tituloPrincipal {
    float: left;
    width: 100%;
    color: #F7CB15;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 34px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos .boxPreco .titulo {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px 0;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos .boxPreco .precoDe {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos .boxPreco .precoPor {
    float: left;
    width: 100%;
    color: #F7CB15;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos .boxPreco a {
    float: left;
    width: 100%;
    color: #27364B;
    background: #F7CB15;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

/* Link Outros Cargos */

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .linkCargos {
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .linkCargos a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

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

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura {
        padding: 0;
    }

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .boxAssinatura .boxInterno {
        padding: 15px;
    }

    /* Premium */

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .container {
        gap: 20px;
    }

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxInterno {
        padding: 15px;
    }

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos {
        gap: 20px;
    }

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium .boxPrecos .boxPreco .titulo {
        font-size: 12px;
    }

}

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

    /* Premium */

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card .boxConteudo .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaPremium {
        width: 100%;
    }

}

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

    .estudeComOLider .boxTexto h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card button .boxTitulo .tituloLote {
        font-size: 14px;
        margin-right: 20px;
        line-height: 24px;
    }

    /* Premium */

    .estudeComOLider .boxPlanosColapse #accordionPacotes .card.primeiroColapse .boxConteudo .boxAssinaturaTexto h2 {
        font-size: 20px;
        line-height: 30px;
    }

}