/* index.css or a separate CSS */
@font-face {
    font-family: 'Nexa Heavy';
    src: url('fonts/NexaHeavy.otf');
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/NexaRegular.otf');
}

@font-face {
    font-family: 'Nexa Bold';
    src: url('fonts/Nexa-Bold.otf');
}

*{
	margin: 0;
	padding: 0;
}

p {
    display: inline-block;
    height: fit-content;
    font-family: "Nexa Heavy";
}

body{
	background: #083fb4;
	width: 100%;
	height: 100vh;
}
.contenedor{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    justify-content: space-around;
	width: 100vw;
	height: 100%;
	margin: auto;
	color: #fff;
	font-family: sans-serif;
	background-image: url("images/Background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    font-family: "Nexa";
    font-size: 28px;
    font-style: normal;
    line-height: normal;
}

#fecha {
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: "Nexa Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.54px;
}

.odometer-container {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.odometer-container > p {
    position: absolute;
    top: 114%;
    font-size: 13px;
    font-family: "Nexa";
    align-self: center;
    visibility: hidden;
}

.odometer.odometer-auto-theme {
    background: none;
}

.odometer.odometer-auto-theme .odometer-digit {
    width: 100.946px;
    height: 160px;
    font-size: 98.599px;
    background: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}

.odometer .odometer-digit::before, .odometer .odometer-digit:last-child::after {
    width: 3px;
    height: 100%;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, #cbcbcb 50%, rgba(255, 255, 255, 0) 100%);
    content: '';
    display: inline-flex;
    margin-left: -15px;
}

.odometer .odometer-digit:last-child::after {
float: right;
margin-right: -17px;
}

.winner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 780px;
} 

.winner-document-container, .winner-address-container, .winner-name-container {
    text-align: center;
    width: 100%;
}

.winner-info .winner-document-container, .winner-info .winner-address-container {
    margin-top: 30px;
}

.winner-document-container {
    width: 32.50%;
}

.winner-address-container {
    width: 62%;
}

.winner-name-container {
    width: 100%;
}

.winner {
    flex-shrink: 0;
    border-radius: 60px;
    background: #FFF;
}

.winner-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.winner-info > * {
    margin-top: 10px;
}

.winner-info span {
    width: 134px;
    height: 21px;
    flex-shrink: 0;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.winner-name, .winner-address, .winner-document {
    display: flex;
    color: #083FB5;
    justify-content: center;
    align-items: center;
    font-family: "Nexa Heavy";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 10px;
}

.winner-name {
    font-size: 34px;
    height: 57px;
}

.winner-name > p, .winner-address > p, .winner-document > p {
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 760px;
    line-height: 1;
}

.winner-address, .winner-document {
    font-size: 20px;
    height: 30px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    display: flex;
    justify-content: center;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner .odometer-value {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255 / 16%) 0%, #ffffff 50%, rgb(255 255 255 / 53%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
}

#logo_cellshop {
    align-self: center;
}

#logo_conajzar {
    align-self: start;
    margin-left: 30px;
    margin-bottom: -15px;
}

.odometer-ribbon {
    align-content: center;
}