/*Variables de CSS*/
:root{
    --color-texto               : #3C4858;
    --color-default             : #333;
    --color-default-light       : #777;
    --color-principal           : #0186bb !important;
    --color-principal-empresa   : rgba(0, 0, 0, 0) linear-gradient(to right, #0186bb, #0076a4) repeat scroll 0% 0% !important;
    --color-principal-oscuro    : #005171;
    --color-secundario          : #d12a7a;

    --background-black-hover    : rgba(0,0,0,.05);
}
body{
    font-family: 'Lato', sans-serif;
    color: #333;
}
a{
    outline: none;
    color: var(--color-principal);
}
.bg-whatsapp{
    background-color: #25D366;
}
.iconoPDF{
    color: #b30b00 !important;
}
span.error{
    font-size: 12px;
    color: #b30b00;
}
input.sinFormato{
    border: none;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 0;
}
.text-underline{
    text-decoration: underline;
}
.opacity-0{
    opacity: 0;
}
.color-principal{
    color: var(--color-principal);
}
.bg-principal{
    background-color: var(--color-principal);
}
.hover\:bg-principal-oscuro:hover{
    background-color: var(--color-principal-oscuro);
}
.border-principal{
    border-color: var(--color-principal);
}
.focus\:ring-principal:focus{
    --tw-ring-color: var(--color-principal);
}
.focus\:border-principal:focus{
    border-color: var(--color-principal);
}
.hover\:text-principal:hover{
    color: var(--color-principal);
}
.color-secundario{
    color: var(--color-secundario);
}
.bg-secundario{
    background-color: var(--color-secundario);
}
.border-secundario{
    border-color: var(--color-secundario);
}
.focus\:ring-secundario:focus{
    --tw-ring-color: var(--color-secundario);
}
.focus\:border-secundario:focus{
    border-color: var(--color-secundario);
}
.centrado{
    display: flex;
    align-items: center;
    justify-content: center;
}
.height-225{
    height: 225px;
}
.max-height-450{
    max-height: 450px;
}
.bg-pastel-green{
    background-color: seagreen;
}

.bg-pastel-green p,
.bg-pastel-green h3,
.bg-pastel-green a,
.bg-pastel-green i{
    color: white !important;
}
.disabled,
textarea:disabled,
select:disabled,
input:disabled,
button.disabled,
button:disabled,
a.disabled{
    opacity: .2;
    pointer-events: none;
}
/* Admin */

#admin > .wrapper > .content-wrapper > section.content{
    overflow: visible !important;
}
#admin .logoAside{
    border-bottom: 0;
    color: rgba(255,255,255,.8);
    padding: .8125rem .5rem;
    font-size: 1.25rem;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Preloader*/
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}
.loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}
.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
    background: #d63786;
}
.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}
.loading .dot:nth-child(2) {
    background: #e376ac;
}
.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}
.loading .dot:nth-child(3) {
    background: #36c4ff;
}
.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}
.loading .dot:nth-child(4) {
    background: #00b1fa;
}
.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}
.loading .dot:nth-child(5) {
    background: #0087bf;
}
.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}
@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}
.label{
    padding: 2px 4px;
    border-radius: 4px;
}
/*Foooter políticas*/
.modal-backdrop{
    display: block !important;
}
#politicas{
    background-color: #f9f9f9;
}
#politicas .container{
    padding: 10px 0;
}
#politicas ul{
    display: flex;
    justify-content: center;
}
#politicas li{
    color: var(--color-default-light);
}
#politicas a{
    margin: 0 10px;
    display: block;
    color: var(--color-default-light) !important;
    cursor: pointer;
    transition: .2s all;
}
#politicas a:hover{
    opacity: .8;
}
.modal .modal-body{
}
@media only screen and (max-width: 400px){
    footer .row{
        text-align: center;
    }
    footer ul{
        display: block;
    }
    footer ul li:nth-child(even){
        display: none;
    }
    footer a{
        margin: 10px 0;
    }

}
/*Footer de dimension TEI*/
.dimensionTEI{
    background-color: #f9f9f9;
    font-size: .9rem;
}
.dimensionTEI small{
    font-size: .9rem;
    color: #777;
}
/******************** Formulario ********************/
#formulario input:not(.error),
#formulario select:not(.error),
#formulario textarea:not(.error){
    border-color: var(--color-principal-oscuro) !important;
}
#formulario{
    background-color: var(--color-principal);
    padding: 80px 120px;
}
#formulario #signup-form{
    border-radius: .25rem !important;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#formulario #informacion{
    padding: 0 40px;
}
#formulario #informacion hr{
    padding-bottom: 40px;
}
#formulario #informacion .u-accordion__header a{
    padding: 10px 15px;
    border: 1px solid #dedede;
    border-radius: .25rem;
    text-decoration: none;
    color: var(--color-principal);
}
#formulario #informacion .u-accordion__header a[aria-expanded="true"]{
    background-color: var(--color-principal);
    border-color: var(--color-principal);
    color: white;
}
#formulario #informacion .u-accordion__header a .las.la-angle-down{
    transition: .2s all;
    margin-right: 10px;
}
#formulario #informacion .u-accordion__header a[aria-expanded="true"] .las.la-angle-down{
    transform: rotate(180deg);
}
#formulario #informacion .u-accordion__body{
    max-height: 200px;
    overflow-y: auto;
    padding: 0 15px;
}
#formulario #informacion .u-accordion .card{
    border: none;
    margin: 10px 0;
}
#formulario #elegirCentro{
    padding: 10px 40px;
    font-size: 18px;
    background: var(--color-principal);
    border-radius: .25rem;
    display: inline-block;
    color: white;
    text-decoration: none;
}
#formulario label.form-label span{
    display: block;
    font-size: 12px;
}
#formulario + footer,
#formulario + footer .container{
    background-color: var(--color-principal);
}
#formulario + footer li,
#formulario + footer a{
    color: white !important;
}
#formulario .form-radio-flex input + label{
    border: 4px solid transparent;
}
#formulario .form-radio-flex input:checked + label{
    border: 4px solid var(--color-principal-oscuro);
}
#formulario .form-radio-flex input:not(:checked) + label img {
    filter: grayscale(100%);
    opacity: .2;
}
.select2-container{
    display: block;
    width: 100%;
}
.select2-container .select2-search{
    padding: 0;
    width: 100%;
}
.select2-container .select2-search .select2-search__field{
    border: none !important;
    border-radius: 0;
    width: 100% !important;
    margin-top: 0;
    font-size: 1rem;
    color: #495057;
}
.select2-container--default .select2-selection--single{
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s,box-shadow .3s;
    border: 1px solid #d9d9d9 !important;
    border-radius: .1875em !important;
    background: inherit;
    background-color: inherit;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    color: inherit;
    font-size: 1.125em;
    height: 2.625em !important;
    padding: 0 .75em;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    transition: .2s all;
    padding: .375rem .75rem !important;
}
.select2-container--open .select2-selection--single{
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-dropdown{
    border-color: #dedede !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-results__option{
    padding: .375rem .75rem;
}
#formulario .textoInformativo{
    margin-left: 20px;
    padding-left: 20px;
    border-left: 4px solid rgba(1, 134, 187, .4);
}
#formulario label.form-label{
    font-weight: bold;
}
#formulario label.form-label span{
    font-weight: normal;
}
#formulario select{
    height: 50px;
}
#formulario textarea{
    padding: 20px;
}
#formulario input.error,
#formulario select.error{
    border-color: #ff6961;
}
#formulario label.error {
    display: block;
    position: absolute;
    bottom: 11px;
    right: 20px;
    top: inherit;
    margin-bottom: 0;
}
#formulario label.error::after{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f057";
    color: #ff6961;
    font-size: 18px;
    position: static;
}
#formulario .icheck-primary label.error{
    display: none !important;
}
#formulario .icheck-primary input{
    height: auto;
    display: inline-block;
    width: auto;
}
[class*="icheck-"]  input {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}
[class*="icheck-"] input + input[type="hidden"] + label::before, [class*="icheck-"]  input + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid var(--color-principal-oscuro) !important;
    border-radius: 0;
    margin-left: -29px;
    transition: .2s all;
}
.icheck-primary input.error + label::before{
    border-color: #ff6961 !important;
}
[class*="icheck-"] input + input[type="hidden"] + label:hover::before, [class*="icheck-"] input + label:hover::before{
    background: var(--color-principal-oscuro) !important;
    border-color: var(--color-principal-oscuro) !important;
}
[class*="icheck-"] input[type="radio"] + label::before{
    border-radius: 50%;
}
.icheck-primary > input:checked + input[type="hidden"] + label::before, .icheck-primary > input:checked + label::before {
    background-color: var(--color-principal-oscuro) !important;
    border-color: var(--color-principal-oscuro) !important;
}
.icheck-primary > input:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before, .icheck-primary > input:not(:checked):not(:disabled):hover + label::before {
    border-color: var(--color-principal-oscuro);
}
[class*="icheck-"] > input:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before, [class*="icheck-"] > input::not(:checked):not(:disabled):hover + label::before {
    border-width: 2px;
}
[class*="icheck-"] > input:checked + input[type="hidden"] + label::after, [class*="icheck-"] > input:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 2px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 2px;
    border-left: none;
    border-top: none;
    transform: translate(7.75px,4.5px) rotate(45deg);
    -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}

/******************** Planes ********************/

#planes{
    background-color: #f9f9f9;
    padding: 40px 60px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#planes .titulo{
    text-align: center;
    margin-bottom: 50px;
}
#planes .titulo h2{
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-principal);
}
#planes .titulo p{
    margin-top: 10px;
    font-weight: 400;
    color: #777;
}
#planes .titulo p a{
    color: #777;
    text-decoration: underline;
}
#planes .titulo::after {
    content: '';
    display: block;
    width: 40px;
    border-top: 2px solid #444;
    margin: 30px auto 0;
}
#planes .precio-caja{
    padding: 24px 48px;
    border-radius: .25rem;
    background: white;
    position: relative;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#planes .precio-caja .precio-titulo{
    padding: 1rem 0;
    letter-spacing: 1px;
}
#planes .precio-caja .precio-titulo span {
    display: block;
    color: #777;
    font-size: .75rem;
    margin: 3px 0;
}
#planes .precio-caja .precio-titulo h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #555;
}
#planes .precio-caja .precio {
    position: relative;
    padding: 1.5rem 0;
    color: #333;
    font-size: 4rem;
    line-height: 1;
}
#planes .precio-caja .precio .precio-unidad {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: 400;
}
#planes .precio-caja .precio .texto {
    vertical-align: baseline;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #999;
    margin: 0 0 0 3px;
}
#planes .precio-caja .precio-caracteristicas{
    padding: 1rem 0;
}
#planes .precio-caja .precio-caracteristicas ul li{
    padding: .375rem 0;
}
#planes .precio-caja .precio-caracteristicas ul li i{
    font-size: 18px;
    margin-right: 5px;
    color: var(--color-secundario);
}
#planes .btn{
    background: var(--color-principal) !important;
    border-color: var(--color-principal) !important;
    transition: .2s all;
}
#planes .btn:hover{
    opacity: .8;
}

/*Admin*/

#admin .cardCubos{
    position: relative;
    display: flex;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    flex-wrap: wrap;
    padding: .75rem 1.25rem;
    height: 100%;
    align-items: flex-end;
}
#admin .cardCubos .cuboIcono{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
}
#admin .cardCubos i,
#admin .cardCubos .lnr{
    font-size: 40px;
}
#admin .cardCubos p,
#admin .cardCubos .numeroCambiante{
    color: #777;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
}
#admin .cardCubos .numeroCambiante{
    font-size: 26px;
}
#admin .cardCubos p{
    font-size: 20px;
}
#admin .card-header-tei{
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}
#admin .boton-1{
    display: inline-block !important;
    padding: 10px 20px;
    border-radius: .25rem;
    background: var(--color-principal);
    color: white;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
    transition: .2s all;
}
#admin .botonVaciar{
    background-color: #e35c70;
    border-color: #e35c70;
    opacity: .7;
    box-shadow: none;
}
#admin .boton-1:hover{
    box-shadow: none;
    opacity: .8;
}
#admin .botonVaciar:hover{
    opacity: 1;
}
#admin .cardCubos .cuboEditar.btnOpen i{
    color: #ffc107;
}
#admin.sidebar-collapse .nav-sidebar:not(:hover) > li:last-child a{
    border-radius: 0 !important;
    width: 100%;
}
#admin.sidebar-collapse .nav-sidebar:not(:hover) > li:last-child a p{
    opacity: 1;
}
#admin.sidebar-collapse .nav-sidebar:not(:hover) > li:last-child a span{
    width: 0 !important;
    opacity: 0;
}
#admin .camposDinamicos{
    appearance: none;
    -moz-appearance: textfield;
}
#admin .small-box .inner p{
    font-size: 16px;
}
#admin .small-box > .small-box-footer{
    font-size: 18px;
}
#admin .small-box .icon i{
    color: white;
    opacity: .8;
}
#admin .botonEditar{
    transition: .2s all;
}
#admin .botonEditar.btnClose{
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}
#admin .botonEditar.btnOpen{
    background-color: #ffc107;
    border-color: #ffc107;
}
#admin .checkboxDinamico:disabled + .checkbox{
    opacity: .8;
    filter: grayscale(100%);
}
#admin .checkboxDinamico + .checkbox{
    margin-right: 0;
}
#admin .luzEstado{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
    transition: .2s all;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#admin .luzEstado:hover{
    opacity: .8;
}
#admin .luzEstado.activo{
    background: #72e775;
}
#admin .luzEstado.desactivado{
    background: #e77283;
}
#admin .luzEstado i{
    font-size: 20px;
}
#admin tr .luzEstado .la-minus,
#admin tr.shown .luzEstado .la-plus{
    display: none;
}
#admin tr.shown .luzEstado .la-minus{
    display: block;
}
.cubo{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem !important;
    padding: 15px;
}
.pa-15{
    padding: 15px;
}
.etiquetaNumero{
    background: var(--color-principal);
    color: white;
    padding: 5px;
    border-radius: .25rem;
    font-weight: normal;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.swal2-container {
    z-index: 999999999999 !important;
}
.form-checkbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-checkbox span{
    font-weight: normal;
    text-transform: none;
}
.form-checkbox input{
    display: none;
}
.form-checkbox input:checked + .checkbox{
    background: var(--color-principal);
}
.form-checkbox .checkbox{
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    border: 1px solid var(--color-principal);
    border-radius: .25rem;
    transition: .2s all;
}
#listaErrores{
    display: none;
}
.tooltip{
    z-index: 999999999999999999999 !important;
}
.tooltip-inner {
    color: #333;
    border: 1px solid #dedede;
}
.tooltip > .tooltip-inner {
    background-color: white;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: transparent !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: transparent !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: transparent !important;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: transparent !important;
}
.title .step-number{
    min-width: 50px;
    min-height: 50px;
}
@media only screen and (max-width: 572px){
    #formulario{
        padding: 15px 0;
    }
    #steps-uid-0 .steps,
    #steps-uid-0 .content, #steps-uid-0 .actions{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #formulario #informacion,
    .steps ul,
    .step{
        padding: 15px;
    }
    .steps ul::before,
    .steps ul::after{
        left: 40px;
    }
    #steps-uid-0 .content{
        height: auto;
    }
    #steps-uid-0 .actions{
        padding: 15px;
        margin-left: 0;
    }
}
/* Informes */
.card [class*="card-header-"] .card-icon, .card [class*="card-header-"] .card-text {
    border-radius: 3px;
    background-color: #999999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.card .card-header-primary .card-icon, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card .card-header-primary .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(209, 42, 122, 0.4);
}
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, rgba(209, 42, 122), #a72262);
    background-color: rgba(0, 0, 0, 0);
}
.card .card-header.card-header-icon i, .card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: white;
    font-size: 26px;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3C4858;
}
.card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
    font-weight: 300;
}
.card .card-header .card-title {
    margin-bottom: 3px;
    font-size: 24px;
    margin-top: 5px !important;
    display: inline-block;
}
#informes{
    padding-bottom: 100px;
}
#informes .boton-1{
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.chart-revenue-switch {
    margin-top: 3px;
    margin-left: auto;
    padding-right: 0;
    margin-right: auto;
    width: 200px;
    margin-bottom: 5px;
    text-align: right;
}
.switch, .switch * {
    user-select: none;
}
.switch label{
    font-weight: normal !important;
    color: var(--color-texto);
}
.right {
    float: right !important;
}
.switch label input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}
.switch label .lever {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
    margin: 0 10px 0 16px;
    content: '';
    transition: background .3s ease;
    vertical-align: middle;
    border-radius: 15px;
    background-color: rgba(0,0,0,.38);
    cursor: pointer;
}
.switch label .lever::after, .switch label .lever::before {
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transition: left .3s ease,background .3s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: left .3s ease,background .3s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: left .3s ease,background .3s ease,box-shadow .1s ease,transform .1s ease;
    transition: left .3s ease,background .3s ease,box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
    border-radius: 50%;
}
.switch label .lever::before {
    background-color: rgba(255,64,129,.15);
}
.switch label .lever::after {
    background-color: #f1f1f1;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}
.switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #ff4081;
}
.switch label input[type="checkbox"]:checked + .lever::after, .switch label input[type="checkbox"]:checked + .lever::before {
    left: 18px;
}
.datatableInforme .dataTables_length,
.datatableInforme .dataTables_filter,
.datatableInforme .dt-buttons,
.datatableInforme .dataTables_paginate,
.datatableInforme .dataTables_info,
.datatableInforme thead tr th:first-child,
.datatableInforme tbody tr td:first-child{
    display: none;
}
.cursosTabla hr:last-of-type{
    display: none;
}
.iconoNavbarTop {
    background-color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
}
.iconoNavbarTop > .lnr{
    font-size: 22px;
}
.usuarioNavbarTop {
    font-size: 18px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.dashboardcode-bsmultiselect .badge{
    padding: 5px !important;
    margin: 5px;
    border-radius: .25rem;
    background: var(--color-principal);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboardcode-bsmultiselect .badge .close{
    margin-left: 5px;
    color: white;
}
.dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control{
    padding-left: 0;
}
.dashboardcode-bsmultiselect ul.dropdown-menu .custom-control-label{
    padding-left: 30px;
}
.selecionarTipoInforme,
#formularioInformes > #formularioClientes,
#formularioInformes > #formularioPagos,
#formularioInformes > #formularioFacturas,
#formularioInformes > .acciones{
    padding: 1.25rem;
}
#formularioInformes[data-tipo-activo=""] > #formularioClientes{
    position: relative;
}
#formularioInformes[data-tipo-activo=""] > #formularioClientes::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
}
.iconoInformes{
    width: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    margin: 0 10px;
}
#informes .collapse{
    opacity: 1;
    transition: .4s;
}
#informes .collapsing{
    opacity: 0;
    transition: height .35s linear;
}
#informes a[aria-expanded="false"]{
    opacity: .5;
    box-shadow: none;
}
#informes .selectpicker + button{
    border: 1px solid #dedede;
    box-shadow: none;
    background: white;
    color: #495057;
}
#informes .selectpicker + button + .dropdown-menu a{
    text-transform: capitalize;
}
#informes .filtros a{
    color: #333;
}
#informes .filtros a[aria-expanded="false"]{
    opacity: 1;
}
#informes .filtros a[aria-expanded="true"]{
    opacity: .8;
}
.bootstrap-select .dropdown-menu li a{
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:active{
    background: white;
    color: #212529;
}
.bootstrap-select .dropdown-menu li a.dropdown-item.active{
    background: var(--color-principal);
    color: white !important;
}
#informes #previsualizacionPDF{
    height: calc(100% - 1rem)
}
#informes #previsualizacionPDF > .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
#informes #previsualizacionPDF .iconoPDF{
    font-size: 40px;
    margin-bottom: 1rem;
}
#informes #previsualizacionPDF > .card-body > iframe{
    width: 100%;
    height: 100%;
    border: 1px solid #0186bb40;
    display: none;
}
.versionBeta{
    display: none;
    border: 3px solid lightcoral;
    z-index: 999999999999999999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    color: white;
    text-align: center;
    pointer-events: none;
}
.versionBeta span{
    width: 100%;
    display: block;
    background: lightcoral;
    font-size: 16px;
}
.versionBeta.activo{
    display: block;
}

.dataTables_wrapper .details-control span.lnr-plus-circle{
    font-size: 20px;
    cursor: pointer;
    display: block;
}
#importePagos{
    pointer-events: none;
}
#importePagos:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
/* DataTables */
.dataTables_wrapper .tablaResponsive{
    max-width: 100%;
    margin-top: 15px;
}
.dataTables_wrapper .table,
.tabla-1{
    border: none !important;
}
.dataTables_wrapper .table thead th,
.tabla-1 thead th{
    position: relative;
    border: none;
    border-bottom: 1px solid #dedede !important;
}
.dataTables_wrapper .table thead th.selected .check svg polyline,
.tabla-1 thead th.selected .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.15s;
}
.dataTables_wrapper .table thead th.selected .check svg path,
.tabla-1 thead th.selected .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
.dataTables_wrapper .table thead th.selected .check svg,
.tabla-1 thead th.selected .check svg {
    stroke: var(--color-menu);
}

.dataTables_wrapper .table tfoot tr,
.dataTables_wrapper .table tfoot tr th,
.dataTables_wrapper .table tbody tr,
.dataTables_wrapper .table tbody tr td,
.tabla-1 tfoot tr,
.tabla-1 tfoot tr th,
.tabla-1 tbody tr,
.tabla-1 tbody tr td{
    border: none;
}
.dataTables_wrapper .table tbody tr td,
.tabla-1 tbody tr td{
    vertical-align: middle;
}
.dataTables_wrapper .table tbody tr:not(.odd):not(.even):hover,
.tabla-1 tbody tr:not(.odd):not(.even):hover{
    background-color: inherit;
}
.dataTables_wrapper .table thead tr th,
.tabla-1 thead tr th{
    text-align: left !important;
}
.dataTables_wrapper .table tbody > tr > td:last-child,
.tabla-1 tbody > tr > td:last-child{
    text-align: right;
}

.dataTables_wrapper .table thead tr th,
.dataTables_wrapper .table tfoot tr th,
.tabla-1 thead tr th,
.tabla-1 tfoot tr th{
    padding: 8px 10px;
}
.dataTables_wrapper .table .dropdown button:active,
.dataTables_wrapper .table .dropdown button:active:focus,
.dataTables_wrapper .table .dropdown button:focus,
.dataTables_wrapper .table .dropdown button,
.tabla-1 .dropdown button:active,
.tabla-1 .dropdown button:active:focus,
.tabla-1 .dropdown button:focus,
.tabla-1 .dropdown button{
    background-color: transparent !important;
    color: var(--color-default) !important;
    border: none;
    box-shadow: none !important;
}
.dataTables_wrapper .table .dropdown button::after,
.tabla-1 .dropdown button::after{
    content: none;
}
.dataTables_wrapper .table .dropdown .dropdown-menu .dropdown-item,
.tabla-1 .dropdown .dropdown-menu .dropdown-item{
    padding: .5rem .75rem;
}
.dataTables_wrapper .table .dropdown .dropdown-menu .dropdown-item:active,
.tabla-1 .dropdown .dropdown-menu .dropdown-item:active{
    background-color: var(--background-black-hover);
    color: var(--color-default);
}
.dataTables_wrapper .table .dropdown .dropdown-menu a,
.tabla-1 .dropdown .dropdown-menu a{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.dataTables_wrapper .table .dropdown .dropdown-menu form,
.tabla-1 .dropdown .dropdown-menu form{
    display: block;
    width: 100%;
}
.dataTables_wrapper .table .dropdown .dropdown-menu a .icono,
.tabla-1 .dropdown .dropdown-menu a .icono{
    width: 18px;
    font-size: 18px;
    margin-right: 10px;
}
.dataTables_wrapper .table .never,
.tabla-1 .never{
    display: none;
}

/* Clientes */
.datatable-Cliente tr.desactivado td.select-checkbox{
    pointer-events: none !important;
}
.datatable-Cliente tr.desactivado td.select-checkbox label{
    display: none;
}

/* Alerta */
.alert{
    padding: 0;
}
.alert > div{
    padding: .75rem 1rem;
    border: 1px solid #ed8936;
}
.alert .alert-header{
    background-color: #ed8936;
    color: white;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
}
.alert .alert-body{
    background-color: #fffaf0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.alert .alert-body p{
    margin-bottom: 0;
    color: rgb(192, 86, 33);
}
.alert .alert-body a{
    font-weight: bold;
    text-decoration: underline;
}
#modalCampusVerano .modal-body{
    max-height: 100%;
    height: 700px;
}
@media only screen and (max-width: 992px){
    .dataTables_wrapper .tablaResponsive {
        overflow: auto;
    }
}
@media only screen and (max-width: 572px){
    #modalCampusVerano .modal-body{
        max-height: 100%;
        height: auto;
    }
}
#actividades + .select2 .select2-selection{
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    border-radius: 0.375rem;
    padding: .5rem .75rem;
    height: 38px;
}
#actividades + .select2 .select2-selection textarea{
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0;
}
#actividades + .select2 .select2-selection,
#actividades + .select2 .select2-selection .select2-search,
#actividades + .select2 .select2-selection ul.select2-selection__rendered{
    display: flex;
}
#actividades + .select2 .select2-selection ul.select2-selection__rendered li{
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    background-color: var(--color-principal);
    color: white;
    border-color: var(--color-principal);
}
#actividades + .select2 .select2-selection ul.select2-selection__rendered li + li{
    margin-left: 10px;
}
#actividades + .select2 .select2-selection ul.select2-selection__rendered li .select2-selection__choice__remove{
    color: white;
    border-color: var(--color-principal);
}
#actividades + .select2 .select2-selection ul.select2-selection__rendered li .select2-selection__choice__remove:hover{
    background-color: inherit;
}
.swal2-styled.swal2-confirm{
    background-color: var(--color-principal) !important;
    box-shadow: none !important;
}
.politicas ul{
    list-style: initial;
    padding-left: 40px;
}
.programa:not(.activo){
    opacity: .4;
}
.programa .icono{
    opacity: 0;
    visibility: hidden;
}
.programa.activo .icono{
    opacity: 1;
    visibility: visible;
    color: var(--color-principal);
}
.programa.activo .border-2{
    border-color: var(--color-principal);
}
.etapas > div{
    border-color: rgb(209, 213, 219);
}
.etapas .activo > div{
    border-color: var(--color-secundario);
}
.etapas .activo + li > div{
    border-top-color: var(--color-secundario);
}
.etapas .titulo{
    color: rgb(75, 85, 99);
}
.etapas .activo .titulo{
    color: var(--color-secundario);
}
.etapas .completo .icono .numero,
.etapas .icono .figura{
    display: none;
}
.etapas .icono{
    border: 2px solid rgba(209, 213, 219, var(--tw-border-opacity));
}
.etapas .icono .numero{
    color: rgb(107, 114, 128);
}

.etapas .activo .icono{
    border-color: var(--color-secundario);
}
.etapas .activo .icono .numero{
    color: var(--color-secundario);
}
.etapas .activo .border-resaltar{
    background-color: rgba(209,42,122, .2);
}
.etapas .completo .icono .numero{
    color: white;
}
.etapas .completo .icono{
    background-color: var(--color-secundario);
    border-color: var(--color-secundario);
}
.etapas .completo .icono .figura{
    display: block;
}
.etapas .completo .border-resaltar{
    background-color: var(--color-secundario);
}
.etapas .completo + li .separator::after{
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: var(--color-secundario) !important;
}
.divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.bg-breadcrumb{
    background-color: rgba(1,134,187, .8);
}
.formulario-etapas button[data-tipo="next"]:not(.activo),
.formulario-etapas button[type="submit"]:not(.activo){
    opacity: .6;
    pointer-events: none;
}
.modal{
    transition: .4s all;
}
.modal.centrado{
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-modal-right{
    margin-right: 17px;
}
.modal.show-animation{
    opacity: 1;
    visibility: visible;
}
.modal.hidden-animation{
    opacity: 0;
    visibility: hidden;
}
.modal.show-animation .overlay{
    opacity: 0;
    visibility: hidden;
}
.modal .content{
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
}
.modal.show-animation .content{
    transition-delay: .3s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.modal .overlay{
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}
.modal.show-animation .overlay{
    opacity: 1;
    visibility: visible;
}
.modal.show-animation .overlay{
    opacity: 1;
    visibility: visible;
}
select + .select2-container--default .select2-selection--multiple{
    padding: .75rem 1rem;
    border: 2px solid rgb(147 197 253 / 1);
    border-radius: 0.375rem;
    height: 52px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
select + .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 2px solid rgb(147 197 253 / 1);
}
select + .select2-container .select2-search{
    display: flex;
}
select + .select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0;
    margin-top: -2px;
    margin-bottom: 2px;
}
select + .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-flex;
}
/* Whatsapp flotante */
/* --------------------------------------------------------------------- */
.btn-whatsapp{
    border-radius: 50% !important;
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 999999910;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.btn-whatsapp a{
    color: #fff;
}
