.dropdown-item-label {
    white-space: pre-wrap;
}

.description {
    padding: 0 28px;
    text-align: justify;
}

ol {
    margin-left: 40px;   /* Espacio externo a la izquierda */
    padding-left: 20px;  /* Espacio interno a la izquierda */
    list-style-position: outside; /* Mantiene los números fuera del contenido */
  }

/* BOTONES */
.btn-grl {
    height: 4rem;
    color: white;
    text-align: center;
    font-size: 12pt;
    padding: 0px;
}

.btn-bl-dark {
    background-color: #3d85c6;
}

.btn-og-dark {
    background-color: #e69138;
}

.btn-rd-dark {
    background-color: #a61c00;
}

.btn-gn-dark {
    background-color: #6aa84f;
}

.link-btn {
    color: white;
}

.link-btn:hover {
    color: #737373;
}

.nombreSeccion {
    text-align: left;
}

.separador {
    border: 3px solid #FB0606;
    vertical-align: middle;
    width: calc(100% - 150px);
    display: inline-block;
    justify-content: right;
}

@media only screen and (min-width: 1400px) {
    .btn-grl {
        width: 196px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .btn-grl {
        width: 138px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-grl {
        width: 182px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-grl{
        width: 189px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-grl{
        width: 438px;
        margin: 10px 0px;
        padding: 10px;
    }
}