html {
    font-size: 14px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
    body, html {
        overflow: auto !important;
        max-height: 100% !important;
    }
}
@media (max-width: 640px) {
    .pic {
        background-size: cover;
        background-image: url("../img/sky2.png");
    }
}

@media (min-width: 640px) {
    .pic {
        background-image: url('../img/foto.jpg');
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    td{

    }
    .picLogoMB {
        max-width: 150px;
        display: inherit !important;
    }
    .MB {
        background-color: #092039 !important;
        
    }
}

@media (min-width: 992px) {

.picLogoPC {
        display: inherit !important;
    }
.PC {
        background-color: #ffffff;
    }
}

main {
    padding-bottom: 50px;
    min-height: 80vh;
}
body {
    color: #333333
    overflow-x: hidden;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0;
    margin-bottom: 0px;
}
h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h6 {
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.detalle {
    font-size: 12px;
}
.bg-white{
    background-color:white;
}
.shadow-none {
    background-color: #ffffff !important;
    box-shadow: none;
}
header {
    background-color: white;
    align-content: center;
}
footer {
    background-color: #092039;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
}

.list-inline {
    margin: auto;
}

.bord-sobre {
    border-left: 1px solid rgb(255, 255, 255);
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.marg-row2 {
    margin-bottom: 30px;
}

a {
    color: #fff;
}

    a:focus, a:hover {
        color: #ffffff;
    }

.marg-row {
    margin-top: 16px;
}
.a-menos-que {
    color: rgb(255, 255, 255);
}
.titulo {
    font-size: Large;
    font-weight: bold;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

i {
   color: #337ab7
}
.border-sng {
    border-top: solid #0B6DB6 !important;
}
.card-hd-sng {
    background-color: #0B6DB6;
    color: white;
    font-weight: bold;
}
h5{
    font-weight:bold;
}

.ovload {
    position: fixed;
    z-index: 110;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ovloadcontent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}
    .ovloadcontent img {
        width: 80px;
        height: 80px;
    }
ul > li > a:hover {
    border-top-width: 4px;
    border-top-style: solid;
    border-color: #0f69b4;
    color: #0f69b4;
}
ul > li > a{
    cursor:pointer;
    border-top-width: 4px;
    border-top-style: solid;
    border-color: #ffffff;
    color: #ffffff;
}

.bg-titlehome {
    background-color: #004677;
    color: #ffffff;
    padding: 8px 0 8px 0;
}
.bg-titlehome h1 {
    font-size:35px;
    line-height:1;
    }
.colorblack{
    color:#000;
}
.colorblue {
    color: #0f69b4;
}

.cardborder {
    border: 1px solid rgb(15, 105, 196);
    overflow: hidden;
    padding: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    height: auto;
}

.bl {
    font-weight: 700;
}

table.dataTable tbody ul.dtr-details {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    /* Adjust the li elements within the ul */
    table.dataTable tbody ul.dtr-details li {
        display: block;
        width: 100%;
        padding: 5px 10px; /* Optional: Adjust for spacing */
        box-sizing: border-box;
    }
.option-group {
    padding: 1.5rem;
    border-bottom: 2px solid #dee2e6;
}

.option-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #495057;
}

.option-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f1f1;
}

    .option-item:last-child {
        border-bottom: none;
    }

.option-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #343a40;
}

.btn-option {
    min-width: 80px;
}




/*
	BTN Clave Única.
	Estilos gráficos para el botón de ClaveÚnica.
	V 2.0
	por @pyanez
	11/10/2024
*/

/* Boton estilo de base */
.btn-cu {
    display: flex;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    border: 0;
}

    .btn-cu:hover {
        text-decoration: none;
    }

    /*Icono ClaveÚnica*/
    .btn-cu .cl-claveunica {
        text-indent: -9999px;
        background: url(../icon/cu-blanco.svg);
        /* Esta URL debe ser modificada según donde 
	    quede disponible el archivo */
    }
    /*Texto ClaveÚnica*/
    .btn-cu .text {
        padding-left: 4px;
        text-decoration: none;
        font-size: 1rem;
        text-rendering: geometricPrecision;
    }
    /*si no tienes disponible unidades rem usa px*/
    .btn-cu .text-px {
        font-size: 16px;
        text-decoration: none;
        padding-left: 4px;
        text-rendering: optimizeLegibility;
    }
    /* Color Estandar */
    .btn-cu.btn-color-estandar {
        background-color: #0F69C4;
        color: #FFF;
    }

        .btn-cu.btn-color-estandar:hover {
            background-color: #0B4E91;
            color: #FFF;
        }

        .btn-cu.btn-color-estandar:active {
            background-color: #07305A;
            color: #FFF;
        }

        .btn-cu.btn-color-estandar:focus {
            background-color: #0B4E91;
            color: #FFF;
            outline: 4px solid #FFBE5C;
            outline-offset: 0;
        }

    /* Tamaño M */
    .btn-cu.btn-m {
        width: fit-content;
        min-height: 48x;
        padding: 8px 14px 8px 14px !important;
        font-size: 16px;
        line-height: 2rem;
    }

        .btn-cu.btn-m .cl-claveunica {
            width: 24px;
            height: 24px;
            background-size: 24px 24px;
            margin: auto 4px auto 0px;
        }

    /*Bordes redondeados*/
    .btn-cu.rounded-none {
        border-radius: 0%;
    }

    .btn-cu.rounded-middle {
        border-radius: 4px 4px;
    }

    .btn-cu.rounded-full {
        border-radius: 99px 99px;
    }

    /*Alto contraste o dark mode*/
    .btn-cu.btn-color-highContrast {
        background-color: #625AF6;
        color: #FFF;
    }

        .btn-cu.btn-color-highContrast:hover {
            background-color: #4943B6;
            color: #FFF;
        }

        .btn-cu.btn-color-highContrast:active {
            background-color: #2D2971;
            color: #FFF;
        }

        .btn-cu.btn-color-highContrast:focus {
            background-color: #4943B6;
            color: #FFF;
            outline: 4px solid rgba(216,215,250,1);
            outline-offset: 0;
        }

    /* Tamaño fluid-width */
    .btn-cu.btn-fw {
        max-width: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
    }