@font-face {
  font-family: "acerfoco-black";

  font-display: auto;

  font-weight: 900;

  font-style: normal;

  src: local("acerfoco"),
    url("../assets/fonts/acerfoco-black-webfont.woff2") format("woff2"),
    url("../assets/fonts/acerfoco-black-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";

  font-display: auto;

  font-weight: 700;

  font-style: normal;

  src: local("acerfoco"),
    url("../assets/fonts/acerfoco-bold-webfont.woff2") format("woff2"),
    url("../assets/fonts/acerfoco-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "acer_focosemibold";

  font-display: auto;

  font-weight: 500;

  font-style: normal;

  src: local("acerfoco"),
    url("../assets/fonts/acerfoco-semibold-webfont.woff2") format("woff2"),
    url("../assets/fonts/acerfoco-semibold-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco-i";

  font-display: auto;

  font-weight: 500;

  font-style: normal;

  src: local("acerfoco"),
    url(../assets/fonts/AcerFoco-SemiboldItalic.woff) format("truetype");
}

@font-face {
  font-family: "acerfoco";

  font-display: auto;

  font-weight: 400;

  font-style: normal;

  src: local("acerfoco"),
    url("../assets/fonts/acerfoco-regular-webfont.woff2") format("woff2"),
    url("../assets/fonts/acerfoco-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";

  font-display: auto;

  font-weight: 300;

  font-style: normal;

  src: url(../assets/fonts/acerfoco-light-webfont.woff) format("truetype");
}

@font-face {
  font-family: "acer_foco-light";

  font-weight: normal;

  font-style: normal;

  src: local("acerfoco"),
    url("../assets/fonts/acerfoco-light-webfont.woff2") format("woff2"),
    url("../assets/fonts/acerfoco-light-webfont.woff") format("woff");
}

html {
  max-width: 1500px;
  overflow-x: hidden;
  margin: auto;
  font-size: 24px;
}

body {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
  /* color: #636c7d; */
  color: #000;
  overflow-x: hidden;
}

img {
  width: 100%;
}

/*! fonts */

h1 {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: #7ec537;
  font-size: 1.13rem;
}

h2 {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #7ec537;
  font-size: 1.04rem;
}

h3 {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p,
table {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 0.8rem;
  font-size: 0.69rem;
  color: dimgray;
}

p br,
table br {
  display: none;
}

@media (min-width: 768px) {
  p br,
  table br {
    display: block;
  }
}

.desc {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.53rem;
  line-height: 0.75rem;
}

#specs li h4,
#specs li p {
  font-size: 0.45rem;
  line-height: 0.65rem;
}

#innovation {
  background-color: #f0f0f0;
  padding: 1rem;
  margin: 3rem 0;
}

#audio {
  background-image: url("../assets/images/bg-audio.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#wifi {
  background-image: url("../assets/images/bg-wifi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.17rem;
  }

  h2 {
    font-size: 1rem;
  }

  h3 {
    font-size: 0.75rem;
    line-height: 1.3rem;
  }

  h4 {
    font-size: 0.72rem;
  }

  p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  table {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 1.65rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 0.9rem;
  }

  h4 {
    font-size: 0.85rem;
  }

  p,
  table {
    font-size: 0.75rem;
  }

  .desc {
    font-size: 0.65rem;
    line-height: 0.85rem;
  }

  #specs li h4,
  #specs li p {
    font-size: 0.55rem;
    line-height: 0.75rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 0.9rem;
  }

  p {
    font-size: 0.8rem;
  }

  table {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .desc {
    font-size: 0.72rem;
    line-height: 0.85rem;
  }
  #specs li h4,
  #specs li p {
    font-size: 0.65rem;
    line-height: 0.85rem;
  }
}

/*! backgrounds, borders  */

.bg-logo {
  background-color: #b7b7b7;
}

.bg-filter {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.bg-blur {
  filter: blur(10px);
}

.bg-opacity {
  filter: opacity(0.25);
}

.shadow-box {
  border-radius: 20px;
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.16);
}

/*! text, colors  */

.text-green {
  color: #7ec537;
}

.text-white {
  color: #ffffff;
}

.text-gray {
  color: dimgray;
}

.font-normal {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "acer_focosemibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.font-black {
  font-family: "acerfoco-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

hr {
  border: 3px solid #80c342;
  width: 200px;
}

.bg-hero {
  background-image: url("../assets/images/bg-hero.png");
  background-repeat: no-repeat;
  background-size: 110%;
}

.hero-divider {
  border-top: 2px solid;
  -o-border-image: linear-gradient(
      90deg,
      transparent 0%,
      #7fbe3e 45%,
      transparent 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      transparent 0%,
      #7fbe3e 45%,
      transparent 100%
    )
    1;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  #desempenho {
    background-image: url("../assets/images/img-desempenho.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.bg-wave {
  background-image: url("../assets/images/bg-wave.png");
  background-size: auto;
  background-position: inherit;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  #specs ul {
    width: 35%;
  }
}

#logo-footer {
  background-color: #b7b7b7;
}

.absolute {
  position: absolute;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.text-xs {
  font-size: 0.5rem;
}

.videoconf-text {
  font-size: 0.65rem;
  line-height: 0.85rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.radius-30 {
  border-radius: 30px;
}

.items-stretch {
  align-items: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.p-6 {
  padding: 1.5rem;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

#videoconferencias .videoconf-box {
  display: flex;
  align-items: stretch;
}

#videoconferencias .videoconf-img {
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

#videoconferencias .videoconf-img img {
  flex: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}

#videoconferencias .videoconf-content {
  flex: 1;
}

.screen-list {
  list-style-type: disc;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 400;
  padding-left: 1.25rem;
}
