/* Primeiro video */
/* Estilos para o botão */
#videoButton {
    padding: 5px;
    background-color: #92000a;
    width: 100%;
    height: 100%;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

#videoButton:hover {
    background-color: #e97770;
}

/* Estilos para o modal (janela flutuante) */
#videoModal {
    display: none; /* Inicialmente escondido */
    position: fixed; /* Fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Fundo escuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

/* Estilo do vídeo dentro do modal */
#videoModal video {
    max-width: 100%;
    max-height: 100%;
}

/* Estilo do botão de fechar */
#closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    width: 10%;
    height: 10%;
    background-color: #92000a;
    color: white;
    border: none;			
    cursor: pointer;
    border-radius: 20%;
    font-family: 'Times New Roman', Times, serif;
}

#closeButton:hover {
    background-color: white;
    color: black;
}







/* Primeiro video da galeria*/
/* Estilos para o botão */
#videoButton1 {
    padding: 5px;
    background-color: #92000a;
    width: 100%;
    height: 100%;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

#videoButton1:hover {
    background-color: #e97770;
}

/* Estilos para o modal (janela flutuante) */
#videoModal1 {
    display: none; /* Inicialmente escondido */
    position: fixed; /* Fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Fundo escuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

/* Estilo do vídeo dentro do modal */
#videoModal1 video {
    max-width: 100%;
    max-height: 100%;
}

/* Estilo do botão de fechar */
#closeButton1 {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    width: 10%;
    height: 10%;
    background-color: #92000a;
    color: white;
    border: none;			
    cursor: pointer;
    border-radius: 20%;
    font-family: 'Times New Roman', Times, serif;
}

#closeButton1:hover {
    background-color: white;
    color: black;
}



/* Primeiro video */
/* Estilos para o botão */
#videoButton2 {
    padding: 5px;
    background-color: #92000a;
    width: 100%;
    height: 100%;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

#videoButton2:hover {
    background-color: #e97770;
}

/* Estilos para o modal (janela flutuante) */
#videoModal2 {
    display: none; /* Inicialmente escondido */
    position: fixed; /* Fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Fundo escuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

/* Estilo do vídeo dentro do modal */
#videoModal2 video {
    max-width: 100%;
    max-height: 100%;
}

/* Estilo do botão de fechar */
#closeButton2 {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    width: 10%;
    height: 10%;
    background-color: #92000a;
    color: white;
    border: none;			
    cursor: pointer;
    border-radius: 20%;
    font-family: 'Times New Roman', Times, serif;
}

#closeButton2:hover {
    background-color: white;
    color: black;
}







/* Primeiro video */
/* Estilos para o botão */
#videoButton3 {
    padding: 5px;
    background-color: #92000a;
    width: 100%;
    height: 100%;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

#videoButton3:hover {
    background-color: #e97770;
}

/* Estilos para o modal (janela flutuante) */
#videoModal3 {
    display: none; /* Inicialmente escondido */
    position: fixed; /* Fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Fundo escuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

/* Estilo do vídeo dentro do modal */
#videoModal3 video {
    max-width: 100%;
    max-height: 100%;
}

/* Estilo do botão de fechar */
#closeButton3 {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    width: 10%;
    height: 10%;
    background-color: #92000a;
    color: white;
    border: none;			
    cursor: pointer;
    border-radius: 20%;
    font-family: 'Times New Roman', Times, serif;
}

#closeButton3:hover {
    background-color: white;
    color: black;
}

