*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
@font-face {
    font-family: 'Akzidenz-Grotesk BQ super';
    src: url('../font/AkzidenzGroteskBQ-Super.eot');
    src: local('Akzidenz-Grotesk BQ Super'), local('AkzidenzGroteskBQ-Super'),
        url('../font/AkzidenzGroteskBQ-Super.eot') format('embedded-opentype'),
        url('../font/AkzidenzGroteskBQ-Super.woff2') format('woff2'),
        url('../font/AkzidenzGroteskBQ-Super.woff') format('woff'),
        url('../font/AkzidenzGroteskBQ-Super.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz-Grotesk BQ regular';
    src: url('../font/AkzidenzGroteskBQ-Reg.eot');
    src: local('../font/Akzidenz-Grotesk BQ Regular'), local('AkzidenzGroteskBQ-Reg'),
        url('../font/AkzidenzGroteskBQ-Reg.eot') format('embedded-opentype'),
        url('../font/AkzidenzGroteskBQ-Reg.woff2') format('woff2'),
        url('../font/AkzidenzGroteskBQ-Reg.woff') format('woff'),
        url('../font/AkzidenzGroteskBQ-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.row{ 
	margin-right: 0px;
	margin-left: 0px;

}
.col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.top{
	background: #ED1D24;
	border-bottom: solid 10px #333;
}
.logo-expansion{
	height: 40px;
	margin: 1rem;
}
header{
	background: #FFF;
	border-bottom: 1px solid #ccc;
}
.ishare{
	width: 130px;
	padding: 1rem;
}
.box1{
	background: #00a9e0;
}
.box2{
	background: #9e79d9;
}
body{
	font-family: Akzidenz-Grotesk BQ regular;
}
h4{
	font-family: 'Akzidenz-Grotesk BQ super';
}
a{
	color: #000;
	font-family:Akzidenz-Grotesk BQ regular;
	font-weight: bold;
}
.fuerte{
	font-family: 'Akzidenz-Grotesk BQ super';
}
.img{
	width: 100%;
}
.procesadores{
	width: 73%;
}
hr{
	height: 2px;
	background: #000;
}
.lado{
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.procesadores{
		width: 90%;
	}
	.img{
	height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.procesadores{
		width: 100%;
	}
	.img{
	width: 100%;
	}
}


@media only screen and (max-width: 600px) {
	.ishare{
		text-align: center;
	}
	.text-right{
		text-align: center!important;
	}
	.lado{
	text-align: center;
	}
}