*:focus { 
    border:none;
	outline:0;
}

::placeholder {
	color: #000;
	opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
   color: #000;
}

html {
	height:100%;
}

body {
    font-size: 62.5%;
    line-height: 1.3;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
	background-color:#FFF;
	height:100%;
	text-align:justify;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: underline;
    font-size: 1em;
}

a:hover {
    text-decoration: none;
}

p, li, span {
    font-size: 1.5em;
	line-height:1.2em;	
}

p span {
    font-size: 1em;
}


li {
	text-align:left;
}



h1  {
    font-size: 4em;
	color:#FFF;
	margin-top:0;
	line-height:1em;
	text-align:left;
	padding-bottom:20px;
}


h2 {
	margin-top:0;
	margin-bottom:1em;
	color:#333;
	font-size: 4em;
	line-height: 1em;
	text-align:center;
	
}


h3 {
    color:#333;
	margin-top:30px;
	margin-bottom:0.5em;
	font-size: 1.9em;
	line-height: 1em;
	text-align:left;
}

h4 {
    margin-top:50px;
	margin-bottom:20px;
	font-size: 1.5em;
	line-height: 0.5em;
	text-align:left;
}

#menTop {
	width:45px;
	height:45px;
	background:rgba(222,55,82);
	border:3px solid #FFF;
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:99;
	background-image: url(../img/arrow_top.png);
	background-repeat: no-repeat;
	background-position:center center;
	cursor:pointer;
}



.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	right: -25px;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
  }
  
  .sidenav_opened {
	  width:320px;
  }
  
  .sidenav a {
	text-decoration:none;
	
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	
  }
  
  .menu_conteudo {
	  background: linear-gradient(to right,  #de3752 0%,#f7a827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  padding:10px 40px 10px 10px;
	  float: left;
	  width:100%;
	  margin-top:40px;
  }
  
  .menu_conteudo_menor {
	  margin-top:20px;
  }
  
  
  .menu_side {
	  list-style:none;
	  width:100%;
	  float: left;
	  margin:0;
	  padding:0;
  }
  
  .menu_side li {
	  text-align:right;
  }
  
  .menu_side li a {
	  font-size:1em;
	  color:#FFF;
	  display:block;
	  padding:8px 0 8px 5px;
	  white-space: nowrap;
	  border-bottom:1px solid #FFF;
  }
  
  .menu_side li:last-child a {
	  border-bottom:0;
  }
  
  .menu_side .subs {
  list-style-type:none;
  
  margin-top:5px;
  padding-bottom:5px;
  padding-left:0;
  margin-left:0;
  
  }
  
  .menu_side .subs li a, .menu_side .subs li:last-child a {
	  font-size:0.6em;
	  padding:0 20px 0 2px;
	  color:#CCC;
	  border-bottom:none;
  }
  
  .menu_side .subs li a{
  background-image: url(../img/marcador.png?); background-repeat: no-repeat;
  background-position:right center;
  }
  
  
  .sidenav .closebtn {
	position: absolute;
	top: 26px;
	right: 45px;
	font-size: 5em;
	color: #B61621;
	cursor:pointer;
	padding:0;
  }
  
  .sidenav_menor .closebtn {
	top: 0;
  }

  
  .opaque {
	  height: 100%;
	width: 0;
	position: fixed;
	z-index: 92;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	
	overflow-x: hidden; 
	cursor:no-drop;
  }
  
  .opaque_opened {
	  width:100%;
  }

img,
picture,
video,
embed {
    max-width: 100%;
}

.holder_animacao {
	min-height: 100vh;             /* ocupa a tela inteira */
  display: flex;                 /* ativa flexbox */
  flex-direction: column;
  justify-content: center; 
	background-color: #173253;
	background-image:url(../imagens/fundo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom: 10px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39));
    border-image-slice: 1;

}



.header {
	z-index:3;
	top:0;
    width: 100%;
    height: 100px;	
	background-color:rgba(236,235,234,1); /*#ECEBEA*/
	-webkit-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.15);
	
}

.header_fixa {
	position:fixed;	
}

.header_livre {
	position:absolute;
}

.header50 {
	height: 60px;
	background-color:rgba(255,255,255,0.92);
}

#logo {
	position: relative;	
}

#logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo_normal {
	float: left;
	width: 190px; 
	margin:20px 0 0 0;
}

.logo_menor {
	width:100px;
	margin:10px 0 0 0;
}

.logo_menor img{
	position:absolute;
	
}

.ico_menu {
	display:none;
	position:relative;
	float:right;
}

.drop_normal {
	margin-top: 20px;
}

.drop_menor {
	margin-top: 5px;
}

.nav-toggle {
	display: none;
	text-align:left;
	width:50px;
	cursor:pointer;	
}

.nav {
    width: 70%;
    float: right;
}

.nav_normal {
	margin:32px 0 0 0;
}

.nav_menor {
	margin:8px 0 0 0;	
}


.nav ul {
    float: right;
	padding:0;
	margin:0;
}

.listaNav,.listaNav ul {
    list-style:none;
    margin:0;
}

.listaNav {
    position:relative;
}

.listaNav ul {
    height:0;
    left:0;
    z-index:2;
    position:absolute;
    overflow:hidden;
	padding-top:5px;
}

.listaNav li {
    float:left;
    position:relative;
	font-size:1.7em;
    margin:0 0 0 0;
	padding:0;
	background-image:none;
	margin-left:1px;
}

.listaNav li a {
    color: #333;
    display:block;
    padding:8px 8px 10px 8px;
	margin-left:0;
    text-decoration:none;
	line-height:1em;
	cursor:pointer;
}

.listaNav li:hover > a {
	color:#000;
	
}

.listaNav li:last-child a {
	border-right:none;
}

.listaNav ul {
	margin-top:0;
}

.listaNav li:hover ul.subs {
    height:auto;
    width:auto;
	white-space: nowrap;
}

.listaNav ul li {
    opacity:0;
    width:100%;
}

.listaNav li ul li {   
	padding:0;
	font-size:1.6em;
	margin-bottom:2px;
}

.listaNav li:hover ul li {
    opacity:1;
	border-bottom:1px solid #CCC;
}

.listaNav ul li a {
	background-color:#333;
    color:#FFFBF5;
    line-height:1px;
	font-size:0.6em;
	padding:10px 10px 12px 10px;
	text-align:center;
}

.listaNav li:hover ul li a {
    line-height:1.2em;
	display:block;
}

.listaNav ul li a:hover {
	color:#000;
	font-weight: bold;
}

.listaNav .sub {
	display:none;
	
}

.listaNav  li .ativo {	
	color:#000;
	font-weight: bold;
}

.listaNav  li .ativo2 {	
	color:#FFF;
	background: linear-gradient(to right,  #de3752 0%,#f7a827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin-left:10px;
}

.listaNav .subs .sub_ativo{	
	color:#FFFBF5;
	background-color:#666;
}


.holder {
    float:left;
	width:100%;
    margin: 0 auto;
}
	
.container {
    max-width: 1000px;
    margin: 0 auto;
	padding:0 20px;
}

.header .container {
	max-width: 1400px;
}

.holder_animacao .container {
	background-image:url(../imagens/ab1.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	max-width:100%;

	width: 100%;                   /* toma a largura toda */
               
  margin: 0 auto;
}

.holder_animacao .container2 {
	margin:0 auto;
	max-width:1400px;
height: 100vh;
}

.frase {
	max-width:1400px;
	
margin-top:45vh;

}

.frase div {
	
	font-weight: normal;
	text-align: left;
	color:#FFF;
	font-size-adjust: 0.5; 
	font-size: 5em;
	line-height: 1em;
	margin-top:10px;
}


.holder_cabecalho {
	margin-top:80px;
	padding-top:100px;
	padding-bottom:30px;
	margin-bottom:30px;
	background:#173253;
	border-bottom: 10px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39));
    border-image-slice: 1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.holder_cabecalho_agenda {
	background-image:url(../imagens/cabecalho-agenda.jpg);
}

.holder_cabecalho_servicos {
	background-image:url(../imagens/cabecalho-servicos.jpg);
}

.holder_cabecalho_sobre {
	background-image:url(../imagens/cabecalho-sobre.jpg);
}

.holder_cabecalho h1 {
	color:#FFF;
	padding:0;
	font-size:4em;
	text-align: center;
}

.oculta {
	display:none;
}

.bgParallax {
	background-attachment: fixed;
}


.separador {
	clear:both;
	margin-top:20px;
}

.centralizar {
	margin-top:30px;
}

.centralizar, .centralizar h1, .centralizar h2, .centralizar h3 {
	text-align:center;
}

.alinhar_direita {
	width: 100%;
	padding-bottom:20px;
	text-align:right;
}

.p_botao {
	color:#FFF;
	display:inline-block;
	width:auto;
	font-size:1.8em;
	line-height:1.2em;
	text-align:center;
	margin-top:15px;
	cursor:pointer;
	background: linear-gradient(to right,  #de3752 0%,#f7a827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.p_botao_maior {
	font-size:2.7em;
}

.p_botao a {
	width:100%;
	height:100%;
	display:block;
	padding:15px 20px;
	text-decoration:none;
	color:#FFF;
}

.p_botao:hover, .botao_ativo {
	background: linear-gradient(to right,  #de3752 50%,#f7a827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.p_botao:hover a, .botao_ativo a {
	color:#FFF;

}

.p_botao_branco {
	background-color:rgba(255,255,255,1);
}

.p_botao_branco:hover {
	background-color:rgba(255,255,255,0.8);
}

.p_botao_branco a {
	color:#000;
}



.p_botao_livre {
	display:block;
	margin:40px auto;
	width:360px;
	font-size:2.5em;
}




.holder_conteudo {
	padding-bottom:20px;
}

.holder_conteudo_agenda {
	background-image: url(../imagens/fundo-claro.jpg);
	background-repeat: repeat;
	background-position:left top;
}

.holder_conteudo_servicos {
	background-color: #FDFDFD;
	background-image:url(../imagens/ab.png);
	background-position: center 300px;
	
}

.holder_conteudo_servicos2 {
	margin-top:20px;
	background-image: url(../imagens/fundo-servicos.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
}

.holder_conteudo_servicos2 .container {
	padding:80px 20px;
	text-align: center;
}


.holder_conteudo_sobre h2, .holder_conteudo_sobre2 h2 {
	display:inline-block;
	color:#FFF;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}

.holder_conteudo_sobre2 h2 {
	text-align: center;
	color:#333;
}

.holder_conteudo_sobre {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#123658+0,01559d+100 */
	background: linear-gradient(135deg,  #123658 0%,#01559d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-bottom: 0;
}

.holder_conteudo_sobre .container {
	padding-bottom:50px;
}

.holder_conteudo_sobre_ab {
	background-image:url(../imagens/ab.png);
	background-position: -200px 1000px;
}

.holder_conteudo_sobre_ab2 {
	background-image:url(../imagens/ab-2.png);
	background-position: -200px 1000px;
}

.holder_conteudo_sobre p {
	color:#FFF;
	font-size: 1.6em;
	text-align: left;
}

.esquerda_sobre {
	width: 100%;
	max-width: 800px;
}

.direita_sobre {
	margin-top:60px;
	text-align: right;
	padding-left: 500px;
}

.direita_sobre p {
	text-align: right;
}

.holder_conteudo_sobre2 {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #FDFDFD;
	background-image: url(../imagens/fundo-claro.jpg);
	background-repeat: repeat;
	background-position:left top;
	
}


.equipe {
	display:inline-block;
	position:relative;
	vertical-align: top;
	width: 47%;
	margin:40px auto;
}

.equipe_maior {
	
}

.equipe_foto {
	position:relative;
	width: 200px;
	z-index:2;
	left:0;
}

.equipe_maior .equipe_foto {
	width: 260px;
}

.equipe_foto img {
	width: 200px;
}

.equipe_maior .equipe_foto img {
	width: 260px;
}

.equipe_nome {
	position:absolute;
	z-index:1;
	margin-left:150px;
	top:20px;
	font-size: 2.2em;
	line-height: 1em;
	padding-left:40px;
	border-bottom: 3px solid transparent;
    border-image: linear-gradient(0.05turn, rgba(247,168,39), rgba(222,55,82));
    border-image-slice: 1;
	font-weight: bold;
	text-align: left;
}

.equipe_maior .equipe_nome {

	margin-left:200px;
	top:20px;
	font-size: 3em;

}

.equipe_funcao {
	position:absolute;
	z-index:1;
	font-size: 1.5em;
	margin-left:210px;
	top:50px;
}

.equipe_maior .equipe_funcao {
	font-size: 2em;
	margin-left:280px;
	top:60px;
}

.lista { margin-left:-40px; }

.lista li {
	padding:0 0 5px 30px;
	list-style-type:none;
	background-image: url(../img/marcador.png);
	background-repeat: no-repeat;
	background-position:0 2px;
	text-align:left;
	font-size:1.8em;
	padding-bottom:20px;
	font-weight: bold;
}

.lista1 li {
	padding-bottom:10px;
	font-weight: normal;
}

.lista2 li {
	
	color:#FFF;
	background-position:0 6px;
}

.holder_secao .container {
	text-align:center;
}


.botaox2 {
	display:none;
}


.esquerda {
	float:left;
}

.direita {
	float:right;
}

.principal {
	float:left;
	width:100%;
}

.holder_secao .principal {
	margin-left:-20px;
	width:103.8%;
}


.coluna {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 0 2% 0;
	height:auto;
	z-index:0;
}


.holder_padrao {
	padding:70px 0;
	background-color: #FFF;
	
}

.holder_padrao p {
	font-size:2.2em;
	line-height:1.5em;
}


.holder_padrao .centralizar {
	margin:0 auto;
	max-width: 1000px;
}



.holder_abev {
	background-color: #072A4D;
	background-image:url(../imagens/fundo-andreia.jpg?08);
	background-position:49% bottom;
	background-repeat:no-repeat;
	background-size: auto;
	height: 650px;
	
}

.holder_abev .container {
	max-width: 1100px;
	position:relative;
}

.holder_abev h2 {
	display:inline-block;
	color:#FFF;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}


.holder_abev p {
	color:#FFF;
	font-size:1.6em;
}


.andreia {
	position:absolute;
	z-index:2;
	top:480px;
	left:50%;
}

.holder_padrao .centralizar_abev div p {
	margin-left:50px;
}


.iframe_video {
	clear:both;	
	text-align:center;
	width:600px;
	margin:40px auto 20px auto;
}

.iframe_video div {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe_video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.holder_organizamos {
	background-color: #ECEBEA;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
}

.holder_organizamos_background {
	background-image:url(../imagens/ab3.jpg?);
}


.holder_organizamos .container {
	text-align: right;
	padding:100px 0 100px 0;
    max-width: 800px;
}

.holder_organizamos p {
	font-size: 2em;
}



.holder_mosaico {
	background-color: #173253;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height: 300px;
}

.holder_mosaico1 {
	background-image:url(../imagens/mosaico1.jpg);
}

.holder_mosaico2 {
	background-image:url(../imagens/mosaico2.jpg);
}


.holder_fazemos {
	padding:70px 0;
	background-color:#173253;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	text-align: center;
}

.holder_fazemos_background {
	background-image: url(../imagens/fundo-fazemos.jpg?);
}

.holder_fazemos h2 {
	color:#FFF;
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}


.holder_fazemos p {
	color:#FFF;
}

.container_servicos_home {

}

.servico {
	background-color: #EAE8E4;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin:2%;
	padding:15px 15px 25px 15px;
}

.container_servicos_home .servico {
	background-position: center 20px;
	background-size:80px;
	min-height: 250px;
}

.container_servicos_sobre .servico {
	min-height: 300px;
}

.container_servicos_home h3 {
	text-align: center;
	margin-top:100px;
	font-size:1.8em;
	height:45px;
}

.container_servicos_home div {
	font-size:1.2em;
	line-height: 1em;
}


.container_servicos {
	margin:0 auto;
	width: 100%;
	max-width: 700px;
}

.container_servicos .servico {
	background-position: 10px 10px;
	background-size:80px;
	
	background-color: #EAE8E4;
	background-repeat: no-repeat;
	width: 100%;
	margin:20px auto 20px auto;
	padding:25px 100px 35px 100px;
}

.container_servicos h3 {
	text-align: left;
	margin-top:15px;
	margin-bottom:30px;
	font-size:2em;
}

.container_servicos div {
	font-size:1.2em;
	text-align: left;
}


.servico_ge {
	background-image:url(../imagens/icone-gestao-estrategica.png);
}

.servico_lc {
	background-image:url(../imagens/icone-logistica-e-conexoes.png);
}

.servico_pfh {
	background-image:url(../imagens/icone-personalidade-forca-e-harmonia.png);
}

.servico_hp {
	background-image:url(../imagens/icone-hospitalidade.png);
}

.servico_com {
	background-image:url(../imagens/icone-comunicacao.png);
}

.servico_ex {
	background-image:url(../imagens/icone-expertise.png);
}

.servico_mi {
	background-image:url(../imagens/icone-missao.png);
}

.servico_vi {
	background-image:url(../imagens/icone-visao.png);
}
.servico_va {
	background-image:url(../imagens/icone-valores.png);
}


.holder_conteudo_servicos .centralizar p {
	font-size:1.8em;
}

.holder_conteudo_servicos h2 {
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}


.holder_livro {
	float:left;
    width: 100%;
	background-color: #FFF;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	

}


.holder_livro {
	padding:70px 0;
	text-align: center;
	background-color: #FFF;
}

.holder_livro h2 {
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}

.livros {
	float: left;
	width: 100%;
	margin-top:40px;
}

.livro_esquerda {
	width:45%;
	float:left;
}

.livro_direita {
	width:45%;
	float:right;
}

.livro {
	text-align: center;
	position: relative;
}

.livros a {
	text-decoration: none;
}

.capa_livro {
	margin:0 auto;
	z-index:1;
	width:100%;
	height: 180px;
	max-width: 350px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.livro1 .capa_livro {
	background-image:url(../imagens/ebook-presidente-de-congresso.jpg);
}

.livro2 .capa_livro {
	background-image:url(../imagens/ebook-historias-memoraveis.jpg);
}

.titulo_livro {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de3752+0,f7a827+100 */
	background: linear-gradient(to right,  #de3752 0%,#f7a827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#FFF;
	padding:20px;
	font-size:1.6em;
	z-index:2;
	margin-top:-10px;
}

.livros a:hover .titulo_livro {
	background: linear-gradient(to right,  #de3752 50%,#f7a827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}





.holder_depoimento, .holder_novidades {
	padding:70px 0;
	background-color:#173253;
	background-repeat: repeat;
	background-position:left top;
	color:#FFF;
	text-align:center;
}

.holder_background_azul {
	background-image: url(../imagens/fundo-azul.jpg);
}

.holder_organizamos h2, .holder_depoimento h2, .holder_novidades h2 {
	display:inline-block;
	text-align:right;
	color:#FFF;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}

.holder_novidades img {
	max-width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}

.holder_organizamos h2 {
	color:#333;
}

.holder_depoimento .centralizar {
	
	width:100%;
	padding-top:40px;
}

.div_depoimentos {
	margin:30px auto 0 auto;
	max-width:1000px;
}

#lightSlider2 {
	margin:0;
}

.slider_li {
	width:90%;

	display:table;
	padding:0;
	
}

.slider_li_content {
	text-align:center;
	display:table-cell;
	vertical-align:top;
}

.slider_foto {
	display:block;
	margin:0 auto;
	height:170px;
}

.foto_curva {
	margin:0 auto 0 auto;
	width:160px;
	height:160px;
	background-position:center center;
	background-repeat: no-repeat;
}

.slider_li_content p {
	font-size:0.9em;
}

.slider_li_content .slider_cliente {
	margin-top:0;
	font-weight:bold;
	font-size:1.5em;
}

.slider_li_content .slider_cliente_funcao {
	margin-top:-10px;
	font-weight:600;
	font-size:1.1em;
	line-height: 1.3em;
}


.slider_depoimento {
	text-align:center;
	width:100%;
	margin:0 auto;
}





.slider_texto {
	display:inline-block;
	width:100%;
	vertical-align:middle;
	margin-top:-20px;
}



.slide {
	margin:10px;
	width:100%;
	display:table;
	text-align:center;
	overflow:hidden;
}

.slider_texto p {
	font-size:1em;
	line-height: 1.2em;
}

.slider_texto p em {
	font-size:0.8em;
}


.slide img {
display:block;
}

.link_slide {
	float:left;
	width:5%;
	height:150px;
	margin-top:10px;
}

.link_slide a {
	position:relative;
	top:40%;
	width:100%;
	height:20px;
	float:left;
	background-repeat: no-repeat;
	background-position:left center;
	background-image: url(../img/arrow_left.png);
	cursor:pointer;
}


.link_slide:last-child a, .link_slide_dir a {
	background-image: url(../img/arrow_right.png);
	background-position:right center;
}

.container_slider {
	float:left;
	width:90%;
	height:auto;
}



.holder_empresas {
	padding:70px 0;
	background-color:#FFF;
	background-repeat: repeat;
	background-position:left top;	
}

.holder_empresas_background {
	background-image: url(../imagens/fundo-empresas.jpg);
}

.holder_empresas h2 {
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}


.logos_direita {
	text-align: right;
}



.eventos {
    margin:0 auto;
    width:100%;
    max-width:1000px;
    position: relative;
    padding:0;
    background-image: url(../imagens/eventos/linha-eventos.png?);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

.evento {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.evento_esquerda {
    margin-top:-9%;
    margin-bottom:4%;
    
}

.evento_esquerda_1 {
    margin-top:20px;
    border:0;
}

.evento_esquerda_margem {
  margin-top:-10%;
}

.evento_direita {
    margin-top:10%;
    margin-bottom:-8%;
    margin-left:-2%;
    z-index:2;
}

.evento_direita_1 {
    margin-top:20%;
}

.evento_direita_margem2 {
    margin-bottom:40px;
}


.div_frase_agenda {
	margin-top:50px;
	text-align: center;
}

.div_frase_agenda h2 {
	
	display: inline-block;
	font-weight: normal;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}


#download {
	text-align:center;
	font-size:1.3em;
}

.holder_contato {
	background-color: #333;
	background-image:url(../imagens/fundo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
	padding:70px 0 100px 0;
}

.holder_contato .container {
	max-width: 550px;
}

.holder_contato h2 {
	color:#FFF;
}

.valores {
	margin:40px auto 20px auto;
	display:table;
	text-align: center;
}

.valor1, .valor2 {
	display:inline-block;
	vertical-align: middle;
	color:#FFF;
}

.valor1 {
	font-size:1.8em;
}

.valor2 {
	padding:15px;
	font-size:1.8em;
	
}

.valor_item3 {
	color:#FFF;
	font-size:3em;
	font-weight:bold;
	line-height:1em;
}

.valor_item2 {
	font-size:1.6em;
	
}

.valor1 strong {
}

.valor_item {
	display:inline-block;
	vertical-align: top;
}




.holder_contato h3 {
	color:#FFF;
	margin-bottom:35px;
	text-align: center;
	font-size:2.5em;
}

.holder_contato .info_vagas {
	color:#FFFF00;
}

.holder_contato .info_primeiros {
	color:#FFFF00;
	font-weight: normal;
}

.holder_contato p {
	color:#FFF;
	text-align: center;
	font-size:1.6em;
	
}

.holder_contato .aviso_promocao {
	color: #000;
	padding:10px;
	background-color: #FFFF00;
}


.info_pagamento {
	background-color: rgba(255,255,255,0.1);
	margin:0 auto;
	max-width:500px;
	padding:20px;
}

.holder_contato .info_pagamento p {
	font-size:1.5em;
	line-height: 1.5em;
}

.div_contato {
	
	float:left;
	width:100%;
	/*margin-top:100px;*/
	color:#FFF;
	line-height:1.2em;
	text-align:center;
}

.div_contato span {
	font-size:0.9em;
	color:#000;
	line-height:2.5em;
}

.div_contatox {
	
}

.div_contato p {
	font-size:1em;
	margin-top:0;
}

.div_contato p a {
	font-size:1em;
	font-weight:bold;
}

.div_contato p .link_fone {
	font-size:1.3em;
	font-weight:normal;
	margin-top:0;
	line-height:1.2em;
}


.h_secao {
	display:none;
}


.quebra {
	clear:both;
	float:left;
	width:100%;
	margin:40px auto;
}


.saiba {
	font-size:1.5em;
}

.botao {
	text-align:center;
	width:100%;
	margin-top:80px;
	float:left;
	clear:both;
}




#mensagemok {
	text-align:center;
	padding:2em;	
	background-color:#43AC34;
	color:#F2F2F2;
	margin:0 0 50px 0;
	font-size:2em;
}


#mensagemerro {
	text-align:center;
	padding:20px;
	font-weight:bold;
	background-color:#990000;
	color:#F2F2F2;
	margin:20px 0 30px 0;
	font-size:1.7em;
}


.coluna_formulario {
	background-color: rgba(255,255,255,0.1);
	margin:0 auto;
	max-width:550px;
	display:table;
	padding:20px;
}



.formulario_padrao {
		float:left;
		margin-top:10px;
		padding:0;
		width:100%;
		display:table;
		padding-bottom:10px;
	}


	.form_padrao .campo {
		float:left;
		padding:0 0 1px 0;
		width:100%;
	}
	


	.form_padrao .campo input, .form_padrao .campo textarea, .form_padrao .campo select {
		width:100%;
		font-size:1.5em;
		padding:10px;
		border:1px solid #CCC;
	}
	
	.form_contato_padrao .campo input, .form_contato_padrao .campo textarea {
		border:none;
		
		font-size:1.5em;
		border:1px solid #CCC
	}
	


	.form_padrao .campo textarea {
		height:90px;
	}

	.form_padrao .campo_botao {
		clear:both;
		text-align:center;
		width:100%;
		padding-top:20px;
		text-align:center;
	}
	

	.form_padrao .campo_botao input {
		cursor:pointer;
		border:0;
		
	}

	.form_padrao .form_padrao_botao input {
		color:#FFF;
		background-color:rgba(222,55,82);
		width:200px;
		height:40px;
		font-size:1.6em;
		
	}

	
	
	
	.form_contato_padrao .form_padrao_botao input:hover {
		background-color:rgba(247,168,39);
		color:#000;
		
	}
	
	.legenda {
		font-size:1.4em;
		padding:10px 0 5px 0;
	}

	.obrigatorio .div_label {
		
		display:inline-block;
		width:auto;
		color:#FF0000;
		padding:0 0 0 5px;
	}

	.form_padrao p {
		text-align:center;
	}
	
	.oculta, .ocultar {
		display:none;
	}

	.div_label { 
		display:none;
	}
	
	.obrigatorio .div_label2 {
	float:left;
	}
	
	.aviso_form {
		clear:both;
		float:left;
		margin-top:10px;
		padding:10px;
		width:100%;
	}
	
	#aviso_form {
		background-color:#FFFF00;
		color:#000;
	}
	
	#aviso_form2 {
		background-color:#009900;
		color:#FFF;
	}
	
	#aviso_form_erro {
		background-color:#FF0000;
		color:#FFF;
	}


	.well {
		display:none;
		padding:2em;
		background-color:#FFF;
		width:90%;
		max-width:750px;	
		max-height:90%;
		overflow:auto;
		border:1px solid #FFF;
	}


	.well_cadastro {
		max-width:600px;
		background-color:#173253;
		background-image: url(../imagens/fundo-azul.jpg);
		background-repeat: repeat;
		background-position:left top;
		color:#FFF;
	}


	.well h2 {
		clear:both;
		display:inline-block;
		margin:10px 60px 20px 0;
		padding-top:0;
		font-size:3em;
		color:#FFF;
		border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
	}

	.well p {
		clear:both;
	}

	.well p em {
		font-size:0.9em;
	}

	.well p span {
		font-size:0.9em;
	}
	
	
	.btn_fechar {
		float:right;
		clear:both;
		cursor:pointer;
		font-weight:bold;
		position:absolute;
		top:20px;
		right:20px;
		z-index:2;
		width:40px;
		height:40px;
		background-image: url(../img/close.png?);
		background-repeat: no-repeat;
		background-position:center center;
	}
	
	.btn_fechar:hover {
		
	}


	
.div_imagem_esquerda1 {
	display:inline-block;
}

.div_imagem_esquerda {
	clear:both;
	display:block;
	margin:0 0 40px 0;
	padding:2px 0 2px 0;
	background-position:center left;
	background-repeat:no-repeat;
	font-size:0.2em;

}

.div_imagem_esquerda1 a, .div_imagem_esquerda a {
	text-decoration:none;

}




svg {
	display:inline-block;
	vertical-align:middle;
	width:30px;height:30px; margin:0 5px 0 0;
	fill:#FFF;
}

.circle_svg {
	fill:#FFF;
	
}




.div_contatos svg, .div_email .circle_svg {
	width:40px;height:40px;
	fill:#FFF;
}

.div_email svg {
	
	fill:#333;
}



.redes_topo {
	width:70%;
	height:38px;
	float:right;
	margin-top:-20px;
	margin-right:10px;
	text-align: right;
}

.redes_topo_menor, .redes_topo_cel_menor {
	margin-top:-60px;
	top:-60px;
}

.redes_topo_cel {
	display:none;
}

.redes {
	clear:both;
	padding-bottom:70px;
}

.redes h2 {
	font-size:2em;
	color: #00496D;
}

.redes a {
	text-decoration: none;
	color:#FFF;
	font-size:1.2em;
	margin-right:20px;
}



.redes svg {
	width:40px;height:40px;
	margin:0 0 0 10px;
	fill:#FFF;
}

.redes_inicio svg {
	margin:10px 5px 10px 10px;
   fill:#FFF;
}

.redes .circle_svg {
	fill:rgba(222,55,82);
}

.redes a:hover .circle_svg {
	fill:rgba(247,168,39);	
}


.redes_padrao {
	width: 100%;
	padding-bottom:5px;
	border-bottom:1px solid #000;
	text-align: right;
}

.redes_padrao a {
	text-decoration: none;
	margin-right:0;
}

.redes_padrao svg {
	width:30px;height:30px;
	margin:0 -4px;
	fill:#000;
}


.redes_padrao .svg_linkedin svg {
	width:35px;height:35px;
}

.redes_padrao .svg_instagram svg {
	margin-top:2px;
}

.redes_padrao a:hover svg {
	fill:rgba(222,55,82);
}

.redes_padrao .circle_svg {
	fill:#ECEBEA;
}

.redes_topo .circle_svg, .redes_topo_cel .circle_svg {
	fill:rgba(236,235,234,1);
}

.redes a:hover svg {
	fill:rgba(222,55,82);
}

.redes a:hover .circle_svg {
	fill:#ECEBEA;
}

.redes_topo a:hover .circle_svg, .redes_topo_cel a:hover .circle_svg {
	fill:rgba(236,235,234,1);
}

.redes_topo_cel svg {
	margin:0 -2px;
	
}

.div_contatos {
	display:block;
	margin-bottom:2px;
	font-size:2em;
	text-decoration:none;
	
}

.div_telefone_contato {
	margin-bottom:5px;
	
}

.div_telefone_contato2 {
	margin-left:20px;
}


.div_contatos a {
	text-decoration:none;
	line-height:2em;
	color:#FFF;
}


.div_email  {
	font-size:1.6em;
	margin-bottom:15px;
}


#redes svg{
	width:35px;height:35px; margin:0 0 0 10px;
	fill:#E5E0C0;
}


#redes .circle_svg {
	fill:#DEB871;	
}

#redes svg:hover {
	fill:#E5E0C0;	
}

#redes svg:hover .circle_svg {fill:#F2F2F2;}

		      

#div_whatsapp {
	width:50px;
	height:50px;
	position:fixed;
	bottom:20px;
	left:25px;
	z-index:99;
	cursor:pointer;
}
		
#div_whatsapp #whatsapp, .whatsapp {
	width:46px;height:46px;
	fill:#FFF;
}

#div_whatsapp:hover  {
	bottom:27px;
	left:23px;
}

#div_whatsapp:hover #whatsapp {
	width:50px;height:50px;
}

#div_whatsapp .logo_green, .whatsapp .logo_green {
	fill:#54CC62;
}





.footer {
	float:left;
    width:100%;
	background:#ECEBEA;
	background-image:url(../imagens/ab2.png);
	background-position:-400px 20px;
	background-repeat:no-repeat;
}

.footer_center {
	max-width: 1128px;
	height:auto;
	margin:20px auto 100px auto;
	text-align:center;
	display:table;
	width:100%;
	
}

.contato_fone {
	font-size:1.7em;
	padding: 10px 0 8px 0;
}

.contato_fone a {
	text-decoration: none;
}

.coluna_rodape {
	float:left;
	text-align:left;
	margin-top:30px;
}

.coluna_rodape h2 {
	display:inline-block;
	text-align:left;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(222,55,82), rgba(247,168,39), rgba(247,168,39,0));
    border-image-slice: 1;
}


.coluna_rodape1 {
	width:25%;
	min-height: 10px;
}

.coluna_rodape a:hover {
	text-decoration: underline;
}

.coluna_rodape2 {
	width:45%;
}

.coluna_rodape3 {
	width:25%;
	float:right;
}

.coluna_rodape3 .p_botao {
	

}

		
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

   
   

   

@media screen and (min-width: 1600px) {
	.holder_organizamos .container {
		text-align: center;
	}

	
}

@media screen and (min-width: 1500px) {

	.footer {
		background-position:-20% 20px;
	}
}

@media screen and (max-width: 1100px) {

	.footer {
		background-position:-150px 90px;
		background-size:300px;
	}
}

@media screen and (max-width: 950px) {

	#logo {
		position: absolute;	
		z-index:20;
		margin-left:20px;
	}

	.holder_secao .principal {
		width:104.2%;
	}

	.header .container {
		padding:0;
	}

	.redes_topo_cel {
		display: inline-block;
		position:absolute;
		z-index:15;
		border:0;
		width:100%;
		height:40px;
		margin-top:0;
		margin-right:10px;
		padding-right:15px;
		text-align: right;
	}
	
	.wrap {
			 max-width: 100%;
			 margin: 0;		 
		}
		
		.drop {
		 height: 40px;
		 position: relative;
		 z-index: 10;
		 margin-top:0;
	  }
	  
	  .ico_menu {
		  display:block;
		}
		
		.nav-toggle {
				display: block;
				position:absolute;
				padding: 0;
				margin: 45px 0 0 0;
				right:0;
				z-index:10;
		   }
	  
		.nav {
			display:none;
		}
		
		.drop_menor {
		margin-top: -30px;
		}


	.holder_organizamos {
		background-position:left 350px;
		background-image:url(../imagens/ab3-cel.jpg?);
	}

	.holder_organizamos h2 {
		text-align: center;
	}
	
	.holder_organizamos .container {
		text-align: center;
		padding:80px 20px 300px 20px;
	}


}






@media screen and (max-width: 920px) {


	
	.holder_secao .principal {
		width:104.8%;
	}

	.holder_abev {
		background-position:30% bottom;		
	}

	.holder_conteudo_servicos .mostra {
		display:none;
	}

	.holder_conteudo_sobre2 {
		text-align: center;
		
	}

	.holder_conteudo_sobre_ab {
		background-image:none;
	}

	.direita_sobre {
		text-align: left;
		padding-left: 0;
		margin-bottom:60px;
	}

	.direita_sobre p {
		text-align: left;
	}

	.equipe {
		width: 450px;
		text-align: left;
	}
	
	
	
}



@media screen and (max-width: 890px) {

	
	.servico {	
		width: 44%;
		margin:2%;
	}
	
	
	.esquerda {
		width:100%;
	}
	
	
	.direita {
		clear:both;
		width:100%;
	}

	.livro_direita {
		margin-top:30px;
		text-align: center;
	}

	.holder_padrao .centralizar_abev div {

		max-width:100%;
		text-align: center;
	}
	
	.holder_padrao .centralizar_abev div p {
		margin-left:0;
	}

	.holder_empresas, .alinhar_direita, .logos_direita {
		text-align: center;
	}

	.holder_livro .container {
		height:auto;
	}

	.holder_livro h2, .texto_livro {
		
		text-align:center;
	}
	
	


	.lista li {
		font-size:1.6em;
	}

	
	
	.my-gallery a {
		width:48%;
	}
	
	
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}

	.duas_colunas_contato {
		margin-top:80px;
	}
	
	.div_contato {
		height:auto;
		margin-bottom:20px;
	}
	
	.div_telefone_contato {
		display:block;
		margin-left:0;
	}
	
	
	
	
	
}


@media screen and (max-width: 780px) {
	.frase h2 {
		font-size: 3.8em;
	}
}


@media screen and (max-width: 750px) {
	
	

	
	.holder_animacao_esquerda {
		padding:60px 20px 60px 20px;
	}

	

	.holder_animacao h2, .data_curso {
		max-width:100%;
		width:100%;
	}
	

	.holder_animacao .mostra {
		display:none;
	}

	
	.holder_depoimento {
		background-image:none;
	}

	
	
	
	.link_slide {
		width:10%;
	}
	.slide, .slider_texto, .container_slider {
		width:80%;
	}

	.resposta p {
		text-align:left;
	}
	
	
	.botaox2 {
		clear:both;
		display:block;
	}
	
	.botaox2 a {
		font-size:1.6em;
		line-height:1em;
	}
	
	
	.botaox .mostra {
		display:none;
	}
	
	.holder_secao .principal {
		width:106%;
	}
	
	.coluna_item {
		width:45%;
		margin:1.5% 1.6% 60px 1.6%;
	}
	
	
	
	
	#redes svg{
	width:50px;height:50px; margin:0 10px 0 10px;
	}
	
	#redes #whatsapp {
	width:56px;height:56px;
	}
	
	.holder_depoimento svg {
		width:50px;height:50px;
	}
	

	.footer {
		background-position:center 100px;
	}
	.coluna_rodape1 {
		height: 220px;
	}

	.coluna_rodape {
		width: 100%;
		text-align: center;
	}
	

}



@media screen and (max-width: 650px) {


	.frase .oculta {
		display:block;
	}

	.holder_animacao {
		background-image:url(../imagens/fundo-cel.jpg);
	}

	.holder_mosaico1 {
		background-image:url(../imagens/mosaico1-cel.jpg);
	}

	.holder_mosaico2 {
		background-image:url(../imagens/mosaico2-cel.jpg);
	}

	.holder_conteudo_servicos2 {
		background-image: url(../imagens/fundo-servicos-cel.jpg);
	}

	.holder_cabecalho_agenda {
		background-image:url(../imagens/cabecalho-agenda-cel.jpg);
	}

	.holder_cabecalho_servicos {
		background-image:url(../imagens/cabecalho-servicos-cel.jpg);
	}

	.holder_cabecalho_sobre {
		background-image:url(../imagens/cabecalho-sobre-cel.jpg);
	}

	.servico {	
		width: 100%;
		margin:0 auto 20px auto;		
	}

	.holder_depoimento h2, .holder_novidades h2 {
		text-align: center;
	}

	.holder_depoimento .oculta, .holder_livro .oculta, .holder_organizamos .oculta, .holder_contato .oculta {
		display: block;
	}

	.container_servicos_home .servico {
		min-height: auto;
	}

	.container_servicos_home .servico .mostra, .holder_abev .mostra {
		display:none;
	}

	.holder_livro {
		
	}
	
	.holder_conteudo {
		/*min-height:400px;*/
	}
	
	.holder_secao .principal {
		width:107.4%;
	}

	.holder_abev {
		text-align: center;
		background-position:center 240px;	
		background-image:url(../imagens/fundo-andreia-cel.jpg?08);
		height: 950px;
	}

	.eventos {
        max-width:100%;
        background-image:none;
        text-align: center;
    }

    .evento_esquerda, .evento_direita {
        margin: 0 auto;
        width: auto;
    }

    .evento_esquerda{
        padding:0 4%;
    }

	.div_frase_agenda .mostra {
		display: none;
	}
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}
	
	
}


@media screen and (max-width: 520px) {
	
	.holder_secao .principal {
		margin-left:0;
		width:100%;
	}
	
	.link_slide {
		height:250px;	
	}
	
	.container_servicos .servico {
		background-position: center 20px;
		background-size:80px;
		padding:20px 20px 20px 20px;
	}

	.container_servicos h3 {
		text-align: center;
		margin-top:100px;
	}
	
	.lista li {
		text-align:left;
	}
	
}

@media screen and (max-width: 470px) {

	.holder_organizamos .mostra {
		display: none;
	}

	.equipe, .equipe_maior {
		width: 100%;
		text-align: center;
	}

	.equipe_foto, .equipe_maior .equipe_foto {
		position:relative;
		width: 100%;
		text-align: center;
	}

	.equipe_nome, .equipe_maior .equipe_nome {
		position:relative;
		padding-left:0;
		margin:0 auto;
		top:20px;
		display: inline-block;
		text-align: center;
	}

	.equipe_funcao, .equipe_maior .equipe_funcao {
		position:relative;
		text-align: center;
		margin:0 auto;
		top:30px;
	}
	
}


@media screen and (max-width: 420px) {

}

@media screen and (max-width: 370px) {
		
}




.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

