.texto-principal-tabela-precos{
    font-family: 'SharpSans-Bold';
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: var(--cor-primaria);
}

.texto-secundario-tabela-precos{
    color: var(--666666);
    font-family: 'SharpSans-book';
}

.titulo-tabela-precos {
    font-family: 'SharpSans-bold';
    color: var(--cor-secundaria);
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
}

.box-plano {
    height: 500px;
    width: 242px;
    padding: 32px 0;
    margin-right: 17px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.box-plano .texto-principal {
    width: 102px;
    height: 56px;
    font-family: 'SharpSans-book';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: var(--cor-secundaria);
}
  
.box-plano .R {
    width: 32px;
    height: 30px;
    margin: 23px 4px 22px 0;
    font-family: 'SharpSans-book';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: var(--cor-secundaria);
}

.box-plano .valor-por-dia {
    width: 122px;
    height: 75px;
    margin: 0 0 0 4px;
    font-family: "SharpSans-bold";
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: var(--cor-secundaria);
}

.box-plano .por-dia {
    width: 62px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: right;
    color: var(--cor-secundaria);
}

.box-plano .line {
    width: 100%;
    height: 2px;
    background-color: var(--cor-secundaria);
}

.box-plano .valor-total-titulo {
    width: 152px;
    height: 23px;
    font-family: 'SharpSans-bold';
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: center;
    color: var(--cor-secundaria);
}

.box-plano .valor-total {
    width: 152px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: center;
    color: var(--cor-secundaria);
}

.box-plano-secundario {
    height: 500px;
    width: 242px;
    padding: 32px 0;
    margin-right: 17px;
    border-radius: 16px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--cor-secundaria);
    margin-bottom: 20px;
}

.box-plano-secundario .texto-principal {
    width: 206px;
    height: 56px;
    font-family: 'SharpSans-book';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.box-plano-secundario .texto-principal-2 {
    width: 206px;
    height: 56px;
    font-family: 'SharpSans-book';
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
  
.box-plano-secundario .R {
    width: 32px;
    height: 30px;
    margin: 23px 4px 22px 0;
    font-family: 'SharpSans-book';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.box-plano-secundario .valor-por-dia {
    width: 122px;
    height: 75px;
    margin: 0 0 0 4px;
    font-family: "SharpSans-bold";
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fff;
}

.box-plano-secundario .por-dia {
    width: 62px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: right;
    color: #fff;
}

.box-plano-secundario .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.box-plano-secundario .valor-total-titulo {
    width: 152px;
    height: 23px;
    font-family: 'SharpSans-bold';
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: center;
    color: #fff;
}

.box-plano-secundario .valor-total {
    width: 152px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: center;
    color: #fff;
}

.box-plano-secundario .box-valor{
    width:210px;
}

.box-plano-2 {
    height: 385px;
    padding: 32px 0;
    border-radius: 16px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.box-plano-2 .texto-principal {
    width: 102px;
    height: 56px;
    font-family: 'SharpSans-Bold';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: var(--52A600);
}
  
.box-plano-2 .R {
    width: 32px;
    height: 30px;
    margin: 23px 4px 22px 0;
    font-family: 'SharpSans-book';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: var(--52A600);
}

.box-plano-2 .valor-por-dia {
    width: 122px;
    height: 75px;
    margin: 0 0 0 4px;
    font-family: "SharpSans-bold";
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: var(--52A600);
}

.box-plano-2 .por-dia {
    width: 62px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: right;
    color: var(--52A600);
}

.box-plano-2 .line {
    width: 100%;
    height: 2px;
    background-color: var(--52A600);
}

.box-plano-2 .valor-total {
    width: 152px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: center;
    color: var(--52A600);
}

.box-plano-2-secundario {
    height: 385px;
    padding: 32px 0;
    border-radius: 16px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--52A600);
}

.box-plano-2-secundario .texto-principal {
    width: 186px;
    height: 56px;
    font-family: 'SharpSans-Bold';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
  
.box-plano-2-secundario .R {
    width: 32px;
    height: 30px;
    margin: 23px 4px 22px 0;
    font-family: 'SharpSans-book';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.box-plano-2-secundario .valor-por-dia {
    width: 122px;
    height: 75px;
    margin: 0 0 0 4px;
    font-family: "SharpSans-bold";
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fff;
}

.box-plano-2-secundario .por-dia {
    width: 62px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: right;
    color: #fff;
}

.box-plano-2-secundario .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.box-plano-2-secundario .valor-total {
    width: 152px;
    height: 23px;
    font-family: 'SharpSans-book';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.17px;
    text-align: center;
    color: #fff;
}

.box-icones-precos {
    width: 64px;
    height: 64px;
}

#quebra-mobile-precos {
    display: none;
}

@media(max-width:1199px){
    #quebra-mobile-precos {
        display: block;
    }
}

@media(max-width:534px){
    .box-plano {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    
    .box-plano-secundario {
        margin-right: auto!important;
        margin-left: auto!important;
    }
}