body {
    margin: 0;
    padding: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #16324f;
}
section#topbar {
    width: 100%;
    border-bottom: solid 1px #dee4e8;
    padding-top:15px;
    padding-bottom:15px;
    background:#f7fafc;
}
section#topbar ul {
    margin: 0;
    padding: 0;
    text-align:right;
}
section#topbar ul li {
    display: inline-block;
    list-style: none;
}
section#topbar a {
    padding: 10px;
}
section#topbar a {
    color: #16324f;
}
section#topbar a:hover {
    text-decoration: none;
    opacity: 0.5;
}
section#topbar i {
    font-size: 16px;
}
.bg-light {
    background-color: #f7fafc !important;
    margin-top: 10px;
}
.navbar-nav li {
    border-right: solid 1px #dee4e8;
}
.navbar-nav li:last-child {
    border:none;
}
.navbar-light .navbar-nav .nav-link {
    color: #545454;
    font-size: 19px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}
ul.acessButtons {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 19px;
}
ul.acessButtons li {
    display: inline-block;
    font-size:18px;
    font-weight: 500;
}
ul.acessButtons li a {
    padding: 5px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
}
ul.acessButtons li a i {
    font-size: 14px;
    margin-right: 4px;
}
ul.acessButtons li:first-child a {
    background: #16324f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border:solid 2px #16324f;
}
ul.acessButtons li:first-child a:hover {
    opacity: 0.8;
}
ul.acessButtons li:last-child a {
    border:solid 2px #16324f;
    color: #16324f;
    border-radius: 5px;
    text-decoration: none;
}
ul.acessButtons li:last-child a:hover {
    background: #16324f;
    color: #fff;
    border:solid 2px #16324f;
}
ul.acessButtons li:last-child {
    margin-left: 10px;
}
header {
    padding-top: 40px;
    background: #f7fafc;
    padding-bottom: 90px;

}
.fadeEffect {
    transition: 0.3s;
}
header h1 {
    margin: 0;
    padding: 0;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 50px;
    margin-bottom: 27px;
}
header h2 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    color: #5f5f5f;
    line-height: 29px;
    margin-bottom: 48px;
    font-weight: 400;
    display: block;
    width: 100%;
}
.headerContent a {
    background: #16324f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border:solid 2px #16324f;
    padding: 12px;
    padding-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
}
.headerContent a i {
    font-size: 16px;
    margin-right: 5px;
}
.headerContent a:hover {
    opacity: 0.9;
}
#videoTop iframe {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.52);
    margin-top: 18px;
}
.headerContent {
    margin-top:70px
}
section#principaisValores {
    padding-top: 100px;
}
p.titleP {
    text-align:center;
    font-size: 40px;
    margin-bottom: 55px;
}
.blocContainer p strong {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 10px;
    color: #16324f;
}
.blocContainer p {
    font-size: 17px;
    color: #454545;
}
.blocArea {
    margin-bottom: 45px;
}
.blocRight {
    text-align: right;
}
.padd1 {
    padding-top: 50px;
}
section#produtos {
    padding-top: 83px;
    padding-bottom: 83px;
}
section#produtos a img {
    /*opacity: 0.3;*/
}
section#produtos a.active img {
    opacity: 1;
    transition: 1s;
}
img.picSmall {
    margin-top: 90px;    
}
section#pilares {
    width: 100%;
    background:url(../img/bgbar-conformity.webp) center top no-repeat #f7fafc;
    padding-top: 80px;
    padding-bottom:80px;
    text-align: center;
    margin-top: 40px;
}
section#pilares strong {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    color:#16324f;
    margin-top: 25px;
    margin-bottom: 25px;
}
section#pilares p {
    margin: 0;
    padding: 0;
    font-size:17px;
    color: #000;
}
section#pilares img {
    width: 20%;
}
.pilarArea {
    padding: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    margin:0 auto;
    /*opacity: 0.4;*/
}
.owl-carousel .owl-item img:hover {
    /*opacity: 0.9;*/
}
.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background:#16324f !important;
    margin: 3px;
    opacity: 0.3;
}
.owl-dots .active {
    opacity: 1;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
section#parceiros {
    padding-top: 100px;
    padding-bottom: 100px;
}
section#depoimentos p.titleP {
    margin-bottom: 15px;
}
section#depoimentos p.titleP strong {font-weight: 900;}
section#depoimentos hr.titleSep {
    width: 150px;
    height: 5px;
    display: block;
    border: none;
    background:#16324f;
}
section#depoimentos {
    width: 100%;
    background:#f7fafc;
    padding-top: 80px;
    padding-bottom: 80px;
}
.depoimentoArea {
    background:#fff;
    border-radius: 10px;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.20);
    margin: 43px;
    min-height: 408px;
}
img.depoimentoPic {
    opacity: 1 !important;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 17px -8px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 17px -8px rgb(0 0 0 / 50%);
}
.depoimentoArea p {
    font-size: 18px;
    color: #687889;
    line-height: 22px;
    margin-top: 25px;
}
.depoimentoArea p strong {
    color: #16324f;
    font-size: 23px;
    font-weight: 600;
}
.sepArea {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}
#textDepoimento p {
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color:#16324f
}
#textDepoimento span {
    font-size: 71px;
    font-weight: 500;
    /* height: 50px; */
    display: block;
    line-height: 5px;
    color: #b2bbc5;
    margin-top: 18px;
}
#owl-Two {
    margin-top: 30px;
}
section#blogHome {
    padding-top: 100px;
    padding-bottom: 19px;
}
.blogGridArea {
    position: relative;
    width: 100%;
    height:255px;
    background:#16324f;
    color: #fff;
    margin-bottom: 30px;
}
.blogGridArea .picSmallBlog {
    position: absolute;
    bottom:0;
    z-index: 1;
    opacity: 0.6;  
    height:255px;  
}
.blogGridArea .picSmallBlog img {
    height:255px;
    width: 100%;
}

.blogGridArea span {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    color:#18cced;
    font-weight: 500;
}
.blogGridArea h6 {
    position: absolute;
    bottom:0px;
    left: 0px;
    z-index: 3;
    padding: 20px;
    font-size: 21px;
}
.blogGridArea .maskBlog {
    position: absolute;
    height: 255px;
    /*background: rgb(4,30,57);
    background: linear-gradient(90deg, rgba(4,30,57,1) 32%, rgba(4,30,57,0.28084737312893904) 80%);*/
    z-index: 2;
    width: 100%;
    opacity: 0.9;
    border-radius: 5px;
    transition: 0.8s;
}
.blogGridArea:hover .maskBlog {
    opacity: 0.6;
}
.blogGridArea:hover .picSmallBlog img {
    opacity: 0.5;
}
.blogGridArea {
    border-radius: 5px;
}
.nopadding {
    padding: 0;
}
ul.listTitlePlain {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #16324f;
    font-weight: 600;
    margin-top: 68px;
}
ul.listTitlePlain li {
    list-style: none;
    height: 57px;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 17px;
    padding-right: 27px;
}
li#liHeightTitle{
    height: 85px;
    padding-top: 24px;
}
li#liHeight{
    height: 85px;
    padding-top: 24px;
}
li#liHeight2 {
    height: 85px;
    padding-top: 13px;
}
ul.listTitlePlain li span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
li.bgLi {
    background:#f7fafc;
}
li.pdOne {
    padding-top: 19px !important;
}
.planoCol {
    border:solid 1px #e0e0e0;
    text-align: center;
    border-radius: 10px;
    margin: 5px;    
}
.pd-L-10 {
    padding-left: 10px;
}
.planoCol ul {
    margin: 0;
    padding: 0;
    font-size:17px;
    color:#16324f;
    font-weight: 400;
    margin-top:-5px;
    
}
.planoCol ul li {
    list-style: none;
    height: 57px;
    padding-top: 10px;
    line-height: 17px;
    padding-left: 5px;
    padding-right: 5px;
}
.planoCol ul li.bgLi2 {
    background:#fafcfd;
}
.planoCol ul li i {
    color:#009f15;
    font-size: 23px;
}
.plainName {
    font-size: 25px;
    font-weight: bolder;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.destaquePlain {
    background:#009f15;
    display: inline-block;
    margin: 0 auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: -5px;
    margin-top: -20px;
}
.neg-margin {
    margin-top:-24px;
}
.chamadaPlain {
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    line-height: 19px;
}
.chamadaFree {
    font-size: 18px;
    font-weight: 500;
    padding-top: 36px;
    padding-bottom: 33px;
    display: block;
    line-height: 19px;
}
.valorPlain {
    padding-top: 21px;
    padding-bottom: 21px;
    display: block;
}
.valorPlain strong {
    font-size: 31px;
    letter-spacing: -1px;
}
small.leftValue {
    /* margin-top: -20px; */
    display: inline-block;
    position: relative;
    top: -12px;
}
a.btnAssinar {
    background: #06c270;
    display: block;
    color: #fff;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 15px;
    transition: 0.3s;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 28px;
}
a.btnAssinar:hover {
    text-decoration: none;
    background:#03d579;

}
.areaPlainsRow {
    margin-top: 45px;
}
section#planos {
    /* margin-top: 30px; */
    padding-top: 50px;
}
section#equipeVendas {
    text-align: center;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 114px;
    margin-top: 130px;
    background: url(../img/bgFooter.webp) center bottom no-repeat #f7fafc;
}
section#equipeVendas p {
    font-size: 55px;
    color: #16324f;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 61px;
    margin-bottom: 70px;
}
section#equipeVendas a {
    background: #06c270;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 13px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 49px -8px rgba(0,0,0,0.40);
}
section#equipeVendas a:hover {
    text-decoration: none;
    background:#03d579;
    transition: 0.5s;
}
footer {
    width: 100%;
    background: #16324f;
    padding-top: 63px;
    padding-bottom: 50px;
    color: #fff;
    margin-top:-2px;
}
.enderecoFooter ul {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    margin-top: 23px;
    line-height: 29px;
}
.enderecoFooter ul li {
    list-style: none;
}
.enderecoFooter ul li i {
    color: #b5cde5;
    font-size: 13px;
    margin-right: 5px;
}
.enderecoFooter ul li a {color:#fff;}
.redesFooter ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.redesFooter ul li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}
.redesFooter ul li:first-child {
    margin-left: 0;
}
.redesFooter ul li a {
    color:#b5cde5;
}
.redesFooter ul li a:hover {
    color:#fff;
    transition: 0.5s;
}
footer h6 {
    color: #fff;
    font-size: 20px;
    margin:0;
    padding: 0;
    margin-bottom: 10px;
}
ul.menuFooter {
    margin: 0;
    padding: 0;    
    font-size: 16px;
}
ul.menuFooter li {
    list-style: none;
    margin-bottom: 7px;
}
ul.menuFooter li a {
    color:#b6dbff;
    transition: 0.5s;
}
ul.menuFooter li a:hover {
    color: #fff;
    text-decoration: none;
}
.pdd50 {
    padding-left: 50px;
}
.copyright {
    text-align: left;
    color: #b5cde5;
    margin-top: 19px;
}
.redesFooter {
    position: relative;
    z-index: 1;
}
header.headerInner {
    padding-bottom: 45px;
}
.headerContentPage {
    margin-top: 44px;
}
.blogHeader h2 {
    margin: 0;
    padding: 0;
    font-size:50px;
    color: #16324f;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 20px;
}
.breadcrumb-blog {
    text-align: right;
    margin-top: 20px;
}
.breadcrumb-blog a {
    color: #16324f;
    text-decoration: underline;
}
#blogArchive {
    margin-top: 50px;
}
.pagination ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 6px;
}
.pagination ul li a {
    color: #16324f;
    font-weight: 600;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100px;
    padding-top: 3px;
}
.pagination ul li a.active {
    background:#16324f;
    color: #fff;
}
.pagination ul li a:hover {
    background:#16324f;
    color: #fff;
    text-decoration: none;
}
.barFooter {
    width: 100%;
    background: url(../img/bgFooter2.webp) center top no-repeat;
    height: 105px;
}
#blogSingle {
    margin-top: 70px;
}
#blogSingle h1 {
    margin:0;
    padding: 0;
    font-size:31px;
    color: #16324f;
    font-weight: 600;
    margin-top: 20px;
}
.dataPost {
    width: 100%;
    border-bottom: solid 1px #e1e5e9;
    display: block;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.tagsPost {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
}
.tagsPost li {
    display: inline-block;
}
.tagsPost li a {
    color: #fff;
    background: #6381a1;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    transition: 0.5s;
}
.tagsPost li a:hover {
    text-decoration: none;
    background:#16324f;
}
.textPost {
    line-height: 34px;
    font-size: 18px;
}
#owl-three img {opacity: 1;}
.nobord {
    border-right: none !important;
}
#videoTop {
    width: 95%;
    float: right;
}
.blocArea2 {
    margin-bottom: 21px;
}
img.smartCenter {
    margin-top: 30px;
}
.starsDepoiment {
    display: block;
    width: 37%;
    text-align: left;
    margin-bottom: 26px;
}
.starsDepoiment img {
    float: left !important;
    opacity: 1 !important;
}
.pdDep {
    padding-top: 10px;
}
.pilarArea img#width15 {
    width: 19%;
    margin-bottom: -4px;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(247 250 252 / 45%);
    border: none;
    border-radius: 5px !important;
}
.card {
    border: none;
    margin-bottom: 15px;
    border-radius: 5px !important;
    border: solid 1px #efefef !important;
}
.card-body {
    border-top: none;
    padding-top: 19px;
}
.card-header .title {
    font-size: 17px;
    color: #16324f;
    font-weight: 500;
}
.contactLeft i {
    font-size: 22px;
    color: #cbd4dd;
    margin-top: 9px;
}
.contactLeft strong {
    font-size: 18px;
}
.contactLeft h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #16324f;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 15px;
}
.contactLeft small {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-top: 25px;
}
#formArea form span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
#formArea form span small {color: red;}
#formArea form input {
    width: 100%;
    border-radius: 5px;
    border:solid 1px #dee4e8;
    padding: 10px;
    margin-bottom: 15px;
}
.textArea {
    width: 100%;
    border-radius: 5px;
    border:solid 1px #dee4e8;
    padding: 10px;
    margin-bottom: 15px;
    height: 101px;
}
.btnEnviar {
    border: none;
    background:#16324f;
    color: #fff;
    font-weight: 600;
}
.btnEnviar:hover {
    opacity: 0.8;
}
#socialContactPage ul {
    margin:0;
    padding: 0;
    font-size: 16px;
}
#socialContactPage ul li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}
#socialContactPage ul li:first-child {
    margin-left: 0;
}
#socialContactPage ul li i {
    font-size: 18px;
    color: #16324f;
}
#socialContactPage ul li i:hover {
    font-size: 18px;
    color: #cbd4dd;
}
#socialContactPage {
    margin-top: 8px;
}
#socialContactPage hr {
    margin-bottom: 30px;
}
#formArea {
    padding-left: 50px;
    padding-top: 15px;
}
.sobrePic {
    border-radius: 10px;
    margin-bottom: 40px;
}

#funcionalidades {
    width: 100%;
    background: url(../img/bgbar-conformity.webp) center top no-repeat #f7fafc;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 40px;
}
#funcionalidades h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 54px;
    text-align: center;
}
#funcionalidades h3 strong {
    font-weight: 800;
}
.subtitleFuncionalidade {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}
section#funcionalidades img {
    width: 20%;
}
section#funcionalidades .pilarArea strong {
    display: block;
    width: 100%;
    font-size: 21px;
    line-height: 28px;
    color: #16324f;
    margin-top: 20px;
    margin-bottom: 8px;
}
section#funcionalidades .pilarArea {
    padding: 20px;
}
.barFuncionalidades {
    width: 50px;
    border: none;
    height: 3px;
    background:#a4afb7;
    margin: 0 auto;
    padding: 0;
    float: left;
}
.pilarArea p {
    font-size: 16px;
}
i.iconTitlePilar {
    margin-right: 12px;
    color: #18cced;
    font-size: 25px;
    margin-top: 3px;
    float: left;
}
div.clr {clear:both;}
section#microlearning {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
section#microlearning h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 40px;
    margin-bottom: 55px;
    font-weight: 400;
}
section#microlearning p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #000;
    line-height: 33px;
}
b#texto {
    font-size:14px;
}
#whatsappFix {
    position: fixed;
    bottom:10px;
    right:10px;
    width: 50px;
    height: 50px;
    z-index: 999;
    display: none !important;
}
#whatsappFix img {
    /* animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; */
    /* transform: translate3d(0, 0, 0); */
    animation: shake 1s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }
  a.ctabutton {
    background: #16324f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border: solid 2px #16324f;
    padding: 16px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 700;
    margin-top: 13px;
    display: inline-block;
  }
  img.dashPhone {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 67%;
}
  .negmrg1 {
    margin-top: -25px;
  }
  .toTop {
    position: fixed;
    z-index: 1000;
    right: 8px;
    bottom: 8px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 25px;
    padding-top: 7px;
    color: #16324f;
    border: solid 1px #cecece;
}
  .blocContainer {
    margin-top: 50px;
  }
  .pic200 {
    width: 87%;
    display: block;
    margin: 0 auto;
    margin-top: 27px;
  }
  .titlePlainPage {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #16324f;
}
.titlePlainPage span {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #a5a5a5;
    margin-top: 26px;
    margin-bottom: 31px;
    font-weight: 400;
}
.planoGrid {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 17%);
    text-align: center;
    padding: 45px;
    margin: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.planoGrid h5 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 800;
}
.planoGrid h5 small {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    color: #667381;
    height: 84px;
}
.planoGrid hr {
    margin-top: 19px;
    margin-bottom: 0;
    opacity: 0.5;
}
.valorGridPlain a.btnAssinar {
    margin-top: 0;
    border-radius:5px;
}
.planoGrid .valorPlain strong {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 800;
}
.comeceGratis {
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 14px;
    margin: 5px;
    color: #16324f;
    margin-top: 16px;
    font-weight: 500;
    border: solid 1px #e9e9e9;
    transition: 0.3s;
}
.comeceGratis:hover {
    text-decoration: none;
    background: #c1dbf5;
    color:#000;
    border:solid 1px #c1dbf5;
}
.planoGrid .valorPlain strong.falecomVendedorgrid {
    font-size: 22px;
    line-height: 23px;
    margin-top: 4px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0;
}
#planoColPage {
    margin: 0;
    margin-top: 30px;
    border: solid 1px #f1f1f1;
    border-radius: 0;
}
#planoColPage ul li {
    border-top: solid 1px #f1f1f1;
}
#ItensPlainPage ul li {
    border-top: solid 1px #f1f1f1;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-top: 0 !important;
    height: 80px;
}
#planoColPage ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0 !important;
    height: 80px;
}
.titleFixPlain {
    width: 100%;
    background:#fff;
    z-index: 1000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}
.titleFixPlain span {
    display: block;
    width: 100%;
    border: solid 1px #f1f1f1;
    padding: 20px;
}
#caracteristicasTitle {
    width: 96%;
}
#plainsContainerPage {
    margin-bottom: 80px;
}
ul.listTitlePlain {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #16324f;
    font-weight: 600;
    margin-top: 26px;
}
#chamadaPlainV2 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 35px;
    padding-bottom: 25px;
    display: block;
    line-height: 19px;
    height: 88px;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: #089fd7;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%; 
    background: #16324f;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #16324f;
    cursor: pointer;
  }
  .slider-number {
    position: absolute;
    background: #fff;
    width: auto;
    display: block;
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
    border: solid 1px #ddd;
    left: -46px;
    bottom: -50px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
}
#rangeValores {
    margin-top: 20px;
    margin-bottom: 90px;
}
  #rangeValores h4 {
    font-weight: 900;
    font-size: 31px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.slider-number ul {
    margin: 0;
    padding: 0;
}
.slider-number ul li {
    display: inline-block;
    list-style: none;
}
#titleTables {
    font-weight: 900;
    font-size: 31px;
    display: block;
    width: 100%;
    margin-bottom:5px;
    margin-top: 35px;
}
section#testeGratis h5 {
    font-size: 45px;
    font-weight: 800;
    margin-top: 15px;
}
section#testeGratis h5 span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}
section#testeGratis h5 small {
    font-size: 25px;
    font-weight: 600;
    color: #1191c1;
}

section#testeGratis ul {
    padding: 0;
    float: left;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 7px;
}
section#testeGratis ul li {
    list-style: none;
}
#rightUL1 {
    margin-right: 80px;
}
section#testeGratis ul li i {
    color: #009f15;
    font-size: 18px;
    display:inline-block;
    margin-right: 5px;
}
section#testeGratis a {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}
section#testeGratis {
    padding-top: 100px;
    position: relative;
    z-index: 9999;
    background: #fff;
}
span.strongText2 {
    font-weight: 700;
}












#planoseprecosN .titlePlainsGrid {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}
#planoseprecosN .obsPlains {
    margin-top: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
#planoseprecosN .titleFixPlain {
    width: 100%;
    background: #fff;
    z-index: 1000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}
#planoseprecosN .popularPlain {
    padding: 5px;
    position: absolute;
    top: 22px;
    left: 2px;
    background: #06c270;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase; 
}
#planoseprecosN .titleFixPlain span {
    display: block;
    width: 100%;
    border: solid 1px #f1f1f1;
    padding: 20px;
    padding-left: 29px;
    padding-right: 29px;
    line-height: 26px;
}
#planoseprecosN .planoGridDestaque {
    border: solid 3px #089fd7;
}
#planoseprecosN #caracteristicasTitle {
    width: 96%;
}
#planoseprecosN ul.listTitlePlain {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #16324f;
    font-weight: 600;
    margin-top: 68px;
}
#planoseprecosN ul.listTitlePlain li {
    list-style: none;
    height: 80px;    
    padding-left: 20px;
    padding-right: 27px;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 20px;
}
#planoseprecosN li#liHeightTitle{
    height: 85px;
    padding-top: 24px;
}
li#liHeight{
    height: 85px;
    padding-top: 24px;
}
#planoseprecosN li#liHeight2 {
    height: 85px;
    padding-top: 13px;
}
#planoseprecosN ul.listTitlePlain li span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
#planoseprecosN li.bgLi {
    background:#f7fafc;
}
#planoseprecosN li.pdOne {
    padding-top: 19px !important;
}
#planoseprecosN .planoCol {
    /* border: solid 1px #e0e0e0; */
    text-align: center;
    border-radius: 0px;
    margin:0;
}

#planoseprecosN .planoCol ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #16324f;
    font-weight: 400;
    /* margin-top: -5px; */
}

#planoseprecosN .espTitlePlains {
    padding-left: 10px;
}
#planoseprecosN .planoCol ul li {
    list-style: none;
    height: 80px;
    /* padding-top: 10px; */
    /* line-height: 17px; */
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ededed;
    margin-left: 0px;
}
#planoseprecosN .planoCol ul li.bgLi2 {
    background:#fafcfd;
}
#planoseprecosN .planoCol ul li i {
    color:#009f15;
    font-size: 23px;
}
#planoseprecosN .plainName {
    font-size: 25px;
    font-weight: bolder;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
#planoseprecosN .destaquePlain {
    background:#009f15;
    display: inline-block;
    margin: 0 auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: -5px;
    margin-top: -20px;
}
#planoseprecosN .neg-margin {
    margin-top:-24px;
}
#planoseprecosN .chamadaPlain {
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    line-height: 19px;
}
#planoseprecosN .chamadaFree {
    font-size: 18px;
    font-weight: 500;
    padding-top: 36px;
    padding-bottom: 33px;
    display: block;
    line-height: 19px;
}
#planoseprecosN .valorPlain {
    padding-top: 10px;
    padding-bottom: 21px;
    display: block;
}
#planoseprecosN .valorPlain strong {
    font-size: 31px;
    letter-spacing: -1px;
}
#planoseprecosN ul.listTitlePlain {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #16324f;
    font-weight: 600;
    margin-top: 68px;
}
#planoseprecosN ul.listTitlePlain li {
    list-style: none;
    height: 80px;    
    padding-left: 20px;
    padding-right: 27px;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 20px;
}
#planoseprecosN li#liHeightTitle{
    height: 85px;
    padding-top: 24px;
}
#planoseprecosN li#liHeight{
    height: 85px;
    padding-top: 24px;
}
#planoseprecosN li#liHeight2 {
    height: 85px;
    padding-top: 13px;
}
#planoseprecosN ul.listTitlePlain li span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
#planoseprecosN li.bgLi {
    background:#f7fafc;
}
#planoseprecosN li.pdOne {
    padding-top: 19px !important;
}

#planoseprecosN .espTitlePlains span {
    display: block;
    width: 100%;
    border: solid 1px #f1f1f1;
    padding: 20px;
    font-size: 25px;
    line-height: 30px;
}
#planoseprecosN .planoGrid .valorPlain strong.falecomVendedorgrid {
    font-size: 22px;
    line-height: 23px;
    margin-top: 4px;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
}
#planoseprecosN .porFuncionarioT  {
    font-size: 14px;
    font-weight: 500;
    color: #9f9f9f;
    display: block;
    width: 100%;
    height: 21px;
}
#planoseprecosN .planoGrid h5 small {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    color: #667381;
    height: 96px;
}
#planoseprecosN .planoGrid h5 {
    margin: 0;
    padding: 0;
    font-size: 27px;
    font-weight: 800;
}
#planoseprecosN a.btnAssinar {
    background: #06c270;
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    border-radius: 0;
    margin-top: 25px;
    transition: 0.3s;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 28px;
    width: 98%;
}
#planoseprecosN a.btnAssinar:hover {
    text-decoration: none;
    background:#03d579;
}
#planoseprecosN .valorGridPlain a {
    background: #06c270;
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    transition: 0.3s;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 28px;
    width: 100%;
}
#planoseprecosN .comeceGratis {
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 14px;
    margin: 0;
    color: #16324f;
    margin-top: 16px;
    font-weight: 500;
    border: solid 1px #e9e9e9;
    transition: 0.3s;
    width: 100%;
}
#planoseprecosN  .comeceGratis:hover {
    text-decoration: none;
    background: #c1dbf5;
    color: #000;
    border: solid 1px #c1dbf5;
}
#planoseprecosN .plainName {
    display: none;
}
