.site-primary-header-wrap{
    max-width: 100%!important;
    width: 100%;
    background-color: #F0F5FA;
    border-bottom: 1px solid #D1D3D4;
}

.ast-site-title-wrap{
    display: none;
}

header .custom-logo-link img{
    max-width: 230px;
    width: auto;
    max-height: 50px;
}

header .ast-site-identity{
    padding: 0!important;
}
/*
#content{
    margin-top: 120px;
}
*/
footer ul{
    display: flex;
    gap: 30px;
    justify-content: center;
}

footer ul li{
    list-style: square;
}

footer ul li::marker{
    color: #ffdd00;
}

.footerLogo{
    position: fixed;
    bottom: 0;
    right: 25px;
    padding-bottom: 25px;
}

.backproj {
    position: fixed;
    bottom: 25px;   
    left: 25px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: background 0.3s ease;
    background-color: transparent;
    box-shadow: none; 
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
}

.backproj:hover{
    color: #ffdd00;
    background-color: transparent;
}

.menu-link{
    color:#a7a9ac!important;
}

.menu-link:hover{
    color:#1d1d1d!important;
}

.temp-homeImg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
}

.temp-homeImg .halfScreen{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: column;
}

.temp-homeImg .halfScreen:nth-of-type(1){
    align-items: flex-end;
}

.temp-homeImg .halfScreen:nth-of-type(1) .mainTextContainer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

.temp-homeImg .halfScreen:nth-of-type(1) .mainSentence{
    font-size: 5em;
    font-weight: 400;
}

.temp-homeImg .halfScreen:nth-of-type(1) .secSentence{
    font-size: 18px;
    text-transform: inherit;
    line-height: 1.3em;
}

.temp-homeImg .halfScreen .secText{
    color: #6d6e71;
}

.temp-homeImg .halfScreen .secText::after{
    content: '\2002\2192';
}

.temp-homeImg .halfScreen:nth-of-type(2){
    align-items: flex-start;
}

.temp-homeImg .halfScreen .myButton {
    width: 300px;
    height: 300px;
    background-color: #FFDD00; /* Cor de fundo (amarelo) */
    color: white;   
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    border: none;
    cursor: pointer;
    outline: none;
}

.temp-homeImg .halfScreen .myButton:hover {
    background-color: #A7A9AC; /* Cor ao passar o mouse (cinza claro) */
}

.temp-homeImg .halfScreen .myButton .mainButtonContainer{
    rotate: -45deg;
    text-align: center;
}

.temp-homeImg .halfScreen .myButton .mainButtonContainer .secLogo{
    max-height: 100px;
}

.temp-homeImg .halfScreen .myButton:hover{
    background-color: #333333;
}

.temp-homeImg .halfScreen .myButton:hover .mainButtonContainer .secText{
    color: #F0F5FA;
}

.temp-homeImg .halfScreen .myButton:hover .mainButtonContainer .secLogo{
    filter: brightness(0) invert(1);
}

.mainSection{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainSection .myForm{
    width: 50%;
    min-width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainSection .myForm form{
    max-width: 600px;
}

.mainSection .myForm form .myInput{
    border: 0;
    border-bottom: 1px solid #1d1d1d;
    border-radius: 0;
    width: 100%;
}

h2{
    text-align: center;
    margin-bottom: 40px;
}

.mainPage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 120px auto;
}

.mainPage .breadcrumb{
    position: absolute;
    left: 40px;
    top: 80px;
}

.mainPage .secSection{
    max-width: 800px;
    margin: 100px auto;
}

.mainPage .teamSection,
.mainPage .projSection{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.projSection .relatedProjects{
        font-size: 1.5rem!important;
    }

.mainPage .teamSection .teamCards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.mainPage .projSection .projFilters{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.mainPage .projSection .projFilters .filter-btn{
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #a7a9ac;
    box-shadow: none;
}

.mainPage .projSection .projFilters .filter-btn.active,
.mainPage .projSection .projFilters .filter-btn:hover{
    color: #1d1d1d;
}

.mainPage .projSection .projCards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.mainPage .teamSection .teamCards .teamCard,
.mainPage .projSection .projCards .projCard,
.projetos-relacionados .projCards .projCard{
    width: calc((100% - 60px) / 4);
    min-width: 270px;
    border: 1px solid #ffdd00;
    padding: 10px
}

.mainPage .projSection .projCards .projCard{
    aspect-ratio: 1/1;
}

.mainPage .projSection .projCards .projCard .projTitle,
.mainPage .projSection .projCards .projCard:hover .projThumb{
    display: none;
}

.mainPage .projSection .projCards .projCard:hover .projTitle{
    display: block;
    text-align: center;
}

.mainPage .projSection .projCards .projCard .projName{
    font-size: 16px;
    font-weight: bold;
    display: flex;
}

.mainPage .teamSection .teamCards .teamCard:hover{
    background-color: #D1D3D4;
}

.mainPage .teamSection .teamCards .teamCard p{
    margin-bottom: 0.5em;
}

.mainPage .teamSection .teamCards .teamCard .teamName,
.mainPage .teamSection .teamCards .teamCard .teamFunc{
    font-size: 16px;
    font-weight: bold;
    color: #6d6e71;
}

.mainPage .teamSection .teamCards .teamCard .teamFunc{
    text-transform: capitalize;
}

.mainPage .teamSection .teamCards .teamCard .teamCaract{
    font-size: 16px;
    color: #6d6e71;
}

.mainPage .projSection .projCards .projCard:hover{
    background-color: rgba(255, 221, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainImage {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    background-color: red;
}

.imagem-principal{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantém proporção e preenche a div */
    display: block;
}
/* Galeria Masonry */
.Gallery {
    column-count: 3;
    column-gap: 10px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.imageGallery {
    width: 100%;
    break-inside: avoid;
    margin-bottom: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.imageGallery:hover {
    transform: scale(1.05);
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 245, 250, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

#sliderImage {
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
    margin: auto;
}

/* Botão Fechar */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Botões de Navegação */
.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: background 0.3s ease;
    background-color: transparent;
    box-shadow: none;
}

.prev:hover, .next:hover {
    color: #ffdd00;
    background-color: transparent;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.creditos{
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.creditos span{
    color: #ffdd00;;
}


@media only screen and (max-width: 600px) {
    .ast-mobile-header-wrap{
        position: absolute;
        width: 100%;
    }

    .ast-main-header-wrap {
        padding-left: 10px;
    }

    .ast-mobile-header-content{
        height: inherit;
        background-color: #F0F5FA!important;
    }

    .ast-header-break-point .main-header-menu{
        background-color: #F0F5FA!important;
        height: calc(100vh - 80px);
        align-content: center;
    }

    .ast-header-break-point .main-header-menu .menu-item{
        text-align: center;
    }

    .temp-homeImg{
        flex-direction: column;
        position: relative;
    }

    .temp-homeImg .halfScreen{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
    }
    
    .temp-homeImg .halfScreen:nth-of-type(1) .mainTextContainer{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .temp-homeImg .halfScreen:nth-of-type(1) .mainSentence{
        font-size: 5em;
        font-weight: 400;
    }
    
    .temp-homeImg .halfScreen:nth-of-type(1) .secSentence{
        font-size: 18px;
        text-transform: inherit;
        line-height: 1.3em;
        margin-bottom: 0;
    }

    .temp-homeImg .halfScreen .secText::after{
        content: '\2002\2193';
    }
    
    .temp-homeImg .halfScreen:nth-of-type(2){
        align-items: center;
        justify-content: flex-start;
    }
    
    .temp-homeImg .halfScreen .myButton {
        width: 200px;
        height: 200px;
        background-color: #FFDD00; /* Cor de fundo (amarelo) */
        color: white;   
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(45deg);
        border: none;
        cursor: pointer;
        outline: none;
    }
    
    .temp-homeImg .halfScreen .myButton:hover {
        background-color: #A7A9AC; /* Cor ao passar o mouse (cinza claro) */
    }
    
    .temp-homeImg .halfScreen .myButton .mainButtonContainer{
        rotate: -45deg;
        text-align: center;
    }
    
    .temp-homeImg .halfScreen .myButton .mainButtonContainer .secText{
        color: #6d6e71;
    }
    
    .temp-homeImg .halfScreen .myButton .mainButtonContainer .secLogo{
        max-height: 100px;
    }
    
    .temp-homeImg .halfScreen .myButton:hover{
        background-color: #333333;
    }
    
    .temp-homeImg .halfScreen .myButton:hover .mainButtonContainer .secText{
        color: #F0F5FA;
    }
    
    .temp-homeImg .halfScreen .myButton:hover .mainButtonContainer .secLogo{
        filter: brightness(0) invert(1);
    }

    .mainPage{
        margin-bottom: 100px
    }

    .mainPage .breadcrumb{
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
    }

    .mainPage .projSection .projCards .projCard{
        display: flex;
        flex-direction: row-reverse;
        aspect-ratio: 0;
        width: 100%;
        min-width: auto;
        justify-content: flex-end;
    }

    .mainPage .projSection .projCards .projCard .projThumb img{
        width: 100px;
        max-width: 100px;
        height: auto;
    }

    .mainPage .projSection .projCards .projCard .projTitle{
    display: block;
    }

    .mainPage .projSection .projCards .projCard .projTitle h2,
    .mainPage .projSection .projCards .projCard .projTitle p{
    margin-bottom: 5px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    }


        .mainPage .projSection .projCards .projCard:hover .projThumb{
        display: block;
    }
    
    .mainPage .projSection .projCards .projCard:hover .projTitle{
        display: block;
        text-align: left;
    }
    
    .mainPage .projSection .projCards .projCard:hover{
        justify-content: flex-end;
        align-items: flex-start;
    }

    .mainPage .teamSection .teamCards{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .mainPage .teamSection .teamCards .teamCard{
    min-width: auto;
    width: auto;
    }

    .mainPage .teamSection .teamCards .teamCard p{
        margin-bottom: 0.5em;
    }

    

.imagem-principal{
    margin-bottom: 0;
}

.site-footer{
    display: none;
}

/*
    footer .site-below-footer-wrap{
padding-bottom: 0!important;
    }

    footer ul{
        flex-direction: column;
        gap: 5px;
        margin: 0;
    }

    footer ul li{
        list-style: none;
    }

 */   

    .footerLogo{
        width: 100%;
        right: 0;
        text-align: right;
        padding-right: 25px;
        background-color: #F0F5FA;
        padding:10px;
    }

    .backproj{
        bottom: 0;
        left: 0;
    }
}