

.detail {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	min-height: 500px;
  }

  .detail .title {
	margin-bottom: 10px;
	text-align: center;
  }

  .detail .features .row {
	margin-bottom: 40px;
  }

  .detail .carousel h1 { 
	font-size: 3.8em;
  }

  .detail .carousel h1,
  .detail p {
	text-align: left;
	font-weight: 300;
  }

  .detail p {
	color: #090909;
	font-size: 1rem;
  }

  .detail .carousel-control {
	background: none;
  }

  .detail .app-screenshot {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	width: 314px;
	height: 680px;
	background: url('/images/iphone-front.png') no-repeat;
	background-size: 100%;
  }

  .detail .app-screenshot img {
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
	width: 294px;
  }

  .detail .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	/* border-top: 1px solid #127c24; */
	/* background: #d73c3c; */
  }

  .detail .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
  }

  .detail .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #7bb5f3;;
	border: 1px solid #03356a;
	text-indent: -999px;
	cursor: pointer;
  }

  @media (max-width:992px) {

	.detail .app-screenshot {
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
		padding-top: 95px;
		width: 310px;
		height: 680px;
		background: url('../images/iphone-front.png') no-repeat;
		background-size: 100%;
	  }
	
	  .detail .app-screenshot img {
		margin-right: auto;
		margin-left: auto;
		padding-left: 24px;
		width: 294px;
	  }
	

.detail .carousel h1{
	text-align: center;
    font-size: 30px;
    font-weight: bold;
   
}

.detail .carousel p{
		margin-bottom: 10px;
        color: black;
        text-align: center;
}

.detail .carousel-item {
    height: 800px; /* Establecer una altura fija para cada elemento del carrusel */
}
  }