#blackfriday{
	text-align: center;
	background-color: #1d1d1d;
	padding: 140px 0 0;
}

#blackfriday h4{
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    margin: 10px auto;
    font-style: italic;
    letter-spacing: 1.2px;
    color: #fff;
    max-width: 650px;
    display: inline-block;
    text-transform: uppercase;
}

#blackfriday h4 span{
	font-size: 100px;
}

#blackfriday h4 span small{
	font-size: 50px;
	color: #fff;
}

/* BANNER BLACK INTERNA */
.black-banner{
	text-align: center;
	margin: 0px;
	font-style: italic;
	padding: 60px 0 10px;
	letter-spacing: 1.2px;
}

.black-banner .col-sm-6:first-child{
	border-right: 1px solid #333;
}

.black-banner p{
	color: #fff;
	display: inline-block;
	text-align: left;
	padding: 0 15px;
	line-height: 18px;
	margin-bottom: 0px;
}

.black-banner p.horas{
	font-size: 80px;
    font-weight: bold;
    line-height: 65px;
    font-style: normal;
    margin: 25px 0 40px;
    display: block;
    text-align: center;
}

.black-banner img{
	display: inline-block;
	margin: 0 auto 30px;
	max-width: 90%;
}

.black-banner .black-btn{
	display: inline-block;
	margin: 0 auto;
	padding: 15px 60px;
	font-size: 20px;
	background-color: #c12b41;
	font-weight: 100;
	font-style: normal;
	color: #fff;
	cursor: pointer;
}
.black-banner .black-btn:hover{
	background-color: #333333;
}
/* FIM BANNER BLACK INTERNA */

.chamada{
	text-align: center;
	margin-bottom: 25px;
}

.chamada img{
	max-width: 100%;
}

.box{
	margin: 15px 0 30px;
	font-family: "Montserrat";
}

.box.borda{
	border-right: 1px solid #3e3e3e;
	border-left: 1px solid #3e3e3e;
}

.box img{
	max-width: 100%;
	max-height: 70px;
}

.box img.site{max-height: 50px;}
.box img.select{max-height: 50px;margin-top: -4px;}
.box img.play{max-height: 45px;margin-top: 2px;}

.box .desconto{
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 30px auto 0;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.box .desconto num{
	font-size: 50px;
	margin-top: 5px;
	display: inline-block;
}

.red{
	color: #c12b41;
}
.black-form{
    width: 100%;
    max-width: 650px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 45px auto 60px;
}
.black-form .divisa:after{
	background-color: #313131;
}
.black-form input.control-black{
	padding: 10px 20px;
	padding-right: 153px;
	float: left;
	width: 100%;
	border: 0;
}
.black-form .btn-red{
	top: 0;
	cursor: pointer;
	right: 0;
	position: absolute;
	padding: 10px 30px;
	border: 0;
	background: #c12b41;
	color: #fff;
}
.black-form .btn-red:hover{
	background-color: #dc334d;
}

#black-colab{
	text-align: center;
	position: relative;
}

.black-colab{
    position: relative;
    width: 14.26%;
    max-width: 250px;
    display: inline-block;
	margin: 0 -2px;
    letter-spacing: 0;
	cursor: pointer;
    text-transform: uppercase;
    background-color: #19191a;
}
a.black-colab:hover{
	opacity: 0.5;
}
.black-colab img{width: 100%;}
.black-colab span{
    top: 36%;
    font-size: 29px;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
}
.black-colab label{
	float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    padding: 15px;
    margin: 0;
	cursor: pointer;
}
.black-numeros{
	font-style: italic;
	text-align: center;
	width: 100%;
	letter-spacing: 2px;
	margin: 30px auto;
}
.b-somos{
	font-size: 26px;
	color: #c12b41;
	text-align: right;
	line-height: 60px;
}
.b-num{
	font-size: 70px;
    color: #fff;
    font-weight: bold;
	line-height: 60px;
	margin-bottom: 15px;
}
.b-foto-video{
	color: #fff;
	font-size: 30px;
}
.b-foto-video h5{
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
.bg-red{
	background-color: #c12b41;
}
.bg-red:hover{
	opacity: 0.8;
}
.black-mapa{
	color: #fff;
	font-weight: 200;
	text-align: left;
	max-width: 500px;
	padding-top: 90px;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.black-mapa b{
	font-size: 22px;
}
.black-mapa p{
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	color: #fff;
	font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}
.black-video{
	margin: 60px 0 0;
	background-color: #100f10;
}
.black-video video{
	width: 100%;
	max-width: 600px;
	margin-bottom: -7px;
}
.black-callback h3,
.black-callback h4{
	font-style: normal !important;
	margin: 0px;
	color: #fff;
}
.bg-Gray-Black{
	background-color: #151515;
	padding: 60px 0 30px;
}
@media (max-width: 991px){
	.black-banner p.horas{
		font-size: 65px;
		margin: 0px 0 15px;
	}
	.b-somos{
		font-size: 20px;
		line-height: 75px;
	}
	.b-num{
		font-size: 64px;
		margin-top: 10px;
	}
	.b-foto-video{
		font-size: 26px;
	}
}
@media (max-width: 768px){
	.black-mapa{
		margin: 0 auto;
		float: none;
		padding-top: 30px;
		text-align: center;
	}
	.b-somos{
		font-size: 20px;
		line-height: 0;
	}
}
@media (max-width: 480px){
	.black-form{
		overflow: visible;
		float: left;
	}
	.black-form input.control-black{
		padding: 10px 20px;
	}
	.black-form .btn-red{
		position: relative;
		width: 100%;
		float: none;
		padding: 11px 30px;
	}
	.black-form .divisa{
		margin-top: 35px !important; 
	}
	.black-banner .col-sm-6:first-child{
		border-right: 0;
	}
}
.no-padding{padding: 0px;}
.black-form .divisa:before {
	background-color: #1d1d1d;
}
.black-form .divisa:after {
    height: 1px;
}
.btn-facebook {
	font-size: 16px;
	font-weight: 400;
}

.boxProdutos{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.boxProdutos:hover{
	background-color: #292929;
}

.boxProdutos .btn-red{
	display: block;
	margin: 20px auto 0;
	font-style: normal;
	font-size: 15px;
	position: relative;
	max-width: 200px;
	cursor: pointer;
}

.boxAtivo{background: #272727;}
.boxAtivo .btn-red{
	background-color: #212121;
}

.black-divisa{
	margin: 30px auto;
	border-top: 1px solid #3e3e3e;
}

/* chamada black work shop */
.black-ws{
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-style: italic;
	text-transform: uppercase;
}
