.footer-text {
    font-family: 'ParrafoFont', sans-serif;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
}


@font-face {
    font-family: 'TituloFont';
    src: url('/fonts/Neue_Kabel_ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: 'ParrafoFont';
    src: url('/fonts/Neue_Kabel_Medium.otf') format('truetype');
}

.bg-body {
    background-image: url(/img/bg_body.png);
    background-size: auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TituloFont', sans-serif;
}


.working {
    color: #0d1f31;
    font-size: 25px;
    font-weight: lighter;
    font-family: 'ParrafoFont', sans-serif;
}

.titulo {
    color: #0d1f31;
    font-size: 64px;
    text-transform: uppercase;
}

.footer-text{
    font-family: 'ParrafoFont', sans-serif;
    color: white;
    font-size: 22px;
}

.btn-cortinilla {
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto;
    width: 210px;
    padding: 10px;
    color: white;
    font-size: 18px;
    padding: 18px;
    text-decoration: none;
    gap: 20px;
    font-family: 'ParrafoFont';
    background-color: #e1801e;
    text-align: center;
    border-radius: 0px;
    transition: all ease-in-out 320ms;
}

.btn-cortinilla:hover {
    transform: scale(1.1);
}

@media only screen and (max-width : 720px) {
    .bg-body {
        background-size: cover;
        background-repeat: no-repeat;
    }
}
