.manualPres{
    background: url('../img/manual_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 34em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.textPresMan p{
    font-size: 43px;
    margin-bottom: 0;
    color: white;
}
.aplicPRe{
    background: #ffec00;
    width: 16em;
    transform: rotate(-2deg);
}
.aplicPRe p{
    color: black;
    text-align: center;
}
.encuentraMan{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.encuentraMan p{
    color: white;
    font-size: 30px;
    text-align: center;
}
.encuentraMan img{
    width: 11em;
}

/********************************************************** MANUAL APLICATIVO *********************************************************/
.manualAplicativo{
    width: 100%;
    height: 100vh;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tituloManual{
    position: absolute;
    top: 24.6%;
    left: 63.99%;
    transform: translate(-50%);
    width: 28em;
    line-height: 1.2;
}
.tituloManual p{
    font-size: 43px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}
.tituloManual span{
    color: #ffec00;
    text-transform: uppercase;
    background: black;
    padding-left: 7px;
    padding-right: 7px;
}
.postCel1{
    position: absolute;
    top: 14%;
    left: 27%;
    transform: translate(-50%);
    width: 23em;
    height: 43em;
    background-image: url(../img/cel_1.2.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.postCel {
    width: 19em;
    overflow: hidden;
    transform: translateX(10px);
}
.contenedorImg {
    width: 100%;
}
.circuloYellManual{
    position: absolute;
    top: 23.6%;
    left: 15.8%;
    width: 28em;
    height: 28em;
    border-radius: 100%;
    background: #ffec00;
    z-index: -1;
}
.configurandoCol{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.listPs p{
    margin-bottom: 5px;
}
.numero{
    position: absolute;
    top: 34%;
    left: 50%;
    background: #0094f2;
    transform: translate(-50%);
    border-radius: 100%;
    width: 5em;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.numero p{
    margin:0px;
    font-size: 28px;
    color: white;
}
.sig button{
    display: flex;
    flex-direction: row-reverse;
    width: 15em;
    justify-content: space-around;
    align-items: center;
    background: none;
    border:0px;
    outline: none!important;
}
.sig p{
    width: 100%;
    color: #0094f2;
    font-size: 20px;
    margin-bottom: 0;
}
.sig img{
    width: 55px;
}
.back button{
    display: flex;
    flex-direction: row;
    width: 15em;
    justify-content: space-around;
    align-items: center;
    background: none;
    border:0px;
    outline: none!important;
}
.back p{
    width: 100%;
    color: #0094f2;
    font-size: 20px;
    margin-bottom: 0;
}
.back img{
    width: 55px;
}
.swiper-pagination {
    top: 88%;
    left: 50%;
    transform: translate(-50%);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 160px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 160px;
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    top: 92%;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid #0094f2;
    background: transparent;
    opacity: 1;
    margin-right: 14px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0094f2;
}
/****** PASOS DE MANUAL ******/
.posiManulaPasos{
    position: absolute;
    top: 49%;
    left: 61%;
    transform: translate(-50%);
    width: 25em;
    height: 14em;
    overflow: hidden;
}
.posGlobalPasos{
    position: absolute;
    top: 0;
    left: 33px;
    transition: all ease .5s;
}
.paso1App{
    opacity: 0;
}
.paso2App{
    opacity: 0;    
}
.paso3App{
    opacity: 0;    
}
.paso4App{
    opacity: 0;    
}
.paso5App{
    opacity: 0;    
}
.paso6App{
    opacity: 0;    
}
.paso7App{
    opacity: 0;    
}
.activadoPosicionManualApp{
    opacity: 1;
}
.posGlobalPasos p {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
}
.numbSigBolita{
    width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0094f2;
    position: absolute;
    border-radius: 100%;
    top: 39%;
    left: 64%;
    transform: translate(-50%);
}
.numbSigBolita p{
    position: absolute;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    transition: all ease .5s;
    z-index: 1;
    color: white;
}
.activarnumeroBolita{
    opacity: 1 !important;
}
/**nav**/

.logitoRemis {
    top: -29%;
}
.proSCe{
    transform: translateY(17px);
}
/******************************************************RESPONSIVE******************************************************/
@media(max-width:1440px){
    .manualPres {
        height: 26em;
    }
    .textPresMan p {
        font-size: 30px;
    }
    .postCel1 {
        width: 18em;
        height: 32em;
    }
    .postCel {
        width: 15em;
        overflow: hidden;
        transform: translateX(10px);
        height: 77%;
        background: transparent;
    }
    .aplicPRe {
        width: 11em;
    }
    .encuentraMan p {
        font-size: 28px;
    }
    .encuentraMan img{
        width: 9em;
    }
    .tituloManual p {
        font-size: 30px;
    }
    .tituloManual {
        width: 20em;
    }
    .contenedorImg {
        width: 96%;
    }
    .circuloYellManual {
        width: 23em;
        height: 23em;
        left: 14.8%;
    }
    .swiper-pagination {
        top: 91%;
    }
    .logitoRemis {
        top: -39%;
    }
    .posGlobalPasos p {
        font-size: 20px;
    }
}
@media(max-width:1368px){
    .postCel1 {
        top: 8%;
    }
    .circuloYellManual {
        width: 20em;
        height: 20em;
        top: 16.6%;
        left: 15.9%;
    }
}
@media(max-width:1280px){
    .posiManulaPasos {
        left: 65%;
    }
}
@media(max-width:1199px){
    .circuloYellManual {
        width: 18em;
        left: 14.2%;
        height: 18em;
    }
    .postCel1 {
        width: 15em;
        height: 23em;
    }
    .postCel {
        width: 12.1em;
        height: 84%;
    }
    .contenedorImg {
        width: 90%;
    }
    .manualPres {
        height: 23em;
    }
    .textPresMan p {
        font-size: 25px;
    }
    .aplicPRe {
        width: 9em;
    }
    .encuentraMan p {
        font-size: 22px;
    }
    .encuentraMan img {
        width: 8em;
    }
    .tituloManual {
        width: 17em;
    }    
    .tituloManual p {
        font-size: 25px;
    }
    .sig button {
        width: 10em;
    }
    .sig img {
        width: 30px;
    }
    .sig p {
        width: 100%;
        color: #0094f2;
        font-size: 15px;
        margin-bottom: 0;
    }
    .back button {
        width: 10em;
    }
    .back img {
        width: 30px;
    }
    .back p {
        width: 100%;
        color: #0094f2;
        font-size: 15px;
        margin-bottom: 0;
    }
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .logitoRemis {
        top: -28%;
    }
}
@media(max-width:991px){
    .circuloYellManual {
        left: 13.2%;
    }
}
@media(max-width:850px){
    .contenedorImg {
        width: 99%;
    }
    .tituloManual {
        top: 8.6%;
        left: 50%;
    }
    .posiManulaPasos {
        top: 26%;
        left: 52%;
    }
    .circuloYellManual {
        left: 50%;
        top: 50%;
        transform: translate(-50%);
    }
    .sig p {
        color: transparent;
    }
    .back p {
        color: transparent;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 64%;
    }
    .numbSigBolita {
        top: 18%;
        left: 50%;
    }
    .postCel1 {
        width: 15em;
        height: 27em;
        left: 49%;
        top: 43%;
    }
    .postCel {
        width: 12.2em;
        height: 84%;
        transform: translateX(7px);
    }
}
@media(max-width:575px){
    .sig p {
        display: none;
    }
    .manualPres {
        height: 18em;
    }
    .aplicPRe {
        width: 100%;
    }
    .posGlobalPasos p {
        font-size: 16px;
    }
    .encuentraMan {
        margin-top: 3px;
    }
    .proSCe {
        transform: translateY(33px);
    }
    .logitoRemis {
        top: -36%;
    }
    .sig button {
        width: 3em;
    }
    .back p {
        display: none;
    }
    .back button {
        width: 3em;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 22%;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 12px;
    }
    .swiper-pagination {
        top: 94%;
    }
    .manualAplicativo {
        height: 63em;
    }
    .posiManulaPasos {
        top: 26%;
        left: 46%;
        width: 21em;
    }
}
/***************************************PANTALLAS ESPECIALES****************************************************/
@media(min-width:1200px) and (max-width:1300px) and (min-height:780px) and (max-height:920px){
    .postCel1 {
        top: 21.5%;
        width: 18em;
    }
    .circuloYellManual {
        width: 22em;
        height: 22em;
        top: 29.6%;
        left: 14%;
    }
    .contenedorImg {
        width: 15em;
    }
}
@media (max-width:830px) and (max-height:420px){
    .circuloYellManual {
        left: 29%;
        top: 30%;
        transform: translate(-50%);
    }
    .postCel1 {
        left: 29%;
        top: 13%;
    }
    .manualAplicativo {
        height: 36em;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 95%;
    }
    .posiManulaPasos {
        top: 50%;
        left: 74%;
    }
    .numbSigBolita {
        top: 34%;
        left: 71%;
    }
    .tituloManual {
        top: 17.6%;
        left: 71%;
    }
}
@media(max-width:700px) and (max-height:420px){
    .circuloYellManual {
        width: 16em;
        left: 14.2%;
        height: 16em;
    }
}
@media(max-width:575px) and (max-height:400px){
    .manualAplicativo {
        height: 60em;
    }
    .numbSigBolita {
        top: 17%;
        left: 50%;
    }
    .tituloManual {
        top: 6.6%;
        left: 50%;
    }
    .postCel1 {
        left: 50%;
        top: 41%;
    }
    .circuloYellManual {
        left: 50%;
        top: 52%;
    }
    .posiManulaPasos {
        top: 23%;
        left: 55%;
    }
}