

.container--big.home-parallax-container{
    min-height: 700px !important;
}

.phone-slider-holder{
    position: absolute;
    left: 0;
    right: 0;
    top: -500px;
} 

.slider-bkg-ctr{
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--colorfirst);
    position: absolute;
}

.phone-slider-bkg{
    width: 100%;
    height: auto;
    z-index: 100;
    position: absolute;
    pointer-events: none;
    border-radius: 25px;
}

.slider-items-holder{
    position: absolute;
    top: 12px;
    left: 23px;
    right: 23px;
    bottom: 8px;
    z-index: 10;
}

.slider-items-holder .slider_item{
    border-radius: 50px;
}

.slider-items-holder img{
    max-height: 100%;
}
  
.caracteristicas-holder .h3,
.caracteristicas-holder h3{
    font-size: 20px;
    line-height: 26px;
    color: var(--colorsecond) !important;
}
.caracteristicas-holder .caracteristicas-item{
    padding-top: 10px;
    padding-bottom: 10px;
}

.caracteristicas-holder .caracteristicas-item span{
    margin-right: 25px;
}


.caracteristicas-holder .caracteristicas-item:not(:last-child){
    border-bottom: 1px solid var(--colorsecond);
}

.mobile-screens-holder{
    position: absolute;
    left: -40%;
    top:-27%;
    z-index: -1;
    right: -5%;
}

.mobile-screens-holder-bar{
    position: absolute;
    height: 137%;
    left: -16%;
    top: -50px
}

.bk_overlay{
    width: 130%;
    height: 141%;
    position: absolute;
    z-index: -1;
    -webkit-user-selecttop: 0;
    bottom: 0;
    top: -20%;
    right: -25%;
    background-color: var(--white);
} 


@media (max-width: 1790px) {

    .phone-slider-holder {
        top: -390px;
    }

}

@media (max-width: 1725px) {

    .bk_overlay {
        top: -10%;
        height: 120%;
    }

    .mobile-screens-holder-bar{
        height: 105%;
    }
}


@media (max-width: 1768px) {
    .mobile-screens-holder{
        top: -16%;
    }
}
@media (max-width: 1400px) {

    .phone-slider-holder {
        top: -290px;
    }
    .mobile-screens-holder{
        top: 0;
    }


}


@media (max-width: 1150px) {

    .phone-slider-holder {
        top: -190px;
    }


}


@media (max-width:1200px) {    
	.top_parallax{
		min-height: 150px !important;
		max-height: 150px !important;
	}

}