.label-indique{
    display: block;
    margin-top: 7px !important;
}
.total-transparente-indique {
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999;
	opacity:0.6;
	left:0px;
	top:0px;
	background:#000;
}
.total-branco-indique {
	width:756px;
	height:calc(100% - 40px);
	max-height: calc(100% - 40px);
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	position:fixed;
	left:50%;
	overflow-x:hidden;
	overflow-y:auto;
	top:0px;
	margin-left:-378px;
	z-index:99999999999;
	text-align:center;
}
.total-indique{
	background:#FFF;
	overflow-x:hidden;
	overflow-y:auto;
	padding-top:70px;
	padding-bottom:70px;
	width:756px;
}
.total-indique h1 {
    font-size: 45px;
    color: #1F1F1F;
	width:100%;
	text-align:center;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.total-indique h2 {
    font-size: 23px;
    color: #575656;
	width:100%;
	text-align:center;
    margin-bottom:50px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}
.formulario-indicar{
	width:580px;
	margin:0 auto;
	text-align:center;	
}
.input-indicar{
	margin:0 auto;
	height:77px;
	width:75% !important;
	border:2px solid #BE1522;
	border-right:0px;
	outline:none;
	padding-left:15px;
	font-size: 16px;
    color:#B1B1B1;
    opacity: 0.8;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    outline: none;
	float:left;
    padding-left:15px;
}
.botao-indicar{
	width:145px;
	height:77px;
	background:url(/temas/main/imagens/icone-botao-enviar.png) 20px 25px no-repeat #BE1522;
	line-height:77px;
	border:0px;
	color:#FFF;
	font-size:16px;
    font-family: 'roboto_condensedregular';
	float:left;
	cursor:pointer;
    padding-left:30px;
}
.botao-indicar:hover{
	background:url(/temas/main/imagens/icone-botao-enviar.png) 20px 25px no-repeat #880F18;
}
.indicar-para-amigos{
	width:80%;
	margin:0 auto;
	border-top:1px solid #D9D9D9;
	margin-top:50px;
	padding-top:50px;
}
.indicar-para-amigos p{
	color:#575756;
	font-size:18px;
	width:100%;
	margin-bottom:50px;
	text-align:center;
    font-family: 'roboto_condensedregular';
}
.campo-redes-indicar{
	float:left;	
}
.campo-redes-indicar + .campo-redes-indicar{
	padding-left:45px;	
}
.tt-indicar{
	float:left;
	padding-left:20px;
	color:#BD1622;
	padding-top:10px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:18px;
}
.icone-facebook-indicar{
	width:45px;
	height:45px;
	float:left;
	background:url(/temas/main/imagens/icone-facebook-indicar.png);	
}
.icone-twitter-indicar{
	width:45px;
	height:45px;
	float:left;
	background:url(/temas/main/imagens/icone-twitter-indicar.png);	
}
.contorno-campo-redes-indicar{
	display:table;
	margin:0 auto;	
}
.table-indicar{
	display:table;
	margin:0 auto;
}
.fechar-lightbox{
	position:absolute;
	right:20px;
	top:15px;
	width:20px;
	height:20px;
	font-size:18px;
    font-family: 'Roboto Condensed';
	color:#AAAAAA;
	cursor:pointer;
}

@media (max-width: 767px){
	.formulario-indicar{
		width:100%;
	}
	.input-indicar{
		border-right:2px solid #CF3D3A;
		width:100% !important;		
		float:none;
	}
	.botao-indicar{
		margin:0 auto;
		float:none;
		margin-top:20px;	
	}
	.campo-redes-indicar{
		width:100%;	
	}
	.campo-redes-indicar + .campo-redes-indicar{
		padding-left:0px;
		margin-top:25px;	
	}
	.icone-facebook-indicar{
		margin-left: calc(50% - 22px);
    	margin-right: calc(50% - 23px);
	}
	.icone-twitter-indicar{
		margin-left: calc(50% - 22px);
    	margin-right: calc(50% - 23px);
	}
	.total-indique{
		width: 100% !important;
	}
	.tt-indicar{

	    padding-left: 0px;	  
	    text-align: center;
	    width: 100%;
	  
	}
	.total-branco-indique {
		background:#FFF;
		width:calc(100% - 20px);
		height: calc(100% - 20px);
		margin:10px;
		position:fixed;
		left:0px;
		top:0px;
		overflow-x:hidden;
		overflow-y:scroll;
		z-index:99999999999;
		text-align:center;	
	}
	.indicar-para-amigos{
		padding-top:50px;
		margin-top:50px;
	}
}