.nosotroew {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mySlide {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    transition: all ease .5s;
}

.nosotrosText {
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texN {
    transform: rotate(-90deg);
}

.texN p {
    font-size: 110px;
    color: #4db6cb;
}

.textActiRes {
    display: none;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%);
}

.textActiRes p {
    font-size: 28px;
    color: #4d19cf;
}

.imgNosAbso {
    position: absolute;
    bottom: -12%;
    left: 0%;
}

.contImgN {
    width: 19em;
    animation: cubNosotros 2.5s infinite linear normal;
}

@keyframes cubNosotros {
    0% {
        transform: translate(0%, 0%);
    }
    50% {
        transform: translate(0%, 10%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

.nosotroscont {
    width: 84%;
    position: relative;
    height: 100%;
    background: linear-gradient(45deg, #01bddd, #01bddd, #95effd);
}

.descripArt {
    width: 43em;
    position: absolute;
    top: 43%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.descripArt p {
    font-size: 22px;
    text-align: left;
    color: white;
    font-family: 'Bariol';
}

.filasDeValores {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.valores {
    width: 50em;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textVal p {
    font-size: 22px;
    color: white;
    text-align: center;
}

.valoresp {
    font-size: 22px;
    color: white;
    text-align: center;
    font-family: "Bariol_bold";
}

.valor {
    width: 10em;
    display: flex;
}

.imgVal {
    width: 20px;
    margin-right: 15px;
}

.swiperConAbso {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    transition: all ease .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/**MODO HORIZONTAL**/

.pageHorizontal {
    width: 100%;
    height: 100%;
    padding-left: 10%;
    background: white;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.pageHorizontal::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
    height: 0px;
}

.equipoArticilla {
    height: 60%;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    white-space: normal;
    vertical-align: top !important;
}

.eqTop {
    transform: translateY(32%);
}

.eqBot {
    transform: translateY(70%);
}

.partes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 82%;
}

.flexRe {
    flex-direction: column-reverse;
}

.partes p {
    font-family: 'Bariol';
    color: #5842d5;
    font-size: 20px;
    margin: 0;
}

/**********************************************/

.contTex {
    position: relative;
    width: 20em;
    height: 2em;
    z-index: 2;
}

.textDescO p {
    font-family: 'Bariol';
    color: #5842d5;
    font-size: 20px;
}

.contTex p {
    font-size: 60px;
    text-align: center;
    font-family: 'Bariol';
    color: #5842d5;
}

.botonesGNosotros {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    outline: none !important;
    border: 1px solid transparent;
    width: 4em;
    height: 12em;
    z-index: 0;
}

.posit1 {
    left: 1.69%;
    background-color: #06c1e1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 0;
}

.posit2 {
    left: 98.3%;
    background-color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 0;
}

.activadoB {
    opacity: 1;
    z-index: 2;
}

.colorCambioNosotros {
    font-size: 33px;
    color: #06c1e1;
}

.colorCambio1 {
    font-size: 33px;
    color: #ffffff;
}

.eq {
    left: 0;
}

.contInSlide {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.dif-Flex {
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(100px);
}

.artcilLog {
    width: 16em;
    position: absolute;
    top: 18%;
    left: 33.6%;
    transform: translate(-50%);
}

/**/

@media(max-width:1440px) {
    .imgNosAbso {
        left: 0%;
    }
    .contImgN {
        width: 17.5em;
    }
    .artcilLog {
        width: 11em;
        left: 25.6%;
    }
}

@media(max-width:1280px) {
    .imgNosAbso {
        left: -0.5%;
        bottom: -8%;
    }
    .contImgN {
        width: 13em;
    }
}

@media(max-width:1110px) {
    .contImgN {
        width: 11em;
    }
    .texN p {
        font-size: 60px;
    }
    .descripArt {
        width: 35em;
    }
    .descripArt p {
        font-size: 18px;
    }
    .valores p {
        font-size: 18px;
    }
    .valores {
        width: 37em;
    }
    .imgVal {
        width: 20px;
        margin-right: 20px;
    }
    .textVal p {
        font-size: 18px;
    }
    .valor {
        width: 9em;
    }
    .contInSlide {
        height: 46%;
    }
    .imgCOntSl {
        width: 10em;
    }
    .dif-Flex {
        transform: translateY(50px);
    }
    .textDescO p {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .botonesGNosotros {
        width: 3em;
        height: 9em;
    }
}

@media(max-width:850px) {
    .nosotroew {
        overflow: auto;
    }
    .mySlide {
        position: relative;
    }
    .textActiRes {
        display: block;
    }
    .nosotrosText {
        display: none;
    }
    .nosotroscont {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 37.47em;
    }
    .descripArt {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .descripArt p {
        text-align: center;
    }
    .artcilLog {
        position: relative;
        width: 9em;
        left: inherit;
        top: inherit;
        transform: inherit;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .valores {
        width: auto;
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin-top: 25px;
    }
    .valor {
        width: 100%;
    }
    .filasDeValores {
        flex-direction: column;
    }
}

@media(max-width:575px) {
    .nosotroscont {
        min-height: 43em;
    }
    .descripArt {
        width: 95%;
    }
    .descripArt p {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .mySlide {
        position: relative;
    }
    /* .nosotroew {
        height: 47em;
    } */
}