@font-face {
    font-family: "Cirka-Variable";
    src: url('../font/Cirka-Variable.ttf');
}

body {
    /*background-image: url('../imagenes/desktop/back-abcw-global.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100vh;*/
    background-color: #000;
    color: #ffffff;
    font-family: "Cirka-Variable";
}

@media (min-width: 0px) {
    #general {
        width: 100%;
        height: 100vh;
        /*background: url("../imagenes/mobile/back-abcw-global-mobile.jpg");
        background-position: center;
        background-size: cover;*/
        background-color: #000;
    }
    h2 {
        font-size: 1.5rem;
        padding-bottom: 3rem;
    }
    .logo-pais {
        width: 50px;
    }
}

@media(min-width: 576px) {
    #general {
        width: 100%;
        height: 100vh;
        /*background: url("../imagenes/desktop/back-abcw-global.jpg");
        background-position: center;
        background-size: cover;*/
        background-color: #000;
    }
    h2 {
        font-size: 2rem;
    }
    .logo-pais {
        width: 70px;
    }
}