
body{
    font-family: helvetica;
    background-size: 100%;

}

#logo-container{
    float: left;
    height: 100%;
    background-color: #fff;
    width: 250px;
}


.button-collapse{
    margin-top: 12px;
}

.servContainer{
    min-height: 600px
}


.contato p{
    margin: 0px;
    color: #fff;
}

.bordaLaranja:first-child{
    border-top: solid 5px #f57c00;
}
.bordaLaranja{
    border-bottom: solid 5px #f57c00;
    margin-bottom: 10px;
}

input{
    background: #fff !important;
    height: 30px !important;
    margin-top: 10px !important;
    border: 0 !important;
    padding-left: 10px !important;
    width: 100%;
}
textarea{
    background: #fff !important;
    margin-top: 10px !important;
    border: 0 !important;
    height: 150px;
    padding-left: 10px !important;
    width: 103%;
}
.agroprag{
    max-width:80%; 
    float:left;
    margin-top: 20px;
    margin-left: 10%;
}

.meunav{
    height: 110px;
}

.sobreTitle{
    font-weight: bold;
    border-bottom: solid 3px #ef6c00;
    padding-bottom: 5px;
}

.sobre{
    height: 600px !important;
}

#logo-container img{
    float: left;
    width:90%;
    margin-left: 5%;
}

img{
    max-height: 100%;
    max-width: 100%;
}
.bg{
    background: url(../img/background-final.png);
    min-height: 400px;
    background-repeat: repeat-y;
}
.meuList{
    line-height: 20px;
}
.meuList a{
    height: 60px;
    width: 130px;
    text-align: center;
    margin-top: 12px;
    padding-top: 20px;
    border-right: solid 1px #FFF;
}

.meuList li:hover > a{
    color: #ff6d00 ;
}

.hoverFalse{
    border-right: solid 1px #ff6d00 !important;
    transition: 0.3s;
}
.meuList li:hover{
    background: #FFF;
    transition: 0.3s;
    border: 0;
}

.meuList li:hover ul{
    display: inherit;
}
.meuList li{
    height: 100%;
}

.subMenu{
    margin-top:8px;
    display: block;
    background-color: #ff6d00;
    height: 123px;
    display: none;
    width: 130px;
}

.subMenu li{
    float:left;
    width: 130px;
    height: 30px;
}

.subMenu li a{
    border-right: 0;
    width: 100%;
    color: #fff;
    padding: 0px;
    margin-top: 5px;
    text-align: center;
    font-size:11px;
}

.subMenu li a:hover{
    cursor: pointer;
}
.subMenu li{
    border-bottom: solid 1px #FFF;
}



@media screen and (min-width: 600px) and (max-width: 1354px) {
    .container{
        width: 90%;
        margin-left: 5%;
        padding: 0px;
    }
}


    .orcamento{
        width: 90%;
        margin-left: 55%;
        padding: 0px;
    }

	  .enviar{
        width: 50%;
        margin-left: 10%;
        padding: 0px;
    }
