@charset "utf-8";
.contador{font-size: 14px; font-weight: 700; color: #C1BABA; line-height: 17px; padding: 0; margin: auto;}
.seminario {
    background-color: #ffffff;
}
.home .card {
    padding: 0;
    margin: 15px 5px;
    cursor: pointer;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(130,130,130,0.2); 
    -moz-box-shadow: 1px 1px 10px 0px rgba(130,130,130,0.2); 
    box-shadow: 1px 1px 10px 0px rgba(130,130,130,0.2);     
}
.home .card, .home .card .card-img-top {
    transition: 0.25s;
    border-radius: 15px;
}
.home .card .card-img-top {
    margin: auto;
    max-height: 300px;
}
.home .card:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(130,130,130,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(130,130,130,0.4);
    box-shadow: 0px 0px 10px 0px rgba(130,130,130,0.4);   
}
.home .card:hover img {
    filter: brightness(105%);
}
.home .card-body {
    padding: 15px 18px;
}
.home .card-text {
    font-size: 18px;
    font-weight: 500;
    color: #0D6EFD;
    line-height: 23px;
}
.home .card-biodata {
    margin: 8px auto;
    font-size: 15px;
    font-weight: 500;
    color: #787878;
    line-height: 18px;
}
.home .card-fecha {
    margin: 8px auto;
    font-size: 14px;
    font-weight: 400;
    color: #806400;
}
.home .card-link {
    margin: 8px auto;
    font-size: 13px;
    font-weight: 500;
    color: #002580;
}
.home .card-footer {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;    
    padding: 12px 18px;
}
.footer2 {
    margin-top: 90px;
    min-height: 300px;
    background-color: #f9f9f9;
}
.footer-muted2 {
    font-size: 13px;
    font-weight: 400;
    color: #979797;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 5px !important;
    margin-top: 200px;
}
/* WEBINAR SECC */
.webinar-secc .card {
    margin: 50px 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(130,130,130,0.2); 
    -moz-box-shadow: 1px 1px 10px 0px rgba(130,130,130,0.2); 
    box-shadow: 1px 1px 10px 0px rgba(130,130,130,0.2);       
}

/* LG */
@media (max-width: 991.98px) {
.img-top {
    min-height: 160px;
	background-size:contain;
}
}
/* MD */
@media (max-width: 767.98px) { 
	
	
}