*{
    margin: 0px;
    padding: 0px;
}
.mid-content{
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    background-color: #41242A;
    
}

.opt input{
    height: 100%;
}
#submit, .trash a{
    background-color: black;
    color: white;
    border: 0px;
}
.option{
    display: flex;
}
.option div{
    text-align: center;
}
.filt-content{
    color: white;
}
.trash{
    background-color: white;
    height: 100%;
}
.filt:hover{
    background-color: black;
}
.filt:hover > a {
    color: white;
}

.princ{
    background-color: black;
}
.princ a{
    color: white;
}
.wh{
    color: white;
}


.productos-container div{
    display: inline-block;
    background-color: #523432;
    color: white;
}
.cont p{
    background-color: #523432;
    color: white;
}
.productos-container div:hover{
    background-color: lightgray;
}

.productos-container p{
    margin: 0px;
    text-align: center;
}

a p{
    border: 1px solid black;
    background-color: white;
}

a img{
    text-align: center;
}

#btnsubmit{
    background-color: black; 
    transition: background-color 3s linear infinite; 
    border: none; 
    padding: 10px 20px; 
    color: #fff;
    cursor: pointer;
}

.change-page{
    display: flex;
    margin: 0 auto 0.5vw auto;
}

.mid-content{
    position: relative;
}
a{
    text-decoration: none;
    color: black;
}

.change-container{
    align-self: flex-end; 
    color:white
}
.change-container i{
    color: white;
}
.deactivate{
    color: black;
}
#btnsubmit:focus{
    background-color: lightgrey; 
    transition: background-color 3s linear infinite;
}
.background{
    background-color: black;
    position: relative;
}
.background a{
    color: white;
}
@media screen and (min-width: 1450px) {

    .option div{
        width: 725px;
        padding: 20px;
    }
    .filt-content{
        margin-top: 20px;
    }
    .filt-content form{
        margin-left: 60px;
    }
    .filt-content p{
        margin-left: 60px;
    }
    .filter-search{
        width: 725px;
    }
    .opt{
        width: 50%;
    }
    .opt input{
        width: 100%;
    }
    #sub{
        margin-left: 10px;
    }
    #submit{
        width: 50%;
    }
    .option a{
        height: 100%;
        height: 100px;
    }

    a img{
        width: 590px;
        height: 450px;
    }
    form{
        display: flex;
        text-align: center;
    }

    #a{
        display: flex;
    }
    .opt{
        display: flex;
        height: 55px;
    }

    .inpte{
        width: 85%;
        height: 100%;
    }
    .trash{
        margin-left: 10px;
    }
    .trash a{
        width: 40px;
        border: 1px lightgrey;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnsubmit{
        width:  37.5%;
        height: 55px;
    }
    #clear{
        height: 55px;
    }
    
    .productos-container div{
        width: 590px;
        margin: 10px 60px 29px 60px;
    }
    .productos-container{
        padding-top: 25px;
        padding-left: 14.5px;
        padding: 0px 0px 50px 0px;
    }

    section{
        text-align: center;
        padding:  100px 0px 100px 0px;
    }
    .change-page div{
        padding: 10px;
    }
}

@media screen and (min-width: 830px) and (max-width: 1449px) {

    .option div{
        width: 725px;
        padding: 20px;
    }
    .filt-content form{
        margin-left: 4.13vw;
    }
    .filt-content p{
        margin-left: 4.13vw;
    }
    .filter-search{
        width: 725px;
    }
    .filt-content{
        margin-top: 20px;
    }
    .opt{
        width: 50%;
    }
    .opt input{
        width: 100%;
    }
    #sub{
        margin-left: 10px;
    }
    #submit{
        width: 50%;
    }
    .option a{
        height: 100%;
        height: 100px;
    }

    a img{
        width: 40vw;
        height: 31.03vw;
    }
    form{
        display: flex;
        text-align: center;
    }

    #a{
        display: flex;
    }
    .opt{
        display: flex;
        height: 55px;
    }

    .inpte{
        width: 85%;
        height: 100%;
    }
    .trash{
        margin-left: 10px;
    }
    .trash a{
        width: 40px;
        border: 1px lightgrey;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnsubmit{
        width:  37.5%;
        height: 55px;
    }
    #clear{
        height: 55px;
    }
    
    .productos-container div{
        width: 40vw;
        margin: .68vw 4.13vw 2vw 4.13vw;
    }
    .productos-container{
        padding-top:1.72vw;
        padding-left: 1vw;
        padding: 0px 0px 3.44vw 0px;
    }

    section{
        text-align: center;
        padding:  100px 0px 100px 0px;
    }
    .change-page div{
        padding: 10px;
    }
}

@media screen and (max-width: 829px) {
    .option div{
        width: 50%;
        padding: 5vw;
    }

    .option a{
        height: 100%;
        height: 6.89vw;
    }

    .mid-content{
        padding-top: 70px;
    }
    .filter-search{
        text-align: center;
        padding: 20px;
    }
    .filt{
        padding: 15px 5px 15px 5px;
        width: 100%;
        height: 100%;
    }
    .inpte{
        width: 100%;
    }
    .opt{
        width: 100%;
        height: 55px;
        margin-bottom: 20px;
        display: flex;
    }
    #submit{
        width: 80%;
    }
    .trash{
        margin-left: 5px;
        width: 20%;
    }
    .trash a{
        width: 40px;
        border: 1px lightgrey;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnsubmit{
        width: 75%;
        height: 55px;
    }
    #clear{
        width: 100%;
        height: 55px;
    }
    #clear i{
        width: 25%;
        width: 55px;

    }
    .change-page{
        padding: .68vw;
        padding-left: 42%;
        padding-right: 42%;
    }

    section{
        text-align: center;
        padding:  6.88vw 0px 6.88vw 0px;
    }

    .productos-container div{
        margin: auto;
        text-align: center;
        width: 80vw;
        margin: 1vw 4.13vw 7vw 4.13vw;
    }
    .productos-container{
        padding-top: 1.72vw;
        padding-left: 1vw;
        padding: 13.79vw 0px 11.72vw 0px;
    }
    .p-b{
        width: 80vw;
    }
    .productos-container{
        display: grid;
        place-items: center; 
    }
    .change-page div{
        padding: 1vw;
    }   
}