* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

body { 
    min-height: 100vh;
    background-size: cover;
}

.titulo {
    font-size: 50px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    color: rgb(0, 58, 113);
    text-shadow: 0px 0px 20px white;
    font-weight: bold;
    
}

.subtitulo {
    margin: 0;
    color: black;
    display: inline;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: sans-serif;
}

.texto { 
    color: black;
    margin: 7px 10px;
    font-size: 20px;
    font-weight: 600;
    /*font-family: 'Dancing Script', cursive;*/
    margin-top: 0;
    text-align: justify;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Lora', serif;
}

hr{
    border: solid 2px rgb(0, 58, 113);
    width: 450px;
}

/***********************
Estilos de Materialize
***********************/

.carousel {
    min-height: 600px;
    width: 100%;
}

.carousel .carousel-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    background-color: #f3f8fa;
    height: 550px;
    width: 500px;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0px 0px 25px black;
}
/*
.carousel .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;


}
*/

.carousel .carousel-item img{
    width: 150px;
    height: 150px;
    position: relative;
    margin: 10px;
    
    
}

.carousel .indicators .indicator-item{
    width: 15px;
    height: 15px;
    background-color: rgb(2, 92, 151);
}

.lista{
    text-align: left;
    text-decoration: dashed;
}