/*
Sitio web soluciona
desattollado por : Fernando
url: http://emposicionamientodigital.com
*/



	
@media screen {
	
	/**************************************** animacion ***********************************/
	
	#animacion .slider1 .fondo{
		background-image: url(../images/haluro64_fondo_arte_familiar.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		width:100%;
		height: 40vh;
		background-size: cover;
	}
	#formatos .opformato figure{
		justify-self: center;
		height: 183px;
		display: flex;
    	flex-flow: column;
	}
	#formatos figure {
		width: 225px;
		justify-self: center;
	}
	#planideal .plan .info .expandir{
		font-size: 22px;
		text-align: center;
		width: 100%;
		display: block;
		margin-top: 15px;
		cursor: pointer;
	}
	#planideal .plan .info .expandir::before{
		content:"- Ver Detalles -";
	}
	#planideal .plan .info .expandir.visible::before{
		content:"- Ocultar Detalles -";
	}
	#planideal .plan:nth-child(1) .detalle.visible{
		height: 1240px;
		transition: height 1s;
	}
	#planideal .plan:nth-child(2) .detalle.visible{
		height: 1545px;
		transition: height 1s;
	}
	#planideal .plan:nth-child(3) .detalle.visible{
		height: 1570px;
		transition: height 1s;
	}
	
}
@media screen and (max-width: 1400px) {
	#formatos figure {
		width: 222px;
	}
}
@media screen and (max-width: 1280px) {
	#formatos figure {
		width: 170px;
	}
}
@media screen and (max-width: 1024px) {
	#formatos figure {
		width: 260px;
	}

	
}
@media screen and (max-width: 820px) {
	#formatos figure {
		width: 266px;
		margin-bottom: 40px;
	}
	#planideal .plan:nth-child(1) .detalle.visible {
		height: 1387px;
	}
	#planideal .plan:nth-child(2) .detalle.visible {
		height: 1743px;
	}
	#planideal .plan:nth-child(3) .detalle.visible {
		height: 1808px;
	}
}
@media screen and (max-width: 570px) {
	#animacion .slider1 .fondo{
		height: 32vh;
	}
	#formatos figure {
		width: 160px;
		margin-bottom: 40px;
		justify-content: space-around;
	}
	#planideal .plan:nth-child(1) .detalle.visible {
		height: 1220px;
	}
	#planideal .plan:nth-child(2) .detalle.visible {
		height: 1520px;
	}
	#planideal .plan:nth-child(3) .detalle.visible {
		height: 1610px;
	}
}
@media screen and (max-width: 360px) {
	#animacion .slider1 .fondo{
		height: 26vh;
	}
}