@font-face {
    font-family: "FNB Sans-Bold";
    src: url("./fonts/FNB\ Sans-Bold.otf");
    font-style: normal;
    line-height: normal;
}

@font-face {
    font-family: "FNB Sans-Regular";
    src: url("./fonts/FNB\ Sans-Regular.otf");
    font-style: normal;
    line-height: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    width: 1920px;
    height: 1080px;
}

.main-container {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    position: absolute;
    background-image: url(../assets/fondo.png);
}

.img-test {
    z-index: -1;
    position: absolute;
    width: 1920px;
    height: 1080px;
}

h1 {
    font-family: "FNB Sans-Bold";
    width: 949px;
    height: 136px;
    font-size: 52px;
    /* font-size: 87px; */
    color: #002F87;
    position: absolute;
    top: 670px;
    left: 854px;
    overflow: hidden;
    text-align: end;
}


p {
    text-align: end;
    font-family: "FNB Sans-Regular";
    width: 321px;
    height: 47px;
    font-size: 36px;
    color: #002F87;
    position: absolute;
    top: 810px;
    left: 1472px;
    overflow: hidden;
}