.spinner {
    min-height: 100dvh;
}

dnt-input:not([readonly="false"])::part(input) {
    background-color: transparent;
    outline: initial;
}

dnt-section#steps-section div.dnt-section,
dnt-section#backUrl div.dnt-section,
dnt-section#mapaWeb-section div.dnt-section {
    padding-top: 0;
    padding-bottom: 0;
}

dnt-section.formProcedimiento div.dnt-section {
    padding-top: 0;
}

dnt-section.formFirma div.downloadsBlock {
    width: 100%;
}

.text-status-error {
    color: var(--color-status-error-400);
}

div.formContainer {
    width: 100%;
}

div.seccionSolicitante {
    width: 100%;
    padding: 2rem;
    background: var(--color-bg-primary-soft);
}

div.formPage.pageHidden {
    display: none;
}

.formPaginator {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-control.form-textarea {
    width: 100%;
}

.form-textinfo {
    width: 100%;
    word-wrap: break-word;
}

.form-break {
    flex-basis: 100%;
    height: 0;
}

dnt-radio-group[hidden],
dnt-checkbox-group[hidden],
div.form-url[hidden] {
    display: none;
}

.dnt-file-uploader-list__item {
    list-style-type: none;
}
.dnt-file-uploader-list__item-content {
    width: 100%;
    flex-wrap: wrap;
}
.dnt-file-uploader-list__item-name {
    max-width: 100%;
}

.dnt-custom-label {
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25rem;
    color: var(--color-txt-secondary);
    margin-bottom: 0.3125rem;
    display: block;
    word-break: break-word;
}

.dnt-custom-detail {
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1rem;
    color: var(--color-txt-secondary);
    margin-top: 0.3125rem;
}

#borrarPuestosHabilita:not([hidden]) {
    display: block;
}


dnt-divider {
    width: 100%;
}

dnt-hero{
    overflow-wrap: break-word;
}

/* Ajuste posición Tooltip en Botón */
dnt-button dnt-tooltip {
    top: -0.5rem;
    right: 50%;
}

.ml-auto {
    margin-left: auto;
}

.icon {
    color: rgba(17, 77, 166, 1);
}

/* INIT Detalle Expediente */
dnt-hero#expedienteHero .dnt-hero__title {
    word-break: break-all;
}

dnt-section.alertSection > div.dnt-section,
dnt-section.tabsSection > div.dnt-section  {
    padding-top: 0;
    padding-bottom: 0;
}

dnt-section.stepsSection > div.dnt-section {
    padding-bottom: 0;
    padding-top: 0;
}

dnt-section.faqsExpediente > div.dnt-section {
    padding-top: 0;
}

dnt-modal.readOnly .editOnly {
    display: none;
}
/* END Detalle Expediente */


/* INIT Estilo Contenidos */
strong {
    font-weight: bold;
}

em {
    font-style: italic;;
}

a {
    color: #3366BB;
}

ol {
    list-style: disc inside;
    margin: 0.8em;
    line-height: 1.5;
    font-kerning: auto;
}

ul {
    list-style-type: disc inside;
    margin: 0.8em;
    line-height: 1.5;
    font-kerning: auto;
}

li {
    list-style: disc inside;
    margin: 0.8em;
    line-height: 1.5;
    font-kerning: auto;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

p {
    margin: 1em 0;
    line-height: 1.5;
    font-kerning: auto;
}

h1 {
    line-height: 1.5;
    font-kerning: auto;
}

h2 {
    line-height: 1.5;
    font-kerning: auto;
}

.customContent h2 {
    font-size: 1.5rem;
}

h3 {
    line-height: 1.5;
    font-kerning: auto;
}
/* END Estilo Contenidos */

/* INIT Grid Formularios */
.form-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
}
.form-grid[hidden] {
    display: none;
}
.form-grid .size-sm,
.form-grid .size-md,
.form-grid .size-lg,
.form-grid .size-full {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.form-grid .size-sm {
    grid-column: span 4;
}
.form-grid .size-md {
    grid-column: span 4;
}
.form-grid .size-lg {
    grid-column: span 4;
}
.form-grid .size-full {
    grid-column: span 4;
}
/* END Grid Formularios */

.icon {
    color: rgba(17, 77, 166, 1);
}

tr, td {
    border: 1px solid var(--color-border-dark-divisor); /* Bordes de la tabla y de las celdas */
    padding: 0.5rem; /* Espaciado interno en las celdas */
}

.z-index {
    z-index: 0;
}

.dnt-grid {
    display: grid;
}
  
.section-destacados {
    grid-template-columns: 1fr;
}

.cards-inicio {
    grid-template-columns: 1fr;
}

.cards-triples {
    grid-template-columns: 1fr;
}

@media (min-width: 600px) {
    .section-destacados {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-grid .size-sm {
    grid-column: span 2;
    }
    .cards-inicio {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards-triples {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-buttons-right {
        margin-left: auto;
    }
}

@media (min-width: 874px) {
    .section-destacados {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-grid .size-sm {
    grid-column: span 1;
    }
    .form-grid .size-md {
        grid-column: span 2;
    }
    .form-grid .size-lg {
        grid-column: span 3;
    }

    .cards-inicio {
        grid-template-columns: repeat(4, 1fr);
    }

    .cards-triples {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-buttons-right {
        margin-left: auto;
    }
}

/* ajustes solo para movil */

@media (max-width: 500px) {

    .form-buttons{
        flex-direction: column;
    }
    
    .form-buttons-right {
        margin-right: auto;
    }

}
