/* -- FONTS -- */
@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-Bold.eot');
  src: url('../fonts/AloeveraDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-Bold.woff2') format('woff2'), url('../fonts/AloeveraDisplay-Bold.woff') format('woff'),
    url('../fonts/AloeveraDisplay-Bold.ttf') format('truetype'), url('../fonts/AloeveraDisplay-Bold.svg#AloeveraDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-Light.eot');
  src: url('../fonts/AloeveraDisplay-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-Light.woff2') format('woff2'), url('../fonts/AloeveraDisplay-Light.woff') format('woff'),
    url('../fonts/AloeveraDisplay-Light.ttf') format('truetype'), url('../fonts/AloeveraDisplay-Light.svg#AloeveraDisplay-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-ExtraLight.eot');
  src: url('../fonts/AloeveraDisplay-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-ExtraLight.woff2') format('woff2'), url('../fonts/AloeveraDisplay-ExtraLight.woff') format('woff'),
    url('../fonts/AloeveraDisplay-ExtraLight.ttf') format('truetype'), url('../fonts/AloeveraDisplay-ExtraLight.svg#AloeveraDisplay-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-ExtraBold.eot');
  src: url('../fonts/AloeveraDisplay-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-ExtraBold.woff2') format('woff2'), url('../fonts/AloeveraDisplay-ExtraBold.woff') format('woff'),
    url('../fonts/AloeveraDisplay-ExtraBold.ttf') format('truetype'), url('../fonts/AloeveraDisplay-ExtraBold.svg#AloeveraDisplay-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-Black.eot');
  src: url('../fonts/AloeveraDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-Black.woff2') format('woff2'), url('../fonts/AloeveraDisplay-Black.woff') format('woff'),
    url('../fonts/AloeveraDisplay-Black.ttf') format('truetype'), url('../fonts/AloeveraDisplay-Black.svg#AloeveraDisplay-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-Medium.eot');
  src: url('../fonts/AloeveraDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-Medium.woff2') format('woff2'), url('../fonts/AloeveraDisplay-Medium.woff') format('woff'),
    url('../fonts/AloeveraDisplay-Medium.ttf') format('truetype'), url('../fonts/AloeveraDisplay-Medium.svg#AloeveraDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-Regular.eot');
  src: url('../fonts/AloeveraDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-Regular.woff2') format('woff2'), url('../fonts/AloeveraDisplay-Regular.woff') format('woff'),
    url('../fonts/AloeveraDisplay-Regular.ttf') format('truetype'), url('../fonts/AloeveraDisplay-Regular.svg#AloeveraDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-SemiBold.eot');
  src: url('../fonts/AloeveraDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-SemiBold.woff2') format('woff2'), url('../fonts/AloeveraDisplay-SemiBold.woff') format('woff'),
    url('../fonts/AloeveraDisplay-SemiBold.ttf') format('truetype'), url('../fonts/AloeveraDisplay-SemiBold.svg#AloeveraDisplay-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../fonts/AloeveraDisplay-Thin.eot');
  src: url('../fonts/AloeveraDisplay-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/AloeveraDisplay-Thin.woff2') format('woff2'), url('../fonts/AloeveraDisplay-Thin.woff') format('woff'),
    url('../fonts/AloeveraDisplay-Thin.ttf') format('truetype'), url('../fonts/AloeveraDisplay-Thin.svg#AloeveraDisplay-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'AloeveraDisplay';
}
header {
  border-bottom: 10px solid #1b2b4c;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.logo_topo {
  max-width: 350px;
  width: 100%;
}

.hero {
  background-image: url('../img/hero_sm.jpg');
  background-position: right 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  height: calc(100vh - 115px);
  padding: 20px 0;
  position: relative;
}
.hero::after {
  background-color: rgba(0, 0, 0, 0.25);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
h1 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 1px;
  max-width: 525px;
  max-width: 40ch;
  text-align: center;
  z-index: 1;
}
.hero__warning {
  background-color: #fff;
  bottom: -25px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
}
.hero__warning p {
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.hero__warning p i {
  color: #ca9e68;
  font-size: 35px;
  margin-right: 10px;
}

footer {
  background-image: url('../img/bg_rodape.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  position: relative;
}

.logo_rodape {
  max-width: 500px;
  width: 100%;
}
footer a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer a i {
  color: #ca9e68;
  margin-right: 5px;
}
footer a:hover {
  color: #ca9e68;
}

@media (min-width: 1024px) {
  header {
    padding: 20px 0;
  }
  .hero {
    background-image: url('../img/hero_md.jpg');
    background-position: center 80%;
    padding: 0;
  }
  h1 {
    margin: 100px auto;
  }
  .hero__warning {
    padding: 5px 25px;
  }
}
@media (min-width: 1400px) {
  header::after {
    content: '';
    background-image: url(../img/after_topo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 1;
  }
  .hero {
    background-image: url('../img/hero_lg.jpg');
  }
  footer::after {
    content: '';
    background-image: url('../img/after_rodape.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 600px;
  }
}
@media (min-width: 1900px) {
  .hero {
    background-image: url('../img/hero_xlg.jpg');
  }
}
@media (min-width: 2500px) {
  .hero {
    background-image: url('../img/hero_xxlg.jpg');
  }
}
@media (min-width: 3800px) {
  .hero {
    background-image: url('../img/hero_xxxlg.jpg');
  }
}

.charque h3 {
  color: #ca9e68;
}
