body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Catamaran', sans-serif;
}

.text-justify {
	text-align: justify;
}

#intro {
	background: #4e7cd9;
	background: -moz-linear-gradient(45deg,  #4e7cd9 0%, #05abe0 100%);
	background: -webkit-linear-gradient(45deg,  #4e7cd9 0%,#05abe0 100%);
	background: linear-gradient(45deg,  #4e7cd9 0%,#05abe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7cd9', endColorstr='#05abe0',GradientType=1 );
	border-radius: 0 0 0 64%;
	box-shadow: inset 0px -50px 0px White, inset 0px -1px 0px White, 0px 1px 0px White;
}

#intro nav a {
	color: White;
	box-shadow: 0 3px 0px #d7db07;
}

#intro nav a:hover {
	color: #f4f4f4;
	box-shadow: 0 3px 0 #4e7cd9;
}

#intro ul li a {
	color: White;
	text-decoration: none;
}

#intro ul li a:hover {
	text-decoration: underline;
}

#intro .text-decoration-none:hover {
	text-decoration: underline !important;
}

#empresa {
	background-image: url(../images/equipo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media (max-width: 575.98px) {
	#intro {border-radius: 0}
	#empresa .rounded-pill {border-radius: 1rem !important; padding: 1rem}
}
