@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: #00B9CC;
    position: absolute;
    top: 225px;
    left: 170px;
    overflow: hidden;
}

p {
    font-family: "FNB Sans-Regular";
    width: 792px;
    height: 440px;
    font-size: 36px;
    /* font-size: 87px; */
    color: #ffffff;
    position: absolute;
    top: 379px;
    left: 170px;
    overflow: hidden;
}