@charset "UTF-8";
/*
Theme Name: OXI93 site ofical
Author: the Estratégia team
Description: Tema desenvolvido para o website da OXI93.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap");
@font-face {
  font-family: "Gotham-Medium";
  src: url(assets/fonts/Gotham-Medium/Gotham-Medium.eot);
  src: url(assets/fonts/Gotham-Medium/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Gotham-Medium/Gotham-Medium.otf) format("otf"), url(assets/fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium) format("svg"), url(assets/fonts/Gotham-Medium/Gotham-Medium.ttf) format("truetype"), url(assets/fonts/Gotham-Medium/Gotham-Medium.woff) format("woff");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url(assets/fonts/Gotham-Bold/Gotham-Bold.eot);
  src: url(assets/fonts/Gotham-Bold/Gotham-Bold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Gotham-Bold/Gotham-Bold.otf) format("otf"), url(assets/fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold) format("svg"), url(assets/fonts/Gotham-Bold/Gotham-Bold.ttf) format("truetype"), url(assets/fonts/Gotham-Bold/Gotham-Bold.woff) format("woff");
}
@font-face {
  font-family: "GothamBlack";
  src: url(assets/fonts/GothamBlack/GothamBlack.eot);
  src: url(assets/fonts/GothamBlack/GothamBlack.eot?#iefix) format("embedded-opentype"), url(assets/fonts/GothamBlack/GothamBlack.otf) format("otf"), url(assets/fonts/GothamBlack/GothamBlack.svg#GothamBlack) format("svg"), url(assets/fonts/GothamBlack/GothamBlack.ttf) format("truetype"), url(assets/fonts/GothamBlack/GothamBlack.woff) format("woff");
}
/* TYPOGRAPHY
-------------------------------------------------- */
/* COLORS DEFAULT
-------------------------------------------------- */
/* GLOBAL
-------------------------------------------------- */
/* GLOBAL
-------------------------------------------------- */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
input,
button,
select,
textarea {
  font-family: "Gotham-Medium", Arial, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

html {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

/* GROUPING
-------------------------------------------------- */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul {
  font-family: "Gotham-Medium", Arial, sans-serif;
  font-size: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* TEXT-LEVEL SEMANTIC
-------------------------------------------------- */
b, strong {
  font-family: "Gotham-Bold", Arial, sans-serif;
  font-weight: 100;
}

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

a {
  color: #e1e304;
  text-decoration: none;
}

a:hover, a:focus {
  color: #e1e304;
  text-decoration: none;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* FORMS
-------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  border: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}

/* NAVBAR
-------------------------------------------------- */
.header__navbar {
  background-color: #000000;
  width: 100%;
  height: auto;
  transition: top 200ms ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-main {
  background-color: transparent;
}
.navbar-main.navbar-expand-md .navbar-nav {
  flex-direction: row;
}
.navbar-main .navbar-brand img {
  height: auto;
  width: 160px;
}
.navbar-main .navbar-brand img:hover {
  animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.navbar-main .nav-link {
  width: fit-content;
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  padding: 0.5rem 0.8rem !important;
  line-height: 1;
  font-size: 0.9rem;
  white-space: nowrap;
  position: relative;
  z-index: 4;
}
.navbar-main .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e1e304;
  transition: all 0.6s ease;
  z-index: 5;
  opacity: 0;
  background-color: transparent;
  background-image: url("assets/images/backgrounds/bg-hover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.navbar-main .nav-link:hover, .navbar-main .nav-link:focus, .navbar-main .nav-link.active {
  color: #e1e304;
}
.navbar-main .nav-link:hover::after, .navbar-main .nav-link:focus::after, .navbar-main .nav-link.active::after {
  width: 43px;
  height: 20px;
  opacity: 0.75;
}

@media (min-width: 782px) {
  .header__navbar .header__navbar-line {
    height: 46px;
  }
  .header__navbar .header__navbar-line p {
    font-size: 1rem;
  }

  .navbar-main .nav-link {
    font-size: 0.95rem;
  }
  .navbar-main .navbar-brand img {
    height: auto;
    width: 200px;
  }
}
/* MOBILE
-------------------------------------------------- */
.navbar-toggler {
  padding: 0;
  position: relative;
  width: 35px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
  top: 9px;
}
.navbar-toggler span:nth-child(4) {
  top: 18px;
}
.navbar-toggler.open span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-mobile {
  background: #e1e304;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  right: -100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
.nav-mobile.active {
  opacity: 1;
  right: 0%;
}
.nav-mobile ul {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
  left: 50%;
  position: absolute;
  top: 50%;
}
.nav-mobile ul li {
  margin: 0;
}
.nav-mobile ul li a {
  width: fit-content;
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.7rem 1.7rem 0.4rem !important;
  text-align: center;
  position: relative;
  margin: 20px auto;
}
.nav-mobile ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 50%;
  bottom: -4px;
  transform: skewX(-20deg) translateX(-50%);
  background-color: #000000;
  transition: all 0.3s ease;
}
.nav-mobile ul li a:hover, .nav-mobile ul li a:focus {
  color: #000000;
}
.nav-mobile ul li a:hover::after, .nav-mobile ul li a:focus::after {
  width: 90%;
}
.nav-mobile ul li a.active {
  background-color: #000000;
  color: #e1e304;
  transform: skewX(-20deg);
}
.nav-mobile ul li a.active:hover::after, .nav-mobile ul li a.active:focus::after {
  width: 90%;
  background-color: #e1e304;
}

@keyframes scaleIn {
  from {
    scale: 0.85;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
@keyframes fromBottom {
  from {
    transform: translateY(-50%);
    opacity: 0;
    scale: 0.85;
  }
  to {
    transform: translateY(-100%);
    opacity: 1;
    scale: 1;
  }
}
@keyframes fromLeft {
  from {
    transform: translate(50%, -50%);
    opacity: 0;
    scale: 0.85;
  }
  to {
    transform: translate(0, -50%);
    opacity: 1;
    scale: 1;
  }
}
@keyframes fromRight {
  from {
    transform: translate(-50%, -50%);
    opacity: 0;
    scale: 0.85;
  }
  to {
    transform: translate(0, -50%);
    opacity: 1;
    scale: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes pulseOpacity {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  33% {
    opacity: 0.75;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  10%, 80% {
    transform: translate3d(-1px, 0, 0);
    filter: blur(1px) grayscale(85);
  }
  30%, 60% {
    transform: translate3d(1px, 0, 0);
    filter: blur(0px);
  }
  50%, 40% {
    transform: translate3d(0, 0, 0);
    filter: blur(1px) grayscale(100);
  }
  70%, 20% {
    transform: translate3d(-1px, 0, 0);
    filter: blur(0px);
  }
}
body {
  background-color: white;
  color: black;
  font-weight: 300;
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: 0;
}

.ff-black {
  font-family: "GothamBlack", Arial, sans-serif !important;
}

.ls-1 {
  letter-spacing: -0.1rem;
}

.bg-yellow {
  background-color: #e1e304 !important;
}

.c-white {
  color: #ffffff !important;
}

.c-yellow {
  color: #e1e304 !important;
}

.c-musg {
  color: #404f02 !important;
}

.c-gray {
  color: #666666 !important;
}

.f-smaller {
  font-size: 75%;
}

.f-normal {
  font-size: 100%;
}

.f-bigger {
  font-size: 125%;
}

.title-big {
  font-size: 2.3rem;
  line-height: 2.6rem;
  letter-spacing: -0.15rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: -0.06rem;
}

@media (min-width: 782px) {
  body {
    min-height: 35rem;
  }

  .title-big {
    font-size: 2.9rem;
    line-height: 3.4rem;
    letter-spacing: -0.15rem;
  }
}
.btn-primary {
  border-radius: 200px;
  padding: 15px 20px;
  min-width: 440px;
  background-color: #ffffff;
  font-family: "Gotham-Medium", Arial, sans-serif;
  font-size: 36px;
  color: #000000;
  line-height: 1.2;
  border: none;
  transition: all 0.3s ease;
  border: solid 3px transparent;
}
.btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-primary.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary.btn-white:hover {
  background-color: #000000;
  color: #e1e304;
  border-color: #000000;
}
.btn-primary.btn-black {
  background-color: #000000;
  color: #e1e304;
}
.btn-primary.btn-black:hover {
  background-color: #e1e304;
  color: #000000;
  border-color: #000000;
}
.btn-primary.btn-yellow {
  background-color: #e1e304;
  color: #000000;
}
.btn-primary.btn-yellow:hover {
  color: #e1e304;
  background-color: #000000;
  border-color: #e1e304;
}

@media (max-width: 992px) {
  .btn-primary {
    min-width: auto;
    padding: 15px 40px;
    font-size: 24px;
  }
}
/* WRAPPER
-------------------------------------------------- */
.wrap__hero {
  position: relative;
  width: 100%;
}

.home__top {
  background-color: #000000;
  padding-top: 300px;
  width: 100%;
  height: auto;
}
.home__top .item-container {
  position: relative;
  background-color: #e1e304;
  padding-bottom: 100px;
}
.home__top .hero__container {
  margin-top: -170px;
  position: relative;
}
.home__top .hero__container .hero__item-main {
  position: relative;
  z-index: 11;
  animation: scaleIn 0.6s ease;
}
.home__top .hero__container .hero__item {
  position: absolute;
  z-index: 10;
  top: 55%;
  transform: translateY(-50%);
}
.home__top .hero__container .hero__item__man {
  left: -315px;
  animation: fromLeft 1.5s ease;
}
.home__top .hero__container .hero__item__woman {
  right: -70px;
  animation: fromRight 1.5s ease;
}
.home__top .hero__container .hero__item-text-container {
  position: relative;
  bottom: 0;
  z-index: 12;
  transform: translateY(-100%);
  text-align: center;
  font-size: 36px;
  animation: fromBottom 1.5s ease;
}
.home__top .hero__container .hero__item-text-container table {
  text-align: left;
  margin: auto;
}
.home__top .hero__container .hero__item-text-container table td {
  padding: 0;
  border: solid 1px red;
}
.home__top .hero__container .hero__item-text-container span {
  padding: 5px 10px;
  background-color: #000000;
  font-family: "Gotham-Bold", Arial, sans-serif;
  color: #ffffff;
  margin: 0;
}
.home__top .hero__section-title {
  font-family: "Gotham-Bold", Arial, sans-serif;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.home__top .hero__iframe-container {
  margin: 0 auto;
  margin-bottom: 100px;
  border: solid 10px #000000;
}

@media (max-width: 768px) {
  .home__top .hero__container .hero__item__man,
.home__top .hero__container .hero__item__woman {
    display: none;
  }
}
@media (max-width: 992px) {
  .home__top .item-container {
    padding-bottom: 50px;
  }
  .home__top .hero__section-title {
    font-family: "Orbitron", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home__top .hero__iframe-container {
    margin-bottom: 50px;
  }
}
.home__sobre {
  background-image: url("assets/images/backgrounds/bg-93.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 90px 0;
}
.home__sobre .section-title {
  margin-bottom: 50px;
  text-align: center;
}
.home__sobre .section-description {
  display: flex;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 200px;
}
.home__sobre .section-description ul {
  margin-left: 140px;
  max-width: 500px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.home__sobre .section-description ul li {
  margin-bottom: 25px;
}
.home__sobre .section-description ul li:last-child {
  margin-bottom: 0;
}
.home__sobre .section-cta-container {
  text-align: center;
}
.home__sobre .garrafa-spray {
  transform: translateX(-150px);
}

@media (max-width: 992px) {
  .home__sobre {
    display: none;
  }
}
.home__atividades {
  background-color: #e5e5e5;
  padding: 100px 0;
}
.home__atividades .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
  max-width: 1160px;
  margin: 0 auto;
}
.home__atividades .grid-container .grid-item {
  position: relative;
  background-color: #ffffff;
  min-height: 235px;
  cursor: pointer;
}
.home__atividades .grid-container .grid-item:hover .grid-item__container {
  opacity: 1;
}
.home__atividades .grid-container .grid-item__image {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home__atividades .grid-container .grid-item__container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 40px;
  opacity: 0;
  transition: all 0.3s ease;
}
.home__atividades .grid-container .grid-item__title {
  position: relative;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
  max-width: 190px;
  text-align: center;
}
.home__atividades .grid-container .grid-item__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background-color: #e1e304;
}
.home__atividades .grid-container .grid-item__description {
  width: 100%;
  max-width: 260px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .home__atividades {
    padding: 50px 0;
    background-color: #e1e304;
  }
  .home__atividades .grid-container {
    grid-template-columns: 1fr 1fr;
  }
  .home__atividades .grid-container .grid-item__container {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    justify-content: flex-end;
    padding: 30px;
  }
  .home__atividades .grid-container .grid-item__container .grid-item__title {
    font-family: "Orbitron", sans-serif;
    color: #000000;
    background-color: #e1e304;
    margin-bottom: 15px;
    padding: 5px 20px;
    transform: skewX(-20deg);
    line-height: 1;
    max-width: 75%;
  }
  .home__atividades .grid-container .grid-item__container .grid-item__title::after {
    display: none;
  }
  .home__atividades .grid-container .grid-item__container .grid-item__description {
    max-width: 75%;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home__atividades {
    padding: 50px 0;
    background-color: #e1e304;
  }
  .home__atividades .grid-container {
    grid-template-columns: 1fr;
  }
  .home__atividades .grid-container .grid-item__container {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    justify-content: flex-end;
    padding: 30px;
  }
  .home__atividades .grid-container .grid-item__container .grid-item__title {
    font-family: "Orbitron", sans-serif;
    color: #000000;
    background-color: #e1e304;
    margin-bottom: 15px;
    padding: 5px 20px;
    transform: skewX(-20deg);
    line-height: 1;
    max-width: 75%;
  }
  .home__atividades .grid-container .grid-item__container .grid-item__title::after {
    display: none;
  }
  .home__atividades .grid-container .grid-item__container .grid-item__description {
    max-width: 75%;
    font-size: 16px;
  }
}
.home__highlight {
  background-color: #000000;
  padding: 100px 0;
}
.home__highlight .grid-container {
  max-width: 1160px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  margin-bottom: 90px;
}
.home__highlight .grid-container .grid-item {
  position: relative;
  padding-top: 177%;
}
.home__highlight .grid-container .grid-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__highlight .section-cta-container {
  text-align: center;
}

@media (max-width: 992px) {
  .home__highlight {
    padding: 50px 0;
  }
  .home__highlight .grid-container {
    gap: 7px;
    margin-bottom: 50px;
  }
}
.home__parceiros {
  padding: 50px 0 75px;
  background-color: #e1e304;
  background-image: url("assets/images/backgrounds/bg-parceiros.png");
  background-repeat: repeat;
  background-size: initial;
  background-position: center top;
}
.home__parceiros .section-title {
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 40px;
}
.home__parceiros .parceiros-swiper {
  width: 100%;
  border: solid 3px #000000;
  background-color: #000000;
}
.home__parceiros .parceiros-swiper .swiper-slide {
  width: auto;
  background-color: #000000;
}
.home__parceiros .parceiros-swiper .parceiros-img {
  max-width: 200px;
}
.home__parceiros .parceiros-navigation {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__parceiros .parceiros-navigation .parceiros-btn {
  width: 0px;
  height: 0px;
  border-style: solid;
  margin: 0px 15px;
  border-width: 0 17.5px 30.3px 17.5px;
  transition: all 0.3s ease;
}
.home__parceiros .parceiros-navigation .parceiros-btn:hover {
  opacity: 0.7;
}
.home__parceiros .parceiros-navigation .parceiros-btn-prev {
  border-color: transparent transparent #000000 transparent;
  transform: rotate(270deg);
}
.home__parceiros .parceiros-navigation .parceiros-btn-next {
  border-color: transparent transparent #000000 transparent;
  transform: rotate(90deg);
}
.home__parceiros .parceiros-navigation .parceiros-btn-disabled {
  opacity: 0.6;
}

@media (max-width: 992px) {
  .home__parceiros {
    padding: 50px 0;
  }
  .home__parceiros .section-title {
    font-family: "Orbitron", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.home__overlay {
  padding: 100px 0;
  background-color: #000000;
}
.home__overlay .overlay-circles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__overlay .overlay-circles__casal-container {
  position: relative;
  z-index: 2;
}
.home__overlay .overlay-circles__casal-container::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background: white;
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.13) 0%, black 100%);
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.13) 0%, black 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.13) 0%, black 100%);
  filter: blur(100px);
}
.home__overlay .overlay-circles__casal-container .casal-shadow {
  position: relative;
  z-index: 2;
}
.home__overlay .overlay-circles__casal-container .casal-neon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  animation: pulse 5s infinite;
}
.home__overlay .overlay-circles__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.home__overlay .overlay-circles__rendimento-container {
  position: absolute;
  top: 13%;
  left: 15%;
  animation: pulseScale 5s linear infinite;
}
.home__overlay .overlay-circles__rendimento-container .circles-icon {
  width: 94px;
  height: 126px;
}
.home__overlay .overlay-circles__risco-zero-container {
  position: absolute;
  top: 5%;
  right: 18%;
  animation: pulseScale 5s linear infinite;
}
.home__overlay .overlay-circles__risco-zero-container .circles-icon {
  width: 133px;
  height: 132px;
}
.home__overlay .overlay-circles__indicacao-container {
  position: absolute;
  bottom: 27%;
  left: 18%;
  animation: pulseScale 5s linear infinite;
}
.home__overlay .overlay-circles__indicacao-container .circles-icon {
  width: 109px;
  height: 101px;
}
.home__overlay .overlay-circles__shots-container {
  position: absolute;
  bottom: 40%;
  right: 22%;
  animation: pulseScale 5s linear infinite;
}
.home__overlay .overlay-circles__shots-container .circles-icon {
  width: 100px;
  height: 145px;
  transform: translate(-40%, -50%);
}
.home__overlay .circles-label {
  width: 230px;
  height: 230px;
  position: relative;
  animation: rotate 300s linear infinite;
}
.home__overlay .circles-icon {
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .home__overlay {
    padding: 50px 0;
  }
  .home__overlay .overlay-circles__container > * {
    animation: pulseOpacity 5s linear infinite !important;
    transform: scale(0.5) !important;
  }
  .home__overlay .overlay-circles__container .overlay-circles__rendimento-container {
    top: 10px;
    left: 0;
  }
  .home__overlay .overlay-circles__container .overlay-circles__risco-zero-container {
    top: 0;
    right: 0;
  }
  .home__overlay .overlay-circles__container .overlay-circles__indicacao-container {
    bottom: 0;
    left: 0;
  }
  .home__overlay .overlay-circles__container .overlay-circles__shots-container {
    bottom: 20px;
    right: 0;
  }
}
.home__contact {
  padding: 4.5rem 0;
}

.page__top {
  background: url("assets/images/backgrounds/bg-black.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 7rem 0 1rem;
  overflow: hidden;
}

.dna__model {
  background-color: white;
  padding: 4rem 0 0;
  overflow: hidden;
}
.dna__model .dna__model-bg {
  background: url("assets/images/pessoas-correndo.png") no-repeat scroll right top;
  background-size: cover;
  position: absolute;
  top: -1%;
  left: -1%;
  bottom: 0;
  height: 102%;
  width: 48%;
}

.buy__content {
  background-color: white;
  padding: 4rem 0;
}

.product__intro {
  background: url("assets/images/backgrounds/bg-yellow.jpg") no-repeat scroll center top;
  background-size: cover;
  padding: 4rem 0 3rem;
}

.product__cans {
  background: url("assets/images/backgrounds/bg-product.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 4rem 0;
}
.product__cans .product__cans-soon {
  position: relative;
  bottom: 0;
}

.benefits__list {
  background: url("assets/images/backgrounds/bg-black.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 7rem 0 4rem;
  overflow: hidden;
}
.benefits__list h2::before {
  content: url("assets/images/icons/icon-plus.png");
  position: relative;
  z-index: 9;
  left: 0;
  top: 20px;
  margin-left: -2.8rem;
}
.benefits__list .benefits-ul {
  color: white;
  font-size: 1.3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits__list .benefits-ul li {
  padding-left: 1em;
  text-indent: -0.9em;
}
.benefits__list .benefits-ul li::before {
  content: "■";
  color: #e1e304;
  font-size: 12px;
  margin-right: 5px;
}

.benefits__highlight {
  background: url("assets/images/backgrounds/bg-yellow.jpg") no-repeat scroll center top;
  background-size: cover;
  padding: 3rem 0 10rem;
}
.benefits__highlight .benefits__highlight-can {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 62%;
  width: auto;
}
.benefits__highlight .benefits__highlight-hand {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35%;
  width: auto;
}

.testim__list {
  background-color: white;
  padding: 2rem 0 4rem;
}

.contact__content {
  background: url("assets/images/backgrounds/bg-product.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 7rem 0 4rem;
}

.hr-yellow {
  background-color: #e1e304;
  height: 2px !important;
  opacity: 1;
}

.hr-white-abs {
  background-color: white;
  height: 2px !important;
  opacity: 1;
  position: relative;
  width: 100%;
}

.page__hero {
  background-color: white;
  padding: 2rem 0 3rem;
}
.page__hero .page__hero-content {
  color: #000000;
  text-align: justify;
}
.page__hero .page__hero-content h1,
.page__hero .page__hero-content h2,
.page__hero .page__hero-content h3,
.page__hero .page__hero-content h4,
.page__hero .page__hero-content h5,
.page__hero .page__hero-content h6,
.page__hero .page__hero-content p,
.page__hero .page__hero-content span {
  font-size: 0.8rem !important;
  line-height: 1.4;
}

@media (min-width: 782px) {
  .home__top .home__top-title {
    transform: translate(0, -6rem);
  }

  .home__model .home__model-93percent {
    transform: translateY(-3rem);
    height: auto;
    width: 270px;
  }
  .home__model .home__model-can {
    margin-top: -5rem;
    margin-left: -4rem;
    width: 110% !important;
  }

  .page__top {
    padding: 10rem 0 2rem;
  }

  .dna__model {
    padding: 6rem 0;
  }

  .product__cans .product__cans-soon {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contact__content {
    padding: 10rem 0 4rem;
  }

  .benefits__list {
    padding: 10rem 0 4rem;
  }
  .benefits__list h2::before {
    left: 0;
    top: 20px;
  }

  .benefits__highlight {
    padding: 8rem 0 6rem;
  }
  .benefits__highlight .benefits__highlight-can {
    height: 160%;
  }
  .benefits__highlight .benefits__highlight-hand {
    height: 110%;
  }

  .page__hero {
    padding: 4rem 0;
  }
  .page__hero .page__hero-content h1,
.page__hero .page__hero-content h2,
.page__hero .page__hero-content h3,
.page__hero .page__hero-content h4,
.page__hero .page__hero-content h5,
.page__hero .page__hero-content h6,
.page__hero .page__hero-content p,
.page__hero .page__hero-content span {
    font-size: 0.9rem !important;
    line-height: 1.6;
  }
}
.thumbs-swiper {
  width: 100px;
  height: 475px;
  margin-right: 15px;
  padding-left: 15px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e1e304;
}

.home-swiper .swiper-slide {
  background: transparent;
}
.home-swiper .swiper-slide img {
  object-fit: contain;
}

/* FORM
-------------------------------------------------- */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000 !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000 !important;
}

input::placeholder,
textarea::placeholder {
  /* Most modern browsers support this now. */
  color: #000000 !important;
}

.form-control-default {
  border: 1px solid white;
  border-radius: 0.75rem;
  color: #000000;
  font-size: 1rem;
  padding: 0.6rem 1.175rem 0.5rem;
}

.btn-submit {
  background-color: #000000;
  border-radius: 0.75rem;
  color: white;
  font-size: 1.1rem;
  padding: 0.675rem 1.475rem 0.375rem;
}
.btn-submit:hover, .btn-submit:focus {
  background-color: #000000;
  color: #e1e304;
}

.btn-highlight {
  background-color: #e1e304;
  border-radius: 0.35rem;
  color: #000000;
  font-size: 1rem;
  padding: 0.375rem 1.475rem 0.275rem;
}
.btn-highlight:hover, .btn-highlight:focus {
  background-color: #000000;
  color: #e1e304;
}

/* FOOTER
-------------------------------------------------- */
.footer {
  background: url("assets/images/backgrounds/bg-bottom.jpg") no-repeat scroll center top;
  background-size: cover;
}
.footer ul {
  list-style: none;
}
.footer .footer-social-svg {
  height: 43px;
  width: auto;
}

.link-footer {
  color: #e1e304;
  font-size: 1rem;
}
.text-copyright {
  color: #999999;
  font-size: 0.8rem;
  line-height: 1.8;
}

@media (min-width: 782px) {
  .footer .footer-social-svg {
    height: 35px;
  }

  .text-copyright {
    font-size: 0.7rem;
  }
}

/*# sourceMappingURL=sass */