.nav-link{
	font-family: 'Poiret One', cursive;
	font-size: 25px;
}

.modal-body{
	text-align: justify;
}

span{
	font-weight: bold;
}

.footer{
	font-family: 'Raleway', sans-serif;
}

.footer-copyright{

	padding-bottom: 20px;
	font-size: 13px;
}

hr{
	padding-bottom: 24px;
}

h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: bold;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.modal{
	font-family: 'Open Sans', sans-serif;
}

.uno{
	/*background: #B39DDB;*/
	margin-bottom: 25px;
}

.dos{
	/*background: #FF8A80;*/
	margin-bottom: 15px;
}

.tres{
	/*background: #80CBC4;*/
	margin-bottom: 15px;
}

hr{
	margin-bottom: 0px;
}

tr{
	text-align: center;
}

.modal-dialog{
    overflow-y: initial !important
}

footer{
	background-color: #B0BEC5;
}

.mt-3{
	padding-top: 30px;
}

.negro{
	width: 20px;
	height: 20px;
	background-color: #000000;
}

.rojo{
	width: 20px;
	height: 20px;
	background: #D50000;
}

.azul{
	width: 20px;
	height: 20px;
	background: #01579B;
}

.verde{
	width: 20px;
	height: 20px;
	background: #4CAF50;
}

.violeta{
	width: 20px;
	height: 20px;
	background: #673AB7;
}