


#seccion-1{
	background: url(../fondos/toluca.jpg)fixed;
	background-size: 100% 95%;
	}

#seccion-2{
	background: url(../fondos/toluca2.jpg)fixed;
	background-size:100% 95%;
	
}

#seccion-3{
	background: url(../fondos/capilla.jpg)fixed;
	background-size: 100% 100%;
}

#seccion-4{
	background: url(../fondos/toluca3.jpg)fixed;
	background-size: 100% 100%;
}


.fondo-tur{
	background: rgba(18,17,17,.7);
	//height: 100vh;
	
}

.ftol{
	margin: 0 10px;
}

.contenidoA{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-around;
}

[class*="contenido-tur"] {
  display: flex;
  flex-wrap: wrap;
  //width: 95%;
  margin: 0 auto;
  justify-content: space-around;
  //outline: 1px solid red;
  background: rgba(255, 255, 25,0.15);
}

[class*="ctur"]{
	display: none;
}

.titulo-turismo{
	padding: 1rem;
	text-align: center;

}

.caja-turismo{
	width: 410px;
	text-align: center;
}

.turismo2{
	width: 200px;
	text-align: center;
	transition: all 0.5s;
}

.turismo2:hover{
	background: rgba(9, 61, 55, 0.3);
	width: 200px;
	text-align: center;
	transform: translateY(-10px);
}


.textos-turismo{
	padding: 1rem 0.5rem;
	text-align: justify;
	width: 300px;
	margin: 0 auto;

}



/*.textos2-turismo{
	//background: rgba(9, 61, 55, 0.2);
	padding-left: 50px;
	cursor: pointer;
	transition: all 0.5s;
	width: 100%;
	outline: 1px solid red;
}
*/

.sub-tur"{
	padding: 5px;
	color:yellow;
}

.b1{
  color: black;
  background: red;

}

/* SECCION ACORDEON UI
*/

.seccion-acordeon {
	background: rgba(10, 25, 0, .3);
	margin: 1rem;
	outline: 1px solid yellow;
	width: 80%;
	margin: 0 auto;
}

.accord {
	background: rgba(9, 61, 55, 0.5)
	padding: 1rem;
}

.accord-titulo{
	background: grey;
	color: white;
	cursor: pointer;
}


/*SECCION PARA OCULTAR MOSTRAR TURISMO*/

.mostrar{
    display: block;
    /*text-align: justify;
    background: rgba(5,25,2,.2);*/
    
}

[class*="b"]{
	cursor: pointer;
}

.bot{
	text-align: center;
	color: blue;
	margin: 0 auto;
	background: grey;
	border: 1px solid black;
	width: 70px;
}

#recomienda{
	margin: 1rem 0;
}