.main-title, .main-title p {
	color: #333333;
	font-size: 42px;
}

.main-title strong, .main-title p strong {
	color: #e67e22;
	font-weight: normal;
}

.project-overlay h4 {
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#cboxTitle {
	bottom: 28px;
	color: #ffffff;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0;
}

.templatemo-top-menu {
	z-index: 1 !important;
}

.modal-body {
	font-size: 15px;
}

.navbar-brand {
	display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	z-index: 9999;
	color: #333333;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #333333;
}

.navbar-default .navbar-brand {
	color: #333333;
}

.fentecamp-titulo {
	transition-duration: 0.5s;
	font-size: 16px;
}

/*.oculto {
	font-size: 16px;
}*/

.menu-lista {
	transition-duration: 0.5s;
	margin-bottom: 10px;
}

.margen {
	margin-top: 40px;
}

.templatemo-top-menu {
	height: 158px;
}

.templatemo-top-menu.fix {
	transition-duration: 0.5s;
	height: 110px;
}

.templatemo-top-bar {
	transition-duration: 0.5s;
}

.templatemo-top-menu .navbar-brand {
  padding: 0;
  margin: 10px 0 0 0;
}

#templatemo-carousel {
	z-index: 0;
	width: 100%;
	transition-duration: 0s;
}

.mt-5 {
	margin-top: 40px;
}

.mb-5 {
	margin-bottom: 40px;
}

.footer-icono {
	float: left;
}

.big-button {
	font-size: 20px;
}

@media (min-width: 992px) {
	.modal-lg {
    width: 900px;
	}
}

