@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.swiper-container {
    position: relative;
    height: 100%;
}


.slide:before {
    content: "";
    background-color: black;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    background-attachment: local;
}

.titulos {
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: center;
}

.swiper-container .titulos h1 {
    font-weight: bold;
    font-size: 40px;
}
.titulos h2 {
    color: #0a721c;
}

.filtros {
}


.filtros a {
    font-weight: bold;
    color: #0a721c;
    display: inline-block;
    width: 180px;
    margin: 10px 10px;
    height: 50px;
    border-radius: 5px;
    padding: 11px 0;
    font-size: 1rem;
    transition: background-color linear 300ms;
    border: 2px solid #0a721c;
}

/*.filtros a:hover {*/
/*    text-decoration: none;*/
/*    background-color: #ffffff;*/
/*    color: black;*/
/*    opacity: .9;*/
/*    border: 1px solid #000000;*/
/*}*/

.clicked {
    color: white !important;
    background-color: #0a721c !important;
    text-decoration: none;
}

.filtros select {
    width: 220px;
    height: 41px;
    color: black;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.filtros button {
    background-color: #0a721c;
    width: 52px;
    height: 43px;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}

.filtros button i {
    color: white;
}

.no-display {

    display: none;

}

.texto {

    position: relative;

    top: 19%;

    text-align: center;

    color: white;

    font-family: 'Roboto', sans-serif;

}

@media screen and (max-width: 1329px) {
    .titulos {
        top: 38%;
    }
    .titulos h2 {
        top: 0;
    }


}
@media screen and (max-width: 792px) {
    .swiper-container .filtros {
        top: 50%;
    }
    .swiper-container .texto {
        top: 30%;
    }
}
@media screen and (max-width: 701px) {
    .swiper-container .filtros {
        top: 55%;
    }
}
@media screen and (max-width: 532px) {
    .swiper-container .filtros {
        top: 60%;
    }

    .swiper-slide {
        height: 850px;
    }
}

@media screen and (max-width: 431px) {
    .filtros button {
        display: block;
        position: relative;
        left: 50%;
        width: 220px;
        transform: translateX(-50%);
    }
}
