

/* ==========================================================================
   Estilos Costumizados por Bruno Giubilei 
   ========================================================================== */

@font-face {
    font-family: 'Century';
    src: url(../fonts/Century.html);
}

body{

	background-color: #0E0C0D;
	color:white;
	height: 100%;
}

#logo-lageli{

	margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width:400px;

}

#btn_menu{

	z-index: 99;
}

#ddmenu{

	max-height: 80px;
	overflow-y: hidden;
}

#menu_topo{

	position:fixed;
	right:0px;
	top:51px;
	width:100%;
	z-index: 9;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  
  	border:0;
}

#menu_topo nav{

	width:100%;
	overflow-x:hidden;
	height:400px;
}

#espaco_topo{

	background-color: #0E0C0D;
	height: 100px
}

#div_colecoes{

	background-image: url('../img/fundo.jpg');
  	width: 100%;
}

#div_lancamentos{
	
	background-color: #0E0C0D;
	width: 100%;
}

#div_contatos{
	
	background-image: url('../img/fundo3.jpg');
	width: 100%;
	height:400px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#div_contatoscorpo{

	margin: 0px;
	padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -47%;
    transform: translate(-50%, -50%);
}

#div_video{
	
	background-color: #0E0C0D;
	width: 100%;
	cursor: pointer;
}

#content_video{

	display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 50%;
    text-align: center;
}

#div_content_video{

	display: table;
	width: 100%;
	margin-left: -18%;
}

#div_content_video_celular{

	display: none;
}

#owl-demo{
	
	background-color: #0E0C0D;
}

.circulo {
	
	width: 200px;
	height: 200px;
	background: #000;
	margin: 0;
    background-color: rgb(0, 0, 0);
  	background-color: rgba(0, 0, 0, 0.8);
    border-radius: 200px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    display: block;
}

.circulo:hover {

	background-color: #EBAA92;
}

.rotate {

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.transparente:hover .rotate {
  
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}


.transparente2:hover .rotate {
  
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}

.img_redesocial{

	margin-top: 45px;
}

.texto_redesocial{

	font-size: 30px;
}

.texto_redesocialcorpo{
	position: relative;
	top: 30px;
}

#div_redesociais{
	
	width: 100%;
	height: 368px;
	display:table !important;

}

#div_redesociaiscorpo{
	
	display:table-cell;
    vertical-align:middle;
    text-align:center;
	position: relative;
	
}	

#div_contatos{
	
	background-image: url('../img/fundo3.jpg');
	width: 100%;
	height:768px;
	padding: 40px
}

.quadrado_contato{

	background-color: rgb(0, 0, 0);
  	background-color: rgba(0, 0, 0, 0.5);
  	padding: 20px;
  	margin: 5px;
  	height: 300px;
}

.quadrado_contato h4{

	color:#ebaa92;
	text-align: center;
}

.quadrado_contato p{

	position: relative;
	top:30px;
}

.clique{

	border: 2px solid #fff;
	width: 130px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

.clique p{

	font-size:16px;
	position:relative;
	top:4px;
	left:11px;
}

#div_rodape{

	background-color: #0E0C0D;
	width: 100%;
	height: 520px;
	position: absolute;
	left: 0;
	padding: 0;
}

#div_rodape p{
	
	position: relative;
	top: 15px;
	color:#ebaa92;
	font-size:18px;
}

#conteudo_rodape{

	width: 100%;
	height: 420px;
	background-color: white;
	color: black;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	font-size: 16px;
}

.espaco_rodape{

	height: 30px;
}

.linha_preta{

	background-color: black;
	width: 100%;
	height: 2px;
}

.linha_cinza{

	background-color: gray;
	width: 100%;
	height: 2px;
}

.texto_carousel{
	
	display:none;
}

.texto_carousel p{

	text-align: center;
	font-size: 20px;
	
	/*ALINHAR OS ELEMENTO DE DENTRO DE UMA DIV NO CENTRO E MEIO.
	fonte: http://www.w3.org/Style/Examples/007/center.en.html*/
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.texto_carousel a{

	color:white;
	text-decoration:none;
	border:1px solid white;
	margin: 0 auto;
	padding:10px;
	position: absolute;
	top:120px;
}

.hoverzoom {
	
	margin: 0 auto;
    overflow:hidden;
    position: relative;
}

.hoverzoom > img {

	width:100%;
	padding-bottom:2px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);

}

.hoverzoom:hover > img {

	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);

}

.hoverzoom .retina{
	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;    
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
	border-radius: 2px;
	text-align: center;
	padding: 30px;
	-webkit-transition:  all .8s cubic-bezier(.170, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.170, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.170, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.170, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.170, 1.000, .220, 1.000); 
}

.hoverzoom:hover .retina {
	
	opacity: 1;
	box-shadow: inset 0 0 70px 30px rgba(0,0,0,.5);
}

.hoverzoom .retina p {

	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hoverzoom .retina a {
	
	display: block;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	margin: 16px auto 0;
	background-color:#ebaa92;
	border:1px solid #ebaa92;
	width:50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hoverzoom .retina div {

	padding: 10px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#div_empresa{

	background-image: url('../img/empresa.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	overflow: auto;
	font-family:'Century';
	position: relative;
	display:table !important;
	
}

#div_empresacorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_empresa h1{

	font-size: 60px !important;
}	

#div_empresa p{

	font-size: 20px;
}

.vcenter {
 
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#div_inspiracoes{

	background-image: url('../img/inspiracoes.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	font-family:'Century';
	/*ALINHAR VERTICALMENTE ELEMENTOS DE DENTRO DE UMA DIV PARTE 1*/
	display:table !important;
}

#cols-inspiracoes{

	/*ALINHAR VERTICALMENTE ELEMENTOS DE DENTRO DE UMA DIV PARTE 2*/
	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

.col-menu-redondo{

	display:table !important;
}

.menu-redondo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
	height: 200px;
	width: 200px;
	cursor: pointer;
	border-radius: 200px;
	font-size: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu-redondo-rosa{

	background-color: rgba(235, 170, 146, 0.6);
}

.menu-redondo-preto{

	background-color: rgba(0, 0, 0, 0.7);
}

#div_nossasinspiracoes{

	position: absolute;
	top: 15%;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#div_conteudobolinhas{

	position: absolute;
	bottom: 15%;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#div_social{

	background-image: url('../img/vivamelhor.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
}

#div_socialtexto{
	
	
}

.clique-empresa{

	border: 2px solid #ebaa92;
	width: 120px;
	height: 35px;
	position: relative;
	font-family: Arial;
	font-size: 14px;
}

.clique-empresa p{

	position: absolute;
	top: 6px;
	left: 10px;
	padding-left: 2px;
	padding-right: 2px;
	color: white;
}

.clique-empresa:hover{

	border: 2px solid white;
}	

.modal_celular{

	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(235, 170, 146, 0.95);
	z-index: 99999;
	display:table !important;
}

.modal_celular img{

	position: fixed;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#modal_celular-content > div{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#modal_celular-content p{

	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

#div_localize_distribuidor{

	background-image: url('../img/localize.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	font-family:'Century';
	font-size: 20px !important;
	display:table !important;
}

#div_localize_distribuidorcorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_proprio_negocio{

	background-image: url('../img/01.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	font-family:'Century';
	font-size: 20px !important;
	display:table !important;
}

#div_proprio_negociocorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

.clique-btn{

	border: 2px solid #ebaa92;
	padding: 8px;
	color: white;
}

.clique-btn:hover{

	border: 2px solid white;
	text-decoration: none;
	color: white;
}

.clique-btn:focus{

	border: 2px solid #ebaa92;
	text-decoration: none;
	color: white;
}

#div_diferencas{

	background-image: url('../img/02.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;
}

#div_diferenciais{

	position: absolute;
	top: 15%;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#cols-diferencas{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_diferencasbolinhas{

	position: absolute;
	bottom: 10%;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#div_perfil{

	background-image: url('../img/03.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;
}

#div_perfildistribuidor{

	position: absolute;
	top: 15%;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#cols-perfil{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_perfilbolinhas{

	position: absolute;
	bottom: 15%;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#div_historiasucesso{

	background-image: url('../img/04.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;	
}

#div_historiasucessocorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_passosdistribuidor{

	background-image: url('../img/05.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;	
}

#div_passosdistribuidorcorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#espaco_passosdistribuidor{

	height: 150px;
}

#div_solicite_consultora{

	background-image: url('../img/solicite.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	font-family:'Century';
	font-size: 20px !important;
	display:table !important;
}

#div_solicite_consultoracorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_solicite_consultora{

	background-image: url('../img/solicite.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	font-family:'Century';
	font-size: 20px !important;
	display:table !important;
}

#div_solicite_consultoracorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_seja_consultora{

	background-image: url('../img/06.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	font-family:'Century';
	font-size: 20px !important;
	display:table !important;
}

#div_seja_consultoracorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_historiasucessoconsultora{

	background-image: url('../img/fotoconsultora.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;	
}

#div_historiasucessoconsultoracorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_promocao{

	background-image: url('../img/contato01.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;		
}

#div_promocaocorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_sugestoes{

	background-image: url('../img/contato02.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;		
}

#div_sugestoescorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_sac{

	background-image: url('../img/contato03.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	font-family:'Century';
	font-size: 20px !important;
	position: relative;
	display:table !important;		
}

#div_saccorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_seja{

	background-image: url('../img/contato03.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 768px;
	position: relative;
	display:table !important;		
}

#div_sejacorpo{

	display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 100%;
}

#div_sejacorpo div.clique p{

	margin: 0;
	left: 0px;
}

#div_formulario{

	background-color: #e6e6e6;
	width: 100%;
	color: #565455;
	font-size: 16px;
}

.texto_laranja{

	color: #ebaa92;
}

.campos input {

	width: 100%;
	min-height: 50px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
	border: 0px;
	padding-left: 15px;
}

.campos select {

	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
}

.campos textarea {

	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 20px;
}

.campos input:focus {

	border: 1px solid #4586F5;
}

.campos select:focus {

	border: 1px solid #4586F5;
}

#titulo_formulario p {

	color: #565455;
	font-size: 21px;
}

#modal_slide{

	width: 100%;
	height: 100%;
	font-family: 'Century';
	font-size: 20px !important;
	position: relative;
	display: table !important;
	color: white;
}

#modal_slidecorpo{

	display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

#modal_slide a{

	color: white;
	border: 2px solid #ebaa92;
	padding: 8px;
}

/******************************************************************************************************************/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
 
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*telas menores*/
@media (min-width: 0px) and (max-width: 757px){

	.texto_redesocial{

		display: none;
	}

	#div_rodape{

		height: 1720px;
	}

	#conteudo_rodape{

		height: 1620px;
	}

	/*.clique{

		top: 100px;
	}*/

	#btn_menu{

		z-index: 9999999;
	}    
}

/*telas maiores*/
@media (min-width: 993px) and (max-width: 3000px){

	/*.clique{

		position: absolute;
		left: 33%;
	}*/

	.texto_carousel{
	
		display:inherit;
	}

	#menu_topo nav{

		height: 500px
	}
}