@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html, body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  color: #1e1e1e;
  background-color: #c9ff22;
  font-size: 14px; }
  @media (min-width: 768px) {
    html, body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html, body {
      font-size: 16px; } }

.text-dmsans {
  font-family: 'DM Sans', sans-serif; }

.text-orange {
  color: #ff9700; }

.fw-black {
  font-weight: 900 !important; }

.bg-black {
  background-color: #1e1e1e;
  opacity: 1; }

.bg-orange {
  background-color: #ff9700;
  opacity: 1; }

.small {
  font-size: 0.8em; }

.ultrasmall {
  font-size: 0.7em; }

.btn-close {
  border: none; }
  .btn-close:focus {
    outline: none;
    box-shadow: none; }

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important; }
  .w-lg-75 {
    width: 75% !important; } }

#marcas {
  background-color: #f7ec2f; }
  #marcas .underline-before {
    position: relative; }
    #marcas .underline-before:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -1rem;
      width: 8rem;
      height: 4px;
      background-color: #ffffff;
      transform: translateX(-50%); }
  #marcas .content-slider-marcas {
    width: 80%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #marcas .content-slider-marcas {
        width: 80%; } }
    #marcas .content-slider-marcas .slider-marcas .slick-list .slick-track .slick-slide .content-img-marca {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      border-radius: 15px;
      transition: all 0.3s; }
      #marcas .content-slider-marcas .slider-marcas .slick-list .slick-track .slick-slide .content-img-marca:hover {
        transform: scale(1.1); }
      #marcas .content-slider-marcas .slider-marcas .slick-list .slick-track .slick-slide .content-img-marca .img-marca {
        position: absolute;
        width: 70%;
        height: 55%;
        top: 50%;
        left: 50%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
        transform: translate(-50%, -50%); }
    #marcas .content-slider-marcas .slick-next {
      right: 0;
      width: 40px;
      transform: translate(100%, -80%);
      opacity: 0.6;
      transition: all 0.3s; }
      #marcas .content-slider-marcas .slick-next:hover {
        opacity: 1; }
    #marcas .content-slider-marcas .slick-prev {
      left: 0;
      width: 40px;
      z-index: 1;
      transform: translate(-100%, -80%);
      opacity: 0.6;
      transition: all 0.3s; }
      #marcas .content-slider-marcas .slick-prev:hover {
        opacity: 1; }
    #marcas .content-slider-marcas .slick-next:before,
    #marcas .content-slider-marcas .slick-prev:before {
      display: none; }

.btn-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.btn-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 2px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out; }

.btn-underline-from-center:hover:before,
.btn-underline-from-center.active:before {
  left: 0;
  right: 0; }

.btn-center-out {
  transform: perspective(1px) translateZ(0);
  overflow: hidden; }

.btn-center-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.5s; }

.btn-center-out:hover:before,
.btn-center-out:focus:before,
.btn-center-out:active:before {
  transform: scale(1.15); }

.btn-transparent-neon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  background: transparent;
  border: 1px solid #1e1e1e;
  transition: all 0.5s; }
  .btn-transparent-neon .icon-button {
    height: 1rem; }
  .btn-transparent-neon:hover {
    background: transparent;
    color: #1e1e1e; }
  .btn-transparent-neon:before {
    background: #c9ff22 !important; }
  .btn-transparent-neon:focus {
    color: #1e1e1e; }

.btn-neon-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  background: #c9ff22;
  border: none;
  transition: all 0.5s; }
  .btn-neon-yellow .icon-button {
    height: 1rem; }
  .btn-neon-yellow:hover {
    background: #c9ff22;
    color: #1e1e1e; }
  .btn-neon-yellow:before {
    background: #f7ec2f; }
  .btn-neon-yellow:focus {
    color: #1e1e1e; }

.btn-neon-celeste {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  background: #c9ff22;
  border: none;
  transition: all 0.5s; }
  .btn-neon-celeste .icon-button {
    height: 1rem; }
  .btn-neon-celeste:hover {
    background: #c9ff22;
    color: #1e1e1e; }
  .btn-neon-celeste:before {
    background: #00e0f6; }
  .btn-neon-celeste:focus {
    color: #1e1e1e; }

.btn-neon-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  background: #c9ff22;
  border: none;
  transition: all 0.5s; }
  .btn-neon-pink .icon-button {
    height: 1rem; }
  .btn-neon-pink:hover {
    background: #c9ff22;
    color: #1e1e1e; }
  .btn-neon-pink:before {
    background: #ff8cdd; }
  .btn-neon-pink:focus {
    color: #1e1e1e; }

.navbar {
  background: linear-gradient(90deg, #00e0f6 0%, #ff8cdd 24%, #c9ff22 51%, #f7ec2f 77%, #ff9700 100%); }
  .navbar .navbar-brand img {
    height: 60px;
    transition: all 0.5s; }
  .navbar .navbar-toggler {
    border: none; }
    .navbar .navbar-toggler:focus {
      outline: none;
      box-shadow: none; }
  .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-family: 'DM Sans', sans-serif;
      color: #1e1e1e;
      font-weight: 600;
      width: 100%;
      text-align: center; }
      .navbar .navbar-nav .nav-item .nav-link svg {
        height: 2rem; }
        .navbar .navbar-nav .nav-item .nav-link svg path {
          fill: #ffffff;
          transition: all 0.3s; }
      .navbar .navbar-nav .nav-item .nav-link svg.icon-play path,
      .navbar .navbar-nav .nav-item .nav-link svg.icon-pause path {
        fill: #1e1e1e; }
      .navbar .navbar-nav .nav-item .nav-link:before {
        background: #1e1e1e; }
      .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #1e1e1e; }
        .navbar .navbar-nav .nav-item .nav-link:hover svg path {
          fill: #1e1e1e; }
        .navbar .navbar-nav .nav-item .nav-link:hover svg.icon-play path,
        .navbar .navbar-nav .nav-item .nav-link:hover svg.icon-pause path {
          fill: #1e1e1e; }
      .navbar .navbar-nav .nav-item .nav-link.active {
        color: #1e1e1e; }
      .navbar .navbar-nav .nav-item .nav-link.playstore {
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s; }
        .navbar .navbar-nav .nav-item .nav-link.playstore:hover {
          background-color: white; }
        .navbar .navbar-nav .nav-item .nav-link.playstore img {
          height: 2rem; }
  @media (min-width: 992px) {
    .navbar .navbar-brand img {
      height: 90px; } }
  .navbar .offcanvas {
    background: linear-gradient(180deg, #00e0f6 0%, #ff8cdd 70%); }
    .navbar .offcanvas .offcanvas-header img {
      height: 60px; }
    @media (min-width: 992px) {
      .navbar .offcanvas {
        background: transparent; } }

footer {
  background-image: url(../images/bg-footer.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  footer .logo {
    height: 60px; }
  footer .link {
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s; }
    footer .link:before {
      background-color: #1e1e1e; }
    footer .link:hover {
      color: #1e1e1e; }
    footer .link.active {
      color: #1e1e1e; }
  footer .redes {
    text-decoration: none;
    background-color: transparent;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
    footer .redes svg {
      height: 2rem; }
      footer .redes svg path {
        fill: #1e1e1e;
        transition: all 0.3s; }
    footer .redes:hover {
      background-color: #c9ff22; }
      footer .redes:hover svg path {
        fill: #1e1e1e; }
