.mb-3{
	margin-bottom: 30px;
}
.logoHeader{
	display: inline-block;
	width:100%; max-width: 250px;
}

/* Products Home */

.project .title{
	position: absolute;
	top:20px; left:20px;
	font-weight: 700; color:#fff; font-size: 1.6em;
}
.project:hover .title{
	display: none;
}

/* Contenidos informativos */

.areaContenidos h2,
.areaContenidos h3,
.areaContenidos h4{
	margin-bottom: 30px;
}
.areaContenidos p{
	text-align: justify;
}

.hr-divider.hr-divider-layout-5.heading-color.hr-divider-1px-border{
	color:#afafaf;
}
label.error{
	color:#f00;
}

.btn{
	border:none;
}
.btn-accent{
	background-color: #ff6700;
}
.btn-accent:hover{
	background-color: #ca5100 !important;
}
.accent-color{
	color: #2b5aa9;
}