/* --- inÃƒÆ’Ã‚Â­cio --- */

body {
    padding-top: 70px;
    position: relative;
}

.laranja {
    color: #ff6701;
}

.w-100 {
    width: 100%;
}

/* --- alteraÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Âµes pontuais */

.carousel-caption h3.large {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
    margin: -12px 0;
}

    .carousel-caption h3.large.black {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: -1px;
        color: #383838;
    }

.mini-header {
    color: black !important;
    text-shadow: none;
    letter-spacing: 10px;
    font-family: 'Raleway';
}

/* --- cabeÃƒÆ’Ã‚Â§alho --- */
.barra-topo {
    background-color: white;
    height: 73px;
    max-height: 73px;
    border: 0;
}

    .barra-topo .navbar-toggle {
        margin-top: 19px;
    }

    .barra-topo .navbar-brand {
        padding: 8px;
    }

    .barra-topo .navbar-nav > li.home-icon a span {
        background-image: url(../img/home.svg);
        background-size: contain;
        display: block;
        width: 18px;
        height: 18px;
    }

    .barra-topo .navbar-nav > li.active.home-icon a span,
    .barra-topo .navbar-nav > li.home-icon > a:hover > span {
        background-image: url(../img/home-ativo.svg);
    }

    .barra-topo .navbar-nav > li > a {
        padding: 25px 15px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #353535;
    }

    .barra-topo .navbar-nav > li:hover > a,
    .barra-topo .navbar-nav > li.active > a,
    .barra-topo .navbar-nav > li.active > a:hover,
    .barra-topo .navbar-nav > li.active > a:focus {
        color: #ff6701;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
}

/* --- menu responsivo --- */

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff6701;
}

.navbar .collapse.in {
    border: 0;
    padding: 10px;
    overflow: hidden;
}

    .navbar .collapse.in li {
        background-color: #fff;
    }

        .navbar .collapse.in li a {
            padding: 10px 20px;
        }

.barra-topo .navbar-nav > li.telefones {
    padding: 10px;
}

    .barra-topo .navbar-nav > li.telefones > a {
        font-weight: 600;
        font-size: 23px;
        color: #ff6701;
        padding: 2px 25px;
    }

        .barra-topo .navbar-nav > li.telefones > a:nth-child(2) {
            color: #25d366;
            font-size: 20.2px;
        }

        .barra-topo .navbar-nav > li.telefones > a > span {
            font-size: 15px;
            padding: 0 8px;
        }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
/* --- slider --- */

.carousel-indicators {
    left: 18%;
    bottom: 25%;
}

    .carousel-indicators li {
        background-color: #7f7f7f;
        width: 17px;
        height: 17px;
    }

        .carousel-indicators li.active {
            background-color: #ff6701;
            width: 19px;
            height: 19px;
        }

.slider-fullwidth {
    background: url(../img/bagageiro-jumpy-expert-9.jpg) top left no-repeat;
}

#carousel-instalacao span.glyphicon {
    opacity: 1;
    text-shadow: none;
    background: white;
    font-size: 20px;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 30px silver;
}

#carousel-instalacao a.carousel-control {
    color: #f5b01e !important;
    background: none;
    opacity: 1;
    box-shadow: none;
    color: transparent;
}

    #carousel-instalacao a.carousel-control:hover {
        color: black !important;
    }

#carousel-instalacao.slide {
    padding: 0;
}

.carousel.slide {
    padding: 50px 0;
}

.carousel-caption {
    padding: 20px 40px;
}

    .carousel-caption.col-md-4 {
        top: 74px;
        right: 30px;
        left: 30px;
        bottom: auto;
    }

.carousel-inner .col-md-8 {
    float: right;
}

.carousel-caption h2 {
    font-family: 'Raleway';
    font-weight: 100;
    font-size: 37px;
    color: #000;
    text-shadow: none;
    margin: 0;
    letter-spacing: -3px;
}

.carousel-caption h3 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 20px;
    color: #ff6701;
    text-shadow: none;
    margin: 0;
}

    .carousel-caption h3 small {
        color: #000;
    }

.carousel-caption p {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #444;
    text-shadow: none;
    line-height: 15px;
    margin: 10px 0;
}

/* --- secÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Âµes --- */

.seccao {
}

    .seccao h1 {
        font-family: 'Raleway';
        font-size: 47px;
        font-weight: 800;
        letter-spacing: -1px;
    }

    .seccao p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
    }

/* --- sobre --- */

.sobre {
    background-color: #ff6701;
    padding: 0;
    margin-top: -100px;
}

    .sobre h1,
    .sobre p {
        color: #fff;
    }

.depoimento {
    padding: 15px;
    margin: 30px 0;
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    text-align: center;
}

    .depoimento i {
        color: #000;
    }

/* --- pintura --- */

.pintura {
    background: url(../img/bagageiro-citroen-jumpy-10.png) no-repeat #000;
    background-position: bottom left;
    background-size: 40%;
    padding: 0;
}

    .pintura .o-produto {
        background: rgba(0,0,0,0.8);
        text-shadow: 0 0 20px black;
    }

    .pintura h1,
    .pintura p, .pintura h3 {
        color: #fff;
    }

    .pintura a {
        display: inline-block;
    }

        .pintura a img {
            border: 1px solid #000;
        }

            .pintura a img:hover {
                border: 1px solid #ff6701;
            }
/* --- vantagens --- */

.vantagens {
    padding: 0 0 30px;
}

    .vantagens h1 {
        color: #ff6701;
        padding-left: 15px;
    }

    .vantagens .bloco-mf-titulo {
        text-align: center;
    }

    .vantagens .flex-center {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin: 10% 0;
        min-height: 200px;
        align-items: center;
    }

        .vantagens .flex-center img {
            opacity: .25;
            width: 80%
        }

.vantagens .flex-center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vantagens .bloco-mf-titulo {
    font-size: 37px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -1px;
    color: #ff6701;
    margin-bottom: 10px;
}

.vantagens .mixfer, .vantagens .concorrencia {
    text-align: center;
}

.vantagens .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.vantagens .table > tbody > tr > th {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 13px;
    border-top: 0;
    color: #5a5a5a;
}

.vantagens .mixfer .table > tbody > tr > th,
.vantagens .mixfer .table > thead > tr > th {
    color: #000;
}

.vantagens .table > thead > tr > th {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 13px;
    border-bottom: 0;
    color: #5a5a5a;
}

.vantagens h3 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 29px;
    color: #5a5a5a;
    margin-bottom: 30px;
}

    .vantagens h3.subtitulo {
        font-family: 'Raleway';
        font-weight: 900;
        font-size: 55px;
        letter-spacing: -2px;
        padding: 0;
        margin: 0 20px 20px;
        color: #ff6701;
        background: -webkit-linear-gradient(#ea5a00, #ff8824);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.vantagens .mixfer h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}


/* --- galeria de fotos --- */

.galeria {
    background-color: #f2f2f2;
    padding: 0 0 30px;
}

    .galeria h1, .galeria p {
        color: #0a0a0a;
    }

    .galeria .row img {
        width: 100%;
    }

    .galeria .col-md-3 {
        padding: 1px;
        transition: all ease 0.5s;
    }

        .galeria .col-md-3:hover {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            background: #ff6701;
            border-radius: 0;
        }

    .galeria h1.subtitulo {
        font-family: 'Raleway';
        font-weight: 900;
        font-size: 35px;
        padding: 30px 0 10px;
        color: #ff6701;
    }

a.glyphicon.glyphicon-chevron-right, a.glyphicon.glyphicon-chevron-left {
    color: #ff6701;
}

a[data-gallery] p {
    background: rgba(0, 0, 0, 0.77);
    color: white;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 15px black;
}

/* --- turismo --- */

.turismo h1 {
    font-size: 37px;
    color: black;
}

.turismo .row .col-md-6 {
    height: 100%;
}

/* --- instalaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o --- */

.instalacao {
    background: #ff6701;
    text-align: center;
}

    .instalacao h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Raleway';
        font-weight: 500;
        font-size: 28px;
        padding: 20px;
        margin: 0;
    }

/* --- contato --- */

.contato {
    background-color: #0a0a0a;
    padding: 0 0 30px;
}

    .contato h1, .contato p {
        color: #fff;
    }

    .contato .form-control {
        background-color: #151515;
        border: 0;
        font-size: 17px;
        height: 44px;
    }

        .contato .form-control:focus {
            border: 1px solid #ff6701;
            box-shadow: none;
        }

    .contato textarea.form-control {
        height: auto;
        padding: 10px 12px;
        resize: none;
    }

    .contato button {
        background: none;
        border: 2px solid #ff6701;
        font-family: 'Raleway';
        font-weight: 700;
        font-size: 22px;
        color: #ff6701;
    }

        .contato button:hover {
            background: #ff6701;
            color: #fff;
        }

/* --- rodapÃƒÆ’Ã‚Â© --- */

.rodape {
    background: #000;
    padding: 10px;
}

    .rodape .endereco {
        text-align: center;
    }

        .rodape .endereco p {
            font-size: 14px;
        }

        .rodape .endereco .glyphicon {
            color: #ff6701;
            padding: 0 5px;
        }

    .rodape p {
        color: #fff;
        font-size: 13px;
        display: inline-block;
    }

    .rodape .copyright {
        text-align: left;
    }

        .rodape .copyright img {
            width: 100px;
        }

    .rodape .teodoz {
        text-align: right;
    }
