﻿.more-product {
    opacity: 1;
    border-radius: 15px;
    border: solid, 10px, white;
    padding: 15px;
    background-color: black;
    display: inline-block;
    color: white;
}

.card-img-more {
    overflow: hidden;
    border-color: black;
    border-radius: 15px;
    margin: 5px;
    max-height: 40vh;
    object-fit: contain;
}

.btn-close {
    margin-top: -10px;
    margin-right: -10px;
}

#carouselmore {
    /*height: 35vh;*/ /* 25% del alto de la ventana */
    overflow: hidden;
    object-fit: cover;
    background-color: transparent;
    width: 100%;
    margin: auto;
}

    #carouselmore .carousel-inner {
        transition: width 0.3s ease;
    }

    #carouselmore .carousel-item {
        /*background: Black;*/
        width: 100%;
    }

    #carouselmore img {
    }