body{
	margin:0;	
	background:url(images/bg.png);
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Noto Serif', serif;
}

ul{
	list-style:none;
	margin:0;
	padding:0;	
}

.text-red{
	color:#be1d24;
}

.text-white{
	color:#fff;
}

.i9{ font-size:0.7em; text-transform:uppercase; display:block; text-align:center;}

#topo{
	width:100%;
	height:58px;
	background:#be1d24;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);	
	position:fixed;
	top:0;
	z-index:99;
}





h1{
	margin-top:1.5em;	
}



.menu li{
padding:0 10px;
font-size: 14px;
display: inline-block;
}

.menu li a{
	text-decoration:none;	
	color:#fff;
}



#banner{
	margin-top:58px;

	background:#FFF url(images/bg-banner.jpg) top center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);	
}


.sanduiche {
	display: block;
	background:#fff;
	width:25px;
	height:3px;
	border-radius: 2px;
	margin:2px 0;
}

.dropdown-toggle::after {
    display: none;
}


#onde{
	background:#333 url(images/bg-onde.jpg) top center;
	color:#fff;
}

#materiais article h2{

	border-top:8px solid #dedede;
	padding-top:10px;
}

#materiais h2{
	color:#be1d24;
	font-size:26px;	
	font-weight:normal;	
	margin:10px 0;
}


#produzidas{
	background:#be1d24;
}

#produzidas article{
	color:#fff;	
}

#produzidas h2{
	font-size:26px;	
	margin:10px 0;
}




#instalacao h2{
	font-size:28px;	
	margin:10px 0;
}


.img-round{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.img-shadow{
-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    3px 3px 0px 0px rgba(0, 0, 0, 0.5);
box-shadow:    3px 3px 0px 0px rgba(0, 0, 0, 0.5);

}


#portfolio h2{
	color:#be1d24;
	font-size:26px;	
	margin:10px 0;
}


p.assinatura{
	font-size:14px;
	color:#ccc;
	margin:40px 0;
	text-align:center;
}

p.assinatura a{
	color:#aaa;
}

p.assinatura a:hover{
	color:#be1d24;
}


#pwseguranca_lgpd_popup{
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	left: 0;
	right: 0; 
	text-align: center; 
	box-shadow: 0 1px 1em rgba(0,0,0,.2); 
	z-index: 99999; 
	color: #fff;
	background-color: #2a363f;
	padding: 1em 0;
	font-size: 1em;
}

/* WHATSAPP */

#whatsapp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}

@media (min-width:768px) {
	#whatsapp {
		bottom: 30px;
		right: 30px;
	}
}

@media (min-width:1200px) {
	#whatsapp {
		bottom: 45px;
		right: 60px;
	}
}

.link-chat {
	display: inline-block;
}

.chat {
	display: inline-block;
	background-color: #fff;
	box-shadow: 7px 7px 7px #00000009;
	border-radius: 9px;
	padding: 12px;
	margin-right: 10px;
	position: relative;
}

.chat::after {
	width: 0;
	height: 0;
	border-left: 24px solid #ffffff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	right: -12px;
}

.type {
	display: block;
	overflow: hidden;
	/* Ensures the content is not revealed until the animation */
	border-right: .15em solid #2ab887;
	/* The typwriter cursor */
	white-space: nowrap;
	/* Keeps the content on a single line */
	margin: 0 auto;
	/* Gives that scrolling effect as the typing happens */
	letter-spacing: .025em;
	/* Adjust as needed */
	animation: typing 2s steps(20, end), blink-caret .75s step-end infinite;
}


/* The typing effect */

@keyframes typing {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}


/* The typewriter cursor effect */

@keyframes blink-caret {
	from,
	to {
		border-color: transparent
	}
	50% {
		border-color: orange;
	}
}

.ico-whatsapp {
	width: 60px;
	height: auto;
}