    #rt-header {
	margin-bottom: 15px;
    }
    .fp-showcase.rt-block {
    height: 250px !important;
    }
	/* Para poner texto a pies de foto */
	.caption {
	padding: 0;
	width: 100%;
	position: relative;
	}
	.caption img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	border: 0;
	}
	.caption::before {
	content: attr(title);
	position: absolute;
	background: #EAF200; /* Color de fondo */
	background: rgba(234, 242, 0, 0.6); /* Color de fondo en RGBA */
	color: #000; /* Color del texto */
	font-size: 14px; /* Tamaño del texto */
	padding: 5px;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 1;
	}
	/* -->FIN: Para poner texto a pies de foto */