
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.nopadding, .planpagos_, .panelAsesor_, .simulacion_ {
    margin: 68px auto !important;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}



.card .form-control {
    height: 36px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.42857;
}


.card .form-control-static {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 34px;
}

.card .input-sm .input-sm {
    height: 24px;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
}

.card .input-sm select.input-sm {
    height: 24px;
    line-height: 24px;
}

.card .input-sm textarea.input-sm,
.card .input-sm select[multiple].input-sm {
    height: auto;
}

.card .form-group-sm .form-control {
    height: 24px;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.5;
}

.card .form-group-sm select.form-control {
    height: 24px;
    line-height: 24px;
}

.card .form-group-sm textarea.form-control,
.card .form-group-sm select[multiple].form-control {
    height: auto;
}

.card .form-group-sm .form-control-static {
    height: 24px;
    min-height: 31px;
    padding: 4px 0;
    font-size: 11px;
    line-height: 1.5;
}

.card .input-lg .input-lg {
    height: 44px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

.card .input-lg select.input-lg {
    height: 44px;
    line-height: 44px;
}

.card .input-lg textarea.input-lg,
.card .input-lg select[multiple].input-lg {
    height: auto;
}

.card .form-group-lg .form-control {
    height: 44px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.33333;
}

.card .form-group-lg select.form-control {
    height: 44px;
    line-height: 44px;
}

.card .form-group-lg textarea.form-control,
.card .form-group-lg select[multiple].form-control {
    height: auto;
}

.card .form-group-lg .form-control-static {
    height: 44px;
    min-height: 38px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.33333;
}

.card .form-horizontal .radio,
.card .form-horizontal .checkbox,
.card .form-horizontal .radio-inline,
.card .form-horizontal .checkbox-inline {
    padding-top: 8px;
}

.card .form-horizontal .radio,
.card .form-horizontal .checkbox {
    min-height: 28px;
}

@media (min-width: 768px) {
    .card .form-horizontal .control-label {
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .card .form-horizontal .form-group-lg .control-label {
        padding-top: 13.0px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .card .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 11px;
    }
}

.card .label {
    border-radius: 2px;
}

    .card .label, .card .label.label-default {
        background-color: #FFFFFF;
    }

        .card .label.label-inverse {
            background-color: #212121;
        }

        .card .label.label-primary {
            background-color: #9c27b0;
        }

        .card .label.label-success {
            background-color: #4caf50;
        }

        .card .label.label-info {
            background-color: #00bcd4;
        }

        .card .label.label-warning {
            background-color: #ff9800;
        }

        .card .label.label-danger {
            background-color: #f44336;
        }

        .card .label.label-rose {
            background-color: #e91e63;
        }

        .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle{
            color: #ffffff;
            background-color: #007850bd;
        }

.card .form-control,
.card .form-group .form-control {
    border: 1px solid rgba(0, 0, 0, 0.03);
    /* background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2); */
    /* background-size: 0 2px, 100% 1px; */
    /* background-repeat: no-repeat; */
    /* background-position: center bottom, center calc(100% - 1px); */
    background-color: transparent;
    /* transition: background 0s ease-out; */
    float: none;
    box-shadow: none;
    border-radius: 10px;
    font-weight: 400;
    color: #848484;
}

    .card .form-control::-moz-placeholder,
    .card .form-group .form-control::-moz-placeholder {
        color: #AAAAAA;
        font-weight: 400;
    }

    .card .form-control:-ms-input-placeholder,
    .card .form-group .form-control:-ms-input-placeholder {
        color: #AAAAAA;
        font-weight: 400;
    }

    .card .form-control::-webkit-input-placeholder,
    .card .form-group .form-control::-webkit-input-placeholder {
        color: #AAAAAA;
        font-weight: 400;
    }

    .card .form-control[readonly], .card .form-control[disabled], .card fieldset[disabled] .form-control,
    .card .form-group .form-control[readonly],
    .card .form-group .form-control[disabled], .card fieldset[disabled] .card .form-group .form-control {
        background-color: transparent;
    }

    .card .form-control[disabled], .card fieldset[disabled] .form-control,
    .card .form-group .form-control[disabled], .card fieldset[disabled] .card .form-group .form-control {
        /*background-image: none;
  border-bottom: 1px dotted #D2D2D2;*/
        background-color: #f3f3f3;
    }

.card .form-group {
    position: relative;
}

    .card .form-group.label-static label.control-label, .card .form-group.label-placeholder label.control-label, .card .form-group.label-floating label.control-label {
        /* position: absolute; */
        /* pointer-events: none; */
        transition: 0.3s ease all;
    }

    .card .form-group.label-floating label.control-label {
        will-change: left, top, contents;
    }

    .card .form-group.label-placeholder:not(.is-empty) label.control-label {
        display: none;
    }

    .card .form-group .help-block {
        position: absolute;
        display: none;
    }

    .card .form-group.is-focused .form-control {
        outline: none;
        background-image: linear-gradient(#5db461, #45a249), linear-gradient(#D2D2D2, #D2D2D2);
        background-size: 100% 2px, 100% 1px;
        box-shadow: none;
        transition-duration: 0.3s;
    }

        .card .form-group.is-focused .form-control .material-input:after {
            background-color: #9c27b0;
        }

    .card .form-group.is-focused.form-info .form-control {
        background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.is-focused.form-success .form-control {
        background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.is-focused.form-warning .form-control {
        background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.is-focused.form-danger .form-control {
        background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.is-focused.form-rose .form-control {
        background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.is-focused.form-white .form-control {
        background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.is-focused.label-placeholder label,
    .card .form-group.is-focused.label-placeholder label.control-label {
        color: #AAAAAA;
    }

    .card .form-group.is-focused .help-block {
        display: block;
    }

    .card .form-group.has-warning .form-control {
        box-shadow: none;
    }

    .card .form-group.has-warning.is-focused .form-control {
        background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.has-warning label.control-label,
    .card .form-group.has-warning .help-block {
        color: #ff9800;
    }

    .card .form-group.has-error .form-control {
        box-shadow: none;
    }

    .card .form-group.has-error.is-focused .form-control {
        background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.has-error label.control-label,
    .card .form-group.has-error .help-block {
        color: #f44336;
    }

    .card .form-group.has-success .form-control {
        box-shadow: none;
    }

    .card .form-group.has-success.is-focused .form-control {
        background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.has-success label.control-label,
    .card .form-group.has-success .help-block {
        color: #4caf50;
    }

    .card .form-group.has-info .form-control {
        box-shadow: none;
    }

    .card .form-group.has-info.is-focused .form-control {
        background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .card .form-group.has-info label.control-label,
    .card .form-group.has-info .help-block {
        color: #00bcd4;
    }

    .card .form-group textarea {
        resize: none;
    }

        .card .form-group textarea ~ .form-control-highlight {
            margin-top: -11px;
        }

    .card .form-group select {
        appearance: none;
    }

        .card .form-group select ~ .material-input:after {
            display: none;
        }

.card .form-control {
    margin-bottom: 7px;
}

    .card .form-control::-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857;
        color: #AAAAAA;
        font-weight: 400;
    }

    .card .form-control:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.42857;
        color: #AAAAAA;
        font-weight: 400;
    }

    .card .form-control::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.42857;
        color: #AAAAAA;
        font-weight: 400;
    }


    .card label.control-label {
        font-size: 11px;
        line-height: 1.07143;
        color: #AAAAAA;
        font-weight: 400;
        margin: 16px 0 0 0;
    }

.card .help-block {
    margin-top: 0;
    font-size: 11px;
}

.card .form-group {
    padding-bottom: 7px;
    margin: 27px 0 0 0;
}

    .card .form-group .form-control {
        margin-bottom: 7px;
    }

        .card .form-group .form-control::-moz-placeholder {
            font-size: 14px;
            line-height: 1.42857;
            color: #AAAAAA;
            font-weight: 400;
        }

        .card .form-group .form-control:-ms-input-placeholder {
            font-size: 14px;
            line-height: 1.42857;
            color: #AAAAAA;
            font-weight: 400;
        }

        .card .form-group .form-control::-webkit-input-placeholder {
            font-size: 14px;
            line-height: 1.42857;
            color: #AAAAAA;
            font-weight: 400;
        }

    .card .form-group .checkbox label,
    .card .form-group .radio label,
    .card .form-group label {
        font-size: 14px;
        line-height: 1.42857;
        color: #AAAAAA;
        font-weight: 400;
    }

        .card .form-group label.control-label {
            font-size: 11px;
            line-height: 1.07143;
            color: #474e56;
            font-weight: 600;
            margin: 0px 0 0 0;
        }

    .card .form-group .help-block {
        margin-top: 0;
        font-size: 11px;
    }

    .card .form-group.label-floating label.control-label, .card .form-group.label-placeholder label.control-label {
        top: -7px;
        font-size: 14px;
        line-height: 1.42857;
    }

    .card .form-group.label-static label.control-label, .card .form-group.label-floating.is-focused label.control-label, .card .form-group.label-floating:not(.is-empty) label.control-label {
        top: -28px;
        left: 0;
        font-size: 11px;
        line-height: 1.07143;
    }

    .card .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
        top: -28px;
        left: 0;
        font-size: 11px;
        line-height: 1.07143;
    }

    .card .form-group.form-group-sm {
        padding-bottom: 3px;
        margin: 21px 0 0 0;
    }

        .card .form-group.form-group-sm .form-control {
            margin-bottom: 3px;
        }

            .card .form-group.form-group-sm .form-control::-moz-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #AAAAAA;
                font-weight: 400;
            }

            .card .form-group.form-group-sm .form-control:-ms-input-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #AAAAAA;
                font-weight: 400;
            }

            .card .form-group.form-group-sm .form-control::-webkit-input-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #AAAAAA;
                font-weight: 400;
            }

        .card .form-group.form-group-sm .checkbox label,
        .card .form-group.form-group-sm .radio label,
        .card .form-group.form-group-sm label {
            font-size: 11px;
            line-height: 1.5;
            color: #AAAAAA;
            font-weight: 400;
        }

            .card .form-group.form-group-sm label.control-label {
                font-size: 9px;
                line-height: 1.125;
                color: #AAAAAA;
                font-weight: 400;
                margin: 16px 0 0 0;
            }

        .card .form-group.form-group-sm .help-block {
            margin-top: 0;
            font-size: 9px;
        }

        .card .form-group.form-group-sm.label-floating label.control-label, .card .form-group.form-group-sm.label-placeholder label.control-label {
            top: -11px;
            font-size: 11px;
            line-height: 1.5;
        }

        .card .form-group.form-group-sm.label-static label.control-label, .card .form-group.form-group-sm.label-floating.is-focused label.control-label, .card .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
            top: -25px;
            left: 0;
            font-size: 9px;
            line-height: 1.125;
        }

        .card .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
            top: -25px;
            left: 0;
            font-size: 9px;
            line-height: 1.125;
        }

    .card .form-group.form-group-lg {
        padding-bottom: 9px;
        margin: 30px 0 0 0;
    }

        .card .form-group.form-group-lg .form-control {
            margin-bottom: 9px;
        }

            .card .form-group.form-group-lg .form-control::-moz-placeholder {
                font-size: 18px;
                line-height: 1.33333;
                color: #AAAAAA;
                font-weight: 400;
            }

            .card .form-group.form-group-lg .form-control:-ms-input-placeholder {
                font-size: 18px;
                line-height: 1.33333;
                color: #AAAAAA;
                font-weight: 400;
            }

            .card .form-group.form-group-lg .form-control::-webkit-input-placeholder {
                font-size: 18px;
                line-height: 1.33333;
                color: #AAAAAA;
                font-weight: 400;
            }

        .card .form-group.form-group-lg .checkbox label,
        .card .form-group.form-group-lg .radio label,
        .card .form-group.form-group-lg label {
            font-size: 18px;
            line-height: 1.33333;
            color: #AAAAAA;
            font-weight: 400;
        }

            .card .form-group.form-group-lg label.control-label {
                font-size: 14px;
                line-height: 1.0;
                color: #AAAAAA;
                font-weight: 400;
                margin: 16px 0 0 0;
            }

        .card .form-group.form-group-lg .help-block {
            margin-top: 0;
            font-size: 14px;
        }

        .card .form-group.form-group-lg.label-floating label.control-label, .card .form-group.form-group-lg.label-placeholder label.control-label {
            top: -5px;
            font-size: 18px;
            line-height: 1.33333;
        }

        .card .form-group.form-group-lg.label-static label.control-label, .card .form-group.form-group-lg.label-floating.is-focused label.control-label, .card .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
            top: -32px;
            left: 0;
            font-size: 14px;
            line-height: 1.0;
        }

        .card .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
            top: -32px;
            left: 0;
            font-size: 14px;
            line-height: 1.0;
        }

.card select.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.card .form-group.is-focused select.form-control {
    box-shadow: none;
    border-color: #D2D2D2;
}

    .card select.form-control[multiple], .card .form-group.is-focused select.form-control[multiple] {
        height: 85px;
    }

.card .input-group-btn .btn {
    margin: 0 0 7px 0;
}

.card .form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0;
}

.card .form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0;
}

.card .input-group .input-group-btn {
    padding: 0 12px;
}

.card .input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 6px 15px 0px;
}

.card .form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 12;
    width: 100%;
    height: 100%;
    z-index: 100;
}


.card .form-control-feedback {
    opacity: 0;
}

.card .has-success .form-control-feedback {
    color: #4caf50;
    opacity: 1;
}

.card .has-error .form-control-feedback {
    color: #f44336;
    opacity: 1;
}

.card .form-horizontal .radio,
.card .form-horizontal .checkbox,
.card .form-horizontal .radio-inline,
.card .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.card .form-horizontal .radio {
    margin-bottom: 10px;
}

.card .form-horizontal label {
    text-align: right;
}

    .card .form-horizontal label.control-label {
        margin: 0;
    }

.card .form-newsletter .input-group,
.card .form-newsletter .form-group {
    float: left;
    width: 78%;
    margin-right: 2%;
    margin-top: 9px;
}

.card .form-newsletter .btn {
    float: left;
    width: 20%;
    margin: 9px 0 0;
}

.card .alert {
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 20px 15px;
    line-height: 20px;
}

    .card .alert b {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
    }

    .card .alert, .card .alert.alert-default {
        background-color: white;
        color: #555555;
        border-radius: 3px;
        box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
    }

        .card .alert a, .card .alert .alert-link, .card .alert.alert-default a, .card .alert.alert-default .alert-link {
            color: #555555;
        }

        .card .alert.alert-inverse {
            background-color: #2e2e2e;
            color: #fff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(33, 33, 33, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(33, 33, 33, 0.2);
        }

            .card .alert.alert-inverse a, .card .alert.alert-inverse .alert-link {
                color: #fff;
            }

        .card .alert.alert-primary {
            background-color: #af2cc5;
            color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
        }

            .card .alert.alert-primary a, .card .alert.alert-primary .alert-link {
                color: #ffffff;
            }

        .card .alert.alert-success {
            background-color: #5cb860;
            color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
        }

            .card .alert.alert-success a, .card .alert.alert-success .alert-link {
                color: #ffffff;
            }

        .card .alert.alert-info {
            background-color: #00d3ee;
            color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
        }

            .card .alert.alert-info a, .card .alert.alert-info .alert-link {
                color: #ffffff;
            }

        .card .alert.alert-warning {
            background-color: #ffa21a;
            color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
        }

            .card .alert.alert-warning a, .card .alert.alert-warning .alert-link {
                color: #ffffff;
            }

        .card .alert.alert-danger {
            background-color: #f55a4e;
            color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
        }

            .card .alert.alert-danger a, .card .alert.alert-danger .alert-link {
                color: #ffffff;
            }

        .card .alert.alert-rose {
            background-color: #eb3573;
            color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(233, 30, 99, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(233, 30, 99, 0.2);
        }

            .card .alert.alert-rose a, .card .alert.alert-rose .alert-link {
                color: #ffffff;
            }

.card .alert-info, .card .alert-danger, .card .alert-warning, .card .alert-success {
    color: #ffffff;
}

.card .alert-default a, .card .alert-default .alert-link {
    color: rgba(0,0,0, 0.87);
}

.card .alert i[data-notify="icon"] {
    font-size: 30px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.card .alert span {
    display: inline-block;
    max-width: 89%;
}

.card .alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
}

    .card .alert .alert-icon i {
        margin-top: -7px;
        top: 5px;
        position: relative;
    }

.card .alert.alert-with-icon {
    padding-left: 65px;
}

.card .table > thead > tr > th {
    border-bottom-width: 1px;
    font-size: 1em;
    font-weight: 300;
}

.card .table .radio,
.card .table .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    width: 15px;
}

    .card .table .radio .icons,
    .card .table .checkbox .icons {
        position: relative;
    }

.card .table > thead > tr > th,
.card .table > tbody > tr > th,
.card .table > tfoot > tr > th,
.card .table > thead > tr > td,
.card .table > tbody > tr > td,
.card .table > tfoot > tr > td {
    padding: 12px 8px;
    vertical-align: middle;
}

.card .table > thead > tr > th {
    padding-bottom: 4px;
}

.card .table .td-actions {
    display: flex;
}

    .card .table .td-actions .btn {
        margin: 0px;
        padding: 5px;
    }

.card .table > tbody > tr {
    position: relative;
}

.card .form-group.is-focused .checkbox label {
    color: rgba(0,0,0, 0.26);
}

    .card .form-group.is-focused .checkbox label:hover, .card .form-group.is-focused .checkbox label:focus {
        color: rgba(0,0,0, .54);
    }

.card fieldset[disabled] .form-group.is-focused .checkbox label {
    color: rgba(0,0,0, 0.26);
}

.container_chek {
    width: 40px;
    height: 31px;
    position: relative;
}

.check_panel .container_chek input{
    right: 24px;
    top: 16px;
    height: 26px;
    width: 26px;
    z-index:1;
}
.check_panel .checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
}

.card .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

    .card .checkbox .checkbox-material:before {
        display: block;
        position: absolute;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.84);
        height: 20px;
        width: 20px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        margin: 0;
        transform: scale3d(2.3, 2.3, 1);
    }

    .card .checkbox .checkbox-material .check {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(0,0,0, .54);
        overflow: hidden;
        z-index: 1;
        border-radius: 3px;
    }

        .card .checkbox .checkbox-material .check:before {
            position: absolute;
            content: "";
            transform: rotate(45deg);
            display: block;
            margin-top: -3px;
            margin-left: 7px;
            width: 0;
            height: 0;
            background: red;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
            animation: checkbox-off 0.3s forwards;
        }

.card .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

.card .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #9c27b0;
}

    .card .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
        color: #FFFFFF;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        animation: checkbox-on 0.3s forwards;
    }

.card .checkbox input[type=checkbox]:checked + .checkbox-material:before {
    animation: rippleOn 500ms;
}

.card .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
    animation: rippleOn 500ms forwards;
}

.card .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
    animation: rippleOff 500ms;
}

.card .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    animation: rippleOff 500ms;
}

.card fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox],
.card .checkbox input[type=checkbox][disabled] ~ .checkbox-material .check,
.card .checkbox input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}

.card .checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
    border-color: #000000;
    opacity: .26;
}

.card .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0,0,0, 0.87);
    transform: rotate(-45deg);
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

.card .radio label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: rgba(0,0,0, 0.26);
}

.card .form-group.is-focused .radio label {
    color: rgba(0,0,0, 0.26);
}

    .card .form-group.is-focused .radio label:hover, .card .form-group.is-focused .radio label:focus {
        color: rgba(0,0,0, .54);
    }

.card fieldset[disabled] .form-group.is-focused .radio label {
    color: rgba(0,0,0, 0.26);
}

.card .radio label span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    transition-duration: 0.2s;
}

.card .radio label .circle {
    border: 1px solid rgba(0,0,0, .54);
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.card .radio label .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #9c27b0;
    transform: scale3d(0, 0, 0);
}

    .card .radio label .check:after {
        display: block;
        position: absolute;
        content: "";
        background-color: rgba(0,0,0, 0.87);
        left: -18px;
        top: -18px;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        margin: 0;
        transform: scale3d(1.5, 1.5, 1);
    }

.card .radio label input[type=radio]:not(:checked) ~ .check:after {
    animation: rippleOff 500ms;
}

.card .radio label input[type=radio]:checked ~ .check:after {
    animation: rippleOn 500ms;
}

.card .radio input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

    .card .radio input[type=radio]:checked ~ .check, .card .radio input[type=radio]:checked ~ .circle {
        opacity: 1;
    }

    .card .radio input[type=radio]:checked ~ .check {
        background-color: #9c27b0;
    }

    .card .radio input[type=radio]:checked ~ .circle {
        border-color: #9c27b0;
    }

    .card .radio input[type=radio]:checked ~ .check {
        transform: scale3d(0.65, 0.65, 1);
    }

    .card .radio input[type=radio][disabled] ~ .check, .card .radio input[type=radio][disabled] ~ .circle {
        opacity: 0.26;
    }

    .card .radio input[type=radio][disabled] ~ .check {
        background-color: #000000;
    }

    .card .radio input[type=radio][disabled] ~ .circle {
        border-color: #000000;
    }

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

.card .togglebutton {
    vertical-align: middle;
}

    .card .togglebutton, .togglebutton label, .card .togglebutton input, .togglebutton .toggle {
        user-select: none;
    }

        .card .togglebutton label {
            cursor: pointer;
            color: rgba(0,0,0, 0.26);
        }

.card .form-group.is-focused .togglebutton label {
    color: rgba(0,0,0, 0.26);
}

    .card .form-group.is-focused .togglebutton label:hover, .card .form-group.is-focused .togglebutton label:focus {
        color: rgba(0,0,0, .54);
    }

.card fieldset[disabled] .form-group.is-focused .togglebutton label {
    color: rgba(0,0,0, 0.26);
}

.card .togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.card .togglebutton label .toggle {
    text-align: left;
    margin-left: 5px;
}

.card .togglebutton label .toggle,
.card .togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    margin-right: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
}

    .card .togglebutton label .toggle:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #FFFFFF;
        border-radius: 20px;
        position: relative;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        left: -5px;
        top: -3px;
        border: 1px solid rgba(0,0,0, .54);
        transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
    }

    .card .togglebutton label input[type=checkbox][disabled] + .toggle:after, .card .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
        background-color: #BDBDBD;
    }

    .card .togglebutton label input[type=checkbox] + .toggle:active:after, .card .togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
    }

.card .togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 15px;
}

.card .togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgba(156, 39, 176, 0.7);
}

    .card .togglebutton label input[type=checkbox]:checked + .toggle:after {
        border-color: #9c27b0;
    }

    .card .togglebutton label input[type=checkbox]:checked + .toggle:active:after {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
    }

.card .withripple {
    position: relative;
}

.card .ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.card .disabled .ripple-container {
    display: none;
}

.card .ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    transform: scale(1);
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none;
}

    .card .ripple.ripple-on {
        transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        opacity: 0.1;
    }

    .card .ripple.ripple-out {
        transition: opacity 0.1s linear 0s !important;
        opacity: 0;
    }

/*_______________________ */


.card {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    /*background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);*/
}
    .card .content-checkbox {
        display: flex;
        align-items: center
    }

    .card.card-stats {
        box-shadow: none;
        border-left: 3px solid rgba(0, 0, 0, 0.05);
        margin: 5px 0px;
        padding: 0px;
        border-radius: 0px;
    }

    .card.card-stats-col12 {
        box-shadow: none;
        border-bottom: 0px solid rgba(0, 0, 0, 0.05);
        margin: 2px;
        margin-top: 10px;
        width: 100%;
        padding: 2px;
        background-color: rgb(251, 251, 251);}

        .simulacion_ .card.card-stats-col12 .card-content{
            border: 0px;
            margin: 0;
            padding: 20px;}

        .card.card-stats-col12 .title {
            text-align: right;
            font-size: 24px;
            color: #007548;
            margin: 0;}

.widgets_home .card {
    box-shadow: none;
}

.card .card-height-indicator {
    margin-top: 100%;
}

.card .title {
    margin-top: 0;
    margin-bottom: 5px;
}

.card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
}

    .card .card-image img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        pointer-events: none;
    }

    .card .card-image .card-title {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        font-size: 1.3em;
        text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
    }

.card .category:not([class*="text-"]) {
    color: #f26600;
}


    .card .card-content .category {
        color: var(--black);
        font-size: var(--15);
        letter-spacing: -0.2px;
        padding: 0 15px 0 0;
        font-family: var(--font1);
        line-height: 18px;
        margin: 0;
        transition: color .25s ease-in-out;
        font-weight: 400;
        gap: 10px;
    }

.card .card-header {
    
    border-radius: 5px 5px 0px 0px;
    padding: 20px 15px;
    
}

    .card .card-header .title {
        color: #FFFFFF;
    }

    .card .card-header .category {
        margin-bottom: 0 !important;
        color: var(--naranja) !important;
        font-size: var(--20) !important;
        line-height: 18px !important;
        letter-spacing: -0.5px !important;
        font-weight: 500;
    }

    .card .card-header.card-chart {
        padding: 0;
        min-height: 160px;
    }

        .card .card-header.card-chart + .content h4 {
            margin-top: 0;
        }

    .card .card-header .ct-label {
        color: rgba(255, 255, 255, 0.7);
    }

    .card .card-header .ct-grid {
        stroke: rgba(255, 255, 255, 0.2);
    }

    .card .card-header .ct-series-a .ct-point,
    .card .card-header .ct-series-a .ct-line,
    .card .card-header .ct-series-a .ct-bar,
    .card .card-header .ct-series-a .ct-slice-donut {
        stroke: rgba(255, 255, 255, 0.8);
    }

    .card .card-header .ct-series-a .ct-slice-pie,
    .card .card-header .ct-series-a .ct-area {
        fill: rgba(255, 255, 255, 0.4);
    }

.card .chart-title {
    position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
}

    .card .chart-title h3 {
        margin: 0;
        color: #FFFFFF;
    }

    .card .chart-title h6 {
        margin: 0;
        color: rgba(255, 255, 255, 0.4);
    }

.card .card-footer {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #eeeeee;
}

    .card .card-footer .content {
        display: block;
    }

    .card .card-footer div {
        display: inline-block;
    }

    .card .card-footer .author {
        color: #999999;
    }

    .card .card-footer .stats {
        line-height: 22px;
        color: #999999;
        font-size: 12px;
    }

        .card .card-footer .stats .material-icons {
            position: relative;
            top: 4px;
            font-size: 16px;
        }

    .card .card-footer h6 {
        color: #999999;
    }

.card img {
    width: 100%;
    height: auto;
}

.card .category .material-icons {
    position: relative;
    top: 6px;
    line-height: 0;
}

.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}

.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author a {
    color: #3C4858;
    text-decoration: none;
}

    .card .author a .ripple-container {
        display: none;
    }

.card .table {
    margin-bottom: 0;
}

    .card .table tr:first-child td {
        border-top: none;
    }

.card [data-background-color="purple"] {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.card [data-background-color="blue"] {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.card [data-background-color="green"] {
    
    box-shadow: none;
    text-align: center;
}

.card [data-background-color="orange"] {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.card [data-background-color="red"] {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.card [data-background-color] {
    color: #FFFFFF;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

    .card [data-background-color] a {
        color: #FFFFFF;
    }

.card-stats .title {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #828282;
}

.card-stats .card-header {
    float: left;
    text-align: center;
}

    .card-stats .card-header i {
        font-size: 36px;
        line-height: 56px;
        width: 56px;
        height: 56px;
    }

.card-stats .card-content {
    text-align: left;
}

.card-nav-tabs .header-raised {
    margin-top: -30px;
}

.card-nav-tabs .nav-tabs {
    background: transparent;
    padding: 0;
}

.card-nav-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px;
}

.card-plain {
    background: transparent;
    box-shadow: none;
}

    .card-plain .card-header {
        margin-left: 0;
        margin-right: 0;
    }

    .card-plain .content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-plain .card-image {
        margin: 0;
        border-radius: 3px;
    }

        .card-plain .card-image img {
            border-radius: 3px;
        }

.iframe-container {
    margin: 0 -20px 0;
}

    .iframe-container iframe {
        width: 100%;
        height: 500px;
        border: 0;
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

.card-profile,
.card-testimonial {
    margin-top: 30px;
    text-align: center;
}

    .card-profile .btn-just-icon.btn-raised,
    .card-testimonial .btn-just-icon.btn-raised {
        margin-left: 6px;
        margin-right: 6px;
    }

    .card-profile .card-avatar,
    .card-testimonial .card-avatar {
        max-width: 130px;
        max-height: 130px;
        margin: -50px auto 0;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

        .card-profile .card-avatar + .content,
        .card-testimonial .card-avatar + .content {
            margin-top: 15px;
        }

    .card-profile.card-plain .card-avatar,
    .card-testimonial.card-plain .card-avatar {
        margin-top: 0;
    }

/* _______________________ */
.links_dash {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
}

    .links_dash .card {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

        .links_dash .card:hover {
            -webkit-animation: shake 2s ease-in-out;
            animation: shake 2s ease-in-out;
        }

    .links_dash .card-stats .card-content {
        padding: 25px 20px;
        box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.37);
        position: relative;
        z-index: 10;
    }

    .links_dash .card .card-footer {
        padding: 0px;
        border: none;
    }

.card-profile {
    margin-top: 60px;
}

    .card-profile .card-content h1 {
        font-size: 16px;
        line-height: normal;
        margin: 0px 0px 10px;
        color: #ffa320;
        font-weight: 800;
    }

    .card-profile .card-avatar {
        width: 120px;
        height: 120px;
        line-height: 120px;
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.07);
    }

        .card-profile .card-avatar i {
            font-size: 40px;
            line-height: inherit;
        }

.w_Contenidos .card .card-title {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #828282;
    margin-bottom: 10px;
}

.w_Contenidos .card .category {
    margin-bottom: 0px;
    text-transform: none;
    color: #999999;
}

.card .card-header .title {
    margin-bottom: 0;
    color: var(--naranja);
    font-size: var(--20);
    line-height: 18px;
    letter-spacing: -0.5px;
}

.w_Contenidos .card-profile .card-content {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px;
    margin: 0;
    line-height: 18px;
    margin-bottom: 10px;
}

.w_Contenidos .card-profile .btn {
    padding: 12px 15px;
    border-radius: 4px;
}

/* FORMULARIOS */
.card .form_contenido,
.card .sim-credit {
    margin-top: -81px;
    background: var(--white);
    border-radius: 35px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

    .card .form_contenido form {
        position: relative;
        padding: 20px 52px;
        border-top: 0px;
        border-radius: 0px 0px 5px 5px;
    }
    .card .form_contenido .form-group {
        /* padding-bottom: 10px; */
        margin: 0 10px 10px;
        position: relative;
    }

        .card .form_contenido .form-group.label-static label.control-label,
        .card .form_contenido .form-group.label-floating.is-focused label.control-label,
        .card .form_contenido .form-group.label-floating:not(.is-empty) label.control-label,
        .card .form_contenido .form-group.label-floating.has-error label.control-label {
            top: auto;
            font-size: 16px;
            letter-spacing: 0px;
            margin-bottom: 12px;
            font-family: var(--font1);
            font-weight: 500;
            margin-left: 5px;
            gap: 10px;
            align-items: center;
        }

        .form_contenido .form-group.label-floating:not(.is-empty) label.control-label i {
            width: 30px;
            display: flex;
            justify-content: center;
            color: var(--naranja);
        }

        .card .form_contenido .form-group.label-floating label.control-label,
        .card .form_contenido .form-group.label-placeholder label.control-label {
            font-size: 20px;
            line-height: 22px;
            text-align: right;
        }

    .card .form_contenido .form-control {
        height: 40px;
        font-size: 15px;
        letter-spacing: -0.2px;
        width: 100%;
        }

        .card .form_contenido .form-control.col-md-9{    
            width: 75%;}

    .card .form_contenido .input-group .input-group-addon {
        padding: 0px 15px 0px;
        font-size: 14px;
        font-weight: bold;
        color: #ef7104;
    }

    .card .form_contenido .text_info {
        height: 40px;
        font-size: 17px;
        border: 0;
        background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
        background-size: 0 2px, 100% 1px;
        background-repeat: no-repeat;
        background-position: center bottom, center calc(100% - 1px);
        background-color: transparent;
        transition: background 0s ease-out;
        float: none;
        box-shadow: none;
        border-radius: 0;
        font-weight: 400;
        color: #AAAAAA;
        text-align: left;
        padding-top: 12px;
    }

    .card .form_contenido input:required {
    }

.card tfoot {
    font-weight: bold;
}

.check_panel {
    padding: 20px 0px;
}

    .check_panel p {
        font-size: 14px;
        line-height: 15px;
        color: black;
        font-family: var(--font1);
    }

    .check_panel button {
        margin: 0;
    }

.text-titleForm {
    line-height: normal !important;
    margin: 20px 0px;
    font-size: var(--18)!important;
    text-align: center;
    font-weight: 400 !important;
    color: #afafaf !important;
    letter-spacing: -1px !important;
}

/* _____ */
.simulacion_ {
    padding: 0px 0px;
}   

    .simulacion_ .card .card-content{
        position: relative;
        padding: 10px;
        border-radius: 5px 5px 5px 5px;
        margin: 0;
        }

        .simulacion_ .card-stats.card .card-content{
            border: 0px;
            padding: 5px 10px;
            margin: 0px 0px 0px 0px;
            border-radius: 0px;
            }   

    .simulacion_ .card-stats .card-header i {
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px;}

    .simulacion_ .card-stats .title {
        margin: 0;
        font-weight: 700;
        font-size: var(--22);
        line-height: 18px;
        margin-top: 4px;
        color: var(--black);
        font-family: var(--font2);
    }

    .simulacion_ .card-stats.cfinal .title {
        color: var(--naranja);
    }

.send_email button {
    margin-top: 25px;
}

.send_email .form-group .form-control {
    width: 75%;
    float: left;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    height: 40px;
    padding: 10px;
    line-height: normal;
    letter-spacing: normal;
    font-size: medium;
    background-color: #e7e5e5;
}

.send_email-input {
    width: 100% !important;
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.send_email .form-group button {
    margin: 0;
    padding: 9px 20px;
    width: 25%;
    border-radius: 0px 5px 5px 0px;
}

.send_email .form-group .btn-lg:hover {
    background-color: #007850;
    box-shadow: 0px 15px 20px rgb(0 120 80 / 7%);
    color: #fff;
    transform: none;
    transition: all 0.3s;
}

.bttn_opciones {
    padding-bottom: 0px;
    margin-top: 20px;
    text-align: right;
    display: block;
    float: none;
    clear: both;
}

/* _____ */

.planpagos_ {
}

    .planpagos_ .card .card-header h5 {
        display: inline-block;
        margin-top: 0px;
    }

        .planpagos_ .card .card-header h5 i {
            font-size: 19px;
            top: -3px;
            position: relative;
            display: inline-block;
        }

    .planpagos_ .card .card-header button {
        width: 50px;
        height: 12.2%;
        border-radius: 0px 2px 0px 0px;
        line-height: 33px;
        padding: 0px;
        margin: 0;
        font-size: 11px;
        text-indent: 0px;
        background: transparent;
        box-shadow: none;
        position: absolute;
        display: block;
        top: 0px;
        font-weight: normal;
        right: 0px;
    }

        .planpagos_ .card .card-header button:hover,
        .planpagos_ .card .card-header button:focus {
            outline: none;
            color: #9a9a9a;
            background: #fdfdfd;
        }

.card .planpagos_ .card .form-group label.control-label {
    margin: 0;
}

.card .planpagos_ .card .form-group .form-control {
    height: 44px;
    padding: 10px;
    margin-bottom: 7px;
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card .planpagos_ .card .form-group textarea.form-control {
    height: 100px;
}

.send_email .text-muted small {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    letter-spacing: -1px;
    margin-bottom: 10px;
    color: var(--black);
    font-size: var(--15);
    letter-spacing: -0.2px;
    padding: 0 15px 0 0;
    font-family: var(--font1);
    line-height: 18px;
    margin: 0;
    min-height: 32px;
    transition: color .25s ease-in-out;
    font-weight: 400;
    gap: 10px;
}

.card .btn-warning,
.card .btn-asesor {
    border: none;
    border-radius: 30px;
    position: relative;
    margin:5px;
    text-transform: none;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 8px 20px;
    outline: none;
    text-shadow: none;
    float: right !important;
}

.card .btn-warning:hover,
.card .btn-asesor:hover {
    transform: translatey(-3px);
}

.card .btn-warning {
    background: #f26600;
    box-shadow: none;
    transition: all 0.3s;
}

.card #btn_reiniciar,
.card #btn_reiniciar_2 {
    margin: 5px;
    background-color: #007850;
}

.card #simulacion_Btn{background-color: #007850;}

.card .btn-asesor {
    background: var(--naranja);
    box-shadow: none;
    transition: all 0.3s;
}

    .card .btn-warning:hover, .card .btn-warning:focus,
    .card .btn-asesor:hover, .card .btn-asesor:focus {
        background-color: #007850;
        box-shadow: 0px 15px 20px rgb(0 120 80 / 7%);
        color: #fff;
        border-radius: 20px;
        transition: all 0.3s;
    }

.text-warning {
    color: #ff9800;}

/* _____________________ */
.card table {
    width: 100%;
    border: 1px solid #f7f7f7;
    border-top: 0;
}

.card thead, .card tbody, .card tr, .card td, .card th {
    display: block;
}

    .card tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

body .card .table > thead > tr > th {
    height: 45px;
    line-height: 45px;
    background: #007548;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-family: var(--font1);
}

    body .card .table > thead > tr > th:first-child {
        padding-left: 3px;
    }

.card .table tr td {
    border: 0px solid #e4e7e8;
    text-align: center;
    color: #474e56;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font2);
}

.card tbody {
    max-height: 430px;
    overflow-y: auto;
}

body .card thead {
}

.card tbody td, .card thead th {
    width: 20%;
    float: left;
}

body .card table tr:nth-child(odd) {
    background-color: #ffffff;
}

body .card table tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* _______________  */

body .card .check_panel .checkbox {
    display: flex;
    align-items: center;
    height: auto;
}
body .card .check_panel button {
    margin: 0;
}

/* _______________  */
.card .form_contenido form .group_sim {
    /* padding: 0 !important; */
    width: 100%;
    clear: both;
}

.card .form_contenido .group_sim .input-group-addon {
    position: absolute;
    padding: 0;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #f26600;
    }   

    .card .form_contenido .group_sim .input-group-addon:after {
        position: absolute;
        z-index: 2;
        content: '';
        right: -10px;
        margin: 0 auto;
        width: 10px;
        top: 50%;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 4px 0px 4px 4px;
        border-color: transparent transparent transparent #f26600;
        }

    .card .form_contenido .group_sim .input-group-addon i{
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        position: relative;
        left: 13px;
        color: white;
    }

.card .form_contenido .group_sim .form-control {
    padding-left: 20px !important;
    border-radius: 5px 5px 5px 5px;
    background-color: #eaeaeac7;
    }

    
    .card .form_contenido .group_sim.help__ .form-control {
        width: 50%;
        border-radius: 5px 0px 0px 5px;
        float: left;}

/*.card .form_contenido.ahorro_sim .group_sim .form-control {
    width: 100%;
    float: none;
    border-radius: 3px;
    background-color: #fdfdfd;}*/

.card .form_contenido .group_sim p {
    float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #41936308;
    color: #9c9c9c;
    background-color: #fdfdfd;
    padding: 0px 0 0px 17px;
    display: flex;
    align-items: center;
    line-height: 17px;
    text-align: center;
    }

.card .form_contenido form .select_arrow {
    background: url("../images/form/cd-icon-arrow.png") no-repeat 98% center;
    padding-right: 40px !important;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-size: 11px;
}

.card .form-group label.error,
label.error,
.error_siml {
    position: relative;
    font-size: var(--15);
    background: #f26600;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px !important;
    z-index: 10;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all .25s ease-in-out;
}

    .error_siml strong,
    .error_siml b,
    .Contenidos_ span.error_siml,
    .Contenidos_ span.error_siml strong{    
        font-weight: 600;}

.section_content {
    margin: auto;
}

.section_mensj{
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    }

    .section_mensj section{
        background: #fff;
        border-radius: 3px;
        box-shadow: none;
        animation: fadeIn .5s ease-in-out .3s both;
        }

    .section_mensj h1{
            margin: 0px;
            font-size: var(--17);
            font-weight: 600;
            letter-spacing: -0.5px;
            background: #f26600;
            color: #fff;
            border-radius: 3px 3px 0px 0px;
            padding: 7px;
            font-family: var(--font1);
        }

        .section_mensj h1 i{
            font-size: 16px;
            margin-right:  5px;
            top: 1px;
            position:  relative;}

        .section_mensj p{
            font-size: var(--18);
            line-height: 17px;
            font-weight: 400;
            color: var(--black2);
            margin: 0;
            padding: 15px 15px;
            border-top: 0;
            font-family: var(--font2);
            }


@media (min-width:320px) and (max-width:767px){ /* CELULAR  (VERTICAL)*/

    .card .card-header{
        padding-left: 0;
    }
    .card .form_contenido .group_sim p{
        position: absolute;
        bottom: -38px;
        left: 0; 
        width: 100%;
    }  
}

@media (max-width:991px) {
    .card .form_contenido,
    .card .sim-credit {
        margin-top: -90px;
    }
}

@media (max-width:767px) {
    .card .form_contenido {
        margin-top: 0;
        border-radius: 0;
    }
    .nopadding, .planpagos_, .panelAsesor_, .simulacion_ {
        margin: 10px auto !important;
    }
    .section_content {
        padding: 0;
    }
    .card .form_contenido .group_sim p {
        position: relative;
        border-radius: 5px 5px 5px 5px;
        bottom: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.03);
    }
    .card .form_contenido .group_sim.help__ .form-control {
        border-radius: 5px 5px 5px 5px;
    }
    #btn_check1 {
        float: none !important;
        margin-top: 25px;
    }
}
@media (max-width:545px) {
    .card #simulacion_Btn {
        margin-bottom: 10px;
    }
}
@media (max-width:533px) {
    .send_email .form-group .form-control {
        width: 65%;
    }
    .send_email .form-group button {
        width: 35%;
    }
}
@media (max-width:425px) {
    .modal-body {
        padding: 0;
    }
    .card .form_contenido form {
        padding: 10px 5px;
    }
    .simulacion_ .card .card-content {
        padding: 10px;
    }
    .card.card-stats {
        width: 100%;
    }
    .card .table > tbody > tr > td {
        padding: 10px 0px;
    }
    .card .table tr td {
        font-size: var(--12);
    }
}
@media (max-width:383px) {
    .card .form_contenido .form-group {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .send_email .form-group .form-control {
        width: 100%;
        border-radius: 5px 5px 5px 5px;
    }
    .send_email .form-group button {
        border-radius: 5px 5px 5px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        max-width: 110px;
        width: 100%;
        margin: auto;
    }
    .card .btn-date {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bttn_opciones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:339px) {
    .card #btn_reiniciar {
        margin-top: 5px;
    }
    .card #simulacion_Btn {
        padding: 10px 10px;
    }
}





