﻿body {

    background: black;

}

.DivCarrito {

    width: 90vw;
    max-height:50vh;

}

.DivContainer-tabla-carrito{

    overflow-x:auto;

}

.tabla-carrito{

    font-size: 1.25rem;
    
}

    .tabla-carrito img{

        max-height:100px;

    }

    .tabla-carrito table{

        min-width:700px;
        margin-bottom:0px;

    }

    .tabla-carrito tr {
        text-align: center;
        
    }

    .btn-resaltar {
        font-size: 1.5rem !important;
    }

    .btn-resaltar:hover {
        border: 1px solid white !important;
    }

.container-carousel {
    overflow: hidden;
    object-fit: cover;
    height: 40vh;
}

.carousel-contenedor-img {
    
    width: 100%;
    aspect-ratio: 1562/403;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    position:relative;
}

.carousel-img {

    object-fit: cover;
    width: auto;
    height: 100%;
    /*position: absolute;*/
}

.carousel-control-prev {

    margin-left: 50px;
    justify-content: start;

}

.carousel-control-next {

    justify-content: end;
    margin-right: 50px;

}

.Fondo-Negro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    justify-content:center;
    align-content: center;
    align-items:center;
    text-align:center;
}

