.bg-carrera {
    background-image: url("/img/index/header_bg.png");
    background-repeat: repeat;
    background-position: center;
}
.text-mostoza{
    color: #d39f16;
}

.notable-regular {
    font-family: "Notable", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.cugdl-logo{
    width: 200px;
}

@media only screen and (max-width: 600px) {
    .cugdl-logo{
        width: 110px;
    }
    h1{
        font-size: 2rem;
    }
}
