

.about-recepcion {
	background: url(../../../../images/about-recepcion.jpg) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 250px;
}

.about-direccion-de-culto {
	background: url(../../../../images/about-direccion-de-culto.jpg) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 250px;
}

/******************************************* miniaturas ****************/	
.miniaturas.title {
	float:left;
	display:block;
	margin-right:10px;
	padding:0px;
	margin-left:-100px;
	}
	.title img {
		width:58px;
		height:58px;
		padding:5px;
		}

.miniatura {
	float:left;
	display:block;
	margin-top:8px;
	margin-right:5px;
	margin-bottom:2px;
	margin-left:5px;
	border:7px solid #fff;
	background:#fff;
	-moz-box-shadow:1px 1px 3px #ccc;
	-webkit-box-shadow:1px 1px 3px #ccc;
	-box-shadow:1px 1px 3px #ddd;
}
.miniatura:hover { border:7px solid #d4d8de; }

.miniatura.templo, .miniatura.postal  {
	width:200px;
	height:135px;
	margin-top:8px;
	margin-right:9px;
	margin-bottom:9px;
	margin-left:8px;
	}
	.miniatura.templohome  {
		width:247px;
		height:150px;
		margin:0px;
		margin-bottom:10px;
		}
	.miniatura.templosearch  {
		width:300px;
		height:150px;
		margin:0px;
		margin-right:20px;
		}
	
.miniatura.postal-single {
		width:250px;
		height:167px;
		margin:0px 20px 20px 0px;
	}



/******************************************* templos ****************/

.galeria-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	padding: 8px;
	justify-content: center; /* centra las columnas sobrantes */
}

.galeria-grid .minitemplo {
	position: relative;
	width: 100%;
	max-width: 310px;
	aspect-ratio: 310 / 150;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	overflow: hidden;
	cursor: zoom-in;
	transition: transform 0.3s ease;
	margin: 0 auto;
}

.galeria-grid .minitemplo:hover { transform: scale(1.05); }

.galeria-grid p { text-align: center; margin-top: 5px; }


.hometemplo {
	position: relative;
	width: 100%;
	max-width: 310px;
	aspect-ratio: 310 / 150;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	overflow: hidden;
	cursor: zoom-in;
	transition: transform 0.3s ease;
	margin: 0 auto;
}

.single-templo {
	display: block;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: var(--alfa);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	aspect-ratio: 950 / 700;
}

/* Fallback para navegadores que NO soportan aspect-ratio */
@supports not (aspect-ratio: 1/1) {
	.single-templo::before{
		content: "";
		display: block;
		padding-top: calc(700 / 950 * 100%);
	}
	.single-templo{
		height: 0;
		overflow: visible;
	}
}

.datos {
	position: absolute;
	top: 15px;
	right: 15px;
	max-width: 300px;
	max-width: 65%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	color: #fff;
	transition: background 0.3s ease;
}

.datos:hover { background: rgba(0, 0, 0, 0.8); }

.datos p {
	color: var(--blanco);
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}


/******************************************* respuestas ****************/
#lista {
	float:right;
}
	select#lista {
		background:#00a2dc;
		height:30px;
		width:200px;
		margin:5px 0px 10px 0px;
		font-size:13px;
		color:#FFFFFF;
		border:1px solid #044465;
	}
	
/******************************************* cena ****************/
.cenapie h2 { margin:-5px 0px 5px 0px; }

.cenapie ul { list-style:none; margin:0px; }

	.cenapie li {
		float: left;
		padding: 0px;
		margin: 0px;
		width:100%;
		font-size:14px;
		line-height:21px;
	}
	.cenapie li a { color: #00a2dc; }
	.cenapie li a:hover { color: #eb5b25; }

a.coro {
	width:196px;
	height:250px;
	background:#fff url(../images/coro.jpg) no-repeat center center;
	display:block;
	padding:7px;
	border:1px solid #ccc;
	-moz-box-shadow:1px 1px 3px #ccc;
	-webkit-box-shadow:1px 1px 3px #ccc;
	-box-shadow:1px 1px 3px #ddd;
}

.logo-cena	{ 
	float:left;
	width:323px;
	height:212px;
	margin:0px 15px 0px 0px;
	background: url(../images/logo-cena.png) no-repeat center center;
	}

/******************************************* consejos ****************/
span.verso {
	font-size:12px;
	font-style:oblique; 
	color:#999;
	}
span.verso a {
	color:#666; 
	}

.minibanner-consejos {
	background: url(../images/consejos.png) no-repeat top center;
	width:200px;
	height:95px;
	margin-top:8px;
	}

.minibanner-luden {
	background-color:#fff;
	width:300px;
	height:200px;
	margin-top:31px;
	margin-left:35px;
	display:block;
	padding:7px;
	border:1px solid #ccc;
	-moz-box-shadow:1px 1px 3px #ccc;
	-webkit-box-shadow:1px 1px 3px #ccc;
	-box-shadow:1px 1px 3px #ddd;
	}

.ac-container {
	display:block;
	float:right;
	width:640px;
	margin-top:8px;
	margin-bottom:8px;
	}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #666;
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	border:1px solid #ccc;
	}
.ac-container label:hover {
	background: #8cc63f;
	color:#fff;
	}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #eb5b25;
	color: #fff;
	border:1px solid #ccc;
	}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
	}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
	}
.ac-container input{
	display: none;
	}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	}
.ac-container p {
	margin-top:10px;
	margin-bottom:10px;
	}
.ac-container input:checked ~ article{
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
	}
.ac-container input:checked ~ article.ac-large{
	padding:8px 20px 7px 20px;
	margin-left:1px;
	width:598px;
	height: 100%;
	}