html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: black;
}

.cabezal {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  /* padding: 1rem 0; */
}
.logo-netkey {
  padding: 1rem 0;
}
.logo-netkey-img {
  max-width: 250px;
  object-fit: cover;
  margin: 1rem 0;
}
.cabezal p {
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0.5rem 0;
  background-color: #e31e23;
  box-shadow: 0px 2px 5px #999;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  width: 100vw;
  /* background-color: #25d366; */
}

/* seccion soporte técnico oficial */
.soporte {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding-bottom: 4rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
}

.soporte img {
  width: 230px;
}
.logo-nt {
  max-width: 150px;
  padding: 4rem 0 1rem 0;
}

/* secciones temporales */
.mudanza {
  font-size: 18px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  /* background-color: rebeccapurple; */
}

.mudanza img {
  max-width: 180px;
}
.mudanza p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1rem;
}
p.emojis {
  font-size: 4em !important;
}

.soporte h2 {
  text-align: center;
  font-weight: 700;
}

.contacto-container {
  font-size: 1.2rem;
  padding: 0 0 4rem 0;
  text-align: center;
  line-height: 1.8 !important;
}

.contacto-container h2 {
  font-size: 2rem;
  font-weight: 100;
  padding-bottom: 1rem;
}
i.fa {
  font-size: 1.5rem;
}
.pie {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  /* background-color: #eee; */
  line-height: 1.8;
}

.datos-soporte {
  width: 80%;
  padding: 2rem 0;
  text-align: center;
  margin-bottom: 50px;
  a {
    font-size: 1.2rem;
  }
}
.datos-soporte h3 {
  /* border-bottom: solid 1px #999; */
  /* padding: 10px 0; */
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.whatsapp {
  color: #25d366;
}

.mapa {
  width: 100%;
  max-height: 400px;
  border-top: solid 2px #e31e23;
}

.creditos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
  border-top: solid 2px #e31e23;
  background-color: #1d2730;
  color: #bbb;
  text-align: center;
  font-size: 10px;
}
.copyright {
  font-size: 12px;
  padding: 5px 0;
}

.mantenimiento {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  text-align: center;
  /* margin: 6rem 0; */
  /* background-color: #dd3423; */
}

.mantenimiento-img {
  max-width: 220px;
}
.mantenimiento h3 {
  color: #ccc;
  font-size: 1rem;
  padding: 1rem 0;
}

.mercadolibre {
  display: flex;
  justify-content: center;
  max-width: 150px;
  padding: 2rem 0;
  margin-bottom: 50px;
}

.mercadolibre img {
  max-width: 100%;
}
