*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.contenedordesiwpeer{
    width: 100%;
    height: 100vh;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../img/arrow1.png');
    left: 50px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/arrow2.png');
    right: 50px;
    left: auto;
}
.presApp{
    width: 100%;
    height: 100vh;
    position: relative;
}
/**TOP**/
.top{
    width: 100%;
    height: 550px;
    background-image: url("../img/bg_manuales.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infotop{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.infoTitulo{
    font-size: 42px;
    color: white;
}
.infoDesc{
    font-size: 20px;
    color: white;
}
.botonCambiomanual{
    position: relative;
    width: 20em;
    height: 3em;
    background-color: black;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease .4s;
}
.borderToggle{
    border-radius: 10px 10px 0px 0px;
}
.botonCambiomanual p{
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 0;
}
.OptionList{
    position: absolute;
    width: 100%;
    top: -100%;
    opacity: 0;
    z-index: -10;
    background-color: black;
    border-radius: 0px 0px 10px 10px;
    transition: all ease .5s;
}
.OptionList p{
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.desc1 {
    position: absolute;
    right: 0;
    width: 16px;
    -webkit-transform: translate(-23px, 0px);
    transform: translate(-23px, 0px);
    z-index: 1;
}
.activarOpciones{
    opacity: 1;
    top: 100%;
    z-index: 10;
}
/******APP*******/
.swiperAppAbs{
    position: absolute;
    left: -100%;
    transition: all ease .5s;
}
.widthceluar{
    width: 17em;
}
.infoApp{
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tituloPasoApp{
    font-size: 42px;
    color: #598133;
    text-align: left;
}
.infoApptext{
    font-size: 16px;
    color: #7f7f7f;
    text-align: left;
}
.part1{
    width: 12em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.part1 img{
    transform: translateX(-22px);
}
.part2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/**intranet**/
.swiperIntranetAbs{
    position: absolute;
    left: -100%;
    transition: all ease .5s;
}
.widthIntranet {
    width: 24em;
}
/**activador**/
.activador{
    left: 0;
}

.positionSwipeer{
    position: absolute;
    bottom: 5%;
    left: 50%;
    display: flex;
    width: 10em;
    justify-content: space-between;
}
.nextTop,.prevTop{
    background-size: 60px 60px ;
    width: 60px;
    top: 0;
    height: 60px;
}
.nextTop{
    background-image: url("../img/siguiente_swiper_servicios.png");
    position: relative;
    right: 0;
    margin-bottom: 40px;
}
.prevTop{
    background-image: url("../img/atras_swiper_servicios.png");
    position: relative;
    left: 0;
}
@media(max-width:1110px){
    .tituloPasoApp {
        font-size: 30px;
    }
    .widthIntranet {
        width: 22em;
    }
    .widthceluar {
        width: 15em;
    }
    .infoApp {
        padding-top: 28px;
    }
    .imgConte img{
        width: 7em;
    }
    .botonCambiomanual p {
        font-size: 16px;
    }
    .OptionList p {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .posicionAllCenterForSlide{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .presApp {
        height: 80em;
    }
    .contenedordesiwpeer {
        height: 100%;
    }
    .infoApp {
        padding-top: 100px!important;
    }
    .swiper-slide .container{
        height: 100%;
    }
    .swiper-slide .container .row{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .swiper-slide .row{
        margin-top: 140px;
    }
    .positionSwipeer {
        position: absolute;
        bottom: 90%;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
}
@media(max-width:575px){
    .infoTitulo {
        font-size: 30px;
        text-align: center;
    }
    .infoDesc {
        font-size: 14px;
        text-align: center;
    }
    .widthIntranet {
        width: 16em;
    }
    .widthceluar {
        width: 12em;
    }
    .imgConte img {
        width: 6em;
    }
}