* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "HK Grotesk";
    width: 100%;
}

header.header-default {
    position: absolute;
    top: 50px;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

nav.navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

nav.navigation a {
    width: max-content;
    color: #f5f5f5;
    font-size: 16px;
    text-align: center;
}

section.aba1-download {
    background-image: url(https://visaodejogo.net/wp-content/uploads/2024/10/dobra_1.1.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: min(80vh, 720px);
}

.logo a {
    display: inline-block;
}

.logo img {
    width: 120px !important;
}

article.content-download h2 {
    color: #f5f5f5;
    font-family: "HK Grotesk";
    font-weight: 400;
    font-size: 32px;
    padding: 10px 0 0;
}

article.content-download p {
    color: #f5f5f5;
    font-family: "HK Grotesk";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 20px;
    max-width: 471px;
}

article.content-download button {
    padding: 20px 26px;
    background-color: #30a583;
    color: #f5f5f5;
    text-align: center;
    font-size: 1em;
    font-family: "HK Grotesk";
    font-weight: 600;
    outline: none;
    border: none;
}

div#downloadFormContainer input {
    padding: 20px 26px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #212121;
}

.brxe-button {
    padding: 20px 26px;
    background-color: #30a583;
    color: #f5f5f5;
    text-align: center;
    font-size: 1em;
    font-family: "HK Grotesk";
    font-weight: 600;
    text-decoration: none;
}

.brxe-button {
    box-shadow: 0px 28px 80px 0px rgba(48, 165, 131, 0.28), 0px 11.698px 33.422px 0px rgba(48, 165, 131, 0.20), 0px 6.254px 17.869px 0px rgba(48, 165, 131, 0.17), 0px 3.506px 10.017px 0px rgba(48, 165, 131, 0.14), 0px 1.862px 5.32px 0px rgba(48, 165, 131, 0.11), 0px 0.775px 2.214px 0px rgba(48, 165, 131, 0.08);
    transition: ease 0.5s all;
}

.bricks-button.circle {
    border-radius: 100px!important;
}

.bricks-button {
    align-items: center;
    border-width: 0;
    color: #f5f5f5;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    letter-spacing: .5px;
    padding: .5em 1em;
    text-align: center;
}

/* artes */
section.artes-download {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    /* height: min(80vh, 720px); */
    background-image: url(https://visaodejogo.net/wp-content/uploads/2024/10/dobra-7.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.box-items-artes {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.swiper.mySwiper.carousel-artes {
    display: none;
}

.box-items-artes .item-arte .overlay {
    margin: 20px auto 0;
    text-align: center;
}

.box-items-artes .item-arte a {
    max-width: 200px !important;
}

.content-artes h2 {
    text-align: center;
    color: #f5f5f5;
    font-size: 26px;
    padding-bottom: 20px;
    font-family: "HK Grotesk";
}

/* .swiper {
    width: 100% !important;
}

.item-arte-download {
    position: relative;
    overflow-y: hidden;
    width: 100% !important;
}

.item-arte-download img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 300px;
    border-radius: 12px;
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.4s ease-in-out;
    border-radius: 12px;
}

.overlay span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "HK Grotesk";
}

.item-arte-download:hover .overlay {
    bottom: 0; 
} */

br {
    display: none;
}

/* Estilizando o modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Conteúdo do modal */
    & .modal-content {
        background: white;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        max-width: 300px;
        position: relative;
        
        & h2 {
            font-size: 22px;
            font-family: "HK Grotesk";
        }
    
        & h3 {
            font-size: 22px;
            font-family: "HK Grotesk";
        }
    
        & h4 {
            font-size: 22px;
            font-family: "HK Grotesk";
        }
        
        /* Input e botão */
        & input {
            width: 90%;
            margin: 10px 0 20px;
            border: 1px solid #ccc;
            padding: 18px 26px;
            border-radius: 50px;
            outline: none;
            color: #212121;
            font-size: 16px;
            line-height: 1.2em;
        }
        
        & button {
            background: #007bff;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            align-items: center;
            border-width: 0;
            display: inline-flex;
            gap: 10px;
            justify-content: center;
            letter-spacing: .5px;
            padding: 12px 34px;
            background-color: #30a583;
            color: #f5f5f5;
            text-align: center;
            font-size: 1em;
            font-weight: 600;
            text-decoration: none;
            font-family: "HK Grotesk";
        }
        
        & button:hover {
            background: #30a584b0;
        }
        
        /* Botão de fechar */
        & .close {
            float: right;
            font-size: 24px;
            cursor: pointer;
            position: absolute;
            right: 0px;
            top: 0px;
            background: #30a583;
            display: inline-block;
            width: 35px;
            height: 35px;
            z-index: 99999;
            border-radius: 0 0 0 12px;
            color: #f5f5f5;
            font-size: 18px;
            font-family: "HK Grotesk";
        }
    }

}

footer.footer-default {
    background: #30a583;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px;
}

footer.footer-default p {
    font-weight: 600;
    color: #f5f5f5;
}

footer.footer-default a {
    width: max-content;
}


@media(min-width:1024px) {
    br {
        display: block;
    }

    section.artes-download {
        min-height: 470px;
    }

    .container {
        width: 900px;
    }

    .box-items-artes {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .swiper.mySwiper.carousel-artes {
        display: block;
    }

    .item-arte {
        position: relative; /* Garante que o overlay fique dentro desse container */
        overflow: hidden; /* Evita que o overlay ultrapasse os limites */
        border-radius: 12px; /* Mantém o mesmo border-radius */
    }

    .item-arte:hover .overlay {
        bottom: 0; 
    }

    .item-arte img {
        height: 300px;
        object-fit: cover;
    }
    
    .item-arte-download {
        position: relative;
        overflow-y: hidden;
        width: 100% !important;
    }
    
    .item-arte-download img {
        width: 100%;
        object-fit: cover;
        display: block;
        height: 300px;
        border-radius: 12px;
        height: 300px;
        width: 100%;
        object-fit: contain;
    }
    
    .overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: bottom 0.4s ease-in-out;
        border-radius: 12px;
    }
    
    .overlay span {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        font-family: "HK Grotesk";
    }
    
    .item-arte-download:hover .overlay {
        bottom: 0; 
    }
}

@media(min-width:1280px) {
    .container {
        width: 1140px;
    }
}