
@font-face {
    font-family: Mayan;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Mayan.ttf') format("truetype")
}

.font-mayan {
    font-family: Mayan;
}

.bg-fondo-jaguar {
    background-image: url('../imagenes/index/bg-jaguar.png');
    background-repeat: no-repeat;
    background-size: cover;
}
