/* 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 */
}
.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: #ffffff;
  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 #ffffff;
}
#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: #ffffff;
}
/* seção conexão */
ul.border-partial-connection::before,
ul.border-partial-connection::after {
  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/bg-video.png");
  background-size: contain;
}
.design-bg {
  background-image: url("../assets/images/bg-design.png");
  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 #666666;
  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;
}
/* 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;
  }
}
@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;
  }
}
/* seção garantia */
@media (min-width: 768px) {
  p.border-partial-guarantee::before,
  p.border-partial-guarantee::after {
    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;
  }
}
