/*Paleta de Colores*/
/*
    #2B3990- - Naranja
    #CE3538- - Rojo
    #8DC63F- - Verde
    #363636 - gris oscuro 
    #2B3990 - Azul
    #231F20 - Black
    #edecf1 - light grey
*/

:root {
    --blue: #233080;
    --dark-blue: #2B3990;
    --green: #8DC63F;
    --red: #CE3538;
    --black-color: #231F20;
    --blue-rgba: 43,57,144;
    --light-grey: #edecf1;
}

html, body {
    background: var(--light-grey);
    color: var(--black-color);
    font-size: 14px;
    font-family: Century Gothic, "Helvetica Neue", Arial, sans-serif;
}

.main-container {
    padding: 15px 0 25px 0;
}

.logo_impreso {
    display: none;
}

.main__content {
    min-height: 100vh;
}

/*para carrusel*/
#myCarousel .nav a small {
    display: block;
}

#myCarousel .nav {
    background: #eee;
}

.nav-justified > li > a {
    border-radius: 0px;
}

.nav-pills > li[data-slide-to="0"].active a {
    background-color: #16a085;
}

.nav-pills > li[data-slide-to="1"].active a {
    background-color: #e67e22;
}

.nav-pills > li[data-slide-to="2"].active a {
    background-color: #2980b9;
}

.nav-pills > li[data-slide-to="3"].active a {
    background-color: #8e44ad;
}
/*para carrusel*/

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Heavy.eot');
    src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.preloader {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6, .nav-link, .btn {
    font-family: 'Avenir LT Std';
}

.page-title {
    color: #231F20;
    font-size: 34px;
    text-align: center;
}

a:hover {
    text-decoration: none;
}

.header-section {
    padding: 12px 0 8px;
}

/*#region navbar */

.navbar-right {
    margin-right: auto !important;
}

.navbar {
    box-shadow: none;
    margin-bottom: 0;
}

.navbar-header {
    position: relative;
}

.nav-item-dropdown {
    left: -53px;
    padding: 12px 0 30px;
    min-width: 20.2rem;
}

.dropdown-menu {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav .nav-link {
    text-transform: none;
    font-size: 16px;
    transition: color .6s;
}

.navbar-nav .nav-link:hover {
    color: var(--green);
    text-decoration: none;
}

.navbar-nav .nav-link.activo {
    color: var(--green) !important;
    text-decoration: underline;
}

.nav-login li a {
    font-size: 14px !important;
}

@media(min-width: 993px) {
    .navbar-header:before {
        content: "";
        background: #fff;
        position: absolute;
        width: 29%;
        right: 0;
        top: 0;
        bottom: 0;
        border: 1px solid #f1f1f1;
    }

    .navbar-header:after {
        width: 0;
        height: 0;
        bottom: 0;
        top: 0;
        border-top: 54px solid var(--blue);
        border-right: 63px solid transparent;
        content: "";
        background: #fff;
        position: absolute;
        right: 28%;
    }

    .navbar-header .container {
        z-index: 2;
    }
}

@media only screen and (min-width : 1528px) and (max-width : 5120px) {
       .navbar-header:before {
        width: 37%;
    }

    .navbar-header:after {
        right: 36%;
    }
}
/*#endregion */

/*#region general */
.banner-section {
}

.border-line-radius {
    border: 1px solid;
    border-radius: 50%;
    padding: 4px;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.padding-box-white {
    padding: 20px;
}

.margin-bottom-box-white {
    margin-bottom: 10px;
}

.text-green {
    color: #231F20 !important;
}

@media(min-width:992px) {
    .text-green-Account {
        color: #231F20 !important;
    }
}

.form-control {
    border-radius: 2px;
    height: 40px;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

label {
    font-size: 13px;
}

.forgot-password-text {
    text-align: center;
}

    .forgot-password-text a {
        color: var(--green);
        font-size: 14px;
    }

.field-validation-error {
    color: #c34545;
    font-size: 12px;
}

.btn-login-page {
    font-size: 18px;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.btn {
    border-radius: 0;
}

.center-block {
    margin: 0 auto;
}

.validation-summary {
    text-align: center;
    font-size: 16px;
    margin: 25px 0;
}

.fondo_tabla_header {
    background: #f7f7f7;
}

    .fondo_tabla_header tr th {
        font-size: 14.2px;
    }

.overflowHidden {
    overflow: hidden;
}

.block-table-title {
    font-size: 18px;
}

.text-bold {
    font-weight: bold;
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ec8f31;
    background-image: none;
    border-color: #ec8f31;
}

@media(min-width: 992px) {
    .table-responsive {
        display: table !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.cursor-pointer:hover {
    cursor: pointer;
}

.btn-custom {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent !important;
    color: #000 !important;
    font-size: 14px;
    padding-left: 0;
    font-weight: 300;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn:active, .btn.active, .open > .btn.dropdown-toggle {
        background: transparent !important;
        color: #000 !important;
    }
/*#endregion */
/*#region breadcrumb */
.breadcrumb {
    margin-top: 1rem;
}

.breadcrumb-item a {
    color: #000;
}

    .breadcrumb-item a i:before {
        margin-right: 5px;
    }

.breadcrumb-item.active {
    color: #2B3990;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
}


/*#endregion */
/*#region Aside Account */

.box-account {
    background: #f1f1f1;
    border: 1px solid #cbcbcb;
    border-top: 4px solid #2B3990;
    border-bottom: 0 transparent;
    padding: 10px 20px;
}

.box-account-item {
    font-size: 18px;
}

.list-group-item {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-color: #cbcbcb;
}

    .list-group-item a {
        color: #363636;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
/*#endregion */
/*#region LoginPage */
.validation-summary-errors {
    text-align: center;
    font-size: 16px;
    margin: 25px 0;
}


/*#endregion */

/*#region Register */
@media(min-width: 768px) {
    .btn-register {
        margin-left: 51px;
        font-size: 18px;
    }
}

@media(max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: 0;
    }
}
/*#endregion */
/*#region footer */
.footer {
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    padding: 35px 0;
    border-top: 10px solid var(--green);
}

    .footer h6 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer a {
        line-height: 20px;
    }

.footer-bottom {
    background: var(--dark-blue);
    display: flex;
    padding: 15px 0;
    color: #fff;
}

.flex {
    display: flex;
}

.space-between {
    align-items: center;
    justify-content: space-between;
}

.social-media {
    margin: 4px 0;
}

    .social-media a {
        color: #fff;
        font-size: 19px;
        margin: 0 3px;
    }

@media(min-width: 768px) {
    .social-media-nic {
        margin-top: 18px;
    }
}

.block-2-footer section {
    margin-top: 14px;
}

.GoDaddy-wrap {
}

    .GoDaddy-wrap:hover {
        cursor: pointer;
    }

.customer-datatable {
    margin-top: 24px;
}

button.dt-button, div.dt-button, a.dt-button {
    background: #e9e9e9 !important;
    border: transparent !important;
}

.btn-flat-action {
    color: #363636;
    font-weight: 300;
    font-size: 14px;
    background: none;
    border: none;
    font-family: Century Gothic, "Helvetica Neue", Arial, sans-serif;
    padding: 0;
}

    .btn-flat-action:hover,
    .btn-flat-action:focus {
        cursor: pointer;
        outline: none;
    }

.btn-line {
    BACKGROUND: NONE;
    BORDER: 1PX SOLID #3d3f46;
    COLOR: #3d3f46;
    border-radius: 1px;
}

    .btn-line:hover,
    .btn-line:focus {
        background: #3d3f46;
    }

.box-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-bold {
    font-weight: bold;
}

.box-account-group .fa {
    margin-right: 6px;
}

.link-white {
    color: #fff;
    text-decoration: underline;
}

    .link-white:hover,
    .link-white:focus {
        color: #fff;
        text-decoration: underline;
    }
/*#endregion */
.hide {
    display: none;
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 4%);
    -o-transform: translate(0, 4%);
    transform: translate(0, 4%);
}

.modal {
    background: #1515154d;
}

.modal-content .modal-body,
.modal-content .modal-footer {
    padding-right: 15px;
    padding-left: 15px;
}

.modal-content .modal-header {
    background: #2B3990;
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.modal-content .modal-body p:not(.text-intro) {
    font-size: 1.2rem !important;
    text-align: center;
    margin: 40px;
}

.js-title-step {
    color: #fff;
}

.modal .modal-header .close {
    color: #FFF;
}

.text-intro {
    font-size: 1.2rem !important;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
}

.footer a {
    color: #fff;
}

    .footer a:hover {
        color: #fff;
        !important;
        text-decoration: underline !important;
    }


    .footer a:hover,
    .footer a:focus {
        color: #fff !important;
        text-decoration: underline;
    }

.logoFinancia {
    margin: 30px 0px;
}

.bg-white-header {
    background: #fff;
}

.bg-white {
    -webkit-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
}

.logoutWrap {
    text-align: center;
}

    .logoutWrap p {
        font-size: 15px;
    }

    .logoutWrap .fa {
        font-size: 61px;
        margin-bottom: 21px;
        background: #f7f8fa;
        padding: 20px;
        border-radius: 50%;
        color: #c3cabb;
    }

.oHidden {
    overflow: hidden !important;
}

.flex-grow {
    flex: 1;
}


@media(max-width:991px) {
    .dropdown-menu {
        background-color: #fff !important;
    }

    .btn {
        display: block;
        width: 100%;
    }

    .alert .alert-icon {
        display: none;
    }
}


#siteseal img {
    width: 70% !important;
}


/*Register Wizard*/
.bs-wizard {
    margin-top: 40px;
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: rgba(var(--blue-rgba), 0.5);
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #2B3990;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }


.naranja {
    color: #2B3990 !important;
}


.c:hover {
    text-decoration: none !important;
}


/*Cambio de Marca FC Medios de PAGO*/
a {
    color: var(--green);
}

    a:hover,
    a:focus {
        color: var(--green);
    }

.selectric {
    background: var(--red);
}

.selectric-open .selectric {
    border-color: #CCC;
    background: var(--red);
}


.bg-primary {
    background-color: var(--blue) !important;
}

.btn-primary {
    background-color: var(--blue);
    color: #FFFFFF;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: var(--blue);
        border-color: var(--blue);
    }

    .btn-primary.btn-simple {
        color: var(--blue);
        border-color: var(--blue);
    }

        .btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active {
            background-color: transparent;
            color: var(--blue);
            border-color: var(--blue);
        }

    .btn-primary.btn-link {
        color: var(--blue);
    }

        .btn-primary.btn-link:hover, .btn-primary.btn-link:focus, .btn-primary.btn-link:active {
            background-color: transparent;
            color: var(--blue);
            text-decoration: none;
        }


@media screen and (max-width: 991px) {
    .navbar-collapse:before {
        background: var(--blue);
        background: -webkit-linear-gradient(var(--blue) 0%, #000 80%);
        background: -o-linear-gradient(var(--blue), #000 80%);
        background: -moz-linear-gradient(var(--blue) 0%, #000 80%);
        background: linear-gradient(var(--blue), #000 80%);
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.btn-info.btn-simple {
    color: var(--green);
    border-color: var(--green);
}

.btn-info.btn-simple:hover, .btn-info.btn-simple:focus, .btn-info.btn-simple:active {

    background-color: transparent;
    color: var(--green);
    border-color:var(--green);

}