.marca{
    border-radius: 10%;
}
.logoJA{
    opacity: 80%;
    border-radius: 20%;
}
.space{
    padding-left: 0.4em;
    margin: 6px;
}
.pie_pagina{
    background-color: #03274b !important;
}

.pie_pagina .color-text {
    color:rgb(4, 4, 185);
}
.negrita{
    color:rgb(1, 1, 29);
}
.flake{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
#fondo {
	background-image: url(../img/gallery-img-03.jpg);
	border-radius: 10%;
	padding: 200 200;
	width: 600px;
	height: 400px;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#fondo:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10%;
	background-color: rgba(0,0,0,0.6);
}
#fondo h1 {
	padding:4px;
	text-align: center;
	font-size: 25px;
	color: #f7d9d9fb;
	position: relative
}