* {
	box-sizing: border-box;
}

body {
	background: #fff;
	height: 100%;
    margin: 0;
	padding: 0;
    font-family: 'Fira Sans', sans-serif;
}

img {
	border: none;
}

html {
	height: 100%;
    margin: 0;
	padding: 0;
}

.negrito{
    font-weight: 500
}

h3{
    font-size: 18px;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #ccc;
}

.efeito img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

.efeito img:hover {
	opacity: 0.6;
}

.efeito2 {
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

.efeito2:hover {
	opacity: 0.6;
}


.header {
    position: relative;
    width: 100%;
    height: 100px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.header-in {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.logo {
    position: absolute;
    left: 10px;
    top: 18px;
}

#fundo {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 500px;
    background: url(img/fundo.jpg) center center;
    background-size: cover;
}

#fundo2 {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 305px;
    background: url(img/fundo.jpg) center center;
    background-size: cover;
}

#header-mail {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 13px;
}

#header-mail i{
    font-size: 16px
}

#header-fone {
    position: absolute;
    right: 20px;
    top: 52px;
    font-size: 28px;
    font-weight: 500;
}

#header-fone span{
    font-size: 18px;
    font-weight: 400;
}

#menu-outer {
    position: relative;
    width: 100%;
    height: 44px;
    z-index: 5;
    text-align: center;
    background: rgba(12, 104, 173, 0.7);
}

#menu-outer.fix {
    position: fixed;
    top: 0;
    background: rgba(12, 104, 173, 0.9);
    box-shadow: 0 0 4px #666;
}

#menu {
    position: relative;
    max-width: 682px;
    margin: 0 auto;
    height: 44px;
    text-align: center;
}

#menu a{
    color: #fff
}

#menu .menu-bt{
    position: relative;
    float: left;
    margin: 0 1px;
    font-size: 16px;
    height: 44px;
    padding: 14px 35px 0 35px;
}

.menu-mobile{
    display: none;
    position: absolute;
    z-index: 4;
    top: 45px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgb(20, 101, 162);
}

.menu-mobile ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-mobile ul li{
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#bt-home{
    padding-top: 8px !important;
}

.menu-bt i{
    font-size: 33px;
}

#menu .menu-bt:hover{
    cursor: pointer;
    background: #155287 
}

#menu .menu-bt:hover .tarja{
    opacity: 1;
}
.menu-bt .tarja {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c40000
}

#galeria {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    height: 356px;
}

#banner-out {
    position: relative;
    width: 500%;
    height: 100%;
}

.banner{
    position: relative;
    overflow: hidden;
    float: left;
    width: 20%;
    height: 100%;
    margin: 0;
}

.banner-wrap{
    position: relative;
    width: 900px;
    height: 100%;
    margin: 0 auto;
}

.banner-img{
    position: absolute;
    width: 400px;
    text-align: center;
    top: 10%;
    right: 0;
}

.banner-texto{
    opacity: 0;
    position: absolute;
    top: 16%;
    left: 0;
    width: 400px;
    color: #fff;
    font: 700 24px ;
    text-align: left;
    text-shadow: 1px 1px 2px #000;
}

.banner-texto h1{
    font-size: 40px;
    margin: 10px 0;
}

.banner-bt{
    opacity: 0;
    position: relative;
    width: 160px;
    height: 35px;
    padding-top: 8px;
    margin-top: 30px;
    font: 300 15px;
    color: #fff;
    text-align: center;
    background: #155287;
    cursor: pointer;
    text-shadow: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.banner-bt-tarja{
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: #c40000
}

.banner-bt:hover{
    background: #d60206;
    cursor: pointer;
}

.dots{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 20px;
    bottom: 10px;
    z-index: 2;
    text-align: center;
}

.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    opacity: 0.5;
}

.next, .prev{
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    width: 19px;
    height: 51px;
    cursor: pointer;
    opacity: 0.6;
    color: #fff;
    font-size: 28px;
}

.next{
    right: 10px;
    transition: .25s ease-in-out; 
}

.prev{
    left: 10px;
    transition: .25s ease-in-out; 
}

.next:hover, .prev:hover{
    opacity: 1;
}

#parceiros-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #155287;
    padding: 40px 0 5px 0
}

#parceiros-2 {
    position: relative;
    width: 1070px;
    height: 200px;
    margin: 0 auto;
}

#parceiros {
    position: relative;
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    background: #ededed;
    overflow: hidden;
}


.next2, .prev2 {
    position: absolute;
    z-index: 3;
    top: 0;
    cursor: pointer;
    opacity: 1;
    color: #155287;
    font-size: 28px;
    height: 100%;
    background: #ededed;
    padding: 85px 8px;
}

.next2{
    right: 0;
    transition: .25s ease-in-out; 
}

.prev2{
    left: 0;
    transition: .25s ease-in-out; 
}

.next2:hover, .prev2:hover{
    background: #e3e3e3;
}
.parceiros {
    position: relative;
    float: left;
    width: 200px;
}

#parceiros-out {
    position: relative;
    width: 1600px;
    height: 200px;
    left: 0;
}

footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(#006CB6, #155287);
    color: #fff;
	padding: 0 0 50px 0;
}

#footer-out{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#rodape01 {
    position: relative;
    width: 25%;
    float: left;
    margin: 60px 0 0 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: justify;
}

#rodape01 img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

#rodape01 span{
    font-weight: 500
}

#rodape02 {
    position: relative;
    float: left;
    width: 258px;
    margin: 60px 0 0 78px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

#rodape02 span{
    font-weight: 500;
    font-size: 30px;
}

#rodape02 i{
    font-size: 20px;
}

#rodape03 {
    position: relative;
    float: left;
    width: 258px;
    margin: 60px 0 0 78px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

#rodape03 span{
    font-weight: 500;
    font-size: 30px;
}
#header-fake {
    position: relative;
    width: 100%;
    height: 160px;
}

#titulo {
    position: relative;
    top: 35px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 50px 0 0 27px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

#solucoes {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #155287;
}

#solucoes-lista {
    position: relative;
    float: left;
    margin: 10px;
    width: 230px;
}

#solucoes-lista ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#solucoes-lista ul li{
    margin: 15px 0
}

#solucoes-lista ul li:hover{
    font-weight: 700;
    cursor: pointer
}

#solucoes-lista ul li:hover i{
    opacity: 1
}

#solucoes-lista ul li i{
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.clicado{
    font-weight: 700;
}

.clicado2{
    opacity: 1 !important
}

.clear {
    clear: both;
}

#solucoes-foto {
    position: relative;
    float: left;
    width: 350px;
    height: 275px;
    margin: 10px 0 30px 20px;
    background: url(img/solucoes.jpg);
}

#solucoes-texto {
    position: relative;
    float: left;
    width: 338px;
    margin: 28px 0 30px 17px;
    font-size: 13px;
    text-align: justify;
}

#solucoes-texto p{
    font-weight: 700;
    font-size: 15px;
}

#solucoes-banner{
    position: relative;
    width: 305px;
    height: 231px;
    margin: 18px 0 0 17px;
    overflow: hidden;
}

#solucoes-banner-out{
    position: relative;
    width: 1600px;
    height: 231px;
    left: 0;
}

.solucoes-banners{
    width: 305px;
    position: relative;
    float: left;
}

.next3, .prev3{
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -12px;
    width: 19px;
    cursor: pointer;
    opacity: 1;
    color: #155287;
    font-size: 28px;
}

.next3{
    right: -2px;
    transition: .25s ease-in-out; 
}

.prev3{
    left: -16px;
    transition: .25s ease-in-out; 
}

.next3:hover, .prev3:hover{
    opacity: 0.6;
}
#solucoes-lista empresa-texto {
        width: 563px;
    padding: 30px;
    line-height: 28px;
}

#empresa-texto {
    position: relative;
    float: left;
    margin: 28px;
    width: 430px;
    line-height: 30px;
    text-align: justify;
}

#empresa-logo {
    position: relative;
    float: left;
    margin: 28px;
    text-align: center;
    width: 446px;
}



#formulario {
    position: relative;
    width: 440px;
    margin: 0 auto;
    font-size: 23px;
    text-align: center;
}

#formulario input{
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin: 4px;
    border-radius: 6px;
    
}

#formulario form{
    margin-top: 10px
}

#formulario textarea{
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin: 4px;
    border-radius: 6px;
    height: 70px;
}

#formulario button{
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin: 2px;
    border-radius: 6px;
    color: #9a9a9a
}

#formulario button:hover{
    cursor: pointer;
    background: #006CB6;
    color: #fff
}

#face-frame {
    width: 230px;
    height: 250px;
}

#face-album-out {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px;
}

#face-album-out img{
    margin: 5px;
}

#face-album-out img:hover{
    opacity: 0.5;
}

#face-album {
    margin-top: -75px;
    width: 1000px;
    height: 1000px;
}

#conteudo {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: #ededed
}

#header-mail2 {
    display: none
}

/* HAMBURGER */

.nav-icon4 {
    display: none;
  position: absolute;
  left: 20px;
  top: 12px;
  width: 30px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon4 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon4 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

.nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 0px;
}

/* FIM HAMBURGER */

#solucao-mob{
    display: none;
    position: relative;
    color: #155287;
    padding: 16px 10px 8px 10px;
    font-size: 18px;
    font-weight: 500;
}

/* -----------------------------------480------------------------------*/
@media screen and (max-width: 480px) {
    
    .nav-icon4 {
    display: block;
    }
    
    #menu{
        display: none
    }
    
    .logo img{
        width: 190px;
        height: auto;
    }
    
    #header-mail {
    display: none
}
    
    #header-mail2 {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
    
    #header-fone {
    right: 10px;
    top: 112px;
    font-size: 18px;
    z-index: 6;
}
    
    .banner-wrap{
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
    
    .banner-img{
    width: 90%;
}
    
    .banner-img img{
        width: 100%;
        height: auto;
    }

.banner-texto{
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
    font: 700 20px ;
}

.banner-texto h1{
    font-size: 40px;
    margin: 10px 0;
}
    
    #parceiros-text {
    font-size: 21px;
}
    
    #parceiros-2 {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

#parceiros {
    width: 90%;
    left: 30px;
    height: 130px;
}

.parceiros {
    position: relative;
    float: left;
    width: 130px;
}
    
    .parceiros img{
        width: 100%;
        height: auto;
    }

#parceiros-out {
    position: relative;
    width: 1600px;
    height: 130px;
    left: 0;
}
    
    .next2, .prev2 {
    padding: 51px 8px;
}
    
    #rodape01,  #rodape02, #rodape03{
    width: 100%;
    margin: 60px 0 0 0px;
    padding: 0 15px;
}
   
    #face-frame {
    width: 100%;
    height: 187px;
}
    
    #empresa-texto {
    margin: 0;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
}
   #empresa-logo {
    margin: 0;
    padding: 10px;
    width: 100%;
} 
    
    #solucao-mob{
    display: block;
}
    
    #solucoes-lista {
    left: -350px;
    position: absolute;
    float: none;
    z-index: 4;
    margin: 0;
    top: 51px;
    width: auto;
    padding: 10px;
    background: #f1f1f1;
    box-shadow: 2px 2px 4px #a5a5a5;
    transition: all .55s ease-in-out;
}
    #solucoes-lista.fixa {
        left: 0;
    }
    
    #solucoes-lista ul li {
    margin: 7px 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}
    
    #solucoes-foto {
    width: 100%;
    height: 275px;
    margin: 0 0 0 0;
    background: url(img/solucoes.jpg) no-repeat center;
    background-size: 357px auto;
}
    
  #solucoes-banner {
    margin: 18px auto 0 auto;
}  
    
    #solucoes-texto {
    width: 100%;
    margin: 0;
    padding: 0 10px 20px 10px;
}
    
    .prev3 {
    left: 3px;
}
    
    .next3 {
    right: 3px;
}
    
    #formulario {
    width: 100%;
    padding: 0 10px;
}
    
    #face-album-out img{
    width: 29%;
    height: auto;
    margin: 2px;
}
    
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 481px) and (max-width: 767px) {
      .nav-icon4 {
    display: block;
    }
    
    #menu{
        display: none
    }
    
    .logo img{
        width: 190px;
        height: auto;
    }
    
    #header-mail {
    display: none
}
    
    #header-mail2 {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
}
    
    #header-fone {
    right: 20px;
    top: 112px;
    font-size: 18px;
    z-index: 6;
}
    
    .banner-wrap{
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
    
    .banner-img{
    width: 50%;
}
    
    .banner-img img{
        max-width: 100%;
        height: auto;
    }

.banner-texto{
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
    font: 700 20px ;
}

.banner-texto h1{
    font-size: 40px;
    margin: 10px 0;
}
    
    #parceiros-text {
    font-size: 21px;
}
    
    #parceiros-2 {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

#parceiros {
    width: 90%;
    left: 30px;
    height: 130px;
}

.parceiros {
    position: relative;
    float: left;
    width: 130px;
}
    
    .parceiros img{
        width: 100%;
        height: auto;
    }

#parceiros-out {
    position: relative;
    width: 1600px;
    height: 130px;
    left: 0;
}
    
    .next2, .prev2 {
    padding: 51px 8px;
}
    
    #rodape01,  #rodape02, #rodape03{
    width: 50%;
    margin: 60px 0 0 0px;
    padding: 0 15px;
}
   
    #face-frame {
    width: 100%;
    height: 187px;
}
    
    #empresa-texto {
    margin: 0;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
}
   #empresa-logo {
    margin: 0;
    padding: 10px;
    width: 100%;
} 
    #solucao-mob{
    display: block;
}
    
    #solucoes-lista {
    left: -350px;
    position: absolute;
    float: none;
    z-index: 4;
    margin: 0;
    top: 51px;
    width: auto;
    padding: 10px;
    background: #f1f1f1;
    box-shadow: 2px 2px 4px #a5a5a5;
    transition: all .55s ease-in-out;
}
    #solucoes-lista.fixa {
        left: 0;
    }
    
    #solucoes-lista ul li {
    margin: 7px 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}
    
    #solucoes-foto {
    width: 100%;
    height: 275px;
    margin: 0 0 0 0;
    background: url(img/solucoes.jpg) no-repeat center;
    background-size: 357px auto;
}
    
  #solucoes-banner {
    margin: 18px auto 0 auto;
}  
    
    #solucoes-texto {
    width: 100%;
    margin: 0;
    padding: 0 10px 20px 10px;
}
    
    .prev3 {
    left: 3px;
}
    
    .next3 {
    right: 3px;
}
    
     #face-album-out img{
    width: 29%;
    height: auto;
    margin: 2px;
}
    
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1100px) {
    
    .banner-wrap{
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
    
   
.banner-texto{
    position: absolute;
    top: 20px;
    left: 5%;
    width: 300px;
    font: 700 20px ;
}

.banner-texto h1{
    font-size: 40px;
    margin: 10px 0;
}
    
    #parceiros-2 {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#parceiros {
    width: 95%;
    left: 30px;
    height: 170px;
}

.parceiros {
    position: relative;
    float: left;
    width: 170px;
}
    
    .parceiros img{
        width: 100%;
        height: auto;
    }

#parceiros-out {
    position: relative;
    width: 1600px;
    height: 170px;
    left: 0;
}
    
    .next2, .prev2 {
    padding: 68px 8px;
}
    
    #rodape01,  #rodape02, #rodape03{
    width: 50%;
    margin: 60px 0 0 0px;
    padding: 0 15px;
}
   
    #face-frame {
    width: 100%;
    height: 187px;
}
    
         #empresa-texto {
    margin: 0;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
}
   #empresa-logo {
    margin: 0;
    padding: 10px;
    width: 100%;
} 
    
    #solucoes-foto {
    margin: 10px 0 0px 20px;
}
    
    
}
