.logo {
  width: 300px;
}
.logo img {
  max-width: 100%;
  width: 160px;
}
.logo-sub {
  display: block;
  padding-top: 4px;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0;
  color: #464646;
  margin-top: 0;
  line-height: 1.2;
}
.header-phone {
  font-size: 20px;
  height: 22px;
  line-height: 22px;
  display: block;
  font-weight: 600;
}
.main-menu .hamburger {
  left: 0;
  right: auto;
}
.main-menu .d-menu a {
  min-width: 0;
  padding: 0 1em;
}
.main-menu .lang {
  width: 100% !important;
}
.main-menu .lang li,
.main-menu .lang a {
  width: 100%;
}
.main-menu .lang a {
  min-width: 0;
  padding: 0;
  text-align: center;
}
h1 {
  font-size: 36px;
}
.leader-list li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  line-height: 20px;
}
.leader-list li::before {
  font-size: 20px;
  line-height: 20px;
}
.app-bar .hamburger:not(.hidden) ~ .ml-auto {
  margin-right: 0;
}
.info-square {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.order-now {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.evps-type {
  padding: 16px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.evps-type.curr {
  background-color: #212121;
}
#disk-info,
#ram-info,
#cpu-info {
  display: block;
  position: absolute;
  font-size: 32px;
  color: #c4122f;
  width: 200px;
  white-space: nowrap;
}
#disk-info {
  text-align: right;
  top: 40px;
  left: 50%;
  transform: translateX(-370px);
}
#cpu-info {
  text-align: left;
  top: 40px;
  left: 50%;
  transform: translateX(180px);
}
#ram-info {
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.neb::before {
  width: 2rem;
  height: 2rem;
  border-color: red;
  border-left-color: transparent;
  border-top-color: transparent;
}
footer a {
  color: lightgray;
}
footer a:hover {
  color: white;
}
.footer-logo {
  height: 50px;
  text-align: center;
}
.footer-logo img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .neb::before {
    display: none;
  }
}
.options-table .row-header,
.options-table .row-data {
  font-size: 14px;
}
.options-table .row-header > div,
.options-table .row-data > div {
  vertical-align: middle;
  padding: 16px;
}
.options-table [data-title] {
  margin-left: 50%;
  text-align: left;
}
.options-table [data-title]:not(:nth-child(2)) {
  border-top: 1px solid #e4e4e4;
}
.options-table [data-title]::before {
  display: block;
  position: relative;
  content: attr(data-title);
  width: 100%;
  margin-left: -100%;
  top: 0;
  left: -20px;
  z-index: 2;
}
.options-table [data-title]::after {
  position: absolute;
  display: block;
  height: 53px;
  width: calc(100% - 0px);
  top: 0;
  left: -100%;
  background-color: #f8f8f8;
  content: "";
  z-index: 1;
}
@media all and (min-width: 992px) {
  .options-table [data-title] {
    margin-left: 0;
    text-align: center;
  }
  .options-table [data-title]::before,
  .options-table [data-title]::after {
    display: none;
  }
  .options-table .row-data > div {
    border-top: 1px solid #e4e4e4 !important;
    font-size: 16px;
  }
}
.w-11 {
  width: 11%;
}
.service-info {
  padding-left: 48px;
  position: relative;
  margin: 8px 0;
}
.service-info .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
}
.master {
  width: 320px;
  margin: 0 auto;
  padding: 5px 5px 0;
  color: #000;
}
@media all and (min-width: 640px) {
  .master {
    width: 500px;
    padding: 5px 10px 0;
  }
}
@media all and (min-width: 768px) {
  .master {
    width: 650px;
    padding: 5px 80px 0;
  }
}

.imgRedonda {
    width:300px;
    height:300px;
    border-radius:150px;
}

.fondoGris {
	background-color:#E2E2E2;
	color:#000000;
}

.fondoGrisBlack {
	background-color:#9A9A9A;
}

.fondoRojo {
	background-color:#F11F21;
}

.letraRoja {
	color:#F11F21;
	text-decoration:none;
}

.letraNegro {
	color:#000000;
	text-decoration:none;
}

.letraRoja22 {
	color:#F11F21;
	text-decoration:none;
	font-size:19px;
}

.ancho90 {
	max-width:1024px;
	width:95%
}

.pointer {
	cursor: pointer;
}

.cuadroJust {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

.cuadroJustAll {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}