@charset "utf-8";



@media (max-width: 700px) {
	#contenedoranimacion, #contenidodinamico {
		font-size: .875rem;
	}

}
@media (max-width: 500px) {
	#contenedoranimacion, #contenidodinamico {
		font-size: .75rem;
	}
}
#contenedorminiaturas {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	text-align: center;
	width: 110%;
	margin-left: -5%;
}
.miniatura {
	display: inline-block;
	width: 18%;
	height: auto;
	margin-bottom: 1rem;
	margin-left: 1%;
	margin-right: 1%;
	box-sizing: border-box;
	border: 1px solid #F7D3D3;
	cursor: pointer;
}
.relativo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}

.ajustaaltura {
	width: 100%;
	height: auto;
	display: block;
}


.icono {
	position: absolute;
	left:0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 4;
	transition: all .5s ease-in .2s;
}
.relativo:hover .icono {
	transition: all .5s ease-in 0s;
	opacity: 0;
}

@media (max-width: 1200px) {
	.nombreservicio {
		font-size: 1.25rem;
	}
}

@media (max-width: 900px) {
	#contenedorminiaturas {
		margin-top: 2rem;
	}
	.miniatura {
		width: 27%;
	}
}
@media (max-width: 700px) {

	#contenedorminiaturas {
		width: 100%;
		margin-left: 0px;
		margin-top: 1.5rem;
	}
	.miniatura {
		width: 45%;
	}		
}
.animar {
	display: none;
	height: 0px;
	overflow: hidden;	
	clear: both;
	transition: height .5s ease-in 0s;
	margin-bottom: 3rem;
	background-color: #F7F1F1;
	}
.animar div {
	overflow: hidden;
}