
@import url('fonts/akrobat.css');
@import url('hamburguer-menu.css');

body{
	font-family: 'akrobatregular';
}

#menu_top_container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.70);
	background-color: rgba(255,255,255,0.50);
	text-transform: uppercase;
}

#header_background{
	width: 100%;
	height: 100vh;
	background: url(../images/fundo-modelo-capa.jpg) bottom center no-repeat;
	background-size: cover;
	display: table;
}

.table_emule{
	display: table; 
	height: 100%;
	width: 100%;
}

.table_emule > div{
	display: table-cell;
}

.alinhamento_esquerdo{
	text-align: left
}

.alinhamento_esquerdo a{
	margin-left: 15px;
}

.alinhamento_direito{
	text-align: right;
}

.alinhamento_direito a{
	margin-right: 15px;
}

.table-align-middle{
	vertical-align: middle;
}

.item_menu_principal{
	font-family: 'akrobatbold';
	font-size: 1em;
	color:#1D262D;

}

.head_social_icones a{
	font-size: 1em;
	color: #1D262D;
}

.menu_hamurger{
	display: none;
	position: absolute;
	right: 0;
	top: calc(50% - 40px);
	z-index: 9999;
}


#menu_responsivo{
	position: fixed; 
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.95); 
	z-index: 9995;
	display: none;
}

#glyphs {
	border-bottom: 1px solid #E3E9ED;
	padding: 2em 0;
	text-align: center;
}
.glyph {
	display: inline-block;
	width: 9em;
	margin: 1em;
	text-align: center;
	vertical-align: top;
	background: #FFF;
}
.glyph .glyph-icon {
	padding: 10px;
	display: block;
	font-family:"Flaticon";
	font-size: 64px;
	line-height: 1;
}
.glyph .glyph-icon:before {
	font-size: 64px;
	color: #5f7d95;
	margin-left: 0;
}
.class-name {
	font-size: 0.65em;
	background-color: #E3E9ED;
	color: #869FB2;
	border-radius: 4px 4px 0 0;
	padding: 0.5em;
}
.author-name {
	font-size: 0.6em;
	background-color: #EFF3F6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	padding: 0.5em;
}
.author-name a {
	color: #1D262D;
}
.class-name:last-child {
	font-size: 10px;
	color:#888;
}
.class-name:last-child a {
	font-size: 10px;
	color:#555;
}
.glyph > input {
	display: block;
	width: 100px;
	margin: 5px auto;
	text-align: center;
	font-size: 12px;
	cursor: text;
}
.glyph > input.icon-input {
	font-family:"Flaticon";
	font-size: 16px;
	margin-bottom: 10px;
}

.box-insurance{
	margin-bottom: 50px; 
	color: #575757;
	transition: all 0.5s;
}

.box-insurance:hover{
	color:rgba(59,144,213,1.00);
	text-decoration: none;
}

.servico_carrossel{
	display:block; 
	color:#FFF;
	transition: all 0.5s;
	display: block;
	padding: 25px;;
}

.servico_carrossel:hover{
	color: darkkhaki;
	text-decoration: none;
}


/* ------------------------------- */
.homeDesignUm{
	position: relative;;
}

.homeDesignComunicacao{
	width: 50%; 
	float: left;
	height: 100%;
	height: 700px;
}

.homeDesignComunicacao > div:first-child{
	padding: 40px; 
	padding-top:50px;
}

.homeDesignComunicacao > div:first-child > span{
	font-size: 3em;  
	font-family: 'akrobatthin'; 
	line-height: 1em;
}

.homeDesignComunicacao > div:last-child{
	background-color:black;
	width: 60%;
	position: absolute;
	z-index: 15; 
	top: 200px;
	height: 400px;
}

.homeDesignComunicacao > div:last-child > div{
	padding: 50px; 
	height: 100%;
}

.homeDesignComunicacao > div:last-child > div > div{
	display: table; 
	width: 100%;
	height: 100%;
}

.homeDesignComunicacao > div:last-child > div > div > div{
	display: table-cell; 
	vertical-align: middle; 
	color: #FFF;
}

.homeComunicacaoImagem{
	width: 50%; 
	float: right;
	height: 500px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background: url(../images/foto-familia.jpg) top center no-repeat;
}

footer{
	background-attachment: fixed;
}

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

.servicos_destaques{
	margin-top: 75px; 
	clear: both;
	text-align: justify
}

.grupo_destaque_pad{
	padding: 20px;
}

.field_cuot{
	border: none;
	background-color:black; 
	color: #dcedff;
	font-family: 'barlow_condensedregular';
}

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

.container_master_sector{
	margin-top: 75px; 
	position: relative
}

.box_master_home_1{
	width: 70%; height: 350px;
	background: url(../images/fundo-casa-simulador.jpg) center center no-repeat;
	background-size: cover;
}

.box_master_home_2{
	position: absolute;
	right: 0;
	top: 100px;
	background-color:black;
	padding: 40px;
	text-align: center;
	width: 40%;
}

.box_master_home_3{
	width: 100%;
	background:url(../images/fundoFranchising.jpg) center center no-repeat;
	background-size:cover;
	height:500px;
}

.box_master_home_3 > div{
	width: 100%;
	height:100%;
	display:table;
	background-color:rgba(0, 0, 0, 0.6);
}

.box_master_home_3 > div > div{
	display: table-cell;
	vertical-align:middle;
}

/* medium - display 2  */
@media (min-width: 768px) {

	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(50%);
	}
  
	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-50%);
	}
  }
  
  /* large - display 3 */
  @media (min-width: 992px) {
  
	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33%);
	}
  
	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33%);
	}
  }
  
  @media (max-width: 768px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}
  
	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
  }
  
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
	display: flex;
  }
  
  .carousel-inner .carousel-item-right,
  .carousel-inner .carousel-item-left {
	transform: translateX(0);
  }

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

	

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	
}

/* Extra Small Devices, Phones */ 
@media (min-width : 240px) and (max-width : 480px) {

	.topo-box-1{
		/*display: none;*/
		display: inline-block;
		width: auto;	
	}

	.topo-box-3{
		display:none;
	}
	
	#logo{
		text-align: left;
	}
	
	#logo img{
		width: 50% !important;
	}
	
	.menu_hamurger{
		display: block;
	}
	
	/* ------------------------------- */
	.homeDesignUm{
		position: relative;;
	}

	.homeDesignComunicacao{
		width: 100%; 
		float: none;
		height: 100%;
		height: auto;
	}

	.homeDesignComunicacao > div:first-child{
		padding: 40px; 
		padding-top:50px;
	}

	.homeDesignComunicacao > div:first-child > span{
		font-size: 2em;  
		font-family: 'akrobatthin'; 
		line-height: 1em;
	}

	.homeDesignComunicacao > div:last-child{
		background-color: #0185cf;
		width: 100%;
		position: absolute;
		z-index: 15; 
		margin-top: 30vh;
		height: auto;
	}

	.homeDesignComunicacao > div:last-child > div{
		padding: 50px; 
		height: 100%;
	}

	.homeDesignComunicacao > div:last-child > div > div{
		display: table; 
		width: 100%;
		height: 100%;
	}

	.homeDesignComunicacao > div:last-child > div > div > div{
		display: table-cell; 
		vertical-align: middle; 
		color: #FFF;
	}

	.homeComunicacaoImagem{
		width: 100%; 
		float: none;
		height: 500px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		background: url(../images/foto-familia.jpg) top center no-repeat;
	}
	
	.homeDesignComunicacao > div:first-child{
		padding: 40px; 
		padding-top:50px;
		position: absolute;
		width: 100%;
		z-index: 9000
	}
	/* ------------------------------- */
	
	.servicos_destaques{
		margin-top: 150vh; 
		clear: both;
		text-align: justify
	}

	.glyph {
		display: block;
		width: 9em;
		margin: 1em auto;
		text-align: center;
		
		background: #FFF;
	}

	.container_master_sector{
		margin-top: 75px; 
		position: relative
	}
	
	.box_master_home_1{
		width: 100%;
		height: 200px;
	}
	
	.box_master_home_2{
		position: relative;
		padding: 40px;
		text-align: center;
		width: 100%;
		top: 0;
	}
	
	.box_master_home_3{
		
		height:auto;
	}
	
	.box_master_home_titulo{
		margin-top: 45px;;
	}

	.box_master_home_text{
		margin-bottom: 45px;
	}
	
}