/* Add here all your css styles (customizations) */
@font-face {
	font-family: itcedsco;
	src: url('../../assets/fonts/Itcedsc0.ttf');
}

.g-theme-bg-gray-dark-v2 {
	background-color: transparent !important;
}

.g-theme-bg-belissima {
	background-color: #4c3421;
}

.img-object-simulacao {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}

@media(min-width: 768px) {
	.fundo_brilho {
		background: url('../imagens/fundo_brilho.png') no-repeat;
		background-position:center;
		background-repeat: no-repeat;
		width: 363px;
		height: 284px;
		position: absolute;
		z-index: 9999;
		top: 0;
		left: -118px;
	}
	
	.font-persona-banner {
		font-size: 7em !important;
	}
}

@media(max-width: 767px) {
	.fundo_brilho {
		display: none;
	}
	
	.font-persona-banner {
		font-size: 4.5em !important;
	}
}

.font-persona-banner {
	font-family: itcedsco, sans-serif;
	font-weight: normal;
}

.font-persona-sobre {
	font-family: itcedsco, sans-serif;
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#fff !important;}
