#footer {
    position: relative;
	overflow: hidden;
	clear: both;
}
#footer .top {
    overflow: hidden;
    position: relative;
    padding: 80px 30px;
    background-color: #FFFFFF;
}
#footer .top .txt {
	position: relative;
	overflow: hidden;
}
#footer .top .txt h1 {
	background-color: #FFFFFF;
	color: #000000;
}
#footer .top .txt .ratio {
	display: none;
}
#form_contato {
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    padding-top: 30px;
}
#form_contato h1 {
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
#form_contato span {
    font-size: 0.85em;
}
#form_contato .border {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
#form_contato label {
    display: block;
    color: #3c3c3c;
    cursor: pointer;
    font-size: 1em;
    margin-bottom: 5px;
}
#form_contato select,
#form_contato input,
#form_contato textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    outline: 0 none;
    color: #3c3c3c;
    width: 100%;
    border: none;
    background-image: none;
    background-color: transparent;
}
#form_contato select {
    font-size: 1.2em;
    margin-bottom: 10px;
}
#form_contato select:hover {
    cursor: pointer;
}
#form_contato input {
    font-size: 1.2em;
    margin-bottom: 15px;
}
#form_contato #arquivo {
    font-size: 1em;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 10px;
}
#form_contato textarea {
    font-size: 1em;
    height: 150px;
    resize: none;
    margin-bottom: 20px;
}
#form_contato .aviso .bt {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px 0;
}
#form_contato .aviso .bt:hover {
	background-color: #E2261C;
}
#form_contato .aviso .msg {
    display: block;
    text-align: center;
    background-color: #E2261C;
    color: #FFFFFF;
    padding: 10px 0;
    margin-bottom: 15px;
    display: none;
}
#form_contato .aviso .msg span {
    display: block;
    font-size: 0.85em;
    color: #fff;
    padding: 0 50px;
    text-align: center;
}
.error label {
    color: #E2261C !important;
}
#form_contato .aviso .loading {
    display: none;
    clear: both;
    padding-bottom: 20px;
    text-align: center;
}
#footer .bottom {
    clear: both;
    overflow: hidden;
    position: relative;
    background-image: url('../images/site/concrete_4x3.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}
#footer .bottom .ratio2x3 {
    width: 100%;
    height: auto;
}
#footer .bottom .ratio8x3 {
    display: none;
}
#footer .bottom .crossImg {
    position: absolute;
    top: 0;
    width: 100%;
}
#footer .bottom .crossImg img {
    width: 100%;
    height: auto;
}
#footer .social {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
}
#footer .bottom .social .ratio {
    width: 100%;
    height: auto;
}
#footer .social a {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
    height: auto;
}
#footer .social a:nth-child(1) {
    top: 50%;
    left: 0;
}
#footer .social a:nth-child(2) {
    top: 66.66%;
    left: 0;
}
#footer .social a img {
    width: 100%;
}
#footer .social a:hover {
    background-color: #E2261C;
}
#footer .bottom .txtWrapper {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 75%;
    height: auto;
}
#footer .bottom .txtWrapper .ratio {
    width: 100%;
    height: auto;
}
#footer .bottom .txt {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    background-color: #FFFFFF;
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
}
#footer .bottom .txt a {
    display: block;
    color: #000000;
}
#footer .bottom .txt a:hover {
    color: #E2261C;
}
#footer .bottom .txt .btPhone {
    font-size: 1.5em;
}
#footer .logoEsmeril {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    padding: 10px;
}
#footer .logoEsmeril span {
    background: url('../images/site/footer_logo_esmeril.svg') 0 0 no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
#footer .logoEsmeril:hover span {
    background-position:  0 -80px;
}

/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px) {
    #footer .bottom .txt {
        font-size: 1.2em;
    }
    #footer .bottom .txt .btPhone {
        font-size: 1.75em;
    }
}

@media only screen and (min-width: 640px) {
    #footer .top {
        padding: 80px 10%;
    }
    #footer .bottom .ratio2x3 {
        display: none;
    }
    #footer .bottom .ratio8x3 {
        display: block;
        width: 100%;
        height: auto;
    }
    #footer .bottom .crossImg {
        position: absolute;
        left: 50%;
        width: 50%;
    }
    #footer .social {
        top: 0;
        left: 0;
        width: 12.5%;
    }
    #footer .social a:nth-child(1) {
        top: 0;
        left: 0;
    }
    #footer .social a:nth-child(2) {
        top: 33.33%;
        left: 0;
    }
    #footer .bottom .txtWrapper {
        top: 0;
        left: 12.5%;
        width: 37.5%;
    }
    #footer .bottom .txt {
        font-size: 0.9em;
    }
    #footer .bottom .txt .btPhone {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 800px) {
    #footer {
        background-image: url('../images/site/footer_bg_03.jpg');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: initial;
    }
    #footer .top {
        width: 32.5%;
        padding: 50px 2.5%;
        background-color: #FFFFFF;
    }
    #footer .bottom {
        background-image: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 62.5%;
        clear: none;
    }
    #footer .bottom .ratio2x3 {
        display: block;
        width: 100%;
        height: auto;
    }
    #footer .bottom .ratio8x3 {
        display: none;
    }
    #footer .bottom .crossImg {
        display: none;
    }
    #footer .social {
        top: 66.66%;
        left: 0;
        width: 50%;
    }
    #footer .social a:nth-child(1) {
        top: 0;
        left: 0;
        width: 50%;
    }
    #footer .social a:nth-child(2) {
        top: 16.66%;
        left: 50%;
        width: 50%;
    }
    #footer .bottom .txtWrapper {
        top: 66.66%;
        left: 50%;
        width: 50%;
        height: auto;
    }
    #footer .bottom .txt {
        font-size: 1em;
    }
    #footer .bottom .txt .btPhone {
        font-size: 1.5em;
    }
    #footer .logoEsmeril {
        left: 37.5%;
    }
}

@media only screen and (min-width: 1024px) {
    #footer .top {
        width: 40%;
        padding: 50px 5%;
    }
    #footer .bottom {
        width: 50%;
    }
    #footer .logoEsmeril {
        left: 50%;
    }
}

@media only screen and (min-width: 1280px) {
    #footer {
        background-image: url('../images/site/footer_bg_04.jpg');
        background-position: right top;
        background-repeat: no-repeat;
        background-size: initial;
    }
    #footer .top {
        background-image: url('../images/site/footer_bg_04.jpg');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: initial;
        padding: 0;
        width: 50%;
    }
    #footer .top .txt {
        position: relative;
        overflow: hidden;
        width: 25%;
        float: left;
    }
    #footer .top .txt .ratio {
        display: block;
        width: 100%;
        height: auto;
    }
    #footer .top .txt h1 {
        position: absolute;
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
        -webkit-flex-direction: column; /* Safari */
        flex-direction: column;
        font-size: 2em;
        background-color: #000000;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    #footer .formWrapper {
        background-color: #FFFFFF;
        width: 65%;
        padding: 30px 5%;
        float: left;
    }
    #form_contato textarea {
        height: 250px;
    }
    #footer .bottom {
        width: 40%;
    }
    #footer .bottom .txt {
        font-size: 1.2em;
    }
    #footer .bottom .txt .btPhone {
        font-size: 1.75em;
    }
    #footer .logoEsmeril {
        left: 0;
    }
}

@media only screen and (min-width: 1600px) {
    #footer .top .txt h1 {
        font-size: 3em;
    }
    #footer .bottom {
        width: 35%;
    }
}