section#contactos{
    padding-bottom: 50px;
}
#map_canvas{
    position: relative;
    width: 100%;
    height: 370px;
}
.tituloLateral{
    position: relative;
    margin-bottom: 30px;
}
.linha_castanha{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #704B1C;
    z-index: 1;
    margin-top: 9px;
    margin-left: 5px;
}
.titulo_lateral{
    position: relative;
    z-index: 2;
}
.titulo_lateral span{
    font-size: 15px;
    font-weight: 400;
    color: #F6CE3C;
    background-color: #704B1C;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.titulo_lateral i{
    position: absolute;
    color: #704B1C;
    font-size: 20px;
    margin-left: -1px;
}
.texto_lateral{
    padding-top: 30px;
    font-weight: 400;
    font-size: 13px;
    color: #704B1C;
}
#contactoForm{
    margin-top: 30px;
}
#contactoForm input, #contactoForm textarea{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 5px;
    border: 1px solid #E4D8CD;
    outline: none;
    resize:none;
    background-color: transparent;
    margin-top: 10px;
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
}
#contactoForm textarea{
    height: 120px;
}
input.input_contacto::-webkit-input-placeholder {
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
input.input_contacto:-moz-placeholder { /* Firefox 18- */
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
input.input_contacto::-moz-placeholder {  /* Firefox 19+ */
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
input.input_contacto:-ms-input-placeholder {
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
textarea.input_contacto::-webkit-input-placeholder {
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
textarea.input_contacto:-moz-placeholder { /* Firefox 18- */
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
textarea.input_contacto::-moz-placeholder {  /* Firefox 19+ */
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
textarea.input_contacto:-ms-input-placeholder {
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}

#contactoForm button{
    margin-top: 10px;
    color: #704B1C;
    background-color: #FFFFFF;
    box-shadow: none;
    border: 1px solid #F6CE3C;
    font-weight: normal;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#contactoForm button:hover{
    color: #F6CE3C;
    background-color: #704B1C;
    border: 1px solid #704B1C;
}
#contactoForm button:hover i{
    color: #F6CE3C;
}
#contactoForm button i{
    font-size: 15px;
    color: #704B1C;
    padding-left: 30px;
}
#contactoForm button:focus {
    outline: 0;
}
.sucesso{
    text-align:  center;
    color: #704B1C;
}
.info{
    text-align:  center;
    color: #704B1C;
}
.all_breadcrumbs{
    position: absolute !important;
    width: 100%;
    margin-top: 400px;
}

#contactoForm label{
    color: #704B1C;
    font-weight: 700;
}




#contactoForm .remember{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
/*#contactoForm .labels_rememberMe{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    color: #704B1C;
    font-size: 10pt;
    padding-top: 1px;
    font-weight: 400;
    cursor: pointer;
}*/
#contactoForm .checkbox_style{
    position: absolute !important;
    margin-left: 0px !important;
    width: 50%;
    padding: 0px !important;
    top: 0;
    left: 0;
    opacity: 0;
}
/*#contactoForm .checkbox_style + label{
    clear: none;
    width: 17px;
    height: 17px;
    padding-left: 20px;
    margin-left: 0px;
    cursor: pointer;
    background-image: url(../img/checkbox.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}*/
#contactoForm .checkbox_style:checked + label {
    cursor: pointer;
    background-image: url(../img/checkbox2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#contactoForm .labels_rememberMe a{
    cursor: pointer;
    color: #F6CE3C;
    pointer-events: auto;
}

#contactoForm .labels_rememberMe a:hover{
    text-decoration: underline;
}

#contactoForm .labels_rememberMe {
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    margin-left: 10px;
    color: #704B1C;
    font-size: 10pt;
    /* padding-top: 1px; */
    font-weight: 400;
    cursor: pointer;
    float: right;
    /* width: 50px; */
    display: inline-block;
}

#contactoForm .checkbox_style + label {
    /* clear: none; */
    width: 17px;
    height: 17px;
    padding-left: 20px;
    margin-left: 0px;
    cursor: pointer;
    background-image: url(../img/checkbox.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
    display: inline-block;
}