body {
    background: #000;
    overflow-x: hidden
}

header {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 24px;
    position: fixed;
    z-index: 9999;
    background-color: #000;
    width: 100%
}

header .branding {
    float: left
}

header .branding img {
    max-width: 200px;
    float: left
}

.carousel-inner>.item>a>img {
    min-height: 140px !important
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #8da24c !important;
    color: #fff !important
}

.navbar {
    margin-bottom: 0
}

.navbar-nav {
    float: right !important
}

.navbar-toggle {
    background-color: #a6af4f;
    margin-top: 22px;
    margin-right: 15px;
    margin-bottom: 0
}

.menu-collapse {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-toggle .icon-bar {
    background-color: #000
}

header .social ul,
header nav ul {
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 10px
}

header nav ul li {
    border-right: 1px solid rgba(236, 236, 236, .2)
}

header nav ul li:last-child {
    border-right: 0
}

header .social ul li,
header nav ul li {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px !important
}

header .social {
    height: 26px
}

header .social ul {
    padding-top: 5px;
    float: left
}

header .social ul li a img.instagram {
    width: 25px
}

header .social ul li {
    padding-right: 0
}

header .social ul li a img.facebook {
    height: 30px
}

footer a {
    text-decoration: none !important;
    color: #034c27
}

footer {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    background-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

footer p {
    margin-bottom: 0
}

section.banner {
    padding: 0 !important;
    margin-top: 0px
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center
}

#lightbox .close {
    opacity: 1;
    color: #fff;
    background-color: #191919;
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid #fff;
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032
}

.request {
    background-color: #f7e509;
    padding-top: 90px;
    color: #fff
}

.request a {
    text-decoration: none;
    color: #fff
}

.request .container-fluid {
    background: url(../img/express-batery.jpg) fixed
}

.request .container-fluid .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(76, 175, 80, .6);
    padding-bottom: 25px
}

.request .container-fluid .row h1 {
    font-size: 27px;
    margin-bottom: 0;
    text-transform: uppercase
}

.request .container-fluid .row span {
    color: #f7e509
}

.request_phone.font-s a {
    font-size: 25px;
}

.request .container-fluid .row h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px
}

.request .container-fluid .row .request_phone {
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 5px 0;
    display: flex;
    background: #034c27;
    justify-content: center;
    width: 250px
}

@-webkit-keyframes glowing {
    0% { background-color: #35b084; -webkit-box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; -webkit-box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; -webkit-box-shadow: 0 0 3px #35b084; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #35b084; -moz-box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; -moz-box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; -moz-box-shadow: 0 0 3px #35b084; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
  }
  
  @keyframes glowing {
    0% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
  }
  
  .request .container-fluid .row .request_phone {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }

.request_phone .form-inline {
    display: flex
}

.request_phone .form-inline input {
    width: 80%;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 16px
}

.request_phone .form-control:not(:focus) {
    box-shadow: none !important;
    -webkit-box-shadow: none
}

.request .request__or {
    margin-top: 60px;
    font-size: 30px
}

.request_phone .form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none
}

.request_phone .form-inline input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.request_phone .form-inline input:-moz-placeholder {
    color: #909;
    opacity: 1
}

.request_phone .form-inline input::-moz-placeholder {
    color: #909;
    opacity: 1
}

.request_phone .form-inline input:-ms-input-placeholder {
    color: #909
}

.request_phone .form-inline input::-ms-input-placeholder {
    color: #909
}

.request_phone .form-inline button {
    background-image: none !important;
    padding: 5px 10px;
    margin-left: -10px
}

.request .container-fluid .row .request_phone img {
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.request .container-fluid .row .request_phone h3 {
    margin: 0;
    font-size: 30px
}

.find-us {
    background-color: #f7e509;
    color: #034c27;
    overflow-x: hidden
}

.find-us .button_nz,
.find-us .button_sz {
    display: flex;
    padding: 20px 0;
    background-color: #fff;
    cursor: pointer
}

.find-us .button_nz img,
.find-us .button_sz img {
    height: 60px;
    border-right: 1px solid;
    margin-right: 10px
}

.find-us .button_nz {
    justify-content: flex-end
}

.find-us .button_sz {
    justify-content: flex-start;
    padding-left: 20px
}

.find-us .active {
    cursor: auto;
    background-color: transparent
}

.find-us .button_nz p,
.find-us .button_sz p {
    width: 210px;
    margin-top: 20px
}

.find-us iframe {
    width: 100%;
    height: 380px;
    margin-bottom: -5px
}

.find-us .map-south {
    display: none
}

.products_home {
    background-color: #f7e509
}

.products_home .container-fluid .badges {
    background-color: #fff;
    min-height: 100px
}

.products_home .container-fluid .badges .badges_left,
.products_home .container-fluid .badges .badges_right {
    display: flex;
    max-height: 70px
}

.products_home .content_headliner {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%)
}

.products_home .content_headliner img {
    width: 65px
}

.products_home .headliner {
    padding: 22px 65px 31px 45px;
    background: url(../img/bg-product-home.png) no-repeat -30px -33px;
    margin-top: 0
}

.products_home .headliner h1 {
    font-size: 30px;
    margin: 0;
    color: #034c27;
    padding-left: 19px
}

.products_home .products_slider {
    background: #000;
    overflow: hidden !important;
    position: relative
}

.container-mobile {
    padding: 0 !important
}

.accordion {
    width: 100% !important;
    overflow: hidden;
    list-style: none;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    padding: 0
}

.accordion li {
    float: left;
    width: 20%;
    overflow: hidden;
    height: 250px;
    -moz-transition: width .2s ease-out;
    -webkit-transition: width .2s ease-out;
    -o-transition: width .2s ease-out;
    transition: width .2s ease-out;
    -moz-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.accordion:hover li {
    width: 10%
}

.accordion li:hover {
    width: 60%
}

.slide-01 {
    background: url(../img/slide/vertical/01.png) no-repeat;
    background-size: cover;
    color: #fff
}

.slide-02 {
    background: url(../img/slide/vertical/02.png) no-repeat;
    background-size: cover;
    color: #fff
}

.slide-03 {
    background: url(../img/slide/vertical/03.png) no-repeat;
    background-size: cover;
    color: #333;
    text-shadow: none
}

.slide-04 {
    background: url(../img/slide/vertical/04.png) no-repeat;
    background-size: cover;
    color: #fff
}

.slide-05 {
    background: url(../img/slide/vertical/05.png) no-repeat;
    background-size: cover;
    color: #fff
}

.logo-slide-mobile {
    margin-left: 50%;
    transform: translateX(-50%)
}

#vertical {
    height: 500px;
    display: table
}

#vertical li {
    float: none;
    height: 20%;
    width: 100%;
    -moz-transition: height .2s ease-out;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out
}

#vertical:hover li {
    height: 12.6%;
    width: 100%
}

#vertical li:hover {
    height: 50%;
    width: 100%
}

.products_home .slideProducts {
    margin-left: 61%;
    transform: translateX(-50%);
    width: 100% !important;
    overflow: initial !important
}

.slideItem img,
.slideProductsMobile .itens {
    z-index: 999;
    position: absolute
}

@keyframes logoHeliarGrowUp {
    from {
        width: 85px;
        margin-left: 33px;
        margin-top: 25px
    }

    to {
        width: 130px;
        margin-left: 50px
    }
}

@keyframes logoHeliarGrowDown {
    from {
        width: 130px;
        margin-left: 50px
    }

    to {
        width: 85px;
        margin-left: 33px;
        margin-top: 25px
    }
}

@keyframes atributesSlide {
    from {
        left: 100px
    }

    to {
        left: 220px
    }
}

@keyframes atributesSlideOpen {
    from {
        left: 220px
    }

    to {
        left: 100px
    }
}

.slideItem img:nth-child(2) {
    width: 85px;
    margin-left: 33px;
    margin-top: 25px;
    animation-name: logoHeliarGrowDown;
    animation-duration: .24s
}

.slideItem-open img:nth-child(2) {
    width: 130px;
    margin-left: 50px;
    animation-name: logoHeliarGrowUp;
    animation-duration: .24s
}

.slideItem-closed .products_atributes {
    left: 220px !important;
    animation-name: atributesSlide;
    animation-duration: .24s
}

.slideItem-open .products_atributes {
    left: 100px !important;
    animation-name: atributesSlideOpen;
    animation-duration: .24s
}

.slideItem .products_atributes {
    position: absolute;
    z-index: 999;
    color: #ff0;
    font-weight: 300;
    top: 130px;
    left: 100px
}

#vertical .products_atributes {
    margin-left: 50%;
    transform: translateX(-50%);
    padding-top: 12px;
    display: table;
    justify-content: center
}

#vertical .products_atributes p {
    color: #ff0;
    font-size: 18px;
    width: 240px
}

#vertical .products_atributes img {
    height: 25px;
    margin-right: 5px
}

#vertical .products_atributes .itens,
#vertical .products_atributes .itens div,
.slideItem .products_atributes .itens {
    display: flex
}

.slideItem .products_atributes .itens:nth-child(2) {
    margin-left: 10px
}

.slideItem .products_atributes .itens:nth-child(3) {
    margin-left: 20px
}

.slideItem .products_atributes .itens:nth-child(4) {
    margin-left: 30px
}

.slideItem .products_atributes .itens:nth-child(5) {
    margin-left: 40px
}

.slideItem .products_atributes .itens:nth-child(6) {
    margin-left: 50px
}

.slideItem .products_atributes .itens:nth-child(7) {
    margin-left: 60px
}

.slideItem .products_atributes img {
    width: 20px;
    height: 22px;
    position: relative;
    margin-right: 8px
}

.products_home ul {
    margin-bottom: 0;
    width: 1000px
}

.products_home ul li {
    list-style: none;
    float: left
}

.products_home .last-slide {
    pointer-events: none
}

.products_home .slideItem {
    width: 585px !important
}

.about-us .buttons-container {
    background: url(../img/aboutus-bg.png) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 60px;
    margin-bottom: 30px;
    padding: 60px 210px 0
}

.about-us .buttons-container h2 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0
}

.about-us .buttons-container .showroom_button {
    border: 1px solid #3c763d;
    padding: 8px 15px;
    color: #3c763d;
    cursor: pointer;
    margin-top: -23px
}

.about-us .about-us_area {
    display: flex;
    justify-content: center;
    padding: 0 150px
}

.about-us .about-us_area .about-us_area_img {
    width: 50%;
    margin-right: 50px;
    max-width: 400px
}

.about-us .about-us_area .about-us_area_p {
    width: 50%
}

.about-us_showroom .thumbnail {
    margin-bottom: 30px !important
}

.about-us_buttom {
    background: #a6af4f;
    background-image: -webkit-linear-gradient(top, #a6af4f, #a6af4f);
    background-image: -moz-linear-gradient(top, #a6af4f, #a6af4f);
    background-image: -ms-linear-gradient(top, #a6af4f, #a6af4f);
    background-image: -o-linear-gradient(top, #a6af4f, #a6af4f);
    background-image: linear-gradient(to bottom, #a6af4f, #a6af4f);
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    font-family: Arial;
    color: #000;
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    border: none;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
    margin-top: 25px
}

.environment {
    background: url(../img/bg-environment.png) -1px 0 no-repeat #fff;
    background-size: 100% 100%;
    overflow-x: hidden
}

.environment h1 {
    color: #fff;
    text-align: center;
    margin-top: 80px;
    font-size: 40px
}

.environment .bg-car {
    position: relative
}

.environment .bg-car img {
    width: 100%;
    margin-left: 50%;
    transform: translate(-50%)
}

.environment .mobile .itens {
    display: flex;
    justify-content: center
}

.environment .mobile .itens p {
    color: #ff0;
    font-weight: 300;
    font-size: 20px
}

.environment .mobile .itens img {
    width: 22px;
    height: 26px
}

.contact {
    position: relative;
    padding-bottom: 40px;
    overflow-x: hidden
}

.contact .bg-contact {
    position: absolute;
    opacity: .2;
    z-index: -999;
    width: 100%;
    height: 100%;
    background: url(../img/bg-contact.jpg) no-repeat;
    background-size: cover
}

.contact .solid-bg {
    padding-top: 50px
}

.contact h1 {
    text-align: center;
    color: #fff;
    font-size: 40px
}

.contact .contact_form input,
.contact .contact_form textarea {
    border-radius: 0;
    padding-left: 20px;
    font-size: 14px;
    height: 42px
}

.contact .contact_form textarea {
    height: 150px
}

.contact .contact_phone {
    display: flex;
    margin-bottom: 15px;
    margin-left: 15px
}

.contact .contact_logo {
    max-width: 220px;
    margin-bottom: 5px
}

.contact .contact_phone img {
    margin-right: 15px;
    max-width: 38px;
    max-height: 38px
}

.contact .contact_phone h4 {
    color: #fff;
    font-size: 22px
}

.contact .zn_contact,
.contact .zs_contact {
    display: flex;
    margin-left: 15px
}

.contact .zn_contact img,
.contact .zs_contact img {
    max-width: 100px;
    height: 33px;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    padding-right: 5px;
    margin-right: 10px
}

.contact .zs_contact img {
    padding-right: 13px
}

.contact .zn_contact p,
.contact .zs_contact p {
    color: #ccc
}

.contact .social_footer {
    margin-bottom: 18px;
    margin-left: 15px
}

.contact .social_footer a {
    text-decoration: none
}

.contact .social_footer img.insta {
    width: 28px
}

.contact .social_footer img.face {
    width: 15px
}

.btn-contact {
    background: #a6af4f;
    -webkit-border-radius: 13;
    -moz-border-radius: 13;
    border-radius: 11px;
    color: #000;
    padding: 5px 30px;
    text-decoration: none;
    border: none;
    float: right
}

.about-us .buttons-container .arrow.active .showroom_button {
    margin-top: 0 !important
}

.about-us {
    background-color: #fff;
    background: url(../img/aboutus-bg.png) no-repeat #fff;
    background-size: 100%
}

.about-us .buttons-container .about-us_button {
    padding: 8px 10px !important
}

.about-us .buttons-container .about-us_button,
.about-us .buttons-container .showroom_button {
    border: 1px solid #3c763d;
    padding: 8px 15px;
    color: #3c763d;
    cursor: pointer;
    text-align: center;
    margin-top: 0;
    width: 166px
}

.arrow.active .about-us__button {
    background-color: #3c763d;
    margin-top: 0 !important;
    color: #fff !important;
    width: 166px;
    padding: 8px 5px
}

.arrow.active .showroom_button {
    margin-top: 0 !important;
    width: 166px
}

.contact img.bg-contact {
    position: absolute;
    opacity: .2;
    z-index: -999;
    width: 100%;
    height: 100%
}

p.contact_desc {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 10px
}

.enviado {
    margin-top: 90px;
    height: 79vh;
    text-align: center;
    background-color: #f7e509;
    color: #034c27
}

.enviado h1 {
    padding-top: 70px;
    font-size: 50px
}

.enviado p {
    font-size: 60px
}

.btn-yellow {
    margin-top: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 15px;
    border: none;
    background-color: #034c27;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 7px;
    -webkit-transition: all .8s cubic-bezier(.55, .085, .68, .53);
    -moz-transition: all .8s cubic-bezier(.55, .085, .68, .53);
    -o-transition: all .8s cubic-bezier(.55, .085, .68, .53);
    transition: all .8s cubic-bezier(.55, .085, .68, .53)
}

@media screen and (min-width:1200px) {
    .request .container-fluid .row {
        flex-direction: row;
        align-items: flex-end
    }

    .products_home .slideProducts {
        margin-left: 61%
    }
}

@media screen and (min-width:1025px) and (max-width:1198px) {
    .products_home .slideProducts {
        margin-left: 50%
    }
}

@media screen and (max-width:1024px) {
    .products_home .slideProducts {
        margin-left: 56%
    }
}

@media screen and (min-width:768px) and (max-width:930px) {
    .products_home .slideProducts {
        margin-left: 47%
    }

    .about-us .buttons-container {
        padding: 60px 120px 0
    }

    .navbar-toggle {
        display: block
    }

    .collapse {
        display: none !important
    }

    .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        width: 100%;
        float: none
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        display: block
    }

    .navbar-nav>li {
        float: none;
        text-align: center;
        border-bottom: 1px solid
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapsing {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .collapse.in {
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (min-width:769px) {
    .environment .mobile {
        display: none
    }

    .products_slider .container {
        display: block
    }

    #vertical {
        display: none
    }
}

@media screen and (max-width:767px) {
    .find-us .button_nz {
        justify-content: flex-start;
        padding-left: 10px;
        padding-bottom: 0
    }

    .find-us .button_sz img {
        padding-right: 9px
    }

    .find-us .button_nz,
    .find-us .button_sz {
        display: block !important
    }

    .find-us .button_nz img,
    .find-us .button_sz img {
        margin-left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid;
        border-right: 0 solid;
        padding-bottom: 5px
    }

    .find-us .button_nz p,
    .find-us .button_sz p {
        text-align: center;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 0
    }

    header nav ul li {
        border-right: 0
    }

    .request .request__or {
        margin-top: 30px
    }

    .request_phone .form-inline {
        height: 32px
    }

    .request_phone .form-inline button {
        margin-left: 145px;
        margin-top: -58px
    }

    .request_phone .form-inline input {
        padding-left: 15px
    }
}

@media screen and (max-width:768px) {

    header .social ul,
    header nav ul {
        list-style: none;
        display: block !important;
        align-items: center !important;
        justify-content: center !important;
        padding-top: 10px
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
        padding-top: 0
    }

    .navbar-nav li {
        text-align: center;
        border-bottom: 1px solid
    }

    .environment .bg-car {
        display: none
    }

    .products_slider .container {
        display: none
    }

    #vertical {
        display: block
    }

    .find-us .button_sz {
        padding: 20px 0 20px
    }

    .find-us .button_nz p,
    .find-us .button_sz p {
        margin-top: 8px
    }
}

@media screen and (max-width:667px) {

    .products_home .container-fluid .badges .badges_left,
    .products_home .container-fluid .badges .badges_right {
        display: none
    }

    .about-us .buttons-container .about-us_button {
        margin-right: 5px;
        padding: 8px 10px
    }

    .about-us .about-us_area {
        padding: 0;
        display: block
    }

    .about-us .about-us_area .about-us_area_img {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        padding: 0 10px;
        margin-left: 50%;
        transform: translateX(-50%)
    }

    .about-us .about-us_area .about-us_area_p {
        width: 100%;
        padding: 0 10px;
        text-align: justify;
        margin-bottom: 30px
    }

    .about-us .about-us_area .about-us_area_p h1 {
        text-align: center
    }

    .contact h1,
    .environment h1 {
        font-size: 25px
    }

    .environment h1 {
        margin-top: 60px
    }

    .contact .contact_logo {
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (min-width:577px) {
    #carrousel_home_mobile {
        display: none
    }

    #carrousel_home {
        display: block
    }
}

@media screen and (max-width:576px) {
    #carrousel_home_mobile {
        display: block
    }

    #carrousel_home {
        display: none
    }
}

@media screen and (max-width:425px) {
    #vertical .products_atributes {
        margin-left: 53%
    }

    .about-us .buttons-container {
        display: block;
        padding: 60px 10px 0
    }

    .about-us .buttons-container .about-us_button,
    .about-us .buttons-container .showroom_button {
        width: 100%;
        margin-bottom: 5px
    }

    .find-us .button_nz p,
    .find-us .button_sz p {
        padding: 0 40px;
        width: 100%
    }
}

@media screen and (max-width:425px) {
    .navbar-brand {
        padding: 15px 0
    }
}

.d__justify-content--center {
    justify-content: center
}