﻿/*GERAL*/

/*.container-fluid{
    padding: 0;
}*/

h1 {
    text-align: right;
    color: #F28D2C;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -1px;
    font-weight: 900;
}

body.inicial .navbar{
    margin-bottom: 0px !important;
}

.inner-gradient {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 114px;
    background: rgba(244, 244, 244, 1);
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 5%, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(5%, rgba(244, 244, 244, 1)), color-stop(10%, rgba(244, 244, 244, 1)), color-stop(20%, rgba(244, 244, 244, 1)), color-stop(55%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 5%, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 5%, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 5%, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 5%, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
    z-index: 0;
}

.hr {
    height: 4px;
    background-color: #F28D2C;
    position: absolute;
    width: 40%;
    top: 265px;
}

.home-hr{
    height: 4px;
    background-color: #F28D2C;
    position: absolute;
    width: 38%;
    top: 744px;
    display: none;
}

.home-hr-inner{
    height: 4px;
    background-color: #F28D2C;
    position: absolute;
    width: 593px;
    top: 134px;
    left: -199px;
}

.inner .img-1 {
    position: absolute;
    z-index: 99;
    /*left: -40px;*/
    left: -98px;
    border: 1px solid #F4F4F4;
}

.inner .grey-rec {
    position: absolute;
    top: -40px;

    left: -64px;
}

.inner .img-2 {
    position: absolute;
    /*left: 150px;*/
    left: 97px;
    top: -125px;
    z-index: 100;
    border: 1px solid #F4F4F4;
}

.inner .imgs-margin {
    width: 100%;
    border-right: 5px solid #384184;
    width: 144px;
    height: 486px;
    position: relative;
    top: -190px;
    width: 115%;
}

.inner .imgs-margin div{
    position: absolute;
    top: 200px;
}
/*GERAL END*/

/*TOP*/
.logo img{
    margin: 0 auto;
    margin-top: 22px;
    margin-left: 30px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 0;
    border: 0;
    z-index: 99;
}

.navbar-default .navbar-brand {
    display: none;
}

.navbar-default .navbar-nav li {
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: #384184;
    border-right: 1px solid #FFFFFF;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 14px;
    padding-left: 14px;
}

.navbar-default .navbar-nav li:hover, .navbar-default .navbar-nav li:active {
    background-color: #F28D2C;
    color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF;
}

.navbar-default .navbar-nav li a {
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    font-size: 12px;
    font-weight: 100;
}

.nav-tail {
    width: 100%;
    height: 114px;
    background-color: #384184;
    position: absolute;
}

.nav-tail-inner {
    width: 100px;
    height: 114px;
    background-color: #FFFFFF;
    position: absolute;
}

.top-purple-side{
    width: 50%;
    height: 114px;
    background-color: #384184;
    position: absolute;
    margin-left: 50%;
}

/*TOP END*/


/*FOOTER*/
.footer-contato {
    background-color: #F28D2C;
    height: 140px; 
}

.footer-contato img{
    margin-top: -80px;
    margin-left: 69px;
}

.footer-contato h2 {
    color: #FFFFFF;
    margin-top: 30px;
    font-weight: bold;
}

.footer-contato p {
    color: #FFFFFF;
    line-height: 15px;
}

.footer-contato-background{
    width: 100%;
    position: absolute;
    background-color: #F28D2C;
    height: 140px;
    top: 1215px;
}

.footer-grey-background{
    width: 100%;
    position: absolute;
    background-color: #F4F4F4;
    height: 207px;
    top: 1355px;
}

.footer-purple-background{
    width: 100%;
    position: absolute;
    background-color: #384184;
    height: 82px;
    top: 1560px;
}

.footer {
    background-color: #F4F4F4;
}

.footer img {
    border-right: 2px solid #384184;
    padding-right: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 65px;
}

.footer ul {
    list-style-type: none;
    white-space: nowrap;
}

.footer ul li {
    color: #384184;
}

.footer ul li a {
    color: #384184;
}

.footer .endereco ul{
    margin-left: -45px;
}

.footer .endereco ul:first-child{
    margin-top: 56px;
}

.footer .links{
    /*margin-left: -6px;*/
}

.footer .links ul{
    margin-top: 56px;
}

.footer .rs {
    text-align: center;
    margin-left: -43px;
}

.footer .rs h5{
    white-space: nowrap;
}

.footer .rs ul {
    padding: 0;
}

.footer .rs ul li {
    display: inline-block;
    padding: 10px;
    font-size: 30px;
}

.footer .rs h5 {
    color: #384184;
    margin-top: 56px;
}

.footer .fb div {
    background-color: #FFFFFF;
    width: 268px;
    /*height: 310px;*/
    position: absolute;
    top: -43px;
}

.footer .montec{
    position: relative;
    left: 64px;
}

.footer .oliver{
    text-align: left;
    position: relative;
    left: -10px;
}

.copyright {
    background-color: #384184;
    padding: 30px;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright div a{
    color: #FFFFFF;
    text-decoration: none;
}
/*FOOTER END*/

/*HOME*/

    /*CARROSSEL*/
    /*.home-carousel-place{
        width: 100%;
        height: 476px;
        background-color: #FFFFFF;
        display: none;
    }

    .home-carousel{
        width: 100%;
        display: none;
        z-index: 0;
    }

    .carousel-inner>.item{
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .carousel-inner>.item img{
        display: inline-block;
        text-align: center;
    }*/

    .carousel-inner>.item img{
        margin-left: -960px;
        position: relative;
        left: 50%;
        max-width: none !important;
    }
    /*CARROSSEL END*/

/*.home-carousel .carousel-inner .item img{ 
    height: 476px;   
}*/

.inner .imgs-margin {
    top: -165px;
}

.home-carousel .carousel-control.right, .carousel-control.left {
    background-image: none;
}


.home h1{
    font-size: 45px;
}

.home h1 {
    font-size: 37px;
    width: 100%;
    margin-left: -77px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home p {
    text-align: right;
    line-height: 25px; 
    margin-top: 26px;
    margin-right: -16px;
    margin-left: 69px;
}

.home .imgs{
    height: 340px;
}

.home .inner .img-1 {
    left: -47px;
}

.home .inner .grey-rec {
    left: -7px;
}

.home .inner .img-2 {
    left: 143px;
}

/*HOME END*/

/*EMPRESA*/

/*.empresa{
    margin-left: -60px;
    margin-right: -60px;
}*/

.atributos{
    width: 1254px;
    margin-left: -55px;
}

.empresa h1 {
    font-size: 37px;
    width: 100%;
    margin-left: -37px;
    padding-bottom: 20px;
}

.empresa p {
    text-align: justify;
    line-height: 25px; 
    margin-top: 10px;
}

.empresa .description p{
    margin-left: -17px;
}

.empresa .imgs{
    height: 340px;
}

.empresa .inner .imgs-margin {
    width: 525px;
    top: -190px;
}

.empresa .inner .img-1 {
    left: -47px;
}

.empresa .inner .grey-rec {
    left: -7px;
}

.empresa .inner .img-2 {
    left: 143px;
}

.empresa .border h3 {
    margin-top: -13px;
    font-weight: bold;
    color: #384184;
    width: 130px;
    background-color: #FFFFFF;
    padding-left: 20px;
}

.empresa .border p {
    text-align: justify;
    padding: 38px;
}

.empresa .border-all {
    border: 1px solid #384184;
}

.slider{
    margin-bottom: 150px;
}

.slider .grupo_imagens img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 332px;
}

.slider:first-child img {
    margin-left: 46px;
    margin-bottom: 100px;
}

.slider:last-child img {
    margin-left: -17px;
}

.valores{
    padding-left: 6px !important;
}

.visao{
    padding-left: 26px !important;
}

/*EMPRESA END*/

/*SERVIÇOS*/

.servicos h1 {
    font-size: 28px;
    padding-top: 40px;
    width: 100%;
    margin-left: -16px;
}

.servicos .inner h2 {
    text-align: left;
    color: #384184;
    font-weight: 800;
    padding-top: 38px;
    padding-bottom: 15px;
    margin-left: -26px;

}

.servicos .inner .img-2 {
    position: absolute;
    left: -72px;
    top: 72px;
    z-index: 100;
    border: 1px solid #F4F4F4;
}

.servicos .inner .grey-rec {
    position: absolute;
    top: 114px;
    left: -108px;
}

.servicos .inner .imgs-margin{
    position: absolute;
    width: 623px;
    height: 610px;
    z-index: 0; 
}

.servicos .img-right{
    margin-left: 20px;
}

.servicos .inner p {
    text-align: justify;
    line-height: 25px;
    margin-left: -26px;
    margin-right: 34px;
    height: 178px;
}

.servicos .text-right{
    position: relative;
    left: -60px;
}

.servicos .bottom{
    margin-bottom: 120px;
}

.separator{
    margin-top: 126px;
}

/*SERVIÇOS END*/

/*DÚVIDAS*/
.duvidas h1 {
    font-size: 28px;
    padding-top: 40px;
    width: 100%;
    margin-left: -16px;
}

.duvidas h3 {
    text-align: left;
    color: #384184;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.duvidas .inner .imgs-margin{
    position: absolute;
    width: 623px;
    height: 610px;
    z-index: 0;
}

.duvidas-perguntas .header h5 {
    color: #FFFFFF;
    background-color: #384184;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-left: -17px;
    margin-right: -17px;
}

.duvidas-perguntas .inner {
    margin-top: -10px;
    border: 1px solid #384184;
    padding: 30px;
    margin-left: -17px;
    margin-right: -17px;
}

.duvidas-perguntas p {
    line-height: 25px;
    text-align: justify;
}
/*DÚVIDAS END*/

/*ORÇAMENTO*/
.orcamento h1 {
    font-size: 28px;
    padding-top: 40px;
    width: 100%;
    margin-left: -17px;
}

.orcamento .inner .imgs-margin{
    position: absolute;
    width: 623px;
    height: 610px;
    z-index: 0;
}
/*ORÇAMENTO END*/

/*FALE CONOSCO*/

/*FALE CONOSCO END*/

/*FORM*/
form .btn-default {
    width: 200px;
    height: 50px;
    background-color: #384184;
    color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.orcamento-submit {
    text-align: right;
}

.form-group input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #F4F4F4;
    border: 1px solid #D6D6D6;
}

.form-group textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

form label {
    color: #555555;
}

form .label-fix {
    float: right;
    margin-right: 20px;
}

form span.cep-know {
    margin-top: 8px;
    display: block;
    font-weight: 100 !important;
}

form span.cep-know a {
    color: #555555;
}

form .styled-select {
    height: 34px;
    overflow: hidden;
    background: url(new_arrow.png) no-repeat right #ddd;
    border: 1px solid #F4F4F9;
    color: #555555;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #D6D6D6;
    font-size: 11px;
    width: 100%;
    padding-left: 10px;
}

label {
    font-weight: 100 !important;
}

.orcamento h6 {
    color: #555555;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: 100 !important;
}
/*FORM END*/