.cbp-qtrotator {
	position: absolute;
	z-index:2;
	top:50%;
	width: 100%;
	min-height: 100px;
	margin-top: -130px;
	margin-right: auto;
	margin-bottom: 5em;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 50px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
	margin:auto;
	background: rgba(0, 0, 0, 0.1);
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
	background-color: #FF6600;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 2px #333;
}

.cbp-qtrotator blockquote p {
	font-size: 5em;
	color: #fff;
	font-weight: 800;
	margin:0px;
	text-align: center;
	line-height: 105px;
}
.cbp-qtrotator blockquote p span{
	font-weight:300;
}
.cbp-qtrotator blockquote footer {
	font-weight:600;
	font-size: 2em;
	text-align:center;
	
}

.cbp-qtrotator blockquote footer:before {
	content: '';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}
.inicio-rapido{
position: absolute;
width:100%;
max-width:780px;
left:50%;
margin-left:-390px;
top:50%;
margin-top:145px;
z-index: 1;
}
.facturacion1{
	color: #FFF;
	font-weight: 800;
	font-size: 1.3em;
	text-align: center;
	position: relative;
	float:left;
	margin-left: 10px;
	margin-right:10px;
	width: 240px;
	height: 60px;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	line-height: 55px;
	border: rgba(205,80,0,0.8);
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.facturacion1:hover{
	background: rgba(0,0,0,0.8);
	color:#F90;
}
.facturacion3{
	color: #FFF;
	font-weight: 800;
	font-size: 1.3em;
	text-align: center;
	position: relative;
	float:left;
	margin-left: 10px;
	margin-right:10px;
	width: 240px;
	height: 60px;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	line-height: 55px;
	border: rgba(205,80,0,0.8);
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.facturacion3:hover{
	background: rgba(0,0,0,0.8);
	color:#F90;
}
/* Example for media query */
@media screen and (max-width: 900px) { 

	.cbp-qtrotator {
		font-size: 70%;
	}
	.cbp-qtrotator blockquote p {
	line-height: 75px;
	}
	.inicio-rapido{
	margin-top:70px;
	max-width:500px;
	margin-left:-250px;
	}
	.facturacion1{
	font-size: 1.2em;
	width: 230px;
	height: 55px;
	line-height: 50px;
	}
	.facturacion3{
	font-size: 1.2em;
	width: 230px;
	height: 55px;
	line-height: 50px;
	float:none;
	clear:both;
	margin-left: auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
	display:block;
	margin-top:70px;
	}
}
@media screen and (max-width: 700px) { 

	.cbp-qtrotator {
		font-size: 60%;
	}
	.cbp-qtrotator blockquote p {
	line-height: 65px;
	}
	.inicio-rapido{
	margin-top:45px;
	}
	
}
@media screen and (max-width: 600px) { 

	.cbp-qtrotator {
		font-size: 50%;
	}
	.cbp-qtrotator blockquote p {
	line-height: 55px;
	}
	.inicio-rapido{
	margin-top:20px;
	max-width:400px;
	margin-left:-200px;
	}
	.facturacion1{
	font-size: 1em;
	width: 180px;
	height: 45px;
	line-height: 40px;
	}
	.facturacion3{
	font-size: 1em;
	width: 180px;
	height: 45px;
	line-height: 40px;
	margin-top:60px;
	}
}
@media screen and (max-width: 500px) { 

	.cbp-qtrotator {
		font-size: 40%;
		top:40%;
	}
	.cbp-qtrotator blockquote p {
	line-height: 40px;
	}
	.inicio-rapido{
	margin-top:85px;
	}
	.cbp-qtrotator {
	margin-top: -30px;
	}
}
@media screen and (max-width: 420px) { 

	.cbp-qtrotator {
		font-size: 30%;
		top:40%;
	}
	.cbp-qtrotator blockquote p {
	line-height: 30px;
	}
	.inicio-rapido{
	margin-top:70px;
	max-width:280px;
	margin-left:-140px;
	}
	.facturacion1{
	font-size: 0.7em;
	width: 120px;
	height: 40px;
	line-height: 35px;
	}
	.facturacion3{
	font-size: 0.7em;
	width: 120px;
	height: 40px;
	line-height: 35px;
	margin-top:50px;
	}
	.cbp-qtrotator {
	margin-top: -20px;
	}
}