.img_banner {
    height: 100vh;
    object-fit: cover;
}

.works {
    padding-top: 7rem;
}

.borderSubmenu {
    border-style: solid none solid none;
    border-width: 0.5px;
    color: #EAE8E8;
}

.btnMenu li.active2 a,
.btnMenu li.active2 a:hover {
    color: #0F9B00;
    font-weight: 600;
}

.btnMenu li a,
.btnMenu li a:hover {
    color: rgb(51, 51, 51);
}

.active2 {
    border-style: solid none solid none;
    border-width: 2px;
    color: #0F9B00;
}

.works ul li {
    list-style: none;
}

.asideMenu {
    padding-left: 40px;
}

.li_aside {
    background: #f5f5f5;
    margin: 5px 0px;
}

.li_aside a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.li_aside a:hover,
.li_aside a:visited,
.li_aside a:link {
    color: rgb(51, 51, 51);
}

.li_aside.active3 a {
    color: #f5f5f5;
}

.li_aside:hover {
    background: #0F9B00;
}

.active3 {
    background: #0F9B00;
}

.btnAside {
    list-style: none;
    margin: 0px;
}

.content-card-works {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.card-size-woks {
    width: 25rem;
}

.card-flip3 {
    position: relative;
    object-fit: cover;
}

.card-flip3 .face3 {
    backface-visibility: hidden;
    transition: .5s;
}

.card-flip3 .front3 {
    background: #EDEDED;
}

.content3 {
    color: white;
    display: flex;
    justify-content: center;
}

.content3 a {
    display: ruby;
    color: inherit;
    margin-top: 15%;
}


.img-cars-works {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.details3 .content3 h2 {
    font-size: clamp(0.75rem, 0.7083rem + 0.3333vw, 1rem);
    font-weight: 400;
    line-height: 36px;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
}

.content3 p {
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.card-flip3:hover .back {
    transform: scaleY(1);
}

.details3 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0F9B00;
    transform: scaleY(0);
    transition: transform .5s;
}

.card-flip3:hover .details3 {
    transform: scaleY(1);
}

.btnInfoWork {
    background: #0F9B00;
    color: #f5f5f5;
    font-size: 12px;
}


.cardWorksSubCat {
    display: flex;
    justify-content: center;
}

.btnInfoWork:hover {
    background: rgba(15, 155, 0, 0.4);
}

@media (max-width: 1399.98px) {
    .card-size-woks {
        width: 18rem;
    }
}

@media (max-width: 1199.98px) {
    .asideMenu {
        padding-left: 10px;
    }
}