.contenedor_btn_intranet_extranet {
    /* height: 262px; */
}

#modal_intranet_extranet .modal-content {
    background-color: transparent;
    border-color: transparent;
}

.contenedor_botones {
    text-align: center;
    /* margin-top: 190px; */
}

.contenedor_botones_2 {
    text-align: center;
}

#btn_intranet {
    background-image: url("../img/1_1.jpg");
    height: 175px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0%, 100% -25%, 73% 100%, 0% 100%);
    margin: 0px -100px 0px 0px;
    transition: all 0.5s;
    transform: scale(1);

    color: white;
}

#btn_intranet_not {
    background-image: url("../img/1_1.jpg");
    height: 175px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0%, 100% -25%, 73% 100%, 0% 100%);
    margin: 0px -100px 0px 0px;
    transition: all 0.5s;
    transform: scale(1);
    filter: grayscale(1);
    pointer-events: none;
}

#btn_intranet_2 {
    background-image: url(../img/1_1.jpg);
    height: 262px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
    margin: 0px -70px 0px 0px;
    transition: all 0.5s;
}

#btn_intranet_2_not {
    background-image: url(../img/1_1.jpg);
    height: 262px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
    margin: 0px -70px 0px 0px;
    transition: all 0.5s;
    filter: grayscale(1);
    pointer-events: none;
}

#btn_extranet {
    background-image: url("../img/2_2.jpg");
    height: 175px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    z-index: 2;
    position: relative;
    clip-path: polygon(26% 0, 100% 0%, 100% 100%, 6% 100%);
    margin: 0px 0px 0px 24px;
    transition: all 0.5s;
    transform: scale(1);

    color: white;
}

#btn_extranet_not {
    background-image: url("../img/2_2.jpg");
    height: 175px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 2;
    position: relative;
    clip-path: polygon(26% 0, 100% 0%, 100% 100%, 6% 100%);
    margin: 0px 0px 0px -24px;
    transition: all 0.5s;
    transform: scale(1);
    filter: grayscale(1);
    pointer-events: none;
}

#btn_extranet_2 {
    background-image: url(../img/2_2.jpg);
    height: 262px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 2;
    position: relative;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
    margin: 0px 0px 0px -24px;
    transition: all 0.5s;
}

#btn_extranet_2_not {
    background-image: url(../img/2_2.jpg);
    height: 262px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 2;
    position: relative;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
    margin: 0px 0px 0px -24px;
    transition: all 0.5s;
    filter: grayscale(1);
    pointer-events: none;
}

#btn_intranet_2:hover {
    transform: scale(1.1);
    border-color: transparent;
}

#btn_extranet_2:hover {
    transform: scale(1.1);
    border-color: transparent;
}

#btn_intranet:hover {
    transform: scale(1.1);
    border-color: transparent;
}

#btn_extranet:hover {
    transform: scale(1.1);
    border-color: transparent;
}

/* Para 1200px*/

@media only screen and (max-width: 1238px) and (min-width: 1200px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 45px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 178px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 230px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% -13%, 72% 100%, 0% 100%);
        margin: 0px -48px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 178px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 230px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 4% 100%);
        margin: 0px 0px 0px -36px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/1_1.jpg");
        height: 262px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
        margin: 0px -70px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/2_2.jpg");
        height: 262px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}

/* Para 1200px*/

@media only screen and (max-width: 1199px) and (min-width: 981px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 45px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 95px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 205px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% -13%, 72% 100%, 0% 100%);
        margin: 0px -48px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 95px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 205px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 4% 100%);
        margin: 0px 0px 0px -36px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/1_1.jpg");
        height: 262px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
        margin: 0px -70px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/2_2.jpg");
        height: 262px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 69px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 95px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 140px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 95px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 140px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/1_1.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2_not {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 60px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 68% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 2;
        position: relative;
        clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/1_1.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 72% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2_not {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 40px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 68% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/btn-extranet.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 2;
        position: relative;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px 0px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/btn-intranet.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        margin: 0px 5px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2_not {
        background-image: url("../img/btn-extranet.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 2;
        position: relative;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px 0px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 40px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 68% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/btn-intranet.jpg");
        height: 175px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        margin: 0px 3px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/btn-extranet.jpg");
        height: 175px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 2;
        position: relative;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2_not {
        background-image: url("../img/btn-extranet.jpg");
        height: 175px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 2;
        position: relative;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px 0px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_btn_intranet_extranet {
        height: 262px;
    }
    #modal_intranet_extranet .modal-content {
        background-color: transparent;
        border-color: transparent;
    }
    .contenedor_botones {
        text-align: center;
        margin-top: 40px;
    }
    #btn_intranet {
        background-image: url("../img/1_1.jpg");
        height: 175px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 68% 100%, 0% 100%);
        margin: 0px -30px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet {
        background-image: url("../img/2_2.jpg");
        height: 175px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 240px;
        z-index: 2;
        position: relative;
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px -24px;
        transition: all 0.5s;
    }
    #btn_intranet_2 {
        background-image: url("../img/btn-intranet.jpg");
        height: 175px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 1;
        position: relative;
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        margin: 0px 3px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2 {
        background-image: url("../img/btn-extranet.jpg");
        height: 175px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 2;
        position: relative;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px 0px;
        transition: all 0.5s;
    }
    #btn_extranet_2_not {
        background-image: url("../img/btn-extranet.jpg");
        height: 175px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 48%;
        z-index: 2;
        position: relative;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        margin: 0px 0px 0px 0px;
        transition: all 0.5s;
    }
    #btn_intranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
    #btn_extranet:hover {
        transform: scale(1.1);
        border-color: transparent;
    }
}