/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.container a {
	color: #BF0000;
}
.container a:hover {
	color: #5a0000;
}
.bg-cursos {
	background: #5a0000;
	color: #FFF;
}
.bg-cursos-primary {
	background: #E54648;
}
a.btn-primary-cursos {
	color:#FFF;
	background: #5A0000;
}
a.btn-primary-cursos:hover {
	color:#FFF;
	background: #171717;
}
p.card-text {
	text-align: justify
}

a.temario {
	color: #212121;
	text-transform: uppercase;
}
a.temario:hover {
	text-decoration: none;
}

#navbarResponsive{
    font-size: 18px;
    color: white;
}

#mainContainerCourses{
    padding-bottom: 3rem;
    min-height: calc(100vh - 5rem);
    display: flex;
    justify-items: center;
    align-items: center;
}
