@font-face {
    font-family: "Highman";
    src: url('../../../fonts/Highman.otf');
  }

@font-face {
    font-family: "Dinot";
    src: url('../../../fonts/Dinot\ Font.otf');
}

#mainBg {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 79.6px;
    position: relative;
}

#divImgBg {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#imgBg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.ovrlay {
    background-color: rgba(8, 8, 40, 0.77);
    height: 100%;
    width: 100%;
    position: absolute;
}

#BgDivOvrlay {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#titleBg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title {
    font-family: 'Dinot', 'Roboto';
    font-weight: 600;
    color: white;
    font-size: 64px;
}

#sobreNosTitle {
    text-transform: uppercase;
}

#shapeVideo {
    width: 100vw;
    height: 15vh;
    background-color: rgb(28, 28, 28);
    position: absolute;
    bottom: 0;
    z-index: 3;
    clip-path: polygon(0% 90%,0% 100%, 100% 100%, 100% 0%);
    margin-bottom: -1px;
}

#blueDiv {
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,rgb(27, 170, 231), rgb(49, 64, 139));
    clip-path: polygon(0% 90%, 0% 93%, 100% 3%, 100% 0%);

}

.paragraph {
    font-family: 'Dinot', 'Roboto';
    font-weight: 400;
    color: white;
}

#bgP {
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    max-width: 80%;
}



@media screen and (max-width: 500px) and (orientation: portrait) {
    .title {
        font-size: 34px;
    }

    #videoP {
        font-size: 18px;
        width: 80%;
        text-align: center;
    }
}

@media screen and (max-width: 400px) and (orientation: portrait) {
    .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 350px) and (orientation: portrait) {
    .title {
        font-size: 26px;
    }
}