* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'AmsiPro';
    src: url(fonts/AmsiPro-Black.ttf);
    font-weight: regular;
}

img {
    object-fit: fill;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}



#millones{
    font-size: 23pt!important;
    font-family: 'AmsiPro';
    color: #000;
    left: 7%;
    top: 30%;
    right: 7%;
    position: absolute;
    overflow: hidden;
    line-height: 1.15;
}
#title1, #title2, #title3 {
    display: block;
}
#categoria{
    font-size: 14pt !important;
    font-family: 'AmsiPro';
    color: #fff;
    left: 10%;
    top: 15%;
    /* right: 8%; */
    position: absolute;
}

/* 800x420 */
@media only screen and (max-width: 800px) {
    /* .pozo {
        font-size: 62pt;
        font-family: 'COCOGOOSE';
        color: #EB1C24;
        position: absolute;
        z-index: 10;
        left: 20%;
        right: 2%;
        top: 55%;
    } */

    #millones{
        font-size: 28pt!important;
        font-family: 'AmsiPro';
        color: #000;
        left: 7%;
        top: 24%;
        right: 8%;
        position: absolute;
    }
}

/* 768x384 */
@media only screen and (max-width: 1081px) {
    #millones{
        font-size: 25pt!important;
        font-family: 'AmsiPro';
        color: #000;
        left: 7%;
        top: 30%;
        right: 7%;
        position: absolute;
    }
    #categoria{
        font-size: 14pt !important;
        font-family: 'AmsiPro';
        color: #fff;
        left: 10%;
        top: 15%;
        /* right: 8%; */
        position: absolute;
    }
}

/* 720x360 */
@media only screen and (max-width: 720px) {
    #millones{
        font-size: 23pt!important;
        font-family: 'AmsiPro';
        color: #000;
        left: 7%;
        top: 30%;
        position: absolute;
    }
    #categoria{
        font-size: 14pt !important;
        font-family: 'AmsiPro';
        color: #fff;
        left: 10%;
        top: 15%;
        /* right: 8%; */
        position: absolute;
    }
}