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

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

/*contenedor de los cursos*/
.course-container {
	.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;
		}
	}

	.btn-call {
		background-color: #A90C3C;
		color: white;

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

.course-description p{
    font-size: 17px;
    text-align: justify;
}

@media only screen and (max-width: 855px) {
	.course-description img{
		max-width: 100% !important;
	}
}

