/*--------------------*\
  PLANO
\*--------------------*/
#produtos img {

    width: 350px;
    float: left;
}
#produtos {
 color: #336699;
    
}

.plano--mais-popular::after {
    position: absolute;
    top: -10px;
    left: -10px;

    padding: 0 10px;

    background-color: #c20303;
    color: #fff;

    font-size: 0.7142em; /* 10px */
    line-height: 2.5;

    content: "MAIS POPULAR";
}

.plano__cabecalho {
    margin: -10px;
    margin-bottom: 0;

    background-color: #95a4a5;
    color: #fff;

    text-align: center;
    line-height: 2.5;
    font-weight: normal;
    font-size: 2em;
}

.plano__preco {
    margin: 20px 0;

    text-align: center;
    font-size: 2em;
}

.plano__caracteristicas {
    padding: 0;
    margin: 20px 0;

    font-size: 1em;

    list-style: none;
}

.plano__caracteristicas > li {
    text-align: center;
}

.plano__rodape {
    text-align: center;
}


/*--------------------*\
  BOTAO
\*--------------------*/
.botao {
    display: inline-block;
    padding: 0.8em 1.2em;

    background-color: #004b86;
    color: #fff;
    border: none;

    line-height: normal;
    font-size: 1em;
    text-decoration: none;
}

.botao:hover, .botao:focus {
    background-color: #aaa;
    color: #fff;

    text-decoration: none;
}

.botao--assinar, .botao--login {
    background-color: #0C90C5;
    border-radius: 10px;
    margin-top: 0;
}

.botao--assinar:hover, .botao--assinar:focus,
.botao--login:hover, .botao--login:focus {
    background-color: #03ddcc;
}

.botao--principal {
    border-radius: 10px;

    background-color: #004b86;
}

.botao--principal:hover, .botao--principal:focus {
    background-color: #004b86;
}


/*--------------------*\
  CHAMADA
\*--------------------*/
.chamada {
    font-size: 1.6rem; /* 1.6 * 10px = 16px */
    text-align: center;
}

.chamada__titulo {
    margin: 0;

    color: #fff;

    font-size: 3.375em; /* 54px / 16px = 3.375 */
    line-height: 0.9;
    text-shadow: 1px 1px #313131;
}

.chamada__subtitulo {
    margin: 60px 0;

    color: #fff;

    font-size: 1em;
}

.chamada__acao {
    font-size: 1em;
}

@media(min-width: 992px) {
    .chamada {
        padding-left: 10%;
        padding-right: 10%;

        font-size: 2.2rem; /* 2.2 * 10px = 22px */
    }
}


/*--------------------*\
  DEPOIMENTO
\*--------------------*/
.depoimento {
    font-size: 2.2rem; /* 22px */
}

@media(min-width: 992px) {
    .depoimento {
        padding-left: 15%;
        padding-right: 15%;

        font-size: 2.8rem;
    }
}

.depoimento > blockquote {
    position: relative;

    margin: 0;
    padding: 0 60px;

    text-align: center;
    font-size: 1em;
}

.depoimento > blockquote::before {
    position: absolute;
    left: 0;
    top: -0.35em;

    color: #ccc;

    font-size: 8em; /* 176px */

    content: "\201C";
}

.depoimento__autor {
    margin-top: 40px;

    text-align: center;
    font-size: 0.7272em;
}

.depoimento__autor > img {
    border-radius: 50%;
}

.depoimento__autor > p {
    margin-top: 10px;
}


/*--------------------*\
  NAVEGACAO
\*--------------------*/
.navegacao {
    margin-top: 0;
    border-right: 10px ;
}

.navegacao--assinatura {
    text-align: center;
}

.navegacao__menu {
    float: left;

}


/*--------------------*\
  BOTAO-CHAVEADOR
\*--------------------*/
.botao-chaveador {
    margin-top: 10x;
    width: 24px;
    height: 24px;
    border: 0;
    float: right;
    background: none;
    background-image: url("../imagens/bars.png");
    outline: none;
    z-index: 99999;
}

@media(min-width: 992px) {
    .botao-chaveador {
        display: none;
    }
}


/*--------------------*\
  MENU
\*--------------------*/
.menu {
    margin: 0;

    font-size: 1.4rem;

    list-style: none;
}

@media(max-width: 991px) {

    .menu {
        margin-top:140px; 
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;

        display: none;
        width: 200px;
        padding: 20px;
        border-right: 1px solid #eee;

        background-color: #fbfbfb;
    }

    .menu--exibindo {
        display: block;
    }

    .menu__item {
        display: block;

        line-height: 3;
    }

    .menu__item--botao {
        margin-top: 20px;
    }

}

@media(min-width: 992px) {

    .menu__item {
        display: inline-block;
        padding-right: 5px;
    }

    .menu__item:last-of-type {
        padding-right: 0px;
    }

}


/*--------------------*\
  TITULO-FORMULARIO
\*--------------------*/
.titulo-formulario {
    margin: 0;
    margin-bottom: 40px;

    border-bottom: 1px solid #ccc;

    font-size: 2.6rem;
    font-weight: normal;
    color: #004b86;
}



/*--------------------*\
  GRUPO-ENTRADA
\*--------------------*/
.grupo-entrada {
    margin-bottom: 15px;
}

.grupo-entrada > label {
    display: block;

    font-weight: bold;
}



/*--------------------*\
  CAMPO
\*--------------------*/
.campo {
    display: block;
    width: 100%;
}