.hero-descarga-container{
	justify-content: space-between;
}

.bg-app2{
	background: linear-gradient(180.34deg, #FFFFFF 0.26%, #D9ECF9 99.67%);
}

.bg-app3{
    background: linear-gradient(360deg, #FFFFFF 0.26%, #D9ECF9 99.67%);
}

.hero-descarga-cel-container{
	position: relative;
	height: auto;
	width: 576px;
}

.hero-descarga-cel-container img{
	display: flex;
}

.hero-descarga-cel-container .cel-flecha{
	flex:  1;
}

.hero-descarga-cel-container .mano-celular{
	height: 100%;
	opacity: 0;
	transition: .3s linear;
	bottom: -35px;
}

.hero-descarga-cel-container .mano-celular-activa{
	opacity: 1;
}

.hero-descarga-cel-container .cel-flecha.f1{
	align-self: end;
	margin-left: -148px;
}

.hero-descarga-cel-container .cel-flecha.f2{
	align-self: start;
	margin-left: 289px;
}


.tasas-container{
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	padding-bottom: 30px;
	top: 0;
	justify-content: space-between;
}

.m-center{
	margin:  0 auto;
}

.nav-btn{
    padding: 8px 31px;
    font-size: 12px;
}

.st-cinta,.st-mini-form-container{
	padding: 50px;
}

.bg-cel{
	background-color:  #D9ECF9;
}

.st-mini-form-container{
	max-width: 1300px;
	justify-content: space-between;
	align-items: center;
}


.st-mini-form{
	max-width: 550px;
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0px 0px 15px rgba(21, 75, 83, 0.1);
}

.st-mini-form input{
	background-color: #F4F6FA;
	border:  none;
	border-radius: 7.93033px;
	height: 45px;
}

.st-mini-form .err{
    background-color: #F9E6E4;
}

.c-rojo{
    color: #D0021B;
}

.st-mini-form [type="checkbox"]{
	appearance:  unset;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: .2s linear;
	border:  .5px solid rgba(0, 44, 102, 0.25);
}

.st-mini-form [type="checkbox"]:checked{
	background: #0074FF;
}

@media (max-width: 1157px) {
  .hero-descarga-cel-container{
  	height: 461px;
    width: 528px;
  }

  .hero-descarga-cel-container .mano-celular{
  	bottom: -30px;
  }

  .hero-descarga-cel-container.pt-100{
  	padding-top: 80px;
  }
	.st-mini-form{
		max-width: 50%;
	}
	.st-mini-form-container img{
		width: 50%;
	}
}

@media (max-width: 1054px) {
	.hero-descarga{
		flex-direction: column;
    	align-items: center;
	}
	.hero-descarga-cel-container.hero-descarga-cel-text{
		text-align: center !important;
		width: 80%;
		max-width: 80%;
		padding-bottom: 40px;
	}
	.hero-descarga-cel-stores{
		justify-content: space-around;
	}

}

@media (max-width: 1020px) {
	.st-mini-form-container{
		flex-direction: column;
	}
	.st-mini-form{
		max-width:  70%;
		margin-bottom: 40px;
	}
	.st-mini-form-container img{
		width: 600px;
	}
}

@media (max-width: 785px) {
	.st-mini-form{
		max-width:  90%;
	}
}

@media (max-width: 768px) {

	.container.hero-descarga-container{
		width: 100% !important;
		max-width: 100%;
	}

	.hero-descarga-cel-container.hero-descarga-cel-text{
		width: 100%;
		max-width: 100%;
		padding-bottom: 0;
	}

	.hero-descarga-cel-stores{
		flex-direction: row !important;
	}

	.hero-descarga-cel-stores a{
		margin-bottom: 0 !important;
	}

	.hero-descarga-cel-container{
		margin-bottom: -90px;
	}

	.hero-descarga-cel-container .mano-celular{
		bottom: 58px;
	}
	.tasas-container.overlaped-box{
	    box-shadow: none;
	    padding-top: 0 !important;
	}
}

@media (max-width: 699px) {
    .hero-descarga-cel-stores {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center;
    }
	.hero-descarga-cel-stores a{
		margin-bottom: 10px !important;
	}
	.hero-descarga-cel-text{
	    margin-bottom:0px;
	}
}

@media (max-width: 600px) {
	.st-mini-form{
		max-width:  95%;
	}
}

@media (max-width: 556px) {
	.hero-descarga-cel-text{
	    margin-bottom:50px !important;
	}
}

@media (max-width: 555px) {
	.hero-descarga-cel-container{
		margin-bottom: -10px;
		width: 100vw;
	}
	.hero-descarga-cel-container{
		height: 377px;
		margin-bottom: -32px;
	}
	.hero-descarga-cel-container .mano-celular{
		bottom: 5px;
	}
	.hero-descarga-cel-container img{
		height: 50px;
	}
}

@media (max-width: 498px) {
	.hero-descarga-cel-container{
		height: 329px;
		margin-bottom: -30px;
	}

	.hero-descarga-cel-stores{
		justify-content: space-between;
	}

	.container.hero-descarga-container{
		padding-right: 10px !important;
    	padding-left: 10px !important;
	}
	.st-mini-form-container{
		padding: 10px;
	}
}


@media (max-width: 395px) {
	.hero-descarga-cel-container {
   		height: 321px;
    	margin-bottom: -10px;
	}

	.hero-descarga-cel-container .mano-celular {
	    bottom: -13px;
	}
}