﻿ul.list-home-service-app {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.logo-app-home {
    text-align: center;
    margin: auto;
}

a.logo-app-service {
    position: relative;
    text-align: center;
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0px 4px 35px 0px rgba(0, 70, 151, 0.35);
}

    a.logo-app-service img {
        width: 100%;
        margin: auto;
        height: 100%;
    }

.w-top-app-home h3 {
    margin: 0;
    width: fit-content;
    border-bottom: 1px solid #36AFDA;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'geoB';
    font-weight: 100;
    line-height: 120.2%;
    padding-bottom: 4px;
    color: #004697;
}

    .w-top-app-home h3 strong {
        color: #FF202D;
    }

.w-top-app-home {
    text-align: left;
    margin-bottom: 16px;
}

.w-home-service-app {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}

img.img-avatar-app.fill {
    border-radius: 6px;
}

.c-item-hover-service h3 {
    margin: 0;
    color: #fff;
    line-height: 140%;
    font-weight: 100;
    font-family: 'geoBook';
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

li.item-home-service-app {
    list-style: none;
    border-radius: 18px;
    box-shadow: 0px 4px 35px 0px rgba(0, 70, 151, 0.35);
}

    li.item-home-service-app a {
        position: relative;
        border-radius: 6px;
    }

.content-item-home-service {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 6px 6px;
}

.img-item-home-service-app {
    position: relative;
    border-radius: 6px;
}

    .img-item-home-service-app:before {
        content: '';
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 52, 113, 0.85) 0%, rgba(0, 52, 113, 0.48) 48.96%, rgba(255, 255, 255, 0.00) 100%);
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

.c-item-hover-service {
    padding: 0 15px;
    padding-bottom: 15px;
    border-radius: 0 0 6px 6px;
}

li.item-home-service-app:hover .c-item-hover-service h3 {
    color: var(--default-color-1);
}

.w-top-app-home h2 {
    margin: 0;
    font-family: 'geoM';
    font-weight: 100;
    color: #4D4D4D;
    line-height: 133.2%;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 30px;
}

@media(min-width:1400px) {
}

@media(max-width:1023px) {
    ul.list-home-service-app {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 12px;
    }

    a.logo-app-service {
        width: 190px;
        height: 190px;
    }

    .w-top-app-home h3 {
        font-size: 22px;
    }

    .w-top-app-home h2 {
        font-size: 18px;
    }

    .c-item-hover-service h3 {
        font-size: 20px;
    }

    .w-home-service-app {
        position: relative;
        padding-top: 65px;
        padding-bottom: 270px;
    }

    html {
        height: auto;
    }
}

@media(max-width:739px) {
    ul.list-home-service-app {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 12px;
    }

    a.logo-app-service {
        width: 120px;
        height: 120px;
    }

    .w-home-service-app {
        padding-bottom: 235px;
    }
}