
.container{
    
    width: 80%;
    height: 50%;
}
.titulo {
    font-size: 3rem;
    font-family: 'Courier New', Courier, monospace, cursive;
    margin-bottom: 0.1rem;
    text-align: center;
    color: #f9dc50;
}

.subtitulo {
    margin: 0;
    color: #ff2b2b;
    display: inline;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.sabor { 
    color: #d88600;
    margin: 7px 0;
    font-size: 1.5rem;
    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: #ff3e37;
    align-items: center;
}

/*   Estilis de materialize*/
.carousel {
min-height: 600px;
}  

.carousel .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    user-select: none;
    width: 60%;
    height: 80%;
}
.carousel .carousel-item h3 {
    color: #f64aff;
}

.carousel .carousel-item img {
    width: 100% ;
    height: 80%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 1%;
    z-index: -1;
    border-radius: 15px;    
}
.carousel .indiccators .indiccator-item {
    border-radius: 1px;
    transform: rotate(45deg);
    margin: 0 1px;
    background: #fb5f30;
}





