body {
    font-family: 'Kumbh Sans', sans-serif !important;
    /* background-color: #FDFBFC !important; */
    background-color: #F6FBFE !important;
}

#kt_app_sidebar {
    border-right: 1px solid #EAEAED !important;
    /* background-color: #FDFBFC !important; */
    background-color: #F6FBFE !important;
}

.app-sidebar-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    display: none !important;
}

.solarcanarias-img {
    /* width: 189px; */
    height: 70px;
}

.section-menu {
    margin-left: 36px;
    color: #8F97AC;
    font-size: 12px;
    font-weight: 600;
}

.icono-sidebar {
    width: 22px;
    height: 22px;
}

.menu-item {
    margin-left: 1rem !important;
}

.menu-seleccionado {
    background-color: #41b7e677;
    border-radius: 5px;
    /* width: 85%; */
}

.menu-title {
    color: black !important;
    padding-left: 12px;
}

.logo-user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.hello {
    color: #8F97AC;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1px !important;
}

.nombre-usuario {
    color: #424C67;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.logo-bottom {
    height: 74px !important;
    border-bottom: 1px solid #EAEAED !important;
}

.border-bottom {
    border-bottom: 1px solid #EAEAED !important;
}

.campana {
    width: 24px;
}

.num-notificaciones {
    width: 16px;
    height: 16px;
    position: relative;
    text-align: center;
    font-size: 11px;
    right: 25px;
    bottom: 8px;
}

.alert-importante {
    background: #FFF5E2 0% 0% no-repeat padding-box;
    border: 1px solid #FFAA00;
    border-radius: 8px;
    color: #424C67;
    font-size: 14px;
    font-weight: 600;
}

.menu-item .menu-link {
    padding: 0.59rem 1rem;
}

a {
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .menu-title-2 {
        font-weight: 600;
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .menu-title-2 {
        font-weight: 500;
    }
}

.toastr {
    opacity: 1 !important;
}

.header-publico-mobile {
    display: none;
}

.container-header-cli {
    border-top: 1px solid #e4e6ef;
    border-bottom: 1px solid #e4e6ef;
}

.header-cliente {
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #e4e6ef;
    padding: 10px 20px 10px 20px;
    color: #4A4A4A !important;
    letter-spacing: 0.9px;
}

.header-cliente-select {
    color: #FFFFFF !important;
    background-color: #4bb8e3;
    letter-spacing: 0.9px;
}


.buttons {
    display: flex;
    gap: 12px;
    margin-top: 41px;
    justify-content: flex-end;
    align-items: center;
}

.reset-seguro {
    background: none;
    /* border-radius: 6px; */
    border: none;
    border-left: 1px solid #D9E1ED;
    padding: 11px 40px;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
}

.enviar-seguro {
    background: none;
    /* border-radius: 6px; */
    border: none;
    /* border-right: 1px solid #D9E1ED; */
    border-left: 1px solid #D9E1ED;
    padding: 11px 40px;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
}

.desactivar-label {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: bold;
}

.select-height {
    height: 75px !important;
}

.valid {
    border: 1px solid #198754 !important;
}

.invalid {
    border: 1px solid #dc3545 !important;
}

input:focus-visible {
    outline: none;
}

.footer-movible {
    border-top: 1px solid #D9E1ED;
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0%;
}

.titulo-ficha {
    font-size: 32px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 20px;
    margin-left: 20px;
}

.title {
    margin: 0px 0 23px 24px;
    color: #4A4A4A;
    font-size: 30px;
    font-weight: 600;
}

.title-ficha {
    font-weight: 400;
    font-size: 32px;
}

.card-formulario {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2rem 2rem;
    box-shadow: 0px 0px 20px #e3dddd !important;
}

.campo {
    display: flex;
    flex-direction: column;
    padding-left: 0% !important;
}

.label-foto {
    color: #424C67;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0 !important;
}

/* Caja imagen con previsualización */
.padre-absoluto {
    position: relative;
}

#img-previsualizacion {
    max-width: 229px;
/*    max-height: 206px;*/
    max-height: 229px;
}

.bloque-img {
    border: 1px solid #EAEAED;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    border-bottom: none !important;
    z-index: 2;
    position: relative;
}

.preview-img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
}

.text-img {
    margin: 20px 0;
    padding: 0 21%;
    text-align: center;
    color: #8F97AC;
    font-size: 12px;
}

.form-control:disabled {
    background-color: #ffffff;
    border-color: #ddd;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 1;
}

.form-control:disabled:focus {
    box-shadow: none;
}

textarea.form-control:disabled {
    background-color: #ffffff;
    color: #6c757d;
    border-color: #ddd;
}

.form-control:disabled {
    border-color: #ccc;
}

.alert-notifiaction {
    background-color: white !important;
    border: 1px solid #EAEAED !important;
    border-radius: 3px;
    margin: 1rem;
}

.alert-btn {
    background-color: white !important;
}

.bg-alerta {
    background-color: #41B6E6;
    color: white;
}

#notificaciones-list {
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: none !important;
}

.tooltips {
    position: absolute;
    display: none;
    background: white;
    border: 1px solid #DBDBE5;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    pointer-events: none;
}

.tableTooltips {
    border-collapse: collapse;
    width: 400px;
}

.tdTooltips {
    border: 1px solid #DBDBE5;
    padding: 5px;
    text-align: left;
}

.nivel-riesgo {
    font-weight: bold;
    color: white;
    text-align: center;
}

.btn-modal {
    background: #4bb8e3 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    color: #FFFFFF;
}

.icono-info-img {
    background-image: url('../img/iconos/info2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 1rem;
    position: relative;
    width: 1em;
}

.icono-info {
    bottom: 5rem;
    left: 97%;
}

.icono-info-foto {
    bottom: 5rem;
    left: 97%;
}

.icono-info-proyecto {
    bottom: 5rem;
    left: 97%;
}

.icono-info-talud {
    bottom: 5rem;
    left: 97%;
}

.icono-info-talud-proyecto {
    bottom: 5.5rem;
    left: 97%;
}

.icono-info-ponderacion {
    bottom: 5rem;
    left: 97%;
}

.icono-info-talud-descripcion {
    bottom: 12rem;
    left: 97%;
}

.proyecto-selected{
    border: 3px solid lightblue;
}
@media (max-width: 1024px) {

    .reset-seguro {
        padding: 11px 28px;
    }
    a:first-of-type button.reset-seguro:first-of-type {
        border: none;
    }

}
@media (max-width: 1024px) {

    .reset-seguro {
        padding: 11px 28px;
    }
    a:first-of-type button.reset-seguro:first-of-type {
        border: none;
    }
}
@media (max-width: 769px) {

    .reset-seguro {
        padding: 11px 30px;
    }
}

@media (max-width: 425px) {

    .reset-seguro {
        padding: 0;
        display: none;
    }
    .opciones-inventario{
        display: flex !important;
    }
}