@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: url('../img/fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.lato-font {
    font-family: 'Lato', sans-serif;
}

.img-logo {
    max-width: 50% !important;
}

h1 {
    font-size: 4rem !important;
    color: #001C43 !important;
    font-weight: normal;
}

h4 {
    color: #001C43 !important;
}

@media (max-width: 768px) {
    .img-logo {
        max-width: 100% !important;
    }

    h1 {
        font-size: 2.5rem !important;
    }
}