﻿
.body {
    font-family: Verdana;
}

.none{
    text-decoration: none;
}

.font-x1 {
    font-size: 1.2rem;
}

.bdr-dot-white{
    border-right: 1px dashed white;
}

.bdl-dot-gray {
    border-left: 1px dashed gray;
}

.bdr-dot-gray {
    border-right: 1px dashed gray;
}

.form-control:focus {
    border-color: #e76624 !important;
}

@media screen and (max-width: 480px) {
    .bdr-dot-white, .bdl-dot-gray, bdr-dot-gray{
        border: none !important;
    }
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.img-nav {
    padding: 5px;
    margin-bottom: 10px;
}

.sec-title {
    color: #474747;
    font-family: Verdana;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
}


.carousel h2{
    font-family:Verdana;
    font-weight:normal;
    text-transform:uppercase;
}

.carousel h4,h3{
    font-family:Verdana;
    font-weight:normal;
}
/* Nav
--------------------------------------------------------------------------------------------------------------- */
.navbar-inverse {
    background-color: #e76624 !important;
    border-color: #e76624 !important;
    font-family:Verdana;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    background-color: #e76624 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #cf5417;
}

.navbar {
    border-radius: 0px;
}

.dropdown-menu > li > a {
    color: #ffffff;
    background-color: #e76624 !important;
}

.dropdown-menu > li > a:hover {
    background-color: #cf5417 !important;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    background-color: #e76624;
    border-color: #e76624;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #cf5417 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #cf5417 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #e76624 !important;
    background-color: #e76624 !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #cf5417 !important;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #cf5417 !important;
}

.bg-drop {
    color: #fff;
    background-color: #cf5417 !important;
    border: none;
    padding: 0px !important;
}

.bg-home {
    background: linear-gradient(to top,#ccc,#e76624);
}

/* menu top
--------------------------------------------------------------------------------------------------------------- */
.menu-top {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*sub_menu----------------------------------------------------------------------------------------------------------*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: white !important;
    border-color: white !important;
    font-family:Verdana;
}
.navbar-default .navbar-nav > li > a {
    color: #e76624;
    font-size: 14px;
    background-color: white !important;
}
.navbar-default {
    background-color: white;
    border-color: white;
}

.dropdown-menu > li > a {
    color: #D64E3F;
    font-size:medium;
    background-color: white !important;
    border-color:white;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #D64E3F;
    background-color: white !important;
}

.dropdown-menu li  a:hover {
    color: #D64E3F;
    background-color: white !important;
}


    /********************************/
    /*          Custom Buttons      */
    /********************************/
    .btn-custom, .btn-custom.inverse:hover, a .icon.fa, a.inverse:hover .icon.fa {
    color: #FFFFFF;
    background-color: #e76624;
    border-color: #e76624;
    border-radius: 50px;
}

.btn-custom:hover, .btn-custom.inverse, a:hover .icon.fa, a.inverse .icon.fa {
    color: inherit;
    background-color: transparent;
    border-color: inherit;
}



/* Chamada Catálogo
--------------------------------------------------------------------------------------------------------------- */
.button {
    background-color: #ffffff; 
    border: none;
    color: #D64E3F;
    padding: 8px 18px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 20px;
}

.button:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.chamada {
    background: linear-gradient(to top,#A22F22,#e76624);
    font-size: 22px;
    color: #ffffff;
    padding-top: 50px;
    font-family: Verdana;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 50px;
    text-align: center;
}

/* Linha Alfacell
--------------------------------------------------------------------------------------------------------------- */
.linha-pilha {
    background-image: url(/Content/Imagens/fundo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.texto {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: rgba(20, 20, 20, 0.8);
    margin-left: -120px;
    margin-right: -15px;
}

.linha-h6 {
    font-size: 22px;
    font-family: Verdana;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 150px;
    color: #ffffff;
}

.linha-p {
    margin-left: 150px;
    color: #ffffff;
    font-family: Verdana;
    font-weight: normal;
}

.linha-pp {
    margin-left: 150px;
    color: #ffffff;
    padding-top: 10px;
    line-height: 20px;
    font-size: 15px;
    font-family: Verdana;
    font-weight: normal;
}

.lista {
    margin-left: 165px;
    color: #ffffff;
    font-family: Verdana;
    font-weight: normal;
    font-size: 14px;
    padding-top: 60px;
    list-style-type: none;
}

/* Casita
--------------------------------------------------------------------------------------------------------------- */
/*icones----*/
.btmspace-10 {
    margin-bottom: 10px;
}

.btmspace-15 {
    margin-bottom: 15px;
}

.btmspace-30 {
    margin-bottom: 30px;
}

.btmspace-50 {
    margin-bottom: 50px;
}

.btmspace-80 {
    margin-bottom: 80px;
}

.icon.fa, a.inverse:hover .icon.fa {
    color: #FFFFFF;
    background-color: #e76624;
    border-color: #e76624;
}

.icon.fa {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid;
    text-align: center;
    font-size: 24px;
}

.circle, .btn, .icon.fa, #backtotop {
    background-clip: padding-box;
}

.btmspace-30 {
    margin-bottom: 30px;
}
/*textos---*/

.casita h3 {
    color: #474747;
    font-family: Verdana;
    font-weight: normal;
    padding-top: 30px;
}

.casita p {
    color: #474747;
    font-family: Verdana;
    font-weight: normal;
    font-size: 14px;
}

.borderedbox-1 {
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

.heading {
    color: #474747;
    font-family: Verdana;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.casita {
    padding-right: 100px;
    padding-bottom: 50px;
}

.casita a:hover{
    color: #474747;
}

.article {
    padding-top: 100px;
}
/* testimonial
--------------------------------------------------------------------------------------------------------------- */
.wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
}

.hoc {
    display: block;
    margin: 0 auto;
}

.bgded {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.texto-testemunho h5,h4,p{
    font-family:Verdana;
    font-weight:normal;
}
/*.overlay {
    position: relative;
    z-index: 1;
}

.overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}

.overlay::after {
    color: inherit;
    background-color: rgba(0,0,0,.55);
}*/
.clear, .group {
    display: block;
}

.clear::before, .clear::after, .group::before, .group::after {
    display: table;
    content: "";
}

.clear, .clear::after, .group, .group::after {
    clear: both;
}

.circle {
    border-radius: 50%;
    background-clip: padding-box;
}

#testimonial blockquote {
    color: #FFFFFF;
    background-color: rgba(231, 102, 36,.7);
}

    #testimonial blockquote::before {
        color: #FFFFFF;
        background-color: #e76624;
        border-color: #e76624 !important;
    }

#testimonial {
}

#testimonial blockquote {
    display: block;
    position: relative;
    width: 100%;
    margin: 60px 0 50px 15px;
    padding: 30px;
    line-height: 1.4;
    z-index: 1;
    border: none !important;
}

#testimonial blockquote::before {
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: "FontAwesome";
    font-size: 22px;
    content: "\f10d";
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    border-color: #e76624 !important;
}

#testimonial blockquote::after {
    display: none;
}

#testimonial figure {
    text-align: center;
}

#testimonial figure img {
    margin-bottom: 20px;
}

#testimonial figure figcaption {
}

#testimonial figure figcaption * {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#testimonial figure figcaption strong {
    margin-bottom: 5px;
}

#testimonial figure figcaption br {
    display: none;
}

#testimonial figure figcaption em {
    font-size: 14px;
}

/*Marcas
---------------------------------------------------------------------------------------------------------------*/
.marca-1 {
    font-family: Verdana;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    color: #474747;
    padding-top: 40px;
    padding-bottom: 15px;
}

.marca-1-p {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #474747;
    line-height: 1.1;
}

.marca-1-pp {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #474747;
    padding-bottom: 90px;
}


.desc {
    font-family: Verdana;
    font-size: 14px;
    color: #474747;
}

.Marcas {
    padding-bottom: 40px;
    padding-top: 40px;
}
/*aboutus
---------------------------------------------------------------------------------------------------------------*/
.aboutus-section {
    color: #474747;
    padding-top: 50px;
    padding-bottom: 70px;
}


.about-titulo {
    font-family: Verdana;
    font-size: 22px;
    padding-bottom: 40px;
    font-weight: normal;
}

.about-p {
    font-family: Verdana;
    font-size: 16px;
    line-height: 20px;
}
/* Footer
--------------------------------------------------------------------------------------------------------------- */
#form-footer{
    padding-top: 25px;
    height: 300px;
    color: #fff;
    background-color: gray;
}

@media screen and (max-width: 480px){
    #form-footer {
        height: auto;
        padding-bottom: 20px;
    }
}

footer {
    background-color: #cf5417;
    padding-top: 20px;
    padding-bottom: 80px;
}

.one_third {
    color: #ffffff;
    font-family: Verdana;
}

imput {
    border-radius: 20px;
}

footer input {
    color: #FFFFFF;
    background-color: #141414;
}

footer input, #footer button {
    border-color: transparent;
}

footer input {
    display: block;
    width: 100%;
    padding: 8px 15px;
}

footer input, footer button {
    border: 1px solid;
    border-radius: 22px;
}

footer button {
    padding: 8px 18px 10px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #D64E3F;
    border: none;
}

.btmspace-15 {
    margin-bottom: 15px;
}

.footer-ul {
    list-style-type: none;
}

footer ul > li{
    margin-top: 25px;
}

.contato-t {
    color: #474747;
    font-family: Verdana;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 30px;
}
/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}

#backtotop:hover {
    opacity: 1;
}

#backtotop {
    color: #FFFFFF;
    background-color: #e76624;
}

#backtotop {
    border-radius: 50%;
    background-clip: padding-box;
}

#showroom{
    padding-bottom: 50px;
}

/* Produtos
--------------------------------------------------------------------------------------------------------------- */
.produtos {
    padding-bottom: 80px;
    margin-left: 50px;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

    .view .mask {
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
    }

    .view img, .view video {
        position: relative;
        display: block;
    }

        .view video.video-intro {
            z-index: -100;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: 1s opacity;
            -o-transition: 1s opacity;
            transition: 1s opacity;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
        }

.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .overlay .mask:hover {
        opacity: 1;
    }

.rgba-red-strong {
    background-color: rgba(231, 102, 36,0.6);
}


.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .flex-center p {
        margin: 0;
    }

    .flex-center ul {
        text-align: center;
    }

        .flex-center ul li {
            margin-bottom: 1rem;
        }

            .flex-center ul li:last-of-type {
                margin-bottom: 0;
            }

text-white {
    color: #fff;
}

.link-no {
    color: #ffffff;
}

    .link-no:hover {
        color: #ffffff;
        text-decoration: none;
    }

/* Bootstrap Clearfix */
/*  Tablet  */
@media (min-width:767px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1)

{
    clear: none;
}

.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
    clear: left;
}

}


/*  Medium Desktop  */
@media (min-width:992px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Large Desktop  */
@media (min-width:1200px) {
    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}