/* Estilos por seção */
@import url("./gallery-box.css");
@import url("./header.css");
@import url("./performance.css");
@import url("./storage.css");
@import url("./ssd.css");
@import url("./slide-details.css");
@import url("./features.css");
@import url("./guarantee.css");
@import url("./guarantee-carousel.css");
@import url("./connectors.css");
@import url("./specs.css");

/* Estilos globais */

/* Google Fonts - Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

/* Custom Fonts - Acer Foco */

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 900;
  font-style: normal;
  src: local("acerfoco"), url("../fonts/acerfoco-black-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-black-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 900;
  font-style: italic;
  src: local("acerfoco"), url("../fonts/acerfoco-blackitalic-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-blackitalic-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 700;
  font-style: normal;
  src: local("acerfoco"), url("../fonts/acerfoco-bold-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 700;
  font-style: italic;
  src: local("acerfoco"), url("../fonts/acerfoco-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-bolditalic-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 600;
  font-style: normal;
  src: local("acerfoco"), url("../fonts/acerfoco-semibold-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-semibold-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 600;
  font-style: italic;
  src: local("acerfoco"), url("../fonts/acerfoco-semibolditalic-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-semibolditalic-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco-i";
  font-display: auto;
  font-weight: 500;
  font-style: italic;
  src: local("acerfoco"), url("../fonts/acerfoco-italic-webfont.woff2") format("woff2"),
    url("../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("../fonts/acerfoco-regular-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 300;
  font-style: normal;
  src: local("acerfoco"), url("../fonts/acerfoco-light-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-light-webfont.woff") format("woff");
}

@font-face {
  font-family: "acerfoco";
  font-display: auto;
  font-weight: 300;
  font-style: italic;
  src: local("acerfoco"), url("../fonts/acerfoco-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/acerfoco-lightitalic-webfont.woff") format("woff");
}

/* CSS Default */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  font-size: 63.5%;
}

@media (min-width: 700px) {
  html {
    font-size: 1.5vw;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 0.7vw;
  }
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "acerfoco", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 5.1rem;
  line-height: 6rem;
  font-style: italic;
  font-weight: 600;
}

h1 > span {
  font-size: 5.1rem;
  line-height: 6rem;
  font-weight: 300;
  font-style: normal;
}

h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
}

h3 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2rem;
}

h4 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.45rem;
}

h6 {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem;
  letter-spacing: 0.25em;
}

span {
  font-weight: 400;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.3rem;
}

p {
  font-weight: 300;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6rem;
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
  display: block;
  max-width: -webkit-fill-available;
}

video {
  width: 100%;
  height: auto;
  display: block;
  max-width: -webkit-fill-available;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 400;
}

.font-semibold {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.text-dark {
  color: #000000;
}

.text-white {
  color: #fff;
}

.text-success {
  color: #80c342;
}

.text-body {
  color: #4b4b4b;
}

.title-large {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.2rem;
}

.title-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.description-regular {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.description-bold {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.description-extra-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.description-extra-light {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.text-extra-light {
  font-weight: 300;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.8rem;
}

.text-extra-bold {
  font-weight: 700;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.bg-brand {
  background: linear-gradient(90deg, #80c342 0.53%, #25626a 99.5%);
  opacity: 0.95;
}

.px-sm {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.ml-auto {
  margin-left: auto;
}
.mx-auto {
  margin: 0 auto;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}

@media (min-width: 1100px) {
  h1 {
    font-size: 7rem;
    line-height: 8.2rem;
  }

  h1 > span {
    font-size: 7rem;
    line-height: 8.2rem;
  }

  h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  h3 {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  h5 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  h6 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  span {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .description-bold {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .description-extra-bold {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .description-extra-light {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .text-extra-light {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .text-extra-bold {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }

  .description-extra-light-md {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
