:root {
    --primary_color: #ed1621;
    --secundary_color: #1a1e23;
    --tertiary_color: #cccccc;
    --input_bg: #413f3f;
    --input_bg_hover: #666666;
    --input-color: #FFF
}

html {
    height: 100%
}

body {
    font-family: Montserrat, sans-serif;
    min-height: 100% !important;
    display: flex;
    flex-direction: column
}

abbr[title],
acronym[title],
dfn {
    cursor: help
}

img {
    font-style: italic
}

textarea {
    resize: vertical
}

[disabled] {
    cursor: default
}

[aria-disabled=true] {
    cursor: default;
    pointer-events: none
}

.no-js button[type=button] {
    display: none
}

svg {
    fill: currentColor
}

sub,
sup {
    line-height: 0
}

img {
    vertical-align: middle
}

#body>header {
    flex: 1
}

body>main {
    flex: 2
}

body>footer {
    flex: 3;
    position: relative
}

a {
    color: inherit
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit
}

.clear {
    clear: both
}

ul {
    list-style: none
}

ul.list-h {
    overflow: hidden
}

ul.list-h li {
    float: left;
    margin-right: 10px
}

ul.list-h li a {
    display: block;
    color: #fff;
    text-align: center
}

.font-12 {
    font-size: 12px
}

p {
    line-height: 1.6em;
    margin: 30px 0
}

[role=text] {
    text-indent: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left
}

hr {
    border-color: rgba(120, 130, 140, .13)
}

.b-t {
    border-top: 1px solid rgba(120, 130, 140, .13)
}

.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.b-l {
    border-left: 1px solid rgba(120, 130, 140, .13)
}

.b-r {
    border-right: 1px solid rgba(120, 130, 140, .13)
}

.b-all {
    border: 1px solid rgba(120, 130, 140, .13)
}

.b-none {
    border: 0 !important
}

.max-height {
    height: 310px;
    overflow: auto
}

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

.shadow {
    -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

.box-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 30px 0
}

.font-13 {
    font-size: 13px
}

.font-16 {
    font-size: 16px
}

.p-0 {
    padding: 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.m-0 {
    margin: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.vt {
    vertical-align: top
}

.vb {
    vertical-align: bottom
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-light {
    font-weight: 300
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px
}

.b-0 {
    border: none !important
}

.vertical-middle,
.vm {
    vertical-align: middle
}

.bold {
    font-weight: 700
}

.semibold {
    font-weight: 500
}

.text-theme-primary {
    color: var(--primary_color)
}

.text-theme-secundary {
    color: var(--secundary_color)
}

.text-default {
    color: var(--secundary_color)
}

.text-white {
    color: #fff
}

.text-gray {
    color: #333
}

.text-light-gray {
    color: #ccc
}

.btn-theme {
    background-color: #222;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 !important; 
}

.btn-theme:hover,
.btn-thme:focus {
    /* background-color: var(--primary_color); */
    color: #fff !important
}

.btn-whatsapp {
    background-color: #25d366;
    color: #fff !important
}

.btn-whatsapp:hover {
    background-color: #075e54;
    color: #fff
}

#google-map {
    width: 100%;
    max-width: 100%;
    height: 500px
}

form label {
    color: var(--secundary_color)
}

form .required {
    color: red
}

input,
textarea {
    border-radius: 0 !important;
    background-color: var(--input_bg) !important;
    height: 45px !important;
    color: var(--tertiary_color) !important
}

textarea {
    min-height: 135px !important
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
    background-color: var(--input_bg_hover) !important
}

.navbar-custom {
    background-color: transparent !important;
    margin-bottom: -1px !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--primary_color);
    border-color: var(--primary_color)
}

.navbar-custom .navbar-brand {
    color: #777
}

.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
    color: #5e5e5e
}

.navbar-nav>li>a {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
    text-transform: uppercase
}

.navbar-custom .navbar-nav>li>a.active,
.navbar-custom .navbar-nav>li>a:focus,
.navbar-custom .navbar-nav>li>a:hover {
    background-color: var(--primary_color) !important
}

.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #d5d5d5
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar-custom .navbar-nav>.dropdown>a:focus .caret,
.navbar-custom .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-custom .navbar-nav>.open>a .caret,
.navbar-custom .navbar-nav>.open>a:focus .caret,
.navbar-custom .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-custom .navbar-toggle {
    border-color: #ddd
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background-color: #ddd
}

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

@media (max-width:767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333
    }
}

.panel-theme {
    background-color: var(--secundary_color)
}

.bg-theme-primary {
    background-color: var(--primary_color)
}

.box {
    padding: 15px;
    min-height: 100px;
    width: 100%;
    margin-bottom: 30px;
    -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

.title {
    color: var(--primary_color)
}

.subtitle {
    color: var(--secundary_color)
}

.description {
    color: var(--tertiary_color)
}

main.products-page {
    background-color: #f2f2f2
}

section {
    min-height: 100px;
    padding: 50px 0
}

.btn-whatsapp {
    -webkit-animation: whatsapp-glowing 1.5s infinite;
    -moz-animation: whatsapp-glowing 1.5s infinite;
    -o-animation: whatsapp-glowing 1.5s infinite;
    animation: whatsapp-glowing 1.5s infinite
}

.bg-theme {
    background-color: #f2f2f2
}

@-webkit-keyframes whatsapp-glowing {
    0% {
        background-color: #35b084;
        -webkit-box-shadow: 0 0 3px #35b084
    }

    50% {
        background-color: #25d366;
        -webkit-box-shadow: 0 0 3px #25d366
    }

    100% {
        background-color: #35b084;
        -webkit-box-shadow: 0 0 3px #35b084
    }
}

@-moz-keyframes whatsapp-glowing {
    0% {
        background-color: #35b084;
        -moz-box-shadow: 0 0 3px #35b084
    }

    50% {
        background-color: #25d366;
        -moz-box-shadow: 0 0 3px #8bc34a
    }

    100% {
        background-color: #35b084;
        -moz-box-shadow: 0 0 3px #35b084
    }
}

@-o-keyframes whatsapp-glowing {
    0% {
        background-color: #35b084;
        box-shadow: 0 0 3px #35b084
    }

    50% {
        background-color: #25d366;
        box-shadow: 0 0 3px #25d366
    }

    100% {
        background-color: #35b084;
        box-shadow: 0 0 3px #35b084
    }
}

@keyframes whatsapp-glowing {
    0% {
        background-color: #35b084;
        box-shadow: 0 0 3px #35b084
    }

    50% {
        background-color: #25d366;
        box-shadow: 0 0 3px #25d366
    }

    100% {
        background-color: #35b084;
        box-shadow: 0 0 3px #35b084
    }
}

#main-navigation {
    background-image: url(../images/bg-menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 8px solid var(--primary_color);
    border-top: 3px solid #fff
}

#logo-menu {
    margin-top: -5px
}

#main-menu {
    margin-bottom: 0 !important
}

.breadcrumb {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.breadcrumb li.active {
    color: var(--primary_color)
}

footer {
    min-height: 200px;
    width: 100%;
    clear: both;
    background-image: url(../images/footer.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px
}

footer.custom-footer {
    border-top: 5px solid var(--primary_color)
}

footer #copyright {
    margin-bottom: 10px;
}
footer #copyright img {
    margin-top: -8px;
}

.make-3D-space {
    position: relative;
    perspective: 800px;
    width: 100%;
    height: 370px;
    transform-style: preserve-3d;
    transition: transform 5s;
    margin-bottom: 30px;
    border-top: 3px solid var(--primary_color)
}

.product-back,
.product-front {
    padding: 10px 0;
    width: 100%;
    height: 370px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.product-front .card-image {
    padding: 15px
}

.product-back {
    display: none;
    transform: rotateY(180deg)
}

.product-card.animate .product-back,
.product-card.animate .product-front {
    top: 0;
    left: 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.product-card {
    width: 100%;
    height: 370px;
    position: absolute;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

div.product-card.flip-10 {
    -webkit-transform: rotateY(-10deg);
    -moz-transform: rotateY(-10deg);
    -o-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    transition: 50ms ease-out
}

div.product-card.flip90 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: .1s ease-in
}

div.product-card.flip190 {
    -webkit-transform: rotateY(190deg);
    -moz-transform: rotateY(190deg);
    -o-transform: rotateY(190deg);
    transform: rotateY(190deg);
    transition: .1s ease-out
}

div.product-card.flip180 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: 150ms ease-out
}

.product-card.animate {
    width: 100%;
    height: 370px;
    box-shadow: 0 13px 21px -5px rgba(0, 0, 0, .3);
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out
}

.stats-container {
    background: #fff;
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    height: 240px;
    padding: 20px 20px 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.product-card.animate .stats-container {
    top: 172px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.stats-container .product_name {
    font-size: 1.7rem;
    color: #393c45
}

.stats-container p {
    font-size: 16px;
    color: #b1b1b3;
    padding: 2px 0 20px 0
}

.stats-container .product_price {
    float: right;
    color: #48cfad;
    font-size: 22px;
    font-weight: 600
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary_color);
    opacity: 0
}

.product-card.animate .image_overlay {
    opacity: .7;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.product-options {
    padding: 2px 0 0
}

.product-options strong {
    font-weight: 700;
    color: #393c45;
    font-size: 14px
}

.product-options span {
    color: #969699;
    font-size: 14px;
    display: block;
    margin-bottom: 8px
}

.view_details {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -85px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    width: 172px;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.view_details:hover {
    background: #fff;
    color: #48cfad;
    cursor: pointer
}

.product-card.animate .view_details {
    opacity: 1;
    width: 152px;
    font-size: 15px;
    margin-left: -75px;
    top: 115px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div.colors div {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left
}

div.colors div span {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%
}

div.colors div span:hover {
    width: 17px;
    height: 17px;
    margin: -1px 0 0 -1px
}

div.c-blue span {
    background: #6e8cd5
}

div.c-red span {
    background: #f56060
}

div.c-green span {
    background: #44c28d
}

div.c-white span {
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #e8e9eb
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
    background: -o-linear-gradient(right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2))
}

.product-back div.shadow {
    z-index: 10;
    opacity: 1;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: -o-linear-gradient(right, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1))
}

.flip-back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.social-share-btns-container {
    overflow: hidden;
    left: 0;
    font-size: 0;
    text-align: center;
    width: 100%;
    z-index: 111;
    margin: 30px 0;
    padding: 15px 15px 15px 0
}

.social-share-btns {
    overflow: hidden
}

.social-share-btns .share-btn {
    float: left;
    margin: 0 5px;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.social-share-btns:first-child {
    margin: 0
}

.social-share-btns .share-btn i {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}

.share-btn {
    background-color: #95a5a6
}

.share-btn:hover {
    background-color: #798d8f
}

.share-btn-twitter {
    background-color: #00aced
}

.share-btn-twitter:hover {
    background-color: #0087ba
}

.share-btn-facebook {
    background-color: #3b5998
}

.share-btn-facebook:hover {
    background-color: #2d4373
}

.share-btn-linkedin {
    background-color: #007bb6
}

.share-btn-linkedin:hover {
    background-color: #005983
}

.share-btn-reddit {
    background-color: #ed001c
}

.share-btn-reddit:hover {
    background-color: #ba0016
}

.share-btn-mail {
    background-color: #f1c40f
}

.share-btn-mail:hover {
    background-color: #dab10d
}

.breadcrumb-container {
    -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

.product-details {
    width: 100%;
    max-width: 100% !important;
    min-height: 300px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

.product-image {
    padding-top: 30px
}

.product-image>img {
    margin: auto
}

#list-services {
    margin: 30px 0;
    padding: 0
}

.brand-item {
    height: 285px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid var(--primary_color)
}

.carousel-caption {
    text-shadow: none
}

.text-bg-white {
    background-color: #fff;
    padding: 20px 10px;
    display: table
}

#custom-product-search .input-group {
    border-radius: 0 !important;
    border: none
}

#custom-product-search .input-group-addon {
    border-radius: 0 !important;
    background-color: var(--primary_color);
    color: #fff;
    border: none
}

#custom-product-search .input-group input {
    border: none;
    height: 46px !important
}

.snip1571 {
    background-color: #000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 3px solid var(--primary_color)
}

.snip1571 *,
.snip1571 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.snip1571 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top
}

.snip1571 figcaption {
    bottom: 30px;
    left: 0;
    position: absolute;
    z-index: 0
}

.snip1571 figcaption:before {
    background-color: #fff;
    bottom: -5px;
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    top: -5px;
    z-index: -1
}

.snip1571 h3 {
    background-color: #c73232;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 10px;
    text-transform: uppercase;
    z-index: 1
}

.snip1571 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.snip1571.hover>img,
.snip1571:hover>img {
    opacity: .2
}

.snip1571.hover figcaption:before,
.snip1571:hover figcaption:before {
    right: -5px
}

.text-effect-1::after {
    background: url(https://subtlepatterns.com/patterns/crossed_stripes.png) repeat;
    background-image: url(https://subtlepatterns.com/patterns/crossed_stripes.png);
    background-size: auto;
    background-clip: border-box;
    background-image: -webkit-linear-gradient(left top, transparent 0, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
    background-size: 4px 4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -5;
    display: block;
    text-shadow: none
}

.a-empresa::after {
    content: "A EMRPESA";
    position: absolute;
    left: 18px;
    top: 21px
}

.text-effect-2 {
    font-weight: 700;
    text-shadow: -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 4px 4px 0 red, 5px 5px 0 red, 6px 6px 0 red, 7px 7px 0 red;
    line-height: .8em;
    letter-spacing: .1em;
    transform: scaleY(.7);
    -webkit-transform: scaleY(.7);
    -moz-transform: scaleY(.7);
    margin: 0;
    text-align: center
}

.text-effect-3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 2.5em;
    white-space: nowrap;
    z-index: 1000;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
    -moz-transition-property: font-size;
    -o-transition-property: font-size;
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#aro-list {
    margin: auto
}

#aro-list li {
    display: block
}

.btn-aro {
    margin: 15px 15px 15px 0
}

.search-pneu select {
    width: 100%;
    height: 45px;
    float: left;
    border-radius: 0;
    background-color: var(--input_bg);
    color: #fff;
    margin: 0 13px 0 0;
    border: 0;
    border-radius: 4px;
    padding-left: 5px
}

.search-pneu input[type=submit] {
    background-color: #fff !important;
    height: 48px !important
}

.list-group-item {
    user-select: none
}

.list-group input[type=checkbox] {
    display: none
}

.list-group input[type=checkbox]+.list-group-item {
    cursor: pointer
}

.list-group input[type=checkbox]+.list-group-item:before {
    content: "\2713";
    color: transparent;
    font-weight: 700;
    margin-right: 1em
}

.list-group input[type=checkbox]:checked+.list-group-item {
    background-color: #0275d8;
    color: #fff
}

.list-group input[type=checkbox]:checked+.list-group-item:before {
    color: inherit
}

.list-group input[type=radio] {
    display: none
}

.list-group input[type=radio]+.list-group-item {
    cursor: pointer
}

.list-group input[type=radio]+.list-group-item:before {
    content: "\2022";
    color: transparent;
    font-weight: 700;
    margin-right: 1em
}

.list-group input[type=radio]:checked+.list-group-item {
    background-color: #0275d8;
    color: #fff
}

.list-group input[type=radio]:checked+.list-group-item:before {
    color: inherit
}

.roduct-sumamry {
    white-space: break-spaces
}

/* select starting stylings ------------------------------*/
.select {
    position: relative;
    width: 100%;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    /* font-size: 18px; */
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* Remove focus */
.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
    color: rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}

/* active state */
.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: var(--primary_color);
    top: -20px;
    transition: 0.2s ease all;
    font-size: 14px;
}

/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

.select-bar:before,
.select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: var(--primary_color);
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}

/* active state */
.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
    width: 50%;
}

article img.pull-left {
    margin:15px 15px 15px 0;
}
article img.pull-right{
    margin: 15px 0 15px 15px;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.icon-line {
    height: auto;
    margin-bottom: 30px;
    position: relative;
    width: 60%;
    text-align: center;
    margin: auto;
}
.icon-line h2 {
 display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 6px 20px;
    position: relative;
    top: 13px;
    z-index: 7;
}
.icon-line i.fa {
    background: none repeat scroll 0 0 #fff;
    color: #D80404;
    font-size: 60px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}
.icon-line:before {
    border-bottom: 1px solid #dddddd;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
}
.icon-line:after {
    border-bottom: 1px solid #dddddd;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 2;
}
/* BREADCRUMB ================================== */
.custom-breadcrumb{
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-breadcrumb ol.breadcrumb {
    margin-bottom: 0;
}
.custom-breadcrumb.balanceamento {
    background-image: url(../images/servicos/balanceamento.jpg);
}
.custom-breadcrumb.revisao {
    background-image: url(../images/servicos/revisao2.jpg);
}
.custom-breadcrumb.geometria-3d {
    background-image: url(../images/servicos/alinhamento-3d.png);
}
.custom-breadcrumb.suspensao-freios{
    background-image: url(../images/servicos/suspensao-freios.jpg);
}
.custom-breadcrumb.oleo-filtros {
    background-image: url(../images/servicos/troca-de-oleo.jpg);
}
.custom-breadcrumb.montagem-pneus {
    background-image: url(../images/servicos/montagem-pneus.jpg);
}
.custom-breadcrumb.gabarito-eixo{
    background-image: url(../images/servicos/gabarito.jpg);
}
.custom-breadcrumb.caster{
    background-image: url(../images/servicos/caster.jpg);
}
.custom-breadcrumb.cambagem{
    background-image: url(../images/servicos/cambagem.jpg);
}
.custom-breadcrumb:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 21, 40, 0.89) none repeat scroll 0 0;
    z-index: -1;
}

.custom-breadcrumb ol.breadcrumb {
    background-color: transparent !important;
    color:#fff;
}
.custom-breadcrumb .current-page {
    color: var(--primary_color);
    text-transform: uppercase;
}
.custom-breadcrumb li.active span {
    font-size: 3rem;
    vertical-align: sub;
    text-transform: uppercase;
}

.btn-icon-right {
    padding-right: 70px;
}
.btn-icon-left {
    padding-left: 60px;
}
.btn-icon-right,
.btn-icon-left {
    position: relative;
    border: none !important;
    overflow: hidden;
}
.btn-icon-right .btn-icon {
    font-size: 10px;
    padding-right: 24px;
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
}
.btn-icon-left .btn-icon {
    font-size: 10px;
    padding-left: 24px;
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
}
.btn-icon {
    background: #D80404;
    padding: 13px;
    color: #fff;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.btn-icon i {
    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.btn-theme:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.btn-theme:hover:after {
    width: 120%;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-sumamry {
    white-space: pre-wrap;
    margin-bottom: 30px;
}