body {
	font-family: Playfair Display Flex;
	background-color: #fff7f7;
}  
  
header {
	background-size: cover;
	background-position: center;  
}

.bg-primary {
	background: #ff9595 !important;
}

.container {
	color: #ff9595;
}

.mt-5 {
	margin-top: 5rem !important;
}

.proyect {
	margin-top: 5rem !important;
}

.logocac {
	width: 65%;
	position: relative;
	text-align: center;
}

.card {margin-bottom: 20px;  
}  
  
footer {position: relative;bottom: 0;width: 100%;  
}  

.row-f {
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-f {
	flex: 0 0 50%;
    max-width: 50%;
}