.bienvenidaManIn{
    width: 100%;
    height: 34em;
    background:url('../img/manual_intranet_top_bg.jpg');
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.transoCorp{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transform: translateY(29px);
}
.transoCorp p{
    font-size: 43px;
    color: white;
    margin: 0;
    text-align: center;
}
.transoCorp span{
    font-size: 30px;
    color: white;
}
.intrachan{
    background: #ffec00;
    width: 15em;
    transform: rotate(-3deg);
    margin-bottom: 16px;
}
.intrachan p{
    color: black;
}
/**********************************************************BENEFICIOS**********************************************************/
.beneficiosSection{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.textBen{
    margin-bottom: 90px;
}
.textBen p{
    text-align: center;
    font-size: 43px;
    color: #0094f2;
    line-height: 1.2;
}
.circuloBeneficion{
    border-radius: 100%;
    background: black;
    width: 10em;
    height: 10em;
    justify-content: center;
    align-items: center;
    display: flex;
}
.circuloBeneficion:hover{
    background: #0094f2;
}
.circuloBeneficion img{
    width: 5.5em;
}
.textBenInContainer{
    width: 7em;
    margin-top: 20px;
}
.textBenInContainer p{
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}
/***** manual **/
.manualIntraimg{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 7em;
}
.textManuIn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9em;
    width: 34em;
}
.textManuIn p{
    font-size: 43px;
    color: black;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}
.textManuIn span{
    background: black;
    color: #ffec00;
    padding: 0px 10px 0px 10px;
}
.usuariosSpan{
    background: transparent !important;
    font-size: 22px;
    margin-top: 40px;
    color: black !important;
    font-weight: bold;
}
.marginColumnsIntra{
    margin-bottom: 7em;
}
.cirMan{
    position: absolute;
    top: -19%;
    left: 50%;
    width: 25em;
    height: 25em;
    border-radius: 100%;
    background: #ffec00;
    transform: translate(-50%);
    z-index: -1;
}
.widthImgsInManInt{
    display: flex;
    justify-content: center;
}
.widthImgsInManInt img{
    width: 32em;
    border-radius: 15px;
}
.numberPas{
    transform: translateX(14em);
    width: 5em;
    height: 5em;
    border-radius: 100%;
    background: #0094f2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.numberPas:hover{
    background: black;
}
.numberPas p{
    color: white;
    margin: 0;
    font-size: 22px;
}
.textGlobalManIntr{
    width: 23em;
    transform: translateX(63px);
}
.textGlobalManIntr p{
    font-size: 25px;
    color: black;
    line-height: 1.2;
}
/**********************************************Contactanos*****************************************************/
.contactanos{
    width: 100%;
    height:  30em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textContacMan{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60em;
}
.textContacMan p{
    font-size: 43px;
    text-align: center;
    color: #0094f2;
    line-height: 1.2;
    margin-bottom: 40px;
}
.textContacMan button{
    width: 10em;
    height: 3em;
    border-radius: 10px;
    background: black;
    color: white;
    position: relative;
    transform: scale(1);
    overflow: hidden;
}
.textContacMan button:hover .brilloinSwiper225{
    position: absolute;
    top: 15px;
    left: -230%;
    transform: rotate(-45deg);
    width: 280px;
    height: 80px;
    background: rgba(255, 255, 255, .4);
    animation: brilloSwiper225 1 0.8s 0.1s ease;
    content: '';
}

.textContacMan button:hover{
    background: #0094f2;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}
.enResponsive{
    display: none;
}
/**nav**/

.logitoRemis {
    top: -29%;
}
/****************************************************RESPONSIVE*****************************************************/
@media(max-width:1440px){
    .bienvenidaManIn {
        height: 26em;
    }
    .transoCorp span{
        font-size: 28px;
    }
    .transoCorp p {
        font-size: 30px;
    }
    .intrachan {
        width: 11em;
    }
    .textBen {
        margin-bottom: 23px;
    }
    .textBen p {
        font-size: 30px;
    }
    .circuloBeneficion {
        width: 8em;
        height: 8em;
    }
    .circuloBeneficion img {
        width: 4em;
    }
    .textManuIn {
        margin-bottom: 6em;
        width: 24em;
    }
    .textManuIn p {
        font-size: 30px;
    }
    .usuariosSpan {
        font-size: 18px;
        margin-top: 30px;
    }
    .widthImgsInManInt img {
        width: 26em;
    }
    .cirMan {
        width: 22em;
        height: 22em;
    }
    .textGlobalManIntr {
        width: 19em;
    }
    .textGlobalManIntr p {
        font-size: 18px;
    }
    .numberPas {
        transform: translateX(16em);
        width: 3em;
        height: 3em;
    }
    .numberPas p {
        font-size: 18px;
    }
    .contactanos {
        height: 22em;
    }
    .textContacMan {
        width: 46em;
    }
    .textContacMan p {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .logitoRemis {
        top: -39%;
    }
}
@media(max-width:1280px){
}
@media(max-width:1199px){
    .bienvenidaManIn {
        height: 23em;
    }
    .transoCorp span{
        font-size: 22px;
    }
    .transoCorp p {
        font-size: 25px;
    }
    .intrachan {
        width: 9em;
    }
    .textBen p {
        font-size: 25px;
    }
    .circuloBeneficion {
        width: 7em;
        height: 7em;
    }
    .circuloBeneficion img {
        width: 3em;
    }
    .textBenInContainer p {
        font-size: 16px;
    }
    .textManuIn {
        margin-bottom: 6em;
        width: 20em;
    }
    .textManuIn p {
        font-size: 25px;
    }
    .numberPas {
        transform: translateX(12.8em);
        width: 2.5em;
        height: 2.5em;
    }
    .cirMan {
        width: 18em;
        height: 18em;
    }
    .textGlobalManIntr p {
        font-size: 16px;
    }
    .textGlobalManIntr {
        width: 17em;
    }
    .widthImgsInManInt img {
        width: 22em;
    }
    .textContacMan {
        width: 38em;
    }
    .textContacMan p {
        font-size: 25px;
    }
    .textContacMan button {
        width: 8em;
        height: 3em;
        font-size: 14px;
    }
    /**nav **/
    .logitoRemis {
        top: -26%;
    }
}
@media(max-width:991px){
    .numberPas {
        transform: translateX(10em);
        width: 2.5em;
        height: 2.5em;
    }
    .beneficiosSection {
        margin-top: 0em;
        height: 35em;
    }
}
@media(max-width:767px){
    .beneficiosSection {
        height: 60em;
    }
    .desktopAd{
        display: none;
    }
    .numberPas {
        transform: translateX(0em);
    }
    .enResponsive{
        display: block;
    }
}
@media(max-width:575px){
    .bienvenidaManIn {
        background: url('../img/manual_intranet_top_bg_resp.pjpg.jpg');
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 18em;
    }
    .logitoRemis {
        top: -36%;
    }
    .textGlobalManIntr {
        transform: translateX(0px);
    }
    .textContacMan button {
        font-size: 16px;
        animation: animate2 1.8s linear infinite;
    }
    @keyframes animate2{
        0%{
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(0 ,0 , 0, .5), 0 0 0 0 rgba(0 ,0 , 0,.4);
        }
        30%{
            transform: scale(0.93);
            box-shadow: 0 0 0 15px rgba(0 ,0 , 0, 0), 0 0 0 0 rgba(0 ,0 , 0,.4);
        }    
        60%{
            transform: scale(0.96);
            box-shadow: 0 0 0 15px rgba(0 ,0 , 0,0), 0 0 0 10px rgba(0 ,0 , 0, 0);
        }
        90%{
            transform: scale(0.99);
        }
        100%{
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(0 ,0 , 0,0), 0 0 0 10px rgba(0 ,0 , 0, 0);
        }
    }
}
@media(max-width:400px){
    .transoCorp p {
        font-size: 22px;
    }
    .textBen {
        width: 17em;
    }
    .textBen p {
        font-size: 22px;
    }
    .textManuIn {
        width: 18em;
    }
    .textManuIn p {
        font-size: 22px;
    }
    .widthImgsInManInt img {
        width: 18em;
    }
    .cirMan {
        width: 14em;
        height: 14em;
    }
    .textContacMan p {
        font-size: 22px;
    }
}