@import url("carrusel2.css");
* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

body { 
    /*min-height: 100vh;*/
    /*background-image: linear-gradient(-45deg, #e3ddd9 50%, #36221c 50%);*/
/*	background: #1e4356;*/
   /* font-family: 'Raleway', sans-serif;*/
}

/*.titulo {
    font-size: 48px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
    color: #fff;
}

.subtitulo {
    margin: 0;
    color: #0f0;
    display: inline;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.sabor { 
    color: #fff;
    margin: 7px 0;
    font-size: 30px;
    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;
}*/
/*Estilos de Luisa a Materialize*/
.carousel {
	min-height: 300px;
}
.carousel .carousel-item1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
	width: 400px;
	height: 300px;
}
.carousel .carousel-item1 .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	
}
.carousel.center-align .carousel-item1 img {
    border-radius: 29px;
}
.row .col-lg-8.d-flex.flex-column.justify-content-center.p-5 #carouselExampleIndicators1 {
    background-color: #FFFFFF;
}
#carouselExampleIndicators1 .carousel-inner .carousel-item.active {
    background-color: #F9F9F9;
}
#carouselExampleIndicators1 .carousel-inner .carousel-item {
    border-radius: 20px;
    background-color: #FBFBFB;
}
