/*LOGO*/
.logo {
	height: 80px;
}

/*MEMU*/
#mainNav {
	background-color: rgba(171, 171, 171, 0.17);
}
#mainNav.navbar-shrink {
	border-color: rgba(34, 34, 34, 0.1);
	background-color: #fff;
}
#mainNav .navbar-toggler {
	font-size: 12px;
	padding: 8px 10px;
	color: #e22d2d;
	background-color: #f5f3f3;
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgb(232, 11, 11);
}
/*HEADER*/
header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 100px;
	color: #fff;
	background: no-repeat linear-gradient(to left, #6ec2ea, #45b2e6) !important;
	background: no-repeat -webkit-linear-gradient(to left, #6ec2ea, #45b2e6) !important;
	background: no-repeat linear-gradient(to left, #02325a, #b2e2f9) !important;
}
header.masthead {
	height: auto;
}

/*CLEANKAP*/
.bg-primary {
	background: linear-gradient(#d52d3f, #caacaf);
}
#cleankap * {
	color: #ffffff;
}
section.download h2 {
	font-size: 43px;
	margin-top: 0;
}
.titulo-cleankap {
}

/*GRAMA SINTÉTICA*/
.titulo-grama {
	margin-top: 20px !important;
}
.texto-grama {
	margin-top: 10px;
}

/*FITAS ANTIADERENTES*/
.bg-primary-fitas {
	background-image: url(../img/background/bg-bootom.jpg);
	/*    background-repeat: no-repeat;*/
	/*    background-position: 100% 70px;*/
	color: #fff;
}
.titulo-fitas {
	font-size: 2em;
}
.subtitulo-fitas {
	margin-top: 40px;
}
.texto-fitas {
	margin-top: 100px !important;
}
.fitas_antiderrapantes hr {
	border-color: #fff;
}

/*PISOS*/
#pisos * {
	color: #ffffff;
}
.text-piso {
	margin-top: 25px;
}
#pisos hr {
	border-color: #ffffff;
}

/*SECTION DEPOIS DE PISOS*/
section.cta {
	padding: 30px 0;
	background-position: center;
	background-image: url(../img/background/bg-bootom.jpg);
}
section.cta .cta-content h2 {
	font-size: 50px;
	max-width: inherit;
}

/*COMPONENTS*/
.tituloHead {
	margin-bottom: 80px;
}
.subtitulograma {
	margin-bottom: 40px;
}
section.download h1 {
	font-size: 70px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}

/*CONTATO*/
.titulo-contato {
	font-size: 40px;
}
.texto-contatc {
	color: #fff;
}
a {
	color: #ffffff;
}
a:focus,
a:hover {
	color: #94c3f5;
}
.contato a {
	color: #fff;
}
.contato a:hover {
	color: #6ec2ea;
}

.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background-color: #25d366;
	border-radius: 50%;
	padding: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.whatsapp-float img {
	width: 40px;
	height: 40px;
}

.whatsapp-float:hover {
	transform: scale(1.1);
}

@media (min-width: 767px) {
	/*LOGO*/
	.logo {
		height: 80px;
	}
	/*HEADER*/
	header.masthead .header-content {
		margin-bottom: 80px;
	}
}
@media (max-width: 550px) {
	#mainNav {
		background-color: rgb(255, 255, 255);
	}
	.titulo-grama {
		font-size: 25px !important;
	}

	.email-contato {
		font-size: 20px;
	}
	.email-contato h2 {
		font-size: 25px;
	}
	.email-contato h2 i {
		font-size: 25px;
		color: #fff;
	}
	.email-contato h3 a {
		font-size: 20px;
	}
	.email-contato a {
		font-size: 23px;
	}
}
