@charset "utf-8";
/* CSS Document */
.frase {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	z-index: 9999;
	color: #000;
	display:none;
}
.patrocinador {
	margin:30px;
	display:inline-block;
}
.frase_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:42px;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	line-height:48px;
}
.redes {
	display:block;
	margin-top:20px;
}
.redes i {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    margin: 0 10px;
}	
.redes .fa-facebook {
    background: #3A5795;
}
.redes .fa-twitter {
    background: #5EA9DD;
}
.redes .fa-instagram {
    background: #2A5B83;
}
.redes .fa-google-plus {
	background:#ea4335;
}
.redes .fa-pinterest {
    background: #D70004;
}
.redes .fa-linkedin {
    background: #0274B3;
}
.redes .fa-whatsapp {
	background:#4dc247;
}

