.tituloProcura{
    position: relative;
    z-index: 1;
}

.tituloProcura span{
    font-size: 15px;
    font-weight: 400;
    color: #F6CE3C;
    text-transform: uppercase;
    background-color: #704B1C;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.tituloProcura i{
    position: absolute;
    color: #704B1C;
    font-size: 20px;
    margin-left: -1px;
}

.linha_amarela{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #704B1C;
    z-index: 1;
    margin-top: 9px;
    margin-left: 5px;
}

.headProcura{
    margin-top: 30px;
    padding-bottom: 30px;
    color: #704B1C;
    font-size: 15px;
}

.empty{
    padding-left: 5px;
    color: #704B1C;
    font-size: 15px;
}


.overlay_promotion{
    position: absolute;
    z-index: 10;
    top: 0;;
    left: 0;
    max-width: 100%;
    height: auto;
}
.overlay_portes_0{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.overlay_portes_1{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}
