/* CSS Document */
body{
	background-color: #000000;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	color: white;
	font-weight: 300
}
.izq{
    text-align: right;
}
.cabecera{
    margin-top: 20px;
    margin-bottom: 10px;
	padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.cabecera a{
	color: white;
}
.cabecera a:hover{
	text-decoration: none;
	color: rgba(152,152,152,1.00);
}
.pie a{
	color: black;
}
.pie a:hover{
    text-decoration: none;
    color: rgba(152,152,152,1.00);
}
#logo{
    z-index: 10;
    position: relative;
    right: 0px;
    top: 12px;
	float: right;
    width: 276px;
}
#ma{
    z-index: 3;
    position: absolute;
    top: 172px;
}
#texto{
    text-align: center;
    z-index: 4;
    font-size: 55px;
    font-weight: 400;
    position: absolute;
    top: 400px;
	width: 100%;
    line-height: 47px;
}
.frase{
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.experiencia{
    border-top: 1px solid rgba(255,255,255,1.00);
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-top: 15px;
    padding-bottom: 15px;
}
.seccion{
	font-size: 16px
}
.clientes{
	margin-top: 20px;
	margin-bottom: 60px
}
.seccion1{
	font-size: 16px;
	text-align: right;
}
.listado{
	text-align: right
}
.listado span{
	color:darkgray;
}
.pie{
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
	color: black;
}
.link{
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 992px) {
#texto{
    text-align: center;
    z-index: 4;
    font-size: 50px;
    font-weight: 400;
    position: absolute;
    top: 270px;
	width: 100%;
    line-height: 47px;
}
}
@media (max-width: 767px) {
#texto{
    text-align: center;
    z-index: 4;
    font-size: 45px;
    font-weight: 400;
    position: absolute;
    top: 250px;
	width: 100%;
    line-height: 40px;
}
}
@media (max-width: 576px) {
#texto{
    text-align: center;
    z-index: 4;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 210px;
	width: 100%;
    line-height: 28px;
}
		#logo{
    z-index: 10;
    position: relative;
    right: 0px;
    top: 5px;
	float: right;
	width: 180px;
	}
 #ma{
    z-index: 3;
    position: absolute;
    top: 158px;
}
}
@media (max-width: 480px) {

#texto{
    text-align: center;
    z-index: 4;
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    top: 210px;
	width: 100%;
    line-height: 25px;
}
	#logo{
    z-index: 10;
    position: relative;
    right: 0px;
    top: 5px;
	float: right;
	width: 180px;
	}
 #ma{
    z-index: 3;
    position: absolute;
    top: 174px;
}
.izq{
    text-align: center;
}
.pie{
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
}
.frase{
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}