.container-front-confirmacion {
    display: block;
    width: 100vw;
    min-width: 100%;
    min-height: 100vh;
    background-image: url("/Votaciones_HuellasComunales/web/themes/custom/huellas/images/confirmacion-voto.png");
    background-size: cover;
    background-position-x: center;
}

.container-front-confirmacion .financiera {
    text-align: center;
}

.container-front-confirmacion .financiera img {
    width: 90%;
    max-width: 366px;
    margin: 3% 0;
    background-color: white;
    padding: 0.5% 1%;
    border-radius: 15px;
}

.container-front-confirmacion .huellas {
    text-align: center;
    width: inherit;
    margin: 3% 0;
}

.container-front-confirmacion .confirmation--text {
    text-align: center;
    width: inherit;
    margin: 5% 0;
}

.container-front-confirmacion .confirmation--text h4 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
    color: white;
    font-size: 25px;
    font-weight: 400;
}

.container-front-confirmacion .confirmation--text h3 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.container-front-confirmacion .confirmation--text .confirmation--text-buttons {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-front-confirmacion .confirmation--text .confirmation--text-buttons a{
    background-color: white ;
    padding: .5% 2%;
    color: var(--color-green-dark);
    border-radius: 50px;
    text-decoration: none;
    margin: 0 1%;
}

.container-front-confirmacion .confirmation--text .confirmation--text-buttons a:hover{
    background-color: var(--color-pink);
    color: white;
}

@media (max-width: 748px) {

    .container-front-confirmacion .financiera img {
        padding: 2%;
    }

    .container-front-confirmacion .huellas {
        margin: 20% 0;
    }

    .container-front-confirmacion .confirmation--text {
        margin: 20% 0;
    }

    .container-front-confirmacion .confirmation--text .confirmation--text-buttons {
        margin-top: 20%;
    }

    .container-front-confirmacion .confirmation--text .confirmation--text-buttons a{
        padding: 1.5% 4%;
    }

}

