@font-face {
    font-family: "Axiforma";
    src: url("../css/fonts/Kastelov\ -\ Axiforma\ Bold.otf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.background {
    position: relative;
    width: 1920px;
    height: 1080px;
    background-image: url(../assets/fondo.png);
    display: flex;
}

.left-panel {
    position: relative;
    width: 953px;
    height: 1080px;
}

.title {
    position: absolute;
    width: 798px;
    height: 139px;
    top: 30px;
    left: 50px;
    font-family: "Axiforma";
    font-size: 55px;
    color: #fff;
    letter-spacing: 0;
    line-height: 70px;
    margin-top: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
}

.date-container {
    position: absolute;
    width: 815px;
    height: 71px;
    top: 239px;
    left: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
}

.date-icon {
    width: 39px;
    height: 39px;
    background-image: url(../assets/calendario.png);
    margin-bottom: 15px;
}

.date {
    margin-left: 20px;
    font-family: "Axiforma";
    font-size: 47px;
    color: #4D4D4F; 
}

.hour-container {
    position: absolute;
    width: 400px;
    height: 53px;
    top: 313px;
    left: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
}

.hour-icon {
    width: 37px;
    height: 37px;
    background-image: url(../assets/reloj.png);
}

.hour {
    margin-left: 20px;
    font-family: "Axiforma";
    font-size: 47px;
    color: #4D4D4F;color: #4D4D4F;
    white-space: nowrap;    
}

.image-QR {
    position: absolute;
    width: 360px;
    height: 360px; 
    top: 484px;
    left: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.right-panel {
    position: relative;
    width: 967px;
    height: 1080px;
}

.image {
    position: absolute;
    width: 967px;
    height: 894px;
    top: 186px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
}
