.banner13 {
    background-size: cover;
    background-position: center;
    padding: 30px;
    height: 600px;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
}

.titulocategori {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -20px;
    position: absolute;
    z-index: 99;
}

.titulocategori h2 {

    padding: 10px;
    color: white;
    font-size: 35px;
}

.resientes {
    margin-top: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.resientes h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 40px;
    line-height: 38px !important;
}

.resientes text {
    font-size: 65px;
    font-family: caveat;
}

.contencatpader {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.contenedorres {
    width: 100%;
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.prodpadre {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin: 10px;

}

.prodtitilo {
    display: flex;
    justify-content: flex-end;
}

.prodtitilo h3 {
    /* position: relative; */
    /* z-index: 30; */
    font-family: monserrat;
    color: #423838;
    display: flex;
    width: auto;
    padding: 10px;
    border: 1px solid #423838;
    border-radius: 20px;
    font-size: 15px;
}

.prodimagen {
    width: 100%;
    border-radius: 20px;
    height: 420px;
}

.prodimagen img {
    object-fit: cover;
    width: 100%;
    margin-top: -40px;
    height: 300px;
}

.prodimagen h2 {
    text-align: center;
    font-family: monserrat;
    color: white;
    font-size: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prodprecio {
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.prodprecio p {
    font-size: 25px;
    margin-right: 10px;
    color: #423838;
    margin-bottom: 0px !important;
}


.botnadd1 {
    border-radius: 50% !important;
    color: white;
    padding-left: 18px;
    padding-right: 18px;

}

.botnadd1 p {
    color: white;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

@media (max-width: 767px) {
     .banner13 {
        height: 400px;
     }
    .contenedorres {
        width: 100%;
        justify-content: center;
    }

    .resientes h2 {
        font-size: 30px;
    }

    .resientes text {
        font-size: 45px;
    }

    .contencatpader {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}
