::selection 
{ 
    background: #67BD3C; color: #fff; 
} 

::-moz-selection { 
    background: #67BD3C; color: #fff; 
}

.disabled {
    cursor: default;
}

/*BARRA DE NAVEGAÇÃO*/

nav.navbar{
    background-color: white;
    border-bottom: 2px solid rgba(204, 204, 204, 0.349);
    padding: 0 0 5px;
}

.navbar li {
    margin: 0 5px;
}

li a.nav-link{
    color: #333;
    padding: 35px 12px 35px;
}

nav li a:hover{
    color: #67BD3C;
    background-color: #fcfcfc;
}

nav .dropdown-menu {
    margin-top: 0;
    border-top: 2px solid #67bd3c;
    padding: 0;
    border-right: 3px solid rgba(204, 204, 204, 0.459);
    border-bottom: 3px solid rgba(204, 204, 204, 0.459);
}

nav .active a{
    color: #67BD3C!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #67BD3C;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-toggle::after {
    content: none;
}

nav .dropdown-menu li {
    margin: 0;
    border-bottom: 1px solid #c2c1c1;
}

nav .dropdown-menu li a{
    color: #767f88;
    font-weight: lighter;
    padding: 10px;
    font-size: 13px;
}

nav .dropdown-menu .dropdown-item:hover {
    background-color: #67BD3C;
    margin: 0;
    color: white;
}

.nav-item .btn {
    margin-top: 30px;
}

.navbar-toggler-icon {
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    padding: 3px 0 0 1px;
    font-size: 23px;
}

.navbar-toggler-icon:hover {
    background-color: #67BD3C;
    color: #fff;
    border: 1px solid #fff;
}

.overlay-loading{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.3);
}

.overlay-loading img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.sucesso{
    display: none;
    width: 50%;    
    z-index: 999;
    padding: 15px 2%; 
    text-align: center;  
    color: #008000;
    font-weight: bold;
    font-size: 14px;
    background: #dff2bf;
    margin: 0 auto;
}

.erro{
    display: none;
    width: 50%;    
    z-index: 999;
    padding: 15px 2%; 
    text-align: center; 
    background: #f75353;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
}

.breadcrumb {
    background-color: white;
}

.breadcrumb li.active {
    color: #67bd3c;
}

.breadcrumb a{
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

/*CARROSSEL*/
header{
    padding-top: 122px;
    position: relative;
    z-index: 3;
}

.carousel-item {
    width: 100%;
    height: 100%;
    height: auto;
    background: no-repeat center center scroll;
    background-size: cover;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.slide_subtitle.green {
    background: #67bd3c;
}

.slide_subtitle.blue {
    background: #0da3e2;
}

.yellow.btn {
    color: white;
    background-color: #ffb848;
    border-color: "";
}

.blue.btn {
    color: white;
    background-color: #4b8df8;
    border-color: "";
}

button.carousel-control-prev,
button.carousel-control-next {
    margin: auto 2%;
    background-color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main .col-md {
    padding: 0;
}

.main .card {
    color: #656565;
    border: 0;
    font-size: 13px;
}

.main p.card-text {
    word-spacing: 5px;
}

.main h5.card-title {
    font-weight: lighter;
    font-size: 16px;
    white-space: nowrap;
}

.main h5.card-title i {
    border-radius: 50%;
    padding: 9px 8px 8px 9px;
    margin-right: 15px;
    font-size: 17px;
}

.main .card-title i.blue {
    border: 1px solid #0da3e2;
    color: #0da3e2;
}

.main .card-title i.purple {
    border: 1px solid #8535aa;
    color: #8535aa;
}

.main .card-title i.green {
    color: #35aa47;
    border: 1px solid #35aa47;
}

.main .card-title i.yellow {
    color: #efc713;
    border: 1px solid #efc713;
}

.main .card-title i.red {
    color: #db3a1b;
    border: 1px solid #db3a1b;
}

.main .card p {
    margin: 4px;
}

.main p.card-text {
    line-height: 18px;
}

.main .card p.phones {
    font-size: 13px;
    font-weight: 700;
}

.main a.card:hover {
    text-decoration: none;
}

.main .card h6 p i {
    font-size: 18px;
    margin-left: 5px;
    font-weight: 700;
}

.atendimento-popup {
    background-color: #F9F9F9;
    color: #797979;
    padding: 10px 50px;
}

.atendimento-popup h2,
.atendimento-popup h3 {
    font-weight: lighter;
}

.atendimento-popup form {
    padding: 0 100px;
}

.atendimento-popup .form-group {
    padding: 0;
    margin: 5px;
}

.atendimento-popup a {
    color: #67bd3c;
}

#modalSolucoesHome .modal-content {
    padding: 20px;
}

#modalSolucoesHome .embed-responsive {
    height: 82vh;
}

button.close span{
    position: absolute;
    top: -22px;
    right: -22px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    color: white;
    background-color: #000;
    border-radius: 30px;
    border: 2px solid white;
}


/* LATERAL */
#lateral {
	padding:0 0px 0 0;
	-moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-size:1.2em;
	background:#67bd3c;
	height:289px;
	overflow:hidden;
	width:307px; 
	position:fixed;
	top:20%;
	left:-240px;
    z-index: 2;
}

#menu {
    background-image: url(../images/contatos-comercial.png);
    height:289px;
    font-size:15px;
    color:#fff;
    line-height:1.2em;
}

#menu p {
    font-weight:bold;
    padding-left:60px;
    padding-top:210px;
    line-height: 20px;
}

#lateral:before {
	color:white;
	position:fixed;
	left:4px;
	top:45px;
}

#lateral:hover:before, #lateral:focus:before {
    left:0px
}

#lateral:hover, #lateral:focus,  #lateral:active  {
	/*overflow-y:scroll;*/
	-moz-transform: translate(240px, 0);
    -webkit-transform: translate(240px, 0);
    -o-transform: translate(240px, 0);
    transform: translate(240px, 0);
	padding-right:0;
}

h2.indicacao {
    font-weight: lighter!important;
    font-size: 35px;
}

@media (max-width: 500px) {
    #lateral {
        display: none;
    }
}

/*PÁGINA ASSISTÊNCIA REMOTA*/

#modalAssistenciaHome .modal-content{
    color: #3E4D5C;
    padding-bottom: 180px;
}

#modalAssistenciaHome .modal-content .modal-header{
    border: 0;
}

#modalAssistenciaHome h1 {
    font-weight: lighter;
}

#modalAssistenciaHome p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#modalAssistenciaHome a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #35aa47;
}

#modalAssistenciaHome a:hover {
    color: #35aa47;
}

#modalAssistenciaHome img {
    width: 100%;
}

/*SOLUÇÕES*/
.solucoes .title h3 {
    color: #555;
    font-weight: lighter;
}

.solucoes #menu-flters {
    padding: 0;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.solucoes #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px 10px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
}

.solucoes #menu-flters li:hover,
.solucoes #menu-flters li.filter-active {
    color: white;
    background-color: #555;
}

.solucoes #menu-flters li.green:hover,
.solucoes #menu-flters li.green.filter-active  {
    background-color: #85CA63;
}

.solucoes #menu-flters li.blue:hover,
.solucoes #menu-flters li.blue.filter-active  {
    background-color: #0da3e2;
}

.solucoes #menu-flters li.yellow:hover,
.solucoes #menu-flters li.yellow.filter-active  {
    background-color: #FFD200;
}

.solucoes #menu-flters li:last-child {
    margin-right: 0;
}

.solucoes-box {
    border: 1px solid #ddd;
}

.solucoes .solucoes-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.solucoes .solucoes-box::before {
    content: "";
    position: absolute;
    color: white;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.solucoes .solucoes-box:hover::before{
    top: 0;
    border-radius: 0px;
    z-index: 1;
}

.solucoes-box img {
      width: 100%;
      z-index: 0;
}

.solucoes-box .back {
    display: none;
    position: relative;
    top: -180px;
    height: 0px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.solucoes-box:hover .back {
    display: block;
    z-index: 1;
}

.btn-green {
    background-color: #7EDB1A;
    color: white;
    margin: 0 5px;
}

.btn-blue {
    background-color: #52C4F4;
    color: white;
    margin: 0 5px;
}

.btn-yellow {
    background-color: #FFE77A;
    color: white;
    margin: 0 5px;
}

.btns a:hover  {
    border: 1px solid white;
    color: white;
}


.solucoes .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.solucoes .solucoes-box:hover .title a, .solucoes .solucoes-box:hover .description {
    color: #fff;
}

/*PÁGINA EMPRESA*/

#empresa-main, 
#historia-main {
    color: #3E4D5C;
}

#empresa-main h1,
#historia-main h1 {
    font-weight: lighter;
}

#empresa-main h2,
#historia-main h2 {
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 20px;
}

#empresa-main p,
#historia-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#empresa-main a,
#historia-main a  {
    font-size: 13px;
    margin-bottom: 20px;
    color: #928f8f;
}

#empresa-main a:hover,
#historia-main a:hover {
    color: #35aa47;
}

#empresa-main ul,
#historia-main ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

#empresa-main img,
#historia-main img {
    width: 100%;
}

/*PÁGINA VENDAS*/

#vendas-main {
    color: #3E4D5C;
}

#vendas-main h1 {
    font-weight: lighter;
}

#vendas-main h2,
#vendas-main h3 {
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 20px;
}

#vendas-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#vendas-main h5 {
    font-size: 28px;
}

#vendas-main .comunicacao p {
    font-size: 20px;
}

#vendas-main a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #928f8f;
}

#vendas-main a:hover {
    color: #35aa47;
}

#vendas-main a i{
    color: #35aa47;
    font-size: 14px;
}

#vendas-main ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

#vendas-main img {
    width: 100%;
}

#vendas-main .contato-single {
    margin-top: 20px;
    margin-left: 5px;
}

#vendas-main .contato-single h6 {
    margin: 0;
}

/*PÁGINA ASSISTÊNCIA*/

#assistencia-main {
    color: #3E4D5C;
}

#assistencia-main h1 {
    font-weight: lighter;
}

#assistencia-main h2,
#assistencia-main h3 {
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 20px;
}

#assistencia-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#assistencia-main ul {
    font-size: 14px;
    font-weight: 400;
}

#assistencia-main small {
    font-size: 11px;
}

#assistencia-main img {
    width: 100%;
}

/*PÁGINA ATUALIZAÇÕES*/

#atualizacoes-main {
    color: #3E4D5C;
}

#atualizacoes-main h1 {
    font-weight: lighter;
}

#atualizacoes-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#atualizacoes-main img {
    width: 100%;
}

/*PÁGINA ASSISTÊNCIA REMOTA*/

#assistencia-remota-main {
    color: #3E4D5C;
}

#assistencia-remota-main h1 {
    font-weight: lighter;
}

#assistencia-remota-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#assistencia-remota-main a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #928f8f;
}

#assistencia-remota-main a:hover {
    color: #35aa47;
}

#assistencia-remota-main img {
    width: 100%;
}

/*PÁGINA TEST DRIVE*/

#test-drive-main {
    color: #3E4D5C;
}

#test-drive-main h1 {
    font-weight: lighter;
}

#test-drive-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#test-drive-main a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #928f8f;
}

#test-drive-main a:hover {
    color: #35aa47;
}

#test-drive-main img {
    width: 100%;
}

/*PÁGINA ESPAÇO VIP*/

#espaco-vip-main {
    color: #3E4D5C;
}

#espaco-vip-main h1 {
    font-weight: lighter;
}

#espaco-vip-main h2 {
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 20px;
}

#espaco-vip-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#espaco-vip-main ul {
    font-size: 14px;
    font-weight: 400;
}

#espaco-vip-main img {
    width: 100%;
}

/*PÁGINA CLIENTES*/

#clientes-main {
    color: #3E4D5C;
}

#clientes-main h1 {
    font-weight: lighter;
}

#clientes-main h2 {
    font-weight: lighter;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#clientes-main h3 {
    font-weight: lighter;
    font-size: 25px;
    color:#67bd3c;
}

#clientes-main .depoimento {
    padding: 40px 0;
    line-height: 27px;
    text-align: center;
    font-size: 13px;
}

#clientes-main .depoimento p{
    color: #BCBDC0;
    text-align: right;
    line-height: 20px;
    margin-top: 15px;
}

#clientes-main .depoimento img{
    width: 30px;
}

#clientes-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#clientes-main a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #928f8f;
}

#clientes-main a:hover {
    color: #35aa47;
}

/*PÁGINA CONTATOS*/

#contatos-main {
    color: #3E4D5C;
}

#contatos-main h1 {
    font-weight: lighter;
    font-size: 35px;
}

#contatos-main .container {
    padding: 0 30px 20px 30px;
}

#contatos-main h2,
#contatos-main h3 {
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 20px;
}

#contatos-main p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    margin: 1px 0;
}

#contatos-main h2 a {
    font-size: 28px;
    color: #928f8f;
}

#contatos-main a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #928f8f;
}

#contatos-main a:hover {
    color: #35aa47;
}

#contatos-main button {
    border: 1px solid #c3c0c0;
    border-radius: 0;
}

#map iframe{
    width: 100%;
    height: 400px;
    border: 0;
    padding-top: 80px;
}

/*PÁGINA BLOG*/

#blog-main {
    color: #3E4D5C;
}

#blog-main .blog-single img {
    width: 100%;
    margin: auto;
}

.blog-single {
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
}

#blog-main h1 {
    font-weight: lighter;
    font-size: 35px;
}

#blog-main .container {
    padding: 0 30px 20px 30px;
}

#blog-main h2 a {
    font-size: 24px;
    color: #928f8f;
    font-weight: lighter;
}

#blog-main a:hover {
    color: #35aa47;
}

#blog-main .card {
    margin: 1rem auto;
    position: relative; 
}
  
#blog-main .card-body {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #201f1fad;
    text-align: center;
}

#blog-main .card-body h2 {
    font-weight: lighter;
    font-size: 25px;
}

.ebook {
    position: relative;
    top: -16px;
}

.ebook img {
    width: 100%;
}

#blog-main  ul.pagination li {
    margin: 0 5px;
}

#blog-main  ul.pagination li a{
    border-radius: 30px;
    color: #928f8f;
    border: 0;
}

#blog-main nav ul.pagination li.active a {
    color: #fff!important;
    font-weight: bold;
    background-color: #35aa47;
    border: 0;
}

/*POSTS DO BLOG*/

#post-main img {
    width: 100%;
}

#post-main .card {
    margin: 1rem auto;
    position: relative; 
}
  
#post-main .card-body {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #201f1fad;
    text-align: center;
}

#post-main .card-body h2 {
    font-weight: lighter;
    font-size: 25px;
}

.back-btn a {
    border: 0;
    border-radius: 0;
    background-color: #35aa47;
}

.back-btn a:hover {
    background-color: #196d26;
}

#post-main .conteudo p {
    text-align: justify;
}

#post-main .conteudo p strong{
    color: #35aa47;
}

#post-main .conteudo p a {
    color: #3E4D5C;
}

#post-main .conteudo p a:hover {
    color: #35aa47;
}

#post-main .conteudo p img {
    text-align: center;
}



/*PRÉ FOOTER*/
.pre-footer {
    margin-top: 40px;
    border-bottom: 5px solid #08709A;
    border-top: 5px solid #E9BC33;
}

  .pre-footer a {
    color: #217FA4;
    margin: 0 7px;
}

/*FOOTER*/
#footer {
    background: #313030;
    color: #c2c1c1;
    font-weight: lighter;
}

#footer p {
    font-size: 13px;
}

.footer p {
    word-spacing: 7px;
}

#footer a {
    color: #35aa47;
}

#footer h3 {
    font-weight: lighter;
}

#footer .input-group {
    border: 1px solid #545454;
}

#footer button {
    border-radius: 0;
    margin: 1px;
}

#footer input {
    border: 0;
    background-color: #313030;
}

#footer .copy {
    background-color: #272626;
    padding: 15px 0;
}

#footer .copy p{
    margin: 0;
    font-weight: 600;
    color: #8A8A8A;
}



@media (max-width: 992px) {
    
    .navbar ul {
        background-color: #f9f9f9;
    }
    .navbar-nav li a.nav-link{
        color: #333;
        padding: 8px 0 8px 8px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.349);
    }
    .nav-item .btn {
        margin: 8px 0;
    }
}

@media (max-width:768px) {
    .atendimento-popup form {
        padding: 10px 30px;
    }
}