@charset "utf-8";
/* CSS Document */

/*HTML5*/
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {     
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
li{list-style:none;}
hr{
    height: 0px;
    border-bottom: none;}
/* Termino do Reset */
.clear{clear:both}


h2{
    font-size: 28px;    
    text-transform: uppercase;
    text-align: left;
}

h3{     

}
a{
    color:#444;
}
body{        
    background-color:#FFF;    
    font-family: 'MyriadPro-Regular' !important;
}
#geral{
    position:relative;
}
.titulopanel{
    min-height: 40px;
}
.center{
    width: 1008px;    
    margin:0 auto;
    position:relative;

}

.cinza{
    background-color: #f3f3f3;
}


.topo{
    padding-top: 35px;
    height: 65vh;  
    background-image: url('../img/topo.jpg');
    position:inherit !important;
    background-size: cover;
}

.menu{
    background-color: #333d77;
    display: table;   
    padding: 0px;
}
.menu li {
    float: left; 
}
.menu li:hover{
    background-color: #e97935;
}
.menu li a{
  color: white;
 padding: 15px 30px;
	display: block;
    text-decoration: none;
    font-size: 14px;



}

.menuinterna{
     /* margin-top: 40px;*/
    border-radius: 10px;
    border:2px solid #36449c;
    background-color: rgba(64,78,158,0.9);
    color:#FFF;
    font-size: 32px;
    padding-left: 20px;
    padding: 05px;
}
.menudentro{
    background-color: transparent;
    margin: 15px;
    display: table;
    width:90%;
    padding: 10px;
}
.menudentro li{
    float:left;
    margin: 0 25px;
    font-size:18px
        
}
.menudentro li a{
    color:#fff;
}
.menudentro li a.selected{
    color:#d1a836;
    font-weight: bold;
}
.logos{
    color: #FFF;
    margin-top:25px;
    
    float: left;
}
.logoimagem{
    float: left;
    border-right: 1px solid white;
}
.logotexto{
    float: left;
        margin-left: 60px;
    margin-top: 50px;
}
.logotexto h4{
    font-size:46px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
.logotexto h6{
    font-size:38px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
.blocos{

}
.casinha a{
  
    font-size: 25px;
    color:#FFF;
}
.casinha i{
      line-height: 49px;
}
.noticiapanel{
    margin-top: 20px;
    margin-bottom: 20px;
    
    overflow: hidden;    
}
.noticiapanel img{
    width: 100%;
}
.cursos h4{
    font-size:30px;
    color:#333333;
}
.cursos li{
        
    color:#333;
    margin: 30px 0;
    margin-left:50px;
}
.detalhar{
    color:#e97935;
    margin: 5px 0;
    font-weight: bold;
}
.fotopanel{
    width: 100%;
    height: 130px;
    margin: 20px 0;
}
.descpanel{
    color:#666666;
    font-size:14px;
    margin-bottom: 8px;
    min-height: 100px;

}
.botaopanel{
    padding: 10px 20px;
    background-color: #333d77;
    color:#FFF;
    width: 100px
}
.botaopanel a{
     font-size: 14px;
    color:#FFF;
}
.atendimento{
    color:#FFF;
}

.casinha{
    background-color: #e97935;
    color: #FFF;
    padding: 0px 12px;
}

.bemvindo{
    color:#666666;
    font-size: 14px;
    overflow: hidden;
}
.bemvindo a{
    color: #333;
}

.ipad{
    background-image: url('../img/rodape.jpg');
    background-repeat: no-repeat;
    height: 500px;
    display: block;
    background-size: 100%;
    clear: both;
    margin-top: 40px;
	background-size: cover;
}

.rodape{
    display: table;
    font-size: 12px;
    
    background-color: #333d77;
    color: #FFF;
    
    padding: 0px 25px;
    padding-top: 25px;
}
.rodape ul{
    float:left;
    margin-left: 0px;
    margin-bottom: 45px;
    font-size: 18px;
}
.rodape li{
    margin-left:7px;
    font-size: 14px;
}
.rodape a{
    color:#FFF;
}
.rodape ul li:first-child{
    margin-top:20px;
}
.redes li{    
    float:left;
    margin-left: 20px;
}
.redes li::first-child{       
    margin-left: 0px;
}
.redes li i{
    color:#FFF;
    font-size:30px;
    margin-top: 10px;
}
.logoroda{
    float: right;
}

.botao {
    float:left;
    margin-left:5px;

    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    -webkit-border-top-left-radius:05px;
    -moz-border-radius-topleft:05px;
    border-top-left-radius:05px;
    -webkit-border-top-right-radius:05px;
    -moz-border-radius-topright:05px;
    border-top-right-radius:05px;
    -webkit-border-bottom-right-radius:05px;
    -moz-border-radius-bottomright:05px;
    border-bottom-right-radius:05px;
    -webkit-border-bottom-left-radius:05px;
    -moz-border-radius-bottomleft:05px;
    border-bottom-left-radius:05px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:30px;
    width:75px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cc9f52;

}
.botao:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}.botao:active {
    position:relative;
    top:1px;
}
/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:1010px;
	position:relative;
	margin:60px auto 0 auto;
}
.sti-menu li{
	float:left;
    width: 183px;
	/*width:180px;*/
    /*width: 230px;*/
	/*height:300px;*/
    height: 225px;
	/*margin:1px;*/
    /*margin-left: 20px;*/
    margin-left: 15px;
        
}
.sti-menu li:first{
    margin-left: 0px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#333d77;
    border-radius: 5px;    
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	
}
.sti-menu li a h2{
	color:#FFF;
	
	/*font-size:22px;*/
    font-size: 18px;
	font-weight:bold;
    text-align: center;
	text-transform:uppercase;
	padding:15px;
	margin: 10px auto;
	/*width:180px;* /
	position:absolute;
    width: 153px;
	top:10px;
	left:0px;
    /*width: 230px;*/
	
}
.sti-menu li a h3{

	font-size:13px;
	display: none;
	color: #fff;
	/*position:absolute;
	top:180px;
	left:0px;
	/*width:180px;*/
    width: 153px;
	padding:15px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	/*left:40px;*/
    left: 43px;
    /*left:65px;*/
	top:70px;
}


/*---FIREFOX HACK */

@-moz-document url-prefix() { 
    .patro img, .servico img , .postimg img, .quemsomos img{
        outline:none;
    }
}


/* -- */

@-webkit-keyframes bounceIn_custom {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn_custom {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(.8);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn_custom {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(.8);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn_custom {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

#pixelvivo{    
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
}
#pixelvivo:hover{
    animation:bounceIn_custom 0.7s ease-in-out;
    -webkit-animation:bounceIn_custom 0.7s ease-in-out;
    -moz-animation:bounceIn_custom 0.7s ease-in-out;

}




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



@media screen and (max-width: 960px){
    .center{
        width: 100%;
    }
} 



@media screen and (max-width: 767px){
    #logo img{
        width: 260px;
        margin: 0 auto;
        display: block;
    }


    #pixelvivo{
        width: 75px;
    }
    .mapa,.mapao{
        height: 450px;
    }
    .mapalinha{
        top:250px;
    }
    #mapa{
        height: 450px !important;
    }
}

@media screen and (max-width: 485px){
    #logo img{
        width: 260px;
        margin: 0 auto;
        display: block;
    }
    .rodape{
        background-color: #333d77;
        font-size: 10px;
    }
    #pixelvivo{
        width: 60px;
        margin-top: 20px;
    }
    .redesocias span{
        font-size: 15px !important;
    }
    .mapa,.mapao{
        height: 350px;
    }
    .mapalinha{
        top:150px;
    }
    #mapa{
        height: 350px !important;
    }
} 






    #menuSuperior {
    min-height: 35px;
}

#menuSuperior li a:hover {
    /*border-bottom: solid 2px #FFF;*/
}
#menuSuperior li.azul a {
   /* border-bottom: solid 2px #4e89c5; */
}
#menuSuperior li.verde a {
   /* border-bottom: solid 2px #7bbb62; */
}
#menuSuperior li.vermelho a {
  /*  border-bottom: solid 2px #bb6262; */
}
#menuSuperior li.laranja a {
   /* border-bottom: solid 2px #e07000; */
}
#menuSuperior li.purpura a {
    /* border-bottom: solid 2px #774f9e; */
}
#menuSuperior li.cinza a {
   /* border-bottom: solid 2px #7e7e7e; */
}

#menuSuperior li a:hover, #menuSuperior ul.dropdown-menu ul, #menuSuperior ul.dropdown-menu a {
   
    color: #FFF;
    text-decoration: none;

}
#menuSuperior li.azul a:hover, #menuSuperior li.azul ul.dropdown-menu ul, #menuSuperior li.azul ul.dropdown-menu a {
    background-color: #4e89c5;
    color: #FFF;
}
#menuSuperior li.verde a:hover, #menuSuperior li.verde ul.dropdown-menu ul, #menuSuperior li.verde ul.dropdown-menu a {
    background-color: #7bbb62;
    color: #FFF;
}
#menuSuperior li.vermelho a:hover, #menuSuperior li.vermelho ul.dropdown-menu ul, #menuSuperior li.vermelho ul.dropdown-menu a {
    background-color: #bb6262;
    color: #FFF;
}
#menuSuperior li.laranja a:hover, #menuSuperior li.laranja ul.dropdown-menu ul, #menuSuperior li.laranja ul.dropdown-menu a {
    background-color: #e07000;
    color: #FFF;
}
#menuSuperior li.purpura a:hover, #menuSuperior li.purpura ul.dropdown-menu ul, #menuSuperior li.purpura ul.dropdown-menu a {
    background-color: #774f9e;
    color: #FFF;
}
#menuSuperior li.cinza a:hover, #menuSuperior li.cinza ul.dropdown-menu ul, #menuSuperior li.cinza ul.dropdown-menu a {
    background-color: #7e7e7e;
    color: #FFF;
}
#menuSuperior ul.dropdown-menu li a {
    margin-left: 0px;
    margin-right: 0px;
}

#menuSuperior ul.dropdown-menu {
    display: none;
    margin: 0px;
    padding: 0px;
}
#menuSuperior ul.dropdown-menu, #menuSuperior ul.dropdown-menu ul {
    -moz-box-shadow: 2px 2px 4px 0px rgba(50,50,50, 0.3);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(50,50,50, 0.3);
    box-shadow: 2px 2px 4px 0px rgba(50,50,50, 0.3);
}
#menuSuperior ul.dropdown-menu ul {
    display: none;
    float: left;
}
#menuSuperior li {
    position: relative;
    float: left;
    width: auto;
}

#menuSuperior li .titulo{
    position: absolute;
    top: 46px;
    /*background: #fff;*/
    padding: 3px 0px;
    color: #333d77;
    min-width: 170px;
    right: -10px;
    text-align: center;
    border-radius: 8px;
}

#menuSuperior li .titulo a{
    background: #fff;
color: #333d77;
font-weight: bold;
}
#menuSuperior ul.dropdown-menu li {
    min-width: 200px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;

border-radius: 0px !important;
    background-color: white !important;

}
#menuSuperior ul.dropdown-menu li:first-child {
  margin-top: 13px;
  }
#menuSuperior ul.dropdown-menu li a{
  color:black !important;
}
  #menuSuperior ul.dropdown-menu li:hover{
  background-color: white !important; 
  color:#FFF !important;
  border-radius: none !important;
  }
#menuSuperior ul.dropdown-menu li a {
    float: none;
    color:#000 !important;
}
#menuSuperior ul.dropdown-menu li:hover { background-color: #9F1414}
#menuSuperior ul.dropdown-menu li a:hover {
    float: none;
    color:#333d77 !important;
}
#menuSuperior ul.dropdown-menu li a:hover {
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
   /* padding-top: 9px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;*/

   /* background-color:#333d77;*/
   text-decoration: underline;


}
#menuSuperior ul.dropdown-menu, #menuSuperior ul.dropdown-menu ul {
    display: none;
    position: absolute;
    float: none;
}
#menuSuperior ul.dropdown-menu {
   left: 0px;
   top: 35px;
   margin-left: 5px;
   margin-right: 0px;
   z-index: 99999999999999999;
}
#menuSuperior ul.dropdown-menu ul {
   left: 100%;
   top: 0px;
}

#menuSuperior ul.opcoes ul.dropdown-menu {
   left: auto;
   right: 0px;
   top: 55px;
   margin-left: 0px;
   margin-right: 5px;
   z-index: 1;
}
#menuSuperior ul.opcoes ul.dropdown-menu ul {
   left: auto;
   right: 100%;
   top: 0px;
}
#menuSuperior ul.opcoes ul.dropdown-menu li a {
    border-bottom: solid 2px #FFF;
}

#menuSuperior ul.opcoes ul.dropdown-menu li a:hover {
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    padding-top: 9px;
    padding-bottom: 11px;
}






a.wabutton {
    background-color: #45C553;
    border-radius: 50%;
    text-align: center;
    position: fixed;    
	bottom: 85px;
    right: 5px;
    padding: 15px;
    z-index: 15;
    width: 65px;
    height: 65px;
    color: #FFF;
    display: block;
}
a.wabutton i {
    font-size: 35px;
    color: #FFF;
}












.main_h {
    display: none;
  position: fixed;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky2 {
  background-color: #fff;
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo2 {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

.nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  .nav {
    width: 100%;
  }
}
.nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  .nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
.nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  .nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
.nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 18px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}


.content {
  padding: 50px 2% 250px;
}

.hero {
  position: relative;
  background: #333 url(http://srdjanpajdic.com/slike/2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fa.new {
	font-size: 14px;
    font-family: 'MyriadPro-Regular';
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -39px;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}
.fa.new:before {
    font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}
