/*Estilos Galeria*/
section.galerias{
	background-color: #333;

}

.galeria{
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li{
	margin: 5px;
}

.galeria img{
width: 320px;
height: auto;
margin-bottom: 15px;
border: solid 1px #ddd;
}

/*Estilos Modal*/
.modal{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.modal-body{
	background-color: rgba(0, 0, 0, 1);
}

.modal-body h2{
	color: #fff;
	 font-weight: 700;
	 font-size: 24px;
	 align-content: center;
	 text-align:center;
}


.carousel-inner{
	display: flex;
	
}



.carousel-item img{
	width: 70%;
	display: block;
	
	box-sizing: border-box;
	max-width: 100%;



}




