﻿/** ***************************************
    REALZIADOS
*******************************************/

#carouselAgenda .carousel-item {
    font-family: 'objectsans-regular', sans-serif;
}


#carouselAgenda .carousel-control-next,
#carouselAgenda .carousel-control-prev {
    width: 5%;
}

#carouselAgenda .carousel-caption {
    position: absolute;
    right: auto;
    left: 5%;
    bottom: .1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    font-size: 11pt;
    width: 30%;
    height: 100%;
    /* background: red; */
    align-content: center;
}

#carouselAgenda a:not(.btn-parcial-round) {
    color: #6987FF;
    margin-right: 20px;
    text-decoration: none;
    font-family: 'objectsans-regular', sans-serif !important;
}

    #carouselAgenda a:not(.btn-parcial-round):hover {
        color: #FFF;
        cursor: pointer;
    }





/** ***************************************
    REALZIADOS
*******************************************/


.gallery-card {
    height: auto;
    max-height: 600px;
    border: none !important;
    background: transparent;
}

    .gallery-card .img-thumbnail {
        height: 150px;
        width: 150px;
    }

    .gallery-card .card-sub {
        color: #DF9273;
        font-family: 'objectsans-heavy', sans-serif !important;
    }


.cardEventosRealizados {
    height: 380px;
    background-size: cover !important;
    border-radius: 30px 30px 30px 0;
    padding: 180px 20px 25px 20px;
    margin-bottom: 20px;
}


    .cardEventosRealizados:hover {
        cursor: pointer;
    }

    .cardEventosRealizados .card-body {
        align-content: flex-end;
    }

        .cardEventosRealizados .card-body .card-title {
            color: #fff;
            font-family: 'objectsans-heavy', sans-serif !important;
        }

        .cardEventosRealizados .card-body a {
            color: #c05c7e;
            text-decoration: none;
            pointer-events: none;
            font-family: 'objectsans-regular', sans-serif !important;
        }

.modal-evento-realizado .modal-body  {
    background-image: url("/assets/imagenes/generales/csp-fondo-general.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1200px) {
    #carouselAgenda img {
        height: 400px;
    }
}
