:root {
    --primario: #882440;
    --primario-light: #B2254D;
    --gray-100: #f1f5f9;
    --gray-200: #e5e7eb;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-900: #111827;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Header Principal */

.custom-header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: var(--primario);
    margin-bottom: 40px;
}

.custom-container {
    max-width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-brand {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}

.custom-brand .title-header {
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.custom-header .logo {
    width: 5vw;
    height: auto;
    /* margin-left: 3vw; */
    border: solid;
    border-radius: 15px;
    background-color: #F5F4F3;
    padding: 0;
}

.custom-nav a:link,
.custom-nav a:visited,
.custom-nav a:active {
    text-decoration: none;
}

.custom-nav {
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.custom-nav .nav-link {
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 2.2rem;
    padding: 10px 20px;
}

.custom-nav .nav-link:hover {
    background-color: white;
    color: var(--primario);
    padding: 10px 20px;
    border-radius: 2px;
}

.custom-nav .user-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 5px;
}

.custom-nav .user-link .logo-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.custom-nav .user-link .username {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 0 !important;
}

.custom-nav .logout {
    color: white;
}

.custom-nav .logout:hover {
    color: #57182a;
    cursor: pointer;
}

/* Header Principal END*/

/* Pagina Consejales  */
.custom-flex {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 20px;



}

.custom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.custom-flex-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtros-ver {
    margin-bottom: 20px;
}

.custom-radio {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.8rem;
    color: var(--gray-500);
}

.custom-radio input {
    width: 20px;
    height: 20px;
}

/* Estilos personalizados modal */

.close {
    margin-right: 20px;
}

.modal-title {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customname {
    font-weight: bold;
    font-size: 3rem !important;
    margin-top: 20px;
}

.custom-question {
    display: flex;
    align-items: start;
    gap: 10px;
}

.custom-secondary-question {
    margin-left: 40px;
    margin-top: 30px;
}

.custom-secondary-question .subtitle-modal {
    font-weight: normal;
}

.subtitle-modal {
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--gray-600);
    text-align: start !important;
}

.custom-hr {
    margin: 2.5rem 0 !important;
}

.textarea-custom {
    resize: none;
    font-size: 1.5rem;
    padding: 10px;
}

.input-wrapper {
    position: relative;
    display: flex;
}

.custom-input {
    width: 100%;
    padding: 10px 10px 10px 35px;
    font-size: 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.custom-input-label {
    position: absolute;
    width: 100px;
    /* left: 12px; */
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    font-size: 0.7rem;
    color: var(--gray-500);
}

.custom-input-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}


.character-counter {
    font-size: 1.5rem !important;
    color: var(--gray-500);
}

/* Estilos personalizados modal END */


/* Estilos personalizados modal REVISION */

.modal-revision {
    background-color: var(--gray-100) !important;
    padding: 0 !important;
}

.custom-revision {
    display: grid;
    grid-template-columns: 30% 70%;
}

.avatar {
    width: 100%;
    text-align: center;
}

.avatar img {
    border-radius: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.custom-revision .info-gral,
.custom-revision .redes {
    text-align: center;
}

.custom-revision .info-gral .title,
.custom-revision .redes .title {
    color: var(--primario);
    margin-top: 20px;
}

.custom-revision .info-gral .info-group p {
    font-size: 1.8rem;
    color: var(--gray-700);
}

.custom-revision .info-gral .info-group span {
    font-weight: bold;
    color: var(--gray-500);
}

.custom-revision .redes .info-group {
    display: grid;
    grid-template-columns: 30% 50%;
    gap: 10px;
}

.custom-revision .redes .info-group p {
    font-size: 1.8rem;
    color: var(--gray-700);
    margin: 0 !important;
    text-align: start;
}

.custom-revision .redes .info-group span {
    text-align: end;
}

.custom-revision main {
    background-color: var(--gray-100);
    padding: 10px;
}

.custom-revision .custom-card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    border-left: 5px solid #882440;
    padding: 5px 15px;
    text-align: start;
    margin-bottom: 20px;
}

.custom-revision .custom-card .text {
    font-size: 1.5rem;
    color: var(--gray-500);
}

.custom-revision .custom-card .title {
    font-size: 2rem;
    color: var(--gray-700);
}

/* Estilos personalizados modal REVISION END */

.custom-card-question {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    border-left: 5px solid #882440;
    padding: 5px 15px;
    text-align: start;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

#observTransp, #observGenero, #observPartidos{
    display:none;
}
