@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
:root {
    --tipo-primary:  "Open Sans", serif !important;
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


body {
    background-image: url('https://grisi-2025.mints.cloud/public-assets/desktop-registro-fondo');
    background-color: #8ecee0;
    /*background-color: #c7d9fe;*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Varela Round";
    background-position: center;
    font-family: var(--tipo-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

#image-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1, h3, p, a {
    font-family: var(--tipo-primary);
    /*color: #ffffff;*/
    text-align: center;
    font-weight: bolder;
}

h1 {
    font-size: 40px;
    margin-bottom: -10px;
    margin-top: 50px;
    color: #446EC0;
    font-weight: 800;
    font-family: "Varela Round";
}

h3 {
    font-size: 20px;
    /*margin-top: 16px;*/
    padding: 2rem;
    color: #446EC0;
    font-weight: 800;
    font-family: "Varela Round"!important;
}

p {
    font-size: 20px;
    margin: -30px 0px 10px;
}

.btn-404 {
    font-size: larger;
    margin: auto;
    width: fit-content;
    white-space: nowrap;
    max-width: 200px;
    font-weight: bolder;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    background-size: cover;
    border-radius: 35px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #3d5cc9;
    border: 2px solid #3d5cc9;
    font-family: "Varela Round" !important;
}

.btn-404:hover {
    background-color: #7b7ff2 !important;
    border: 2px solid #7b7ff2;
}

#banner-left {
    margin: 0 0 0;
    padding: 0px;
    max-width: 100%;
    width: 40%;
    margin-bottom: -30px;
}

a {
    background-color: transparent;
    color: white;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
        margin-bottom: -20px;
    }

    h3 {
        font-size: 20px;
        margin-top: 12px;
    }

    p {
        font-size: 16px;
        margin: -30px 0px 10px;
    }
    #banner-left {
        margin: 0 0 0;
        padding: 0px;
        max-width: 100%;
        width: 60%;
        margin-bottom: -30px;
    }
    body {
        background-image: url('/public-assets/mobile-registro-fondo-482x1158');
    }
}