@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300);

body {
    /*color: #666;
    font-size: 14px;
    font-weight: 400;   */

    color: /*#666;*/#666;
  /* font-family: 'Helvetica neue', Helvetica, Arial, Verdana, sans-serif;*/
    font-family: 'Roboto', sans-serif;
   /* font-family: "Open Sans", Arial, Helvetica, sans-serif;    */
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;

    /*
    font-family: 'Arial', Helvetica, sans-serif; 
    font-size: 16px;
    line-height: 24px !important;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px !important;/*26px*/;
    
    
   /* color:#555;
    font-family: arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;*/
    
    padding: 0px !important;
    margin: 0px !important;
}

a {
    color: #422874;
}

h2 {
    font-weight: normal;
    font-size: 1.7em;
}


/* cor do menu superior */
ul.navbar-nav {
    background: #f8f8f8 !important;
    border-color: #422874 !important; 
    color: #5d5d5d !important;
}

li.active a {
    background: #F8F8F8 !important;
    border-color: #E5322C !important;
    color: #BB1C17 !important;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { 
    background: #F8F8F8 !important;
    border-color: #E5322C !important;
    color: #BB1C17 !important;
    outline: 0; 
}

ul.navbar-nav li a {
    color: #E5322C !important;
}

.valor-plano-titulo {
    font-size: 46px; 
    background: #006B9A; /*#7892A0;*/
    color: #fff; 
    font-weight: bold;
    text-align: center;
}

.plano-titulo {
    font-size: 1.6em;  
    padding: 20px; 
    color: #006B9A;
    text-align: center;
}

.valor-plano-mes {
    font-size: 0.4em; 
    font-weight: normal;
}

.valor-plano-RS {
    font-size: 0.7em; 
    font-weight: normal;
}

.tabela-planos {
    width: 90%; 
    margin-top: 60px;
    background: #eee;
}

.botao-contrate {
    width: 100%; 
    height: 65px; 
    font-size: 1.6em;    
}

/* Fundo páginas conteúdos */
.about-us-container {
    /*background-image: url("../img/fundo_vantagem.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% auto;*/
}

/* Icones dos titulos das páginas */
.page-title-container span {
    color: #5d5d5d;
} 
/* Fonte Awesome */
/*.fa {
    color: #5d5d5d;
}*/

/* Flexas direção banner */
.flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    background: #422874;
    color: #fff;
    text-shadow: none;
}

.colored-text {
    color: #422874;
}

/* Botões */
a.big-link-1 {
    display: inline-block;
    padding: 10px 44px;
    background: #422874;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    border: 1px solid #fff;
}

a.big-link-1:hover {
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    background: #fff;
    color: #422874;
    border: 1px solid #422874;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

/* Nossos sistemas */
.testimonial-list .testimonial-text {
    float: left;
    width: 83%;
    line-height: 30px;
    font-size: 1.3em;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #ddd;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #c5c5c5; }
.testimonial-list .nav-tabs li.active a { background: #1A729C; }
.testimonial-list .nav-tabs li.active a:focus { border: 0;}



button.btn {
    padding: 9px 60px;
    background: #422874;
    font-size: 1.2em;
    border-radius: 12px;
}

::selection { 
    background: #422874; 
    color: #fff; 
    text-shadow: none; 
}

@media( max-width: 1200px ) {
    .botao-contrate {
        width: 100%; 
    }
}

@media( max-width: 991px ) {
    .botao-contrate {
        width: 100%;/*95%; */
    }
}


@media( max-width: 767px ) {
    .botao-contrate {
        width: 100%;/*90%; */
    }

    .margem_cpf {
        margin-top: 20px;
    }
}

.service {
     box-shadow: none !important;   
     border-radius: 16px; 
}

a.big-link-1 {
    padding: 30px 44px !important;
    border-radius: 10px;
    font-size: 1.6em;
    background: #fff !important;
    color: #333 !important;
    box-shadow: none !important;
    border-color: #e9e9e9 !important;
    border-width: 2px;
}

a.big-link-1:hover {
    background: #9F92B8 !important;
    color: #fff !important;
    border-color: #9F92B8 !important;
    box-shadow: none !important;
    border-width: 2px;
}

.tamanho-menu {
    width: 125px;
}

@media (max-width: 768px) {
    .tamanho-menu {
        width: 100%;
    }
}

a.big-link-capa {
    font-size: 1em !important; 
    font-style: normal !important; 
    border: none !important; 
    padding: 16px !important;
    color: #5E5E5E !important; 
}

h2.big-link-capa:hover {
    color: #fff !important;
}

.footer-border {
    border-top: 1px dotted #353436 !important;
}