.section__filtro {
    background-image: url("/images/foto-living.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 55%;
    width: 100%;
    height: 100%;
    color: white;
    padding: 50px 0;
    position: relative;
}

.section__filtro:after{
    background-color: black;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .6;
    top: 0;
    z-index: 1;
}


.section__filtro h1 {
     font-weight: bold;
     z-index: 2;
     position: relative;
 }
.section__filtro h2 {
    position: relative;
    z-index: 2;
}

.filters {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.filters button {
    background-color: #5bc0de;
    position: relative;
    top: 13px;
    width: 100px;
    height: 44px;
    transition: all 300ms linear;
}

.filters select {
    width: 170px;
    height: 41px;
    color: black;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.filters button:hover {
    opacity: .6;
    color: white;
}
