/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 
 :root {
    /*--mi-color: #3551A5;*/
    --mi-color: #364b7e;
    --mi-colorhover: #30436f;
    --mi-colorvar1: #526DCF;
    --mi-coloractive: #3551A5;
    --mi-colorparrafo: #616161;
    --mi-color2: #f5a530;
    --mi-color3: #ea3237;
    --mi-color4: #00a6d4;
    --mi-colorenfasis1: #2563EB;
}
*, html, body, h1, h2, h3, h4, h5, a{
    font-family:'inter', 'Arial';
}
.elv-roboto {
    font-family: 'Roboto', 'Arial' !important;
}
.elv-textmicolor {
    color: var(--mi-color) !important;
}
.elv-text14 {
    font-size: 14px;
}
.elv-text15 {
    font-size: 15px;
}
.elv-text17 {
    font-size: 17px;
}
.elv-text20 {
    font-size: 20px;
}
.elv-text23 {
    font-size: 23px;
}
.xyz-enfasis1{
    color: var(--mi-colorenfasis1);
    font-weight: 600;
}
.xyz-ruta{
    font-size: 12px;
    display: flex;
    align-items: center;
}
.xyz-ruta > a{
    color: #838383;
    font-weight: 400;
    opacity: 0.8;
}
.xyz-ruta > a.xyz-ruta-active{
    color: #555;
    text-decoration: none !important;
    cursor: auto;
    font-weight: 500;
}
.xyz-ruta > span{
    color: #838383;
    margin: 0px 7px;
    font-size: 8px;
}


.elv-general-tabla {
    border-radius: 5px !important;
}
.elv-general-tabla thead th {
    font-size: 14px;
}
.elv-general-tabla tbody td {
    font-size: 13.5px;
}
.elv-general-table2 {
    position: relative;
    border-radius: 5px;
    background: var(--mi-color);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
}
.elv-general-table2 caption {
    color: #696969;
    margin-bottom: 4px;
    padding-left: 10px;
}
.elv-general-table2 > thead th {
    color: #fff;
    font-weight: 500;
    vertical-align: middle !important;
    font-size: 14px;
}
.elv-general-table2 tbody {
    background: #fff;
    font-size: 15.5px;
}
.elv-general-table2 tbody tr {
    background: #fff;
}
.elv-general-table2 tbody tr td {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.elv-general-table2 tbody tr:nth-child(even) {
    background: #f7f7f7;
}
.elv-general-table2 tbody tr:last-child td:first-child {
    /*background: #fff;*/
    /*border-radius: 0 0 0 5px;*/
}
.elv-general-table2 tbody tr:last-child td:last-child {
    /*background: #fff;*/
    /*border-radius: 0 0 5px 0;*/
}



.elv-general-table3{
    border: solid 1px #e5e5e5; /*#e3e3e*/;
}
.elv-general-table3 thead{
    /*background: #f8f8f8;*/
    border-bottom: solid 2px #e5e5e5;
}
.elv-general-table3 thead th {
    border-right: solid 1px #e5e5e5;
    /*color: #777;*/
    color: #212529;
    font-weight: 600;
    font-family: 'poppins',arial;
}
.elv-general-table3 tbody tr:nth-child(odd) {
    /*background: #f7f7f7;*/
    background: #F2F2F2;
}
.elv-general-table3 tbody tr td{
    border-right: solid 1px #e5e5e5;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #212529;
    font-family: 'poppins',arial;
}

@media screen and (max-width: 1550px) {
    .elv-general-table3 tbody tr td{
        /*border-right: solid 1px #e5e5e5;*/
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.easy-autocomplete > input{
    font-size: 14px;
    border-radius: 5px !important;
    border: 1px solid #d4d4d4 !important;
}
.uk-button-primary {
    background: var(--mi-color);
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.uk-button-primary:hover {
    background: var(--mi-colorhover);
    color: #fff;
}
.uk-button-primary:focus {
    background: var(--mi-color);
    color: #fff;
}
.uk-button-default {
    border-radius: 5px;
    font-size: 13px;
}
.uk-button-danger {
    background: #5d5d5d;
    color: #fff;
    font-family:'Roboto', Arial;
    border-radius: 5px;
    font-size: 13px;
}
.uk-button-danger:hover {
    background: #494949;
}
.uk-button-danger:focus {
    background: #5d5d5d;
}
.uk-button-secondary {
    background-color: #00966E;
    color: #fff;
    font-family:'Roboto', Arial;
    border-radius: 5px;
    font-size: 13px;
}
.uk-button-secondary:hover {
    background: #007657;
}
.uk-button-secondary:focus {
    background: #00966E;
}



.uk-pagination {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 20px 30px;
}
.uk-pagination > * > * {
    color: var(--mi-color);
    font-size: 14px;
}
.uk-pagination > li {
    padding: 0px;
    border-radius: 10px;
    margin-left: 5px;
    transition: background 0.3s;
}
.uk-pagination li:hover {
    background: #e1e1e1;
    border-radius: 10px;
}
.uk-pagination li a {
    background-color: transparent !important;
    padding: 6px 12px !important;
    text-decoration: none !important;
}
.uk-pagination li a:hover {
}
.uk-pagination .uk-active {
    background: var(--mi-color);
    border-radius: 10px;
    font-weight: normal !important;
}
.uk-pagination .uk-active:hover {
    background: var(--mi-color);
}
.uk-pagination .uk-active a {
    color: #fff;
}
.uk-modal-dialog {
    border-radius: 10px;
}
.uk-modal-header {
    border-radius: 10px 10px 0px 0px;
}
.uk-modal-footer {
    border-radius: 0px 0px 10px 10px;
}
.uk-tab > * > a {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 8px 20px;
    text-decoration: none;
    color: #787878;
}
.uk-tab > .uk-active > a {
    background: var(--mi-color);
    color: #fff;
}
.uk-tab::before {
    content: none;
}
.elv-opciones-switcher > li > a {
    border-radius: 5px 5px 0 0;
    background: #f5f5f5 !important;
    padding: 10px 15px !important;
}
.elv-opciones-switcher > li.uk-active > a {
    background: var(--mi-color) !important;
}

/********************************** 1.FOOTER **************************************************/
 #elv-footer {
    color: #fff;
    background: #2B2A2A;
    width: 100%;
    margin-top: auto;
    /*visibility: hidden;*/
    /*background-color: #3D56B2;*/
}
/*#elv-footer a , li{*/
/*    font-family: 'Poppins', Arial !important;*/
/*}*/
#elv-footer > div {
    padding: 40px 0 20px 0;
    max-width: 1400px;
    width: 95%;
    margin: auto;
}
#elv-footer .elv-conte-footer {
    padding: 0 0 0 40px;
}
#elv-footer .elv-conte-footer > div {
    padding: 0 0 20px 0;
}
#elv-footer .elv-conte-footer h4 {
    color: #fff;
    font-family: 'Roboto', Arial;
    font-size: 17px;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: bold;
}
#elv-footer .elv-conte-footer h4:after {
    background: #d9dde5;
    border-radius: 10px;
    bottom: -1px;
    /*content:"";*/
    height: 2px;
    left: 0px;
    position: absolute;
    width: 40px;
}
#elv-footer .elv-conte-footer i {
    /*width: 16px;*/
    /*margin: 0 5px 0 0;*/
}
#elv-footer .elv-conte-footer ul {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 5px 0 20px 0;
    color: #d9dde5;
}
#elv-footer .elv-conte-footer ul li {
    font-size: 14px;
}
#elv-footer .elv-conte-footer ul li a {
    color: #d9dde5;
    text-decoration: none;
}
#elv-footer .elv-conte-footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}
#elv-footer .elv-conte-footer ul li img {
    padding: 10px 0 0 10px;
    width: 44%;
}
.elv-footer-fixed {
    position: fixed;
    bottom: 0;
}
.uk-navbar-left > a > img {
    margin-left: 30px;
}
@media screen and (max-width: 1600px) {
    #elv-footer > div {
        padding: 40px 0 0px 0;
    }
    #elv-footer .elv-conte-footer h4 {
        font-size: 15px;
    }
    #elv-footer .elv-conte-footer ul li {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 640px) {
    #hero h1 {
        font-size: 2em;
    }
    #hero button {
        font-size: 1.3em;
    }
    .elv-uk-navbar-left {
        display: none;
    }
    .elv-uk-navbar-right {
        width: 100%;
    }
    .elv-links {
        padding: 0;
    }
    #elv-footer > div {
        width: 80%;
    }
    .uk-navbar-left > a > img {
        margin-left: 0px;
    }
}
.elv-general-tabla thead th {
    font-size: 14px;
}
.elv-general-tabla tbody td {
    font-size: 13.5px;
}
.elv-displaynone {
    display: none;
}
.elv-pad-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #E9E9E6;
    border-top: 3px solid #EDEDED;
    position: relative;
}
.elv-pad-menu:before {
    content:"";
    position: absolute;
    top: -4px;
    left: 0px;
    width: 56px;
    height: 85.27px;
    background: var(--mi-color);
}
.name {
    color: #000011;
    font-size: 0.8rem;
    line-height: 1.1rem;
}
.role {
    color: #ACACAC;
    font-size: 0.7rem;
    line-height: 0.7rem;
}
.elv-bor {
    border-left: 1px solid #E9E9E6;
}
.profile-info {
    display: flex;
    flex-direction: column;
    margin: 0 15px 0 10px;
}
.elv-men-dro {
    left: initial !important;
    right: 10px !important;
    top: 77px !important;
    width: 150px !important;
}
@media screen and (max-width: 640px) {
    .elv-pad-menu {
        padding-right: 15px;
    }
    .elv-pad-menu:before {
        display: none;
    }
}
/********************************** 2.interno **************************************************/
 .container3 {
    display: flex;
    border-size: border-box;
    height: max-content;
    /*height: inherit;*/
}
.container3 section {
    /*height: max-content;*/
}
.container3 aside {
    padding: 0px 0px 0px 0px;
    font-family:'Roboto', 'arial';
    /*width: 310px;*/
    transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.container3 .elv-acomodar-aside {
    width: 56px;
}
.container3 .superior-tit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.container3 .tit-naveg {
    background-color: #fff;
    /*width: 97px;*/
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #465162;
    line-height: 52px;
    padding: 0px 10px;
}
.container3 .tit-men {
    /*width: 55px;*/
    padding: 0px 21px;
    text-align: center;
    color: #fff;
    line-height: 52px;
    background: var(--mi-color);
}
.container3 .superior-conte {
}
.container3 .superior-conte .superior-conte-n1 > ul {
    padding-left: 5px;
    /*padding-top: 5px;*/
}
.container3 .superior-conte .superior-conte-n1 > ul > li {
    text-align: center;
    margin-bottom: 5px;
}
.container3 .superior-conte .superior-conte-n1 > ul > li > a {
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 14px 0px;
    display: flex;
    justify-content: center;
}
.container3 .superior-conte .superior-conte-n1 > ul > li.uk-active a {
    background: #fff;
    color: #414141;
}
.container3 .superior-conte .superior-conte-n1 > ul > li > a > i {
    font-size: 20px;
}
.container3 .superior-conte .superior-conte-n1conte > ul {
    /*padding-top: 5px;*/
}
.container3 .superior-conte .superior-conte-n1conte > ul > li {
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > h3 {
    line-height: 48px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul {
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > .uk-active > a {
    color: rgb(76, 86, 106) !important;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > .uk-open > a {
    color: rgb(76, 86, 106) !important;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > ul {
}
.uk-nav-sub-elv {
    background: #f7f7f7 !important;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > ul > li > a {
    display: flex;
}
.menu-contenedor-imagen {
    padding-left: 10px !important;
    height: 40px;
}
.menu-contenedor-imagen:hover > span {
    color: rgb(42, 63, 110);
}
.menu-contenedor-imagen > img {
    height: 40px !important;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > ul > li > a:hover {
    background: #e5ebff;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > ul > li > a.uk-active {
    background: #e5ebff;
    color: rgb(42, 63, 110);
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > ul > li > a.uk-active > .menu-imagen{
    display: none !important;
}
.container3 .superior-conte .superior-conte-n1conte > ul > li > ul > li > ul > li > a.uk-active > .menu-imagen-hover{
    display: block !important;
}
.menu-imagen-hover {
    display: none;
}
.menu-contenedor-imagen:hover .menu-imagen-hover {
    display: block !important;
}
.menu-contenedor-imagen:hover .menu-imagen {
    display: none;
}
.uk-nav-sub a {
    padding: 0px;
}
ul.uk-nav-sub {
    padding: 0px;
}
.container3 .superior-conte .elv-acomodar-uln1 {
    display: none;
}

 .container3 section {
    width: 100%;
    background: #ECEDF0;
    padding-bottom: 50px;
    transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.container3 .mov-izquierda {
    margin-left: -96px;
}
.container3 section .sect-superior {
    width: 100%;
    background: #FFF578;
}
.container3 .sect-superior ul {
    list-style: none;
    padding-left: 0px;
    border-left: solid 1px #e6e6e6;
    background: #f6f6f6;
    box-shadow: 1px 3px 0 1px #e2e3e6;
}
.container3 .sect-superior li {
    color: #333;
    border-bottom: 4px solid var(--mi-color);
    ;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: -4px;
    padding: 0 22px 0 20px;
}
.container3 .sect-conte .sect-conte-int {
    margin: auto;
    width: 94%;
    max-width: calc(100vw - 270px);
    /*1110px;*/
    /*background: #fdfdfd;*/
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 30px 50px 30px 50px;
    box-sizing: border-box;
}
.container3 .sect-conte2 .sect-conte-int2 {
    margin: auto;
    width: 94%;
    max-width: calc(100vw - 270px);
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*border-radius: 5px;*/
    /*padding: 30px 50px 30px 50px;*/
    box-sizing: border-box;
}
.container3 .sect-conte-int h3 {
    font-family:'Roboto', 'arial';
    text-align: center;
    font-size: 21px;
    color: var(--mi-color);
}
.container3 .sect-conte-int p {
    font-size: 14px;
    /*padding: 0px 15px 0px 15px;*/
    font-style: italic;
    font-family:'Roboto', 'arial';
}
/* conte mas amplio blanco */
 .container3 .sect-conte .sect-conte-int-amplio {
    /*max-width: none;*/
}
.elv-displaynone2 {
    display: none !important;
}

@media screen and (max-width: 1550px){
    .container3 .sect-superior li {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .elv-displaynone2 {
        display: block !important;
        padding-top: 12px !important;
    }
    .elv-tamaniomen {
        width: 85%;
    }
    .elv-bor {
        display: none !important;
    }
    .elv-tamaniomen .elv-ptit {
        margin-top: 10px;
        margin-bottom: 5px;
        color: #b1b1b1;
    }
    .elv-men-titmen {
        margin-bottom: 10px;
    }
    .elv-asidemen {
        display: none;
    }
    .container3 .sect-conte .sect-conte-int {
        width: 90% !important;
        padding: 25px 10px 15px 10px;
        max-width: none;
    }
    .elv-contelibro {
        padding: 0 25px 0 25px;
    }
    .container3 #elv-section-menu {
        height: 100vh;
    }
}
/***************************** botones *************************************/
 .elv_btnAprobado {
    background-color: var(--mi-color4);
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
}
.elv_btnPendiente {
    background-color: var(--mi-color2);
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
}
.elv_btnObservado {
    background-color: var(--mi-color3);
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
}
/*******************************************************************************/
 .elv-botones-izquierda {
    display: flex;
    width: 100%;
    max-width: 450px;
}
/******************* Menu defensoria ***************************************/
.xyz-menu-inicio1 .xyz-menu-boton1{
    padding: 13px 30px;
    background: var(--mi-color);
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 500;
}
.xyz-menu-inicio1 .xyz-menu-boton1:hover{
    background: var(--mi-colorhover);
}

.xyz-boton-default{
    padding: 13px 20px;
    background: var(--mi-color);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 60px;
    font-family: "raleway",arial !important;
    font-weight: 500;
    font-size: 15px;
}
.xyz-boton-default:hover{
    background: var(--mi-colorhover);
}


.xyz-padding-contenido1{
    padding-top: 70px;
    padding-bottom: 70px;
}
.xyz-padding-contenido2{
    padding-top: 45px; 
    padding-bottom: 45px;
}
.xyz-portada-imagen{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/public/imagenes/portada/img2.jpg");
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    min-height: 500px;
    position: relative;
}

.elv-gen-portada{
    
}

.xyz-portada-imagen .elv-gen-portada-conte1 > div > h4{
    color: #3EC5FA;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'raleway',arial;
    font-weight: 400;
    font-size: 20px;
}
.xyz-portada-imagen .elv-gen-portada-conte1 > div > h1{
    color: #404040;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'raleway',arial;
    font-weight: 700;
    font-size: 40px;
}
.xyz-portada-imagen .elv-gen-portada-conte1 > div > p{
    color: #404040;
    margin-bottom: 40px;
    margin-top: 5px;
    font-family: 'raleway',arial;
    font-weight: 400;
    font-size: 16px;
}

.xyz-portada-imagen .elv-gen-portada-conte2 > img{
    border-radius: 10px;
    width: 80%;
}


.xyz-portada-imagen .elv-gen-portada-conte3{
    
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div{
    background: #fff;
    padding: 30px 0px 0px 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 10px;
    max-width: 353px;
    overflow: hidden;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > h1{
    font-weight: 800;
    font-family: 'raleway', Arial;
    color: #5a5a5a;
    font-size: 36px;
    padding: 0px 30px;
    line-height: 37px;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > h1 > elv{
    color: #3551a5;
    font-family: 'raleway', Arial;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'raleway', Arial;
    color: #616569;
    padding: 0px 30px;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > .xyz-conte-botones{
    display: flex;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > .xyz-conte-botones > .xyz-conte-izquierda{
    width: 75%;
    text-align: center;
    background: var(--mi-color);
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > .xyz-conte-botones > .xyz-conte-izquierda > a{
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Poppins';
    font-weight: 700;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > .xyz-conte-botones > .xyz-conte-izquierda > a > i{
    margin-right: 5px;
    font-size: 25px;
}
.xyz-portada-imagen .elv-gen-portada-conte3 > div > .xyz-conte-botones > .xyz-conte-derecha{
    width: 25%; 
    background: #303542;
}


.xyz-miniportada-imagen{
    background-image: url("/public/imagenes/portada/img1.png"); 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    min-height: 122px;
    position: relative;
}



.elv-gen-portada-capa1{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 41% 41%;
    transform: scale(1.1, 1);
}
.elv-gen-portada-conte1{
    /*position: absolute;*/
    /*top: 40%;*/
    /*left: 10%;*/
    /*transform: translate(0px, -50%);*/
    /*width: 880px;*/
}
.elv-gen-portada > ul{
    min-height: 400px; 
    max-height: 650px;
    border-radius: 0px 0px 41% 41%;
    transform: scale(1.1, 1);
}
.elv-gen-portada > .elv-gen-portada-conte1 > div{
    text-align: left;
}
.elv-gen-portada > .elv-gen-portada-conte1 > div > h1{
    text-align: left;
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 45px;
    font-family: 'Barlow', arial;
    line-height: 53px;
}
.elv-gen-portada > .elv-gen-portada-conte1 >div > p{
    text-align: left;
    margin-bottom: 60px;
    color: #ffffffcf;
    font-size: 20px;
    font-family: 'Barlow', arial;
    line-height: 29px;
}
.elv-gen-portada > .elv-gen-portada-conte1 >div > a{
    padding: 20px 60px;
    /*background: #ffffff24;*/
    background: #f6e34b;
    /*border: solid 1px #fff;*/
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
    color: #000;
    font-family: 'Barlow', arial;
    font-weight: 500;
}
.elv-gen-portada > .elv-gen-portada-conte1 >div > a:hover{
    /*background: var(--mi-colorhover);*/
    background: #e3d141;
}


.sub-footer{
    background-color: #222222;
    padding: 20px 30px;
}
.sub-footer p{
    color: white;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
}

.xyz-enlace{
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.xyz-enlace:hover{
    color: #ffffffb5;
    text-decoration: none;
}
.xyz-enlace > p{
    margin: 0px;
    padding: 15px 5px 15px 5px;
    background: var(--mi-color);
}

.xyz-cajavideo{
    text-decoration: none !important;
}
.xyz-cajavideo > div{
    padding: 15px;
    transition: background 0.3s;
    border-radius: 8px;
}
.xyz-cajavideo > div:hover{
    background: #EBF5F3;
}
.xyz-cajavideo > div:hover > .xyz-cajavideo-cajaimagen > img{
    transform: scale(1.05);
}
.xyz-cajavideo > div > .xyz-cajavideo-cajaimagen{
    overflow: hidden;
    border-radius: 8px;
}
.xyz-cajavideo > div > .xyz-cajavideo-cajaimagen > img{
    width: 100%;
    transition: transform 0.3s;
}
.xyz-cajavideo > div> .xyz-video-subtit{
    color: #657694;
    margin-bottom: 5px;
    font-size: 13.5px;
}
.xyz-cajavideo > div> .xyz-video-tit{
    color: #2b3857;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}



.elv-grupo-btn .uk-button-primary {
    background-color: #d4e6f7;
    color: #3551a5;
}
.elv-grupo-btn .uk-button-primary:hover {
    background: var(--mi-colorhover);
    color: #fff;
}
.elv-grupo-btn .uk-button-primary:focus {
    background-color: #d4e6f7;
    color: #3551a5;
}
.elv-grupo-btn .uk-button-primary:active, .elv-grupo-btn .uk-button-primary.uk-active{
    background-color: var(--mi-color);
    color: #fff;
}



.containerEXT {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

.containerEXT .card:nth-child(1) .box .icon .iconBox {
    background: var(--mi-color);
}

.containerEXT .card:nth-child(2) .box .icon .iconBox {
    background: var(--mi-color);
}

.containerEXT .card:nth-child(3) .box .icon .iconBox {
    background: var(--mi-color);
}

.containerEXT .card .link-gen {
    text-decoration: none;
}

.containerEXT .card .link-gen:hover .content h3 {
    color: var(--mi-color);
}

.containerEXT .card .link-gen:hover .imgBox img {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.containerEXT .card ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.containerEXT .card ul li {
    text-transform: uppercase;
    background: var(--clr-tag);
    color: #282828;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.188rem;
}

.containerEXT .card ul li.branding {
    color: darken(#d3b19a, 40%);
}

.containerEXT .card ul li.packaging {
    color: darken(#70b3b1, 40%);
}

.containerEXT .card ul li.marketing {
    color: darken(#d05fa2, 40%);
}

.containerEXT .card .content {
    padding: 0.938rem 0.625rem;
}

.containerEXT .card .content h3 {
    text-transform: capitalize;
    font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
}

.containerEXT .card .content p {
    margin-top: 3px;
    color: #565656;
    margin-bottom: 5px;
}

.containerEXT .card-inner {
    position: relative;
    width: inherit;
    height: 12.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.containerEXT .card-inner .box {
    width: 100%;
    height: 50%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.containerEXT .card-inner .box .imgBox {
    position: absolute;
    inset: 0;
}

.containerEXT .card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.containerEXT .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: var(--clr);
    border-top-left-radius: 50%;
}

.containerEXT .card-inner .box .icon .iconBox {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.containerEXT .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
}

.containerEXT .card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.containerEXT .card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.containerEXT .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.containerEXT .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
}


.containerEXT2 {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

.containerEXT2 .card:nth-child(1) .box .icon .iconBox {
    background: var(--mi-color);
}

.containerEXT2 .card:nth-child(2) .box .icon .iconBox {
    background: var(--mi-color);
}

.containerEXT2 .card:nth-child(3) .box .icon .iconBox {
    background: var(--mi-color);
}

.containerEXT2 .card .link-gen {
    text-decoration: none;
}

.containerEXT2 .card .link-gen:hover .content h3 {
    color: var(--mi-color);
}

.containerEXT2 .card .link-gen:hover .imgBox img {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.containerEXT2 .card ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.containerEXT2 .card ul li {
    text-transform: uppercase;
    background: var(--clr-tag);
    color: #282828;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.188rem;
}

.containerEXT2 .card ul li.branding {
    color: darken(#d3b19a, 40%);
}

.containerEXT2 .card ul li.packaging {
    color: darken(#70b3b1, 40%);
}

.containerEXT2 .card ul li.marketing {
    color: darken(#d05fa2, 40%);
}

.containerEXT2 .card .content {
    padding: 0.938rem 0.625rem;
}

.containerEXT2 .card .content h3 {
    text-transform: capitalize;
    font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.containerEXT2 .card .content p {
    margin-top: 3px;
    color: #565656;
    margin-bottom: 5px;
    font-size: 14px;
}

.containerEXT2 .card-inner {
    position: relative;
    width: inherit;
    height: 12.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.containerEXT2 .card-inner .box {
    width: 100%;
    height: 50%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.containerEXT2 .card-inner .box .imgBox {
    position: absolute;
    inset: 0;
}

.containerEXT2 .card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.containerEXT2 .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: var(--clr);
    border-top-left-radius: 50%;
}

.containerEXT2 .card-inner .box .icon .iconBox {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.containerEXT2 .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
}

.containerEXT2 .card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.containerEXT2 .card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.containerEXT2 .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.containerEXT2 .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
}

.xyz-divspan span{
    color: #444;
}

.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate{
    background-color: var(--mi-color);
}
.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus{
    background-color: var(--mi-color);
}


.elv-general-card{
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.xyz-alertadanger{
    color: #f10000;
    font-size: 14px;
    padding-left: 10px;
    transition: all 0.3s;
}


.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
    min-height: 60px;
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 280px;
    width: calc(100vw - 280px);
}
#xyzmenulateral{
    height: 100%;
}
#xyzmenulateral .xyz-offcanvas-bar{
    background: #0F172A;
    padding: 0px;
    width: 280px;
    height: 100%;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-superior{
    padding: 16px 16px 16px 24px;
    display: flex;
    justify-content: space-between;
    height: 72px;
    box-sizing: border-box;
    align-items: center;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-superior .logousuariox64{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
    border-radius: 50%;
    position: relative;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-superior .logousuariox64:hover{
    background: rgba(255,255,255,0.1);
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-superior .logousuariox64::after{
    content: "";
    background: #22C55E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    right: 11px;
}

#xyzmenulateral .xyz-offcanvas-bar .menulat-superior2{
    padding: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-superior2 > img{
    height: 80px;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-superior2 > p{
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 0px;
    color: #94A3B8;
    font-weight: 500;
}

#xyzmenulateral .xyz-offcanvas-bar .menulat-medio{
    display: flex;
    flex-direction: column;
    padding: 0px 12px;
    margin-top: 15px;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a{
    font-size: 13px;
    padding: 12.25px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #CFD1D4;
    font-weight: 500;
    border-radius: 6px;
    transition: background 0.3s;
    margin-bottom: 5px;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a:hover{
    background: rgba(255,255,255,.12);
    color: #fff;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a.xyz-active{
    background: rgba(255,255,255,.12);
    color: #fff;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a > i{
    color: #9FA2AA;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a > span > i{
    margin-right: 12px;
    font-size: 18px;
    /*width: 24px;*/
    color: #9FA2AA;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a.xyz-active > span > i{
    color: #fff;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > a:hover > span > i{
    color: #fff;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > .menulat-medio-menu-small{
    display: flex;
    flex-direction: column;
    /*padding: 0px 12px;*/
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > .menulat-medio-menu-small > a{
    font-size: 13px;
    padding: 12.25px 16px 12.25px 56px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #CFD1D4;
    font-weight: 500;
    border-radius: 6px;
    transition: background 0.3s;
    margin-bottom: 5px;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > .menulat-medio-menu-small > a:hover{
    background: rgba(255,255,255,.12);
    color: #fff;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > .menulat-medio-menu-small > a > i{
    margin-right: 12px;
    font-size: 18px;
    width: 24px;
    color: #9FA2AA;
}
#xyzmenulateral .xyz-offcanvas-bar .menulat-medio > .menulat-medio-menu-small > a:hover > i{
    color: #fff;
}

#botonMenulateralxyz{
    border-radius: 40px;
    color: #606F86;
    width: 41px;
    height: 41px;
    font-size: 20px;
    text-decoration: none;
    display: grid;
    place-items: center;
}
#fullscreenBtn{
    border-radius: 40px;
    color: #606F86;
    width: 41px;
    height: 41px;
    font-size: 20px;
    text-decoration: none;
    display: grid;
    place-items: center;
}
#fullscreenBtn:hover{
    background: #F5F5F5;
}
#fullscreenBtn:active {
    background: rgba(224, 224, 224, 0.6);
}
.xyz-caja-link-user{
    top: 58px !important;
    width:195px;
}
.xyz-caja-link-user > div{
    display: flex;
    flex-direction: column;
}
.xyz-caja-link-user > div > hr{
    border-top-color: #E2E8F0;
    margin: 8px 0px;
}
.xyz-caja-link-user > div > a{
    font-size: 13.8px;
    color: #1E293B;
    font-weight: 400;
    text-decoration: none;
}
.xyz-caja-link-user > div > a:hover{
    color: #1e293b;
    background: #F5F5F5;
}
.xyz-caja-link-user > div > .xyz-link-user-info{
    padding: 3px 16px;
}
.xyz-caja-link-user > div > .xyz-link-user-info > .xyz-link-user-s2{
    font-weight: 500;
    font-size: 12.8px;
    line-height: 12.8px;
    margin-top: 6px;
}
.xyz-caja-link-user > div > .xyz-link-user{
    padding: 0px 16px;
    height: 48px;
    color: #1e293b;
    display: flex;
    align-items: center;
}
.xyz-caja-link-user > div > .xyz-link-user > i{
    margin-right: 12px;
    font-size: 17px;
    color: #64748B;
}




.xyz-login{
    
}
.xyz-login > div{
    min-height: 100vh;
}
.xyz-login > .xyz-caja-gen-form{
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.xyz-login > div > .xyz-caja-form{
    padding: 64px;
    text-align: center;
}
.xyz-login > div > .xyz-caja-form > h2{
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-top: 32px;
}
.xyz-login > div > .xyz-caja-form > .xyz-mensaje{
    border: solid 1px #60a5fa;
    border-radius: 6px;
    padding: 15px;
    color: #1d4ed8;
    font-size: 14px;
    margin-top: 32px;
    background: #EFF6FF;
    text-align: left;
    line-height: 20px;
}
.xyz-login > div > .xyz-caja-form > .xyz-form{
    margin-top: 32px;
    text-align: left;
}
.xyz-login > div > .xyz-caja-form > .xyz-form .uk-form-label{
    color: #1e293b;
    font-weight: 500;
}
.xyz-login > div > .xyz-caja-form > .xyz-form .uk-input{
    height: 49.6px;
    border-radius: 6px;
    border: 1px solid #C9D3DF;
    font-size: 14px;
    padding: 0px 16px;
    color: #000000de;
}
.xyz-login > div > .xyz-caja-form > .xyz-form .uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #4f46e5;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000 !important;
}
/*input:-webkit-autofill,*/
/*textarea:-webkit-autofill,*/
/*select:-webkit-autofill {*/
/*    -webkit-box-shadow: 0 0 0px 1000px white inset;*/
/*    -webkit-text-fill-color: #000 !important;*/
/*}*/

#boton_mostrarContra{
    position: absolute;
    top: 4.8px;
    right: 7px;
    background: transparent;
    color: #888;
    border: none;
    height: 40px;
    padding: 0;
    width: 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 40px;
    display: grid;
    place-items: center;
    color: #8E9DB1;
    overflow: hidden;
    outline: none;
}

#boton_mostrarContra::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    pointer-events: none;
    background: rgba(224, 224, 224, 0.6); /* Color del efecto */
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
    border-radius: 50%;
    transition: transform 0.6s, opacity 0.6s;
}

#boton_mostrarContra:active::after {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    transition: 0s;
}
#boton_mostrarContra:hover{
    background: #F5F5F5;
}
/*#boton_mostrarContra:active{*/
/*    background: #E0E0E0;*/
/*}*/

.xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar{
    margin-top: 60px;
}
.xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar > button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4F46E5;
    font-size: 14px;
    border: none;
    height: 48px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    /*transition: .3s ease all;*/
    position: relative;
    overflow: hidden;
}

.xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar > button > span{
    position: relative;
    z-index: 2;
}
.xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar > button:hover{
    background: #564fcc;
}
.xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar > button:active {
    background: #443cca;
}




.xyz-login > .xyz-caja-imagen{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/public/imagenes/seda-huanuco.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #1E293B;*/
    animation: slide-background 20s infinite alternate ease-in-out;
}
@keyframes slide-background {
    0% {
        background-position: 30% center;
    }
    100% {
        background-position: 75% center;
    }
}
.xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    /*padding-left: 70px;*/
}
.xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div{
    background: #1E293B;
    border-radius: 20px 0px 0px 0px;
    padding: 20px 25px 20px 25px;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
}
.xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div > .xyz-caja-imagen-texto-tit1{
    color: #f1f5f9;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px;
}
.xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div > .xyz-caja-imagen-texto-tit2{
    color: #f1f5f9;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 10px;
}
.xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div > .xyz-caja-imagen-texto-tit3{
    color: #f1f5f9;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
}
.xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div > .xyz-caja-imagen-texto-tit4{
    color: #94a3b8;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}







.xyz-container{
    padding: 25px 25px 25px 25px;
    background: #F1F5F9;
    min-height: calc(100vh - 60px - 57px);
    box-sizing: border-box;
}
.xyz-container .xyz-encabezados{
    margin-top: 20px;
}
.xyz-container .xyz-encabezados > .xyz-titulo1{
    color: #1e293b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: flex;
}
.xyz-container .xyz-encabezados > .xyz-titulo2{
    color: #64748b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 4px;
}



.xyz-footer{
    min-height: 56px;
    border-top: solid 1px #E2E8F0;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 24px;
}
.xyz-footer > div{
    
}
.xyz-footer > div > span{
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
}








#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111827;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    transition: opacity 1s; /*ease-out Incrementa el tiempo de transición */
}
#loading-screen > div{
    display: flex; 
    justify-content: center;
    flex-direction: column;
}
/* Efecto de fade in/out en la imagen */
#loading-screen img {
    width: 140px; /* Ajusta el tamaño según sea necesario */
    /*opacity: 0;*/
    /*animation: fadeInOut 2s infinite;*/
}

#loading-screen > div > p{
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

/* Animación de fade in/out */
@keyframes fadeInOut {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.loader-xyz, .loader-xyz:before, .loader-xyz:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader-xyz {
  color: #0272B7;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader-xyz:before,
.loader-xyz:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader-xyz:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader-xyz:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}







.xyz-caja-gen-table{
    background-color: #fff;
    border: none;
    border-radius: 1rem;
    padding: 0px;
    /*max-height: 600px;*/
    height: auto;
    /*overflow: auto;*/
    overflow: hidden;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.xyz-caja-gen-table > div{
    height: auto;
    max-height: 527px;
    overflow: auto;
}
.xyz-table-general{
    width: 100%; /* Ancho de la tabla */
    border-collapse: collapse; /* Colapsar bordes de celdas */
}
.xyz-table-general > thead > tr{
    border-bottom: solid 1px #e2e8f0;
}
.xyz-table-general > thead > tr > th{
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #1e293b;
    padding: 8px 16px;
    height: 40px;
}
.xyz-table-general > tbody > tr:not(:last-child) {
    border-bottom: solid 1px #e2e8f0;
}
.xyz-table-general > tbody > tr > td{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #64748b;
    padding: 0px 16px;
    height: 45px;
}

/* Estilos para navegadores WebKit */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #B7B7B7;
}

/* Estilos para Firefox */
.elemento {
    scrollbar-width: thin;
    scrollbar-color: #09C transparent;
}

.xyz-btn-editar-tabla{
    color: #64748b;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    transition: all 0.4s;
}
.xyz-btn-editar-tabla:hover{
    color: #64748b;
    background: #E8EBEF;
}

.xyz-btn-general2{
    color: #fff;
    background-color: #364b7e;
    padding: 2px 10px;
    display: inline-block;
    text-decoration: none;
}

/* Estilos iniciales para el botón */
.xyz-btn-general {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  text-decoration: none !important;
  font-size: 12px;
  /*font-family: Arial, sans-serif;*/
  background-color: #364b7e;
  /*border: 2px solid white;*/
  position: relative;
  transition: all 0.4s ease;
  /*overflow: hidden;*/
  cursor: pointer;
  border-radius: 5px;
}

/* Fondo negro transparente al hacer hover */
.xyz-btn-general::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.4s ease;
  opacity: 0; /* Inicialmente invisible */
  transition: opacity 0.4s ease; /* Efecto de transición suave en opacidad */
  border-radius: 5px;
}

/* Activar el fondo negro con hover */
.xyz-btn-general:hover::after {
  opacity: 1;
}

/* Cambiar el color del texto en hover */
.xyz-btn-general:hover {
  color: #fff;
}

/* Efecto clic interesante (rebote) */
.xyz-btn-general:active {
  transform: scale(0.95);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}




/* Estilos del menú lateral */
.offcanvas {
  position: fixed;
  top: 0;
  left: -281px; /* Ocultar el menú fuera de la pantalla inicialmente */
  width: 280px;
  height: 100%;
  background-color: #1A2A4F;
  color: white;
  transition: transform 0.3s ease; /* Animación para empujar el contenido */
  z-index: 100;
}

.offcanvas ul {
  list-style: none;
  padding: 0;
}

.offcanvas ul li {
  padding: 15px 20px;
}

.offcanvas ul li a {
  color: white;
  text-decoration: none;
}

/* Estilos del contenido principal */
.main-content {
  width: 100vw; /* Cambié a 100vw para asegurarnos que ocupe el ancho completo de la ventana */
  transition: width 0.3s ease, transform 0.3s ease; /* Redimensionar y empujar el contenido */
  /*padding: 20px;*/
  box-sizing: border-box; /* Incluye padding y border en el ancho total */
}

.toggle-btn {
  background-color: #1A2A4F;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
}

/* Cuando el menú está abierto, mover el menú y cambiar el ancho del contenido */
.offcanvas.active {
  transform: translateX(280px); /* Mover el menú a la vista */
}

/* El contenido se ajusta a un nuevo ancho cuando el menú está abierto */
.main-content.shifted {
  width: calc(100vw - 280px); /* Reducir el ancho del contenido cuando el menú está visible */
  transform: translateX(280px); /* Mover el contenido hacia la derecha */
}



@media screen and (max-width: 1550px){
    .elv-gen-portada > ul{
        min-height: 400px; 
        max-height: 550px; 
    }
    .xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div > .xyz-caja-imagen-texto-tit2{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .xyz-login > .xyz-caja-imagen > .xyz-caja-imagen-texto > div > .xyz-caja-imagen-texto-tit4{
        font-size: 14px;
        line-height: 14px;
    }
    #loading-screen img {
        width: 120px; /* Ajusta el tamaño según sea necesario */
        /*opacity: 0;*/
        /*animation: fadeInOut 2s infinite;*/
    }
}

@media screen and (max-width: 640px){
    .btn-opgen{
        padding: 0px 20px;
    }
    .uk-modal-header h4{
        font-size: 17px;
    }
    .uk-modal-body > h4{
        font-size: 17px;
    }
    .uk-modal-body > p{
        font-size: 16px;
    }
    .cambio-1{
        font-size: 14px !important;
    }
    .cambio-1 elv{
        font-size: 17px;
        display: block;
    }
    .cambio-2{
        margin-bottom: 9px !important;
    }
    .containerEXT2 .card-inner{
        height: 9.75rem;
    }
    
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 280px;
        width: auto;
    }
    
    .xyz-login > div {
        min-height: 90vh;
    }
    .xyz-login > .xyz-caja-gen-form{
        justify-content: center; 
    }
    .xyz-login > div > .xyz-caja-form {
        padding: 32px;
    }
    .xyz-login > div > .xyz-caja-form > h2 {
        font-size: 24px;
        margin-top: 20px;
    }
    .xyz-login > div > .xyz-caja-form > .xyz-mensaje{
        margin-top: 16px;
    }
    .xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar{
        margin-top: 40px;
    }
    
}



@media screen and (max-height: 790px){
    .xyz-login > div > .xyz-caja-form {
        padding: 32px;
    }
    .xyz-login > div > .xyz-caja-form > img {
        width: 110px;
    }
    .xyz-login > div > .xyz-caja-form > h2 {
        font-size: 24px;
        margin-top: 20px;
    }
    .xyz-login > div > .xyz-caja-form > .xyz-mensaje{
        margin-top: 16px;
        font-size: 13px;
    }
    .xyz-login > div > .xyz-caja-form > .xyz-btn-iniciar{
        margin-top: 30px;
    }
    .xyz-caja-gen-table > div{
        max-height: 305px;
    }
}