@font-face {
    font-family: 'Prompt-Medium';
    src: url('./fonts/Prompt-Medium.eot');
    src: url('./fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Prompt-Medium.woff2') format('woff2'),
        url('./fonts/Prompt-Medium.woff') format('woff'),
        url('./fonts/Prompt-Medium.ttf') format('truetype'),
        url('./fonts/Prompt-Medium.svg#Prompt-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt-Bold';
    src: url('./fonts/Prompt-Bold.eot');
    src: url('./fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Prompt-Bold.woff2') format('woff2'),
        url('./fonts/Prompt-Bold.woff') format('woff'),
        url('./fonts/Prompt-Bold.ttf') format('truetype'),
        url('./fonts/Prompt-Bold.svg#Prompt-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt-SemiBold';
    src: url('./fonts/Prompt-SemiBold.eot');
    src: url('./fonts/Prompt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Prompt-SemiBold.woff2') format('woff2'),
        url('./fonts/Prompt-SemiBold.woff') format('woff'),
        url('./fonts/Prompt-SemiBold.ttf') format('truetype'),
        url('./fonts/Prompt-SemiBold.svg#Prompt-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.main-container{
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;

    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
}

.content{
    position: relative;
    color: #FFFFFF;
    padding-top: 220px;
}

h1.main-title{
    font-family: 'Prompt-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 151px;
    text-transform: uppercase;

    text-align: center;
    color: #FFFFFF;
}

.divisas{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1350px;
}

.dolar{
    margin-top: 58px;
}

.euro{
    margin-top: 58px;
}

p.money-title{
    font-family: 'Prompt-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    line-height: 117px;
    padding-left: 45px;
    color: #FFFFFF;
}

p.money-value{
    font-family: 'Prompt-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 105px;
    padding-top: 18px;
    color: #FFFFFF;
}

.euro .money-value{
    padding-top: 12px;
}

.line-red{
    width: 1455px;
    height: 5px;
    position: absolute;
    left: 232px;
    top: 573px;
    background:#E40046;
}

.logo-container {
    position: absolute;
    bottom: 6px;
    right: 45px;
}

.failsafe{
    width: 1920px;
    height: 1080px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}