
Elbody { 
    min-height: 100vh;
    background-image: linear-gradient(-45deg, #e3ddd9 50%, #36221c 50%);
    font-family: 'Raleway', sans-serif;
}

.tituloc {
    font-size: 40px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
    color: #fff;
}

.subtituloc {
    margin: 0;
    color: #000;
    display: inline;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.saborc { 
    color: #fff;
    margin: 7px 0;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-family: 'Dancing Script', cursive;
    margin-top: 0;
}

.linea-division {
    width: 80%;
    height: 2px;
    background-color: #36221c;
    display: none;
}

.carousel {
    min-height : 200px;
    max-height : 300px;
}
.carousel .carousel-item {
    display : flex;
    flex-direction : column;
    justify-content : center;
    align-items : center;
    user-select : none;
    bbackground : #ccc;
    width : 200px;
    height : 200px;
}

.carousel .carousel-item miimg {
    width : 100%;
    height : 100%;
    object-fit : cover;
    position : absolute;
    top : 0;
    left : 0;
    z-index : -1;
    border-radius: 30px;
}

.carousel .carousel-item iframe {
    width : 100%;
    height : 100%;
    object-fit : cover;
    position : absolute;
    top : 0;
    left : 0;
    z-index : -1;
    border-radius: 30px;
}

.carousel .indicators .indicator-item {
    border-radius: 0;
    transform : rotate(45deg);
    margin : 0 15px;
    background : #36221c;
} .