.carousel-item {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
}

.image-contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.image-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-custom1 {
    background-size: 60%;
}

@media(max-width: 600px) {
    .carousel-item {
        height: 200px;
    }
}


/************************ Seccion de Graco 390 PC ***********************/

* {
    font-family: 'Roboto', sans-serif;
}

.card {
    top: 10px;
}

.card-body {
    display: flex;
}

.leftSide,
.rigthSide {
    width: 50%;
    display: flex;
}

.imageSmallContainer {
    width: 30%;
}

.imageSmallContainer img {
    width: 60%;
    cursor: pointer;
    margin: 5px 5px;
    display: block;
}

.imageContainer img {
    height: 460px;
}

.detailsProduct {
    padding-left: 100px;
}

.title {
    font-size: 50px;
    font-weight: bold;
}

.rigthSide {
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.text {
    font-family: 'Shippori Antique', sans-serif;
}

.precio {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: x-large;
    color: red;
}

.bx {
    display: block;
    padding: 8px;
}

.bx>span {
    font-size: large;
}

.button {
    margin-top: 20px;
    bottom: 0;
}

.button button {
    width: 90%;
}

.page-footer {
    margin-top: 20px;
}