.fundo-nav4 {

    background-image: url(../../imagens/Fundos/Galeria.jpg);
    background-color: #313131;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.titulo-quem {
    clear: both;
    color: aliceblue;
    font-size: 250%;
    font-weight: bold;
    font-weight: 900;
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-self: center;
    letter-spacing: 2px;
    width: 100%;
    font-family: 'Roboto Condensed';
    margin-top: 50vh;
}

.line4 {
    width: 80px;
    height: 2px;
    background-color: orange;
    display: flex;
    align-self: center;
    margin-top: 3%;
    position: relative;
}

.home-text2 {
    text-align: center;
    background-color: #313131;
    font-family: 'Montserrat';
    font-size: 16px;
}

.home-text2 p {
    padding-top: 120px;
    padding-bottom: 50px;

    height: 75px;
    color: orange;
    position: relative;
}

.home-text2 p span {
    text-align: center;
    display: block;
    margin: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
}

body {
    background-color: #313131;
}

.google {
    background-color: #313131;
    color: #ffffff;
    width: 100%;
    height: 460px;
    border: 0;
    overflow: hidden;
}


.iframe-center {
    display: flex;
    justify-content: center;
}

.google {
    width: 460px;
    /* Largura do iframe */
    height: 300px;
    /* Altura do iframe */
}

iframe {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
}

.flip-embedded::-webkit-scrollbar {
    display: none !important;
}




.iframe-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
}

.foto_drive {
    width: 100%;
    height: 100%;
    filter: brightness(0.7); /* Ajuste o brilho conforme necessário */
}



.foto_drive_link {
    padding-bottom: 25px;
    padding-left: 25px;
    box-sizing: border-box;
    width: 25%;

}

.foto_drive_link:hover {
    background-color: #313131;
    opacity: 0.5;
}

.foto_drive_link{
    text-decoration: none;
}



.pasta{
    color: #8b8b8b;
    text-align: center;
    font-family: 'Montserrat';
    position: relative;
    top: -50px;
    left: 0;
    font-size:12px;
    font-weight: lighter;
}

.pasta span{
    font-size:16px;
    color: #ffffff;
    font-weight: bold;


}







@media screen and (max-width:800px) {

    .iframe-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 40px;
    }

    .google {
        width: 100%;
        /* Largura do iframe */
        height: 500px;
        /* Altura do iframe */
    }

    .foto_drive_link {
        width: 85%;
    }
}

@media screen and (max-width:800px) {
    .fundo-nav4{
        background-attachment: scroll;
        background-image: url(../../imagens/Fundos/Galeriac.jpg);

    }
}