.image-container {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* Color del sombreado */
}

@media screen and (min-width: 320px) and (max-width: 759px) {
    .contenedor-box {
        bottom: 0.5% !important;
        left: 0px !important;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
    }

    .contenedor-box .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .contenedor-agenda .figcaption {
        padding-bottom: 36px !important;
    }
}

@media (max-width: 992px) {
    #HeroSearch {
        padding: 0rem !important;
    }



    @media screen and (min-width: 420px) and (max-width: 440px) {


        .image-container {
            height: 449.6px !important;
        }

        .image-container img {
            height: 449.6px !important;
        }
    }

    @media screen and (min-width: 320px) and (max-width: 377px) {


        .image-container {
            height: 265.6px !important;
        }

        .image-container img {
            height: 265.6px !important;
        }

    }
}