.contato {
    width: 100%;
    height: auto;
    float: left;
    padding: 120px 0 60px 0;
    position: relative;
    background: url(../../../images/dot50.png);
}

.contato textarea {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    padding: 15px;
}

.contato::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'opensans-bold';
}

.contato::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'opensans-bold';
}

.contato:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'opensans-bold';
}

.contato:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'opensans-bold';
}

.contato input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    padding-left: 15px;
    margin-bottom: 20px;
}

.contato button {
    width: 190px;
    height: 60px;
    background-color: #868686;
    font-size: 18px;
    color: #ffffff;
    font-family: 'opensans-bold';
    border: none;
}

.contato button:hover {
    background-color: #000;
}

.contato .box-aside {
    width: 100%;
    float: left;
    background-color: #313131;
    padding: 30px;
}

.contato .box-meio {
    width: 100%;
    height: 85px;
    float: left;
    padding-left: 70px;
}

.contato .box-meio.atendimento {
    background: url(../../../images/phone-footer.png) no-repeat left top;
}

.contato .box-meio.horario {
    background: url(../../../images/horario-footer.png) no-repeat left top;
}

.contato .box-meio.email {
    background: url(../../../images/email.png) no-repeat left top;
    height: 45px;
}

.contato .box-meio h4 {
    font-size: 18px;
    color: #9e9e9e;
    font-family: 'klavika-bold';
    margin: 0;
}

.contato .box-meio p {
    color: #fff;
}

.contato .box-meio a {
    font-size: 28px;
    color: #ffffff;
    font-family: 'klavika-bold';
}

.contato .box-meio a:hover {
    color: #ff1b20;
}

.contato .box-title {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.contato .box-title h3 {
    font-size: 34px;
    color: #ffffff;
    font-family: 'dincond-bold';
}

.contato .box-title .divide {
    position: absolute;
    top: 65px;
    left: 0;
    width: 48px;
    height: 10px;
    background-color: #ff181d;
}

.contato .redes-sociais-footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 -10px;
}

.contato .redes-sociais-footer a {
    width: 44px;
    height: 44px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}

.contato .redes-sociais-footer a.twt img {
    margin: 3px 6px;
    position: relative;
    top: 0;
}

.contato .redes-sociais-footer a.ytb:hover img,
.contato .redes-sociais-footer a.insta:hover img,
.contato .redes-sociais-footer a.face:hover img,
.contato .redes-sociais-footer a.twt:hover img {
    top: -84px;
}

.contato .redes-sociais-footer a.face {
    width: 40px;
}

.contato .redes-sociais-footer a.face img {
    margin: 2px -52px;
    position: relative;
    top: 0;
}

.contato .redes-sociais-footer a.ytb {
    width: 52px;
}

.contato .redes-sociais-footer a.ytb img {
    margin: 3px -169px;
    position: relative;
    top: 0;
}

.contato .redes-sociais-footer a.insta img {
    margin: 3px -102px;
    position: relative;
    top: 0;
}

.contato .box-meio a:hover,
.contato .box-meio a,
.contato button:hover,
.contato button,
.contato .redes-sociais-footer a.ytb:hover img,
.contato .redes-sociais-footer a.insta:hover img,
.contato .redes-sociais-footer a.face:hover img,
.contato .redes-sociais-footer a.twt:hover img,
.contato .redes-sociais-footer a.ytb img,
.contato .redes-sociais-footer a.insta img,
.contato .redes-sociais-footer a.face img,
.contato .redes-sociais-footer a.twt img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mapa {
    width: 100%;
    height: 700px;
    float: left;
    position: relative;
    background: url(../../../images/tmp/mapa.jpg)no-repeat center center;
}

.mapa .bar-address {
    width: 750px;
    height: 80px;
    float: left;
    position: relative;
    background: #ff1b20 url(../../../images/gps.png) no-repeat left center;
}

.mapa .bar-address a {
    font-size: 26px;
    color: #ffffff;
    font-family: 'klavika-media';
    padding-left: 50px;
    line-height: 80px;
}

.mapa .bar-address .bar-red-left {
    width: 750px;
    height: 80px;
    background-color: #ff1b20;
    position: absolute;
    left: -750px;
    top: 0;
}

.budget {
    display: none;
}


/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ultrawide and down */

@media screen and (min-width: 1920px) and (max-width: 2560px) {}


/* 1099 and down */

@media screen and (max-width:1199px) {
    .noPadding-md {
        padding-left: 0;
    }
    .contato textarea {
        margin-bottom: 20px;
        height: 155px;
    }
}


/* 991 and down */

@media screen and (max-width:991px) {
    .contato input,
    .contato textarea {
        margin-bottom: 10px;
    }
    .mapa .bar-address {
        width: 100%;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    h1.interna {
        font-size: 40px;
        margin: -10px 0 10px 0;
    }
    .contato {
        padding: 40px 0px 0px 0px;
        overflow: hidden;
    }
    .bar-portifolio {
        width: 100%;
        left: 0;
    }
    .bar-portifolio a {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        background: url();
    }
    .bar-portifolio a:hover {
        background: url();
    }
    .budget h2 {
        margin: 30px 0;
    }
    .about-us {
        padding: 100px 0 20px 0 !important;
    }
    .contato .noPaddingLeft,
    .contato .noPadding-md {
        padding: 0;
    }
    .contato button {
        margin-bottom: 40px;
    }
    .contato .box-meio {
        width: 320px;
        height: auto;
        float: left;
        position: relative;
        left: calc(50% - 160px);
        text-align: center;
        padding: 50px 0 20px 0;
        background-position: center top;
    }
    .contato .box-meio.horario,
    .contato .box-meio.email,
    .contato .box-meio.atendimento {
        background-position: center top;
        background-size: 35px;
    }
    .contato .box-aside {
        height: auto;
    }
    .contato .box-meio.email {
        padding-top: 40px;
    }
    .contato .box-title {
        text-align: center;
        margin-top: 30px;
    }
    .contato .box-title .divide {
        display: none;
    }
    .contato .redes-sociais-footer {
        width: 230px;
        margin: 10px 0 10px 0px;
        position: relative;
        left: calc(50% - 115px);
    }
    .mapa .bar-address {
        width: 100%;
        display: table;
    }
    .mapa .bar-address a {
        font-size: 20px;
        padding-left: 50px;
        line-height: 1.2;
        display: table-cell;
        vertical-align: middle;
    }
    .contato input {
        height: 50px;
    }
    .contato textarea {
        height: 120px;
    }
    .contato button {
        height: 50px;
    }
    .mapa .bar-address {
        width: calc(100% + 15px);
    }
}


/* 349 and down */

@media screen and (max-width:349px) {}


/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {}