.swiper {
    width: 100%;
    padding-bottom: 50px;
    /*
    height: 300px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

}

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

}

.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: 400px;
}

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

.prodimagen h2 {
    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%;
    color: white;
    padding-left: 18px;
    padding-right: 18px;

}

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

.swiper-slide button {
    font-size: 25px;
    font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ff9200;
}

.swiper-pagination-bullet-active {
    background-color: #ff9200;
    opacity: 1;

}

@media (max-width: 767px) {
    .swiper-slide {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
}
