body {
    width: 100%;
    float: left;
    margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
a,
a:hover {
    text-decoration: none !important;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'), url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamregular';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'), url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium_0-webfont.woff2') format('woff2'), url('../fonts/gotham-medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header {
    width: 100%;
    float: left;
    min-height: 103px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff !important;
    font-family: 'lato';
    background: url(../images/bg-menu.png) no-repeat right center;
    padding: 0 20px !important;
}

.fixed-top {
    z-index: 90 !important;
}

.navbar-nav {
    float: right;
}

article {
    width: 100%;
    float: left;
}

header .navbar {
    background: none;
    transition: all 0.5s
}

.logo h1 {
    background: url(../images/logo.png) no-repeat center;
    width: 170px;
    height: 170px;
    float: left;
    margin: 0;
    top: 15px;
    position: absolute;
    text-indent: -5000px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.top-nav-collapse2 .logo h1 {
    width: 100px;
    height: 100px;
    top: -5px
}

.top-nav-collapse .logo h1 {
    width: 100px;
    height: 100px;
}

.sociais {
    float: right;
    margin-top: 37px;
    margin-left: 0;
    padding-left: 20px;
}

.area {
    margin-top: 7px;
    margin-left: 0;
    padding-left: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}

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

.navbar-nav {
    margin: 40px 0 20px 0;
}

.sociais .nav-item {
    display: block;
    float: left;
    margin-left: 3px;
}

.face {
    width: 23px;
    padding: 0 !important;
    height: 23px;
    float: left;
    background: url(../images/rede-social.png);
    background-position: left;
    margin-right: 5px;
}
.whats {
    width: 25px;
    padding: 0 !important;
    height: 23px;
    float: left;
    background: url(../images/rede-social.png);
    background-position: right;
    margin-right: 5px;
}

.whatsapp{
    position:fixed;
    right: 10px;
    bottom: 10px;
}
.inst {
    width: 23px;
    padding: 0 !important;
    height: 23px;
    float: left;
    background: url(../images/rede-social.png);
    background-position: 130px;
    margin-right: 5px;
}

header .carousel-control-prev {
    background: url(../images/ant.png) no-repeat center;
}

header .carousel-control-next {
    background: url(../images/prox.png) no-repeat center;
}

.carousel-indicators li {
    width: 9px;
    height: 9px;
    border: 2px solid #111;
    background: none;
}

.carousel-indicators .active {
    background-color: #111;
}

.navbar {
    padding: 0 8%!important;
    background: #222 !important;
}

.top-nav-collapse,
.top-nav-collapse2 {
    background: #222222 !important;
    padding: 8px 5%!important;
    transition: all 0.5s;
}

.tit {
    width: 100%;
    float: left;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'gothamregular';
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.paginacao {
    width: 100%;
    float: left;
}

.l-login {
    color: #fff !important;
    font-size: 15px;
    padding: 0 8px;
    float: left;
}

.l-login .fa {
    float: left;
    margin: 3px 8px 0 0;
}

.l-login p {
    float: left;
    margin-bottom: 0;
}

.l-carrinho .fa {
    color: #fff !important;
    font-size: 20px;
}

.l-carrinho .badge-danger {
    color: #fff;
    margin-left: -3px;
    background-color: #dc3545d1;
}

.l-carrinho {
    padding: 0 12px;
    border-left: 1px solid #ffffff36;
}


/*Bicicletas*/

.bicicletas {
    width: 100%;
    padding: 30px 8% 90px 8%;
    float: left;
    background: url(../images/bg-bikes.png) no-repeat bottom center, url(../images/bg-bikes-vermelha.png) no-repeat top center;
}

.bicicletas .tit {
    margin-bottom: 90px;
}

#flexiselDemo3 h3 {
    color: #000000;
    font-family: 'gothamregular';
    font-size: 35px;
    margin-top: 40px;
    letter-spacing: -1px;
}

#flexiselDemo1 h3,
.produtos .item h3 {
    color: #000000;
    font-family: 'gothamregular';
    font-size: 23px;
    margin-top: 40px;
    letter-spacing: -1px;
    text-align: center;
}

#flexiselDemo3 a,
#flexiselDemo1 a,
.produtos .item {
    width: 100%;
    float: left;
    padding: 0 15px;
}

#flexiselDemo3 a:hover span,
#flexiselDemo1 a:hover span,
.produtos .item:hover span {
    padding: 12px 40px;
	width:100%;
	float:left;
    margin: 0 auto;
    color: #fff;
    font-family: 'gothambold';
    border-radius: 3px;
    background: linear-gradient(#FE0E0E, #8D3031);
}

.produtos {
    width: 100%;
    padding: 30px 8% 90px 8%;
    float: left;
    background: url(../images/bg-bikes.png) no-repeat bottom center, url(../images/bg-bikes-vermelha.png) no-repeat top center;
}

.titulo {
    width: 100%;
    float: left;
    color: #FF0000 !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'gothambold';
    font-size: 20px;
    letter-spacing: -1;
    text-transform: uppercase;
    padding: 30px 0 10px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.box-cor {
    background: #f5f5f5;
    float: left;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
}

.box-cor h3 {
    font-size: 18px;
    font-family: 'gothambold';
}

.produtos p {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 14px;
    font-family: 'gothamregular';
    margin-bottom: 0;
    border-top: 1px solid #eee;
}

.produtos h1 {
    margin-bottom: 30px;
}

.produtos h2 {
    width: 100%;
    float: left;
    color: #000 !important;
    font-family: 'gothambold';
    font-size: 20px;
    letter-spacing: -1;
    text-transform: uppercase;
}

.seg-img {
    width: 100%;
    float: left;
    height: 550px;
    position: relative;
    padding: 20px;
}

.seg-img img {
    max-width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*Quem somos*/

#quem-somos {
    width: 100%;
    float: left;
    padding: 0 8%;
    background: #F6F6F6;
    border-bottom: 1px solid #D9DBDC;
    border-top: 1px solid #D9DBDC;
}

#quem-somos .tit {
    text-align: left;
    color: #FF0000 !important;
    font-size: 50px;
    margin-top: 70px;
}

#quem-somos p {
    line-height: 27px;
    font-size: 15px;
    font-family: 'gothamregular';
}


/*Fale conosco*/

.fale-conosco {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.fale-conosco p {
    font-family: 'gothamregular';
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0;
    width: 100%;
    float: left;
}

.fale-conosco p b {
    font-family: 'gothambold';
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.input {
    background: #EEEEEE;
    padding: 13px 20px;
    border-radius: 3px;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    border: none;
    color: #333;
    font-size: 14px;
}


/*input::placeholder,
textarea::placeholder {
    color: #333;
}*/

.btn {
    font-size: 16px;
    color: #fff;
    background: #FF0000 !important;
    padding: 10px 50px !important;
    font-family: 'gothamregular';
    letter-spacing: -1px;
}

.fale-conosco .mapa {
    width: 100%;
    float: left;
    height: 390px;
}

.pop {
    background: url(../images/bg-black.png);
    width: 100%;
    float: left;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.pop .alert {
    margin: 10% auto;
}


/*Representantes*/

.representantes {
    width: 100%;
    padding: 30px 8% 90px 8%;
    float: left;
    background: url(../images/bg-bikes.png) no-repeat bottom center, url(../images/bg-bikes-vermelha.png) no-repeat top center;
}


/*Rodape*/

footer {
    border-top: 1px solid #D9DBDC;
    width: 100%;
    float: left;
    background: #F6F6F6;
    padding: 30px 0;
}

footer p {
    color: #000000;
    text-align: center;
    font-family: 'gothamregular';
    font-size: 14px;
}

footer p b {
    font-family: 'gothambold';
}

footer a {
    background: url(../images/sm.png) no-repeat center;
    width: 124px;
    height: 31px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -62px;
    text-indent: -5000px;
}

.cd-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    background-color: #FF0000;
    text-align: center;
    color: #ffffff !important;
    line-height: 46px;
    border-radius: 70px;
    display: none;
    z-index: 3000;
    box-shadow: 0px 2px 6px rgba(34, 34, 34, 0.445);
}

.cd-is-visible {
    display: block;
}

.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    /**background: rgba(0,0,0,0.5);*/
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 0;
}

.nbs-flexisel-nav-left {
    background: url(../images/ant2.png) no-repeat center;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 0;
}

.nbs-flexisel-nav-right {
    background: url(../images/prox2.png) no-repeat center;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


/*Area Restrita*/

.area-restrita h2 {
    font-size: 25px;
    color: #FE0E0E;
    font-family: 'gothambold';
}

.area-restrita p {
    font-family: 'gothamregular';
    font-size: 15px;
    color: #333;
}

.seg-cor {
    float: left;
    margin-bottom: 8px;
}

.seg-cor .form-check {
    float: left;
    margin-top: 8px;
}

.seg-cor img {
    float: left;
    margin: 0 8px;
}

.esqueci {
    font-family: 'gothamregular';
    font-size: 13px;
    color: #333 !important;
}

.produtos .btn {
    width: 100%;
}

.produtos h3 {}

@media (max-width: 1100px) {
    .logo h1 {
        background: url(../images/logo.png) no-repeat center;
        width: 130px;
        height: 130px;
    }
    header .navbar {
        position: relative !important;
        padding: 5px 10px !important;
    }
}

@media (max-width: 992px) {
    .img-inst {
        width: 100%;
        position: relative !important;
        height: 400px;
    }
    .sociais {
        display: none;
    }
    #quem-somos img {
        display: none;
    }
    #quem-somos {
        padding-bottom: 40px;
        text-align: center;
    }
    #quem-somos .tit {
        text-align: center;
    }
    #flexiselDemo3 h3 {
        font-size: 20px;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse {
        text-align: center;
        margin-top: 12px;
    }
    .navbar-light .navbar-nav .nav-link {
        background: none;
        margin-bottom: 12px;
    }
    .navbar-nav {
        width: 100%;
    }
    .logo h1,
    .top-nav-collapse2 .logo h1 {
        width: 60px;
        height: 60px;
        top: 0;
        position: relative;
        left: 50%;
        margin-left: 0px;
        float: left;
    }
    header {
        padding: 0;
        min-height: inherit;
    }
    header .navbar {
        position: relative !important;
        padding: 5px 10px !important;
    }
    .l-login p {
        display: none;
    }
    .l-login {
        float: left;
    }
    .area {
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
        right: 0;
        top: 0;
    }
    .l-carrinho {
        padding-right: 0;
    }
    .navbar-light .navbar-toggler {
        color: #fff !important;
        border: none !important;
    }
    .area {
        position: relative;
    }
}

@media (max-width: 768px) {
    /*
    
   
    
.logo { margin: 0 auto;}
.top-nav-collapse .logo { margin: 0;}
.top-nav-collapse  .navbar-toggler{ display: block;}
.navbar-toggler{ display:none;}*/
    .mapa {
        margin-bottom: 30px;
    }
    .seg-img {
        height: 400px;
    }
    .produtos h2 {
        margin-top: 30px;
    }
    .tit,
    #quem-somos .tit {
        font-size: 35px;
    }
    header {
        padding-top: 28px;
    }
    #quem-somos {
        font-size: 13px;
    }
    .logo h1 {
        width: 80px;
        height: 80px;
        top: 10px;
    }
    header .carousel-control-next,
    header .carousel-control-prev {
        display: none;
    }
    header {
        background-color: #222222 !important;
    }
    .logo h1,
    .top-nav-collapse2 .logo h1 {
        width: 60px;
        height: 60px;
        top: 0;
        position: relative;
        left: 50%;
        margin-left: 0px;
        float: left;
    }
    header {
        padding: 0;
        min-height: inherit;
    }
    header .navbar {
        position: relative !important;
        padding: 5px 10px !important;
    }
    .l-login p {
        display: none;
    }
    .l-login {
        float: left;
    }
    .area {
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
        right: 0;
        top: 0;
    }
    .l-carrinho {
        padding-right: 0;
    }
    .navbar-light .navbar-toggler {
        padding: 0;
    }
    .perfil img {
        width: 50px;
    }
}

@media (max-width: 450px) {
    .seg-img {
        height: 300px;
    }
}