@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300&display=swap');

.fondoSistemas {
    background-image: url('../../img/siggo-aspel/fondo\ aspel_Mesa\ de\ trabajo\ 1.png');
    background-repeat: no-repeat;
    background-position: center;
}

.p-b {
    padding: 2rem;
}

/* -------------------------Banner Call izquierdo-------------------------------- */

.desc-cap2 {
    width: 100%;
    padding: 1rem;
    position: relative;
    z-index: 1;
    /* text-align: center; */
    color: rgb(0, 0, 0);
    transition: .2s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.btn-call-to {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.titulo-informacion {
    margin-left: 0px;
    margin-bottom: 15px;
}

.content-info {
    margin-left: 0px;
    margin-bottom: 20px;
}

.titulo-informacion h3 {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #820707;
}

.content-info p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.pJ {
    padding: 0;
}

@media (min-width: 268px) {
    .card-cap2 {
        background: #F6F6F6 0% 0% no-repeat padding-box;
        display: flex;
        position: relative;
        border-radius: 0px 20px 20px 0px;
        box-shadow: 1px 1px 20px 0px #00000024;

    }

    .cont-img-card2 {
        position: relative;
        margin-top: -4em;
        width: 40%;

    }


    .desc-cap2:before {
        transform: skewX(-3deg);
        content: "";
        background: none;
        width: 60px;
        position: absolute;
        left: -32px;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #F6F6F6 0% 0% no-repeat padding-box;
    }
}

.desc-cap2:before {
    /* left: inherit; */
    right: 14em;
    transform: skew(10deg);
}

@media screen and (max-width:1366px) {
    .cont-img-card2 {
        position: relative;
        margin-top: -3.5em;
    }
}

@media screen and (max-width:1024px) {
    .cont-img-card2 {
        margin-top: -3em;
        width: 35%;
    }

    .desc-cap2 {
        padding: 0.5rem;
        width: 75%;
    }

    .titulo-informacion h3 {
        font-size: 30px;
    }

    .btn-call-to {
        display: flex;
        justify-content: flex-end;
        width: 100% !important;
    }

    .content-info p {
        font-size: 14px;
    }

    .titulo-informacion {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .content-info {
        margin-left: 0px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:990px) {
    .cont-img-card2 {
        margin-top: -2.5em;
        width: 39%;
    }

}

@media screen and (max-width:768px) {
    .cont-img-card2 {
        margin-top: -2em;
    }

    .titulo-informacion h3 {
        font-size: 20px;
    }

    .content-info p {
        font-size: 10px;
    }

    .desc-cap2 {
        padding: 0rem;
        width: 80%;
    }

}


@media screen and (max-width:575px) {
    .cont-img-card2 {
        position: relative;
        z-index: 0;
        height: auto;
    }

    .desc-cap2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .read-more {
        background: transparent linear-gradient(180deg, #818181 0%, #D1D1D1 100%) 0% 0% no-repeat padding-box;
        border-radius: 70px;
        width: 100%;
    }
}

@media screen and (max-width:468px) {
    .card-cap2 {
        flex-direction: column;
        padding: 0.5rem;
        width: 100%;
    }

    .cont-img-card2 {
        margin-top: -5em;
        width: 100%;
    }


    .titulo-informacion h3 {
        font-size: 35px;
        margin: 0px 10px 0px 10px;
    }

    .content-info p {
        font-size: 15px;
        margin: 0px 10px 0px 10px;

    }

    .btn-call-to {
        justify-content: center;
        margin: 15px;
    }

    .pJ {
        padding: 1em;
    }

    .desc-cap2:before {
        width: 0px;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .card-cap2 {
        border-radius: 0px 0px 20px 20px;
    }
    .desc-cap2 {
        padding: 0rem;
        width: 100%;
    }
}


/* -------------------------Banner Call derecho------------------------------------- */

.desc-capD {
    width: 100%;
    padding: 1rem;
    position: relative;
    z-index: 1;
    /* text-align: center; */
    color: rgb(0, 0, 0);
    transition: .2s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.btn-call-toD {
    display: flex;
    justify-content: start;
    width: 100%;
}

.titulo-informacion {
    margin-left: 0px;
    margin-bottom: 15px;
}

.content-info {
    margin-left: 0px;
    margin-bottom: 20px;
}

.titulo-informacion h3 {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #820707;
}

.content-info p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.pJ {
    padding: 0;
}

@media (min-width: 268px) {
    .card-capD {
        background: #F6F6F6 0% 0% no-repeat padding-box;
        display: flex;
        position: relative;
        border-radius: 0px 20px 20px 0px;
        box-shadow: 1px 1px 20px 0px #00000024;

    }

    .cont-img-cardD {
        position: relative;
        margin-top: -4em;
        width: 40%;

    }


    .desc-capD:before {
        transform: skewX(-3deg);
        content: "";
        background: none;
        width: 60px;
        position: absolute;
        right: -32px;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #F6F6F6 0% 0% no-repeat padding-box;
    }
}

.desc-capD:before {
    transform: skew(-10deg);
}

@media screen and (max-width:1366px) {
    .cont-img-cardD {
        position: relative;
        margin-top: -3.5em;
    }
}

@media screen and (max-width:1024px) {
    .cont-img-cardD {
        margin-top: -3em;
        width: 35%;
    }

    .desc-capD {
        padding: 0.5rem;
        width: 75%;
    }

    .titulo-informacion h3 {
        font-size: 30px;
    }

    .btn-call-toD {
            display: flex;
            justify-content: flex-start;
            width: 100% !important;
    }

    .content-info p {
        font-size: 14px;
    }

    .titulo-informacion {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .content-info {
        margin-left: 0px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:990px) {
    .cont-img-cardD {
        margin-top: -3em;
        width: 40%;
    }
    .titulo-informacion h3 {
        font-size: 25px;
    }

    .content-info p {
        font-size: 13px;
    }  
    .btn-call-toD {
        justify-content: flex-start;
    } 
}

@media screen and (max-width:768px) {
    .cont-img-cardD {
        margin-top: -2em;
    }

    .titulo-informacion h3 {
        font-size: 20px;
    }

    .content-info p {
        font-size: 10px;
    }

    .desc-capD {
        padding: 0rem;
        width: 80%;
    }

}

@media screen and (max-width:575px) {
    .cont-img-cardD {
        position: relative;
        z-index: 0;
        height: auto;
    }

    .desc-capD {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .read-more {
        background: transparent linear-gradient(180deg, #818181 0%, #D1D1D1 100%) 0% 0% no-repeat padding-box;
        border-radius: 70px;
        width: 100%;
    }
}

@media screen and (max-width:468px) {
    .cont-img-card2 {
        margin-top: -5em;
        width: 100%;
    }

    .card-capD {
        flex-direction: column;
        padding: 0.5rem;
        width: 100%;
    }

    .cont-img-cardD {
        margin-top: -5em;
        width: 100%;
    }


    .titulo-informacion h3 {
        font-size: 35px;
        margin: 0px 10px 0px 10px;
    }

    .content-info p {
        font-size: 15px;
        margin: 0px 10px 0px 10px;

    }

    .btn-call-toD {
        justify-content: center;
        margin: 15px;
    }

    .pJ {
        padding: 1em;
    }

    .desc-capD:before {
        width: 0px;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .card-capD {
        border-radius: 0px 0px 20px 20px;
    }
    .desc-capD {
        padding: 0rem;
        width: 100%;
    }
}


/*-----------------------Banner Fiscal------------------------*/

.desc-cap3 {
    width: 100%;
    padding: 1rem;
    position: relative;
    z-index: 1;
    /* text-align: center; */
    color: rgb(0, 0, 0);
    transition: .2s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 0px 25px 25px 0px;
}

.btn-call-toD {
    display: flex;
    justify-content: start;
    width: 100%;
}

.titulo-informacion {
    margin-left: 0px;
    margin-bottom: 15px;
}

.content-info {
    margin-left: 0px;
    margin-bottom: 20px;
}

.titulo-informacion h3 {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #820707;
}

.content-info p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.pJ {
    padding: 0;
}

@media (min-width: 268px) {
    .card-capD {
        background: #F6F6F6 0% 0% no-repeat padding-box;
        display: flex;
        position: relative;
        border-radius: 0px 20px 20px 0px;
        box-shadow: 1px 1px 20px 0px #00000024;

    }

    .cont-img-card3 {
        position: relative;
        margin-top: 0em;
        width: 50%;

    }


    .desc-cap3:before {
        transform: skewX(-3deg);
        content: "";
        background: none;
        width: 70px;
        position: absolute;
        right: 95%;
        top: -1px;
        bottom: 0;
        z-index: -1;
        background: white;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        /* height: 232px; */
    }
}

.desc-cap3:before {
    transform: skew(12deg);
}

@media screen and (max-width:1440px) {
    .cont-img-card3 {
        position: relative;
        margin-top: 0em;
        width: 60%;
    }

    .desc-cap3:before {
        right: 93%;
    }
}

@media screen and (max-width:1366px) {
    .desc-cap3 {
        justify-content: center;
        align-items: center;
    }

    .cont-img-card3 {
        margin-top: 0em;
        width: 43%;
    }

    .cont-img-card4 img {
        left: -43%;
    }
}

@media screen and (max-width: 1280px) {
    .cont-img-card3 {
        position: relative;
        margin-top: 0em;
        width: 48%;
    }
}

@media screen and (max-width:1194px) {
    .cont-img-card3 {
        width: 55%;
    }

    .cont-img-card3 {
        width: 61%;
    }

    .desc-cap3:before {
        right: 93%;
    }
}


@media screen and (max-width:1024px) {
    .cont-img-card3 {
        margin-top: 0em;
        width: 40%;
    }

    .desc-cap3 {
        padding: 0.5rem;
        width: 75%;
    }

    .titulo-informacion h3 {
        font-size: 30px;
    }

    .btn-call-toD {
        display: flex;
        justify-content: flex-start;
        width: 100% !important;
    }

    .content-info p {
        font-size: 14px;
    }

    .titulo-informacion {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .content-info {
        margin-left: 0px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:990px) {
    .cont-img-card3 {
        margin-top: 0em;
        width: 32%;
    }

    .titulo-informacion h3 {
        font-size: 25px;
    }

    .content-info p {
        font-size: 13px;
    }

    .btn-call-toD {
        justify-content: flex-start;
    }


}

@media screen and (max-width:768px) {
    .cont-img-card3 {
        margin-top: 0em;
        width: 41%;
    }

    .titulo-informacion h3 {
        font-size: 20px;
    }

    .content-info p {
        font-size: 10px;
    }

    .desc-cap3 {
        padding: 0rem;
        width: 80%;
    }

}

@media screen and (max-width:575px) {
    .cont-img-card3 {
        position: relative;
        z-index: 0;
        height: auto;
        width: 0px;
    }

    .desc-cap3::before {
        width: 0;
        height: 0;
    }

    .read-more {
        background: transparent linear-gradient(180deg, #818181 0%, #D1D1D1 100%) 0% 0% no-repeat padding-box;
        border-radius: 70px;
        width: 100%;
    }

    .desc-cap3 {
        padding: 2rem 0px;
        width: 100%;
        border-radius: 25px;
    }

    .cont-img-card3 {
        display: none;
    }

}

@media screen and (max-width:468px) {
    .cont-img-card3 {
        margin-top: -5em;
        width: 100%;
    }

    .card-cap3 {
        flex-direction: column;
        padding: 0.5rem;
        width: 100%;
    }

    .cont-img-card3 {
        margin-top: -5em;
        width: 100%;
    }


    .titulo-informacion h3 {
        font-size: 35px;
        margin: 0px 10px 0px 10px;
    }

    .content-info p {
        font-size: 15px;
        margin: 0px 10px 0px 10px;

    }

    .btn-call-toD {
        justify-content: center;
        margin: 15px;
    }

    .pJ {
        padding: 1em;
    }

    .desc-cap3:before {
        width: 0px;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .card-capD {
        border-radius: 0px 0px 20px 20px;
    }

    .desc-cap3 {
        padding: 1rem;
        width: 100%;
    }

    .card-cap2.fisCarCal {
        flex-direction: column;
        padding: 0rem;
        width: 100%;
    }
}

.bacCal3Fi {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    position: relative;
    height: 22rem;
}

.cont-img-card4 {
    width: 42%;
}

.cont-img-card4 img {
    position: absolute;
    top: -25%;
    left: -23%;
}

@media screen and (max-width:1440px) {
    .cont-img-card4 img {
        position: absolute;
        top: -25%;
        left: -35%;
    }
}

@media screen and (max-width:1366px) {
    .cont-img-card4 img {
        position: absolute;
        top: -25%;
        left: -43%;
    }
}

@media screen and (max-width: 1280px) {

    .bacCal3Fi {
        height: 19rem;
    }

    .cont-img-card4 img {
        position: absolute;
        top: -30%;
        left: -42%;
        width: 71%;
    }

    .cont-img-card4 img {
        left: -43%;
    }
}

@media screen and (max-width: 1194px) {
    .bacCal3Fi {
        height: 17rem;
    }

    .cont-img-card4 img {
        top: -32%;
        left: -34%;
        width: 64%;
    }
}

@media screen and (max-width:1180px) {
    .cont-img-card4 img {
        top: -32%;
        left: -28%;
        width: 60%;
    }
}

@media screen and (max-width:1024px) {
    .cont-img-card4 img {
        top: -23%;
        left: -30%;
        width: 65%;
    }

}

@media screen and (max-width:991px) {
    .cont-img-card4 img {
        left: -34%;
        top: -28%;
    }
}
@media screen and (max-width:834px){
        .cont-img-card4 img {
        top: -24%;
        left: -34%;
        width: 72%;
    }
}
@media screen and (max-width:768px) {
    .cont-img-card4 img {
        top: -23%;
        left: -38%;
        width: 75%;
    }
}

@media screen and (max-width:540px) {
    .cont-img-card4 {
        width: 0;
    }

    .cont-img-card4 img {
        display: none;
    }
}