
/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xxxl {
    margin-top: 60px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

/* PROFILE IMAGE CHANGE */
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none!important;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.clear {
    clear: both
}

/* FORM WIZARD */

.form-wizard {
    color: #888888;
    padding: 30px;
}

    .form-wizard .wizard-form-radio {
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }

        .form-wizard .wizard-form-radio input[type="radio"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            background-color: #dddddd;
            height: 25px;
            width: 25px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
        }

            .form-wizard .wizard-form-radio input[type="radio"]:focus {
                outline: 0;
            }

            .form-wizard .wizard-form-radio input[type="radio"]:checked {
                background-color: #1ab394;
            }

                .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    background-color: #ffffff;
                    border-radius: 50%;
                    left: 1px;
                    right: 0;
                    margin: 0 auto;
                    top: 8px;
                }

                .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
                    content: "";
                    display: inline-block;
                    -moz-animation: click-radio-wave 0.65s;
                    animation: click-radio-wave 0.65s;
                    background: #000000;
                    position: relative;
                    z-index: 100;
                    border-radius: 50%;
                }

            .form-wizard .wizard-form-radio input[type="radio"] ~ label {
                padding-left: 10px;
                cursor: pointer;
            }

    .form-wizard .form-wizard-header {
        text-align: center;
    }

    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        background-color: var(--primary-color);
        color: #ffffff;
        display: inline-block;
        min-width: 100px;
        min-width: 120px;
        padding: 10px;
        text-align: center;
        border-radius: 30px;
    }


        .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
            color: #ffffff;
            opacity: 0.6;
            text-decoration: none;
        }

    .form-wizard .wizard-fieldset {
        display: none;
    }

        .form-wizard .wizard-fieldset.show {
            display: block;
        }

    .form-wizard .wizard-form-error {
        display: none;
        background-color: #d70b0b;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
    }

    .form-wizard .form-wizard-previous-btn {
        background-color: #1ab394;
    }

    .form-wizard .form-control {
        font-weight: 300;
        height: auto !important;
        padding: 15px;
        color: #888888;
        background-color: #f1f1f1;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
        .form-wizard .form-control:focus {
            box-shadow: none;
        }

    .form-wizard .form-group {
        position: relative;
        margin: 25px 0;
    }

    .form-wizard .wizard-form-text-label {
        position: absolute;
        left: 10px;
        top: 16px;
        transition: 0.2s linear all;
    }

    .form-wizard .focus-input .wizard-form-text-label {
        color: #1ab394;
        top: -18px;
        transition: 0.2s linear all;
        font-size: 12px;
    }

    .form-wizard .form-wizard-steps {
        margin: 30px 0;
    }

        .form-wizard .form-wizard-steps li {
            width: 33%;
            float: left;
            position: relative;
        }

            .form-wizard .form-wizard-steps li::after {
                background-color: #f3f3f3;
                content: "";
                height: 5px;
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                border-bottom: 1px solid #dddddd;
                border-top: 1px solid #dddddd;
            }

            .form-wizard .form-wizard-steps li span {
                background-color: #dddddd;
                border-radius: 50%;
                display: inline-block;
                height: 40px;
                line-height: 40px;
                position: relative;
                text-align: center;
                width: 40px;
                z-index: 1;
            }

            .form-wizard .form-wizard-steps li:last-child::after {
                width: 50%;
            }

            .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
                background-color: #1ab394;
                color: #ffffff;
            }

            .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
                background-color: #1ab394;
                left: 50%;
                width: 50%;
                border-color: #1ab394;
            }

            .form-wizard .form-wizard-steps li.activated::after {
                width: 100%;
                border-color: #1ab394;
            }

            .form-wizard .form-wizard-steps li:last-child::after {
                left: 0;
            }

    .form-wizard .wizard-password-eye {
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}



/* RESPONSIVE JQUERY STEPS */

@media screen and (max-width:992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%
    }

    .form-group-flex {
        width: 310px
    }
}

@media screen and (max-width:768px) {
    .steps ul,
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }

        .steps ul li {
            width: 100%
        }

    .content {
        height: 550px;
        padding-right: 30px;
        padding-left: 30px
    }

    .form-file {
        margin-bottom: 20px
    }

    .form-flex {
        padding: 0 40px
    }

    .form-input,
    .form-group-flex {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .signup-form {
        padding-left: 30px;
        padding-right: 30px
    }
}

/* INVOICE GENERATOR */
.ibox-content .form-inline .form-group {
    margin-bottom: 20px;
}
/* boxscroll */
.boxscroll {
    height: 800px;
    width: 100%;
    overflow-y: auto;
    padding: 0 12px;
}

.col-4 .fix-content {
    flex-grow: 1;
}

.ui-autocomplete-loading {
    background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center
}
body {
    font-family: 'Open Sans', sans-serif !important;
}

.text-1 {
    font-weight: 500 !important;
    font-family: open sans;
    font-size: 3.3rem !important;
}
.logo-190 {
    width: 190px !important;
    height: auto;
}
.text-2 {
    font-size: 1.6rem !important;
}
.suscribir {
    margin-top: auto !important;
    padding-bottom: 3rem !important;
}
.text-3 {
    color: #ffff;
    font-family: open sans;
    margin-left: 5px;
}
.text-pt {
    padding-top:1rem;
}
.text-m {
    margin-right:5px;
}
.ico-b {
    color:#fff;
}
.btn-primary {
    background: #1CB394 !important;
    border-color: #1CB394;

}
.pt-6 {
    padding-top:6rem;
}
.fixed-b {
    bottom: 3rem;
    position: absolute;
    width: 80%;
}
@media (max-width: 768px) {
    .fixed-b {
        bottom: 3rem;
        position: inherit;
        width: 80%;
    }
}
.text-4 {
    font-weight: 400;
    font-size: 1.5rem;
}
.wizard > .content {
    height: auto !important;
}
.select2-container {
    width: 100%;
}
.wizard > .content > .body {
    padding: 30px 0 !important;
    max-width: 100%;
}
.breadcrumb {
    color: #afafaf;
    margin-left: 5px;
}
    .breadcrumb > .active {
        color: #afafaf;
        font-weight: 300;
    }
.form-inline {
    display: block;
}
.float-sm-left {
    float: none !important;
}
.md-skin .page-heading {
    margin-bottom:15px;
}
.fond-naos {
    background-image: url(/images/fond_naos.png);
    background-color: transparent;
    background-position: center center;
    background-size: cover;
}
.text-naos1 {
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-size: 40px;
}
.text-naos2 {
    color: #fff;
    font-size: 16px;
}
.imgnaos-resp {
    height: 400px;
    width: auto;
}
.text-title {
    font-size: 1rem;
}
.card-height {
    height: 230px;
}
.card {
    border-radius: 1rem !important;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 8%), 0 5px 5px 0 rgb(0 0 0 / 12%);
    margin-bottom: 15px;
}
.text-5 {
    color: #fff;
    font-size: 20px;
    margin-top: -80px;
    padding-bottom: 15px;
}
.text-6 {
    color: #fff; 
    font-size: 12px; 
    margin-top: 5px;
}
.c-p {
    padding: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}
.btn-e {
    margin-top: 15px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
}
.p-tb {
    padding: 15px 0 60px;
}
@media screen and (max-width:1140px) {
    .imgnaos-resp {
        display: none
    }
}
@media screen and (max-width:1140px) {
    .a-t {
        height:400px
    }
}
.m-tm {
    margin-top: -9px;
}

/*Inputs*/

input:focus, input:hover {
    border-color: #1CB394 !important;
}

.glass {
    backdrop-filter: blur(25px);
    background-color: #ffffff5c;
}

button {
    transition-property: all;
    transition-delay: 1s;
    transition-duration: 3.5s;
}

    button:hover {
        background-color: #3547558f !important;
        color: white !important;
        border-color: transparent !important;
    }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: 600;
    background-color: var(--primary-color);
    color: white !important;
}




body {
    overflow-x: hidden !important;
}

/* Estilos del contenedor */
.contain {
    overflow: auto !important;
}

    .contain::-webkit-scrollbar {
        width: 8px; /* Tamaño del scroll en vertical */
        height: 8px; /* Tamaño del scroll en horizontal */
    }

    /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
    .contain::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

        /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
        .contain::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

        /* Cambiamos el fondo cuando esté en active */
        .contain::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

    /* Ponemos un color de fondo y redondeamos las esquinas del track */
    .contain::-webkit-scrollbar-track {
        background: #e1e1e1;
        border-radius: 4px;
    }

        /* Cambiamos el fondo cuando esté en active o hover */
        .contain::-webkit-scrollbar-track:hover,
        .contain::-webkit-scrollbar-track:active {
            background: #d4d4d4;
        }


.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #1CB394 transparent #1CB394 transparent !important;
} 

/*page product*/


.tagify {
    --tagify-dd-color-primary: rgb(57 189 162);
    --tags-disabled-bg: #F1F1F1;
    --tags-border-color: #26262600;
    --tags-hover-border-color: #1cb394;
    --tags-focus-border-color: #1cb394;
    --tag-bg: #1cb394de;
    --tag-hover: #39bda28f;
    --tag-text-color: #f9f9f9;
    --tag-text-color--edit: #181717;
    --tag-pad: 0.64rem;
    --tag-inset-shadow-size: 2.0rem;
    --tag-invalid-color: #D39494;
    --tag-invalid-bg: rgba(211, 148, 148, 0.5);
    --tag-remove-bg: rgba(211, 148, 148, 0.3);
    --tag-remove-btn-color: white;
    --tag-remove-btn-bg: #324755;
    --tag-remove-btn-bg--hover: #c77777;
    --input-color: inherit;
    --tag--min-width: auto;
    --tag--max-width: auto;
    --tag-hide-transition: 0.3s;
    --placeholder-color: rgba(0, 0, 0, 0.4);
    --placeholder-color-focus: rgba(0, 0, 0, 0.25);
    --loader-size: .8em;
    --readonly-striped: 1;
    --tagify-dd-color-primary: rgb(55 187 161);
    --tagify-dd-bg-color: #f1f1f1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border: 1px solid var(--tags-border-color);
    padding: 0;
    line-height: 0;
    cursor: text;
    outline: 0;
    position: relative;
    box-sizing: border-box;
    transition: .1s;
    width: 100%;
}


.customLook {
    color: #324755;
    font: bold 1.4em/1.65 Arial;
    border: 0;
    background: none;
    box-shadow: 0 0 0 2px inset currentColor;
    border-radius: 50%;
    width: 1.65em;
    height: 1.65em;
    cursor: pointer;
    outline: none;
    transition: .1s ease-out;
    margin: 0 0 0 5px;
    vertical-align: top;
}

    .customLook:hover {
        box-shadow: 0 0 0 5px inset currentColor;
    }

:root {
    --tagify-dd-color-primary: rgb(55 187 161) !important;
    --tagify-dd-bg-color: #f1f1f1 !important;
}


/*Image hover efect*/


[class*=" imghvr-"], [class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: rgb(0 0 0 / 0.00);
    color: #030303;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}

[class*=" imghvr-fall-away-"] figcaption, [class^=imghvr-fall-away-] figcaption {
    opacity: 0;
    background-color: #1cb3947a;
    border-radius: 10px;
} 

/*crear facturas*/


.wizard > .content {
    background: #ffffff00;
    display: block;
    margin: 5px 5px 10px 5px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 8px;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    .wizard > .content > .body ul > li {
        display: block;
    }

.ibox-title {
    background-color: #f3f3f3;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2px 2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.border-radius-1 {
    border-radius: 10px !important;
}

.border-radius-2{
    border-radius: 20px !important;
}

.border-radius-3 {
    border-radius: 30px !important;
}

.border-radius-4 {
    border-radius: 40px !important;
}

.border-radius-5 {
    border-radius: 50px !important;
}


.swal2-popup {
    position: relative !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(0,100%) !important;
    width: 32em !important;
    max-width: 100% !important;
    padding: 0 0 1.25em !important;
    border: none !important;
    color: #000000 !important;
    border-radius: 5px !important;
    background: #FFFFFF;
    backdrop-filter: blur(3px) color: #545454 !important;
    font-family: inherit !important;
    font-size: 1rem !important;
}

.swal2-confirm{
    border-color:none !important;
}

.wizard > .content > .body ul > li {
    display: contents !important;
}

.wizard > .content {
    background: #ffffff00 !important;
    display: block !important;
    margin: 5px 5px 10px 5px !important;
    min-height: 120px !important;
    overflow: hidden !important;
    position: relative !important;
    width: auto !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block !important;
    width: auto !important;
    margin: 0 0.5em 0.5em !important;
    padding: 8px !important;
    text-decoration: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 50px !important;
}


.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: var(--primary-color);
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.field-validation-error{
    color:red;
}