.card-lista{
    /* width: 31% !important; */
    padding: 1.2rem !important;
    margin-bottom: 1rem !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.125rem 0.25rem !important;
    border-radius: .25rem !important;
    background-color: #fff !important;
    text-align: center !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.card-lista:hover{
    background-color: #f7f7f7d2 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0.125rem 0.25rem !important;
}

#id_temas, #id_intereses, #id_habilidades{
    column-count: 2;
}
.card-header-lista{
    height: 8rem !important;
    border: 0px;
}
.img-aviso{
    margin-bottom: 1rem;
    max-width: 100% !important;
    max-height: 8rem !important;
    clip-path: circle();
}
.card-body-lista{
    padding: 0rem !important;
    height: 9rem;
}

.a-lista{ 
    color: #333333;
    text-decoration: none;
}
.a-lista:link, .a-lista:visited {
    color: #333333;
}
.a-lista:hover {
    color: #333333;
    text-decoration: none;
}

.titulo-seccion {
    margin-top: 2em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.7em;
    text-align: center;
    vertical-align: baseline;
    letter-spacing: 0.30em;
    /*	background-color: #e1e1e1;*/
    background-color: rgb(245, 245, 245);
    border: 0.5px;
    border-color: #adadad;
    border-bottom-style: solid;
    border-top-style: solid;
}

.italic-opcional {
    color: grey;
    font-style: italic;
    font-weight: 300;
}

.label-sinnumero {
    font-size: 70%;
}

.eliminar-padding {
    padding: 0 !important;
}

/* Barra de progreso */
#progreso_barra {
    position: absolute;
    top: 50%;
    left: 1%;
}

.btn-circle {
    background-color: #fff;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.icon-base-activo {
    color: var(--color-santa_cruz, #00AFD9) !important;
}

.icon-base-inactivo {
    color: gray !important;
}

.icon-flotante {
    color: #fff !important;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 0 2em;
    font-size: 1.2em;
}

/* TARJETAS INPUT */

section.fluid-container {
    display: flex;
    flex-flow: row wrap;
}

section > div {
    flex: 1;
    padding: 0.5rem;
}

.tarjeta-header {
    min-height: 50px !important;
    padding: 1rem 0;
    transition: opacity .15s;
    background-position: center center;
    background-size: cover;
    border: 0;
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
    text-align: center !important;
}

.tarjeta-descripcion {
    padding: 15px 20px 0px 20px;
}

.badge-detalle {
    border-radius: 10px;
    color: #555;
    opacity: 1;
    background-color: #B8C4BB;
    border-color: #d6d8db;
    border: 1px solid transparent;
    margin: 0 1rem .5rem 1rem;
    padding: .2rem .5rem;
    position: relative;
    max-width: 90%;
/*    max-width: max-content;*/
    font-size: 80%;
}

.tarjeta-radio-button {
    height: 100%;
    display: block;
    border: 2px solid #04688E;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
    cursor: pointer;
}

/*
.tarjeta-input-radio {
    display: none;
}
*/

.tarjeta-input-radio:checked + .tarjeta-radio-button {
    background-color: #D9F3FC;
    color: #04688E;
}

.icon-base-actual {
    color: rgb(0, 98, 204) !important;
}


/*Pantallas chicas*/
@media screen and (max-width:480px) {
    section {
	   flex-direction: column;
    }

    .label-sinnumero_movil {
        display: inline;
    }

    .label-sinnumero_desktop {
        display: none;
    }

    /* BOTONES VOLVER Y CONTINUAR (pantallas chicas) */
    #txt-btncontinuar {
        display: none;
    }

    #txt-btnvolver {
        display: none;
    }

    .enter {
        display: grid;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    section {
	   flex-direction: column;
    }

    .label-sinnumero_movil {
        display: inline;
    }

    .label-sinnumero_desktop {
        display: none;
    }

    /* BOTONES VOLVER Y CONTINUAR (pantallas chicas) */
    #txt-btncontinuar {
        display: none;
    }

    #txt-btnvolver {
        display: none;
    }

    .enter {
        display: grid;
    }
}

@media screen and (min-width:767px) {
    .div-sinnumero {
        padding: 0;
        align-self: center;
    }

    .label-sinnumero_movil {
        display: none;
    }

    .label-sinnumero_desktop {
        display: inline;
    }

    /* BOTONES VOLVER Y CONTINUAR (pantallas chicas) */
    #txt-btncontinuar {
        display: inline;
    }

    #txt-btnvolver {
        display: inline;
    }

    .enter {
        display: none;
    }

}

@media screen and (min-width:768px) and (max-width:1200px) {

    .card-body-lista{
        height: 14rem;
    }
}
