body {
    padding-top: 56px;
    /* Adjust this value based on your header height */
}

.header-bar, .footer-bar {
    background-color: #146189;
    display: none;
    /* padding: 10px 0; */
    /* Adjust top and bottom padding as needed */
}

.footer-bar{
    height: 3em;
}

.header-bar .container {
    margin-top: 0;
    margin-bottom: 0;
}

.header-bar .container .header_logo{
    width: 12em;
}

.header-bar h3 {
    color: #fff;
}

#divContainer{
    min-height: 580px;
}

.img-titulo-container{
    position: relative;
}

.img-titulo-container .div-text{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: 22px;
}

.img-titulo-container .div-text h2{
    color: white;
    font-weight: bold;
}

.pregunta{
    position: relative;
    width: 100%;
    min-height: 146px; /* Set the height of your div */
    padding-left: 80px;
    padding-right: 80px;
    
    /* background: url('/ui/img/Inicio.png') left top no-repeat, */
                /* url('/ui/img/Medio.png') left top repeat-x, */
                /* url('/ui/img/Fin.png') right top no-repeat; */
    /* background-size: auto, auto, auto; */
}

.pregunta::before,
.pregunta::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px; /* Adjust width as needed */
    background-repeat: no-repeat;
}

.pregunta::before {
    left: 0;
    background-image: url('/ui/img/Inicio.png');
}

.pregunta::after {
    right: -18px;
    background-image: url('/ui/img/Fin.png');
}

.pregunta::after,
.pregunta::before {
    z-index: -1; /* Ensure the pseudo-elements are behind the content */
}

.pregunta .pregunta-text {
    position: relative;
    min-height: 146px;
    z-index: 1; /* Ensure the content is on top of the pseudo-elements */
    background-image: url('/ui/img/Medio.png');
    background-repeat: repeat-x;

    color: white;
    font-weight: bold;
    padding-top: .8em;

    /* display: flex; */
    /* justify-content: center; */
    /* align horizontal */
    /* align-items: center; */
    /* align vertical */
  }

.counting-container {
    display: flex;
    align-items: center;
    justify-content: end;
}

.conting-col{
    margin-top: .5em;
}

.counting-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px;
}

.counting-solid-circle {
    background-color: #f8f9fa;
    
}

.counting-traslucid-circle {
    background-color: #f8f9fa80;
}


.container {
    margin-top: 2em;
}

.container_0,
.container_1 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.container,
.container_0,
.container_1 img {
    margin-left: auto;
    margin-right: auto;
}

#pregunta,
.pregunta {
    font-size: 2em;
    line-height: 1.3em;
}

#pregunta.numero {
    text-align: center;
    display: block;
}

.pregunta_reactivo {
    margin-top: 2em;
}

#respuestas {
    margin-top: 2em;
    text-align: center;
    display: block;
}

#respuestas.flex {
    display: flex;
    justify-content: space-around;
}

#respuestas .column {
    width: auto;
}

.column {
    position: relative;
    width: 50%;
    z-index: 1;
    /* Ensure columns are above the canvas */
}

.column_objetivo {
    height: 200px;
    border: solid;
    border-color: black;
    border-width: 1px;
    cursor: pointer;

    font-size: 2em;
    line-height: 1em;


    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
}

.objeto_canasta {
    margin-top: 2em;

    border: solid black 1px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */

    height: 75px;
    width: 75px;

    z-index: 5;
}

.column_objetivo.selected,
.selected {
    border-width: 3px;
}

.numero {
    font-size: 30px;
    font-weight: bold;
    line-height: 31px;
}


.text-prueba-finalizada{
    text-align: center;
    font-size: 2em;
}

.btn.submit{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#divBotonesNavegacion, .btn.submit, .btn.secondary{
    max-width: 20em;
}

#divBotonesNavegacion{
    margin-bottom: 40px;
}