* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

body { 
    min-height: 100vh;
    background-image: url(../img/fondo2.jpg);
    /* background-repeat: no-repeat; */
    background-attachment: fixed;
    /* font-family: 'Raleway', sans-serif; */
}

.titulo {
    font-size: 40px;
    font-family: verdana;
    margin-bottom: 40px;
    color: rgb(0, 0, 0);
}

.subtitulo {
    margin: 0;
    color: #000;
    display: inline;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.sabor { 
    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;
    
}

/* .center-align{
    font-family:Courier New;
    color: #fff
} */


/* estilos de materialize */

.carousel {
    min-height: 500px;
}

.carousel .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 500px;
    height: 500px;
}

.carousel .carousel-item img {
    width: 300%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}

.carousel .indicators .indicator-item {
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 15;
    background: rgb(0, 0, 0);
}

.navbar .ul li{
    margin-top: 100spx;
}

