﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');body{
			font-family:'Open Sans'  ;font-size:16px  !important;color:#414042  !important;
				}
				body a{
			
				}
				body header{
			
				}
				body footer{
			
				}
				container{
			
				}
				body .header-interna{
			
				}
				body separador{
			
				}
				.navbar .navbar-nav>li>a{
			
				}
				.navbar{
			border-color:#67666a  !important;font-family:'Open Sans'  ;font-size:14px  !important;
				}
				.navbar .navbar-nav>li:hover,.navbar-nav>.open>a{
			
				}
				.navbar .navbar-nav>li>a:hover,.navbar-nav>li.open>a{
			
				}
				.navbar .navbar-brand{
			
				}
				.navbar .navbar-nav>li>ul>li>a{
			
				}
				.navbar ul>ul{
			
				}
				body h1{
			
				}
				body h1:hover{
			
				}
				body h2{
			
				}
				body h2:hover{
			
				}
				body h3{
			
				}
				body h3:hover{
			
				}
				body h4{
			
				}
				body h4:hover{
			
				}
				body h5{
			
				}
				body h5:hover{
			
				}
				body h6{
			
				}
				body h6:hover{
			
				}
				body .btn-default{
			
				}
				body .btn-primary{
			
				}
				body .btn-success{
			
				}
				body .btn-info{
			
				}
				body .btn-warning{
			
				}
				body .btn-danger{
			
				}
				body .btn-link{
			
				}
				.logo h1 {
    z-index: -1;
}

*, a, div{
  outline: none!important;
}

header {
    padding: 10px 0px 0px 0px;
    background-color: #f8f8f8;
    height: 100px;
}

header form {
    padding-top: 0px;
}

header form .input-group:hover input#search {
    visibility: visible;
    border: none;
}

header form .input-group input#search {
    visibility: visible;
    background-color: #fff;
    border: none;
  	
}

header form button.btn.btn-sm.btn-default:hover {
    background-color: transparent;
}

header form button.btn.btn-sm.btn-default {
    border: none;
    font-size: 20px;
    color: #939598;
    background-color: #f8f8f8;
    margin-right: 10px;
}

header form .input-group {
	float: right;
}

@media (min-width: 900px) {
  h1{
  	margin-bottom: 40px;
  }
  
  header .extra1 {
    padding-right: 0;
  }
  footer .icon {
  	padding-left: 0;
    margin-top: 7px;
    margin-bottom: 40px;
  }
  
  footer .txt{
  	padding-right: 0;
    font-size: 18px;
  }
  
  
  footer .icon i {
    font-size: 25px;
  }
  
  .emailIcon, .telIcon {
    padding-left: 0;
  }
  
  .colEmail i {
    margin-top: 20px;
  }

  .colTelefone i, .colEmail i {
      font-size: 25px;
  }
  
  .colTelefone {
    margin-bottom: 10px;
  }
  
  .pagina-interna #solucoes .descricao {
    padding: 0px 0px 50px 0!important;
  }
  
  .itemSolucao .imagem {
    width: 120px!important;
    height: 120px!important;
  }
  
  header ul li:last-child {
	display: none;
}
  
  #menu-topo a:hover:before {
    width: 100%;
    background-color: #90bebe;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    transition: .0s;
  }

  #menu-topo a:before {
      content: '';
      width: 2px;
  }
}

.btn-suporte img {
    margin-right: 10px;
}

.btn-suporte:hover {
    background-color: #1090dd;
    transition: .3s;
}

.btn-suporte {
    float: right;
    background-color: #00acf0;
    padding: 2px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    transition: .3s;
    position: relative;
  	width: 230px;
    
}

header .navbar-nav {
    float: right;
    margin-top: 5px;
    padding-bottom: 25px;
}

.navbar-collapse.collapse {
    padding: 0!important;
}

.topo_layout_extra_01 {
    margin-top: 10px;
}

i.fa.fa-unlock-alt {
    color: #dd4b10;
    margin-right: 10px;
}

#menu-topo a {
    text-transform: uppercase;
}

#modulo-home .titulo {
  	margin-bottom: 15px;
  	width: auto!important;
}

.titulo hr {
    text-align: left;
    margin: 10px 0 6px 0;
    border: solid 2px #90bebe;
    width: 70px;
}

.titulo h1{
    color: #6d6e7e;
    font-size: 35px;
    margin-top: 10px;
}

.solucaoItemInterno h2{
	color: #0f3a46;
    font-size: 34px;
    margin: 0 0 30px 0;
}

.itemSolucao {
    text-align: center;
    height: 200px;
    margin-bottom: 40px;
}

.itemSolucao .imagem img {
    max-width: 100%;
    height: 100%;
}

.itemSolucao a:hover {
    text-decoration: none;
}

.itemSolucao a:hover h4 {
    color: #9ab6b6;
}

.itemSolucao a {
    display: block;
    overflow: hidden;
    transition: .2s;
}
  
.itemSolucao a:hover {
    display: block;
    overflow: hidden;
    margin-top: -10px;
    transition: .2s;
}

.itemSolucao .imagem {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 3px #9ab6b6;
    margin: 0 auto;
    transition: .2s;
}

.itemSolucao h4 {
    font-size: 22px;
    color: #67666a;
}

a.btn-mais:hover {
    text-decoration: none;
    background-color: #638eb5;
    transition: .3s;
}

a.btn-mais {
    background-color: #5d6e7e;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    transition: .3s;
}

.botao {
    margin-top: 50px;
}

.resumo {
    border-left: solid 2px #0f3a46;
    padding-left: 30px;
}

.colResumo {
    padding-top: 30px;
}

.linhaInterna hr {
    width: 300px;
    margin: 50px auto;
    border: solid 1px #90bebe;
}

#depoimentos hr {
    border-color: #fff;
  	margin-top: 30px;
}

#depoimentos h1 {
    text-transform: uppercase;
}

#depoimentos {
    background-color: #bedbd7;
    margin-top: 50px;
    padding: 20px 0 50px 0;
}

#depoimentos .itemDepoimento .cargo {
    text-align: right;
    text-transform: uppercase;
    color: #414042;
}

#depoimentos .itemDepoimento .nome {
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
}

#depoimentos .itemDepoimento .imagem {
    text-align: center;
    margin-bottom: 30px;
}

#depoimentos .itemDepoimento {
    padding: 10px 120px 0 120px;
    text-align: justify;
  	
}

#depoimentos .itemDepoimento img {
    height: 177px;
    width: 177px;
    border-radius: 50%;
    border: solid 6px #fff;
}

#motivos-reais hr {
    margin-top:40px;  
}
  
#motivos-reais .listaMotivos {
    margin-top: 40px;
}

#motivos-reais .itemMotivos .imagem {
    text-align: center;
    margin: 45px auto;
}

#motivos-reais .itemMotivos {
    overflow: hidden;
    margin-bottom: 40px;
}

#motivos-reais .conteudo .titulo {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5b5b5f;
}

#motivos-reais .itemMotivos .descricao {
    font-size: 18px;
    color: #67666a;
}

#acesse-gratis hr {
    margin-top: 30px;
}
  
#acesse-gratis .btn-continuar {
    float: right;
    font-size: 22px;
    color: #414042;
    font-weight: bold;
}

#acesse-gratis .descricao {
    font-size: 18px;
    text-align: justify;
    color: #414042;
    margin-bottom: 10px;
}

#acesse-gratis .itemAcesse .titulo {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}

#acesse-gratis .imagem {
    text-align: center;
    margin-bottom: 20px;
    height: 100px;
}

#acesse-gratis hr {
    border-color: #fff;
}

#acesse-gratis h1 {
    text-transform: uppercase;
    color: #444242;
}

#acesse-gratis {
    background-color: #d1d2cc;
    padding: 20px 0 50px 0;
}

#contato-home {
    position: relative;
}

#contato-home .conteudo {
	padding: 50px 0 70px 0;
}

#contato-home .fundoBG {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

#contato-home .titulo h1 {
    color: #355b81;
    text-transform: uppercase;
}

#contato-home input {
    border: 0;
    border-radius: 0;
    font-size: 17px;
    padding: 8px;
    margin-bottom: 26px;
    background-color: rgba(255, 255, 255, 0.58);
}

#contato-home ::-webkit-input-placeholder {
   color: #355b81;
}

#contato-home :-moz-placeholder { /* Firefox 18- */
   color: #355b81;
}

#contato-home ::-moz-placeholder {  /* Firefox 19+ */
   color: #355b81;
}

#contato-home :-ms-input-placeholder {  
   color: #355b81;  
}
  
#contato-home button#btnContactUs:hover {
    background-color: #20364c;
    transition: .3s;
}

#contato-home button#btnContactUs {
    background-color: #355b81;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 5px 50px;
    border: 0;
    border-radius: 0;
    transition: .3s;
}


footer {
    background-color: #263646;
  	color: #fff;
}

footer {
    font-size: 20px;
}

footer ul{
  list-style: none;
  padding: 0;
}

footer a {
    color: #fff;
    font-size: 18px;
}

footer ul li:


-child {
	display: visible;
}

footer ul li {
    margin-bottom: 15px;
}

footer#footer a {
    color: #fff;
}

footer#footer a i.fa-stack-2x {
    transition: .3s;
}

footer#footer a:hover i.fa-stack-2x {
    color: #91BDBE;
    transition: .3s;
}

footer #map_canvas {
    height: 120px;
}

footer .fa-inverse {
    color: #263646!important;
}

footer div[itemprop="geo"] {
    display: none;
}

.rodape_layout_acima {
    padding: 50px 0;
    color: #fff;
}

i.fa.fa-angle-up:hover {
    cursor: pointer;
    transition: .3s;
    margin-top: -7px;
}

i.fa.fa-angle-up {
    font-size: 50px;
    position: absolute;
    transition: .3s;
}
  
#a-aliar .colResumo {
    padding: 0px 0px 30px 0px;
    margin: 0 0 0 -50px;
}

.pagina-interna footer, .pagina-interna .rodape_layout_acima {
    margin-top: 50px;
}

#tipo-noticias .noticias {
    padding: 0;
}

#tipo-noticias .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

#tipo-noticias a.post__title-link {
    font-size: 20px;
    text-transform: uppercase;
    color: #414042;
    font-weight: bold;
}

#suporte-online a:hover {
    text-decoration: none;
    background-color: #27908e;
    transition: .3s;
}

#suporte-online a {
    background-color: #054847;
    color: #fff;
    padding: 5px 40px;
    transition: .3s;
}

#suporte-online a i {
    margin-right: 10px;
}

#demonstrativo button#btnContactUs{
    background-color: #0f3a46;
    border: 0;
    border-radius: 0;
    padding: 5px 40px;
    font-weight: bold;
}

#demonstrativo input, #demonstrativo textarea {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: #f8f9f9;
    text-transform: uppercase;
}

#demonstrativo ::-webkit-input-placeholder {
   color: #355b81;
}

#demonstrativo :-moz-placeholder { /* Firefox 18- */
   color: #355b81;
}

#demonstrativo ::-moz-placeholder {  /* Firefox 19+ */
   color: #355b81;
}

#demonstrativo :-ms-input-placeholder {  
   color: #355b81;  
}

.itemInput input {
  	border-radius: 0;
    box-shadow: none;
    border-color: #f0f0f0;
}

.itemInput {
    padding: 0;
}

.itemLabel {
    padding: 0;
}

.itemLabel label{
	color: #0f3a46;
}

.itemLogin {
    padding: 0;
    margin-bottom: 20px;
}

#area-restrita input.btn.btn-default.btn-sm {
    
    background-color: #0f3a46;
    border: 0;
    border-radius: 0;
    padding: 5px 20px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.pagina-interna .titulo h1 {
    color: #0f3a46;
  	padding-bottom: 20px;
}

#tipo-solucoes .titulo.tipo {
    display: none;
}

.pagina-interna #solucoes .descricao {
    padding: 20px 0;
}

#motivos-reais .itemMotivos .imagem {
    margin-bottom: 20px;
}

.theme-default {
    height: 500px;
    background-size: cover;
    background-position: center center;
    color: #fff;
  	font-weight: bold;
  	top: -45px;
}

.theme-default h1 {
    font-size: 45px;
}

.theme-default .descricao {
    font-size: 30px;
}

.imagemPrincipal .slick-active img.foto {
    height: auto!important;
}

.theme-default::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.58);
    left: 0;
    right: 0;
}

#banner-slider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.theme-default .slick-dots li button::before, .theme-default .slick-dots li.slick-active button:before {
    color: #fff;
}

.theme-default .slick-dots {
    bottom: -110px;
}

.preload {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  background-image: url('http://aliar.com.br/projeto/aliar/arquivos/configuracao/loading-gallery2.gif');
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-default .navbar-nav>li>a:hover, footer#footer a:hover {
    color: #91BDBE;
  	text-decoration: none;
  	
}

a.btn-download:hover {
    background-color: rgba(52, 79, 96, 0.71);
    text-decoration: none;
    transition: .3s;
}

a.btn-download {
    background-color: #344f60;
    color: #fff;
    padding: 10px 20px;
}
  
.btn-motivos a.btn:hover {
    background-color: rgb(22, 61, 90);
    text-decoration: none;
    transition: .3s
}
  
.btn-motivos{
  margin: 40px 0;
  text-align:center;
}
  
.btn-motivos a.btn {
    background-color: #355b81;
    color: #fff;
    border-radius: 0;
    margin: 0 auto;
    font-size: 20px;
    padding: 8px 40px;
}


@media (max-width: 999px) {
.btn-suporte {
    font-size: 20px;
}

#menu-topo a {
    padding: 15px 8px;
    font-size: 19px;
}

.logo {
    text-align: center;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

#contato-home .conteudo {
    padding: 50px 20px 70px 20px;
}

.endereco {
    text-align: center;
    margin-bottom: 20px;
}

.theme-default {
    top: 0!important;
}

header .navbar-nav {
    float: none;
    margin-top: 0;
    padding-right: 0;
    display: table;
    margin: 0 auto;
}

.extra1, .extra2 {
    margin-top: 20px;
}

span.input-group-btn {
	background-color: #f8f8f8;
}

header form .input-group input#search {
    border: solid 1px #d9d9d9;
}

.btn-suporte img {
    width: 20px;
    height: 20px;
}

.btn-suporte {
    padding: 5px;
}

.div_navbar {
    margin-top: 10px;
}

}
.extra2 {
    z-index: 999!important;
}


@media (min-width: 768px) and (max-width: 991px) {
.btn-suporte {
    font-size: 20px;
}

#menu-topo a {
    padding: 15px 8px;
    font-size: 19px;
}

.logo {
    text-align: center;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

#contato-home .conteudo {
    padding: 50px 20px 70px 20px;
}

.endereco {
    text-align: center;
    margin-bottom: 20px;
}

.theme-default {
    top: 0!important;
}

header .navbar-nav {
    float: none;
    margin-top: 0;
    padding-right: 0;
    display: table;
    margin: 0 auto;
}

.extra1, .extra2 {
    margin-top: 20px;
}

span.input-group-btn {
	background-color: #f8f8f8;
}

header form .input-group input#search {
    border: solid 1px #d9d9d9;
}

.btn-suporte img {
    width: 20px;
    height: 20px;
}

.btn-suporte {
    padding: 5px;
}

.div_navbar {
    margin-top: 10px;
} 
} 
@media (max-width: 767px) {
header form .input-group {
    margin-bottom: 20px;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 25px;
}

#acesse-gratis .itemAcesse {
    margin-bottom: 20px;
}

#contato-home .conteudo {
    padding: 50px 20px 70px 20px;
}

.theme-default h1{
  font-size: 5px;
}

.theme-default .descricao{
  font-size: 18px;
}

.extra2, .extra1 {
    margin-top: 15px;
}

.btn-suporte {
    margin-top: -20px;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
}

input#search {
    border: solid 1px #d9d9d9!important;
}

.form-buscador span.input-group-btn {
    background-color: #f8f8f8;
}

.theme-default {
    top: 0;
}

header .navbar-nav {
    float: none;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
}

.theme-default h1 {
    font-size: 18px;
}

#depoimentos .itemDepoimento {
    padding: 20px;
}

.slick-prev {
    left: -5px;
    z-index: 999;
}

.slick-next {
    right: -5px;
    z-index: 999;
}

#motivos-reais .itemMotivos .descricao {
    margin: 0;
}

.btn-motivos a.btn {
    white-space: normal;
} 
} 