html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.conteiner{
    display: flex;

}


.sidebar {
    width: 280px;
    color: white;
    height: 100vh;
    position: relative;
}

.elaborado .logo-facul{
    display: flex;
    justify-content: center;
    width: 200px;
}

.elaborado .logo-facul img{
    margin: 5px 10px;
    margin-top: 20px;
    height: 30px;
}

.elaborado .logo-facul .geo{
    height: 40px;
    margin: 5px 10px;
    margin-top: 10px;
}

.elaborado{
    background-color: rgba(92, 118, 22, 22);
    width: 200px;
    height: 120px;
    position: absolute;
    bottom: 0%;
    left: 6.5%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.elaborado .txt-facul{
    display: flex;
    justify-content: center;
    width: 100%;
}

.elaborado .txt-facul p{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
}

.conteudo-lateral{
    display: flex;
    width: 100%;
    height: 100%;
}

.part-esquerda{
    width: 80px;
    height: 100%;
    background-image: url(WEB-SIG_Imagens/Itens_Página_Principal/Imagem_Café_Vertical.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.topside{
    display: flex;
    align-content: space-between;
    background-color: rgba(92, 118, 22, 0.568);
    width: 80px;
    height: 85px;
}

.topside .redes-sociais{
    position: relative;
    margin-left: auto;
    width: 20px; /* largura da div filha */
}

.topside .redes-sociais .img-redes{
    position: absolute;
    bottom: 0;
    right: 5px;
    
}

.topside .redes-sociais img{
    width: 20px;
    height: 20px;
}

.part-direita{
    background-color: rgb(213, 235, 212);
    width: 100%;
    height: 100%;
}

.part-direita .logo{
    margin-top: 20px;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    width: 100%;

}

.gallery-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;

}


.gallery {
    max-height: 50vh;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    align-items: center;
}

.gallery img {
    width: 130px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.scroll-btn {
    background-color: rgb(213, 235, 212);
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.scroll-btn img{
    width: 13px;
}

.scroll-btn img:hover {
    width: 15px;
}

.part-direita .logo img{
    height: 75px;
    
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup img {
    max-width: 80%;
    max-height: 80%;
}

.popup .close {
    position: absolute;
    top: 40px;
    right: 450px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.topbar {
    background-color: rgb(92, 118, 22);
    height: 85px;
    display: flex;
    align-items: center;
    margin: 0%;
}



.link-div{
    width: 100px;
    height: 50px;
    text-align: center;
    position: relative;
}

.link-div::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgb(213, 235, 212);
    transition: width 0.3s;
    margin-top: 5px;
}

.link-div:hover::after {
    width: 100%;
    height: 6px;
}

.botao .til-botao{
    color: aliceblue;
    margin: 0%;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}


.link-dev{
    color: aliceblue;
    display: flex;
    justify-content: center; /* Alinhamento horizontal */
    align-items: center; /* Alinhamento vertical */
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    margin-left: 10px;
    width: 150px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    background-color: #4e6903;
    box-shadow: inset 3px 3px 10px #3e5303;

}

.link-dev:hover{
    box-shadow: inset 3px 3px 10px #5c7517;
}

.texto{
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    width: 270px;
    display: inline-block;
}

.imagem-top{
    margin-right: 5px;
    margin-top: 20px;
}

.imagem-top img{
    width: 50px;
}

.botao{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 30px;
}

.botao-dev{
    width: 100px;
    width: 100px;
}


.texto .txt-top{
    color: aliceblue;
    font-family: 'Open Sans', sans-serif;
    margin: 0%;
    font-size: 8.5px;
}

.texto .btn-saiba-mais{
    color: aliceblue;
    font-family: 'Open Sans', sans-serif;
    margin: 0%;
    padding: 0%;
    font-size: 8.5px;
    background-color: #4e690300;
    border: none;
    font-weight: bold;
    text-transform: uppercase; 
    display: inline-block;
}

.main-content{
    width: 100%;
    height: 100vh;
}



.content{
    width: 100%;
    height: calc(100% - 85px);
    position: relative;
}

.content iframe{
    width: 100%;       
    height: 100%;      
    border: none;      
    display: block;
    z-index: 1; /* iFrame fica em um plano abaixo do título */
}

.content .cont-titulo{
    position: absolute;
    top: 0;
    left: 30px;
    background-color: rgb(213, 235, 212);
    padding: 0px 20px;
    border-end-end-radius: 50px;
    border-end-start-radius: 50px;
    display: flex;
    justify-content: center;
    z-index: 2; /* Coloca o título acima do iframe */
}

.content .cont-titulo .titulo{
    font-family: 'Open Sans', sans-serif;
    color:  rgb(92, 118, 22);
    font-weight: bold;
    font-size: 17px;

}



@media (min-width: 1440px) {
    .gallery {
        max-height: 67vh;
    }

    .link-div{
        width: 150px;
        
    }

    .botao .til-botao{
        color: aliceblue;
        margin: 0%;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }


    .texto{
        margin-left: 50px;
        width: 400px;

    }

    .texto .txt-top{
        font-size: 12px;
    }
    
    .texto .btn-saiba-mais{
        font-size: 10px;
    }

    .link-dev{
        margin-left: 30px;
    }

    .elaborado .txt-facul p{
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 9px;
    }

    .popup .close {
        top: 70px;
        right: 630px;
    }

}


