﻿@font-face {
    font-family: letraIultra;
    src: url(../fonts/Aceh-ExtraBold.ttf)
}

#home .container {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
    overflow-y: auto;
    padding-top: 7rem;
}

#home .content {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    flex-direction: column;
}

#home .row {
    width: 80%;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
}

#home .itens {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2rem;
}

#home .item {
    display: inline-block;
    width: 23%;
    background-color: #eee;
    min-height: 25rem;
    text-align: center;
    padding: 1rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

#home .item:hover,
#home .item:focus {
    background-color: #d0d6ee;
}

#home .item:active {
    background-color: #a7b7f9; 
}

#home .item .image {
    display: flex;
    align-items: flex-end; 
    justify-content: center; 
    width: 100%;
    height: 15rem;
}

#home .item .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#home .item .title {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    min-height: 2rem;
    text-align: center;
    padding: 1rem;
}


#home .item .title p {
    color: #666;
    font-weight: 600;
}
        

@media screen and (max-width: 980px) {
    .containerCards {
        flex-direction: column;
        width: 90%;
    }

        .containerCards > a {
            height: 170px;
            width: 100%;
            align-items: flex-start;
            background-color: #00417f;
            margin: 10px;
        }

    .frase-rodape {
        display: none;
    }

    .card-total {
        min-height: 75%;
        border: 10px solid #fff;
        margin-top: 75px;
    }

    .card-top{
        display: none;
    }

    .card-top{
        display: none;
    }

    .card-bottom {
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: #fff;
    }

    .card-bottom a p{
        color:aliceblue;
    }

    .containerCards img {
        border-color: #00417f;
        color: #00417f;
        background-color: #00417f;
    }

    .content{
        margin-top: 90px;
    }
}


