@charset "utf-8";
@import https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic;
/* CSS Document */

html, body {
    background-color: #fff;
    margin: 0px!important;
    padding: 0px!important;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    background-image: url(img/body.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    min-height: 100%;
}
.valoresTop, .valoresBotton {
    background-image: url(img/preco.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.valoresTop {
    cursor: pointer;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 470px;
}
.valoresBotton {
    cursor: pointer;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    clear: both;
    margin-top: -15px;
    display: table;
}
div {
    box-sizing: border-box;
}
.owl-controls {
    position: absolute;
}
.grid960 {
    width: 960px;
    margin: 0 auto;
    display: table;
}
.grid480 {
    width: 100%;
    max-width: 480px;
    float: left;
    margin: 0;
}
.grid320 {
    width: 100%;
    max-width: 320px;
    float: left;
    display: table;
}
.fullMenu {
    width: 100%;
    height: 75px;
    margin: 0;
    margin-top: -1px!important;
    padding: 0;
    display: table;
    background-color: #8e0000;
    position: fixed;
    box-shadow: 0 0 5px #000;
}
.logo {
    width: 200px;
    height: 60px;
    margin-top: 15px;
    float: left;
}
.logo img{
    width: 190px;
}
.menu {
    width: 740px;
    border: 0 solid #000;
    display: table;
    text-align: right;
    margin-top: 25px;
    float: right;
}
.menu a:link, .menu a:active, .menu a:visited {
    color: #fff;
    text-decoration: none;
    margin-left: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    font-size: 14px;
    float: left;
}
.menu a:hover {
    background-color: #650000;
}
.menu a.destaque {
    border-radius: 30px;
    margin-left: 10px;
    margin-right:0px;
    margin-top: -5px;
    padding: 10px;
    display: block;
    color: #fff;
    width: 250px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background-color: #00c113;
}
@-webkit-keyframes brilho {
   0%  {background-color: #00c113;}
   10% {background-color: #008724;}
   30% {background-color: #00c113;}
}
@keyframes brilho {
   0%  {background-color: #00c113;}
   10% {background-color: #008724;}
   30% {background-color: #00c113;}
}

.destaque{
   -webkit-animation: brilho 2.5s infinite linear;
   animation: brilho 2.5s infinite linear;
}
.menu a.destaque:hover {
    color: #fff;
    /* background-color: #00c113;*/
    background-color: #008724;
}
.bannerFull {
    padding-top: 74px;
    width: 100%;
    height: auto;
    background-image: url(img/banner-1.jpg);
    background-repeat: repeat;
    background-position: center 74px;
}
.item1, .item2, .item3 {
    width: 320px;
    height: 240px;
    display: table;
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center top;
}
.item1 {
    background-image: url(img/item-1.png);
}
.item2 {
    background-image: url(img/item-2.png);
}
.item3 {
    background-image: url(img/item-3.png);
}
.descricao, .descricao-2 {
    border-top: 5px solid #8e0000;
    padding: 15px;
    height: 135px;
    color: #8e0000;
    line-height: 150%;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 5px #777;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.descricao-2 {
    margin-left: 15px;
    margin-right: 15px;
}
.clear {
    width: 100%;
    border: 0 solid #000;
    clear: both;
}
a:link.btSaibaMaisContato, a:active.btSaibaMaisContato, a:visited.btSaibaMaisContato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #34A203;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    font-weight: 600;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px; 
    padding-right: 15px;
}
a:link.btSaibaMais, a:active.btSaibaMais, a:visited.btSaibaMais {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #8e0000;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    font-weight: 600;
}
a:hover.btSaibaMais {
    background-color: #650000;
}
.bannerVantagens {
    width: 100%;
    height: 560px;
    background-image: url(img/banner-2.jpg);
    background-repeat: repeat;
    background-position: center top;
    border-top: 5px solid #8e0000;
    margin-top: 40px;
}
.textoVantagens {
    display: table;
    border: 0 solid #000;
    padding-left: 30px;
    padding-right: 10px;
    width: 450px;
}
.textoVantagens h1 {
    color: #8e0000;
    line-height: 130%;
    display: table;
}
.textoVantagens font {
    color: #333;
    padding-right: 20px;
    font-size: 15px;
    line-height: 170%;
    display: table;
}
.textoVantagens b {
    color: #8e0000;
}
.fullCabecalho {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #8e0000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.cabecalhoPagina {
    padding-top: 85px;
    background-color: #650000;
}
.fullCabecalho h2, .fullCabecalho h1 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
}
.boxPagina {
    padding-top: 30px;
    padding-bottom: 30px;
    text-shadow: 0 0 3px #fff;
}
.boxPagina img {
    width: 450px;
    border-radius: 3px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #ccc;
    border: 3px solid #fff;
}
.boxPaginaDuvidas a:link, .boxPaginaDuvidas a:active, .boxPaginaDuvidas a:visited {
    color: #8e0000;
    text-decoration: none;
    margin-left: 0;
    font-weight: bold;
    font-size: 14px;
}
.boxPagina h1 {
    color: #8e0000;
}
.boxPaginaDuvidas {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 30px;
    color: #333;
    text-shadow: 0 0 3px #fff;
    background-color: #fff;
    background-image: url(https://onpedido.com/static/img/branco30.png);
}
.boxPaginaDuvidas h1, b {
    width: 100%;
    display: table;
    color: #8e0000;
    font-size: 16px;
    margin-bottom: 10px;
}
.boxPaginaDuvidas section {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #000;
}
.boxPaginaDuvidas h1 {
    font-size: 18px;
}
.box {
    border-bottom: 3px dotted #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 960px;
    display: table;
    line-height: 1.8em;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    color: #222;
    font-weight: 550;
}
.box img {
    width: 135px;
    float: right;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px #aaa;
    margin: 5px;
}
.box img:hover {
    border: 3px solid #00c113;
    box-shadow: 0 2px 5px #fff;
}
.grid460 {
    display: table;
    width: 480px;
    float: left;
}
footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #8e0000;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 14px;
    
}
.preco {
    font-size: 14px;
}
.preco a:link, .preco a:active, .preco a:visited {
    color: #8e0000;
    font-weight: 600;
}
.preco h1 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 26px;
}
.preco table {
    width: 100%;
    float: left;
    font-size: 14px;
    border-collapse: collapse;
    page-break-before: always;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.preco th, .preco td {
    padding: 20px;
    text-align: center;
    border: 0 solid #ccc;
    margin: 0;
    border-collapse: collapse;
    page-break-before: always;
}
.preco {
    text-shadow: 1px 1px 1px #fff;
}
.preco tr {
    background: #f0f0f0;
    page-break-before: always;
}
.preco tr:nth-of-type(odd) {
    background: #fff;
}
.preco tr.cabecalhoPreco {
    background-color: #8e0000;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
}
.boxContrato {
    background-color: #fff;
    padding: 30px;
    color: #000;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    height: 400px;
    overflow-y: scroll !important;
}
.boxContrato b {
    float: left;
    width: auto;
    height: 40px;
    margin-right: 15px;
}
.preco h2 {
    color: #8e0000;
}
a.verde:active, a.verde:visited, a.verde:link {
    background-color: #00c113!important;
    color: #fff!important;
    text-shadow: 1px 1px 1px #236c00;
    font-size: 18px;
}
.boxItens section h2 {
    text-align: center;
    color: #8e0000;
    font-size: 28px;
    font-weight: 600;
}
.boxItens section {
    padding-top: 15px;
    padding-bottom: 15px;
}
.boxItens section p {
    text-align: center;
    color: #333;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    text-shadow: 0px 0px 1px #fff;
}
.boxItens section img {
    width: 100%;
    max-width: 960px;
    margin-top: 15px;
}
.detalhe {
    width: 100%;
    display: table;
    font-size: 28px;
    color: #555;
    text-align: center;
}
.mapa {
    background-color: #8e0000;
    background-image: url(img/mapa.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    display: table;
    width: 100%;
    height: 300px;
    margin-bottom: -40px;
}
#boxContato {
    display: table;
    width: 450px;
    margin: 0 auto;
    border: 0px solid #ccc;
    padding: 15px;
    background: #ffffff;
    /* Old browsers */
    background-image: url(img/body.jpg);
    background-repeat: repeat;
    background-position: center bottom;
    background-attachment: fixed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#boxContato font {
    padding: 0px;
    display: table;
    font-size: 18px;
    color: #333;
    text-align: center;
}
#boxContato label {
    color: #777;
    display: table;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#boxContato input, #boxContato textarea, #boxContato select {
    outline: none;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid #ccc;
    display: table;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -user-select: auto;
}
#boxContato select {
    background: url(../static/img/setaBaixo.png) 95% 50% no-repeat #fff;
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#boxContato input:focus {
    border: 1px solid #34A203;
}
.whatsapp{
    width: 60px;
    position:fixed;
    z-index: 999;
    height: 60px;
    float: right;
    color: #fff;
    bottom: 5px;
    right: 5px;
    box-shadow: 0px 1px 2px #000;
    border-radius: 5px;
    padding: 10px;
    padding-left: 40px;
    background-color: #29A71A;
    text-align: center;
    background-image: url(img/iconeWhatsAppBranco.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 50%;
    overflow: hidden;
    cursor:pointer;
}
.whatsapp:hover {
    width: 250px;
    background-position: 10px 50%;
}
.whatsapp b {
    color:#fff;
    font-size:12px;
    margin: 0px;
}
.whatsapp font {
    color:#fff;
    font-size:22px;
    margin: 0px;
}
.whatsapp b,
.whatsapp font{
  display: none;
  width: 100%;
}
.whatsapp:hover b,
.whatsapp:hover  font{
  display: table;
  width: 100%;
}
.botaoSubmit {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    font-size: 110%;
    line-height: 16.08px;
    cursor: pointer;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #34A203;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.botaoSubmit:hover, .btSaibaMaisContato:hover {
    background-color: #236c00;
}
.clientes a:link {
    display: table;
    float: left;
    width: 150px;
    text-align: center;
    text-decoration: none;
    margin: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.clientes a:link font:nth-child(2n), .clientes a:visited font:nth-child(2n), .clientes a:active font:nth-child(2n) {
    font-weight: 700;
    color: #8e0000;
    clear: both;
    text-decoration: none;
    width: 100%;
    display: table;
}
.clientes a:link font:nth-child(2n+1), .clientes a:visited font:nth-child(2n+1), .clientes a:active font:nth-child(2n+1) {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.logoCliente {
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background-position: center top;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .grid300, .grid225{
        width: 100%;
        max-width: 95%!important;
        float: left;
        margin: 10px;
        display: table;
    }
    .valoresTop {
        display: none;
    }
    .bannerFull {
        padding-top: 0px;
        background-image: none;
        height: auto;
        margin-bottom: 0;
    }
    .grid960 {
        width: 100%;
        padding: 10px;
    }
    .grid320 {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: table;
        align-items: center;
    }
    .fullMenu {
        position: relative;
    }
    .logo a {
        display: table; 
        margin: 0 auto;
    }
    .logo {
        width: 100% !important;
        float: none !important;
        clear: both;
        display: table;
        border-bottom: 0 solid #000;
    }
    .menu {
        width: 100%;
        max-width: 100%;
        border: 0 solid #000;
        margin: 0;
        display: table;
        text-align: right;
        margin-top: 10px;
        overflow: hidden;
    }
    .menu a:link, .menu a:active, .menu a:visited {
        color: #fff;
        text-decoration: none;
        margin-left: 0;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 2px;
        font-size: 16px;
        width: 85%;
        text-align: center;
        display: table;
        border-radius: 2px;
        margin-left: 10px;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu a:hover {
        background-color: #650000;
    }
    .menu a.destaque {
        background-color: #00c113;
        border-radius: 30px;
        margin-left: 10px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
    }
    .menu a.destaque:hover {
        color: #fff;
        background-color: #00c113;
    }
    .textoVantagens {
        width: 100%;
        margin: 0;
        margin: 0;
        padding: 0;
    }
    .bannerVantagens {
        background-image: none;
        padding: 10px;
        display: table;
        padding-bottom: 30px;
    }
    .grid480, .grid460, .box, .boxPaginaDuvidas {
        width: 100%;
        max-width: 100%;
        display: table;
    }
    .boxPaginaDuvidas {
        padding: 20px;
    }
    .textoVantagens font, .textoVantagens iframe {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .item1, .item2, .item3 {
        max-width: 320px;
        margin: 0 auto;
    }
    .boxPagina {
        padding: 20px;
        width: 100%;
    }
    .boxPagina img {
        width: 40%;
        float: left;
        margin-right: 5px;
    }
    .cabecalhoPagina {
        padding-top: 10px;
        margin-bottom: 0;
    }
    br {
        display: none;
    }
}
.footerOnpedido {
    width: 100%;
    display: table;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #fff;
}
.footerOnpedido a:link, .footerOnpedido a:active, .footerOnpedido a:visited {
    color: #fff;
    text-decoration: none;
    line-height: 2em;
}
.footerOnpedido a:hover {
    text-decoration: underline;
}
.brasil {
    width: 32px;
    margin-bottom: -6px;
    margin-left: 5px;
    margin-right: 5px;
}

.btFacebook {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;   
}
.btFacebook :hover{
    background-color: #334f87;
}
.btFacebook div {
    display: table;
    background-color: #4267B2;
    border-radius: 3px;
    padding: 3px;
    padding-right: 15px;
    padding-left: 35px;
    background-size: 18px;
    background-image: url(/onpedido/img/facebook-logo.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
}
.valorSistema {
    width:200px;
    height: 200px;
    box-shadow: 3px 3px 3px #ccc;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 300px;
    text-align: center;
    border:5px solid #fff;
    background-color: #34A203;
}
.valorSistema .um,
.valorSistema .dois,
.valorSistema .tres {
    width: 200px;
    text-align: center;
    color: #fff;
    
}
.valorSistema .um{
    margin-top:40px;
}
.valorSistema .dois{
    margin-top:15px;
    font-size: 46px;
}
.iconeCliente {
    display: table;
    border: 0px solid #ccc;
    height: 260px;
    margin: 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
.logoCliente {
    margin-top: 0px;
    border:1px solid #ddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
.iconeCliente:hover .logoCliente {
    box-shadow: 0px 0px 10px #777;
    border: 5px solid #34A203;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}

/* FUNCIONALIDADES */
.funcionalidades .okIcone,
.funcionalidades .desenvolvimentoIcone{
    background-color: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    float: left;
    margin-top: -1px;
    margin-right:5px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.funcionalidades .okStatus{
    color: #29A200;
    width: 100px;
    text-align: left;
    padding-top:5px;
    font-weight: 500;
    margin: 0 auto;
}
.funcionalidades .okIcone{
    background-color: #29A200;
    background-image: url(https://onpedido.com.br/static/img/ok.png);
    
}
.funcionalidades .desenvolvimentoStatus{
    color: #ed7200;
    width: 170px;
    border:0px solid;
    text-align: left;
    padding-top:5px;
    font-weight: 500;
    margin: 0 auto;
}
.funcionalidades .desenvolvimentoIcone{
    background-color: #ed7200;
    background-image: url(https://onpedido.com.br/static/img/atualizar.png);
    
}
.funcionalidades table{
    width: 100%;  
    border-radius: 5px 5px 0px 0px;
}
.funcionalidades table th{
    background-color: #555;
    text-shadow: none;
    color: #fff;
    font-weight: 600;
}
.funcionalidades table th:nth-child(1){
    border-radius: 5px 0px 0px 0px;
}
.funcionalidades table th:nth-child(2){
    border-radius: 0px 5px 0px 0px;
}
.funcionalidades table {
    border: 0 solid #ddd;
    border-spacing: 0;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #ccc;
}
.funcionalidades th, .funcionalidades td {
    padding: 7px;
    font-weight: 400;
    width: auto;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;
}
.funcionalidades td {
    border-right: 1px solid #ddd;
}
.funcionalidades td b {
    font-weight: 600;
}
.funcionalidades td:last-of-type {
    border-right: 0 solid #ddd;
}
.funcionalidades tr:hover {
    background-color: #ecffe8 !important;
}
.funcionalidades tr:nth-child(even) {
    background-color: #f2f2f2;
}
.funcionalidades td font {
    color: #777;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
}
.funcionalidades thead {
    background-color: #555;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 800;
}
.funcionalidades table thead tr:hover {
    background-color: #555 !important;
}
.funcionalidades thead th {
    border-right: 1px solid #444;
}

/** PLANOS **/
.grid300{
    width: 100%;
    max-width: 300px;
    float: left;
    margin: 10px;
    display: table;
}
.grid225{
    width: 100%;
    max-width: 230px;
    float: left;
    margin: 5px;
    display: table;font-size: 14px!important;
}
.boxPlanos{
    display: table;
    line-height: 1.2;
    font-weight: 400;
    
}
.boxPlanos .cabecalho,
.boxPlanos .celula,
.boxPlanos .condicoes,
.boxPlanos .botao{
    width: 100%;
    display: table!important;
    height: 70px;
    text-align: center;
    border-bottom: 0px solid #ccc;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
   
}
.boxPlanos .cabecalho{
    color: #fff;
    background-color: #7a0000;
   text-shadow: none;
}
.boxPlanos .celula{
   color: #555;
   background-color: #f1f3f7;
   text-shadow: none;
}

.boxPlanos .condicoes{
   color: #fff;
   background-color: #555;
   text-shadow: none;
}
.boxPlanos span{
   display: table-cell; 
   vertical-align: middle!important;
   line-height: normal!important;
   padding-left: 20px;
   padding-right: 20px;
}
.boxPlanos .botao{
   color: #fff;
   background-color: #2AA719;
   text-shadow: none;
    cursor: pointer;
}
.boxPagina .aviso{
    color: #02732A;
    text-align: center;
    padding-top: 30px;
    display: table;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 1px #fff;
}
