
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:100,200,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section, main {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
optgroup,
select,
textarea {
    font-family: Montserrat, sans-serif
}

.btn,
.pos-relative {
    position: relative
}

.btn:before,
.fullScreen,
body,
html {
    height: 100%
}

a:focus,
a:hover,
button:focus {
    outline: 0!important
}

.btn.btn-link:hover,
a,
a:focus,
a:hover {
    text-decoration: none
}
p strong {
    font-weight: 600;
}
/*@font-face {
    font-family: FontAwesome;
    src: url(../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}*/

body {
    font-size: 15px;
    font-weight: 400;
    color: #22232d;
    line-height: 1.8;
    letter-spacing: 0;
    overflow-x: hidden
}
p,
a {
    font-family: Montserrat, sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

@media (min-width:1200px) {
    .container {
        width: 1070px
    }
}

button,
input,
optgroup,
select,
textarea {
    font-weight: 200;
    font-size: 13px!important
}

.btn,
.carousel-browser.owl-carousel.owl-theme .owl-dots .owl-dot span,
.simple-hover img,
a,
button {
    transition: all .3s;
    -webkit-transition: all .3s
}

a {
    color: #A4027C
}

a:focus,
a:hover {
    color: #fd33cb
}

ol,
ul {
    margin: 0 0 1.5em
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(74, 144, 226, .04)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.label {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 2px;
    font-size: 10px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.3;
    color: #222
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-size: 30px
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 15px
}

.bg-default {
    background-color: #f7f7f7!important
}

.bg-white {
    background: #fff
}

.bg-gray {
    background-color: #fbfbfb
}

.bg-primary {
    background: #4a90e2!important;
    border-color: #4a90e2
}

.bg-dark {
    background: linear-gradient(215deg, #000 0, #22232d 70%, #444 100%);
    background: -webkitlinear-gradient(215deg, #000 0, #22232d 70%, #444 100%)
}

.bg-rose {
    background: linear-gradient(215deg, #fd33cb 0, #A4027C 70%, #6a0150 100%);
    background: -webkitlinear-gradient(215deg, #fd33cb 0, #A4027C 70%, #6a0150 100%)
}

.text-white {
    color: #fff!important
}

.text-dark {
    color: #22232d!important
}

.text-white-gray {
    color: rgba(255, 255, 255, .8)!important
}

.text-dark-gray {
    color: rgba(34, 35, 45, .5)!important
}

.center-img {
    display: block;
    margin: 0 auto
}

.border-round {
    border-radius: 6px;
    -webkit-border-radius: 6px
}

.fWidth {
    width: 100%!important
}

.oHidden {
    overflow: hidden!important
}

.mr0 {
    margin-right: 0!important
}
.pt0 {
    padding-top: 0!important
}
.pt10 {
    padding-top: 10px!important
}
.pt20 {
    padding-top: 20px!important
}
.pt30 {
    padding-top: 30px!important
}
.pt40 {
    padding-top: 40px!important
}
.pt50 {
    padding-top: 50px!important
}
.pt60 {
    padding-top: 60px!important
}
.pt70 {
    padding-top: 70px!important
}
.pt80 {
    padding-top: 80px!important
}
.pt90 {
    padding-top: 90px!important
}
.pt100 {
    padding-top: 100px!important
}
.pt120 {
    padding-top: 120px
}
.pb0 {
    padding-bottom: 0!important
}
.pb10 {
    padding-bottom: 10px!important
}
.pb15 {
    padding-bottom: 15px!important
}
.pb20 {
    padding-bottom: 20px!important
}
.pb30 {
    padding-bottom: 30px!important
}
.pb40 {
    padding-bottom: 40px!important
}
.pb50 {
    padding-bottom: 50px!important
}
.pb60 {
    padding-bottom: 60px!important
}
.pb70 {
    padding-bottom: 70px!important
}
.pb80 {
    padding-bottom: 80px!important
}
.pb90 {
    padding-bottom: 90px!important
}
.pb100 {
    padding-bottom: 100px!important
}
.mb0 {
    margin-bottom: 0!important
}
.mb5 {
    margin-bottom: 5px!important
}
.mb10 {
    margin-bottom: 10px!important
}
.mb20 {
    margin-bottom: 20px!important
}
.mb30 {
    margin-bottom: 30px!important
}
.mb40 {
    margin-bottom: 40px!important
}
.mb50 {
    margin-bottom: 50px!important
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px!important
}
.mb90 {
    margin-bottom: 90px!important
}
.mb100 {
    margin-bottom: 100px!important
}
.mt5 {
    margin-top: 5px!important
}
.mt10 {
    margin-top: 10px!important
}
.mt20 {
    margin-top: 20px!important
}
.mt30 {
    margin-top: 30px!important
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px!important
}
.mt60 {
    margin-top: 60px!important
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px!important
}
.mt90 {
    margin-top: 90px!important
}
.mt100 {
    margin-top: 100px!important
}

.no-margin {
    margin: 0!important
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0!important
}

.close span {
    font-size: 26px
}

.btn {
    overflow: hidden;
    z-index: 1;
    border-radius: 0;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 300;
    font-size: 12px!important;
    font-family: Montserrat!important;
    padding: 11px 22px;
    text-transform: uppercase!important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.btn i {
    display: inline-block;
    margin-right: 8px
}

.btn.btn-rounded {
    border-radius: 100px
}

.btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s
}

.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: 0!important
}

.btn:focus:before,
.btn:hover:before {
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: -1
}

.btn.btn-link {
    border: 0;
    padding: 0!important;
    color: #4a90e2;
    text-transform: uppercase;
    width: 130px;
    text-align: center
}

.btn.btn-sm {
    padding: 11px 22px;
    font-size: 10px!important
}

.btn.btn-lg {
    padding: 18px 38px;
    font-size: .95rem
}

.btn.btn-link:after {
    font-family: Linearicons;
    content: "\e93c";
    margin-left: 5px;
    font-size: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.social-icon i,
.social-icon-lg i {
    transition: all .3 ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative
}

.icon-whats { 
    position: fixed;
    max-width: 300px;
    bottom: 4%;
    right: -5px;
    overflow: hidden;
    cursor: pointer;    
    background: #25d366;
    border-radius: 50px 0 0 50px;
    padding: 10px 15px;
    text-align: center;  
    z-index: 9999;        
}
.icon-whats i { font-size: 34px; color: #fff; }
.icon-whats a p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 5px;
}

.btn.btn-link:hover {
    color: #999
}

.btn-white,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #22232d
}

.btn.btn-link:hover:after {
    margin-left: 10px
}

.btn.btn-link.btn-lg {
    font-size: .95rem;
    width: 210px
}

.btn-white {
    background-color: #fff
}

.btn-white-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff
}

.btn-white-outline:active,
.btn-white-outline:focus,
.btn-white-outline:hover {
    color: #333;
    border-color: #fff;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px)
}

.btn-white-outline:active:before,
.btn-white-outline:focus:before,
.btn-white-outline:hover:before {
    width: 100%;
    background-color: #fff
}

.btn-outline-primary {
    border: 1px solid #222;
    background-color: transparent;
    color: #222!important
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff!important;
    border-color: #222;
    background-color: transparent;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.btn-outline-primary:active:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:hover:before {
    width: 100%;
    background-color: #222
}

.btn-outline-secondary {
    border: 2px solid #f7f7f7;
    background-color: transparent;
    color: #222
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    color: #fff;
    border-color: #222;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px)
}

.btn-outline-secondary:active:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:hover:before {
    width: 100%;
    background-color: #222;
    color: #fff
}

.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-white {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .18);
    border: 0
}

.btn-danger:hover,
.btn-dark:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-white:hover {
    border: 0;
    box-shadow: 0 8px 23px rgba(0, 0, 0, .18);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px)
}

.btn-primary {
    background: #222;
    color: #fff!important
}

.btn-dark,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #222;
    color: #fff
}

.btn-outline-dark {
    border: 1px solid #222;
    color: #222;
    background-color: transparent
}

.social-icon,
.social-icon-lg {
    border-radius: 3px;
    text-shadow: none;
    float: left;
    display: block;
    text-align: center;
    overflow: hidden
}

.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
    color: #fff;
    border-color: #222;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px)
}

.btn-outline-dark:active:before,
.btn-outline-dark:focus:before,
.btn-outline-dark:hover:before {
    width: 100%;
    background-color: #222
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px!important;
    color: #555;
    border: 1px solid #AAA
}

.social-icon:hover {
    border-color: transparent
}

.social-icon i {
    display: block;
    transition: all .3s ease;
    line-height: 40px
}

.social-icon i:last-child {
    color: #FFF!important
}

.social-icon:hover i:first-child {
    margin-top: -40px
}

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px!important;
    color: #555;
    border: 1px solid #AAA
}

.social-icon-lg:hover {
    border-color: transparent
}

.social-icon-lg i {
    display: block;
    transition: all .3s ease;
    line-height: 60px
}

.social-icon-lg i:last-child {
    color: #FFF!important
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px
}

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px!important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA
}

.social-icon-sm:hover {
    border-color: transparent
}

.social-icon-sm i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 30px;
    position: relative
}

.social-icon-sm i:last-child {
    color: #FFF!important
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px
}

si-border {
    border: 1px solid #AAA!important
}

.si-border-round,
.si-dark-round,
.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-gray {
    background: #f3f3f3;
    border: 0
}

.si-dark {
    background-color: #222;
    border: 0!important;
    color: #bbb!important
}

.si-colored-facebook,
.si-facebook:hover {
    background-color: #3B5998!important
}

.si-colored-instagram,
.si-instagram:hover {
    background-color: #A4027C!important
}

.navbar {
    background-color: #fdfdfd
}

.navbar .container,
.navbar .container-fluid {
    position: relative
}

.navbar .navbar-nav .nav-link {
    text-align: center;
    line-height: 4.8rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    border-top: 2px solid transparent;
    cursor: pointer
}

.navbar-light.navbar .navbar-nav .nav-link {
    color: #A4027C;
    opacity: .8
}

.navbar-light.navbar .navbar-nav .nav-link.active,
.navbar-light.navbar .navbar-nav .nav-link:active,
.navbar-light.navbar .navbar-nav .nav-link:focus,
.navbar-light.navbar .navbar-nav .nav-link:hover {
    color: #A4027C;
    opacity: 1;
    border-top-color: #A4027C;
    background-color: #fafafa
}

@media (min-width:992px) {
    .navbar.navbar-sticky {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999
    }
    .navbar-expand-lg.navbar {
        padding-top: 0;
        padding-bottom: 0;
        z-index: 999
    }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-expand-lg.navbar .navbar-nav .nav-link {
        padding: 1.3rem 0
    }
    .navbar-right .nav-item .nav-link {
        border-left: 1px solid #eee;
        padding-left: 1.8rem!important;
        padding-right: 1.8rem!important
    }
    .navbar.navbar-sticky.fixed-top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        animation: fadeInDown .8s;
        border-bottom: 1px solid #eee;
        background-color: rgba(255, 255, 255, .95)!important
    }
}

.title-section {
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 12px;
    font-weight: 200
}

#lojas .title-section {
    font-size: 20px
}

#lancamentos .title-section,
#marcas .title-section {
    font-size: 22px;
    letter-spacing: 2px
}

#promos .title-section {
    font-size: 24px;
    line-height: 1.6em;
    padding-top: 20px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    text-transform: none;
}
#promos .flex-ig {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
#promos a,
#promos i {
    color: #A4027C;
}
#promos i {
    font-size: 70px;
}
.subtitle-section {
    color: #febaed;
    text-transform: lowercase;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: 400;
    letter-spacing: -1px;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    font-size: 30px
}
#promos .subtitle-section {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

#lojas .subtitle-section {
    color: #f003b5;
}

#marcas .subtitle-section {
    font-size: 36px
}

#lancamentos .subtitle-section {
    margin-top: -15px!important;
    font-size: 75px
}

.lead-marcas {
    margin: 0 auto
}

.lead-marcas h5 {
    color: #fff;
    font-size: 10px;
    opacity: .8;
    line-height: 20px;
    letter-spacing: 1px
}

.lead {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9em;
    color: #777
}

#lojas .lead {
    color: #444;
    padding: 0 55px
}

#contato .lead {
    padding: 0 50px;
    color: #fff
}

#lojas {
    background-color: transparent;
    box-shadow: inset 0 20px 50px rgba(0, 0, 0, .1)
}

.img-featured-container {
    overflow: hidden;
    position: relative;
}
.img-featured-container img {
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
}
.img-featured-container:hover>img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

.form-control {
    min-height: 48px;
    border: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .18)
}

.form-control:focus {
    border: 0;
    box-shadow: 0 8px 23px rgba(0, 0, 0, .18)
}

.message-sent {
    display: none;
    padding: 10px 0 5px;
    width: 100%;
    margin: 0 auto 10px;
    background-color: #d6e9c6;
    opacity: .8
}

.message-sent p {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #0F5229
}

.custom-control-indicator {
    top: .35rem
}

#contato .custom-control-description {
    color: #fff;
    font-size: 13px;
    font-weight: 300
}

#contato .lead a {
    color: #ccc
}

#contato .lead a:hover {
    color: #fd33cb
}

footer {
    box-shadow: inset 0 20px 50px rgba(0, 0, 0, .1)
}

.footer {
    padding: 60px auto 40px;
    background-color: transparent;
    position: relative;
    width: 100%
}

.footer h5 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}
.footer h5,
.footer p,
.footer span {
    color: #444;
}
.footer span {
    font-weight: 600;
}
.footer .nomad span {
    font-weight: 400
}

.footer .social-buttons {
    text-align: left
}

.footer .social-buttons span {
    display: inline-block
}
.footer div.items:last-of-type {
    display: block;
    margin-top: 95px;
}
.footer div.items:last-of-type p {
    font-size: 12px;
    line-height: 1.5em;
}
.footer div.items img {
    padding: 5px 15px 5px 0;
    height: 85px;
}

.footer-bottom {
    background: linear-gradient(215deg, #000 0, #22232d 70%, #222 100%);
    background: -webkitlinear-gradient(215deg, #000 0, #22232d 70%, #222 100%);
    padding: 40px auto 60px
}

.footer-bottom p,
.footer-bottom span {
    line-height: 20px;
    font-weight: 200;
    padding-top: 10px;
    color: #d1d1d1;
}

.img-bottom img {
    float: right
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.nomad i {
    color: #e0155f;
    font-size: 11px;
    opacity: .7;
    padding-left: 3px;
    padding-right: 3px
}

.nomad a {
    color: #ccc
}

.nomad a:hover {
    color: #e0155f
}

/*------------------------------
  Responsive
------------------------------*/

/*** Tablet only ***/
@media (max-width: 991px) and (min-width: 601px) {
  #home {
    margin-top: 90px;
  }
  #lojas div {
    margin-left: auto !important;
    margin-right: auto !important; }
    #lojas { padding-top: 60px; }
  #lojas .loja-canoas {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important; }

  #lojas .owl-lojas {
    width: 100%; }
  #contato .lead {
    font-size: 14px;
    padding: 0 100px; }
  form {
    margin-top: 30px; }
}

/*** Tablet & Mobile ***/
@media (max-width: 991px) {
  #lojas div,
  #contato div:last-child,
  .footer-bottom div {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

  #contato form div:first-child {
    margin-bottom: 10px; }

  .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden; }
    .google-maps iframe {
        position: absolute;
        top: 0;
        right: 20px;
        width: 100%;
        height: 100%; }

  .footer-text > div:nth-child(3) {
    margin-top: 30px; }
  .footer-bottom div {
    margin: 0 auto; 
    text-align: center; }
    .footer-bottom p {
      font-size: 11px; }
    .img-bottom img {
      float: none;
      margin-bottom: 20px; }
      .icon-whats { 
        padding: 14px 20px; }
      .icon-whats a p { display: none; }
      .icon-whats i { font-size: 40px; }
}

/*** Mobile only ***/
@media (min-width: 601px) {
  .mobile-intro {
    display: none; }
  }
@media (max-width: 901px) {
  .row .lead-marcas {
    display: none; }
  }
@media (max-width: 600px) {
  #home {
    display: none; }
  .mobile-intro {
    display: block;
    position: relative;
    margin-top: 90px;
    padding: 30px 0; }
  .mobile-intro h1,
  .mobile-intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 30px;
    font-size: 18px;
    padding-left: 60px;
    padding-right: 60px; }
  #lojas {
    padding-top: 0px; }
    #lojas .loja-nh {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    #lojas div {
        margin-bottom: 0;
        margin-top: 0; }

  .owl-carousel.owl-marcas .owl-prev {
    margin-left: 0px; }
  .owl-carousel.owl-marcas .owl-next {
    margin-right: 0px; }
  #marcas .owl-carousel img {
    max-width: 65%; }
  #lojas .owl-lojas {
    margin-top: 95px;
    width: 100%; }
  #lojas .col-lg-6,
  #lojas .col-md-9 {
    padding-left: 0;
    padding-right: 0; }
  #marcas {
    padding-bottom: 20px; }
  #contato {
    padding: 70px 0 50px; }
  .footer-text > div:not(:first-child) {
    margin-top: 30px; }

  .title-section {
    font-size: 24px !important;
    line-height: 28px;
    padding: 0 20px; }
    #marcas .title-section {
      font-size: 16px !important; }
    #promos .title-section {
      font-size: 20px !important;
      padding: 0 5%;  }
    #promos h3 {
        letter-spacing: 0;
        padding: 0 5%; }
    #contato .title-section {
      margin-bottom: 25px !important; }
  .subtitle-section i {
    font-size: 30px; }
  #lojas .title-section {
    font-size: 20px !important; }
  #marcas .subtitle-section,
  #promos .subtitle-section {
    font-size: 28px; }
  #lancamentos .subtitle-section {
    margin-top: -15px !important;
    margin-bottom: 20px;
    font-size: 55px; }
  #lojas .lead,
  #contato .lead {
    padding: 0 35px; }
  section#promos {
      padding-top: 50px !important;
      padding-bottom: 20px !important; }
  section#lancamentos {
    padding-bottom: 80px !important; }   
  section#marcas {
    padding-top: 60px !important;
    padding-bottom: 0 !important; }
  section#contato {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }    
}    

@media (max-width: 991px) {
  .navbar .container, .navbar .container {
    position: relative; }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    background-image: none;
    border: 0px;
    padding: 0px;
    top: 10px; }
    .navbar-toggler .navbar-toggler-icon {
      background-image: none; }
      .navbar-toggler .navbar-toggler-icon:after {
        font-family: 'Linearicons';
        content: "\e92b";
        position: absolute;
        right: 0;
        font-size: 30px;
        top: 6px;
        transition: all .3s;
        -webkit-transition: all .3s;
        color: #000;
        cursor: pointer; }
  .navbar-brand > img {
    position: relative;
    max-width: 150px;
    margin-top: 3px;
    margin-left: 15px }
  .navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .navbar.navbar-expand-lg .nav-link.btn {
    display: none; }
  .navbar.navbar-expand-lg .navbar-collapse.show {
    height: 100%; }
  .navbar .navbar-nav .nav-link {
    border-top: 0px; }
  .footer {
    padding-top: 40px;
    padding-bottom: 0px; }
    .footer .text-right {
      text-align: left !important; }
  .social-buttons:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  }

@media (min-width: 768px) {
 .hidden-md-up {
   display: none !important; } }