.paso-content-app--container--phono {
    display: contents;
}

.paso-content-app--container--logo {
    height: 60px;
    margin: 6px 0px;
}

.paso-content-app--container--logosucces{
    height: 50px;
    margin-bottom: 4px;
 }

.paso-content-app--container--step {
    height: 52px;
    margin: 8px 0px;
}

.paso-content-app p {
    font-size: 2.4rem;
    margin-top: 0px;
    padding: 10px 0px;
    margin-bottom: 8px;
}

label {
    font-size: 1.4rem;
}

.text-info-succes {
    font-size: 2rem;
}

select, input, input::placeholder {
    font-size: 1.4rem !important;
}

.form-control {
    font-size: 1.4rem !important;
}

/* flex */
.paso-content-app{
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;   
}

.content-img{
    visibility: visible;
    display: flex;
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;   
}

.content-app--content-img-phono{
    visibility: visible ;   
    width: 78%;
    align-self: center;
}

.paso-content-succes{
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;   
}

#backgroundImgForm {
    background-image: url('../image/fondo-blanco-azul.svg'); /* Reemplaza 'ruta/a/tu/imagen.jpg' con la ruta a tu imagen */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

#ticket-container {
    background-color: #DA291C;
    width: 100%;
}

.text-succes-white{
    color: white;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.text-succes-white-big{
    color: white;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.col-ancho{
    height: 400px;
    width: 30%;
    padding-right: 0;
    padding-left: 0;
}

.container-succes{
    align-items: center; 
    display: flex; 
    height: 100%;
}
