@font-face {
    font-family: 'Noir Pro';
    src: url('fonts/NoirPro-Bold.otf') format('otf'),
        url('fonts/NoirPro-Bold.otf') format('otf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'IBMPlexSans';
    src: url('fonts/IBMPlexSans-Medium.ttf') format('truetype'),
        url('fonts/IBMPlexSerif-Bold.ttf') format('truetype');
}
@media (min-height: 0px) and (max-height: 700px) {
    body {
    margin: 0;
    padding: 0;
    background: url('fondo1920.png') no-repeat center center fixed;
    background-size: 100% 100%;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    font-family: 'Noir Pro', sans-serif;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    }
    .logo-header {
        width: 100%;
        text-align: center;
        padding: 0px 0;
        position: absolute;
        top: 0%;
        z-index: 2;
    }
    .logo-header img {
        max-width: 50%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    position: relative;
    top: 9%;
    left: 0;
    margin-bottom: 10%;
    }
    .image-container img {
        max-width: 67%;
        height: auto;
        margin: 0 auto 0%;
    }
    .container {
        text-align: center;
        margin-top: 35%;
        margin-left: -18%;
    }
    .button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 8% 20%;
        font-size: 14px;
        font-weight: 900;
        font-family: 'Noir Pro', sans-serif;
        border-radius: 25px;
    }  
    footer {
        padding: 5% 10% !important;
        width: 100%;
        color: white;
        font-family: 'IBMPlexSans', IBMPlexSans-Medium;
        position: relative;
        box-sizing: border-box;
        text-align: justify;
        font-size: 0.35rem;
        margin-top: auto;
        line-height: 1.2;
        letter-spacing: 0.05rem;
        font-weight: 10;
    }
    .logos-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        margin-top: 5%;
    }
    .logos-container img {
        height: 25%;
        width: auto;
        max-width: 25%;
    }
    p {
        display: inline;
    }   
}
@media (min-height: 701px ) and (max-height: 800px) {
    body {
    margin: 0;
    padding: 0;
    background: url('fondo1920.png') no-repeat center center fixed;
    background-size: 100% 100%;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    font-family: 'Noir Pro', sans-serif;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    }
    .logo-header {
        width: 100%;
        text-align: center;
        padding: 0px 0;
        position: absolute;
        top: -1%;
        z-index: 2;
    }
    .logo-header img {
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    position: relative;
    top: 9%;
    left: 0;
    margin-bottom: 10%;
    }
    .image-container img {
        max-width: 70%;
        height: auto;
        margin: 0 auto 0%;
    }
    .container {
        text-align: center;
        margin-top: 20%;
        margin-left: -10%;
    }
    .button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 8% 20%;
        font-size: 14px;
        font-weight: 900;
        font-family: 'Noir Pro', sans-serif;
        border-radius: 25px;
    }  
    footer {
        padding: 5% 10% !important;
        width: 100%;
        color: white;
        font-family: 'IBMPlexSans', IBMPlexSans-Medium;
        position: relative;
        box-sizing: border-box;
        text-align: justify;
        font-size: 0.35rem;
        margin-top: auto;
        line-height: 1.2;
        letter-spacing: 0.05rem;
        font-weight: 10;
    }
    .logos-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        margin-top: 5%;
    }
    .logos-container img {
        height: 25%;
        width: auto;
        max-width: 25%;
    }
    p {
        display: inline;
    }   
}
@media (min-height: 801px ) and (max-height: 900px) {
    body {
    margin: 0;
    padding: 0;
    background: url('fondo1920.png') no-repeat center center fixed;
    background-size: 100% 100%;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    font-family: 'Noir Pro', sans-serif;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    }
    .logo-header {
        width: 100%;
        text-align: center;
        padding: 0px 0;
        position: absolute;
        top: 0%;
        z-index: 2;
    }
    .logo-header img {
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    position: relative;
    top: 9%;
    left: 0;
    margin-bottom: 10%;
    }
    .image-container img {
        max-width: 77%;
        height: auto;
        margin: 0 auto 0%;
    }
    .container {
        text-align: center;
        margin-top: 30%;
        margin-left: -10%;
    }
    .button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 8% 20%;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Noir Pro', sans-serif;
        border-radius: 25px;
    }  
    footer {
        padding: 5% 10% !important;
        width: 100%;
        color: white;
        font-family: 'IBMPlexSans', IBMPlexSans-Medium;
        position: relative;
        box-sizing: border-box;
        text-align: justify;
        font-size: 0.35rem;
        margin-top: auto;
        line-height: 1.2;
        letter-spacing: 0.05rem;
        font-weight: 10;
    }
    .logos-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        margin-top: 5%;
    }
    .logos-container img {
        height: 25%;
        width: auto;
        max-width: 25%;
    }
    p {
        display: inline;
    }
}
@media (min-height: 901px ) and (max-height: 1000px) {
    body {
    margin: 0;
    padding: 0;
    background: url('fondo1920.png') no-repeat center center fixed;
    background-size: 100% 100%;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    font-family: 'Noir Pro', sans-serif;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    }
    .logo-header {
        width: 100%;
        text-align: center;
        padding: 0px 0;
        position: absolute;
        top: 0%;
        z-index: 2;
    }
    .logo-header img {
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    position: relative;
    top: 9%;
    left: 0;
    margin-bottom: 10%;
    }
    .image-container img {
        max-width: 77%;
        height: auto;
        margin: 0 auto 0%;
    }
    .container {
        text-align: center;
        margin-top: 30%;
        margin-left: -10%;
    }
    .button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 8% 20%;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Noir Pro', sans-serif;
        border-radius: 25px;
    }  
    footer {
        padding: 5% 10% !important;
        width: 100%;
        color: white;
        font-family: 'IBMPlexSans', IBMPlexSans-Medium;
        position: relative;
        box-sizing: border-box;
        text-align: justify;
        font-size: 0.35rem;
        margin-top: auto;
        line-height: 1.2;
        letter-spacing: 0.05rem;
        font-weight: 10;
    }
    .logos-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        margin-top: 5%;
    }
    .logos-container img {
        height: 25%;
        width: auto;
        max-width: 25%;
    }
    p {
        display: inline;
    }
}