@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#galeria01 .row{
	margin-top: 50px !important;
	
}

#galeria01 .col-lg-4{
	margin: 0 !important;
	padding: 25px;
	border-radius: 0 !important;
}
#galeria01 img {
	width: 100%;
	height: 250px;
	border-radius: 0 !important;
}
#galeria02 .col-xs-12{
	margin: 0 !important;
	padding: 5px;
	border-radius: 0 !important;
}
#galeria02 img {
	width: 100%;
	height: auto;
	border-radius: 0 !important;
	
}
#galeria02 h2 {
	margin-top: 60px !important;
	padding: 5px;
	border-radius: 0 !important;
}
#galeria03 .col-xs-12{
	margin-top: 5px !important;
	padding: 5px;
	border-radius: 0 !important;
}
#galeria03 img {
	width: 100%;
	border-radius: 0 !important;
	
}
#galeria03 h2 {
	margin-top: 60px !important;
	padding: 5px;
	border-radius: 0 !important;
}

#galeria04 .container{
	margin-top: 10%;
}
#galeria04 .container .card{
	position: relative;
	overflow: hidden;
}
#galeria04 .container .card::before{
	position: absolute;
	content: '';
	width: 80%;
	height: 220%;
	background: rgba(235,53, 131,0.7);
	top: -50%;
	left: -100%;
	z-index: 1;
	transform: rotate(25deg);
	transform-origin: center top 0;
	transition: .5s;
}
#galeria04 .container .card:hover:before{
	left: 10%;
}
#galeria04 .container .card img{
	width: 100%;
	height: auto;
}
#galeria04 .container .card-text{
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: -100%;
	color: #fff;
	left: 0;
	z-index: 2;
	transition: 1.1s;
}
#galeria04 .container .card-text h3{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#galeria04 .container .card:hover .card-text h3{
	top: 80px;
}

#galeria05 .col-xs-12{
	margin: 0 !important;
	padding: 5px;
	border-radius: 0 !important;
}
#galeria05 img {
	width: 100%;
	height: auto;
	border-radius: 0 !important;
	
}
#galeria05 h2 {
	margin-top: 60px !important;
	padding: 5px;
	border-radius: 0 !important;
}

.gallery{
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}
.gallery .image {
	display: inline-block;
	width: 29%;
	margin: 10px 20px;
	position: relative;
}
.gallery img {
	width: 100%;
	vertical-align: top;
}
.gallery .image .overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	padding: 10px;
	transition: 1s all ease;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.gallery .image .overlay p {
	font-weight: normal;
	color:#fff;
	margin-top: 50%;
	line-height: 22px;
}
.gallery .image:hover .overlay {
	opacity: 1;
}

@media screen and (max-width: 1000px){
	.gallery .image {
		width: 27%;
	}
	.gallery .image .overlay p {
		margin-top: 0;
		font-size: 12px;
	}
}

@media screen and (max-width: 800px){
	.gallery .image {
		width: 42%;
	}
	.gallery .image .overlay p {
		margin-top: 10%;
		font-size: 16px;
	}
}

@media screen and (max-width: 576px){
	.gallery .image {
		width: 90%;
	}
	.gallery .image .overlay p {
		margin-top: 10%;
		font-size: 25px;
		line-height: 35px;
		text-align: center;
	}
}
#galeria10 .row{
	margin-top: 50px !important;
	
}

#galeria10 .col-lg-4{
	margin: 0 !important;
	padding: 25px;
	border-radius: 0 !important;
}
#galeria10 img {
	width: 100%;
	height: auto;
	border-radius: 0 !important;
}

#galeria10 .card .image {
	
	position: relative;
}

#galeria10 .card .card-img-overlay {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	padding: 10px;
	transition: 0.5s all ease;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 0 !important;
}
#galeria10 .card .card-img-overlay h1 {
	font-weight: normal;
	color:#fff;
	margin-top: 99%;
	line-height: 22px;
}
#galeria10 .card .card-img-overlay h2 {
	font-weight: normal;
	color:#fff;
	margin-top: 10%;
	line-height: 22px;
}
#galeria10 .card:hover .card-img-overlay {
	opacity: 1;
}

