

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}



.card-headerBulma {
    background-color: transparent;
    align-items: stretch;
    box-shadow: 0 0.125em 0.25em rgba(10,10,10,.1);
    display: flex;
}



.card-contentBulma:first-child, .card-footerBulma:first-child, .card-headerBulma:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}


.card-headerBulma-icon {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1rem;
}

.has-text-white {
    color: #fff!important;
}

.has-background-info {
    background-color: #3e8ed0!important;
}
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    
    /*height: 1.5rem;*/
    /*width: 1.5rem;*/
}


.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}


.is-hidden {
    display: none!important;
}


.contenido_marcadores {
    padding: 5px;
}



.field.is-horizontal {
    display: flex;
}

.field:not(:last-child) {
    margin-bottom: 0.75rem;
}


.is-justify-content-center {
    justify-content: center!important;
}

.is-align-items-center {
    align-items: center!important;
}

.is-flex {
    display: flex!important;
}

.input, .textarea {
    box-shadow: inset 0 0.0625em 0.125em rgba(10,10,10,.05);
    max-width: 100%;
    width: 100%;
}