:root {
    --base-color: #ff8500;
}

html {
    font-size: 14px;
   
}

form {
    display: block !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
   
}
@media (min-height: 1000px) {
    .caja_login {
        height: calc(100% - 550px) !important; 
    }
}
a {
    color: rgba(0,0,0,.55) !important;
}
  
html {
  position: relative;
  min-height: 100%;
}

.w-fit-content {
    width: fit-content !important;
}

.form-formulario {
    margin-top: -112px;
}

.card-form-rol {
    margin-top: 10px;
}
.text-parrafo {
    font-size: 7pt !important;
    text-align: justify;
}

.titulo-center{
    text-align:center;
}
.titulo-left {
    text-align: left;
    margin-top: 5px;
}
.titulo-right {
    text-align: right;
    margin-top: 5px;
}
.iframe-container {
    width: 100%;
    height: 850px;
    margin-top: 10px;
}
.modal-baground{
    background:white;
}

#fotoperfil1::before {
    content: 'Seleccionar sello';
}
.file-select {
    position: relative;
    display: inline-block;
}
.file-select::before {
        background-color: #606161;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        content: 'Seleccionar'; /* testo por defecto */
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
.file-select input[type="file"] {
        opacity: 0;
        width: 100px;
        height: 38px;
        display: inline-block;
    }

input#fotoperfil1 {
    width: 100%;
    cursor: pointer;
    background: white;
    color: transparent;
    border: 0px solid #fff;
}


@media (max-width: 768px) {
    .container-fluid:has(.iframe-container) {
        width: 100% !important;
    }
    .iframe-container {
        height: 900px;
    }
    .form-formulario {
        margin-top: -100px;
    }
}

.hand {
    cursor: pointer;
}

.footer-style {
    font-family: 'Poppins ' !important;
}


body {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
    padding-top: 50px; /* Adjust this value to match your navbar height in _Layout.cshtml */
}


/* Ensure the navbar stays above other content */
.navbar.fixed-top {
    z-index: 1030;
00;
/* If you have the sidebar menu, ensure it works with fixed header */
#menu_vertical {
    top: 50px; /* Should match the navbar height */
    height: calc(100vh - 50px); /* Subtract navbar height from viewport height */
}
    margin-bottom:0px;
}

footer h1 span {
    font-size: 17px;
    text-align: center;
    font-family: 'Poppins';
    color: White;
    font-weight: 300
}

.fluidContainer {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

.desktop-form {
    display: block;
}

.mobile-form {
    display: none;
}

@media (max-width:766px) {

    .backgroundStyle .container{
        max-width: 95vw;
    }

    .backgroundStyle {
        padding-top: 50px;
        padding-bottom: 20px;
        /*margin-bottom: 70px !important;*/
        background-image: url('../img/resources/BackrgoundMiPortal.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 82vh;
    }

    .btnLogin {
        background-color: #2c4851;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 90%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

    .btnLogin:hover {
        background-color: #355661;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 90%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

    .btnLogin:focus {
        background-color: #2c4851;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 90%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

    #buttonsLogin {
        margin-top: 17%;
    }

    .version-footer {
        position: absolute;
        bottom: 16%;
        width: auto;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 90%;
        z-index: 1;
        margin-top: 56px;
        border-radius: 1vh;
        padding: 5px;
        margin-left: 2px;
    }

    .dropdown-content a {
        text-decoration: none;
        display: block;
        font-family: 'Branding SF Narrow';
        font-size: 17px;
        padding: 5px;
        border-radius: 1vh;
        background: #50909a;
        color: black !important;
        margin: 2% 0% 2% 0%;
        font-weight: 600;
    }

    .dropdown-content a:hover {
        background-color: #2c4851;
        border-radius: 1vh;
        color: white !important;
    }

    .fluidContainer {
        max-width: 100% !important;
        margin-bottom: 100px;
    }

    footer h1 {
        font-size: 16px;
    }

    .container.add-user {
        margin-bottom: 100px;
    }

    .m-hidden{
        display: none;
    }

    .row-flex{
        display: flex;
    }

    .desktop-form{
        display: none;
    }

    .mobile-form{
        display: block;
    }
}

@media (min-width: 767px) and (max-width:991px) {

    .backgroundStyle {
        padding-top: 50px;
        /*padding-bottom: 20px;*/
        background-image: url('../img/resources/BackrgoundMiPortal.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 82vh;
    }

    .btnLogin {
        background-color: #2c4851;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 90%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

        .btnLogin:hover {
            background-color: #355661;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 90%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

        .btnLogin:focus {
            background-color: #2c4851;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 90%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

    #buttonsLogin {
        margin-top: 17%;
    }

    .version-footer {
        position: absolute;
        bottom: 16%;
        width: auto;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 90%;
        z-index: 1;
        margin-top: 56px;
        border-radius: 1vh;
        padding: 5px;
        margin-left: 1%;
    }

        .dropdown-content a {
            text-decoration: none;
            display: block;
            font-family: 'Branding SF Narrow';
            font-size: 17px;
            padding: 5px;
            border-radius: 1vh;
            background: #50909a;
            color: black !important;
            margin: 2% 0% 2% 0%;
            font-weight: 600;
        }

            .dropdown-content a:hover {
                background-color: #2c4851;
                border-radius: 1vh;
                color: white !important;
            }
}

@media (min-width: 992px) and (max-width:1199px) {

    .backgroundStyle {
        padding-top: 50px;
        /*padding-bottom: 20px;*/
        background-image: url('../img/resources/BackrgoundMiPortal.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 82vh;
    }

    .btnLogin {
        background-color: #2c4851;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 90%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

        .btnLogin:hover {
            background-color: #355661;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 90%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

        .btnLogin:focus {
            background-color: #2c4851;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 90%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

    #buttonsLogin {
        margin-top: 17%;
    }

    .version-footer {
        position: absolute;
        bottom: 15%;
        width: auto;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 90%;
        z-index: 1;
        margin-top: 56px;
        border-radius: 1vh;
        padding: 5px;
        margin-left: 1%;
    }

        .dropdown-content a {
            text-decoration: none;
            display: block;
            font-family: 'Branding SF Narrow';
            font-size: 17px;
            padding: 5px;
            border-radius: 1vh;
            background: #50909a;
            color: black !important;
            margin: 2% 0% 2% 0%;
            font-weight: 600;
        }

            .dropdown-content a:hover {
                background-color: #2c4851;
                border-radius: 1vh;
                color: white !important;
            }
}

@media (min-width: 1200px) and (max-width:1399px) {

    .backgroundStyle {
        padding-top: 50px;
        /*padding-bottom: 20px;*/
        background-image: url('../img/resources/BackrgoundMiPortal.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 85vh;
    }

    .btnLogin {
        background-color: #2c4851;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 70%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

        .btnLogin:hover {
            background-color: #355661;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 70%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

        .btnLogin:focus {
            background-color: #2c4851;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 70%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

    #buttonsLogin {
        margin-top: 17%;
    }

    .version-footer {
        position: absolute;
        bottom: 9%;
        width: auto;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 70%;
        z-index: 1;
        margin-top: 56px;
        border-radius: 1vh;
        padding: 5px;
        margin-left: 1%;
    }

        .dropdown-content a {
            text-decoration: none;
            display: block;
            font-family: 'Branding SF Narrow';
            font-size: 17px;
            padding: 5px;
            border-radius: 1vh;
            background: #50909a;
            color: black !important;
            margin: 2% 0% 2% 0%;
            font-weight: 600;
        }

            .dropdown-content a:hover {
                background-color: #2c4851;
                border-radius: 1vh;
                color: white !important;
            }


    #buttonsLogin {
        margin-top: 6%;
    }

    #logoMiportal {
        margin-top: 3%;
    }
}

@media (min-width: 1400px) {

    .backgroundStyle {
        padding-top: 50px;
        /*padding-bottom: 20px;*/
        background-image: url('../img/resources/BackrgoundMiPortal.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 88.5vh;
    }

    .btnLogin {
        background-color: #2c4851;
        margin: 1%;
        color: white !important;
        border-color: white;
        border-radius: 6px;
        border: 0.1vh solid ghostwhite;
        height: auto;
        font-family: 'Branding SF Narrow';
        font-size: 20px;
        font-weight: 600;
        width: 70%;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        line-height: inherit;
    }

        .btnLogin:hover {
            background-color: #355661;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 70%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

        .btnLogin:focus {
            background-color: #2c4851;
            margin: 1%;
            color: white !important;
            border-color: white;
            border-radius: 6px;
            border: 0.1vh solid ghostwhite;
            height: auto;
            font-family: 'Branding SF Narrow';
            font-size: 20px;
            font-weight: 600;
            width: 70%;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

    #buttonsLogin {
        margin-top: 17%;
    }

    .version-footer {
        position: absolute;
        bottom: 8%;
        width: auto;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 70%;
        z-index: 1;
        margin-top: 57px;
        border-radius: 1vh;
        padding: 5px;
        margin-left: 1%;
    }

        .dropdown-content a {
            text-decoration: none;
            display: block;
            font-family: 'Branding SF Narrow';
            font-size: 17px;
            padding: 5px;
            border-radius: 1vh;
            background: #50909a;
            color: black !important;
            margin: 2% 0% 2% 0%;
            font-weight: 600;
        }

            .dropdown-content a:hover {
                background-color: #2c4851;
                border-radius: 1vh;
                color: white !important;
            }


    #buttonsLogin {
        margin-top: 6%;
    }

    #logoMiportal {
        margin-top: 7%;
    }
}



#buttonsLogin {
    margin-top: 10%;
}


.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdownRegister {
    position: relative;
    display: flex;
    width:100%;
}



/* Mostrar el menú desplegable al pasar el ratón por encima */
.dropdownRegister:hover .dropdown-content {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

#infoModal .modal-dialog,
#helpModal .modal-dialog {
    max-width: 750px
}

#infoModal .btn,
#helpModal .btn,
.invoice-help {
    background-color: var(--base-color);
    border: none;
}

#infoModal p,
#helpModal  p{
    font-weight: 600;
    font-size: var(--h5_escala);
    line-height: var(--h5_interlineado);
    margin-top: 16px;
    margin-bottom: 8px;
}

.help-modal-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.help-btn {
    color: var(--base-color) !important;
    font-size: 20px
}

.accordion-button {
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    color: inherit;
}

.accordion-button:focus {
    border: none;
    box-shadow: unset;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8500'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8500'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: rotate(-180deg);
}

.fondo-blur {
    background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 33%)), url(../img/resources/instalaciones_ircnl.jpg); /* Ajusta la ruta */
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    z-index: -5;
} 
.texto-superiorBlur {
    z-index: 10;
    top: 15%;
    position: absolute;  
    color: white !important;
    line-height: 1.2;
}
.body_login.tiene_personas.es_izquierda main::before {
    background-color: #00000000 !important;
    height: 100vh !important;
}
.body_login.tiene_personas.es_izquierda main::after {
    background-color: #00000000 !important;
    height: 100vh !important;
}
.linea-izquierda {
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 110%;
    background-color: white;
    z-index: -3;
}
.titulo-principal {
    font-family: 'Maven Pro' !important;
    font-weight: 500;
    color: #0F4650 !important;
    font-weight: bold;
}
.logo_header2 {  
    width: 137px;
    height: 32px;
}

.fw-secundario {
    color: #ff8400 !important;
}
input.form-check-input:checked {
    background-color: #ff8400; /* Usa el color secundario de Bootstrap */
    border-color: #ff8400;
}

.fs-24 {
    font-size: 24px !important;
}

.tree {
    list-style: none;
    margin: 0;
    padding-left: 1.5rem;
    position: relative;
}

.tree::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0.5rem;
    width: 1px;
    height: calc(100% - 18px);
    background-color: #ccc;
    z-index: 2;
}

.tree2:before {
    height: calc(100% - 22px);
}

.tree li {
    position: relative;
}
        
.tree li::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 0.5rem;
    width: 1rem;
    height: 1px;
    background-color: #ccc;
    z-index: 2;
}

/* Triángulo relleno pegado a la línea horizontal */
.tree li::after {
    content: '';
    position: absolute;
    top: 0.8rem;
    left: 1.4rem;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #ccc;
    z-index: 2;
}

.treeSub {
    list-style: none;
    margin: 0;
    padding-left: 1.7rem !important;
    position: relative;
}

    .treeSub::before {
        content: '';
        position: absolute;
        top: -1px;
        bottom: 0;
        left: 2.2rem !important;
        width: 1px;
        height: calc(100% - 18px);
        background-color: #ccc;
        z-index: 2;
    }

.tree2Sub:before {
    height: calc(100% - 22px);
}

.treeSub li {
    position: relative;
}

    .treeSub li::before {
        content: '';
        position: absolute;
        top: 1em;
        left: 0.5rem;
        width: 1rem;
        height: 1px;
        background-color: #ccc;
        z-index: 2;
    }

    /* Triángulo relleno pegado a la línea horizontal */
    .treeSub li::after {
        content: '';
        position: absolute;
        top: 0.8rem;
        left: 1.4rem;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 5px solid #ccc;
        z-index: 2;
}
#menu_vertical.collapsed {
    width: 80px !important;
    overflow: hidden;
}

    #menu_vertical.collapsed .tree,
    #menu_vertical.collapsed ul li a:not([data-bs-toggle]) {
        display: none !important;
    }

    #menu_vertical.collapsed .menu-label {
        display: none !important;
    }

    /* Si las flechas las agrega Bootstrap automáticamente (usualmente ::after), ocultamos así: */
    #menu_vertical.collapsed a[data-bs-toggle="collapse"]::after {
        display: none !important;
    }


#menu_vertical ul li a[aria-expanded=true], #menu_vertical ul li.activo a, #menu_vertical ul li.seleccion > a:not([aria-expanded]), #menu_vertical a[aria-expanded=true] + ul li.seleccion > a:not([aria-expanded=false]), .menu_vertical ul li a[aria-expanded=true], .menu_vertical ul li.activo a, .menu_vertical ul li.seleccion > a:not([aria-expanded]), .menu_vertical a[aria-expanded=true] + ul li.seleccion > a:not([aria-expanded=false]), #menu_vertical_ejemplo ul li a[aria-expanded=true], #menu_vertical_ejemplo ul li.activo a, #menu_vertical_ejemplo ul li.seleccion > a:not([aria-expanded]), #menu_vertical_ejemplo a[aria-expanded=true] + ul li.seleccion > a:not([aria-expanded=false]) {
    color: white !important;
    background-color: var(--color_secundario);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu_vertical ul a + ul a, .menu_vertical ul a + ul a, #menu_vertical_ejemplo ul a + ul a {
    font-weight: 300;
    color: #5d5858 !important;
}
#menu_vertical.menu_con_iconos:not(.show), .menu_vertical.menu_con_iconos:not(.show), #menu_vertical_ejemplo.menu_con_iconos:not(.show) {
    width: 80px;
    visibility: visible !important;
    overflow: initial;
}

.border-left-top {
    border-left: 2px solid #cecfd08a !important;
    border-top: 2px solid #bfbfbf47 !important;
    box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.15) !important;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}


.estilo_tabla thead tr th, .estilo_tabla tbody th {
    font-weight: 600 !important;
    height: 40px !important;
    padding: 8px 16px !important;
    color: var(--color_accent) !important;
    background-color: var(--color_dorado_background) !important;
}

.estilo_tabla td, .estilo_tabla th {
    padding: 8px !important;
}

.pagination .page-link { 
    border-left-color: var(--primario_general);
}

.pagination .page-item.active .page-link {
    background-color: var(--primario_general); /* verde */
    border-color: none;
    color: white;
}
.pagination .page-link span {
    color: var(--primario_general); /* o cualquier color */
    font-size:14px;
}
.btn-primario-admin {
    background-color: var(--primario_administracion);
    color: white;
}
.m-hidden {
    display: none !important;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('/fonts/MavenPro/static/MavenPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('/fonts/MavenPro/static/MavenPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Fuente Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
h1, h4 {
    font-family: 'Maven Pro', sans-serif;
}

p, a, span:not(.material-icons):not(.material-symbols-outlined),
li, input, textarea, button {
    font-family: 'Poppins', sans-serif;
}

.icono-color {
    color: #0f4650 !important;
}

.btn-white {
    background-color: white;
    color: #333;
    border: 1px solid #ccc;
    height: 65px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-white:hover {
    background-color: #f8f9fa;
    border-color: #bbb;
    height: 65px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-btn-card {
    height: 45px !important;
}
.card-gris {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* que el contenido esté arriba */
    height: 350px !important;
    background-color: var(--color_gris_background);
}
.card-img-container {
    height: 220px; 
    display: flex;
    justify-content: center; 
    align-items: center;  
    overflow: hidden;  
}

.card-img-top {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    display: block;
}
.seccion_leyenda {
    font-family: "Maven Pro", sans-serif !important;
   background-color: #ebecf000 !important;
}

.w-max-content {
    max-width: none;
}
.leaf-link.active {
    font-weight: bold;
    background-color: #f9cd6754 !important;
}