/*! FONTE - Acer Foco */
@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-blackitalic;
  font-display: auto;
  font-weight: 900;
  font-style: italic;
  src: local("acerfoco"),
    url(../assets/fonts/acerfoco-blackitalic-webfont.woff2) format("woff2"),
    url(../assets/fonts/acerfoco-blackitalic-webfont.woff) format("woff");
}
@font-face {
  font-family: acerfoco-bold;
  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: acerfoco-bolditalic;
  font-display: auto;
  font-weight: 700;
  font-style: italic;
  src: local("acerfoco"),
    url(../assets/fonts/acerfoco-bolditalic-webfont.woff2) format("woff2"),
    url(../assets/fonts/acerfoco-bolditalic-webfont.woff) format("woff");
}
@font-face {
  font-family: acerfoco-semibold;
  font-display: auto;
  font-weight: 600;
  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-semibolditalic;
  font-display: auto;
  font-weight: 600;
  font-style: italic;
  src: local("acerfoco"),
    url(../assets/fonts/acerfoco-semibolditalic-webfont.woff2) format("woff2"),
    url(../assets/fonts/acerfoco-semibolditalic-webfont.woff) format("woff");
}
@font-face {
  font-family: acerfoco-italic;
  font-display: auto;
  font-weight: 500;
  font-style: italic;
  src: local("acerfoco"),
    url(../assets/fonts/acerfoco-italic-webfont.woff2) format("woff2"),
    url(../assets/fonts/acerfoco-italic-webfont.woff) format("woff");
}
@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-light;
  font-display: auto;
  font-weight: 300;
  font-style: normal;
  src: local("acerfoco"),
    url(../assets/fonts/acerfoco-light-webfont.woff2) format("woff2"),
    url(../assets/fonts/acerfoco-light-webfont.woff) format("woff");
}
@font-face {
  font-family: acerfoco-lightitalic;
  font-display: auto;
  font-weight: 300;
  font-style: italic;
  src: local("acerfoco"),
    url(../assets/fonts/acerfoco-lightitalic-webfont.woff2) format("woff2"),
    url(../assets/fonts/acerfoco-lightitalic-webfont.woff) format("woff");
} /*!  títulos e textos */
html {
  font-size: 30px;
  font-family: acerfoco;
}
h1 {
  font-size: 3.333rem; /*! 100px */
  font-family: acerfoco-semibolditalic;
}
h2 {
  font-size: 2.167rem; /*! 65px  */
  line-height: normal;
  font-family: acerfoco-black;
  color: #80c342;
}
h3 {
  font-size: 1.4rem; /*! 42px */
  font-family: acerfoco-black;
  color: #80c342;
}
h4 {
  font-size: 1.2rem; /*! 36px */
}
h5 {
  font-size: 0.667rem; /*! 20px */
  font-family: acerfoco-bold;
}
p figcaption {
  color: #696969;
}
strong {
  font-weight: 700;
}
.remark {
  font-size: 0.433rem; /*! 13px */
}
.title1 {
  font-size: 3rem; /*! 90px  */
}
.title2 {
  font-size: 2.167rem; /*! 65px  */
}
.title3 {
  font-size: 1.4rem; /*! 42px */
}
.text-sm {
  font-size: 0.667rem; /*! 20px */
}
.text-paragraph-xs {
  font-size: 0.833rem; /*! 25px */
}
.text-paragraph-sm {
  font-size: 1rem; /*! 30px */
}
.title-sm {
  font-size: 1.333rem; /* 40px */
}
.title-md {
  font-size: 1.667rem; /* 50px */
}
.specs-list dfn {
  font-style: normal;
}
.specs-list span {
  font-family: acerfoco-light;
  font-weight: 300;
} /*! títulos e textos em dispositivos menores */
@media screen and (max-width: 1280px) {
  html {
    font-size: 18px;
  }
} /*! pesos de fontes */
.font-regular {
  font-family: acerfoco;
}
.font-italic {
  font-family: acerfoco-italic;
}
.font-black {
  font-family: acerfoco-black;
}
.font-blackitalic {
  font-family: acerfoco-blackitalic;
}
.font-bold {
  font-family: acerfoco-bold;
}
.font-bolditalic {
  font-family: acerfoco-bolditalic;
}
.font-semibold {
  font-family: acerfoco-semibold;
}
.font-semibolditalic {
  font-family: acerfoco-semibolditalic;
}
.font-light {
  font-family: acerfoco-light;
}
.font-lightitalic {
  font-family: acerfoco-lightitalic;
} /*! CORES E BORDAS */
.text-success {
  color: #80c342;
}
.text-green {
  color: #199150;
}
.border-gradient-header {
  border-top: 5px solid;
  border-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(128, 195, 66, 1) 40%,
      transparent 100%
    )
    1;
}
.border-gradient-design {
  border-top: 5px solid;
  border-image: linear-gradient(
      90deg,
      rgba(17, 98, 78, 1) 0,
      rgba(128, 195, 66, 1) 100%
    )
    1;
} /*! seção agilidade e autonomia */
.border-gradient-agility {
  border-bottom: 5px solid;
  border-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(128, 195, 66, 1) 40%,
      transparent 100%
    )
    1;
}
h2.border-partial-agility::after,
p.border-partial-autonomy::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 60%;
  height: 3px;
  bottom: 0;
  left: 0;
}
p.border-partial-autonomy::after {
  width: 35%;
} /*! seção especificações */
.border-specs-list div:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#specs h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4.5rem;
  height: 8px;
  bottom: 0;
  left: 47%;
  background-color: #7ec537;
}
#specs h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.5rem;
  height: 5px;
  bottom: 0;
  left: 45%;
  background-color: #fff;
} /*! seção conexão */
ul.border-partial-connection::after,
ul.border-partial-connection::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #7ec537;
  width: 18%;
  height: 2px;
}
ul.border-partial-connection::before {
  top: 0;
  right: 0;
}
ul.border-partial-connection::after {
  bottom: 0;
  right: 0;
} /*! BACKGROUNDS */
#header {
  background-image: url(../assets/images/bg-header.png);
  background-position: center;
  background-size: cover;
}
#design {
  background-image: url(../assets/images/features-bg.jpg);
  background-size: contain;
  background-position: bottom;
}
.design-bg {
  background-image: url(../assets/images/bg-design.png);
  background-size: cover;
}
.text-design, .text-navegability, .text-tnr, .text-performance, .text-acer-grey {
  color: #696969;
}

.features-bg {
  background-image: url(../assets/images/features-bg.jpg);
  background-size: cover;
}

.agility-bg {
  background-image: url(../assets/images/bg-agility.png);
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-agility-bg {
  background-image: url(../assets/images/border-agility-img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
#autonomy {
  background: linear-gradient(
    to top,
    rgba(17, 98, 78, 1) 0,
    rgba(128, 195, 66, 1) 100%
  );
}
.autonomy-bg-img {
  background: url(../assets/images/bg-autonomy.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.specs-bg {
  background: linear-gradient(
    to top,
    rgba(17, 98, 78, 1) 0,
    rgba(128, 195, 66, 1) 100%
  );
} /*! ESTILOS DE SEÇÕES */ /*! seção agilidade */
.agility-ssd {
  bottom: -1rem;
  right: 0.2rem;
}
.agility-ssd-img {
  height: 5rem;
  bottom: -0.5rem;
  right: -3.4rem;
} /*! video */
#video {
  height: 300px;
}
#video .video-container {
  position: relative;
  width: 300px;
  height: 170px;
}
#video .video-container iframe {
  width: 300px;
  height: 150px;
}
#video-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border: solid 1px #666;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/video-card.png);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  align-items: center;
  justify-content: center;
  cursor: pointer;
} 

#new-specs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-design-notebook-img {
  transform: matrix(0.95, 0.33, -0.33, 0.95, 0, 0);
}

.new-design-content {
  margin-top: 1.5rem;
  border: 1px solid #80c342;
  border-radius: 1rem;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.tnr-notebook-img, .performance-img {
  width: 100%;
}

/*! RESPONSIVIDADE */ /*! seção design */
@media (max-width: 1024px) {
  .design-img {
    width: 350px;
  }
} /*! video */
@media (min-width: 768px) {
  #video {
    height: 500px;
  }
  #video .video-container {
    width: 650px;
    height: 365px;
  }
  #video .video-container iframe {
    width: 650px;
    height: 365px;
  }

  .new-design-content {
    margin-left: 8rem;
    grid-template-columns: 1fr 2fr;
    padding: 1.2rem;
    max-width: 30rem;
  }

  .new-design-notebook-img {
    max-width: inherit;
    right: 40%;
  }
}
@media (min-width: 992px) {
  #video {
    height: 600px;
  }
  #video .video-container {
    width: 650px;
    height: 365px;
  }
} /*! seção agilidade */
@media (min-width: 1024px) {
  .agility-bg {
    background-position-x: 11rem;
  }

  .new-design-notebook-img {
    right: 45%;
  }

  .new-design-content {
    margin-top: 2.5rem;
    grid-template-columns: 1fr 4fr;
  }
} 

@media (min-width: 1280px) {
  .new-design-notebook-img {
    width: 100%;
  }

  .new-design-content {
    margin-left: 10rem;
    grid-template-columns: 1fr 4fr;
  }
}
/*! seção autonomia */
@media (min-width: 1280px) AND (max-width: 1600px) {
  .autonomy-bg-img {
    background-position-x: -30%;
  }
} /*! seção garantia */
@media (min-width: 768px) {
  p.border-partial-guarantee::after,
  p.border-partial-guarantee::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #7ec537;
    height: 7%;
    width: 1px;
  }
  p.border-partial-guarantee::before {
    top: 0;
    left: 0;
  }
  p.border-partial-guarantee::after {
    bottom: 0;
    left: 0;
  }
}
