html,
body {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    font-size: 13px;
}
/* Hide when Angular is not yet loaded and initialized */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
    font-family: "Libre Franklin", sans-serif;
    color: #06142f;
}
/* Paddings */
.p-0 {
    padding: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-x-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Margins */
.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-10 {
    padding: 10px;
}

.m-x-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-x-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-b-0 {
    margin-bottom: 0px;
}
/* Types */
.title {
    font-size: 18px;
    font-weight: 900;
    color: #06142f !important;
    font-family: 'Montserrat', sans-serif;
}

.subhead {
    font-size: 16px;
    font-weight: bold;
}

.text-link {
    color: #4e9af7 !important;
    cursor: pointer;
    text-decoration: none;
}

    .text-link:hover {
        text-decoration: underline;
    }

.text-white {
    color: #ffffff !important;
    text-decoration: none
}

a span.text-link {
    color: #4e9af7 !important;
}

.dl-horizontal dt {
    text-align: left;
    font-weight: 500;
    color: #777;
    width: 170px;
}
/* Buttons */
.btn {
    border-radius: 2px;
}

[class*="btn-"] {
    border: none;
}

.btn-default {
    background-color: rgba(0,0,0,0);
    color: #4f5159;
}

    .btn-default:hover {
        background-color: rgba(0,0,0,0);
        text-decoration: underline;
        /*color: #4e9af7;*/
    }

    .btn-default.focus, .btn-default:focus {
        color: #06142f;
        background-color: rgba(0,0,0,0);
        border: none;
        outline: 0;
    }

.btn-primary {
    background-color: #06142f;
    color: #ffffff;
}

    .btn-primary:hover {
        background-color: rgba(6.20.47.0.9);
    }

.btn-info {
    background-color: #4e9af7;
    color: #ffffff;
}

    .btn-info:hover {
        background-color: rgba(78.154.247.0.9);
        color: #ffffff;
    }

.btn-cta {
    height: 36px;
    background-color: #ff6633;
    font-size: 16px;
    padding: 8px 20px;
}
    .btn-cta:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ec971f !important;
        border-color: #d58512;
    }

.btn-link {
    color: #4F5159 !important;
}

    .btn-link:hover {
        background-color: transparent;
    }

.btn-help {
    font-weight: bolder !important;
    color: gray !important;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none !important;
}

/* Filters */
.filter-edit {
    min-height: 34px;
    background: #eef5fa;
    color: #4f5159;
    font-size: 12px;
    border-radius: 2px;
    padding: 6px 10px;
    font-weight: 600;
}
/* Tables */
.table {
    font-size: 13px;
    background-color: transparent;
}

    .table thead tr th {
        color: #4f5159;
        border-bottom: 1px solid #f0f1f2;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.7px;
    }

    .table tbody tr td {
        color: #000000;
    }
        .table tbody tr td a {
            text-decoration: none !important;
            color: #337ab7;
        }

    .table thead th {
        border-top: none !important;
    }

    .table th .table td {
        border-style: none !important;
    }

    .table tbody tr td button i::before {
        width: 12px;
        height: 14px;
        display: inline-block;
    }

table tr td .btn-link {
    color: #4F5159;
    padding: 5px 10px;
    font-size: 12px;
}

.table-hover > tbody > tr:hover {
    background-color: #eef5fa;
    cursor: pointer;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #f0f1f2;
    border-bottom-width: 0;
    background-color: transparent;
}

    .table > tfoot > tr > td > div > div > button {
        border-width: 1px;
        border-radius: 3px;
    }

    .table > tfoot > tr > td > div > button {
        border-width: 1px;
        border-radius: 3px;
    }

/*.table > tbody > tr > td > a:hover {
    border: none;
    color: #23527c;
    text-decoration: underline;
}

.table > tbody > tr > td > a:focus {
    border: none;
    color: #23527c;
    text-decoration: underline;
}*/

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

    .input-sm::placeholder {
        opacity: 0.5;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.open > .dropdown-menu {
    display: block;
}

.modal.show .modal-dialog {
    transform: none;
}


@media (min-width: 768px) {
    .modal-dialog {
        min-width: 600px;
        margin: 30px auto !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

/* Spans labels */
.label {
    height: 19px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: .2em .6em .3em;
    color: #fff;
}

    .label.green {
        background: #2cca76;
    }

    .label.yellow {
        background: #f9b920;
    }

    .label.red {
        background: #ce1d23;
    }

    .label.gray {
        background: rgb(178, 178, 178);
    }

    .label.orange {
        background: #FFD591;
    }

    .label.blue {
        background: #ADC6FF;
    }
/* Forms */
label {
    font-weight: normal;
    color: #06142f;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 2px;
    border-color: #ebecf1;
    box-shadow: none;
    color: #06142f;
    font-size: 13px;
}

    .form-control:focus {
        border-radius: 2px;
        border-color: #4e9af7;
        box-shadow: none;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f0f1f2;
        border-color: #dddfe1;
        color: #999999;
        cursor: not-allowed;
    }

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
/* Navegación principal */
.navbar {
    margin-bottom: 0;
    border-width: 0 0 1px 0;
}

.navbar-default {
    background-color: white;
    border-color: #ebecf1;
    padding: 0;
}

/*.navbar-header {
    width: 165px;
}*/

.navbar-header a img {
    height: 30px;
    max-height: 44px;
}


@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav .float-end {
        float: right !important;
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        flex-basis: auto;
    }
}

.float-end .dropdown .dropdown-toggle {
    background: none;
    border: none;
    padding: 15px 15px;
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.text-right {
    text-align: right;
}

#text-filter-button {
    background-color: #EBECF1;
    width: 38px;
    height: 32px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.form-group {
    margin-bottom: 15px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.has-feedback {
    position: relative;
}

.boton-izq-menu {
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-left: 15px;
    border-radius: 50%;
    border: none;
    float: left;
    background-color: #efefef;
    cursor: default;
}

    .boton-izq-menu:focus {
        outline-color: transparent;
        outline-style: none;
    }

/* Contain */
.contain {
    height: calc(100% - 75px);
    width: 100%;
}

.home-img-bg {
    height: 100%;
    background: white;
    text-align: center;
}

    .home-img-bg img {
        margin: 0 auto;
        width: auto;
        max-height: 100%;
    }

/* Sidenav left */
.sidenav-left {
    width: 195px;
    min-width: 195px;
    background: #f8f8f8;
    border-right: 1px solid #ebecf1;
    -webkit-transition: width 0.1s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.1s;
    transition-timing-function: linear;
    font-size: 12px;
    overflow-y: auto;
}

    .sidenav-left ul {
        list-style: none;
    }

        .sidenav-left ul li a {
            display: block;
            padding: 9px 10px;
            font-size: 13px;
            color: #8c8f9e;
            cursor: pointer;
            position: relative !important;
            text-decoration: none;
        }

            .sidenav-left ul li a:hover {
                background: #ebecf1;
                text-decoration: none;
            }

            .sidenav-left ul li a.active {
                background: #ebecf1;
                color: #06142f;
                text-decoration: none;
            }

            .sidenav-left ul li a .glyphicon {
                margin-right: 4px;
            }

    .sidenav-left .n1 {
        padding-left: 0px;
        margin: 0px;
    }

    .sidenav-left .n2 {
        padding-left: 0;
    }

        .sidenav-left .n2 li a {
            padding-left: 30px;
            background: #ebecf1;
        }

    .sidenav-left .n3 {
        padding-left: 0;
    }

        .sidenav-left .n3 li a {
            background: #ebecf1;
            padding-left: 45px;
        }

    .sidenav-left .n4 {
        padding-left: 0;
    }

        .sidenav-left .n4 li a {
            background: #ebecf1;
            padding-left: 60px;
        }

/*Sidenav right */
.sidenav-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    padding: 0 10px;
    background: #f8f8f8;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
}

    .sidenav-right.lg {
        width: 430px;
    }

.menu-mobile {
    width: 100%;
    padding: 10px 10px;
    background-color: #1d2f68;
    display: none;
    color: #fff;
    cursor: pointer;
}

.icono-menu-mobil {
    float: right;
    margin-right: 10px;
}

.contain-menu-mobile {
    /*margin-top: 10px;*/
    /*display: none;*/
}
/* Forms */
.input-group .btn-group .btn-default.dropdown-toggle {
    background-color: #EBECF1;
}
/* Modals */
.modal-header {
    background-color: #ffffff;
    color: #1d2f68;
}

.modal-content {
    border-radius: 2px;
}

.modal-app-lg {
    width: 95%;
    /*margin: 0;*/
}

    .modal-app-lg .modal-content {
        box-shadow: none;
        border: none;
        height: 80vh;
    }

.modal-app-md {
    width: 60%;
    /*margin: 0;*/
}

    .modal-app-md .modal-content {
        box-shadow: none;
        border: none;
        height: 60vh;
    }

.modal-app-sm {
    width: 30%;
    /*margin: 0;*/
}

    .modal-app-sm .modal-content {
        box-shadow: none;
        border: none;
        height: 30vh;
    }

.modal-app-160 {
    width: 95%;
    /*margin: 0;*/
}

    .modal-app-160 .modal-content {
        box-shadow: none;
        border: none;
        height: 160vh;
    }

.modal-app-140 {
    width: 95%;
    /*margin: 0;*/
}

    .modal-app-140 .modal-content {
        box-shadow: none;
        border: none;
        height: 140vh;
    }

.modal-app-120 {
    width: 95%;
    /*margin: 0;*/
}

    .modal-app-120 .modal-content {
        box-shadow: none;
        border: none;
        height: 120vh;
    }

.modal-app-100 {
    width: 95%;
    /*margin: 0;*/
}

    .modal-app-100 .modal-content {
        box-shadow: none;
        border: none;
        height: 100vh;
    }

.modal-app-90 {
    width: 90%;
    /*margin: 0;*/
}

    .modal-app-90 .modal-content {
        box-shadow: none;
        border: none;
        height: 90vh;
    }

.modal-app-80 {
    width: 80%;
    /*margin: 0;*/
}

    .modal-app-80 .modal-content {
        box-shadow: none;
        border: none;
        height: 80vh;
    }

.modal-app-70 {
    width: 70%;
    /*margin: 0;*/
}

    .modal-app-70 .modal-content {
        box-shadow: none;
        border: none;
        height: 70vh;
    }

.modal-app-60 {
    width: 60%;
    /*margin: 0;*/
}

    .modal-app-60 .modal-content {
        box-shadow: none;
        border: none;
        height: 60vh;
    }

.modal-app-30 {
    width: 30%;
    /*margin: 0;*/
}

    .modal-app-30 .modal-content {
        box-shadow: none;
        border: none;
        height: 30vh;
    }

.modal-serbal-user .close {
    margin-top: 2px;
}

.modal-serbal-user .logo-modal {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.modal-serbal-user .modal-footer {
    padding: 5px;
}

.modal-serbal-user .btn-modal-serbal {
    margin: 0px;
    background-color: #1d2f68 !important;
    color: #fff;
}

.modal-serbal-user p {
    font-size: 13px;
    text-align: justify;
}
/* Main content */
.app-fill {
    height: 100%;
}

.main-content {
    background: white;
    width: 100%;
}

.container-secondary {
    background: white;
    width: 100%;
}
/* Iframe en main content*/

/* Footer */
.footer-login {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #141d46;
    color: #ffffff;
    padding: 12px 0;
}

    .footer-login h6 {
        margin: 0;
    }

    .footer-login a {
        color: #ffffff;
        text-decoration: none;
    }

        .footer-login a:hover {
            text-decoration: underline;
        }

/* Pagina Login */
.contain-login {
    height: 100%;
    min-height: 100vh;
    float: right;
    background-color: #f2f2f2;
    width: 427px;
    padding-top: 40px;
    position: relative;
}

    .contain-login.contain-lg {
        width: 100%;
    }

    .contain-login .brand {
        text-align: center;
    }

        .contain-login .brand img {
            max-height: 100px;
        }

.contain-form-login {
    width: 85%;
    margin: 0 auto;
    padding: 10px 30px;
    margin-top: 30px;
}

.contain-carousel {
    height: 450px;
    width: 800px;
    float: right;
    top: 10%;
    margin-left: 4.5%;
    position: absolute;
}

/* Carousel  indicators */
/* Add an extra .carousel parent class to increase specifity
   avoiding the use of !important flag. */

.carousel .carousel-indicators li {
    background-color: rgba(255,255,255,.5);
    width: 35px;
    height: 6px;
    margin: 5px;
    border: none;
    border-radius: unset;
}

.carousel .carousel-indicators .active {
    background-color: #fff;
}

#carousel-example-generic {
    overflow: hidden; /* Oculta el contenido que se desborda */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.carousel-inner {
    display: flex; /* Utiliza flexbox para el posicionamiento */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.carousel .carousel-inner img {
    max-width: 100%; /* Ancho máximo igual al ancho del contenedor */
    max-height: 100%; /* Altura máxima igual a la altura del contenedor */
    min-width: 100%; /* Ancho minimo igual al ancho del contenedor */
    min-height: 100%; /* Altura minima igual a la altura del contenedor */
    display: block; /* Asegura que la imagen sea un elemento de bloque */
    object-fit: cover; /* Ajusta la imagen al contenedor manteniendo la relación de aspecto */
    height: 100%;
    width: 100%;
}



/*ACHICAR CARROUSEL CUANDO SE ACHICA LA PANTALLA*/
@media (max-width: 1300px) {
    .contain-carousel {
        height: 430px;
        width: 700px;
    }
}

@media (max-width: 1100px) {
    .contain-carousel {
        height: 350px;
        width: 570px;
    }
}

@media (max-width: 920px) {
    .contain-carousel {
        height: 300px;
        width: 430px;
    }
}

@media (max-width: 790px) {
    .contain-carousel {
        display: none;
    }
}
/*AGRANDAR CARROUSEL CUANDO SE AGRANDA LA PANTALLA*/
@media (min-width: 1500px) {
    .contain-carousel {
        height: 500px;
        width: 950px;
    }
}


@media (min-width: 1700px) {
    .contain-carousel {
        height: 550px;
        width: 1100px;
    }
}

@media (min-width: 1800px) {
    .contain-carousel {
        height: 600px;
        width: 1200px;
    }
}

@media (min-width: 2000px) {
    .contain-carousel {
        height: 650px;
        width: 1300px;
    }
}

@media (min-width: 2500px) {
    .contain-carousel {
        height: 1000px;
        width: 1700px;
    }
}

@media (min-width: 4000px) {
    .contain-carousel {
        height: 1500px;
        width: 3000px;
    }
}

@media (min-width: 5400px) {
    .contain-carousel {
        height: 2000px;
        width: 4000px;
    }
}

.component-id {
    height: 80px !important;
    min-height: auto !important;
    bottom: 0;
    position: fixed !important;
    right: 0;
    width: auto !important;
    /* color: white; */
    padding: 5px 20px 0px 10px;
}

#buttonHelp {
    display: flex;
    align-items: center;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.my-float {
    margin-top: 14px;
}

.float:hover svg {
    fill: #FFF; /* Mantiene el color blanco del icono al pasar el mouse */
}

.float.invisible {
    position: relative;
    bottom: 50px;
}

.float .tooltiptext {
    font-size: 14px;
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 7px 5px;
    position: absolute;
    z-index: 1;
    top: 25%;
    bottom: auto;
    right: 75px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .float .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }

.float:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.social-media {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin-bottom: 30px;
    margin-right: 430px;
    display: flex;
    align-items: center;
}

    .social-media span {
        color: black;
    }

    .social-media a {
        display: inline-block;
        margin-left: 5px;
        justify-content: flex-start;
        color: #273880;
    }

        .social-media a svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .social-media a:hover {
            text-decoration: none;
        }

.help-button {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 610px;
    margin-right: 430px;
    display: flex;
    align-items: center;
    color: #273880;
    text-decoration: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.text-captcha {
    font-size: 10px;
    margin: 20px 0px 20px;
    color: #797676;
}

.link-captcha {
    color: #0A4791;
    text-decoration: none;
}

    .link-captcha:hover {
        color: #0A4791;
        text-decoration: underline;
    }

.grecaptcha-badge {
    visibility: hidden;
}

/* Media queries */
@media (max-width: 1200px) {

    .overflowMaxWidth {
        max-width: 400px;
        overflow: auto;
    }
}

@media (min-width: 1201px) {

    .overflowMaxWidth {
        max-width: 800px;
        overflow: auto;
    }
}

@media (max-width: 900px) {
    .contain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-content {
        height: 100%;
    }

    .sidenav-left {
        display: none;
    }
}

@media (min-width: 901px) {
    .contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (min-width: 900px) {
    .contain-login.contain-lg {
        width: 700px;
    }
}
/* Estilos al 12/07/2018 */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning {
    border-left-color: #aa6708 !important;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.news-serbal {
    width: 100%;
    position: fixed;
    top: 70px;
    padding-left: 200px;
    max-height: 800px;
    overflow: auto;
    background-color: transparent;
    /*text-align: center;
    font-size: 12px;
    padding-left: 215px;*/
    /*z-index: 999;*/
}

.overFlowText {
    white-space: pre-line;
    /*max-width: 15em;*/
    overflow: auto;
    text-overflow: ellipsis;
    /*white-space: nowrap;
    overflow: auto;
    word-wrap:break-word;*/
    /*max-width: 250px;*/
    max-width: 180px;
    word-wrap: break-word;
    table-layout: fixed;
}

.overFlowTextUrl {
    white-space: pre-line;
    /*max-width: 15em;*/
    overflow: auto;
    text-overflow: ellipsis;
    /*white-space: nowrap;
    overflow: auto;
    word-wrap:break-word;*/
    /*max-width: 250px;*/
    max-width: 290px;
    word-wrap: break-word;
    table-layout: fixed;
}

.overFlowTextName {
    /*white-space: pre-line;*/
    /*max-width: 15em;*/
    /*overflow: auto; */
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;
    overflow: auto;
    word-wrap:break-word;*/
    /*max-width: 250px;*/
    max-width: 140px;
    word-wrap: break-word;
    table-layout: fixed;
}

.dropdown-menu-item {
    /* visibility: hidden;
    height: 0px; */
}

.dropdown-menu-shortItem {
    visibility: hidden;
    height: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 12px !important;
    /*width: 868px;*/
    max-width: 868px;
    min-width: 0px !important;
    /* overflow-y: scroll; */
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

@media (min-width: 768px) {
    .float-end .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.img-bg {
    background: /*url(img/marca_home.svg)*/, linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background-position: 96% 90%; /*right bottom, center;*/
    background-repeat: no-repeat;
    /*background-color: white;*/
}

.img-logo {
    width: 100px;
    height: 50px;
    margin-top: 5px;
    margin-right: 40px;
}

.modal-backdrop.in {
    filter: alpha(opacity=50) !important;
    opacity: 0.2 !important;
}

ng-invalid.ng-touched {
    /*background-color: #FA787E;*/
}

.alert {
    padding: 10px 15px !important;
    /* border-radius: 2px !important; */
}

    .alert.alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border: none !important;
    }

    .alert.alert-warning {
        color: #000000;
        background-color: #ffe874;
        border-color: #f7c764;
    }
/* Alertas en notificación */
.alert-popup {
    position: relative;
}

    .alert-popup .alert {
        position: absolute;
        width: 85%;
        font-size: 14px;
        top: -15px;
        -webkit-box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.24);
        -moz-box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.24);
        box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.24);
    }

md-toast.md-bottom {
}

md-toast.md-toast-succes-theme {
    bottom: 5px !important;
    left: 10px;
    width: 40%;
    z-index: 99999;
}

md-toast.md-toast-information-theme {
    top: 5px !important;
    left: 10px;
    width: 40%;
    z-index: 99999;
}

    md-toast.md-toast-information-theme .md-toast-content {
        background: #555;
    }

md-toast.md-toast-error-theme {
    top: 5px !important;
    left: 10px;
    width: 40%;
    z-index: 99999;
}

    md-toast.md-toast-error-theme .md-toast-content {
        background: #ce1d23;
    }

.table-responsive {
    font-size: 12px !important;
}

.li-sm {
    font-size: 12px !important;
}

.glyphicon-sm {
    font-size: 0.7em !important;
}

/*.icono-serbal-edit {
    background-image: url(img/iconos/005-editar_white.png);
}

.icono-serbal-delete {
    background-image: url(img/iconos/001-delete_white.png);
}

.icono-serbal-add-usuarios {
    background-image: url(img/iconos/003-addusuarios_white.png);
}

.icono-serbal-recursos {
    background-image: url(img/iconos/002-recursos_white.png);
}

.icono-serbal-roles {
    background-image: url(img/iconos/006-roles_white.png);
}

.icono-serbal-password {
    background-image: url(img/iconos/007-password_white.png);
}*/

.icono-serbal {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.boton-serbal-nuevo {
    padding: 5px 20px;
    border-radius: 4px;
    background-color: #419641;
    border: 1px solid #419641;
    color: #fff;
    margin-right: 10px;
}

.btn-primary:focus,
.btn-primary:hover {
    /*background-color: #265a88 !important;*/
    background-position: center !important;
}

.btn-danger:focus,
.btn-danger:hover {
    /*background-color: #265a88 !important;*/
    background-position: center !important;
}

.btn-success:focus,
.btn-success:hover {
    /*background-color: #265a88 !important;*/
    background-position: center !important;
}

.btn-info:focus,
.btn-info:hover {
    /*background-color: #265a88 !important;*/
    background-position: center !important;
}

.color-primario-serbal {
    color: #1d2f68;
    /* rgb(29, 47, 104)*/
}

.color-error-serbal {
    color: #b51c1c;
}

.color-fondo-primario {
    background-color: #1d2f68;
    /* rgb(29, 47, 104)*/
}

.color-fondo-primario-80 {
    background-color: rgba(29, 47, 104, 0.8);
}

.color-fondo-primario-90 {
    background-color: rgba(29, 47, 104, 0.9);
}

.marca-agua-cliente {
    background-image: url(img/marca_lg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.ventana-noticias {
    width: 100%;
    padding: 10px;
    z-index: 99999;
    position: fixed;
    top: 0;
    color: #fff;
    display: none;
}

.table_serbal thead tr {
    font-size: 12px;
}

.ventana-noticias .close {
    float: right;
    margin: 0px;
    color: #fff;
    padding: 0px;
}

.ventana-noticias .texto-noticias {
    font-size: 12px;
}

.boton-profile {
    margin: 0;
    border: none !important;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
}

.fecha-serbal {
    margin-top: 27px; /* 18px; */
    margin-left: 12px;
    float: left;
    color: #868686;
}



.body-mensaje {
    width: 100%;
    background-color: #1d2f68;
    margin-top: 15%;
    padding: 10px 0;
}

.body-mensaje-error {
    background-color: #a01111;
}

.icono-mensaje {
    font-size: 100px;
    color: #fff;
}

.cuerpo-mensaje {
    color: #fff;
}

    .cuerpo-mensaje h1 {
        font-size: 30px;
    }

    .cuerpo-mensaje p {
        font-size: 14px;
    }

.footer-mensaje {
    float: right;
}

    .footer-mensaje .btn-mensaje-aceptar {
        border: 1px solid #fff;
        background-color: transparent;
    }

.contain-form-login input,
.contain-form-login button {
    margin-top: 20px;
}
/*se oculta el visible password de edge e internet explorer*/
#ipassword::-ms-reveal {
    display: none;
}

.boton-serbal {
    padding: 5px 20px;
    background-color: #1d2f68;
    border: 1px solid #1d2f68;
    border-radius: 4px;
    color: #fff;
}

    .boton-serbal:hover {
        padding: 5px 20px;
        background-color: #1d2f68;
        border: 1px solid #1d2f68;
        border-radius: 4px;
        color: #fff;
    }

    .boton-serbal:active {
        color: #fff;
    }

.boton-serbal-lg {
    padding: 5px 20px;
    background-color: #1d2f68;
    border: 2px solid #1d2f68;
    border-radius: 4px;
    color: #fff;
}

    .boton-serbal-lg:hover {
        padding: 5px 20px;
        background-color: #1d2f68;
        border: 1px solid #1d2f68;
        border-radius: 4px;
        color: #fff;
    }

    .boton-serbal-lg:active {
        color: #fff;
    }

.boton-lg {
    padding: 8px 30px;
    font-size: 18px;
}

.boton-serbal-cancelar {
    padding: 5px 20px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #1d2f68;
    color: #1d2f68;
}

.separador-serbal {
    border: 1px solid rgba(204, 204, 204, 0.4);
}

.boton-serbal-secundary {
    width: 100%;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    background-color: #d2d5e1;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
}

    .boton-serbal-secundary:hover {
        text-decoration: none;
    }

/*
   PLANTILLA olvido.html
   Olvidó la Contraseña
*/

.titulo-olvido {
    text-align: center;
    font-size: 22px;
    color: #666666;
}

.form-olvido p {
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.form-olvido {
    margin-top: 5px;
}

/*
	PLANTILLA home.html
	HOME PRINCIPAL
*/

.head-main {
    width: 100%;
    background-color: #fff;
    padding: 0px 0; /*padding: 5px 0;*/
    box-shadow: -1px 1px 4px 0px #d4d4d4;
    float: left;
    position: fixed;
    z-index: 999;
}

.logo-cliente {
    width: 111px;
    margin-left: 30px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-isoat {
    top: 10px; /*top: 20px;*/
    width: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}

.logo-transfiriendo {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.menu-principal {
    top: 76px;
    width: 195px;
    height: 92vh;
    background-color: #1d2f68;
    position: fixed;
    z-index: 888;
    box-shadow: 3px 1px 4px 0px #d4d4d4;
    -webkit-transition: width 0.1s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.1s;
    transition-timing-function: linear;
}

.footer-serbal {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 3px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 215px;
    /*z-index: 999;*/
}

/*.profile-menu {
    width: 100%;
    float: left;
    padding: 25px 12px;
    background-image: url(img/background-profile.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}*/

.profile-menu h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.profile-menu .detalle-perfil {
    font-size: 14px;
    font-weight: 100;
    display: block;
}

.menu-list-items {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu-list-items li {
        width: 100%;
        padding: 0px 7px; /* padding:15px 20px; */
        color: #e4e6ed; /* float: left; */
        cursor: pointer;
    }

        .menu-list-items li li {
            width: 100%;
            padding: 0px 7px; /* padding:15px 20px; */
            color: #e4e6ed; /* float: left; */
            cursor: pointer;
        }

    .menu-list-items a {
        color: #e4e6ed !important;
        cursor: pointer !important;
    }

.text-menu-item {
    margin-left: 5px;
}

.text-menu-item-md {
    font-size: 13px;
    margin-left: 5px;
}

.text-menu-item-sm {
    font-size: 12px;
    margin-left: 5px;
}

.menu-list-items li:hover {
    /*background-color: rgba(255,255,255,0.30);*/
    text-decoration: none;
}

.menu-list-items a:hover {
    text-decoration: none;
}

.menu-list-items span:hover {
    text-decoration: underline;
}

/*.menu-list-items span:active {
    text-decoration: underline;
}*/

.menu-list-items-activo {
    background-color: rgba(255, 255, 255, 0.44);
}

.contain-bread-crumbs {
    width: 100%;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #cccccc;
    padding: 5px;
}

.card-principal {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: -1px 1px 4px 0px #d4d4d4;
    z-index: 992;
}

.hr_serbal {
    margin-top: 0px;
    margin-bottom: 7px;
}

.menu-nivel1 {
    cursor: pointer;
    padding: 15px 0px 15px 0px !important;
}

    .menu-nivel1 .contain_nivel1 {
        margin-left: 20px;
    }

.menu-list-items-nivel2 {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    display: none;
}

.menu-nivel2 {
    /*padding-left: 30px !important;*/
    background-color: #383838 !important;
}

.contain-nivel-2 {
    display: none;
}

.card-principal-titulo {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #1d2f68;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.card-principal-body {
    width: 100%;
    padding: 10px;
}

.label-form {
    display: block;
    color: #333333;
    margin-bottom: 2px;
}

.row-serbal {
    margin-bottom: 10px;
}

.numero-poliza-actual {
    background-color: #cccccc;
    width: 100%;
    padding: 4px;
    text-align: center;
    color: #999999;
    border-radius: 4px;
    font-size: 39px;
}

.table-soat td {
    border: 1px solid #ccc;
    padding-left: 10px;
}

.table-soat th {
    text-align: center;
    padding: 10px;
}

.table-soat thead th {
    color: #fff;
    font-weight: 200;
    background-color: #1d2f68;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.table-soat .valor-tabla {
    text-align: right;
    color: #333333;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

/*.header_serbal_title {
    width: 100%;
    padding: 40px;
    background-color: #1d2f68;
    background-image: url(img/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

.header_serbal_title h1 {
    color: #fff;
    margin-left: 50px;
}

.texto-tabla-centrar {
    text-align: center;
}

.menu-principal-small {
    width: 50px;
    -webkit-transition: width 0.1s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.1s;
    transition-timing-function: linear;
}

.text-menu-item-small {
    display: none;
}

.container-principal-small {
    padding-left: 70px;
}

.btn-terminos-politicas {
    font-size: 10px;
}

.modal-loading {
    width: 100%;
    text-align: center;
}

    .modal-loading .logo-loading {
        width: 120px;
    }

/* Datatables */
.dataTable {
    float: left;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 5px;
}

    .dataTable div.checker,
    .dataTable div.radio {
        display: inherit;
    }

.dataTables_wrapper {
    float: left;
    width: 100%;
    font-size: 11px !important;
}

.dataTables_length {
    width: 50%;
    float: left;
    padding: 0px 0px 5px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}

    .dataTables_length label,
    .dataTables_filter label {
        padding: 0px;
        line-height: 26px;
        height: auto;
        margin: 0px;
        font-weight: normal;
    }

    .dataTables_length select {
        width: 70px;
        display: inline;
        margin: 0px 5px;
    }

.dataTables_filter {
    width: 50%;
    float: right;
    padding-left: 5px;
    padding: 0px 0px 5px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}

    .dataTables_filter label {
        float: right;
    }

        .dataTables_filter label input {
            width: 150px;
            display: inline;
            margin-left: 5px;
        }

td.dataTables_empty {
    font-size: 11px;
    text-align: center;
    color: #333;
}

.dataTables_info {
    float: left;
    font-size: 12px;
    padding: 0px;
    line-height: 30px;
}

.dataTables_paginate {
    padding: 0px;
    text-align: right;
    float: right;
}

    .dataTables_paginate a.paginate_disabled_previous,
    .dataTables_paginate a.paginate_disabled_next,
    .dataTables_paginate a.paginate_button,
    .paginate_enabled_next,
    .paginate_active,
    .paginate_enabled_previous {
        padding: 5px 10px;
        font-size: 12px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        float: left;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #656d78;
        margin-left: 3px;
        cursor: pointer;
    }

        .dataTables_paginate .paginate_enabled_next:hover,
        .dataTables_paginate a.paginate_button:hover,
        .dataTables_paginate .paginate_enabled_previous:hover {
            background-color: #eee;
            border-color: #ddd;
            color: #222;
        }

    .dataTables_paginate .paginate_button.current,
    .dataTables_paginate .paginate_button.current:hover {
        background: #c30;
        color: #fff;
        border-color: #c30;
    }

    .dataTables_paginate a.paginate_disabled_previous,
    .dataTables_paginate a.paginate_button_disabled,
    .dataTables_paginate a.paginate_disabled_next {
        cursor: default;
        color: #ccc;
    }

        .dataTables_paginate a.paginate_button_disabled:hover {
            box-shadow: none;
            color: #ccc;
        }

.sorting_desc,
.sorting_asc,
.sorting {
    position: relative;
    cursor: pointer;
}

    .sorting:before,
    .sorting_desc:before,
    .sorting_asc:before {
        float: right;
        font-family: "FontAwesome";
        opacity: 0.9;
        filter: alpha(opacity = 90);
        width: 10px;
        height: 10px;
        display: block;
    }

    .sorting:before {
        content: "\f0dc";
        opacity: 0.3;
        filter: alpha(opacity = 30);
    }

    .sorting_desc:before {
        content: "\f0d8";
    }

    .sorting_asc:before {
        content: "\f0d7";
    }

.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
    opacity: 0.1;
    filter: alpha(opacity = 10);
}

@media (max-width: 900px) {
    /*.menu-principal {
        display: none;
    }*/

    .menu-vertical {
        display: none;
    }

    .container-principal {
        padding-left: 20px;
        padding-top: 120px;
    }

    .menu-mobile {
        display: block;
    }

    .fecha-serbal {
        display: none;
    }

    .boton-izq-menu {
        display: none;
    }

    .footer-serbal {
        padding-left: 0px;
    }

    .news-serbal {
        top: 100px;
        padding-left: 0px;
    }
}

@media (max-width: 500px) {
    .contain-login {
        width: 100%;
        padding-top: 30px;
    }

    .cuerpo-mensaje h1 {
        text-align: center;
    }

    .cuerpo-mensaje p {
        text-align: center;
    }

    .footer-mensaje {
        text-align: center;
        float: none;
    }

    .logo-cliente {
        margin-left: 5px;
    }
}

@media (max-width: 650px) {
    .nombre-profile {
        display: none;
    }

    .dropdown-menu-item {
        visibility: hidden;
        height: 0px;
    }

    .dropdown-menu-shortItem {
        visibility: visible;
        height: auto;
    }
}

@media (max-width: 320px) {
    .contain-form-login {
        padding: 10px 20px;
    }
}

@media (max-height: 600px) {
    .contain-login {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .contain-form-login {
        padding: 10px 20px;
        margin-top: 20px;
    }
}

.title-selected {
    font-weight: bold;
}

.title-noselected {
    font-weight: normal;
}

.li-selected {
    background-color: #1A1A1A !important;
}

.v-line {
    border-left: 6px solid #fff;
}

.line-separator {
    margin: 0;
    border-top: 1px solid #fff;
}
/*div#izquierdo div.menu.vertical ul.n1 {
    list-style: none;
    float: left;
    z-index: 1000;
}

div#izquierdo div.menu.vertical ul.n1 li ul.n2 {
    padding: 0;
    position: absolute;
    top: 0px;
    left: 149px;
    z-index: 1000;
    width: 220px;
    float: left;
}

#cuerpo #izquierdo #menu ul.n1 li ul.n2 li ul.n3 {
    font-size: 0.9em;
    margin-left: 0px !important;
    background-color: #f0f0f0;
}

    #cuerpo #izquierdo #menu ul.n1 li ul.n2 li ul.n3 li a {
        border-bottom: 1px solid #fff;
        color: #049fcd;
        font-size: 0.9em;
        padding: 7px 10px 7px 20px !important;
        text-transform: none !important;
        border-bottom: 1px solid #e2e2e2;
    }

    #cuerpo #izquierdo #menu ul.n1 li ul.n2 li ul.n3 li .botonNivel3.linkVisited {
        background: #ffffff url(imagenes/menu/arrowC.png) no-repeat !important;
        background-position: top 12px left 10px !important;
        color: #0098c6 !important;
        padding-left: 25px !important;

    }*/

/* Boton con icono de cantidad  */

.badge {
    font-size: 8px;
    position: absolute;
    border-radius: 0px;
    font-weight: normal;
    /*background-color: #2cca76;*/
}

.btn-app {
    /*border-radius: 3px;*/
    position: relative;
    padding: 0px 5px;
    min-width: 40px;
    height: 30px;
    text-align: center;
    color: #666;
    /*border: 1px solid #ddd;*/
    /*background-color: #f4f4f4;*/
    /*font-size: 15px;*/
}

    .btn-app > .glyphicon, .btn-app > .glyphicon, .btn-app > .ion {
        font-size: 12px;
        display: block;
    }

.ipos {
    position: absolute;
    top: 5px;
}

.text-with-border {
    position: relative;
    text-align: center;
    margin-top: 3px;
}

    .text-with-border:before {
        content: "";
        display: block;
        border-top: solid 1px #d9d9d9;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        z-index: 0;
    }

    .text-with-border span {
        background: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }

.backGoogle {
    background: url(https://aid-frontend.prod.atl-paas.net/atlassian-id/front-end/2.7.39/static/media/google-logo.c21ca9d1.svg) no-repeat;
    background-position: left center;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 30px; /* Ajusta el ancho según sea necesario */
    height: 30px; /* Ajusta la altura según sea necesario */
    margin-right: -5px; /* Espacio entre el logo y el texto */
}

.googleText {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    color: #8C8C8C;
}

.btnGoogle {
    background-color: #ffffff;
    border: 1px solid #8C8C8C;
    min-height: 36px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 4px;
}

.table-fixed {
    table-layout: fixed;
}

.max-width-250 {
    width: 350px;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

    .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;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 3px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.iframe-default {
    width: 100%;
    height: 100%;
    border: none;
}

.iframe-center {
    z-index: 10001;
    border: 0px;
    position: absolute;
    top: 18px;
    left: 283px;
    width: 100%;
    height: 100%;
}

.notification-lockout {
}

@media (max-width: 410px) {
    #divCapctha .grecaptcha-badge {
        left: 17%;
    }
}

@media (min-width: 420px) {
    #divCapctha .grecaptcha-badge {
        left: 20%;
    }
}

@media (max-width: 450px) {
    #divCapctha2 .grecaptcha-badge {
        left: 20%;
    }
}

@media (min-width: 451px) {
    #divCapctha2 .grecaptcha-badge {
        left: 30%;
    }
}

/* Campana de notificaciones */
.bell-notification {
    font-size: 17px;
}

    .bell-notification .badge {
        background: red;
        border-radius: 50%;
    }

    /* Badge azul del sistema legacy (sin SignalR) */
    .bell-notification .badge.bg-primary {
        position: absolute;
        top: 5px;
        right: -2px;
        font-size: 8px;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 0;
    }
/* Items en el drop de la camapana */
.dropdown-menu .notifications {
    display: block;
    padding: 3px 20px;
    /* font-weight: 400; */
    /* line-height: 1.42857143; */
    color: #333;
    white-space: pre;
    max-width: 600px;
    max-height: 300px;
    overflow-x: auto;
    /* overflow-wrap: break-word;*/
}

/* Transiciones de background para las notificaciones que son nuevas para el usuario */
.dropdown-menu .notificationNew {
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
    background: #ffffbf;
}

.dropdown-menu .notificationNotNew {
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
}
/* Pagina Screen */
.contain-screen:not(.container-secondary) {
    height: 100%;
    min-height: 100vh;
    float: right;
    background-color: #f2f2f2;
    width: 427px;
    padding-top: 40px;
    position: relative;
}

.contain-screen.contain-lg {
    width: 100%;
}

.contain-screen .brand {
    text-align: center;
}

    .contain-screen .brand img {
        max-height: 100px;
    }

@media (min-width: 900px) {
    .contain-screen.contain-lg {
        width: 700px;
    }
}

@media (max-height: 600px) {
    .contain-screen {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .contain-screen {
        width: 100%;
        padding-top: 30px;
    }
}

.account-card {
    border: 1.15px solid #D9D9D9; /* Agrega un borde negro de 2px al div */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Centra verticalmente los elementos */
    padding: 10px;
    position: relative;
    margin: 15px 0;
    cursor: pointer;
    transition: background-color 0.3s; /* Agrega transición suave al color de fondo */
}

    .account-card:hover {
        background-color: #F5F5F5; /* Color de fondo más claro al pasar el mouse */
    }

.personType {
    font-weight: 700;
    font-size: 18.43px;
    line-height: 25.35px;
    margin-left: 10px;
}

.description {
    font-weight: 400;
    font-size: 16.13px;
    line-height: 25.35px;
    margin-left: 10px;
}

.glyphicon-menu-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    margin-right: 10px;
}

.custom-div {
    background-color: #1890FF26;
    padding: 15px;
    margin-bottom: 10px;
}

.custom-span {
    font-weight: 400;
    font-size: 12px;
    color: #1890FF;
}

.juridicModal {
    top: 30%;
    width: 400px;
    padding: 32px 32px 24px 32px;
}

    .juridicModal .modal-content {
        width: 400px;
        border-radius: 2px;
    }

    .juridicModal .modal-header {
        color: rgba(0, 0, 0, 0.85);
        display: flex;
        align-items: center;
        border-bottom: 1px !important
    }

        .juridicModal .modal-header .glyphicon {
            font-size: 22px;
            color: #1890FF;
            padding-right: 5px;
        }

    .juridicModal .modal-footer {
        border-top: 1px !important;
        padding-top: 0;
    }

.btnModal {
    background-color: rgba(24, 144, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    color: rgba(255, 255, 255, 1);
    padding: 4px 15px 4px 15px;
    font-size: 14px;
}

.btnClose {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    color: rgba(0, 0, 0, 0.85);
    padding: 4px 15px 4px 15px;
    font-size: 14px;
}

.arrowBack {
    font-size: 22px;
    position: absolute;
    left: 35px;
    top: 14%;
    color: #000;
    text-decoration: none !important;
}
