.card{
    box-shadow: 40px 43px 39px #0000000F;
    border-radius: 24px;
    border: none;
    position: relative;
    margin-bottom: 10px;
}

.card .card-body{
    padding: 30px;
}
.card .card-body img{
    transform: scale(0.5);
}

.card .card-body p{
    font-size: 18px;
    font-family: var(--font-family-dmsans);
    letter-spacing: -0.36px;
    color: var(--color-353535);
}

.card .card-body h3{
    font-weight: 400;
    font-size: 30px;
    color: #000;
}



/* .reports{
    margin-bottom: 45px;
} */
.reports .card{
    background-color: #e7eeed;
    box-shadow: none;
    min-height: 385px;
}

.reports .card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reports .card .card-date{
    font-size: 18px;
    font-family: var(--font-family-dmsans);
    font-weight: 500;
    color: #9c9c99;
    margin-bottom: 20px;
}
.reports .card .card-title{
    font-size: 30px;
    font-family: var(--font-family-archia);
    font-weight: 400;
    color: #000;
    line-height: 47px;
}
.reports  button{
    background-color: var(--color-ffff71);
    border-radius: 26px;
    color: #353535;
    font-size: 18px;
    font-family: var(--font-family-archia);
    font-weight: 600;
    border: none;
    height: 69px;
    width: 100%;
}

.home .internal-content .card .card-body {
    padding: 60px;
    min-height: 411px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.home .home-internal-cards h3 {
    min-height: 110px;
}

.home .home-internal-cards p {
    min-height: 160px;
}

@media screen and (min-width: 1024px) {  
    .reports  button{
        background-color: unset;
        border-radius: 26px;
        color: #353535;
        font-size: 18px;
        font-family: var(--font-family-archia);
        font-weight: 600;
        border: none;
        height: 69px;
        width: 100%;
        max-width: 323px;
    }

    .card.step1{
        top: 100px;
    }
    .card.step2{
        top: 200px;
    }
    
    .stairSecond{
        margin-top: 313px;
        margin-bottom: 250px;
    }
    
    .stairSecond .card.step1{
        top: 30px;
    }
    .stairSecond .card.step2{
        top: 120px;
    }

    .card.stepMargin{
        top: 100px;
    }
}

.news {
    margin-top: 40px;
}

.news .card{
    background-color: #FFF;
    box-shadow: 0px 40px 50px #00000014;
    border-radius: 26px;
    height: auto;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

.news .card:hover{
    background-color: var(--color-ffff71);
    box-shadow: none;
}

.news .card:hover .arrowWrapper{
    width: 100px;
}
.news .card:hover .arrowWrapper::before{
    height: 50px;
}

.news .card:hover .rightBtn{
    margin-top: 36px;
}


.news .card .card-body{
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 20%;
    padding-bottom: 34px;
}

.news .news-date{
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -0.35px;
    color: #9c9c99;
    font-family: var(--font-family-dmsans);
    margin-bottom: 10px;
    margin-top: 10%;
}

.news .news-title{
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.88px;
    color: #353535;
    font-family: var(--font-family-archia);
    font-weight: 500;
/*     margin-bottom: 10px; */
    min-height: 130px;
}

.news .arrow{
    display: block;
    width: 25px;
    height: 17px;
    transform: matrix(0, -1, 1, 0, 0, 0);
    margin-top: 40px;
}




@media screen and (min-width: 768px) {
    .news{
        margin-top: 120px;
    }

/*     .news .card{
        height: 368px;
    } */

    .news .news-date{
        font-size: 12px;
/*         line-height: 45px; */
    }

    .news .news-title{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .news .card:hover{
        background-color: var(--color-ffff71);
        transition: all 0.5s ease-in-out;
        transform: translateY(-50px);
        box-shadow: none;
    
    }

    .news .card:hover .news-title{
        color: #9c9c99;
    }
    
    .card .card-body{
        padding: 60px;
    }
    
}

@media screen and (min-width: 1024px) {
    .news{
        margin-top: 0px;
    }

    .news .news-date{
        font-size: 14px;
/*         line-height: 90px; */    
}

    .news .news-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .news .news-title{
        font-size: 22px;
        margin-bottom: 40px;
        min-height: 175px;
    }
}

.rolebox {
    margin-top: 120px;
}


.card.yellow{
    background-color: var(--color-ffff71);
    padding: 40px;
    box-shadow: none;
}

.comisionTrabajo .card.yellow{
    padding: inherit!important;
}

.card.yellow p{
    color: #353535!important;
}

.rolebox .card.grey{
    background-color: #E7EEED;
    padding: 40px;
    display: flex;
    align-content: space-between;
    box-shadow: none;
}

@media screen and (min-width: 768px) {

    .rolebox .card.grey{
        min-height: 427px;
    }
}

@media screen and (min-width: 1024px) {
    .rolebox .card.grey{
        min-height: 519px;
    }

    .rolebox .card.yellow{
        padding: 120px;
    }
    .rolebox .card.grey{
        padding: 95px 70px;
    }
}