

@font-face {
    font-family: "gob-cl";
    src: url("/static/core/fonts-gob-cl/gob-cl.woff2") format("woff2"),
        url("/static/core/fonts-gob-cl/gob-cl.woff") format("woff"),
        url("/static/core/fonts-gob-cl/gob-cl.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.cl{
    font-family:gob-cl!important;

    font-style:normal;
    font-weight:100;
    font-variant:normal;
    line-height:1;
    speak:none;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.cl-contrast::before {
    content: ""; 
    display: inline-block;

}

.cl-decrease-text:before{
    content: "";
    display: inline-block;
}

.cl-increase-text:before{
    content:"";
    display: inline-block;
}

.cl-claveunica:before{
    content:"";
    display: inline-block;
}

.cl-sound:before{
    content:"";
    display: inline-block;
}


.bg-dynamic {
    background-image: url('/static/img/fondo-programa.png');
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .bg-dynamic {
        background-image: url('/static/img/fondo-programa-expanded.png');
    }

}