@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,800");

body {background: #F9F5F6 ; transform: none; overflow: visible;; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
header {
    display: table;
    width: 100%;
    padding: 30px 0;
    background: #000000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
header .container {position:relative;}
header .row {display:flex; align-items:center;}

@font-face {
     font-family: bank;
     src: url('BankGothicBold.ttf');
}

*{
	font-family: 'Open Sans', sans-serif;

}
p{
	font-size: 15px;
}

input{
    border-radius: 3px;
}

#titulo{
    color:black;
    font-family: bank, Arial, Tahoma, Sans-serif;
    text-align: left;
    font-size: 40px;

}

#subtitulo{
    color: #00B2B2;
    font-family: bank, Arial, Tahoma, Sans-serif;
    text-align: right;
    font-size: 50px;
}

#texto_home{
    color:black;
    font-family: bank, Arial, Tahoma, Sans-serif;
    text-align: left;
    font-size: 20px;
}
.prox{
    opacity: 1;
    background-color: black;
    color: black;
}

nav{
    font-size: 13px;
    font-weight: bold; 
}

a:hover {	 
    color: #30B3B2 !important;
}

#equipamentos{
    background:url('../images/home-loja.jpg') no-repeat;
    background-size: cover;
    text-align: center;
}

#menuCliente{
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #30B3B2  !important;
    border-radius: 12px;
}

#home{
	background:url('../images/home-bg.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;	
	margin-top: 0px;
}

#home p{
	font-weight: 400;
    font-style: italic;
    color: white;
}

#quemsomos{
    text-align: justify;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f3f2f2;
}

#quemsomos .fa{
    color: #30B3B2;
    font-size: 30px;
}

#quemsomos h3{
	font-weight: bold; 
    font-size: 17px;
	text-align: center;
}

#servicos h2{
	font-weight: 600;	
}

#funcionalidades{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f3f2f2;
}
#funcionalidades .fa{
    color: #30B3B2;
    font-size: 60px;
}
#funcionalidades h3{
    font-size: 20px;
    font-weight: bold;
}
#divisao_servicos, #divisao_outros{
	background-color: #f3f2f2;
}
#compare{
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#compare h2{
    padding-bottom: 60px;
    font-weight: bold;
}
#compare .pricing{
    background: #fff;
}
#compare .active{
    position: relative;
    bottom: 20px;
}
#compare .pricing .pricing-title{
    background: #30B3B2;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}
#compare .pricing .pricing-title1{
    background: #30B3B2;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}
#compare .pricing .pricing-title p{
    font-size: 20px;
}
#compare .pricing ul{
    padding: 0;
    margin: 0;
}
#compare .pricing ul li{
    display: block;
    list-style: none;
    padding: 16px;
    font-size: 14px;
}
#compare .pricing .btn{
    background: transparent;
    border: 1px solid #30B3B2;
    border-radius: 0px;
    color: #0F0F1E;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-size: 14px;
 }
#compare .pricing .btn:hover {
    background: #259995;
    color: #fff;
}

#teste{
    padding-top: 80px;
    padding-bottom: 80px;	
}
#teste h2{
    padding-bottom: 20px;
    font-weight: bold;
}
#teste .btn{
	border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
}
h2{
	font-weight: bold;
}

#outros{
	background-color: #f3f2f2;
}

#outros h4{
	font-weight: bold;
}

#contato{
    background: url('../images/contact-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}
#contato h2{
    padding-bottom: 10px;
}
#contato address{
    padding-top: 20px;
}
#contato address .fa{
    background: #30B3B2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}
#contato .contact-form{
    padding-top: 40px;
}
#contato .form-control{
    border: none;
    border-radius: 7px;
    box-shadow: none;
    margin-bottom: 20px;
}
#contato input{
    height: 50px;
}
#contato input[type="submit"]{
    background: #30B3B2;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#contato input[type="submit"]:hover {
    background: #235055;
}

#txtArquivo{
    background-color: #dedede;
}
/****/

#trabalhe_conosco{
    background-color: #dedede;
}
#trabalhe_conosco h2{
    padding-bottom: 10px;
}

#trabalhe_conosco .contact-form{
    padding-top: 40px;
}
#trabalhe_conosco .form-control{
    border: none;
    border-radius: 7px;
    box-shadow: none;
    margin-bottom: 20px;
}
#trabalhe_conosco input{
    height: 50px;
}
#trabalhe_conosco input[type="submit"]{
    background: #30B3B2;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#trabalhe_conosco input[type="submit"]:hover {
    background: #235055;
}

footer{
    background: #fff;
    font-weight: 400;
    text-align: center;
    padding: 20px; /* tamanho abaixo do rodapé */
}

.fade{
        opacity:0.5;
}

.fade:hover{
    opacity:1;
}

 
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('resources/images/fit.png') 50% 50% no-repeat;

}

#midiasoc {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 20%;
    margin-top: -75px;
    width: 50px;
}
.icone {
    width: 50px;
    height: 50px;
    margin-top: 1px;
    background: #06C;
    cursor: pointer;
}
#boleto {
   position: fixed;
    z-index: 999;
    right: 0;
    top: 70%;
    margin-top: -75px;
    width: 50px;
}
.iconebol {
    width: 70px;
    height: 70px;
    margin-top: 1px;
    background: #06C;
    cursor: pointer;
}

@keyframes zoom {
    0% {
		 background-size: 0%;
        transform: scale(1,1);
    }
    50% {
		 
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
		 background-size: 80%;
    }
}

.element-boleto {
   
	
}
