* {margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}


/* ============== Reset css styles ==================== */

body {
    font-family:'Open Sans', Verdana, sans-serif;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a, 
a:hover, 
a:visited {
    outline:none;
}
strong {
    font-weight:700;
}
p {
    margin:0 0 10px 0;
}
.wrap {
    width: 100%;
}
.right {
    float:right;
    margin-left:80px;
    text-align:left;
}
.left {
    float:left;
    margin-right:80px;
    text-align:right;
}
.anchor:before {
    content:"";
    display:block;
}


/* ============== MAIN ==================== */

#about-title, 
#blog-title, 
#contact-title {
    height:250px;
    color:white;
    border-bottom:5px solid #ff6000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#about-title {
    background-color:black;
}
#blog-title {
    background:#484746;
}
#contact-title {
    background-color:#ffc600;
}
#about, 
#blog, 
#contact {
    margin:80px auto 0;
    overflow:hidden;
}
#about p {
    margin-top:80px;
}
#contact p {
    padding:0 20px;
    width:50%;
    margin:0 0 80px;
}
#welcome, #esquema_6_accoes, #testmunhos {
    margin:0px auto;
    text-align:left;
    color:#FFF;
   
}
.blog-item {
    width:22%;
    margin-right:4%;
    float:left;
    text-align:center;
}
.blog-item.last {
    margin-right:0;
}
.blog-item img {
    width:90%;
}
.blog-item .title {
    font-weight:600;
    color:#ff6000;
}
.blog-item .info {
    font-weight:400;
    color:#333;
    font-size:14px;
    line-height:23px;
    margin-bottom:20px;
}
.readmore {
    background:transparent url('../img/readmore.png') 0 0 no-repeat;
    height:26px;
    width:125px;
    display:block;
    font-size:14px;
    color:#333;
    text-decoration:none;
    margin:0 auto;
    padding:0 5px 0 30px;
    line-height:26px;
}
.readmore:hover {
    background:transparent url('../img/readmore-hover.png') 0 0 no-repeat;
}


/* ============== Pop up box ==================== */

.popupbox {
    width:100%;
    display: none;
}
.popupbox img {
    max-width:50%;
    margin-left:20px;
}
.popupbox h3 {font-weight:600;
    font-size:24px;
    color:#ff6000;
    margin:0 0 20px 0;
}
.popupbox p {
    font-size:14px;
    line-height:22px;
    font-weight:400;
}


/* ============== Header, Footer & Menu ==================== */

.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    height: 65px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.cbp-af-header .cbp-af-inner {
    width: 1170px; /* 1140px */
    margin: 0 auto;
    padding: 0;
    position:relative;
    height:100%;
}
.cbp-af-header h1 {
	font-weight: normal;
	height: 40px;
	float: left;
	margin:15px 0 0 0px;
	text-align: left;
	text-transform: uppercase;
	width: 150px;
	cursor: pointer;
}
.cbp-af-header nav {
    float: left;
    margin: 0;
    /*position: fixed;
    text-align: center;*/
    margin-top: 22px;
	/* padding-left:20px; */
	padding-left:12px;
}
.cbp-af-header nav .emptyMenu {
    display: block;
    float: left;
    height: 30px;
    width: 28%;
}
.cbp-af-header nav a {
    color: #000000;
    float: left;
    font-size: 11px;
    font-weight: 800;
    /*margin: 0 22px 0 0 ;*/
    text-decoration: none;
    /*width: 14%;*/
	text-transform: uppercase;
	/* padding: 0px 10px 28px; */
	padding: 0px 8px 28px;
	cursor: pointer;
}
.cbp-af-header nav a:hover {
    color: #333;
	padding-bottom: 20px;
	border-bottom: 8px solid #e2251b; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header nav .active {
    color: #333;
	padding-bottom: 20px;
	border-bottom: 8px solid #e2251b; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

span.loja {
	float: right;
	margin-top:15px;
	}
.loja a{
	color: #FFF !important;
	background: #e2251b;
	padding: 5px 15px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px !important;
	margin: -5px 0 0 0 !important;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:800;
	}
.loja a:hover {
	background-color: #000;
}
	
.fblink a{
	float: left;
	/* margin: 11px; */
	cursor: pointer;
	color: #e2251b;
	font-size: 14px;
	margin: 13px 0px 11px 5px;
}
.fblink a:hover {
	color: #000;
}
	
.cbp-af-header h1,
.cbp-af-header nav {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
    height: 130px;
}
.cbp-af-header.cbp-af-header-shrink nav {
	top:50px;
}
.cbp-af-header.cbp-af-header-shrink nav a {
	color: #666;
}
.cbp-af-header.cbp-af-header-shrink h1 {
	font-weight: normal;
	height: 80px;
	left: 50%;
	margin: 10px 0 0 -55px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 110px;
	padding-top:30px;
}
a#pull {
    display:none;
}
.footer {
    margin:10px 0 10px;
    text-align:center;
    font-size:13px;
    line-height:15px;
}
.footer a {
    text-decoration: none;
    color:#333;
}

.cbp-af-header .language {
	position: absolute;
	
	margin-top: 30px;
	
	right: -3px;
	padding: 5px 10px 5px 8px;
	
	border-radius: 5px 8px 0px 0px;
	
	background-color: black;	

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
/* 	-ms-transform: rotate(-90deg); */
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	font-size: 14px !important;
	color: white;
	
	cursor: pointer;
}

/* ============== Parallax image backgounds ==================== */

.js-background-0 {
    background: transparent url('../img/6accoes_bg.jpg') 0 0px no-repeat fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}
.js-background-1 {
    background: transparent url('../img/bg_1.jpg') 0 0px no-repeat fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	height: 750px !important;
}
.js-background-1-2 {
    background: transparent url('../img/bg_2.jpg') 0 0px no-repeat fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	height: 750px !important;
	
	background-color: #E4251B;
}
.js-background-2 {
    background: transparent url('../img/bg_inovacao.jpg') 50% 0px no-repeat fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	height: 685px !important;
	
	background-color: #E4251B;
}
.js-background-3 {
    background: transparent url('../img/bg_quemsomos.jpg')  50% 0px no-repeat fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	height: 500px !important;
}


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

#accoes {
	height: 780px;
	}
#content_accoes {
	width: 1140px;
	margin:0 auto;
	text-transform:uppercase;
	}
#slider_wrapper {
	margin: 0 auto;
	width:1000px;
	height: 110px;
	}
#slider_fixo {
	position: relative;
	height: 52px;
	width: 496px;
	padding:110px 0 0 0;
	float:right;
	}
#slider_frases {
	display: none;
	padding:110px 0 0 0;
	position: relative;
	}
#content_accoes .titulo {
	padding:120px 0 0 0;
	float:left;
	font-size:34px;
	letter-spacing:-1px;
	font-weight: 700;
 	}
#content_accoes .descricao {
	clear:both;
	font-size:14px;
	float:left;
	margin-top:30px;
	width:600px;
	line-height:20px;
	font-weight: 300;
 	}
#content_accoes .circles {
	clear:both;
	float:left;
	margin-top:30px;
	width:1140px;
	height:190px;
 	}
.circles ul {
	list-style:none;
	height:190px;
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
	}
.circles ul li {
	display: inline-block;
	width:185px;
	height:185px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:50%;
	cursor:pointer;
	}
li.c1 {
	background:url(../img/a1.png);
	}
li.c1:hover {
	background:url(../img/a1d.png);
	}
li.c2 {
	background:url(../img/a2_new.png);
	}
li.c2:hover {
	background:url(../img/a2d_new.png);
	}
li.c3 {
	background:url(../img/a3_new.png);
	}
li.c3:hover {
	background:url(../img/a3d_new.png);
	}
li.c4 {
	background:url(../img/a4.png);
	}
li.c4:hover {
	background:url(../img/a4d.png);
	}
li.c5 {
	background:url(../img/a5.png);
	}
li.c5:hover {
	background:url(../img/a5d.png);
	}
li.c6 {
	background:url(../img/a6.png);
	}
li.c6:hover {
	background:url(../img/a6d.png);
	}

/* EN */

li.c1_en {
	background:url(../img/a1_en.png);
	}
li.c1_en:hover {
	background:url(../img/a1d_en.png);
	}
li.c2_en {
	background:url(../img/a2_en.png);
	}
li.c2_en:hover {
	background:url(../img/a2d_en.png);
	}
li.c3_en {
	background:url(../img/a3_en.png);
	}
li.c3_en:hover {
	background:url(../img/a3d_en.png);
	}
li.c4_en {
	background:url(../img/a4_en.png);
	}
li.c4_en:hover {
	background:url(../img/a4d_en.png);
	}
li.c5_en {
	background:url(../img/a5_en.png);
	}
li.c5_en:hover {
	background:url(../img/a5d_en.png);
	}
li.c6_en {
	background:url(../img/a6_en.png);
	}
li.c6_en:hover {
	background:url(../img/a6d_en.png);
	}

/******/

.btn {
	font-size:12px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration:none;
	cursor: pointer;
	}
.btn_white {
	background:#FFF;
	color:#e2251b;
	padding: 10px 50px;
	}
.btn_white:hover {
	border: 2px solid #FFF;
	background:#e2251b;
	color:#FFF;
	padding: 8px 48px;
	}
.btn_white_border {
	background:#FFF;
	color:#e2251b;
	padding: 10px 50px;
	border: 2px solid #e2251b;
	}
.btn_white_border:hover {
	border: 2px solid #e2251b;
	background:#e2251b;
	color:#FFF;
	padding: 10px 50px;
	}
.como_app_title {
	font-size:12px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
	background:#e2251b;
	color:#FFF;
	padding: 10px 60px;
	border: 2px solid #FFF;
	}
.btn_red_border {
	background:#e2251b;
	color:#FFF;
	padding: 10px 50px;
	border: 2px solid #FFF;
	}
.btn_red_border:hover {
	border: 2px solid #e2251b;
	background:#FFF;
	color:#e2251b;
	padding: 10px 50px;
	}
.btn_red {
	background:#e2251b;
	color:#FFF;
	}
.sabermais {
	float:left;
	margin: 75px 0 0 40px;
	}
.vervideo {
	float:right;
	margin: 120px 0 0 0px;
	background:url(../img/creme_1.png) 0 0 no-repeat;
	height: 76px;
	width:447px;
	}
a.bt_video {
	background:url(../img/ver_video.png) 0 0 no-repeat;
	height: 64px;
	width:92px;
	margin: 20px 115px 0 0;
	display:block;
	float:right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
a.bt_video:hover {
	background:url(../img/ver_video_d.png) 0 0 no-repeat;
	}
	
a.bt_video_en {
	background:url(../img/watch_video.png) 0 0 no-repeat;
	height: 64px;
	width: 123px;
	margin: 20px 100px 0 0;
	display:block;
	float:right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
a.bt_video_en:hover {
	background:url(../img/watch_video_d.png) 0 0 no-repeat;
	}


/* AKNOUT ATTACK */

#content_product {
	position: relative;
	margin:0px auto;
    text-align:left;
	width: 1140px;
	height: 731px; /* 550px; */
	padding:55px 0 0;
	
/* 	background: url(../img/bg_attack.png) 50% 0px no-repeat;  */
	}
.produto {
	float:left;
	width: 550px;
	text-align: center;
	}
	
.balao_novo {
	position: absolute;
	top: -30px;
	left: 32%;
	background-image: url(../img/balao_novo.png);
	background-size: 160px;
	background-repeat: no-repeat;
	width: 160px;
	height: 168px;
	padding: 46px 25px;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}
.descricao_produto {
	float:left;
	padding:0 0 0 30px;
	}
.modosutilizacao {
	height: 200px;
	}
.texto {
	font-size: 16px;
	line-height: 20px;
	}
.texto_12 {
	font-size: 12px;
	line-height: 15px;
	}
.small {
	font-size:11px;
	}
.red {
	color:#e2251b;
	}
.gray {
	color: #666666;
	}
.dark {
	color:#222222;
	}
.white {
	color: #FFFFFF;
	}	
.upper {
	text-transform:uppercase;
	}
.weight {
	font-weight:600;
	}
.mg_rite {
	margin-right:15px;
	}
#ut_1, #ut_2, #ut_3, #ut_4 {
	background:url(../img/bullet_utilizacao.png) 0 2px no-repeat;
	padding:0 0 0 20px;
	margin:0 0 5px 0;
	cursor: pointer;
	}


/* 6 accoes esquema */

#product_accoes {
	height: 780px;
	}
#product_accoes_top {
	background: url(../img/creme_2.png) 50% 0px no-repeat; 
	width: 100%;
	height: 103px;
	}
#product_accoes_bottom {
	background: url(../img/creme_3.png) 50% bottom no-repeat; 
	width: 100%;
	padding-top:0px;
	height:110px;
	}	
#content_6accoes {
	width: 1140px;
	margin:0 auto;
	padding:70px 0 0 0;
	height:560px;
	
	padding-top: 380px; /* 180px */
	}
.product_content_accoes {
		height: 603px;
	}
.as6accoes {
	padding-left:220px;
	}
.titulo_6accoes {
	float: left;
	font-size:22px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
	border: 2px solid #FFF;
	color:#FFF;
	padding: 10px 20px;
	margin-left:170px;
	margin-bottom:50px;
	}
.esquema_6accoes {
	display:block;
	padding: 0;
	width: 450px;
	float: left;
	clear: both;
	}
.descricao_6accoes{
	display: block;
	float: right;
	width: 330px;
	height: 500px;
	z-index: 999;
	}
.descricao_6accoes ul {
	list-style: none;
	}	
.descricao_6accoes li {
	font-size:14px;
	padding-bottom:10px;
	line-height: 19px;
	}
.num_bullet {
	font-size:21px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
	border: 2px solid #e2251b;
	background:#FFF;
	color:#e2251b;
	padding: 0px 7px;
	font-weight: 700;
	margin-right: 15px;
	margin-left: -45px;
	}


/* Limpeza Info */


.limpezainfo {
	width: 600px; /* 1140px; */
	margin: 0 auto;
	padding: 210px 0 0 0; /* 70px 0 0 0 */
	height: 560px;
	margin-left: 50%;	
}

.limpezainfo .title {
	font-size: 28px;
	font-weight: bolder;
	color: #fff;
	
	margin-bottom: 50px;
	
	padding-top: 100px;
}

.limpezainfo .texto {
	font-size: 16px;
	color: #fff;
	font-weight: 100;
}

.limpezainfo .texto .bullet {
	  background: url(../img/limpezabullet.png) 0 2px no-repeat;
	  padding: 0 0 0 20px;
	  margin: 0 0 5px 0;
}

.limpezainfo .logos {
	margin-top: 30px;
}

.limpezainfo .logos img {
	margin-right: 20px;
}

/* Como Aplicar */

#content_como_aplicar {
	width: 1200px; /* 1140px; */
	margin:0 auto;
	padding:00px 0 0 0;
	}
.como_aplicar {
	padding:0 0 0 100px;
	float: left;
	}
.btn_comoaplicar {
	float:left;
	margin-left: 15px;
	}
.shape_comoaplicar {
	background: url(../img/shape-comoaplicar.png) 0 0 no-repeat;
	width: 221px;
	height: 246px;
	float: left;
	clear: both;
	margin-top:50px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	padding: 65px 30px 0;
	text-align:center;
	}
.descricao_como_aplicar {
	padding-left: 50px;
	float: left;
	}
.esquema_como_aplicar {
	background: url(../img/como_aplicar_bg.jpg) -20px 0 no-repeat;
	}
.imagem_esquema_como_aplicar {
	}
/* Testemunhos */
#content_testemunhos {
	/*height: 320px;*/
	}
#testemunhos_top {
	background: url(../img/creme_4.png) 50% 0px no-repeat; 
	width: 100%;
	height: 50px;
	}
#testemunhos_body{
	background: #e7e7e7;
	height:325px;
	}
#testemunhos_container{
	width: 900px;
	margin:0 auto;
	padding:0 0 0 0;
	}

.testemunhos_list {
	width: 50%;
	float: left;
}

.testemunhos_list .wrapper {
	margin-top: 30px;
}

.testemunhos_list .wrapper p {
	font-size: 17px;
	color: #e2251b;
  line-height: 120%;
}
.testemunhos_list .wrapper span {
  font-size: 12px;
}

.testemunhos_formzone {
	width: 35%;
	float: left;
	margin-left: 15%;
}
.testemunhos_formzone h1 {
	display: block;
	line-height: 120%;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 30px 0 15px 0;
}
.testemunhos_formzone input {
	width: 244px;
	line-height: 29px;
	border: 0;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 8px;
}

.testemunhos_formzone textarea {
	width: 244px;
	height: 90px;
	border: 0;
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-top: 8px;
}

.testemunhos_formzone .submitbutton {
	width: 90px;
	line-height: 29px;
	padding-right: 20px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	background: #E63800 url('../img/testemunhos_send.png') no-repeat right center;
}

.testemunhos_formzone .error {
	border: 2px solid rgba(220,0,0,.8);
}

.testemunhos_formzone .message {
	font-size: 12px;
	font-weight: 700;
	color: #090;
	display: none;
}
.testemunhos_formzone .message.error {
	color: #900;
}



#testemunhos_bottom {
	background: url(../img/creme_5.png) 50% bottom no-repeat; 
	width: 100%;
	height: 50px;
	padding-top: 0px;
	}	
.testemunhos_all {
	color:#e2251b;
	line-height: 120%;
	}
.t_1 {
	float:left;
	font-size:20px;
	padding-top: 80px;
	width: 480px;
	}
.t_2 {
	float:right;
	font-size:20px;
	padding-top: 50px;
	width: 370px;
	}
.t_3 {
	clear:both;
	font-size:24px;
	width: 440px;
	margin:0 auto;
	}
.id_pessoa {
	color: #707070;
	font-size:50%;
	}


/* INOVAÇÃO AKNOUT*/

#inovacao {
	height: 605px;
	}
#inovacao_aknout_top {
	background: url(../img/creme_5.png) 50% bottom no-repeat; 
	width: 100%;
	height: 50px;
	}
#inovacao_aknout_bottom {
	background: url(../img/creme_6.png) 50% bottom no-repeat; 
	width: 100%;
	height: 103px;
	padding-top: 00px;
	}	
#inovacao_aknout {
/* 	padding:70px 0 0 0; */
	}
#content_inovacao {
	width: 1000px;
	margin: 0 auto;
	padding: 155px 0 0 50px; /* 40px 0 0 50px */
	font-weight: 300;
	
	}
#content_inovacao div p {
	font-weight: 300;
	color: #FFF;
	background: url(../img/bullet_white.png) 0 2px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	}
/* Segurança e eficácia */
#content_eficacia {
	height: 930px;
	padding-top: 80px;
	}
#eficacia_body{
	background: #e7e7e7;
	height:850px;
	}
#eficacia_container{
	width: 900px;
	margin:0 auto;
	padding:5px 0 0 0; /* 20px 0 0 0 */
	}	
p.eficacialist {
	background: url(../img/bullet_utilizacao.png) 0 2px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	}
#eficacia_bottom {
	background: url(../img/creme_7.png) 50% bottom no-repeat; 
	width: 100%;
	height: 50px;
	padding-top: 0px;
	}	


/* Dicas e Mitos */

#dicas_e_mitos {
	height: 1890px;
	margin:0 auto;
	padding:60px 0 0 0; /* 80px 0 0 0 */
	}
.dicasmitos_title {
	margin:0 auto;
	width:900px;
	}
.dicasmitos_bar {
	background:#ffe0e0;
	height: 125px;
	margin: 20px auto 40px;
	}
.dicasmitos_wrapper {
	margin:0 auto;
	width:900px;
	text-align:center;
	}
.dicas_block {
	float:left;
	width: 450px;
	padding-top:90px;
	background:url(../img/Dicas2.gif) center 10px no-repeat;
	}
.mitos_block {
	float:left;
	width: 450px;
	padding-top:90px;
	background:url(../img/Mitos2.gif) center 10px no-repeat;
	color:
	}
#content_dicasmitos {
	width: 100%;
	}
.dicasmitos_columns {
	margin:0 auto;
	width:900px;
	height: 980px;
	}
.dicas_column {
	float:left;
	width: 400px;
	}
.mitos_column {
	float:left;
	width: 400px;
	margin-right:100px;
	}
.dicasmitos_separator {
	border-bottom: 2px dashed #e2251b;
	margin:30px 0;
	}
.maisdicasmitos {
	margin:0px auto;
	width:900px;
	text-align:center;
	}


/* Quem Somos*/

#quemsomos {
	height: 560px;
	}
#quemsomos_top {
	background: url(../img/creme_8.png) 50% bottom no-repeat; 
	width: 100%;
	height: 50px;
	}
#quemsomos_bottom {
	background: url(../img/creme_9.png) 50% bottom no-repeat; 
	width: 100%;
	height: 70px;
	}	
#quemsomos_container {
	width: 1000px;
	margin: 0 auto;
	padding: 160px 0 0 50px;
	font-size:14px;
	}

#quemsomos_en {
	height: 355px;
	overflow: hidden;
}

#quemsomos_bottom_en {
	background: url(../img/creme_9.png) 50% bottom no-repeat; 
	width: 100%;
	height: 100px;
	}
	
	
/* GAMA AKNOUT */

.menugama {
	position: absolute;
	width: 105px;
	height: 0px;
	margin-left: -10px;
	padding-top: 45px;
/* 	background-color: rgba(128, 0, 128, 0.67); */
	z-index: -1;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: default;
}
.menugama .btn {
	width: 100%;
	height: 26px;
	background-color: #fff;
	text-align: center;
	border-radius: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 8px;
	border: 1px solid;
}

.menugama .btn:hover {
	background-color: #e2251b;
	color: #fff;
	
}	

.gama {
	position: relative;
	width: 100%;
	height: 640px;
	background-color: #e2251b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.gama .conteudo {
	margin: 0px auto;
	width: 1000px;
}

.gama .conteudo .titulo {
	padding-top: 70px;
	padding-left: 50px;
}

.gama .conteudo .produto {
	text-align: center;
	position: absolute;
	bottom:	70px;
	line-height: 25px;
}

.gama .conteudo .produto img {
	cursor: pointer;
	
	-webkit-transition: padding 0.5s;
	-moz-transition: padding 0.5s;
	-o-transition: padding 0.5s;
    transition: padding 0.5s;
}

.gama .conteudo .produto img:hover {
	padding-bottom: 30px;
}


.gama .conteudo .produto .balao_novo {
	position: absolute;
	/* top: -30px; */
	left: 65%;
	background-image: url(../img/balao_novo_branco.png);
	background-size: 150px;
	background-repeat: no-repeat;
	width: 150px;
	height: 158px;
	padding: 65px 27px;
	color: #e2251b;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
}

.gama .fundo {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 200px;
/* 	margin: 120px 0 0 0px; */
	background:url(../img/creme_1.png) 0 0 no-repeat;
	height: 76px;
	width:447px;
}


/* Onde estamos*/

#onde_estamos {
	height: 670px;
	margin:0 auto;
	padding:80px 0 0 0;
	}
.ondeestamos_title {
	margin:0 auto;
	width:900px;
	}
#content_ondeestamos {
	width: 100%;
	}
#mapa_ondeestamos, #map_canvas {
	height: 400px;
	}
.ondeestamos_columns {
	margin:0 auto;
	width:900px;
	height: 180px;
	}
.column_1, .column_2 {
	float:left;
	width: 233px;
	margin-right:100px;
	}
.column_3 {
	float:left;
	width: 233px;
	}
.footer_fb {
	margin-top:18px;
	}
.footer_fb div, .footer_fb span{
	float:left;
	width:140px;
	}
.img_portugal {
	background:url(../img/AKN_Portugal-Simbolo.png) 0 0 no-repeat;
	padding-left: 150px;
	margin:30px auto 3em auto;
	width:900px;
	/*height:150px;*/
	font-size: 14px;
	line-height: 15px;
	}


#onde_estamos .unit {
  margin-top: 40px;
  width: 33.333%;
  float: left;
  text-align: center;
}
#onde_estamos .unit a {
  display: inline-block;
}

#onde_estamos .unit a img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

#onde_estamos .unit a:hover img {
  filter: none; /* IE6-9 */
  filter: grayscale(0); /* Firefox 35+ */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}


/* Contactos */

#footer_contactos {
	background: #222222;
	height: 250px;
	margin:0 auto;
	padding:80px 0 0 0;
	}
#content_contactos {
	width: 100%;
	}
.contactos_columns {
	margin:0 auto;
	width:1000px;
	/*height: 120px;*/
	line-height:16px;
	}
.cont_1, .cont_3 {
	float:left;
	width: 170px;
	}
.cont_2 {
	float:left;
	width: 280px;
	margin-right:30px;
	}
.cont_2 a {
    color: #FFF;
    text-decoration: none;
    }
.cont_4 {
	float:left;
	width:  320px;
	margin-left:30px;
	}
.email_link {
	color: #FFFFFF;
	}
#gallery {
	margin: 0px auto;
	width: 900px;
	}
#gallery div div div div div ul {
	list-style: none;
	}
#gallery div div div div div ul li{
	list-style: none;
	width:285px;
	float:left;
    padding-right: 30px;
    font-size: 15px;
	}


/* ============== Responsive Media Queries ==================== */
@media screen and (max-width: 1149px) {
	/* ============== Parallax image backgounds ==================== */
.js-background-0 {
    background: transparent url('../img/6accoes_bg.jpg') 0 0px no-repeat fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}
.js-background-1 {
	background-image: none;
    background: #e4251b;
	height: 750px !important;
}
.js-background-2 {
	background-image: none;
    background:  #e4251b;
	height: 685px !important;
}
.js-background-3 {
	background-image: none;	
    background: #e7e7e7 ;
	height: 500px !important;
}
}



/* PARALLAX  "FIX" */

.temp2 {
	position: absolute;
	top: 705px;
	height: 731px;
	width: 100%;
	background-image: url('../img/bg_attack.png');
/* 	background-position-x: 50%;   */
	background-position: center top;  
	padding-top: 75px;
	z-index: 9999;
}

.temp3 {
	position: absolute;
	top: 1150px;
	width: 100%;
}


.temp4 {
	position: absolute;
	top: 2035px;
	height: 810px;
	width: 100%;
	background-image: url('../img/bg_neutro.png');
	background-position: center top;    
	padding-top: 75px;
	z-index: 9999;
}

.temp5 {
	position: absolute;
	top: 2600px;
	width: 100%;
}

.temp6 {
	position: absolute;
	top: 3380px;
	height: 580px;
	width: 100%;
	background-image: url('../img/bg_comoaplicar.png');
	background-position: center top;     
	padding-top: 75px;
	z-index: 9999;
}

.temp7 {
	position: absolute;
	top: 3910px;
	height: 440px;
	width: 100%;
	background-image: url('../img/bg_testemunhos.png');
	background-position: center top;      
/* 	padding-top: 75px; */
	z-index: 9999;
}

.temp8 {
	position: absolute;
	top: 4230px;
	width: 100%;
}

.temp9 {
	position: absolute;
	top: 4860px;
	height: 900px;
	width: 100%;
	background-image: url('../img/bg_seguranca.png');
	background-position: center top;  
	z-index: 9999;
}

.temp10 {
	position: absolute;
	top: 5780px;
	width: 100%;
	background-color: #fff;
}

.temp11 {
	position: absolute;
	top: 7560px;
	width: 100%;
}