﻿
/*Reglas
*******************************************************************************************************/
/*borra la 'X' de Internet Explorer*/
input[type = search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type = search]::-ms-revelar {
    display: none;
    width: 0;
    height: 0;
}

/*borra la 'X' de Chrome*/
input[type = "search"]::-webkit-search-decoration,
input[type = "search"]::-webkit-search-cancel-button,
input[type = "search"]::-webkit-search-results-button,
input[type = "search"]::-webkit-search-results-decoration {
    display: none;
}


/*borra la 'X' de Internet Explorer*/
input[type = text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type = text]::-ms-revelar {
    display: none;
    width: 0;
    height: 0;
}

/*borra la 'X' de Chrome*/
input[type = "text"]::-webkit-search-decoration,
input[type = "text"]::-webkit-search-cancel-button,
input[type = "text"]::-webkit-search-results-button,
input[type = "text"]::-webkit-search-results-decoration {
    display: none;
}

/********************************************************************************************************/

.nameusermenu {
    font-size: 12px;
    margin-bottom: 0;
}

.namecompanymenu {
    font-size: 9px;
    margin-top: 0;
}

.avatar1 {
    display: inline-flex; /* para comportarse como la img */
    justify-content: center;
    align-items: center;
    width: 32px; /* igual que el img original */
    height: 32px;
    border-radius: 50%; /* círculo */
    background: #4caf50; /* se sustituye con el color dinámico */
    color: #fff; /* texto legible */
    font-size: 14px; /* proporción al círculo */
    font-weight: 600;
    text-transform: uppercase;
}

    .avatar1 > h2 {
        /*// font-family: sans-serif;*/
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

.avatar2 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3%;
    margin: auto
}

    .avatar2 > h2 {
        /*// font-family: sans-serif;*/
        color: white;
        font-size: 50px;
        font-weight: bold;
    }

.avatar3 {
    display: inline-flex; /* para comportarse como la img */
    justify-content: center;
    align-items: center;
    width: 60px; /* igual que el img original */
    height: 60px;
    border-radius: 50%; /* círculo */
    background: #4caf50; /* se sustituye con el color dinámico */
    color: #fff; /* texto legible */
    font-size: 24px; /* proporción al círculo */
    font-weight: 600;
    text-transform: uppercase;
}

    .avatar3 > h2 {
        /*// font-family: sans-serif;*/
        color: white;
        font-size: 20px;
        font-weight: bold;
    }


.c-gray1 {
    color: gray;
}

.mb25 {
    margin-bottom: 25px;
}

.t-a-l {
    text-align: left;
}

.t-a-c {
    text-align: center;
}

.t-a-r {
    text-align: right;
}

.t-va-c {
    vertical-align: middle !important;
}

    .t-va-c .jus {
        padding: 8px 12px !important;
    }

.jus-l-r768 {
    text-align: right;
}

.wd25 {
    width: 25px !important;
}

.wd30 {
    width: 30px !important;
}

.wd40 {
    width: 40px !important;
}

.wd100 {
    width: 100px;
}

.wd60 {
    width: 1000px;
}

.hg20 {
    height: 20px;
}

.mg0 {
    margin: 0px;
}

.pd0 {
    padding: 0px;
}

.pd5 {
    padding: 5px;
}

.mg5 {
    margin: 5px;
}

.bg-bluetable {
    background-color: #1f3e7d !important;
}

.bg-greentable {
    background-color: #7F7F5F !important;
}

.tableRow1 {
    height: 20px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
}

.w85h100 {
    width: 85px;
    height: 100px;
}

.w100h100 {
    width: 100px;
    height: 100px;
}

.w100x100 {
    width: 100%;
    height: auto;
}

.w100 {
    width: 100px;
}

.w100h120 {
    width: 100px;
    height: 150px;
}

.h80 {
    height: 80px;
}

.Grid1 {
    border-style: solid;
    border-width: 1px;
    border-color: #B0ACAB;
}

.Comp-Grid1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c_mutimedia {
    width: auto;
    height: auto;
    border-color: #B0ACAB;
    border-width: thin;
    border-style: solid;
    padding: 5px;
}

.viewPost-imglabel {
    font-size: 12px;
    font-style: italic;
}

.viewPost-imgcredit {
    font-size: 12px;
}

.c_mutimedia .m_bottonplus {
    width: 100px;
    height: 108px;
    font-size: 30px;
}

.c_mutimedia .m_mutimedia {
    width: 100px;
    height: 108px;
    border-color: #B0ACAB;
    border-width: thin;
    border-style: solid;
    padding: 5px;
}



.bagle-top-8 {
    font-size: 8px;
    vertical-align: super;
}



.noimagen1 {
    font-size: 14px;
    display: flex;
    align-items: center;
}


.loader1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border: 12px solid #676768;
    border-radius: 50%;
    border-top: 12px solid #B0ACAB;
    border-bottom: 12px solid #B0ACAB;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.c-loader2 {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    background-color: rgba(0,0,0,0.7);
    overflow: auto;
}


.loader2 {
    border: 12px solid #676768;
    border-radius: 50%;
    border-top: 12px solid #B0ACAB;
    border-bottom: 12px solid #B0ACAB;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


.loader3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border: 8px solid #676768;
    border-radius: 50%;
    border-top: 8px solid #B0ACAB;
    border-bottom: 8px solid #B0ACAB;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    overflow: hidden;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Viewbox {
    /*background: #fff;*/
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B0ACAB;
    border-radius: 5px;
}


.filebox {
    /*background: #fff;*/
    border-style: solid;
    border-width: 5px 1px 1px 1px;
}

.filebox2 {
    /*background: #fff;*/
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B0ACAB;
    border-radius: 5px;
    cursor: pointer;
}

    .filebox2 h1 {
        font-size: 80px;
        color: gray;
    }

    .filebox2 h4 {
        font-size: 14px;
        color: gray;
    }

    .filebox2 h5 {
        font-size: 12px;
        color: gray;
    }

    .filebox2:hover {
        /*background: #fff;*/
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #007bff;
        border-radius: 5px;
        cursor: pointer;
        background: #007bff;
    }

        .filebox2:hover h1 {
            font-size: 80px;
            color: white;
        }

        .filebox2:hover h4 {
            font-size: 14px;
            color: white;
        }

        .filebox2:hover h5 {
            font-size: 12px;
            color: white;
        }

    .filebox2.sel4:hover {
        background: #31bad6;
        border-color: #31bad6;
    }

    .filebox2.sel5:hover {
        background: #5cb45b;
        border-color: #5cb45b;
    }

    .filebox2.sel6:hover {
        background: #d089e8;
        border-color: #d089e8;
    }

.fbcred {
    /*background: #fff;*/
    border-color: red;
}

.fbcblue {
    border-color: blue;
}

.fbcgreen {
    /*background: #fff;*/
    border-color: green;
}

.fbcorange {
    /*background: #fff;*/
    border-color: orange;
}

.toverflow-style {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.img-ajus {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.novisible {
    display: none;
}

.visible {
    display: block;
}



.inferiorFlot {
    color: #FFF;
    background: #000;
    position: absolute; /*El div será ubicado con relación a la pantalla*/
    left: 0px; /*A la derecha deje un espacio de 0px*/
    right: 0px; /*A la izquierda deje un espacio de 0px*/
    bottom: 0px; /*Abajo deje un espacio de 0px*/
    height: 70px; /*alto del div*/
    z-index: 0;
}


.pl-title {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    color: #634611;
    font-weight: 700;
}

.mo-action-element {
    /*Esta clase es importante. No borrar*/
}

.pl-name {
    text-align: left;
    font-size: 12px;
    color: #634611;
    font-weight: 700;
}


.pl-content {
    margin-top: 30px;
}

.pl-fl {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #634611;
    font-weight: 700;
}

.pl-fr {
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #634611;
    font-weight: 700;
}







@media (max-width: 768px) {
    .jus-l-r768 {
        text-align: left;
    }

    .m-b-15-r768 {
        margin-bottom: 10px;
    }
}




/* Start: Video Responsive */
.video-responsive {
    overflow: hidden;
    padding-bottom: 400px; /* Adecua este valor para controlar la altura del video */
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
/* End: Video Responsive */


.elemap1 {
    height: 200px;
    width: 100%;
    margin: 30px 0 0 0
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
}

.divunable {
    position: relative; /* asegurarse de que la pseudo-clase :before tenga posición absoluta */
}

    .divunable:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white; /* el color del fondo que deseas */
        opacity: 0.5; /* el nivel de opacidad que deseas */
        z-index: 999; /* asegurarse de que la pseudo-clase :before esté encima del contenido */
    }

.elemnt_hide {
    display: none !important;
}

.elemnt_show {
    display: inline !important;
}

.body-ABC {
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

.body-ABC-icon1 {
    font-size: 110px;
    overflow: hidden;
    display: inline-block;
    border-radius: 180px;
    box-shadow: 0px 0px 10px #79D1CF;
    padding: 20px;
    color: #79D1CF;
    background: #FFFFFF;
}

.body-ABC-A {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    color: gray;
}

.paper-sheet1 {
    width: 620px;
    margin: 10px auto 30px;
    /*box-shadow: 10px 10px #C6C4B9;*/
    border: 1px solid #DFDAC6;
    background: #FAFAF6;
    text-align: left;
}

.paper-sheet2 {
    width: 620px;
    margin: 10px auto 100px;
    /*box-shadow: 10px 10px #DCDCDC;*/
    border: 1px solid #DCDCDC;
    background: white;
    text-align: left;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}



.modal-scrollable-horizontal {
    overflow-x: auto;
    max-width: 100%;
}

    .modal-scrollable-horizontal .modal-content {
        white-space: nowrap;
    }

.res-b {
    font-weight: bold; /* Aplica negrita al texto */
}

.table-fee {
}

    .table-fee > tbody > tr > td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .table-fee th,
    .table-fee td {
        border: 1px solid #000; /* Agrega un borde de 1px sólido de color negro a las celdas */
    }

    .table-fee .resl {
        font-weight: bold; /* Aplica negrita al texto */
    }

    .table-fee .noHborder {
        border-left: none; /* Elimina el borde izquierdo */
        border-right: none; /* Elimina el borde derecho */
    }

    .table-fee .noborder {
        border: none;
        color: #1f3e7d;
        font-size: 9px;
        font-weight: bold; /* Aplica negrita al texto */
    }

    .table-fee .h25 {
        height: 25px;
    }

    .table-fee .h15 {
        height: 15px;
    }

    .table-fee .text_orange1 {
        color: #EA6F15;
    }

.desplazado {
    padding-top: 50px;
}

.notnp {
    border: none;
    color: #1f3e7d;
    font-size: 9px;
    font-weight: bold; /* Aplica negrita al texto */
}

.notnotes {
    border: none;
    color: rgba(0,0,0,0.7);
    font-size: 10px;
    font-weight: bold; /* Aplica negrita al texto */
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 17px; /* Añade esta línea para redondear las esquinas */
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%; /* Añade esta línea para redondear las esquinas */
    }

input:checked + .slider {
    background-color: #28a745;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Opcional: Cambiar el color del interruptor desactivado */
.switch .slider {
    background-color: #ffc107;
}

    .switch .slider:before {
        background-color: #fff;
    }


.contcheck {
    max-width: 100%;
    float: right; /* Alineación a la derecha */
    padding-left: 10px;
}

.setting-box1 {
    border: 1px solid #dcdcdc;
    padding: 20px 20px 30px 20px;
}

.setting-box2 {
    padding-bottom: 20px;
}

.footterpol {
    font-size: 8px;
}


.warning2 {
    background: #DD6F58;
}

.precaution2 {
    background: #DDBD58;
}

.success2 {
    background: #3B763B;
}

.info2 {
    background: #3A7B8E;
}

.danger2 {
    background: #d9534f;
}

.primary2 {
    background: #296292;
}

.bg-bg-success2_l {
    background: #97D197;
}

.bg-info2_l {
    background: #96D7EA;
}

.bg-danger2_l {
    background: #ECA7A5;
}

.bg-primary2_l {
    background: #7DAAD1;
}

.bg-warning2_l {
    background: #F5CA8D;
}

.tblCuta td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

    .tblCuta th:first-child, .tblCuta td:first-child {
        max-width: 250px; /* Restablecer cualquier ancho máximo anterior */
        width: 300px;
    }

#formcontent,
#formcontent .formcontent1 span,
#formcontent .formcontent1 span span {
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    line-height: 22px !important;
    text-align: justify !important;
}

    #formcontent .formcontent2 span,
    #formcontent .formcontent2 span span {
        font-size: 14px !important;
        font-family: Arial, sans-serif !important;
        line-height: 20px !important;
        /*        text-align: justify !important;*/
    }



.suscriptionelement {
}

    .suscriptionelement .head {
        min-height: 130px;
        background: #1F4BFF;
        margin: 0 10px;
        text-align: center
    }

        .suscriptionelement .head .title {
            font-size: 20px;
            font-weight: 700;
            color: white;
            padding-top: 20px;
        }

        .suscriptionelement .head .price {
            font-size: 40px;
            font-weight: bold;
            color: white;
            padding-top: 5px;
        }

        .suscriptionelement .head .mod {
            font-size: 12px;
            font-weight: 700;
            color: white;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .suscriptionelement .body {
        padding-top: 10px;
        min-height: 270px;
        /*background: red;*/
        margin: 0 10px;
        text-align: center;
        border: 1px solid #B0ACAB
    }

        .suscriptionelement .body .list-group {
            padding-top: 10px;
            text-align: center;
            font-size: 12px;
        }

            .suscriptionelement .body .list-group li {
                padding-top: 5px !important;
                padding-bottom: 5px !important;
            }

        .suscriptionelement .body .comment {
            padding: 10px 20px;
            text-align: left;
            font-size: 10px;
        }


.productdetail {
}

/*.productdetail .body {
        padding-top: 10px;
        min-height: 270px;*/
/*background: red;*/
/*margin: 0 10px;
        text-align: center;
        border: 1px solid #B0ACAB
    }*/

.btnActualizar {
    background-color: #e53f4f;
    color: white !important;
    border: 1px solid red;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}

    .btnActualizar:hover {
        background-color: red !important;
        color: white !important;
        border: 1px solid black !important;
    }

.li2245 {
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .li2245:hover {
        background-color: #ddd; /* Cambiá esto por el color que quieras al pasar el cursor */
    }










.sidebar-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
    /* Firefox: barra oculta por defecto */
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

    /* Chrome, Edge, Safari */
    .sidebar-inner::-webkit-scrollbar {
        width: 6px; /* ancho de la barra */
    }

    .sidebar-inner::-webkit-scrollbar-track {
        background: transparent; /* sin fondo */
    }

    .sidebar-inner::-webkit-scrollbar-thumb {
        background-color: transparent; /* invisible por defecto */
        border-radius: 10px;
        transition: background-color 0.3s;
    }

    /* Quitar los botones (puntitas arriba/abajo) */
    .sidebar-inner::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }

    /* Cuando el mouse entra al área */
    .sidebar-inner:hover {
        scrollbar-width: thin; /* Firefox: aparece la barra */
        scrollbar-color: rgba(255,255,255,0.15) transparent;
    }

        .sidebar-inner:hover::-webkit-scrollbar-thumb {
            background-color: rgba(255, 255, 255, 0.15); /* semitransparente */
        }





/* CSS */
.inbox_adjunto {
    display: inline-flex; /* permite controlar el icono y el texto por separado */
    align-items: center;
    max-width: 100%; /* nunca más ancho que el contenedor padre */
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden; /* recorta lo que exceda */
    vertical-align: middle;
    cursor: pointer;
}

    /* el texto que puede cortarse */
    .inbox_adjunto .file-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0; /* clave: deja que el flex-item se encoja */
        margin-left: 0.35em; /* separa icono y texto */
    }

    /* el icono no se encoge */
    .inbox_adjunto i {
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 0.35em;
    }




#datatable-buttons td {
    font-size: 12px; /* Ajusta a tu gusto */
}



/* Center the loader */
#loaderPContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 400px;
    height: 120px;
    margin: -76px 0 0 -180px;
}

#loaderP {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -80px 0 0 -65px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loaderP-text {
    top: 110px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderPri {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
}

.loaderPrib {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(2px);
}

.loaderPri2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(220,0,23,0.5);
}


/* Fondo azul oscuro del thead */
.table-sy-rc1 thead {
    background: #2D7AC0;
}

    /* Estilo de los th: centrado, alto mínimo y padding */
    .table-sy-rc1 thead th {
        min-height: 100px !important; /* alto mínimo constante */
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        vertical-align: middle !important; /* centrado vertical */
        text-align: center !important; /* centrado horizontal */
        color: #ffffff; /* texto blanco */
    }


/* Fondo azul oscuro del thead */
.table-sy-rc2 thead {
    background: #2D7AC0;
}

    /* Estilo de los th: centrado, alto mínimo y padding */
    .table-sy-rc2 thead th {
        min-height: 100px !important; /* alto mínimo constante */
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: middle !important; /* centrado vertical */
        text-align: center !important; /* centrado horizontal */
        color: #ffffff; /* texto blanco */
    }

.table-sy-rc2 > tbody > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Ajustes de padding por clase */
.rc1thA {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.rc1thB {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 25px !important;
}

/* Columnas con ancho automático */
.rc2thA {
    width: auto;
}


input[data-input] {
    width: 100% !important;
    min-width: 100% !important;
}

/* Máximo ancho */
max-w-20 {
    max-width: 20px !important;
}

max-w-100 {
    max-width: 100px;
}

max-w-200 {
    max-width: 200px;
}



.my-red-row {
    background-color: #f8d7da !important;
    color: #842029 !important;
}

.accountbg {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .accountbg {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Bootstrap 5 ya define fs-1 a fs-6, esto extiende a fs-7, fs-8, fs-9 */
.fs-3_5 {
    font-size: 1.625rem !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}
/* un poco más pequeño que fs-6 */
.fs-8 {
    font-size: 0.625rem !important;
}
/* más pequeño aún */
.fs-9 {
    font-size: 0.5rem !important;
}
/* mínimo práctico para lectura */

fs_50 {
    font-size: 50px !important;
}

fs_100 {
    font-size: 100px !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btnmod1 {
    padding: 2px 10px 3px 10px !important;
}

    .btnmod1 span, .btnmod1 i {
        font-size: 1.7rem !important;
    }

.btnmod1-sm {
    padding: 2px 7px 3px 7px !important;
}

    .btnmod1-sm span, .btnmod1-sm i {
        font-size: 1.2rem !important;
    }




/* Botones en estado normal - sin fondo, iconos gris oscuro */
#CG1 .note-editor .note-toolbar .note-btn-group .note-btn {
    background-color: transparent !important;
    border-color: #dee2e6 !important;
    color: #495057 !important;
}

    /* Iconos en gris oscuro en estado normal */
    #CG1 .note-editor .note-toolbar .note-btn-group .note-btn i {
        color: #495057 !important;
    }

    /* Efecto hover - fondo gris oscuro, texto blanco */
    #CG1 .note-editor .note-toolbar .note-btn-group .note-btn:hover {
        background-color: #495057 !important;
        border-color: #343a40 !important;
        color: white !important;
    }

/* Iconos blancos en hover */
#CA1 .note-editor .note-toolbar .note-btn-group .note-btn:hover i {
    color: white !important;
}

/* Estado activo/presionado */
#CG1 .note-editor .note-toolbar .note-btn-group .note-btn:active,
#CG1 .note-editor .note-toolbar .note-btn-group .note-btn.active {
    background-color: #343a40 !important;
    border-color: #212529 !important;
    color: white !important;
}

    /* Iconos blancos en estado activo */
    #CG1 .note-editor .note-toolbar .note-btn-group .note-btn:active i,
    #CG1 .note-editor .note-toolbar .note-btn-group .note-btn.active i {
        color: white !important;
    }

/* Efecto focus */
/*#CG1 .note-editor .note-toolbar .note-btn-group .note-btn:focus {
        box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25) !important;
    }*/




/* Modal tamaño intermedio */
.modal-md1 {
    max-width: 600px !important;
    width: 96% !important;
    margin: 30px auto !important;
}

/* Modal tamaño intermedio */
.modal-md2 {
    max-width: 800px !important;
    width: 96% !important;
    margin: 30px auto !important;
}
/* Modal tamaño intermedio */
.modal-notdoc {
    max-width: 800px !important;
    min-width: 680px !important;
    width: 96% !important;
    margin: 30px auto !important;
}
/* Modal tamaño intermedio */
.modal-md3 {
    max-width: 1000px !important;
    width: 96% !important;
    margin: 30px auto !important;
}


.img-logo1 {
    display: block; /* Permite centrar con margin auto */
    width: 70%; /* Ocupa el 70% del contenedor normalmente */
    max-height: 50px; /* Nunca supera 50px de alto */
    height: auto; /* Mantiene proporción */
    margin: 0 auto; /* Centrada horizontalmente */
    object-fit: contain; /* Asegura que no se deforme */
}

/* En pantallas pequeñas, puede ocupar hasta el 90% */
@media (max-width: 768px) {
    .img-logo1 {
        width: 90%;
    }
}

.side-nav .side-nav-item .side-nav-link {
    font-size: 14.5px !important;
    color: #b6b4c6 !important;
    transition: color 0.2s ease-in-out; /* suaviza el cambio */
}

    .side-nav .side-nav-item .side-nav-link:hover,
    .side-nav .side-nav-item .side-nav-link:focus {
        color: #ffffff !important; /* más claro al pasar el mouse */
    }


@media (max-width: 576px) {
    .p-sm-down-1 {
        padding: .25rem !important;
    }
}
