section#login{
    margin-top: 50px;
    padding-bottom: 50px;
}
.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;
}
.formulario{
    position: relative;
    top: 0;
    margin-top: 10px;
}
.formulario input:not([type="submit"]):not([type="radio"]){
    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;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.formulario 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;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-appearance: none; /* Remove a sobre interna do input */
}
.formulario textarea{
    height: 120px;
}
::-webkit-input-placeholder {
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
:-ms-input-placeholder {
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
.errorMessage{
    font-weight: 400;
    font-size: 13px;
    color: #704B1C;
}
.errorMessage:first-child{
    padding-top: 10px;
}
.remember{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 12px;
    width: 100%;
}
.labels_rememberMe{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    color: #704B1C;
    font-size: 10pt;
    padding-top: 1px;
    font-weight: 400;
    cursor: pointer;
}
.checkbox_style{
    position: absolute !important;
    margin-left: 0px !important;
    width: 50%;
    padding: 0px !important;
    top: 0;
    left: 0;
    opacity: 0;
}
.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;
}
.checkbox_style:checked + label {
    cursor: pointer;
    background-image: url(../img/checkbox2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.formulario button{
    position: relative;
    margin-top: 10px;
    color: #704B1C;
    background-color: #FFFFFF;
    box-shadow: none;
    border: 1px solid #F6CE3C;
    font-weight: normal;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.formulario button:hover{
    color: #F6CE3C;
    background-color: #704B1C;
    border: 1px solid #704B1C;
}
.formulario button:hover i{
    color: #F6CE3C;
}
.formulario button i{
    font-size: 15px;
    color: #704B1C;
    padding-left: 15px;
}
.formulario button:focus {
    outline: 0;
}
.recovery_url{
    position: relative;
    top: 0;
    margin-top: 10px;
}
.recovery_url a:link{
    color: #704B1C;
    font-weight: 400;
    font-size: 13px;
}
.recovery_url a:visited{
    color: #704B1C;
    font-weight: 400;
    font-size: 13px;
}
.recovery_url a:hover{
    color: #704B1C;
    font-weight: 400;
    font-size: 13px;
}
.dropdown_especial button{
    width: 100% !important;
    border-radius: 0px !important;
    border: 1px solid #E4D8CD !important;
    text-transform: capitalize !important;
    text-align: left !important;
    color: #704B1C !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.dropdown_especial button:hover{
    background-color: #E4D8CD !important;
}
.dropdown_especial button:hover i{
    color: #704B1C !important;
}
.pais_dropdown{
    height: 200px;
    overflow-y: auto;
}
.fa-angle-down{
    position: absolute;
    right: 0px !important;
    float: right !important;
    margin-right: 10px !important;
}
.pais_dropdown li{
    color: #704B1C;
    font-size: 13px;
    font-weight: 400;
}
.pais_dropdown li a{
    color: #704B1C;
}
.pais_dropdown li a:hover{
    color: #704B1C;
    background-color: #E4D8CD;
}
.li_active{
    background-color: #E4D8CD !important;
}


.mensagem_informativa{
    color: #704B1C;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
}
.produtosRelacionados{
    position: relative;
    width: 100%;
    border-top: 1px solid #F6CE3C;
    text-align: center;
}
.left_side{
    position: absolute;
    left: 0;
    width: 1px;
    height: 50px;
    background-color: #F6CE3C;
    z-index: 50;
}
.right_side{
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #F6CE3C;
    z-index: 50;
}





.aceitarpol.remember{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 12px;
    margin-bottom: 24px;
    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;
}*/
.aceitarpol .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;
}*/
.aceitarpol .checkbox_style:checked + label {
    cursor: pointer;
    background-image: url(../img/checkbox2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.aceitarpol .labels_rememberMe a{
    cursor: pointer;
    color: #F6CE3C;
    pointer-events: auto;
}

.aceitarpol .labels_rememberMe a:hover{
    text-decoration: underline;
}

.aceitarpol .labels_rememberMe {
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    margin-left: 30px;
    color: #704B1C;
    font-size: 10pt;
    /* padding-top: 1px; */
    font-weight: 400;
    cursor: pointer;
    float: right;
    /* width: 50px; */
    display: inline-block;
}

.aceitarpol .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;
}

.estatistica .estatistico {
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    
    color: #704B1C;
    font-size: 10pt;
    /* padding-top: 1px; */
    font-weight: 400;
    cursor: pointer;
    
    /* width: 50px; */
    display: inline-block;
}