﻿.plano-recursos {
}

    .plano-recursos thead tr, .plano-recursos tbody tr {
        font-size: 1.2em;
        height: 3em;
    }

    .plano-recursos td {
        min-width: 6em;
    }

    .plano-recursos .recurso-sim {
        margin-left: 2em;
        background: url(/Images/Recursos/SimboloSim2.png) 0 0 no-repeat;
        width: 32px;
        height: 32px;
    }

    .plano-recursos .recurso-nao {
        margin-left: 2em;
        background: url(/Images/Recursos/SimboloNao2.png) 0 0 no-repeat;
        width: 32px;
        height: 32px;
    }

.plano-info {
    text-align: left;
    float: left;
    width: 22em;
    background-color: white;
    outline: none;
    display: block;
    margin-top: 2em;
}


.plano {
    text-align: center;
    float: left;
    height: auto;
    width: 20em;
    margin: 2em;
    color: white;
    margin-top: 2em;
    padding: 1em;
}

    .plano h1 {
        align-self: center;
        font-size: 3em;
        line-height: 2em;
        margin-top: .5em;
        margin-bottom: 1em;
    }

a.botao-plano-pessoal, a.botao-plano-empresarial {
    clear: both;
    background-color: white;
    display: inline;
    text-wrap: none;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    text-decoration: none;
    padding: .5em;
}

a.botao-plano-pessoal, a:visited.botao-plano-pessoal {
    color: #F58220;
}

a:hover.botao-plano-pessoal {
    color: #666666;
}

a.botao-plano-empresarial, a:visited.botao-plano-empresarial {
    color: #666666;
}

a:hover.botao-plano-empresarial {
    color: #F58220;
}

@media only screen and (max-width: 800px) {
    .plano-recursos thead tr, .plano-recursos tbody tr {
        font-size: 1.2em;
        height: initial;
    }

    .plano-recursos td {
        min-width: initial;
    }

    .plano-recursos .recurso-sim, .plano-recursos .recurso-nao {
        margin-left: .5em;
    }

    .plano {
        align-self: center;
        float: left;
        margin-left: 0px;
        margin-top: 1em;
        width: 90%;
    }

        .plano h1 {
            font-size: 1.5em;
            line-height: 2em;
        }

    a.botao-plano-pessoal, a.botao-plano-empresarial {
        font-size: 1em;
        line-height: 1.1em;
    }
}

.periodo {
    text-align: center;
    float: left;
    width: 16em;
    height: 16em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-right: 1em;
    margin-top: 1em;
    color: #F58220;
    background-color: #666666;
}

    .periodo p {
        font-size: 1.1em;
    }

    .periodo .titulo {
        align-self: center;
        margin-top: .5em;
        margin-bottom: 1em;
        color: white;
    }

    .periodo .valor-descricao {
        height: 2em;
        margin: 0em;
        height: 3em;
    }

        .periodo .valor-descricao .valor {
            font-size: 1.8em;
        }

    .periodo .info {
        min-height: 6em;
    }

    .periodo .contratar-periodo, .periodo .contratar-periodo:visited {
        background-color: white;
        display: inline;
        font-size: 1.4em;
        line-height: 1.4em;
        text-align: center;
        text-decoration: none;
        padding: .5em;
        margin-bottom: 0em;
    }

        .periodo .contratar-periodo:hover {
            color: #666666;
        }


.titulo-promocional {
    color: #FF3300;
}

/*Para o período que achar mais interessante */
.periodo-preferido {
    width: 18em;
    height: 15em;
}



@media only screen and (max-width: 800px) {
    .periodo {
        width: 100%;
    }
}

.forma-pagamento-area {
    margin-bottom: 1em;
}


.forma-pagamento {
    float: left;
    text-align: center;
    align-content: center;
    margin-bottom: 1em;
}

    .forma-pagamento h1 {
        align-self: center;
    }

.forma-pagamento-rodape {
    text-align: center;
}

.forma-pagamento-rodape .botao, .forma-pagamento-rodape .botao:visited {
    color: white;
    background-color: #F58220;
    text-decoration: none;
    font-size: 1.2em;
    padding: .5em;
}

.forma-pagamento-rodape .botao:hover {
    color: #666666;
}

.alterar-periodo, #alterar-periodo {
    height: 2em;
    color: #F58220;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

    .alterar-periodo:hover, #alterar-periodo:hover {
        color: black;
    }