/* ------------------------------Ipad Horizontal---------------------------- */
@media handheld, only screen and (min-width: 768px) and (max-width: 1024px){

}

/* ------------------------------Ipad Vertical---------------------------- */
@media handheld, only screen and (min-width: 768px) and (max-width: 1023px) {
	 
}

/* ---------------------------- 320px-640px -------------------------- */

@media handheld, only screen and (max-width: 667px) {
	.main-recorrido-virtual-epm {
	  height: 100%;
	  padding: 0 0 20px 0;
	}
	.header-circle-360 p br{display: none;}
	.header-circle-360 {
	  margin: 0 auto 30px;
	}
	.header-circle-360 h1 {
	  font-size: 32px;
	}
	.header-circle-360 p {
	  font-size: 16px;
	  max-width: 280px;
	  margin: 0 auto;
	  display: block;
	}
	.card-virtual-360 {
	  position: relative;
	  display: inline-block;
	  vertical-align: top;
	  margin-top: 0 !important;
	  margin-bottom: 30px;
	}	
	.modal-swipper-360{
		max-width: 90%;
		margin: 0 auto;
	  	display: block;
	  	border-radius: 0 0 15px 15px;
	}
	.lightbox-info-360 {
		max-width: 100%;
		margin: 0 auto;
		display: block;
		border-radius: 15px 15px 0 0;
	}
	.lightbox-info-360 figure {
		width: 100%;
	}
	.lightbox-info-360 figure img {
	  border-radius: 15px 15px 0 0;
	  height: 170px;
	  width: 100%;
	  object-fit: cover;
	}
	.lightbox-info-360 .content-info-360 {
	  width: 100%;
	  padding: 20px 15px;
	}
	.modal-swipper-360 .closes {
	  right: 0;
	  top: -40px;
	}
	.modal-swipper-360 .next-360,
	.modal-swipper-360 .prev-360 {
	  top: 20%;
	}
	.modal-swipper-360 .next-360 {
	  right: 10px !important;
	}
	.modal-swipper-360 .prev-360 {
	  left: 10px !important;
	}
	.main-row-cards,
	.main-card-fundacion {
	  position: relative;
	  white-space: nowrap;
	  width: auto;
	  overflow-y: hidden;
	  padding-top: 25px;
	}
	.card-virtual-360 .bullet-number:after,
	.title-fundacion:after, .title-fundacion:before,
	.card-fundacion:before{display: none;}
	.title-sotano, .title-fundacion{
		padding: 0 15px;
		margin-bottom: 30px;
	}	
	.logo-home{right: 15px;top: 10px;}
	.ir-site{left: 10px;}
	.pdt-card {padding-top: 90px;}
	.modal-swipper-360 .next-360,
	.modal-swipper-360 .prev-360 {
		background-color: #7dd812 !important;
	}
	.card-fundacion span{
		top: -20px !important;
	} 
	.card-fundacion{margin-top: 0 !important;margin-bottom: 30px;} 
}
