:root {
    --animationTipo: ease-in-out;
    --animationTime: .2s;
    --fuente_organico: #bbbdbf;
    --fuente_facebook: #3b5998;
    --fuente_instagram: #3f729b;
    --fuente_mailing: #FFE01B;
    --fuente_googleadwords: #4c8bf5;
    --fuente_youtube: #c4302b;
    --fuente_facebookmessenger: #0078FF;
    --fuente_instagramdm: #405DE6;
}

:focus {
    outline-offset: 6px;
    outline: #DDD auto 1px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    font-family: var(--font-inverdes);
    color: var(--text-dark);
    line-height: 1;
    font-size: 16px;
    margin-right: calc(-1 * (100vw - 100%));
    overflow-x: hidden;
    outline: none;

}

header {
    margin-right: calc(-1 * (100vw - 100%));
}

.mobile-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

a,
input,
textarea,
btn {
    transition-timing-function: var(--animationTipo);
    -ms-transition-timing-function: var(--animationTipo);
    -moz-transition-timing-function: var(--animationTipo);
    -webkit-transition-timing-function: var(--animationTipo);
    -o-transition-timing-function: var(--animationTipo);
    transition-duration: var(--animationTime);
    -ms-transition-duration: var(--animationTime);
    -moz-transition-duration: var(--animationTime);
    -webkit-transition-duration: var(--animationTime);
    -o-transition-duration: var(--animationTime);

}

a:hover,
btn:hover {
    transition-timing-function: var(--animationTipo);
    -ms-transition-timing-function: var(--animationTipo);
    -moz-transition-timing-function: var(--animationTipo);
    -webkit-transition-timing-function: var(--animationTipo);
    -o-transition-timing-function: var(--animationTipo);
    transition-duration: var(--animationTime);
    -ms-transition-duration: var(--animationTime);
    -moz-transition-duration: var(--animationTime);
    -webkit-transition-duration: var(--animationTime);
    -o-transition-duration: var(--animationTime);
}

.text-s10 {
    font-size: 10px;
}

.text-s11 {
    font-size: 11px;
}

.text-s12 {
    font-size: 12px;
}

.text-s13 {
    font-size: 13px;
}

.text-s14 {
    font-size: 14px;
}

.text-s15 {
    font-size: 15px;
}

.text-s16 {
    font-size: 16px;
}

.text-s17 {
    font-size: 17px;
}

.text-s18 {
    font-size: 18px;
}

.text-s19 {
    font-size: 19px;
}

.text-s20 {
    font-size: 20px;
}

.text-title-modal {
    font-size: 20px;
    padding-top: 2px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;

}

.x-gap-16 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.x-gap-16 > * {
    padding-left: .5rem;
    padding-right: .5rem;
}

.x-gap-32 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.x-gap-32 > * {
    padding-left: 1rem;
    padding-right: 1rem;
}

.x-gap-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.x-gap-40 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.x-gap-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.x-gap-48 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.x-gap-60 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}

.x-gap-60 > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.x-gap-72 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
}

.x-gap-72 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.y-gap-16 {
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.y-gap-16 > * {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.y-gap-32 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.y-gap-32 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.y-gap-40 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
}

.y-gap-40 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}

.y-gap-48 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.y-gap-60 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
}

.y-gap-60 > * {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.y-gap-72 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
}

.y-gap-72 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

/*
 * Force Bootstrap v4 transitions
 * (ignores prefers-reduced-motion media feature)
 */

.fade {
    transition: opacity 0.15s linear !important;
}

.collapsing {
    transition: height 0.35s ease !important;
}

.custom-switch .custom-control-label::after {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out !important;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out !important;
}

.custom-range::-webkit-slider-thumb {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.custom-range::-moz-range-thumb {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.custom-range::-ms-thumb {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.badge {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.progress-bar {
    transition: width 0.6s ease !important;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite !important;
    animation: progress-bar-stripes 1s linear infinite !important;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important;
}

.carousel-item {
    transition: -webkit-transform 0.6s ease-in-out !important;
    transition: transform 0.6s ease-in-out !important;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out !important;
}

.carousel-fade .carousel-item {
    transition-property: opacity !important;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: 0s 0.6s opacity !important;
}

.carousel-control-prev,
.carousel-control-next {
    transition: opacity 0.15s ease !important;
}

.carousel-indicators li {
    transition: opacity 0.6s ease !important;
}

.form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.btn {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('https://inverdes.medio.pe/fonts/GraphikLCG-Bold.eot');
    src: url('https://inverdes.medio.pe/fonts/GraphikLCG-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Bold.woff2') format('woff2'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Bold.woff') format('woff'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Bold.ttf') format('truetype'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Bold.svg#GraphikLCG-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('https://inverdes.medio.pe/fonts/GraphikLCG-Light.eot');
    src: url('https://inverdes.medio.pe/fonts/GraphikLCG-Light.eot?#iefix') format('embedded-opentype'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Light.woff2') format('woff2'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Light.woff') format('woff'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Light.ttf') format('truetype'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Light.svg#GraphikLCG-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('https://inverdes.medio.pe/fonts/GraphikLCG-Regular.eot');
    src: url('https://inverdes.medio.pe/fonts/GraphikLCG-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Regular.woff2') format('woff2'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Regular.woff') format('woff'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Regular.ttf') format('truetype'),
        url('https://inverdes.medio.pe/fonts/GraphikLCG-Regular.svg#GraphikLCG-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


.btn-dark {
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--color2_hover);
    border-color: var(--color2_hover);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: var(--color2_disabled);
    border-color: var(--color2_disabled);

}

h6 i {
    margin-right: 8px;
}

.btn-sub-menu {
    font-size: 14px;
    line-height: 24px;
}

.graphik-light {
    font-family: 'Graphik LCG', Helvetica;
    font-weight: 300;
    font-style: normal;
}

.graphik-bold {
    font-family: 'Graphik LCG', Helvetica;
    font-weight: bold;
    font-style: normal;
}

.graphik-regular {
    font-family: 'Graphik LCG', Helvetica;
    font-weight: normal;
    font-style: normal;
}

.font-alt-thin {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.font-alt-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

body {
    background-color: var(--color3);
    font-family: 'Graphik LCG';
    font-weight: 300;
    font-style: normal;
    color: var(--color2);
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-size: 37px;
}

.bg-pri {
    background-color: var(--color1);
}

.bg-sec {
    background-color: var(--color2);
}

.btn-primary {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color1_hover);
    border-color: var(--color1_hover);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color1_disabled);
    border-color: var(--color1_disabled);
}

.footer {
    background-color: #FFFFFF;
    z-index: 7;
}

img.img-main-logo {
    width: 300px;
}

span {
    font-size: 15px;
}

.alert {
    border: 0px;
}

.text-vendidos {
    font-weight: 600;
    font-size: 37px;
}

.text-18 {
    font-size: 18px;
}

.text-black {
    color: #000000;
}

.text-green {
    color: #3bb95d;
}

.text-color1 {
    color: var(--color1) !important;
}

.text-color2 {
    color: var(--color2) !important;
}

.card-firmas {
    min-height: 374px;
    padding: 33px !important;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.1rem .4rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-size: 13px;
}

.btn-group-sm > .btn,
.btn-sm:not(:first-of-type) {
    margin-left: 5px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 0px 5px;
    line-height: 1.5;
    border-radius: .2rem;
    font-size: 11px;
}

.btn-group-xs > .btn,
.btn-xs:not(:first-of-type) {
    margin-left: 5px;
}

.tapa-envio {
    width: calc(100% - 30px);
    /*height: 100%;*/
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 3;
    /*height: 410px;*/
    height: calc(100% - 100px);
    top: 61px;
}

.top-24 {
    top: 24px;
}

.top-45 {
    top: 45px;
}

.tapa-loader {
    width: calc(100% - 50px);
    height: calc(100% - 45px);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 25px;
}

.tapa-stats {
    width: calc(100% - 80px);
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 5;
}

body.pag-proyectos .tapa-stats {

    height: 70px;
}

body.pag-dashboard .tapa-stats {
    height: 42px;
}

.tapa-transition {
    width: 100%;
    height: 100%;
    min-height: 658px;
    background-color: rgba(248, 248, 251, 1);
    position: fixed;
    z-index: 7;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.page-link {
    color: var(--color1);
}

.page-link:hover {
    color: var(--color1);
}

.table {
    color: var(--color2);
}

.p-crear {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control-lg {
    font-size: 1.2rem;
}

.form-control-md {
    font-size: 1.2rem;
}

img.firma-img-preview {
    width: 100%;
    max-width: 477px;
}

div#firma-prev {
    border-radius: 5px;

    color: var(--color1);
    background-color: #FFFFFF;
}

/*OLD
img.firma-logo-s {
    width: 329px;
}
*/
img.firma-logo-s {
    width: 235px;
}

img.firma-icons-f,
img.firma-icons-i {
    width: 17px;
}

img.firma-icons-f {
    margin-right: 2px;
}

img.firma-icons-i {
    margin-right: 6px;
}

.firma-footer {
    font-size: 0.6rem;
    color: #ababab;
    padding-top: 10px;
}

.firma-contacto {
    list-style: none;
    padding: 0;
    line-height: 2px;
    padding-top: 11px;
    margin-bottom: 0px;
}

/* OLD
.firma-cargo {
    color: var(--color2);
    padding: 0;
    margin-bottom: 28px;
}
.firma-nombre {
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
*/
.firma-nombre {
    font-size: 30px;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.firma-cargo {
    color: var(--color2);
    padding: 0;
    margin-bottom: 28px;
    font-size: 17px;
}

.btn.disabled,
.btn:disabled {
    opacity: .45;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--color1_disabled);
    border-color: var(--color1_disabled);
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--color1_disabled);
    border-color: var(--color1_disabled);
    box-shadow: none;
}

.modal-auto {
    max-width: 600px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-link:focus {

    box-shadow: none;
}

div#firma-contenedor {
    max-width: 530px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {

    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {

    outline: none !important;
    outline-offset: 0;
}

.alert-modal-inner {
    padding: 0.44rem .75rem;
}

a,
footer a {
    color: var(--color1);
    font-weight: normal;
    text-decoration: none;
}

a:hover,
footer a:hover {
    color: var(--color1_hover);
    font-weight: normal;
    text-decoration: underline;
}

.btn-secondary {
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--color2_hover);
    border-color: var(--color2_hover);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--color2_disabled);
    border-color: var(--color2_disabled);
}

.header-medio {
    min-height: 88px;
}

a.navbar-brand img {
    width: 131px;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin: 14px 0 0 0;
}

.pt-header {
    padding-top: 112px;
}

.pt-login {
    padding-top: 8%;
}

.dropdown-item.active,
.dropdown-item:active {

    background-color: var(--color1);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: var(--color1);
}


.text-recover span {
    font-size: 13px;
}

.form-signin {
    width: 100%;
    max-width: 525px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
    border-radius: 0;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

body.pag-login {
    background-color: var(--color3);
}

body.pag-login footer {
    background-color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0);
}

.required-error {
    border: 1px solid #ee2323 !important;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #DDDDDD;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 6px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color1);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 0;
    background: #DDDDDD;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: var(--color1);
}

.inp-cbx:checked + .cbx span:first-child {
    border-color: var(--color1);
    background: var(--color1);
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: var(--color2);
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

div#menuSuperior.navbar-nav-scroll.pl-3.navbar-collapse {
    padding-left: 0px !important;
}


.text-white-50 {
    color: rgba(255, 255, 255, .5);
}


.lh-100 {
    line-height: 1;
}

.lh-120 {
    line-height: 1.20;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

/* UTILS */


/* text size */
.text-extra-small {
    font-size: 11px;
    line-height: 14px
}

.text-small {
    font-size: 12px;
    line-height: 20px
}

.text-medium {
    font-size: 16px;
    line-height: 23px
}

.text-large {
    font-size: 18px;
    line-height: 26px
}

.text-extra-large {
    font-size: 21px;
    line-height: 28px
}

.title-large {
    font-size: 100px;
    line-height: 95px
}

.title-extra-large {
    font-size: 130px;
    line-height: 120px
}

.separador-l {
    padding-left: .8rem;
    border-left: 1px solid #e6e7e8;
    padding-right: .8rem;
}

.separador-r {
    padding-right: .8rem;
}

.u-dotted {
    border-bottom: 1px dotted var(--color2);
}

.action-mensajes p span {
    font-size: 22px;
    line-height: 28px;
}

.action-mensajes a {
    color: var(--color2);
    height: 30px;
}

.action-mensajes a:hover {
    text-decoration: none;
}

.action-mensajes a span {
    font-size: 21px;
    line-height: 28px;
    font-weight: 100;
}

.dropdown-accesos {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-shadow {
    border: none;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
}


@keyframes check {
    50% {
        transform: scale(1.2);
    }
}


.show-br-mov {
    display: none;
}

.ellipsis-gris {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    color: var(--color2);
    opacity: .3;
    padding-top: 1px;
}

a.ellipsis-gris:hover {
    color: var(--color2);
    opacity: 1;
    text-decoration: none;
}

span.stats-descriptor {
    font-size: 0.85rem;
    line-height: 16px;
    margin-right: 8px;
}

.dropdown-menu {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.drop-stats-down {
    margin-top: 35px;
    min-width: max-content;
}

.dropdown-dark {
    background-color: var(--color2);
    color: #FFFFFF;
}

.dropdown-dark a {
    color: #FFFFFF;
}

.dropdown-dark .border-top {
    border-top: 1px solid var(--color2_highlight) !important;
}

.border {
    border: 1px solid #e7eaec !important
}

.dropdown-menu-right {
    left: auto;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.list-group-item {

    border: 1px solid rgba(255, 255, 255, 0.13);
    padding: 0.28rem 0.85rem;
    min-height: 40px;
}

body.pag-firmas .fixed-table-toolbar {
    position: absolute;
    top: -70px;
    right: 0;
}

body.pag-leads .fixed-table-toolbar {
    position: absolute;
    top: -207px;
    right: 24px;
    z-index: 6;
}

body.pag-proformas .fixed-table-toolbar {
    position: absolute;
    top: -107px;
    right: 24px;
    z-index: 6;
}

.z-index-10 {
    z-index: 999;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: hidden;
    position: relative;
}

.badge {
    font-weight: 500;
    padding: .35em .5em;
}

.badge-color1 {
    color: #fff;
    background-color: var(--color1);
}

.badge-color2 {
    color: #fff;
    background-color: var(--color2);
}

.badge-color3 {
    color: #fff;
    background-color: rgb(187, 189, 191);
}

.badge-color4 {
    color: #FFFFFF;
    background-color: #DDDDDD;
}

.text-tabla {
    font-size: 15px;
    line-height: 25px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.border-bottom {
    border-bottom: 1px solid #eff2f7 !important;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.card-ultimos {
    min-height: 135px;
}

.card-dash-stats {
    min-height: 108px;
}

body.pag-firmas-crear .form-group {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 15px;
}

body.pag-firmas-crear .form-control {
    padding: 22px 18px;
    color: var(--color2);
}

body.pag-firmas-crear .form-control::placeholder {
    color: rgba(0, 0, 0, .4);
    opacity: 1;
    /* Firefox */
}

body.pag-firmas-crear .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

body.pag-firmas-crear .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.4s infinite ease-in-out;
    animation: load7 1.4s infinite ease-in-out;
}

.loader {
    color: var(--color2);
    font-size: 4px;
    /*margin: 80px auto;*/
    margin: 5px 20px 30px 16px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    opacity: 50%;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.btn-stats-ver {
    padding: 0;
    line-height: normal;
    border-radius: .2rem;
    font-size: 19px;
    color: rgb(187, 189, 191);
    background: none;
    border: none;
}

.btn-stats-ver:hover {
    color: var(--color1);
    text-decoration: none;
}

.btn-proy-exp-ver {
    padding: 0;
    line-height: normal;
    border-radius: .2rem;
    font-size: 19px;
    color: rgb(255, 255, 255);
    background: none;
    border: none;
}

.btn-proy-exp-ver:hover {
    color: var(--color1);
    text-decoration: none;
}

.list-group {
    max-height: 203px;
    overflow: hidden;
    position: relative;
}

.opacity-0 {
    opacity: 0;
}

a.btn-stats-dash {
    width: 100%;
    color: inherit;
    text-decoration: inherit;
    margin-left: 0px;
    margin-right: 0px;

}

a.btn-stats-dash:hover {
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 50%, rgba(249, 249, 249, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 50%, rgba(249, 249, 249, 0) 100%);
    background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 50%, rgba(249, 249, 249, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9f9f9", GradientType=1);
    margin-left: 0px;
    margin-right: 0px;
}

a.btn-stats-dash:active {
    background: rgb(239, 239, 239);
    background: -moz-linear-gradient(90deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 50%, rgba(239, 239, 239, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 50%, rgba(239, 239, 239, 0) 100%);
    background: linear-gradient(90deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 50%, rgba(239, 239, 239, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9f9f9", GradientType=1);
    margin-left: 0px;
    margin-right: 0px;
}

a.btn-stats-proyecto .card-stats-proyecto {
    transition-timing-function: var(--animationTipo);
    -ms-transition-timing-function: var(--animationTipo);
    -moz-transition-timing-function: var(--animationTipo);
    -webkit-transition-timing-function: var(--animationTipo);
    -o-transition-timing-function: var(--animationTipo);
    transition-duration: var(--animationTime);
    -ms-transition-duration: var(--animationTime);
    -moz-transition-duration: var(--animationTime);
    -webkit-transition-duration: var(--animationTime);
    -o-transition-duration: var(--animationTime);

}


a.btn-stats-proyecto {
    width: 100%;
    color: inherit;
    text-decoration: inherit;
    margin-left: 0px;
    margin-right: 0px;
}

a.btn-stats-proyecto:hover {
    margin-left: 0px;
    margin-right: 0px;
}

a.btn-stats-proyecto:active {
    margin-left: 0px;
    margin-right: 0px;
}

a.btn-stats-proyecto .card-stats-proyecto {
    transform: scale(1);
}

a.btn-stats-proyecto:hover .card-stats-proyecto {
    transform: scale(1.01);
}

a.btn-stats-proyecto:active .card-stats-proyecto {
    transform: scale(0.99);
}

.ps__rail-y {
    z-index: 2;
}

.list-group-item-action:focus,
.list-group-item-action:hover {

    color: #FFFFFF;
    background-color: var(--color2_highlight);
}

.list-group-item-action:active {
    color: #FFFFFF;
    background-color: var(--color2_hover);
}

.list-group-item.active {
    color: #FFFFFF;
    background-color: var(--color2_highlight);
    border-color: var(--color2_highlight);
}

.contenedor-stats {
    display: inline-flex;
    min-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenedor-stats p,
.contenedor-stats div.btn-group {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.contenedor-stats.cargando p,
.contenedor-stats.cargando div.btn-group {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.contenedor-stats-2 {
    min-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenedor-stats-2 p,
.contenedor-stats-2 div.btn-group {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.contenedor-stats-2.cargando p,
.contenedor-stats-2.cargando div.btn-group {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.contenedor-total-leads {
    min-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenedor-total-leads a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.contenedor-total-leads.cargando a,
.contenedor-total-leads.cargando div {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.lh-15px {
    line-height: 15px;
}

.shadow {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-out;
}

.off-top .shadow-top {
    box-shadow: 0 1em 1em -1em black inset;
}

.off-bottom .shadow-bottom {
    box-shadow: 0 -1em 1em -1em black inset;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: .5rem;
    }

}


@media (max-width: 768px) {

    a.navbar-brand img {
        margin-top: 17px;
        margin-bottom: auto;
    }

    a.navbar-brand {
        min-height: 73px;
    }

    ul.navbar-nav {
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {

    .text-extra-large,
    .action-mensajes a span {
        font-size: 20px;
        line-height: 28px;
    }

}

@media (max-width: 991px) {

    body.pag-leads .fixed-table-toolbar {
        position: absolute;
        top: -95px;
        right: 24px;
        z-index: 6;
    }

    body.pag-proformas .fixed-table-toolbar {
        position: absolute;
        top: -95px;
        right: 24px;
        z-index: 6;
    }

    body.pag-leads .form-control,
    body.pag-proformas .form-control {
        width: calc(100vw - 250px);
        margin-left: auto !important;
        position: absolute;
        margin-right: auto !important;
        left: calc(calc(100vw * -1) + 246px);

    }

}

.title-head-span {

    font-size: 21px;
    font-weight: 500;
}

.text-extra-stats {
    font-size: 21px;
    line-height: 28px;
}

.text-sub-stats {
    font-size: 14px
}

.text-sub-stats i {
    font-size: 13px
}

@media (max-width: 800px) {
    .text-title-modal {
        font-size: 19px;
        padding-top: 2px;
    }

    .text-sub-stats {
        font-size: 13px;
        margin-top: 3px;
    }

    .text-sub-stats i {
        font-size: 10px;
        display: block;
        margin-top: 2px;
    }

    .text-extra-stats {

        display: block;
        font-size: 14px;
        line-height: 18px;

    }

    h6 {
        font-size: 19px;
    }

    .text-extra-large,
    .action-mensajes a span {
        font-size: 20px;
        line-height: 25px;
    }

    .title-head-span {
        font-size: 20px;
        font-weight: 500;
    }

    a,
    input,
    textarea,
    btn {

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

/*MOVIL*/
@media (max-width: 600px) {
    .action-mensajes {
        width: 80%;
    }

    .action-mensajes .separador-l {
        padding-left: 0px;
        border-left: none;
    }

    .action-stats-proyectos .separador-l {
        padding-left: 0px;
        border-left: none;
    }

    .show-br-mov {
        display: block;
    }

    .list-group {
        max-height: auto;
    }

    .text-s18 {
        font-size: 17px;
    }

    .text-s14 {
        font-size: 12px;
    }

    .badge {
        font-size: 11px !important;
    }

    .modal {
        padding: 0 !important;
        margin: 0 !important;
    }

    .modal-dialog {
        margin: 0;
        padding: 0;
    }

    .modal-header,
    .modal-footer {
        border-radius: 0 !important;
    }

    .modal-content {
        border-radius: 0px !important;
    }


}

@media (max-width: 1200px) {

    .pt-login {
        padding-top: 10%;
    }
}

@media (max-width: 768px) {

    body.pag-login {
        background-color: #FFFFFF;
    }

    .pt-login {
        padding-top: 17%;
    }

}

#firma-contenedor.firma-1 .firma-logo {
    margin-bottom: 9px;
}

#firma-contenedor.firma-1 img.firma-logo-s {
    width: 221px;
}

#firma-contenedor.firma-1 img.firma-icons-f,
#firma-contenedor.firma-1 img.firma-icons-i {
    width: 15px;
}

#firma-contenedor.firma-1 img.firma-icons-f {
    margin-right: 2px;
}

#firma-contenedor.firma-1 img.firma-icons-i {
    margin-right: 6px;
}

#firma-contenedor.firma-1 .firma-footer {
    font-size: 0.6rem;
    color: #ababab;
    padding-top: 10px;
}

#firma-contenedor.firma-1 .firma-contacto li:last-child {
    margin-top: -7px !important;
}

#firma-contenedor.firma-1 .firma-contacto {
    list-style: none;
    padding: 0;
    line-height: 2px;
    padding-top: 11px;
    margin-bottom: 0px;
    font-size: 13px;
}

#firma-contenedor.firma-1 .firma-contacto span {
    font-size: 13px;

}

#firma-contenedor.firma-1 .firma-content {
    font-size: 13px;
    line-height: 0px;
}

#firma-contenedor.firma-1 .firma-nombre {
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

#firma-contenedor.firma-1 .firma-cargo {
    color: var(--color2);
    padding: 0;
    margin-bottom: 21px;
    font-size: 15px;
}

#firma-contenedor.firma-2 .firma-logo {
    margin-bottom: 7px;
}

#firma-contenedor.firma-2 img.firma-logo-s {
    width: 188px;
}

#firma-contenedor.firma-2 img.firma-icons-f,
#firma-contenedor.firma-2 img.firma-icons-i {
    width: 15px;
}

#firma-contenedor.firma-2 img.firma-icons-f {
    margin-right: 2px;
}

#firma-contenedor.firma-2 img.firma-icons-i {
    margin-right: 6px;
}

#firma-contenedor.firma-2 .firma-footer {
    font-size: 0.6rem;
    color: #ababab;
    padding-top: 0px;
}

#firma-contenedor.firma-2 .firma-contacto li:last-child {
    margin-top: -7px !important;
}

#firma-contenedor.firma-2 .firma-contacto {
    list-style: none;
    padding: 0;
    line-height: 2px;
    padding-top: 11px;
    margin-bottom: 0px;
    font-size: 11px;
}

#firma-contenedor.firma-2 .firma-contacto span {
    font-size: 11px;

}

#firma-contenedor.firma-2 .firma-contacto p {
    margin-bottom: 15px;
}

#firma-contenedor.firma-2 .firma-content {
    font-size: 11px;
    line-height: 0px;
}

#firma-contenedor.firma-2 .firma-nombre {
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

#firma-contenedor.firma-2 .firma-cargo {
    color: var(--color2);
    padding: 0;
    margin-bottom: 23px;
    font-size: 13px;
}


img.thumb-proyecto-dashboard {
    width: 100%;
    border-radius: 5px;
}

.lista-stats-proyecto p {
    margin-bottom: 0px;
}

.icon-stats-proyectos {}

.cover-stats-proyectos {
    width: 100%;
    height: 125px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
}

.cover-stats-unidades {
    width: 100%;
    height: 125px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
}

.title-stats-proyectos {
    position: absolute;
    top: 22px;
    color: #FFFFFF;
}

.pt-2px {
    padding-top: 2px;
}

.bubbles-stats-proyectos {
    position: absolute;
    z-index: 2;
    top: 88px;
    left: 39px;
}

.bubbles-stats-unidades {
    position: absolute;
    z-index: 2;
    top: 88px;
    left: 39px;
}

.title-ampliar-proyecto {
    position: absolute;
    right: 36px;
    top: 23px;
}

.swal2-title,
.swal2-content {
    color: var(--color2) !important;
}

.swal2-title {
    font-size: 27px !important;
}

.swal2-content {
    padding-top: 8px !important;
    font-size: 17px !important;
}

.card-buscador {
    min-height: 86px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.modal-content {
    border: none;
    border-radius: 6px;
}

button:focus {
    outline: none;

}

button.close span {
    font-size: 26px;
    opacity: .5;
}

.modal-header,
.modal-body {
    padding: 1.5rem 1.5rem;

}

.modal-footer {

    padding: 1rem 1.5rem;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    background-color: var(--color3);
}

.ver-lead p {
    line-height: 18px;
}

.ver-lead,
.ver-proformas,
.ver-suscriptores,
.ver-unidades,
.ver-log {
    background-color: #FFFFFF;
    padding: 33px;
}

.ver-lead {}

.ver-proformas {}

#tapa-cargando-proforma {
    background-color: rgba(255, 255, 255, .8);
    top: 113px;
    height: calc(100% - 143px);
}

.card-views {
    padding: 1rem;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    max-width: 30%;
}

#tapa-cargando-session {
    top: 111px;
    height: calc(100% - 140px);
}

#tapa-enviando-session {
    background-color: rgba(255, 255, 255, 1);
    z-index: 7;
}

#tapa-cargando-log {
    top: 111px;
    height: calc(100% - 140px);
}

#tapa-enviando-log {
    background-color: rgba(255, 255, 255, 1);
    z-index: 7;
    height: calc(100% - 90px);
    width: calc(100% - 50px);
}

.label-verLead-id span,
.label-verLead-estado span {
    padding: 5px 9px;
    font-size: 11px;
}

.ver-sesiones .pagination,
.ver-log .pagination {
    font-size: 13px;
    margin-top: 9px !important;
    margin-bottom: 0 !important;
    font-family: sans-serif;
}

#descargarFirma .modal-body {
    background-color: #FFFFFF;
}

#descargarFirma .modal-header,
#descargarFirma .modal-footer {
    background-color: var(--color3);
}

.js-template-firma .btn-light {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

/* LOADER */
#loader-head.loader-body {
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255, 1);
    position: fixed;
    z-index: 999999;
    visibility: visible;
    top: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    align-content: center;
    transition: 0.5s all;
}

#loader-head .spinner {
    width: 90px;
    height: 90px;
    border: 2px #DDDDDD solid;
    border-radius: 50%;
    position: absolute;
    border-top-color: var(--color2);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-animation: 1s spin infinite linear;
    -o-animation: 1s spin infinite linear;
    animation: 1s spin infinite linear;
}

#loader-head.loader-body.done {
    visibility: hidden;
    opacity: 0;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.swal2-x-mark-line-right {
    left: 17px !important;
    top: 37px !important;
}

.swal2-x-mark-line-left {
    left: 17px !important;
    top: 37px !important;
}

#tapa-enviando-unidades {
    height: calc(100% - 90px);
    z-index: 6;
    background-color: rgba(255, 255, 255, 1);
}

#tapa-cargando-unidades {

    top: 115px;
    height: calc(100% - 142px);
}

.proyecto-botonera {}

.proyecto-galeria img {
    object-fit: cover;
    width: 100%;
    /*
    height: 100%;
    border-radius: 10%;
    */
    height: 75px;
    border-radius: 6px;
}

.proyecto-galeria img {
    display: block;
    width: 100%;
}

.hover-galeria * {
    transition: all .3s ease;
}

.galeria-img {
    width: 100%;
    height: 75px;
    border-radius: 5px;
    background-color: var(--color3);
    background-size: cover;
    /* transition: all .5s ease;*/
}

.portada-img {
    width: 100%;
    border-radius: 5px;
    background-color: var(--color3);
    background-position: center;
    background-size: cover;
    /* transition: all .5s ease;*/
}

.portada-img.-left {
    height: 350px;
}

.portada-img.-right {
    height: 167px;
}

.hover-nuevo i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    color: var(--color2_highlight);
    opacity: .3;
}

.hover-galeria i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    opacity: 0;
    color: var(--color2_highlight);
    z-index: 2;
}

.hover-galeria:hover i {
    opacity: 1;
    padding: 13px;
    background-color: var(--color1);
    border-radius: 100%;
    font-size: 21px;
    color: #FFFFFF;
}

.hover-galeria:hover .galeria-img,
.hover-galeria:hover .portada-img {
    opacity: .2;
}

.proyecto-galeria {
    /*max-height: 265px;*/
    position: relative;
}

.js-form-actualizar-proyecto textarea {
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    border: 1px solid #eff2f7;
    padding: 44px 20px 20px 20px;
    height: auto;
    min-height: 105px;
    border-radius: 6px;
    font-size: 14px;
}

.js-form-actualizar-proyecto textarea:focus {

    border: 1px solid #d9d9e6;
    transition: all .4s ease;
}

.js-form-actualizar-proyecto .textarea-short {
    min-height: 50px;
}

.js-form-actualizar-proyecto label {
    position: absolute;
    left: 1px;
    font-size: 14px;
    font-weight: 600;
    top: 1px;
    background-color: #FFFFFF;
    width: calc(100% - 20px);
    height: 42px;
    border-top-left-radius: 11px;
}

.js-form-actualizar-proyecto label span {
    margin-left: 20px;
    display: block;
    margin-top: 20px;
}

.card {
    border: 0;
}

.card-header {
    background-color: #FFF;
    border-bottom: 1px solid #eff2f7 !important;
    padding-left: 44px;
    padding-right: 44px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eff2f7 #eff2f7 #eff2f7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--color2);
    background-color: #fff;
    border-color: #eff2f7 #eff2f7 #fff;
}

.js-proyecto-agregar-unidad {
    position: absolute;
    top: 25px;
    right: 33px;
    font-size: 12px;
}

.js-proyecto-agregar-unidad span {
    font-size: 15px;
    margin-left: 5px !important;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.uppy-Dashboard-AddFiles-info {
    display: none !important;
}

#proyecto-galeria-upload {
    position: absolute;
    top: 0;
}

.js-btn-volver-galeria,
.js-btn-volver-galeria-unidad {
    top: -43px;
    right: 0;
    position: absolute;
}

.js-btn-actualizar-galeria,
.js-btn-actualizar-galeria-unidad {
    top: -35px;
    right: 0;
    position: absolute;
    height: 32px;
}

.min-galeria {
    min-height: 359px;
}

.galeria-img.-nuevo {
    border: 1px solid rgba(234, 234, 234, 1);
}

.inner-margin {
    margin: 7px;
    height: calc(100% - 14px);
    border-radius: 3px;
    border: 1px dashed #dfdfdf;
}

.uppy-Dashboard-AddFiles-title {
    font-size: 15px;
    color: var(--color2);
    font-weight: 400;
    margin-top: 0;
}

.uppy-Dashboard-browse {
    color: var(--color1);
}

.uppy-Dashboard-browse:focus,
.uppy-Dashboard-browse:hover {
    border-bottom: 2px solid var(--color1);
}

.uppy-DashboardContent-back {
    color: var(--color1);
}

.uppy-DashboardContent-back:hover {
    color: var(--color1);
}

.uppy-DashboardContent-addMore {
    color: var(--color1);
}

.uppy-DashboardContent-addMore:hover {
    color: var(--color1);
}

.uppy-Root {
    color: var(--color2);
}

.uppy-Dashboard-Item-action--remove {
    color: var(--color1);
    opacity: .95;
}

.uppy-Dashboard-Item-action--remove:hover {
    opacity: 1;
    color: var(--color2);
}

.uppy-StatusBar-actionBtn {
    color: var(--color1);
}

.uppy-StatusBar-actionBtn:hover {
    color: var(--color2);
}

.uppy-c-btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    font-size: 14px;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    background-color: var(--color1);
    line-height: 1;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
    background-color: var(--color1_hover);
}

.uppy-Dashboard-Item {
    background-color: #FFFFFF;
}

.uppy-StatusBar-progress {
    background-color: var(--color1);
}

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
    background-color: var(--color1);
}

.d-grid {
    display: grid;
}

.overlay-seguro span {
    font-size: 12px;
    font-weight: 600;
}

.overlay-seguro {
    position: absolute;
    display: block;
    text-align: center;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 4px;
    font-size: 11px;
    z-index: 6;
}

.overlay-seguro:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color3);
    z-index: 0;
    opacity: 1;
    border: 1px solid #eff2f7;
    border-radius: 4px;
}

.img-disabled {
    opacity: .5;
    user-select: none;
    pointer-events: none;
}

.uppy-Dashboard-dropFilesHereHint {
    border: 1px dashed var(--color1);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 11-1.414 1.414L25 16.414V34a1 1 0 11-2 0V16.414l-5.293 5.293a.999.999 0 11-1.414-1.414l7-7a.999.999 0 011.414 0l7 7z' fill='%2300d19a'/%3E%3C/svg%3E");
}

.overlay-upload {
    background-color: var(--color3);
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 4px;
    z-index: 9999;
    /*border: 1px solid #eff2f7;*/
}

.overlay-upload.-der {
    width: 100%;
}


@media (max-width: 600px) {

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: var(--color3) !important;
        border-radius: 13px !important;
        border: 1px solid #EEE !important;
        margin-bottom: 5px !important;
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-radius: 13px !important;
        border: 1px solid #EEE !important;
        margin-bottom: 5px !important;
    }

    .nav-tabs .nav-link {
        margin-bottom: 5px;
        border-radius: 0;
    }
}

.btn-cerrar-tab {
    display: flex;
    position: absolute;
    z-index: 99999;
    background-color: #CCC;
    width: 25px;
    height: 25px;
    color: #FFF;
    border-radius: 100%;
    bottom: 33px;
    left: 50%;
    font-size: 13px;
    transform: translateX(-50%);
}

.btn-cerrar-tab i {
    display: block;
    margin: auto;
}

.btn-cerrar-tab:hover {
    background-color: var(--color1);
    text-decoration: none;
    color: #FFFFFF;
}

.popover {
    border: none;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 12%);
    padding: 0;
}

.popover-header {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 800;
}

.popover-body {
    padding: 11px 15px;
}

.lazy-hidden {
    background: var(--color3) url('loading.gif') no-repeat 50% 50%;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.btn-link-url {
    position: absolute;
    right: 55px;
    color: #a0a0a0;
    font-size: 15px;
    top: 19px;
    background-color: var(--color3);
    padding: 8px 10px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--color3);
}

.btn-link-url:hover {
    color: #949494;
    background-color: #e0e0e0dd;
}

.btn-link-url:focus {
    outline: none;
    background-color: #dadada;
    color: #656565;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    border-color: #bdbdbd;
}

.form-editar-unidad input:focus,
.form-editar-unidad select:focus,
.form-editar-unidad textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #bdbdbd;
}

.form-editar-unidad input,
.form-editar-unidad select,
.form-editar-unidad textarea {
    /*transition: all .4s ease;*/
    margin: 0;
    vertical-align: bottom;
}

.form-editar-unidad input,
.form-editar-unidad select {
    font-size: 15px;
    height: 45px;
    padding: 13px;
    border-radius: 0;
    border-color: #e0e0e0;
    width: 100%;
}

.form-editar-unidad input:focus {
    background-color: var(--color3);
}

.form-editar-unidad textarea {
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    padding: 36px 13px 20px 13px;
    height: auto;
    min-height: 105px;
    border-radius: 0;
    font-size: 15px;
    border-color: #e0e0e0;
}

.form-editar-unidad textarea:focus {

    border-color: #bdbdbd;
    background-color: var(--color3);
}

.form-editar-unidad textarea:focus label {
    background-color: var(--color3);
}

.form-editar-unidad .textarea-short {
    min-height: 50px;
}


.form-editar-unidad label {
    position: absolute;
    left: 9px;
    font-size: 11px;
    font-weight: 600;
    top: 1px;
    background-color: #FFFFFF;
    width: calc(100% - 35px);
    height: 37px;
    border-top-left-radius: 0;
}

.form-editar-unidad label span {
    margin-left: 13px;
    display: block;
    margin-top: 14px;
}

.form-editar-unidad textarea:focus + label {

    background-color: var(--color3);
}

.form-editar-unidad .label-short label {
    position: absolute;
    left: 9px;
    font-size: 12px;
    font-weight: 600;
    top: -20px;
    background: none;
    height: auto;
    width: auto;
    margin-bottom: 0;
}

.label-short {
    margin-top: 23px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--color1);
}

.daterangepicker td.active:hover {

    background-color: var(--color1_hover);
}
.block-proyecto{
    
}
.block-proyecto.-oculto{
        opacity: .22;
}