@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Prompt", sans-serif;
}
.wraperVideo {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #000000;
}
.for-fullHD {
    width: calc(100vh / 9 * 16);
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border: transparent;
}
.overlayVideo {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: transparent;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.divStart {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 3;
    /* background-color: rgba(255, 255, 255, 0.3); */
}
.btnPlay {
    min-width: 200px;
    font-size: 20px;
    z-index: 3;
}
/* .btnResume{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 0;
    background-color: rgba(255,255,255, .5);
    min-width: 150px;
    z-index: 3;
} */
/* .divQuestion{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 3;
} */
/* .divQuestion .containQuestion{
    width: 100%;
    max-width: 500px;
    padding: 1rem;
}
.containQuestion .txtQ{
    font-size: 20px;
    font-weight: 500;
}
.btnAnswer:hover{
    background-color: rosybrown;
} */
.poiFullBackToHome {
    position: absolute;
    bottom: 14px;
    right: 10px;
}
.overflowBacktohome {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.PoiRes {
    position: absolute;
    right: 11.5%;
    bottom: 4px;
    font-size: 0.75rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    flex-direction: row;
}
.PoiRes i.fa-2x {
    font-size: 1rem;
    margin-right: 0.3rem;
}
@media (max-width: 515px) {
    .for-fullHD {
        width: 100%;
        height: calc((100vw - 30px) / 16 * 9);
    }
    .btnPlay {
        min-width: 100px;
        font-size: 20px;
        z-index: 3;
    }
}
