html, body {background:  #282830; }
.mzauto {margin: 0 auto!important;}
.entrance .logo img {
    width: 70%;
    height: auto;
}
.entrance .view {
    height: 300px;
}
.entrance .card {
    width: 100%;
    background-color: #3a3a44;
    border: 0;
    border-radius: 14px;
    box-shadow: 0px 20px 60px 0px rgb(10 10 12 / 32%);
    margin: 15px 0px 0px 0px;
}
.entrance .card {
  position: relative;
  justify-content: center;
  perspective: 2500px;
  transition: all 0.5s;
}
.entrance .card:hover {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
}
.entrance .card-ocult {
  transform:none!important;
  opacity: 0.4!important;
}
.entrance .card-ocult:hover {
  transform:none!important;
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  transition: all 0.5s!important;
  opacity: 0.4!important;
}

.entrance .card-charutaria {
    background-image: url(../img/chamada/apre-charutaria.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 14px;
}
.entrance .card-charutaria .card-body {
    position: absolute;
    bottom: 0;
}
.entrance .card-eletronicos .card-body {
    position: absolute;
    bottom: 0;
}
.entrance .card-headshop .card-body {
    position: absolute;
    bottom: 0;
}
.entrance .card-narguiles .card-body {
    position: absolute;
    bottom: 0;
}
.entrance .card-charutaria .card-body h1 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 5px 7px #000;
}
.entrance .card-eletronicos {
    background-image: url(../img/chamada/apre-eletronicos.jpg);
    background-size: cover;
    background-position: 75% 50%;
    border-radius: 14px;
}
.entrance .card-eletronicos .card-body h2 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 5px 7px #000;
}
.entrance .card-headshop {
    background-image: url(../img/chamada/apre-head-shop.jpg);
    background-size: cover;
    background-position: 21% 50%;
    border-radius: 14px;
}
.entrance .card-headshop .card-body h2 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 5px 7px #000;
}
.entrance .card-narguiles {
    background-image: url(../img/chamada/apre-narguiles.jpg);
    background-size: cover;
    background-position: 98% 50%;
    border-radius: 14px;
}
.entrance .card-narguiles .card-body h2 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 5px 7px #000;
}
.entrance .col-md-12 .card {
    margin: 14px 0;
}

@media (min-width: 992px){
    .entrance .card-charutaria {
    height: 495px;
    }
}
.help {}
.help i {
    color: #54cc61;
    padding-right: 20px;
    font-size: 35px;
}
.help h5 {color: #fff;margin-bottom: 0;}
.help p {color: #fff;}
.help a {color: #54cc61;text-decoration: none;}
.help a:hover {color: #34953e;}
.media {width: auto;}
.rs {width: auto;display: flex;list-style: none;padding-inline-start: 0;margin-top: -15px!important;}
.rs li {margin-right: 30px;}
.rs li img {opacity:1; transition: all .3s;}
.rs li img:hover {opacity:0.6; transition: all .3s;}
.rs .icon-instagram {width: 35px;height: auto;}
.rs .icon-youtube {width: 42px;height: auto;position: relative;top: -4px;}
.rs .icon-loja {width: 35px;height: auto;}
.chamada-ender a img {width: 50px;height: 50px;margin: 0 auto;text-align: center;animation: go-back 2s infinite alternate;margin-top: -30px;}
.chamada-ender h3 {color: #ccc;}
.chamada-ender h4 {font-size: 20px; color: #fa4f09;}
.chamada-ender p {color: #ccc;}
@media (max-width: 576px) {
    .entrance .logo img {width: 55%;margin-bottom: 0px;margin-top: 15px;}
    .entrance .card-charutaria {height: 387px!important;}
    .media {width: 297px;}
    .rs {width: 151px;}
    .rs .icon-instagram {width: 28px;}
    .rs .icon-youtube {width: 35px;}
    .rs .icon-loja {width: 28px;}
    .entrance .view {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .row.reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
/*@media (min-width: 1024px) and (max-width: 1440px){
    .entrance .view {height: 265px;}
}*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.navbar {
    padding: 1.2rem 1rem;
    z-index: 999;
}
.navbar .border-orange {
    border-color: #fa4f09!important;
}
.navbar .logo {
    width: 45%;
    height: auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
    letter-spacing: -0.011em;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fa4f09;
}
.navbar-nav .rounded {
    border-radius: 20px!important;
}

@media (max-width: 320px) {
.navbar a {width: 241px!important;}
.navbar-nav .bt {
    padding-right: 15px;
    padding-left: 15px;
   }
}

@media (max-width: 768px) {
    .navbar {background-color: #28272e;}
    .navbar a {width: 270px;}
    .navbar-light .navbar-toggler {border: none;outline: none;}
    .navbar-toggler i {color: #db7054;font-size: 24px;}
    .navbar-collapse {padding-top: 20px;}
    .navbar-collapse .btm {border-top: 1px solid #33313e; padding-top: 20px;}
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .li-youtube {margin-right: 20px;}
    .navbar-expand-lg .navbar-nav {margin-left: 20px;}
}
.slider {}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
    height: 820px;
    z-index: 1;
    top: -124px;
}
.carousel-indicators, .carousel-control-prev, .carousel-control-next {display: none;}
.carousel {
    background-image: url(../img/bg-slider.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 0px 0px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 50%;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 1170px;
    top: 38%;
    transform: translateY(-50%);
}
.align-itens {align-content: center!important;align-items: center!important;}
.carousel-caption .icon-raio {
    width: 22px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.carousel-caption span {
    color: #36BB91;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.carousel-caption p {
    color: #ABABB5;
    font-family: "DM Sans", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
}
.carousel-caption h1 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.btnn {
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none!important;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF!important;
    background-color: #FA4F09;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FA4F09;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 10px 20px 0px rgba(255, 83.99999999999999, 83.99999999999999, 0.24);
    padding: 20px 50px 20px 50px;
}
.btnn:hover {
    background-color: #cf450c;
    border-color: #cf450c;
}
.btnn span {color: #FFFFFF!important;}

@media (max-width: 576px){
    .btnn {padding: 20px 15px 20px 15px;}
}
.carousel-caption .slide-col-int {
    background-image: url(../img/bg-section-int-slider.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
}
.carousel-caption .slide-col-int img  {
    width: 100%;
    height: auto;
    animation: go-back 2s infinite alternate;
}

@media (max-width: 767px) {
    .carousel {padding-left: 15px;padding-right: 15px;}
    .carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
        top: -132px;
        height: 1030px;
    }
    .carousel-caption {
        bottom: 50%;
        width: 100%;
    }
    .carousel-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-caption .slide-col-int img {
        width: 90%;
        max-width: 90%;
        height: 270px;
        vertical-align: middle;
        display: inline-block;
    }
    .d-flex {display: block!important;}
    .carousel-caption .slide-col-int {
        background-image: url(../img/bg-section-int-slider.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        height: auto;
        margin-bottom: 30px;
    }
    .carousel-caption p {text-align: center;}
    .a-btnn {text-align: center;}
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 1.25em;
        letter-spacing: 0px;
        text-align: center;
    }
}

@keyframes go-back {
  from {
    transform: translatey(20px);
}
to {
    transform: translatey(0);
}
}
.sobre {
    background-image: url(../img/bg-section-sobre.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 60px 0px;
    margin-top: -125px;
}
.sobre-col-int {
    background-image: url(../img/bg-section-int-sobre.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 490px;
}
.sobre-col-int img  {
    width: 90%;
    height: auto;
    animation: go-back 2s infinite alternate;
}
.sobre span {
    color: #36BB91;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.sobre h2 {
    text-align: left;
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.sobre p {
    color: #ABABB5;
    font-family: "DM Sans", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
}

@media (max-width: 576px) {
.sobre h2 {
    font-size: 38px;
    }
}

@media (max-width: 767px) {
    .sobre {
        padding: 0px 0px 60px 0px;margin-top: -135px;}
    }

    .cont span {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.8em;
    }
    .cont .suffix {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.8em;
    }
    .cont p {
        color: #ABABB5!important;
        font-family: "Raleway", Sans-serif!important;
        font-size: 18px!important;
        font-weight: 600!important;
        line-height: 1.3em!important;
    }

    .sobre-produtos {padding: 60px 0;background: #27272e;}
    .sobre-produtos i {
        width: 1em;
        height: 1em;
        position: relative;
        display: block;
        color:#fa4f09;
    }
    .sobre-produtos h5 {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3em;
        letter-spacing: 0.2px;
    }
    .sobre-produtos p {
        text-align: left;
        color: #FFF2F2A3;
        font-family: "DM Sans", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .sobre-produtos .list-row .row {padding: 40px 0;}
    .sobre-produtos .sob-produto {
        background-image: url(../img/bg-section-sobre-produto.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }
    .sobre-produtos .sob-produto img  {
        animation: go-back 2s infinite alternate;
        margin-top: 40px;
    }
    @media (max-width: 767px) {
        .sobre-produtos .list-row .row {padding: 15px 0;}
    }

    .produtos-home {
        background-image: url(../img/bg-section-produtos.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 60px 0px 90px 0px;
    }
    .marcas h3 {
        color: #36BB91;
        font-family: "Inter", Sans-serif;
        font-size: 17px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.4em;
        letter-spacing: 1px;
    }

    .produtos-home span {
        color: #36BB91;
        font-family: "Inter", Sans-serif;
        font-size: 17px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1.4em;
        letter-spacing: 1px;
    }
    .produtos-home h2 {
        text-align: left;
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 46px;
        font-weight: 700;
        line-height: 1.1em;
        letter-spacing: 0px;
    }
    .produtos-home p {
        color: #ABABB5;
        font-family: "DM Sans", Sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.8em;
        letter-spacing: 0px;
    }

    .produtos-home .list .view {
        height: auto;
    }
    .produtos-home .list .card {
        background-color: #3a3a44;
        border: 0;
        border-radius: 14px;
        box-shadow: 0px 20px 60px 0px rgb(10 10 12 / 32%);
        margin: 15px;
    }
    .produtos-home .list .card-img-top {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 23px 20px 0px 20px;
    }
    .produtos-home .list .card-body a {
        text-align: center;
        color: #fff;
        padding: 1.5rem 0 0.5rem 0;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.25;
        letter-spacing: -0.014em;
    }
    .produtos-home .list .card-body p, button {
        font-family: 'Inter', sans-serif;
    }
    .produtos-home .list .card-body .fa-star, .fa-star-half-alt {
        color:#fa4f09;
    }
    .produtos-home .list .card-body strong {color:#fff;}
    .produtos-home .list .card-body .button {
        margin: 0.5rem auto 0;
        padding: 9px 15px;
        font-size: 11px;
        font-weight: 600;
        min-width: 8.5rem;
        text-transform: uppercase;
        letter-spacing: 0.005em;
        line-height: 22px;
        border-radius: 11px;
        border: 1px solid #fa4f09;
        color: #fa4f09;
        background: transparent;
        box-shadow: none;
        transition: all .3s;
    }

    .produtos-home .list .card-body .button:hover {color: #fff; background: #fa4f09;border: 1px solid #fa4f09;transition: all .3s;}

    .produtos-home .list .card-body .button-whats {
        margin: 0.5rem auto 0;
        padding: 9px 15px;
        font-size: 11px;
        font-weight: 600;
        min-width: 8.5rem;
        text-transform: uppercase;
        letter-spacing: 0.005em;
        line-height: 22px;
        border-radius: 11px;
        border: 1px solid #54cc60;
        color: #54cc60;
        background: transparent;
        box-shadow: none;
        transition: all .3s;
    }

    .produtos-home .list .card-body .button-whats:hover {color: #fff; background: #399f43;border: 1px solid #399f43;transition: all .3s;}

    .produtos-home .btn-loja a {
        font-family: "DM Sans", Sans-serif;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
        line-height: 1em;
        letter-spacing: 0px;
        fill: #FA4F09;
        color: #FA4F09;
        background-color: #25262A00;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 20px 60px 0px rgba(20.999999999999982, 92.00000000000011, 231, 0);
        padding: 0px 0px 0px 0px;
    }
    .produtos-home .btn-loja a:hover {color:#fff;}

    @media (max-width: 576px){
        .produtos-home h2 {font-size: 38px;}
    }

    .videos {
        padding: 90px 0;
        background-color: #27272E;
        overflow: hidden;
        box-shadow: 0px -5px 35px 0px rgba(10, 10, 12, 0.3215686274509804);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }
    .videos span {
        color: #36BB91;
        font-family: "Inter", Sans-serif;
        font-size: 17px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1.4em;
        letter-spacing: 1px;
    }
    .videos h2 {
        text-align: left;
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 46px;
        font-weight: 700;
        line-height: 1.1em;
        letter-spacing: 0px;
    }
    .videos p {
        color: #ABABB5;
        font-family: "DM Sans", Sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.8em;
        letter-spacing: 0px;
    }
    .videos iframe {width: 100%;height: 320px; border-radius: 14px;}
    .videos .slider a {  /* вид кнопок */ 
      display: inline-block;
      padding: 0 .5em;
      text-decoration: none;
      color: rgb(204,204,203);
  }
  .videos .slider a:visited {  /* вид кнопок просмотренных видео */ 
      color: rgb(204,204,203);
  }
  .videos .slider a:hover {  /* вид кнопок при наведении */ 
      transform: scale(1.5);
  }
  .videos .slider a:not(:active):focus {  /* блокировка второго клика, но не третьего */ 
      pointer-events: none;
  }
  .videos .slider a::before {  /* из-за Mozilla Firefox приходится использовать псевдоэлемент */ 
      content: "\25cf";
      position: absolute;
      color: rgba(0,0,1,.1);
      transition: color 0s 9999999s;  /* нужен, чтобы запомнился цвет после нажатия кнопки, подробнее про transition */ 
  }
  .videos .slider a:nth-of-type(1)::before {  /* вид первой кнопки при загрузки страницы */ 
      color: #fa4f09;
  }
  .videos .slider span:active a::before {  /* для неактивных кнопок псевдоэлемент не нужен */ 
      color: rgba(0,0,0,0);
      transition: color 0s;
  }
  .videos .slider span:active a:nth-of-type(1)::before {  /* вид неактивной первой кнопки, чтобы она выглядела как посещённая */ 
      color: #ccc;
      transition: color 0s;
  }
  .videos .slider span:active a:active::before {  /* вид нажатой кнопки [в Internet Explorer отсутствует всплытие :active] */ 
      color: #fa4f09;
      transition: color 0s;
  }

  @media (max-width: 576px){
    .videos iframe {height: 185px;}
    .videos span {font-size: 14px;}
    .videos h2 {font-size: 38px;}
  }

.mapas img {
    width: 50px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    animation: go-back 2s infinite alternate;
}
  .mapas {
    background-image: url(../img/bg-section-mapas.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0;
}
.mapas span {
    color: #36BB91;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.mapas h2 {
    text-align: left;
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.mapas h3 {
    color: #fa5404;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.mapas p {
    color: #ABABB5;
    font-family: "DM Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
}

.mapas iframe {border-radius: 14px;}

@media (max-width: 320px){
.videos span {
    font-size: 12px;
 }
}

@media (max-width: 576px){
    .mapas {padding: 0px 0;}
    .mapas iframe {
    margin-bottom: 25px;
    }
}

.page-footer {
    background-color: #1a1a1a;
    bottom: 0;
    color: #fff;
}
.page-footer h3 {font-size: 21px;}
.page-footer a {
    color: #fa4f09;
}
.page-footer span {
    color: #fa4f09;
}
.page-footer ul a {
    color: #ffffff;
    background-color: #fa4f09;
    margin: 0px 10px 0px 0px;
    border-radius: 57px;
    width: 40px;
    height: auto;
}
.page-footer ul a:hover {
    background-color: #d94609;
}
.page-footer .fa-instagram {margin-left: -3px;}
.page-footer .fa-youtube {margin-left: -5px;}
.page-footer .logo {
    width: 30%;
    height: auto;
}
.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}
.page-footer ul {
    list-style: none;
    display: flex;
    margin-left: 0;
    padding-inline-start: 0px;
}

@media (max-width: 576px) {
.page-footer ul {
    width: 100px;
    margin: 0 auto;
    }
    .page-footer .contatos p {
    width: 275px;
    margin: 0 auto;
    margin-bottom: 35px;
    }

    .page-footer .contatos .p-email {position: relative; top: -30px;}
}

@media (min-width: 992px) {
    .page-footer .f-sobre {width: 435px;}
}