/* Colores azules del tono mas bajo al mas fuerte */
.blue5 {
    color: #A5CAEA;
}

.blue4 {
    color: #73A0C7;
}

.blue3 {
    color: #5281A9 !important;
}

.blue2 {
    color: #3D4D60CC !important;
}

.blue1 {
    color: #3D4D60;
}

.blue {
    color: #212529;
}

/* color verde */
.green2 {
    color: #51C0AC;
}

.green1 {
    color: #4AA785;
}
.yellow-warning{
    color: #C79600;
}

.blue-tag {
    color: #59A8D4;
}

.red1 {
    color: #B14444;
}

.bg-red1 {
    background-color: rgba(177, 68, 68, 0.15);
}

.bg-red-danger {
    background-color: #B14444 !important;
}

.bg-red-danger {
    background-color: #B14444 !important;
}

.bg-yellow-warning {
    background-color: #FDB560 !important;
}

.bg-blue-tag {
    background-color: #E2F5FF;
}

.bg-green1 {
    background-color: #DEF8EE;
}

.bg-green2 {
    background-color: #51C0AC;
}

.tag-rfc {
    padding: 12px 14px;
    gap: 10px;
    border-radius: 12px;
    transition: opacity 0.5s ease-out;
}
.tag-rfc:hover{
    opacity: .6;
}

.text--blue--grad1 {
    background: linear-gradient(110.64deg, #212529 3.76%, #3D4D60 92.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text--blue--grad2 {
    background: linear-gradient(109.93deg, #5281A9 13.31%, #A5CAEA 101.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Fondos de colores azules del tono mas bajo al mas fuerte */
.bg--blue {
    background-color: #212529;
}

.bg--blue2 {
    background-color: #3D4D60 !important;
    background: #3D4D60;
}

.bg--blue3 {
    background-color: #5281A9;
}

/* Fondo verde */
.bg-green {
    background: #DEF8EE;
}

/* Fondos de colores azules gradientes del tono mas bajo al mas fuerte */
.bg--transparent {
    background: transparent;
}

.bg--blue--grad2 {
    background: linear-gradient(109.93deg, #5281A9 13.31%, #A5CAEA 101.98%);
}

.bg--blue--grad1 {
    background: linear-gradient(110.64deg, #212529 3.76%, #3D4D60 92.2%);
}

.bg--blue--grad2:hover {
    background: linear-gradient(270deg, #5281A9 0%, #5382A9 7.75%, #5483AA 14.81%, #5685AC 21.32%, #5987AE 27.38%, #5D8BB1 33.13%, #618FB5 38.68%, #6693B9 44.16%, #6C98BD 49.69%, #739EC2 55.38%, #7AA4C8 61.38%, #81ABCE 67.78%, #89B2D4 74.73%, #92BADB 82.33%, #9BC2E2 90.71%, #A5CAEA 100%);
    border-radius: 12px;
}


/* Colores grises del tono mas bajo al mas fuerte */
.gray4 {
    color: #B6B6B6;
}

.gray3 {
    color: #D9D9D9;
}

.gray2 {
    color: #F0F0F0;
}

.gray1 {
    color: #F3F3F3;
}

.gray5 {
    color: #979797 !important;
}

/* Fondos de colores grises del tono mas bajo al mas fuerte */
.bg--gray2 {
    background: #F0F0F0;
}

.bg--gray4 {
    background: #B6B6B6;
}

.bg--gray5 {
    background: #979797;
}

.shadow {
    box-shadow: 2px 8px 16px rgba(159, 159, 159, 0.25);
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.radius-40 {
    border-radius: 40px !important;

}

.big-checkbox {
    width: 25px;
    height: 25px;
}

/*modificando color de estilos de checkbox*/
.form-check-input:checked,
input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");

}

.form-check-input:checked[type=checkbox],
input:checked {
    background-color: #51C0AC;
    border-color: #51C0AC;
    accent-color: #51C0AC;
    color: white;
}

.permisos {
    column-count: 2;
}

.modal-container {
    gap: 20px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 20px !important;
}

.close-btn {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: .4;
    pointer-events: all;
    border: none
}

/* Tipografias para escritorio y movil*/

@font-face {
    src: url("../fonts/MavenPro.ttf");
    font-family: "Maven Pro";
}

@font-face {
    src: url("../fonts/Montserrat.ttf");
    font-family: "Montserrat";
}

.text {
    font-family: 'Maven Pro' !important;
    font-style: normal;
}

.text--h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 82px;
}

.text--h2 {
    font-weight: 600;
    font-size: 62px;
    line-height: 73px;
}

.text--h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 49px;
}

.text--h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
}

.text--sub--reg {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.text--sub--bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.text--p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.text--p--bold {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.text--btn {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.text-btn--bold {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}

.text--small {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.text--small--bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.text--reg--footer {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Montserrat';
}

.text--tag {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

/* Tipos de botones */
.button-default {
    border: none;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: #212529;
    transition: background 0.3s ease-out;

}

.button-default:hover {
    background: #3D4D60;
}

.button-primary {
    border: none;
    padding: 16px 24px;
    background: linear-gradient(109.93deg, #5281A9 13.31%, #A5CAEA 101.98%);
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.button-primary:before {
    background: #91a5f4;
    background: linear-gradient(270deg, #5281A9 0%, #5382A9 7.75%, #5483AA 14.81%, #5685AC 21.32%, #5987AE 27.38%, #5D8BB1 33.13%, #618FB5 38.68%, #6693B9 44.16%, #6C98BD 49.69%, #739EC2 55.38%, #7AA4C8 61.38%, #81ABCE 67.78%, #89B2D4 74.73%, #92BADB 82.33%, #9BC2E2 90.71%, #A5CAEA 100%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    border-radius: 12px;
}

.button-primary:hover:before {
    opacity: 1;
}


.button-credencial {
    border: none;
    padding: 24px 50px;
    background: linear-gradient(109.93deg, #5281A9 13.31%, #A5CAEA 101.98%);
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    width: 269px;
    z-index: 1;
    font-family: 'Maven Pro';
}

.button-credencial:before {
    background: #91a5f4;
    background: linear-gradient(270deg, #5281A9 0%, #5382A9 7.75%, #5483AA 14.81%, #5685AC 21.32%, #5987AE 27.38%, #5D8BB1 33.13%, #618FB5 38.68%, #6693B9 44.16%, #6C98BD 49.69%, #739EC2 55.38%, #7AA4C8 61.38%, #81ABCE 67.78%, #89B2D4 74.73%, #92BADB 82.33%, #9BC2E2 90.71%, #A5CAEA 100%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    border-radius: 8px;
}

.button-credencial:hover:before {
    opacity: 1;
}

.button-pop {
    border: none;
    padding: 12px 20px;
    background: linear-gradient(109.93deg, #5281A9 13.31%, #A5CAEA 101.98%);
    border-radius: 10px;
    text-decoration: none;
}

.button-pop:hover {
    background: linear-gradient(270deg, #5281A9 0%, #5382A9 7.75%, #5483AA 14.81%, #5685AC 21.32%, #5987AE 27.38%, #5D8BB1 33.13%, #618FB5 38.68%, #6693B9 44.16%, #6C98BD 49.69%, #739EC2 55.38%, #7AA4C8 61.38%, #81ABCE 67.78%, #89B2D4 74.73%, #92BADB 82.33%, #9BC2E2 90.71%, #A5CAEA 100%);
}

.button-secondary {
    border: none;
    padding: 12px 20px;
    background: #212529;
    border-radius: 10px;
    text-decoration: none;
}

.button-secondary:hover {
    background: #3D4D60;
}

.button-secondary-gray {
    border: none;
    padding: 12px 20px;
    background: #D9D9D9;
    border-radius: 10px;
    text-decoration: none;
}

.blog-tag {
    border: none;
    padding: 10px;
    background: #D9D9D9;
    border-radius: 10px;
    text-decoration: none;

}

.button-ver.collapsed:before{
    content: "Ver más";
}
.button-ver:before{
    content: "Ver menos"
}


.button-link {
    color: #1E5F8C;
    text-decoration-line: underline;
}

.back-button {
    content: url('../images/plataforma/back.svg');
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
}

.back-button:hover {
    opacity: .8;
}

.button-link:hover {
    color: #73A0C7;
}

.button-modal {
    border: none !important;
    display: inline-block;
    padding: 12px 20px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    transition: opacity 0.3s ease-out;
}

.button-modal:hover {
    opacity: .7;
}

.tag-credencial {
    display: inline-block;
    padding: 0px 6px;
    border-radius: 18px;
}


/*Estilos custom para sweet alert*/
.sweet {
    font-family: 'Maven Pro' !important;
}

.sweet-popup {
    border-radius: 30px !important;
}

.text-sweet-sub-bold {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #3D4D60 !important;
}

.text-sweet-sub {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #3D4D60 !important;
}

.text-sweet-p {
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #3D4D60 !important;

}

.table-responsive td {
    vertical-align: middle !important;
}

.sweet-success-icon {
    content: url("../images/plataforma/success.svg")
}

.sweet-warning-icon {
    content: url("../images/plataforma/warning.svg")
}

.sweet-text-btn {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
}

.error {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-family: "Maven Pro";
    color: #B14444;
}

/*Estilos para g2plot*/
.g2-tooltip {
    background-color: #3D4D60 !important;
    color: white !important;
    font-family: "Maven Pro" !important;
}

/* estilos paginador */
.pagination li {
    margin-left: .25rem;
    margin-right: .25rem;
}

.pagination li .page-link {
    border-radius: 12px !important;
    border: 1px solid #D9D9D9;
    min-width: 2.25rem;
    text-align: center;
    color: #4f5464;
    justify-content: center;

    padding: 7px 12.8531px 8.5px 13.0531px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

.pagination li.active .page-link,
.pagination li .page-link:hover {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    color: #fff;
    font-weight: bold;
}

/*Estilos custom para datatables*/
.dataTables_filter {
    float: none !important;
    text-align: left !important;
    display: inline-block;
    width: 70% !important;
}

.dataTables_filter label {
    width: 70% !important;
}
.input-group .input-group-append{
    display: none !important;
}
.dataTables_filter .form-control, #sidebar{
    height: 44px;
    text-indent: 33px;
    width: 100% !important;
    border-radius: 10px;
    color: #A5CAEA !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: url('../images/blog/search.svg') no-repeat;
    background-position: 8px 10px;
}

.dataTables_filter .form-control::-webkit-input-placeholder, #sidebar .form-control::-webkit-input-placeholder {
    color: #73A0C7;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

}

.dataTables_filter .form-input:focus {

    box-shadow: none;
    border: none;
    color: #73A0C7;
}

.dataTables_length {
    float: none !important;
    text-align: right !important;
    display: inline-block;
}


/*Estilos para Administracion*/
.crud-card {
    background: #FFFFFF;
    box-shadow: 2px 8px 16px rgba(159, 159, 159, 0.25);
    border-radius: 20px;
}

.crud-card .form-group {
    padding-bottom: 20px;
}

.crud-card .form-group input,
.crud-card .form-group select {
    /*padding: 12px 20px;*/
    gap: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.breadcrumb .breadcrumb-item a {
    color: #73A0C7 !important;
}

.breadcrumb-item.active {
    color: #3D4D60 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #73A0C7 !important;
    content: "/";
}

.ck.ck-editor__main>.ck-editor__editable {
    border-radius: 12px !important;
}

.ck.ck-editor__top>.ck-sticky-panel>.ck-sticky-panel__content>.ck-toolbar {
    background: transparent !important;
    border: none !important;
}


/* estilos de blog y ckeditor*/

.extract-update,
.body-update,
.analisis-update,
.conclusiones-update,
.recomendaciones-update,
.garantias-update {
    margin: 1.5em 0;
    padding: 1em;
}

.extract-update h3,
.body-update h3,
.analisis-update h3,
.conclusiones-update h3,
.recomendaciones-update h3,
.garantias-update h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 .5em;
    padding: 0;
}

.extract-update .ck.ck-editor__editable_inline,
.body-update .ck.ck-editor__editable_inline,
.analisis-update .ck.ck-editor__editable_inline,
.conclusiones-update .ck.ck-editor__editable_inline,
.recomendaciones-update .ck.ck-editor__editable_inline,
.garantias-update .ck.ck-editor__editable_inline {
    transition: background .5s ease-out;
    min-height: 6em;
    margin-bottom: 1em;
}

.extract-update__controls,
.body-update__controls,
.analisis-update__controls,
.conclusiones-update__controls,
.recomendaciones-update__controls,
.garantias-update__controls {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.extract-update__chart,
.body-update__chart,
.analisis-update__chart,
.conclusiones-update__chart,
.recomendaciones-update__chart,
.garantias-update__chart {
    margin-right: 1em;
}

.extract-update__chart__circle,
.body-update__chart__circle,
.analisis-update__chart__circle,
.conclusiones-update__chart__circle,
.recomendaciones-update__chart__circle,
.garantias-update__chart__circle {
    transform: rotate(-90deg);
    transform-origin: center;
}

.extract-update__chart__characters,
.body-update__chart__characters,
.analisis-update__chart__characters,
.conclusiones-update__chart__characters,
.recomendaciones-update__chart__characters,
.garantias-update__chart__characters {
    font-size: 13px;
    font-weight: bold;
}

.extract-update__words,
.body-update__words,
.analisis-update__words,
.conclusiones-update__words,
.recomendaciones-update__words,
.garantias-update__words {
    flex-grow: 1;
    color: #3D4D60;
}

.extract-update__limit-close .extract-update__chart__circle,
.body-update__limit-close .body-update__chart__circle,
.analisis-update__limit-close .analisis-update__chart__circle,
.conclusiones-update__limit-close .conclusiones-update__chart__circle,
.recomendaciones-update__limit-close .recomendaciones-update__chart__circle,
.garantias-update__limit-close .garantias-update__chart__circle {
    stroke: hsl(30, 100%, 52%);
}

.extract-update__limit-exceeded .ck.ck-editor__editable_inline,
.body-update__limit-exceeded .ck.ck-editor__editable_inline,
.analisis-update__limit-exceeded .ck.ck-editor__editable_inline,
.conclusiones-update__limit-exceeded .ck.ck-editor__editable_inline,
.recomendaciones-update__limit-exceeded .ck.ck-editor__editable_inline,
.garantias-update__limit-exceeded .ck.ck-editor__editable_inline {
    background: hsl(0, 100%, 97%) !important;
}

.extract-update__limit-exceeded .extract-update__chart__circle,
.body-update__limit-exceeded .body-update__chart__circle,
.analisis-update__limit-exceeded .analisis-update__chart__circle,
.conclusiones-update__limit-exceeded .conclusiones-update__chart__circle,
.recomendaciones-update__limit-exceeded .recomendaciones-update__chart__circle,
.garantias-update__limit-exceeded .garantias-update__chart__circle {
    stroke: hsl(0, 100%, 52%);
}

.extract-update__limit-exceeded .extract-update__chart__characters,
.body-update__limit-exceeded .body-update__chart__characters,
.analisis-update__limit-exceeded .analisis-update__chart__characters,
.conclusiones-update__limit-exceeded .conclusiones-update__chart__characters,
.recomendaciones-update__limit-exceeded .recomendaciones-update__chart__characters,
.garanitas-update__limit-exceeded .garantias-update__chart__characters {
    fill: hsl(0, 100%, 52%);
}


.alert-success{
    color: #4AA785 !important;
    background-color: #DEF8EE !important;
    font-size: 18px !important;
    border: none;
    text-indent: 10px;
}

.alert-warning{
    color: #C79600 !important;
    background-color: #FFEBAD !important;
    font-size: 18px !important;
    border: none;
    text-indent: 10px;
}
.alert-danger{
    color: #B14444 !important;
    background-color: rgba(177, 68, 68, 0.15) !important;
    font-size: 18px !important;
    border: none;
}
.alert-success-icon{
    background: url('../images/plataforma/success_alert.svg') no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.alert-warning-icon{
    background: url('../images/plataforma/warning_alert.svg') no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.alert{
    border-radius: 12px !important;
    padding: 12px 20px !important;
    border: none !important;
    width: 394px !important;
}

/*Estilos para popovers*/
.popover-header {
    background-color: #A5CAEA !important;
    color: white !important;
}

.popover {
    max-width: 350px !important;
}

.circle-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*Spinner*/
.spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    /*width: 100vw;*/
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;

    div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;

        &:after {
            position: absolute;
            display: block;
            background: #00539f;
            border-radius: 50%;
            content: " ";
            margin: -3px 0 0 -3px;
            height: 6px;
            width: 6px;
        }

        &:nth-child(1) {
            animation-delay: -0.036s;

            &:after {
                top: 50px;
                left: 50px;
            }
        }

        &:nth-child(2) {
            animation-delay: -0.072s;

            &:after {
                top: 54px;
                left: 45px;
            }
        }

        &:nth-child(3) {
            animation-delay: -0.108s;

            &:after {
                top: 57px;
                left: 39px;
            }
        }

        &:nth-child(4) {
            animation-delay: -0.144s;

            &:after {
                top: 58px;
                left: 32px;
            }
        }

        &:nth-child(5) {
            animation-delay: -0.18s;

            &:after {
                top: 57px;
                left: 25px;
            }
        }

        &:nth-child(6) {
            animation-delay: -0.216s;

            &:after {
                top: 54px;
                left: 19px;
            }
        }

        &:nth-child(7) {
            animation-delay: -0.252s;

            &:after {
                top: 50px;
                left: 14px;
            }
        }

        &:nth-child(8) {
            animation-delay: -0.288s;

            &:after {
                top: 45px;
                left: 10px;
            }
        }
    }
}

@media (max-width: 767.98px) {

.alert{
    border-radius: 12px !important;
    padding: 12px 20px !important;
    border: none !important;
    width: 100% !important;
}
    .text--h1 {
        font-weight: 600;
        font-size: 42px;
        line-height: 49px;
    }

    .text--h2 {
        font-weight: 600;
        font-size: 36px !important;
        line-height: 42px;
    }

    .text--h3 {
        font-weight: 600;
        font-size: 28px !important;
        line-height: 33px;
    }

    .text--h4 {
        font-weight: 700;
        font-size: 22px !important;
        line-height: 26px;
    }

    .text--h5 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .text--p {
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
    }

    .text--p--bold {
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
    }

    .text--btn {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
    }

    .text-btn--bold {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
    }

    .text--small {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;

    }

    .text--small--bold {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
    }

    .text--reg--footer {
        font-size: 17px;
        line-height: 24px;
        /*font-family: 'Montserrat';*/
    }

    .text--sub--reg {
        font-weight: 500;
        font-size: 22px;
        line-height: 25.85px;
    }

    .dataTables_filter {
        float: none !important;
        text-align: left !important;
        display: inline-block;
        width: 100% !important;
    }

    .dataTables_filter label {
        width: 100% !important;
    }

    .dataTables_filter .form-control {
        height: 44px;
        text-indent: 33px;
        width: 100% !important;
        border-radius: 10px;
        color: #A5CAEA !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        background: url('../images/blog/search.svg') no-repeat;
        background-position: 8px 10px;
    }

}
