.custom-container {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.btn-custom {
    margin-top: 10px;
}

.carousel-caption h5, 
.carousel-caption p {
    -webkit-text-stroke: 0.2px black; /* Para navegadores basados en WebKit */
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

