/*estilos generales de la pagina de catalogo de eventos*/
body {
    font-family: Montserrat !important;
}

/*ajuste al banner*/
.sticky-wrapper {
    background-color: #34151f;
}

.return-btn {
    width: 120px;
    margin-left: 0;
    margin-right: auto;
    color: black;
}

/*contenedor de los eventos*/
.horario-container {
    color: #a98821;
}

.contact-container {
    font-size: 18px;
    font-weight: 400;
}

.contact-btn-container .btn-mail {
    background-color: #78829d1a;

    a {
        text-decoration: none;
        color: inherit;
    }
}

.contact-btn-container .btn-call {
    background-color: #a90c3c;
    color: white;

    a {
        text-decoration: none;
        color: inherit;
    }
}

/*detalle de los cursos*/
.event-detail {
    font-size: 20px;
}

.contact-name {
    size: 20px;
    font-weight: 400;
}

.card-events-render {
    width: auto;
    height: 57px;
    margin-right: 20px;
}
.padding-body-render{
    padding: 10px 10px 10px 0px;
}
.card-events {
    width: 420px;
    margin-right: 20px;
}
.events-details{
    color: #383838;
}
.event-text-color{
    color: #AB0A3D;
}
.card-events .card-body {
    padding: 10px !important;
    font-weight: 600;
    font-size: 15px;
}

.price-style {
    width: 100%;
    color: #071437;
    background-color: white;
    border: none;
    scroll-snap-type: none;
    font-size: 15px;
    font-weight: 600;
    resize: none;
}

.fw-bold{
    font-size: 15px;
}

.content-price {
    display: flex;
    align-items: center;
  }

.divImgIcon {
flex: 0 0 auto;
padding-right: 10px;
}

.divTextPrice {
flex: 1;
}
/*
 * Fin del detalle de los cursos
 */


@media only screen and (max-width: 855px) {
	.site-navbar-target{
        display: none;
    }
}
