#pag_nosotros section {}

#pag_nosotros section#header_page {
    background-color: var(--colorSecundario);
    padding-top: 200px;
    padding-bottom: calc(var(--section-pad-sup) / 2);
}

#pag_nosotros section#quienesomos .medionos {
    width: 48%;
}

#pag_nosotros section#quienesomos {
    overflow: hidden;
    padding-bottom: 200px;
    ;
}

#pag_nosotros section#quienesomos .srv_bk {
    position: absolute;
    height: 80vh;
    width: 80vh;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    left: -68px;
    top: -200px;
    z-index: 100;
}

#pag_nosotros section#quienesomos .srv_bk2 {
    position: absolute;
    height: 350px;
    width: 450px;
    left: -50px;
    bottom: 0px;
    z-index: 150;
    background-image: url(" https://design.zendha.net/assets/texturas/circ_verde.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#pag_nosotros section#quienesomos .conosotros {
    position: relative;
    z-index: 400;
}

#pag_nosotros section#valores_eticos #valores_eticos_psup {
    margin-bottom: calc(var(--section-pad-inf) / 2);
    text-align: center;
}

#pag_nosotros section#valores_eticos {
    background-color: f8f8f8;
}

#pag_nosotros section#valores_eticos .tercValor {
    width: 32%;
    margin-top: 40px;
}

#pag_nosotros section#valores_eticos .tercValor .icon {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pag_nosotros section#valores_eticos .tercValor .icon img {
    object-fit: contain;
    object-position: center;
    max-height: 70%;
    max-width: 70%;
}

#pag_nosotros section#valores_eticos .tercValor .servsIcon {
    width: 110px;
    font-size: 40px;
}

#pag_nosotros section#valores_eticos .tercValor .servsINom {
    width: calc(100% - 110px)
}

#pag_nosotros section#valores_eticos .tercValor .servsINom h3 {
    margin-bottom: 10px;
}

#pag_nosotros section#zendhaGroup {
    color: white !important;
    background-color: var(--colorTerciario);
}

#pag_nosotros section#zendhaGroup * {
    color: white !important;
}

#pag_nosotros section#zendhaGroup .zendhawhite {
    position: absolute;
    width: 700px;
    height: 700px;
    opacity: 0.2;
    right: -141px;
    top: 5px;
    background-image: url(" https://design.zendha.net/assets/zendhawhite.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#pag_nosotros section#zendhaGroup .boton {
    background-color: white;
    color: var(--colorTerciario) !important;
}

@media(max-width:1100px) {
    #pag_nosotros section#quienesomos .srv_bk2 {
        left: -150px;
    }
}

@media(max-width:1000px) {
    #pag_nosotros section#valores_eticos .tercValor {
        width: 48%;
    }
}

@media(max-width:800px) {
    #pag_nosotros section#quienesomos .srv_bk2 {
        left: -300px;
    }
}

@media(max-width:700px) {
    #pag_nosotros section#quienesomos .medionos {
        width: 100%;
    }
}

@media(max-width:600px) {
    #pag_nosotros section#quienesomos .srv_bk2 {
        left: -300px;
        bottom: -110px;
    }
    #pag_nosotros section#valores_eticos .tercValor {
        width: 100%;
    }
}

section#header_page .plcaImgFond {
    background-image: url("/ https://design.zendha.net/assets/bkheaders/bNoso.png");
    padding: 0px !important;
    background-size: cover;
}