@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Regular.eot');
    src: url('fonts/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/Recoleta-Regular.woff2') format('woff2'),
url('fonts/Recoleta-Regular.woff') format('woff'),
url('fonts/Recoleta-Regular.ttf') format('truetype'),
url('fonts/Recoleta-Regular.svg#Recoleta-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Bold.eot');
    src: url('fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Recoleta-Bold.woff2') format('woff2'),
url('fonts/Recoleta-Bold.woff') format('woff'),
url('fonts/Recoleta-Bold.ttf') format('truetype'),
url('fonts/Recoleta-Bold.svg#Recoleta-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Medium.eot');
    src: url('fonts/Recoleta-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/Recoleta-Medium.woff2') format('woff2'),
url('fonts/Recoleta-Medium.woff') format('woff'),
url('fonts/Recoleta-Medium.ttf') format('truetype'),
url('fonts/Recoleta-Medium.svg#Recoleta-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body, html {
    margin: 0;
    width: 100%;
    padding: 0;
}
body {
    font-size: 24px !important;
    font-family: 'Recoleta';
    font-weight: 300;
    background-color: #FFF;
    color: #002639 !important;
}
strong {
    font-weight: 700;
}
#container {
    position: relative;
    width: 98%;
    margin: 2vh 1%;
    min-height: 96vh;
    background: url("../img/SPADE-5273-Online_022-2880.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.logosvg {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 80px;
    height: 90px;
    display: block;
}
.logosvg img {
    height: 100%;
    width: auto;
}
#wrap {
    position: relative;
    max-width: 92%;
    text-align: center;
    background: rgba(255,255,255,0.55);
    padding: 1em 3em;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    margin-top: -22%;
}
h1 {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2em;
}
#lang {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 320px;
    margin: 0 auto;
}
.lang {
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.lang:last-of-type {
    margin-right: 0;
}
img.flag {
    width: 65px;
}
.lang a {
    color: #031C36 !important;
    text-decoration: none;
}
@media screen and (max-width: 980px) {
    body {
        font-size: 20px !important;
    }
}
@media screen and (max-height: 720px) {
    #wrap {
        margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
    #wrap {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 479px) {
    #wrap {
       padding: 1em 1em; 
    }
}




