@charset "UTF-8";
/**
 * Arquivo base do SCSS com definição das variáveis
 *
 * @author Alvaro junior
 * @version 1.0.0
 */
/* ============= BASE ============= */
/* ============= INCLUDES ============= */
/* ============= PAGES ============= */
body, html {
  color: #fff;
  background: #0E080A;
  font-family: "baloo", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.menu__icon {
  position: fixed;
  top: 50px;
  right: 10vw;
  z-index: 100;
}
.menu__icon i {
  color: #fff;
  font-size: 40px;
}
.menu__menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #0E080A;
  padding: 5rem 3rem;
  width: auto;
  height: 100vh;
  z-index: 1000;
  transition: all ease 0.5s;
  transform: translateX(100%);
}
.menu__menu.active {
  transform: translateX(0%);
}
.menu__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu__menu ul li a {
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
}
.menu__menu ul li::before {
  content: "-";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.menu__menu ul li:hover a {
  color: #E41B23;
}
.menu__close {
  position: absolute;
  top: 20px;
  right: 2vw;
  text-decoration: none;
}
.menu__close i {
  font-weight: bold;
  color: #fff;
  font-size: 44px;
}
.menu__close:hover i {
  color: #E41B23;
}

.banner {
  width: 100vw;
  height: 100vh;
  position: relative;
  padding: 10vw;
  display: flex;
  align-items: center;
}
.banner__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90.65deg, rgba(0, 0, 0, 0.5) 0.55%, rgba(0, 0, 0, 0) 95.9%);
}
.banner__text {
  position: relative;
  z-index: 2;
}
.banner__text h2 {
  font-size: 20px;
  letter-spacing: 0.7em;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
}
.banner__text h1 {
  font-size: 100px;
  font-weight: lighter;
  line-height: 80%;
  margin-bottom: 50px;
  color: #fff;
}
.banner__text p {
  font-size: 30px;
  font-weight: bold;
  line-height: 80%;
  margin-bottom: 50px;
  color: #fff;
}
.banner__text a i {
  color: #fff;
  font-size: 40px;
  font-weight: lighter;
}
.banner__floating {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  max-width: 350px;
  z-index: 3;
}
.banner__floating img {
  width: 100%;
}

.info {
  padding: 150px 10vw 50px;
  position: relative;
  overflow: hidden;
}
.info__row {
  display: flex;
  border-bottom: 1px solid rgba(201, 168, 133, 0.28);
  position: relative;
}
.info__row:first-child {
  align-items: flex-end;
}
.info__row:last-child {
  border-bottom: 0;
}
.info__col {
  flex: 1;
  padding: 70px 0;
  margin-left: 100px;
}
.info__col h3 {
  font-size: 20px;
  letter-spacing: 0.7em;
  color: #E41B23;
  margin-bottom: 70px;
  font-weight: normal;
}
.info__col p {
  font-size: 50px;
  line-height: 95%;
  font-weight: lighter;
  margin-bottom: 40px;
}
.info__col p.small {
  font-size: 18px;
}
.info__col span {
  font-size: 18px;
  font-weight: lighter;
  display: block;
  margin-top: -15px;
}
.info__col i {
  color: #E41B23;
  font-size: 50px;
  display: block;
  margin-bottom: 25px;
}
.info__col:first-child {
  margin: 0;
}
.info__col.big {
  flex: 2;
  border-left: 1px solid rgba(201, 168, 133, 0.28);
  margin-left: 100px;
  padding-left: 100px;
}
.info__left {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-30%);
  width: 100%;
  max-width: 330px;
}

.view {
  width: 100vw;
  position: relative;
  padding: 15vw 10vw;
}
.view img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.view__text {
  position: relative;
  z-index: 2;
  max-width: 300px;
}
.view__text h2 {
  font-size: 50px;
  line-height: 90%;
  font-weight: lighter;
  margin-bottom: 30px;
}

.confirm {
  padding: 50px 10vw 0 10vw;
}
.confirm h2 {
  font-size: 100px;
  line-height: 80%;
  margin-bottom: 55px;
  font-weight: lighter;
}
.confirm p {
  margin-bottom: 55px;
  font-size: 18px;
}
.confirm__btn {
  text-align: center;
  padding-top: 50px;
}
.confirm__item {
  width: 33%;
  display: inline-block;
  padding: 15px 15px 15px 0;
}
.confirm__item label {
  display: flex;
  align-items: center;
}
.confirm__item label input {
  display: none;
}
.confirm__item label input:checked {
  display: none;
}
.confirm__item label input:checked ~ .checkmark {
  background: #E41B23;
}
.confirm__item label input:checked ~ .checkmark::after {
  display: flex;
}
.confirm__item label .checkmark {
  width: 25px;
  height: 25px;
  border: 1px solid #E41B23;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm__item label .checkmark::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACfXpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZZbjtUwDIbfuwqWEN9iZzlpLhI7YPn8aXt6YBgxg+AF6cRqXaWO7fhzqm7j29e5fcEgj7SpeeSSc8LQooUrHiI9x7j0OUdJj/tj0HWn7d0XDC3Qck66Xm/lmn/Y51vD0TsvyN4skDsM/xjY6zXPiX/KyOWO8dzOdc3ZY85x7q5qRhnyuakzxPZwA8MdVZJjWYY4LsOzH1IgkWpqpKmnlnZIo0JMkiYp9Y0qTRrUoRs15Kg82KGZG8sxF+JcuEkSEl1Ck12KdAlhaTxERDfhOxc64pYjXqNA5E4wZYIzwpLfyvaRwWdkzpZQIyLsnq5aIS/mxYFWGWXdYQYgNC9udhT4IffYfgArIGhHmQMbrGk/XexGz96SowEEdgZ99hd5X9T46BJFbEMyJECQMolRpuTMTqTCAUAVmbMo7yBAZtyRJKtIBptAHyE21jgdtmx8zuOogI9JFgebIhWwVA394xrooWpiambZ3MKK1S1L1mw5Z8/rzFUXVzfP7h5evIaEhkUOj4gStXARHEkruXiJUkqtiFl1q1axusKi1p132XW3Pe++x1722tA+TZu13LxFK6127tK1W8/de/TS66CBVtqGDht5+IhRRp3otSlTp808fcYss97ULqq/yB9Qo4saH6SWnd/UMOu+HB0uaH1nbDEDMVYCcV8E0NC8mKUgVV7kFrNUGKfCGEnaYtMp1Y0yEOogtkk3uye5T3PbUOuPuPFnyG0L3T8gx9uQN9zeodbXl7AdxM5TuGqaBKcP70dUjopi8/nwt/rl6OXo5ejl6OXo5ejl6D93NPHzUPAn9h3zflTECpDwegAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+UHHxEAHDniLkAAAADsSURBVDjLzdQ9SgNREADgL4KIldhoISiCFsHCygMI4g/GIwi2nsAjmMpGUDyC17BV8Aext7EQYqOgIZC1mcAiKbKZLRx4xZvlfQzz9g3/MOaxVid4g1fsopHFzlHgE5tZbB9d9HGWxRbwGNXdYjqDNXAZ2A9WstUdBFaglcXmStgVJjPYVPSrwDMWs9WdBtaPG07FFr4CbFf5FWaG5GdxF9j9qNgyHqI3q3++XQT2jqVRwQ18xMEXrEf+OHI9HFXt004cLPCEQ3Rif42JcZpfRgfrLUbUWE9qgHZK4HYdM24P3zipc3A243VUil9glzi7BRkedQAAAABJRU5ErkJggg==);
  padding: 0.5rem;
  display: none;
}
.confirm__confirmed {
  color: #E41B23;
  text-align: center;
  padding: 50px 10vw;
}
.confirm__confirmed i {
  display: block;
  margin-bottom: 15px;
  font-size: 40px;
}

.pix {
  padding: 150px 10vw;
  background-color: #0E080A;
  background-image: linear-gradient(to bottom, #0E080A 0%, rgba(14, 8, 10, 0.75) 18%, rgba(14, 8, 10, 0.35) 38%, rgba(14, 8, 10, 0) 58%), url("/assets/site/images/footer-banner.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center center;
  background-size: 100% 100%, cover;
  height: 100vh;
}
.pix__qrcode {
  margin-bottom: 30px;
  margin-top: 10px;
}
.pix p {
  font-size: 20px;
  line-height: 120%;
  font-weight: lighter;
  color: #fff;
}
.pix p.small {
  font-size: 16px;
}

.confirmed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #0E080A;
  border-bottom: 1px solid #E41B23;
}

@media screen and (max-width: 800px) {
  .banner {
    align-items: flex-end;
    height: 450px;
  }
  .banner::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
  .banner__floating {
    max-width: 160px;
  }
  .banner__text h1, .banner__text h2, .banner__text p {
    margin-bottom: 25px;
  }
  .banner__text h1 {
    font-size: 60px;
  }
  .banner__text p {
    font-size: 22px;
  }
  .banner__text a i {
    font-size: 25px;
  }
  .info {
    padding: 50px 10vw;
  }
  .info__row {
    display: block;
  }
  .info__col {
    padding: 50px 0;
    margin-left: 0;
  }
  .info__col.big {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .info__col p {
    font-size: 40px;
  }
  .info__left {
    top: 50%;
    transform: translate(-45%, -50%) rotate(-54deg);
  }
  .view {
    padding: 300px 10vw 40px 10vw;
  }
  .view::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
  .view__text h2 {
    font-size: 40px;
  }
  .confirm h2 {
    font-size: 45px;
  }
  .confirm__item {
    width: 100%;
  }
  .pix {
    padding: 70px 10vw;
  }
  .pix p {
    font-size: 20px;
  }
  .pix p.small {
    font-size: 16px;
  }
  .footer {
    margin-top: -50px;
  }
}
/* ============= COMPONENTES ============= */
.btn {
  background: #E41B23;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.4em;
  transition: all 0.3s ease-in;
}
.btn:hover {
  text-decoration: none;
  filter: brightness(85%);
  color: #fff;
}

/* ============= FONTS ============= */
@font-face {
  font-family: "Baloo";
  src: url("/assets/site/fonts/Baloo2-Bold.woff2") format("woff2"), url("/assets/site/fonts/Baloo2-Bold.woff") format("woff"), url("/assets/site/fonts/Baloo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo";
  src: url("/assets/site/fonts/Baloo2-Regular.woff2") format("woff2"), url("/assets/site/fonts/Baloo2-Regular.woff") format("woff"), url("/assets/site/fonts/Baloo2-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
